section .top {
    padding-bottom: 17.5rem;
}
section .top .agenda-izda {
    position: relative;
}
section .top .agenda-izda .evento-tit {
    margin-bottom: 10rem;
}
section .top .agenda-izda .evento-images .duaSlider {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 6.5rem;
    background-color: #cedde2;
}
section .top .agenda-izda .evento-images .duaSlider .duaSlider-slides > * > * {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
section .top .agenda-izda .evento-images .duaSlider img {
    max-width: 100%;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}
section .top .agenda-izda .evento-txt {
    margin-bottom: 12.5rem;
}
section .top .agenda-izda .evento-txt h2 {
    margin-bottom: 4rem;
    font-size: 7.5rem;
    font-weight: 900;
}
section .top .agenda-izda .evento-sharer {
    font-size: 3rem;
    text-transform: uppercase;
}
section .top .agenda-izda .evento-sharer .flex {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    display: -webkit-flex;
    display: flex;
}
section .top .agenda-izda .evento-sharer .flex a {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
section .top .agenda-izda .evento-sharer .flex .red {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}
section .top .agenda-izda .evento-sharer .flex .red-facebook {
    background-image: url('../../images/iconos/sharer-facebook-corp.svg');
}
section .top .agenda-izda .evento-sharer .flex .red-twitter {
    background-image: url('../../images/iconos/sharer-twitter-corp.svg');
}
section .top .agenda-izda .evento-sharer .flex .red-linkedin {
    background-image: url('../../images/iconos/sharer-linkedin-corp.svg');
}
section .top .agenda-izda .evento-sharer .flex .red-whatsapp {
    background-image: url('../../images/iconos/sharer-whatsapp-corp.svg');
}
section .top .agenda-izda .evento-sharer .flex .red-mail {
    background-image: url('../../images/iconos/sharer-mail-corp.svg');
}
section .top .agenda-izda .btn-volver {
    margin-top: 8rem;
}

section .top .agenda-dcha .section-titFondo {
    left: 0;
    transform: translate(-5rem,-8rem);
}
section .top .agenda-dcha .blq-dcha {
    padding-left: 25rem;
    position: relative;
}
section .top .agenda-dcha .blq-dcha + .blq-dcha {
    margin-top: 9.5rem;
}
section .top .agenda-dcha .blq-dcha:first-of-type {
    margin-top: 50rem;
}
section .top .agenda-dcha .blq-dcha:before {
    content: '';
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 50%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 14rem;
    top: -2rem;
}
section .top .agenda-dcha .blq-fecha:before {
    background-image: url('../../images/iconos/agenda-fecha.svg');
}
section .top .agenda-dcha .blq-hora:before {
    background-image: url('../../images/iconos/agenda-hora.svg');
}
section .top .agenda-dcha .blq-lugar:before {
    background-image: url('../../images/iconos/agenda-ubicacion.svg');
}
section .top .agenda-dcha .blq-precio:before {
    background-image: url('../../images/iconos/agenda-precio.svg');
}
section .mid {
    padding-top: 15rem;
    padding-bottom: 17.5rem;
    background-color: #f7f8f9;
}
section .mid .section-tit3 {
    margin-bottom: 8.75rem;
}
section .mid .agenda-blq a {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    background-color: white;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; 
}
section .mid .agenda-blq a picture {    
    overflow: hidden;
}
section .mid .agenda-blq a picture .agenda-img {
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    transition: transform 0.2s;
}
section .mid .agenda-blq a:hover picture .agenda-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.mobile section .mid .agenda-blq a:hover picture .agenda-img {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
section .mid .agenda-blq .agenda-cont {    
    min-height: 53.75rem;
    padding: 3rem 3rem 4.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    align-items: justify-content;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
section .mid .agenda-blq .agenda-tit {
    /*color: #003040;*/
    font-size: 6rem;
    font-weight: 900;
}
section .mid .agenda-blq .agenda-ubicacion,
section .mid .agenda-blq .agenda-fecha {    
    padding-left: 6.5rem;
    margin-bottom: 0;
    color: #595959;
}
section .mid .agenda-blq .agenda-ubicacion {
    font-size: 4.5rem;
    font-weight: 500;
    position: relative;
}
section .mid .agenda-blq .agenda-ubicacion:before {
    content: '';
    width: 6rem;
    height: 6rem;
    background-image: url('../../images/iconos/icono-map-marker.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* carousel-otrosEventos */
.duaCarouselH .duaCarousel-track {
    margin: -0.75rem;
}
section .mid .duaCarouselH .duaCarousel-row {
    padding: 0.75rem;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}
section .mid .duaCarouselH .duaCarousel-col {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
}
section .mid .duaCarouselH .duaCarousel-prev,
section .mid .duaCarouselH .duaCarousel-next {
    background-color: white;
}
section .mid .duaCarouselH .duaCarousel-prev {
    left: 0;
}
section .mid .duaCarouselH .duaCarousel-next {
    right: 0;
}
/* end carousel-otrosEventos */


@media (min-width: 768px) {
    section .top .evento-imgXs {
        display: none;
    } 
    section .top .agenda-dcha {
        width: 80rem;
        margin-top: 15rem;
        position: absolute;
        left: 100%;
        top: 0;
    }
}
@media (max-width: 767px) {   
    section .top {
        padding-top: 6rem;
        padding-bottom: 8rem;
    }
    section .top .agenda-izda .evento-tit {
        margin-bottom: 6rem;
    }
/*    section .top .evento-img {
        width: 100vw;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }*/
    section .top .agenda-izda .evento-images .duaSlider {
        width: 100vw;
        /*width: 100%;*/
        /*height: 0;*/
        padding-bottom: 69.444444%;
        /*margin-bottom: 6.5rem;*/
         left: 50%;
        transform: translateX(-50%);
    }
    section .top .evento-imgLg {
        display: none;
    } 
    section .top .agenda-izda .evento-txt h2 {
        font-size: 5rem;
    }
    section .top .agenda-izda .evento-txt {
        margin-bottom: 0;
    }
/*    section .top .agenda-dcha .section-titFondo {
        left: 0;
        transform: translate(-5rem,-8rem);
    }
    section .top .agenda-dcha .blq-dcha {
        padding-left: 25rem;
        position: relative;
    }*/
/*    section .top .agenda-dcha {
        padding-top: 21.25rem;
    }*/
    section .top .agenda-dcha .section-titFondo {
        left: 50%;
        font-size: 46rem;
        transform: translate(-50%,-34rem);
    }
    section .top .agenda-dcha .blq-dcha {
        padding-left: 11.75rem;
    }
    section .top .agenda-dcha .blq-dcha:before {
        left: 0;
    }
    section .top .agenda-dcha .blq-dcha:first-of-type {
        margin-top: 21.25rem;
    }
    section .top .agenda-izda .evento-sharer {
        margin-top: 11rem;
    }
    section .top .agenda-izda .btn-volver {
        display: block;
    }
    section .top .fondo-txt {
        width: 67.5rem;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    section .mid {
        padding-top: 5rem;
        padding-bottom: 12.5rem;
    }
    section .mid .section-intro .section-tit3 {
        margin-bottom: 5rem;
    }
    section .mid .container-custom > div {
        padding-left: 0;
        padding-right: 0;
    }
    section .mid .duaCarouselH {
        width: 100vw;
        padding-left: 4.5rem!important;
        margin-bottom: 8.5rem;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    section .mid .duaCarouselH .duaCarousel-col {
        -webkit-flex-basis: 70%;
        flex-basis: 70%;
    }
    .mobile section .mid .duaCarouselH .duaCarousel-prev,
    .mobile section .mid .duaCarouselH .duaCarousel-next {
        display: none;
    }    
    section .mid .duaCarouselH .duaCarousel-prev {
        left: 1.75rem;
    }
    section .mid .duaCarouselH .duaCarousel-next {
        right: 1.75rem;
    }
    section .mid .agenda-blq .agenda-cont {
        min-height: 40rem;
    }
    section .mid .agenda-blq .agenda-tit {
        font-size: 4.5rem;
    }
    section .mid .agenda-blq .agenda-ubicacion,
    section .mid .agenda-blq .agenda-fecha {
        font-size: 3.5rem;
    }
    section .mid .agenda-blq .agenda-ubicacion:before {
        width: 5.5rem;
        height: 5.5rem;
    }
    
}
