@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Allura&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container{
    max-width: 1280px;
    margin: auto;
}

.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topo-paginas{
    margin-top:15vh;
}

header{
    width: 100%;
    padding: 36px 8%;
    position: fixed;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: 2;
    background-color: transparent;
}

/*header.topo{
    background-color: transparent;
}*/

header.rolagem{
    background-color: #fff;
    padding: 20px 8%;
    border-bottom: 1px solid #D5D5D5;
}

header ul{
    list-style-type: none;
}

header ul li{
    display: inline-block;
}

header ul li a{
    text-decoration: none;
}

.hero{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.capa{
    width: 50vw;
    height: 100vh;
    background: linear-gradient(rgba(247, 238, 235,.3) ,rgba(247, 238, 235,.3)),
        url(/images/oficial/hero-2.jpg);
    background-repeat: no-repeat;
    background-position: 30% bottom;
    background-size: auto 120%;
}

.banner{
    background-color: #F7EEEB;
    width: 50vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.img-topo{
    position: absolute;
    top: 100px;
    left: 00px;
    opacity: .5;
}

.img-baixo{
    position: absolute;
    bottom: 60px;
    right: 0px;
    opacity: .5;
    transform: scaleX(-1);
}

.nomes{
    font-family: 'Noto Serif', serif;
    font-size: 1rem;
    color: #9B9391;
    text-align: center;
    letter-spacing: .1rem;
    margin-top: .2rem;
}

.data{
    font-family: 'Noto Serif', serif;
    font-size: 1rem;
    font-weight: 600;
    color: #9B9391;
    text-align: center;
    letter-spacing: .1rem;
    margin-top: .2rem;
}

.logo{
    text-decoration: none;
    font-family: 'Noto Serif', serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333333;
    letter-spacing: .3rem;
}

.nav-list{
    text-decoration: none;
    font-family: 'Noto Serif', serif;
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
}

.link{
    color: #333333;
    margin-left: 20px;
    transition: .5s;
}

.link:hover{
    border-bottom: 1px solid #333333;
    font-size: 1.1rem;
    font-weight: 600;
}

.nav-mobile{
    display: flex;
    background-color: #F7EEEB;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100vw;
    height: 0;
    justify-content: center;
    visibility: hidden;
    transition: .5s;
    overflow: hidden;
}

.nav-list-mobile{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content:flex-start;
    gap: 50px;
    /*margin-bottom: 400px;*/
    margin-top: 50px;
    text-decoration: none;
    font-family: 'Noto Serif', serif;
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
    visibility: hidden;
    transition: 2s;
}

.rolagem2{
    border-top: 1px solid #D5D5D5;
}

.link-mobile{
    color: #333333;
    font-size: 1.5rem;
}

/* Estilos para o ícone do menu hamburguer (as barras) */
.btn {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 25px;
    border: none;
    background: transparent;
}

.linha {
    width: 100%;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    display: block;
    position: relative;
    transform-origin: center;
    transition: 0.3s;
}

/*.btn*/

.btn.ativar .linha:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);

}

.btn.ativar .linha:nth-child(2) {
    opacity: 0;
}

.btn.ativar .linha:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
}

h2{
    font-family: 'Noto Serif', serif;
    font-size: 1.2rem;
    text-align: center;
    color: #333;
    font-weight: 500;

}

.contagem{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
    padding-inline: 8%;
}

