@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

:root{
    --rose: #BC8F8F;
    --branco-body: #e2e2e4;
    --cinza: #727272; 
}

body{
    background-color: #e2e2e4;
    padding-top: 10vh;

}

a{
    text-decoration: none;
}



        /* Header */



        a:hover {
            opacity: 0.7;
        }
        
        .logo {
        font-size: 1.5vw;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-weight: 500;
        height: 6.5vh;
    
}
        
        header{
            margin-top: -10vh;
        }
        
        header nav {
            display: flex;
            justify-content: space-around;
            align-items: center;
            font-family: Arial, Helvetica, sans-serif;
            background: var(--branco-body);
            height: 9vh;
            position: fixed;
            width: 100vw;
            
            padding-top: 1vh;
            position: fixed;
            z-index: 999;
            
        }
        
        .nav-list {
            list-style: none;
            display: flex;
            align-items: center;
            margin-top: 0px;
            border-bottom-left-radius: 10px;
        }
        
        .nav-list a{
            font-size: 18px;
            font-weight: normal;
        }
        
        .nav-list li {
            letter-spacing: 3px;
            margin-left: 22px;
            margin-right: 22px;
            font-weight: normal;
        }
        
        .mobile-menu {
            display: none;
            cursor: pointer;
        }
        
        .mobile-menu div { 
            width: 27px;
            height: 2px;
            background:  var(--rose);
            margin: 5px;
            transition: 0.3s;
        }
        
            /* header agende */
        
            #a-agende{
            display: flex;
            background-color: var(--rose);
            background-size: cover;
            border-radius: 30px;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 10px;
            padding-bottom: 10px;
            align-items: center;
            font-weight: lighter;
        }
        
        header a {
            color: var(--rose);
            text-decoration: none;
            transition: 0.3s;
            
            
            
            
        }
        
        #h-agende{
            color: white;
            font-weight: normal;
            font-size: 15px;
            margin-left: 5px;
        }
        
        #a-header{
            display: none;
        }
        
        @media (width <  999px) {
            #h-agende{
              font-size: 12px;
              color: white;
            }
            
            #a-header{
              display: block;
              font-size: 4vw;
              color: rosybrown;
            }
        
            body {
              overflow-x: hidden;
              
            }
            .nav-list {
              position: absolute;
              top: 6vh;
              right: 0;
              width: 50vw;
              height: 70vh;
              background: #e2e2e4;
              flex-direction: column;
              align-items: center;
              justify-content: space-around;
              transform: translateX(100%);
              transition: transform 0.3s ease-in;
              margin-top: 2vh;
            }
            .nav-list li {
              margin-left: 0;
              opacity: 0;
            }
            .mobile-menu {
              display: block;
            }
          
          
          .nav-list.active {
            transform: translateX(0);
          }
          
          @keyframes navLinkFade {
            from {
              opacity: 0;
              transform: translateX(50px);
            }
            to {
              opacity: 1;
              transform: translateX(0);
            }
          }
          
          .mobile-menu.active .line1 {
            transform: rotate(-45deg) translate(-0px, 8px);
          }
          
          .mobile-menu.active .line2 {
            opacity: 0;
          }
          
          .mobile-menu.active .line3 {
            transform: rotate(45deg) translate(-2px, -10px);
          }
        
        }

        @media (width <  300px){
            #a-agende {
                display: none;
            }


        }
        
        
        
        
/* Classes */

.titulo{
    display: flex;
    justify-content: center;
    color: rosybrown;
    cursor: pointer;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.6vw;
    align-items: center;
    margin-top: 13vh;
    margin-bottom: 8vh;
}

/*  prod    */

.prod{
    margin-top: 25vh;
    display: flex;
    justify-content: center;
}

.prod-container{
    display: flex;
    justify-content: center;
  
    
}

.img-prod{
    height: 40vh;
    width: 25vw;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border: solid 6px white;
    box-shadow: rgba(210, 126, 212, 0.3) 1px 3px 14px 0px;
}

.div-prod{
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.h1-prod{
    color: rosybrown;
    margin-top: 2vh;
}

.h3-prod{
    color: var(--cinza);
    font-size: 1.4em;
    font-weight: 500;
}

.p-prod{
    width: 30vw;
    margin-top: 30px;
    color: var(--cinza);
    font-size: 1.2em;

}

.consulta{
    width: 15vw;
    justify-content: center;
    margin-top: 5vh;
    cursor: pointer;
    margin-left: 10vh;
    margin: auto;
    margin-top: 50px;
}

.consulta:hover{
    opacity: 0.8;
}

#about{
    display: flex;
}

