@font-face {
    font-family: 'visby';
    src: url(../../fonts/VisbyCF/VisbyCF-Thin.otf);
    font-weight: 100;
}

@font-face {
    font-family: 'visby';
    src: url(../../fonts/VisbyCF/VisbyCF-Light.otf);
    font-weight: 200;
}

@font-face {
    font-family: 'visby';
    src: url(../../fonts/VisbyCF/VisbyCF-Regular.otf);
    font-weight: 300;
}

@font-face {
    font-family: 'visby';
    src: url(../../fonts/VisbyCF/VisbyCF-Medium.otf);
    font-weight: 400;
}

@font-face {
    font-family: 'visby';
    src: url(../../fonts/VisbyCF/VisbyCF-Bold.otf);
    font-weight: 500;
}

@font-face {
    font-family: 'visby';
    src: url(../../fonts/VisbyCF/VisbyCF-DemiBold.otf);
    font-weight: 600;
}

@font-face {
    font-family: 'visby';
    src: url(../../fonts/VisbyCF/VisbyCF-ExtraBold.otf);
    font-weight: 700;
}

@font-face {
    font-family: 'visby';
    src: url(../../fonts/VisbyCF/VisbyCF-Heavy.otf);
    font-weight: 800;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --green: #358A42;
    --green-strong: #02882F;
    --red: #DB2C28;
    --purple: #3F1F68;
    --gray: #333333;
    --gray-light: #E0E0E0;
    --gray-medium: #CECECE;

    --radious-general: .6rem;
    --shadow-default: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);

    --transition-default: all .3s ease-in-out;
}

h1 {
    font-family: "visby";
    font-weight: 400;
    font-size: 3.5rem;
}

p {
    font-family: "visby";
    font-weight: 400;
}

body {
    font-family: "visby", sans-serif !important;
}

/* ==================================== HEADER ==================================== */

header {
    top: 0;
    position: sticky;
    z-index: 50;
    width: 100%;
}

header .navbar {
    background-color: var(--white);
    width: 100%;
    text-align: center;
    z-index: 99;
    top: 0;
    padding: 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.expogas-logo {
    padding-right: .6rem;
    margin-right: .0rem;
    border-right: 2px solid #D6D6D6;
}

/* ==================================== HERO SECTION ==================================== */

.hero-section {
    background: linear-gradient(to bottom, #008B2B 0%, #082C17 70%, var(--white) 50%, var(--white) 100%);
    min-height: 400px;
}

.hero-card {
    background-image: url('../../img/banner-expogas.png');
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    min-height: 654px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==================================== EXPERIENCIAS ==================================== */

.title-experiencias {
    color: var(--green-strong);
    font-family: "visby";
    font-weight: 800;
}

.ciudad-card {
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.ciudad-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.233);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border-radius: 14px;
}

.grayscale {
    border: 4px solid #BEBABA;
}

.overlay-green {
    background: rgba(0, 104, 55, 0.458) !important;
}

.active-city {
    border: 4px solid var(--green-strong);
    z-index: 10;
}

.status-badge {
    position: absolute;
    top: -20px;
    background: var(--green-strong);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    font-size: 1.5rem;
}

.btn-video {
    background-color: var(--white);
    padding: 15px 20px !important;
    color: var(--green-strong);
    text-decoration: none;
    border-radius: 6px;
    font-family: "visby";
    font-weight: 600;
}

.btn-registro {
    background-color: var(--green-strong);
    padding: 15px 20px !important;
    color: var(--white);
    text-decoration: none;
    border-radius: 6px;
    font-family: "visby";
    font-weight: 600;
}

/* ==================================== TEMAS ==================================== */

.title-temas {
    color: var(--green-strong);
    font-size: "visby";
    font-weight: 900;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.title-temas {
    color: var(--green-strong);
    font-size: 3rem;
}

.temas-slider {
    border-radius: 25px;
}

.slide-container {
    position: relative;
    height: 520px;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.slide-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.285); 
    pointer-events: none;
}

.col-lg-11 {
    position: relative;
}

.info-card-overlay,
.info-card-overlay3 {
    position: absolute;
    top: 50%;
    left: -200px;
    transform: translateY(-50%);
    background: var(--green-strong);
    color: var(--white);
    padding: 60px 45px;
    width: 420px;
    border-radius: 25px;
    z-index: 20;
}

.info-card-overlay,
.info-card-overlay3 h3 {
    font-weight: 700;
    margin-top: 20px;
}

.info-card-overlay,
.info-card-overlay3 p {
    margin-top: 10px;
}

.info-card-overlay2 {
    position: absolute;
    top: 50%;
    left: -200px;
    transform: translateY(-50%);
    background: #F5F5F5;
    color: var(--green-strong);
    padding: 60px 45px;
    width: 420px;
    border-radius: 25px;
    z-index: 20;
}

.info-card-overlay2 h3 {
    font-weight: 700;
    margin-top: 20px;
}

.info-card-overlay2 p {
    opacity: .9;
    color: #000;
    margin-top: 10px;
}

.icon-circle {
    width: 85px;
    height: 85px;
    background: var(--white);
    color: var(--green-strong);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    margin: 0 auto 25px auto;
}

.icon-circle img {
    width: 48px !important;
    height: auto !important;
}

.thumbSwiper,
.thumbSwiper2,
.thumbSwiper3 {
    position: absolute;
    bottom: 30px;
    right: 40px;
    width: auto;
    bottom: -190px;
    padding: 5px 0px;
}

.thumb-item {
    width: 70px !important;
    height: 70px !important;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    border: 3px solid rgba(0, 123, 2, 0.768);
    transition: .3s ease;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.thumb-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 123, 2, 0.768);
    transition: opacity .3s ease;
    z-index: 1;
}

.swiper-slide-thumb-active.thumb-item {
    border: 3px solid #008a33 !important;
    transform: translateY(-5px);
}

.swiper-slide-thumb-active.thumb-item::before {
    opacity: 0
}

.swiper-slide-thumb-active {
    opacity: 1;
    border-color: #0a8f3c;
    transform: translateY(-8px);
}

.swiper {
    overflow: visible;
}

.swiper-pagination, .swiper-pagination2, .swiper-pagination3 {
    bottom: 270px !important;
    display: none;
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, var(--white)) !important;
}

