/*Especialistas*/
#professional .search {
    max-width: 400px;
    margin: 0 auto;
}
#professional .professional-filter .form-select{
    border-radius:50px;
    border: 1px solid #4E86B8;
    color: #4E86B8;
    background-color: transparent;
    padding:10px 20px;
    font-weight: 500;
}
#professional .professional-filter .form-check{
    font-weight: 500;
    padding-top:10px;
}
#professional .professional-list h3{
    color:#405D9E;
    font-weight: 700;
    font-size: 1.12rem;
}
#professional .professional-list ul li{
    font-size: 1.12rem;
}
#professional .professional-list p{
    margin-top:.5rem;
    margin-bottom:0;
}
#professional .background-header {
    width: 100%;
    height: 100px;
    background-color: #405D9E;
    background-image: url('../images/especialistas-background-mobile.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}
#professional .form-check-input:checked {
    background-color: #4e86b8;
    border-color: #4e86b8;
}
#professional .form-check-input:checked:focus {
    box-shadow: 0 0 0 0.25rem rgba(78, 134, 184, 0.25);
}



/*Especialistas Interna*/
#professional-internal .emphasis h2,
#professional-internal .emphasis ul li,
#professional-internal .emphasis p{
    color:#fff;
}
#professional-internal .emphasis .name{
    font-size: 2rem;
    color: #fff;
}

@media (max-width: 991.98px) {
    #professional-internal .emphasis .col-lg-3 {
        padding-bottom: 0 !important;
    }
    #professional-internal .emphasis img {
        width: 100%;
        border-radius: 1rem 1rem 0 0 !important;
    }
    #professional-internal .emphasis .bg-blue-700 {
        border-radius: 0 0 1rem 1rem;
    }
    #professional-internal .emphasis .name {
        font-size: 1.3rem;
    }
    #professional-internal .custom-title-before {
        text-align: center;
    }
    #professional-internal .custom-title-before::before {
        left: 50%;
        transform: translateX(-50%);
    }
}
#professional-internal .especialidades li{
    padding-right: 20px;
}
#professional-internal .aboutMy ul li{
    font-size: 1.12rem;
    padding-bottom:15px;
}
#professional-internal .local-service p{
    margin-bottom:0;
}
#professional-internal .professional-videos .card h3{
    font-size:1rem !important;
    color:#405D9E;
    font-weight: bold;
}
#professional-internal .professional-videos .card img:hover{
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transition: .6s;
    transform: scale(1.01);
}
#professional-internal .other-professionals .border{
    border:1px solid #7DBADC !important;
}
#professional-internal .cities{
    margin-bottom:0;
}
#professional-internal .additional-info{
    font-weight: 500;
    list-style: none;
    padding-left:0;
}
#professional-internal .specialty{
    list-style: none;
    padding-left:0;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#professional-internal .specialty li{
    padding-right:30px;
}
#professional-internal .aboutMy{
    color:#555555;
    list-style: none;
    padding-left:0;
    margin-bottom: 0;
}
#professional-internal .curriculum-lattes,
#professional-internal .instagram,
#professional-internal .site{
    text-decoration: none;
    color:#405D9E !important;
    margin-bottom:10px;
    font-weight:bold   
}

#professional-internal .curriculum-lattes span,
#professional-internal .instagram span,
#professional-internal .site span{
    padding-left:10px;
}
#professional-internal .recomendations{
    display:flex;
    flex-direction: column;
}
#professional-internal .recomendations .name span,
#professional-internal .other-professionals .name span{
    padding-left:10px;
}



@media (min-width: 992px) {
    #professional .background-header {
      background-image: url('../images/especialistas-background.webp');
      height: 260px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    #professional-internal .other-professionals {
        padding-bottom:40px;
    }
}

/* Abaixo de 472px: foto do profissional ocupa 100% da largura (inline no card usa 210px fixo) */
@media (max-width: 471.95px) {
    #professional-list .img-expert {
        width: 100% !important;
    }
    #professional-list .card .row > .col-md-6:first-child {
        display: flex;
        justify-content: center;
    }
}