/* Inicio fontes */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;700;900&display=swap');
/* Fim fontes */
.borda{
    border: 1px solid red;
}
/* Inicio classes comuns */
.bold{
    font-weight: bold;
}
.text-center{
    text-align: center;
}
.font100
{
    font-weight: 100;
}
.font300
{
    font-weight: 300;
}
.font400
{
    font-weight: 400;
}
.font700
{
    font-weight: 700;
}
.font900
{
    font-weight: 900;
}
/* Fim classes comuns */

@media(max-width:719px){
    /* Inicio classes comuns */
    .margin-padr {
        margin: 0 2vw;
    }
    
    .margin-padr-left {
        margin-left: 2vw;
    }
    
    .margin-padr-right {
        margin-right: 2vw;
    }
    /* Fim classes comuns */
    
    *{
        Margin:0;
        padding: 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }
    ul{
        list-style: none;
    }
    /* Inicio header */
    header {
        padding: 1vw;
        background: white;
        color: white;
        /* border: 1px solid red; */
        text-align: center;
        background: url(../img/fundo-pesquisa.jpg);
        margin-bottom: 4vw;
    }

    #img-top{
    text-align: center;
    margin: 4vw 0;
    }

    #logo {
        height: 15vw;
        border-right: 1px solid #335792;
        padding-right: 10px;
    }

    #aps {
        height: 15vw;
    }
    header h1{
        font-size: large;
        font-weight: 700;
    }
    header h2{
        font-size: medium;
        font-weight: 900;
        letter-spacing: 1.6px;
    }
    header h1, h2 {
        width: auto;
        display: inline-block;
    }
    /* Fim header */
    
    /* Inicio conheça a empresa  */
    #empresa-text {
        max-width: 100%;
        min-height: auto;
        margin-right: 2vw;
    }
        #empresa-text p{
            text-align: justify;
        }
    
        #empresa-text h3 {
            font-size: large;
            font-weight: 700;
            margin-bottom: 25px;
            padding-left: 10vw; /* Espaço à esquerda para a linha */
            position: relative;
            color: #335792;
        }
        
        #empresa-text h3::before{
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 9vw;
            height: 1px; /* Altura da linha (mais fina) */
            background-color: #335792; /* Cor da linha */
        }
    #empresa-img {
        padding-top: 2vw;
        text-align: center;
    }
    #empresa-img img{
        height: auto;
        width: 100%;
    }
    /* Fim conheça a empresa  */
    
    /* inicio agenda */
    .text-info{
        padding: 2vw 0;
        background-image: url(../img/fundo-pesquisa.jpg);
        color: white;
    }
    .text-info p{
        text-align: justify;
    }
    .text-info h3 {
        font-size: medium;
        font-weight: 700;
        margin-bottom: 25px;
        margin-top: 10px;
        padding-left: 10vw; /* Espaço à esquerda para a linha */
        position: relative;
        color: white;
    }
    .text-info h3::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 9vw;
        height: 1px; /* Altura da linha (mais fina) */
        background-color: white; /* Cor da linha */
    }
    .text-info h4 {
        font-weight: 700;
        margin-top: 10px;
        padding-left: 65px; /* Espaço à esquerda para a linha */
        position: relative;
        color: white;
    }
    .text-info h4::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 55px;
        height: 1px; /* Altura da linha (mais fina) */
        background-color: white; /* Cor da linha */
    }
    
    #agenda {
        position: relative;
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url(../img/bg-medico.jpg);
    }
    
    #agenda::before {
        
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5); /* Cor preta com opacidade */
        z-index: 1; /* Coloca o pseudo-elemento acima da imagem de fundo */
    }
    
    #agenda-text {
        text-align: center;
        position: relative; 
        color: white;
        z-index: 2; /* Aumenta o z-index para que fique na frente do pseudo-elemento */
    }
    
    #especialidades {
        position: relative; 
        padding: 3vw;
        z-index: 2; /* Aumenta o z-index para que fique na frente do pseudo-elemento */
    }
    /* Fim agenda */
    
    
    
    .hora {
        background-image: url(../img/relogioteste.png);
        background-size: 15px; 
        background-repeat: no-repeat; 
        background-position: top left;
        padding-left: 15px;
    }
    .bloco{
        padding: 3vw;
        margin: 2vw 0;
    }
    .bloco {
        background-color: #335792;
        color: white;
        border: 1px solid rgba(241, 2, 2, 0.1);
        border-radius: 15px;
        box-sizing: border-box;
        transition: all 0.5s;
    }
    details[open] {
    height: auto;
    }
    details[open] {
        background-color: #f6f7f8;
        color: #335792;
    }
    
    
    /* Estilo para o conteúdo dentro de 'details' */
    .desc-especialidade {
        color: black;
        font-weight: 400;
        margin: 10px 0;
        text-align: justify;
    }
    
    .bloco h3{
        padding: 10px 0 0 0;
        text-align: center;
    }
    
    /* Estilo para o resumo dentro de 'details' */
    .especialidade {
        /* font-size: 2vw; */
        /* padding: 25px 0 0 25px; */
        top: 50%;
        align-items: center;
        cursor: pointer;
    }

    .especialidade span{
        font-size: inherit;
        font-weight: 600;
    }

    details[open]{
        border-bottom: 1px solid #335792; 
    }
    
    .bloco[open] .especialidade {
        font-size: inherit;
        /* padding: 25px 0 0 25px; */
        border-bottom: 1px solid #335792; 
    }
    
    .bloco[open] p{
        padding: 0 10px 10px 10px;
    }
    
    .bloco-medico[open] .medico {
        border-bottom: 1px solid #335792;
        padding:0;
        margin: 10px;
    }
    
    .bloco-medico {
        font-weight: bold;
        background-color: #335792;
        color: white;
        width: 90%;
        border: 1px solid rgba(241, 2, 2, 0.1);
        border-radius: 15px;
        box-sizing: border-box;
        transition: all 1s;
        margin: 10px auto;
        padding: 5px;
        text-align: center;
    }
    
    .bloco-medico h4{
        padding-bottom: 5px;
    }
    .bloco-medico summary{
        padding: 10px;
        cursor: pointer;
    }
    
    details img{
        width: 15px;
    }
    
    
    .bloco-medico .crm{
        display: none;
    }
    .bloco-medico[open] .crm {
        display: block;
        padding-top: 5px;
    }
    
    .bloco-medico[open] {
        border: 1px solid #335792; 
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    }
    
    .bloco-medico[open] li {
        border-radius: 15px;
        margin: 10px;
        padding: 10px 0;
        list-style: none;
        border: 1px solid #335792; /
    }
    .preagend a {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        line-height: 6vw;
        border: 1px solid #335792;
        background: #335792;
        border-radius: 4vw;
        font-size: 4vw;
        padding: 2vw 4vw;
        margin: 1vw;
    }
    .preagend a,
    .preagend a:visited {
        font-weight: 400;
        color: white;
        text-decoration: none;
    }

    .preagend img, .preagend span {
        vertical-align: middle;
        line-height: 2vw;
    }
    .preagend img{
        padding-right: 1vw;
        vertical-align: middle;
        height: 3.5vw;
        width: auto;
    }

    /* Inicio contato agendamento */
    #contato-agend {
        padding: 1vw;
        /* display: flex;
        justify-content: space-between; */
        }
        
    #contato-agend ul {
        /* flex: 1;  */
        margin: 0; 
        padding-bottom: 5vw; 
        list-style: none; 
    
    }
    
    #contato-agend li {
        padding: 0.5vw 0.5vw 0.5vw 0;
        color: #335792;
    }

    #contato-agend ul {
    border-bottom: 1px solid #335792;
    }
    #contato-agend ul h4{
        margin-bottom: 3vw;
    }
    
    #contato-agend a,
    #contato-agend a:visited {
        font-weight: 400;
        color: #335792;
        text-decoration: none;
    }

    #contato-agend #whatsapp:hover {
        cursor: pointer;
        transform: scale(1.1);
        transition: 0.5s;
    }
    
    #contato-agend h4 {
        font-weight: 700;
        margin-top: 10px;
        padding-left: 10vw; 
        position: relative;
        color: #335792;
    }
    #contato-agend h4::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 9vw;
        height: 1px; 
        background-color: #335792; 
    }
    /* Fim contato agendamento */
    
    /* Inicio responsavel */
    #responsavel{
        text-align: center;
        padding: 2vw;
        font-weight: 100;
    }
    /* Fim responsavel */
    
    /* Inicio Footer */
    footer {
        background: url(../img/fundo-pesquisa.jpg);
        padding: 0.8vw 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: #fff;
    }
    /* Fim Footer */
}

