@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');

/* #top{
    width: 100%;
    height: 90px;
} */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body{
 background-color: #E3FFEA;   
}

@font-face {
    font-family: Brilliant;
    src: url(../src/fonts/Brilliant\ -\ Personal\ Use.ttf);
}

@font-face {
    font-family: lithos;
    src: url(../src/fonts/lithos-pro.otf);
}

header {
    width: 100%;
    /* padding: 0 20px; */
    position: sticky;
    top: 0;
    background-color: #fff9ea;
    z-index: 3;
}

#menu{
    background-color: #fff;
    display: flex;
    /* flex-direction: row; */
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 300px;
    height: 75px;
    margin-left: 50px;
}

.nav-links {
    list-style-type: none;
    width: 570px;
    margin-right: 50px;
}

.links {
    display: inline-block; 
    margin: 0 15px;  
    position: relative; 
    display: flex;
    justify-content: space-between;
}

.links a {
    color: #000000;
    text-decoration: none;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    position: relative; 
}

.links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;  
    width: 100%;
    height: 2px;  
    background-color: #4F8426;
    transform: scaleX(0);  
    transition: transform 0.3s ease; 
    transform-origin: bottom left;  
}
 
.links a:hover::after {
    transform: scaleX(1);  
}

#home {
    background-image: url('../src/images/home-fundo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 720px;  
    color: white;  
    display: flex;
    flex-direction: column;
}

h1{
    font-family: Brilliant;
    font-size: 50px;
    font-weight: 400;
    margin-top: 100px;
    margin-left: 70px;
}

.sub-title{
    font-family: PT Sans Narrow;
    width: 450px;
    margin-left: 70px;
    font-size: 19px;
    text-align: justify;
}
.btn-home{
    margin-top: 50px;
    margin-left: 70px;
    font-family: Lithos;
    font-size: 17px;
    width: 250px;
    height: 70px;
    border-radius: 10px;
    border: none;
    font-weight: 400;
    box-shadow: 0px 0px 10px 2px rgba(165, 165, 165, 0.116);
    cursor: pointer;
    transition: backgroud-color .3s ease;
}

/* SOBRE MIM */
#sobre-mim{
    background-color: #EFCDDA;
    padding-top: 50px;
    padding-bottom: 50px;
}

#container-sobre-mim{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#line{
    width: 1180px;
    overflow: hidden;
}

#line2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#line3{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sobre-mim-title{
    background-color: #561F33;
    font-family: Lithos;
    color: #fff;
    width: max-content;
    height: 40px;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 29px;
}

#img-juliana{
    width: 450px; 
    height: 580px; 
    border-radius: 20px;
   
}

.sobre-mim-card{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.sobre-mim-texto{ 
    width: 570px;
    text-align: justify;
    height: 580px;
    
}

.sobre-mim-texto p{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 1.6;
}

/* SOMBRA E AGUA FRESCA */

#sombra-e-agua-fresca{
    background-color: #E3FFEA;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sombra-e-agua-fresca-card{
    width: 1210px;
    background-color: #305216;
    padding: 30px 60px 50px 60px; 
    border-radius: 20px;
    border: none;
}

.sombra-e-agua-fresca-title{
    font-family: Lithos;
    font-size: 29px;
    color: #fff;
    margin-bottom: 20px;
}

.sombra-e-agua-fresca-card hr{
    margin-bottom: 50px;
    height: 1px; 
    background-color: #fff;  
    border: none; 
}

.sombra-e-agua-fresca-text{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 25px;
    line-height: 1.6;
    text-align: justify;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px; 
}

#servicos {
    background-color: #EFCDDA;
    padding-top: 50px;
    padding-bottom: 50px;
}

#container-servicos{
    width: auto;
    
}

#servicos-title {
    background-color: #7D475A;
    font-family: Lithos;
    color: #fff;
    width: max-content;
    height: 40px;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 29px;
}

.servicos-card-1,
.servicos-card{
    width: 1210px;
    height: max-content;
    background-color: #5f3242; 
    margin-top: 40px;
    border: none;
    border-radius: 20px;
    padding: 30px 60px 30px 60px;
    transition: background-color 0.7s ease, height 0.7s ease; 
    border-right: 3px solid #202020;  
    border-bottom: 4px solid #202020;  
}

