@font-face {
    font-family: 'gobCL';
    src: url(../fonts/gobcl_regular.eot);
    src: url(../fonts/gobcl_regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/gobcl_regular.woff) format("woff"),
    url(../fonts/gobcl_regular.ttf) format("truetype"),
    url(../fonts/gobcl_regular.png#gobCL) format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face{
    font-family: 'Titulo';
    src: url(../fonts/gobCL_Heavy.otf)format("opentype");
    font-weight: bold;
}
@font-face{
    font-family: 'Textos';
    src: url(../fonts/gobCL_Regular.otf)format("opentype");
    font-weight: normal;
}
@font-face{
    font-family: 'Pregunta';
    src: url(../fonts/gobCL_Bold.otf)format("opentype");
    font-weight: normal;
}
img {
    border: 0;
}

.fas, .fab{
    color: #fff;
}

.acce>.fa-universal-access{
    font-size: 63px;
    margin-top: 12px;
}

.modulo-accesibilidad .fas, .modulo-accesibilidad .fab{
    font-size: 33px;
}

.CallInfo .fas.fa-universal-access{
    font-size: 22px;
    color: #006093;
    float: left;
}

.menu-accesibilidad {
    background-color: #0C2339;
    z-index: 0;
    position: relative;
}
.menu-accesibilidad > .container {
    background-color: #0C2339;
}

div#accesibilidad {
    height: auto;
    margin-top: 10px;
    position: relative;
}
h4.menupref {
    font-size: 30px;
    width: 70%;
    float: left;
    color: #fff;
    text-align: left;
    font-family: 'gobCL';
    font-weight: 200;
    margin-left: 15px;
}

@media (min-width: 1200px){
    .acce {
        width: 22%;
        float: left;
        margin-top: 0px;
    }
}

h1, h2, h3, h4, h5, h6, a {
    font-family: 'gobCl';
    color: #3aa0e1;
}

.modulo-accesibilidad {
    color: #fff;
    font-size: 16px;
}

.modulo-accesibilidad > ul.list-inline {
    position: relative;
}

.list-inline {
    margin-left: -5px;
}

.text-center {
    font-family: 'gobCL';
    text-align: center;
}

.menu-accesibilidad a.font-control {
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    margin-left: 10px;
    text-indent: -9999%;
    font-size: 20px;
    width: 40px;
    height: 41px;
    background-size: cover;
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
}

.menu-accesibilidad a.font-control-lg {
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    margin-left: 10px;
    text-indent: -9999%;
    font-size: 20px;
    width: 40px;
    height: 41px;
    background-size: cover;
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
}

.modulo-accesibilidad a {
    color: #fff;
}