/* ==================================== FORM ==================================== */

.title-form {
    color: var(--green-strong);
    font-size: "visby";
    font-weight: 900;
}

.form-sedes {
    background-color: var(--white);
    box-shadow: 0px 0px 5px #0000001a;
    border-radius: 4px;
}

.form-label {
    color: var(--green-strong);
}

.form-control {
    border: 1px solid #DEE2E6 !important;
}

.form-control:focus {
    background-color: var(--white) !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 158, 16, 0.25) !important;
}

.sedes-text {
    color: var(--green-strong);
}

.btn-outline-sedes {
    border: 2px solid #dee2e6 !important;
    color: #adb5bd !important;
    border-radius: 10px !important;
    background: transparent !important;
    transition: all 0.3s !important;
}

.btn-check:checked+.btn-outline-sedes {
    background-color: var(--green-strong) !important;
    border-color: var(--green-strong) !important;
    color: var(--white) !important;
}

.btn-enviar {
    background-color: var(--green-strong) !important;
    color: var(--white) !important;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
}

.text-form-xxl {
    display: block;
}

.text-form-sm {
    display: none;
}

/* ==================================== PATROCINADORES ==================================== */

.subtitle-main {
    color: var(--gray);
}

.title-main {
    color: var(--color-01);
    font-weight: 700;
    text-align: center;
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 2rem;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}


.empresa-link {
    text-decoration: none;
    display: block;
    padding: .8rem 0;
}

.empresa-link img {
    width: 100%;
}

/* ==================================== FOOTER ==================================== */

.footer p {
    margin-bottom: 0
}

.footer__top {
    z-index: 10;
    position: relative
}

.footer__news {
    background-color: var(--white);
    box-shadow: 5px 5px 15px 0 #0000001a;
    border-radius: 2px 2px 0 0;
    padding: 2rem 3.2rem
}

.footer__title {
    color: var(--green);
    margin-bottom: 0;
    font-size: calc(1.275rem + .3vw)
}

.footer__subtitle {
    color: var(--black);
    font-weight: 300
}

.footer__form {
    display: flex;
    flex-direction: row;
    width: 100%
}

.footer__input {
    padding: .8rem 2rem;
    border-top-left-radius: var(--radious-general);
    border-bottom-left-radius: var(--radious-general);
    width: 100%;
    border: 2px solid var(--gray-light);
    outline: 2px solid transparent;
    transition: var(--transition-default)
}

.footer__input:focus {
    border-color: var(--red);
    outline: 2px solid #db2c2866
}

.footer__input::placeholder {
    color: var(--gray-medium);
    font-weight: 500
}

.footer__button {
    background-color: var(--red) !important;
    color: var(--white) !important;
    border: 0 !important;
    padding: .6rem 2rem !important;
    border: 2px solid var(--red) !important;
    transition: var(--transition-default) !important;
    border-radius: 0 var(--radious-general) var(--radious-general) 0 !important;
}

.footer__button:hover {
    border: 2px solid var(--red);
    color: var(--red)
}

