* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Helvetica Bold';
    src: url('../fonts/helvetica-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Regular';
    src: url('../fonts/helvetica-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

*/ h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

body {
    font-family: 'Helvetica Regular';
    font-weight: 400;
}

h1 {
    font-family: 'Helvetica Bold';
    font-weight: 700;
    font-size: 40px;
    color: #4BA6DD;
    text-align: center;
}

h2 {
    font-family: 'Helvetica Bold';
    font-weight: 700;
    font-size: 37px;
    color: #4BA6DD;
}

h3 {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 32px;
    color: #4BA6DD;
}

p {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.medium {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 20px;
}

header .logo {
    height: 58px;
}

header .nav-link {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 14px;
    color: #000000 !important;
}

.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.carousel-control-next-icon {
    width: 40px;
    height: 40px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    width: 50px;
}

.slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 86px);
    position: relative;
}

.slide1 {
    background-image: url("../imgs/banners/banner-principal.gif");
    background-size: contain;
    height: 520px;
}

.slide2 {
    background-image: url("../imgs/slider/slide-ganaderia.jpg");
}

.slide3 {
    background-image: url("../imgs/slider/slide-industria.jpg");
}

.logito {
    position: absolute;
    top: 20%;
    right: 0;
}

.banner-efecto-cortado {
    max-width: 100%;
    object-fit: contain;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.expo-rueda-blanco {
    position: absolute;
    top: 5%;
    left: 40%;
    height: 200px;
}

.tarjeta-blanca {
    position: relative;
    background: #FFFFFF;
    padding: 15px 50px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: -100px;
}

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

    .tarjeta-blanca {
        padding: 15px 20px;
        margin-top: -50px;
    }

    .card-wrapper-dia-26.open,
    .card-wrapper-dia-22.open,
    .card-wrapper-dia-25.open,
    .card-wrapper.open {
        max-height: none !important;
    }

    .cards-container {
        flex-direction: column;
        gap: 1rem;
        padding-left: -100px;
    }

    .card-wrapper {
        flex-direction: column;
        align-items: center;
        width: 90%;
        max-height: 300px;
        transition: all 0.3s ease;
        max-width: 127px;
        margin-right: auto;
    }

    .card-wrapper.open {
        max-height: none;
        max-width: auto;
    }

    .fondo-dia {
        width: 70px;
        height: 70px;
    }

    .fondo-dia h4.dia {
        font-size: 36px;
    }

    .info-desplegada {
        max-width: 100%;
        border-left: none;
        padding: 0;
        opacity: 0;
        transition:
            max-height 0.4s ease,
            opacity 0.3s ease 0.2s,
            padding 0.3s ease;
    }

    .card-wrapper.open .info-desplegada {
        opacity: 1;
        padding: 10px;
        max-width: 100%;
        border-top: 1px solid #CCCCCC;
        width: 100%;
    }

    .btn-ver {
        width: 100%;
        font-size: 14px;
        height: 40px;
    }

    .info-desplegada p {
        font-size: 12px;
    }
}

.cards-container {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: 25px;
    transition: border-color 0.3s ease;

}

.card-wrapper {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    border: 1px solid #CCCCCC;
    background: #fff;
    overflow: hidden;
    transition: border-color 0.3s ease, width 0.4s ease;
    max-height: 230px;
    margin-left: 12px;
    margin-bottom: 10px;
    /* width: 400px; */
}

.card-wrapper-dia-26.open {
    max-height: 355px;
}

.card-wrapper-dia-22.open {
    max-height: 255px;
}

.card-wrapper-dia-25.open {
    max-height: 255px;
}

.card-wrapper.open {
    border-color: #AAAAAA;
}

.calendario-item.open {
    border-color: #004BA8;
}

.calendario-left {
    flex: 0 0 auto;
}

.fondo-dia {
    width: 90px;
    height: 90px;
    background: #EFEEEE;
    margin: 10px auto 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fondo-dia h4.dia {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 50px;
    color: #ED1C24;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
}

.info-desplegada {
    position: static;
    flex: 0 1 auto;
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    border-left: none;
    background: #fff;
    transition:
        max-width 0.4s ease,
        opacity 0.2s ease 0.4s,
        padding 0.3s ease,
        border-left 0.3s ease 0.4s;
}

.card-wrapper.open .info-desplegada {
    max-width: 350px;
    opacity: 1;
    padding: 10px;
    border-left: 1px solid #CCCCCC;
}

.info-desplegada p {
    margin-bottom: 5px;
    font-size: 12px;
}

.info-desplegada .dia {
    color: #525252;
    font-family: 'Helvetica Regular';
}

.info-desplegada strong {
    color: #010208c2;
    font-family: 'Helvetica Regular';
}

.info-desplegada .hora {
    color: #011aa3c2;
    font-family: 'Helvetica Regular';
}

.tarjeta-blanca .col-20 {
    width: 20%;
}

.tarjeta-blanca .col-20 img {
    width: 100%;
    height: 92px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    transition: all 1s ease;
    filter: grayscale(1);
}

.tarjeta-blanca .col-20 img:hover {
    filter: grayscale(0);
}

.beneficio-item {
    position: relative;
    text-align: center;
}

.beneficio-item .linea-gris {
    position: absolute;
    height: 80px;
    border: 1px solid #C4C4C4;
    right: 0;
    top: 25%;
}

.beneficio-item img {
    display: block;
    margin: 0 auto 20px auto;
    object-fit: cover;
}

.logo-expo {
    width: 290px;
    height: 120px;
    left: 0;
    right: 0;
    object-fit: contain;
    top: 80px !important;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    transform: scale(2.5);
}

.logo-expo-izquierda {
    width: 220px;
    height: 120px;
    object-fit: contain;
    top: 80px !important;
    z-index: 1;
    display: block;
    margin: 0;
    position: relative;
    transform: scale(2.5);
}

.miss-expo-item {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.miss-expo-item img {
    display: block;
    margin: 10px auto;
    width: 200px;
    height: 200px;
    border-radius: 100%;
}

.miss-expo-item p.nombre {
    font-size: 20px;
    color: #4BA6DD;
    font-family: 'Helvetica Regular';
    font-weight: 400;
}

.miss-expo-item p.puesto {
    font-size: 16px;
    color: #000000;
    font-family: 'Helvetica Regular';
    font-weight: 400;
}

.miss-expo-item p.stand {
    font-size: 14px;
    color: #474747;
    text-transform: uppercase;
    font-family: 'Helvetica Regular';
    font-weight: 400;
}

.btn-ver {
    width: 80%;
    height: 35px;
    background: #ED1C24;
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid #ED1C24;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    text-align: center;
}

.btn-ver:hover {
    color: #4BA6DD;
}

.btn-azul {
    position: relative;
    height: 61px;
    background: #4BA6DD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 36px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

#wrapper_video {
    position: relative !important;
    width: 99%;
    margin: 0 auto;
    padding-top: 56.25%;
    min-width: initial !important;
    min-height: initial !important;
}

#iframe_video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-left: 0 !important;
}

.noticia-item img {
    width: 100%;
    height: 218px;
    object-fit: cover;
    border-radius: 11px;
}

.noticia-item h6,
.noticia-interna h6 {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

.noticia-item p {
    font-size: 14px;
    color: #000000;
}

.btn-saber-mas {
    max-width: 171px;
    border: 1px solid #ED1C24;
    font-size: 16px;
    color: #ED1C24;
    padding: 15px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.linea-negra {
    background: #000000;
    height: 1px;
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer a,
.info-contacto a {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    display: block;
    text-decoration: none;
    margin: 10px auto;
}

footer h6,
.info-contacto h6 {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}

.wcs_button {
    background: transparent !important;
    box-shadow: none !important;
}

.carousel-expositores img {
    overflow: hidden;
    max-width: 100%;
    width: auto;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.formulario {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 70px 50px;
}

.formulario span {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #000000;
}

.formulario .form-control {
    background: #FFFBFB !important;
    border: 1px solid #000000 !important;
    border-radius: 2px !important;
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #000000;
    margin-bottom: 20px;
}

.formulario select {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

.formulario textarea {
    max-height: 160px;
    min-height: 160px;
    height: 160px;
}

.formulario .btn-enviar {
    width: 120px;
    height: 40px;
    background: #ED1C24;
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF !important;
    border: 1px solid #E30D20;
    display: block;
}

.box-shadow-tarjeta-blanca {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.margin-top-100px {
    margin-top: -100px !important;
}

.margin-top-150px {
    margin-top: -150px !important;
}

.formulario-quiero-ser-parte {
    background: #F0F0F0;
}

.formulario-quiero-ser-parte .form-control {
    border: 1px solid rgba(79, 79, 79, 0.5) !important;
}

.noticia-interna .fecha {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.noticia-interna p {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.noticia-interna img {
    width: 100%;
    height: 312px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.posteos-anteriores a {
    text-decoration: none;
}

.posteos-anteriores a:hover p.texto {
    text-decoration: underline;
    color: #4BA6DD;
}

.posteos-anteriores p.titulo {
    font-family: 'Helvetica Regular';
    font-weight: 400;
}

.posteos-anteriores img {
    width: 100%;
    height: 156px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

a img.atras {
    width: auto;
    height: auto;
    object-fit: contain;
}

.rojo {
    color: #ED1C24;
}

.azul {
    color: #4BA6DD;
}

.negro {
    color: #000000;
}

.brochure-contenedor {
    background: #F0F0F0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.brochure-contenedor img.btn-descargar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 82px;
    object-fit: contain;
}

.la-expo-numeros h3 {
    font-size: 24px;
}

.fondo-quiero-ser-expositor {
    background: #F0F0F0;
}

.formulario-quiero-ser-expositor {
    background: none !important;
    border: none !important;
    border-radius: none !important;
    padding: 0 !important;
}

.formulario-quiero-ser-expositor .form-control {
    border: none !important;
}

.carousel-flecha-centrada .carousel-control-next,
.carousel-flecha-centrada .carousel-control-prev {
    width: 93%;
    top: 50%;
    bottom: auto;
}

.area h3 {
    background: #FFFFFF;
    width: 100%;
    height: 50px;
    text-align: center;
}

.directorio {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 250px;
}

.directorio:hover {
    box-shadow: 0px 4px 11px 6px rgba(12, 103, 177, 0.5);
}

.directorio h3 {
    font-size: 20px;
    text-align: center;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
}

.directorio .btn-ver {
    width: 98px;
    height: 35px;
    background: #ED1C24;
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid #ED1C24;
    text-align: center;
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    display: block;
    margin-left: 50px;
    text-transform: capitalize;
}

.tarjeta-directorio {
    background: #FFFFFF;
    border: 1px solid #000000;
    padding: 15px;
    text-align: center;
    height: 350px;
}

.tarjeta-directorio h3 {
    font-family: 'Helvetica Bold';
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    height: 50px;
}

.tarjeta-directorio img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    border: none;
}

.btn-azul-expositores {
    width: 165px;
    height: 44px;
    padding: 15px;
    background: #4BA6DD;
    display: block;
    text-align: center;
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 20px;
    margin-left: 10px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
    margin-top: -100px;
}

.fondo-blanco {
    background: #FFFFFF;
}

.expositores-item {
    margin: 0 auto;
    position: relative;
}

.expositores-item .btn-ver {
    width: 190px;
    max-width: 100%;
    height: 70px;
    background: #ED1C24;
    font-size: 14px;
    color: #FFFFFF;
    border: 1px solid #ED1C24;
    text-align: center;
    text-transform: none;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.premiacion-stand .expositores-item {
    width: 190px;
    height: 150px;
}

.premiacion-stand .expositores-item h3 {
    font-size: 16px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.premiacion-stand .expositores-item .btn-ver {
    height: 100px;
}

.premiacion-stand-lista ul {
    list-style: none;
    margin-bottom: 0;
}

.premiacion-stand-lista li {
    margin-bottom: 15px;
}

.premiacion-stand-lista ul li::before {
    content: "\2022";
    color: #ED1C24;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
}

.premiacion-stand-lista p {
    text-transform: uppercase;
    font-family: 'Helvetica Regular';
    font-weight: 400;
}

.premiacion-stand-lista p.expositor {
    color: #4BA6DD;
    text-align: end;
}

.premiacion-stand-lista .raya-roja {
    height: 3px;
    width: 100%;
    background-color: #ED1C24;
}

.card {
    border: none;
}

.expositor-item-detalle p {
    display: inline-block;
}

.expositor-item-detalle h3 {
    font-size: 20px;
    display: inline-block;
}

.calendario-item {
    width: 125px;
    min-height: 224px;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    align-content: center;
}

.calendario-item h3.mes {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 20px;
    color: #656565;
}

.calendario-item .fondo-dia {
    width: 90px;
    height: 90px;
    background: #EFEEEE;
    display: block;
    margin: 0 auto;
}

.calendario-item .fondo-dia h4.dia {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 50px;
    line-height: 90px;
    color: #ED1C24;
}

.calendario-item .btn-ver {
    width: 80%;
    height: 35px;
    background: #ED1C24;
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid #ED1C24;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    margin-top: 12px;
}

.tab-pane .dia {
    /* color: celeste */
    color: #000000;
    font-family: 'Helvetica Regular';
    font-weight: 400;
}

.tab-pane p {
    margin-bottom: 10px;
}

.tab-pane strong {
    color: #E30D20;
    font-family: 'Helvetica Regular';
    font-weight: 400;
}

.evento-item img {
    width: auto;
    height: 565px;
    object-fit: contain;
}

.evento-item p {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 20px;
    color: #474747;
}

#carouselPrensa {
    background: #FFFFFF;
    border: 1px solid #000000;
    margin-top: 15px;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    height: auto;
}

#carouselPrensa img {
    border-radius: 11px;
}

#carouselPrensa h2.titulo {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 20px;
    color: #474747;
}

#carouselPrensa p {
    font-size: 14px;
    color: #474747;
}

#carouselPrensa.carousel-flecha-centrada .carousel-control-next,
#carouselPrensa.carousel-flecha-centrada .carousel-control-prev {
    bottom: -50px;
}

.plano-del-expo p {
    font-size: 14px;
    color: #474747;
}

.informacion-ediciones-anteriores .expositores-item h3 {
    font-size: 24px;
    color: #ED1C24;
    height: auto;
}

.detalle-informacion-ediciones-anteriores p {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 14px;
    color: #474747;
}

.destaque-rojo {
    background: #ED1C24;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 50px 15px;
}

.destaque-rojo p {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    color: #FFFFFF;
}

.premiado-item h3 {
    font-size: 20px;
    color: #4BA6DD;
    text-align: center;
}

.premiado-item img {
    width: 100%;
    height: 280px;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    object-fit: cover;
}

.premiado-item .btn-ver {
    width: 115px;
    height: 25px;
    background: #ED1C24;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid #ED1C24;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-transform: initial;
    padding: 0;
    position: relative;
    bottom: 50px;
}

#carouselIndustria .carousel-control-next,
#carouselIndustria .carousel-control-prev {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#carouselIndustria .carousel-item img {
    height: 370px;
    object-fit: cover;
}

.italic {
    font-style: italic;
}

:root {
    --marquee-width: 100vw;
    --marquee-height: 20vh;
    /* --marquee-elements: 12; */
    /* defined with JavaScript */
    --marquee-elements-displayed: 3;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    background-color: #E30D20;
    overflow: hidden;
    position: relative;
}

.marquee:before,
.marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.marquee:before {
    left: 0;
}

.marquee:after {
    right: 0;
}

.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    white-space: nowrap;
}

.marquee-content img {
    height: 40px;
}

.marquee-content p strong {
    font-family: 'Helvetica Bold';
    font-weight: 700;
    font-size: 25px;
    color: #FFFFFF;
}

.marquee-content p {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}

#carouselExpoEmpleos .carousel-control-next,
#carouselExpoEmpleos .carousel-control-prev,
#carouselExpoTalentos .carousel-control-next,
#carouselExpoTalentos .carousel-control-prev,
#carouselPremiacion .carousel-control-next,
#carouselPremiacion .carousel-control-prev,
#carouselMissExpo .carousel-control-next,
#carouselMissExpo .carousel-control-prev,
#carouselPrensaImagenes .carousel-control-next,
#carouselPrensaImagenes .carousel-control-prev {
    width: auto;
    top: 30%;
    padding-left: 15px;
    padding-right: 15px;
}

#carouselExpoEmpleos .carousel-item img,
#carouselExpoTalentos .carousel-item img,
#carouselPrensaImagenes .carousel-item img,
#carouselPremiacion .carousel-item img,
#carouselMissExpo .carousel-item img,
#carouselPrensaImagenes .carousel-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 11px;
}

.objetivos li {
    font-size: 16px;
}

.contador-contenido {
    position: absolute;
    bottom: 20px;
    padding: 0;
    left: 5px;
    width: 40%;
    text-align: center;
}

.contador-contenido .contador {
    background: #FFF;
}

.contador-contenido p,
.contador-contenido span {
    color: #4BA6DD;
    margin-bottom: 0;
}

.contador-contenido p {
    font-size: 20px;
    font-family: 'Helvetica Bold';
    font-weight: 700;
}

.wcs_fixed_right {
    bottom: 0 !important;
    right: 0 !important;
}

.auspiciante {
    height: 50px;
}

.expo-talentos-tarjeta-vertical {
    max-width: 400px;
    height: 550px;
    position: relative;
}

.expo-talentos-tarjeta-vertical::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50px;
    width: 100%;
    height: 100%;
    background: #B27E11;
    z-index: -1;
}

.expo-talentos-tarjeta-vertical img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.parallax-expo-talento {
    background-image: url("../imgs/expo-talentos/parallax.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.parallax-expo-talento::before,
.expo-talentos-tarjeta-horizontal::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.expo-talentos-tarjeta-horizontal {
    max-width: 800px;
    height: 600px;
    position: relative;
}

.expo-talentos-tarjeta-horizontal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.texto-horizontal {
    background-color: #FFF;
    position: relative;
    left: -300px;
    padding: 50px;
    top: 50px;
    width: 600px;
}

.edicion-2023 {
    background-color: #4BA6DD;
    padding-top: 50px;
    height: 570px;
    margin-bottom: 130px;
}

.edicion-2023 .tarjeta-vertical img {
    width: 452px;
    height: 602px;
}

.edicion-2023 h3 {
    font-size: 64px;
    color: #FFFFFF;
    position: relative;
    display: inline;
}

.edicion-2023 h3::before {
    position: absolute;
    content: "";
    top: -20px;
    left: 0;
    background-image: url("../imgs/varios/poligono1.svg");
    background-repeat: no-repeat;
    width: 37px;
    height: 27px;
}

.edicion-2023 h3::after {
    position: absolute;
    content: "";
    bottom: -20px;
    right: -20px;
    background-image: url("../imgs/varios/poligono2.svg");
    background-repeat: no-repeat;
    width: 37px;
    height: 27px;
}

.edicion-2023 p {
    color: #FFFFFF;
    font-size: 24px;
    font-family: 'Helvetica Regular';
    font-weight: 400;
}

.edicion-2023 p a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 24px;
    font-family: 'Helvetica Regular';
    font-weight: 400;
}

.edicion-2023 .casting {
    float: right;
    position: relative;
    top: -120px;
}

.icono-rojo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    position: absolute;
    right: -2px;
    bottom: 0;
}

.tarjeta-ganador {
    width: 220px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}

.tarjeta-ganador a {
    display: block;
    margin: 0 auto;
    color: inherit;
    text-decoration: none;
}

.tarjeta-ganador img {
    object-fit: contain;
    width: 220px;
    height: 300px;
    margin: 0 auto;
    display: block;
}

.tarjeta-ganador p {
    background: #FFFFFF;
    border: 1px solid #4BA6DD;
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 15px;
    position: relative;
    top: -20px;
    width: 90%;
    color: #000000;
    font-family: 'Helvetica Regular';
    font-weight: 400;
}

.lightbox-carousel .ratio {
    background-color: transparent !important;
}

.plano-reglamento h1 {
    font-size: 28px;
}

.plano-reglamento img.btn-descargar {
    height: 60px;
}

.borde-izquierdo {
    background: #616161;
    width: 2px;
    height: 90px;
    display: inline-block;
}

.btn-ir-a-web {
    width: 200px;
    height: 47px;
    background: #4BA6DD;
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 47px;
    color: #FFFFFF;
    /* display: inline-block; */
    text-align: center;
    text-decoration: none;
    float: right;
    margin-top: 25px;
    transition: all 1s ease;
    border: 1px solid #4BA6DD;
}

.btn-ir-a-web:hover {
    background: #FFFFFF;
    color: #4BA6DD;
}

/* ======= CONTACTO ====== */
/* AGRICULTURA */
#carouselContacto .slide4 {
    background-image: url("../imgs/slider/agricultura_contacto.jpg");
}

/* GANADERIA */
#carouselContacto .slide2 {
    background-image: url("../imgs/slider/ganaderia_contacto.jpg");
}

/* INDUSTRIA */
#carouselContacto .slide3 {
    background-image: url("../imgs/slider/industria_contacto.jpg");
}

