@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&display=swap');

*{ box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

html, body {
    margin: 0; padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    box-sizing: border-box;
    overflow-x: hidden;
}

nav#menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0; /* REMOVE o empurrão lateral */
}

nav#menu ul{
    list-style: none;
    text-transform: uppercase;
}

nav li{
    display: inline-block;
    background-color: rgb(255, 255, 255);
    padding: 0.5rem;
    margin: 0.1rem;
    font-size: medium;
    transition: background-color 1s;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
}

nav li:hover {
    text-decoration: overline rgb(240, 128, 59);
}

nav#menu h1 {
    display: none;
}

nav#menu a{
    color: white;
    text-decoration: none;
}

nav#menu a:hover {
    color:rgb(255, 255, 255);
}

.navbar,
.navbar-collapse {
    position: relative;
    z-index: 1;
}

header#cabecalho {
    background-color: rgb(255, 255, 255);

}

h2#portifolio {
    color:rgb(42, 47, 60);
    text-align: center;
}


#portifolio .container-fluid {
    padding-left: 25px !important;
    padding-right: 15px !important;
}

#portifolio .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

div.legenda {
    display:flex;
    justify-content: center;
}

h2#login{
    display:none;
}

fieldset {
    margin: 1.5em 2em;
    padding: 1em;
    border: 1px solid #ccc;
    background: #f8f8f8;
}

legend {
    font-weight: bold;
}

label {
    display: block;
    cursor: pointer;
    color:white;
    text-align: left;
    padding-left: 2rem;
    padding-top: 0.5rem;
}

input {
    height: 2.3rem;
    width: 83%;
    font-size: 1rem;
    background-color: #f8f8f8;
    padding-left: 2.3rem;
    border: none;
    background-repeat: no-repeat;
    background-position: 1rem;
}

input.geral{
    margin-top: 5px;
    box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    padding-left: 5px;
    border-radius: 5px;
}

input.email{
    margin-top: 50px;
    box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    background-image: url(../imagens/login/icone-usuario.png);
    border-radius: 5px;
}

input.senha{
    margin-top: 20px;
    box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    background-image: url(../imagens/login/icone-cadeado.png);
    border-radius: 5px;
}

input.entrar {
    background-color:rgb(190, 209, 248);
    color: rgb(42, 47, 60);
    padding: 5px 20px;
    height: 45px;  
    margin-top: 20px;
    box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);  
    border-radius: 5px;
    font-weight: bold;
}

input#bcadastro {
    background-color:rgb(42, 47, 60);
    color: #f8f8f8;
    border-radius: 5px;
}

textarea.geral {
    width: 27em;
    height: 5em;
    font-family: 'Nunito Sans', sans-serif;
    font-size:medium;
    color:rgb(127,127,127);
    border-radius: 5px;
}

div#container1{
    width: 25%;
    min-width: 300px;
    height: 550px;
    background:rgb(42, 47, 60);
    margin: 0 auto;
    margin-top: 15px;
    margin-left: 15%;
    text-align: center;
    display:inline-block;
    position: absolute;
    box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
}

div#container2{
    width: 25%;
    min-width: 300px;
    height: 550px;
    background:rgb(190, 209, 248) url(../imagens/fundo2.png) top right;
    margin: 0 auto;
    margin-top: 15px;
    margin-left: 60%;
    text-align: center;
    display:inline-block;
    position:absolute;
    box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
}

div#container3{
    height: 570px;
    background:rgb(42, 47, 60);
    text-align: center;
    box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    min-width: 400px;
    max-width: 500px;
    margin-top: 5px;
}

div#container4{
    height: 570px;
    background:rgb(42, 47, 60);
    text-align: center;
    box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    padding-top: 30px;
    min-width: 400px;
    max-width: 500px;
    margin-top: 5px;
}
h2#cadastro {
    margin-top: 30px;
    padding-top: 10px;
    margin-left: 0px;
    text-align: center;
    font-weight: bolder;
    color: rgb(42, 47, 60);
}

h2#usuario {
    margin-top: 30px;
    padding-top: 10px;
    margin-left: 0px;
    text-align: center;
    font-weight: bolder;
    color:rgb(190, 209, 248);
}

img#logo1 {
    padding: 20px;
}

img#instagram {
    margin-top: -20px;
}