.servicos-card-1,
.servicos-card.expanded {
    background-color: #561F33; 
}

.servicos-header{ 
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: center; 
}

.header-container{ 
    display: flex;
    flex-direction: row; 
    align-items: center;
}
.card-title-number{
    font-family: Lithos;
    font-size: 50px;
    color: #fff;
}
.card-title-text{
    font-family: Lithos;
    font-size: 25px;
    color: #fff;
    margin-left: 40px;
}

.card-button{
    width: 45px;
    height: 45px;
    font-size: 30px;
    border: none;
    border-radius: 50%;
    color: #3a3a3a;
    cursor: pointer;
}

.card-button-contato{
    height: 45px; 
    width: 45px;  
    border-radius: 50%; 
    background-size: 25px;  
    background-position: center;  
    background-repeat: no-repeat;
    border: none; 
    background-image: url('../src/images/seta1.png');
    transform: rotate(330deg);
    cursor: pointer;
}

.card-descr-1,
.card-descr{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: justify; 
    
}

.servicos-card-1,
.servicos-card.expanded .card-descr {
    opacity: 1;  
}

.card-contato{ 
    width: max-content;  
}

.servicos-card-1,
.servicos-card.expanded .card-contato {
    opacity: 1;  
}

.card-link{
    text-decoration: none;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #fff;
    margin-left: 10px;
}

.servicos-card .card-descr,
.servicos-card .card-contato,
.servicos-card hr {
    display: none;
}

.servicos-card.expanded .card-descr,
.servicos-card.expanded .card-contato,
.servicos-card.expanded hr {
    display: block;
}

.servicos-card-1 .card-descr-1,
.servicos-card-1 .card-contato-1,
.servicos-card-1 hr {
    display: block;
}

.servicos-card-1.expanded .card-descr-1,
.servicos-card-1.expanded .card-contato-1,
.servicos-card-1.expanded hr {
    display: none;
}

#servicos-ocultos{
    display: none;
    flex-direction: column;
}

.container-btn-ler-mais{ 
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}
 #button-ler-mais{
    font-family: Lithos;
    background-color: #7D475A;
    color: #fff;
    font-size: 24px;
    width: 200px;
    height: 70px;
    border-radius: 10px;
    border: none;
    font-weight: 400;
    box-shadow: 0px 0px 10px 2px rgba(165, 165, 165, 0.116);
    cursor: pointer;
    transition: backgroud-color .3s ease;
    
 }

 .servicos-card hr{
    margin-top:  10px;
    color: #fff;
    border: 0;
    border-top: 1px solid #fff;
 }

 .servicos-card-1 hr{
    margin-top:  10px;
    color: #fff;
    border: 0;
    border-top: 1px solid #fff;
 }

 /* DUVIDAS */

 #duvidas{
    background-color: #E3FFEA;
    padding-top: 50px;
    padding-bottom: 50px;
 }

 #container-duvidas{
    width: auto;
 }

 #duvidas-title {
    background-color: #4F8426;
    font-family: Lithos;
    color: #fff;
    width: max-content;
    height: 40px;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 29px;
}
.duvidas-card-1,
.duvidas-card{
    width: 1210px;
    height: max-content;
    background-color: #4F8426;
    margin-top: 40px;
    border: none;
    border-radius: 20px;
    padding: 30px 60px 30px 60px;
    transition: background-color 0.7s ease, height 0.7s ease; 
    border-right: 3px solid #202020;
    border-bottom: 4px solid #202020; 
}

.duvidas-card-1,
.duvidas-card.expanded {
    background-color: #305216; 
}

.duvidas-card .card-descr,
.duvidas-card .card-contato,
.duvidas-card hr {
    display: none;
}

.duvidas-card.expanded .card-descr,
.duvidas-card.expanded .card-contato,
.duvidas-card.expanded hr {
    display: block;
}

.duvidas-card-1 .card-descr-1,
.duvidas-card-1 .card-contato-1,
.duvidas-card-1 hr {
    display: block;
}

.duvidas-card-1.expanded .card-descr-1,
.duvidas-card-1.expanded .card-contato-1,
.duvidas-card-1.expanded hr {
    display: none;
}