/* ======= EXPOSITORES ====== */
#carouselExpositores .slide4 {
    background-image: url("../imgs/slider/agricultura_expositores.jpg");
}

/* INDUSTRIA */
#carouselExpositores .slide3 {
    background-image: url("../imgs/slider/industria_expositores.jpg");
}

/* ======= QUIERO SER PARTE ====== */
#carouselQuieroSerParte .slide4 {
    background-image: url("../imgs/slider/agricultura_quiero_ser_parte.jpg");
}

/* INDUSTRIA */
#carouselQuieroSerParte .slide3 {
    background-image: url("../imgs/slider/industria_quiero_ser_parte.jpg");
}



/* ======= INFORMACION ====== */
#carouselInformacion .slide4 {
    background-image: url("../imgs/slider/agricultura_informacion.jpg");
}

/* GANADERIA */
#carouselInformacion .slide2 {
    background-image: url("../imgs/slider/ganaderia_informaciones.jpg");
}

/* INDUSTRIA */
#carouselInformacion .slide3 {
    background-image: url("../imgs/slider/industria_informacion.jpg");
}



/* ======= LA EXPO ====== */
#carouselLaExpo .slide4 {
    background-image: url("../imgs/slider/agricultura_la_expo.jpg");
}

/* GANADERIA */
#carouselLaExpo .slide2 {
    background-image: url("../imgs/slider/ganaderia_la_expo.jpg");
}