img#iconeslink:hover {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
}

div.cont {
    float: left;
    display: flex;
    color: white;
    padding: 35px 50px;
    text-align: left;
    text-align: justify;
}

img#contato {
    padding-top: 10px;
    padding-right: 20px;
}

img.email {
    padding-right: 20px;
}


/*index */

div.container-item {
    height: 32rem;
    background:#777;
    color: white;
    position:relative;
}

div#mainSlider div.carousel-caption {
    top:43%;
}

a.btn-main {
    background-color: rgb(190, 209, 248);
    color: black;
    text-transform: uppercase;
    width: 200px;
    height: 60px;
    padding: 15px 20px;
    border-radius: 30px;
    border: 3px solid transparent;
    transition: .5s;
}

a.btn-main:hover {
    text-decoration: none;
    color: white;
    background-color: transparent;
    border-color: rgb(190, 209, 248);
}


ol.carousel-indicators .active {
    background-color: rgb(190, 209, 248);
    margin-bottom: 5%;
}

ul#sobre-list {
    list-style: none;
    padding-left: 0;
}

#sobre-list li {
    line-height: 200%;
}

#sobre-list i {
    color:rgb(42, 47, 60);
    margin-right: 2%;
}

h3.main-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 600;
    text-align: center;
    margin: 3rem 0 2rem;
    position:relative;
}

h3.main-title::after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 80px;
    border-top: 3px solid rgb(240, 128, 59);
}

h3.about-title {
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 150%;
}

p {
    text-align: justify;
}

.progressbar-text {
    font-weight: bold;
    font-size: 32px;
}

#dados-home p{
    color: white;
    text-align: center;
    font-size: 26px;
    margin-top: 20px;
}

.savedate {
    display: block;
    margin: 0 auto 1.5rem;
}

@media (min-width: 992px) {
    .savedate {
        transform: translateX(-100px);
    }
    .card-body{
        padding:1.25rem;
    }
}

/* Cerimonia e Recepcao*/

.card-wrapper {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.card-wrapper img {
    max-height: 520px;
    object-fit: contain;
}

.card {
    width: 100%;
    border-radius: 8px;
}

h3.main-title2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 600;
    text-align: center;
    margin: 2rem 0;
}

h3.main-title2::after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 80px;
    border-top: 3px solid rgb(240, 128, 59);
}

h3#titulo-servico {
    text-align: center;
    font-size: 30px;
}

h3#titulo-servico::after {
    content: "";
    border-top: 3px solid rgb(190, 209, 248);
    width: 15%;
    position: absolute;
    top: 23%;
    left: 42.5%;
}

.map-link {
    display:block;
    width: 100%;
}

@media (max-width: 768px) { 
        .card-wrapper { 
            max-width: 100%; 
            padding: 0 1rem;
        }
    }

/* Lista */

.perfil-img {
    width: 100%;
    height: 360px;        
    border-radius: 12px;
    overflow: hidden;
    background-color: #f6f6f6;
    border: 2px solid #e3e3e3;
    box-shadow: 0 6px 18px rgba(0,0,0, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
}

.perfil-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.3s ease;
}

.perfil-img img:hover {
    transform: scale(1.05);
}

.perfil-texto {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    color: #444;
}
.mood {
    max-width: 360px;
    width: 100%;
    display: flex;            
    flex-direction: column;     
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.perfil-img:active img{
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .perfil-img {
        height: 260px;
        transform: scale(1.03);
        transition: box-shadow 0.3s ease;
    }
    .mood {
        max-width: 260px;
    }
}

html {
    scroll-behavior: smooth;
}

#lista-gabi,.card, .card-fluid {
    max-width: 100%;
    overflow-x: hidden;
}

#lista-gabi .main-title {
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));   
    gap: 24px;
}

.gift-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gift-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.gift-card img {
    width: 100%;
    max-height: 260px;
    object-fit: contain;
}

.gift-card h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    min-height: 42px;
}

