/* Barra superior */
.css_menu_superior {
  margin-bottom: 20px;
}
/* Fin barra superior */

/* Logo */

nav .brand-logo {
    left: unset;
    -webkit-transform: unset;
    transform: unset;
}


.brand-logo > img {
  margin-top: 12%;
  width: 200px;
}

/* Texto superior */
.texto-home-pc{
    margin-top: 30px;
    font-weight: 700;
    text-align: center;
}

/* Icono engranaje superior */
.nivimu-icon {
  position: absolute;
  top: 15px;
  right: 0px;
  width: 35px;
}

/* Imagen We care bajo casillas */
.nivimu-icon > img {
  width: 35px;
  height: 35px;
}

/* Footer */
.footer-menu{
    /* background-color: #01283a; */
    width: 80%;
    margin-left: 10%;
}

/* Home icon placeholder */
.footer-menu li:nth-child(3) {
  width: 25%;
}

/* Envelope Icon placeholder */
.footer-menu li:nth-child(4) {
  width: 30%;
}

.footer-menu li:nth-child(4) i{
    margin-top: -5px;
}

@media only screen and (min-width: 1081px) {
    .footer-menu {
        margin-left: 25%;
        max-width: 50%;
    }
    .footer-menu li:nth-child(4) {
        width: 20%;
    }
}
/* Fin envelope Icon placeholder */



/* .footer-menu.boxed.bordered .texto-icono-footer{
    display: none;
} */

/* .footer-menu.boxed li a.home-icon {
    height: 75px;
    width: 75px;
    border: 1px solid #01283a;
} */

.footer-menu li i {
  width: 35px;
  height: 26px;
}

.footer-menu li span {
  line-height: 17px;
}

.footer-menu li {
  width: 30%;
}

.footer-menu li span {
  font-size: 12px;
}




/* Fin Footer */

/* Iconos Footer */
/* .footer-menu li i.envelope-icon {
  width: 60px;
  height: 60px;
} */

.icon_sorteos{
    background: url("../../../contenido/_general/iconos/staff_app/regalo.svg") no-repeat scroll center center / 100% auto;
    background-size: 100%;
    background-size: contain;
}
.icon_beneficios{
    background: url("../../../contenido/_general/iconos/staff_app/bolsa.svg") no-repeat scroll center center / 100% auto;
    background-size: 100%;
    background-size: contain;
}
.home-icon{
     background: url("../../../contenido/_general/iconos/staff_app/sobre.svg") no-repeat scroll center center / 100% auto;
    background-size: 100%;
    background-size: contain;
}
.benefits-icon{
     background: url("../../../contenido/_general/iconos/staff_app/sobre.svg") no-repeat scroll center center / 100% auto;
    background-size: 100%;
    background-size: contain;
}
.envelope-icon{
    background: url("../../../contenido/_general/iconos/staff_app/sobre.svg") no-repeat scroll center center / 100% auto;
    background-size: 100%;
    background-size: contain;
}
.news-icon{
     background: url("../../../contenido/_general/iconos/staff_app/periodico.svg") no-repeat scroll center center / 100% auto;
    background-size: 100%;
    background-size: contain;
}
/* Fin iconos Footer */


/* Tamaño casillas de la portada */
.css_bloque_imagen_size {
    height: 150px;
}

.css_a_sin_estilo > .col {
  padding: 0 4px;
}
/* Fin tamaño casillas de la portada */


.row.content-row {
  margin-left: 3px;
}

.logo_pc_portada > img{
    margin-top: 20px;
    width: 280px;
}

.h-lg .css_bloque_imagen_size{
    height: 180px;
}