@font-face {
    font-family: 'robotolight';
    src: url('/Portals/_default/Skins/CCMA/css/fonts/roboto-light-webfont.eot');
    src: url('/Portals/_default/Skins/CCMA/css/fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/Portals/_default/Skins/CCMA/css/fonts/roboto-light-webfont.woff') format('woff'),
    url('/Portals/_default/Skins/CCMA/css/fonts/roboto-light-webfont.ttf') format('truetype'),
    url('/Portals/_default/Skins/CCMA/css/fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('/Portals/_default/Skins/CCMA/css/fonts/roboto-regular-webfont.eot');
    src: url('/Portals/_default/Skins/CCMA/css/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/Portals/_default/Skins/CCMA/css/fonts/roboto-regular-webfont.woff') format('woff'),
    url('/Portals/_default/Skins/CCMA/css/fonts/roboto-regular-webfont.ttf') format('truetype'),
    url('/Portals/_default/Skins/CCMA/css/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('/Portals/_default/Skins/CCMA/css/fonts/roboto-bold-webfont.eot');
    src: url('/Portals/_default/Skins/CCMA/css/fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/Portals/_default/Skins/CCMA/css/fonts/roboto-bold-webfont.woff') format('woff'),
    url('/Portals/_default/Skins/CCMA/css/fonts/roboto-bold-webfont.ttf') format('truetype'),
    url('/Portals/_default/Skins/CCMA/css/fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ax-not {
    margin: 0 0 0.625rem;
}

@media screen and (min-width: 768px) {
    .ax-not {
        margin: 0 0 3.75rem;
    }
}

.ax-noticia {
    vertical-align: top;
    width: 100%;
    position: relative;
}

.ax-noticia > img {
    width: 100%;
    position: relative;
    z-index: 1;
    display: block;
}

.ax-info {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    background: rgba(237, 28, 36, .78);
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.ax-noticia:hover .ax-info {
    background: rgba(0, 0, 0, .78);
}

.ax-text {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
    box-sizing: border-box;
    padding: 3%;
}

.ax-text h2 {
    font-size: 1.8rem;
    color: #ffffff;
    text-decoration: underline;
    font-family: 'robotobold';
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .ax-text h2 {
        font-size: 1.8rem;
    }
}

.ax-text a {
    color: #ffffff !important;
    ;
    font-size: 1rem;
    margin: 0.625rem 0 0;
    display: block;
}

.ax-text a:hover {
    text-decoration: underline;
    color: #ffffff;
    font-size: 1rem;
}

.ax-text a img {
    width: 17px;
    vertical-align: middle;
}

.ax-cont-icon {
    vertical-align: middle;
    width: 15%;
    background: #231F20;
    position: relative;
}

.ax-noticia:hover .ax-cont-icon,
.ax-noticia:hover .ax-cont-icon:before {
    background: rgba(237, 28, 36);
}

.ax-cont-icon:before {
    content: "";
    position: absolute;
    background: #231F20;
    width: 3.75rem;
    height: 120%;
    border-radius: 50%;
    left: -14px;
    top: -12px;
}

.ax-cont-icon img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.ax-Content-interes-left .ax-noticia .ax-info .ax-text a{
    display: inline-block;
}
.ax-Content-interes-left .ax-noticia .ax-info .ax-text a.ax-link-todas{
    position: absolute;
    right: 19%;
}

@media screen and (max-width: 630px){
    .ax-text h2 {
        font-size: 1.2rem;
    }
}
@media(max-width: 425px){
    .ax-info{
        position: relative;
        background: rgba(237, 28, 36, 1);
    }
}
@media screen and (max-width: 400px){
    .ax-text h2 {
        font-size: 1.0rem;
    }
}