﻿/* =====================================
Template Name: 	Mediplus.
Author Name: Naimur Rahman
Website: http://wpthemesgrid.com/
Description: Mediplus - Doctor HTML Template.
Version:	1.1
========================================*/
/*======================================
[ CSS Table of contents ]
* Global CSS
* Header CSS
	+ Topbar
	+ Logo
	+ Widget
	+ Main Menu
	+ Search
* Hero Slider CSS
* Schedule CSS
* Feautes CSS
* Fun Facts CSS
* Why Choose CSS
* Call to Action CSS
* Portfolio CSS
	+ Portfolio Single CSS
* Services CSS
* Testimonials CSS
* Departments CSS
* Pricing Table CSS
* Clients CSS
* Team CSS
	+ Single Team
* Blog CSS
	+ Latest Blog CSS
	+ Blog Single CSS
	+ Blog Sidebar CSS
* Appointment CSS
* Login CSS
* Register CSS
* Faq CSS
* Contact Us CSS
* Error 404 CSS
* Mail Success CSS
* Newsletter CSS
* Doctor Calendar CSS
* About Us CSS
* Footer CSS
========================================*/
/*=============================
	Global CSS 
===============================*/
body {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #888;
}

.pro-features {
    position: fixed;
    right: -300px;
    width: 300px;
    height: auto;
    line-height: 46px;
    font-size: 14px;
    background: #fff;
    text-align: left;
    color: #333;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: -4px 0px 5px #00000036;
    color: #fff;
    z-index: 9999;
    padding: 20px 30px 30px 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .pro-features.active {
        right: 0;
    }

    .pro-features li.big-title {
        font-weight: 600;
        color: #b8092e;
        font-size: 15px;
    }

    .pro-features li.title {
        font-weight: 600;
        color: #b8092e;
        font-size: 15px;
    }

    .pro-features .button {
    }

        .pro-features .button .btn {
            width: 100%;
            text-align: center;
            margin-top: 8px;
            display: inline-block;
            float: left;
            font-size: 13px;
            width: 100%;
            text-transform: capitalize;
        }

    .pro-features li {
        color: #333;
        margin: 0;
        padding: 0;
        line-height: 22px;
        margin-bottom: 10px;
    }

.get-pro {
    position: absolute;
    left: -80px;
    width: 80px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    border-radius: 5px 0 0 5px;
    background: #b8092e;
    text-align: center;
    color: #fff;
    top: 0;
    cursor: pointer;
    box-shadow: -4px 0px 5px #00000036;
}

    .get-pro:hover {
    }

#scrollUp {
    bottom: 15px;
    right: 15px;
    padding: 10px 20px;
    background: #b8092e;
    color: #fff;
    font-size: 25px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    border-radius: 3px;
    box-shadow: 0px 0px 10px #00000026;
}

    #scrollUp:hover {
        background: #2C2D3F;
    }
/* Color Plate */
.color-plate {
    position: fixed;
    display: block;
    z-index: 99998;
    padding: 20px;
    width: 245px;
    background: #fff;
    right: -245px;
    text-align: left;
    top: 30%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
}

    .color-plate.active {
        right: 0;
    }

    .color-plate .color-plate-icon {
        position: absolute;
        left: -48px;
        width: 48px;
        height: 45px;
        line-height: 45px;
        font-size: 21px;
        border-radius: 5px 0 0 5px;
        background: #b8092e;
        text-align: center;
        color: #fff !important;
        top: 0;
        cursor: pointer;
        box-shadow: -4px 0px 5px #00000036;
    }

    .color-plate h4 {
        display: block;
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .color-plate p {
        font-size: 13px;
        margin-bottom: 15px;
        line-height: 20px;
    }

    .color-plate span {
        width: 42px;
        height: 35px;
        border-radius: 0;
        cursor: pointer;
        display: inline-block;
        margin-right: 3px;
    }

        .color-plate span:hover {
            cursor: pointer;
        }

        .color-plate span.color1 {
            background: #b8092e;
        }

        .color-plate span.color2 {
            background: #2196F3;
        }

        .color-plate span.color3 {
            background: #32B87D;
        }

        .color-plate span.color4 {
            background: #FE754A;
        }

        .color-plate span.color5 {
            background: #F82F56;
        }

        .color-plate span.color6 {
            background: #01B2B7;
        }

        .color-plate span.color7 {
            background: #6c5ce7;
        }

        .color-plate span.color8 {
            background: #85BA46;
        }

        .color-plate span.color9 {
            background: #273c75;
        }

        .color-plate span.color10 {
            background: #FD7272;
        }

        .color-plate span.color11 {
            background: #badc58;
        }

        .color-plate span.color12 {
            background: #44ce6f;
        }
/*=============================
	End Global CSS 
===============================*/




/*===================
	Start Header CSS 
=====================*/
.header {
    background-color: #fff;
    position: relative;
}

    .header .navbar-collapse {
        padding: 0;
    }
    /* Topbar */
    .header .topbar {
        background-color: #fff;
        border-bottom: 1px solid #eee;
    }

    .header .topbar {
        padding: 15px 0;
    }

    .header .top-link {
        float: left;
    }

        .header .top-link li {
            display: inline-block;
            margin-right: 15px;
        }

            .header .top-link li:last-child {
                margin-right: 0px;
            }

            .header .top-link li a {
                color: #2C2D3F;
                font-size: 14px;
                font-weight: 400;
            }

            .header .top-link li:hover a {
                color: #b8092e;
            }

    .header .top-contact {
        float: right;
    }

        .header .top-contact li {
            display: inline-block;
            margin-right: 25px;
            color: #2C2D3F;
        }

            .header .top-contact li:last-child {
                margin-right: 0;
            }


            /*.header .top-contact li a{
	font-size:14px;
}
.header .top-contact li a:hover{
	color:#b8092e;
}*/


            .header .top-contact li i {
                color: #58595b;
                margin-right: 8px;
            }

            /*
    .header .top-contact li a {
        display: inline-block;
        background-color: #b81731; 
        color: #fff; 
        font-family: Poppins;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: background-color 0.3s ease;
    }

        .header .top-contact li a:hover {
            background-color: #870015; 
        }


    .header .top-contact .link-llamada li a {
        display: inline-block;
        background-color: #000; 
        color: #000;
        font-family: Poppins;
        font-size: 14px;
        font-weight: bold;

     
    }*/


            .header .top-contact li a {
                display: inline-block;
                /*background-color: #c82333;*/
                background-color: #b81731;
                color: #fff;
                font-family: Poppins;
                font-size: 14px;
                /*font-weight: bold;*/
                text-transform: uppercase;
                text-decoration: none;
                padding: 6px 20px;
                border-radius: 10px;
                transition: background-color 0.3s ease;
            }

.cita-negrita {
    font-weight: bold;
}

.header .top-contact li a:hover {
    background-color: #c82333;
}


.header .top-contact .link-llamada a {
    /*background: none;
        color: #000; 
        font-family: Poppins;
        font-size: 18px;
        font-weight: bold;
        text-transform: none;
        text-decoration: none;
        padding: 0;
        border-radius: 0;
        display: inline; 
        transition: none;
        */
    display: inline-block;
    background: none;
    color: #58595b;
    font-size: 16px;
    /*font-weight: bold;*/
    font-family: Poppins;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    cursor: default;
}


    .header .top-contact .link-llamada a:hover {
        display: inline-block;
        background: none;
        color: #58595b;
        font-size: 16px;
        /*font-weight: bold;*/
        font-family: Poppins;
        text-transform: uppercase;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 10px;
        transition: background-color 0.3s ease;
        cursor: default;
    }



.header .header-inner {
    background: #fff;
    z-index: 999;
    width: 100%;
}

.get-quote {
    margin-top: 12px;
}

    .get-quote .btn {
        color: #fff;
    }

.get-boton-logo {
    /*margin-top: 12px;*/
    margin: 12px;
    /*margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 120px;*/
}

    .get-boton-logo .btn {
        color: #fff;
    }

.header .logo {
    float: left;
    /*margin-top: 18px;*/
    /*margin-top: 10px;*/
    margin-top: 8px;
}

.header .navbar {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    height: 0px;
    min-height: 0px;
}

.header .nav li {
    margin-right: 15px;
    float: left;
    position: relative;
}

    .header .nav li:last-child {
        margin: 0;
    }

    .header .nav li a {
        /*color: #2C2D3F;*/
        color: #58595b;
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
        /*padding: 25px 12px;*/
        /*padding: 25px 11px;*/
        padding: 20px 11px;
        position: relative;
        display: inline-block;
        position: relative;
    }

        .header .nav li a::before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            height: 3px;
            width: 0%;
            background: #b8092e;
            border-radius: 5px 5px 0 0;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

    .header .nav li.active a:before {
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .header .nav li.active a {
        color: #b8092e;
    }

    .header .nav li:hover a:before {
        opacity: 1;
        width: 100%;
        visibility: visible;
    }

    .header .nav li:hover a {
        color: #b8092e;
    }

    .header .nav li a i {
        display: inline-block;
        margin-left: 1px;
        font-size: 13px;
    }
/* Middle Header */
.header.style2 .header-inner {
    border-top: 1px solid #eee;
}

.header.style2 .logo {
    margin-top: 6px;
}

.header .middle-header {
    background: #fff;
    padding: 20px 0px;
}

.header .widget-main {
    float: right;
}

.header.style2 .get-quote {
    margin-top: 0;
}

.header .single-widget {
    position: relative;
    float: left;
    margin-right: 30px;
    padding-left: 55px;
}

    .header .single-widget:last-child {
        margin: 0;
    }

    .header .single-widget .logo {
        margin: 0;
        padding: 0;
        margin-top: 7px;
    }

    .header .single-widget i {
        position: absolute;
        left: 0;
        top: 6px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        color: #fff;
        background: #b8092e;
        border-radius: 4px;
        text-align: center;
        font-size: 15px;
    }

    .header .single-widget h4 {
        font-size: 15px;
        font-weight: 500;
    }

    .header .single-widget p {
        margin-bottom: 5px;
        text-transform: capitalize;
    }

    .header .single-widget.btn {
        margin-left: 0;
    }
/* Dropdown Menu */
/*.header .nav li .dropdown {
    background: #fff;
    width: 320px;
    position: absolute;
    left: -20px;
    top: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px #3333334d;
    transform-origin: 0 0 0;
    transform: scaleY(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    top: 74px;
    border-left: 3px solid #b8092e;
}*/





.header .nav li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.header .nav li .dropdown li {
    float: none;
    margin: 0;
    border-bottom: 1px dashed #eee;
}

    .header .nav li .dropdown li:last-child {
        border: none;
    }

    .header .nav li .dropdown li a {
        padding: 12px 15px;
        color: #666;
        display: block;
        font-weight: 400;
        /*text-transform: capitalize;*/
        text-transform: none !important;
        background: transparent;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .header .nav li .dropdown li a:before {
            display: none;
        }

    .header .nav li .dropdown li:last-child a {
        border-bottom: 0px;
    }

    .header .nav li .dropdown li:hover a {
        color: #b8092e;
    }

    .header .nav li .dropdown li a:hover {
        border-color: transparent;
    }
/* Right Bar */
.header.style2 .main-menu {
    display: inline-block;
    float: left;
}

.header .right-bar {
    float: right;
}

.header .right-bar {
    padding-top: 20px;
}

.header .right-bar {
    display: inline-block;
}

    .header .right-bar a {
        color: #fff;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        background: #b8092e;
        border-radius: 4px;
        display: block;
        font-size: 12px;
    }

    .header .right-bar li a:hover {
        color: #fff;
        background: #27AE60;
    }

.header .search-top.active .search i:before {
    content: "\eee1";
    font-size: 15px;
}
/* Search */
.header .search-form {
    position: absolute;
    right: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 74px;
    box-shadow: 0px 0px 10px #0000001c;
    border-radius: 4px;
    overflow: hidden;
    transform: scale(0);
}

.header .search-top.active .search-form {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.header .search-form input {
    width: 282px;
    height: 50px;
    line-height: 50px;
    padding: 0 70px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 3px;
    border: none;
    background: #fff;
    color: #2C2D3F;
}

.header .search-form button {
    position: absolute;
    right: 0;
    height: 50px;
    top: 0;
    width: 50px;
    background: #b8092e;
    border: none;
    color: #fff;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid transparent;
}

    .header .search-form button:hover {
        background: #fff;
        color: #b8092e;
        border-color: #e6e6e6;
    }
/* Header Sticky */
.header.sticky .header-inner {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: initial;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 0.5s both 0.1s;
    box-shadow: 0px 0px 13px #00000054;
}


.header .nav li .dropdown {
    background: #fff;
    width: 220px; /* Ajusta el ancho según sea necesario */
    position: absolute;
    left: -20px;
    top: 100%;
    z-index: 999;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    transform-origin: 0 0 0;
    transform: scaleY(0.2);
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    top: 74px;
    border-left: 3px solid #b8092e;
}




/* Estilos para el menú desplegable de Especialidades */
#especialidades-menu {
    background: #fff;
    /*width: 1120px;*/ /* Ancho ajustado para el menú de Especialidades */
    width: 1160px;
    position: absolute;
    left: -20px;
    top: 100%;
    z-index: 999;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    transform-origin: 0 0 0;
    transform: scaleY(0);
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    top: 74px;
    border-left: 3px solid #b8092e;
    display: grid; /* Utilizaremos grid para crear columnas */
    grid-template-columns: repeat(4, 1fr); /* Crea 4 columnas iguales */
    padding: 20px; /* Ajusta el relleno interior según sea necesario */
}

    #especialidades-menu li {
        /*padding: 10px 20px;*/ /* Ajusta el relleno según sea necesario */
        padding: 1px 5px;
        border-bottom: 1px dashed #eee; /* Borde inferior punteado entre elementos */
    }

        #especialidades-menu li:last-child {
            border-bottom: none; /* Quita el borde inferior del último elemento */
        }

/* Asegura que el menú se muestre al hacer hover sobre el enlace */
.header .nav > li:hover #especialidades-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}






/*=========================
	End Header CSS
===========================*/







/*===========================
	Start Hero Area CSS
=============================*/
.slider .single-slider {
    /*height: 600px;*/
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .slider .single-slider .text {
        margin-top: 120px;
    }

.slider.index2 .single-slider .text {
    margin-top: 150px;
}

.slider .single-slider h1 {
    color: #2C2D3F;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 42px;
}

    .slider .single-slider h1 span {
        color: #b8092e;
    }

.slider .single-slider p {
    color: #2C2D3F;
    margin-top: 27px;
    font-weight: 400;
}

.slider .single-slider .button {
    margin-top: 30px;
}

.slider .single-slider .btn {
    color: #fff;
    background: #b8092e;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

    .slider .single-slider .btn:last-child {
        margin: 0;
    }

    .slider .single-slider .btn.primary {
        /*background:#2C2D3F;*/
        background: #4f4f4f;
        color: #fff;
    }

        .slider .single-slider .btn.primary:before {
            background: #b8092e;
        }

.slider .owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}

    .slider .owl-carousel .owl-nav div {
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        background: #b8092e;
        color: #fff;
        font-size: 26px;
        position: absolute;
        margin: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        padding: 0;
        border-radius: 50%;
    }

        .slider .owl-carousel .owl-nav div:hover {
            background: #2C2D3F;
            color: #fff;
        }

.slider .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 20px;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 20px;
}

/* Slider Animation */
.owl-item.active .single-slider h1 {
    animation: fadeInUp 1s both 0.6s;
}

.owl-item.active .single-slider p {
    animation: fadeInUp 1s both 1s;
}

.owl-item.active .single-slider .button {
    animation: fadeInDown 1s both 1.5s;
}

/*===========================
	End Hero Area CSS
=============================*/







.slider-propio-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    background: white;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    /* Padding lateral para móviles */
    padding: 0 20px;
}

.slider-propio-wrapper {
    position: relative;
    overflow: hidden;
    height: 500px;
    /* Eliminar padding en el wrapper */
    margin: 0 -20px;
}

.slider-propio-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
}

.slider-propio-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .slider-propio-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .slider-propio-slide:hover img {
        transform: scale(1.05);
    }

