@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
:root{
    --textos:white;
    --textos-2:white;
    --textos-claros:rgb(88, 88, 88);
    --fundos-claros:rgb(218, 218, 218);
    --terciary: rgb(212, 191, 0);
    --fundo-black:black;
}
a{text-decoration: none;color: var(--textos);}
h1,h2,h3,h3{color: var(--textos);}
input{border: none;outline: none;}
/*reseter global*/*{transition: 0.6s;margin: 0;padding: 0;box-sizing: border-box;font-family: 'Roboto', sans-serif;}
/*center*/.center{margin: 0 auto;max-width: 1127px; width: 100%;}
body,html{height: 100%;width: 100%;background-color: var(--fundo-black);}

/*header*/
header{height: 120px;align-items: center;border-bottom:1px solid #9e9e9e;}
header .center{padding:0 0;display: flex;justify-content: left;align-items: center;height: 100%;}

/*banner initial*/
section#banner-initial{
    height: 650px;
    background-image: url(../imagens/teste2.png);
}
#banner-initial .center{height: 100%;padding-bottom: 30px;}
#banner-initial .container{width: 100%;height: 100%;
    display: flex;
    align-items: center;
    background-image: url('../imagens/1473373.jpg');
    background-size: cover;
}
#banner-initial .container-text{
    width: 508px;
    height: 485px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.58) url('../imagens/back-highlight.png') no-repeat;
    background-size: auto 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}
#banner-initial .container-text .text-wrapper{
    width: 100%;height: 100%;
    padding: 0 80px;
    text-align: left;
}
#banner-initial .container-text a.title{
    font-family: 'Abhaya Libre', serif;
    font-size: 80px;
    font-weight: 520;
    text-decoration: none;
    color: var(--textos-claros);
}
#banner-initial .text-wrapper p{font-size: 18px;margin: 15px 0;
font-weight: 100;
color: var(--textos-claros);
letter-spacing: 1px;
line-height: 34px;
font-family: 'Lato', sans-serif;
}
#banner-initial .text-wrapper .whats-btn{
    position: absolute;
    bottom: -5px;
    text-decoration: none;
    width: 250px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:white;padding: 10px 10px;}
#banner-initial .text-wrapper .whats-btn span{color: var(--fundo-black);font-size: 15px;}
#banner-initial .text-wrapper .whats-btn i{color: var(--fundo-black);font-size: 25px; margin-right: 10px;}
#banner-initial .text-wrapper .whats-btn:hover{opacity: 0.8;
    transform: scale(1.05);
}
#banner-initial .text-wrapper .whats-btn:active{
 opacity: 1;   transform: scale(0.95);
}

/*box de terapeutas*/
#terapeutas{margin: 70px 0;}
#terapeutas .terapeuta-wrapper{-webkit-box-shadow: -2px 7px 9px 2px #9E9E9E; 
    box-shadow: -2px 2px 1px 1px var(--textos);
    width: 330px;height: 400px;
    margin: 20px;
}
#terapeutas .center{display: flex;
justify-content: center;flex-wrap: wrap;
}
#terapeutas .title-box{
    width: 100%;
    display: flex;justify-content: center;
    margin-bottom: 40px;
}
#terapeutas .terapeuta-wrapper .img-wrapper{
    width: 100%;height: 350px;
}
#terapeutas .terapeuta-wrapper .img-wrapper img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#terapeutas .terapeuta-wrapper .text-wrapper{width: 100%;
display: flex;justify-content: center;align-items: center;
height: 50px;
}
#terapeutas .terapeuta-wrapper:hover{
    opacity: 0.7;
}