@media(min-width:720px) and (max-width: 1199px){
    /* Inicio classes comuns */
    .margin-padr {
        margin: 0 3vw;
    }
    
    .margin-padr-left {
        margin-left: 3vw;
    }
    
    .margin-padr-right {
        margin-right: 3vw;
    }
    /* Fim classes comuns */
    
    *{
        Margin:0;
        padding: 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }
    ul{
        list-style: none;
    }
    /* Inicio header */
    header {
        padding: 1vw;
        background: white;
        color: white;
        /* border: 1px solid red; */
        text-align: center;
        background: url(../img/fundo-pesquisa.jpg);
        margin-bottom: 4vw;
    }

    #img-top{
    text-align: center;
    margin: 4vw 0;
    }

    #logo {
        border-right: 1px solid #335792;
        padding-right: 10px;
        height: 9vw;
    }

    #aps {
        height: 9vw;
    }
    header h1{
        font-weight: 700;
    }
    header h2{
        font-weight: 900;
        letter-spacing: 5.9px;
    }
    header h1, h2 {
        width: auto;
        display: inline-block;
    }
    /* Fim header */
    
    /* Inicio conheça a empresa  */
    #empresa-text {
        max-width: 100%;
        min-height: auto;
        margin-right: 2vw;
    }
        #empresa-text p{
            text-align: justify;
        }
    
        #empresa-text h3 {
            font-weight: 700;
            margin-bottom: 25px;
            padding-left: 10vw; /* Espaço à esquerda para a linha */
            position: relative;
            color: #335792;
        }
        
        #empresa-text h3::before{
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 9vw;
            height: 1px; /* Altura da linha (mais fina) */
            background-color: #335792; /* Cor da linha */
        }
    #empresa-img {
        padding-top: 2vw;
        text-align: center;
    }
    #empresa-img img{
        height: auto;
        width: 100%;
    }
    /* Fim conheça a empresa  */
    
    /* inicio agenda */
    .text-info{
        padding: 2vw;
        background-image: url(../img/fundo-pesquisa.jpg);
        color: white;
    }
    .text-info h3 {
        font-weight: 700;
        margin-bottom: 25px;
        margin-top: 10px;
        padding-left: 10vw; /* Espaço à esquerda para a linha */
        position: relative;
        color: white;
    }
    .text-info h3::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 9vw;
        height: 1px; /* Altura da linha (mais fina) */
        background-color: white; /* Cor da linha */
    }
    .text-info h4 {
        font-weight: 700;
        margin-top: 10px;
        padding-left: 2.3vw; /* Espaço à esquerda para a linha */
        position: relative;
        color: white;
    }
    .text-info h4::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 55px;
        height: 1px; /* Altura da linha (mais fina) */
        background-color: white; /* Cor da linha */
    }
    
    #agenda {
        position: relative;
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url(../img/bg-medico.jpg);
    }
    
    #agenda::before {
        
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5); /* Cor preta com opacidade */
        z-index: 1; /* Coloca o pseudo-elemento acima da imagem de fundo */
    }
    
    #agenda-text {
        text-align: center;
        position: relative; 
        color: white;
        z-index: 2; /* Aumenta o z-index para que fique na frente do pseudo-elemento */
    }
    
    #especialidades {
        position: relative; 
        padding: 3vw;
        z-index: 2; /* Aumenta o z-index para que fique na frente do pseudo-elemento */
    }
    /* Fim agenda */
    
    
    
    .hora {
        background-image: url(../img/relogioteste.png);
        background-size: 15px; 
        background-repeat: no-repeat; 
        background-position: top left;
        padding-left: 15px;
    }
    .bloco{
        padding: 3vw;
        margin: 2vw 0;
    }
    .bloco {
        background-color: #335792;
        color: white;
        border: 1px solid rgba(241, 2, 2, 0.1);
        border-radius: 15px;
        box-sizing: border-box;
        transition: all 0.5s;
    }
    details[open] {
    height: auto;
    }
    details[open] {
        background-color: #f6f7f8;
        color: #335792;
    }
    
    
    /* Estilo para o conteúdo dentro de 'details' */
    .desc-especialidade {
        color: black;
        font-weight: 400;
        margin: 10px 0;
        text-align: justify;
    }
    
    .bloco h3{
        padding: 10px 0 0 0;
        text-align: center;
    }
    
    /* Estilo para o resumo dentro de 'details' */
    .especialidade {
        /* font-size: 2vw; */
        /* padding: 25px 0 0 25px; */
        top: 50%;
        align-items: center;
        cursor: pointer;
    }

    .especialidade span{
        font-size: inherit;
        font-weight: 600;
    }

    details[open]{
        border-bottom: 1px solid #335792; 
    }
    
    .bloco[open] .especialidade {
        font-size: inherit;
        /* padding: 25px 0 0 25px; */
        border-bottom: 1px solid #335792; 
    }
    
    .bloco[open] p{
        padding: 0 10px 10px 10px;
    }
    
    .bloco-medico[open] .medico {
        border-bottom: 1px solid #335792;
        padding:0;
        margin: 10px;
    }
    
    .bloco-medico {
        font-weight: bold;
        background-color: #335792;
        color: white;
        width: 90%;
        border: 1px solid rgba(241, 2, 2, 0.1);
        border-radius: 15px;
        box-sizing: border-box;
        transition: all 1s;
        margin: 10px auto;
        padding: 5px;
        text-align: center;
    }
    
    .bloco-medico h4{
        padding-bottom: 5px;
    }
    .bloco-medico summary{
        padding: 10px;
        cursor: pointer;
    }
    
    details img{
        width: 15px;
    }
    
    
    .bloco-medico .crm{
        display: none;
    }
    .bloco-medico[open] .crm {
        display: block;
        padding-top: 5px;
    }
    
    .bloco-medico[open] {
        border: 1px solid #335792; 
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    }
    
    .bloco-medico[open] li {
        border-radius: 15px;
        margin: 10px;
        padding: 10px 0;
        list-style: none;
        border: 1px solid #335792; /
    }
    .preagend a {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        line-height: 2vw;
        border: 1px solid #335792;
        background: #335792;
        border-radius: 2vw;
        font-size: 2vw;
        padding: 0.5vw 1vw;
        margin: 0.5vw;
    }
    .preagend a,
    .preagend a:visited {
        font-weight: 400;
        color: white;
        text-decoration: none;
    }

    .preagend img, .preagend span {
        vertical-align: middle;
        line-height: 2vw;
    }
    .preagend img{
        padding-right: 1vw;
        vertical-align: middle;
        height: 2vw;
        width: auto;
    }
    /* Inicio contato agendamento */
    #contato-agend {
        padding: 1vw;
        display: flex;
        justify-content: space-between;
        }
        
    #contato-agend ul {
        flex: 1; 
        margin: 0; 
        padding: 0; 
        list-style: none; 
    
    }
    
    #contato-agend li {
        padding: 0.5vw 0.5vw 0.5vw 0;
        color: #335792;
    }
    
    #contato-agend a,
    #contato-agend a:visited {
        font-weight: 400;
        color: #335792;
        text-decoration: none;
    }
    
    #whatsapp {
        display: flex;
        align-items: center;
    }
    
    #contato-agend #whatsapp:hover {
        cursor: pointer;
        transform: scale(1.1);
        transition: 0.5s;
    }
    
    #contato-agend h4 {
        font-weight: 700;
        margin-top: 10px;
        padding-left: 10vw; 
        position: relative;
        color: #335792;
    }
    #contato-agend h4::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 9vw;
        height: 1px; 
        background-color: #335792; 
    }
    /* Fim contato agendamento */
    
    /* Inicio responsavel */
    #responsavel{
        text-align: center;
        padding: 2vw;
        font-weight: 100;
    }
    /* Fim responsavel */
    
    /* Inicio Footer */
    footer {
        background: url(../img/fundo-pesquisa.jpg);
        padding: 0.8vw 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: #fff;
    }
    /* Fim Footer */
}

