/* ========================================
   FUNEUC - CUSTOM STYLES
   Bootstrap 3.3.6 Compatible
   ======================================== */

   

/* === BARRA SUPERIOR VERDE === */




input[type=checkbox], input[type=radio] {
    margin:0px;
}

.capacitacion-modal-close {
    z-index:99;
}


a:hover {
    text-decoration:none;
    color:inherit;
    cursor: pointer;
}

.footer-menu ul {
    color: #7d8a8b;
    font-size: 13px;
    line-height: 1.2;
    padding: 0;
    text-align: center;
    list-style: none;
}
.footer-menu ul a {
    color: #7d8a8b;
}

.footer-contact {
    text-align:right;
    margin-bottom: 10px;
}
.footer-contact p, .footer-contact p a {
    color: #7d8a8b;
    margin:0px;
}

.top-bar-green {
    background-color: #00863C;
    padding: 8px 0;
    border-bottom: 2px solid #006B2F;
}

.top-bar-green .social-icon {
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    transition: opacity 0.3s;
    display: inline-block;
}

.top-bar-green .social-icon:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

.top-bar-green .navbar-toggle {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 6px 10px;
    margin: 0 0 0 15px;
    float: right;
}

.top-bar-green .navbar-toggle i {
    color: #fff;
    font-size: 20px;
}

.top-bar-green .navbar-toggle:hover,
.top-bar-green .navbar-toggle:focus {
    background-color: rgba(255,255,255,0.2);
    outline: none;
}

/* === HEADER PRINCIPAL === */
.main-header {
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.main-header .row {
    display: flex;
    align-items: center;
}

.logo-link {
    display: inline-block;
    padding: 5px 0;
}

.logo-img {
    max-height: inherit;
    max-width: 200px;
    width: 100%;
}

/* === MENÚ DESKTOP === */
.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 70px;
}

.main-menu {
    flex: 1;
}

.main-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    background-color: #3dae2b;
    border-radius: 25px;
    overflow: visible; /* IMPORTANTE: Cambiar de hidden a visible */
}

.main-menu .menu-item {
    position: relative;
}

.main-menu .menu-item > a {
    display: block;
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
    transition: background-color 0.3s;
    white-space: nowrap;
    position: relative;
    z-index:1;
    transition: 0.6s;
    text-transform: uppercase;
}

.main-menu .menu-item.active > a {
    font-weight:600;
}


.main-menu .menu-item > a::after {
    transition:.6s;
}


.main-menu .menu-item.active > a::after,
.main-menu .menu-item:hover a::after {
    content: '';
    background: #006B2F;
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
    z-index: -1;
    border-radius: 20px;
    transition: 0.6s;
}

/* === SUBMENÚS DROPDOWN (IMPORTANTE) === */
.main-menu .dropdown-menu {
    position: absolute;
    top: 40%;
    left: -4px;
    right: -38px;
    background-color: #006b2f;
    min-width: inherit;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: none;
    border: none;
    width: 107%;
    text-align: center;
    padding: 25px 5px 10px;
    border-radius: 0px 0px 15px 15px;
}

/* MOSTRAR submenú al hacer hover en el LI padre */
.main-menu .menu-item:hover > .dropdown-menu {
    display: block !important;
}

.main-menu .dropdown-menu li {
    position: relative;
}

.main-menu .dropdown-menu li a {
    display: block;
    padding: 5px 0px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s;
    white-space: normal;
}

.main-menu .dropdown-menu li:last-child a {
    border-bottom: none;
    border-radius: 0 0 8px 8px;
}

.main-menu .dropdown-menu li a:hover,
.main-menu .dropdown-menu li.active a {
    background-color: #006B2F;
}