/* INDUSTRIA */
#carouselLaExpo .slide3 {
    background-image: url("../imgs/slider/industria_la_expo.jpg");
}

/* eventos */
#carouselLaExpo .slide5 {
    background-image: url("../imgs/eventos/empleo.jpg");
}

#carouselLaExpo .slide6 {
    background-image: url("../imgs/eventos/entradas.jpg");
}

#carouselLaExpo .slide7 {
    background-image: url("../imgs/eventos/asador.jpg");
}

#carouselLaExpo .slide8 {
    background-image: url("../imgs/eventos/negocios.jpg");
}

#carouselLaExpo .slide9 {
    background-image: url("../imgs/eventos/alicia.jpg");
}

/* EXPO TALENTOS */
.info-texto-talentos {
    background: #E30D20;
    padding: 15px;
    position: relative;
}

.info-texto-talentos::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -40px;
    border-bottom: 20px solid #4BA6DD;
    border-right: 20px solid #4BA6DD;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.info-texto-talentos p {
    color: #FFFFFF;
}

h3.titulo-poligono {
    position: relative;
    display: inline;
    font-size: 64px;
}

h3.titulo-poligono::before {
    position: absolute;
    content: "";
    top: -20px;
    left: 0;
    background-image: url("../imgs/varios/poligono3.svg");
    background-repeat: no-repeat;
    width: 37px;
    height: 27px;
}