.card-button-contato-duvidas{
    height: 45px; 
    width: 45px;  
    border-radius: 50%;  
    background-size: 25px;  
    background-position: center;  
    background-repeat: no-repeat;
    border: none; 
    background-image: url('../src/images/seta2.png');
    transform: rotate(330deg);
    cursor: pointer;   
}

.duvidas-card hr{
    margin-top:  10px;
    color: #fff;
    border: 0;
    border-top: 1px solid #fff;
 }

 /* FOOTER */

 footer{
    background-color: #7D475A;
    width: 100%;  
    padding: 10px 150px 20px 150px; 
    border-radius: 40px 40px 0px 0px;
 }

 .footer-header{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;  
 }

 .footer-logo{
    width: 280px;  
 }

 .footer-ul{
    width: 900px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
 }

 .footer-header li{ 
    display: inline-block;
    width: 500px;
    display: flex;
    justify-content: space-between;
 }

 .footer-links a{
    color: #fff;
    text-decoration: none;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 18px;
    position: relative;
 }

 .footer-links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;  
    width: 100%;
    height: 2px; 
    background-color: #561F33;
    transform: scaleX(0);  
    transition: transform 0.3s ease;  
    transform-origin: bottom left;  
}
 
.footer-links a:hover::after {
    transform: scaleX(1);  
}

.footer-titulo{
    background-color: #561F33;
    font-family: Lithos;
    max-width: max-content;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    font-size: 15px;
}

.footer-contatos{
    color: #fff;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.6;
}
.container-copy{
    margin-top: 30px;
}

.copy{
    color: #fff;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.6;
}
.footer-hr{
    margin-top:  20px;
    color: #fff;
    border: 0;
    border-top: 1px solid #fff;
}

.footer-midias{
    width: 25px;
    margin-left: 15px;
}

.footer-ul-oculto{
    display: none;
}

#container-midias-oculto{
    display: none;
}


/* MEDIA */

#mobile_btn{
    display: none;
}

#mobile_menu{
    display: none;
}

@media screen and (max-width: 1080px){
    .nav-links{
        display: none;
    }
    #mobile_btn{
        display: block;
        border: none;
        background-color: transparent;
        font-size: 1.5rem;
        margin-right: 10px;
        cursor:pointer;

        
    }
    #mobile_menu.active {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-items: center;
    }
    #mobile_nav_list{
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin: 12px 0px;
    }
    #mobile_nav_list .nav_item{
        list-style: none;
        text-align: center;
        font-family: 'PT Sans Narrow', sans-serif;
        color: #202020;
        text-decoration: none;
    }
    #mobile_nav_list .nav_item a{
        color: #000;
        text-decoration: none;
    }
    .btn-default{
    font-family: Lithos;
    /* font-size: 17px; */
    width: 200px;
    height: 50px;
    border-radius: 10px;
    border: none;
    font-weight: 400;
    box-shadow: 0px 0px 10px 2px rgba(165, 165, 165, 0.116);
    cursor: pointer;
    background-color: #7D475A;
    color: #fff;
    transition: backgroud-color .3s ease;
    margin-bottom: 10px;
    }

    #mobile_nav_list .nav_item a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -5px;  
        width: 100%;
        height: 2px;  
        background-color: #4F8426;
        transform: scaleX(0);  
        transition: transform 0.3s ease; 
        transform-origin: bottom left;  
    }
     
    #mobile_nav_list .nav_item a:hover::after {
        transform: scaleX(1);  
    }


}

@media screen and (max-width: 1180px){
    #line{
        width: 980px;
    }
    .sobre-mim-texto{
        margin-left: 20px;
        margin-right: 20px;
    }

}

