/* 

TemplateMo 569 Edu Meeting 

https://templatemo.com/tm-569-edu-meeting 

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

/*
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.caption h2 {
    color: #f5a62b !important;
    /*adelgaza la letra*/
    font-weight: 400 !important;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html, body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
}

a:hover {

}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 14px;
    line-height: 25px;
    color: #2a2a2a;
}

img {
    width: 100%;
    overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

::selection {
    background: #f5a425;
    color: #fff;
}

::-moz-selection {
    background: #f5a425;
    color: #fff;
}

@media (max-width: 991px) {
    html, body {
        overflow-x: hidden;
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

/*
---------------------------------------------
Utility classes for mobile visibility
---------------------------------------------
*/

.d-smartphone-none {
    display: none;
}

@media (min-width: 767px) {
    .d-smartphone-none {
        display: block !important;
    }
}

/* Mostrar solo en móviles (menor a 767px) */
.d-smartphone-only {
    display: block;
}

@media (min-width: 767px) {
    .d-smartphone-only {
        display: none !important;
    }
}

.main-button-red a {
    font-size: 15px;
    color: #fff;
    background-color: #5b7f18;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    margin-top: 35px;
}

.main-button-red a:hover {
    opacity: 0.9;
}

.main-button-yellow a {
    font-size: 13px;
    color: #fff;
    background-color: #f5a425;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
}

.main-button-yellow a:hover {
    opacity: 0.9;
}

.section-heading h2 {
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
    background-color: #1f272b;
    position: relative;
    z-index: 1111;
}

/* En desktop, mantener el sub-header visible cuando el header tiene background-header */
@media (min-width: 768px) {
    .background-header {
        top: 40px !important;
    }
}

.sub-header .left-content p {
    color: #fff;
    padding: 8px 0px;
    font-size: 13px;
}

.sub-header .right-icons {
    text-align: right;
    padding: 8px 0px;
}

.sub-header .right-icons ul li {
    display: inline-block;
    margin-left: 15px;
}

.sub-header .right-icons ul li a {
    font-size: 16px;
    transition: all .3s;
}

.fa-facebook {
    color: #0866ff !important;
}

.fa-instagram {
    color: #a355ff !important;
}

.fa-tiktok {
    color: #fff !important;
}

.sub-header .right-icons ul li a:hover {
    font-size: 16px;
}

.sub-header .left-content p em {
    font-style: normal;
    color: #f5a425;
}

.background-header {
    background-color: #fff !important;
    height: 80px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .main-nav .nav li a {
    color: #1e1e1e !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
    color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
    color: #fb5849 !important;
}

.background-header .nav li a.active {
    color: #fb5849 !important;
}

.header-area {
    max-height: 40px;
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}

.header-area .main-nav .logo {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;

}


.background-header .main-nav .logo {
    line-height: 75px;
}

.background-header .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 25px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
    margin-right: 50px;
}

.header-area .main-nav .nav li {
    padding-left: 15px;
    padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
    padding-right: 0px;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #1e1e1e;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    color: #f5a425 !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #f5a425 !important;
    opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
    position: relative;
    padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #1e1e1e;
    position: absolute;
    right: 5px;
    top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
    color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transition: all .3s;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
    background: #fff;
    color: #f5a425 !important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area .nav {
    margin-top: 30px;
}

/* Header Logos Sernatur */
.header-logos {
    float: right;
    display: flex;
    margin-right: 80px;
}

.header-logo-img {
    height: 85px;
    width: auto;
    max-width: 70px;
    object-fit: contain;
    margin-left: 8px;
}

.background-header .header-logos {
    margin-top: 18px;
}

.background-header .header-logo-img {
    position: relative;
    height: 85px;
    width: auto;
    max-width: 70px;
    object-fit: contain;
    margin-left: 8px;
    bottom: 20px;
}

/* Ajustes para pantallas muy pequeñas */
@media (max-width: 400px) {
    .header-area .main-nav .logo {
        margin-left: -0px !important;
    }

    .header-area .menu-trigger {
        position: absolute !important;
        right: 10px !important;
        top: 25px !important;
    }

    .header-logos {
        margin-right: 30px !important;
        margin-top: 10px;
    }

    .header-logos .header-logo-img {
        height: 60px !important;
    }

    section.our-team {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.header-area.header-sticky .nav li a.active {
    color: #f5a425;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-area .main-nav .logo {
        color: #1e1e1e;
    }

    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #f5a425 !important;
        opacity: 1;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area {
        background-color: #f7f7f7;
        padding: 0px 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
        margin-left: 30px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area.header-sticky .nav {
        margin-top: 100px !important;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #191a20 !important;
    }

    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #f5a425 !important;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
        transition: all 0s;
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }

    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        height: auto;
    }

    .header-area .main-nav .nav li.has-sub:after {
        color: #3B566E;
        right: 30px;
        font-size: 14px;
        top: 15px;
    }

    .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}

@media (min-width: 767px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
    position: relative;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.main-banner .caption {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background-color: rgba(31, 39, 43, 0.5);
    padding: 20px;
}

.main-banner .caption h6 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .caption h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .caption h2 em {
    font-style: normal;
    color: #f5a425;
    font-weight: 900;
}

.main-banner .caption p {
    color: #fff;
    font-size: 14px;
    max-width: 570px;
}

.main-banner .caption .main-button-red {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {

    .main-banner .caption h6 {
        font-weight: 500;
    }

    .main-banner .caption h2 {
        font-size: 36px;
    }

}


/*
---------------------------------------------
services
---------------------------------------------
*/

.services {
    position: relative;
    width: 100%;
    background-image: url(../images/meeting-bg.webp);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 0;
}

/* Asegurar que los items de services estén por encima de todo */
.services .item-1,
.services .item-2,
.services .item-3 {
    position: relative;
}


.services .item-1, .services .item-2, .services .item-3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding: 40px;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.services .item-1 {
    background-image: url(../images/fondo-servicio-rojo.jpg);
}

.services .item-2 {
    background-image: url(../images/fondo-servicio-azul.jpg);
}

.services .item-3 {
    background-image: url(../images/fondo-servicio-verde.jpg);
}

.services .item-1 .icon, .services .item-2 .icon, .services .item-3 .icon {
    max-width: 60px;
    margin: 0 auto;
    font-size: 60px;
}

.services .item-1 h4, .services .item-2 h4, .services .item-3 h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.services .item-1 p, .services .item-2 p, .services .item-3 p {
    color: #fff;
    font-size: 17px;
}

/* Service Button - Ver más */
.services .down-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.services .down-content p {
    flex-grow: 1;
}

.services .service-button {
    margin-top: auto;
    padding-top: 20px;
    text-align: center;
}

.services .service-button a {
    display: inline-block;
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.services .service-button a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.services .service-button a i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.services .service-button a:hover i {
    transform: translateX(5px);
}

.services .owl-nav {
    display: none !important;
}

/* Estilos para layout estático de servicios */
.services .row {
    display: flex;
    flex-wrap: wrap;
}

.services .col-lg-4 {
    padding: 0 15px;
    margin-bottom: 30px;
}

/* En desktop: 3 items en fila horizontal */
@media (min-width: 992px) {
    .services .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* En tablet: 2 items en fila */
@media (min-width: 768px) and (max-width: 991px) {
    .services .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* En móvil: 1 item por fila (vertical) */
@media (max-width: 767px) {
    .services .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.upcoming-meetings {
    background-image: url(../images/meeting-bg.webp);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 500px;
    padding-bottom: 110px;
}

/* En móvil, cambiar background-attachment para que cubra todo el contenido */
@media (max-width: 767px) {
    section.upcoming-meetings {
        background-attachment: scroll;
        background-repeat: repeat;
        background-size: auto;
        padding-top: 1200px;
        padding-bottom: 30px;
    }
}

section.upcoming-meetings .section-heading {
    text-align: center;
}

section.upcoming-meetings .categories {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f272b;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
    display: inline-block;
    margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
    font-size: 15px;
    color: #1f272b;
    font-weight: 500;
    transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
    color: #5b7f18;
}

section.upcoming-meetings .categories .main-button-red {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
    width: 100%;
    text-align: center;
}

/* Meeting Item - Card horizontal con imagen al 50% derecha */
.meeting-item {
    display: flex;
    flex-direction: row-reverse;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.meeting-item-plan {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Solo aplicar en pantallas mayores a móviles (tablet y desktop) */
@media (min-width: 768px) {
    .text-programa{
        min-height: 730px;
    }
}

.img-program{
    height: 370px;
}

.meeting-item-plan ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    color: #1f272b;
    font-size: 16px;
    line-height: 1.5;
}

.img-program {
  width: 100%;
  height: auto;
}



/* Estilos para apilar las tarjetas verticalmente con imagen abajo */
.meeting-item.stacked {
    flex-direction: column;
}

.meeting-item.stacked .thumb {
    order: 2;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
}

.meeting-item.stacked .down-content {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    padding: 25px;
}

.meeting-item .thumb {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.meeting-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.meeting-item .thumb .price {
    position: absolute;
    left: 15px;
    top: 15px;
}

.meeting-item .thumb .price span {
    font-size: 14px;
    color: #1f272b;
    font-weight: 600;
    background-color: rgba(250, 250, 250, 0.9);
    padding: 5px 10px;
    border-radius: 8px;
}

.meeting-item .down-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#galeria-ecoturismo-section {
    background-color: #fff;
    z-index: 1500 !important;
    padding: 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 60px;

}

.meeting-item .down-content .date {
    margin-bottom: 15px;
}

.meeting-item .down-content .date h6 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #5b7f18;
    margin: 0;
}

.meeting-item .down-content .date span {
    display: block;
    color: #1f272b;
    font-size: 20px;
    margin-top: 5px;
}

.meeting-item .down-content h4 {
    font-size: 16px;
    color: #1f272b;
    font-weight: 600;
    margin-bottom: 10px;
}

.meeting-item .down-content p {
    color: #1f272b;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

/* Estilos para listas con viñetas de flecha verde */
.meeting-item .down-content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.meeting-item .down-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    color: #1f272b;
    font-size: 13px;
    line-height: 1.5;
}

.meeting-item-plan .down-content ul li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 0;
    color: #5b7f18;
}


/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.our-facts {
    background-image: url(../images/facts-bg.webp);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

section.apply-now {
    background-image: url(../images/apply-bg.webp);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

section.custom-section .item {
    background-color: rgba(250, 250, 250, 0.15);
    padding: 40px;
    margin-bottom: 30px;
}

section.custom-section .item h3 {
    color: #f5a62b;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.custom-section .item p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: justify;
}

.accordions {
    border-radius: 20px;
    padding: 40px;
    background-color: #fff;
    margin-left: 45px;
}

.accordions .accordion {
    border-bottom: 1px solid #eee;
}

.accordions .last-accordion {
    border-bottom: none;
}

.accordion-head {
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #1f272b;
    cursor: pointer;
    transition: color 200ms ease-in-out;
    border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px) {
    .accordion-head {
        padding: 1rem;
        font-size: 1.2rem;
    }
}

.accordion-head .icon {
    float: right;
    transition: transform 200ms ease-in-out;
}

.accordion-head.is-open {
    color: #f5a425;
    border-bottom: none;
}

.accordion-head.is-open .icon {
    transform: rotate(45deg);
}

.accordion-body {
    overflow: hidden;
    height: 0;
    transition: height 300ms ease-in-out;
    border-bottom: 1px solid #fff;
}

.accordion-body > .content {
    padding: 20px;
    padding-top: 0;
}


/*
---------------------------------------------
our team
---------------------------------------------
*/

section.our-team {
    background-image: url(../images/meeting-bg.webp);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.our-team .row {
    display: flex;
    flex-wrap: wrap;
}

/* Contenedor interno para mantener mismo tamaño */
.our-team .team-item-wrapper {
    background-color: rgba(250, 250, 250, 0.15);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.our-team .team-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.our-team .team-item .team-image {
    width: 100%;
    height: 220px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.our-team .team-item .team-image img {
    width: auto;
    height: 220px;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
}

.our-team .team-item .down-content {
    padding: 15px;
    text-align: center;
    background-color: rgba(250, 250, 250, 0.15);
    flex-grow: 1;
}

.our-team .team-item .down-content h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 3px;
}

.our-team .team-item .down-content span {
    font-size: 14px;
    color: #f5a62b;
    font-weight: 500;
}

/* Distribución triángulo: 4, 3, 2 */
.our-team .col-team-4,
.our-team .col-team-3,
.our-team .col-team-2 {
    padding: 0 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.our-team .col-team-4 {
    flex: 0 0 25%;
    max-width: 25%;
}

.our-team .col-team-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.our-team .col-team-2 {
    flex: 0 0 50%;
    max-width: 50%;
}

/* Responsive para tablet: 2 por fila */
@media (max-width: 991px) {
    section.our-team {
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .our-team .col-team-4,
    .our-team .col-team-3,
    .our-team .col-team-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .our-team .team-item .team-image {
        height: 200px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .our-team .team-item .team-image img {
        width: auto;
        height: 200px;
        max-width: 100%;
    }
}

/* Responsive para móvil: 1 por fila */
@media (max-width: 575px) {
    section.our-team {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .our-team .col-team-4,
    .our-team .col-team-3,
    .our-team .col-team-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .our-team .team-item .team-image {
        height: 180px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .our-team .team-item .team-image img {
        width: auto;
        height: 180px;
        max-width: 100%;
    }
}

/*
---------------------------------------------
courses
---------------------------------------------
*/

section.our-courses {
    background-image: url(../images/meeting-bg.webp);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.our-courses .item .down-content {
    background-color: #fff;
}

.our-courses .item .down-content h4 {
    padding: 25px;
    font-size: 18px;
    color: #1f272b;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
    padding: 25px;
}

.our-courses .item .down-content .info ul li {
    display: inline-block;
    margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
    color: #f5a425;
    font-size: 14px;
}

.our-courses .item .down-content .info span {
    color: #5b7f18;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    display: inline-block;
    width: 100%;
}

.our-courses .owl-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-45px);
}

.our-courses .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
    transition: all .5s;
    width: 7px;
    height: 7px;
    background-color: #fff;
    margin: 0px 5px;
    border-radius: 50%;
    outline: none;
}

.our-courses .owl-dots .active {
    width: 24px;
    height: 8px;
    border-radius: 4px;
}

.our-courses .owl-nav .owl-prev {
    margin-right: 10px;
    outline: none;
    position: absolute;
    left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
    opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f104';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
    opacity: 1;
    transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
    opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
    opacity: 1;
    transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
    opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
    margin-left: 10px;
    outline: none;
    position: absolute;
    right: -85px;
}

.our-courses .owl-nav .owl-next:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f105';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
    background-image: url(../images/bosque-fondo.webp);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 60px 0px;
}

section.our-facts2 {
    background-image: url(../images/bosque-fondo2.webp);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 60px 0px;
}

section.our-facts3 {
    background-image: url(../images/bosque-fondo3.webp);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 60px 0px;
}

section.our-facts h2 {
    font-size: 38px;
    color: #f5a425;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
}

.count-area-content {
    text-align: center;
    background-color: rgba(250, 250, 250, 0.15);
    border-radius: 20px;
    padding: 25px 30px 35px 30px;
    margin: 15px 0px;
}

.percentage .count-digit:after {
    content: '%';
    margin-left: 3px;
}

.count-digit {
    margin: 5px 0px;
    color: #f5a425;
    font-weight: 700;
    font-size: 36px;
}

.count-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}

.new-students {
    margin-top: 45px;
}

section.our-facts .video {
    text-align: center;
    margin-left: 70px;
    background-image: url(../images/video-item-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}

section.our-facts .video img {
    padding: 170px 0px;
    max-width: 56px;
}


/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us h4 {
    font-size: 30px;
    color: #0c4128;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

section.contact-us .img-xl {
    min-width: 220px !important;
    height: auto;
}

section.contact-us p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer p {
    font-size: 14px !important;
    color: #fff;
    font-weight: 400;
    letter-spacing: .5px;
}

.footer p span {
    color: #0a53be;
}

section.contact-us {
    background-image: url(../images/fondofooter.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px 0px 0px;
}

section.contact-us #contact {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}

section.contact-us #contact h2 {
    text-transform: uppercase;
    color: #1f272b;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
}

section.contact-us #contact input {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background-color: #f7f7f7;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: #7a7a7a;
    padding: 0px 15px;
    margin-bottom: 30px;
}

section.contact-us #contact textarea {
    width: 100%;
    min-height: 140px;
    max-height: 180px;
    border-radius: 20px;
    background-color: #f7f7f7;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: #7a7a7a;
    padding: 15px;
    margin-bottom: 30px;
}

section.contact-us #contact button {
    font-size: 13px;
    color: #fff;
    background-color: #5b7f18;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    outline: none;
}

section.contact-us #contact button:hover {
    opacity: 0.9;
}

section.contact-us .right-info {
    background-color: #5b7f18;
    border-radius: 20px;
    padding: 40px;
}

section.contact-us .right-info ul li {
    display: inline-block;
    border-bottom: 1px solid rgba(250, 250, 250, 0.15);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

section.contact-us .right-info ul li h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.footer {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid rgba(250, 250, 250, 0.15);
    padding: 10px 0px;
    background-color: #1a1e21;
}

.footer p {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.footer p a {
    color: #f5a425;
}


/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
    background-image: url(../images/refugio1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 350px;
    padding-bottom: 250px;
    text-align: center;
}

section.heading-page-nosotros {
    background-image: url(../images/nosotrosheader.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 350px;
    padding-bottom: 250px;
    text-align: center;
}

section.heading-page-actividades {
    background-image: url(../images/header-actividades.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 350px;
    padding-bottom: 250px;
    text-align: center;
}

section.heading-page-ecoturismo {
    background-image: url(../images/header-actividades.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 350px;
    padding-bottom: 250px;
    text-align: center;
}

section.heading-page-educacion {
    background-image: url(../images/educacion1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 350px;
    padding-bottom: 250px;
    text-align: center;
}

section.heading-page-ecoturismo {
    background-image: url(../images/ecoturismo1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 350px;
    padding-bottom: 250px;
    text-align: center;
}

section.heading-page h6, section.heading-page-actividades h6, section.heading-page-educacion h6, section.heading-page-ecoturismo h6,
section.heading-page-nosotros h6 {
    margin-top: 0px;
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    letter-spacing: 1px;
}

section.heading-page h2, section.heading-page-actividades h2, section.heading-page-educacion h2, section.heading-page-ecoturismo h2,
section.heading-page-nosotros h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #f3a325;
    letter-spacing: 1px;
}

.th {
    position: relative;
    bottom: 75px;
    background-color: rgba(31, 39, 43, 0.5);
}


/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
    background-image: url(../images/meeting-bg.webp);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 0px;
}

section.education {
    background-image: url(../images/meetings-bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 0px;
}

section.meetings-page .filters, section.education .filters {
    text-align: center;
    margin-bottom: 60px;
}

section.meetings-page .filters li, section.education .filters li {
    font-size: 13px;
    color: #5b7f18;
    background-color: #fff;
    padding: 11px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
    margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover, section.education .filters ul li.active, {
    background-color: #5b7f18;
    color: #fff;
}

section.meetings-page .pagination, section.education .pagination {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}

section.meetings-page .pagination ul li, section.education .pagination ul li {
    display: inline-block;
}

section.meetings-page .pagination ul li a, section.education .pagination ul li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 10px;
    color: #1f272b;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    font-size: 15px;
    transition: all .3s;
}

section.meetings-page .main-button-red, section.education .main-button-red {
    text-align: center;
}

section.meetings-page .main-button-red a, section.education .main-button-red a {
    padding: 12px 60px;
    text-align: center;
    margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover, section.education .pagination ul li.active a, {
    background-color: #5b7f18;
    color: #fff;
}

.meeting-single-item .thumb {
    position: relative;
}

.meeting-single-item .thumb img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.meeting-single-item .thumb .price {
    position: absolute;
    left: 20px;
    top: 20px;
}

.meeting-single-item .thumb .price span {
    font-size: 16px;
    color: #1f272b;
    font-weight: 600;
    background-color: rgba(250, 250, 250, 0.9);
    padding: 7px 12px;
    border-radius: 10px;
}

.meeting-single-item .down-content {
    background-color: #fff;
    padding: 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 60px;
}

.meeting-single-item .thumb .date {
    position: absolute;
    background-color: rgba(250, 250, 250, 0.9);
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 15px 0px;
    border-radius: 10px;
    right: 20px;
    top: 20px;
}

.meeting-single-item .thumb .date h6 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #5b7f18;
}

.meeting-single-item .thumb .date span {
    display: block;
    color: #1f272b;
    font-size: 22px;
    margin-top: 7px;
}

.meeting-single-item .down-content h4 {
    font-size: 22px;
    color: #1f272b;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
    font-size: 18px;
    color: #1f272b;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}

.meeting-single-item .down-content p {
    color: #1f272b;
    font-size: 18px;
}

.meeting-single-item .down-content p.description {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
    display: inline;
}

.meeting-single-item .down-content .share ul li a {
    font-size: 14px;
    color: #1f272b;
    transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
    color: #f5a425;
}

/* Responsive para meeting items */
@media (max-width: 767px) {
    .meeting-item {
        flex-direction: column;
    }

    .meeting-item .thumb,
    .meeting-item .down-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .meeting-item .thumb {
        height: 200px;
    }
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
    .our-courses .owl-nav .owl-next {
        right: -30px;
    }

    .our-courses .owl-nav .owl-prev {
        left: -25px;
    }
}

@media (max-width: 1200px) {
    .our-courses .owl-nav .owl-next {
        right: -70px;
    }

    .our-courses .owl-nav .owl-prev {
        left: -65px;
    }
}

@media (max-width: 1085px) {
    .our-courses .owl-nav .owl-next {
        right: -30px;
    }

    .our-courses .owl-nav .owl-prev {
        left: -25px;
    }
}

@media (max-width: 1005px) {
    .our-courses .owl-nav .owl-next {
        display: none;
    }

    .our-courses .owl-nav .owl-prev {
        display: none;
    }
}

@media (max-width: 992px) {

    .main-banner .caption {
        top: 60%;
    }

    .main-banner .caption h2 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 22px;
    }

    .main-banner .caption .main-button-red {
        margin-top: 15px;
    }

    .services {

    }

    section.upcoming-meetings {
        padding-top: 400px;
    }

    section.upcoming-meetings .categories {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .accordions {
        margin-left: 0px;
    }

    .new-students {
        margin-top: 15px;
    }

    section.our-facts .video {
        margin-left: 0px;
        margin-top: 15px;
    }

    section.contact-us #contact {
        margin-bottom: 30px;
    }

}

@media (max-width: 767px) {

    .sub-header {
        display: none !important;
    }

    .sub-header .left-content p {
        display: none;
    }

    .sub-header .right-icons {
        text-align: center;
    }

    .main-nav .nav .sub-menu {
        display: none;
    }

    .header-area .main-nav .nav li ul.sub-menu li a {
        color: #1f272b;
    }

    /* Ocultar el header cuando tiene la clase background-header en móvil */
    header.background-header {
        display: none !important;
    }

}

/* Sponsor Logos - mantienen proporción en todos los dispositivos */
.sponsor-logo {
    max-height: 200px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Footer mobile contact - visible solo en pantallas muy pequeñas */
.footer-mobile-contact {
    display: none;
}

@media (max-width: 400px) {
    .footer-mobile-contact {
        display: block;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(250, 250, 250, 0.15);
    }

    .footer-mobile-contact p {
        font-size: 12px;
        color: #fff;
        margin-bottom: 8px;
    }

    .footer-mobile-contact p i {
        color: #f5a425;
        margin-right: 8px;
    }

    .footer-mobile-social {
        margin-top: 10px;
    }

    .footer-mobile-social a {
        display: inline-block;
        margin: 0 10px;
        font-size: 20px;
        transition: all 0.3s;
    }

    .footer-mobile-social a i {
        color: #fff;
    }

    .footer-mobile-social a .fa-facebook-square {
        color: #0866ff;
    }

    .footer-mobile-social a .fa-instagram {
        color: #a355ff;
    }

    .footer-mobile-social a .fa-tiktok {
        color: #fff;
    }

    .footer-mobile-social a:hover i {
        color: #f5a425;
    }

    section.heading-page h6, section.heading-page-actividades h6, section.heading-page-educacion h6, section.heading-page-ecoturismo h6 {
        margin-top: 0px;
        font-size: 20px;
        font-weight: 400;
        color: #FFF;
        letter-spacing: 1px;
    }

    section.heading-page h2, section.heading-page-actividades h2, section.heading-page-educacion h2, section.heading-page-ecoturismo h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 800;
        color: #f3a325;
        letter-spacing: 1px;
    }
}

/* Main Banner Buttons Wrapper */
.main-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 35px;
}

.main-buttons-wrapper .main-button-red,
.main-buttons-wrapper .main-button-secondary {
    margin-top: 0 !important;
}

.main-buttons-wrapper .main-button-red a,
.main-buttons-wrapper .main-button-secondary a {
    margin-top: 0 !important;
}

.main-button-secondary a {
    font-size: 15px;
    color: #fff;
    background-color: #f5a425;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
}

.main-button-secondary a:hover {
    opacity: 0.9;
    background-color: #e09000;
}

/* Location Section */
.location-section {
    background-image: url(../images/meeting-bg.webp);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 0 0;
}

.location-section .section-heading h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.map-container {
    width: 100%;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 450px;
    display: block;
}

@media (max-width: 767px) {
    .main-buttons-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .main-buttons-wrapper > div {
        width: auto;
        text-align: center;
    }

    .main-buttons-wrapper a {
        display: inline-block;
    }

    .map-container iframe {
        height: 300px;
    }
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    background-color: #20bd5a;
}

.whatsapp-float i {
    color: #fff;
    font-size: 35px;
}

@media (max-width: 767px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-float i {
        font-size: 28px;
    }
}

/* Estilos para galería de imágenes */
.gallery-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.gallery-title {
    font-size: 24px;
    font-weight: 600;
    color: #1f272b;
    margin-bottom: 20px;
    text-align: center;
}

.image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.gallery-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    max-height: 80%;
    object-fit: contain;
    border-radius: 12px;
    animation: zoomIn 0.3s;
}

@keyframes zoomIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 10000;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
    .image-gallery {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 10px;
    }

    .gallery-item img {
        height: 150px;
    }

    .gallery-modal-content {
        width: 90%;
        max-width: 500px;
    }

    .close {
        top: 10px;
        right: 15px;
        font-size: 35px;
    }
}

@media (max-width: 480px) {
    .image-gallery {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 8px;
    }

    .gallery-item img {
        height: 120px;
    }

    .gallery-modal-content {
        width: 95%;
        max-width: 400px;
    }

    .close {
        top: 5px;
        right: 10px;
        font-size: 30px;
    }
}

/* Estilos de navegación para carrusel de galería de educación */
#galeria-educacion .owl-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

#galeria-educacion .owl-nav .owl-prev,
#galeria-educacion .owl-nav .owl-next {
    pointer-events: auto;
}

#galeria-educacion .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    outline: none;
}

#galeria-educacion .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    outline: none;
}

#galeria-educacion .owl-nav .owl-prev span,
#galeria-educacion .owl-nav .owl-next span {
    opacity: 0;
}

#galeria-educacion .owl-nav .owl-prev:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f104';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

#galeria-educacion .owl-nav .owl-next:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f105';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

#galeria-educacion .owl-nav .owl-prev:hover:before,
#galeria-educacion .owl-nav .owl-next:hover:before {
    background-color: #5b7f18;
    color: #fff;
}

#galeria-educacion .owl-dots {
    text-align: center;
    margin-top: 20px;
}

#galeria-educacion .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 5px;
    outline: none;
    transition: all 0.3s ease;
}

#galeria-educacion .owl-dots .owl-dot.active {
    background-color: #5b7f18;
    width: 30px;
    border-radius: 5px;
}

/* Responsive para galería educación */
@media (max-width: 1200px) {
    #galeria-educacion .owl-nav .owl-prev {
        left: -30px;
    }

    #galeria-educacion .owl-nav .owl-next {
        right: -30px;
    }
}

@media (max-width: 992px) {
    #galeria-educacion .owl-nav .owl-prev {
        left: -15px;
    }

    #galeria-educacion .owl-nav .owl-next {
        right: -15px;
    }

    #galeria-educacion .owl-nav .owl-prev:before,
    #galeria-educacion .owl-nav .owl-next:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    #galeria-educacion .owl-nav {
        position: relative;
        top: auto;
        transform: none;
        margin-top: 15px;
    }

    #galeria-educacion .owl-nav .owl-prev,
    #galeria-educacion .owl-nav .owl-next {
        position: relative;
        left: auto;
        right: auto;
        display: inline-block;
        margin: 0 10px;
    }
}


