*{
    scroll-behavior: smooth;
}

body{
    text-align: center;
    background-color: #484848;
}

/* HEADER */
header{
    border-bottom: solid grey 1px;
}

.text-bg-dark{
    background-color: black !important;
}
#btnr{
    background-image: linear-gradient(90deg, rgba(233,178,34,1) 13%, rgba(252,255,101,0.8911939775910365) 55%, rgba(233,178,34,1) 91%);
}

#btnr:hover{
    background-image: linear-gradient(90deg, rgba(166,166,161,1) 14%, rgba(210,203,188,1) 41%, rgba(231,225,211,0.9332107843137255) 51%, rgba(166,166,161,1) 93%);
    border: none;
}

#entrarBtn{
    background-image: linear-gradient(90deg, rgba(166,166,161,1) 14%, rgba(210,203,188,1) 41%, rgba(231,225,211,0.9332107843137255) 51%, rgba(166,166,161,1) 93%);
    border: none;
}

.marca a{
    padding-right: 100px;
    text-decoration: none;
}
/* .letra{
    color: #FFE600  ;
} */
.gradiente{
    background-image: linear-gradient(90deg, rgba(233,178,34,1) 13%, rgba(252,255,101,0.8911939775910365) 55%, rgba(233,178,34,1) 91%);
    background-clip: text;/*apaga o fundo que esta atras da letra */
    -webkit-background-clip: text; /*ajuda a apagar o fundo em alguns navegadores*/
    -webkit-text-fill-color: transparent; /*deixa o texto transparente*/
}

.degrade{
    color: white !important;
}
.degrade:hover{
    background-image: linear-gradient(90deg, rgba(233,178,34,1) 13%, rgba(252,255,101,0.8911939775910365) 55%, rgba(233,178,34,1) 91%);
    background-clip: text;/*apaga o fundo que esta atras da letra */
    -webkit-background-clip: text; /*ajuda a apagar o fundo em alguns navegadores*/
    -webkit-text-fill-color: transparent; /*deixa o texto transparente*/
}
/* TITULO */
#titulo{
    background-color: black !important;
    color: white;
    padding: 5px;
}

.ponto{
    color: #FFE600;
}

.parag1{
    font-size: 25px;
}

/* Primeira seção */

#sec1{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    background-color: black;
    border-top: solid white 1px;
    padding-bottom: 90px;
}

/* imagem */
#sec1 img{
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
}



/* Carrosel main */
.carousel{
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

/* Carrosel1 */
.tituloCarrosel{
    text-decoration: underline #FFE600;
    font-size: 40px;
}

.exch1{
    color: #FFE600;
}

.parag2{
    display: flex;
    width: 400px;
    height: 300px;
    margin: auto;
    align-items: center;
}

#btnp{
    color: #FFE600;
    color: black;
    padding-top: 10px;
    font-weight: bold;
    transition: all 0.3s 0s ease-in;
    background-image: linear-gradient(90deg, rgba(233,178,34,1) 13%, rgba(252,255,101,0.8911939775910365) 55%, rgba(233,178,34,1) 91%);
}

#btnp:hover{
    width: 200px;
    height: 50px;
}


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


/* Segunda seção */
#sec2{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    background-color: black;
    border-bottom: solid white 1px;
    padding-bottom: 40px;
}

/* ------------------------------------ */

/* Terceira Seção */
#sec3{
    margin: auto;
    height: 300px;
    justify-content: center;
    text-align: center;
    justify-items: center;
    background-color: rgb(33, 37, 41);
}

#sec3 h1{
    color: rgb(94, 94, 94);
    font-weight: bold;
}

#sec3 p{
    font-size: 70px;
    color: grey;
    font-weight: bold;
}

#sec3 span{
    color: #ffe60077;
}

/* Quarta Seção */
#sec4{
    background-color: black;
    padding-bottom: 60px;
    border-bottom: solid white 1px;
}
#sec4 h1{
    padding-top: 40px;
    color: white;
    font-size: 50px;
    font-weight: bold;
    text-decoration: underline #FFE600;
}

#sec4 p{
    color: white;
    width: 900px;
    margin: auto;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    
}

/* Quinta Seção */
#sec5{
    background-color: black;
    padding-bottom: 40px;
    border-bottom: solid white 1px;
}

#imgMain{
    display: flex;
    justify-content: space-around;
}

#sec5 h1{
    color: white;
    text-decoration: underline #FFE600;
    padding: 40px;
    font-weight: bold;
}

#sec5 img{
    border-radius: 100%;
    height: 200px;
    width: 200px;
}

#sec5 p{
    width: 400px;
    color: white;
}

/* Sexta Seção */
#sec6{
    padding: 40px;
    background-color: black;
}

#sec6 h1{
    color: white;
    text-decoration: underline #FFE600;
}

#sec6 button{
    font-weight: bold;
}

.accordion-item{
    width: 800px;
}

.centralDiv{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}

/* FOOTER  */

/* COR DO FOOTER  */
.containerFooter{
    background-color: black !important;
    margin:0;
    border-top: solid white 1px;
 }
 
 /* CENTRALIZA O LOGO 'FRONTENDERS ' NO FOOTER  */
 .centraliza{
     font-size: 21px;
 
     display: flex;
     justify-content: center;

 }
 
 /* FOOTER FICAR SEM MARGIN BOTTOM  */
 .my-4{
     margin: 0 !important;
 }
 
footer h1{
    color: white;
}

footer a{
    text-decoration: none;
}
/* RESPONSIVO */
@media(max-width: 800px ){
    *{
        overflow-x: hidden;
       
    }

    #fotoTopo{
        padding: 10px;
    }

    #sec4 p{
        width: auto;
        font-size: 18px;
    }

    #sec5 img{
        width: 100px;
        height: 100px;
    }
    .test{
        justify-items: center;
    }

    #sec5 button{
        width: 100px;
        height: 90px;
        padding-top: 20px;
    }

    .accordion-item{
        width: auto;
    }
}