@media screen and (max-width: 1180px){
    .sombra-e-agua-fresca-card{
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 530px){
    
}
@media screen and (max-width: 899px){
    .sobre-mim-card{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .sobre-mim-texto {
        margin-top: 20px;
        width: 100%;
    }

    .sobre-mim-texto p {
        margin-right: 30px;
        margin-left: 30px;
        /* font-size: 25px; */
        line-height: 1.6;
    }
}

@media screen and (max-width: 370px){
    .btn-home{
        display: none;
    }
}
@media (min-width: 320px) and (max-width: 480px){

    .sub-title{
        width: auto;
        margin-right: 30px;
    }
    .sobre-mim-texto{
        height: auto;
    }

    #img-juliana{
        width: 300px;
        height: max-content;
        margin-top: 0;
    }
    .sobre-mim-texto p {
        margin-right: 30px;
        margin-left: 30px;
        font-size: 18px;
        line-height: 1.6;
    }

    .logo{
        width: 250px;
        height: 70px;
    }

    h1{
        font-size: 35px;
    }  

    /* .sombra-e-agua-fresca-card{
        margin-left: 30px;
        margin-right: 30px;
    } */

    .sombra-e-agua-fresca-text{
        font-size: 20px;
    }

    .sombra-e-agua-fresca-title{
        font-size: 23px;
        margin-bottom: 20px;
    }
    
    
}

@media (min-width: 50px) and (max-width: 320px){
    #img-juliana{
        width: 200px;
        height: max-content;
        margin-top: 0;
    }
    
}

@media screen  and (max-width:1220px){
    .duvidas-card-1,
    .servicos-card-1,
    .duvidas-card,
    .servicos-card{
        width: 1100px;
    }

}

@media screen  and (max-width:1120px){
    .duvidas-card-1,
    .servicos-card-1,
    .duvidas-card,
    .servicos-card{
        width: 1000px;
    }

}

@media screen  and (max-width:1024px){
    .duvidas-card-1,
    .servicos-card-1,
    .duvidas-card,
    .servicos-card{
        width: 900px;
    }

}

@media screen  and (max-width:930px){
    .duvidas-card-1,
    .servicos-card-1,
    .duvidas-card,
    .servicos-card{
        width: 800px;
    }

}

@media screen  and (max-width:815px){
    .duvidas-card-1,
    .servicos-card-1,
    .duvidas-card,
    .servicos-card{
        width: 700px;
    }

}

@media screen  and (max-width:725px){
    .duvidas-card-1,
    .servicos-card-1,
    .duvidas-card,
    .servicos-card{
        width: 600px;
    }

}

@media screen  and (max-width:615px){
    .duvidas-card-1,
    .servicos-card-1,
    .duvidas-card,
    .servicos-card{
        width: 500px;
        padding: 10px;
    }

    .card-title-number{
        font-size: 15px;
    }

    .card-title-text{
        font-size: 20px;
    }


}

@media screen  and (max-width:510px){
    .duvidas-card-1,
    .servicos-card-1,
    .duvidas-card,
    .servicos-card{
        width: 420px;
        padding: 10px;
    }

    .card-title-number{
        font-size: 15px;
    }

    .card-title-text{
        font-size: 20px;
    }


}

@media (min-width:310px)  and (max-width:430px){
    .sobre-mim-title,
    #duvidas-title,
    #servicos-title{
        font-size: 18px;
        height: auto;
    }
    .duvidas-card-1,
    .servicos-card-1,
    .duvidas-card,
    .servicos-card{
        width: 320px;
        padding: 10px;
    }

    .card-title-number{
        font-size: 15px;
    }

    .card-title-text{
        font-size: 20px;
    }
    #button-ler-mais{
        width: 150px;
        height: 50px;
    }


}

@media  all and (max-width:1210px){

    #container-midias{
        display: none;
    }
    .footer-ul{
        justify-content: end;
        margin-left: 30px;
    }
    
}

@media  screen and (max-width:1110px){
    #container-midias-oculto{
        display: block;
    }

    #container-midias-oculto{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #container-midias-oculto img{
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-copy{
        display: flex;
        flex-direction: row;
        justify-content: space-between;

    }

   .footer-header li{
    display: none;
   }

   .footer-ul-oculto{
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 30px;
   }

   .footer-ul-oculto li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    /* background-color: aqua; */
    
   }

   .footer-links-oculto a {
    
    list-style-type: none;
    color: #fff;
    text-decoration: none;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    position: relative;
   }

   


}

@media  (min-width:310px) and (max-width:1020px){
    footer{
        padding: 10px 30px 20px 30px; 
    }
    .footer-header{
        align-items: center;
        justify-content: center;
    }
 }

 @media  (min-width:50px) and (max-width:340px){
    .footer-logo{
        width: 180px;
    }
 }

 @media screen and (max-width:450px) {
    .footer-ul-oculto{
        display: none;
    }
 }

 @media screen and (max-width:573px) {
    #container-midias-oculto{
        display: none;
    }
 }