.cnt-article .cnt-multimedia{
    max-width:1020px;
    width:100%;
    margin:0 auto;
}
.cnt-article .cnt-multimedia figure{
    margin:0 auto;
}
.introduccion{
    max-width:1020px;
    width:100%;
    margin:0 auto;
    font:17px/30px Montserrat;
    color:#22273d;
    padding:10px;
}
.concurso-talentos{
    max-width:1020px;
    width:100%;
    margin:0 auto;
}
.concurso-talentos p{
    padding:0;
}
.concurso-talentos .tit-sup{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border:3px solid #EBEBEB;
    border-radius:50px;
    padding:0 16px;
    margin:20px auto;
    max-width:360px;
}
.concurso-talentos .tit-sup img:first-of-type{
    width:35px;
}
.concurso-talentos .tit-sup img:last-of-type{
    width:56px;
    margin-top:11px;
}
.concurso-talentos .tit-sup div{
    background:#ccc;
    width:1px;
    height:26px;
}
.concurso-talentos .tit-sup p{
    width:60%;
    font:600 12px/14px montserrat;
    color:#22273D;
}
.concurso-talentos ul{
    padding:0;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-wrap:wrap;
}
.concurso-talentos li{
    margin:5px;
    max-height:431px;
}
.concurso-talentos li:nth-of-type(4),
.concurso-talentos li:nth-of-type(5){
    max-height:262px;
}
.concurso-talentos .cnt-iframe-16-9{
    position:relative;
    overflow:hidden;
    width:326px;
    padding:0;
}
.concurso-talentos iframe{
    position:absolute;
    top:-54px;
    padding:0;
}
.concurso-talentos li:nth-of-type(1) .cnt-iframe-16-9{
    height:420px;
}
.concurso-talentos li:nth-of-type(2) .cnt-iframe-16-9{
    height:420px;
}
.concurso-talentos li:nth-of-type(3) .cnt-iframe-16-9{
    height:420px;
}
.concurso-talentos li:nth-of-type(4) .cnt-iframe-16-9{
    height:252px;
}
.concurso-talentos li:nth-of-type(5) .cnt-iframe-16-9{
    height:252px;
} 
.concurso-talentos li:nth-of-type(5) iframe{
    transform:scale(1.1);
    top:-50px;
} 
.concurso-talentos li:nth-of-type(5) .cnt-txt{
    margin:0;
    width:326px;
} 
.concurso-talentos iframe{
    position:absolute;
    top:-54px;
}
.concurso-talentos .cnt-txt{
    background:rgb(24,0,54);
    background:linear-gradient(90deg, rgba(24,0,54,1) 0%, rgba(53,0,102,1) 100%);
    -webkit-border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 14px 0 20px;
    margin-left:1px;
    transform:translateY(-55px);
    width:324px;
}
.concurso-talentos .cnt-txt p{
    font:16px/18px montserrat;
    color:#fff;
}
.concurso-talentos #cnt-votacion-video button{
    border:0;
    text-indent:-9999px;
    background:url("https://cadenaser.com/estaticos/recursosgraficos/responsive/noticia/especiales/concurso-talentos/img/boton-votar.png") 50% no-repeat;
    width:43px;
    height:43px;
    cursor:pointer;
    background-size:cover;
}
.concurso-talentos #cnt-votacion-video button:hover{
    background-image:url("https://cadenaser.com/estaticos/recursosgraficos/responsive/noticia/especiales/concurso-talentos/img/boton-hover.png");
}
.concurso-talentos #cnt-votacion-video button.votado{
    background-image:url("https://cadenaser.com/estaticos/recursosgraficos/responsive/noticia/especiales/concurso-talentos/img/boton-votado.png");
}
.cnt-gracias{
    margin:25px 0;
}
.cnt-gracias div{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-between;
    border:3px solid #EBEBEB;
    border-radius:50px;
    padding:10px 30px;
    margin:10px auto;
    width:max-content;
}