/*contato*/
#contato{width: 100%;background-color: var(--fundos-black);
    background-image: url('../imagens/teste2.png');
    padding-bottom: 1px;
}
#contato .center{background-image: url('../imagens/ltr-1.png');
background-repeat: no-repeat;
background-position: 80% -35%;
}
#contato .novidades .title{width: 100%;display: flex;
justify-content: center;padding: 60px 0;
}
#contato .novidades .container{display: flex;justify-content: center;
align-items: center;
}
#contato .novidades .container input{width: 400px;padding:20px;
margin: 0 50px;font-size: 17px;
}
#contato .novidades .container .box{position: relative;
    top: 0px;left: 50px;background-color: var(--terciary);
    width: 50px;height: 50px;cursor: pointer;
    display: flex;justify-content: center;align-items: center;
}
#contato .novidades .container .box i{
    font-size: 25px; color: white;
}
/*contado formulario*/
#contato .contato{width: 100%;margin: 70px 0;}
#contato .w50{width: 50%;margin: 5px 0;}
#contato .w50.w50pri{width: 48.73%;margin-right: 10px;}
#contato .w33{width: 33%;margin: 5px 0; padding: 0px;}
#contato .w33.w33pri{width: 32%;margin-right: 10px;}
#contato .w100{width: 100%;margin: 5px 0;}
#contato .contato h1{font-size: 70px}
#contato .contato form{display: flex;width: 70%;
flex-wrap: wrap;
}
#contato .contato input{border-bottom: 1px solid var(--textos);
    padding:10px;background-color: rgba(255, 255, 255, 0);
    font-size: 15px;color: white;
}
#contato .contato form label{position: relative;
top: 40px;
color: white;
}
#contato .contato form .btn-whatsapp{
    background-color: rgb(0, 209, 35);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contato .contato form .btn-whatsapp a{
    color: white;
    /*padding: 0 25%;*/
    cursor: pointer;
}
#contato .contato form .btns{max-height: 38px;}
#contato .contato form .btn-whatsapp i{
    font-size: 20px;
    margin-left: 13px;
}
#contato .contato form .btn-submit input{
    width: 98%;
    background-color: var(--textos);
    border: 0;
    color: black;
    cursor: pointer;
}
/*maps*/
#Map{margin: 0;padding:0;width: 100%;height: 500px;}
/*footer*/
footer{min-width: 100%!important;background-color: rgb(0, 0, 0);padding: 20px 0;}
footer .center{display: flex;justify-content: space-between;
align-items: center;max-width: 100%;padding: 0 1%;
}
footer ul{width: 100%;list-style: none;display: flex;justify-content: space-between;}
footer ul li{width: 33%; display: flex;justify-content: center;align-items: center;}
footer ul li a{color: white;}

@media only screen and (max-width: 970px) {
    header .center,
    #contato .center,footer .center
    {padding:0 1.8%}
    #contato .container .whats,
    #contato .container .email{
        width: 100%;
        margin: 0;
        display: flex;
    }
    #contato .container .whats input,
    #contato .container .email input{
        width: 95%;
        margin: 0;
    }
    #contato .container .whats .box,
    #contato .container .email .box{
        position: static;
        width: 60px;
        height: 60px;
    }
    #contato .container{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    #contato .contato form{
        width: 100%;
    }
    #contato .w50.w50pri{width:49%;margin-right: 5px;}
    #contato .w33.w33pri{width:32%;margin-right: 5px; padding: 0px;}
    #contato .contato form .btn-whatsapp{
        background-color: rgb(0, 209, 35);
        padding: 8px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    } 
    #contato .btn-whatsapp a{display: flex;}
    #contato .btns{max-height: 38px;}
    #contato .contato form .btn-submit input{
        width: 100%;
    }

}
@media only screen and (max-width: 600px) {
    #banner-initial .container-text{
        display: none;
        opacity: 0;
    }
    #banner-initial .container{
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    section#banner-initial{
        height: 400px;
    }
    #contato .contato h1 {
        font-size: 50px;
    }
    #contato .w50{width: 100%;}
    #contato .w50.w50pri{width: 100%;margin: 0;}
    #contato .w33{width: 100%; padding: 0px;}
    #contato .w33.w33pri{width: 100%;margin: 0;}
    footer ul{flex-wrap: wrap;}
    footer a{font-size: 11px;}
    footer ul li{
        width: 100%;
        margin: 10px 0;
    }
    footer ul img{width: 80px;}
}