/*
Theme Name: UpConsultorios
Theme URI: https://upconsultorios.com.br
Author: Gabriel Vilarino
Author URI: https://gabrielvilarino.com.br
Description: Tema para o site UpConsultorios
Version: 1.0
*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.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: 0 10px;
}

#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;
    margin-top: 30px;
}

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

.menu-mobile ul{
    display: none;
    top: 120px;
    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 #0095ff;
    text-align: center;
    padding: 17px 0;
    
}

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

.fundo{
    border: none;
    background-color: white;
    height: 1000px;
}

.menu-desktop{
    float: right;
}

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

.menu-desktop a{
    text-decoration: none;
    color: #0095ff;
    font-size: 20px;
}

.menu-desktop a:hover{
    color: #0069b2;
}

.menu-desktop a.special-link{
    width: 147px;
    height: 34px;
    flex-grow: 0;
    padding: 5px 11px 6px;
    border-radius: 9px;
    border: solid 1px #0095ff;
}

.menu-desktop a.special-link:hover{
    border: solid 1px #0069b2;
}


section.apresentacao{
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.apresentacao img{
    width: 100%;
    display: block;
}

.rectangle-apresentacao{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rectangle-apresentacao-content{
    position: absolute;
    top: 16%;
    left: 6%;
    color: #0061ab;
    background-color: white;
    text-align: left;
    padding: 20px;
    border-radius: 9px;
}

.rectangle-apresentacao-content h2{
    font-weight: 700;
    font-size: 27px;
    margin-top: 14px;
}

.rectangle-apresentacao-content h3{
    font-weight: 500;
    font-size: 20px;
    margin: 20px 0;
}

.rectangle-apresentacao-content p{
    font-weight: 300;
    font-size: 15px;
}

.rectangle-apresentacao-content button{
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 9px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: white;
    background-color: #f7b10a;
    cursor: pointer;
}

.rectangle-apresentacao-content button:hover{
    background-color: #e49609;
}

.rectangle-apresentacao-content a{
    text-decoration: none;
}

section.oferecimento{
    position: relative;
    padding: 50px 0;
}

section.oferecimento h2{
    font-size: 27px;
    font-weight: 700;
    color: #0095ff;
    text-align: center;
}

.sublinhado{
    position: relative;
}

.sublinhado::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ff7d00; /* Nova cor do sublinhado */
    position: absolute;
    right: 0;
}

.rectangle-oferecimento-container{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px; 
}

.box-single-oferecimento{
    margin: 0 auto;
    margin-bottom: 90px;
    color: #0061ab;
    background-color: #f6f6f6;
    text-align: center;
    padding: 30px;
    border-radius: 9px;
    box-shadow: -5px 5px 16px 0 rgba(0, 0, 0, 0.1);
}

section.faca-parte{
    padding: 37px 0;
    background-color: #0061ab;
}

.faca-parte h2{
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    color: white;
    margin-bottom: 29px;
}

.faca-parte p{
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: white;
    margin-bottom: 29px;
}

.faca-parte button{
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 9px;
    font-size: 28px;
    font-weight: 700;
    color: #0061ab;
    background-color: white;
    padding: 9px 11px 9px 11px;
    cursor: pointer;
}

.faca-parte button:hover{
    background-color: #e0e0e0;
}

.faca-parte a{
    text-decoration: none;
}

section.depoimentos{
    padding: 50px 0;
}

.depoimentos h2{
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    color: #0095ff;
    margin-top: 30px;
}

.rectangle-depoimento-container{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px; 
}

.box-single-depoimento{
    margin: 0 auto;
    margin-bottom: 90px;
    color: #0061ab;
    background-color: #f6f6f6;
    text-align: center;
    padding: 30px;
    border-radius: 9px;
    box-shadow: -9px 9px 33px -4px rgba(0, 0, 0, 0.18);
}

.box-single-depoimento img{
    position: relative;
}

.foto-medico{
    width: 132px;
    height: 132px;
    border-radius: 70px;
}

.box-single-depoimento h5{
    margin-top: 19px;
    font-size: 16px;
    font-weight: 500;
}

.box-single-depoimento h4{
    margin-top: 19px;
    font-size: 20px;
}