.cnt-gracias img{
    max-width:31px;
}
.cnt-gracias p{
    font:600 12px/18px montserrat;
    color:#292a2e;
    padding:0;
}
.votar-error{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border:3px solid #EBEBEB;
    border-radius:50px;
    padding:10px 30px;
    margin:10px auto;
    width:max-content;
}
.votar-error p{
    padding:0 0 0 10px;
}
.talentos-cab{
    width:100%;
    max-width:1020px;
    height:70px;
    margin:5px auto 0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgb(24,0,54);
    background:linear-gradient(90deg, rgba(24,0,54,1) 0%, rgba(53,0,102,1) 100%);
}
.talentos-cab img{
    max-width:225px;
}
.concurso-talentos.sin-votos .tit-sup{
    padding:8px 16px;
}
.concurso-talentos.sin-votos .tit-sup img{
    max-width:35px;
    margin-top:0;
}
.concurso-talentos.sin-votos .tit-sup p{
    width:80%;
}
.talentos-ganador .ganador-semana{
    background:rgb(53,0,102);
    background:linear-gradient(90deg, rgba(53,0,102,1) 0%, rgba(24,0,54,1) 100%);
    padding:20px 20px 40px;
    margin:40px 0;
    position:relative;
}
.talentos-ganador .ganador-semana:after{
    content:"";
    background:url('https://cadenaser.com/estaticos/recursosgraficos/responsive/noticia/especiales/concurso-talentos/img/estrella-fondo2.png');
    width:771px;
    height:602px;
    position:absolute;
    bottom:-52px;
    right:-210px;
}
.talentos-ganador .ganador-semana img{
    max-width:225px;
}
.talentos-ganador .ganador-semana p{
    font:600 24px/26px montserrat;
    color:#fff;
    margin:10px 0;
    margin:15px 0 25px;
}
.talentos-ganador .ganador-semana .cnt-iframe-16-9{
    position:relative;
    max-width:647px;
    margin:0 auto;
    z-index:9999;
}
.talentos-ganador .ganador-semana iframe{
    max-width:647px;
}
.talentos-ganador .ganador-semana .ganador-txt{
    background:rgb(24,0,54);
    background:linear-gradient(90deg, rgba(24,0,54,1) 0%, rgba(53,0,102,1) 100%);
    -webkit-border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
    font:24px/26px montserrat;
    color:#fff;
    display:flex;
    align-items:center;
    padding:35px 0px 35px 20px;
    width:100%;
    max-width:647px;
    margin:0 auto;
    z-index:9999;
    position:relative;
}
.talentos-ganador .ganador-semana .ganador-txt:after{
    content:"";
    width:164px;
    height:130px;
    background:url('https://cadenaser.com/estaticos/recursosgraficos/responsive/noticia/especiales/concurso-talentos/img/estrella-fondo1.png');
    position:absolute;
    right:-11px;
}
.concurso-talentos.semana-2 li:nth-of-type(1) .cnt-iframe-16-9{
    height:420px;
}
.concurso-talentos.semana-2 li:nth-of-type(2) .cnt-iframe-16-9{
    height:420px;
}
.concurso-talentos.semana-2 li:nth-of-type(3) .cnt-iframe-16-9{
    height:420px;
}
.concurso-talentos.semana-2 li:nth-of-type(4) .cnt-iframe-16-9{
    height:420px;
}
.concurso-talentos.semana-2 li:nth-of-type(5) .cnt-iframe-16-9{
    height:420px;
} 
.concurso-talentos.semana-2 li:nth-of-type(5) iframe{
    transform:scale(1.15);
    top:-39px;
} 
.concurso-talentos.semana-2 li:nth-of-type(4), .concurso-talentos li:nth-of-type(5){
    max-height:431px;
}
.concurso-talentos.semana-3 li:nth-of-type(4) .cnt-iframe-16-9{
    height:240px;
}
.concurso-talentos.semana-3 li:nth-of-type(5) .cnt-iframe-16-9{
    height:240px;
}
.concurso-talentos.semana-3 li:nth-of-type(3) iframe{
    transform:scale(1.5);
    top:-97px;
}
.concurso-talentos.semana-3 li:nth-of-type(4) iframe{
    top:-165px;
    height:351px;
}
.concurso-talentos.semana-3 li:nth-of-type(5) iframe{
    top:-165px;
    height:351px;
}
.concurso-talentos.semana-4 li:nth-of-type(4) .cnt-iframe-16-9{
    height:236px;
}
.concurso-talentos.semana-4 li:nth-of-type(4) iframe{
    transform:none;
    top:-167px;
    height:387px;
}
.concurso-talentos.semana-4 li:nth-of-type(5) .cnt-iframe-16-9{
    height:236px;
}
.concurso-talentos.semana-4 li:nth-of-type(5) iframe{
    transform:none;
    top:-167px;
    height:387px;
}
.concurso-talentos.semana-5 li:nth-of-type(4) .cnt-iframe-16-9,
.concurso-talentos.semana-5 li:nth-of-type(5) .cnt-iframe-16-9{
    height:420px;
}
.concurso-talentos.semana-5 li:nth-of-type(5) iframe{
    transform:none;
    top: -54px;
}
.concurso-talentos.semana-5 li:nth-of-type(4){
	min-height:431px;
}
@media (min-width:647px){
    .talentos-ganador .ganador-semana .cnt-iframe-16-9{
        height:363px;
        padding:0;
    }
    .talentos-ganador .ganador-semana iframe{
        height:363px;
    }
}
@media (min-width:989px){
    .introduccion{
        font:18px/30px Montserrat;
        padding:0;
    }
}