.countdown-container{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.text-count{
    font-family: 'Noto Serif', serif;
    font-size: 3rem;
    font-weight: 600;
    color: #333;
    line-height: 1;
    margin-inline: 1rem;
    margin-block: .5rem;
    background-color: #F7EEEB;
    padding: 15px 40px;
}

.countdown-el{
    text-align: center;
}

.span-count{
    font-family: 'Noto Sans', sans-serif;
    font-size: .75rem;
    color: #333;
}

.welcome{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
    padding-inline: 8%;
}

h1{
    font-family: 'Noto Serif', serif;
    font-size: 2.1rem;
    text-align: center;
    color: #333;
    font-weight: 700;
}

.h1-welcome{
    margin-bottom: 30px;
}

.p-welcome{
    margin-top: 20px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1rem;
    color: #333;
    text-align: justify;
}

.form-box{
    width: 100vw;
    background-color: #F7EEEB;
    margin-top: 40px;
    padding-block: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-family: 'Noto Sans', sans-serif;
    color: #333;
}

form{
    width: 80vw;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inputBox{
    position: relative;
}

.inputUser{
    background: none;
    border: 1px solid #9b9391d2;
    outline: none;
    color: #333;
    font-size: 1rem;
    max-width: 80vw;
    width: 360px;
    padding-inline: 12px;
    padding-top: 24px;
    padding-bottom: 6px;
    margin-top: 20px;
    margin-bottom: 0;
    transition: .5s;
}

.inputUser::placeholder{
    color: transparent;
    text-align: right;
}

.inputUser:focus ~ .labelInput,
.inputUser:not(:placeholder-shown) ~ .labelInput{
    font-size: .75rem;
    top: 25px;
    color: #9B9391;
}

.labelInput{
    position: absolute;
    top: 35px;
    left: 12px;
    pointer-events: none;
    transition: .5s;
    color: #333;
}

.form-check{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    max-width: 80vw;
    width: 360px;
}

.form-opt{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    
}

.span-required{
 color: red;
 font-size: .6rem;
 margin-top: 2px;
 padding-top: 0;
 display: none;
 transition: .5s;
}

input[type="radio"] {
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%; /* Torna o botão redondo */
    background-color: transparent; /* Cor de fundo azul */
    border: 1px solid #9b9391d2; /* Borda azul */
    transition: .5s;
    cursor: pointer;
}

input[type="radio"]:checked {
    box-shadow: inset 0 0 0 4px #F7EEEB; /* 2px define a largura da borda interna, você pode ajustar conforme necessário */
    background-color: #9b9391d2; /* Cor de fundo azul quando selecionado */
}

input[type="radio"]:hover{
    box-shadow: inset 0 0 0 3px #F7EEEB; /* 2px define a largura da borda interna, você pode ajustar conforme necessário */
    background-color: #817b79;
    border: 1px solid #817b79;
}

.submit-btn{
    background-color: #9B9391;
    padding: 18px 42px;
    border: none;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1rem;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    max-width: 200px;
    transition: .5s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.submit-btn:hover{
    background-color: #817b79;
}

.closed-hover{
    cursor: not-allowed;
}

.loading{
    width: 25px;
    animation: spin .75s infinite linear;
}

@keyframes spin {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.img-galery{
    width: 250px;
    height: auto;
    max-width: 90vw;
    max-height: 90vw;
    margin-inline: 15px;
    margin-block: 15px;
}

.galery{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90vw;
}

.s-galery{
    width: 100vw;
}

.flor-2{
    width: 120px;
    margin-bottom: 30px;
}

.flor-3{
    width: 120px;
    margin-top: 30px;
}


.menu-insta{
    display: none;
}

.love{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans', sans-serif;
    color: #9B9391;
    gap: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.imglove{
    width: 20px;
}

a {
    text-decoration: none;
  }


@media screen and (max-width: 920px) {
    .nav{
        display: none;
    }

    .nav-mobile.abrir{
        visibility: visible;
        height: calc(100vh - 80px);
    }
    .nav-list-mobile.abrir{
        visibility: visible;
        display: flex;
    }

    #header.abrir{
        background-color: #F7EEEB;
    }

    /*header.rolagem{
        background-color: #fff;
        padding: 20px 8%;
        border-bottom: 1px solid #D5D5D5;
    }*/

    #btn-menu{
        display: block;
    }

    .hero{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .capa{
        width: 100vw;
        height: 50vh;

    }
    
    .banner{
        background-color: #F7EEEB;
        width: 100vw;
        height: calc(50vh - 70px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    
    
    .h1-welcome{
        font-size: 1.8rem;
    }
    .h2-welcome{
        font-size: 1rem;
    }
    .img-galery{
        width: 90vw;
        height: auto;
        max-width: 90vw;
        margin-block: 15px;
    }

    .img-topo, .img-baixo{
        width: 100px;
        height: auto;
    }

    .img-logo{
        width: 200px;
    }

}

@media screen and (max-width: 420px) {
    .capa{
        background-position: 35% bottom;
    }
    
    .contagem{
        padding-block: 45px;
    }
    .welcome{
        padding-block: 45px;
    }
    .c-form{
        padding-block: 0px;
    }

    .text-count{
        font-family: 'Noto Serif', serif;
        font-size: 3rem;
        font-weight: 600;
        color: #333;
        line-height: 1;
        margin-inline: 1rem;
        margin-block: .5rem;
        background-color: #F7EEEB;
        padding: 15px 30px;
    }

    .submit-btn{
        padding: 18px 20px;
    }

    .menu-insta{
        background-color: #F7EEEB;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        bottom: 0px;
        right: 0px;
        z-index: 999;
        width: 100vw;
        padding: 20px 5vw;
        box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    }
    .icon-menu-insta-div{
        font-family: 'Noto Sans', sans-serif;
        font-size: .8rem;
        text-align: center;
        width: 33vw;
    }
    .icon-menu-insta{
        width: 30px;
        height: 30px;
    }

    .love{
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 400px) {
    .submit-btn{
        padding: 12px 18px;
        font-size: .9rem;
    }
}

#msg-ok{
    margin-top: 20px;
}