.box-single-depoimento p{
    margin-top: 19px;
    margin-bottom: 27px;
}

.pontuacao{
    position: absolute;
    bottom: -20px;
}

.pontuacao1{
    position: absolute;
    bottom: -5px;
}

section.localizacao{
    padding: 50px 0;
}

.w50-texto{
    float: left;
    background-image: url('image/localizacao.png'); /* Substitua pelo caminho da sua imagem */
    background-repeat: no-repeat; /* Impede a repetição da imagem */
    background-size: auto; /* Ajusta o tamanho da imagem automaticamente */
    margin-left: 100px; /* Adicione espaço para a imagem */
}

.w50-texto h2{
    padding: 0px 10px 40px 120px;
    font-size: 44px;
    font-weight: 700;
    color: #94c27c;
}

.w50-texto p{
    font-size: 24px;
    font-weight: 500;
    color: #94c27c;
}

.w50-localizacao{
    float: right;
}

.w50-localizacao iframe{
    height: 285px;
    width: 600px;
    max-width: 100%;
    border-radius: 17px;
    margin-bottom: 120px;
}

section.agendamento{
    background-color: #0061ab;
}

.w50-img-agendamento{
    float: left;
    margin-top: 80px;
    transform: translateY(1%);
}

.w50-texto-agendamento{
    float: right;
}

.w50-texto-agendamento h2{
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: white;
    margin-top: 50px;
}

.w50-texto-agendamento p{
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    color: white;
    margin-top: 19px;
}

.rectangle-agendamento{
    background-color: white;
    text-align: center;
    padding: 30px;
    border-radius: 9px;
    box-shadow: -9px 9px 33px -4px rgba(0, 0, 0, 0.18);
    margin-top: 28px;
    max-width: 600px;
}

.rectangle-agendamento input[type=text]{
    width: 100%;
    height: 35px;
    border-radius: 11px;
    border: solid 1px #c4c4c4;
    padding-left: 8px;
    font-size: 18px;
}

.rectangle-agendamento input[type=tel]{
    width: 100%;
    height: 35px;
    margin-top: 20px;
    border-radius: 11px;
    border: solid 1px #c4c4c4;
    padding-left: 8px;
    font-size: 18px;
}

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

.rectangle-agendamento textarea{
    width: 100%;
    height: 151px;
    margin-top: 20px;
    border-radius: 11px;
    border: solid 1px #c4c4c4;
    padding: 8px;
    font-size: 18px;
    resize: none;
}

.rectangle-agendamento input[type="submit"]{
    margin-top: 20px;
    width: 45%;
    height: 43px;
    border-radius: 11px;
    border: none;
    font-size: 23px;
    color: white;
    background-color: #f7b10a;
    cursor: pointer;
}

.rectangle-agendamento input[type="submit"]:hover{
    background-color: #c68e07;
}

section.contato{
    padding: 10px 0;
    background-color: #0095ff;
}

.w50-contato{
    float: left;
}

.w50-contato h2{
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin-top: 64px;
    margin-bottom: 42px;
}

.w50-contato a{
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 42px;
    color: white;
}

.w50-contato a:hover{
    opacity: 0.6;
}

.w50-contato p{
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    color: white;
    margin-bottom: 70px;
}

.w50-redes{
    float: right;
    margin-right: 10%;
    margin-top: 110px;
}

.w50-redes li{
    list-style-type: none;
    display: inline;
    padding: 0px 30px;
}

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

section.direitos{
    background-color: #004578;
}

.direitos p{
    font-size: 17px;
    font-weight: 300;
    color: white;
    padding: 9px 0;
}

/* FIM PAGE HOME */

/* PAGE CONTATO */

section.clinica{
    padding: 20px 0;
}

.clinica img{
    width: 100%;
}

.rectangle-contato-container{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px; 
}
section.entre-em-contato{
    padding: 100px 0;
}

.entre-em-contato h2{
    text-align: center;
    color: #0095ff;
    font-size: 35px;
}

.entre-em-contato p{
    text-align: center;
    color: #0095ff;
    font-size: 17px;
}

