* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* outline: 1px red solid; */
    -webkit-tap-highlight-color: transparent;
}

@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    src: url(../assets/fonts/Montserrat-VariableFont_wght.woff2) format('woff2');
}

@font-face {
    font-family: 'Baskervville';
    font-display: swap;
    src: url(../assets/fonts/Baskervville-VariableFont_wght.woff2) format('woff2');
    
}

body {
    font-family: 'Montserrat';
    background-color: #141414;
    font-display: swap;
    color: #FFF;
}

html,
body {
    overflow-x: hidden;
}

p {
    font-size: clamp(16px, 4vw, 20px);
}

h1 {
    font-size: clamp(32px, 5vw, 42px);
    font-weight: 300;
}

h2 {
    font-size: clamp(24px, 5vw, 28px);
}


h3 {
    font-size: clamp(22px, 5vw, 26px);
}

li {
    margin-top: 20px;
    display: flex;
}

li::marker {
    content: "";
}

li::before {
    content: url(../assets/image/check.svg);
    padding-right: 20px;
}

#mensagem .box__video video {
    margin: 50px 0px;
}

/*auxiliares*/

.hidden {
    display: none;
}

.show {
    display: flex;
}

.b--font {
    font-family: Baskervville;
    color: #FFFAC7;
    font-style: italic;
    font-weight: 700;
}

.container {
    padding-top: 5%;
    max-width: min(1200px, 90vw);
    margin: 0 auto;
    height: 100%;
}

.all--center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d--flex {
    display: flex;
}

.f--column {
    display: flex;
    flex-direction: column;
}

.f--grow {
    font-size: clamp(50px, 5vw, 80px);
    color: #FFFAC7;
    font-weight: 600;
}

.b--bottom {
    border-bottom: 1px solid black;
}

.grow {
    font-size: clamp(30px, 5vw, 40px);
    font-weight: 500;
}

.T--center {
    text-align: center;
}

.B--button {
    color: #000;
    background-color: #FFFAC7;
    font-weight: 500;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: clamp(14px, 5vw, 18px);
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
    font-family: Montserrat;
    border: #FFFAC7 solid 2px;
    transition: .2s;
}

.B--button:hover {
    color: #FFF;
    background-color: transparent;
    transition: .2s;
}

button {
    box-shadow: 0 8px 20px -8px rgba(0, 0, 0, .4);
    transition: all;
}

button:active {
    box-shadow: none;
}

.sub--tittle {
    border: 2px solid #FFFAC7;
    border-radius: 50px;
    color: #FFFAC7;
    padding: 15px 40px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: clamp(18px, 5vw, 22px);
}


.box__image img {
    width: 100%;
}

.underline {
    text-decoration: underline;
    font-weight: 400;
}

.botao-flutuante {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 2rem;
    right: 1rem;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    background-color: #FFECCD;
    z-index: 999;
}

.botao-flutuante img {
    width: 100%;
}

.botao-flutuante:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}


footer {
    background-color: #3F3F3F;
    margin-top: 5%;
}

footer p {
    font-size: clamp(12px, 3vw, 20px);
}

footer .box__icons {
    gap: 20px;
    padding: 40px 0;
}

footer .box__icons img {
    width: 40px;
    cursor: pointer;
}

footer .box__text {
    padding-bottom: 5%;
    color: #989898;
}


/*obg*/
#heroObg {
    height: 90vh;
}

#heroObg .container {
    padding-top: 0;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

#heroObg .box__image {
    width: 70%;
    background-image: url(../assets/image/Dra-Hero-obg.avif);
    background-size: cover;
    background-position: center;
}

#heroObg .box__text {
    padding-right: 20px;
    margin-left: 5%;
}

#heroObg .box__text p {
    padding-top: 20px;
}

#spin2 {
    height: 56px;
    background-color: #3F3F3F;
}

#mensagem .container {
    max-width: 40%;
    text-align: center;
}

#mensagem .box__image {
    padding: 30px 0;
    width: 80%;
}

#mensagem img{
    margin: 50px 0;
}

#do .container {
    max-width: 50%;
    padding-bottom: 5%;
}

#do h1 {
    text-align: center;
}

#do .box img {
    padding-right: 30px;

}

#do .box {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

#do img {
    width: 100px;
}

#frase {
    background-color: #3F3F3F;
    padding-bottom: 5%;
    text-align: center;
}

#frase .box__text {
    width: 60%;
}

#frase .b--font {
    color: #FFF;
}

#know .container {
    gap: 40px;
}

#know .box__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

#know .B--button {
    width: 50%;
}

#know img {
    padding-right: 20px;
}

#know strong {
    font-weight: 600;
}



@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/*spin*/

#spin {
    height: 56px;
    background-color: #3F3F3F;
    margin-top: 5%;
}


.fake-bullet::before {
    content: '✦';
    width: 2em;
    margin-right: 2em;
    color: currentColor;
}

.text-slider {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.10);
    padding: 1rem 0;
}

.text-slider__inner {
    display: flex;
    width: max-content;
    animation: scroll 40s linear infinite;
}

.text-slider__inner span {
    flex: none;
    display: inline-block;
    padding: 0 2rem;
    font-size: 1.25rem;
    white-space: nowrap;
    color: #FFF;
}



@media (max-width:1200px) {
    #mensagem .box__video video {
       width: 300px;
       height: 100%;
    }

#mensagem img{
    width: 100%;
}
    

    #heroObg {
        text-align: center;
        padding: 20px 0;
        height: auto;
    }

    #heroObg .box__image {
        display: none;
    }

    #mensagem .container {
        max-width: 80%;
    }

    #do .container {
        max-width: 80%;
    }

    #do .box {
        gap: 20px;
    }

    #do img {
        width: 80px;
    }

    #frase .box__text {
        width: 80%;
    }

    #know .container {
        flex-direction: column-reverse;
        text-align: center;
    }

    #know .B--button {
        width: 100%;
    }

    #know .box__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #know .box {
        margin-top: 20px;
    }

}
