.logo_header_principal {
    width: 180px;
}

.column_footer_link h2 {
    font-size: 22px;
    color: var(--color-text-blanco);
    font-weight: bold;
}

.column_footer_link ul li a {
    color: var(--color-text-blanco);
}

.listado_menu_header li a {
    font-size: 18px;
    color: var(--color-text-blanco);
    font-weight: bold;
}

.btn_azul_header {
    background: var(--main-boton-azul);
    color: var(--color-text-blanco);
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 10px;
}

.btn_azul_header:hover {
    color: var(--color-text-blanco);
}

.item_logos_cert figure {
    height: 150px;
}

.item_logos_cert figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.titulo_secciones_general {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    color: #1f3864;
}

.descripcion_seccion_general {
    font-size: 20px;
    font-weight: 700;
}

.item_logos_cert h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}

.alto_100_porcentaje {
    height: 100%;
}

.item_doctores {
    border: 2px solid #1f3864;
    border-radius: 15px;
    padding: 15px;
    height: 100%;
    box-sizing: border-box;
}

.item_doctores figure {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.item_doctores figure img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.bloq_blanco_doctores {
    background: var(--color-text-blanco);
    width: 100%;
    padding: 50px 15px 15px 15px;
    box-sizing: border-box;
    border-radius: 30px;
    position: relative;
    margin-top: -50px;
    z-index: 0;
}

.item_doctores h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1f3864;
    margin-top: 15px;
    margin-bottom: 0px;
}

.item_doctores .especalidad_doctor {
    font-size: 16px;
    font-weight: bold;
    color: #1f3864;
    text-align: center;
    line-height: 1.2;
}

.datos_adicionales_doctor {
    margin-top: 5px;
}

.datos_adicionales_doctor p {
    font-size: 15px;
    color: #1f3864;
}

.bloq_divisor_datos {
    height: 15px;
    width: 1px;
    background: #1f3864;
    display: block;
    margin: 0px 5px;
}

.row_estrellas img {
    width: 20px;
    object-fit: contain;
}

.text_opiniones_doctores {
    font-size: 13px;
    color: #1f3864 !important;
}

.text_opiniones_doctores:hover {
    text-decoration: none !important;
}

.bloq_estrellas_doctor {
    margin: 15px 0px;
}

.btn_conocer_mas_doctor {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #0070C0 !important;
}

.item_pasos_consulta span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1f3864;
    color: var(--color-text-blanco);
    position: absolute;
    top: -30px;
    font-weight: bold;

}

.row_pasos_consulta h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1f3864;
    line-height: 1.2;
}

.row_pasos_consulta p {
    font-size: 18px;
    color: #203864;
    line-height: 1.2;

}

.item_pasos_consulta {
    background: var(--color-text-blanco);
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
}

.row_pasos_consulta figure {
    width: 80px;
    height: 80px;
}

.row_pasos_consulta figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.bloq_img_border_nosotros {
   width: 100%;

    padding-left: 40px;
}

.bloq_img_border_nosotros img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bloq_text_bloq_nosotros h2 {
    font-size: 44px;
    font-weight: bold;
    color: var(--main-color-letra-new);
}

.ckeditor_nosotros {
    font-size: 18px;
    color: var(--main-color-letra-new);
}

.cabecera_item figure {
    width: 65px;
    height: 65px;
}

.cabecera_item figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.item_nosotros_p {
    background: #fff;
    height: 100%;
    box-sizing: border-box;
}

.item_nosotros_p .cabecera_item h2 {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color-letra-new);
}

.ckeditor_item_nosotros {
    font-size: 18px;
    color: var(--main-color-letra-new);
}

.ckeditor_item_nosotros ul {
    list-style-image: url('../img/bineta_list.png');
}

.cuadro_inicial {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--main-boton-celes);
    flex-shrink: 0;

}

.cuadro_inicial span {
    color: #fff;
    font-weight: bold;
}

.cabecera_opiniones h3 {
    font-size: 16px;
    color: var(--main-color-letra-new);
    font-weight: bold;
}

.detalles_opiniones p {
    font-size: 14px;
    color: var(--main-color-letra-new);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.fecha_comentario {
    font-size: 13px;
    color: var(--main-color-letra-new);
    font-weight: bold;
}

.item_opiniones_list {
    background: #fff;
    border-radius: 20px;
    height: 100%;
    box-sizing: border-box;
}

.espacios_card_estrellas {
    margin: 10px 0px;
}

.item_pregunta_list a {
    background: var(--main-boton-celes);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 20px;
}

.item_pregunta_list.uk-open a,
.item_pregunta_list a:hover {
    color: #fff !important;
}


.item_pregunta_list .uk-accordion-title::before {
    background-image: url('../img/flecha_home.png') !important;
    transition-duration: 0.3s !important;
}

.item_pregunta_list.uk-open .uk-accordion-title::before {
    transform: rotate(180deg) !important;
    transition-duration: 0.3s !important;

}

.item_pregunta_list .uk-accordion-content {
    font-size: 15px;
    color: var(--main-color-letra-new);
}

.titulo_principal_paginas {
    font-weight: bold;
    color: var(--main-color-letra-new);
}


.bloq_text_carrusel h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    color: #1f3864;
}

.bloq_text_carrusel p {
    font-size: 20px;

    color: #1f3864;
}

.bloq_text_carrusel {
    width: 100%;
    max-width: 400px;
}

