/*
Theme name: Landing Page - Dra Fernanda Pinho
Theme URI: https://alepassosnutri.com.br
Author: Gabriel Vilarino
Author URI: https://www.instagram.com/gabrielvillarino/
Version: 1.0
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    background-color: transparent;
}

.center{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2%;
}

.clear{clear: both;}

.w50{
    
    float: left; width: 50%;

}

html {scroll-behavior: smooth;}

section.topo{
    padding-top: 10px;
    background-color: #ffffff;
}

#icone-whatsapp{
   position: fixed;
   bottom: 20px;
   right: 10px;
   z-index: 10;
}

#icone-whatsapp img:hover{
    filter: brightness(0.9);
}

#icone-whatsapp img{
    width: 65px;
    height: 65px;
}

.logo{
    float: left;
}

.logo img{
    width: 200px;
    height: auto;
    margin-top: 30px;
}

.menu-desktop{
    float: right;
}

.menu-desktop li{
    display: inline-block;
    margin: 0px 20px;
    margin-top: 55px;
}

.menu-desktop a{
    text-decoration: none;
    color: #e08c8b;
    font-size: 23px;
}

.menu-desktop a:hover{
    opacity: 0.6;
}

.menu-mobile{
    display: none;
    float: right;
    margin-top: 55px;
    cursor: pointer;
}
.menu-mobile img{
    width: 40px;
    height: 30px;
}

.menu-mobile ul{
    top: 140px;
    left: 0;
    width: 100%;
    position: absolute;
    list-style-type: none;
    z-index: 10;
}

.menu-mobile li{
    display: block;
    width: 100%;
    background: white;
    border-bottom: 1px solid #e08c8b;
    text-align: center;
    padding: 17px 0;
    
}

.menu-mobile a{
    display: block;
    text-decoration: none;
    color: #e08c8b;
    font-size: 20px;
}

.menu-mobile ul{
    display: none;
}

section.imagens-slider{
    overflow: hidden;
    display: block;
    background-color: #ffffff;
    padding: 10px 0;
}

.imagem-single{
    position: relative;
    width: 100%;
    display: inline-block;
}

.imagem-single img{
    height: 700px;
    width: 100%;
    transform: translateY(32px);
}

.imagem-single h2{
    position: absolute;
    top: 250px;
    left: 200px;
    font-weight: 700;
    font-size: 40px;
    color: #edf9ff;
}

.imagem-single p{
    position: absolute;
    top: 290px;
    left: 200px;
    font-weight: 400;
    font-size: 23px;
    padding: 30px 0;
    color: #edf9ff;
}

.imagem-single a{
    position: absolute;
    top: 420px;
    left: 200px;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 50px;
    background-color: #e08c8b;
    border-radius: 8px;
}

.imagem-single a:hover{
    background-color: #B56E6D;
}

section.servicos{
    background-color: #ffffff;
}

section.servicos h2{
    text-align: center;
    padding: 50px 0;
    color: #e08c8b;
}

.cards-atendimento{
    /* border: blue 2px solid; */
    justify-content: center;
}


.rectangle{
    width: 223px;
    height: 223px;
    border-radius: 18px;
    background-color: #fff;
    margin-right: 60px;
    box-shadow: -9px 9px 33px -4px rgba(0, 0, 0, 0.18);
}

.rectangle img{
    width: 75%;
    height: 47%;
}

.rectangle img{
    padding: 20px 50px;   
}

.rectangle h3{
    text-align: center;
    color: #e08c8b;
    font-size: 18px;
}

.rectangle p{
    text-align: center;
    color: #e08c8b;
    margin-top: 10px;
    font-size: 15px;
}