/* Controles de navegación */
.slider-propio-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

    .slider-propio-nav-btn:hover {
        background: white;
        transform: translateY(-50%) scale(1.1);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .slider-propio-nav-btn.prev {
        left: 20px;
    }

    .slider-propio-nav-btn.next {
        right: 20px;
    }

/* Indicadores */
.slider-propio-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.slider-propio-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .slider-propio-indicator.active {
        background: white;
        transform: scale(1.2);
    }

/* Responsive Design - Breakpoints optimizados */
@media (max-width: 1200px) {
    .slider-propio-container {
        max-width: 960px;
        padding: 0 15px;
    }

    .slider-propio-wrapper {
        margin: 0 -15px;
    }
}

@media (max-width: 992px) {
    .slider-propio-container {
        max-width: 720px;
        padding: 0 15px;
    }

    .slider-propio-wrapper {
        height: 400px;
        margin: 0 -15px;
    }

    .slider-propio-nav-btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

        .slider-propio-nav-btn.prev {
            left: 15px;
        }

        .slider-propio-nav-btn.next {
            right: 15px;
        }
}

@media (max-width: 768px) {
    .slider-propio-container {
        max-width: 540px;
        padding: 0 10px;
    }

    .slider-propio-wrapper {
        height: 350px;
        margin: 0 -10px;
    }

    .slider-propio-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

        .slider-propio-nav-btn.prev {
            left: 10px;
        }

        .slider-propio-nav-btn.next {
            right: 10px;
        }

    .slider-propio-indicator {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 576px) {
    .slider-propio-container {
        max-width: 100%;
        padding: 0 10px;
    }

    .slider-propio-wrapper {
        height: 280px;
        margin: 0 -10px;
    }

    .slider-propio-nav-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .slider-propio-indicators {
        gap: 8px;
    }

    .slider-propio-indicator {
        width: 8px;
        height: 8px;
    }
}

/* Para pantallas muy pequeñas */
@media (max-width: 480px) {
    body {
        padding: 20px 0;
    }

    .slider-propio-wrapper {
        height: 250px;
    }
}




/*************************/

/*.slider-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .slide.active {
        opacity: 1;
    }


.slide-inner {
    max-width: 1140px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.slide-1 {
    background-image: url('https://images.unsplash.com/photo-1557804506-669a67965ba0?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
}

    .slide-1 .slide-inner {
        background-image: url('https://images.unsplash.com/photo-1557804506-669a67965ba0?ixlib=rb-4.0.3&auto=format&fit=crop&w=1140&q=80');
    }

.slide-2 {
    background-image: url('https://images.unsplash.com/photo-1460472178825-e5240623afd5?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
}

    .slide-2 .slide-inner {
        background-image: url('https://images.unsplash.com/photo-1460472178825-e5240623afd5?ixlib=rb-4.0.3&auto=format&fit=crop&w=1140&q=80');
    }

.slide-3 {
    background-image: url('https://images.unsplash.com/photo-1497215728101-856f4ea42174?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
}

    .slide-3 .slide-inner {
        background-image: url('https://images.unsplash.com/photo-1497215728101-856f4ea42174?ixlib=rb-4.0.3&auto=format&fit=crop&w=1140&q=80');
    }

.slide-4 {
    background-image: url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
}

    .slide-4 .slide-inner {
        background-image: url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&auto=format&fit=crop&w=1140&q=80');
    }


.nav-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

    .nav-dot.active,
    .nav-dot:hover {
        background: white;
        transform: scale(1.3);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }


.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.4em;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .arrow:hover {
        background: rgba(0, 0, 0, 0.6);
        transform: translateY(-50%) scale(1.1);
    }

.arrow-prev {
    left: 15px;
}

.arrow-next {
    right: 15px;
}


.slide {
    transform: scale(1);
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
}

    .slide.active {
        transform: scale(1);
    }

    
    .slide.zoom-out {
        transform: scale(1.05);
    }

    
    .slide::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, #f0f0f0 25%, transparent 25%), linear-gradient(-45deg, #f0f0f0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f0f0f0 75%), linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
        background-size: 20px 20px;
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: -1;
    }


.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #ffa500, #4ecdc4, #45b7d1);
    width: 0%;
    transition: width linear;
    z-index: 10;
}


@media (max-width: 1200px) {
    .slide-inner {
        max-width: 95%;
    }
}

@media (max-width: 768px) {
    .slider-container {
        height: 300px;
    }

    .arrow {
        width: 35px;
        height: 35px;
        font-size: 1.1em;
    }

    .arrow-prev {
        left: 10px;
    }

    .arrow-next {
        right: 10px;
    }

    .nav-dot {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .slider-container {
        height: 250px;
    }

    .nav-controls {
        bottom: 15px;
    }
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.slide.active {
    animation: fadeIn 1.2s ease-out;
}*/






.slider-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .slide.active {
        opacity: 1;
    }

/* Contenedor principal centrado de 1140px */
.slide-inner {
    max-width: 1140px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Controles de navegación */
.nav-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

    .nav-dot.active,
    .nav-dot:hover {
        background: white;
        transform: scale(1.3);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }

/* Flechas de navegación */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.4em;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .arrow:hover {
        background: rgba(0, 0, 0, 0.6);
        transform: translateY(-50%) scale(1.1);
    }

.arrow-prev {
    left: 15px;
}

.arrow-next {
    right: 15px;
}

/* Efectos de transición adicionales */
.slide {
    transform: scale(1);
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
}

    .slide.active {
        transform: scale(1);
    }

    /* Efecto zoom sutil al cambiar slide */
    .slide.zoom-out {
        transform: scale(1.05);
    }

/* Progress bar para mostrar tiempo restante */
.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #ffa500, #4ecdc4, #45b7d1);
    width: 0%;
    transition: width linear;
    z-index: 10;
}

/* Responsivo */
@media (max-width: 1200px) {
    .slide-inner {
        max-width: 95%;
    }
}

@media (max-width: 768px) {
    .slider-container {
        height: 300px;
    }

    .arrow {
        width: 35px;
        height: 35px;
        font-size: 1.1em;
    }

    .arrow-prev {
        left: 10px;
    }

    .arrow-next {
        right: 10px;
    }

    .nav-dot {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .slider-container {
        height: 250px;
    }

    .nav-controls {
        bottom: 15px;
    }
}

/* Animaciones suaves */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.slide.active {
    animation: fadeIn 1.2s ease-out;
}




/********************************/

/* Contenedor del botón */
.btn-container-prog {
    position: absolute;
    bottom: 40px; /* separación desde el borde inferior */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 20; /* encima del fondo */
}

/* Estilo del botón */
.btn-mas-info-prog {
    display: inline-block;
    background: #1b4075; /* azul oscuro */
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 30px; /* redondeado */
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}

    /* Hover */
    .btn-mas-info-prog:hover {
        background: #1b4075; /* azul más claro */
        transform: translateY(-2px);
        box-shadow: 0px 6px 14px rgba(0,0,0,0.25);
    }

/* Responsivo */
@media (max-width: 768px) {
    .btn-mas-info-prog {
        font-size: 14px;
        padding: 10px 22px;
    }

    .btn-container-prog {
        bottom: 25px;
    }
}

@media (max-width: 480px) {
    .btn-mas-info-prog {
        font-size: 13px;
        padding: 8px 18px;
    }

    .btn-container-prog {
        bottom: 20px;
    }
}



































.etapas-maternidad {
}



/* Contenedor del botón */
.btn-container-prog-bb {
    position: absolute;
    bottom: 40px; /* separación desde el borde inferior */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 20; /* encima del fondo */
}

/* Estilo del botón */
.btn-mas-info-prog-bb {
    display: inline-block;
    background: #fdba01; /* azul oscuro */
    color: #58595b;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 30px; /* redondeado */
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}

    /* Hover */
    .btn-mas-info-prog-bb:hover {
        background: #fdba01; /* azul más claro */
        transform: translateY(-2px);
        box-shadow: 0px 6px 14px rgba(0,0,0,0.25);
    }


@media (max-width: 992px) {
    .btn-mas-info-prog-bb {
        font-size: 14px;
        padding: 10px 22px;
    }

    .btn-container-prog-bb {
        bottom: 15px;
      
    }
}


/* Responsivo */
@media (max-width: 768px) {
    .btn-mas-info-prog-bb {
        font-size: 14px;
        padding: 10px 22px;
    }

    .btn-container-prog-bb {
        bottom: 10px;
        
    }
}

@media (max-width: 480px) {
    .btn-mas-info-prog {
        font-size: 13px;
        padding: 8px 18px;
    }

    .btn-container-prog-bb {
        bottom: 8px;
        
    }
}







/*=============================
	Start Schedule CSS
===============================*/
.schedule {
    background: #fff;
    margin: 0;
    padding: 0;
    height: 230px;
}

    .schedule .schedule-inner {
        position: relative;
        transform: translateY(-50%);
        z-index: 9;
    }

    .schedule .single-schedule {
        position: relative;
        text-align: left;
        z-index: 3;
        border-radius: 5px;
        background: #b8092e;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }

        .schedule .single-schedule .inner {
            overflow: hidden;
            position: relative;
            padding: 30px;
            z-index: 2;
        }

        .schedule .single-schedule:before {
            position: absolute;
            z-index: -1;
            content: '';
            bottom: -10px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 80%;
            height: 90%;
            background: #b8092e;
            opacity: 0;
            filter: blur(10px);
            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
        }

        .schedule .single-schedule:hover:before {
            opacity: 0.8;
        }

        .schedule .single-schedule:hover {
            transform: translateY(-5px);
        }

        .schedule .single-schedule .icon i {
            position: absolute;
            font-size: 110px;
            color: #fff;
            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
            z-index: -1;
            visibility: visible;
            opacity: 0.2;
            right: -25px;
            bottom: -30px;
        }

        .schedule .single-schedule span {
            display: block;
            color: #fff;
        }

        .schedule .single-schedule h4 {
            font-size: 20px;
            font-weight: 600;
            display: inline-block;
            text-transform: capitalize;
            color: #fff;
            margin-top: 13px;
        }

        .schedule .single-schedule p {
            color: #fff;
            margin-top: 22px;
        }

        .schedule .single-schedule a {
            color: #fff;
            margin-top: 25px;
            font-weight: 500;
            display: inline-block;
            position: relative;
        }

            .schedule .single-schedule a:before {
                position: absolute;
                content: "";
                left: 0;
                bottom: 0;
                height: 1px;
                width: 0%;
                background: #fff;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

            .schedule .single-schedule a:hover:before {
                width: 100%;
                width: 100%;
            }

            .schedule .single-schedule a i {
                margin-left: 10px;
            }

        .schedule .single-schedule .time-sidual {
        }

        .schedule .single-schedule .time-sidual {
            overflow: hidden;
            margin-top: 17px;
        }

            .schedule .single-schedule .time-sidual li {
                display: block;
                color: #fff;
                width: 100%;
                margin-bottom: 3px;
            }

                .schedule .single-schedule .time-sidual li:last-child {
                    margin: 0;
                }

                .schedule .single-schedule .time-sidual li span {
                    display: inline-block;
                    float: right;
                }

        .schedule .single-schedule .day-head .time {
            font-weight: 400;
            float: right;
        }
/*=============================
	End Schedule CSS
===============================*/

/*=============================
	Start Feautes CSS
===============================*/
.Feautes {
    padding-top: 0;
}

    .Feautes.index2 {
        padding-top: 100px;
    }

    .Feautes.testimonial-page {
        padding-top: 100px;
    }

    .Feautes .single-features {
        text-align: center;
        position: relative;
        padding: 10px 20px;
    }

        .Feautes .single-features::before {
            position: absolute;
            content: "";
            right: -72px;
            top: 60px;
            width: 118px;
            border-bottom: 3px dotted #b8092e;
        }

        .Feautes .single-features.last::before {
            display: none;
        }

        .Feautes .single-features .signle-icon {
            position: relative;
        }

            .Feautes .single-features .signle-icon i {
                font-size: 50px;
                color: #b8092e;
                position: absolute;
                left: 50%;
                margin-left: -50px;
                top: 0;
                height: 100px;
                width: 100px;
                line-height: 100px;
                text-align: center;
                border: 1px solid #dddddd;
                border-radius: 100%;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

        .Feautes .single-features:hover .signle-icon i {
            background: #b8092e;
            color: #fff;
            border-color: transparent;
        }

        .Feautes .single-features h3 {
            padding-top: 128px;
            color: #2C2D3F;
            font-weight: 600;
            font-size: 21px;
        }

        .Feautes .single-features p {
            margin-top: 20px;
        }
/*=============================
	End Feautes CSS
===============================*/





/*=============================
	Start programas CSS
===============================*/
.programas {
    padding-top: 100px;
}

    .programas.index2 {
        padding-top: 100px;
    }

    .programas.testimonial-page {
        padding-top: 100px;
    }

    .programas .single-features {
        text-align: center;
        position: relative;
        padding: 10px 20px;
    }

        .programas .single-features::before {
            position: absolute;
            content: "";
            right: -72px;
            top: 60px;
            width: 118px;
            border-bottom: 3px dotted #b8092e;
        }

        .programas .single-features.last::before {
            display: none;
        }

        .programas .single-features .signle-icon {
            position: relative;
        }

            .programas .single-features .signle-icon i {
                font-size: 50px;
                color: #b8092e;
                position: absolute;
                left: 50%;
                margin-left: -50px;
                top: 0;
                height: 100px;
                width: 100px;
                line-height: 100px;
                text-align: center;
                border: 1px solid #dddddd;
                border-radius: 100%;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

        .programas .single-features:hover .signle-icon i {
            background: #b8092e;
            color: #fff;
            border-color: transparent;
        }

        .programas .single-features h3 {
            padding-top: 10px;
            color: #2C2D3F;
            font-weight: 600;
            font-size: 21px;
        }

        .programas .single-features p {
            margin-top: 20px;
        }

    .programas .section-title h2 {
        color: #b8092e;
    }

    /*.single-features .signle-icon img {
    border-radius: 50%;
    width: 100px; 
    height: 100px;
}*/

    .programas .single-features .signle-icon img {
        /*border-radius: 50%;*/
        border-radius: 5%;
        /*width: 255px; 
        height: 255px;*/
        width: 330px;
        height: 330px;
    }

    .programas .single-features {
        padding: 20px; /* Ajusta el padding según tus preferencias */
        margin-bottom: 30px; /* Ajusta el margen inferior según tus preferencias */
    }



        /*.programas .single-features:before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: #b8092e;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            z-index: 1;
        }

        .programas .single-features:hover:before {
            opacity: 0.7;
            visibility: visible;
        }

       

        .programas .single-features .signle-icon:hover {
            color: #fff;
            background: #b8092e;
        }*/



        .programas .single-features .signle-icon::before {
            content: "";
            position: absolute;
            /*width: 255px; 
            height: 255px;
            */
            width: 330px;
            height: 330px;
            background-color: rgba(184, 9, 46, 0.7); /* Color rojo con opacidad 0.7 */
            /*border-radius: 50%;*/
            border-radius: 5%;
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 1;
            padding: 20px; /* Ajusta el padding según tus preferencias */
            margin-bottom: 30px; /* Ajusta el margen inferior según tus preferencias */
        }

        .programas .single-features:hover .signle-icon::before {
            opacity: 1;
        }


/*=============================
	End programas CSS
===============================*/






/*=============================
	Start emergencia CSS
===============================*/
.emergencia {
    padding-top: 100px;
    background: #f9f9f9;
}

    .emergencia.index2 {
        padding-top: 100px;
    }

    .emergencia.testimonial-page {
        padding-top: 100px;
    }

    .emergencia .single-features {
        text-align: center;
        position: relative;
        padding: 10px 20px;
    }

        .emergencia .single-features::before {
            position: absolute;
            content: "";
            right: -72px;
            top: 60px;
            width: 118px;
            border-bottom: 3px dotted #b8092e;
        }

        .emergencia .single-features.last::before {
            display: none;
        }

        .emergencia .single-features .signle-icon {
            position: relative;
        }



        .emergencia .single-features h3 {
            padding-top: 10px;
            color: #2C2D3F;
            font-weight: 600;
            font-size: 21px;
        }

        .emergencia .single-features p {
            margin-top: 20px;
        }

    .emergencia .section-title h2 {
        color: #b8092e;
    }

.section-emergencia {
    color: #b8092e;
    background-color: red;
    font-size: 18px;
}





.emergencia .single-info {
    background: #b8092e;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

    .emergencia .single-info:before {
        position: absolute;
        z-index: -1;
        content: '';
        bottom: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 80%;
        height: 90%;
        background: #b8092e;
        opacity: 0;
        filter: blur(10px);
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }

    .emergencia .single-info:hover:before {
        opacity: 0.8;
    }

    .emergencia .single-info:hover {
        transform: translateY(-5px);
    }

    .emergencia .single-info i {
        font-size: 42px;
        color: #fff;
        position: absolute;
        left: 40px;
    }

    .emergencia .single-info .content {
        margin-left: 45px;
    }

        .emergencia .single-info .content h3 {
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
        }

        .emergencia .single-info .content p {
            color: #fff;
            margin-top: 5px;
        }





.emergencia .single-features .signle-icon img {
    /*border-radius: 50%;*/
    border-radius: 5%;
    width: 210px; /* Ajusta el ancho según tus preferencias */
    height: 210px; /* Ajusta la altura según tus preferencias */
}

.emergencia .single-features {
    padding: 20px; /* Ajusta el padding según tus preferencias */
    margin-bottom: 30px; /* Ajusta el margen inferior según tus preferencias */
}


    .emergencia .single-features .signle-icon::before {
        content: "";
        position: absolute;
        width: 210px; /* Ajusta el ancho según tus preferencias */
        height: 210px; /* Ajusta la altura según tus preferencias */
        /*background-color: rgba(184, 9, 46, 0.7);*/ /* Color rojo con opacidad 0.7 */
        /*border-radius: 50%;*/
        border-radius: 5%;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 1;
        padding: 20px; /* Ajusta el padding según tus preferencias */
        margin-bottom: 30px; /* Ajusta el margen inferior según tus preferencias */
        /*background: #fff;*/
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        /*margin-top: 30px;*/
        text-align: center;
        box-shadow: 0px 0px 10px #00000021;
        border-radius: 15px;
    }

    .emergencia .single-features:hover .signle-icon::before {
        opacity: 1;
    }


/*=============================
	End emergencia CSS
===============================*/






/*=============================
	Start staff-footer CSS
===============================*/
.staff-footer {
    padding-top: 0px;
    /*background: #f9f9f9;*/
    background-image: url('img/client-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

    /*.staff-footer.index2 {
        padding-top: 100px;
    }

    .staff-footer.testimonial-page {
        padding-top: 100px;
    }*/

    .staff-footer .single-features {
        margin-top: 50px;
        text-align: center;
        position: relative;
        padding: 10px 20px;
    }

        .staff-footer .single-features::before {
            /*position: absolute;
            content: "";
            right: -72px;
            top: 60px;
            width: 118px;
            border-bottom: 3px dotted #b8092e;*/
        }

        .staff-footer .single-features.last::before {
            display: none;
        }

        .staff-footer .single-features .signle-icon {
            position: relative;
        }

        /*.staff-footer .single-features .signle-icon i {
                font-size: 50px;
                color: #b8092e;
                position: absolute;
                left: 50%;
                margin-left: -50px;
                top: 0;
                height: 100px;
                width: 100px;
                line-height: 100px;
                text-align: center;
                border: 1px solid #dddddd;
                border-radius: 100%;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }*/




        .staff-footer .single-features:hover .signle-icon i {
            background: #b8092e;
            color: #fff;
            border-color: transparent;
        }

        .staff-footer .single-features h3 {
            /*padding-top: 128px;*/
            margin-top: 128px;
            /*color: #2C2D3F;*/
            color: #fff;
            font-weight: 600;
            font-size: 21px;
        }

        .staff-footer .single-features p {
            margin-top: 20px;
            color: #fff;
            font-size: 28px;
        }


.staff .container {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    height: 100%;
}

.staff .row {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    height: 100%;
}

.choose-left.centra {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .choose-left.centra h2 {
        margin-bottom: 20px; /* Ajusta el espacio entre el título y el botón */
    }


.staff-footer .single-features .signle-icon img {
    /*margin-top:50px;*/
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 50px;
    color: #b8092e;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 0;
    line-height: 100px;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff;
}

.staff-footer .single-features:hover img {
    /*background: #b8092e;
    color: #fff;
    border-color: transparent;*/
}

.staff-footer .single-features .signle-icon::before {
    /*left: 50%;
    margin-left: -50px;
    content: "";
    position: absolute;
    width: 100px; 
    height: 100px;
    background-color: rgba(184, 9, 46, 0.7); 
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    padding: 20px; 
    margin-bottom: 30px; */
}

.staff-footer .single-features:hover .signle-icon::before {
    opacity: 1;
}


/*=============================
	End staff CSS
===============================*/










/*=======================
	Start Fun Facts CSS
=========================*/
.fun-facts {
    position: relative;
}

    .fun-facts.section {
        padding: 120px 0;
    }

.fun-facts {
    background: url('img/fun-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

    .fun-facts .single-fun {
    }

        .fun-facts .single-fun i {
            position: absolute;
            left: 0;
            font-size: 62px;
            color: #fff;
            height: 70px;
            width: 70px;
            line-height: 67px;
            font-size: 28px;
            text-align: center;
            padding: 0;
            margin: 0;
            border: 2px solid #fff;
            border-radius: 0px;
            top: 50%;
            margin-top: -35px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            border-radius: 50%;
        }

        .fun-facts .single-fun:hover i {
            color: #b8092e;
            background: #fff;
            border-color: transparent;
        }

        .fun-facts .single-fun .content {
            padding-left: 80px;
        }

        .fun-facts .single-fun span {
            color: #fff;
            font-weight: 600;
            font-size: 30px;
            position: relative;
            display: block;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s eas;
            display: block;
            margin-bottom: 7px;
        }

        .fun-facts .single-fun p {
            color: #fff;
            font-size: 15px;
        }
/*===================
	End Fun Facts
=====================*/


/*===================
	Why choose CSS
=====================*/
.why-choose .choose-left h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2C2D3F;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

    .why-choose .choose-left h3:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 2px;
        width: 50px;
        background: #b8092e;
    }

.why-choose .choose-left p {
    margin-bottom: 35px;
}

.why-choose .choose-left .list {
}

    .why-choose .choose-left .list li {
        color: #868686;
        margin-bottom: 12px;
    }

        .why-choose .choose-left .list li:last-child {
            margin-bottom: 0px;
        }

        .why-choose .choose-left .list li i {
            height: 15px;
            width: 15px;
            line-height: 15px;
            text-align: center;
            background: #b8092e;
            color: #fff;
            font-size: 14px;
            border-radius: 100%;
            padding-left: 2px;
            margin-right: 16px;
        }
/* Start Faq CSS */
.why-choose {
    background: #fff;
}

    .why-choose .choose-right {
        height: 100%;
        width: 100%;
        /*background-image:url('img/video-bg.jpg');*/
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }



        .why-choose .choose-right img {
            /*border-top-right-radius: 80px;
        border-bottom-left-radius: 80px;*/
            border-top-right-radius: 20%;
            border-bottom-left-radius: 20%;
            height: 100%;
            width: 100%;
            position: relative;
        }


        .why-choose .choose-right .video {
            color: #fff;
            height: 70px;
            width: 70px;
            line-height: 70px;
            text-align: center;
            border-radius: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -35px;
            margin-top: -35px;
            font-size: 21px;
            background: #b8092e;
            padding-left: 4px;
        }



            .why-choose .choose-right .video:hover {
                transform: scale(1.1);
            }

    .why-choose .video-image .waves-block .waves {
        position: absolute;
        width: 200px;
        height: 200px;
        background: #fff;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border-radius: 100%;
        -webkit-animation: waves 3s ease-in-out infinite;
        animation: waves 3s ease-in-out infinite;
        left: 50%;
        margin-left: -100px;
        top: 50%;
        margin-top: -100px;
    }

    .why-choose .video-image .waves-block .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .why-choose .video-image .waves-block .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .why-choose .video-image .waves-block .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }


/*=======================
	End Why choose CSS
=========================*/







/*===================
	Why Especialidad detalle CSS
=====================*/
.especialidad-detalle-bloque-uno .choose-left h3 {
    /*font-size: 24px;*/
    font-size: 32px;
    font-weight: 600;
    /*color: #2C2D3F;*/
    color: #b8092e;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.especialidad-detalle-bloque-uno .texto-titulo {
    font-size: 22px;
    font-weight: 600;
    /*color: #2C2D3F;*/
    color: #4f4f4f;
    margin-bottom: 50px;
    margin-top: 0px;
    padding-top: 0px;
    /*position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px;*/
    padding-top: 20px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.especialidad-detalle-bloque-uno .choose-left h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #b8092e;
}

.especialidad-detalle-bloque-uno .choose-left p {
    margin-bottom: 35px;
}

.especialidad-detalle-bloque-uno .choose-left .list {
}

    .especialidad-detalle-bloque-uno .choose-left .list li {
        color: #868686;
        margin-bottom: 12px;
    }

        .especialidad-detalle-bloque-uno .choose-left .list li:last-child {
            margin-bottom: 0px;
        }

        .especialidad-detalle-bloque-uno .choose-left .list li i {
            height: 15px;
            width: 15px;
            line-height: 15px;
            text-align: center;
            background: #b8092e;
            color: #fff;
            font-size: 14px;
            border-radius: 100%;
            padding-left: 2px;
            margin-right: 16px;
        }
/* Start Faq CSS */
.especialidad-detalle-bloque-uno {
    margin-top: 50px;
    padding-top: 0px;
    background: #fff;
}

    .especialidad-detalle-bloque-uno .choose-right {
        height: 100%;
        width: 100%;
        /*background-image: url('img/video-bg.jpg');*/
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }



        .especialidad-detalle-bloque-uno .choose-right img {
            /*border-top-right-radius: 80px;
        border-bottom-left-radius: 80px;*/
            /*border-top-right-radius: 20%;
            border-bottom-left-radius: 20%;*/
            border-radius: 15px;
            height: 100%;
            width: 100%;
            position: relative;
        }


        .especialidad-detalle-bloque-uno .choose-right .video {
            color: #fff;
            height: 70px;
            width: 70px;
            line-height: 70px;
            text-align: center;
            border-radius: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -35px;
            margin-top: -35px;
            font-size: 21px;
            background: #b8092e;
            padding-left: 4px;
        }

            .especialidad-detalle-bloque-uno .choose-right .video:hover {
                transform: scale(1.1);
            }

    .especialidad-detalle-bloque-uno .video-image .waves-block .waves {
        position: absolute;
        width: 200px;
        height: 200px;
        background: #fff;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border-radius: 100%;
        -webkit-animation: waves 3s ease-in-out infinite;
        animation: waves 3s ease-in-out infinite;
        left: 50%;
        margin-left: -100px;
        top: 50%;
        margin-top: -100px;
    }

    .especialidad-detalle-bloque-uno .video-image .waves-block .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .especialidad-detalle-bloque-uno .video-image .waves-block .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .especialidad-detalle-bloque-uno .video-image .waves-block .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }


/*=======================
	End Especialidad detalle CSS
=========================*/




/*===================
	Why Especialidad detalle inferior CSS
=====================*/
.especialidad-detalle-bloque-dos .choose-left h3 {
    /*font-size: 24px;*/
    font-size: 32px;
    font-weight: 600;
    /*color: #2C2D3F;*/
    color: #b8092e;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

    .especialidad-detalle-bloque-dos .choose-left h3:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 2px;
        width: 50px;
        background: #b8092e;
    }


.especialidad-detalle-bloque-dos .choose-left p {
    margin-bottom: 35px;
}

.especialidad-detalle-bloque-dos .choose-left .list {
}

    /*.especialidad-detalle-bloque-dos .choose-left .list li {
        color: #868686;
        margin-bottom: 12px;

        display: flex; 
        align-items: flex-start; 
    }*/

    .especialidad-detalle-bloque-dos .choose-left .list li:last-child {
        margin-bottom: 0px;
    }

    /*.especialidad-detalle-bloque-dos .choose-left .list li i {
            height: 15px;
            width: 15px;
            line-height: 15px;
            text-align: center;
            background: #b8092e;
            color: #fff;
            font-size: 14px;
            border-radius: 100%;
            padding-left: 2px;
            margin-right: 16px;

            flex-shrink: 0; 
        }*/

    .especialidad-detalle-bloque-dos .choose-left .list li {
        color: #868686;
        margin-bottom: 12px;
        display: flex;
        align-items: center; /* Centrar verticalmente */
    }

        .especialidad-detalle-bloque-dos .choose-left .list li i {
            height: 15px;
            width: 15px;
            line-height: 15px;
            text-align: center;
            background: #b8092e;
            color: #fff;
            font-size: 14px;
            border-radius: 100%;
            padding-left: 2px;
            margin-right: 16px;
            flex-shrink: 0;
            display: inline-flex; /* Añadido */
            align-items: center; /* Añadido */
            justify-content: center; /* Añadido */
        }


/* Start Faq CSS */
.especialidad-detalle-bloque-dos {
    background: #f9f9f9;
}

    .especialidad-detalle-bloque-dos .choose-right {
        height: 100%;
        width: 100%;
        /*background-image: url('img/video-bg.jpg');*/
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }



        .especialidad-detalle-bloque-dos .choose-right img {
            /*border-top-right-radius: 80px;
        border-bottom-left-radius: 80px;*/
            border-top-right-radius: 20%;
            border-bottom-left-radius: 20%;
            height: 100%;
            width: 100%;
            position: relative;
        }


        .especialidad-detalle-bloque-dos .choose-right .video {
            color: #fff;
            height: 70px;
            width: 70px;
            line-height: 70px;
            text-align: center;
            border-radius: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -35px;
            margin-top: -35px;
            font-size: 21px;
            background: #b8092e;
            padding-left: 4px;
        }

            .especialidad-detalle-bloque-dos .choose-right .video:hover {
                transform: scale(1.1);
            }

    .especialidad-detalle-bloque-dos .video-image .waves-block .waves {
        position: absolute;
        width: 200px;
        height: 200px;
        background: #fff;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border-radius: 100%;
        -webkit-animation: waves 3s ease-in-out infinite;
        animation: waves 3s ease-in-out infinite;
        left: 50%;
        margin-left: -100px;
        top: 50%;
        margin-top: -100px;
    }

    .especialidad-detalle-bloque-dos .video-image .waves-block .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .especialidad-detalle-bloque-dos .video-image .waves-block .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .especialidad-detalle-bloque-dos .video-image .waves-block .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }


/*=======================
	End Especialidad detalle inferior CSS
=========================*/





/*===================
	Why Especialidad detalle inferior CSS
=====================*/
.especialidad-detalle-bloque-dos_arbol .choose-left h3 {
    /*font-size: 24px;*/
    font-size: 32px;
    font-weight: 600;
    /*color: #2C2D3F;*/
    color: #b8092e;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

    .especialidad-detalle-bloque-dos_arbol .choose-left h3:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 2px;
        width: 50px;
        background: #b8092e;
    }


.especialidad-detalle-bloque-dos_arbol .choose-left p {
    margin-bottom: 35px;
}

.especialidad-detalle-bloque-dos_arbol .choose-left .list {
}

    /*.especialidad-detalle-bloque-dos_arbol .choose-left .list li {
        color: #868686;
        margin-bottom: 12px;

        display: flex; 
        align-items: flex-start; 
    }*/

    .especialidad-detalle-bloque-dos_arbol .choose-left .list li:last-child {
        margin-bottom: 0px;
    }

    /*.especialidad-detalle-bloque-dos_arbol .choose-left .list li i {
            height: 15px;
            width: 15px;
            line-height: 15px;
            text-align: center;
            background: #b8092e;
            color: #fff;
            font-size: 14px;
            border-radius: 100%;
            padding-left: 2px;
            margin-right: 16px;

            flex-shrink: 0; 
        }*/

    .especialidad-detalle-bloque-dos_arbol .choose-left .list li {
        color: #868686;
        margin-bottom: 12px;
        display: flex;
        /*align-items: center;*/ /* Centrar verticalmente */
    }

        .especialidad-detalle-bloque-dos_arbol .choose-left .list li i {
            height: 15px;
            width: 15px;
            line-height: 15px;
            text-align: center;
            background: #b8092e;
            color: #fff;
            font-size: 14px;
            border-radius: 100%;
            padding-left: 2px;
            margin-right: 16px;
            flex-shrink: 0;
            /*display: inline-flex;*/ /* Añadido */
            /*align-items: center;*/ /* Añadido */
            /*justify-content: center;*/ /* Añadido */
        }


/* Start Faq CSS */
.especialidad-detalle-bloque-dos_arbol {
    background: #f9f9f9;
}

    .especialidad-detalle-bloque-dos_arbol .choose-right {
        height: 100%;
        width: 100%;
        /*background-image: url('img/video-bg.jpg');*/
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }



        .especialidad-detalle-bloque-dos_arbol .choose-right img {
            /*border-top-right-radius: 80px;
        border-bottom-left-radius: 80px;*/
            border-top-right-radius: 20%;
            border-bottom-left-radius: 20%;
            height: 100%;
            width: 100%;
            position: relative;
        }


        .especialidad-detalle-bloque-dos_arbol .choose-right .video {
            color: #fff;
            height: 70px;
            width: 70px;
            line-height: 70px;
            text-align: center;
            border-radius: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -35px;
            margin-top: -35px;
            font-size: 21px;
            background: #b8092e;
            padding-left: 4px;
        }

            .especialidad-detalle-bloque-dos_arbol .choose-right .video:hover {
                transform: scale(1.1);
            }

    .especialidad-detalle-bloque-dos_arbol .video-image .waves-block .waves {
        position: absolute;
        width: 200px;
        height: 200px;
        background: #fff;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border-radius: 100%;
        -webkit-animation: waves 3s ease-in-out infinite;
        animation: waves 3s ease-in-out infinite;
        left: 50%;
        margin-left: -100px;
        top: 50%;
        margin-top: -100px;
    }

    .especialidad-detalle-bloque-dos_arbol .video-image .waves-block .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .especialidad-detalle-bloque-dos_arbol .video-image .waves-block .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .especialidad-detalle-bloque-dos_arbol .video-image .waves-block .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }


/*=======================
	End Especialidad detalle inferior CSS
=========================*/



/*===================
	Why staff CSS
=====================*/

.staff .choose-left h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2C2D3F;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

    .staff .choose-left h3:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 2px;
        width: 50px;
        background: #b8092e;
    }

.staff .choose-left p {
    margin-bottom: 35px;
}

.staff .choose-left .list {
}

    .staff .choose-left .list li {
        color: #868686;
        margin-bottom: 12px;
    }

        .staff .choose-left .list li:last-child {
            margin-bottom: 0px;
        }

        .staff .choose-left .list li i {
            height: 15px;
            width: 15px;
            line-height: 15px;
            text-align: center;
            background: #b8092e;
            color: #fff;
            font-size: 14px;
            border-radius: 100%;
            padding-left: 2px;
            margin-right: 16px;
        }
/* Start Faq CSS */
.staff {
    /*background: #fff;*/
    background: #f9f9f9;
}

    .staff .choose-right {
        /*height: 100%;
        width: 100%;
        background-image: url('img/video-bg.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;*/
    }

        .staff .choose-right .video {
            color: #fff;
            height: 70px;
            width: 70px;
            line-height: 70px;
            text-align: center;
            border-radius: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -35px;
            margin-top: -35px;
            font-size: 21px;
            background: #b8092e;
            padding-left: 4px;
        }

            .staff .choose-right .video:hover {
                transform: scale(1.1);
            }

    .staff .video-image .waves-block .waves {
        position: absolute;
        width: 200px;
        height: 200px;
        background: #fff;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border-radius: 100%;
        -webkit-animation: waves 3s ease-in-out infinite;
        animation: waves 3s ease-in-out infinite;
        left: 50%;
        margin-left: -100px;
        top: 50%;
        margin-top: -100px;
    }

    .staff .video-image .waves-block .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .staff .video-image .waves-block .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .staff .video-image .waves-block .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }



    .staff .form .button {
        margin-top: 0px;
    }

    .staff .form .btn {
        color: #fff;
        background: #b8092e;
        font-weight: 500;
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }

        .staff .form .btn:last-child {
            margin: 0;
        }

        .staff .form .btn.primary {
            /*background:#2C2D3F;*/
            background: #4f4f4f;
            color: #fff;
        }

            .staff .form .btn.primary:before {
                background: #b8092e;
            }



    .staff .button {
        margin-top: 30px;
    }

    .staff .btn {
        color: #fff;
        background: #b8092e;
        font-weight: 500;
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }

        .staff .btn:last-child {
            margin: 0;
        }

    .staff .single-slider .btn.primary {
        /*background:#2C2D3F;*/
        background: #4f4f4f;
        color: #fff;
    }

    .staff .btn.primary:before {
        background: #b8092e;
    }


    .staff .choose-right img {
        /*height: 100%;
        width: 100%;
        background-image: url('img/video-bg.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        border-radius: 5%;*/
    }

    .staff .choose-right img {
        /*color: #fff;
        height: 70px;
        width: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -35px;
        margin-top: -35px;
        font-size: 21px;
        background: #b8092e;
        padding-left: 4px;*/
        border-radius: 5%;
    }


    .staff .choose-left .centra {
        position: relative;
        vertical-align: central;
        align-content: center;
    }


    .staff .section-title h2 {
        color: #b8092e;
    }




/* Centrar el teléfono en pantallas medianas y pequeñas */
@media (max-width: 992px) {
    .titulo-salud {
        font-size: 25px !important;
    }
}

@media (max-width: 768px) {
    .titulo-salud {
        font-size: 25px !important;
    }
}

@media (max-width: 480px) {
    .titulo-salud {
        font-size: 25px !important;
    }
}



/*=======================
	End Why staff CSS
=========================*/







/*===================
	Why bb CSS
=====================*/

/*.banner-bb-camino .choose-left h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2C2D3F;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

    .banner-bb-camino .choose-left h3:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 2px;
        width: 50px;
        background: #000;
    }

.banner-bb-camino .choose-left p {
    margin-bottom: 35px;
}

.banner-bb-camino .choose-left .list {
}

    .banner-bb-camino .choose-left .list li {
        color: #868686;
        margin-bottom: 12px;
    }

        .banner-bb-camino .choose-left .list li:last-child {
            margin-bottom: 0px;
        }

        .banner-bb-camino .choose-left .list li i {
            height: 15px;
            width: 15px;
            line-height: 15px;
            text-align: center;
            background: #b8092e;
            color: #fff;
            font-size: 14px;
            border-radius: 100%;
            padding-left: 2px;
            margin-right: 16px;
        }*/

.banner-bb-camino {
    background: #f5fcff;
}


.banner-footer-abajo {
    /*background: #f9f9f9;*/
    background: #fff;
}

.cayetano-sen-abajo {
    /*background: #f9f9f9;*/
    background: #f9f9f9;
}

/*
    .banner-bb-camino .choose-right {
     
    }

        .banner-bb-camino .choose-right .video {
            color: #fff;
            height: 70px;
            width: 70px;
            line-height: 70px;
            text-align: center;
            border-radius: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -35px;
            margin-top: -35px;
            font-size: 21px;
            background: #b8092e;
            padding-left: 4px;
        }

            .banner-bb-camino .choose-right .video:hover {
                transform: scale(1.1);
            }

    .banner-bb-camino .video-image .waves-block .waves {
        position: absolute;
        width: 200px;
        height: 200px;
        background: #fff;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border-radius: 100%;
        -webkit-animation: waves 3s ease-in-out infinite;
        animation: waves 3s ease-in-out infinite;
        left: 50%;
        margin-left: -100px;
        top: 50%;
        margin-top: -100px;
    }

    .banner-bb-camino .video-image .waves-block .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .banner-bb-camino .video-image .waves-block .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .banner-bb-camino .video-image .waves-block .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }



    .banner-bb-camino .form .button {
        margin-top: 0px;
    }

    .banner-bb-camino .form .btn {
        color: #fff;
        background: #b8092e;
        font-weight: 500;
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }

        .banner-bb-camino .form .btn:last-child {
            margin: 0;
        }

        .banner-bb-camino .form .btn.primary {
       
            background: #4f4f4f;
            color: #fff;
        }

            .banner-bb-camino .form .btn.primary:before {
                background: #b8092e;
            }



    .banner-bb-camino .button {
        margin-top: 30px;
    }

    .banner-bb-camino .btn {
        color: #fff;
        background: #b8092e;
        font-weight: 500;
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }

        .banner-bb-camino .btn:last-child {
            margin: 0;
        }

    .banner-bb-camino .single-slider .btn.primary {
 
        background: #4f4f4f;
        color: #fff;
    }

    .banner-bb-camino .btn.primary:before {
        background: #b8092e;
    }


    .banner-bb-camino .choose-right img {
     
    }

    .banner-bb-camino .choose-right img {
  
        border-radius: 5%;
    }


    .banner-bb-camino .choose-left .centra {
        position: relative;
        vertical-align: central;
        align-content: center;
    }


    .banner-bb-camino .section-title h2 {
        color: #b8092e;
    }

    */


/*=======================
	End Why bb CSS
=========================*/




/*===================
	Why staff CSS
=====================*/

.filtraespecialidad .choose-left h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2C2D3F;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

    .filtraespecialidad .choose-left h3:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 2px;
        width: 50px;
        background: #b8092e;
    }

.filtraespecialidad .choose-left p {
    margin-bottom: 35px;
}

.filtraespecialidad .choose-left .list {
}

    .filtraespecialidad .choose-left .list li {
        color: #868686;
        margin-bottom: 12px;
    }

        .filtraespecialidad .choose-left .list li:last-child {
            margin-bottom: 0px;
        }

        .filtraespecialidad .choose-left .list li i {
            height: 15px;
            width: 15px;
            line-height: 15px;
            text-align: center;
            background: #b8092e;
            color: #fff;
            font-size: 14px;
            border-radius: 100%;
            padding-left: 2px;
            margin-right: 16px;
        }
/* Start Faq CSS */
.filtraespecialidad {
    /*background: #fff;*/
    background: #f9f9f9;
}

    .filtraespecialidad .choose-right {
        /*height: 100%;
        width: 100%;
        background-image: url('img/video-bg.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;*/
    }

        .filtraespecialidad .choose-right .video {
            color: #fff;
            height: 70px;
            width: 70px;
            line-height: 70px;
            text-align: center;
            border-radius: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -35px;
            margin-top: -35px;
            font-size: 21px;
            background: #b8092e;
            padding-left: 4px;
        }

            .filtraespecialidad .choose-right .video:hover {
                transform: scale(1.1);
            }

    .filtraespecialidad .video-image .waves-block .waves {
        position: absolute;
        width: 200px;
        height: 200px;
        background: #fff;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border-radius: 100%;
        -webkit-animation: waves 3s ease-in-out infinite;
        animation: waves 3s ease-in-out infinite;
        left: 50%;
        margin-left: -100px;
        top: 50%;
        margin-top: -100px;
    }

    .filtraespecialidad .video-image .waves-block .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .filtraespecialidad .video-image .waves-block .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .filtraespecialidad .video-image .waves-block .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }



    .filtraespecialidad .form .button {
        margin-top: 0px;
    }

    .filtraespecialidad .form .btn {
        color: #fff;
        background: #b8092e;
        font-weight: 500;
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }

        .filtraespecialidad .form .btn:last-child {
            margin: 0;
        }

        .filtraespecialidad .form .btn.primary {
            /*background:#2C2D3F;*/
            background: #4f4f4f;
            color: #fff;
        }

            .filtraespecialidad .form .btn.primary:before {
                background: #b8092e;
            }



    .filtraespecialidad .button {
        margin-top: 30px;
    }

    .filtraespecialidad .btn {
        color: #fff;
        background: #b8092e;
        font-weight: 500;
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }

        .filtraespecialidad .btn:last-child {
            margin: 0;
        }

    .filtraespecialidad .single-slider .btn.primary {
        /*background:#2C2D3F;*/
        background: #4f4f4f;
        color: #fff;
    }

    .filtraespecialidad .btn.primary:before {
        background: #b8092e;
    }


    .filtraespecialidad .choose-right img {
        /*height: 100%;
        width: 100%;
        background-image: url('img/video-bg.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        border-radius: 5%;*/
    }

    .filtraespecialidad .choose-right img {
        /*color: #fff;
        height: 70px;
        width: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -35px;
        margin-top: -35px;
        font-size: 21px;
        background: #b8092e;
        padding-left: 4px;*/
        border-radius: 5%;
    }


    .filtraespecialidad .choose-left .centra {
        position: relative;
        vertical-align: central;
        align-content: center;
    }


    .filtraespecialidad .section-title h2 {
        color: #b8092e;
    }




/*.card-box {
    width: 160px;
    height: 160px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    text-align: center;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
    margin: 10px;

}

    .card-box:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .card-box img {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;

    }

    .card-box .title {
        font-size: 14px;
        font-weight: 500;
        color: #333333;
    }*/



/* CSS para las tarjetas con Bootstrap */

/*.card-box {
    width: 100%;
    height: 110px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 20px;
}

    .card-box:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

    .card-box img {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
        object-fit: contain;
    }

    .card-box .title {
        font-size: 14px;
        font-weight: 500;
        color: #333333;
        line-height: 1.2;
    }


@media (max-width: 768px) {
    .card-box {
        height: 80px;
        padding: 12px;
    }

        .card-box img {
            width: 35px;
            height: 35px;
            margin-bottom: 10px;
        }

        .card-box .title {
            font-size: 13px;
        }

    .titulo-salud {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .card-box {
        height: 80px;
        padding: 10px;
    }

        .card-box img {
            width: 30px;
            height: 30px;
            margin-bottom: 8px;
        }

        .card-box .title {
            font-size: 12px;
        }

    .titulo-salud {
        font-size: 24px;
    }
}*/



/* CSS para las tarjetas con icono a la izquierda */
/*
.card-box {
    width: 100%;
    height: 110px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; 
    padding: 20px 16px; 
    text-align: left; 
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 20px;
}

    .card-box:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

    .card-box img {
        width: 40px;
        height: 40px;
        margin-right: 16px;
        margin-bottom: 0;
        object-fit: contain;
        flex-shrink: 0; 
    }

    .card-box .title {
        font-size: 14px;
        font-weight: 500;
        color: #333333;
        line-height: 1.2;
        flex: 1; 
    }

    */

.card-box {
    width: 100%;
    height: 110px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    padding: 20px 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 20px;
}

    .card-box:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

    .icon-box img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

/* Línea vertical */
.divider {
    width: 1px;
    height: 40px;
    background-color: #d9d9d9;
    margin-right: 16px;
}

/* Título */
.card-box .title {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 1.2;
    flex: 1;
    display: flex;
    align-items: center;
}


/* Media queries para ajustar según el tamaño */
@media (max-width: 768px) {
    .card-box {
        height: 80px;
        padding: 16px 12px;
    }

        .card-box img {
            width: 35px;
            height: 35px;
            margin-right: 14px;
        }

        .card-box .title {
            font-size: 13px;
        }

    .titulo-salud {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .card-box {
        height: 80px;
        padding: 14px 10px;
    }

        .card-box img {
            width: 30px;
            height: 30px;
            margin-right: 12px;
        }

        .card-box .title {
            font-size: 12px;
        }

    .titulo-salud {
        font-size: 24px;
    }
}



/*SUN ESPECIALIDADES*/

.card-ped-box {
    width: 100%;
    height: 110px;
    background-color: #1b4075; /* Azul oscuro */
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    padding: 20px 16px;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    overflow: hidden;
}

.card-ped-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

    .card-ped-icon img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        filter: brightness(0) invert(1); /* Convierte ícono en blanco */
    }

.card-ped-divider {
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.4);
    margin-right: 16px;
}

.card-ped-title {
    font-size: 14px;
    font-weight: 400;
    flex: 1;
    display: flex;
    align-items: center;
    color: #ffffff;
    line-height: 1.2;
}

    .card-ped-title strong {
        font-weight: 700;
        margin-left: 4px;
        text-transform: lowercase;
    }

/* Botón */
.card-ped-button {
    position: absolute;
    right: 16px;
    bottom: 16px;
    background-color: #d71920; /* Rojo */
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 4px;
    line-height: 1;
}


    .card-ped-button:hover {
        background-color: #b9161d;
    }


@media (max-width: 768px) {
    .card-ped-box {
        padding: 16px 14px;
    }

    .card-ped-icon img {
        width: 35px;
        height: 35px;
    }

    .card-ped-divider {
        height: 35px;
        margin-right: 14px;
    }

    .card-ped-title {
        font-size: 13px;
    }

    .card-ped-button {
        font-size: 11px;
        padding: 5px 9px;
    }
}

@media (max-width: 576px) {
    .card-ped-box {
        padding: 14px 12px;
    }

    .card-ped-icon img {
        width: 30px;
        height: 30px;
    }

    .card-ped-divider {
        height: 30px;
        margin-right: 12px;
    }

    .card-ped-title {
        font-size: 12px;
    }

    .card-ped-button {
        font-size: 10px;
        padding: 5px 8px;
    }
}


/*=======================
	End Why staff CSS
=========================*/









/*===================
	Why conoce-sedes CSS
=====================*/

.verstaffmedico .choose-left h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2C2D3F;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

    .verstaffmedico .choose-left h3:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 2px;
        width: 50px;
        background: #b8092e;
    }

.verstaffmedico .choose-left p {
    margin-bottom: 35px;
}

.verstaffmedico .choose-left .list {
}

    .verstaffmedico .choose-left .list li {
        color: #868686;
        margin-bottom: 12px;
    }

        .verstaffmedico .choose-left .list li:last-child {
            margin-bottom: 0px;
        }

        .verstaffmedico .choose-left .list li i {
            height: 15px;
            width: 15px;
            line-height: 15px;
            text-align: center;
            background: #b8092e;
            color: #fff;
            font-size: 14px;
            border-radius: 100%;
            padding-left: 2px;
            margin-right: 16px;
        }
/* Start Faq CSS */
.verstaffmedico {
    /*background: #fff;*/
    background: #b81731;
}

    .verstaffmedico .choose-right {
    }

        .verstaffmedico .choose-right .video {
            color: #fff;
            height: 70px;
            width: 70px;
            line-height: 70px;
            text-align: center;
            border-radius: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -35px;
            margin-top: -35px;
            font-size: 21px;
            background: #b8092e;
            padding-left: 4px;
        }

            .verstaffmedico .choose-right .video:hover {
                transform: scale(1.1);
            }

    .verstaffmedico .video-image .waves-block .waves {
        position: absolute;
        width: 200px;
        height: 200px;
        background: #fff;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border-radius: 100%;
        -webkit-animation: waves 3s ease-in-out infinite;
        animation: waves 3s ease-in-out infinite;
        left: 50%;
        margin-left: -100px;
        top: 50%;
        margin-top: -100px;
    }

    .verstaffmedico .video-image .waves-block .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .verstaffmedico .video-image .waves-block .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .verstaffmedico .video-image .waves-block .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }



    .verstaffmedico .form .button {
        margin-top: 0px;
    }

    .verstaffmedico .form .btn {
        color: #fff;
        background: #b8092e;
        font-weight: 500;
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }

        .verstaffmedico .form .btn:last-child {
            margin: 0;
        }

        .verstaffmedico .form .btn.primary {
            /*background:#2C2D3F;*/
            background: #4f4f4f;
            color: #fff;
        }

            .verstaffmedico .form .btn.primary:before {
                background: #b8092e;
            }



    .verstaffmedico .button {
        margin-top: 30px;
    }

    .verstaffmedico .btn {
        color: #fff;
        background: #b8092e;
        font-weight: 500;
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }

        .verstaffmedico .btn:last-child {
            margin: 0;
        }

    .verstaffmedico .single-slider .btn.primary {
        /*background:#2C2D3F;*/
        background: #4f4f4f;
        color: #fff;
    }

    .verstaffmedico .btn.primary:before {
        background: #b8092e;
    }


    .verstaffmedico .choose-right img {
        /*height: 100%;
        width: 100%;
        background-image: url('img/video-bg.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        border-radius: 5%;*/
    }

    .verstaffmedico .choose-right img {
        /*color: #fff;
        height: 70px;
        width: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -35px;
        margin-top: -35px;
        font-size: 21px;
        background: #b8092e;
        padding-left: 4px;*/
        border-radius: 5%;
    }


    .verstaffmedico .choose-left .centra {
        position: relative;
        vertical-align: central;
        align-content: center;
    }


    .verstaffmedico .section-title h2 {
        color: #b8092e;
    }








    /*.verstaffmedico h2 {
        color: white;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 2rem;
        text-align: left;
    }

        .verstaffmedico h2 .highlight {
            color: #FFD700; 
            font-weight: 700;
        }


.btn-staff {
    background-color: white;
    color: #C53030; 
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

    .btn-staff:hover {
        background-color: #f8f8f8;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        color: #C53030;
        text-decoration: none;
    }


.professionals-image {
    text-align: right;
    position: relative;
}

    .professionals-image img {
        max-width: 100%;
        height: auto;
        filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    }


@media (max-width: 768px) {
    .verstaffmedico h2 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .professionals-image {
        text-align: center;
        margin-top: 2rem;
    }

    .btn-staff {
        display: block;
        text-align: center;
        margin: 0 auto;
        width: fit-content;
    }
}

@media (max-width: 576px) {
    .verstaffmedico h2 {
        font-size: 1.75rem;
    }

    .btn-staff {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}*/



    /*
.verstaffmedico .row {
    justify-content: center;
    align-items: center;
}


.verstaffmedico h2 {
    color: white;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: left;
}

.verstaffmedico h2 .highlight {
    color: #FFD700; 
    font-weight: 700;
}


.btn-staff {
    background-color: white;
    color: #D53F47; 
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-staff:hover {
    background-color: #f8f8f8;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    color: #D53F47;
    text-decoration: none;
}


.professionals-image {
    text-align: left;
    position: relative;
    padding-left: 1rem;
}

.professionals-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}


@media (max-width: 768px) {
    .verstaffmedico h2 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .professionals-image {
        text-align: center;
        margin-top: 2rem;
    }
    
    .btn-staff {
        display: block;
        text-align: center;
        margin: 0 auto;
        width: fit-content;
    }
}

@media (max-width: 576px) {
    .verstaffmedico h2 {
        font-size: 1.75rem;
    }
    
    .btn-staff {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}
*/


    /* Contenedor principal para centrar */
    .verstaffmedico .row {
        justify-content: center;
        align-items: center;
    }

    /* Texto principal */
    .verstaffmedico h2 {
        color: white;
        font-size: 2.0rem;
        /*font-weight: 700;*/
        line-height: 1.2;
        margin-bottom: 2rem;
        text-align: left;
    }

        .verstaffmedico h2 .highlight {
            color: #FFD700; /* Color dorado/amarillo para "acompañan" */
            /*font-weight: 700;*/
            font-weight: bold;
        }

/* Botón */
.btn-staff {
    background-color: white;
    padding: 8px 25px;
    border: none;
    border-radius: 15px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

    .btn-staff .text-gray {
        color: #6B7280; /* Color gris/plomo para "VER" */
    }

    .btn-staff .text-red {
        color: #D53F47; /* Color rojo para "STAFF MÉDICO" */
    }

    .btn-staff:hover {
        background-color: #f8f8f8;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        text-decoration: none;
    }

        .btn-staff:hover .text-gray {
            color: #6B7280;
        }

        .btn-staff:hover .text-red {
            color: #D53F47;
        }

/* Contenedor de imagen de profesionales */
.professionals-image {
    text-align: left;
    position: relative;
    padding-left: 1rem;
}

    .professionals-image img {
        max-width: 100%;
        height: auto;
        filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    }

/* Responsive */
@media (max-width: 768px) {
    .verstaffmedico h2 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .professionals-image {
        text-align: center;
        margin-top: 2rem;
    }

    .btn-staff {
        display: block;
        text-align: center;
        margin: 0 auto;
        width: fit-content;
    }
}

@media (max-width: 576px) {
    .verstaffmedico h2 {
        font-size: 1.75rem;
    }

    .btn-staff {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}










/*===================
	Why conoce-sedes CSS
=====================*/

.conoce-sedes .choose-left h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2C2D3F;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

    .conoce-sedes .choose-left h3:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 2px;
        width: 50px;
        background: #b8092e;
    }

.conoce-sedes .choose-left p {
    margin-bottom: 35px;
}

.conoce-sedes .choose-left .list {
}

    .conoce-sedes .choose-left .list li {
        color: #868686;
        margin-bottom: 12px;
    }

        .conoce-sedes .choose-left .list li:last-child {
            margin-bottom: 0px;
        }

        .conoce-sedes .choose-left .list li i {
            height: 15px;
            width: 15px;
            line-height: 15px;
            text-align: center;
            background: #b8092e;
            color: #fff;
            font-size: 14px;
            border-radius: 100%;
            padding-left: 2px;
            margin-right: 16px;
        }

.conoce-sedes {
    background: #f9f9f9;
}

    .conoce-sedes .choose-right {
    }

        .conoce-sedes .choose-right .video {
            color: #fff;
            height: 70px;
            width: 70px;
            line-height: 70px;
            text-align: center;
            border-radius: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -35px;
            margin-top: -35px;
            font-size: 21px;
            background: #b8092e;
            padding-left: 4px;
        }

            .conoce-sedes .choose-right .video:hover {
                transform: scale(1.1);
            }

    .conoce-sedes .video-image .waves-block .waves {
        position: absolute;
        width: 200px;
        height: 200px;
        background: #fff;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border-radius: 100%;
        -webkit-animation: waves 3s ease-in-out infinite;
        animation: waves 3s ease-in-out infinite;
        left: 50%;
        margin-left: -100px;
        top: 50%;
        margin-top: -100px;
    }

    .conoce-sedes .video-image .waves-block .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .conoce-sedes .video-image .waves-block .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .conoce-sedes .video-image .waves-block .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }



    .conoce-sedes .form .button {
        margin-top: 0px;
    }

    .conoce-sedes .form .btn {
        color: #fff;
        background: #b8092e;
        font-weight: 500;
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }

        .conoce-sedes .form .btn:last-child {
            margin: 0;
        }

        .conoce-sedes .form .btn.primary {
            background: #4f4f4f;
            color: #fff;
        }

            .conoce-sedes .form .btn.primary:before {
                background: #b8092e;
            }



    .conoce-sedes .button {
        margin-top: 30px;
    }

    .conoce-sedes .btn {
        color: #fff;
        background: #b8092e;
        font-weight: 500;
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }

        .conoce-sedes .btn:last-child {
            margin: 0;
        }

    .conoce-sedes .single-slider .btn.primary {
        background: #4f4f4f;
        color: #fff;
    }

    .conoce-sedes .btn.primary:before {
        background: #b8092e;
    }


    .conoce-sedes .choose-right img {
    }

    .conoce-sedes .choose-right img {
        border-radius: 5%;
    }


    .conoce-sedes .choose-left .centra {
        position: relative;
        vertical-align: central;
        align-content: center;
    }


    .conoce-sedes .section-title h2 {
        color: #b8092e;
    }



.conoce-sedes {
    padding: 60px 0;
    position: relative;
}

    .conoce-sedes .row {
        display: flex;
        align-items: center;
        min-height: 400px;
        gap: 40px;
    }


.sede-content {
    flex: 1;
    max-width: 500px;
    padding-right: 20px;
}

.sede-title {
    font-size: 2.8rem;
    font-weight: 300;
    color: #58595b;
    margin-bottom: 30px;
    line-height: 1 !important;
}

    .sede-title .highlight {
        color: #b81731;
        font-weight: bold;
    }

.sede-phone {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    /*background-color:#000 !important;*/
}

.phone-icon {
    width: 40px;
    height: 40px;
    background: #dc3545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.phone-number {
    font-size: 2.2rem;
    font-weight: 600;
    color: #58595b;
}

.btn-reservar {
    background: #b81731;
    color: #fff !important;
    padding: 10px 35px;
    border: none;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

    .btn-reservar:hover {
        background: #c82333;
        color: #fff !important;
    }


.sedes-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
}

.sede-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

    .sede-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    }

