/* Obras*/
@media (max-width:700px){
#frame-obras iframe {
    height: 300px !important;
}

div#doblaje iframe {
    height: 100px;
}
}

div#doblaje iframe {
    height: 200px;
}

div#doblaje {
    position: absolute;
    float: right;
    right: 15px;
    bottom: 48px;
}


#frame-obras iframe {
    border-radius: 25px;
    border: none;
    height: 500px;
	width: 100%;
}

#frame-obras img {
    width: 100%;
    border-radius: 25px;
}

#frame-obras{
	margin-top: 30px;
	margin-bottom:25px;
}

#reparto {
    background: #d0cece;
    /*border: 1px solid #000;*/
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 28px;
}

#participantes {
    background: #F6F6F3;
    /*border: 1px solid #000;*/
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 28px;
}

.enlaces-capitulos h3{
	/*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6em;
    color: #fff;
    background: #00000036;
    width: 80%;
    padding: 65px;
    font-weight: bolder;
    text-align: center;*/
	position: absolute;
    top: 6px;
    right: 25px;
    font-size: 1.6em;
    color: #fff;
    background: #00000036;
    width: 80%;
    font-weight: bolder;
    text-align: right;
}

#sinopsis {
    padding: 30px 15px;
}

div#sinopsis p {
    line-height: 2rem;
}

div#suscripcion img {
    background: #fdb400;
    padding: 4px;
    margin: 16px 10px;
    border-radius: 4px;
}

.tickets hr {
    background: transparent;
    margin: 10px auto;
}

.tickets {
    margin-top: 20px;
}

.cupon{
background: #fff;
display:flex;
margin-bottom:10px;
}

.cupon-titulo{
border: 1px solid #fdb400;
margin: 21px;
padding: 10px;
}

.cupon-titulo h3{
font-weight: bolder;
text-align: center;
color: #fdb400;
border-bottom: 1px solid #000;
padding-top: 10px;
}

.cupon-fecha{
background: #fdb400;
border-left: 6px dashed #fff;
padding: 10px 0;
}

.cupon-dia span{
background: #fff;
font-size: 2em;
padding: 1px;
text-align: center;
font-weight: bolder;
margin-top: 10px;
margin-bottom: 10px;
}

.cupon-mes span{
background: #fff;
font-size: 2em;
padding: 1px;
text-align: center;
font-weight: bolder;
}