.cotas-texto {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}
.gift-card, .price {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.gift-title, .price, .cotas-texto {
    text-align: center;
}

.btn-presentear {
    position: relative;
    z-index: 5;
    pointer-events: auto;

    background-color: #a87c68;
    color: #fff;
    border: none;
    padding: 10px 26px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    width: auto;
    display: inline-block;
    margin-top: 10px;
}

.btn-presentear:hover {
    background-color: #926656;
}

@media (max-width: 992px) {
    .cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .cards-container {
        padding-left: 10px;
        padding-right: 10px;
        grid-template-columns: 1fr;
    }

    .gift-card{
        margin: 0 auto;
        width: 100%;
    }
}

/* PIX */

.pix-texto {
    font-family: Arial;
    text-align: center;
    line-height: 1.3;
}

.qrcodeimg {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    }

/* Presença */

.texto-presenca {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.campo-nome {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/* pix */
#chavePix {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px auto;
    font-family: Arial;
    word-break: break-all;
}
#chavePix {
    background: red;
}
    
}
/* Input de nome ajustado */
input[type="text"] {
  color:rgb(0, 0, 0);
  background-color: #ffffff;
  width: 95%;
  max-width: 620px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.opcoes {
  text-align: left;
  margin-bottom: 15px;
}

.opcoes label {
  display: block;
  margin-bottom: 8px;
  cursor: pointer;
}

.perfil-texto2 {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  color: #444;
  display: block;
  padding: 0 clamp(18px, 5vw, 32px);
  font-weight: bold;
}

/* Equipe */

h3#titulo-equipe {
    text-align: center;
    font-size: 30px;
}

h3#titulo-equipe::after {
    content: "";
    border-top: 3px solid rgb(190, 209, 248);
    width: 10%;
    position: absolute;
    top: 23%;
    left: 42.5%;
}

/*News letter */

div#news-area {
    text-align: center;
    background-color: #e9e9e9;
    padding-bottom: 5%;
}

div#news-area p {
    font-size: 18px;
    margin-bottom: 5%;
}

#email-input {
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid rgb(42, 47, 60);
    display: inline;
    box-sizing:  border-box;
    width: 40%;
    height: 40%;
    margin-left: -14%;
}

#news-btn {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid rgb(42, 47, 60);
    background-color: rgb(42, 47, 60);
    text-transform: uppercase;
    color: white;
    height: 4.8%;
    width: fit-content;
    padding: 0 30px;
    margin-left: 0px;
    position: absolute;
    transition: .5s;
}

#news-btn:hover {
    background-color: rgb(190, 209, 248);
    color: black;
    cursor: pointer;
}

/* call to action */

#call-area {
    background-color: rgb(190, 209, 248);
    text-transform: uppercase;
}

#call-area .row {
    display: block;
    text-align: center;
}

#call-area p {
    color: black;
    font-weight: bold;
    margin-left: 30px;
    font-size: 20px;
    width: auto;
    letter-spacing: 2px;
    margin-bottom: 0;
    display: inline;
    height: 60px;
    line-height: 60px;
}

#call-area #call-btn {
    background-color: rgb(42, 47, 60);
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin-left: 30px;
    width: auto;
    height: 40px;
    line-height: 2px;
    border-radius: 10%;
}

#call-btn:hover {
    cursor:pointer;
}
#call-area .container {
    padding: 20px 100px;
}

div.mood img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/* Login2 */

div#login {
    display:flex;
    justify-content: center;
    align-items: center;
    height: 85vh;
}

.content {
    border-radius:15px;
    background-color: #fff;
    width: 90%;
    height: 80%;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.content::before {
    content: "";
    position:absolute;
    background-color: rgb(42, 47, 60);
    width: 50%;
    height: 100%;
}

.title {
    font-size: 28px;
    font-weight: bold;
    text-transform: capitalize;
}

.title-primary {
    color: #fff;
}

.title-second {
    color: rgb(42, 47, 60);
}

.description {
    font-size: 14px;
    font-weight: 300;
    
    line-height: 30px;
}
.description-primary {
    color: #fff;
}

.description-second {
    color:rgb(127,127,127)
}

.btn-primary {
    background-color: transparent;
    border: 1px solid #fff;
    transition: background-color .5s;
}

.btn-primary:hover {
    background-color:white;
    border: 1px solid white;
    color: rgb(42, 47, 60);
}

#bt-cadastro {
    width: 100%;
    margin-top: 1%;
    background-color: rgb(42, 47, 60);
    color:white;
    font-weight: bold;
    border-width: 0;
}

#bt-cadastro:hover {
    background-color: rgb(190, 209, 248);
    color: rgb(42,47,60);
    border: 1px solid rgb(42, 47, 60);
}