@media(min-width:1200px){
    /* Inicio classes comuns */
    .margin-padr {
        margin: 0 10vw;
    }
    
    .margin-padr-left {
        margin-left: 10vw;
    }
    
    .margin-padr-right {
        margin-right: 10vw;
    }
    /* Fim classes comuns */
    
    *{
        Margin:0;
        padding: 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }
    ul{
        list-style: none;
    }
    /* Inicio header */
    header {
        padding: 1vw;
        background: white;
        color: white;
        /* border: 1px solid red; */
        text-align: center;
        background: url(../img/fundo-pesquisa.jpg);
    }
    
    #logo {
        margin: 1.2vw 20.08vw ;
        /* height: 5vw; */
        height: 60.97px;
        /* float: left; */
        /* border: 1px solid red; */
    
    }
    
    #aps {
        margin: 1.2vw 10vw ;
        /* height: 5vw; */
        height: 60.97px;
        float: right;
        /* border: 1px solid red; */
        /* position: absolute; */
    }
        header h1{
            font-weight: 700;
        }
        header h2{
            font-weight: 900;
            letter-spacing: 5.9px;
        }
        header h1, h2 {
            width: auto;
            display: inline-block;
        }
    /* Fim header */
    
    /* Inicio conheça a empresa  */
    #empresa {
        margin-top: 2vw;
        margin-bottom: 2vw;
        display: flex;
        align-items: center;
    }
    #empresa-text {
        max-width: 100%;
        min-height: auto;
        margin-right: 2vw;
    }
        #empresa-text p{
            text-align: justify;
        }
    
        #empresa-text h3 {
            font-weight: 700;
            margin-bottom: 25px;
            padding-left: 65px; /* Espaço à esquerda para a linha */
            position: relative;
            color: #335792;
        }
        
        #empresa-text h3::before{
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 3vw;
            height: 1px; /* Altura da linha (mais fina) */
            background-color: #335792; /* Cor da linha */
        }
        
        
        
        #empresa-img {
            
            max-width: 100%;
            flex: 1; /* Ocupa a mesma quantidade de espaço que o texto */
            display: flex;
            justify-content: flex-end; /* Alinha a imagem à direita */
        }
        
        
    /* Fim conheça a empresa  */
    
    /* inicio agenda */
    .text-info{
        padding: 1vw;
        background-image: url(../img/fundo-pesquisa.jpg);
        color: white;
    }
    .text-info h3 {
        font-weight: 700;
        margin-bottom: 25px;
        margin-top: 10px;
        padding-left: 65px; /* Espaço à esquerda para a linha */
        position: relative;
        color: white;
    }
    .text-info h3::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 55px;
        height: 1px; /* Altura da linha (mais fina) */
        background-color: white; /* Cor da linha */
    }
    .text-info h4 {
        font-weight: 700;
        margin-top: 10px;
        padding-left: 65px; /* Espaço à esquerda para a linha */
        position: relative;
        color: white;
    }
    .text-info h4::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 55px;
        height: 1px; /* Altura da linha (mais fina) */
        background-color: white; /* Cor da linha */
    }
    
    #agenda {
        position: relative;
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url(../img/bg-medico.jpg);
    }
    
    #agenda::before {
        
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5); /* Cor preta com opacidade */
        z-index: 1; /* Coloca o pseudo-elemento acima da imagem de fundo */
    }
    
    #agenda-text {
        text-align: center;
        position: relative; /* Adicione esta linha */
        color: white;
        z-index: 2; /* Aumenta o z-index para que fique na frente do pseudo-elemento */
    }
    
    #especialidades {
        position: relative; /* Adicione esta linha */
        padding: 3vw;
        z-index: 2; /* Aumenta o z-index para que fique na frente do pseudo-elemento */
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    /* Fim agenda */
    
    
    
    .hora {
        background-image: url(../img/relogioteste.png);
        background-size: 15px; 
        background-repeat: no-repeat; 
        background-position: top left;
        padding-left: 15px;
    }
    .bloco{
        height: 80px;
    }
    .bloco {
        background: url(../img/fundo-pesquisa.jpg);
        /* background-color: #335792; */
        color: white;
        border: 1px solid rgba(241, 2, 2, 0.1);
        border-radius: 15px;
        box-sizing: border-box;
        transition: all 0.5s;
    }
    details[open] {
    height: auto;
    }
    details[open] {
        background-image: none;
        background-color: #f6f7f8;
        color: #335792;
    }
    
    
    /* Estilo para o conteúdo dentro de 'details' */
    .desc-especialidade {
        color: black;
        font-weight: 300;
        margin: 10px 0;
        text-align: justify;
    }
    
    .bloco h3{
        padding: 10px 0 0 0;
        text-align: center;
    }
    
    /* Estilo para o resumo dentro de 'details' */
    .especialidade {
        padding: 25px 0 25px 25px;
        display: flex;
        align-items: center;
        font-weight: 500;
        cursor: pointer;
    }
    details[open]{
        border-bottom: 1px solid #335792; 
    }
    
    .bloco[open] .especialidade {
        padding: 25px 0 0 25px;
        border-bottom: 1px solid #335792; 
    }
    
    .bloco[open] p{
        padding: 0 10px 10px 10px;
    }
    
    /* Estilo para o ícone (triângulo) do 'summary' quando recolhido */
    .triangulo {
        padding: 5px;
        transition: transform 0.5s; /* Adicione uma transição suave */
    }
    
    /* Estilo para o ícone (triângulo) quando 'details' está aberto */
    details[open] .triangulo {
        transform: rotate(90deg); /* Gire o ícone 90 graus quando 'details' estiver aberto */
    }
    
    
    .bloco-medico[open] .medico {
        border-bottom: 1px solid #335792;
        padding:0;
        margin: 10px;
    }
    
    .bloco-medico {
        font-weight: bold;
        background-color: #335792;
        color: white;
        width: 90%;
        border: 1px solid rgba(241, 2, 2, 0.1);
        border-radius: 15px;
        box-sizing: border-box;
        transition: all 1s;
        margin: 10px auto;
        padding: 5px;
        text-align: center;
    }
    
    .bloco-medico h4{
        padding-bottom: 5px;
    }
    .bloco-medico summary{
        padding: 10px;
        cursor: pointer;
    }
    
    details img{
        width: 15px;
    }
    
    
    .bloco-medico .crm{
        display: none;
    }
    .bloco-medico[open] .crm {
        display: block;
        padding-top: 5px;
    }
    
    .bloco-medico[open] {
        border: 1px solid #335792; 
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    }
    
    .bloco-medico[open] li {
        border-radius: 15px;
        margin: 10px;
        padding: 10px 0;
        list-style: none;
        border: 1px solid #335792; /
    }

    .preagend a {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        line-height: 2vw;
        border: 1px solid #335792;
        background: #335792;
        border-radius: 2vw;
        font-size: 1vw;
        padding: 0.5vw 1vw;
        margin: 0.5vw;
    }
    .preagend a,
    .preagend a:visited {
        font-weight: 400;
        color: white;
        text-decoration: none;
    }

    .preagend img, .preagend span {
        vertical-align: middle;
        line-height: 2vw;
    }
    .preagend img{
        padding-right: 1vw;
        vertical-align: middle;
        height: 1.2vw;
        width: auto;
    }
    .preagend
    /* Inicio contato agendamento */
    #contato-agend {
        padding: 1vw;
        display: flex;
        justify-content: space-between;
        }
        
    #contato-agend ul {
        flex: 1; 
        margin: 0; 
        padding: 0; 
        list-style: none; 
    
    }
    
    #contato-agend li {
        padding: 0.5vw 0.5vw 0.5vw 0;
        color: #335792;
    }
    
    #contato-agend a,
    #contato-agend a:visited {
        font-weight: 400;
        color: #335792;
        text-decoration: none;
    }
    
    #whatsapp {
        display: flex;
        align-items: center;
    }
    
    #contato-agend #whatsapp:hover {
        cursor: pointer;
        transform: scale(1.01);
        transition: 0.5s;
    }
    
    #contato-agend h4 {
        font-weight: 700;
        margin-top: 10px;
        padding-left: 65px; 
        position: relative;
        color: #335792;
    }
    #contato-agend h4::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 55px;
        height: 1px; 
        background-color: #335792; 
    }
    /* Fim contato agendamento */
    
    /* Inicio responsavel */
    #responsavel{
        text-align: center;
        padding: 2vw;
        font-weight: 100;
    }
    /* Fim responsavel */
    
    /* Inicio Footer */
    footer {
        background: url(../img/fundo-pesquisa.jpg);
        padding: 0.8vw 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: #fff;
    }
    /* Fim Footer */
    }