.p-texts{
    width: 73vw;
    margin: auto;
    color:var(--cinza) ;
    font-size: 1.2em;

}

.about strong{
    color: var(--branco-body);
}

@media (width < 1300px){

#h-consulta{
    font-size: 0.7em;
    color: white;
}

.p-prod{
    width: 36vw;
}   


.titulo{
    font-size: 1.8em;
}
.img-prod{
    width: 33vw;
}

#a-header{
    font-size: 3vw;
}

.consulta{
    width: 30vw;
}
}

@media (width < 900px){




.img-prod{
    width: 40vw;
}
.p-prod{
    width: 32vw;
} 

.consulta{

}
}

@media (width < 750px){
.prod-container{
flex-direction: column;

} 



.img-prod{
    width: 60vw;
    margin-bottom: 5vh;
}

.div-prod{
    margin: auto;
}

.prod{
    margin-top: 5vh;
}

.p-prod{
    width: 80vw;
}

.consulta{
  width: 40vw;  
  
}

#h-consulta{
    font-size: 0.8em;
}

}

@media (width < 500px){
.p-prod{
    width: 90vw;
}

.consulta{
width: 55vw;  

}

#h-consulta{
    font-size: 0.8em;
}

.img-prod{
    width: 80vw;
   
}

.p-texts{
    width: 90vw;
}


}

@media (width < 400px){
.p-prod{
    width: 90vw;
}

.consulta{
width: 55vw;  

}

.h1-prod{
    font-size: 1.3em;
}

.h3-prod{
    font-size: 1.2em;
}

.img-prod{
    width: 85vw;
    height: 35vh;
}   

.titulo{
    font-size: 1.3em;
}
}

@media (width < 300px){

.consulta{
    width: 70vw;  
}

.p-prod{
    width: 85vw;
    text-justify: auto;
}

.logo{
    height: 6vh;
}

.p-texts{
    width: 90vw;
    text-justify: center;
}
}


/* Fotter */
footer{
    display: flex;
    justify-content: center;
    background-color: var(--rose);
    color: white;
    padding: 50px;
    margin-top: 130px;
}

#forms2{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dados2{
    background-color: #72727200;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px white;
    padding-bottom: 5px;
    padding-top: 20px;
    width: 350px;
    color: white;
}

.msg2{
    padding-bottom: 40px;
    margin-bottom: 15px;
}

#forms2 ::placeholder{
    color: white;
    font-size: 15px;  
}

#submit2{
    background-color: rgba(255, 255, 255, 0);
    color: white;
    border: none;
    border-bottom: solid 1px white;
    padding: 5px;
}

#submit2:hover{
    opacity: 0.8;
}

.dados2:focus{
    outline: none;
    color: white;
}

.div-cat{
    margin: 50px;
}

#icones-mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px;
}

.img-redes{
    margin-top: 40px;
    margin-bottom: 40px;
}

.icones{
    border-bottom: solid 1px white;
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.img-redes{
    height: 22px;
}

.icones img{
    height: 20px;
    margin-right: 10px;
}

.div-cat p{
    font-size: 16px;
}

.tell{
    border-top: solid 1px white;
}

@media (max-width: 900px){
    .dados2{
        width: 260px;
    }
}

@media (max-width: 750px){
    footer{
        flex-direction: column;
        
    }

    .div-cat{
        text-align: left;
    }

    #forms2{
        
    }
    
    .dados2{
        width: 100%;
    }

    #icones-mobile{
        flex-direction: row; 
    }

    .d-icones{
        margin-left: 80px;
        margin-right: 80px;
    }
}

@media (max-width: 500px){
    .div-cat{
        width: 80vw;
        margin: 0px;
        margin-top: 20px;
    }
    .d-icones{
        margin-left: 40px;
        margin-right: 40px;
    }
    footer{
        padding: 10px;
        align-items: center;
    }
}

@media (max-width: 310px){
    .d-icones{
        margin-left: 10vw;
        margin-right: 10vw;
    } 
}


/* header agende */



#a-agende img{
    height: 2vh;
    margin-right: 5px;
}

.h-agende{
    color: white;
    font-size: 0.8em;
}

.h-consulta{
    color: white;
    font-size: 0.8em;
}
@media (width > 300px){
    .mail-br{
     display: none;
    } 
}