/* === BOTÓN TURNOS === */
.btn-turnos {
    background: linear-gradient(135deg, #4FC3F7 0%, #29B6F6 100%);
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    margin-left: 15px;
    display: inline-block;
    border: 2px solid #29B6F6;
    transition: all 0.3s;
    white-space: nowrap;
}

.btn-turnos:hover {
    background: linear-gradient(135deg, #29B6F6 0%, #039BE5 100%);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(41, 182, 246, 0.4);
}

/* === SELECTOR DE IDIOMA === */
.lang-picker {
    padding: 8px 15px;
    border: 2px solid #00863C;
    border-radius: 20px;
    background-color: #fff;
    color: #00863C;
    font-weight: 600;
    margin-left: 15px;
    cursor: pointer;
    font-size: 12px;
    outline: none;
}

.lang-picker:focus {
    border-color: #006B2F;
}

/* === MENÚ MÓVIL === */
.menu-mobile {
    background-color: #00863C;
    display: none;
    position: fixed;
    top: 110px;
    left: 0px;
    right: 0px;
    z-index: 2;
}

.menu-mobile.in {
    display: block;
}

.menu-mobile nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-mobile nav ul li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.menu-mobile nav ul li > a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-mobile nav ul li > a:hover,
.menu-mobile nav ul li.active > a {
    background-color: #006B2F;
}

.menu-mobile nav ul li > a i.pull-right {
    float: right;
    margin-top: 3px;
}

/* Submenús móviles */
.menu-mobile nav ul ul {
    background-color: #006B2F;
    padding-left: 0;
}

.menu-mobile nav ul ul li a {
    padding-left: 35px;
    font-weight: normal;
    font-size: 13px;
}

/* Botón Turnos en móvil */
.turnos-mobile {
    padding: 15px 20px;
    text-align: center;
}

.btn-turnos-mobile {
    background: linear-gradient(135deg, #4FC3F7 0%, #29B6F6 100%);
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    border: 2px solid #29B6F6;
}

.btn-turnos-mobile:hover {
    color: #fff;
    text-decoration: none;
}

/* Selector idioma móvil */
.lang-mobile {
    padding: 15px 20px;
    text-align: center;
}

.lang-picker-mobile {
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 20px;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    width: 100%;
    max-width: 200px;
}



/* === DEBUG: Asegurar visibilidad de submenús === */
.main-menu .menu-item:hover {
    z-index: 1000; /* El item con hover debe estar encima */
}

/* ========================================
   TIPOGRAFÍA - Helvetica (única declaración)
   ======================================== */

body,
.main-menu,
.menu-mobile,
.top-bar-green,
.btn-turnos,
.btn-turnos-mobile,
.lang-picker,
.lang-picker-mobile,
.form-container,
.form-group,
.form-group label,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
button,
.submit-button,
.modal-cta-button,
.accordion-item,
.accordion-title,
.accordion-content,
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.fixed-floar-wpp {
    position: fixed;
    right: 3%;
    bottom: 8%;
    z-index: 9999999;
}

.row-eq-height {
    display:flex;
    align-items: center;
    justify-content:center;
    flex-wrap:wrap;
}

.fixed-floar-wpp a {
    display: inline-block;
    max-width: 50px;
     transition:.6s;
}

.fixed-floar-wpp a:hover {
    opacity:0.6;
    transition:.6s;
}

.fixed-floar-wpp a img {
    max-width: 100%;
    width: 100%;
    height:auto;
}

/* === MENÚ FIJO AL SCROLL === */
.main-header {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.menu-fixed .main-menu > ul {background-color:transparent;}




.menu-fixed .header-right {
    height:auto;
}

.menu-fixed .logo-img {
    max-width:150px;
}

.main-header.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: slideDown 0.3s ease-out;
    background:#0a5640;
}

/* Animación de aparición */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



.incio-hero {
    height: 550px;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 100px #EEF3F2 solid;
}

.incio-hero p {
    color: #fff;
    margin: 0 auto;
    line-height: normal;
    font-weight: 100;
    font-size: 18px;
    max-width: 500px;
}

.banda-verde-degrade {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

.image-absolute {
    position: absolute;
    bottom: -25%;
}

.image-absolute img {
    max-width:220px;
}

.quienes-somos {
    padding:100px 0px;
}

.quienes-somos .info-middle h4 {
    font-weight: 300;
    color: #0a5640;
    font-size: 28px;
    margin: 0 0 25px;
}

.quienes-somos .info-middle p {
    margin: 0 0 50px;
    color: #1d1d1b;
    font-size: 15px;
    font-weight: 300;
}

.quienes-somos .card-01 {
    background: #c2d4d0;
    padding: 80px 80px;
    border-radius: 80px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.quienes-somos .card-01 h3 {
    color: #3d7968;
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 28px;
}

.quienes-somos .card-01 p {
    margin: 0;
    font-size: 14px;
    color: #3d7968;
    line-height: normal;
}


.quienes-somos .card-02 {
    background: #8eb0a9;
    padding: 80px 80px;
    border-radius: 80px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.quienes-somos .card-02 h3 {
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 28px;
}

.quienes-somos .card-02 p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: normal;
}

.footer-institucional {
    height: 100vh;
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 10% 0px 0px;
    position: relative;
    background-attachment: fixed;
}

.absolute-imagen-foot {
    position: absolute;
    left: 5%;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.absolute-imagen-foot img {
    max-width: 440px;
}

.footer-institucional h4 {
    font-weight: 300;
    color: #0a5640;
    font-size: 29px;
    margin: 0 0 30px;
}

.footer-institucional p {
    color: #1d1d1b;
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    padding: 0px 40px;
}

.footer-institucional a {
        background: #3dae2b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    padding: 13px 55px;
    margin-top: 20%;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.footer-institucional a:hover::before {
    background:#3dae2b;
    transition:.6s;
}

.footer-institucional a::before {
    content: '';
    border: 2px #3dae2b solid;
    position: absolute;
    left: -8px;
    top: -8px;
    bottom: -8px;
    right: -8px;
    border-radius: 50px;
    background: transparent;
    z-index: -1;
    transition:.6s;
    
}

.btn-asesor a {
        background: #3dae2b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    padding: 13px 55px;
    margin-top:100px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.btn-asesor img {
    display: block;
    margin: 100px auto 0;
    max-width: 200px;
}

.btn-asesor a:hover::before {
    background:#3dae2b;
    transition:.6s;
}

.btn-asesor a::before {
    content: '';
    border: 2px #3dae2b solid;
    position: absolute;
    left: -8px;
    top: -8px;
    bottom: -8px;
    right: -8px;
    border-radius: 50px;
    background: transparent;
    z-index: -1;
    transition:.6s;
    
}

.footer {
    background: #c6cac4;
    padding: 100px 0px 20px;
}

.footer img {
    max-width: 210px;
}

.footer-copy {
    background: #7e8a8b;
    padding: 35px 0px 30px;
}

.footer-copy p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: normal;
}

.social-icons {
    margin:0px;
    text-align:right;
}

.social-icons a {
    background: #7e8a8b;
    color: #c6cac4;
    width: 32px;
    display: inline-flex;
    height: 32px;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-decoration:none;
    transition:.6s;
}

.social-icons a:hover {
    color:#7e8a8b;
    background:#c6cac4;
    transition:.6s;
}

.iconos-top a {
    background: #3dae2b;
    color: #fff;
    width: 23px;
    display: inline-flex;
    height: 23px;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-decoration: none;
    transition: .6s;
}

.iconos-top a:hover {
    color:#3dae2b;
    background:#00863C;
    transition:.6s;
}

.main-servicios .incio-hero {
    border:none;
}

.content-slides {
    position: relative;
    bottom:0;
    right: 0;
    left: 0;
    overflow: hidden;
    margin-top: 65px;
    margin-bottom:-450px;
}


.carousel-container {
    max-width:900px;
    margin:0 auto;
}

.servicios-listados {
    padding-top:250px;
    background:#dee3d9;
}

.servicios-listados .container {
    padding:35px;
}

.servicios-listados .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.servicios-listados .row .col-md-6 {
    padding:0px;
}

.servicios-listados .background-texts {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 100px;
}

.servicios-listados .background-texts h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
}

.servicios-listados .background-texts p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}

.background-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.incio-hero.content-info-medicina {
    border:none;
    
}


.incio-hero.content-info-medicina h4 {
        color: #ffff;
    font-weight: 300;
    font-size: 35px;
    margin: 0 0 20px;
}

.fott-img img {
    max-width: 500px;
    margin: 0 auto -27px;
}

.incio-hero.content-info-medicina p {
        color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid #1a7a65;
    transition:.6s;
}

.accordion-item.active {
    background:#f6fcea;
}

.accordion-item.active i {
    color:#3dae2b;
}

.accordion-item:hover {
    opacity:.6;
    transition:.6s;
}

.accordion-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.accordion-header {
    border-radius: 25px;
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
}

.accordion-header i {
    transition:.6s;
}

.accordion-item.active .accordion-header {
    border-radius: 25px 25px 0 0;
}

.icon-circle {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #1a7a65;
    font-size: 24px;
}

.accordion-title {
    color: #1a7a65;
    font-size: 23px;
    font-weight: 700;
    flex-grow: 1;
    text-align: center;
}

.accordion-content {
    border-top: none;
    border-radius: 0 0 25px 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 25px;
    opacity:0;
    transition:.6s;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    padding: 0px 50px 30px;
    opacity:1;
    transition:.6s;
}

.accordion-content p {
    color: #1a7a65;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    margin: 0;
}

.content-medicina-acordeones {
    background: rgb(61 174 43 / 17%);
    padding:80px 0px 180px;
    position: relative;
}

.bottom-link {
    position: absolute;
    bottom: -20px;
    left:0;
    right:0;
    text-align:center;
    z-index:0;
}

.pastilla-absolute {
    position: absolute;
    left: 5%;
    bottom: -15%;
}

.pastilla-absolute img {
    max-width: 200px;
}

.bottom-link a {
        background: #3dae2b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    padding: 13px 55px;
    margin-top: 20%;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.bottom-link a:hover::before {
    background:#3dae2b;
    transition:.6s;
}

.bottom-link a::before {
    content: '';
    border: 2px #3dae2b solid;
    position: absolute;
    left: -8px;
    top: -8px;
    bottom: -8px;
    right: -8px;
    border-radius: 50px;
    background: transparent;
    z-index: -1;
    transition:.6s;
    
}

.marcas {
    padding: 100px 0px;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.marcas h4 {
    color: #0a5640;
    font-weight: 300;
    font-size: 29px;
}

.marcas p {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: normal;
    color: #1d1d1b;
    font-weight: 500;
}

.grid-marcas {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
    margin-bottom: 55px;
}

.grid-marcas .logo-marca {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.grid-marcas .logo-marca img {
    max-width:100%;
    height:auto;
}

.foot-cucarda {
    max-width: 200px;
    margin: 20px 0px 100px;
}

.content-portal {
    padding: 70px 0px;
}

.content-portal  a {
    background: #3dae2b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    padding: 13px 55px;
    margin-top: 10px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}

.content-portal a::before {
    content: '';
    border: 2px #3dae2b solid;
    position: absolute;
    left: -8px;
    top: -8px;
    bottom: -8px;
    right: -8px;
    border-radius: 50px;
    background: transparent;
    z-index: -1;
    transition:.6s;
    
}

.content-portal  a:hover::before {
    background:#3dae2b;
    transition:.6s;
}

.custom-gota {
    position: absolute;
    top:100%;
    left: 0;
}

.custom-gota img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.content-portal p {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}

.content-portal img {
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.incio-hero.content-info-portal {
    border: none;
}

.incio-hero.content-info-portal h4 {
    margin: 0;
    color: #ffff;
    padding-top: 30%;
    font-weight: 300;
    font-size: 35px;
}

.contacto {
    padding: 100px 0px;
}

.contacto h4 {
    margin: 0;
    font-size: 29px;
    color: #0a5640;
    font-weight: 300;
}

.mapa {
    padding:100px 0px 230px;
    background-color:#eef3f2;
    background-position:bottom;
    background-repeat:no-repeat;
    background-size: contain;
}

.mapa iframe {
    margin-top:50px;
    width:100%;
}

.mapa h4 {
    margin: 0 0 100px;
    font-size: 29px;
    color: #0a5640;
    font-weight: 300;
}

.links {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

 .links .icon {
    background: #0a5640;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 14px;
    margin-right: 10px;
}

.links p, .links a {
    margin: 0;
    color: #0a5640;
    font-size: 14px;
    font-weight: 800;
}

.mapa-img {
    margin-top: -70px;
}

.modal-capacitacion-content {
    padding:40px 0px;
}

.modal-hero {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.content-modal-main {
    max-width: 550px;
    margin: 0 auto;
    background: #eef3f2;
    border-radius: 40px;
}

.modal-hero-icon {
    width: 200px;
    height: auto;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-top: auto;
    margin-bottom: -15%;
}

.modal-hero-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.modal-content-section {
    padding: 125px 0px 0px;
    
    text-align: center;
    margin-top: -40px;
}

.modal-title-block {
    color: #0a5640;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 20px;
    display: block;
}

.modal-description-block {
    font-size: 15px;
    line-height: normal;
    color: #333;
    margin-bottom: 30px;
    font-weight: 300;
}

.modal-description-block span {
    color: #0a5640;
    font-size: 19px;
}

.modal-description-block h1,
.modal-description-block h2,
.modal-description-block h3,
.modal-description-block h4 {
    color: #2c5f2d;
    margin-top: 20px;
    margin-bottom: 12px;
}

.modal-description-block h1 { font-size: 24px; }
.modal-description-block h2 { font-size: 20px; }
.modal-description-block h3 { font-size: 18px; }
.modal-description-block h4 { font-size: 16px; }

.modal-description-block.faja-item-2 h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}

.modal-description-block.faja-item-2 p {
    color: #000;
    margin-bottom: 15px;
}

.modal-description-block p {
    margin: 0px;
    padding: 0px 55px;
}

.modal-description-block.faja-verde {
    background: #0a3940;
    color: #fff;
    padding: 15px 0px 20px;
    font-size: 16px;
    margin: 0;
}

.modal-description-block ul,
.modal-description-block ol {
    margin-bottom: 15px;
    padding-left: 25px;
}

.modal-description-block li {
    margin-bottom: 6px;
}

.modal-items-section {
    padding: 30px;
}

.modal-items-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    padding: 6px 39px 8px;
    background: #0a3940;
    color: white;
    display: inline-block;
    border-radius: 2px;
}

.modal-items-title-container {
    text-align: center;
    margin-bottom: 25px;
}

.modal-items-list {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.modal-item {
    background: transparent;
    padding: 5px 18px;
    margin-bottom: 0px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: center;
    justify-content: center;
}

.modal-item i {
    color: #3dae2b;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.modal-item span {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.modal-cta-section {
    text-align:center;
}

.modal-cta-button {
        background: #3dae2b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    padding: 13px 55px;
    margin:30px auto 40px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.modal-cta-button:hover::before {
    background:#3dae2b;
    transition:.6s;
    color:inherit;
    text-decoration:none;
}

.modal-cta-button:hover {
    color:#fff;
}

.modal-cta-button::before {
    content: '';
    border: 2px #3dae2b solid;
    position: absolute;
    left: -8px;
    top: -8px;
    bottom: -8px;
    right: -8px;
    border-radius: 50px;
    background: transparent;
    z-index: -1;
    transition:.6s;
    
}


.form-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-size: 11px;
}

label .required {
    color: #666;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 7px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    outline: none;
    border-color: #66bb6a;
}

textarea {
    resize: vertical;
    min-height: 120px;
}

.file-upload {
    margin-bottom: 20px;
}

.file-upload input[type="file"] {
    display: none;
}

.file-upload-label {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: background-color 0.3s;
}

.file-upload-label:hover {
    background-color: #e0e0e0;
}

.file-info {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.selected-file {
    margin-top: 8px;
    font-size: 13px;
    color: #333;
}

.recaptcha-container {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.recaptcha-box {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.recaptcha-checkbox {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.recaptcha-text {
     font-size: 9px;
    color: #333;
    margin: 0px 10px;
}

.recaptcha-logo {
    font-size: 10px;
    color: #999;
    text-align: center;
}

.content-buttons {
    display:flex;
    align-items:center;
    justify-items:center;
    margin-top: 50px;
}

.row-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.levitacion {
    animation: levitar 2s ease-in-out infinite;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

/* Animación principal de levitación */
@keyframes levitar {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-30px);
    }
}

.submit-button {
    background: #3dae2b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    padding: 13px 55px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    border:none;
    margin-left: auto;
}

.submit-button:hover::before {
    background:#3dae2b;
    transition:.6s;
}

.submit-button::before {
    content: '';
    border: 2px #3dae2b solid;
    position: absolute;
    left: -8px;
    top: -8px;
    bottom: -8px;
    right: -8px;
    border-radius: 50px;
    background: transparent;
    z-index: -1;
    transition:.6s;
    
}

.visible-lg {
        display:block;
    }

    .visible-xs {
        display:none;
    }


/* === RESPONSIVE === */
@media (max-width: 767px) {


    .row-eq-height {flex-direction:column;}
    .row {margin:0px}

    .footer-contact, .social-icons {
        text-align:center;
    }

    .footer-menu {
        margin: 30px 0px;
    }

    .modal-description-block p {
        padding:10px;
    }

    .fott-img img  {
        max-width:100%;
        margin:0px auto;
    }


    .image-absolute {
        bottom:-40%;
    }

    .menu-mobile.menu-m-fixed {
        top:60px
    }

    .menu-fixed .navbar-toggle {
    background: #ffff;
    color: #00863d;
}

    .navbar-toggle {
        margin: 0;
    padding: 3px 10px;
    background: #00863d;
    color: #fff;
    }

    .main-servicios .incio-hero, .incio-hero {
        height:350px;
    }

    .grid-marcas {flex-direction: column;}

    .grid-marcas .logo-marca {
        margin-bottom:20px;
    }

    .foot-cucarda {
        margin: 50px 0px 100px;
    }

    .mapa-img {
        margin-top:0px;
    }

    form {
        margin-top: 85px;
         margin-bottom: 100px;
    }

    .content-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .submit-button {
        margin-left:0;
        margin-top:35px;
    }

    .custom-gota {
        display:none;
    }

    .content-portal img {
        max-width:200px;
    }

    .pastilla-absolute {
        display:none;
    }

    .custo-pad-med {
        padding:0px 20px !important;
    }

    .faja-serv {
        display:none;
    }

    .servicios-listados .container {
        padding: 50px 0px;
    } 

    .servicios-listados .row.invert {
        flex-direction:column-reverse;
    }

    .background-image {
        min-height: 275px;
    }

    .servicios-listados {
        padding:0px;
    }

    .content-slides {
        background: #dee3d9;
        padding: 30px;
    }

    .servicios-listados .background-texts p {
        font-size:14px;
    }

    .servicios-listados .background-texts {
        padding:0px 20px;
    }

    .content-slides {
    position: relative;
    bottom: 0px;
    margin:0;
    }

    .visible-lg {
        display:none;
    }

    .visible-xs {
        display:block;
    }


    .servicios-listados .row {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .servicios-listados .row .col-md-6 {
        width:100%;
    }

    .hero-responsive-txt p {
            margin: 0;
            padding: 30px 35px 0;
            text-align: center;
            font-size: 15px;
            font-weight: 400;
    }

    .image-absolute img {
        max-width:100px;
    }

    .incio-hero {
        padding:0 0px;
        background-attachment: inherit;
    }

    .quienes-somos .card-01, .quienes-somos .card-02 {
        padding: 80px 60px;
        min-height: inherit;
        margin-bottom: 25px;
    }

    .quienes-somos .card-01 p, .quienes-somos .card-02 p {
        font-size:15px;
    }

    .absolute-imagen-foot {
        display:none;
    }

    .footer-institucional {
        height:auto;
        padding:50px 10px;
        background-attachment: inherit;
    }

    .footer, .footer-copy p {
        text-align:center;
    }

    .absolute-imagen-foot img {
        max-width:100%;
    }
    .main-header {
        padding: 10px 0;
    }
    
    .logo-img {
        max-height: 45px;
    }
    
    .header-right {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-menu .menu-item > a {
        padding: 12px 15px;
        font-size: 12px;
    }
    
    .btn-turnos {
        padding: 10px 20px;
        font-size: 12px;
    }
    
    .main-menu .dropdown-menu {
        min-width: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-menu .menu-item > a {
        padding: 12px 18px;
        font-size: 13px;
    }
}

/* === UTILIDADES === */
.clear-gp-fix {
    clear: both;
}

/* Asegurar que el menú móvil no se vea en desktop */
@media (min-width: 768px) {
    .menu-mobile {
        display: none !important;
    }
}


@media (max-width: 768px) {

    .modal-item {
        padding: 5px 0px;
        margin-bottom: 0px;
        align-items: flex-start;
        text-align: left;
        justify-content: flex-start;
    }

    .modal-hero {
        height: 200px;
    }
    
    .modal-hero-icon {
        width: 120px;
        height: 120px;
    }
    
    .modal-content-section {
        padding: 30px 20px;
        margin-top: 30px;
    }

    .modal-title-block {
        margin:0px;
    }
    
    .modal-items-section {
        padding: 25px 20px;
    }
}


@media (max-width: 640px) {
    .accordion-header {
        padding: 15px 20px;
    }

    .accordion-title {
        font-size: 16px;
    }

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