.sede-info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
}

.sede-icon {
    width: 50px;
    height: 50px;
    background: #f8f9fa;
    border: 2px solid #dc3545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #58595b;
    font-size: 20px;
    flex-shrink: 0;
}

.sede-details h3 {
    font-size: 1.1rem;
    color: #58595b;
    margin: 0 0 5px 0;
    font-weight: bold !important;
}

.sede-details p {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.3;
}

.sede-image {
    width: 320px;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

    .sede-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


@media (max-width: 992px) {
    .conoce-sedes .row {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }

    .sede-content {
        max-width: 100%;
        padding-right: 0;
    }

    .sedes-cards {
        max-width: 100%;
    }

    .sede-title {
        font-size: 2.4rem;
    }

    .phone-number {
        font-size: 2rem;
    }

    .btn-reservar {
        padding: 12px 30px;
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .conoce-sedes {
        padding: 40px 0;
    }

    .sede-title {
        font-size: 2rem;
    }

    .phone-number {
        font-size: 1.8rem;
    }

    .sede-card {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }

    .sede-info {
        flex-direction: column;
        gap: 15px;
    }

    .sede-image {
        width: 100%;
        height: 150px;
        order: -1;
    }

    .btn-reservar {
        padding: 12px 30px;
        font-size: 1.3rem;
    }


    .sede-phone {
        padding: 0px 90px;
    }
}

@media (max-width: 480px) {
    .sede-title {
        font-size: 1.8rem;
        font-weight: 600;
    }

    .highlight {
        font-weight: 800;
    }

    .phone-number {
        font-size: 1.6rem;
    }

    .sede-card {
        padding: 20px 15px;
    }

    .sede-details h3 {
        font-size: 1rem;
    }

    .sede-details p {
        font-size: 0.85rem;
    }

    .btn-reservar {
        padding: 12px 30px;
        font-size: 1.3rem;
        font-weight: 800;
    }
}





/*@media (max-width: 768px) {
    .sede-phone {
        justify-content: center;
        text-align: center;
        padding: 0px 20px; 
    }
}

@media (max-width: 480px) {
    .sede-phone {
        justify-content: center;
        text-align: center;
        padding: 0px 15px; 
    }
}*/


/* Centrar el teléfono en pantallas medianas y pequeñas */
@media (max-width: 992px) {
    .sede-phone {
        justify-content: center;
        text-align: center;
        padding: 0px 40px;
    }
}

@media (max-width: 768px) {
    .sede-phone {
        justify-content: center;
        text-align: center;
        padding: 0px 20px;
    }
}

@media (max-width: 480px) {
    .sede-phone {
        justify-content: center;
        text-align: center;
        padding: 0px 15px;
    }
}





/*=======================
	End Why conoce-sedes CSS
=========================*/












/*===============================
	Start Call to action CSS
=================================*/
.call-action {
    background-image: url('img/call-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}

    .call-action .content {
        text-align: center;
        padding: 100px 265px;
    }

        .call-action .content h2 {
            color: #fff;
            font-size: 32px;
            font-weight: 600;
            line-height: 46px;
        }

        .call-action .content p {
            color: #fff;
            margin: 30px 0px;
            font-size: 15px;
        }

        .call-action .content .btn {
            background: #fff;
            margin-right: 20px;
            font-weight: 500;
            border: 1px solid #fff;
            color: #b8092e;
        }

            .call-action .content .btn:before {
                background: #b8092e;
            }

            .call-action .content .btn:hover {
                background: #b8092e;
                color: #fff;
            }

            .call-action .content .btn:last-child {
                margin-right: 0px;
            }

        .call-action .content .second {
            border: 1px solid #fff;
            color: #fff;
            background: transparent;
            color: #fff !important;
        }

            .call-action .content .second:before {
                background: #fff;
            }

            .call-action .content .second:hover {
                color: #b8092e;
                border-color: transparent;
                background: #fff;
            }

            .call-action .content .second i {
                margin-left: 10px;
            }
/*===============================
	Start Call to action CSS
=================================*/

/*==========================
	Start Portfolio CSS
============================*/
.portfolio {
    background: #FDFDFD;
}

    .portfolio .single-pf {
        position: relative;
    }

        .portfolio .single-pf img {
            height: 100%;
            width: 100%;
        }

        .portfolio .single-pf:before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: #b8092e;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            z-index: 1;
        }

        .portfolio .single-pf:hover:before {
            opacity: 0.7;
            visibility: visible;
        }

        .portfolio .single-pf .btn {
            color: #b8092e;
            z-index: 3;
            background: #fff;
            position: absolute;
            left: 50%;
            top: 50%;
            border-radius: 0px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            height: 48px;
            width: 150px;
            text-align: center;
            line-height: 48px;
            padding: 0;
            font-weight: 500;
            font-size: 14px;
            margin-left: -75px;
            margin-top: -24px;
            border-radius: 4px;
        }

        .portfolio .single-pf:hover .btn {
            opacity: 1;
            visibility: visible;
        }

        .portfolio .single-pf .btn:hover {
            color: #fff;
        }

    .portfolio .owl-nav {
        display: none;
    }
/* Slider Nav */
.pf-details .image-slider .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}

.pf-details .image-slider .owl-carousel .owl-nav div {
    height: 50px;
    width: 50px;
    line-height: 45px;
    background: #fff;
    color: #b8092e;
    position: absolute;
    margin: 0;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 10px #00001a;
}

    .pf-details .image-slider .owl-carousel .owl-nav div:hover {
        color: #fff;
        background: #b8092e;
    }

.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 20px;
}

.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 20px;
}

.pf-details .image-slider {
    border-radius: 8px 8px 0 0;
}

    .pf-details .image-slider img {
        height: 100%;
        width: 100%;
    }

.pf-details .date {
    background: #b8092e;
    display: block;
    padding: 20px;
    text-align: center;
    border-radius: 0;
    border: none;
    margin: 0;
    margin-top: -1px;
}

    .pf-details .date ul li {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        margin-right: 60px;
    }

        .pf-details .date ul li:last-child {
            margin: 0;
        }

        .pf-details .date ul li span {
            font-weight: 500;
            display: inline-block;
            margin-right: 5px;
        }

.pf-details .body-text {
}

    .pf-details .body-text h3 {
        font-size: 30px;
        font-weight: 600;
        color: #333;
        margin-top: 40px;
    }

    .pf-details .body-text p {
        margin-top: 20px;
    }

    .pf-details .body-text .share {
        margin-top: 40px;
    }

        .pf-details .body-text .share h4 {
            font-size: 15px;
            font-weight: 500;
            display: inline-block;
        }

        .pf-details .body-text .share ul {
            display: inline-block;
            margin-left: 12px;
        }

            .pf-details .body-text .share ul li {
                display: inline-block;
                margin-right: 10px;
            }

                .pf-details .body-text .share ul li:last-child {
                    margin-right: 0;
                }

                .pf-details .body-text .share ul li a {
                    height: 35px;
                    width: 35px;
                    line-height: 35px;
                    text-align: center;
                    border: 1px solid #C8C8C8;
                    color: #757575;
                    display: block;
                    border-radius: 50%;
                }

                    .pf-details .body-text .share ul li a:hover {
                        color: #fff;
                        border-color: transparent;
                        background: #b8092e;
                    }
/*==========================
	End Portfolio CSS
============================*/

/*=========================
	Srart service CSS
===========================*/
.services .single-service {
    margin: 30px 0;
    position: relative;
    padding-left: 70px;
}

    .services .single-service i {
        font-size: 45px;
        color: #b8092e;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .services .single-service h4 {
        text-transform: capitalize;
        margin-bottom: 25px;
        color: #2C2D3F;
    }

        .services .single-service h4 a {
            color: #2C2D3F;
            font-size: 20px;
            font-weight: 600;
        }

            .services .single-service h4 a:hover {
                color: #b8092e;
            }

    .services .single-service p {
        color: #868686;
    }


/*-- Service Details --*/

.programas-details-img {
    margin-bottom: 50px;
}

    .programas-details-img img {
        width: 100%;
        margin-bottom: 0px;
    }


.services-details-img {
    margin-bottom: 50px;
}

    .services-details-img img {
        width: 100%;
        margin-bottom: 30px;
    }

    .services-details-img h2 {
        font-weight: 600;
        font-size: 28px;
        margin-bottom: 16px;
    }

    .services-details-img P {
        margin-bottom: 20px;
    }

    .services-details-img blockquote {
        font-size: 15px;
        color: #4a6f8a;
        background-color: #b8092e;
        padding: 30px 75px;
        line-height: 26px;
        position: relative;
        margin-bottom: 20px;
        color: #fff;
    }

        .services-details-img blockquote i {
            position: absolute;
            display: inline-block;
            top: 20px;
            left: 38px;
            font-size: 32px;
        }

