
/* 
Promo anual septiembre 2021 Banner Styles */
@font-face {
    font-family: 'proximanova';
    src: url('proximanova.woff2') format('woff2'),
         url('proximanova.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proximanova-semibold';
    src: url('proximanova-semibold.woff2') format('woff2'),
         url('proximanova-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proximanova-bold';
    src: url('proximanova-bold.woff2') format('woff2'),
         url('proximanova-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.content-principal{
    position: relative;
}

.height-banner {height: auto;}

.banner-navidad{
    text-decoration: none !important;
}

.banner-top {
    display: block;
    height: 50px;
    width: 100%;
    background: #1B8162;
}
.banner-top a{
    text-decoration: none;
    color: #fff;
}
.banner-top .container {
    color: #fff;
    text-align: center;
    font-weight: 400;
    display: grid;
    grid-template-columns: auto;
    height: 50px;
    grid-column-gap: 10px;
    justify-content: center;
    align-items:center;
    position: relative;
}
.content-center{
    /* max-width: 860px;
    margin: 0 auto; */
    display: grid;
    grid-template-columns: 0.7fr 0.7fr 1.5fr;
    column-gap: 15px;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.mecelanea-izq::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 260px;
    height: 100%;
    background-image: url('/assets/img/home/top-banner/2026-Aniversario-Topbanner-IMG1-AR2.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.mecelanea-der::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 277px;
    height: 100%;
    background-image: url('/assets/img/home/top-banner/2026-Aniversario-Topbanner-IMG4-AR2.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.img-top img{
    width: 220px;
}
.img-top2 img{
    width: 200px;
}
.bloque-cta{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-top: -2px;
}
.fecha-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fecha-icon p{
    font-family: 'Proxima-Nova';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-left: 10px;
}
.barra-fecha{
    font-family: 'Proxima-Nova';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    margin-left: 10px;
}
.fecha-icon img{
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-left: 5px;
}
.cta-top{
    background: #CBF44F;
    border: 1px solid #CBF44F;
    padding: 8px 20px;
    outline: none;
    font-family: 'Proxima-Nova';
    cursor: pointer;
    color: #292828;
    font-size: 16px;
    font-weight: 700;
    border-radius: 36px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta-top:hover{
    background: #a4c935;
    border: 1px solid transparent;
}
.title {
    text-align: center;
    margin: 0;
}
.title-mobileBanner{
    display: none !important;
 }
.title {
    font-family: 'Proxima-Nova';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #292828;
}
.title span{
   font-family: 'proximanova-bold';
   font-weight: bold;
   font-size: 18px;
}
.title br{
    display: none;
}



/* ? ---------------------------- */
@media only screen and (max-width: 1000px) {
    .height-banner {
        height: auto !important;
    }
    .nav-bar {
        position: absolute !important;
        width: 94%;
    }
    .nav-bar.sticky-nav-bar {
        position: absolute !important;
    }
    #wrapper {
        padding-top: 0px !important;
    }
    .nav-bar.responsive .site-navigation {
        min-width: 102.5%;
    }
    .title {
        font-size: 22px;
        line-height: 27px;
     }
     .title-desktopBanner{
        display: none !important;
     }
     .title-mobileBanner{
        display: block !important;
     }
     .img-top{
        display: flex;
        justify-content: center;
     }
     .img-top img{
        width: 80%;
        margin-top: 0;
     }
     .title span{
        font-size: 22px;
        line-height: 27px;
     }
     .title br{
        display: block;
     }
     .bajada{
        padding: 0;
     }
     .bajada p{
        font-size: 18px;
        width: auto;
        margin: 0;
        text-align: center;
    }
    .bajada h6{
        display: none;
    }
     .bajada br{
        display: block;
    }
    }

    @media (max-width: 990px) {
        .nav-bar {
            position: absolute !important;
            width: 97.6%;
        }
    }

 @media (max-width: 768px) {
    .height-banner {
        height: auto !important;
    }
    .nav-bar {
        position: absolute !important;
        width: 97.3%;
    }
    .nav-bar.sticky-nav-bar {
        position: fixed !important;
    }
    .banner-top {
        padding: 0;
        box-sizing: border-box;
        height: auto;
        z-index: 100;
        margin-bottom: -6px;
        background: #1B8162;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    }
    .banner-top .container {
        grid-template-columns: auto;
        height:auto;
        grid-column-gap: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
    }
    .img-mobile-banner img{
        width: 100%;
        margin-top: 0;
    }
    .title br{
        display: block;
    }

    #wrapper {
        padding-top: 0px !important;
    }
}
@media (max-width: 660px) {
    .nav-bar {
        position: absolute !important;
        width: 96.7%;
    }
    .nav-bar.responsive .site-navigation {
        min-width: 105.5%;
    }
}
@media (max-width: 500px) {
    .nav-bar {
        position: absolute !important;
        width: 94.7%;
    }
}