.icons-diferenciais{
    margin-left: 30px;
    margin: 0px auto;
    text-align: center;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.box-single-diferenciais{
    text-align: center;
    /* padding: 0 70px; */
    margin-bottom: 30px;
}

section.servicos a{
    text-decoration: none;
    color: #ffffff;
    background-color: #e08c8b;
    padding: 10px 50px;
    border-radius: 5px;
}

section.servicos a:hover{
    background-color: #B56E6D;
    
}

section.apresentacao{
    padding: 30px 50px;
    background-color: #e08c8b;
    text-align: center;
}

section.apresentacao img{
    justify-content: center;
    border-radius: 10px;

}

.imagem img{
    width: 450px;
    height: auto;
}

.texto h2{
    color: #edf9ff;
    font-size: 40px;
    margin: 30px 0;
    text-align: left;
}

.texto p{
    color: #edf9ff;
    font-size: 20px;
    text-align: justify;
}

section.depoimentos{
    padding: 20px 0;
    background-color: #ffffff;
}

section.depoimentos h2{
    font-size: 40px;
    color: #e08c8b;
    text-align: center;
    margin: 60px;
}

section.depoimentos{
    overflow: hidden;
    display: block;
}

.depoimentos-single{position: relative; width: 100%;display: inline-flex;}

.rectangle2{
    width: 50%;
    height: 421px;
    background-color: #e08c8b
    ;
    border-radius: 18px;
    margin: auto;
    transform: translateY(25px);
}

.rectangle2 img{
    position: absolute;
    top: 100px;
    left: 60px;
    opacity: 0.4;
}

.rectangle2 h6{
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    color: #ffffff;
    padding: 0px 90px;
    margin-top: 80px;
}

.rectangle2 p{
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    margin-top: 30px;
}

section.localizacao{
    
    padding-bottom: 30px;
    background-color: #ffffff;
    
    /* padding: 30px 0; */
    box-sizing: border-box;
}

section.localizacao h2{
    font-size: 40px;
    text-align: center;
    color: #e08c8b;
    padding: 50px 0;
}

.map-container {
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    width: 90%;
    height: 560px; /* Ajuste a altura conforme necessário */
  }

section.localizacao iframe{
    margin:0  10%;
}

section.localizacao p{
    font-size: 15px;
    margin-left: 10%;
    color: #e08c8b;
}

section.agendamento{
    padding: 10px 0;
    background-color: #e08c8b;
}

.agendamento h2{
    text-align: center;
    font-size: 40px;
    color: #FFFFFF;
    margin-top: 60px;
}

.rectangle3{
    width: 50%;
    height: 500px;
    margin: 60px 25%;
    background-color: #FFFFFF;
    border-radius: 18px;
}

.rectangle3 input[type=text]{
    width: 70%;
    height: 35px;
    margin: 20px 15%;
    border-radius: 11px;
    border: solid 1px #c4c4c4;
    padding-left: 8px;
    font-size: 18px;
}

.rectangle3 input[type=tel]{
    width: 70%;
    height: 35px;
    margin: 0 15%;
    border-radius: 11px;
    border: solid 1px #c4c4c4;
    padding-left: 8px;
    font-size: 18px;
}

.rectangle3 input[type=email]{
    width: 70%;
    height: 35px;
    margin: 0 15%;
    margin-top: 20px;
    border-radius: 11px;
    border: solid 1px #c4c4c4;
    padding-left: 8px;
    font-size: 18px;
}

.rectangle3 textarea{
    width: 70%;
    height: 251px;
    margin: 0 15%;
    margin-top: 20px;
    border-radius: 11px;
    border: solid 1px #c4c4c4;
    padding: 8px;
    font-size: 18px;
    resize: none;
}

.rectangle3 input[type="submit"]{
    width: 35%;
    height: 43px;
    margin: 0 32.5%;
    margin-top: 10px;
    border-radius: 11px;
    border: solid 1px #c4c4c4;
    font-size: 23px;
    color: #ffffff;
    background-color: #e08c8b;
    cursor: pointer;
}

.rectangle3 input[type="submit"]:hover{
    background-color: #B56E6D;
}

section.contato{
    padding: 5px 0;
    background-color: #FFFFFF;
}

.info h2{
    font-size: 40px;
    color: #e08c8b;
    margin-bottom: 20px;
}

.info a{
    text-decoration: none;
    font-size: 17px;
    color: #e08c8b;
}

.info a:hover{
    opacity: 0.6;
}

.info p{
    font-size: 17px;
    color: #e08c8b;
    margin-top: 20px;
    margin-bottom: 20px;
}

.redes{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column ;
  padding-bottom: 50px;
}

.redes img{
    margin-right: 10px;
    margin-bottom: 15px;
    height: 120px;
    width: auto;
}

.redes .logo-footer{
    margin-top: 10px;
    margin-right: 40px;
}

.redes-contato li{
    list-style-type: none;
    display: inline;
    padding: 80px 20px;
    margin-bottom: 5px;
}

.redes-contato img{
    width: 40px;
    height: 40px;
}

.redes-contato img:hover{
    filter: brightness(0.7);
}

.redes-contato .margem{
    margin-right: 60px;
}

section.direitos{
    padding: 5px 0;
    background-color: #B56E6D;
}

.direitos p{
    font-size: 14px;
    color: #FFFFFF;
}

/*Slick Slider*/

.slick-dotted ul{
	list-style-type: none;
	text-align: center;
    background-color: transparent;
}

.slick-dotted li{
	display: inline-block;
	margin: 0 15px;
}

.slick-dotted button:focus{
	outline: 0;
}

.slick-dotted li button{
	width: 13px;
	height: 13px;
	border-radius: 10px;
	color: #d8d8d8;
	border-width: 0;
	background: #d8d8d8;
	opacity: 1;
	cursor: pointer;
    position: relative;
}

li.slick-active button{
	background: #B56E6D
    ;
	color: #B56E6D
    ;
}

.slick-slide:focus {outline: none;}

/*Fim Slick*/

/* layout telas */

@media screen and (max-width:  1250px){

    .w50{width: 100%;}

    .logo img{
        width: 200px;
        height: auto;
        margin-left: 50px;
        margin-top: 50px;
    }

    .menu-desktop a{
        font-size: 20px;
    }

    .menu-desktop li{
        margin-top: 70px;
    }

    #icone-whatsapp img{
        width: 60px;
        height: 60px;
    }

    .imagem-single img{
        height: 500px;
    }

    .imagem-single h2{
        font-size: 24px;
        top: 220px;
        left: 50px;
    }

    .imagem-single p{
        font-size: 18px;
        top: 230px;
        left: 50px;
    }

    .imagem-single a{
        top: 320px;
        left: 50px;
        font-size: 13px;
        padding: 10px 25px;

    }

    section.servicos{
        overflow-x: hidden;
    }

    .rectangle{
        border-radius: 18px;
    }

    .rectangle img{
        width: 70%;
        height: 47%;
        padding: 20px 50px;   
    }
    
    .rectangle h3{
        text-align: center;
        font-size: 18px;
    }
    
    .rectangle p{
        text-align: center;
        margin-top: 10px;
        font-size: 13px;
    }

    .icons-diferenciais{
        flex-wrap: wrap;
        position: relative;
        left: 10px;
    }

    .box-single-diferenciais{
        padding: 0 35px;
        margin-bottom: 90px;
    }

   

    section.apresentacao{
        overflow-x: hidden;
    }

    section.apresentacao img{
        margin-top: 60px;
    }

    .imagem img{
        width: 350px;
        height: auto;
        margin-bottom: 10px;
        
    }

    .texto h2{
        left: 400px;
        font-size: 30px;
        text-align: center;
    }

    h2#nome-medico br{
        display: none;
    }

    .texto p{
        left: 0px;
        font-size: 20px;
    }

    section.depoimentos{
        overflow-x: hidden;
    }

    .rectangle2{
        width: 80%;
        height: 421px;
        border-radius: 18px;
        margin: auto;
    }

    .rectangle2 h6{
        padding: 0 50px;
        margin-top: 70px;
        font-size: 24px;
    }
    
    .rectangle2 p{
        text-align: center;
        font-size: 20px;
    }

    .rectangle2 img{
        position: absolute;
        top: 40px;
        left: 20px;
        height: 50px;
    }

    section.imagens-consultorio img{
        height: 500px;
    }

    section.localizacao p{
        font-size: 18px;
    }

    .map-container {
        
        height: 350px; /* Ajuste a altura conforme necessário */
      }
    
    section.localizacao iframe{
        height: 350px;
    }

    .rectangle3{
        width: 80%;
        margin: 60px 10%;
        height: 480px;
    }

    .rectangle3 input[type=text]{
        font-size: 20px;
        height: 40px;
    }
    
    .rectangle3 input[type=tel]{
        font-size: 20px;
        height: 40px;
    }
    
    .rectangle3 input[type=email]{
        font-size: 20px;
        height: 40px;
    }
    
    .rectangle3 textarea{
        font-size: 18px;
        height: 220px;
    }
    
    .rectangle3 input[type="submit"]{
        border-radius: 7px;
        font-size: 20px;
        cursor: pointer;
    }

    .redes img{
        transform: translateY(-50px);
    }

    .info h2{
        margin-top: 30px;
        font-size: 30px;
    }

    .info p{
        margin-bottom: -150px;
        font-size: 17px;
    }

    .redes .logo-footer{
        margin-top: 30px;
    }

    .redes-contato .margem{
        margin-right: 70px;
    }
}