.service-details-inner-left {
    background-image: url("img/signup-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

    .service-details-inner-left img {
        display: none;
    }

.service-details-inner {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

    .service-details-inner h2 {
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 15px;
        border-left: 3px solid #b8092e;
        padding-left: 15px;
    }

    .service-details-inner p {
        margin-bottom: 15px;
    }

        .service-details-inner p:last-child {
            margin-bottom: 0;
        }
/*=========================
	End service CSS
===========================*/

/*=============================
	Start Testimonials CSS
===============================*/
.testimonials {
    background-image: url('img/testi-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    .testimonials .section-title h2 {
        color: #fff;
    }

    .testimonials .single-testimonial {
        text-align: left;
        position: relative;
        background: #fff;
        padding: 40px 30px;
        margin: 5px;
        margin-bottom: 27px;
        margin-right: 30px;
        border-radius: 5px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        margin: 0;
        margin: 30px 20px;
    }

        .testimonials .single-testimonial:hover {
            box-shadow: 0px 10px 10px #0000001c;
            transform: translateY(-4px);
        }

        .testimonials .single-testimonial img {
            position: absolute;
            left: 30px;
            bottom: -26px;
            height: 53px;
            width: 53px;
            border-radius: 100%;
        }

        .testimonials .single-testimonial p {
            color: #868686;
            font-size: 14px;
        }

        .testimonials .single-testimonial .name {
            margin-top: 22px;
            color: #2C2D3F;
            font-weight: 500;
            font-size: 15px;
        }

    .testimonials .owl-dots {
        position: absolute;
        left: 50%;
        bottom: -55px;
        margin-top: -47px;
        padding: 10px 25px;
        border-radius: 3px;
        margin: 0 0 0 -52px;
        margin-top: 49px;
        box-sizing:;
    }

        .testimonials .owl-dots .owl-dot {
            display: inline-block;
            margin-right: 10px;
        }

            .testimonials .owl-dots .owl-dot:last-child {
                margin: 0px;
            }

            .testimonials .owl-dots .owl-dot span {
                width: 10px;
                height: 10px;
                display: block;
                border-radius: 30px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
                margin: 0;
                background: #fff;
                position: relative;
            }

                .testimonials .owl-dots .owl-dot span:hover {
                    background: #fff;
                }

            .testimonials .owl-dots .owl-dot.active span {
                background: #fff;
                width: 20px;
            }
/*=============================
	End Testimonials CSS
===============================*/

/*==========================
	Start Departments CSS
============================*/
.departments .department-tab .nav {
    margin-bottom: 30px;
    background: transform;
    position: relative;
}

    .departments .department-tab .nav li {
        text-align: center;
        margin-right: 54px;
    }

        .departments .department-tab .nav li a i {
            font-size: 50px;
            color: #868686;
        }

        .departments .department-tab .nav li a:hover {
            background: transparent;
        }

        .departments .department-tab .nav li a.active i {
            color: #b8092e;
        }

        .departments .department-tab .nav li a {
            color: #fff;
            margin-top: 20px;
            border: none;
            padding: 0;
            padding-bottom: 20px;
            border-bottom: 2px solid transparent;
            padding: 0 10px 20px 10px;
        }

            .departments .department-tab .nav li a.active {
                border-color: #b8092e;
            }

        .departments .department-tab .nav li span {
            display: block;
        }

        .departments .department-tab .nav li .first {
            padding-top: 20px;
            font-size: 20px;
            font-weight: 500;
            color: #868686;
        }

        .departments .department-tab .nav li a.active .first {
            color: #2C2D3F;
        }

        .departments .department-tab .nav li .second {
            font-size: 14px;
            font-weight: 400;
            color: #868686;
            margin-top: 3px;
        }

.departments .department-tab .tab-pane .department-left {
}

    .departments .department-tab .tab-pane .department-left h3 {
        color: #2C2D3F;
        font-weight: 600;
        font-size: 26px;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

        .departments .department-tab .tab-pane .department-left h3:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            height: 3px;
            width: 50px;
            background: #2C2D3F;
        }

    .departments .department-tab .tab-pane .department-left .p1 {
        color: #b8092e;
        font-weight: 500;
        margin-bottom: 18px;
    }

    .departments .department-tab .tab-pane .department-left p {
        margin-bottom: 20px;
    }

    .departments .department-tab .tab-pane .department-left .list {
    }

        .departments .department-tab .tab-pane .department-left .list li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 6px;
        }

            .departments .department-tab .tab-pane .department-left .list li:last-child {
                margin-bottom: 0px;
            }

            .departments .department-tab .tab-pane .department-left .list li i {
                position: absolute;
                left: 0;
                height: 15px;
                width: 15px;
                line-height: 15px;
                color: #fff;
                background: #b8092e;
                text-align: center;
                border-radius: 100%;
                font-size: 8px;
                margin-right: 20px;
                top: 4px;
            }

.departments .department-tab .tab-content .tab-text h2 {
    font-size: 18px;
}

.departments .department-tab .tab-content .tab-text p {
    color: #555;
    margin-top: 10px;
}
/*==========================
	End Departments CSS
============================*/

/*=============================
	Start Pricing Table CSS
===============================*/
.pricing-table {
    background: #f9f9f9;
    position: relative;
}

    .pricing-table .single-table {
        background: #fff;
        border: 1px solid #ddd;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin: 15px 0;
        padding: 45px 35px 30px 35px;
    }
        /* Table Head */
        .pricing-table .single-table .table-head {
            text-align: center;
        }

        .pricing-table .single-table .icon i {
            font-size: 65px;
            color: #b8092e;
        }

        .pricing-table .single-table .title {
            font-size: 21px;
            color: #2C2D3F;
            margin-top: 30px;
            margin-bottom: 15px;
        }

        .pricing-table .single-table .amount {
            font-size: 36px;
            font-weight: 600;
            color: #b8092e;
        }

            .pricing-table .single-table .amount span {
                display: inline-block;
                font-size: 14px;
                font-weight: 400;
                color: #868686;
                margin-left: 8px;
            }
        /* Table List */
        .pricing-table .single-table .table-list {
            padding: 10px 0;
            text-align: left;
            margin-top: 30px;
        }

    .pricing-table .table-list li {
        position: relative;
        color: #666;
        text-transform: capitalize;
        margin-bottom: 18px;
        padding-right: 32px;
    }

        .pricing-table .table-list li:last-child {
            margin-bottom: 0px;
        }

        .pricing-table .table-list li.cross i {
            background: #aaaaaa;
        }

    .pricing-table .table-list i {
        font-size: 7px;
        text-align: center;
        margin-right: 10px;
        position: absolute;
        right: 0;
        height: 16px;
        width: 16px;
        line-height: 16px;
        text-align: center;
        color: #fff;
        background: #b8092e;
        border-radius: 100%;
        padding-left: 1px;
    }

    /* Table Bottom */
    .pricing-table .table-bottom {
        margin-top: 25px;
    }

    .pricing-table .btn {
        padding: 12px 25px;
        width: 100%;
        color: #fff;
    }

        .pricing-table .btn:before {
            background: #2C2D3F;
        }

        .pricing-table .btn:hover {
            color: #fff;
        }

        .pricing-table .btn i {
            font-size: 16px;
            margin-right: 10px;
        }
/*=============================
	End Pricing Table CSS
===============================*/







/*=============================
	Start especialidad-detalle-bloque-tres Table CSS
===============================*/
.especialidad-detalle-bloque-tres {
    /*background: #f9f9f9;*/
    position: relative;
    margin-top: 0 !important;
    padding-top: 0;
    margin-top: 0;
}

    .especialidad-detalle-bloque-tres .single-table {
        background: #fff;
        border: 0px solid #ddd;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin: 15px 0;
        padding: 45px 35px 30px 35px;
    }
        /* Table Head */
        .especialidad-detalle-bloque-tres .single-table .table-head {
            text-align: center;
        }

        .especialidad-detalle-bloque-tres .single-table .icon i {
            font-size: 65px;
            color: #b8092e;
        }

        .especialidad-detalle-bloque-tres .single-table .title {
            /*font-size: 21px;*/
            color: #2C2D3F;
            margin-top: 30px;
            margin-bottom: 15px;
            color: #b8092e;
        }

        .especialidad-detalle-bloque-tres .single-table .amount {
            font-size: 36px;
            font-weight: 600;
            color: #b8092e;
        }

            .especialidad-detalle-bloque-tres .single-table .amount span {
                display: inline-block;
                font-size: 14px;
                font-weight: 400;
                color: #868686;
                margin-left: 8px;
            }
        /* Table List */
        .especialidad-detalle-bloque-tres .single-table .table-list {
            padding: 10px 0;
            text-align: left;
            margin-top: 30px;
        }

    /*.especialidad-detalle-bloque-tres .table-list li {
        position: relative;
        color: #666;
        text-transform: capitalize;
        margin-bottom: 18px;
        padding-right: 32px;
    }*/

    .especialidad-detalle-bloque-tres .table-list li:last-child {
        margin-bottom: 0px;
    }

    .especialidad-detalle-bloque-tres .table-list li.cross i {
        background: #aaaaaa;
    }

    /*.especialidad-detalle-bloque-tres .table-list i {
        font-size: 7px;
        text-align: center;
        margin-right: 10px;
        position: absolute;
        right: 0;
        height: 16px;
        width: 16px;
        line-height: 16px;
        text-align: center;
        color: #fff;
        background: #b8092e;
        border-radius: 100%;
        padding-left: 1px;
      
    }*/

    .especialidad-detalle-bloque-tres .table-list li {
        position: relative;
        color: #666;
        text-transform: capitalize;
        margin-bottom: 18px;
        padding-right: 32px;
        padding-left: 40px; /* Ajusta el espacio a la izquierda del texto */
    }

        .especialidad-detalle-bloque-tres .table-list li i {
            font-size: 7px;
            line-height: 16px;
            text-align: center;
            color: #fff;
            background: #b8092e;
            border-radius: 100%;
            width: 16px;
            height: 16px;
            position: absolute;
            left: 10px; /* Alinea el ícono a la izquierda y agrega espacio */
            top: 50%;
            transform: translateY(-50%);
        }


    /* Table Bottom */
    .especialidad-detalle-bloque-tres .table-bottom {
        margin-top: 25px;
    }

    .especialidad-detalle-bloque-tres .btn {
        padding: 12px 25px;
        width: 100%;
        color: #fff;
    }

        .especialidad-detalle-bloque-tres .btn:before {
            background: #2C2D3F;
        }

        .especialidad-detalle-bloque-tres .btn:hover {
            color: #fff;
        }

        .especialidad-detalle-bloque-tres .btn i {
            font-size: 16px;
            margin-right: 10px;
        }

    .especialidad-detalle-bloque-tres .row {
        display: flex;
        flex-wrap: wrap;
    }

    .especialidad-detalle-bloque-tres .single-table {
        background: #fff;
        border: 0px solid #ddd;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin: 15px 0;
        padding: 45px 35px 30px 35px;
        flex: 1; /* Hace que todos los cuadros tengan la misma altura */
    }

/*=============================
	End especialidad-detalle-bloque-tres Table CSS
===============================*/






/*=============================
	Start especialidad-detalle-bloque-tres_arbol Table CSS
===============================*/
.especialidad-detalle-bloque-tres_arbol {
    /*background: #f9f9f9;*/
    position: relative;
    margin-top: 0 !important;
    padding-top: 0;
    margin-top: 0;
}

    .especialidad-detalle-bloque-tres_arbol .single-table {
        background: #fff;
        border: 0px solid #ddd;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin: 15px 0;
        padding: 45px 35px 30px 35px;
    }
        /* Table Head */
        .especialidad-detalle-bloque-tres_arbol .single-table .table-head {
            text-align: center;
        }

        .especialidad-detalle-bloque-tres_arbol .single-table .icon i {
            font-size: 65px;
            color: #b8092e;
        }

        .especialidad-detalle-bloque-tres_arbol .single-table .title {
            /*font-size: 21px;*/
            color: #2C2D3F;
            margin-top: 30px;
            margin-bottom: 15px;
            color: #b8092e;
        }

        .especialidad-detalle-bloque-tres_arbol .single-table .amount {
            font-size: 36px;
            font-weight: 600;
            color: #b8092e;
        }

            .especialidad-detalle-bloque-tres_arbol .single-table .amount span {
                display: inline-block;
                font-size: 14px;
                font-weight: 400;
                color: #868686;
                margin-left: 8px;
            }
        /* Table List */
        .especialidad-detalle-bloque-tres_arbol .single-table .table-list {
            padding: 10px 0;
            text-align: left;
            margin-top: 30px;
        }

    /*.especialidad-detalle-bloque-tres_arbol .table-list li {
        position: relative;
        color: #666;
        text-transform: capitalize;
        margin-bottom: 18px;
        padding-right: 32px;
    }*/

    .especialidad-detalle-bloque-tres_arbol .table-list li:last-child {
        margin-bottom: 0px;
    }

    .especialidad-detalle-bloque-tres_arbol .table-list li.cross i {
        background: #aaaaaa;
    }

    /*.especialidad-detalle-bloque-tres_arbol .table-list i {
        font-size: 7px;
        text-align: center;
        margin-right: 10px;
        position: absolute;
        right: 0;
        height: 16px;
        width: 16px;
        line-height: 16px;
        text-align: center;
        color: #fff;
        background: #b8092e;
        border-radius: 100%;
        padding-left: 1px;
      
    }*/

    .especialidad-detalle-bloque-tres_arbol .table-list li {
        position: relative;
        color: #666;
        text-transform: capitalize;
        margin-bottom: 18px;
        padding-right: 32px;
        padding-left: 40px; /* Ajusta el espacio a la izquierda del texto */
    }

        .especialidad-detalle-bloque-tres_arbol .table-list li i {
            font-size: 7px;
            line-height: 16px;
            text-align: center;
            color: #fff;
            background: #b8092e;
            border-radius: 100%;
            width: 16px;
            height: 16px;
            position: absolute;
            left: 10px; /* Alinea el ícono a la izquierda y agrega espacio */
            /*top: 50%;*/
            top: 6%;
            transform: translateY(-50%);
        }


    /* Table Bottom */
    .especialidad-detalle-bloque-tres_arbol .table-bottom {
        margin-top: 25px;
    }

    .especialidad-detalle-bloque-tres_arbol .btn {
        padding: 12px 25px;
        width: 100%;
        color: #fff;
    }

        .especialidad-detalle-bloque-tres_arbol .btn:before {
            background: #2C2D3F;
        }

        .especialidad-detalle-bloque-tres_arbol .btn:hover {
            color: #fff;
        }

        .especialidad-detalle-bloque-tres_arbol .btn i {
            font-size: 16px;
            margin-right: 10px;
        }

    .especialidad-detalle-bloque-tres_arbol .row {
        /*display: flex;
        flex-wrap: wrap;*/
    }

    .especialidad-detalle-bloque-tres_arbol .single-table {
        background: #fff;
        border: 0px solid #ddd;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin: 15px 0;
        padding: 45px 35px 30px 35px;
        /*flex: 1; */ /* Hace que todos los cuadros tengan la misma altura */
    }

/*=============================
	End especialidad-detalle-bloque-tres_arbol Table CSS
===============================*/






/*=============================
	Start sedes Table CSS
===============================*/

/*.sedes {
    
    position: relative;
}

    .sedes .single-table {
        background: #fff;
        border: 1px solid #ddd;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin: 15px 0;
       
       
        box-shadow: 0px 0px 10px #00000021;
        border-radius: 5px;
        overflow: hidden;
    }
       
       
    .sedes .sede-title h2 {
        
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sedes .sede-title p {
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    
    .sedes .single-table {
        position: relative;
        overflow: hidden;
        height: 100%; 
    }

    
    .sedes .sede-title {
        text-align: center;
        margin-top: 10px;
        color: #b8092e;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    
    .sedes .single-table:hover .sede-title {
        opacity: 1;
        visibility: visible;
    }

    
    .sedes .image-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .sedes .sede-img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; 
    }

    .sedes .image-wrapper .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(184, 9, 46, 0.5) !important;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    
    .sedes .single-table:hover .overlay {
        opacity: 0.5 !important;
    }*/




.sedes {
    position: relative;
    background: #f9f9f9;
}

    .sedes .single-table {
        background: #fff;
        border: 1px solid #ddd;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin: 15px 0;
        box-shadow: 0px 0px 10px #00000021;
        border-radius: 5px;
        overflow: hidden;
    }

    .sedes .sede-title h2 {
        /*color: #b8092e;*/
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sedes .section-title h2 {
        /*color: #b8092e;*/
        color: #b8092e;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .sedes .sede-title p {
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .sedes .single-table {
        position: relative;
        overflow: hidden;
        height: 100%;
    }


    .sedes .sede-title {
        text-align: center;
        margin-top: 10px;
        color: #b8092e;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }


    .sedes .single-table:hover .sede-title {
        opacity: 1;
        visibility: visible;
    }


    .sedes .image-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .sedes .sede-img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .sedes .image-wrapper .overlay {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(184, 9, 46, 0.2);
        transition: left 0.5s ease;
    }


    .sedes .single-table:hover .overlay {
        left: 0;
        /*opacity: 0.5 !important;*/
        opacity: 0.8 !important;
    }




/*=============================
	End sedes Table CSS
===============================*/









/*
.minibanner {
    position: relative;
    background: #f9f9f9;
}

    .minibanner .single-table {
        background: #fff;
        border: 1px solid #ddd;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin: 15px 0;
        box-shadow: 0px 0px 10px #000021;
        border-radius: 5px;
        overflow: hidden;
    }

    .minibanner .sede-title h2 {
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .minibanner .section-title h2 {
        color: #b8092e;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .minibanner .sede-title p {
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

   

    .minibanner .single-table {
        position: relative;
        overflow: hidden;
        height: 100%;
    }


    .minibanner .sede-title {
        text-align: center;
        margin-top: 10px;
        color: #b8092e;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }


    .minibanner .single-table:hover .sede-title {
        opacity: 1;
        visibility: visible;
    }


    .minibanner .image-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .minibanner .sede-img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .minibanner .image-wrapper .overlay {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(184, 9, 46, 0.2);
        transition: left 0.5s ease;
    }


    .minibanner .single-table:hover .overlay {
        left: 0;
        opacity: 0.8 !important;
    }


    .minibanner .texto-title {
        display: inline-block;
        font-family: Arial, sans-serif;
        font-size: 20px;
        color: #58595b;
        text-decoration: none;
        padding: 5px 20px;
        transition: background-color 0.3s ease;
        margin-top: 30px;
    }



    .minibanner .mini-img {
        color: #58595b;
        text-decoration: none;
        padding: 0;
        width: 15%; 
        max-width: 120px;
        height: auto;
        transition: background-color 0.3s ease;
        background-color: red;
    }


.link-afiliate {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #c00;
    text-decoration: none;
    border: 2px solid #c00;
    border-radius: 10px;
    padding: 5px 20px;
    transition: background-color 0.3s ease;
    margin-top:30px;
}

    .link-afiliate:hover {
        background-color: rgba(204, 0, 0, 0.1);
    }





@media (max-width: 900px) {
    .minibanner .mini-img {
        width: 25%;
        max-width: 90px;
    }
}


@media (max-width: 600px) {
    .minibanner .mini-img {
        width: 35%;
        max-width: 70px;
    }
}


@media (max-width: 400px) {
    .minibanner .mini-img {
        width: 50%;
        max-width: 50px;
    }
}


@media (min-width: 901px) and (max-width: 1042px) {
    .minibanner .mini-img {
        width: 20%;
        max-width: 100px;
    }
}
    */











/*=============================
	End minibanner Table CSS
===============================*/


.minilaboratorio {
    position: relative;
    background: #f9f9f9;
}

    .minilaboratorio .mini-img {
        max-width: 120px;
        width: 100%;
    }

        .minilaboratorio .mini-img img {
            width: 100%;
            height: auto;
            display: block;
        }

    .minilaboratorio .texto-title {
        font-family: Poppins;
        font-size: 20px;
        color: #58595b;
        padding: 0 10px;
    }

.texto-lab-azul {
    color: #1b4075;
    font-weight: bold;
}

.link-afiliate-lab {
    display: inline-block;
    font-family: Poppins;
    font-size: 20px;
    font-weight: bold;
    /*color: #c00;*/
    color: #1b4075;
    text-decoration: none;
    border: 2px solid #1b4075;
    border-radius: 10px;
    padding: 8px 20px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

    .link-afiliate-lab:hover {
        /*background-color: rgba(204, 0, 0, 0.1);*/
        /*background-color: #fff4f4;*/
        color: #185bbc;
        border: 2px solid #185bbc;
    }

/* Responsive para móviles y tablets */

@media (max-width: 991.98px) {
    .minilaboratorio .row {
        flex-direction: column;
        text-align: center;
        padding-bottom: 20px;
    }

    .minilaboratorio .mini-img {
        max-width: 100px;
        margin: 0 auto 15px auto;
    }

    .minilaboratorio .texto-title {
        font-size: 18px;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .link-afiliate-lab {
        font-size: 18px;
        padding: 10px 25px;
    }

    .minilaboratorio .col-lg-8 {
        align-items: center !important; /* Centrar texto + botón */
    }
}

@media (max-width: 767.98px) {
    .minilaboratorio .mini-img {
        display: none;
    }


    .minilaboratorio .texto-title {
        font-size: 18px;
        padding: 0 5px;
        margin-bottom: 10px;
    }
}


















.minibanner {
    position: relative;
    background: #f9f9f9;
}

    .minibanner .mini-img {
        max-width: 120px;
        width: 100%;
    }

        .minibanner .mini-img img {
            width: 100%;
            height: auto;
            display: block;
        }

    .minibanner .texto-title {
        font-family: Poppins;
        font-size: 20px;
        color: #58595b;
        padding: 0 10px;
    }

.link-afiliate {
    display: inline-block;
    font-family: Poppins;
    font-size: 20px;
    font-weight: bold;
    /*color: #c00;*/
    color: #e61b2f;
    text-decoration: none;
    border: 2px solid #c00;
    border-radius: 10px;
    padding: 8px 20px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

    .link-afiliate:hover {
        /*background-color: rgba(204, 0, 0, 0.1);*/
        background-color: #fff4f4;
    }

/* Responsive para móviles y tablets */

@media (max-width: 991.98px) {
    .minibanner .row {
        flex-direction: column;
        text-align: center;
        padding-bottom: 20px;
    }

    .minibanner .mini-img {
        max-width: 100px;
        margin: 0 auto 15px auto;
    }

    .minibanner .texto-title {
        font-size: 18px;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .link-afiliate {
        font-size: 18px;
        padding: 10px 25px;
    }

    .minibanner .col-lg-8 {
        align-items: center !important; /* Centrar texto + botón */
    }
}

@media (max-width: 767.98px) {
    .minibanner .mini-img {
        display: none;
    }
}






.minibannerespecialidades {
    position: relative;
    background: #f9f9f9;
    /*min-height:120px;*/
}

    .minibannerespecialidades .mini-img {
        max-width: 150px;
        width: 100%;
    }

        .minibannerespecialidades .mini-img img {
            width: 100%;
            height: auto;
            display: block;
        }

    .minibannerespecialidades .texto-title {
        font-family: Poppins;
        font-size: 20px;
        color: #58595b;
        padding: 0 10px;
    }

.link-afiliate {
    display: inline-block;
    font-family: Poppins;
    font-size: 20px;
    font-weight: bold;
    color: #c00;
    text-decoration: none;
    border: 2px solid #c00;
    border-radius: 10px;
    padding: 8px 20px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

    .link-afiliate:hover {
        background-color: rgba(204, 0, 0, 0.1);
    }

/* Responsive para móviles y tablets */

@media (max-width: 991.98px) {
    .minibannerespecialidades .row {
        flex-direction: column;
        text-align: center;
    }

    .minibannerespecialidades .mini-img {
        max-width: 100px;
        margin: 0 auto 15px auto;
    }

    .minibannerespecialidades .texto-title {
        font-size: 18px;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .link-afiliate {
        font-size: 18px;
        padding: 10px 25px;
    }

    .minibannerespecialidades .col-lg-8 {
        align-items: center !important; /* Centrar texto + botón */
    }
}


@media (max-width: 767.98px) {
    .minibannerespecialidades .mini-img {
        display: none;
    }
}




.minibannerdoctores {
    position: relative;
    background: #f9f9f9;
}

    .minibannerdoctores .mini-img {
        max-width: 200px;
        width: 100%;
    }

        .minibannerdoctores .mini-img img {
            width: 100%;
            height: auto;
            display: block;
        }

    .minibannerdoctores .texto-title {
        font-family: Poppins;
        font-size: 20px;
        color: #58595b;
        padding: 0 10px;
    }

.link-afiliate {
    display: inline-block;
    font-family: Poppins;
    font-size: 20px;
    font-weight: bold;
    color: #c00;
    text-decoration: none;
    border: 2px solid #c00;
    border-radius: 10px;
    padding: 8px 20px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

    .link-afiliate:hover {
        background-color: rgba(204, 0, 0, 0.1);
    }

/* Responsive para móviles y tablets */

@media (max-width: 991.98px) {
    .minibannerdoctores .row {
        flex-direction: column;
        text-align: center;
    }

    .minibannerdoctores .mini-img {
        max-width: 100px;
        margin: 0 auto 15px auto;
    }

    .minibannerdoctores .texto-title {
        font-size: 18px;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .link-afiliate {
        font-size: 18px;
        padding: 10px 25px;
    }

    .minibannerdoctores .col-lg-8 {
        align-items: center !important; /* Centrar texto + botón */
    }
}

@media (max-width: 767.98px) {
    .minibannerdoctores .mini-img {
        display: none;
    }
}



/*========================
	Start Clients CSS
==========================*/
.clients {
    /*background-image: url('img/client-bg.jpg');*/
    /*background-image: url('img/client-bg.jpg');*/
    background-size: cover;
    background-position: center;
    padding: 70px 0px;
    position: relative;
}

    .clients .single-clients {
    }

        .clients .single-clients img {
            width: 100%;
            cursor: pointer;
            text-align: center;
            float: none;
            padding: 0 35px;
        }

    .clients .section-title h2 {
        color: #b8092e;
    }


/*========================
	End Clients CSS
==========================*/



/*========================
	Start iconos staff CSS
==========================*/
.iconos-staff {
    background-image: url('img/client-bg.jpg');
    /*background-image: url('img/client-bg.jpg');*/
    background-size: cover;
    background-position: center;
    padding: 40px 0px;
    position: relative;
}


    .iconos-staff .single-clients {
    }

        .iconos-staff .single-clients img {
            width: 100%;
            cursor: pointer;
            text-align: center;
            float: none;
            padding: 0 35px;
        }


    .iconos-staff .single-features {
        margin-top: 10px;
        text-align: center;
        position: relative;
        padding: 10px 20px;
    }


        .iconos-staff .single-features h3 {
            /*padding-top: 128px;*/
            margin-top: 100px;
            /*color: #2C2D3F;*/
            color: #fff;
            font-weight: 600;
            font-size: 21px;
        }

        .iconos-staff .single-features p {
            margin-top: 10px;
            color: #fff;
            font-size: 24px;
        }


        .iconos-staff .single-features .signle-icon img {
            /*margin-top:50px;*/
            border-radius: 50%;
            width: 100px;
            height: 100px;
            font-size: 50px;
            color: #b8092e;
            position: absolute;
            left: 50%;
            margin-left: -50px;
            top: 0;
            line-height: 100px;
            text-align: center;
            border: 1px solid #dddddd;
            border-radius: 100%;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            background-color: #fff;
        }

/*========================
	End Clients CSS
==========================*/




/* Solo para pantallas pequeñas - agregar al final del CSS */
@media (max-width: 768px) {
    .clients .single-clients {
        max-width: 180px !important;
        margin: 0 auto;
    }

        .clients .single-clients img {
            width: 100% !important;
            padding: 0 10px !important;
        }
}

@media (max-width: 480px) {
    .clients .single-clients {
        max-width: 150px !important;
        margin: 0 auto;
    }

        .clients .single-clients img {
            width: 100% !important;
            padding: 0 5px !important;
        }
}



















/*====================
	Start promociones CSS
======================*/
.promociones {
    background-image: url('img/testi-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    .promociones.single-page {
        background: #fff;
    }

    .promociones .section-title h2 {
        color: #fff;
    }

    .promociones .section-title p {
        color: #fff;
    }

    .promociones .single-team {
        background: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-top: 30px;
        text-align: center;
        box-shadow: 0px 0px 10px #000021;
        border-radius: 5px;
        overflow: hidden;
    }

    .promociones .t-head {
        position: relative;
        overflow: hidden;
    }

        .promociones .t-head::before {
            /*position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            opacity: 0;
            visibility: hidden;
            content: "";
            z-index: 2;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;*/
        }

    .promociones .single-team:hover .t-head::before {
        /*visibility: visible;
        opacity: 0.5;*/
    }

    .promociones .t-head img {
        width: 100%;
        position: relative;
    }

    .promociones .t-icon a {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 46px;
        line-height: 40px;
        opacity: 0;
        visibility: hidden;
        font-weight: 400;
        text-align: center;
        color: #fff;
        border-radius: 0;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 99;
        margin: -23px 0 0 -75px;
        font-size: 15px;
        background: #b8092e;
        font-size: 13px;
        line-height: 46px;
        padding: 0;
        border-radius: 4px;
    }

    .promociones .single-team:hover .t-icon a {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }

    .promociones .t-bottom {
        text-align: center;
        position: relative;
        padding: 0 20px;
        padding: 25px 20px;
    }

        .promociones .t-bottom p {
            color: #666;
            font-size: 13px;
            display: block;
            margin-bottom: 4px;
        }

        .promociones .t-bottom h2 {
            font-size: 18px;
            text-transform: capitalize;
            font-weight: 500;
            color: #2C2D3F;
        }

            .promociones .t-bottom h2 a:hover {
                color: #b8092e;
            }







/*====================
	Start Team CSS
======================*/

.team {
    /*background-image:url('img/testi-bg.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    .team.single-page {
        background: #f9f9f9;
    }

    .team .section-title h2 {
        color: #fff;
    }

    .team .section-title p {
        color: #fff;
    }

    .team .single-team {
        background: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-top: 30px;
        text-align: center;
        /*box-shadow: 0px 0px 10px #000021;*/
        border-radius: 15px;
        overflow: hidden;
    }

    .team .t-head {
        position: relative;
        overflow: hidden;
    }

        .team .t-head::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            opacity: 0;
            visibility: hidden;
            content: "";
            z-index: 2;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .team .single-team:hover .t-head::before {
        visibility: visible;
        opacity: 0.5;
    }

    .team .t-head img {
        width: 100%;
        position: relative;
    }

    .team .t-icon a {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 46px;
        line-height: 40px;
        opacity: 0;
        visibility: hidden;
        font-weight: 400;
        text-align: center;
        color: #fff;
        border-radius: 0;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 99;
        margin: -23px 0 0 -75px;
        font-size: 15px;
        background: #b8092e;
        font-size: 13px;
        line-height: 46px;
        padding: 0;
        border-radius: 15px;
        font-size: 14px !important;
    }

    .team .single-team:hover .t-icon a {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }

    .team .t-bottom {
        text-align: center;
        position: relative;
        padding: 0 20px;
        /*padding: 25px 20px;*/
        padding: 25px 20px;
        /*min-height:50px;*/
    }

        .team .t-bottom p {
            color: #b81731;
            font-size: 14px;
            display: block;
            margin-bottom: 4px;
            font-weight: bold;
        }

        .team .t-bottom h2 {
            font-size: 14px;
            text-transform: capitalize;
            font-weight: 500;
            color: #58595b !important;
        }

            .team .t-bottom h2 a:hover {
                color: #b8092e;
            }

        .team .t-bottom h3 {
            font-size: 14px;
            text-transform: capitalize;
            /*font-weight: bold;*/
            color: #58595b;
        }

            .team .t-bottom h3 a:hover {
                color: #b8092e;
            }






/*====================
            Start Team CSS
        ======================*/
.team {
    /*background-image:url('img/testi-bg.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    .team.single-page {
        background: #f9f9f9;
    }

    .team .section-title h2 {
        color: #fff;
    }

    .team .section-title p {
        color: #fff;
    }

    .team .single-team {
        background: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-top: 30px;
        text-align: center;
        /*box-shadow: 0px 0px 10px #000021;*/
        border-radius: 15px;
        overflow: hidden;
    }

    .team .t-head {
        position: relative;
        overflow: hidden;
    }

        .team .t-head::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            opacity: 0;
            visibility: hidden;
            content: "";
            z-index: 2;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .team .single-team:hover .t-head::before {
        visibility: visible;
        opacity: 0.5;
    }

    .team .t-head img {
        width: 100%;
        position: relative;
    }

    .team .t-icon a {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 46px;
        line-height: 40px;
        opacity: 0;
        visibility: hidden;
        font-weight: 400;
        text-align: center;
        color: #fff;
        border-radius: 0;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 99;
        margin: -23px 0 0 -75px;
        font-size: 15px;
        background: #b8092e;
        font-size: 13px;
        line-height: 46px;
        padding: 0;
        border-radius: 15px;
        font-size: 14px !important;
    }

    .team .single-team:hover .t-icon a {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }

    .team .t-bottom {
        text-align: center;
        position: relative;
        padding: 0 20px;
        /*padding: 25px 20px;*/
        padding: 15px 20px;
    }

        .team .t-bottom p {
            color: #b81731;
            font-size: 14px;
            display: block;
            margin-bottom: 4px;
            font-weight: bold;
        }

        .team .t-bottom h2 {
            font-size: 14px;
            text-transform: capitalize;
            font-weight: 500;
            color: #58595b;
        }

            .team .t-bottom h2 a:hover {
                color: #b8092e;
            }

        .team .t-bottom h3 {
            font-size: 14px;
            text-transform: capitalize;
            /*font-weight: bold;*/
            color: #58595b;
        }

            .team .t-bottom h3 a:hover {
                color: #b8092e;
            }


            /*aaaaaaaaaaa*/

/* Estilos para el mensaje de "No se encontraron médicos" */
.no-doctors-found {
    text-align: center;
    padding: 60px 30px;
    background-color: #f8f9fa;
    border-radius: 15px;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    margin: 20px 0;
}

.no-doctors-icon {
    position: relative;
    margin-bottom: 30px;
    font-size: 4rem;
    color: #6c757d;
}

    .no-doctors-icon .fa-user-md {
        margin-right: 10px;
        opacity: 0.7;
    }

    .no-doctors-icon .fa-search {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 2rem;
        color: #dc3545;
        animation: pulse 2s infinite;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.no-doctors-found h3 {
    color: #495057;
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 600;
}

.no-doctors-found > p {
    color: #6c757d;
    margin-bottom: 30px;
    font-size: 1.1rem;
    line-height: 1.5;
}

.suggestions {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

    .suggestions h4 {
        color: #495057;
        margin-bottom: 15px;
        font-size: 1.2rem;
        font-weight: 600;
        text-align: center;
    }

    .suggestions ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .suggestions li {
        padding: 8px 0;
        color: #6c757d;
        font-size: 0.95rem;
        position: relative;
        padding-left: 25px;
    }

        .suggestions li:before {
            content: "•";
            color: #007bff;
            position: absolute;
            left: 0;
            font-weight: bold;
            font-size: 1.2rem;
        }

.no-doctors-found .btn {
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 25px;
    border: none;
    transition: all 0.3s ease;
}

    .no-doctors-found .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
    }

    .no-doctors-found .btn i {
        margin-right: 8px;
    }

/* Responsive */
@media (max-width: 768px) {
    .no-doctors-found {
        padding: 40px 20px;
        margin: 15px 0;
    }

    .no-doctors-icon {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .no-doctors-found h3 {
        font-size: 1.5rem;
    }

    .suggestions {
        padding: 20px;
        margin: 20px 0;
    }

        .suggestions h4 {
            font-size: 1.1rem;
        }

        .suggestions li {
            font-size: 0.9rem;
        }
}



/* Cuadros de servicios médicos - Estilo personalizado */
/*
.servicio-medico-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: none;
    height: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .servicio-medico-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
    }

.servicio-medico-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 1.5rem;
    color: #666666;
    stroke-width: 1.8;
}

.servicio-medico-titulo {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    line-height: 1.3;
}

.servicio-medico-subtitulo {
    font-size: 1rem;
    color: #7f8c8d;
    margin: 0;
    margin-top: 0.3rem;
    font-weight: 500;
}


.servicios-container {
    padding: 3rem 0;
}


@media (max-width: 1199.98px) {
    .servicio-medico-card {
        padding: 2rem 1.3rem;
        min-height: 180px;

    }

    .servicio-medico-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 1.3rem;
    }

    .servicio-medico-titulo {
        font-size: 1rem;
    }
}

@media (max-width: 991.98px) {
    .servicio-medico-card {
        padding: 1.8rem 1.2rem;
        min-height: 160px;
    }

    .servicio-medico-icon {
        width: 55px;
        height: 55px;
        margin-bottom: 1.2rem;
    }

    .servicio-medico-titulo {
        font-size: 0.95rem;
    }

    .servicio-medico-subtitulo {
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .servicios-container {
        padding: 2rem 0;
    }

    .servicio-medico-card {
        padding: 1.5rem 1rem;
        min-height: 140px;
        border-radius: 16px;
    }

    .servicio-medico-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem;
    }

    .servicio-medico-titulo {
        font-size: 0.9rem;
    }

    .servicio-medico-subtitulo {
        font-size: 0.85rem;
    }
}

@media (max-width: 575.98px) {
    .servicio-medico-card {
        padding: 1.3rem 0.8rem;
        min-height: 130px;
        border-radius: 14px;
        margin-bottom: 1rem;
    }

    .servicio-medico-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 0.8rem;
    }

    .servicio-medico-titulo {
        font-size: 0.85rem;
    }

    .servicio-medico-subtitulo {
        font-size: 0.8rem;
    }
}


.servicio-medico-card:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

.servicio-medico-card:active {
    transform: translateY(-4px);
}

*/


/* Modern Healthcare Cards - Contemporary Design */
/*
.healthcare-grid {
    margin: 0 -12px;
}

    .healthcare-grid .col-xl-3,
    .healthcare-grid .col-lg-3,
    .healthcare-grid .col-md-6,
    .healthcare-grid .col-sm-6 {
        padding: 0 12px;
        margin-bottom: 24px;
    }

.medical-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: none;
    height: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .medical-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
    }

.care-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 1.5rem;
    color: #666666;
    stroke-width: 1.8;
    fill: none;
}

.care-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    line-height: 1.3;
}


@media (max-width: 767.98px) {
    .healthcare-grid {
        margin: 0 -10px;
    }

        .healthcare-grid .col-md-6,
        .healthcare-grid .col-sm-6 {
            padding: 0 10px;
            margin-bottom: 20px;
        }

    .medical-card {
        min-height: 180px;
    }

    .care-icon {
        width: 60px;
        height: 60px;
    }

    .care-label {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .healthcare-grid {
        margin: 0 -8px;
    }

        .healthcare-grid .col-6 {
            padding: 0 8px;
            margin-bottom: 16px;
        }

    .medical-card {
        min-height: 160px;
        padding: 2rem 1rem;
    }

    .care-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem;
    }

    .care-label {
        font-size: 0.95rem;
        line-height: 1.2;
    }
}

.servicios-container {
    padding: 3rem 0;
}*/



/* Healthcare Cards - Exact Match */

/*
.healthcare-grid {
  margin: 0 -12px;
}

.healthcare-grid .col-xl-3,
.healthcare-grid .col-lg-3,
.healthcare-grid .col-md-6,
.healthcare-grid .col-sm-6 {
  padding: 0 12px;
  margin-bottom: 24px;
}

.medical-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2.5rem 1.5rem;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: none;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.medical-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
}

.t-head {
  margin-bottom: 1.5rem;
}

.t-head img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.t-bottom h2 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #2c3e50;
  margin: 0;
  line-height: 1.3;
}

.t-bottom h2 a {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.3s ease;
}

.t-bottom h2 a:hover {
  color: #2c3e50;
  text-decoration: none;
}

.t-bottom h2 b {
  font-weight: 600;
}

.servicios-container {
  padding: 3rem 0;
}


@media (max-width: 767.98px) {
  .healthcare-grid {
    margin: 0 -10px;
  }
  
  .healthcare-grid .col-md-6,
  .healthcare-grid .col-sm-6 {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  
  .medical-card {
    min-height: 180px;
  }
  
  .t-head img {
    width: 80px;
    height: 80px;
  }
  
  .t-bottom h2 {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .healthcare-grid {
    margin: 0 -8px;
  }
  
  .healthcare-grid .col-6 {
    padding: 0 8px;
    margin-bottom: 16px;
  }
  
  .medical-card {
    min-height: 160px;
    padding: 2rem 1rem;
  }
  
  .t-head {
    margin-bottom: 1rem;
  }
  
  .t-head img {
    width: 70px;
    height: 70px;
  }
  
  .t-bottom h2 {
    font-size: 0.95rem;
    line-height: 1.2;
  }
}

*/



/*funcionando con iconos*/

/*.servicio-box {
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

    .servicio-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    }

.servicio-icono {
    font-size: 48px;
    color: #dc3545;
    margin-bottom: 15px;
}

.servicio-titulo {
    font-size: 1.1rem;
    font-weight: 500;
}

.servicio-destacado {
    font-weight: 700;
}*/







/*:root {
    --gap: 20px;
    --slides: 4; 
}

.servicios-carousel-container {

    padding: 0px 0;
    position: relative;
    overflow: hidden;
}

.titulo-servicios-slider {
    font-size: 32px;    
    color: #fdba01 !important;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Poppins' !important;
    font-weight: bold !important;

}

    .titulo-servicios-slider span {
        color: #fff;
        font-weight: 700;
        font-weight: normal !important;
 
    }


.carousel-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 80px;
}

.carousel-container {
    overflow: hidden;
    border-radius: 15px;
}

.carousel-track {
    display: flex;
    gap: var(--gap);
    transition: transform 420ms ease;
    will-change: transform;
}

.servicio-slide {
    
    flex: 0 0 calc((100% - (var(--slides) - 1) * var(--gap)) / var(--slides));
}

.servicio-box {
    background: #ffffff;
    border-radius: 20px;
    display: grid;
    grid-template-rows: auto max-content; 
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    transition: transform .25s ease, box-shadow .25s ease;
    overflow: hidden;
}

    .servicio-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 36px rgba(0,0,0,.15);
    }

.servicio-icono {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);    
    aspect-ratio: 1 / 1; 
}

    .servicio-icono img {
        width: 100%;
        height: 100%;
        object-fit: cover; 
        object-position: center;
        display: block;
    }

.servicio-titulo {
    font-size: clamp(.85rem, .3vw + .85rem, 1rem);
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    margin: 0;
    padding: 16px 14px;
    background: #fff;

    font-size: 1.1rem;
    font-weight: 500;
    text-align:center;
}

.servicio-destacado {
    font-weight: 700;
}

.servicio-destacado {
    font-weight: 700;
    color: #dc3545;
}


.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,.95);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease;
    z-index: 10;
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
    color: #dc3545;
}

    .carousel-btn svg {
        width: 20px;
        height: 20px;
        fill: currentColor;
    }

    .carousel-btn:hover {
        transform: translateY(-50%) scale(1.06);
    }

    .carousel-btn:disabled {
        opacity: .45;
        cursor: default;
        transform: translateY(-50%);
    }

.carousel-btn-prev {
    left: 20px;
}

.carousel-btn-next {
    right: 20px;
}


@media (max-width: 1200px) {
    .carousel-wrapper {
        padding: 0 64px;
    }
}


@media (max-width: 992px) {
    :root {
        --slides: 2;
        --gap: 16px;
    }

    .carousel-wrapper {
        padding: 0 56px;
    }

    .servicio-icono {
        aspect-ratio: 4 / 3;
    }
}


@media (max-width: 768px) {
    :root {
        --slides: 1;
        --gap: 12px;
    }

    .carousel-wrapper {
        padding: 0 52px;
    }

    .servicios-carousel-container {
        padding: 40px 0;
    }

    .servicio-icono {
        aspect-ratio: 16 / 9;
    }
}


@media (max-width: 576px) {
    .carousel-wrapper {
        padding: 0 44px;
    }

    .carousel-btn {
        width: 42px;
        height: 42px;
    }

        .carousel-btn svg {
            width: 16px;
            height: 16px;
        }

    .carousel-btn-prev {
        left: 10px;
    }

    .carousel-btn-next {
        right: 10px;
    }

    .servicio-titulo {
        padding: 12px 10px;
        font-size: .9rem;
    }

    .servicio-destacado {
        font-weight: 700;
    }

    .titulo-servicios-slider {
        margin-bottom: 28px;
    }
}


@media (max-width: 375px) {
    .carousel-wrapper {
        padding: 0 38px;
    }

    .carousel-btn {
        width: 36px;
        height: 36px;
    }

        .carousel-btn svg {
            width: 14px;
            height: 14px;
        }

    .servicio-icono {
        aspect-ratio: 1 / 1;
    }

    .servicio-titulo {
        padding: 10px 8px;
        font-size: .85rem;
    }

    .servicio-destacado {
        font-weight: 700;
    }
}*/




.slider-servicios-cmch {
    /*background: linear-gradient(135deg, #d32f2f 0%, #c62828 100%);*/
    background: #b81731;
    padding: 50px 0;
    position: relative;
}

.slider-servicios-title-cmch {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
    /*text-shadow: 0 2px 4px rgba(0,0,0,0.2);*/
    font-size: 32px !important;
    font-weight: normal !important;
}

    .slider-servicios-title-cmch .highlight-cmch {
        color: #fdba01;
        font-weight: 600;
    }


.slider-servicios-container-cmch {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.carousel-wrapper-cmch {
    overflow: hidden;
    position: relative;
}

.carousel-track-cmch {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
}

.service-card-cmch {
    background: #fff;
    border-radius: 25px;
    padding: 0;
    text-align: center;
    min-width: calc(25% - 15px);
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .service-card-cmch:hover {
        /*transform: translateY(-5px);*/
        box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    }

.service-image-cmch {
    width: 100%;
    /*height: 160px;*/
    height: 195px;
    margin: 0;
    overflow: hidden;
    flex-grow: 1;
}

    .service-image-cmch img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
        border-radius: 20px 20px 0 0;
    }

.service-card-cmch:hover .service-image-cmch img {
    transform: scale(1.05);
}

.service-text-cmch {
    /*padding: 20px;*/
    padding: 15px;
    background: #fff;
    border-radius: 0 0 20px 20px;
}

.service-title-cmch {
    color: #58595b !important;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    /*line-height: 1.3;*/
    line-height: 0.2;
    font-family: "Poppins";
    font-weight: bold !important;
}

.service-subtitle-cmch {
    color: #58595b;
    font-size: 0.9rem;
    font-weight: 400;
    margin: 4px 0 0 0;
    font-family: "Poppins";
}

.nav-button-cmch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255,255,255,0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

    .nav-button-cmch:hover {
        background: #fff;
        transform: translateY(-50%) scale(1.1);
        box-shadow: 0 5px 15px rgba(0,0,0,0.25);
    }

    .nav-button-cmch:focus {
        outline: none;
    }

    .nav-button-cmch i {
        color: #d32f2f;
        font-size: 1.2rem;
    }

.nav-prev-cmch {
    left: -25px;
}

.nav-next-cmch {
    right: -25px;
}

/* Responsive */
@media (max-width: 992px) {
    .service-card-cmch {
        min-width: calc(33.333% - 13px);
    }
}

@media (max-width: 768px) {
    .slider-servicios-cmch {
        padding: 30px 0;
    }

    .slider-servicios-title-cmch {
        /*font-size: 1.8rem;*/
        font-size: 2em !important;
        margin-bottom: 30px;
    }

    .service-card-cmch {
        min-width: calc(50% - 10px);
    }

    .service-image-cmch {
        height: 120px;
    }

    .service-text-cmch {
        padding: 15px;
    }

    .nav-button-cmch {
        width: 40px;
        height: 40px;
    }

        .nav-button-cmch i {
            font-size: 1rem;
        }

    .nav-prev-cmch {
        left: -20px;
    }

    .nav-next-cmch {
        right: -20px;
    }
}

@media (max-width: 480px) {
    .slider-servicios-container-cmch {
        padding: 0 15px;
    }

    .service-card-cmch {
        min-width: calc(80% - 10px);
    }

    .nav-prev-cmch {
        left: -15px;
    }

    .nav-next-cmch {
        right: -15px;
    }

    .slider-servicios-title-cmch {
        /*font-size: 1.6rem;*/
        font-size: 2em !important;
        padding: 0 20px;
    }
}






/* CSS para la paginación moderna - Agregar a tu archivo de estilos */

#paginationContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 30px 0;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

    #paginationContainer .page-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        height: 40px;
        padding: 0 12px;
        background: #fff;
        color: #58595b;
        border: 2px solid #e5e7eb;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.3s ease;
        user-select: none;
    }

        #paginationContainer .page-btn:hover {
            background: #b81731;
            color: #fff;
            border-color: #b81731;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(184, 23, 49, 0.3);
            text-decoration: none;
        }

        #paginationContainer .page-btn:focus {
            outline: none;
            text-decoration: none;
        }

        #paginationContainer .page-btn.active {
            background: #b81731;
            color: #fff;
            border-color: #b81731;
            box-shadow: 0 2px 8px rgba(184, 23, 49, 0.3);
        }

            #paginationContainer .page-btn.active:hover {
                background: #b81731;
                color: #fff;
                border-color: #b81731;
                transform: translateY(-1px);
            }

        #paginationContainer .page-btn.disabled {
            background: #f9fafb;
            color: #d1d5db;
            border-color: #e5e7eb;
            cursor: not-allowed;
            transform: none;
        }

            #paginationContainer .page-btn.disabled:hover {
                background: #f9fafb;
                color: #d1d5db;
                border-color: #e5e7eb;
                transform: none;
                box-shadow: none;
                text-decoration: none;
            }

    #paginationContainer .prev-btn,
    #paginationContainer .next-btn {
        padding: 0 16px;
        font-weight: 600;
    }

        #paginationContainer .prev-btn i,
        #paginationContainer .next-btn i {
            margin: 0 6px;
        }

    #paginationContainer .dots {
        color: #9ca3af;
        font-weight: bold;
        padding: 0 8px;
        display: flex;
        align-items: center;
        cursor: default;
        height: 40px;
    }

/* Responsive */
@media (max-width: 768px) {
    #paginationContainer .page-btn {
        min-width: 35px;
        height: 35px;
        font-size: 13px;
    }

    #paginationContainer .prev-btn,
    #paginationContainer .next-btn {
        padding: 0 12px;
    }

    #paginationContainer {
        gap: 6px;
    }

        #paginationContainer .dots {
            height: 35px;
        }
}

@media (max-width: 480px) {
    #paginationContainer .prev-btn span,
    #paginationContainer .next-btn span {
        display: none;
    }

    #paginationContainer .prev-btn,
    #paginationContainer .next-btn {
        min-width: 35px;
        padding: 0 8px;
    }
}

/* Eliminar estilos de Bootstrap que puedan interferir */
#paginationContainer .page-btn {
    border: 2px solid #e5e7eb !important;
}

    #paginationContainer .page-btn:hover {
        border-color: #b81731 !important;
    }

    #paginationContainer .page-btn.active {
        border-color: #b81731 !important;
    }

/* Asegurar que no haya estilos de lista */
#paginationContainer li {
    list-style: none;
}

#paginationContainer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}





