/*estilo geral*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: rgba(254,240,226,255);
    height: 100vh;
}
.interface{
    max-width: 1280px;
    margin: 0 auto;
}
.flex{
    display: flex;
}
.btn-whats button{
    width: 60px;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    background-color: rgb(81, 255, 0);
    border: 0;
    border-radius: 50px;
    cursor: pointer;
}
.btn-whats button i{
    font-size: 30px;
}
h2.titulo{
    font-size: 80px;
    text-align: center;
    padding: 80px 0;
    padding-bottom: 110px;
}
/* cabecalho */
header > .interface{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header > .interface a{
    color: rgb(116, 113, 113);
    text-decoration: none;
    display: inline-block;
    transition: .2s;
    font-size: 20px;
}
header > .interface a:hover{
    color: black;
    transform: scale(1.05);
}
header nav ul{
    list-style-type: none;

}
header nav.menu-desktop ul li{
    display: inline-block;
    padding: 0 40px;
}

.btn-whats button:hover{
    box-shadow: 0px 0px 8px rgba(81, 255, 0, 0.753);
}
/* ESTILO DO MENU MOBILE */
.btn-abrir-menu i{
    color: #000;
    font-size: 40px;
}
.menu-mobile{
    background-color: rgba(182, 150, 107, 0.952);
    height: 150vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 0%;
    overflow: hidden;
    transition: .5s;
}
.menu-mobile.abrir-menu{
    width: 70%;
}
.menu-mobile.abrir-menu ~ .overlay-menu{
    display: block;
}
.menu-mobile .btn-fechar{
    padding: 20px 5%;
}
.menu-mobile .btn-fechar i{
    color: #000;
    font-size: 30px;
}
.menu-mobile nav ul{
    text-align:  right;
}
.menu-mobile nav ul li a{
    color: rgb(73, 71, 71);
    font-size: 20px;
    font-weight: 300;
    padding: 20px 8%;
    display: block;
}
.menu-mobile nav ul li a:hover{
    background-color: #cd9e56;
}
.overlay-menu{
    background-color: #00000077;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88888;
    display: none;
}
/* HOME */

/* HOME SOBRE Excellence in private label cosmetics*/
section.sobre{
    padding: 40px 4%;
    background-color: white;
}
section.sobre .flex{
    align-items: center;
    gap: 60px;
}
.sobre .txt-sobre h2{
font-size: 45px;
margin-bottom: 30px;
}
.sobre .txt-sobre p{
    margin: 20px 0;
    text-align: justify;
    font-size: 25px;
}
/* ESTILO PORTIFOLIO */
section.portifolio{
    padding: 80px 4%;
}
section.portifolio .flex{
    justify-content: space-around;
    padding-bottom: 100px;
}
section.portifolio h2.titulo{
    font-size: 60px;
}
.img-port{
    width: 460px;
    height: 560px;
    background-size: cover;
    background-position: 100% 0%;
    transition: 5s;
    border-radius: 40px;
}
.img-port:hover{
    background-position: 100% 100%;
}
/* PRIVATE 1 */
.teste{
    background-color: rgba(226,244,241,255);
}
.teste2{
    background-color: rgba(239,226,234,255);
}
.teste3{
    background-color: rgba(245,230,224,255);
}
section.txt-private1{
    padding: 40px 4%;
    padding-top: 70px;
    padding-bottom: 20px;
}
section.txt-private1 .flex{
    align-items: center;
    justify-content: center;
    gap: 90px;
}
.txt-private1 h2{
    font-size: 50px;
    line-height: 100px;
}
.txt-private1 .txt-private2 p{
    margin: 20px 0;
    font-size: 20px;
}
/* TXT INICIO = TITULO COM BACKGROUD */
section.private-inicio{
    padding: 40px 4%;
    background-image: url(images/Screenshot_2.png);
}
section.private-inicio .flex{
    align-items: center;
    justify-content: center;
    gap: 90px;
}
.private-inicio h2{
    font-size: 50px;
    line-height: 100px;
}
/* ESPECIALIDADES */
section.especialidades{
    padding: 40px 4%;
    padding-top: 0px;   
}
section.especialidades .flex{
    gap: 20px;
}
.especialidades .especialidades-box{
    padding: 30px;
    padding-top: 0px;
    border: 2px solid rgba(165, 165, 165, 0.459);
    border-top: 0px;
    border-bottom: 0px;
    border-radius: 20px;
    transition: .2s;
}
.especialidades .especialidades-box:hover{
    transform: scale(1.01);
    box-shadow: 0 0 8px #00000071;
}
.especialidades .especialidades-box h3{
    font-size: 28px;
    margin: 15px 0;
}
.especialidades .especialidades-box li{
    font-size: 18px;
}
/* ESTILO DO RODAPÉ */
footer{
    padding: 40px 4%;
    box-shadow: 0 0 40px 10px rgba(128, 128, 128, 0.418);
    background-image: url(images/Screenshot_2.png);
}
footer .flex{
    justify-content: space-between;
}
footer .line-footer{
    padding: 20px 0;
}
.borda{
    border-top: 2px solid gray;
}
footer .line-footer p i{
    color: gray;
    font-size: 25px;
}
footer .line-footer p a{
    color: blue;
    font-size: 20px;
}
footer .line-footer .btn-social button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: gray;
    font-size: 22px;
    cursor: pointer;
    margin: 0 5px;
    transition: .2s;
}
footer .line-footer .btn-social button:hover{
    box-shadow: 0px 0px 8px rgba(128, 128, 128, 0.342);
    transform: scale(1.05);
}
/* ESTILO DO FORMULÁRIO */
section.formulario{
    padding: 80px 4%;
}
.formulario h2{
    text-align: center;
    font-size: 40px;
    padding: 50px 0;
}
form{
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
}
form input, form textarea{
    width: 100%;
    background-color: rgba(182, 150, 107, 0.534);
    border: 0;
    outline: 0;
    padding: 20px 15px;
    border-radius: 15px;
    color: #000;
    font-size: 18px;
}
form textarea{
    resize: none;
    height: 200px;
    max-height: 200px;
}
form .btn-enviar{
    margin-top: 20px;
    text-align: center;
}
form .btn-enviar input{
    width: 120px;
    background-color: #ba996f;
    color: #684c28;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}
/* CREATE */
section.create{
    padding: 80px 4%;
    background-color: rgba(46,125,148,255);
}
section.create .flex{
    justify-content: space-around;
    padding-bottom: 100px;
}
.img-create1{
    width: 624px;
    height: 244px;
    background-size: cover;
    background-image: url(images/Screenshot_01.png);
}
.img-create2{
    width: 624px;
    height: 244px;
    background-size: cover;
    background-image: url(images/Screenshot_02.png);
}
.img-create3{
    width: 624px;
    height: 244px;
    background-size: cover;
    background-image: url(images/Screenshot_03.png);
}
.img-create4{
    width: 624px;
    height: 244px;
    background-size: cover;
    background-image: url(images/Screenshot_04.png);
}.img-create5{
    width: 624px;
    height: 244px;
    background-size: cover;
    background-image: url(images/Screenshot_05.png);
}
.img-create6{
    width: 624px;
    height: 244px;
    background-size: cover;
    background-image: url(images/Screenshot_06.png);
}

@media screen and (max-width: 1433px){
    /* CLASSE GERAIS */
    .flex{
        flex-direction: column;
    }
    h2.titulo{
    font-size: 45px;
}
    /* CABEÇALHO */
.menu-desktop{
    display: none;
}
    /*INDEX HTML*/
section.sobre .flex img{
    width: 350px;
}
.sobre .txt-sobre h2{
font-size: 25px;
}
.sobre .txt-sobre p{
    font-size: 15px;
}
section.portifolio{
    padding: 80px 0%;
}
section.portifolio h2.titulo{
    font-size: 45px;
}
.img-port {
    max-width: 360px;
    margin: 0 auto;
}
section.portifolio .flex{
    gap: 60px;

}
/* Private */
section.txt-private1 .flex img{
    max-width: 390px;
    margin: 0 auto;
}
/* CREATE */
section.create .flex{
    gap: 60px;
}
.img-create1{
    width: 350px;
    height: 137px;
   background-image: url(images/Screen01.png);
   background-size: auto;
   background-repeat: no-repeat;
   margin: 0 auto;
}
.img-create2{
    width: 350px;
    height: 137px;
   background-image: url(images/Screen02.png);
   background-size: auto;
   background-repeat: no-repeat;
   margin: 0 auto;
}
.img-create3{
    width: 350px;
    height: 137px;
   background-image: url(images/Screen03.png);
   background-size: auto;
   background-repeat: no-repeat;
   margin: 0 auto;
}
.img-create4{
    width: 350px;
    height: 137px;
   background-image: url(images/Screen04.png);
   background-size: auto;
   background-repeat: no-repeat;
   margin: 0 auto;
}
.img-create5{
    width: 350px;
    height: 137px;
   background-image: url(images/Screen05.png);
   background-size: auto;
   background-repeat: no-repeat;
   margin: 0 auto;
}
.img-create6{
    width: 350px;
    height: 137px;
   background-image: url(images/Screen06.png);
   background-size: auto;
   background-repeat: no-repeat;
   margin: 0 auto;
}

/* RODApÉ */
footer .line-footer{
    text-align: center;
}
}
@media screen and (min-width: 1434px){
    header .btn-abrir-menu{
        display: none;
    }
}