.footer__bottom {
    background-color: var(--green);
    z-index: 1;
    position: relative;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    color: var(--white)
}

.footer__rs {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
    width: 100%;
    justify-content: center;
    gap: 1rem
}

.footer__rs-link {
    display: block;
    transition: var(--transition-default)
}

.footer__rs-link:hover {
    opacity: .6
}

.footer__rs-icon {
    width: 100%;
    max-width: 1.2rem
}

.footer__contact {
    background-color: var(--gray);
    padding: 1rem 0
}

.footer__contact-links {
    display: flex;
    gap: 1rem;
    color: var(--white);
    align-items: center
}

.footer__contact-links a {
    text-decoration: none;
    color: var(--white);
    transition: var(--transition-default)
}

.footer__contact-links a:hover,
.footer__contact-links a:active {
    opacity: .6
}

/* ==================================== RESPONSIVE ==================================== */

@media(max-width:1200px) {

    .title-form {
        font-size: 48px;
    }

}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

@media(max-width:991px) {

    .title-form {
        font-size: 34px;
    }

    .slide-container {
        height: auto;
    }

    .info-card-overlay,
    .info-card-overlay2,
    .info-card-overlay3 {
        position: relative;
        transform: none;
        left: 0;
        top: 0;
        width: 100%;
        border-radius: 0 0 20px 20px;
        margin-top: -5px;
    }

    .thumbSwiper,
    .thumbSwiper2,
    .thumbSwiper3 {
        position: relative;
        right: auto;
        bottom: auto;
        top: -340px;
        left: 105px;
        margin-top: 20px;
        text-align: center;
    }

    .slide-img {        
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

@media screen and (max-width: 768px) {

    .text-form-xxl {
        display: none;
    }

    .text-form-sm {
        display: block;
    }

    .swiper-pagination {
        display: block;
    }

    .slide-img {
        height: 300px !important;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .footer__news {
        padding: 2rem 1.2rem
    }

    .footer__title,
    .footer__subtitle {
        text-align: center
    }

    .footer__subtitle {
        padding-bottom: 1rem
    }

    .footer__form {
        flex-direction: column
    }

    .footer__input {
        border-top-right-radius: var(--radious-general);
        border-bottom-right-radius: var(--radious-general);
        margin-bottom: .5rem
    }

    .footer__button {
        border-top-left-radius: var(--radious-general);
        border-bottom-left-radius: var(--radious-general);
        padding: 1rem 2rem
    }

    .footer__contact-links,
    .jc-rwd {
        justify-content: center
    }
}

@media (max-width: 768px) {
    .title-main {
        font-size: 2.5rem;
    }

    h1 {
        font-size: 2.2rem;
    }

    .hero-card {
        min-height: 350px;
    }

    .responsive-h {
        height: 555px !important;
    }

    .thumbSwiper,
    .thumbSwiper2,
    .thumbSwiper3 {
        display: none;
    }

}

@media(max-width:570px) {

    .thumbSwiper,
    .thumbSwiper2,
    .thumbSwiper3 {
        position: relative;
        right: auto;
        bottom: auto;
        top: -370px;
        left: 20%;
        margin-top: 20px;
        text-align: center;
    }
}

@media(max-width:490px) {

    .thumbSwiper,
    .thumbSwiper2,
    .thumbSwiper3 {
        position: relative;
        right: auto;
        bottom: auto;
        top: -370px;
        left: 15%;
        margin-top: 20px;
        text-align: center;
    }
}

@media(max-width:420px) {

    .thumbSwiper,
    .thumbSwiper2,
    .thumbSwiper3 {
        position: relative;
        right: auto;
        bottom: auto;
        top: -400px;
        left: 10%;
        margin-top: 20px;
        text-align: center;
    }
}

@media(max-width:390px) {

    .thumbSwiper,
    .thumbSwiper2,
    .thumbSwiper3 {
        position: relative;
        right: auto;
        bottom: auto;
        top: -405px;
        left: 5%;
        margin-top: 20px;
        text-align: center;
    }
}

@media(max-width:360px) {

    .thumbSwiper {
        position: relative;
        right: auto;
        bottom: auto;
        top: -420px;
        left: 0px;
        margin-top: 20px;
        text-align: center;
    }

    .thumbSwiper2 {
        position: relative;
        right: auto;
        top: -420px;
        left: 0px;
        bottom: auto;
        margin-top: 20px;
        text-align: center;
    }

    .thumbSwiper3 {
        position: relative;
        right: auto;
        bottom: auto;
        top: -420px;
        left: 0px;
        margin-top: 20px;
        text-align: center;
    }
}