/*-- Doctor Details --*/
.doctor-details-left {
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.doctor-details-item img {
    width: 100%;
    border-radius: 0;
}

.doctor-details-item .doctor-details-contact {
    padding: 50px;
}

    .doctor-details-item .doctor-details-contact h3 {
        font-weight: 600;
        font-size: 20px;
        color: #2C2D3F;
        margin-bottom: 30px;
    }

    .doctor-details-item .doctor-details-contact .basic-info {
        margin: 0;
        padding: 0;
    }

        .doctor-details-item .doctor-details-contact .basic-info li {
            list-style-type: none;
            display: block;
            font-weight: 400;
            font-size: 15px;
            color: #2C2D3F;
            margin-bottom: 10px;
        }

            .doctor-details-item .doctor-details-contact .basic-info li:last-child {
                margin-bottom: 0;
            }

            .doctor-details-item .doctor-details-contact .basic-info li i {
                display: inline-block;
                color: #b8092e;
                margin-right: 8px;
                font-size: 16px;
                position: relative;
                top: 1px;
            }

.doctor-details-area .doctor-details-left .social {
    margin-top: 25px;
}

    .doctor-details-area .doctor-details-left .social li {
        display: inline-block;
        margin-right: 10px;
    }

        .doctor-details-area .doctor-details-left .social li:last-child {
            margin-right: 0px;
        }

        .doctor-details-area .doctor-details-left .social li a {
            height: 34px;
            width: 34px;
            line-height: 34px;
            text-align: center;
            border: 1px solid #C8C8C8;
            text-align: center;
            padding: 0;
            border-radius: 4px;
            display: block;
            color: #757575;
            font-size: 16px;
        }

            .doctor-details-area .doctor-details-left .social li a:hover {
                color: #fff;
                background: #b8092e;
                border-color: transparent;
            }

.doctor-details-item .doctor-details-work h3 {
    font-weight: 600;
    font-size: 20px;
    color: #2C2D3F;
    margin-top: 30px;
}

.doctor-details-item .doctor-details-work .time-sidual {
}

.doctor-details-item .doctor-details-work .time-sidual {
    overflow: hidden;
}

    .doctor-details-item .doctor-details-work .time-sidual li {
        display: block;
        color: #2C2D3F;
        width: 100%;
        margin-bottom: 10px;
    }

        .doctor-details-item .doctor-details-work .time-sidual li span {
            display: inline-block;
            float: right;
        }

.doctor-details-item .doctor-details-work .day-head .time {
    font-weight: 400;
    float: right;
}

.doctor-details-area .doctor-details-right {
    padding-left: 60px;
    padding-top: 70px;
}

.doctor-details-item .doctor-details-biography {
}

    .doctor-details-item .doctor-details-biography h3 {
        font-weight: 600;
        font-size: 24px;
        color: #2f60bd;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .doctor-details-item .doctor-details-biography p {
        margin-bottom: 0;
    }

    .doctor-details-item .doctor-details-biography ul {
        margin: 0;
        padding: 0;
    }

        .doctor-details-item .doctor-details-biography ul li {
            list-style-type: none;
            display: block;
            margin-bottom: 10px;
        }

            .doctor-details-item .doctor-details-biography ul li:last-child {
                margin-bottom: 0;
            }

.doctor-details-item .doctor-name .name {
    font-size: 30px;
    font-weight: 600;
}

.doctor-details-item .doctor-name .deg {
    font-size: 22px;
    margin: 10px 0 5px 0;
}

.doctor-details-item .doctor-name .degree {
    font-size: 16px;
}
/*====================
	End Team CSS
======================*/




.why-choose .section-title h2 {
    color: #b8092e;
}

.especialidad-detalle-bloque-uno .section-title h2 {
    color: #b8092e;
}

.especialidad-detalle-bloque-dos .section-title h2 {
    color: #b8092e;
    text-transform: none;
}


.especialidad-detalle-bloque-dos_arbol .section-title h2 {
    color: #b8092e;
    text-transform: none;
}



/*====================
	Start Servicios CSS
======================*/
.servicios {
    /*background-image: url('img/testi-bg.jpg');*/
    /*background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;*/
    position: relative;
    background: #b81731;
}

    .servicios.single-page {
        /*background: #fff;*/
    }

    .servicios .section-title h2 {
        color: #b8092e;
    }

    .servicios .section-title p {
        color: #4f4f4f;
    }

    .servicios .single-team {
        background: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        /*margin-top: 30px;*/
        text-align: center;
        /*box-shadow: 0px 0px 10px #000021;*/
        border-radius: 35px;
        overflow: hidden;
    }

    .servicios .t-head {
        /*position: relative;
        overflow: hidden;*/
    }

        .servicios .t-head::before {
            /*position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            opacity: 0;
            visibility: hidden;
            content: "";
            z-index: 2;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;*/
        }

    .servicios .single-team:hover .t-head::before {
        visibility: visible;
        opacity: 0.5;
    }

    .servicios .t-head img {
        width: 50%;
        position: relative;
    }

    .servicios .t-icon a {
        /*position: absolute;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 46px;
        line-height: 40px;
        opacity: 0;
        visibility: hidden;
        font-weight: 400;
        text-align: center;
        color: #fff;
        border-radius: 0;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 99;
        margin: -23px 0 0 -75px;
        font-size: 15px;
        background: #b8092e;
        font-size: 13px;
        line-height: 46px;
        padding: 0;
        border-radius: 4px;*/
    }

    .servicios .single-team:hover .t-icon a {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }

    .servicios .t-bottom {
        text-align: center;
        position: relative;
        padding: 0 20px;
        padding: 25px 20px;
    }

        .servicios .t-bottom p {
            color: #666;
            font-size: 13px;
            display: block;
            margin-bottom: 4px;
        }

        .servicios .t-bottom h2 {
            font-size: 18px;
            text-transform: capitalize;
            font-weight: 500;
            color: #58595b;
        }

            .servicios .t-bottom h2 a:hover {
                color: #58595b;
            }


    .servicios .texto-1 {
        color: #fdba01;
        font-size: 25px;
    }

    .servicios .texto-2 {
        color: #fff;
        font-size: 25px;
    }


.card-servicios- {
    background-color: #868686;
    /*padding: 40px 40px 40px 40px;*/
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*margin-top: 30px;*/
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}





/*-- Doctor Details --*/
.doctor-details-left {
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.doctor-details-item img {
    width: 100%;
    border-radius: 0;
}

.doctor-details-item .doctor-details-contact {
    padding: 50px;
}

    .doctor-details-item .doctor-details-contact h3 {
        font-weight: 600;
        font-size: 20px;
        color: #2C2D3F;
        margin-bottom: 30px;
    }

    .doctor-details-item .doctor-details-contact .basic-info {
        margin: 0;
        padding: 0;
    }

        .doctor-details-item .doctor-details-contact .basic-info li {
            list-style-type: none;
            display: block;
            font-weight: 400;
            font-size: 15px;
            color: #2C2D3F;
            margin-bottom: 10px;
        }

            .doctor-details-item .doctor-details-contact .basic-info li:last-child {
                margin-bottom: 0;
            }

            .doctor-details-item .doctor-details-contact .basic-info li i {
                display: inline-block;
                color: #b8092e;
                margin-right: 8px;
                font-size: 16px;
                position: relative;
                top: 1px;
            }

.doctor-details-area .doctor-details-left .social {
    margin-top: 25px;
}

    .doctor-details-area .doctor-details-left .social li {
        display: inline-block;
        margin-right: 10px;
    }

        .doctor-details-area .doctor-details-left .social li:last-child {
            margin-right: 0px;
        }

        .doctor-details-area .doctor-details-left .social li a {
            height: 34px;
            width: 34px;
            line-height: 34px;
            text-align: center;
            border: 1px solid #C8C8C8;
            text-align: center;
            padding: 0;
            border-radius: 4px;
            display: block;
            color: #757575;
            font-size: 16px;
        }

            .doctor-details-area .doctor-details-left .social li a:hover {
                color: #fff;
                background: #b8092e;
                border-color: transparent;
            }

.doctor-details-item .doctor-details-work h3 {
    font-weight: 600;
    font-size: 20px;
    color: #2C2D3F;
    margin-top: 30px;
}

.doctor-details-item .doctor-details-work .time-sidual {
}

.doctor-details-item .doctor-details-work .time-sidual {
    overflow: hidden;
}

    .doctor-details-item .doctor-details-work .time-sidual li {
        display: block;
        color: #2C2D3F;
        width: 100%;
        margin-bottom: 10px;
    }

        .doctor-details-item .doctor-details-work .time-sidual li span {
            display: inline-block;
            float: right;
        }

.doctor-details-item .doctor-details-work .day-head .time {
    font-weight: 400;
    float: right;
}

.doctor-details-area .doctor-details-right {
    padding-left: 60px;
    padding-top: 70px;
}

.doctor-details-item .doctor-details-biography {
}

    .doctor-details-item .doctor-details-biography h3 {
        font-weight: 600;
        font-size: 24px;
        color: #2f60bd;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .doctor-details-item .doctor-details-biography p {
        margin-bottom: 0;
    }

    .doctor-details-item .doctor-details-biography ul {
        margin: 0;
        padding: 0;
    }

        .doctor-details-item .doctor-details-biography ul li {
            list-style-type: none;
            display: block;
            margin-bottom: 10px;
        }

            .doctor-details-item .doctor-details-biography ul li:last-child {
                margin-bottom: 0;
            }

.doctor-details-item .doctor-name .name {
    font-size: 30px;
    font-weight: 600;
}

.doctor-details-item .doctor-name .deg {
    font-size: 22px;
    margin: 10px 0 5px 0;
}

.doctor-details-item .doctor-name .degree {
    font-size: 16px;
}
/*====================
	End Servicios CSS
======================*/







/* INICIO PROGRAMAS NUEVA VERSION */


.programa {
    background: #fff;
}

    .programa .blog-title {
        text-align: center;
    }

    .programa .section-title h2 {
        color: #b8092e;
    }

    .programa .single-news {
        background: #fff;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        box-shadow: 0px 0px 10px #00000014;
        border-radius: 15px;
        overflow: hidden; /* Para asegurar que la imagen dentro del contenedor también se ajuste a las esquinas redondeadas */
    }

        .programa .single-news img {
            width: 100%;
            margin: 0;
            padding: 0;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .programa .single-news .news-head {
            position: relative;
            overflow: hidden;
        }

        .programa .single-news .news-content {
            text-align: left;
            background: #fff;
            z-index: 99;
            position: relative;
            padding: 30px;
            left: 0;
            z-index: 0;
        }

            .programa .single-news .news-content:before {
                position: absolute;
                content: "";
                left: 0;
                bottom: 0;
                height: 2px;
                width: 0%;
                background: #b8092e;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

        .programa .single-news:hover .news-content:before {
            opacity: 1;
            visibility: visible;
            width: 100%;
        }

        .programa .single-news .news-body h2 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            line-height: 24px;
            text-align: center;
        }

            .programa .single-news .news-body h2 a {
                color: #2C2D3F;
                font-weight: 500;
            }

                .programa .single-news .news-body h2 a:hover {
                    color: #b8092e;
                }

        .programa .single-news .news-content p {
            font-weight: 400;
            text-transform: capitalize;
            font-size: 13px;
            letter-spacing: 0px;
            line-height: 23px;
        }

        .programa .single-news .news-body .date {
            display: inline-block;
            font-size: 14px;
            margin-bottom: 5px;
            background: #b8092e;
            color: #fff;
            padding: 4px 15px;
            border-radius: 3px;
            font-size: 14px;
            margin-bottom: 10px;
        }

    .programa .grid .single-news {
        margin-top: 30px;
    }






/*=======================
	Start Blog CSS
=========================*/
.blog {
    background: #fff;
}

    .blog .blog-title {
        text-align: center;
    }

    .blog .single-news {
        background: #fff;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        box-shadow: 0px 0px 10px #00000014;
    }

        .blog .single-news img {
            width: 100%;
            margin: 0;
            padding: 0;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .blog .single-news .news-head {
            position: relative;
            overflow: hidden;
        }

        .blog .single-news .news-content {
            text-align: left;
            background: #fff;
            z-index: 99;
            position: relative;
            padding: 30px;
            left: 0;
            z-index: 0;
        }

            .blog .single-news .news-content:before {
                position: absolute;
                content: "";
                left: 0;
                bottom: 0;
                height: 2px;
                width: 0%;
                background: #b8092e;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

        .blog .single-news:hover .news-content:before {
            opacity: 1;
            visibility: visible;
            width: 100%;
        }

        .blog .single-news .news-body h2 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            line-height: 24px;
        }

            .blog .single-news .news-body h2 a {
                color: #2C2D3F;
                font-weight: 500;
            }

                .blog .single-news .news-body h2 a:hover {
                    color: #b8092e;
                }

        .blog .single-news .news-content p {
            font-weight: 400;
            text-transform: capitalize;
            font-size: 13px;
            letter-spacing: 0px;
            line-height: 23px;
        }

        .blog .single-news .news-body .date {
            display: inline-block;
            font-size: 14px;
            margin-bottom: 5px;
            background: #b8092e;
            color: #fff;
            padding: 4px 15px;
            border-radius: 3px;
            font-size: 14px;
            margin-bottom: 10px;
        }

    .blog .grid .single-news {
        margin-top: 30px;
    }





/* Blog Sidebar */
.main-sidebar {
    background: #fff;
    margin-top: 30px;
    background: transparent;
}

    .main-sidebar .single-widget {
        margin-bottom: 30px;
        padding: 40px;
        background: #fff;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        border-radius: 8px;
    }

        .main-sidebar .single-widget .title {
            position: relative;
            font-size: 18px;
            font-weight: 600;
            text-transform: capitalize;
            margin-bottom: 30px;
            display: block;
            background: #fff;
            padding-left: 12px;
        }

            .main-sidebar .single-widget .title::before {
                position: absolute;
                content: "";
                left: 0;
                bottom: -1px;
                height: 100%;
                width: 3px;
                background: #b8092e;
            }

        .main-sidebar .single-widget:last-child {
            margin: 0;
        }

    .main-sidebar .search {
        position: relative;
    }

        .main-sidebar .search input {
            width: 100%;
            height: 45px;
            box-shadow: none;
            text-shadow: none;
            font-size: 14px;
            border: none;
            color: #222;
            background: transparent;
            padding: 0 70px 0 20px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            border-radius: 0;
            border: 1px solid #eee;
            border-radius: 5px;
        }

        .main-sidebar .search .button {
            position: absolute;
            right: 40px;
            top: 40px;
            height: 44px;
            width: 50px;
            line-height: 45px;
            box-shadow: none;
            text-shadow: none;
            text-align: center;
            border: none;
            font-size: 14px;
            color: #fff;
            background: #333;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            border-radius: 0 5px 5px 0;
        }

            .main-sidebar .search .button:hover {
                background: #b8092e;
                color: #fff;
            }
    /* Category List */
    .main-sidebar .categor-list {
        margin-top: 15px;
    }

        .main-sidebar .categor-list li {
            margin-bottom: 10px;
        }

            .main-sidebar .categor-list li:last-child {
                margin-bottom: 0px;
            }

            .main-sidebar .categor-list li a {
                display: inline-block;
                color: #333;
                font-size: 14px;
            }

                .main-sidebar .categor-list li a:hover {
                    color: #b8092e;
                    padding-left: 7px;
                }

                .main-sidebar .categor-list li a i {
                    display: inline-block;
                    margin-right: 0px;
                    font-size: 9px;
                    transform: translateY(-1px);
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: all 0.4s ease;
                    -moz-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                }

                .main-sidebar .categor-list li a:hover i {
                    margin-right: 6px;
                    opacity: 1;
                    visibility: visible;
                }


    /* Recent Posts */
    .main-sidebar .single-post {
        position: relative;
        border-bottom: 1px solid #ddd;
        display: inline-block;
        padding: 17px 0;
        background-color: red;
    }

        .main-sidebar .single-post:last-child {
            padding-bottom: 0px;
            border: none;
        }

        .main-sidebar .single-post .image img {
            float: left;
            width: 80px;
            height: 80px;
            margin-right: 20px;
        }

        .main-sidebar .single-post .content {
            padding-left: 100px;
        }

            .main-sidebar .single-post .content h5 {
                line-height: 18px;
            }

                .main-sidebar .single-post .content h5 a {
                    color: #2C2D3F;
                    font-weight: 500;
                    font-size: 14px;
                    font-weight: 500;
                    margin-top: 10px;
                    display: block;
                    margin-bottom: 10px;
                    margin-top: 0;
                }

                    .main-sidebar .single-post .content h5 a:hover {
                        color: #b8092e;
                    }

            .main-sidebar .single-post .content .comment li {
                color: #888;
                display: inline-block;
                margin-right: 15px;
                font-weight: 400;
                font-size: 14px;
            }

                .main-sidebar .single-post .content .comment li:last-child {
                    margin-right: 0;
                }

                .main-sidebar .single-post .content .comment li i {
                    display: inline-block;
                    margin-right: 5px;
                }
    /* Blog Tags */
    .main-sidebar .side-tags .tag {
        margin-top: 40px;
    }

        .main-sidebar .side-tags .tag li {
            display: inline-block;
            margin-right: 7px;
            margin-bottom: 20px;
        }

            .main-sidebar .side-tags .tag li a {
                background: #fff;
                color: #333;
                padding: 8px 14px;
                text-transform: capitalize;
                border-radius: 0;
                font-size: 13px;
                background: #F6F7FB;
                border-radius: 4px;
            }

        .main-sidebar .side-tags .tag a:hover {
            color: #fff;
            background: #b8092e;
            border-color: transparent;
        }


.titulo-salud {
    font-family: 'Poppins';
    font-size: 24px; /* Puedes ajustar el tamaño si lo deseas */
    font-weight: 400;
    color: #58595b !important; /* Gris oscuro para "Programas de" */
    margin: 0; /* Opcional: elimina el margen superior/inferior */
    font-weight: normal !important;
}

    .titulo-salud span {
        color: #b81731; /* Rojo oscuro para "Salud Cayetano" */
        font-weight: 700;
        font-weight: bold !important;
    }




.titulo-iafas {
    font-family: 'Poppins';
    font-size: 24px; /* Puedes ajustar el tamaño si lo deseas */
    font-weight: 400;
    color: #1b4075 !important; /* Gris oscuro para "Programas de" */
    margin: 0; /* Opcional: elimina el margen superior/inferior */
    font-weight: bold !important;
}

    .titulo-iafas span {
        color: #58595b; /* Rojo oscuro para "Salud Cayetano" */
        font-weight: 700;
        font-weight: normal !important;
    }


.titulo-servicios {
    font-family: 'Poppins';
    font-size: 24px; /* Puedes ajustar el tamaño si lo deseas */
    font-weight: 400;
    color: #fdba01 !important; /* Gris oscuro para "Programas de" */
    margin: 0; /* Opcional: elimina el margen superior/inferior */
    font-weight: bold !important;
}

    .titulo-servicios span {
        color: #fff; /* Rojo oscuro para "Salud Cayetano" */
        font-weight: 700;
        font-weight: normal !important;
    }



/* Recent Programas salud */
.main-prog-salud .single-post {
    position: relative;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding: 0px 0px;
    background-color: #fff;
    /*background: #fff;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}

    .main-prog-salud .single-post:last-child {
        padding-bottom: 0px;
        border: none;
    }

    .main-prog-salud .single-post .image img {
        float: left;
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }

    .main-prog-salud .single-post .content {
        padding-left: 100px;
    }

        .main-prog-salud .single-post .content h5 {
            line-height: 18px;
        }

            .main-prog-salud .single-post .content h5 a {
                color: #2C2D3F;
                font-weight: 500;
                font-size: 14px;
                font-weight: 500;
                margin-top: 10px;
                display: block;
                margin-bottom: 10px;
                margin-top: 0;
            }

                .main-prog-salud .single-post .content h5 a:hover {
                    color: #b8092e;
                }

        .main-prog-salud .single-post .content .comment li {
            color: #888;
            display: inline-block;
            margin-right: 15px;
            font-weight: 400;
            font-size: 14px;
        }

            .main-prog-salud .single-post .content .comment li:last-child {
                margin-right: 0;
            }

            .main-prog-salud .single-post .content .comment li i {
                display: inline-block;
                margin-right: 5px;
            }
/* Blog Tags */
.main-prog-salud .side-tags .tag {
    margin-top: 40px;
}

    .main-prog-salud .side-tags .tag li {
        display: inline-block;
        margin-right: 7px;
        margin-bottom: 20px;
    }

        .main-prog-salud .side-tags .tag li a {
            background: #fff;
            color: #333;
            padding: 8px 14px;
            text-transform: capitalize;
            border-radius: 0;
            font-size: 13px;
            background: #F6F7FB;
            border-radius: 4px;
        }

    .main-prog-salud .side-tags .tag a:hover {
        color: #fff;
        background: #b8092e;
        border-color: transparent;
    }


.color-sede-medico {
    /*color: #df6941 !important;*/
    color: #58595b !important;
}


.tarjeta {
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

    .tarjeta img {
        /*width: 150px;*/
        height: auto;
        object-fit: cover;
    }

.contenido {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .contenido h5 {
        font-weight: bold;
        font-size: 1.2rem;
    }

        .contenido h5 span {
            color: #c21b2e; /* Color rojo similar */
        }

    .contenido p {
        margin: 0;
        color: #555;
    }

@media (max-width: 767px) {
    .tarjeta {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding-top: 5px;
    }

    .contenido {
        padding: 15px;
    }

    .tarjeta img {
        width: 100%;
        max-width: 200px;
    }
}


/* Centrar el teléfono en pantallas medianas y pequeñas */
@media (max-width: 992px) {
    .titulo-iafas {
        font-family: 'Poppins';
        font-size: 25px !important; /* Puedes ajustar el tamaño si lo deseas */
    }
}

@media (max-width: 768px) {
    .titulo-iafas {
        font-family: 'Poppins';
        font-size: 25px !important; /* Puedes ajustar el tamaño si lo deseas */
    }
}

@media (max-width: 480px) {
    .titulo-iafas {
        font-family: 'Poppins';
        font-size: 25px !important; /* Puedes ajustar el tamaño si lo deseas */
    }
}





/* News Single */
.news-single {
    padding: 60px 0 90px;
    background: #f8f8f8;
}

    .news-single .single-main {
        margin-top: 30px;
        background: #fff;
        padding: 30px;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        border-radius: 8px;
    }

    .news-single .news-head {
    }

        .news-single .news-head img {
            width: 100%;
            height: 100%;
        }

    .news-single .news-title {
        font-size: 25px;
        margin: 20px 0;
    }

        .news-single .news-title a {
            color: #252525;
            font-weight: 600;
        }

            .news-single .news-title a:hover {
                color: #b8092e;
            }
/* Blog Meta */
.news-single {
    background: #fff;
}

    .news-single .meta {
        overflow: hidden;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        width: 100%;
        padding: 10px 0;
        margin-bottom: 15px;
    }

        .news-single .meta span {
            margin-right: 10px;
            display: inline-block;
        }

            .news-single .meta span:last-child {
                margin: 0;
            }

            .news-single .meta span, .news-single .meta span a {
                color: #2C2D3F;
                font-weight: 400;
            }

                .news-single .meta span i {
                    margin-right: 5px;
                    color: #b8092e;
                }

    .news-single .meta-left {
        float: left;
    }

        .news-single .meta-left .author img {
            width: 45px;
            height: 45px;
            border-radius: 100%;
            margin-right: 12px;
        }

        .news-single .meta-left .author {
            float: left;
        }

        .news-single .meta-left span.date {
            margin-top: 10px;
        }

    .news-single .meta-right {
        float: right;
        margin-top: 10px;
    }

    .news-single .news-content {
        margin: 20px 0;
    }

        .news-single .news-content p {
            margin-bottom: 10px;
        }

            .news-single .news-content p:last-child {
                margin: 0;
            }

    .news-single .news-text p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    /* Image Gallery */
    .news-single .image-gallery {
        margin-bottom: 20px;
    }

        .news-single .image-gallery .single-image {
            overflow: hidden;
        }

            .news-single .image-gallery .single-image:hover img {
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                transform: scale(1.2);
            }
    /* Blockqoute */
    .news-single blockquote {
        background-image: url('img/blockqoute-bg.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 30px;
        overflow: hidden;
    }

        .news-single blockquote::before {
            opacity: 0.9;
        }

    .news-single .news-text blockquote p {
        color: #fff;
        margin: 0;
        line-height: 26px;
        font-size: 15px;
        position: relative;
    }

    .news-single .blog-bottom {
        overflow: hidden;
    }
    /* Social Share */
    .news-single .social-share {
        float: left;
    }

        .news-single .social-share li {
            float: left;
        }

            .news-single .social-share li span {
                padding-left: 5px;
            }

            .news-single .social-share li.facebook a {
                background: #5d82d1;
            }

            .news-single .social-share li.twitter a {
                background: #40bff5;
            }

            .news-single .social-share li.google-plus a {
                background: #eb5e4c;
            }

            .news-single .social-share li.linkedin a {
                background: #238cc8;
            }

            .news-single .social-share li.pinterest a {
                background: #e13138;
            }

            .news-single .social-share li a {
                padding: 10px 20px;
                display: block;
                color: #fff;
            }

                .news-single .social-share li a:hover {
                    background: #2B343E;
                }
    /* Prev Next Button */
    .news-single .prev-next {
        float: right;
    }

        .news-single .prev-next li {
            display: inline-block;
            padding: 0;
            margin-right: 5px;
        }

            .news-single .prev-next li:last-child {
                border: none;
            }

            .news-single .prev-next li a {
                display: block;
                width: 40px;
                height: 40px;
                line-height: 36px;
                text-align: center;
                font-size: 16px;
                border: 1px solid #c4c4c4;
                color: #555;
                border-radius: 4px;
            }

                .news-single .prev-next li a:hover {
                    color: #fff;
                    background: #b8092e;
                    border-color: transparent;
                }
    /* Blog Comments */
    .news-single .blog-comments {
        margin-top: 30px;
        background: transparent;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        border-radius: 8px;
        padding: 30px;
    }

        .news-single .blog-comments h2 {
            text-align: left;
            text-transform: capitalize;
            font-size: 18px;
            color: #252525;
            margin-bottom: 20px;
        }

        .news-single .blog-comments h4 span {
            float: right;
        }

    .news-single .single-comments {
        overflow: hidden;
        margin-bottom: 30px;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding-bottom: 30px;
    }

        .news-single .single-comments.left .main {
            padding-left: 100px;
            position: relative;
            margin-left: 100px;
        }

        .news-single .single-comments.left img {
            position: absolute;
            left: 0;
            top: 0;
        }

        .news-single .single-comments:last-child {
            margin: 0;
            border: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .news-single .single-comments .main {
            overflow: hidden;
        }

        .news-single .single-comments .head {
            float: left;
            margin-right: 20px;
            text-align: center;
            width: 12%;
        }

    .news-single .head img {
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 100%;
        border: 5px solid #f8f8f8;
    }

    .news-single .single-comments .body {
        float: left;
        width: 85%;
    }

    .news-single .single-comments.left .body {
        float: noene;
        width: 100%;
    }

    .news-single .single-comments .comment-list {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #e2e2e2;
        overflow: hidden;
    }

        .news-single .single-comments .comment-list .body {
            width: 78%;
        }

    .news-single .single-comments h4 {
        margin: 0 0 5px;
        font-size: 16px;
        text-align: left;
        font-weight: 500;
        color: #252525;
    }

    .news-single .single-comments .comment-meta {
        margin-bottom: 5px;
    }

    .news-single .single-comments .meta {
        font-size: 13px;
        color: #555;
        font-weight: 400;
        border: none;
        margin-right: 10px;
        padding: 0;
        margin: 0 10px 0 0;
    }

        .news-single .single-comments .meta:last-child {
            margin: 0;
        }

    .news-single .comment-meta span i {
        margin-right: 5px;
    }

    .news-single .comment-meta span:last-child {
        margin: 0;
    }

    .news-single .single-comments p {
        font-size: 13px;
    }

    .news-single .single-comments a {
        text-transform: capitalize;
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        padding: 3px 15px;
        display: inline-block;
        margin-top: 10px;
        border-radius: 4px;
        background: #b8092e;
        color: #fff;
    }

        .news-single .single-comments a:hover {
            background: #2C2D3F;
            color: #fff;
        }

        .news-single .single-comments a i {
            margin-right: 5px;
        }

    .news-single .comment-list {
        padding-left: 50px;
    }

    .news-single .single-comments.login {
        text-align: center;
    }

        .news-single .single-comments.login i {
            font-size: 20px;
        }

        .news-single .single-comments.login a {
            text-align: center;
        }

            .news-single .single-comments.login a:hover {
                color: #353535;
            }

    .news-single .comments-form {
        margin-top: 30px;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        border-radius: 8px;
        padding: 30px;
    }

        .news-single .comments-form h2 {
            text-align: left;
            font-size: 18px;
            color: #353535;
            margin-bottom: 20px;
            text-transform: capitalize;
        }

    .news-single .form {
    }

    .news-single .form-group {
        position: relative;
        display: block;
        margin: 0 0 20px;
    }

        .news-single .form-group i {
            position: absolute;
            left: 12px;
            top: 17px;
            z-index: 1;
            color: #b8092e;
        }

        .news-single .form-group input {
            width: 100%;
            height: 50px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            font-weight: 400;
            border-radius: 0px;
            padding-left: 34px;
            padding-right: 20px;
            border: none;
            line-height: 50px;
            font-weight: 400;
            font-size: 14px;
            color: #2C2D3F;
        }

        .news-single .form-group textarea {
            border: 1px solid #ddd;
            width: 100%;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            box-shadow: none;
            border-radius: 0px;
            border: none;
            height: 190px;
            padding: 15px 15px 15px 35px;
            resize: none;
            font-weight: 400;
            font-size: 14px;
            color: #2C2D3F;
        }

        .news-single .form-group input, .news-single .form-group textarea {
            border: 1px solid transparent;
            border: 1px solid #eee;
            border-radius: 5px;
        }

        .news-single .form-group.message i {
            top: 22px;
        }

        .news-single .form-group .button {
            padding: 10px 30px;
            font-size: 14px;
            text-transform: uppercase;
            display: block;
            border: 0px solid;
            color: #fff;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            padding: 15px 30px;
        }

            .news-single .form-group .button:hover {
                background: #353535;
            }

            .news-single .form-group .button i {
                position: relative;
                display: inline-block;
                color: #fff;
                margin-right: 10px;
                padding: 0px;
            }

        .news-single .form-group.button {
            margin: 0;
            text-align: left;
        }

            .news-single .form-group.button .btn {
                background: #fff;
                background: #b8092e;
                color: #fff;
            }

                .news-single .form-group.button .btn:hover {
                    color: #fff;
                }

                .news-single .form-group.button .btn i {
                    color: #fff;
                    position: relative;
                    top: 0;
                    left: 0;
                    margin-right: 10px;
                    -webkit-transition: all 0.3s ease 0s;
                    -moz-transition: all 0.3s ease 0s;
                    transition: all 0.3s ease 0s;
                }
/*===================
	End Blog CSS
=====================*/








/*==========================
	Start Buscar Cita CSS
============================*/


/*color: #999;*/

/*.buscarcita {
    margin-top: 30px;
    background: #fff;
    padding-top: 0px;
    padding-bottom: 15px;
    color: red;
    font-family: Poppins !important;
}

.fondo-franja-buscar-cita {
    padding-bottom: 15px;
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    border: 0px solid #ccc;
    border-radius: 15px;
    background-color: #b81731;
    outline: none;
    transition: border 0.3s;
}

.buscarcita.single-page {
    background: #fff;
    padding-top: 100px 0;
    padding: 0;
    padding: 100px 0;
}

        .buscarcita.single-page .buscarcita-inner {
            padding: 40px;
            box-shadow: 0px 0px 10px #000024;
            border-radius: 5px;
        }

        .buscarcita.single-page .title {
        }

            .buscarcita.single-page .title h3 {
                font-size: 25px;
                display: block;
                margin-bottom: 10px;
                font-weight: 600;
            }

            .buscarcita.single-page .title p {

            }

    .buscarcita .form {
        margin-top: 15px;
        padding-left:50px;
    }

        .buscarcita .form .form-group {
        }

        .buscarcita .form input {
            width: 100%;
            height: 50px;
            border: 0px solid #eee;
            text-transform: none;
            padding: 0px 18px;
            color: #555;
            font-size: 14px;
            font-weight: 400;
            border-radius: 0;
            border-radius: 15px;
        }

        .buscarcita .form textarea {
            width: 100%;
            height: 200px;
            padding: 18px;
            border: 1px solid #eee;
            text-transform: none;
            resize: none;
            border-radius: 4px;
        }

.buscarcita .form-group .nice-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0px solid #eee;
    text-transform: none;
    padding: 0px 18px;
    
    color: #d9d9d9;
    font-size: 14px;
    font-weight: 400;
    border-radius: 15px;
    font-weight: 400;
}

        .buscarcita .form-group .nice-select::after {
            right: 20px;
            color: #757575;
        }

    .buscarcita .form-group .list {
        border-radius: 4px;
    }

        .buscarcita .form-group .list li {
            color: #757575;
            border-radius: 0;
        }

            .buscarcita .form-group .list li.selected {
                color: #757575;
                font-weight: 400;
            }

            .buscarcita .form-group .list li:hover {
                color: #fff;
                background: #b8092e;
            }

    .buscarcita .buscarcita-image {
    }
        

    .buscarcita .form .button {
        margin-top: 0px;
    }

    .buscarcita .form .btn {
        color: #fff;
        background: #b8092e;
        font-weight: 500;
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }


        .buscarcita .form .btn:hover {
            background-color: rgba(204, 0, 0, 0.1);
        }

        .buscarcita .form .btn:last-child {
            margin: 0;
        }

        .buscarcita .form .btn.primary {
            
            background: #fdba01;
            color: #58595b;
            font-weight:bold;

            font-size:16px;

        }

            .buscarcita .form .btn.primary:hover {
                background-color: #fcc93d;
            }



            .buscarcita .form .btn.primary:before {
            
                background: #df6941;
            }
            

    .buscarcita  .button {
        margin-top: 30px;

    }

    .buscarcita  .btn {
        color: #fff;
        background: #b8092e;
        font-weight: 500;
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }

        .buscarcita  .btn:last-child {
            margin: 0;
        }

        .buscarcita .single-slider .btn.primary {
            
            background: #4f4f4f;
            color: #fff;
        }

            .buscarcita  .btn.primary:before {
                background: #b8092e;
            }



.buscarcita .form p {
    margin-top: 0px;
    color: #fff;
}

    .buscarcita.single-page .work-hour {
        background: #b8092e;
        padding: 40px;
        box-shadow: 0px 0px 10px #000024;
        border-radius: 4px;
    }

        .buscarcita.single-page .work-hour h3 {
            font-size: 25px;
            display: block;
            font-weight: 600;
            margin-bottom: 20px;
            color: #fff;
        }

    .buscarcita.single-page .time-sidual {
        margin-top: 15px;
    }

    .buscarcita.single-page .time-sidual {
        overflow: hidden;
    }

        .buscarcita.single-page .time-sidual li {
            display: block;
            color: #fff;
            width: 100%;
            margin-bottom: 10px;
        }

            .buscarcita.single-page .time-sidual li span {
                display: inline-block;
                float: right;
            }

    .buscarcita.single-page .day-head .time {
        font-weight: 400;
        float: right;
    }


.buscarcita .titulo-banercita p {
    color: #fff;
    
    width: 100%;
    
    font-size: 22px;
}*/


/* Tu CSS existente */
/* Tu CSS existente */
.buscarcita {
    margin-top: 30px;
    background: #fff;
    padding-top: 0px;
    padding-bottom: 15px;
    color: red;
    font-family: Poppins !important;
}

.fondo-franja-buscar-cita {
    padding-bottom: 15px;
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    border: 0px solid #ccc;
    border-radius: 15px;
    background-color: #b81731;
    outline: none;
    transition: border 0.3s;
}

.buscarcita.single-page {
    background: #fff;
    padding-top: 100px 0;
    padding: 0;
    padding: 100px 0;
}

    .buscarcita.single-page .buscarcita-inner {
        padding: 40px;
        box-shadow: 0px 0px 10px #000024;
        border-radius: 5px;
    }

    .buscarcita.single-page .title h3 {
        font-size: 25px;
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
    }

.buscarcita .form {
    margin-top: 15px;
    padding-left: 50px;
}

    .buscarcita .form input {
        width: 100%;
        height: 50px;
        border: 0px solid #eee;
        text-transform: none;
        padding: 0px 18px;
        color: #555;
        font-size: 14px;
        font-weight: 400;
        border-radius: 0;
        border-radius: 15px;
    }

    .buscarcita .form textarea {
        width: 100%;
        height: 200px;
        padding: 18px;
        border: 1px solid #eee;
        text-transform: none;
        resize: none;
        border-radius: 4px;
    }

.buscarcita .form-group .nice-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0px solid #eee;
    text-transform: none;
    padding: 0px 18px;
    color: #d9d9d9;
    font-size: 14px;
    font-weight: 400;
    border-radius: 15px;
    font-weight: 400;
}

    .buscarcita .form-group .nice-select::after {
        right: 20px;
        color: #757575;
    }

.buscarcita .form-group .list {
    border-radius: 4px;
}

    .buscarcita .form-group .list li {
        color: #757575;
        border-radius: 0;
    }

        .buscarcita .form-group .list li.selected {
            color: #757575;
            font-weight: 400;
        }

        .buscarcita .form-group .list li:hover {
            color: #fff;
            background: #b8092e;
        }

.buscarcita .form .button {
    margin-top: 0px;
}

.buscarcita .form .btn {
    color: #fff;
    background: #b8092e;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

    .buscarcita .form .btn:hover {
        background-color: rgba(204, 0, 0, 0.1);
    }

    .buscarcita .form .btn:last-child {
        margin: 0;
    }

    .buscarcita .form .btn.primary {
        background: #fdba01;
        color: #58595b;
        font-weight: bold;
        font-size: 16px;
    }

        .buscarcita .form .btn.primary:hover {
            background-color: #fcc93d;
        }

        .buscarcita .form .btn.primary:before {
            background: #df6941;
        }

.buscarcita .button {
    margin-top: 30px;
}

.buscarcita .btn {
    color: #fff;
    background: #b8092e;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

    .buscarcita .btn:last-child {
        margin: 0;
    }

.buscarcita .single-slider .btn.primary {
    background: #4f4f4f;
    color: #fff;
}

.buscarcita .btn.primary:before {
    background: #b8092e;
}

.buscarcita .form p {
    margin-top: 0px;
    color: #fff;
}

.buscarcita.single-page .work-hour {
    background: #b8092e;
    padding: 40px;
    box-shadow: 0px 0px 10px #000024;
    border-radius: 4px;
}

    .buscarcita.single-page .work-hour h3 {
        font-size: 25px;
        display: block;
        font-weight: 600;
        margin-bottom: 20px;
        color: #fff;
    }

.buscarcita.single-page .time-sidual {
    margin-top: 15px;
    overflow: hidden;
}

    .buscarcita.single-page .time-sidual li {
        display: block;
        color: #fff;
        width: 100%;
        margin-bottom: 10px;
    }

        .buscarcita.single-page .time-sidual li span {
            display: inline-block;
            float: right;
        }

.buscarcita.single-page .day-head .time {
    font-weight: 400;
    float: right;
}

.buscarcita .titulo-banercita p {
    color: #fff;
    width: 100%;
    font-size: 22px;
}

/* NUEVAS REGLAS PARA PANTALLAS PEQUEÑAS */

/* Tablets y pantallas medianas */
@media (max-width: 992px) {
    .buscarcita .form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .buscarcita .titulo-banercita p {
        font-size: 23px;
        text-align: center;
        margin-bottom: 15px;
    }
}

/* Móviles y pantallas pequeñas */
@media (max-width: 768px) {
    .fondo-franja-buscar-cita {
        text-align: center;
    }

    .buscarcita .form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .buscarcita .titulo-banercita {
        /*margin-bottom: 20px;*/
        margin-bottom: 5px;
    }

        .buscarcita .titulo-banercita p {
            font-size: 25px;
            text-align: center;
            margin-bottom: 0;
        }

    .buscarcita .form-group {
        margin-bottom: 15px;
        text-align: center;
    }

        .buscarcita .form input,
        .buscarcita .form-group .nice-select,
        .buscarcita .form select {
            margin: 0 auto;
            text-align: center;
        }

    .buscarcita .button {
        text-align: center;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .buscarcita .btn.primary {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .buscarcita .form .button {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    /* Hacer que las columnas se apilen verticalmente */
    .buscarcita .row [class*="col-"] {
        margin-bottom: 15px;
    }
}

/* Móviles muy pequeños */
@media (max-width: 480px) {
    .fondo-franja-buscar-cita {
        padding: 15px 10px;
    }

    .buscarcita .titulo-banercita p {
        font-size: 25px;
    }

    .buscarcita .form input,
    .buscarcita .form-group .nice-select {
        font-size: 13px;
        height: 45px;
        line-height: 45px;
    }

    .buscarcita .btn.primary {
        font-size: 14px;
        padding: 12px 20px;
    }
}


/* ===== Placeholders personalizados ===== */

/* Color por defecto */
.buscarcita .form input::placeholder {
    color: #d9d9d9; /* blanco para que contraste con el fondo rojo */
    opacity: 1; /* asegura que no se vea apagado */
    text-align: left;
}

/* Cuando el input está en foco */
.buscarcita .form input:focus::placeholder {
    color: #d9d9d9; /* amarillo cuando haces clic en el campo */
    opacity: 1;
    text-align: left;
}

/* ✅ Para móviles: quitar salto de línea en "Reserva tu cita" */
@media (max-width: 768px) {
    .buscarcita .titulo-banercita br {
        display: none;
    }
}
/*aaaaaaaaaaaaaaaaaaaa*/

/* Agregar al final de tu CSS existente */

/* ===== FIX PARA ZOOM EN IPHONE ===== */
/* Previene el zoom automático en iOS cuando se enfoca un input */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .buscarcita .form input,
    .buscarcita .form select,
    .buscarcita .form textarea {
        font-size: 16px !important;
    }
}

/* Solo para dispositivos iOS */
@supports (-webkit-touch-callout: none) {
    .buscarcita .form input,
    .buscarcita .form select,
    .buscarcita .form textarea {
        font-size: 16px !important;
    }
}

/* Alternativa más específica para iPhone */
@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .buscarcita .form input,
    .buscarcita .form-group .nice-select {
        font-size: 16px !important;
    }
}

/*==========================
	End Buscar Cita CSS
============================*/










/*==========================
	Start Buscar Cita CSS
============================*/

/*.buscarespecialidad {
    margin-top: 30px;
    
    background: #fff;
    padding-top: 0px;
    padding-bottom: 15px;
    color: red;
    font-family: Poppins !important;
}

.fondo-franja-buscar-cita {
    padding-bottom: 15px;
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    border: 0px solid #ccc;
    border-radius: 15px;
    background-color: #b81731;
    outline: none;
    transition: border 0.3s;
}

.buscarespecialidad.single-page {
    background: #fff;
    padding-top: 100px 0;
    padding: 0;
    padding: 100px 0;
}

    .buscarespecialidad.single-page .buscarespecialidad-inner {
        padding: 40px;
        box-shadow: 0px 0px 10px #000024;
        border-radius: 5px;
    }

    .buscarespecialidad.single-page .title {
    }

        .buscarespecialidad.single-page .title h3 {
            font-size: 25px;
            display: block;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .buscarespecialidad.single-page .title p {
        }

.buscarespecialidad .form {
    margin-top: 15px;
    padding-left: 50px;
}

    .buscarespecialidad .form .form-group {
    }

    .buscarespecialidad .form input {
        width: 100%;
        height: 50px;
        border: 0px solid #eee;
        text-transform: capitalize;
        padding: 0px 18px;
        color: #555;
        font-size: 14px;
        font-weight: 400;
        border-radius: 0;
        border-radius: 15px;
    }

    .buscarespecialidad .form textarea {
        width: 100%;
        height: 200px;
        padding: 18px;
        border: 1px solid #eee;
        text-transform: capitalize;
        resize: none;
        border-radius: 4px;
    }

.buscarespecialidad .form-group .nice-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0px solid #eee;
    text-transform: capitalize;
    padding: 0px 18px;
    
    color: #d9d9d9;
    font-size: 14px;
    font-weight: 400;
    border-radius: 15px;
    font-weight: 400;
}

    .buscarespecialidad .form-group .nice-select::after {
        right: 20px;
        color: #757575;
    }

.buscarespecialidad .form-group .list {
    border-radius: 4px;
}

    .buscarespecialidad .form-group .list li {
        color: #757575;
        border-radius: 0;
    }

        .buscarespecialidad .form-group .list li.selected {
            color: #757575;
            font-weight: 400;
        }

        .buscarespecialidad .form-group .list li:hover {
            color: #fff;
            background: #b8092e;
        }

.buscarespecialidad .buscarespecialidad-image {
}



.buscarespecialidad .form .button {
    margin-top: 0px;
}

.buscarespecialidad .form .btn {
    color: #fff;
    background: #b8092e;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

    .buscarespecialidad .form .btn:last-child {
        margin: 0;
    }

    .buscarespecialidad .form .btn.primary {
        
        background: #fdba01;
        color: #58595b;
        font-weight: bold;
    }

        .buscarespecialidad .form .btn.primary:before {
            background: #df6941;
        }


        .buscarespecialidad .form .btn.primary:hover {
            
            background: #fcc93d;
        }






.buscarespecialidad .button {
    margin-top: 30px;
}

.buscarespecialidad .btn {
    color: #fff;
    background: #b8092e;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

    .buscarespecialidad .btn:last-child {
        margin: 0;
    }

.buscarespecialidad .single-slider .btn.primary {
    
    background: #4f4f4f;
    color: #fff;
}

.buscarespecialidad .btn.primary:before {
    background: #b8092e;
}








.buscarespecialidad .form p {
    
    margin-top: 0px;
    color: #fff;
}

.buscarespecialidad.single-page .work-hour {
    background: #b8092e;
    padding: 40px;
    box-shadow: 0px 0px 10px #000024;
    border-radius: 4px;
}

    .buscarespecialidad.single-page .work-hour h3 {
        font-size: 25px;
        display: block;
        font-weight: 600;
        margin-bottom: 20px;
        color: #fff;
    }

.buscarespecialidad.single-page .time-sidual {
    margin-top: 15px;
}

.buscarespecialidad.single-page .time-sidual {
    overflow: hidden;
}

    .buscarespecialidad.single-page .time-sidual li {
        display: block;
        color: #fff;
        width: 100%;
        margin-bottom: 10px;
    }

        .buscarespecialidad.single-page .time-sidual li span {
            display: inline-block;
            float: right;
        }

.buscarespecialidad.single-page .day-head .time {
    font-weight: 400;
    float: right;
}


.buscarespecialidad .titulo-banercita p {
    color: #fff;
    font-weight: bold;
    width: 100%;
    
    font-size: 18px;
}*/

/* Tu CSS existente */
.buscarespecialidad {
    margin-top: 30px;
    background: #fff;
    padding-top: 0px;
    padding-bottom: 15px;
    color: red;
    font-family: Poppins !important;
}

.fondo-franja-buscar-cita {
    padding-bottom: 15px;
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    border: 0px solid #ccc;
    border-radius: 15px;
    background-color: #b81731;
    outline: none;
    transition: border 0.3s;
}

.buscarespecialidad.single-page {
    background: #fff;
    padding-top: 100px 0;
    padding: 0;
    padding: 100px 0;
}

    .buscarespecialidad.single-page .buscarespecialidad-inner {
        padding: 40px;
        box-shadow: 0px 0px 10px #000024;
        border-radius: 5px;
    }

    .buscarespecialidad.single-page .title h3 {
        font-size: 25px;
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
    }

.buscarespecialidad .form {
    margin-top: 15px;
    padding-left: 50px;
}

    .buscarespecialidad .form input {
        width: 100%;
        height: 50px;
        border: 0px solid #eee;
        text-transform: capitalize;
        padding: 0px 18px;
        color: #555;
        font-size: 14px;
        font-weight: 400;
        border-radius: 0;
        border-radius: 15px;
    }

    .buscarespecialidad .form textarea {
        width: 100%;
        height: 200px;
        padding: 18px;
        border: 1px solid #eee;
        text-transform: capitalize;
        resize: none;
        border-radius: 4px;
    }

.buscarespecialidad .form-group .nice-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0px solid #eee;
    text-transform: capitalize;
    padding: 0px 18px;
    color: #d9d9d9;
    font-size: 14px;
    font-weight: 400;
    border-radius: 15px;
    font-weight: 400;
}

    .buscarespecialidad .form-group .nice-select::after {
        right: 20px;
        color: #757575;
    }

.buscarespecialidad .form-group .list {
    border-radius: 4px;
}

    .buscarespecialidad .form-group .list li {
        color: #757575;
        border-radius: 0;
    }

        .buscarespecialidad .form-group .list li.selected {
            color: #757575;
            font-weight: 400;
        }

        .buscarespecialidad .form-group .list li:hover {
            color: #fff;
            background: #b8092e;
        }

.buscarespecialidad .form .button {
    margin-top: 0px;
}

.buscarespecialidad .form .btn {
    color: #fff;
    background: #b8092e;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

    .buscarespecialidad .form .btn:last-child {
        margin: 0;
    }

    .buscarespecialidad .form .btn.primary {
        background: #fdba01;
        color: #58595b;
        font-weight: bold;
    }

        .buscarespecialidad .form .btn.primary:before {
            background: #df6941;
        }

        .buscarespecialidad .form .btn.primary:hover {
            background: #fcc93d;
        }

.buscarespecialidad .button {
    margin-top: 30px;
}

.buscarespecialidad .btn {
    color: #fff;
    background: #b8092e;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

    .buscarespecialidad .btn:last-child {
        margin: 0;
    }

.buscarespecialidad .single-slider .btn.primary {
    background: #4f4f4f;
    color: #fff;
}

.buscarespecialidad .btn.primary:before {
    background: #b8092e;
}

.buscarespecialidad .form p {
    margin-top: 0px;
    color: #fff;
}

.buscarespecialidad.single-page .work-hour {
    background: #b8092e;
    padding: 40px;
    box-shadow: 0px 0px 10px #000024;
    border-radius: 4px;
}

    .buscarespecialidad.single-page .work-hour h3 {
        font-size: 25px;
        display: block;
        font-weight: 600;
        margin-bottom: 20px;
        color: #fff;
    }

.buscarespecialidad.single-page .time-sidual {
    margin-top: 15px;
    overflow: hidden;
}

    .buscarespecialidad.single-page .time-sidual li {
        display: block;
        color: #fff;
        width: 100%;
        margin-bottom: 10px;
    }

        .buscarespecialidad.single-page .time-sidual li span {
            display: inline-block;
            float: right;
        }

.buscarespecialidad.single-page .day-head .time {
    font-weight: 400;
    float: right;
}

.buscarespecialidad .titulo-banercita p {
    color: #fff;
    font-weight: bold;
    width: 100%;
    font-size: 18px;
}

/* NUEVAS REGLAS PARA PANTALLAS PEQUEÑAS */

/* Tablets y pantallas medianas */
@media (max-width: 992px) {
    .buscarespecialidad .form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .buscarespecialidad .titulo-banercita p {
        font-size: 22px;
        text-align: center;
        margin-bottom: 15px;
    }
}

/* Móviles y pantallas pequeñas */
@media (max-width: 768px) {
    .fondo-franja-buscar-cita {
        text-align: center;
    }

    .buscarespecialidad .form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .buscarespecialidad .titulo-banercita {
        margin-bottom: 8px;
    }

        .buscarespecialidad .titulo-banercita p {
            font-size: 22px;
            text-align: center;
            margin-bottom: 0;
        }

    .buscarespecialidad .form-group {
        margin-bottom: 15px;
        text-align: center;
    }

        .buscarespecialidad .form input,
        .buscarespecialidad .form-group .nice-select,
        .buscarespecialidad .form select {
            margin: 0 auto;
            text-align: center;
        }

    .buscarespecialidad .button {
        text-align: center;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .buscarespecialidad .btn.primary {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .buscarespecialidad .form .button {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    /* Hacer que las columnas se apilen verticalmente */
    .buscarespecialidad .row [class*="col-"] {
        margin-bottom: 15px;
    }
}

/* Móviles muy pequeños */
@media (max-width: 480px) {
    .fondo-franja-buscar-cita {
        padding: 15px 10px;
    }

    .buscarespecialidad .titulo-banercita p {
        font-size: 22px;
    }

    .buscarespecialidad .form input,
    .buscarespecialidad .form-group .nice-select {
        font-size: 13px;
        height: 45px;
        line-height: 45px;
    }

    .buscarespecialidad .btn.primary {
        font-size: 14px;
        padding: 12px 20px;
    }
}

@media (max-width: 768px) {
    .buscarespecialidad .titulo-banercita br {
        display: none;
    }
}










/*==========================
	Start Appointment CSS
============================*/
.appointment {
    background: #fff;
    padding-top: 100px;
}

    .appointment.single-page {
        background: #fff;
        padding-top: 100px 0;
        padding: 0;
        padding: 100px 0;
    }

        .appointment.single-page .appointment-inner {
            padding: 40px;
            box-shadow: 0px 0px 10px #000024;
            border-radius: 5px;
        }

        .appointment.single-page .title {
        }

            .appointment.single-page .title h3 {
                font-size: 25px;
                display: block;
                margin-bottom: 10px;
                font-weight: 600;
            }

            .appointment.single-page .title p {
            }

    .appointment .form {
        margin-top: 30px;
    }

        .appointment .form .form-group {
        }

        .appointment .form input {
            width: 100%;
            height: 50px;
            border: 1px solid #eee;
            text-transform: capitalize;
            padding: 0px 18px;
            color: #555;
            font-size: 14px;
            font-weight: 400;
            border-radius: 0;
            border-radius: 4px;
        }

        .appointment .form textarea {
            width: 100%;
            height: 200px;
            padding: 18px;
            border: 1px solid #eee;
            text-transform: capitalize;
            resize: none;
            border-radius: 4px;
        }

    .appointment .form-group .nice-select {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border: 1px solid #eee;
        text-transform: capitalize;
        padding: 0px 18px;
        color: #999;
        font-size: 14px;
        font-weight: 400;
        border-radius: 4px;
        font-weight: 400;
    }

        .appointment .form-group .nice-select::after {
            right: 20px;
            color: #757575;
        }

    .appointment .form-group .list {
        border-radius: 4px;
    }

        .appointment .form-group .list li {
            color: #757575;
            border-radius: 0;
        }

            .appointment .form-group .list li.selected {
                color: #757575;
                font-weight: 400;
            }

            .appointment .form-group .list li:hover {
                color: #fff;
                background: #b8092e;
            }

    .appointment .appointment-image {
    }

    .appointment.single-page .button .btn {
        width: 100%;
    }

    .appointment .button .btn {
        font-weight: 500;
    }

        .appointment .button .btn:hover {
            color: #fff;
        }

    .appointment .form p {
        margin-top: 10px;
        color: #868686;
    }

    .appointment.single-page .work-hour {
        background: #b8092e;
        padding: 40px;
        box-shadow: 0px 0px 10px #00000024;
        border-radius: 5px;
    }

        .appointment.single-page .work-hour h3 {
            font-size: 25px;
            display: block;
            font-weight: 600;
            margin-bottom: 20px;
            color: #fff;
        }

    .appointment.single-page .time-sidual {
        margin-top: 15px;
    }

    .appointment.single-page .time-sidual {
        overflow: hidden;
    }

        .appointment.single-page .time-sidual li {
            display: block;
            color: #fff;
            width: 100%;
            margin-bottom: 10px;
        }

            .appointment.single-page .time-sidual li span {
                display: inline-block;
                float: right;
            }

    .appointment.single-page .day-head .time {
        font-weight: 400;
        float: right;
    }
/*==========================
	End Appointment CSS
============================*/









/*====================
   Start Login CSS
======================*/
.login .inner {
    box-shadow: 0px 0px 10px #00000024;
    border-radius: 5px;
    overflow: hidden;
}

.login .login-left {
    background-image: url(img/signup-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.login .login-form {
    padding: 50px 40px;
}

    .login .login-form h2 {
        position: relative;
        font-size: 32px;
        color: #333;
        font-weight: 600;
        line-height: 27px;
        text-transform: capitalize;
        margin-bottom: 12px;
        padding-bottom: 20px;
        text-align: left;
    }

        .login .login-form h2:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            height: 2px;
            width: 50px;
            background: #b8092e;
        }

    .login .login-form p {
        font-size: 14px;
        color: #333;
        font-weight: 400;
        text-align: left;
        margin-bottom: 50px;
    }

        .login .login-form p a {
            display: inline-block;
            margin-left: 5px;
            color: #b8092e;
        }

            .login .login-form p a:hover {
                color: #2C2D3F;
            }

.login .form {
    margin-top: 30px;
}

    .login .form .form-group {
        margin-bottom: 22px;
    }

        .login .form .form-group input {
            width: 100%;
            height: 50px;
            border: 1px solid #eee;
            text-transform: capitalize;
            padding: 0px 18px;
            color: #555;
            font-size: 14px;
            font-weight: 400;
            border-radius: 4px;
        }

        .login .form .form-group.login-btn {
            margin: 0;
        }

    .login .form button {
        border: none;
    }

    .login .form .btn {
        display: inline-block;
        margin-right: 10px;
        color: #fff;
        line-height: 20px;
        width: 100%;
    }

        .login .form .btn:hover {
            background: #b8092e;
            color: #fff;
        }

.login .login-form .checkbox {
    text-align: left;
    margin: 0;
    margin-top: 20px;
    display: inline-block;
}

    .login .login-form .checkbox label {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        position: relative;
        padding-left: 20px;
    }

        .login .login-form .checkbox label:hover {
            cursor: pointer;
        }

        .login .login-form .checkbox label input {
            display: none;
        }

        .login .login-form .checkbox label::before {
            position: absolute;
            content: "";
            left: 0;
            top: 5px;
            width: 15px;
            height: 15px;
            border: 1px solid #b8092e;
            border-radius: 100%;
        }

        .login .login-form .checkbox label::after {
            position: relative;
            content: "";
            width: 7px;
            height: 7px;
            left: -16px;
            top: -15px;
            opacity: 0;
            visibility: hidden;
            transform: scale(0);
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            display: block;
            font-size: 9px;
            background: #b8092e;
            border-radius: 100%;
        }

        .login .login-form .checkbox label.checked::after {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
        }

.login .login-form .lost-pass {
    display: inline-block;
    margin-left: 25px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

    .login .login-form .lost-pass:hover {
        color: #b8092e;
    }
/*====================
   End Login CSS
======================*/

/*=========================
   Start Register CSS
===========================*/
.register .inner {
    box-shadow: 0px 0px 10px #00000024;
    border-radius: 5px;
    overflow: hidden;
}

.register .register-left {
    background-image: url(img/signup-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.register .register-form {
    padding: 50px 40px;
}

    .register .register-form h2 {
        position: relative;
        font-size: 32px;
        color: #333;
        font-weight: 600;
        line-height: 27px;
        text-transform: capitalize;
        margin-bottom: 12px;
        padding-bottom: 20px;
        text-align: left;
    }

        .register .register-form h2:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            height: 2px;
            width: 50px;
            background: #b8092e;
        }

    .register .register-form p {
        font-size: 14px;
        color: #333;
        font-weight: 400;
        text-align: left;
        margin-bottom: 50px;
    }

        .register .register-form p a {
            display: inline-block;
            margin-left: 5px;
            color: #b8092e;
        }

            .register .register-form p a:hover {
                color: #2C2D3F;
            }

.register .form {
    margin-top: 30px;
}

    .register .form .form-group {
        margin-bottom: 22px;
    }

        .register .form .form-group input {
            width: 100%;
            height: 50px;
            border: 1px solid #eee;
            text-transform: capitalize;
            padding: 0px 18px;
            color: #555;
            font-size: 14px;
            font-weight: 400;
            border-radius: 4px;
        }

        .register .form .form-group.login-btn {
            margin: 0;
        }

    .register .form button {
        border: none;
    }

    .register .form .btn {
        display: inline-block;
        margin-right: 10px;
        color: #fff;
        line-height: 20px;
        width: 100%;
    }

        .register .form .btn:hover {
            background: #b8092e;
            color: #fff;
        }

.register .register-form .checkbox {
    text-align: left;
    margin: 0;
    margin-top: 20px;
    display: inline-block;
}

    .register .register-form .checkbox label {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        position: relative;
        padding-left: 20px;
    }

        .register .register-form .checkbox label:hover {
            cursor: pointer;
        }

        .register .register-form .checkbox label input {
            display: none;
        }

        .register .register-form .checkbox label::before {
            position: absolute;
            content: "";
            left: 0;
            top: 5px;
            width: 15px;
            height: 15px;
            border: 1px solid #b8092e;
            border-radius: 100%;
        }

        .register .register-form .checkbox label::after {
            position: relative;
            content: "";
            width: 7px;
            height: 7px;
            left: -16px;
            top: -15px;
            opacity: 0;
            visibility: hidden;
            transform: scale(0);
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            display: block;
            font-size: 9px;
            background: #b8092e;
            border-radius: 100%;
        }

        .register .register-form .checkbox label.checked::after {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
        }

.register .register-form .terms {
    display: inline-block;
    margin-left: 5px;
    color: #b8092e;
}

    .register .register-form .terms:hover {
        color: #2C2D3F;
    }
/*=========================
   End Register CSS
===========================*/

/*=====================
   Start Faq CSS
=======================*/
.faq-head h2 {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 25px;
}

.faq-wrap {
    margin-bottom: 50px;
}

    .faq-wrap:last-child {
        margin-bottom: 30px;
    }

.accordion {
    padding-left: 0;
    margin: 0;
    padding: 0;
}

    .accordion p {
        font-size: 15px;
        display: none;
        padding: 20px 45px 15px 20px;
        margin-bottom: 0;
    }

    .accordion a {
        font-size: 16px;
        width: 100%;
        display: block;
        cursor: pointer;
        font-weight: 400;
        padding: 15px 0 15px 18px;
        border-radius: 0;
        background: #fff;
        color: #333;
        border: 1px solid #eee;
    }

        .accordion a:hover {
            color: #fff !important;
            background: #1A76D1 !important;
        }

        .accordion a:after {
            position: absolute;
            right: 20px;
            content: "+";
            top: 16px;
            color: #232323;
            font-size: 25px;
            font-weight: 700;
        }

        .accordion a:hover:after {
            color: #fff !important;
        }

    .accordion li {
        position: relative;
        list-style-type: none;
        margin-bottom: 30px;
    }

        .accordion li:first-child {
            border-top: 0;
        }

        .accordion li:last-child {
            margin-bottom: 0;
        }

        .accordion li a.active {
            color: #ffffff;
            background-color: #b8092e;
            border: 1px solid #b8092e;
        }

            .accordion li a.active:after {
                content: "-";
                font-size: 25px;
                color: #ffffff;
            }
/*=====================
   End Faq CSS
=======================*/

/*=========================
   Start Contact Us CSS
===========================*/
.contact-us .inner {
    box-shadow: 0px 0px 10px #00000024;
    border-radius: 5px;
    overflow: hidden;
}

.contact-us .contact-us-left {
    width: 100%;
    height: 100%;
}

.contact-us .contact-us-form {
    padding: 50px 40px;
}

    .contact-us .contact-us-form h2 {
        position: relative;
        font-size: 32px;
        color: #333;
        font-weight: 600;
        line-height: 27px;
        text-transform: capitalize;
        margin-bottom: 12px;
        padding-bottom: 20px;
        text-align: left;
    }

        .contact-us .contact-us-form h2:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            height: 2px;
            width: 50px;
            background: #b8092e;
        }

    .contact-us .contact-us-form p {
        font-size: 14px;
        color: #333;
        font-weight: 400;
        text-align: left;
        margin-bottom: 50px;
    }

.contact-us .form {
    margin-top: 30px;
}

    .contact-us .form .form-group {
        margin-bottom: 22px;
    }

        .contact-us .form .form-group input {
            width: 100%;
            height: 50px;
            border: 1px solid #eee;
            text-transform: capitalize;
            padding: 0px 18px;
            color: #555;
            font-size: 14px;
            font-weight: 400;
            border-radius: 4px;
        }

        .contact-us .form .form-group textarea {
            width: 100%;
            height: 100px;
            border: 1px solid #eee;
            text-transform: capitalize;
            padding: 18px;
            color: #555;
            font-size: 14px;
            font-weight: 400;
            border-radius: 4px;
        }

        .contact-us .form .form-group.login-btn {
            margin: 0;
        }

    .contact-us .form button {
        border: none;
    }

    .contact-us .form .btn {
        display: inline-block;
        margin-right: 10px;
        color: #fff;
        line-height: 20px;
        width: 100%;
    }

        .contact-us .form .btn:hover {
            background: #b8092e;
            color: #fff;
        }

.contact-us .contact-us-form .checkbox {
    text-align: left;
    margin: 0;
    margin-top: 20px;
    display: inline-block;
}

    .contact-us .contact-us-form .checkbox label {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        position: relative;
        padding-left: 20px;
    }

        .contact-us .contact-us-form .checkbox label:hover {
            cursor: pointer;
        }

        .contact-us .contact-us-form .checkbox label input {
            display: none;
        }

        .contact-us .contact-us-form .checkbox label::before {
            position: absolute;
            content: "";
            left: 0;
            top: 5px;
            width: 15px;
            height: 15px;
            border: 1px solid #b8092e;
            border-radius: 100%;
        }

        .contact-us .contact-us-form .checkbox label::after {
            position: relative;
            content: "";
            width: 7px;
            height: 7px;
            left: -16px;
            top: -15px;
            opacity: 0;
            visibility: hidden;
            transform: scale(0);
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            display: block;
            font-size: 9px;
            background: #b8092e;
            border-radius: 100%;
        }

        .contact-us .contact-us-form .checkbox label.checked::after {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
        }

.contact-us .contact-info {
    margin-top: 50px;
}

.contact-us .single-info {
    background: #b8092e;
    padding: 40px 60px;
    height: 150px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

    .contact-us .single-info:before {
        position: absolute;
        z-index: -1;
        content: '';
        bottom: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 80%;
        height: 90%;
        background: #b8092e;
        opacity: 0;
        filter: blur(10px);
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }

    .contact-us .single-info:hover:before {
        opacity: 0.8;
    }

    .contact-us .single-info:hover {
        transform: translateY(-5px);
    }

    .contact-us .single-info i {
        font-size: 42px;
        color: #fff;
        position: absolute;
        left: 40px;
    }

    .contact-us .single-info .content {
        margin-left: 45px;
    }

        .contact-us .single-info .content h3 {
            color: #fff;
            font-size: 18px;
            font-weight: 600;
        }

        .contact-us .single-info .content p {
            color: #fff;
            margin-top: 5px;
        }
/* Google Map */
.contact-us #myMap {
    height: 100%;
    width: 100%;
}
/*=========================
   End Contact Us CSS
===========================*/







/*=========================
   Start Contacto Us CSS
===========================*/
.contacto-us .inner {
    box-shadow: 0px 0px 10px #00000024;
    border-radius: 5px;
    overflow: hidden;
}

.contacto-us .contacto-us-left {
    width: 100%;
    height: 100%;
}

.contacto-us .contacto-us-form {
    padding: 50px 40px;
}

    .contacto-us .contacto-us-form h2 {
        position: relative;
        font-size: 32px;
        color: #333;
        font-weight: 600;
        line-height: 27px;
        text-transform: capitalize;
        margin-bottom: 12px;
        padding-bottom: 20px;
        text-align: left;
    }

    .contacto-us .contacto-us-form a {
        color: blue !important;
    }

    .contacto-us .contacto-us-form h2:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 2px;
        width: 50px;
        background: #b8092e;
    }

    .contacto-us .contacto-us-form p {
        font-size: 14px;
        color: #333;
        font-weight: 400;
        text-align: left;
        margin-bottom: 50px;
    }

.contacto-us .form {
    margin-top: 30px;
}

    .contacto-us .form .form-group {
        margin-bottom: 22px;
    }

        .contacto-us .form .form-group input {
            width: 100%;
            height: 50px;
            border: 1px solid #eee;
            text-transform: capitalize;
            padding: 0px 18px;
            color: #555;
            font-size: 14px;
            font-weight: 400;
            border-radius: 4px;
        }

        .contacto-us .form .form-group textarea {
            width: 100%;
            height: 100px;
            border: 1px solid #eee;
            text-transform: capitalize;
            padding: 18px;
            color: #555;
            font-size: 14px;
            font-weight: 400;
            border-radius: 4px;
        }

        .contacto-us .form .form-group.login-btn {
            margin: 0;
        }

    .contacto-us .form button {
        border: none;
    }

    .contacto-us .form .btn {
        display: inline-block;
        margin-right: 10px;
        color: #fff;
        line-height: 20px;
        width: 100%;
    }

        .contacto-us .form .btn:hover {
            background: #b8092e;
            color: #fff;
        }

.contacto-us .contacto-us-form .checkbox {
    text-align: left;
    margin: 0;
    margin-top: 20px;
    display: inline-block;
}

.contacto-us .contacto-us-form .radio {
    text-align: left;
    margin: 0;
    margin-top: 20px;
    display: inline-block;
}


.contacto-us .contacto-us-form .checkbox label {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 20px;
}

    .contacto-us .contacto-us-form .checkbox label:hover {
        cursor: pointer;
    }

    .contacto-us .contacto-us-form .checkbox label input {
        display: none;
    }

    .contacto-us .contacto-us-form .checkbox label::before {
        position: absolute;
        content: "";
        left: 0;
        top: 5px;
        width: 15px;
        height: 15px;
        border: 1px solid #b8092e;
        border-radius: 100%;
    }

    .contacto-us .contacto-us-form .checkbox label::after {
        position: relative;
        content: "";
        width: 7px;
        height: 7px;
        left: -16px;
        top: -15px;
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: block;
        font-size: 9px;
        background: #b8092e;
        border-radius: 100%;
    }

    .contacto-us .contacto-us-form .checkbox label.checked::after {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }




.contacto-us .contacto-us-form .radio label {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 20px;
}

    .contacto-us .contacto-us-form .radio label:hover {
        cursor: pointer;
    }

    .contacto-us .contacto-us-form .radio label input {
        display: none;
    }

    .contacto-us .contacto-us-form .radio label::before {
        position: absolute;
        content: "";
        left: 0;
        top: 5px;
        width: 15px;
        height: 15px;
        border: 1px solid #b8092e;
        border-radius: 100%;
    }


    /*.contacto-us .contacto-us-form .form .radio-form {
    
    height: 150px !important;
    
}*/



    .contacto-us .contacto-us-form .radio label::after {
        position: relative;
        content: "";
        width: 7px;
        height: 7px;
        left: -16px;
        top: -15px;
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: block;
        font-size: 9px;
        background: #b8092e;
        border-radius: 100%;
    }

    .contacto-us .contacto-us-form .radio label.checked::after {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }






.contacto-us .contacto-info {
    margin-top: 50px;
}

.contacto-us .single-info {
    background: #b8092e;
    padding: 40px 60px;
    height: 200px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

    .contacto-us .single-info:before {
        position: absolute;
        z-index: -1;
        content: '';
        bottom: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 80%;
        height: 90%;
        background: #b8092e;
        opacity: 0;
        filter: blur(10px);
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }

    .contacto-us .single-info:hover:before {
        opacity: 0.8;
    }

    .contacto-us .single-info:hover {
        transform: translateY(-5px);
    }

    .contacto-us .single-info i {
        font-size: 42px;
        color: #fff;
        position: absolute;
        left: 40px;
    }

    .contacto-us .single-info .content {
        margin-left: 45px;
    }

        .contacto-us .single-info .content h3 {
            color: #fff;
            font-size: 18px;
            font-weight: 600;
        }

        .contacto-us .single-info .content p {
            color: #fff;
            margin-top: 5px;
        }
/* Google Map */
.contacto-us #myMap {
    height: 100%;
    width: 100%;
}
/*=========================
   End Contacto Us CSS
===========================*/





/*=========================
   Start mapa sede Us CSS
===========================*/
.mapa-us .inner {
    box-shadow: 0px 0px 10px #00000024;
    border-radius: 5px;
    overflow: hidden;
}

.mapa-us .mapa-us-left {
    width: 100%;
    height: 100%;
}


.mapa-us .mapa-us-right {
    width: 100%;
    height: 100%;
}

.mapa-us .mapa-us-form {
    padding: 50px 40px;
}

    .mapa-us .mapa-us-form h2 {
        position: relative;
        font-size: 32px;
        color: #333;
        font-weight: 600;
        line-height: 27px;
        text-transform: capitalize;
        margin-bottom: 12px;
        padding-bottom: 20px;
        text-align: left;
    }

        .mapa-us .mapa-us-form h2:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            height: 2px;
            width: 50px;
            background: #b8092e;
        }

    .mapa-us .mapa-us-form p {
        font-size: 14px;
        color: #333;
        font-weight: 400;
        text-align: left;
        margin-bottom: 50px;
    }

.mapa-us .form {
    margin-top: 30px;
}

    .mapa-us .form .form-group {
        margin-bottom: 22px;
    }

        .mapa-us .form .form-group input {
            width: 100%;
            height: 50px;
            border: 1px solid #eee;
            text-transform: capitalize;
            padding: 0px 18px;
            color: #555;
            font-size: 14px;
            font-weight: 400;
            border-radius: 4px;
        }

        .mapa-us .form .form-group textarea {
            width: 100%;
            height: 100px;
            border: 1px solid #eee;
            text-transform: capitalize;
            padding: 18px;
            color: #555;
            font-size: 14px;
            font-weight: 400;
            border-radius: 4px;
        }

        .mapa-us .form .form-group.login-btn {
            margin: 0;
        }

    .mapa-us .form button {
        border: none;
    }

    .mapa-us .form .btn {
        display: inline-block;
        margin-right: 10px;
        color: #fff;
        line-height: 20px;
        width: 100%;
    }

        .mapa-us .form .btn:hover {
            background: #b8092e;
            color: #fff;
        }

.mapa-us .mapa-us-form .checkbox {
    text-align: left;
    margin: 0;
    margin-top: 20px;
    display: inline-block;
}

    .mapa-us .mapa-us-form .checkbox label {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        position: relative;
        padding-left: 20px;
    }

        .mapa-us .mapa-us-form .checkbox label:hover {
            cursor: pointer;
        }

        .mapa-us .mapa-us-form .checkbox label input {
            display: none;
        }

        .mapa-us .mapa-us-form .checkbox label::before {
            position: absolute;
            content: "";
            left: 0;
            top: 5px;
            width: 15px;
            height: 15px;
            border: 1px solid #b8092e;
            border-radius: 100%;
        }

        .mapa-us .mapa-us-form .checkbox label::after {
            position: relative;
            content: "";
            width: 7px;
            height: 7px;
            left: -16px;
            top: -15px;
            opacity: 0;
            visibility: hidden;
            transform: scale(0);
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            display: block;
            font-size: 9px;
            background: #b8092e;
            border-radius: 100%;
        }

        .mapa-us .mapa-us-form .checkbox label.checked::after {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
        }

.mapa-us .mapa-info {
    margin-top: 50px;
}

.mapa-us .single-info {
    background: #b8092e;
    padding: 40px 60px;
    height: 150px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

    .mapa-us .single-info:before {
        position: absolute;
        z-index: -1;
        content: '';
        bottom: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 80%;
        height: 90%;
        background: #b8092e;
        opacity: 0;
        filter: blur(10px);
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }

    .mapa-us .single-info:hover:before {
        opacity: 0.8;
    }

    .mapa-us .single-info:hover {
        transform: translateY(-5px);
    }

    .mapa-us .single-info i {
        font-size: 42px;
        color: #fff;
        position: absolute;
        left: 40px;
    }

    .mapa-us .single-info .content {
        margin-left: 45px;
    }

        .mapa-us .single-info .content h3 {
            color: #fff;
            font-size: 18px;
            font-weight: 600;
        }

        .mapa-us .single-info .content p {
            color: #fff;
            margin-top: 5px;
        }
/* Google Map */
.mapa-us #myMap {
    height: 100%;
    width: 100%;
}

/* Google Map */
.mapa-us #myMap2 {
    height: 100%;
    width: 100%;
}

/*=========================
   End mapa Us CSS
===========================*/






/*========================
	Start Error 404 CSS
==========================*/
.error-page {
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee;
}

    .error-page .error-inner {
        display: inline-block;
    }

        .error-page .error-inner h1 {
            font-size: 140px;
            text-shadow: 3px 5px 2px #3333;
            color: #b8092e;
            font-weight: 700;
        }

            .error-page .error-inner h1 span {
                display: block;
                font-size: 25px;
                color: #333;
                font-weight: 600;
                text-shadow: none;
            }

        .error-page .error-inner p {
            padding: 20px 15px;
        }

    .error-page .search-form {
        width: 100%;
        position: relative;
    }

        .error-page .search-form input {
            width: 400px;
            height: 50px;
            padding: 0px 78px 0 30px;
            border: none;
            background: #f6f6f6;
            border-radius: 5px;
            display: inline-block;
            margin-right: 10px;
            font-weight: 400;
            font-size: 14px;
        }

            .error-page .search-form input:hover {
                padding-left: 35px;
            }

        .error-page .search-form .btn {
            width: 80px;
            height: 50px;
            border-radius: 5px;
            cursor: pointer;
            background: #b8092e;
            display: inline-block;
            position: relative;
            top: -2px;
        }

            .error-page .search-form .btn i {
                font-size: 16px;
            }
/*========================
	End Error 404 CSS
==========================*/

/*===========================
	Start Mail Success CSS
=============================*/
.mail-seccess {
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee;
}

    .mail-seccess .success-inner {
        display: inline-block;
    }

        .mail-seccess .success-inner h1 {
            font-size: 100px;
            text-shadow: 3px 5px 2px #3333;
            color: #b8092e;
            font-weight: 700;
        }

            .mail-seccess .success-inner h1 span {
                display: block;
                font-size: 25px;
                color: #333;
                font-weight: 600;
                text-shadow: none;
                margin-top: 20px;
            }

        .mail-seccess .success-inner p {
            padding: 20px 15px;
        }

        .mail-seccess .success-inner .btn {
            color: #fff;
        }
/*===========================
	End Mail Success CSS
=============================*/

/*=========================
	Start Newsletter CSS
===========================*/
.newsletter {
    background: #EDF2FF;
}

    .newsletter .subscribe-text {
    }

        .newsletter .subscribe-text h6 {
            font-size: 22px;
            margin-bottom: 10px;
            color: #2C2D3F;
        }

        .newsletter .subscribe-text p {
        }

    .newsletter .subscribe-form {
        position: relative;
    }

    .newsletter .common-input {
        height: 60px;
        width: 300px;
        border: none;
        color: #333;
        box-shadow: none;
        text-shadow: none;
        border-radius: 5px;
        padding: 0px 25px;
        font-weight: 500;
        font-size: 14px;
        background: #fff;
        font-weight: 400;
    }

    .newsletter .btn {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: inline-block;
        height: 60px;
        line-height: 60px;
        padding: 0;
        width: 180px;
        position: relative;
        top: -2px;
        border-radius: 5px;
        margin-left: 10px;
        font-size: 13px;
        font-weight: 500;
        box-shadow: 0px 5px 15px rgba(188, 199, 255, 0.75);
    }

        .newsletter .btn:before {
            border-radius: 5px;
        }

    .newsletter .button:hover {
        box-shadow: none;
    }
/*=========================
	End Newsletter CSS
===========================*/

/*===============================
	Start Doctor Calendar CSS
=================================*/
.doctor-calendar-area {
    position: relative;
    z-index: 1;
}

.doctor-calendar-table {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}

    .doctor-calendar-table table {
        margin-bottom: 0;
    }

        .doctor-calendar-table table thead tr th {
            vertical-align: middle;
            text-align: center;
            background-color: #b8092e;
            border: none;
            color: #ffffff;
            text-transform: uppercase;
            white-space: nowrap;
            font-size: 16px;
            font-weight: 500;
            padding-top: 17px;
            padding-bottom: 15px;
        }

        .doctor-calendar-table table tbody tr td {
            vertical-align: middle;
            text-align: center;
            border: 1px solid #eeeeee;
            border-top: none;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            white-space: nowrap;
            padding-top: 25px;
            padding-right: 25px;
            padding-left: 25px;
            padding-bottom: 25px;
        }

            .doctor-calendar-table table tbody tr td:first-child {
                border-left: none;
            }

            .doctor-calendar-table table tbody tr td:last-child {
                border-right: none;
            }

            .doctor-calendar-table table tbody tr td h3 {
                margin-bottom: 0;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                font-size: 16px;
                font-weight: 600;
            }

            .doctor-calendar-table table tbody tr td span {
                display: block;
                color: #7d7d7d;
                font-size: 14.5px;
                margin-top: 5px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

                .doctor-calendar-table table tbody tr td span.time {
                    display: inline-block;
                    background-color: #dff5e8;
                    color: #b8092e;
                    width: 65px;
                    height: 65px;
                    border-radius: 50%;
                    line-height: 65px;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    font-weight: 500;
                    font-size: 16px;
                }

            .doctor-calendar-table table tbody tr td:hover {
                background-color: #b8092e;
                border-color: #b8092e;
            }

                .doctor-calendar-table table tbody tr td:hover h3 {
                    color: #ffffff;
                }

                .doctor-calendar-table table tbody tr td:hover span {
                    color: #ffffff;
                }

                    .doctor-calendar-table table tbody tr td:hover span.time {
                        background-color: #ffffff;
                        color: #b8092e;
                    }

        .doctor-calendar-table table tbody tr:last-child td {
            border-bottom: none;
        }
/*===============================
	End Doctor Calendar CSS
=================================*/

/*=========================
	Start About Us CSS
===========================*/
.about-area {
    position: relative;
    z-index: 1;
}

.about-image {
    width: 100%;
    height: 100%;
    background-image: url(img/about-img.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .about-image img {
        display: none;
    }

.about-image-vision {
    width: 100%;
    height: 100%;
    background-image: url(img/Nosotros/vision.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3%;
}

    .about-image-vision img {
        display: none;
    }


.about-image-mision {
    width: 100%;
    height: 100%;
    background-image: url(img/Nosotros/mision.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3%;
}

    .about-image-mision img {
        display: none;
    }




.about-image-etica {
    width: 100%;
    height: 100%;
    background-image: url(img/Nosotros/codigo-de-etica.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3%;
}

    .about-image-etica img {
        display: none;
    }


.about-image-ucineonatal {
    width: 100%;
    height: 100%;
    background-image: url(img/Servicios/UCINeonatal/uci-neo-1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3%;
}

    .about-image-ucineonatal img {
        display: none;
    }


.about-image-ucineonatal-2 {
    width: 100%;
    height: 100%;
    background-image: url(img/Servicios/UCINeonatal/uci-neo-2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3%;
}

    .about-image-ucineonatal-2 img {
        display: none;
    }

.about-image-pediatrica {
    width: 100%;
    height: 100%;
    background-image: url(img/Servicios/UCIPediatrica/uci-pediátrica-1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3%;
}

    .about-image-pediatrica img {
        display: none;
    }


.about-image-pediatrica-2 {
    width: 100%;
    height: 100%;
    background-image: url(img/Servicios/UCIPediatrica/uci-pediátrica-2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3%;
}

    .about-image-pediatrica-2 img {
        display: none;
    }



.about-content {
    max-width: 555px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 50px;
}

    .about-content span {
        display: block;
        margin-bottom: 5px;
        color: #b8092e;
        font-size: 17px;
    }

    .about-content h2 {
        margin-bottom: 0;
        line-height: 1.3;
        font-size: 40px;
        font-weight: 600;
    }

    .about-content p {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .about-content ul {
        padding-left: 0;
        list-style-type: none;
        margin-top: 25px;
        margin-bottom: 0;
    }

        .about-content ul li {
            margin-bottom: 16px;
            position: relative;
            padding-left: 34px;
        }

            .about-content ul li i {
                width: 25px;
                height: 25px;
                line-height: 25px;
                text-align: center;
                border-radius: 100%;
                background-color: #1A76D12B;
                color: #b8092e;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                display: inline-block;
                font-size: 11px;
                position: absolute;
                left: 0;
                top: -2px;
            }

            .about-content ul li:hover i {
                background-color: #b8092e;
                color: #ffffff;
            }

            .about-content ul li:last-child {
                margin-bottom: 0;
            }

    .about-content .btn {
        margin-top: 30px;
    }




/* Start Our Vision Area CSS */
.our-vision-area {
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
}

.single-vision-box {
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    padding: 25px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}

    .single-vision-box .icon {
        margin-bottom: 20px;
        text-align: center;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 100%;
        background-color: #b8092e;
        color: #ffffff;
        font-size: 25px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .single-vision-box h3 {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-bottom: 0;
        position: relative;
        font-size: 20px;
        font-weight: 700;
    }

    .single-vision-box p {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-top: 12px;
        margin-bottom: 0;
    }

    .single-vision-box::before {
        width: 0;
        height: 100%;
        z-index: -1;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background-color: #b8092e;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .single-vision-box::after {
        content: '';
        position: absolute;
        width: 100px;
        height: 100px;
        border: 10px solid #ffffff;
        left: -80px;
        bottom: -80px;
        border-radius: 50%;
        z-index: -1;
        opacity: 0.15;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .single-vision-box:hover {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

        .single-vision-box:hover::before {
            width: 100%;
        }

        .single-vision-box:hover .icon {
            background-color: #fff;
            color: #b8092e;
        }

        .single-vision-box:hover h3 {
            color: #ffffff;
        }

        .single-vision-box:hover p {
            color: #ffffff;
        }

        .single-vision-box:hover::after {
            left: -50px;
            bottom: -50px;
        }
/* End Our Vision CSS */




/* Start Especialidades CSS */
.our-especialidades-area {
    position: relative;
    z-index: 1;
    margin-top: 100px;
    margin-bottom: 100px;
}

.single-especialidades-box {
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    padding: 25px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}

    /*
    .single-especialidades-box .icon {
        margin-bottom: 20px;
        text-align: center;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 100%;
        background-color: #b8092e;
        color: #ffffff;
        font-size: 25px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    */

    .single-especialidades-box .icon {
        margin: 0 auto 20px; /* Centrar verticalmente y separación inferior */
        width: 60px;
        height: 60px;
        border-radius: 50%; /* Para crear un círculo */
        overflow: hidden; /* Para ajustar cualquier imagen que sea más grande */
        display: flex;
        justify-content: center; /* Centrado horizontal */
        align-items: center; /* Centrado vertical */
    }

        .single-especialidades-box .icon img {
            max-width: 100%; /* Asegura que la imagen no exceda el tamaño del contenedor */
            height: auto; /* Permite que la imagen conserve su proporción */
        }


    .single-especialidades-box h3 {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-bottom: 0;
        position: relative;
        font-size: 20px;
        font-weight: 700;
        text-align: center; /* Centrado horizontal */
    }

    .single-especialidades-box h3,
    .single-especialidades-box a {
        /*-webkit-transition: 0.5s;
            transition: 0.5s;
            margin-bottom: 0;
            position: relative;
            font-size: 20px;
            font-weight: 700;
            text-align: center; 
            color: inherit; 
            text-decoration: none; 
            display: block;*/
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-bottom: 0;
        position: relative;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }

        .single-especialidades-box h3 a:hover {
            /*color: #ffffff;*/ /* Cambia el color del texto al pasar el ratón */
        }

    .single-especialidades-box:hover h3 a {
        /*color: #ffffff;*/ /* Cambia el color del texto al pasar el ratón */
    }


    .single-especialidades-box p {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-top: 12px;
        margin-bottom: 0;
    }

    .single-especialidades-box::before {
        width: 0;
        height: 100%;
        z-index: -1;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background-color: #b8092e;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .single-especialidades-box::after {
        content: '';
        position: absolute;
        width: 100px;
        height: 100px;
        border: 10px solid #ffffff;
        left: -80px;
        bottom: -80px;
        border-radius: 50%;
        z-index: -1;
        opacity: 0.15;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .single-especialidades-box:hover {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

        .single-especialidades-box:hover::before {
            width: 100%;
        }

        .single-especialidades-box:hover .icon {
            background-color: #fff;
            color: #b8092e;
        }

        .single-especialidades-box:hover h3 {
            color: #ffffff;
        }

        .single-especialidades-box:hover p {
            color: #ffffff;
        }

        .single-especialidades-box:hover::after {
            left: -50px;
            bottom: -50px;
        }
/* End Especialidades CSS */




/* Our Mission Area CSS */
.our-mission-area {
    position: relative;
    z-index: 1;
}

.our-mission-image {
    width: 100%;
    height: 100%;
    background-image: url(img/mission-img.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .our-mission-image img {
        display: none;
    }

.our-mission-content {
    max-width: 555px;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 50px;
}

    .our-mission-content .sub-title {
        display: block;
        margin-bottom: 5px;
        color: #b8092e;
        font-size: 17px;
    }

    .our-mission-content h2 {
        margin-bottom: 0;
        line-height: 1.3;
        font-size: 40px;
        font-weight: 600;
    }

    .our-mission-content p {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .our-mission-content ul {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        list-style-type: none;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 0;
        margin-top: 0;
    }

        .our-mission-content ul li {
            -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
            max-width: 50%;
            color: #7d7d7d;
            font-size: 14.5px;
            line-height: 1.7;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 25px;
        }

            .our-mission-content ul li .icon {
                margin-bottom: 13px;
                -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
                box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                border-radius: 50%;
                color: #b8092e;
                font-size: 20px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .our-mission-content ul li span {
                display: block;
                color: #121521;
                text-transform: uppercase;
                margin-bottom: 5px;
                font-weight: 600;
                font-size: 17px;
            }

            .our-mission-content ul li:hover .icon {
                background-color: #b8092e;
                color: #ffffff;
                border-radius: 100%;
            }
/* End Our Mission CSS */

/*=========================
	End About Us CSS
===========================*/



/*=========================
	Start Footer CSS
===========================*/

/*.footer {
    position: relative;
    font-family: Poppins;
    color: #58595b !important;
}
    .footer .footer-top {
        
        padding: 20px 0px;
        position: relative;
        
        background: #fff;
    }
.footer .footer-top:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0;
}
    .footer .single-footer {
        margin-top: 2px;
    }
    .footer .single-footer .social {
       
        margin-top: 2px;
    }
.footer .single-footer .social li{
	display:inline-block;
	margin-right:10px;
}
.footer .single-footer .social li:last-child{
	margin-right:0px;
}
    .footer .single-footer .social li a {
        height: 34px;
        width: 34px;
        line-height: 34px;
        text-align: center;
        border: 1px solid #000;
        text-align: center;
        padding: 0;
        border-radius: 100%;
        display: block;
      
        color: #58595b;
        font-size: 16px;
    }
.footer .single-footer .social li a:hover{
	color:#b8092e;
	background:#fff;
	border-color:transparent;
}
.footer .single-footer .social li a i{
	
}
.footer .single-footer.f-link li a i{
	margin-right:10px;
}
.footer .single-footer.f-link li{
	display:block;
	margin-bottom:12px;
}
.footer .single-footer.f-link li:last-child{
	margin:0;
}
.footer .single-footer.f-link li a {
	display: block;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
}
.footer .single-footer.f-link li a:hover{
	padding-left:8px;
}
        .footer .single-footer h2 {
    
            padding-top: 0px;
            color: #58595b;
            font-size: 20px;
            font-weight: 600;
            text-transform: capitalize;
            margin-bottom: 4px;
            padding-bottom: 2px;
            text-transform: capitalize;
            position: relative;
        }
        .footer .single-footer h2::before {
           
        }



.linea-footer {
    height: 1px;
    width:100%;
    background: #58595b;
}


.footer .single-footer .time-sidual {
    
    margin-top: 1px;
}
.footer .single-footer .time-sidual{
	overflow:hidden;
}
    .footer .single-footer .time-sidual li {
        display: block;
        color: #000;
        width: 100%;        
        margin-bottom: 0px;
    }
.footer .single-footer .time-sidual li span{
	display:inline-block;
	float:right;
}
.footer .single-footer .day-head .time {
	font-weight: 400;
	float: right;
}
.footer .single-footer p{
	color:#000;
}
.footer .single-footer .newsletter-inner{
	margin-top:20px;
	position:relative;
}
.footer .single-footer .newsletter-inner input {
	background: transparent;
	border: 1px solid #fff;
	height: 50px;
	line-height: 42px;
	width: 100%;
	margin-right: 15px;
	color: #fff;
	padding-left: 18px;
	padding-right: 70px;
	display: inline-block;
	float: left;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 5px;
}
.footer .single-footer .newsletter-inner input:hover{
	padding-left: 22px;
}
.footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer input::input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer .single-footer .newsletter-inner .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background: #fff;
	border-left: 1px solid #fff;
	text-shadow: none;
	box-shadow: none;
	display: inline-block;
	border-radius: 0px;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
	color: #b8092e;
	font-size: 25px;
}
.footer .single-footer .newsletter-inner .button i{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.footer .single-footer .newsletter-inner .button:hover i{
	color:#2C2D3F;
}
.footer .copyright{
	background:#b8092e;
	padding:25px 0px 25px 0px;
	text-align:center;
}
.footer .copyright .copyright-content p{
	color:#fff;
}
.footer .copyright .copyright-content p a{
	color:#fff;
	font-weight:400;
	text-decoration:underline;
	display:inline-block;
	margin-left:4px;
}

.altura-mapa {

    min-height:400px;
}


.footer .single-footer .libro-reclamaciones {
    text-align: left !important;
}


@media only screen and (max-width: 767px) {
    .footer .single-footer {
        margin: 1px 0;
    }
}*/



.footer {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 500; /* Medium */
    font-size: 14px; /* Tamaño base estandarizado */
    color: #58595b !important;
}

    .footer .footer-top {
        padding: 20px 0px;
        position: relative;
        background: #fff;
    }

        .footer .footer-top:before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: #000;
            opacity: 0;
        }

    .footer .single-footer {
        margin-top: 2px;
    }

        .footer .single-footer .social {
            margin-top: 2px;
        }

            .footer .single-footer .social li {
                display: inline-block;
                margin-right: 10px;
            }

                .footer .single-footer .social li:last-child {
                    margin-right: 0px;
                }

                .footer .single-footer .social li a {
                    height: 34px;
                    width: 34px;
                    line-height: 34px;
                    text-align: center;
                    border: 1px solid #000;
                    text-align: center;
                    padding: 0;
                    border-radius: 100%;
                    display: block;
                    color: #58595b;
                    font-size: 14px; /* Estandarizado */
                    font-family: 'Poppins', sans-serif;
                    font-weight: 500; /* Medium */
                }

                    .footer .single-footer .social li a:hover {
                        /*color: #b8092e;*/
                        /*background: #fff;
                        border-color: transparent;*/
                    }

        .footer .single-footer.f-link li a i {
            margin-right: 10px;
        }

        .footer .single-footer.f-link li {
            display: block;
            margin-bottom: 12px;
        }

            .footer .single-footer.f-link li:last-child {
                margin: 0;
            }

            .footer .single-footer.f-link li a {
                display: block;
                color: #fff;
                /*text-transform: capitalize;*/
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                transition: all 0.4s ease;
                font-family: 'Poppins', sans-serif;
                font-weight: 500; /* Medium */
                font-size: 14px; /* Estandarizado */
            }

                .footer .single-footer.f-link li a:hover {
                    padding-left: 8px;
                }

        .footer .single-footer h2 {
            padding-top: 0px;
            color: #58595b;
            font-size: 18px; /* Tamaño estandarizado para títulos */
            font-family: 'Poppins', sans-serif;
            font-weight: 800; /* Extrabold */
            /*text-transform: capitalize;*/
            margin-bottom: 4px;
            padding-bottom: 2px;
            position: relative;
        }

            .footer .single-footer h2::before {
                /* Decoración opcional */
            }

.linea-footer {
    height: 1px;
    /*width: 100%;*/
    width: 140px;
    background: #58595b;
}

.footer .single-footer .time-sidual {
    margin-top: 1px;
}

.footer .single-footer .time-sidual {
    overflow: hidden;
}

    .footer .single-footer .time-sidual li {
        display: block;
        color: #000;
        width: 100%;
        margin-bottom: 0px;
        font-family: 'Poppins';
        font-weight: 500; /* Medium */
        font-size: 14px; /* Estandarizado */
    }

        .footer .single-footer .time-sidual li a {
            font-family: 'Poppins';
            font-weight: 500; /* Medium */
            font-size: 14px; /* Estandarizado */
            color: #58595b;
            text-decoration: none;
            transition: color 0.3s ease;
        }

            .footer .single-footer .time-sidual li a:hover {
                /*color: #b8092e;*/
            }

        .footer .single-footer .time-sidual li span {
            display: inline-block;
            float: right;
            font-family: 'Poppins';
            font-weight: 500; /* Medium */
            font-size: 14px; /* Estandarizado */
        }

.footer .single-footer .day-head .time {
    font-family: 'Poppins';
    font-weight: 500; /* Medium */
    font-size: 14px; /* Estandarizado */
    float: right;
}

.footer .single-footer p {
    color: #58595b;
    font-family: 'Poppins';
    font-weight: 500; /* Medium */
    font-size: 14px; /* Estandarizado */
    margin: 0;
}

.footer .single-footer .newsletter-inner {
    margin-top: 20px;
    position: relative;
}

    .footer .single-footer .newsletter-inner input {
        background: transparent;
        border: 1px solid #fff;
        height: 50px;
        line-height: 42px;
        width: 100%;
        margin-right: 15px;
        color: #fff;
        padding-left: 18px;
        padding-right: 70px;
        display: inline-block;
        float: left;
        border-radius: 0px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 5px;
        font-family: 'Poppins';
        font-weight: 500; /* Medium */
        font-size: 14px; /* Estandarizado */
    }

        .footer .single-footer .newsletter-inner input:hover {
            padding-left: 22px;
        }

.footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
    font-family: 'Poppins';
    font-weight: 500; /* Medium */
}

.footer input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
    font-family: 'Poppins';
    font-weight: 500; /* Medium */
}

.footer input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
    font-family: 'Poppins';
    font-weight: 500; /* Medium */
}

.footer input::input-placeholder {
    opacity: 1;
    color: #fff !important;
    font-family: 'Poppins';
    font-weight: 500; /* Medium */
}

.footer .single-footer .newsletter-inner .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
    background: #fff;
    border-left: 1px solid #fff;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    border-radius: 0px;
    border: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0 5px 5px 0;
    color: #b8092e;
    font-size: 25px;
}

    .footer .single-footer .newsletter-inner .button i {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .footer .single-footer .newsletter-inner .button:hover i {
        color: #2C2D3F;
    }

.footer .copyright {
    background: #b8092e;
    padding: 25px 0px 25px 0px;
    text-align: center;
}

    .footer .copyright .copyright-content p {
        color: #fff;
        font-family: 'Poppins';
        font-weight: 500; /* Medium */
        font-size: 14px; /* Estandarizado */
    }

        .footer .copyright .copyright-content p a {
            color: #fff;
            text-decoration: underline;
            display: inline-block;
            margin-left: 4px;
            font-family: 'Poppins';
            font-weight: 500; /* Medium */
            font-size: 14px; /* Estandarizado */
        }

.altura-mapa {
    min-height: 400px;
}

.footer .single-footer .libro-reclamaciones {
    text-align: left !important;
}

@media only screen and (max-width: 767px) {
    .footer .single-footer {
        margin: 1px 0;
    }

        .footer .single-footer h2 {
            font-size: 16px; /* Títulos más pequeños en móviles */
        }

    .footer {
        font-size: 13px; /* Texto base más pequeño en móviles */
    }

        .footer .single-footer .time-sidual li,
        .footer .single-footer .time-sidual li a,
        .footer .single-footer p,
        .footer .copyright .copyright-content p,
        .footer .copyright .copyright-content p a {
            font-size: 13px;
        }
}

/*=========================
	End Footer CSS
===========================*/





















/* Título */
.titulo-etapas {
    font-size: 1.8rem;
    font-weight: 600;
    color: #58595b;
    line-height: 1.4;
}

    .titulo-etapas span {
        color: #42b5f5; /* azul celeste como la imagen */
        font-weight: 700;
    }

/* Card */
.etapa-card {
    background: #fff;
    border: 1.5px solid #eee;
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .etapa-card img {
        max-width: 60px;
        margin: 0 auto 15px auto;
    }

    .etapa-card p {
        font-size: 1rem;
        color: #58595b;
        margin: 0;
    }

    .etapa-card strong {
        font-weight: 700;
        color: #58595b;
    }

    /* Colores para destacar algunos íconos/textos */
    .etapa-card.pink strong {
        color: #58595b; /* rosado */
    }

    .etapa-card.blue strong {
        color: #58595b; /* celeste */
    }

    .etapa-card.purple strong {
        color: #58595b; /* morado */
    }

    /* Hover */
    .etapa-card:hover {
        box-shadow: 0 6px 16px rgba(0,0,0,0.08);
        transform: translateY(-3px);
    }

/* Responsive */
@media (max-width: 576px) {
    .titulo-etapas {
        font-size: 1.4rem;
    }

    .etapa-card img {
        max-width: 50px;
    }

    .etapa-card p {
        font-size: 0.95rem;
    }
}






/* Título */
.titulo-elegirnos {
    /*font-size: 1.8rem;*/
    /*font-size: 1.75rem;*/
    font-size:28px;
    /*font-weight: 600;*/
    color: #58595b;
}

    .titulo-elegirnos span {
        color: #f1c232; /* amarillo/naranja */
        font-weight: 700;
    }

/* Estilos de los círculos */
.circle-card {
    width: 220px;
    height: 220px;
    border: 2px dashed #ccc;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    transition: all 0.3s ease;
    background: #fff;
}

    .circle-card h3 {
        /*font-size: 1.4rem;*/
        font-size: 1.5625rem;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .circle-card p {
        font-size: 0.95rem;
        color: #555;
        margin: 0;
        line-height: 1.3;
    }

    /* Colores personalizados */
    .circle-card.blue {
        border-color: #42b5f5;
        font-size:25px;
    }

        .circle-card.blue h3 {
            color: #42b5f5;
            font-size:25px !important;
        }

    .circle-card.pink {
        border-color: #f58ca8;
    }

        .circle-card.pink h3 {
            color: #f58ca8;
            /*font-size:25px !important;*/
        }

.negro {
    color: #58595b !important;
}

.celeste {
    color: #42b5f5 !important;
    font-size:25px !important;
}

.mas-circulo {
    color: #42b5f5;
    font-size: 20px !important;
}

.circle-card.orange {
    border-color: #f5a623;
    font-size:25px !important;
}

    .circle-card.orange h3 {
        color: #f5a623;
        font-size: 25px !important;
    }

/* Hover */
.circle-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 576px) {
    .circle-card {
        width: 180px;
        height: 180px;
        padding: 10px;
    }

        .circle-card h3 {
            font-size: 1.1rem;
        }

        .circle-card p {
            /*font-size: 0.85rem;*/
            font-size:16px;
            line-height:0.90;
        }
}


/* Texto */
.mensaje-bb-pers {
    /*font-size: 1.2rem;*/
    font-size: 20px;
    color: #58595b;
    /*font-weight: 500;*/
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 1;
}


.programa-cs-num-wa {
    background: #f9f9f9; /* celeste muy claro */
    padding: 50px 0;
}


/* Fondo suave */
.programa-bb {
    background: #f5fcff; /* celeste muy claro */
    padding: 50px 0;
}

/* Texto */
.mensaje-bb {
    /*font-size: 1.2rem;*/
    color: #58595b;
    /*font-weight: 500;*/
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height:1;
}

.mensaje-bb-pers .azul {
    color: #42b5f5;
    font-weight: 700;
    font-size: 24px !important;
}

.mensaje-bb-pers .rosa {
    color: #f58ca8;
    font-weight: 700;
    font-size: 24px !important;
}


.mensaje-bb .rosa {
    color: #fdba01;
    font-weight: 700;
    font-size: 24px !important;
}

.txt-cayetano-sen-morado {
    color: #b81731;
    font-weight: bold;
}

/* Botón */
.btn-contacto {
    display: inline-block;
    background: #fdba01;
    color: #58595b !important;
    /*font-size: 1rem;*/
    font-size:20px;
    /*font-weight: 600;*/
    padding: 5px 25px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

    .btn-contacto:hover {
        background: #fdca01;
        text-decoration: none;
        font-weight: bold;
    }




/* Botón */
.btn-contacto-bb {
    display: inline-block;
    background: #42b5f5;
    color: #fff !important;
    /*font-size: 1rem;*/
    font-size: 20px;
    /*font-weight: 600;*/
    padding: 5px 25px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

    .btn-contacto-bb:hover {
        background: #2b8ec4;
        text-decoration: none;
        font-weight: bold;
    }


/* Teléfono */
.telefono-bb {
    font-size: 1.4rem;
    font-size:20px;
    color: #58595b;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-family: 'Poppins' !important;
}

    .telefono-bb i {
        font-size: 1.6rem;
        color: #25d366; /* verde WhatsApp */
    }

/* Responsive */
@media (max-width: 576px) {
    .mensaje-bb {
        font-size: 1rem;
    }

    .telefono-bb {
        /*font-size: 1.2rem;*/
        font-size: 20px;
       
    }
}




/*.contenedor-beneficios {
    padding: 0 15px;
    margin-left: 90px;
    margin-right: 90px;
}*/

.contenedor-beneficios {
    padding: 0 15px;
}


/* Solo en pantallas grandes (≥ 992px en Bootstrap 4/5) */
@media (min-width: 992px) {
    .contenedor-beneficios {
        margin-left: 150px;
        margin-right: 150px;
    }
}


.beneficio-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    align-items: center;
    height: 100%;
    transition: all 0.3s ease;
    /*
     background: #fff;
    border: 1.5px solid #eee;
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;*/
}


    .beneficio-card:hover {
        box-shadow: 0 6px 16px rgba(0,0,0,0.08);
        transform: translateY(-3px);
    }


.beneficio-icono {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.beneficio-texto-grande {
    /*font-size: 1rem;*/
    color: #58595b;
    font-size: 25px !important;
}

.beneficio-texto {
    /*font-size: 1rem;*/
    font-size:16px;
    color: #58595b;
    text-align:left !important;
}


    .beneficio-texto strong {
        
        font-size: 16px;
        line-height:0.90;
        /*color: #58595b;*/
    }



.texto-resaltado {
    color: #dc3545; /* rojo tipo Bootstrap "danger" */
    font-size: 20px !important;
}



/*.container-pc {
    background-color:aqua;
    width: 100%;
    padding-right: 155px;
    padding-left: 155px;
  
}*/



.container-pc {
    padding: 0 15px;
}


/* Solo en pantallas grandes (≥ 992px en Bootstrap 4/5) */
@media (min-width: 992px) {
    .container-pc {
        margin-left: 150px;
        margin-right: 150px;
    }
}






/************************/


/*.appointment-modal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.appointment-modal .modal-content {
    border-radius: 15px;
    border: none;
    overflow: hidden;
}

.appointment-modal .modal-header {
    
    color: white;
    border: none;
    padding: 25px 30px;
    position: relative;
}

    .appointment-modal .modal-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        
        pointer-events: none;
    }

.appointment-modal .close {
    color: white;
    opacity: 1;
    font-size: 28px;
    font-weight: 300;
}

    .appointment-modal .close:hover {
        color: rgba(255,255,255,0.8);
    }

.appointment-modal .step-indicator {
    background: rgba(255,255,255,0.15);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
}

.appointment-modal .doctor-info {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.appointment-modal .doctor-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

    .appointment-modal .doctor-avatar img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }

.appointment-modal .doctor-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.appointment-modal .doctor-specialty {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
}

.appointment-modal .sede-section {
    margin-top: 20px;
}

.appointment-modal .sede-label {
    color: white;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
}

.appointment-modal .sede-dropdown {
    background: white;
    border: none;
    border-radius: 25px;
    padding: 12px 20px;
    width: 200px;
    font-size: 14px;
}

.appointment-modal .modal-body {
    padding: 30px;
    background: #f8f9fa;
}

.appointment-modal .date-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.appointment-modal .nav-arrow {
    background: #dc3545;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .appointment-modal .nav-arrow:hover {
        background: #c82333;
        transform: scale(1.1);
    }

    .appointment-modal .nav-arrow:disabled {
        background: #ccc;
        cursor: not-allowed;
        transform: none;
    }

.appointment-modal .date-tabs {
    display: flex;
    margin: 0 20px;
    gap: 10px;
}

.appointment-modal .date-tab {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 12px 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 80px;
}

    .appointment-modal .date-tab:hover {
        border-color: #dc3545;
        transform: translateY(-2px);
    }

    .appointment-modal .date-tab.active {
        background: #dc3545;
        border-color: #dc3545;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    }

    .appointment-modal .date-tab .day {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 2px;
        text-transform: uppercase;
    }

    .appointment-modal .date-tab .date {
        font-size: 16px;
        font-weight: bold;
    }

.appointment-modal .time-slots {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.appointment-modal .time-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.appointment-modal .time-slot {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

    .appointment-modal .time-slot:hover {
        border-color: #dc3545;
        background: #fff5f5;
        transform: translateY(-1px);
    }

    .appointment-modal .time-slot.selected {
        background: #dc3545;
        border-color: #dc3545;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
    }

    .appointment-modal .time-slot.unavailable {
        background: #f8d7da;
        border-color: #f1aeb5;
        color: #721c24;
        cursor: not-allowed;
        opacity: 0.6;
    }

        .appointment-modal .time-slot.unavailable:hover {
            transform: none;
            border-color: #f1aeb5;
            background: #f8d7da;
        }

.appointment-modal .loading {
    text-align: center;
    padding: 40px;
    color: #6c757d;
}

    .appointment-modal .loading i {
        font-size: 24px;
        margin-bottom: 10px;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.appointment-modal .no-appointments {
    text-align: center;
    padding: 40px;
    color: #6c757d;
}

    .appointment-modal .no-appointments i {
        font-size: 48px;
        margin-bottom: 15px;
        opacity: 0.5;
    }

.appointment-modal .modal-footer {
    background: white;
    border: none;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
}

.appointment-modal .btn-confirm {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .appointment-modal .btn-confirm:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    }

.appointment-modal .btn-cancel {
    background: transparent;
    border: 2px solid #6c757d;
    padding: 10px 30px;
    border-radius: 25px;
    color: #6c757d;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .appointment-modal .btn-cancel:hover {
        background: #6c757d;
        color: white;
    }


@media (max-width: 768px) {
    .appointment-modal .modal-dialog {
        margin: 10px;
        max-width: none;
    }

    .appointment-modal .date-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .appointment-modal .time-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 8px;
    }

    .appointment-modal .modal-header,
    .appointment-modal .modal-body,
    .appointment-modal .modal-footer {
        padding: 20px;
    }
}




.appointment-modal .modal-header {
    
    background-color: #b81731 !important;
    color: #fff !important;
    border: none;
    padding: 25px 30px;
    position: relative;
}

    .appointment-modal .modal-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #b81731 !important;
        
        pointer-events: none;
    }


.appointment-modal .modal-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

    .appointment-modal .modal-title::before {
   
    }

   
.appointment-modal .doctor-info {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

.appointment-modal .doctor-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

    .appointment-modal .doctor-avatar img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        object-fit: cover;
    }

    .appointment-modal .doctor-avatar i {
        font-size: 32px !important;
        color: #dc3545;
    }

.appointment-modal .doctor-details {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 0;
}

.appointment-modal .doctor-info-left {
    flex: 1;
    min-width: 0;
}

.appointment-modal .doctor-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
    position: relative;
    z-index: 2;
    color:#fff !important;
}

.appointment-modal .doctor-specialty {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff !important;
}


.appointment-modal .sede-section {

}


@media (max-width: 768px) {
    .appointment-modal .modal-dialog {
        margin: 10px;
        max-width: none;
    }

    .appointment-modal .doctor-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .appointment-modal .doctor-avatar {
        width: 70px;
        height: 70px;
        margin-right: 0;
        margin-bottom: 15px;
    }

        .appointment-modal .doctor-avatar i {
            font-size: 28px !important;
        }

    .appointment-modal .doctor-details {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .appointment-modal .doctor-info-left {
        margin-bottom: 15px;
    }

    .appointment-modal .sede-section {
    
    }

    .appointment-modal .sede-dropdown {
        width: 100%;
    }

    .appointment-modal .modal-header,
    .appointment-modal .modal-body,
    .appointment-modal .modal-footer {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .appointment-modal .doctor-avatar {
        width: 60px;
        height: 60px;
    }

        .appointment-modal .doctor-avatar i {
            font-size: 24px !important;
        }

    .appointment-modal .doctor-name {
        font-size: 16px;
    }

    .appointment-modal .doctor-specialty {
        font-size: 13px;
    }

    .appointment-modal .modal-title {
        font-size: 16px;
    }

    .appointment-modal .sede-label {
        font-size: 13px;
    }

    .appointment-modal .sede-dropdown {
        padding: 10px 15px;
        font-size: 13px;
    }
}

.appointment-modal .sede-label {
    color: white;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
}

.appointment-modal .sede-dropdown {
    background: white;
    border: none;
    border-radius: 25px;
    padding: 12px 20px;
    width: 200px;
    font-size: 14px;
    color: #6c757d;
    position: relative;
    appearance: none;
    
    background-color:#eee;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

.appointment-modal .close {
    color: white;
    opacity: 1;
    font-size: 28px;
    font-weight: 300;
    position: relative;
    z-index: 3;
}

    .appointment-modal .close:hover {
        color: rgba(255,255,255,0.8);
    }





.appointment-modal .modal-header {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border: none;
    padding: 30px;
    position: relative;

    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}


.appointment-modal .modal-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

    .appointment-modal .modal-title::before {
        content: '←';
        font-size: 20px;
        margin-right: 12px;
        background: rgba(255,255,255,0.2);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }


.appointment-modal .doctor-container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 25px;
    align-items: center;
    position: relative;
    z-index: 2;
}


.appointment-modal .doctor-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    position: relative;
}

    .appointment-modal .doctor-avatar img {
        width: 95px;
        height: 95px;
        border-radius: 50%;
        object-fit: cover;
    }

    .appointment-modal .doctor-avatar i {
        font-size: 42px;
        color: #dc3545;
    }


.appointment-modal .doctor-info-grid {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 10px;
    height: 110px;
    justify-content: start;
}


.appointment-modal .doctor-name {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: white;
}


.appointment-modal .doctor-specialty {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
}


.appointment-modal .sede-section {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.appointment-modal .sede-label {
    color: white;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
}

.appointment-modal .sede-dropdown {
    background: white;
    border: none;
    border-radius: 25px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    min-width: 180px;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23666" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

    .appointment-modal .sede-dropdown:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

    .appointment-modal .sede-dropdown:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
    }


.appointment-modal .close {
    color: white;
    opacity: 1;
    font-size: 28px;
    font-weight: 300;
    position: relative;
    z-index: 3;
}

    .appointment-modal .close:hover {
        color: rgba(255,255,255,0.8);
    }


@media (max-width: 768px) {
    .appointment-modal .modal-dialog {
        margin: 15px;
        max-width: none;
    }

    .appointment-modal .modal-header {
        padding: 25px 20px;
    }

    .appointment-modal .modal-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .appointment-modal .doctor-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 20px;
        text-align: center;
    }

    .appointment-modal .doctor-avatar {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }

        .appointment-modal .doctor-avatar i {
            font-size: 32px;
        }

    .appointment-modal .doctor-info-grid {
        grid-template-rows: auto auto auto;
        gap: 12px;
        height: auto;
        justify-items: center;
    }

    .appointment-modal .sede-section {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    .appointment-modal .sede-dropdown {
        min-width: 160px;
    }
}

@media (max-width: 576px) {
    .appointment-modal .modal-header {
        padding: 20px 15px;
    }

    .appointment-modal .modal-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

        .appointment-modal .modal-title::before {
            width: 28px;
            height: 28px;
            font-size: 18px;
            margin-right: 10px;
        }

    .appointment-modal .doctor-avatar {
        width: 70px;
        height: 70px;
    }

        .appointment-modal .doctor-avatar i {
            font-size: 28px;
        }

    .appointment-modal .doctor-name {
        font-size: 16px;
    }

    .appointment-modal .doctor-specialty {
        font-size: 12px;
    }

    .appointment-modal .sede-label {
        font-size: 13px;
    }

    .appointment-modal .sede-dropdown {
        padding: 6px 12px;
        font-size: 13px;
        min-width: 140px;
    }
}


.appointment-modal * {
    transition: all 0.2s ease;
}

.appointment-modal .doctor-avatar:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

.appointment-modal .sede-dropdown:hover {
    transform: translateY(-1px);
}*/






/* Modal de Citas */

.appointment-modal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.appointment-modal .modal-content {
    border-radius: 15px;
    border: none;
    overflow: hidden;
}


.appointment-modal .modal-header {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border: none;
    background: #b81731 !important;

}


.appointment-modal .modal-header-rojo {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border: none;
    padding: 0px;
    position: relative;
 
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 30px;
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
}


.appointment-modal .modal-title {
    font-size: 20px;
    font-weight: 600;

    position: relative;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;


}

    .appointment-modal .modal-title::before {
        content: '←';
        font-size: 20px;
        margin-right: 12px;
        background: rgba(255,255,255,0.2);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;

        flex-shrink: 0;
        aspect-ratio: 1;
    }


.appointment-modal .doctor-container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 25px;
    align-items: center;
    position: relative;
    z-index: 2;
}


.appointment-modal .doctor-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    position: relative;
    
    flex-shrink: 0;
    aspect-ratio: 1;
}

    .appointment-modal .doctor-avatar img {
        width: 95px;
        height: 95px;
        border-radius: 50%;
        object-fit: cover;
    
        flex-shrink: 0;
        aspect-ratio: 1;
    }

    .appointment-modal .doctor-avatar i {
        font-size: 42px;
        color: #dc3545;
    }


.appointment-modal .doctor-info-grid {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 10px;
    height: 110px;
    justify-content: start;
    min-width: 0;
}


.appointment-modal .doctor-name {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
    color: white;
    font-style: normal !important;
}


.appointment-modal .doctor-specialty {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
}


.appointment-modal .sede-section {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;

    flex-wrap: wrap;
}

.appointment-modal .sede-label {
    color: white;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    font-style: normal;
    font-weight: 500;
}

.appointment-modal .sede-dropdown {
    background: white;
    border: none;
    border-radius: 25px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    min-width: 180px;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23666" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

    .appointment-modal .sede-dropdown:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        transform: translateY(-1px);
    }

    .appointment-modal .sede-dropdown:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
    }


.appointment-modal .close {
    color: white;
    opacity: 1;
    font-size: 28px;
    font-weight: 300;
    position: relative;
    z-index: 3;
}

    .appointment-modal .close:hover {
        color: rgba(255,255,255,0.8);
        transform: scale(1.1);
    }


.appointment-modal .modal-body {
    padding: 30px;

    background: #fff;
}


.appointment-modal .date-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    background: white;
    border-radius: 15px;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;

    line-height: 1 !important;
}

.appointment-modal .nav-arrow {

    background: #b81731;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    
    flex-shrink: 0;
    aspect-ratio: 1;
}

    .appointment-modal .nav-arrow:hover {
        background: #c82333;
        transform: scale(1.1);
    }

    .appointment-modal .nav-arrow:disabled {
        background: #ccc;
        cursor: not-allowed;
        transform: none;
    }


.appointment-modal .date-tabs {
    display: flex;
    margin: 0 20px;
    gap: 10px;
}

.appointment-modal .date-tab {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 12px 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 80px;
}

    .appointment-modal .date-tab:hover {
        border-color: #dc3545;
        transform: translateY(-2px);
    }

    .appointment-modal .date-tab.active {
       
        background: #c82333;
        border-color: #c82333;
        font-size: 12px;
        color: white;
       
    }

    .appointment-modal .date-tab .day {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 2px;
        text-transform: uppercase;
    }

    .appointment-modal .date-tab .date {
        font-size: 13px;
        font-weight: bold;
    }


.appointment-modal .time-slots {
    background: #fff !important;
    border-radius: 15px;
    padding: 0px;

}

.appointment-modal .time-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.appointment-modal .time-slot {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    
    padding: 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

    .appointment-modal .time-slot:hover {
        border-color: #dc3545;
    
        transform: translateY(-1px);
    }

    .appointment-modal .time-slot.selected {
    
        background: #c82333;
    
        border-color: #c82333;
        color: white;
    
    }

    .appointment-modal .time-slot.unavailable {
        background: #f8d7da;
        border-color: #f1aeb5;
        color: #721c24;
        cursor: not-allowed;
        opacity: 0.6;
    }

        .appointment-modal .time-slot.unavailable:hover {
            transform: none;
            border-color: #f1aeb5;
            background: #f8d7da;
        }


.appointment-modal .loading {
    text-align: center;
    padding: 40px;
    color: #6c757d;
}

    .appointment-modal .loading i {
        font-size: 24px;
        margin-bottom: 10px;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.appointment-modal .no-appointments {
    text-align: center;
    padding: 40px;
    color: #6c757d;
}

    .appointment-modal .no-appointments i {
        font-size: 48px;
        margin-bottom: 15px;
        opacity: 0.5;
    }


.appointment-modal .modal-footer {
    background: white;
    border: none;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
}

.appointment-modal .btn-confirm {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .appointment-modal .btn-confirm:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    }

.appointment-modal .btn-cancel {
    background: transparent;
    border: 2px solid #6c757d;
    padding: 10px 30px;
    border-radius: 25px;
    color: #6c757d;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .appointment-modal .btn-cancel:hover {
        background: #6c757d;
        color: white;
    }


.appointment-modal * {
    transition: all 0.2s ease;
}

.appointment-modal .doctor-avatar:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}


@media (max-width: 768px) {
    .appointment-modal .modal-dialog {
        margin: 15px;
        max-width: none;
    }

    .appointment-modal .modal-header {
        padding: 25px 20px;
        text-align: center;
    }

    .appointment-modal .modal-header-rojo {
        padding: 25px 20px;
        text-align: center;
    }

    .appointment-modal .modal-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

        .appointment-modal .modal-title::before {
            
            width: 32px;
            height: 32px;
            flex-shrink: 0;
            aspect-ratio: 1;
        }

    .appointment-modal .doctor-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 20px;
        text-align: center;
        justify-items: center;
        align-items: center;
    }

    .appointment-modal .doctor-avatar {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        flex-shrink: 0;
        aspect-ratio: 1;
    }

        .appointment-modal .doctor-avatar img {
            width: 70px;
            height: 70px;
            flex-shrink: 0;
            aspect-ratio: 1;
        }

        .appointment-modal .doctor-avatar i {
            font-size: 32px;
        }

    .appointment-modal .doctor-info-grid {
        grid-template-rows: auto auto auto;
        gap: 12px;
        height: auto;
        justify-items: center;
        width: 100%;
        text-align: center;
    }

    .appointment-modal .doctor-name {
        text-align: center;
        width: 100%;
    }

    .appointment-modal .doctor-specialty {
        text-align: center;
        width: 100%;
    }

    .appointment-modal .sede-section {
        flex-direction: column;
        gap: 8px;
        align-items: center;
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .appointment-modal .sede-label {
        text-align: center;
    }

    .appointment-modal .sede-dropdown {
        min-width: 160px;
        margin: 0 auto;
    }

    
    .appointment-modal .nav-arrow {
        width: 35px;
        height: 35px;
        flex-shrink: 0;
        aspect-ratio: 1;
    }

    .appointment-modal .date-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .appointment-modal .time-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 8px;
    }

    .appointment-modal .modal-body,
    .appointment-modal .modal-footer {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .appointment-modal .modal-header-rojo {
        padding: 20px 15px;
        text-align: center;
    }

    .appointment-modal .modal-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

        .appointment-modal .modal-title::before {
            width: 28px;
            height: 28px;
            font-size: 18px;
            margin-right: 10px;
    
            flex-shrink: 0;
            aspect-ratio: 1;
        }

    .appointment-modal .doctor-container {
        justify-items: center;
        align-items: center;
        text-align: center;
    }

    .appointment-modal .doctor-avatar {
        width: 70px;
        height: 70px;
        margin: 0 auto;
        flex-shrink: 0;
        aspect-ratio: 1;
    }

        .appointment-modal .doctor-avatar img {
            width: 60px;
            height: 60px;
            flex-shrink: 0;
            aspect-ratio: 1;
        }

        .appointment-modal .doctor-avatar i {
            font-size: 28px;
        }

    .appointment-modal .doctor-name {
        font-size: 16px;
        text-align: center;
        width: 100%;
    }

    .appointment-modal .doctor-specialty {
        font-size: 12px;
        text-align: center;
        width: 100%;
    }

    .appointment-modal .sede-label {
        font-size: 13px;
        text-align: center;
    }

    .appointment-modal .sede-section {
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .appointment-modal .sede-dropdown {
        padding: 6px 12px;
        font-size: 13px;
        min-width: 140px;
        margin: 0 auto;
        display: block;
    }

    
    .appointment-modal .nav-arrow {
        width: 32px;
        height: 32px;
        flex-shrink: 0;
        aspect-ratio: 1;
    }
}


.appointment-modal .modal-header-rojo {
    
    background: #b81731;
    color: white !important;
    padding: 40px 35px !important;
    position: relative !important;
    
    border: none !important;
    border-radius: 0 !important;
    display: block !important; 
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}

    .appointment-modal .modal-header-rojo::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 300px;
        height: 300px;
        
        border-radius: 50%;
        z-index: 1;
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        border-bottom-right-radius: 15px !important;
        border-bottom-left-radius: 15px !important;
    }

    .appointment-modal .modal-header-rojo::after {
        content: '';
        position: absolute;
        bottom: -30%;
        left: -10%;
        width: 200px;
        height: 200px;
        
        border-radius: 50%;
        z-index: 1;
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        border-bottom-right-radius: 15px !important;
        border-bottom-left-radius: 15px !important;
    }

    .appointment-modal .modal-header-rojo .header-title-section {
        text-align: center !important;
        margin-bottom: 30px !important;
        position: relative !important;
        z-index: 2 !important;
        display: block !important;
    }

    .appointment-modal .modal-header-rojo .header-main-title {
        font-size: 24px !important;
        font-weight: 700 !important;
        margin: 0 0 8px 0 !important;
        text-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
        color: white !important;
        line-height: 1.2 !important;
    }

    .appointment-modal .modal-header-rojo .header-subtitle {
        font-size: 14px !important;
        opacity: 0.9 !important;
        font-weight: 400 !important;
        margin: 0 !important;
        color: white !important;
        line-height: 1.3 !important;
    }

    .appointment-modal .modal-header-rojo .doctor-container {
        display: flex !important;
        align-items: center !important;
        gap: 25px !important;
        
        -webkit-backdrop-filter: blur(10px) !important;
        border-radius: 20px !important;
        padding: 0px !important;
        border: 0px solid rgba(255,255,255,0.2) !important;
        position: relative !important;
        z-index: 2 !important;
        flex-wrap: nowrap !important;
    }

    .appointment-modal .modal-header-rojo .doctor-avatar {
      
        width: 90px !important;
        height: 90px !important;
        border-radius: 50%;
        background: white !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 8px 32px rgba(0,0,0,0.2) !important;
        flex-shrink: 0 !important;
        padding: 0px !important;
    }

        .appointment-modal .modal-header-rojo .doctor-avatar img {
        
            width: 100% !important;
            height: 100% !important;
        
            border-radius: 50%;
            object-fit: cover !important;
            display: block !important;
        }




    .appointment-modal .modal-header-rojo .doctor-info-grid {
        flex: 1 !important;
        min-width: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        justify-content: center !important;
        text-align: left !important;
    }

    .appointment-modal .modal-header-rojo .doctor-name {
        font-size: 20px !important;
        font-weight: 800 !important;
        margin: 0 !important;
        color: white !important;
        line-height: 1.2 !important;
        padding: 0 !important;
    }

    .appointment-modal .modal-header-rojo .doctor-specialty {
        font-size: 17px !important;
        font-weight: 800 !important;
        margin: 0 !important;
        opacity: 0.9 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        color: rgba(255,255,255,0.9) !important;
        line-height: 1.3 !important;
        padding: 0 !important;
        color: #f9c832 !important;
    }

    
    .appointment-modal .modal-header-rojo .sede-section {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        flex-wrap: wrap !important;
        margin: 5px 0 0 0 !important;
        padding: 0 !important;
    
        justify-content: flex-start !important;
        vertical-align: middle !important;
        box-sizing: border-box !important;
    }

    .appointment-modal .modal-header-rojo .sede-label {
        font-size: 16px !important;
        font-weight: 500 !important;
        white-space: nowrap !important;
        margin: 0 !important;
        color: white !important;
    
        display: flex !important;
        align-items: center !important;
        line-height: 1 !important;
        padding: 0 !important;
        height: auto !important;
        vertical-align: middle !important;
        align-self: center !important;
    }

    .appointment-modal .modal-header-rojo .sede-dropdown {
        background: white !important;
        border: none !important;
        border-radius: 12px !important;
        padding: 10px 15px !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #58595b !important;
        min-width: 160px !important;
        cursor: pointer !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
        transition: all 0.3s ease !important;
    
        vertical-align: middle !important;
        line-height: 1.2 !important;
        height: auto !important;
        align-self: center !important;
        margin: 0 !important;
    }




@media (max-width: 768px) {
    .appointment-modal .modal-header-rojo {
        padding: 30px 20px !important;
    }

        .appointment-modal .modal-header-rojo .header-main-title {
            font-size: 20px !important;
        }

        .appointment-modal .modal-header-rojo .doctor-container {
            flex-direction: column !important;
            text-align: center !important;
            gap: 20px !important;            
            padding: 5px 5px !important;
            align-items: center !important;
        }

        .appointment-modal .modal-header-rojo .doctor-avatar {
            width: 80px !important;
            height: 80px !important;
            margin: 0 auto !important;
        }

        .appointment-modal .modal-header-rojo .doctor-info-grid {
            align-items: center !important;
            text-align: center !important;
            width: 100% !important;
            justify-content: center !important;
        }

        .appointment-modal .modal-header-rojo .sede-section {
            flex-direction: column !important;
            gap: 8px !important;
            width: 100% !important;
            justify-content: center !important;
            align-items: center !important;
            text-align: center !important;
        }

        .appointment-modal .modal-header-rojo .sede-label {
            text-align: center !important;
            align-self: center !important;
            justify-self: center !important;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
        }

        .appointment-modal .modal-header-rojo .sede-dropdown {
            min-width: 180px !important;
            margin: 0 auto !important;
            align-self: center !important;
            font-size: 16px;
        }
}

@media (max-width: 576px) {
    .appointment-modal .modal-header-rojo {
        padding: 25px 15px !important;
    }

        .appointment-modal .modal-header-rojo .header-main-title {
            font-size: 18px !important;
        }

        .appointment-modal .modal-header-rojo .doctor-avatar {
            width: 70px !important;
            height: 70px !important;
        }

        .appointment-modal .modal-header-rojo .doctor-name {
            font-size: 18px !important;
        }

        .appointment-modal .modal-header-rojo .doctor-specialty {
            font-size: 17px !important;
            color: #f9c832 !important;
        }

        .appointment-modal .modal-header-rojo .sede-label {
            font-size: 16px !important;
            text-align: center !important;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
        }

        .appointment-modal .modal-header-rojo .sede-dropdown {
            padding: 8px 12px !important;
            font-size: 16px !important;
            min-width: 160px !important;
        }
}


.appointment-modal .modal-header-rojo .sede-section * {
    box-sizing: border-box !important;
    
}

.appointment-modal .modal-header-rojo .sede-section select {
    
    background-image: none !important;
    background-position: unset !important;
    background-repeat: unset !important;
    background-size: unset !important;
    padding-right: 15px !important;
}

    .appointment-modal .modal-header-rojo .sede-section select::-ms-expand {
        display: block !important;
    }


.appointment-modal .modal-header-rojo .sede-section-flex-fix {
    display: table !important;
    width: 100% !important;
}

    .appointment-modal .modal-header-rojo .sede-section-flex-fix .sede-label,
    .appointment-modal .modal-header-rojo .sede-section-flex-fix .sede-dropdown {
        display: table-cell !important;
        vertical-align: middle !important;
    }

    .appointment-modal .modal-header-rojo .sede-section-flex-fix .sede-label {
        width: auto !important;
        padding-right: 12px !important;
    }



.appointment-modal .modal-header-rojo .close {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    z-index: 5 !important;
    background: transparent !important;
    border: none !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #fff !important;
    opacity: 0.9 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
}

    .appointment-modal .modal-header-rojo .close:hover {
        opacity: 1 !important;
        transform: scale(1.1) !important;
        transition: all 0.2s ease-in-out !important;
    }


@media (max-width: 768px) {
    .appointment-modal .modal-header-rojo .close {
        top: 10px !important;
        right: 10px !important;
        font-size: 26px !important;
    }
}

@media (max-width: 576px) {
    .appointment-modal .modal-header-rojo .close {
        top: 8px !important;
        right: 8px !important;
        font-size: 22px !important;
    }
}



/* SOLUCIONES PARA BOTONES NO FUNCIONALES EN MÓVILES */

/* 1. Deshabilitar pointer-events en elementos decorativos */
.appointment-modal .modal-header-rojo::before,
.appointment-modal .modal-header-rojo::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    /* SOLUCIÓN CRÍTICA: Deshabilitar eventos de puntero */
    pointer-events: none !important;
}

.appointment-modal .modal-header-rojo::before {
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}

.appointment-modal .modal-header-rojo::after {
    bottom: -30%;
    left: -10%;
    width: 200px;
    height: 200px;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}

/* 2. Asegurar que el botón atrás sea clickeable */
.appointment-modal .modal-title {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 10 !important; /* Mayor z-index que elementos decorativos */
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    /* SOLUCIÓN: Asegurar que sea clickeable */
    pointer-events: auto !important;
    cursor: pointer !important;
}

    .appointment-modal .modal-title::before {
        content: '←';
        font-size: 20px;
        margin-right: 12px;
        background: rgba(255,255,255,0.2);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        aspect-ratio: 1;
        /* SOLUCIÓN: Hacer clickeable específicamente */
        pointer-events: auto !important;
        cursor: pointer !important;
        /* Área táctil más grande para móviles */
        position: relative;
    }

/* 3. Botón close con mejor área táctil */
.appointment-modal .modal-header-rojo .close {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    z-index: 15 !important; /* z-index más alto */
    background: transparent !important;
    border: none !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #fff !important;
    opacity: 0.9 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    padding: 8px !important; /* Área táctil más grande */
    margin: 0 !important;
    /* SOLUCIÓN: Asegurar clickeabilidad */
    pointer-events: auto !important;
    /* Área mínima táctil de 44px para móviles */
    min-width: 44px !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


/* 4. Navegación de fechas - área táctil mejorada */
.appointment-modal .nav-arrow {
    background: #b81731;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    aspect-ratio: 1;
    /* SOLUCIÓN: Mejorar área táctil */
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 1 !important;
    /* Área mínima táctil para móviles */
    min-width: 44px !important;
    min-height: 44px !important;

}

/* 5. Tabs de fechas - área táctil mejorada */
.appointment-modal .date-tab {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 12px 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 80px;
    /* SOLUCIÓN: Mejorar clickeabilidad */
    pointer-events: auto !important;
    position: relative !important;
    z-index: 1 !important;
    /* Área mínima táctil para móviles */
    min-height: 44px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

/* 6. RESPONSIVE: Ajustes específicos para móviles */
@media (max-width: 768px) {

    /* Botón atrás más grande en móviles */
    .appointment-modal .modal-title::before {
        width: 40px !important;
        height: 40px !important;
        font-size: 22px !important;
        margin-right: 15px !important;
        /* Asegurar que sea táctil */
        min-width: 44px !important;
        min-height: 44px !important;
        touch-action: manipulation !important;
    }

    /* Botón close más grande */
    .appointment-modal .modal-header-rojo .close {
        top: 10px !important;
        right: 10px !important;
        font-size: 28px !important;
        padding: 10px !important;
        min-width: 48px !important;
        min-height: 48px !important;
    }

    /* Navegación de fechas más grande */
    .appointment-modal .nav-arrow {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        font-size: 18px !important;
    }

    /* Tabs de fechas con mejor área táctil */
    .appointment-modal .date-tab {
        min-height: 48px !important;
        padding: 15px 12px !important;
        margin: 2px !important; /* Espacio entre elementos táctiles */
    }
}

@media (max-width: 576px) {

    /* Botón atrás aún más grande en pantallas muy pequeñas */
    .appointment-modal .modal-title::before {
        width: 44px !important;
        height: 44px !important;
        font-size: 24px !important;
        min-width: 48px !important;
        min-height: 48px !important;
    }

    /* Botón close optimizado */
    .appointment-modal .modal-header-rojo .close {
        top: 8px !important;
        right: 8px !important;
        font-size: 24px !important;
        min-width: 44px !important;
        min-height: 44px !important;
    }

    /* Asegurar que todos los elementos interactivos tengan área táctil adecuada */
    .appointment-modal .nav-arrow,
    .appointment-modal .date-tab,
    .appointment-modal .time-slot {
        min-height: 44px !important;
        touch-action: manipulation !important;
    }
}

/* 7. SOLUCIÓN ADICIONAL: Prevenir interferencias de otros elementos */
.appointment-modal .modal-header-rojo {
    /* Asegurar que el contenedor no interfiera */
    pointer-events: auto !important;
    position: relative !important;
    overflow: visible !important; /* Cambiar de hidden a visible si es necesario */
}


/* 8. Mejorar toda la experiencia táctil */
.appointment-modal .modal-title,
.appointment-modal .nav-arrow,
.appointment-modal .date-tab,
.appointment-modal .time-slot,
.appointment-modal .close {
    /* Optimización para dispositivos táctiles */
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0.1) !important;
    user-select: none !important;
    -webkit-user-select: none !important;
}

/* 9. DEBUG: Temporal para identificar áreas clickeables (remover en producción) */
/*
.appointment-modal .modal-title::before,
.appointment-modal .nav-arrow:first-child,
.appointment-modal .date-tab:first-child {
    border: 2px solid red !important;
    background: rgba(255,0,0,0.2) !important;
}
*/



    /* ELIMINAR EFECTO "CUADRITO" EN MÓVILES */

    /* Remover tap highlight en todos los elementos clickeables */
    .appointment-modal .modal-title,
    .appointment-modal .modal-title::before,
    .appointment-modal .nav-arrow,
    .appointment-modal .date-tab,
    .appointment-modal .time-slot,
    .appointment-modal .close,
    .appointment-modal .btn-confirm,
    .appointment-modal .btn-cancel,
    .appointment-modal .sede-dropdown {
        /* Eliminar completamente el highlight azul/gris */
        -webkit-tap-highlight-color: transparent !important;
        -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
        -moz-tap-highlight-color: transparent !important;
        tap-highlight-color: transparent !important;
        /* Eliminar outline en móviles */
        -webkit-touch-callout: none !important;
        -webkit-user-select: none !important;
        -khtml-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        /* Eliminar el "cuadrito" de focus en móviles */
        outline: none !important;
        -webkit-focus-ring-color: transparent !important;
    }

/* Eliminar highlight en toda la modal en móviles */
.appointment-modal * {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

/* Específicamente para el botón atrás */
.appointment-modal .modal-title::before {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
    border: none !important;
}

/* Específicamente para botones de navegación */
.appointment-modal .nav-arrow {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
    border: none !important;
}

/* Específicamente para tabs de fechas */
.appointment-modal .date-tab {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}

    /* OPCIONAL: Si quieres un efecto sutil personalizado en lugar del cuadrito */
    .appointment-modal .modal-title::before:active,
    .appointment-modal .nav-arrow:active,
    .appointment-modal .date-tab:active {
        transform: scale(0.95) !important;
        transition: transform 0.1s ease !important;
    }

/* Asegurar que no hay highlight en iOS Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .appointment-modal .modal-title,
    .appointment-modal .modal-title::before,
    .appointment-modal .nav-arrow,
    .appointment-modal .date-tab,
    .appointment-modal .close {
        -webkit-tap-highlight-color: transparent !important;
    }
}

/*FIX PARA ALINEAR A LA IZQUIERDA EN PANTALLA PEQUEÑA LOS TEXTOS DE LA SECCCION AVATAR */

@media (max-width: 768px) {
    .appointment-modal .modal-header-rojo {
        padding: 30px 20px !important;
    }

        .appointment-modal .modal-header-rojo .header-main-title {
            font-size: 20px !important;
        }

        .appointment-modal .modal-header-rojo .doctor-container {
            flex-direction: row !important; 
            text-align: left !important; 
            gap: 20px !important;
            padding: 5px 5px !important;
            align-items: center !important; 
            justify-content: flex-start !important; 
        }

        .appointment-modal .modal-header-rojo .doctor-avatar {
            width: 80px !important;
            height: 80px !important;
            margin: 0 !important; 
            flex-shrink: 0 !important; 
        }

        .appointment-modal .modal-header-rojo .doctor-info-grid {
            align-items: flex-start !important; 
            text-align: left !important; 
            width: 100% !important;
            justify-content: flex-start !important; 
        }

        .appointment-modal .modal-header-rojo .doctor-name {
            text-align: left !important; 
        }

        .appointment-modal .modal-header-rojo .doctor-specialty {
            text-align: left !important; 
        }

        .appointment-modal .modal-header-rojo .sede-section {
            flex-direction: row !important; 
            gap: 12px !important;
            width: 100% !important;
            justify-content: flex-start !important; 
            align-items: center !important;
            text-align: left !important; 
        }

        .appointment-modal .modal-header-rojo .sede-label {
            text-align: left !important; 
            align-self: center !important;
            justify-self: flex-start !important; 
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            margin: 0 !important;
        }

        .appointment-modal .modal-header-rojo .sede-dropdown {
            min-width: 160px !important; 
            margin: 0 !important; 
            align-self: center !important;
            font-size: 16px;
        }
}

@media (max-width: 576px) {
    .appointment-modal .modal-header-rojo {
        padding: 25px 15px !important;
    }

        .appointment-modal .modal-header-rojo .header-main-title {
            font-size: 18px !important;
        }

        .appointment-modal .modal-header-rojo .doctor-container {
            flex-direction: column !important; 
            align-items: flex-start !important; 
            text-align: left !important;
            gap: 15px !important;
        }

        .appointment-modal .modal-header-rojo .doctor-avatar {
            width: 70px !important;
            height: 70px !important;
            margin: 0 !important; 
            align-self: flex-start !important; 
        }

        .appointment-modal .modal-header-rojo .doctor-info-grid {
            align-items: flex-start !important; 
            text-align: left !important;
            width: 100% !important;
            justify-content: flex-start !important;
        }

        .appointment-modal .modal-header-rojo .doctor-name {
            font-size: 18px !important;
            text-align: left !important;
        }

        .appointment-modal .modal-header-rojo .doctor-specialty {
            font-size: 17px !important;
            color: #f9c832 !important;
            text-align: left !important;
        }

        .appointment-modal .modal-header-rojo .sede-section {
            flex-direction: row !important; 
            gap: 12px !important;
            width: 100% !important;
            justify-content: flex-start !important;
            align-items: center !important;
            text-align: left !important;
        }

        .appointment-modal .modal-header-rojo .sede-label {
            font-size: 16px !important;
            text-align: left !important;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            margin: 0 !important;
        }

        .appointment-modal .modal-header-rojo .sede-dropdown {
            padding: 8px 12px !important;
            font-size: 16px !important;
            min-width: 140px !important; 
            margin: 0 !important;
            flex: 1 !important; 
            max-width: 200px !important; 
        }
}























/*aaaaaaaaaaaaaaaaaaaaaaaaaaa*/

/* Botón flotante de WhatsApp */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px; /* 👈 subimos el botón para que no se cruce con scrollUp */
    right: 20px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 2147483646; /* un poco menos que el scrollUp */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
}

    .whatsapp-float img {
        width: 35px;
        height: 35px;
    }

    .whatsapp-float:hover {
        transform: scale(1.1);
    }




/* Botón flotante de WhatsApp con animación */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px; /* lo dejamos arriba del scrollUp */
    right: 20px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    z-index: 2147483646;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: heartbeat 1.5s infinite; /* 👈 animación aplicada */
}

    .whatsapp-float img {
        width: 35px;
        height: 35px;
    }

linea-footer
/* Efecto de latido */
@keyframes heartbeat {
    0%

{
    transform: scale(1);
}

14% {
    transform: scale(1.3);
}

28% {
    transform: scale(1);
}

42% {
    transform: scale(1.3);
}

70% {
    transform: scale(1);
}

100% {
    transform: scale(1);
}

}




/*aaaaaaaaaaaaaaaaaaaaaaaa*/

.slide {
    display: none;
}

    .slide:first-child,
    .slide.active {
        display: block;
    }

.nav-dot {
    opacity: 0.5;
}

    .nav-dot:first-child,
    .nav-dot.active {
        opacity: 1;
    }