@media screen and (max-width:  769px){
    .menu-desktop{display: none;}
    .menu-mobile{display: block;}
    .w50{width: 100%;}

    .logo img{
        width: 180px;
        height: auto;
        margin-left: 40px;
        margin-top: 40px;
    }

    #icone-whatsapp img{
        width: 60px;
        height: 60px;
    }

    .imagem-single img{
        height: 500px;
    }

    .imagem-single h2{
        font-size: 24px;
        top: 220px;
        left: 50px;
    }

    .imagem-single p{
        font-size: 18px;
        top: 230px;
        left: 50px;
    }

    .imagem-single a{
        top: 320px;
        left: 50px;
        font-size: 13px;
        padding: 10px 25px;

    }

    section.servicos{
        overflow-x: hidden;
    }

    .rectangle{
        border-radius: 18px;
    }

    .rectangle img{
        width: 70%;
        height: 47%;
        padding: 20px 50px;   
    }
    
    .rectangle h3{
        text-align: center;
        font-size: 18px;
    }
    
    .rectangle p{
        text-align: center;
        margin-top: 10px;
        font-size: 13px;
    }

    .icons-diferenciais{
        flex-wrap: wrap;
        position: relative;
        left: 10px;
    }

    .box-single-diferenciais{
        padding: 0 35px;
        margin-bottom: 90px;
    }

   

    section.apresentacao{
        overflow-x: hidden;
    }

    .imagem img{
        width: 350px;
        height: auto;
        margin-bottom: 10px;
        
    }

    .texto h2{
        left: 400px;
        font-size: 30px;
    }

    h2#nome-medico br{
        display: none;
    }

    .texto p{
        left: 0px;
        font-size: 20px;
    }

    section.depoimentos{
        overflow-x: hidden;
    }

    .rectangle2{
        width: 80%;
        height: 421px;
        border-radius: 18px;
        margin: auto;
    }

    .rectangle2 h6{
        padding: 0 50px;
        margin-top: 60px;
        font-size: 20px;
    }
    
    .rectangle2 p{
        text-align: center;
        font-size: 17px;
        color: #FFFFFF;
    }

    .rectangle2 img{
        position: absolute;
        top: 50px;
        left: 20px;
        height: 50px;
    }

    section.imagens-consultorio img{
        height: 500px;
    }

    section.localizacao p{
        font-size: 18px;
    }

    .map-container {
        
        height: 350px; /* Ajuste a altura conforme necessário */
      }
    
    section.localizacao iframe{
        height: 350px;
    }

    .rectangle3{
        width: 80%;
        margin: 60px 10%;
        height: 480px;
    }

    .rectangle3 input[type=text]{
        font-size: 20px;
        height: 40px;
    }
    
    .rectangle3 input[type=tel]{
        font-size: 20px;
        height: 40px;
    }
    
    .rectangle3 input[type=email]{
        font-size: 20px;
        height: 40px;
    }
    
    .rectangle3 textarea{
        font-size: 18px;
        height: 220px;
    }
    
    .rectangle3 input[type="submit"]{
        border-radius: 7px;
        font-size: 20px;
        cursor: pointer;
    }

    .redes .logo-footer{
        height: 100px;
        width: auto;
        margin-top: 30px;
    }

    .redes-contato img {
        width: 35px;
        height: 35px;
    }

    .redes-contato .margem{
        margin-right: 60px;
    }

    .info h2{
        margin-top: 30px;
        font-size: 30px;
    }

    .info p{
        margin-bottom: -150px;
        font-size: 16px;
    }
}