.first-content {
    display: flex;
}

.first-content .second-column {
    z-index: 11;
}

.list-social-media {
    display: flex;
    list-style-type: none;
}

.item-social-media a {
    color:white;
}

.item-social-media {
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgb(42, 47, 60);
    width: 43px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: rgb(42, 47, 60);
    color: white;
    list-style: none;
}

.item1-social-media a {
    color:rgb(42, 47, 60);
}

.item1-social-media {
    text-align: center;
    border-radius: 50%;
    border: 1px solid white;
    width: 43px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color:rgb(190, 209, 248);
    color: rgb(42, 47, 60);
    list-style: none;
}

.social-media {
    margin: 1rem 0;
    margin-left: -10%;
}

.item-social-media:not(:first-child) {
    margin-left:5%;
}

.item1-social-media:not(:first-child) {
    margin-left:5%;
}
.item-social-media:hover {
    background-color:rgb(190, 209, 248);
    cursor: pointer;
}

.item1-social-media:hover {
    background-color:white;
    cursor: pointer;
}

.item-social-media:hover a{
    color: rgb(42, 47, 60);
}

.form {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-left: 0%;
}

.form input {
    height: 45px;
    border: none;
    background-color: #ecf0f1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
}

.second-column {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.label-input {
    background-color: #ecf0f1;
    display: flex;
    align-items: center;
}

.icon-modify {
    padding-right: 5%;
}

@media (max-width: 768px) {
    div#container3{
        margin-top:20px;
    }
}

@media(max-width: 768px) {
    /* Geral */
    .container {
        padding: 20px 0;
    }
    h4 {
        text-align: center;
    }
    #mainSlider .carousel-inner, #mainSlider .carousel-item {
        height: auto;
    }

    #mainSlider .carousel-caption h2 {
        font-size: 28px;
        margin-bottom: -5px;
    }

    div#servicos-gerais {
        margin-top:-7%;
    }

    footer.rodape {
        padding-bottom: 4%;
    }
    footer.rodape div{
        font-size: 15px;
        text-align: center;
    }
    footer.rodape2 {
        padding-bottom: 4%;
        font-size: 14px;
    }
    img.equipe1 {
        padding-top: 100px;
    }   
    img.equipe2 {
        padding-top: 100px;
    } 
    .eq {
        margin-top: -5%; 
    }

    #carol {
        margin-bottom: -7%;
    }

    .card-title {
        font-size: 15px;
    }
    .card-text {
        font-size: 13px;
    }
   
    #nathann {
        margin-top: -5%;
        margin-bottom: -7%;
    }
    #sobre img {
        margin-left: 3%;
    }
    p.serv {
        font-size: 0.8rem;
    } 
    
}

@media(max-width: 475px) {
    body {
        width: 100vw;
    }
    /*slider*/
    #mainSlider {
        margin-top: 0px;
    }
    #mainsSlider .carousel-caption {
        top: 5%;
    }
    #mainSlider .carousel-caption h2 {
        font-size: 10px;
        margin-bottom: 40px;
        }
    /*about*/
    h3.main-title {
        font-size: 1.1rem;
    } 
    h3.about-title {
        font-size: 0.7rem;
    } 
 
    #sobre img {
        display: none;
    }
    .container h3 {
        margin-left: 3%;
        margin-right: 3%;
    }
    .container p {
        margin-left: 3%;
        margin-right: 3%;
        font-size: 14px;
    }
    ul#sobre-list {
        margin-left:5%;
        font-size: 14px;
    }
    .container h4 {
        font-size: 16px;
        text-transform: uppercase;
    }

    img.projeto {
        display:none;
    }

    footer.rodape div {
        font-size: 8px;
        margin-left: -12%;
        
    }

    footer.rodape2 div {
        font-size: 8px;
        margin-left: -12%;
    }

    footer.rodape a {
        display: none;
    }

    footer.rodape2 a {
        display: none;
    }

    img.equipe1 {
        margin-top: -40%;
    }
    img.equipe2 {
        margin-top: -30%;
    }
    div.gabi {
        margin-left: 9%;
        margin-right: 3%;
    }
    div.nathann2 {
        margin-left: 11%;
        margin-right: 6%;
    }
}