/* Estilos de navegación para carrusel de galería de ecoturismo */
#galeria-ecoturismo .owl-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

#galeria-ecoturismo .owl-nav .owl-prev,
#galeria-ecoturismo .owl-nav .owl-next {
    pointer-events: auto;
}

#galeria-ecoturismo .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    outline: none;
}

#galeria-ecoturismo .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    outline: none;
}

#galeria-ecoturismo .owl-nav .owl-prev span,
#galeria-ecoturismo .owl-nav .owl-next span {
    opacity: 0;
}

#galeria-ecoturismo .owl-nav .owl-prev:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f104';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

#galeria-ecoturismo .owl-nav .owl-next:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f105';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

#galeria-ecoturismo .owl-nav .owl-prev:hover:before,
#galeria-ecoturismo .owl-nav .owl-next:hover:before {
    background-color: #5b7f18;
    color: #fff;
}

#galeria-ecoturismo .owl-dots {
    text-align: center;
    margin-top: 20px;
}

#galeria-ecoturismo .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 5px;
    outline: none;
    transition: all 0.3s ease;
}

#galeria-ecoturismo .owl-dots .owl-dot.active {
    background-color: #5b7f18;
    width: 30px;
    border-radius: 5px;
}

/* Responsive para galería ecoturismo */
@media (max-width: 1200px) {
    #galeria-ecoturismo .owl-nav .owl-prev {
        left: -30px;
    }

    #galeria-ecoturismo .owl-nav .owl-next {
        right: -30px;
    }
}