a:active, a:hover {
    outline: 0;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.headAcc{
    background-color: #eeeff1;
}
.head{
    height: 97px;
    background: white;
    border-bottom: 1px solid #eeeff1;
}
.btn-pref > button {
    background-color: #eeeff1;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 0px;
    border-top: 0px;
    border-radius: 0;
    height: 30px;
}

.CallInfo span {
    color: #727176;
    margin-left: 9px;
    font-size: 14px;
}

.menu-desktop {
    display: inline-block;
    height: 97px;
    float: right;
}

body, p {
    color: #333;
    font-family: 'gobCL';
    font-size: 14px;
}

/*CONSULTA FLOTANTE*/

.consulta-fija,.consulta-fija a{
    width: 50px;
    height: 180px;
    background: #1748C5;
    position: fixed;
    top: 50%;
    right: 0;
    cursor: pointer;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.consulta-fija a:hover{
    background: #0053AB !important;
    text-decoration: none !important;
}
.consulta-fija h2{
    color: #fff;
    font-size: 16px;
    writing-mode:tb-rl;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    white-space:nowrap;
}

/*MENU FIJO*/

.contenedor-header{
    position: fixed;
    width: 100%;
    z-index: 2;
}
.logo-ips-nav{
    z-index: 2;
    float: left;
    margin-top: 8px; 
    margin-left: 70px;
}
.logo-ips-nav img{
    max-height: 80px;
} 
.logo-chileatiende-nav{
    z-index: 2;
    float: left;
    margin: 8px 0 0 10px; 
}
.logo-chileatiende-nav img{
    max-height: 80px;
}
.menu-desktop li:first-child {
    margin-left: 10px;
    border-left: none;
}

.menu-desktop li {
    float: left;
    list-style: none;
    display: table;
    height: 97px;
    width: 146px;
    font-family: 'gobCL';
    text-align: center;
    transition: color .1s linear;
    border-left: 1px solid #eaeaea;
    transition: color .1s linear;
    background-color: transparent !important;
}
.menu-desktop li a {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: solid 5px #fff;
    height: 55px;
    display: table-cell;
    text-decoration: none;
    color: #444242;
    transition: color .1s linear;
    vertical-align: middle;
}

.menu-desktop li.current a,.menu-desktop li a:hover {
    border-bottom: solid 5px #1E56A0;
    background: #F8FCFF;
}

.menu-accesibilidad .activado .simbolo-activado.check-grises {
   background: url(../img/check-grises.png) center center/contain no-repeat !important;
}
.menu-accesibilidad .activado .simbolo-activado {
   display: block;
   position: absolute;
   width: 1.6em;
   height: 1.6em;
   box-sizing: border-box;
   top: 0;
   right: 25%;
   background: url(../img/check.png) center center/contain no-repeat;
}

.modulo-accesibilidad {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
/*MENU FIJO*/

.logo-chileatiende-nav{
    width: 160px;
    z-index: 2;
    float: left;
}

.menu-desktop li {
    background-color: transparent !important;
}

.menu-desktop li.current a,.menu-desktop li a:hover {
    border-bottom: solid 5px #FDCB3A;
}

.menu-desktop li a {
    padding-left: 10px;
    padding-right: 10px;
}

.menu-desktop li a {
    height: 55px;
    display: table-cell;
    text-decoration: none;
    color: #444242;
    transition: color .1s linear;
    vertical-align: middle;
}

/*Banner*/

.bg-familia{
    background: url(../img/banner.png) no-repeat;
    background-position: right center;
    background-size: cover;
    min-height: 400px;
    -ms-background-position-x: top;
}
.bg-color{
    background-color: #BEC3E5;
    min-height: 400px;
}
.bg-color img{
    display: block;
    margin: 0 auto;
}
.caja-texto-bg-color{
    margin: 50px 0 0 5px;
}
.caja-texto-bg-color h1{
    color: #1E4C72 ;
    font-size: 50px;
    font-weight: bolder;
    margin: 10px 0 20px;
    line-height: 50px;
    font-family: 'Titulo';
    margin-left: 15px;
}
.caja-texto-bg-color h1 span{
    font-size: 35px;
    font-weight: bolder;
    margin-left: 30px;
}
.caja-texto-bg-color p{
    color: #fff;
    font-size: 17px;
    font-weight: 200;
    margin: 0;
}
.caja-texto-bg-color h3{
    color: #1E4C72 ;
    font-size: 18px;
    font-weight: bolder;
    margin: 10px 0 20px;
    line-height: 17px;
    font-family: 'Textos';
}
.caja-texto-bg-color ul{
    padding: 0;
}
.caja-texto-bg-color li{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    list-style: none;
    padding: 0;
}
.caja-texto-bg-color li span{
    font-weight: bolder;
}
.banner{
    margin-right: 0;
    margin-left: 0;
}
.sin-banner{
    padding-top: 120px;
}
/*BOTONES*/
.boton-rojo{
    background: #3175B8;
    width: 400px;
    height: 66px;
    border: 0;
    padding: 7px 0px;
    margin: 20px 0;
    cursor: pointer;
    font-size: 40px;
    color: #FFF !important;
    font-family: 'gobCL';
    font-weight: normal;
    display: block;
    text-align: center;
    transition: background .5s ease;
    margin-left: 100px;
    margin-right: 50px;
    border-radius: 2em;
    
}

.boton-rojo:hover{
    background: #3175B8;
    text-decoration: none;
    color: #fff;
}
.boton-rojo span{
    font-family: 'gobCL';
    font-weight: bold;
}
.boton-beneficios{
    background: #fff;
    width: 100%;
    height: 66px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding: 20px 0;
    margin: 20px 0;
    cursor: pointer;    
    font-size: 26px;
    color: #D6E4F0;
    font-family: 'gobCL';
    font-weight: normal;
    line-height: 20px;
    transition: background .5s ease;
}
.boton-beneficios:hover{
    background: #1E56A0;
    text-decoration: none;
    color: #fff;
}
.boton-beneficios span{
    font-family: 'gobCL';
    font-weight: bold;
}

/*MENSAJES IPS*/

.mensajes-ips{
    background-color: #eb4c50;
    padding: 30px 0;
}

.mensajes-ips p{
    color: #fff;
    font-size: 17px;
    margin: 10px 0 0;
}

.mensajes-ips h2{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.boton-mensaje-ips{
    background: transparent;
    width: 60%;
    height: 45px;
    border: 2px solid #fff;
    padding: 10px 0;
    margin: 20px auto 0;
    display: block;
    cursor: pointer;
    font-size: 18px;
    color: #FFF;
    font-family: 'gobCL';
    font-weight: normal;
    text-align: center;
    line-height: 20px;
}
.boton-mensaje-ips:hover{
    background: #be3144;
    text-decoration: none;
}
/*Cuerpo home*/

.cuerpo-home{
    margin: 50px auto 0;
}
.texto-derecha{
    text-align: right;
    
}
.cuerpo-home h2{
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
}

#cuando-se-paga, #para-quien-es, #faqs {
    padding-top: 150px;
}

/*FAQS*/

.faqs-head-1{
    border-radius: 0;
}


.faqs-1{
    background: #D6E4F0;
    border-color: #D6E4F0;
    border-radius: 0;
    padding: 25px 10px;
   
}

.faqs-head-2{
    border-color: #1E56A0;
    border-radius: 0;
}

.faqs-2{
    background: #1E56A0;
    border-color: #1E56A0;
    border-radius: 0;
    padding: 25px 10px;
}

.faqs-1,.faqs-2{
    text-decoration: none !important;
    width: 100%;
    display: block;
    padding-right: 40px;
}

.faqs-1 p,.faqs-2 p{
    font-size: 20px;
    font-family: 'gobCL';
    font-weight: normal;
    width: 90%;
}

.faqs-1:hover,.faqs-2:hover{
    text-decoration: none !important;
}

.faqs-head-1 .glyphicon,.faqs-head-2 .glyphicon{
    color: #fff;
    top: -30px;
    font-size: 21px;
    position: relative;
}

.infobox p{
    font-family: 'gobCL';
    color: #5b5b5f;
    font-size: 13pt;
    margin: 0 0 10px;
    background-color: blue;
}

/*Fin FAQS*/

/*FOOTER*/

.footer{
    background: #1E4C72;
    padding: 100px 0 0;
    position: relative;
}


.redes-footer .fas, .redes-footer .fab{
    font-size: 25px;
}

.link-footer,.link-footer a{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'gobCL';
    font-weight: bold;
    font-size: 14px;
    margin-right: 20px;
}
.iconos-footer{
    display: -webkit-box;
    float: right;
}
.iconos-footer li{
    list-style: none;
    width: 80px;
    height: 80px;
    margin-left: 20px;
}
.iconos-footer img{
    max-width: 70px;
    float: right;
}

.redes-footer img{
    width: 60px;
    height: 30px;
}
.enlaces-footer{
    padding: 20px 0;
    text-transform: uppercase;
}


.enlaces-footer a{
    list-style: none;
    color: #fff;
    font-family: 'Textos';
    font-weight: normal;
    font-size: 20px;
}


/*VARIOS*/

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.mt-5{
    margin-top: 5rem!important;
}
.mb-5{
    margin-bottom: 5rem!important;
}

/*BOTONES*/


.boton-rojo span{
    font-family: 'gobCL';
    font-weight: bold;
}
/*MENSAJES IPS*/

.mensajes-ips{
    background-color: #eb4c50;
    padding: 30px 0;
}

.mensajes-ips p{
    color: #fff;
    font-size: 17px;
    margin: 10px 0 0;
}

.mensajes-ips h2{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.boton-mensaje-ips{
    background: transparent;
    width: 60%;
    height: 45px;
    border: 2px solid #fff;
    padding: 10px 0;
    margin: 20px auto 0;
    display: block;
    cursor: pointer;
    font-size: 18px;
    color: #FFF;
    font-family: 'gobCL';
    font-weight: normal;
    text-align: center;
    line-height: 20px;
}
.boton-mensaje-ips:hover{
    background: #be3144;
    text-decoration: none;
}
/*Cuerpo home*/

.cuerpo-home{
    margin: 0 auto;
}
.texto-derecha{
    text-align: right;
}
.cuerpo-home h2{
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
}
.cuerpo-home h3{
    color: #1E4C72;
    font-weight: bold;
    font-size: 35px;
    margin: 0;
    font-family: 'Titulo';
}
.cuerpo-home h4{
    color: #eb4c50;
    font-weight: bold;
    font-size: 30px;
    margin: 10px 0 30px; 
}
.cuerpo-home p{
    font-size: 18px;
    color: #485156;
    line-height: 27px;
    font-family: 'Textos';
}
.cuerpo-home strong{
    font-size: 18px;
    color: #485156;
    line-height: 27px;
    font-family: 'Titulo';
}
.cuerpo-home hr{
    width: 100%;
}
.cuerpo-home img{
    max-width: 100%;
}
.cuerpo-home ul{
    padding: 0
}
.cuerpo-home li{
    list-style: none;
    background: #D6D9FC;
    padding: 20px;
    margin: 20px 0;
    font-size: 18px;
}
/*BENEFICIOS*/

.beneficios{
    background: #3175B8;
    padding: 40px 0;
    margin-top: 40px;    
}
.beneficios h3{
    color: #fff;
    font-family: 'gobCL';
    font-weight: normal;
    font-size: 35px;
    text-align: center;


}
.boton-beneficios{
    background: #fff;
    width: 60%;
    height: 50px;
    border: 0;
    padding: 20px 0;
    margin: 20px 0;
    cursor: pointer;    
    font-size: 26px;
    color: #1E4C72;
    font-family: 'gobCL';
    font-weight: normal;
    line-height: 10px;
    border-radius: 2em;
    margin-left: 120px;
    font-family: 'Textos';
    

}
.boton-beneficios:hover{
    background: #be3144;
    text-decoration: none;
    color: #fff;
}
.boton-beneficios span{
    font-family: 'gobCL';
    font-weight: bold;
}
/*GRUPOS COMO SE PAGA*/

.grupos{
    margin: 50px auto;
}
.grupos h3 {
    color: #0053ab;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    margin: 20px auto 0;
}
.grupos h4{
    color: #eb4c50;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
}
.grupos p {
    font-size: 18px;
    color: #707070;
    line-height: 27px;
    text-align: center;
}
.grupos img{
    margin: 20px auto 30px;
    display: block;
    max-width: 100%;
}

/*FAQS*/

.panel-group .faqs-head:nth-child(odd){
    border-color: #D6E4F0;
    border-radius: 0;
}


.panel-group .faqs-head:nth-child(odd) .faqs{
    background: #D6D9FC;
    border-color: #D6D9FC;
    border-radius: 0;
    padding: 25px 10px;
    font-family: 'Textos';
   
}

.panel-group .faqs-head:nth-child(even){
    border-color: #1E56A0;
    border-radius: 0;
}

.panel-group .faqs-head:nth-child(even) .faqs{
    background: #1E4C72;
    border-color: #1E4C72;
    border-radius: 0;
    padding: 25px 10px;
}

.faqs{
    text-decoration: none !important;
    width: 100%;
    display: block;
    padding-right: 40px;
}

.faqs p{
    font-size: 20px;
    color: #fff !important;
    font-family: 'Textos';
    font-weight: normal;
    width: 90%;
}

.panel-group .faqs-head:nth-child(odd) .faqs p{
    color: #1E4C72 !important;
}

.panel-group .faqs-head:nth-child(even) .faqs p{
    color: #fff !important;
}

.faqs:hover{
    text-decoration: none !important;
}

.faqs-head .glyphicon{
    top: -30px;
    font-size: 21px;
    position: relative;
}

.faqs-head:nth-child(odd) .glyphicon{
    color: #1E4C72;
}

.faqs-head:nth-child(even) .glyphicon{
    color: #fff;
}

/*Fin FAQS*/

/*FOOTER*/

.rojo{
    color: #BC261B;
}

.menu-afper-movil .fas ,.call .fas{
    color: #0053AB;
    font-size: 45px;
    padding-right: 10px;
}

.iconAzul {
    width: 104px;
    height: 55px;
    background: #096cb4;
}

.iconRojo {
    width: 126px;
    height: 55px;
    background: #e63639;
}


/*RESPONSIVE MOBILE*/

@media (max-device-width: 480px){
    .logo-chileatiende-nav img {
        max-height: 65px;
    }

    .navbar-nav > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .grupo-a,.grupo-b,.grupo-c,.grupo-d,.grupo-importante{
        padding: 30px;
    }
    .grupo-b h2,.grupo-b h4,.grupo-b p,.grupo-d h2,.grupo-d p{
        text-align: left;
    }
    .grupo-importante h4{
        margin-top: 20px;
    }
    .beneficios img{
        max-width: 250px;
        margin: auto;
        display: block;
    }
    .beneficios h3{
        margin-top: 30px;
    }
    .footer{
        padding: 50px 0 0;
    }
    .link-footer{
        display: block;
        margin: 0 0 20px;
        padding: 0;
    }

    .iconos-footer{
        float: none;
        display: block;
        padding: 0;
    }
    .iconos-footer li{
        width: 60px;
        height: 60px;
        margin: 0 20px 0 0;
        float: left;
    }
    .consulta-fija{
        display: none;
    }
    .banner{
        margin-top: 0;
    }
    .mensajes-ips h2{
        margin-top: 20px;
    }
    .bg-color{
        min-height: 320px;
    }
    .cuerpo-home{
        margin: 20px auto;
    }
    .cuerpo-home h3{
        font-size: 30px;
        margin: 20px 0;
    }
    .cuerpo-home p{
        text-align: justify;
    }
    .cuerpo-home img{
        display: none;
    }
    .texto-derecha{
        text-align: left;
    }
    .faqs-1 p,.faqs-2 p{
        width: 80%;
        text-align: left;
    }
    .boton-rojo{
        padding: 0;
        width: 90%;
        font-size: 36px;
        padding: 10px 50px;
        margin: 35px auto;
    }
    .caja-texto-bg-color{
        text-align: center;
    }
    .caja-texto-bg-color h1{
        font-size: 46px;
        margin: 0 0 10px;
    }
    .caja-texto-bg-color h1 span{
        font-size: 26px;
        margin-left: 70px;
    }
    .grupos h3{
        font-size: 50px;
    }
    #cuando-se-paga, #para-quien-es, #faqs {
        padding-top: 20px;
    }
}
@media screen and (min-width: 481px) and (max-width: 1199px){

    .caja-texto-bg-color h1 span {
        font-size: 36px;
    }
    .consulta-fija, .consulta-fija a{
        display: none;
    }
    .cuerpo-home{
        margin: 20px auto;
    }
     .cuerpo-home h3{
        font-size: 30px;
        margin: 20px 0;
    }
    .grupo-a,.grupo-b,.grupo-c,.grupo-d{
        padding: 30px 15px;
    }
    .grupo-a h2, .grupo-b h2, .grupo-c h2, .grupo-d h2{
        font-size: 38px;
    }
    .grupo-a h4, .grupo-b h4, .grupo-importante h4{
        font-size: 30px;
    }
    .grupo-b h2, .grupo-b h4, .grupo-b p, .grupo-d h2, .grupo-d p{
        text-align: left;
    }
    .beneficios{
        padding: 40px 0;
    }
    .beneficios img{
        margin: auto;
        display: block;
    }
    .footer{
        padding: 50px 0 0;
    }
    .iconos-footer{
        float: left;
        padding: 0;
        margin: 0;
    }
    .iconos-footer li{
        margin: 10px 20px 10px 0;
        width: 70px;
        height: 70px;
    }
    .caja-texto-bg-color{
        text-align: center;
        margin: 80px 0 0 0;
    }

    .menu-desktop li {
        width: 120px;
    }

    .boton-rojo{
        margin: 20px auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .acce>.fa-universal-access {
        display: none;
    }
}

@media screen and (min-width: 981px) and (max-width: 991px){
    .bg-familia{
        display: none;
    }
}
/* Clases solo Desktop*/
@media (min-device-width: 768px){

    /*BANNER*/
    .banner{
        margin: 120px 0 0 0;
    }
    .link-footer{
        display: -webkit-box;
        margin-top: 25px;
        padding: 0;
    }
}


@media (max-device-width: 991px){
    .logo-ips-nav{
        display: none;
    }

}

/* Clases solo para moviles y tables*/
@media (max-device-width: 767px){

    .logo-ips-nav{
        display: none;
    }


    .logo-chileatiende-nav img {
        max-height: 65px;
    }

    /*head movil*/

    .head-movil{
        float: right;
    }

    .call{
        position: relative;
        float: left;
        padding: 20px 10px 0px 0px; 
    }

    .call img{
        height: 60px;
        width: 60px;
    }

    .menu-afper-movil{
        float: left;
        padding: 0 !important;
        height: 60px;
        width: 60px;
        border-radius: 0 !important;
        margin: 20px 0px 0px 0px;
        border:0;
    }

    /*menu navegacion movil*/
   

    .contentNexusMenu .navbar-collapse {
        padding: 0 !important;
        border-bottom: 1px solid #c6d0da;
        text-align: left;
        font-size: 18px;
        line-height: 60px !important;
        top: -1px;
        position: relative;
    }

    .contentNexusMenu ul.nav {
        margin: 0;
        padding: 0;
        background: #fff;
        color: #5f6f81;
        list-style: none;
        text-transform: none;
        font-weight: 300;
        line-height: 60px;
    }
    .contentNexusMenu ul.nav li a{
        color: #163172;
        font-weight: bold;
    }

    .itemMenu1 {
        background-color: #F5FCFF;
    }

    .itemMenu2 {
        background-color: #F8FCFF;
    }

    .itemMenu3 {
        background-color: #F5FCFF;
    }

    .itemMenu4 {
        background-color: #F8FCFF;
    }

    /*banner*/
    .mensajes-ips h2{
        margin-top: 20px;
    }

    /*footer*/
    .link-footer{
        padding: 0;
    }
    .link-footer li, .link-footer li a{
        font-size: 18px;
        margin: 0 0 10px;
    }
    .caja-texto-bg-color{
        margin: 40px 0 0;
    }
    .texto-derecha{
        text-align: left;
    }
    .bg-color{
        min-height: 320px;
    }
    .sin-banner{
    padding-top: 0;
    }
}

@media (max-device-width: 375px){
    .contentNexusMenu .col-xs-4, .contentNexusMenu .col-xs-8{
        padding: 0;
    }
}
