/*.archivoEmpleo{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.archivoEmpleo + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

.archivoEmpleo:focus + label,
.archivoEmpleo + label:hover {
    background-color: red;
}

.archivoEmpleo + label {
	cursor: pointer;
}

.archivoEmpleo:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}


*/

@font-face {
    font-family: 'eras_bk_btdemi';
    src: url('../fonts/erasd-webfont.woff2') format('woff2'),
         url('../fonts/erasd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.unaNormativa.enEvento:first-child{
    margin-top: 25px;
}


.archivoEmpleo{
    display: none;
}

.js .archivoEmpleo {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.archivoEmpleo + label {
    width: 100%;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 10px 0;
    text-align: right;
}

.no-js .archivoEmpleo + label {
    display: none;
}

.archivoEmpleo:focus + label,
.archivoEmpleo.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.archivoEmpleo + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.archivoEmpleo + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.archivoEmpleo-1 + label {
    color: #00519c;
}

.archivoEmpleo-1:focus + label,
.archivoEmpleo-1.has-focus + label,
.archivoEmpleo-1 + label:hover {
  /*  background-color: #722040;*/
}


/* style 2 */

.archivoEmpleo-2 + label {
    color: #d3394c;
    border: 2px solid currentColor;
}

.archivoEmpleo-2:focus + label,
.archivoEmpleo-2.has-focus + label,
.archivoEmpleo-2 + label:hover {
    color: #722040;
}


/* style 3 */

.archivoEmpleo-3 + label {
    color: #d3394c;
}

.archivoEmpleo-3:focus + label,
.archivoEmpleo-3.has-focus + label,
.archivoEmpleo-3 + label:hover {
    color: #722040;
}


/* style 4 */

.archivoEmpleo-4 + label {
    color: #d3394c;
}

.archivoEmpleo-4:focus + label,
.archivoEmpleo-4.has-focus + label,
.archivoEmpleo-4 + label:hover {
    color: #722040;
}

.archivoEmpleo-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d3394c;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.archivoEmpleo-4:focus + label figure,
.archivoEmpleo-4.has-focus + label figure,
.archivoEmpleo-4 + label:hover figure {
    background-color: #722040;
}

.archivoEmpleo-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 5 */

.archivoEmpleo-5 + label {
    color: #d3394c;
}

.archivoEmpleo-5:focus + label,
.archivoEmpleo-5.has-focus + label,
.archivoEmpleo-5 + label:hover {
    color: #722040;
}

.archivoEmpleo-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #d3394c;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.archivoEmpleo-5:focus + label figure,
.archivoEmpleo-5.has-focus + label figure,
.archivoEmpleo-5 + label:hover figure {
    background-color: #722040;
}

.archivoEmpleo-5 + label figure::before,
.archivoEmpleo-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.archivoEmpleo-5 + label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}

.archivoEmpleo-5 + label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}

.archivoEmpleo-5:focus + label figure::after,
.archivoEmpleo-5.has-focus + label figure::after,
.archivoEmpleo-5 + label:hover figure::after {
    border-bottom-color: #d3394c;
}

.archivoEmpleo-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 6 */

.archivoEmpleo-6 + label {
    color: #d3394c;
}

.archivoEmpleo-6 + label {
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding: 0;
}

.archivoEmpleo-6:focus + label,
.archivoEmpleo-6.has-focus + label,
.archivoEmpleo-6 + label:hover {
    border-color: #722040;
}

.archivoEmpleo-6 + label span,
.archivoEmpleo-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.archivoEmpleo-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.archivoEmpleo-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
}

.archivoEmpleo-6:focus + label strong,
.archivoEmpleo-6.has-focus + label strong,
.archivoEmpleo-6 + label:hover strong {
    background-color: #722040;
}

@media screen and (max-width: 50em) {
	.archivoEmpleo-6 + label strong {
		display: block;
	}
}


.boxExtra{
    display: none;
    margin-bottom: 10px;
    overflow: hidden;
}

