/* 
Promo anual septiembre 2021 Banner Styles */
#wrapper {
    padding-top: 95px;
}

@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: 70px;
    width: 100%;
    background: #0C63DD;
}
.banner-top a{
    text-decoration: none;
    color: #fff;
}
.banner-top .container-desktop {
    color: #fff;
    text-align: center;
    font-weight: 400;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: 0.2fr 1fr 2fr 1fr 0.2fr;
    height: 68px;
    grid-column-gap: 20px;
    justify-content: center;
    align-items:center;
}
.box1 img{
    width: 42px;
}
.box2 img{
    width: 100%;
}
.box3 img{
    width: 100%;
}
.box4 img{
    width: 42px;
}
.bloque4 {
    align-self: center;
    text-align: center;
    display: grid;
    margin-bottom: 3px;
}
.cta-top{
    background: #FFF;
    border: 1px solid #FFF;
    padding: 7px 20px;
    outline: none;
    cursor: pointer;
    color: #0C63DD;
    font-size: 16px;
    font-weight: 700;
    border-radius: 36px;
    font-family: 'Proxima-Nova';
}
.cta-top:hover{
    background: transparent;
    color: #FFF;
    border: 1px solid #FFF;
}
.container-mobile{
    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%;
    }
    .container-desktop{
        display: none !important;
    }
    .container-mobile{
        display: block !important;
    }
    .bloque4{
        width: 60%;
        margin: 0 auto;
    }
    .box2 {
        display: flex;
        justify-content: center;
    }
    }

    @media (max-width: 990px) {
        .nav-bar {
            position: absolute !important;
            width: 97.6%;
        }
    }

 @media (max-width: 768px) {
    .height-banner {
        height: auto !important;
        margin-bottom: 8px;
    }
    .nav-bar {
        position: absolute !important;
        width: 97.3%;
    }
    .nav-bar.sticky-nav-bar {
        position: fixed !important;
    }
    .banner-top {
        padding: 30px 20px;
        box-sizing: border-box;
        height: auto;
        z-index: 100;
        margin-bottom: -6px;
    }
    .banner-top .container {
        grid-template-columns: auto;
        height:auto;
        grid-column-gap: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
    }
   
}
@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%;
    }
}

