@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-event {
    margin: 0 0 2.5rem;
}

.ax-eventos {
    vertical-align: top;
    width: 100%;
    position: relative;
}

.ax-eventos > img {
    width: 100%;
    position: relative;
    z-index: 1;
    display: block;
}

.ax-event .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;
    transition: all .2s ease-in-out;
}

.ax-eventos:hover .ax-info {
    background: rgba(0, 0, 0, .78);
}

.ax-event .ax-text {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    box-sizing: border-box;
    padding: 3%;
}

.ax-event .ax-text h2 {
    font-size: 1.625rem;
    color: #ffffff;
    text-decoration: underline;
    font-family: 'robotobold';
    margin: 0;
    padding: 0;
}

.ax-event .ax-text a {
    color: #ffffff !important;
    font-size: 1rem;
    margin: 0.625rem 0 0;
    display: block;
}

.ax-event .ax-text a:hover {
    text-decoration: underline;
    color: #ffffff;
    font-size: 1rem;
}

.ax-event .ax-text a img {
    width: 4%;
    vertical-align: middle;
}

.ax-event .ax-cont-icon {
    vertical-align: middle;
    width: 30%;
    background: #231F20;
    position: relative;
    transition: all .2s ease-in-out;
}

.ax-eventos:hover .ax-cont-icon,
.ax-eventos:hover .ax-cont-icon:before {
    background: rgba(237, 28, 36);
}

.ax-event .ax-cont-icon:before {
    content: "";
    position: absolute;
    background: #231F20;
    width: 3.75rem;
    height: 120%;
    border-radius: 50%;
    left: -14px;
    top: -12px;
    transition: all .2s ease-in-out;
}

.ax-event .ax-cont-icon img,
.ax-event .ax-cont-icon p {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto;
}

.ax-event .ax-cont-icon p {
    left: 70px;
    color: #ffffff;
    top: 40%;
}

@media screen and (min-width: 768px) {
    .ax-event {
        margin: 0 0 3.75rem;
    }

    .ax-event .ax-text h2 {
        font-size: 1.625rem;
    }

    #dnn_Content_eventos_cluster .ax-event .ax-text h2 {
        font-size: 1rem;
    }

    #dnn_Content_eventos_cluster .ax-event .ax-cont-icon {
        width: 32%;
    }

    .ax-items-eventos-networking .ax-eventos .ax-cont-icon img {
        width: 30%;
    }

    #dnn_Content_eventos_cluster .ax-event .ax-cont-icon p {
        left: 64px;
        top: 43%;
        font-size: .95rem;
    }
}
@media screen and (max-width: 630px){
.ax-event .ax-text h2{
    font-size: 1.2rem;
}
}

@media(max-width: 425px){
    .ax-event .ax-info{
        position: relative;
        background: rgba(237, 28, 36, 1);
    }
}

@media screen and (max-width: 400px){
.ax-event .ax-text h2{
    font-size: 1.0rem;
}
}