.item_card_testimonio_actual {
    border-radius: 15px;
}

.item_card_testimonio_actual figure {
    width: 300px;
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

.item_card_testimonio_actual figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.detalles_opinion_real p {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1f3864;
}

.detalles_opinion_real span {
    font-size: 20px;

    color: #1f3864;
}

.item_interno_profesionales {
    height: 130px !important;
}

.btn_wasap_color {
    border-radius: 9px;
    height: 45px;
    width: fit-content;
    padding: 0px 30px;
    color: #fff;
    font-weight: bold;

}

.btn_wasap_color:hover {
    color: #fff;
    text-decoration: none;
}

.contenedor_titulo_publicidad {
    background: #fff;
    height: 100%;
    box-sizing: border-box;
}

.contenedor_titulo_publicidad h3 {
    font-size: 35px;
    font-weight: bold;
    color: var(--main-color-letra-new);
    line-height: 1.2;
}


.contenedor_titulo_publicidad p {
    font-size: 25px;
    color: var(--main-color-letra-new);
    line-height: 1.2;
}

.titulo_banner_p {
    font-size: 54px;
    line-height: 1.2;
    color: #1f3864 !important;
    font-weight: bold;
}

.horarios_banner_p {
    font-size: 16px;
    color: #1f3864 !important;
    line-height: 1.2;
}

.subtitulo_banner_p {
    font-size: 24px;
    color: #1f3864 !important;
    line-height: 1.2;
    font-weight: bold;
}

.publicidad_sello_banner figure {
    width: 70px;
    height: 70px;
}

.publicidad_sello_banner figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.publicidad_sello_banner span {
    font-size: 15px;
    line-height: 1.2;
    color: #1f3864 !important;
    font-weight: bold;
}

.contenedor_text_banner_prin {
    width: 100%;
    max-width: 420px;
    box-sizing: border-box;
}

.item_banner_tipo1 {
    height: 100%;
}

.item_item_independiente_p figure {
    width: 80px;
    height: 80px;
}

.item_item_independiente_p figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item_item_independiente_p h2 {
    font-size: 15px;
    color: #203864;
    font-weight: bold;
    margin-top: 15px !important;
}

.ancho_icono_libro_reclamo {
    width: 150px;
}

.btn_wp_home_flotante {
    background: #67e059;
    position: fixed;
    right: 10px;
    bottom: 20px;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 10px;
}

.btn_wp_home_flotante:hover {
    color: #ffff;
}

.padding_card_slider_movil {
    padding-top: 50px;
}

.flecha_slider_movil {
    background: #fff;
}

.flecha_slider_movil svg {
    color: #000000;
    width: 13px;
}

.flecha_slider_movil svg polyline {
    stroke-width: 3;
}

.ancho_flechas_slider_movil {
    width: 120px;
    height: 50px;
}

.ancho_full_img_slider_paciente img {
    width: 100%;
    display: block;
    border-radius: 25px;
    overflow: hidden;
}

.img_banner_consultas_final img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.item_bloq_franja_nosotros {
    background: var(--color-text-blanco);
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item_bloq_franja_nosotros figure {
    width: 80px;
    height: 80px;
}

.item_bloq_franja_nosotros figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.item_bloq_franja_nosotros h2 {
    font-size: 25px;
    font-weight: bold;
    color: var(--main-color-letra-new);
    margin-left: 15px !important;
}

.conte_text_404_d p {
    font-size: 20px;
    color: var(--main-color-letra-new);
    font-weight: bold;
}

.btn_volver_inicio {
    border-radius: 9px;
    height: 45px;
    width: fit-content;
    padding: 0px 30px;
    color: #fff;
    font-weight: bold;
    background: var(--main-boton-celes);
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_volver_inicio:hover {
    color: var(--color-text-blanco);
}

.item_legales_profesionales {
    gap: 10px;
}

.item_legales_profesionales figure {
    width: 25px;
    height: 25px;
}

.item_legales_profesionales figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.item_legales_profesionales p {
    font-size: 15px;
    font-weight: bold;
    color: var(--main-color-letra-new);
}

.letra_text_legal_boton {
    color: var(--main-color-letra-new);
    font-size: 11px !important;
    margin-top: 5px !important;
}

.bloq_menu_movil_thaniy {
    display: flex;
    align-items: center;

    gap: 20px;
}

.bloq_menu_movil_thaniy a span svg {
    color: #fff;
    width: 30px;
}

.bloq_menu_movil_thaniy a span svg rect {
    height: 2px;
}

.bloq_menu_movil_thaniy {
    display: none;
}

.uk-offcanvas-bar {
    background: #47c1fa;
}

.listado_menu_header_movil {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.listado_menu_header_movil li a {
    font-size: 18px;
    font-weight: bold;
}

.boton_cerrar_menu_movil svg {
    width: 20px;
    color: #fff;
}

.boton_cerrar_menu_movil svg line {
    stroke-width: 2;
}

.espacio_estralle_gap {
    gap: 10px;
}


.btn_azul_card_ver_mas {
    background: var(--main-boton-azul);
    color: var(--color-text-blanco);
    font-size: 15px;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 10px;
}

.titulo_ver_mas_comentarios {
    font-size: 19px !important;
}

.img_icon_card_mas {
    width: 30px;
}

.quitar_bold_card {
    font-weight: normal;
}

.img_mas_pacientes {
    width: 15px;
}

.ckeditor_page_general {
    color: var(--main-color-letra-new);
}