.box-single-contato{
    margin: 0 auto;
    margin-bottom: 90px;
    background-color: #f6f6f6;
    text-align: center;
    padding: 27px 73px 41px 73px;
    border-radius: 9px;
    box-shadow: -5px 5px 16px 0 rgba(0, 0, 0, 0.1);
}

#email{
    padding: 27px 30px 41px 30px;
}

.box-single-contato img{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.box-single-contato h5{
    font-size: 20px;
    color: #0095ff;
    margin-bottom: 13px;
}

.box-single-contato p{
    font-size: 15px;
    color: #0095ff;
    margin-bottom: 13px;
}

.box-single-contato a{
    font-size: 15px;
    color: #0095ff;
    margin-bottom: 13px;
    text-decoration: none;
}


section.agende-sua-visita{
    padding: 10px 0;
}

.agende-sua-visita h2{
    text-align: center;
    font-size: 35px;
    color: #0095ff;
}

.agende-sua-visita p{
    text-align: center;
    font-size: 17px;
    color: #0095ff;
}

.formulario-container {
    margin: 0 auto;
    background-color: white;
    text-align: center;
    padding: 30px 10px;
    border-radius: 9px;
    box-shadow: -9px 9px 33px -4px rgba(0, 0, 0, 0.18);
    margin-top: 28px;
    width: 600px;
    max-width: 100%;
    margin-bottom: 60px;
}

.formulario-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.formulario-container form {
    width: 100%; /* Ocupar todo o espaço disponível */
    max-width: 400px; /* Definir uma largura máxima para o formulário */
}

.formulario-container input[type=text]{
    width: 100%;
    height: 35px;
    border-radius: 11px;
    border: solid 1px #c4c4c4;
    padding-left: 8px;
    font-size: 18px;
}

.formulario-container input[type=tel]{
    width: 100%;
    height: 35px;
    margin-top: 20px;
    border-radius: 11px;
    border: solid 1px #c4c4c4;
    padding-left: 8px;
    font-size: 18px;
}

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

.formulario-container textarea{
    width: 100%;
    height: 151px;
    margin-top: 20px;
    border-radius: 11px;
    border: solid 1px #c4c4c4;
    padding: 8px;
    font-size: 18px;
    resize: none;
}

.formulario-container input[type="submit"]{
    margin-top: 20px;
    width: 45%;
    height: 43px;
    border-radius: 11px;
    border: none;
    font-size: 23px;
    color: white;
    background-color: #f7b10a;
    cursor: pointer;
}

.formulario-container input[type="submit"]:hover{
    background-color: #c68e07;
}

/* FIM PAGE CONTATO */

/* PAGE PROFISSIONAIS */

section.img-profissionais{
    padding: 20px 0;
}

.img-profissionais img{
    width: 100%;
}

section.especialistas{
    padding: 10px 0;
}

.especialistas h2{
    text-align: center;
    font-size: 35px;
    color: #0095ff;
}

.rectangle-especialista-container{
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px; 
}

.box-single-especialista{
    margin: 0 auto;
    margin-bottom: 90px;
    color: #0061ab;
    background-color: #f6f6f6;
    text-align: center;
    padding: 40px;
    border-radius: 9px;
    box-shadow: -9px 9px 33px -4px rgba(0, 0, 0, 0.18);
}

.box-single-especialista img{
    width: 150px;
    height: 150px;
    border-radius: 70px;
    margin-bottom: 19px;
}

.box-single-especialista h5{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 19px;
}

.box-single-especialista h4{
    font-size: 20px;
    margin-bottom: 19px;
}

.faca-parte-equipe{
    display: flex;
    align-items: center;
    justify-content: center;
}

.faca-parte-equipe p{
    font-size: 26px;
    color: #0095ff;
    margin-right: 10px;
    margin-bottom: 30px;
}

.faca-parte-equipe a{
    font-size: 26px;
    color: #0095ff;
    margin-bottom: 30px;
}

.faca-parte-equipe a:hover{
    color: #0072cc;
}

/* FIM PAGE PROFISSIONAIS */

/* PAGE SOBRE */

section.sobre{
    padding: 20px 0;
}

.sobre img{
    width: 100%;
}

.sobre h2{
    text-align: center;
    font-size: 35px;
    color: #0095ff;
    margin: 70px;
}

.container-1{
    display: grid;
    grid-template-columns: 1fr 1fr; /* Divide o contêiner em duas colunas de tamanho igual */
    gap: 25%; /* Espaçamento entre as colunas */
    align-items: center; /* Centraliza verticalmente */
}

.image-1{
    grid-column: 1; /* Coloca a imagem na primeira coluna */
    max-width: 100%;
    width: 490px;
    height: 405px;

}

.texto-1{
    grid-column: 2; /* Coloca o texto na segunda coluna */
    text-align: justify;
}

.texto-1 h3{
    font-size: 30px;
    color: #0061ab;
    margin-bottom: 20px;
}

.texto-1 p{
    font-size: 18px;
    color: #0061ab;
}

.container-2{
    display: grid;
    grid-template-columns: 1fr 1fr; /* Divide o contêiner em duas colunas de tamanho igual */
    gap: 25%; /* Espaçamento entre as colunas */
    align-items: center; /* Centraliza verticalmente */
}

.image-2{
    grid-column: 2; /* Coloca a imagem na primeira coluna */
    max-width: 100%;
    width: 490px;
    height: 405px;
    margin-top: 100px;
    margin-bottom: 80px;
}

.texto-2{
    grid-column: 1; /* Coloca o texto na segunda coluna */
    text-align: justify;
}

.texto-2 h3{
    margin-top: 100px;
    font-size: 30px;
    color: #0061ab;
    margin-bottom: 20px;
}

.texto-2 p{
    font-size: 18px;
    color: #0061ab;
    margin-bottom: 80px;
}

/* FIM PAGE SOBRE */

@media screen and (max-width: 1250px){
    .w50{width: 100%;}

    .logo img{
        width: 151px;
        height: 79px;
    }

    .menu-desktop li{
        display: inline-block;
        margin: 0px 6px;
        margin-top: 55px;
    }
    .apresentacao img{
        height: 420px;
    }

    .rectangle-apresentacao-content h2{
        margin-top: 0;
        font-size: 24px;
    }

    .rectangle-apresentacao-content h3{
        margin: 15px 0;
        font-size: 16px;
    }

    .rectangle-apresentacao-content p{
        font-size: 13px;
    }

    .rectangle-apresentacao-content button{
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .faca-parte h2{
        font-size: 38px;
    }

    .faca-parte p{
        font-size: 22px;
    }

    .faca-parte button{
        font-size: 22px;
    }

    .w50-texto h2{
        font-size: 34px;
        padding: 0px 10px 10px 65px;
    }

    .w50-texto p{
        font-size: 16px;
    }

    .w50-texto{
        background-size: 57px 65px; /* Ajusta o tamanho da imagem automaticamente */
        margin-left: 30px; /* Adicione espaço para a imagem */
    }

    .w50-localizacao iframe{
        height: 250px;
        max-width: 500px;
    }

    .w50-img-agendamento{
        max-width: 390px;
        transform: translateY(79px);
    }

    .w50-img-agendamento img{
        width: 100%;
    }

    .w50-texto-agendamento h2{
        font-size: 25px;
    }
    
    .w50-texto-agendamento p{
        font-size: 16px;
    }
    
    .rectangle-agendamento{
        padding: 10px;
        border-radius: 9px;
        margin-top: 28px;
        max-width: 450px;
        margin-bottom: 10px;
    }
    
    .rectangle-agendamento input[type=text]{
        height: 35px;
        margin-top: 20px;
        font-size: 18px;
    }
    
    .rectangle-agendamento input[type=tel]{
        height: 35px;
        margin-top: 20px;
        font-size: 18px;
    }
    
    .rectangle-agendamento input[type=email]{
        height: 35px;
        margin-top: 20px;
        font-size: 18px;
    }
    
    .rectangle-agendamento textarea{
        height: 140px;
        margin-top: 20px;
        font-size: 18px;
    }
    
    .rectangle-agendamento input[type="submit"]{
        margin-top: 10px;
        width: 40%;
        height: 40px;
        font-size: 18px;
    }

    /*PAGE SOBRE*/

    .container-1{
        gap: 5%; /* Espaçamento entre as colunas */
    }
    
    .image-1{
        width: 460px;
        height: 390px;
    
    }
    
    .texto-1 h3{
        font-size: 26px;
    }
    
    .texto-1 p{
        font-size: 16px;
        color: #0061ab;
    }

    .container-2{
        gap: 5%; /* Espaçamento entre as colunas */
    }
    
    .image-2{
        width: 460px;
        height: 390px;
    
    }
    
    .texto-2 h3{
        font-size: 26px;
    }
    
    .texto-2 p{
        font-size: 16px;
        color: #0061ab;
    }

    /*FIM PAGE SOBRE*/
}

@media screen and (max-width: 768px){
    .menu-desktop{display: none;}
    .menu-mobile{display: block;}
    .apresentacao img{
        height: 300px;
    }

    .rectangle-apresentacao-content h2{
        margin-top: 0;
        font-size: 19px;
    }

    .rectangle-apresentacao-content h3{
        margin: 10px 0;
        font-size: 12px;
    }

    .rectangle-apresentacao-content p{
        font-size: 9px;
    }

    .rectangle-apresentacao-content button{
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .faca-parte h2{
        font-size: 34px;
    }

    .faca-parte p{
        font-size: 18px;
    }

    .faca-parte button{
        font-size: 18px;
    }

    .w50-texto{
        background-size: 50px 57px; /* Ajusta o tamanho da imagem automaticamente */
        margin-left: 40px; /* Adicione espaço para a imagem */
    }
    
    .w50-texto h2{
        padding: 0px 10px 10px 90px;
        font-size: 25px;
    }
    
    .w50-texto p{
        font-size: 14px;
    }
    
    .localizacao{
        display: flex;
        flex-wrap: wrap;
    }

    .w50-localizacao{
        float: none;
    }

    .w50-texto p{
        font-size: 18px;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 40px;
    }

    .w50-texto h2{
        margin-top: 15px;
    }

    .w50-texto br{
        display: none;
    }
    
    .w50-localizacao iframe{
        height: 250px;
        width: 740px;
        max-width: 100%;
        border-radius: 17px;
        margin-bottom: 120px;
    }

    .w50-img-agendamento img{
        display: none;
    }

    .w50-texto-agendamento{
        float: none;
    }
    .w50-texto-agendamento h2{
        text-align: center;
    }

    .w50-texto-agendamento p{
        text-align: center; 
    }
    
    .rectangle-agendamento{
        margin: 0 auto;
        padding: 10px;
        border-radius: 9px;
        box-shadow: -9px 9px 33px -4px rgba(0, 0, 0, 0.18);
        margin-top: 28px;
        max-width: 330px;
        margin-bottom: 10px;
    }
    
    .rectangle-agendamento input[type=text]{
        height: 30px;
        margin-top: 10px;
        font-size: 16px;
    }
    
    .rectangle-agendamento input[type=tel]{
        height: 30px;
        margin-top: 10px;
        font-size: 16px;
    }
    
    .rectangle-agendamento input[type=email]{
        height: 30px;
        margin-top: 10px;
        font-size: 16px;
    }
    
    .rectangle-agendamento textarea{
        height: 100px;
        margin-top: 10px;
        font-size: 16px;
    }
    
    .rectangle-agendamento input[type="submit"]{
        margin-top: 10px;
        width: 35%;
        height: 35px;
        font-size: 16px;
    }

    .image-logo{
        width: 152px;
        height: 73px;
        margin-top: 10px;
    }

    .image-redes{
        width: 17%;
        height: 17%;
    }

    .w50-redes li{
        list-style-type: none;
        display: inline;
        padding: 0px 20px;
    }
    
    .w50-contato h2{
        font-size: 35px;
    }
    
    .w50-contato a{
        font-size: 16px;
    }

    .w50-contato p{
        font-size: 16px;
    }

    .direitos p{
        font-size: 16px;
    }

    /*PAGE SOBRE*/

    .container-1{
        display: flex;
        flex-wrap: wrap-reverse;
    }
    
    .image-1{
        margin: 0 auto;
        width: 70%;
        height: 390px;
    }

    .image-1 img{
        height: 300px;
    }
    
    .texto-1 h3{
        font-size: 26px;
        text-align: center;
    }
    
    .texto-1 p{
        font-size: 16px;
        color: #0061ab;
        margin-bottom: 40px;
    }

    .container-2{
        display: flex;
        flex-wrap: wrap;
    }
    
    .image-2{
        margin: 0 auto;
        width: 70%;
        height: 390px;
    
    }

    .image-2 img{
        height: 300px;
    }
    
    .texto-2 h3{
        text-align: center;
        font-size: 26px;
    }
    
    .texto-2 p{
        margin-bottom: 40px;
    }

    /*FIM PAGE SOBRE*/
}

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

    .faca-parte h2{
        font-size: 25px;
    }

    .faca-parte p{
        font-size: 14px;
    }

    .w50-texto{
        background: none;
    }
    
    .w50-texto h2{
        margin: 0 auto;
        font-size: 30px;
    }
    
    .w50-texto p{
        margin: 0 auto;
        font-size: 16px;
    }

    .w50-texto p br{
        display: none;
    }
    
    .w50-localizacao{
        float: right;
    }

    .agendamento{
        float: none;
        padding: 25px 0;
    }

    .w50-texto h2{
        font-size: 25px;
    }

    .w50-texto p{
        font-size: 14px;
    }
    
    .w50-localizacao iframe{
        height: 190px;
        max-width: 100%;
        margin-top: 40px;
    }

    .w50-img-agendamento img{
        display: none;
    }

    .w50-texto-agendamento{
        float: none;
    }
    .w50-texto-agendamento h2{
        text-align: center;
    }

    .w50-texto-agendamento p{
        text-align: center;
        
    }
    
    .rectangle-agendamento{
        margin: 0 auto;
        padding: 10px;
        border-radius: 9px;
        box-shadow: -9px 9px 33px -4px rgba(0, 0, 0, 0.18);
        margin-top: 28px;
        max-width: 330px;
        margin-bottom: 10px;
    }
    
    .rectangle-agendamento input[type=text]{
        height: 30px;
        margin-top: 10px;
        font-size: 16px;
    }
    
    .rectangle-agendamento input[type=tel]{
        height: 30px;
        margin-top: 10px;
        font-size: 16px;
    }
    
    .rectangle-agendamento input[type=email]{
        height: 30px;
        margin-top: 10px;
        font-size: 16px;
    }
    
    .rectangle-agendamento textarea{
        height: 100px;
        margin-top: 10px;
        font-size: 16px;
    }
    
    .rectangle-agendamento input[type="submit"]{
        margin-top: 10px;
        width: 35%;
        height: 35px;
        font-size: 16px;
    }
    
    .w50-contato a{
        font-size: 12px;
    }

    .w50-contato p{
        font-size: 12px;
    }

    .w50-redes{
        margin-right: 1%;
    }

    .image-logo{
        width: 138px;
        height: 66.5px;
        margin-top: 10px;
    }

    .image-redes{
        width: 17%;
        height: 17%;
    }

    .w50-redes li{
        list-style-type: none;
        display: inline;
        padding: 0px 20px;
    }

    .direitos p{
        font-size: 14px;
    }
    /* FIM PAGE HOME */

    /*PAGE PROFISSIONAIS*/

    .especialistas h2{
        font-size: 25px;
    }

    .rectangle-especialista-container img{
        width: 120px;
        height: 120px;
        border-radius: 70px;
    }

    .rectangle-especialista-container p{
        font-size: 14px;
    }

    .faca-parte-equipe p{
        font-size: 16px;
    }

    .faca-parte-equipe a{
        font-size: 16px;
    }

    /*FIM PAGE PROFISSIONAIS*/

    /*PAGE CONTATO*/

    .entre-em-contato h2{
        font-size: 28px;
    }

    .entre-em-contato p{
        font-size: 13px;
    }

    .agende-sua-visita h2{
        font-size: 28px;
    }

    .agende-sua-visita p{
        font-size: 13px;
    }
    /* FIM PAGE CONTATO*/

    /*PAGE SOBRE*/

    .sobre h2{
        font-size: 28px;
    }

    .image-1 img{
        height: 250px;
    }

    .image-2 img{
        height: 250px;
    }

    /*FIM PAGE SOBRE*/
}