@media (max-width: 992px) {
    #galeria-ecoturismo .owl-nav .owl-prev {
        left: -15px;
    }

    #galeria-ecoturismo .owl-nav .owl-next {
        right: -15px;
    }

    #galeria-ecoturismo .owl-nav .owl-prev:before,
    #galeria-ecoturismo .owl-nav .owl-next:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    #galeria-ecoturismo .owl-nav {
        position: relative;
        top: auto;
        transform: none;
        margin-top: 15px;
    }

    #galeria-ecoturismo .owl-nav .owl-prev,
    #galeria-ecoturismo .owl-nav .owl-next {
        position: relative;
        left: auto;
        right: auto;
        display: inline-block;
        margin: 0 10px;
    }
}

/* Estilos para la sección de galería de ecoturismo */
#galeria-ecoturismo-section {
    background-color: #fff;
    border-radius: 20px;
    margin: 20px;
    padding: 30px;
}

#galeria-ecoturismo-section h4 {
    color: #1f272b;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

#galeria-ecoturismo-section p {
    color: #666;
    font-size: 16px;
}


/* ========================================
   Scroll Down Indicator with Animated Arrows
   ======================================== */

.scroll-indicator {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    z-index: 10;
}

.scroll-down-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.scroll-down-link:hover {
    color: #f5a425;
    text-decoration: none;
}