h3.titulo-poligono::after {
    position: absolute;
    content: "";
    bottom: -20px;
    right: -20px;
    background-image: url("../imgs/varios/poligono4.svg");
    background-repeat: no-repeat;
    width: 37px;
    height: 27px;
}

.carousel-baile .slick-dots {
    bottom: 0 !important;
}

.fondo-finalista {
    background: #4BA6DD;
    position: relative;
    min-height: 630px;
}

.fondo-finalista h1 {
    color: #FFFFFF;
    font-family: 'Helvetica Regular';
    font-weight: 400;
    top: 0 !important;
    font-size: 64px;
}

.fondo-icono-canto {
    background-image: url("../imgs/expo-talentos/fondo-canto.svg");
    /* background-repeat: repeat;
    background-position: center; */
    /* background-size: contain; */
    height: 236px;
}

.fondo-icono-baile {
    background-image: url("../imgs/expo-talentos/fondo-baile.svg");
    /* background-repeat: repeat;
    background-position: center;
    background-size: contain; */
    height: 236px;
}

.fondo-icono-blanco {
    background-image: url("../imgs/expo-talentos/fondo-blanco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 257px;
    height: 107px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.fondo-dorado-ganadores {
    background-image: url("../imgs/expo-talentos/fondo-dorado-ganadores.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.fondo-dorado-ganadores h1 {
    color: #FFFFFF;
    font-family: 'Helvetica Regular';
    font-weight: 400;
    top: 0 !important;
    font-size: 90px;
}

.tarjeta-ganador-big {
    width: auto;
}

.tarjeta-ganador-big img {
    width: 340px;
    height: 450px;
}

/* MISS EXPO */

.logo-miss-expo {
    height: 150px;
}

.ganadoras-reinas-2022 {
    background: #4BA6DD;
}

.ganadoras-reinas-2022 h3,
.ganadoras-reinas-2023 h3 {
    font-size: 64px;
    color: #FFFFFF;
    position: relative;
    display: inline;
}

.ganadoras-reinas-2022 h3::before,
.ganadoras-reinas-2023 h3::before {
    position: absolute;
    content: "";
    top: -20px;
    left: 0;
    background-image: url("../imgs/varios/poligono1.svg");
    background-repeat: no-repeat;
    width: 37px;
    height: 27px;
}

.ganadoras-reinas-2022 h3::after,
.ganadoras-reinas-2023 h3::after {
    position: absolute;
    content: "";
    bottom: -20px;
    right: -20px;
    background-image: url("../imgs/varios/poligono2.svg");
    background-repeat: no-repeat;
    width: 37px;
    height: 27px;
}

.ganadoras-reinas-2022 .miss-expo-item p.nombre,
.ganadoras-reinas-2022 .miss-expo-item p.puesto {
    color: #FFFFFF;
}

.ganadoras-reinas-2023 h3 {
    color: #4BA6DD;
}

.ganadoras-reinas-2023 h3::before {
    background-image: url("../imgs/varios/poligono3.svg");
}

.ganadoras-reinas-2023 h3::after {
    background-image: url("../imgs/varios/poligono4.svg");
}

.tarjeta-info-reina-2023 {
    background: #FFFFFF;
    padding: 30px;
    margin: 0 auto;
    max-width: 80%;
    position: relative;
    top: -120px;
}

.tarjeta-info-reina-2023 .negrita {
    font-size: 16px;
    color: #000000;
    font-family: 'Helvetica Regular';
    font-weight: 400;
}

.tarjeta-info-reina-2023 li {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    width: 100%;
}

.reinas-2023-top {
    position: relative;
    top: -100px;
}

.inicialnoche {
    background: #4BA6DD;
    padding-bottom: 20px;
    height: 230px;
    position: relative;
    margin-top: 230px;
}

.contininoche {
    position: absolute;
    margin-top: -200px;
    z-index: 2;
}

.textoinicialnoche p {
    color: #FFF;
    font-size: 14px;
    font-family: 'Helvetica Regular';
    font-weight: 400;
}

.fecha {
    border: 1px solid #000000;
    float: right;
    position: absolute;
    right: 25px;
    width: 90px;
    padding: 0px;
    top: -40px;
}

.barra-azul {
    background: #4BA6DD;
    width: 100%;
    height: 23px;
    display: block;
}

.fechanum {
    background: #ffffff;
}

.fechanum p {
    color: #656565;
    font-size: 16px;
    font-family: 'Helvetica Regular';
    font-weight: 400;
    text-align: center;
}

.sliden1 {
    background-image: url("../imgs/noche-de-naciones/slider1.jpeg");
}

.sliden3 {
    background-image: url("../imgs/noche-de-naciones/slider3.jpeg");
}

.planeta1 {
    float: right;
    position: relative;
    right: -30px;
    top: 30px;
    width: 90px;
}

.planeta2 {
    position: relative;
    top: 20px;
    left: -60px;
    z-index: 1;
    margin-bottom: 30px;
}

/* COSTO DE ENTRADA */
.costo-entrada {
    background-color: #4BA6DD;
    padding-top: 10px;
    padding-bottom: 10px;
}

.costo-entrada p {
    color: #FFFFFF;
    text-align: center;
    font-family: 'Helvetica Bold';
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}

.costo-entrada p span {
    color: #FFFFFF;
    text-align: center;
    font-family: 'Helvetica Bold';
    font-weight: 700;
    font-size: 25px;
}

.fondo-rojo {
    background-color: #E30D20;
}

.gallery-section .nav-tabs {
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

.gallery-section .nav-tabs .nav-item.show .nav-link,
.gallery-section .nav-tabs .nav-link.active {
    color: #FFFFFF;
    font-weight: 700;
    background-color: #E30D20;
    border: none !important;
    font-family: 'Helvetica Bold';
    font-weight: 700;
    border: 1px solid #E30D20;
}

.gallery-section .nav-tabs .nav-link {
    font-family: 'Helvetica Regular';
    font-weight: 400;
    font-size: 19px;
    /* width: 200px;
    
    */
    width: 230px;
    display: block;
    background: #FFFFFF;
    color: #E30D20;
    border-radius: 5px;
    margin-right: 20px;
    border: 1px solid #E30D20;
    margin-bottom: 10px;
}