section.alertas-zone {
    overflow-x: hidden;
}
.body-alertas {
    background: linear-gradient(45deg, #011137 0% ,#0a467a 100%);
    padding: 40px;
    border-radius: 20px;
    box-shadow: -5px 5px 8px #00000042;
}

.img-ae-zone {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 110px;
    background-size: cover;
    border-radius: 10px;
}

.img-ae-zone img {
    height: 100%;
    position: absolute;
    width: 100%;
}

.item-al-zone h3 {
    font-family: 'raleway_extra_bold' !important;
    font-size: 11pt;
    line-height: 15pt;
    margin-top: 7px;
    letter-spacing: 0.5px;
}

a.lnk-more {
    font-style: oblique;
    text-decoration: none;
    color: #fbbb11;
    font-size: 10.2pt;
    position: absolute;
    bottom: 25px;
}

.zona-icono-ae-zone {
    position: absolute;
    width: 100%;
    height: calc(100% + 10px);
    display: flex;
    align-items: end;
}

span.slogan-ae {
    display: block;
    margin-top: 20px;
    font-size: 10.2pt;
}

.pack-imge img {
    width: 300px;
}

.lista-ae-zona ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.lista-ae-zona ul li a {
    width: 16px;
    height: 16px;
    border: 2px solid #03214c;
    display: block;
    border-radius: 50%;
    margin: 20px 5px 0px 5px;
    cursor: pointer;
}

.lista-ae-zona ul li a.active {
    background-color: #03214c;
}

.item-al-zone {
    margin: 0px 5px;
    height: calc(100% + 35px);
    position: relative;
    margin-bottom: 30px;
}

.blog-pic {
    position: absolute;
    width: 100%;
    height: 100%;
}

.blog-textos {
    position: absolute;
    padding: 40px 40px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.blog-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.blog-pic img {
    position: absolute;
    left: 0;
    top: 50%;
    width: calc(100% + 40px);
    transform: translate(-20px, -50%);
    opacity: 0;
}

.blog-categoria {
    background: #fdc700;
    color: #fff;
    text-decoration: none;
    padding: 4px 9px;
    border-radius: 5px;
    font-family: 'raleway_extra_bold';
    font-size: 10pt;
    display: inline-block !important;
    margin: 0px;
}

.blog-textos h1 {
    font-family: 'raleway_extra_bold';
    font-size: 24pt;
    margin: 20px 0px 10px 0px;
    color: #ffffff;
}

.blog-textos h1 .font-oblique {
    font-family: raleway_bold;
    font-style: oblique;
    font-size: 19pt;
}

span.blog-autor {
    font-size: 10pt;
    color: #fff;
}
a.blog-lnk {
    text-decoration: none;
    color: #fbc600;
}

.carousel-item {
    overflow: hidden;
}

         .pic-autorx img {
width: 50px;
    margin-right: 15px;
    position: relative;
    opacity: 1;
    transform: unset;
}
span.blog-autor {
    line-height: 14pt;
}

p.site-description {text-transform: unset !important;}
@media (max-width: 768px) {
    .post-blog {
        padding: 30px 0px !important;
    }
    .body-alertas {
    padding: 0;
    background: #fff;
    color: #0a467a;
    box-shadow: none;
}
    .zona-icono-ae-zone {
        position: relative;
        height: inherit;
        margin-bottom: 35px;
        background: linear-gradient(45deg, #011137 0% ,#0a467a 100%);
        padding: 30px;
        color: #ffffff;
        border-radius: 15px;
        box-shadow: -5px 5px 8px #00000042;
    }
    
    .img-ae-zone {
        height: 100px;
        width: 45%;
        margin-right: 20px;
        margin-bottom: 35px;
    }
    
    .item-al-zone {margin-bottom: 10px;height: inherit;display: flex;}
    
    a.lnk-more {
        position: relative;
        bottom: unset;
        margin-top: 15px;
        display: block;
    }
    .pack-imge img{
        width: 235px;
    }
    span.slogan-ae {
    font-size: 8pt;
}
    .item-al-zone h3 {
    margin: 0;
    font-size: 12pt !important;
    line-height: 18pt !important;
}
.ae-textos {
    width: 55%;
}
    section.alertas-zone{
        padding: 0px;
        margin-bottom: 60px;
    }

    .blog-pic img {
    width: calc(110%);
}

.blog-textos h1 {
    font-size: 16pt;
}

.blog-textos h1 .font-oblique {
    font-size: 16pt;
}

.blog-textos {
    padding: 30px 15px;
    background: linear-gradient(359deg, #000000,transparent);
    bottom: 0;
    height: auto;
}
    div#myCarouselCell {
    width: 100%;
    height: 100%;
}
} 

.bloqueTextoPC {
    bottom: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 40px 40px 50px 40px;
    background: linear-gradient(1deg, black, transparent);
}