/*
Theme Name: CNP_ES
*/

@import url("css/font-awesome.min.css");
@import url("css/style.min.css");


/* COVID-19 ANUNCIO */
.info-alerte {
    position: relative;
    background: #002364;
    font-size: 1.6rem;
    padding: 1.5rem 1.5rem 1.3rem;
    transition: all ease-in-out .5s;
}
.ocultar{
    display: none;
}
.info-alerte .info-alerte-wrapper {
    padding-left: 10.4rem;
}
.info-alerte .info-alerte-inner {
    background: #002364;
    color: #fff;
    padding-left: 5.2rem;
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.info-alerte .info-alerte-inner:before {
    content: "";
    display: block;
    width: 20px;
    height: 25px;
    background-image: url('img/bell.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}
/* info-alerte HEDAER */
.info-alerte .info-alerte-header {
    padding-right: 3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-alerte .info-alerte-title {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.375;
    margin: 0;
    margin-bottom: .4rem;
}
.info-alerte .info-alerte-header .close {
    /* position: absolute; */
    opacity: 1;
    position: relative;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2px;
}
.info-alerte .info-alerte-header .close::after,
.info-alerte .info-alerte-header .close::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transform: rotate(-45deg);
}
.info-alerte .info-alerte-header .close::before {
    transform: rotate(45deg);
}

/* Info-alerte BODY */
.info-alerte .info-alerte-body {
    font-size: 1.4rem;
    font-family: arial,sans-serif;
    line-height: 1.5;
    padding-right: 3rem;
    max-width: 96rem;
}
@media (max-width: 1200px){
    .info-alerte .info-alerte-wrapper {
        padding-left: 6.7rem;
    }
    .info-alerte .info-alerte-body {
        max-width: 74.5rem;
    }
}
@media (max-width: 768px){
    .info-alerte .info-alerte-wrapper {
        padding-left:0;
        padding: 10px 20px;
    }
}

/* Submenu */
#menu-principal li ul {
        min-width: 230px;
}
@media (max-width: 1325px){
    #menu-principal li {
        position: relative;
    }
    #menu-principal li:last-of-type ul {
        background: url('img/arrow-derecha.png') no-repeat rgba(255,255,255,.9);
        background-position: right top;
        right: 0;
    }
}
@media (max-width: 992px){
    #menu-principal li:last-of-type ul {
        background: url('img/arrow.png') no-repeat rgba(255,255,255,.9);
        background-position: left top;
        right: auto;
    }
}


#bloque-gris .columnas {
	font-size: 14px !important;
}