@media screen and (max-width:  480px){

    .logo img{
        margin-left: 10px;
    }

    .menu-desktop a{
        font-size: 11px;
    }

    .menu-desktop li{
        margin-top: 70px;
    }

    .imagem-single img{
        height: 300px;
    }

    .imagem-single h2{
        font-size: 18px;
        top: 130px;
        left: 20px;
    }

    .imagem-single p{
        font-size: 14px;
        top: 130px;
        left: 20px;
    }

    .imagem-single a{
        top: 210px;
        left: 20px;
        font-size: 13px;
        padding: 10px 25px;
    }

    .rectangle{
        margin: 20px 0;
    }

    section.apresentacao{
        overflow-x: hidden;
    }

    .imagem img{
        width: 290px;
        height: auto;
        margin-bottom: 10px;
    }

    .texto h2{
        text-align: center;
        font-size: 30px;
    }

    h2#nome-medico br{
        display: none;
    }

    .texto p{
        left: 0px;
        font-size: 20px;
    }

    .rectangle2{
        width: 90%;
        height: 350px;
    }

    .rectangle2 img{
        width: 50px;
        height: 35px;
        position: absolute;
        top: 50px;
        left: 20px;
    }

    .rectangle2 h6{
        font-size: 19px;
        padding: 0 10px;
    }

    .rectangle2 p{
        font-size: 17px;
    }

    section.imagens-consultorio img{
        height: 300px;
    }

    .map-container {
        
        height: 250px; 
      }
    
    section.localizacao iframe{
        height: 250px;
    }


    .rectangle3{
        width: 95%;
        margin: 60px 2.5%;
    }

    .info a{
        font-size: 15px;
    }

    .info p{
        font-size: 13px;
    }

    .redes .logo-footer{
        height: 80px;
        width: auto;
        margin-top: 40px;
    }

    .redes-contato .margem{
        margin-right: 40px;
    }

    @media screen and (max-width: 433px){
        .logo img{
            width: 200px;
        }
    
        .imagem-single img{
            height: 250px;
        }
    
        .imagem-single h2{
            font-size: 18px;
            top: 130px;
            left: 20px;
        }
    
        .imagem-single p{
            font-size: 14px;
            top: 130px;
            left: 20px;
        }
    
        .imagem-single a{
            top: 210px;
            left: 20px;
            font-size: 13px;
            padding: 10px 25px;
        }
    
        .rectangle{
            margin: 20px 0;
        }
    
        section.apresentacao{
            overflow-x: hidden;
        }
    
        .imagem img{
            width: 270px;
	        height: auto;
        }
    
        .texto h2{
            text-align: center;
            font-size: 30px;
        }
    
        h2#nome-medico br{
            display: none;
        }
    
        .texto p{
            left: 0px;
            font-size: 20px;
        }
    
        .rectangle2{
            width: 90%;
            height: 350px;
        }
    
        .rectangle2 img{
            width: 50px;
            height: 35px;
            position: absolute;
            top: 50px;
            left: 20px;
        }
    
        .rectangle2 h6{
            font-size: 18px;
            padding: 0 10px;
        }
    
        .rectangle2 p{
            font-size: 17px;
        }
    
        section.imagens-consultorio img{
            height: 300px;
        }
    
        .map-container {
            
            height: 250px; 
          }
        
        section.localizacao iframe{
            height: 250px;
        }
    
        .rectangle3{
            width: 95%;
            margin: 60px 2.5%;
        }
    
        .info a{
            font-size: 15px;
        }
    
        .info p{
            font-size: 10px;
        }

        .redes img{
            transform: translateY(-30px);
        }

        .redes .logo-footer{
            height: 80px;
            width: auto;
            margin-top: 40px;
        }

        .redes-contato .margem{
            margin-right: 40px;
        }
    }
}