.scroll-text {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.scroll-down-link:hover .scroll-text {
    opacity: 1;
    color: #f5a425;
}

.arrows-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 40px;
}

.arrow {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    margin: -5px 0;
    animation: bounce 2s infinite;
}

.arrow-1 {
    animation-delay: 0s;
}

.arrow-2 {
    animation-delay: 0.2s;
}

.arrow-3 {
    animation-delay: 0.4s;
}

.scroll-down-link:hover .arrow {
    color: #f5a425;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
        opacity: 0.4;
    }
    40% {
        transform: translateY(8px);
        opacity: 1;
    }
    60% {
        transform: translateY(4px);
        opacity: 0.7;
    }
}

/* Responsive para el indicador de scroll */
@media (max-width: 767px) {
    .scroll-indicator {
        padding-top: 20px;
    }

    .scroll-text {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .arrow {
        font-size: 16px;
    }

    .arrows-container {
        height: 35px;
    }
}


/* ========================================
   Botón de Contactar (WhatsApp)
   ======================================== */

.btn-contactar {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #25D366;
    color: #fff !important;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.3);
}

.btn-contactar:hover {
    background-color: #20bd5a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
    color: #fff !important;
    text-decoration: none;
}

.btn-contactar i {
    margin-right: 8px;
    font-size: 16px;
}

/* Enlace de contacto con WhatsApp */
.contact-whatsapp-link {
    font-size: 16px;
    color: #1f272b;
    margin-bottom: 10px;
}

.contact-whatsapp-link a {
    color: #25D366;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-whatsapp-link a:hover {
    color: #20bd5a;
    text-decoration: underline;
}


/* ========================================
   Botón Volver Arriba (Back to Top)
   ======================================== */

.back-to-top {
    position: fixed;
    bottom: 90px; /* Posicionado sobre el botón de WhatsApp */
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #5b7f18;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background-color: #4a6a14;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.back-to-top i {
    font-size: 20px;
    color: #fff;
}

/* Ocultar en desktop, mostrar solo en móvil */
@media (min-width: 768px) {
    .back-to-top {
        display: none !important;
    }
}

/* Ajuste para móviles pequeños */
@media (max-width: 767px) {
    .back-to-top {
        bottom: 85px;
        right: 15px;
        width: 45px;
        height: 45px;
    }

    .back-to-top i {
        font-size: 18px;
    }
}
