


#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-msp {height: auto;}

.top-homebanner{
    text-decoration: none !important;
}

.banner-top-msp {
    display: block;
    height: 50px;
    width: 100%;
    background: #E73B8F;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-top-msp a{
    text-decoration: none;
    color: #fff;
}
.banner-top-msp .container-msp {
    color: #fff;
    text-align: center;
    font-weight: 400;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    height: 48px;
    grid-column-gap: 10px;
    justify-content: center;
    align-items:center;
}
.img-msp {
    display: flex;
    justify-content: end;
    align-items: center;
}
.img-msp img{
    width: 50%;
}
.banner-top-msp:after{
    content: '';
    display: block;
    position: absolute;
    
}
.data-banner{
    padding: 5px 0px;
    background: transparent;
}
.cta-top-msp{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}
.cta-top-msp img{
    display: none;
}
.cta-top-msp button{
    background: #FFF;
    border: 1px solid #fff;
    border-radius: 36px;
    padding: 7px 20px;
    cursor: pointer;
    color: #292828;
    font-family: 'proxima-nova'; 
    font-size: 14px;
    font-weight: 700;
    transition: .3s ease;
    width: 300px;
}
.cta-top-msp button:hover{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
}
.bajada-msp{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bajada-msp img{
    width: 55px;
    margin-right: 15px;
}
.bajada-msp p{
    font-size: 14px;
    font-family: 'proxima-nova'; 
    line-height: 18px;
    text-align: left;
    color: #FFF;   
}
.bajada-msp p span{
    font-size: 14px;
    color: #FFE600;
    font-family: 'proxima-nova';  
    font-weight: 600;  
}
.fondo-verde{
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.fondo-verde:after{
    content: '';
    display: block;
    width: 120px;
    height: 15px;
    background: rgba(108, 187, 162, 0.4);
    top: 8px;
    left: -1px;
    position: absolute;
    z-index: -1;
}
.titular3 {
    font-size: 18px;
    font-family: 'proxima-nova';

}
.bloque4 {
    align-self: center;
    text-align: left;
    display: grid;
    margin-bottom: 3px;
}

.title {
    text-align: center;
    margin: 0;
}
.title-mobileBanner{
    display: none;
 }
.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-msp {
        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%;
    }
    .data-banner{
        padding: 15px 0 0;
        background: transparent;
    }
    .title {
        font-size: 22px;
        line-height: 27px;
     }
     .title-desktopBanner{
        display: none !important;
     }
     .title-mobileBanner{
        display: block;
     }
     .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-msp{
        padding: 0;
     }
     .bajada-msp p{
        font-size: 18px;
        line-height: 26px;
        width: auto;
        margin: 0;
        text-align: center;
    }
    .bajada-msp p span{
        font-size: 18px; 
    }
    .bajada-msp h6{
        display: none;
    }
     .bajada-msp br{
        display: block;
    }
    .bajada-msp p img{
        width: 45px;
        margin-left: 10px;
        margin-bottom: -30px;
    }
    .bajada-msp strong{
        margin-left: 50px;
    }
    .cta-top-msp img{
        display: block;
        margin-left: 5px;
        width: 10px;
        height: 10px;
    }
    .cta-top-msp button{
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        cursor: pointer;
        color: #fff;
        font-family: 'proxima-nova';
        font-size: 14px;
        font-weight: 400;
        transition: .3sease;
        width: 100%;
        text-decoration: underline;
    }
    .cta-top-msp button:hover{
        background: transparent;
        border: none;
        color: #fff;
        font-weight: 700;
    }
    }

    @media (max-width: 990px) {
        .nav-bar {
            position: absolute !important;
            width: 97.6%;
        }
    }

 @media (max-width: 768px) {
    .height-banner-msp {
        height: auto !important;
        margin-bottom: 8px;
    }
    .nav-bar {
        position: absolute !important;
        width: 97.3%;
    }
    .nav-bar.sticky-nav-bar {
        position: fixed !important;
    }
    .banner-top-msp {
        padding: 15px 20px;
        box-sizing: border-box;
        height: auto;
        z-index: 100;
        margin-bottom: -6px;
        background: #E73B8F;
    }
    .banner-top-msp .container-msp {
        grid-template-columns: auto;
        height:auto;
        grid-column-gap: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
    }
    .img-msp {
        display: flex    ;
        justify-content: center;
        align-items: center;
    }
    .bloque2 {
        padding: 10px 0 20px;
    }
    .bloque4 {
        text-align: center;
        padding-left: 0;
        margin-top: 20px;
    }
    .boton2 {
        margin-right: 0;
        font-size: 18px;
    }
    .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%;
    }
}