.colum-page a.moreFiles{
    color: #00519c;
    display: block;
    text-align: right;
    font-size: 15px;
    text-decoration: underline;
    margin: 10px 0;
}

.boxExtra a.addJobFile{
    background: #00519c;
    text-align: right;
    font-size: 15px;
    float: right;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
}

.moreBoxes{
    margin-bottom: 8px;
}

#jobForm .checkTerminos{
    margin-top: 10px;
}

.pagination-wrapper.row .pagination{
    position: static;
    text-align: left;
} 

.pagination-wrapper.row .pagination li{
    display: inline-block;
    color: #00519c;
    padding: 7px 14px;
    margin-right: 8px;
}

.pagination-wrapper.row .pagination li.active{
    background: #00519c;
    color: #fff;
}

.pagination-wrapper.row .pagination li.disabled{
    cursor: no-drop;
}

.pagination-wrapper.row .pagination li.disabled a{
    cursor: no-drop;
}
    
.pagination-wrapper.row .pagination li:before{
    display: none;
    
}

.bloquePatronos{
    position: relative;
}


.titlePatronos{
    position: absolute;
    text-align: center;
    width: 100%;
    top: -70px;
}

.titlePatronos span{
    background: #cecece;
    padding: 12px 45px;
    font-size: 20px;
    font-weight: 600;
    -webkit-box-shadow: 10px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    10px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         10px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

.contenedorContacto{
    margin-top: 30px;
    margin-bottom: 30px;
}

.mapColum iframe{
    width: 100%; 
    min-height: 600px;
}

.contenido .socialContactList{
    padding: 0 40px;
}

.contenido .socialContactList li {
    display: inline-block;
    padding: 0 10px;
    font-size: 26px;
}

.contenido .socialContactList li:before {
    display: none;
}

.contenido ul.infoContactList{
    padding: 0 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contenido .infoContactList li:before {
    display: none;
}

.contenido .infoContactList li span {
    margin-right: 10px;
}

.colum-page.deEvento.paraContacto{
    border: none;
    background: transparent;
    margin-top: 30px;
}

.columForm h1.laValoracion{
    font-size: 50px;
    margin: 0px;
}

.slideComments{
    margin: 15px 0;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.maxiFont div.header-social ul li a span {
    width: 25px;
}

.maxiFont .opcionesHead div.header-social ul li span.allOpts.opened {
    width: 147px;
}

.maxiFont .c-post .more-wrap .more-link {
    font-size: 30px !important;
    line-height: 46px !important;
}

.maxiFont .botonHueco.normativa-link{
    font-size: 30px !important;
    line-height: 46px !important;
}

.maxiFont .checkTerminos label {
    font-size: 30px !important;
    line-height: 46px !important;
}

.maxiFont #formTerminos{
    height: 25px !important;
    width: 25px !important;
}

.maxiColor {
    background: #000 !important;
    color: #ffed00 !important;
}

.maxiColor *{
    background: #000 !important;
    color: #ffed00 !important;
}

.maxiColor .botonHueco.normativa-link{
    background: #000 !important;
    color: #ffed00 !important;
    border-color: #000 !important;
}

.maxiColor .botonHueco.more-link {
    background: #000 !important;
    color: #ffed00  !important;
    border-color: #000 !important;
}

.maxiColor .c-post .post-img-link img{
    display: block  !important;
}

.maxiColor .unEventoList a img{
    display: block  !important;
}

.checkTerminos a {
        text-decoration: underline;
}

.framePDF{
    height: 1000px;
    width: 100%;
}

.archivoActuacion.fileEvento.archivoPrograma span{
    margin: 0;
}

.archivoActuacion.fileEvento.archivoPrograma a:hover{
        padding-right: 10px;
            padding-left: 10px;
}

@media screen and (max-width: 550px) {
    .framePDF{
        height: 750px;
    }   
}

@media screen and (max-width: 450px) {
    .framePDF{
        height: 480px;
    }   
}

.main-content strong{
    font-weight: bold;
}

.main-content em{
    font-style: italic;
}
    
.listDetalleInfoEco{
    display: inline-block;
    text-align: left;
}
    

.linkEffect{
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    padding: 2px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.linkEffect:hover{
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    padding-left: 10px;
    transform : scale(1.2);
        -moz-transform : scale(1.2);      /* Firefox */
        -webkit-transform : scale(1.2);   /* Chrome - Safari */
        -o-transform : scale(1.2); 
        background-color:rgba(0, 81, 156, 0.25);
}

.imgEffect{
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}
.imgEffect:hover{
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transform : scale(1.1);
        -moz-transform : scale(1.1);      /* Firefox */
        -webkit-transform : scale(1.1);   /* Chrome - Safari */
        -o-transform : scale(1.1); 
        -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.anioActuacion img{
    vertical-align: middle;
    margin-left: 2px;
        width: 40px;
}
.listDetalleInfoEco li img{
    vertical-align: middle;
    margin-left: 5px;
    width: 16px;
}

.portadaIntermedia{
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid #00519c;
}

.portadaActuacion{
        
}

.portadaActuacionOculta{
    opacity: 0;
}

.portadaActuacion:hover {
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transform : scale(1.2);
    -moz-transform : scale(1.2);      /* Firefox */
    -webkit-transform : scale(1.2);   /* Chrome - Safari */
    -o-transform : scale(1.2); 
}

.actuListarel{
    position: relative;
}
.actuListarel img{
    width: 100%;
    display: block;
}

.actuListarel .portadaActuacion{
    position: absolute;
    top: 0;
    left: 0;    
    z-index: 1;
}

.titulosubevent{
    text-align: center;
    color: #00519c;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 50px;
    text-transform: uppercase;
    min-height: 55px;
}


.logoOrganizador .enPc{
    display: block;
}

.logoOrganizador .enMv{
    display: none;
}

.capaOrganizadores{
            margin-top: 90px;
    }
    
    .galeriaTrabajo.galeriaEvento.ponentesEvento h3{
            margin-bottom: 15px;
    }
    .avatarPonenteEvento{
        transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
    }
    .avatarPonenteEvento:hover{
        transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        transform : scale(1.1);
        -moz-transform : scale(1.1);      /* Firefox */
        -webkit-transform : scale(1.1);   /* Chrome - Safari */
        -o-transform : scale(1.1);
    }
    
    .labelValoracion{
        margin-bottom: 4px;
        display: block;
        font-weight: 600;
    }
    .allValoraciones{
        margin-top: 25px;
    }
    
    .lastNoticias .blog-carousel .thumbnail{
        border: none;
    }
@media screen and (max-width: 991px) {
    
    .eventPrincipal{
        height: auto !important;
        background: none !important;
    }
    .eventPrincipal img{
        display: block !important;
        width: 100%;
    }
    
     .unEventoList a.eventPrincipal .captionEvent{
        position: static;
        background: rgba(0, 81, 156, 1) !important;
        padding: 20px 20px;
    }
    .capaOrganizadores{
            margin-top: 40px;
    }
    .logoOrganizador .enPc{
        display: none;
    }

    .logoOrganizador .enMv{
        display: block;
    } 
    
    .capaOrganizadores .no-padding{
        padding-right: 15px;
        padding-left: 15px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100;300;400;500;700;900&display=swap');

/*
font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif;
*/

.capaIdiomas{
    margin-top: 20px;
}

.capaIdiomas .selectores{
    text-align: right;
}

.capaIdiomas .selectores a{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #2e5299;
    line-height: 40px;
    margin: 0 5px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

.capaIdiomas .selectores a.activo, .capaIdiomas .selectores a:hover{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    background: #2e5299;
    color: #fff;
    line-height: 40px;
    margin: 0 5px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

.capaIdiomas .selectores span{
    color: #333;
    border-left: 2px solid #333;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.bloqueInfo_eo{
    margin-top: 80px;
}

.bloqueInfo_eo span{
    font-family: 'Poppins', sans-serif;
}

.bloqueInfo_eo .title{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #2e5299;
    line-height: 36px;
}

.bloqueInfo_eo .title:before{
    content: "";
   /* width: 14px;
    height: 130px;
    background: #e0afb6;
    display: block;
    position: absolute;
    z-index: -1;
    transform: rotate(135deg);
    top: -10px;
    left: 30px;*/
}

.bloqueInfo_eo .title:after{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 20px;
    display: block;
    background: #abbad6;
    position: absolute;
    right: 45px;
    top: -40px;
}

.bloqueInfo_eo .bloque1{
    position: relative;
    z-index: 1;
}

.bloqueInfo_eo .bloque1 img{
    position: relative;
    z-index: 2;
    width: 100%;
}

.bloqueInfo_eo .bloque1{
    position: relative;
    z-index: 1;
}

.bloqueInfo_eo .bloque1 .contieneImagen{
    position: relative;
    z-index: 1;
}

.bloqueInfo_eo .bloque1 .archivoActuacion.fileEvento{
    margin-top: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 5;
    right: 0;
}


.bloqueInfo_eo .bloque1 .archivoActuacion.fileEvento a{
    margin-top: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 5;
    right: 0;
    text-decoration: none;
}

.bloqueInfo_eo .bloque1 .archivoActuacion.fileEvento a span{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    color: #00519c;
    font-weight: 700 !important;
    border-top: 3px solid;
    border-left: 3px solid;
    border-color: #00519c;
    padding: 4px 10px;
    /* border-radius: 1px; */
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-box-shadow: -7px -7px 25px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -7px -7px 25px 0px rgba(50, 50, 50, 0.75);
    box-shadow: -7px -7px 25px 0px rgba(50, 50, 50, 0.75);
}

.bloqueInfo_eo .bloque1 .archivoActuacion.fileEvento a span i{
    font-size: 16px;
    margin-right: 5px;
}

.bloqueInfo_eo .text{
    font-family: 'Raleway', sans-serif;
    margin-top: 35px;
    height: 750px;
    overflow: hidden;
    position: relative;
    margin-bottom: 45px;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

.bloqueInfo_eo .text p{
    margin-bottom: 10px;
}

.bloqueInfo_eo .text .degradadotexto{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}


.infoOrganiza{
    margin-top: 40px;
    margin-bottom: 60px;
}

.infoOrganiza h5{
    text-align: center;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.infoOrganiza img{
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.bloqueInfo_eo .bloque2{

}

.bloqueInfo_eo .bloque2 .textoInterior h3{
    text-align: justify;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 29px;
}

.bloqueInfo_eo .bloque2 .readmore{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #9e9e9e;
    margin: 0 15px;
    margin-right: 55px;
    margin-bottom: 20px;
}

.bloqueInfo_eo .bloque2 .link{
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #00519c;
    color: #ffffff;
    margin-bottom: 50px;
    background: #00519c;
}

.bloqueInsc_eo{
    margin-top: 60px;
}

.bloqueInsc_eo .texto h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #2e5299;
    line-height: 40px;
    position: relative;
    display: inline-block;
}

.bloqueInsc_eo .texto h2:before {

    content: "";
    width: 232px;
    height: 23px;
    background: #abbad6;
    display: block;
    position: absolute;
    z-index: -1;
    left: -8px;
    bottom: -5px;
}

.bloqueInsc_eo .texto h3{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 29px;
    margin-top: 25px;
}

bloqueInsc_eo_resumen{
    margin-top:20px;
}

.bloqueInsc_eo .texto .text{
    font-family: 'Raleway', sans-serif;
    margin-top: 35px;
    overflow: hidden;
    position: relative;
    margin-bottom: 45px;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

.bloqueInsc_eo .columna1 span{
    font-family: 'Poppins', sans-serif;
}

.bloqueInsc_eo .columna1 .title{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #2e5299;
    line-height: 40px;
    position: relative;
 }

.bloqueInsc_eo .columna1 .title:before{
    content: "";
    width: 232px;
    height: 23px;
    background: #abbad6;
    display: block;
    position: absolute;
    z-index: -1;
    left: -8px;
    bottom: -5px;
}

.bloqueInsc_eo .columna1 .title:after{
    content: "";
    width: 94px;
    border-bottom: 10px dotted #2e5299;
    transform: rotate(90deg);
    display: block;
    position: absolute;
    z-index: -1;
    left: -35px;
    top: -110px;
}

.bloqueInsc_eo .columna1{
    margin-top: 220px;
    margin-bottom: 50px;
}

.bloqueInsc_eo .columna1 .text{
    font-family: 'Raleway', sans-serif;
    margin-top: 35px;
    position: relative;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    text-align: justify;
}

.bloqueInsc_eo .columna1 .text p{
    margin-bottom: 10px;
}

.columForm.inscForm_eo{
    max-width: 360px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 10px 25px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 10px 25px 0px rgba(50, 50, 50, 0.75);
    background: #fff;
    padding: 0 20px;
}

.columForm.inscForm_eo input[type="text"] {
    font-family: 'Raleway', sans-serif;
    border: 1px solid #888;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #3c3c3b;
    border-radius: 24px;
    border: none;
    background: #efefef;
}

.columForm.inscForm_eo textarea{
    font-family: 'Raleway', sans-serif;
    color: #3c3c3b;
    border-radius: 24px;
    border: none;
    background: #efefef;

}

.columForm.inscForm_eo select{
    font-family: 'Raleway', sans-serif;
    color: #3c3c3b;
    border-radius: 24px;
    border: none;
    background: #efefef;
    padding-left: 5px;
}

.columForm.inscForm_eo label{
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

.columForm.inscForm_eo button{
    margin-top: 30px;
    margin-bottom: 25px;
    border-radius: 10px;
    padding: 15px 60px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.columForm.inscForm_eo h1{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.columForm.inscForm_eo .inscLimit{
    float: none;
    display: inherit;
    margin-bottom: 12px;
    padding: 4px 0px;
    border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    width: unset;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin: 0 20px;
    margin-bottom: 15px;
}

.barraazul{
    width: 85%;
    height: 16px;
    background: #2e5299;
    display: block;
    margin: 0 auto;
}

.primertramo{
    background-image: url("../img/fondoInscEO.png");
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

.segundoTramo{
    background-image: url("../img/fondoProgramaLite.png");
    background-repeat: repeat;
    background-position: top left;
    background-size: 100%;
    margin-top: -75px;
    text-align: center;
}

.tercerTramo{
    background-image: url("../img/fondoPonentesNEW2.png");
    background-repeat: repeat;
    background-position: top left;
    background-size: 100%;
}

.tercerTramo .unPonenteEvento img{
    width: 100%;
}

.tercerTramo .unPonenteEvento .cargoPonenteEvento{

}

.bloquePrograma_eo .bloqueInterno{
    margin-top: 160px;
    background-color: #fff;
    margin-bottom: 50px;
}

.bloquePrograma_eo .bloqueInterno .title{
    text-align: center;
}

.bloquePrograma_eo .bloqueInterno h3{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: #2e5299;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
    position: relative;
    z-index: 10;
    margin-top: 60px;
}

.bloquePrograma_eo .bloqueInterno h3:after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: block;
    background: #abbad6;
    position: absolute;
    right: -30px;
    top: -25px;
    z-index: -1;
}

.bloquePrograma_eo .bloqueInterno h3:before{
    content: "";
    /*width: 14px;
    height: 130px;
    background: #e0afb6;
    display: block;
    position: absolute;
    z-index: -1;
    transform: rotate(135deg);
    top: -40px;
    left: 60px;*/
}

.bloquePrograma_eo .listaDias{
    display: flex;
    margin: 0px 45px;
    margin-bottom: 35px;
}

.bloquePrograma_eo .listaDias .unDiaAux{
    margin-left: 15px;
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 10px 10px;
    border: 2px solid #e0e0e0;
    color: #555555;
    text-transform: uppercase;
    cursor: pointer;

}

.bloquePrograma_eo .listaDias .unDiaAux .numDia{
    display: block;
}

.bloquePrograma_eo .listaDias .unDiaAux .elDia{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding-bottom: 2px;
}

.bloquePrograma_eo .listaDias .unDiaAux.activo{
    border: 2px solid #2e5299;
    color: #fff;
    background: #2e5299;
}

.bloquePrograma_eo .listaDias .unDiaAux:first-child{
    margin-left: 0;
}


.bloquePrograma_eo .listaDias .unSoloDia{
    font-size: 23px;
}

.bloquePrograma_eo .infoDia{
    margin: 0px 45px;
}

.bloquePrograma_eo .bloqueInterno{
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

.bloquePrograma_eo .infoDia{
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
 }

.bloquePrograma_eo .infoDia.activo{
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

.bloquePrograma_eo .horaPunto{
    background: #abbad6;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0px;
    display: inline-block;
    width: 140px;
    text-align: center;
    margin-right: 25px;
}

.bloquePrograma_eo .tituloPunto{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    max-width: 600px;
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    text-align: justify;
}

.bloquePrograma_eo .descPunto{
    margin-left: 165px;
    text-align: left;
    text-align: justify;
}

.bloquePrograma_eo .detalleDia {
    margin-bottom: 35px;
    position: relative;
}

.bloquePrograma_eo .link{
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px 60px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    background: #00519c;
    color: #fff;
    display: inline-block;
    margin-bottom: 50px;
}

.tercerTramo .title{
    text-align: center;
    margin-top: 120px;
    margin-bottom: 30px;
}

.tercerTramo .title h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #2e5299;
    line-height: 40px;
    position: relative;
    display: inline-block;

}

.tercerTramo .title h3:before{
    content: "";
    width: 232px;
    height: 23px;
    background: #abbad6;
    display: block;
    position: absolute;
    z-index: -1;
    left: -8px;
    bottom: -5px;
}

.tercerTramo .title h3:after{
    content: "";
    width: 55px;
    border-bottom: 10px dotted #2e5299;
    transform: rotate(90deg);
    display: block;
    position: absolute;
    z-index: -1;
    left: -15px;
    top: -60px;
}

.tercerTramo .avatarPonenteEvento {
    border-radius: 0;
    max-width: unset;
}

.tercerTramo .captionPonente {
    min-height: 150px;
}

.tercerTramo .nombrePonenteEvento {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    line-height: 20px;
}

.tercerTramo .cargoPonenteEvento{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.tercerTramo .captionPonente{
    min-height: 125px;
    text-align: center;
}

.tercerTramo .captionPonente .twitterLink {
    margin: 0 10px;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #1da1f2;
    margin-top: 5px;
}

.tercerTramo .captionPonente .emailLink {
    margin: 0 10px;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #00519c;
    margin-top: 5px;
}

.botonesCabecera{
    text-align: center;
    position: absolute;
    margin-top: 130px;
    margin-bottom: 100px;
    width: 100%;
}

.botonesCabecera .link{
    margin: 0 10px;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    background: transparent;
    display: inline-block;
    margin-bottom: 10px;
    color: #2e5299;
    border: 2px solid #2e5299;  
}

#formLoginStream{
    padding: 0px 25px;
    margin-top: 60px;
    margin-bottom: 35px;
}

#formLoginStream p{
    padding: 0 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

#formLoginStream input[type="email"]{
    font-family: 'Raleway', sans-serif;
    border: none;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #3c3c3b;
    border-radius: 24px;
    border: none;
    background: #efefef;
    margin-top: 8px;
}

#formLoginStream button{
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px 60px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    background: #00519c;
    color: #fff;
    display: block;
    margin-bottom: 50px;
    margin-top: 15px;
}

.avisoRegistro{
    margin-bottom: 150px;
    text-align: center;
}

.avisoRegistro a.link{
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #00519c;
    color: #00519c;
}

.avisoRegistro h3{
    font-family: 'Poppins', sans-serif;
    color: #00519c;
    margin-bottom: 12px ;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 18px;
}

.tituloStream{
    text-align: center;
    background-color: #00519c;
}

.tituloStream h1{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    max-width: 750px;
    line-height: 32px;
    position: relative;
    margin-bottom: 55px;
    z-index: 10;
    padding: 0px 20px;
}

.tituloStream h3{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 50px;
}

.tituloStream h1:after{

 }

.tituloStream h1:before{
    content: "";
    /*width: 14px;
    height: 100px;
    background: #e0afb6;
    display: block;
    position: absolute;
    z-index: -1;
    transform: rotate(135deg);
    top: -20px;
    left: 20px;*/
}

.reproductorStream{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.reproductorStream iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.separaradorEventoOnline{
    width: 100%;
    height: 160px;
}

.capaTraductor{
    position: relative;
    bottom: 0;
    left: 0px;
    margin-top: 20px;
    z-index: 10;
    text-align: left;
}

.capaTraductor a{
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    background: #00519c;
    color: #fff;
    padding-top: 15px;
}

.capaTraductor a i{
    margin-right: 10px;
    font-size: 24px;
}

#formCambiarIdiomaStream, #formSolicitaCertificado{
    display: none;
}

.capaRallada{
    background-image: url("../img/fondoProgramaLite.png");
    background-repeat: repeat;
    background-position: top left;
    background-size: 100%;
    text-align: center;
    background-color: transparent;
}

.capaPreguntaStream{
   /* background-image: url("../img/fondoStream1.png");*/
    background-repeat: repeat;
    background-position: top left;
    background-size: 100%;
    text-align: center;
}

.capaPreguntaStreamInterna{
    text-align: center;
   /* background-image: url("../img/fondoProgramaLite.png");*/
    background-repeat: repeat;
    background-position: top left;
    background-size: 100%;
    position: relative;
}

.capaPreguntaStreamInterna h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #2e5299;
    line-height: 28px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 50px;
    z-index: 1;
}

.capaPreguntaStreamInterna h3:before{
    content: "";
    /*width: 350px;
    height: 20px;
    background: #e0afb6;
    display: block;
    position: absolute;
    z-index: -1;
    left: -8px;
    bottom: -5px;*/
}


#formPreguntaPonente{

}

#formPreguntaPonente input[type="text"]{
    width: 100%;
    height: 35px;
    padding: 2px 5px;
    border: 1px solid #8e8e8e;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
}

#formPreguntaPonente textarea{
    width: 100%;
    height: 35px;
    padding: 2px 5px;
    border: 1px solid #8e8e8e;
    border-radius: 5px;
    margin-bottom: 10px;
    min-height: 75px;
    background-color: #fff;
}

#formPreguntaPonente button{
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px 60px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    background: #00519c;
    color: #fff;
    display: inline-block;
    margin-bottom: 50px;
}

.capaAsistencia{
    background: #efefef;
    padding-top: 35px;
    padding-bottom: 35px;
}

.capaAsistencia .bloque1{
    text-align: center;
}

.capaAsistencia .bloque1 h4{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2e5299;
    line-height: 18px;
}

.capaAsistencia .bloque1 h3{
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #2e5299;
    line-height: 40px;
}

.capaAsistencia .bloque2{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    color: #00519c;
    font-weight: 500;
    vertical-align: middle;
    margin-top: 14px;
}

.capaAsistencia .bloque3{
    text-align: center;
}

.capaAsistencia .bloque3 a {
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    background: #00519c;
    color: #fff;
    display: inline-block;
}

.capaHashtag{
    text-align: center;
    background-color: #2e5299;
    padding-top: 20px;
    padding-bottom: 20px;
}

.capaHashtag span{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 20px;
}

.capaHashtag span i{
    color: #00a2f5;
    font-size: 30px;
    line-height: 26px;
    vertical-align: middle;
    margin-right: 6px;
}

.capaStreamEvento .segundoTramo{
    margin-top: 0;
}

.capaStreamEvento .bloquePrograma_eo .bloqueInterno{
    margin-top: 60px;
    margin-bottom: 60px;
}

.to-top{
    background-color: #00519c;
    color: #fff;
    z-index: 9999;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    left: 92%;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@media screen and (min-width: 1700px) {
    .botonesCabecera {
        text-align: center;
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 100%;
    }
}

@media screen and (max-width: 1700px) {
    .botonesCabecera {
        text-align: center;
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {

    .logo img{
        height: 40px;
    }

    .inner-wrap .navigation nav ul  li a{
        font-size: 14px;
    }

    .botonesCabecera {
        text-align: center;
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 100%;
    }

    .botonesCabecera .link {
        font-size: 14px;
        color: #2e5299;
        border: 2px solid #2e5299;        
    }

    .bloqueInfo_eo .title {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 26px;
        color: #2e5299;
        line-height: 28px;
    }
}

@media screen and (max-width: 991px) {

    .botonesCabecera {
        text-align: center;
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 100%;
    }

    .bloqueInfo_eo {
        margin-top: 30px;
    }

    .botonesCabecera .link {
        margin-bottom: 10px;
        font-size: 14px;
        color: #2e5299;
        border: 2px solid #2e5299;
    }


    .bloqueInsc_eo.bloqueInsc_eo_resumen {
        margin-top: 60px;
    }

    .bloqueInsc_eo {
        margin-top: 0px;
    }

    .bloqueInsc_eo .columna1 {
        margin-top: 130px;
    }

    .bloquePrograma_eo .tituloPunto {
        max-width: 440px;
    }

    .capaAsistencia .bloque3 a {
        margin-top: 20px;
    }
}

@media screen and (max-width: 769px) {

    .tituloStream h1 {
        font-size: 16px !important;
        line-height: 22px;
        margin-bottom: 25px;
    }

    .capaTraductor {
        position: relative;
        bottom: 0;
        left: 0px;
        margin-top: 20px;
        z-index: 10;
    }

    .capaPreguntaStreamInterna h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 26px;
        color: #2e5299;
        line-height: 28px;
        position: relative;
        display: inline-block;
        margin-bottom: 30px;
        margin-top: 30px;
        z-index: 1;
    }


    .capaTraductor a{
        padding: 6px 9px;
        font-size: 12px;
        font-weight: 500;
        padding-top: 7px;
    }

    .capaTraductor a i {
        margin-right: 6px;
        font-size: 16px;
    }

    .tituloStream h3 {
        font-size: 14px !important;
        margin-top: 10px;
    }

    .bloquePrograma_eo .tituloPunto {
        max-width: 100%;
        padding-left: 135px;
    }
    .bloquePrograma_eo .horaPunto {
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        padding: 1px 0;
        /* display: inline-block; */
        width: 120px;
        text-align: center;
        margin-right: 20px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .bloquePrograma_eo .descPunto {
        margin-left: 135px;
        text-align: left;
    }

    .bloquePrograma_eo .listaDias {
        margin-left: 15px;
        margin-right: 15px;
    }

    .bloquePrograma_eo .infoDia {
        margin-left: 15px;
        margin-right: 15px;
    }

    .tercerTramo .cargoPonenteEvento {
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        margin-top: 6px;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
    }

    .tercerTramo .nombrePonenteEvento {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        margin-top: 20px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        line-height: 18px;
    }
}

@media screen and (max-width: 550px) {

    .bloquePrograma_eo .horaPunto {
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        padding: 1px 0;
        display: block;
        width: 120px;
        text-align: center;
        margin-right: 20px;
        position: static;
        top: 0;
        left: 0;
        margin-bottom: 10px;
    }

    .bloquePrograma_eo .tituloPunto {
        max-width: 100%;
        padding-left: 0;
    }

    .bloquePrograma_eo .descPunto {
        margin-left: 0px;
        text-align: left;
    }
}

@media screen and (max-width: 500px) {

    .tercerTramo .unPonenteEvento {
        width: 100% !important;
    }
}