@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-autopauta {
    vertical-align: top;
    width: 100%;
    position: relative;
}

.ax-autopauta a {
    display: block;
    width: 100%;
}

.ax-autopauta a > img {
    width: 100%;
    position: relative;
    z-index: 1;
    display: block;
}

.ax-datos-inf .ax-info {
    background: #ed1c24 url(/Portals/_default/Skins/CCMA/img/arrow-link.png) no-repeat 95% center;
    box-sizing: border-box;
    padding: 1% 4%;
}

.ax-datos-inf .ax-autopauta .ax-info {
    display: block;
}

.ax-datos-inf .ax-autopauta .ax-info img {
    width: 76%;
}

@media(min-width: 768px) {
    .ax-datos-inf .ax-info {
        padding: 4%;
    }
}

.ax-datos-inf .ax-info h2 {
    font-size: 1.25rem;
    color: #ffffff;
    font-family: 'robotobold';
    margin: 0;
    padding: 0;
}

.ax-autopauta a:hover .ax-info {
    background: #231F20 url(/Portals/_default/Skins/CCMA/img/arrow-link.png) no-repeat 95% center;
    transition: all.3s ease-in-out;
}

@media screen and (max-width: 991px) {
    .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

    .embed-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 991px) {
    .ax-autopauta > img {
        width: 100%;
    }
}