html,body{
    /*height:100% !important;*/
    /*font-family: 'GothamHTF-Book', sans-serif;*/
    font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.block {
    margin-bottom: 20px;
    position: relative;
}

a{
    color:#555 !important;
    text-decoration: none !important;
    font-weight:300 !important;
}
/**************** CABECERA ****************/
.header-front{
    text-align:center;
    height:55px;
}
.titulo-cabecera{
    display: block;
    margin-top: 18px;
    text-align: left;
    font-size:16px !important;
}
@media (max-width: 768px) and (min-width: 737px) {
    .titulo-cabecera{
        display: block;
        margin-top: 18px;
        text-align: left;
        font-size:10px !important;
    }
}
.logo{
    width:22px;
    height:22px;
}
.tit-cab-mv{
    right: 60%;
    top: 5px;
}
.login{
    font-family: sans-serif;
    font-size: 10px;
    border: 1px solid #555;
    padding:10px;
    color: #555;
    text-shadow: none;
}
.alta{
    font-family: sans-serif;
    font-size: 10px;
    border: 1px solid #555;
    background:#555;
    padding:10px;
    color:#fff;
    text-shadow: 0 0 0 #eee;
}
@media (max-width: 799px) and (min-width: 767px) {
    .login{
        font-family: sans-serif;
        font-size: 7px;
        border: 1px solid #555;
        padding:10px;
    }
    .alta{
        font-family: sans-serif;
        font-size: 7px;
        border: 1px solid #555;
        background:#555;
        padding:10px;
        color:#fff;
        text-shadow: 0 0 0 #eee;
    }
    .ui-header .ui-btn, .ui-footer .ui-btn {
        font-size: 10px !important;
    }
}
.alta-tablet{
    font-family: sans-serif;
    font-size: 10px;
    border: 1px solid #555;
    background:#555;
    padding:1px;
    color:#fff;
    text-shadow: 0 0 0 #eee;
}
.botones-login{
    padding: 15px 5px 0 !important;
}
.botones-login-mv{
    padding: 10px 5px 0 !important;
}
.botones-login-jqm{
    padding: 20px 2px 0 !important;
}
.botones-login-unete{
    padding: 20px 5px 0 !important;
}
.input-login{
    width:90%;
}
.input-login-full{
    margin:20px;
}
.li-login{
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    border-bottom: 1px solid #c9c9c9;
}
.li-login:hover{
    background: transparent;
}
.dropdown-menu>li>a.input-login{
    padding: 8px 10px !important
}
.dropdown-menu>li>a.input-login:hover {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top,transparent 0,transparent 100%);
    background-image: -o-linear-gradient(top,transparent 0,transparent 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
    background-image: linear-gradient(to bottom,transparent 0,transparent 100%);
}
.menu-federate{
    left: 50% !important;
    position: absolute !important;
    margin-left: -150px !important;
}

.menu-login{
    right: 3%;
    background: #fff;
    color: #333;
    text-shadow: initial;
}

.cab-login{
    text-align: center;
    background: #e8d635;
    color: #555;
    font-weight: 300;
    padding:15px;
}
/*************** CONTENIDO ****************/
#home{
    min-height: 200px !important;
}
.texto-noticias{
    width:30%;
    height:100%;
    background: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(0,0,0,.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,.5), rgba(0,0,0,.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,.5), rgba(0,0,0,.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,255,255,.5), rgba(0,0,0,.9)); /* Standard syntax */
}

.titulo-seccion{
    color:#333333;
    font-size:20px;
    font-weight:700;
}

.titulo-superior{
    background:#e8d635;
    margin:10px;
    padding:3px;
    display:inline-block;
    text-shadow: initial;
    font-size:12px;
    color: #555;
}

.titulo-banner{
    font-weight: bold;
    font-size: 12px;
    color: #000;
    margin-top: 17px;
    margin-left: 20px;
    position: absolute;
    min-width: 150px;
}
.titulo-banner-videop{
    font-weight: bold;
    font-size: 7.5px;
    color: #000;
    margin-top: 17px;
    margin-left: 16px;
    position: absolute;
    min-width: 120px;
}


.texto-video{
    font-size:14px;
}
.texto-video-small{
    font-size:15px;
}
.texto-bloque{
    font-family: 'Lato', sans-serif;
    color:#fff;
    text-shadow: 2px 2px #000;
    padding:10px;
    font-weight: bold;
}
.btn-tema{
    background:#e8d635;
    color:#555;
    padding:10px;
    font-size:20px;
    font-weight:700;
}
.btn-megusta{
    background: #333333;
    font-size: 11px;
    margin-left: 10px;
    padding: 2px 10px;
    display: inline-block;
    text-shadow: initial;
    border-radius: 3px;
    color: #fff !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.btn-megusta:hover{
    background:#e8d635;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.visualizaciones{
    border-bottom: 2px solid #e8d635;
}
.comentario{
	padding: 10px;
	margin: 10px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.fuente-comentario{
	font-size:13px;
	color: #000;
}
.fecha-comentario{
	font-size: 11px;
}
.indice-comentario{
	font-size: 16px;
	font-weight: bold;
	color: #e8d635;
}
.result-buscador{
    position: absolute;
    z-index: 99;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    display:none;
}
.result-buscador-videos{
    position: absolute;
    z-index: 99;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 20px;
    border-radius: 0;
    display:none;
    width:250px;
}
.menu-login-full{
    position: absolute;
    top: 210px;
    list-style: none;
    background: #fff;
    color: #333;
    text-shadow: initial;
    border: 1px solid #ccc;
    padding-left: 0;
    padding-top: 25px;
    width:300px;
    left:50%;
    margin-left:-150px;
    box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
}
.menu-registro{
    position: relative;
    /*top: 190px;*/
    list-style: none;
    background: #fff;
    color: #333;
    text-shadow: initial;
    border: 1px solid #ccc;
    padding-left: 0;
    padding-top: 25px;
    width:320px;
    left:50%;
    margin-left:-160px;
    box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
}
.capa-login-superior{
    background:#e8d635;
    height:200px;
}

@media (min-width: 769px) {
    .colum1{
        padding-right:7.5px;
        padding-left:0;
        margin-top: 3px;
        z-index: 9;
    }   
    .colum2{
        padding-left:7px;
        padding-right:0;
        margin-top: 3px;
        z-index: 9;
    }
    .colum3{
        padding-right:0;
        margin-top: 3px;
        padding-left:12px;
    }
    .colum4{
        padding-right:7.5px;
        padding-left:0;
        margin-top: 3px;
        z-index: 9;
    }
    .colum5{
        padding-right: 0;
        padding-left: 7px;
        margin-top: 3px;
        z-index: 98;
    }
    .colum6{
        padding-right:0;
        margin-top: 3px;
        padding-left:12px;
    }
    .colum2tv{
        padding-left:7px;
        padding-right:0;
        margin-top: 3px;
        z-index: 9;
    }
    .colum3tv{
        padding-right:0;
        margin-top: 3px;
        padding-left:12px;
    }
    .feder-izq{
        padding-left: 0;
        padding-right:7px;
    }
    .feder-izq-tv{
        padding-left: 0;
        padding-right:7px;
    }
    .feder-der{
        padding-left:7px; 
        padding-right:0;
        z-index: 9;
    }
    .feder-der-tv{
        padding-left:7px; 
        padding-right:0;
        z-index: 9;
    }
    .video-big{
        padding-left: 0;
        padding-right:7.5px;
    }
}
.texto-video-cen2-lateral {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1.00);
    padding: 6px 10px 7px 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 9;
}

.fecha-video-white{
    font-size:10px;
    color:#ffffff;
}
@media (max-width:2560px) and (min-width:1921px){
    h1{font-size:30px !important;}
    .titulo-videos{
        color:#333333;
        font-size:15px !important;
        font-weight:700;
        margin-top: 10px;
    }
    .iframecvip{
        height:172px !important;
    }
    .max-height-noticias{
        max-height: 350px;
    }
    .max-height-noticias2{
        max-height: 350px;
    }
    .tit-noticias{
        font-size:14px;
        margin-top: 30%;
    }
    .barra-video{
        z-index: 99;
        position: absolute;
        height: 6px;
    }
    .barra-videogc {
        z-index: 99;
        position: absolute;
        height: 6px;
        margin-top: -10px;
    }
    .barra-videop{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top:-20px;
    }
    .barra-videop2{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top:-19px;
    }
    .barra-videopc{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -22px;
    }
    .barra-videop2c{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -20px;
    }
    .barra-videogi {
        z-index: 99;
        position: absolute;
        height: 6px;
        margin-top: -3px;
    }
    .barra-videopi{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -17px;
    }
    .barra-videop2i {
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -21px;
    }
    .max-height-video1{
        width: 100%;
    }
    .max-height-video1-c2{
        width: 100%;
    }
    .max-height-video2{
        max-height: 178.5px;
    }
    .max-height-video3{
        max-height: 178.5px;
        margin-top:12px;
    }
    .max-height-video2-cen{
        max-height: 172px;
    }
    .max-height-video3-cen{
        max-height: 172px;
        margin-top:10px;
    }
    .max-height-video3-abajo{
        max-height: 169.5px;
        margin-left:5px;
    }
    .max-height-federate{
        max-height: 174.5px;
    }
    .max-height-federate2{
        max-height: 174.5px;
    }
    .max-height-federate3{
        max-height: 174.5px;
    }
    .min-height-federate{
        min-height: 168.5px;
    }
    .max-height-slider{
        max-height: 176px;
    }
    .max-height-slider-rfec{
        max-height: 176px;
        margin-left: -40px;
    }
    .videos-small{
        padding-right: 0;
        padding-left:3px;
    }
    .videos-small-cen{
        padding-right: 0;
        padding-left:0;
        margin-left:0;
    }
    .texto-personalizado{
        position: absolute;
        left: 8px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-izq {
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-der{
        position: absolute;
        width: 97.1%;
        left: 15px;
        bottom: -10px;
        display: block;
        background-color: #000;
        color: #fff;
        padding: 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-video-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 17px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der{
        position: absolute;
        left: 3px;
        bottom: 49%;
        right: 3px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der2{
        position: absolute;
        left: 3px;
        bottom: 46%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 11px;
        text-align: center;
    }
    .texto-video2-cen2 {
        position: absolute;
        left: 3px;
        bottom: 47%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 11px;
        text-align: center;
    }
    .texto-video2-cen2-c1 {
        position: absolute;
        left: 3px;
        bottom: 46.5%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 12px;
    }
    .texto-video3-der{
        position: absolute;
        left: 3px;
        bottom: -10px;
        right: 3px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video3-der2{
        position: absolute;
        left: 3px;
        bottom: -31px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 11px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 11px;
        text-align: center;
    }
    .texto-video3-cen2 {
        position: absolute;
        left: 3px;
        bottom: -8%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 11px;
        text-align: center;
    }
    .texto-video3-cen2-c1 {
        position: absolute;
        left: 3px;
        bottom: -7.1%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 12px;
    }
    .texto-video4-der{
        position: absolute;
        left: 0;
        bottom: 49%;
        right: 7px;
        display: block;
        background-color: transparent;
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video5-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: transparent;
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video6-der{
        position: absolute;
        left: 7px;
        bottom: 49%;
        right: 0;
        display: block;
        background-color: transparent;
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video7-der{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: transparent;
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 22px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen2{
        position: absolute;
        left: 0;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        border-top: 3px solid #000;
        padding: 17px 10px 16px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c2 {
        position: absolute;
        left: 0;
        right: 1.6%;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 20px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c1 {
        position: absolute;
        left: 0;
        bottom: -18.6%;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen3{
        position: absolute;
        left: 9px;
        bottom: -10px;
        right: 1px;
        display: block;
        background-color: transparent;
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen3-c1{
        position: absolute;
        left: 0px;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: transparent;
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen4 {
        position: absolute;
        left: 15px;
        bottom: -10px;
        right: 3px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .min-height-video1-cen{
        max-height: 355px;
    }
    .max-height-video2-cen{
        max-height: 172px;
    }
    .max-height-video3-cen{
        max-height: 172px;
        margin-top:11px;
    }
    .texto-video-top{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .enlace-video2-top{
        position: absolute;
        left: 3px;
        bottom: 0;
        height: 100%;
        width: 96%;
        display: block;
        background-color: transparent;
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 10;
        margin-right:-300px !important;
    }
    .resto-video{
        margin-left:10px;
        font-size:10px;
        color:#e8d635;
    }
    .resto-video2{
        margin-left:10px;
        font-size:10px;
        color:#e8d635;
    }
    .max-height-publicidad{
        max-height: 248px;
    }
    .carousel-inner-box{
        margin-left: -8%;
        width: 109%;
    }
    .carousel-inner-box-videos{
        width:98% !important;
    }
    .carousel-inner-box-cen{
        margin-left: -8.8%;
        width: 111%;
    }
    .max-height-rss{
        max-height: 352px;
    }
    .texto-bloque-rss{
        font-family: 'Lato', sans-serif;
        color:#fff;
        text-shadow: 2px 2px #000;
        padding:10px;
    }
    .img-pie{
        max-width: 75%;
        margin-top: 25px;
    }
    .texto-pie{
        margin-top:-40px;
        margin-bottom:40px;
    }
    .texto-pie a{
        text-shadow: none !important;
        color:#000 !important;
        font-family: 'gotham-bold';
        font-size:16px;
    }
}
@media (max-width: 1920px) and (min-width: 1701px) { 
    h1{font-size:30px !important;}
    .titulo-videos{
        color:#333333;
        font-size:15px !important;
        font-weight:700;
        margin-top: 10px;
    }
    .iframecvip{
        height:172px !important;
    }
    .max-height-noticias{
        max-height: 356px;
    }
    .max-height-noticias2{
        max-height: 356px;
    }
    .tit-noticias{
        font-size:14px;
        margin-top: 30%;
    }
    .barra-video{
        z-index: 99;
        position: absolute;
        height: 6px;
    }
    .barra-videogc {
        z-index: 99;
        position: absolute;
        height: 6px;
        margin-top: -10px;
    }
    .barra-videop{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top:-20px;
    }
    .barra-videop2{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top:-19px;
    }
    .barra-videopc{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -33px;
    }
    .barra-videop2c{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -31px;
    }
    .barra-videogi {
        z-index: 99;
        position: absolute;
        height: 6px;
        margin-top: -3px;
    }
    .barra-videopi{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -21px;
    }
    .barra-videop2i {
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -21px;
    }
    .max-height-video1{
        width: 100%;
    }
    .max-height-video1-c2{
        width: 100%;
    }
    .max-height-video2{
        max-height: 178.5px;
    }
    .max-height-video3{
        max-height: 178.5px;
        margin-top:12px;
    }
    .max-height-video2-cen{
        max-height: 172px;
    }
    .max-height-video3-cen{
        max-height: 172px;
        margin-top:10px;
    }
    .max-height-video3-abajo{
        max-height: 169.5px;
        margin-left:5px;
    }
    .max-height-federate{
        max-height: 174.5px;
    }
    .max-height-federate2{
        max-height: 174.5px;
    }
    .max-height-federate3{
        max-height: 174.5px;
    }
    .min-height-federate{
        min-height: 168.5px;
    }
    .max-height-slider{
        max-height: 176px;
    }
    .max-height-slider-rfec{
        max-height: 176px;
        margin-left: -40px;
    }
    .videos-small{
        padding-right: 0;
        padding-left:3px;
    }
    .videos-small-cen{
        padding-right: 0;
        padding-left:0;
        margin-left:0;
    }
    .texto-personalizado{
        position: absolute;
        left: 8px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-izq {
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-der{
        position: absolute;
        width: 97.1%;
        left: 15px;
        bottom: -10px;
        display: block;
        background-color: #000;
        color: #fff;
        padding: 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-video-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 17px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der{
        position: absolute;
        left: 3px;
        bottom: 49%;
        right: 3px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der2{
        position: absolute;
        left: 3px;
        bottom: 46%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 11px;
        text-align: center;
    }
    .texto-video2-cen2 {
        position: absolute;
        left: 3px;
        bottom: 47%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 11px;
        text-align: center;
        height: 45px;
    }
    .texto-video2-cen2-c1 {
        position: absolute;
        left: 3px;
        bottom: 46.5%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        /*color: #f9c00c;*/
        padding: 6px 10px 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 11px;
        text-align: center;
    }
    .texto-video3-der{
        position: absolute;
        left: 3px;
        bottom: -10px;
        right: 3px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video3-der2{
        position: absolute;
        left: 3px;
        bottom: -30px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 11px;
        text-align: center;
    }
    .texto-video3-cen2 {
        position: absolute;
        left: 3px;
        bottom: -8.4%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 11px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 11px;
        text-align: center;
        height: 47px;
    }
    .texto-video3-cen2-c1 {
        position: absolute;
        left: 3px;
        bottom: -8%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 11px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 11px;
        text-align: center;
    }
    .texto-video4-der{
        position: absolute;
        left: 0;
        bottom: 49%;
        right: 7px;
        display: block;
        background-color: transparent;
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video5-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: transparent;
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video6-der{
        position: absolute;
        left: 7px;
        bottom: 49%;
        right: 0;
        display: block;
        background-color: transparent;
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video7-der{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: transparent;
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 22px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen2{
        position: absolute;
        left: 0;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        border-top: 3px solid #000;
        padding: 15px 10px 15px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c2 {
        position: absolute;
        left: 0;
        right: 1.8%;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 9px 10px 20px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c1 {
        position: absolute;
        left: 0;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 15px 10px 15px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen3{
        position: absolute;
        left: 9px;
        bottom: -10px;
        right: 1px;
        display: block;
        background-color: transparent;
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen3-c1{
        position: absolute;
        left: 0px;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: transparent;
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen4 {
        position: absolute;
        left: 15px;
        bottom: -10px;
        right: 3px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .min-height-video1-cen{
        max-height: 355px;
    }
    .max-height-video2-cen{
        max-height: 172px;
    }
    .max-height-video3-cen{
        max-height: 172px;
        margin-top:11px;
    }
    .texto-video-top{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .enlace-video2-top{
        position: absolute;
        left: 3px;
        bottom: 0;
        height: 100%;
        width: 96%;
        display: block;
        background-color: transparent;
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 10;
        margin-right:-300px !important;
    }
    .fecha-video{
        font-size:10px;
        color:#e8d635;
    }
    .resto-video{
        margin-left:10px;
        font-size:10px;
        color:#e8d635;
    }
    .resto-video2{
        margin-left:10px;
        font-size:10px;
        color:#e8d635;
    }
    .max-height-publicidad{
        max-height: 248px;
    }
    .carousel-inner-box{
        margin-left: -8%;
        width: 109%;
    }
    .carousel-inner-box-videos{
        width:98% !important;
    }
    .carousel-inner-box-cen{
        margin-left: -8.8%;
        width: 111%;
    }
    .max-height-rss{
        max-height: 352px;
    }
    .texto-bloque-rss{
        font-family: 'Lato', sans-serif;
        color:#fff;
        text-shadow: 2px 2px #000;
        padding:10px;
    }
    .img-pie{
        max-width: 75%;
        margin-top: 25px;
    }
    .texto-pie{
        margin-top:-40px;
        margin-bottom:40px;
    }
    .texto-pie a{
        text-shadow: none !important;
        color:#000 !important;
        font-family: 'gotham-bold';
        font-size:16px;
    }
    .imgcen{
        max-height:355px;
    }
    .imgcenrfec{
        max-height:357px;
    }
    /*.imgder{
        min-height:352px;
    }*/
}
@media (max-width: 1700px) and (min-width: 1601px){
    h1{font-size:28px !important;}
    h4{font-size:16px !important;}
    .titulo-videos{
        color:#333333;
        font-size:15px !important;
        font-weight:700;
        margin-top: 10px;
    }
    .iframecvip{
        height:151px !important;
    }
    .tit-noticias{
        font-size:12px;
        margin-top: 30%;
    }
    .carousel-inner-box {
        margin-left: -9%;
        width: 110.4%;
    }
    .carousel-inner-box-cen{
        margin-left: -10.4%;
        width: 112.5%;
    }
    .max-height-noticias{
        max-height: 312px;
    }
    .max-height-noticias2{
        max-height: 312px;
    }
    .barra-video{
        z-index: 99;
        position: absolute;
        height: 6px;
    }
    .barra-videogc {
        z-index: 99;
        position: absolute;
        height: 6px;
        margin-top: -10px;
    }
    .barra-videop{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top:-18px;
    }
    .barra-videop2{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top:-18px;
    }
    .barra-videopc{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -20px;
    }
    .barra-videop2c{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -20px;
    }
    .barra-videogi {
        z-index: 99;
        position: absolute;
        height: 6px;
        margin-top: -3px;
    }
    .barra-videopi{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -17px;
    }
    .barra-videop2i {
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -17px;
    }
    .texto-video-cen2 {
        position: absolute;
        left: 0;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        border-top: 3px solid #000;
        padding: 14px 10px 13px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen2-c2 {
        position: absolute;
        left: 0;
        right: 2.1%;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 7px 10px 12px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .max-height-rss{
        max-height: 306px;
    }
    .texto-bloque-rss{
        font-family: 'Lato', sans-serif;
        color:#fff;
        text-shadow: 2px 2px #000;
        font-size:12px;
        padding:5px;
    }
    .img-pie{
        max-width: 75%;
        margin-top: 25px;
    }
    .texto-pie{
        margin-top:-38px;
        margin-bottom:40px;
    }
    .texto-pie a{
        text-shadow: none !important;
        color:#000 !important;
        font-family: 'gotham-bold';
    }
    .max-height-video1{
        width: 100%;
    }
    .max-height-video1-c2{
        width: 100%;
    }
    .min-height-video1{
        min-height: 263px;
    }
    .max-height-video2{
        max-height: 178.5px;
    }
    .min-height-video2{
        min-height: 125px;
        margin-left:5px;
    }
    .max-height-video3{
        max-height: 178.5px;
        margin-top:12px;
    }
    .min-height-video3{
        min-height: 125px;
        margin-top:12px;
        margin-left:5px;
    }
    .max-height-video2-cen{
        max-height: 172px;
    }
    .max-height-video3-cen{
        max-height: 172px;
        margin-top:10px;
    }
    .max-height-video3-abajo{
        max-height: 169.5px;
        margin-left:5px;
    }
    .max-height-federate{
        max-height: 174.5px;
    }
    .max-height-federate2{
        max-height: 174.5px;
    }
    .max-height-federate3{
        max-height: 174.5px;
    }
    .max-height-slider{
        max-height: 176px;
    }
    .max-height-slider-rfec{
        max-height: 176px;
        margin-left: -40px;
    }
    .videos-small{
        padding-right: 0;
        padding-left:3px;
    }
    .videos-small-cen{
        padding-right: 0;
        padding-left:0;
        margin-left:0;
    }
    .texto-personalizado{
        position: absolute;
        left: 15px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-izq {
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-der{
        position: absolute;
        width: 96.1%;
        left: 15px;
        bottom: -4.5%;
        display: block;
        background-color: #000;
        color: #fff;
        padding: 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-video-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 17px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der{
        position: absolute;
        left: 3px;
        bottom: 49%;
        right: 3px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der2{
        position: absolute;
        left: 3px;
        bottom: 45%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video2-cen2 {
        position: absolute;
        left: 3px;
        bottom: 46%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video2-cen2-c1 {
        position: absolute;
        left: 3px;
        bottom: 45.5%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 9px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video3-der{
        position: absolute;
        left: 3px;
        bottom: -10px;
        right: 3px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video3-der2{
        position: absolute;
        left: 3px;
        bottom: -10%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video3-cen2 {
        position: absolute;
        left: 4px;
        bottom: -8.7%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 8px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video3-cen2-c1 {
        position: absolute;
        left: 3px;
        bottom: -8.6%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 9px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video4-der{
        position: absolute;
        left: 0;
        bottom: 50%;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video5-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video6-der{
        position: absolute;
        left: 7px;
        bottom: 50%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video7-der{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 15px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen2{
        position: absolute;
        left: 0;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 14px 10px 11px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c2 {
        position: absolute;
        left: 1px;
        right: 2.5%;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 11px 10px 14px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c1 {
        position: absolute;
        left: 0;
        bottom: -20.5%;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 14px 10px 13px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen3{
        position: absolute;
        left: 9px;
        bottom: -10px;
        right: 1px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen3-c1{
        position: absolute;
        left: 0px;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .min-height-video1-cen{
        max-height: 264px;
    }
    .max-height-video2-cen{
        max-height: 172px;
    }
    .max-height-video3-cen{
        max-height: 133px;
        margin-top:8px;
    }
    .min-height-top{
        min-height: 168.5px;
        margin-bottom:20px;
    }
    .texto-video-top{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .enlace-video2-top{
        position: absolute;
        left: 3px;
        bottom: 51.3%;
        height: 170px;
        width: 96%;
        display: block;
        background-color: transparent;
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 10;
        margin-right:-300px !important;
    }
    .fecha-video{
        font-size:10px;
        color:#e8d635;
    }
    .resto-video{
        margin-left:10px;
        font-size:10px;
        color:#e8d635;
    }
    .resto-video2{
        margin-left:10px;
        font-size:10px;
        color:#e8d635;
    }
    .max-height-publicidad{
        max-height: 181px;
    }
    .carousel-inner-box{
        margin-left: -10.5%;
        width: 112%;
    }
    .min-height-descrivideo {
        min-height: 105.5px;
        margin-bottom: 20px;
    }
    .carousel-inner-box-videos{
        width: 97% !important;
    }
    .popover.right {
        margin-left: 29px !important;
    }
    .carousel-inner-box-cen{
        margin-left: -12%;
        width: 115.2%;
    }
    .max-height-rss{
        max-height: 260px;
    }
    
    .img-pie{
        max-width: 75%;
        margin-top: 25px;
    }
    .texto-pie{
        margin-top:-34px;
        margin-bottom:40px;
    }
    .texto-pie a{
        text-shadow: none !important;
        color:#000 !important;
        font-family: 'gotham-bold';
    }
    .imgcen{
        max-height:309px;
    }
    /*.imgder{
        min-height:305px;
    }*/
}
@media (max-width: 1600px) and (min-width: 1441px){
    h1{font-size:28px !important;}
    h4{font-size:16px !important;}
    .titulo-videos{
        color:#333333;
        font-size:15px !important;
        font-weight:700;
        margin-top: 10px;
    }
    .iframecvip{
        height:151px !important;
    }
    .tit-noticias{
        font-size:12px;
        margin-top: 30%;
    }
    .carousel-inner-box {
        margin-left: -9%;
        width: 110.4%;
    }
    .carousel-inner-box-cen{
        margin-left: -10.4%;
        width: 112.5%;
    }
    .max-height-noticias{
        max-height: 296px;
    }
    .max-height-noticias2{
        max-height: 296px;
    }
    .barra-video{
        z-index: 99;
        position: absolute;
        height: 6px;
    }
    .barra-videogc {
        z-index: 99;
        position: absolute;
        height: 6px;
        margin-top: -10px;
    }
    .barra-videop{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top:-18px;
    }
    .barra-videop2{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top:-18px;
    }
    .barra-videopc{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -20px;
    }
    .barra-videop2c{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -20px;
    }
    .barra-videogi {
        z-index: 99;
        position: absolute;
        height: 6px;
        margin-top: -3px;
    }
    .barra-videopi{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -17px;
    }
    .barra-videop2i {
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -21px;
    }
    .texto-video-cen2-c2 {
        position: absolute;
        left: 0;
        right: 2.1%;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 7px 10px 12px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .img-pie{
        max-width: 75%;
        margin-top: 25px;
    }
    .texto-pie{
        margin-top:-38px;
        margin-bottom:40px;
    }
    .texto-pie a{
        text-shadow: none !important;
        color:#000 !important;
        font-family: 'gotham-bold';
    }
    .max-height-video1{
        width: 100%;
    }
    .max-height-video1-c2{
        width: 100%;
    }
    .min-height-video1{
        min-height: 263px;
    }
    .max-height-video2{
        max-height: 178.5px;
    }
    .min-height-video2{
        min-height: 125px;
        margin-left:5px;
    }
    .max-height-video3{
        max-height: 178.5px;
        margin-top:12px;
    }
    .min-height-video3{
        min-height: 125px;
        margin-top:12px;
        margin-left:5px;
    }
    .max-height-video2-cen{
        max-height: 172px;
    }
    .max-height-video3-cen{
        max-height: 172px;
        margin-top:10px;
    }
    .max-height-video3-abajo{
        max-height: 169.5px;
        margin-left:5px;
    }
    .max-height-federate{
        max-height: 174.5px;
    }
    .max-height-federate2{
        max-height: 174.5px;
    }
    .max-height-federate3{
        max-height: 174.5px;
    }
    .max-height-slider{
        max-height: 176px;
    }
    .max-height-slider-rfec{
        max-height: 176px;
        margin-left: -40px;
    }
    .videos-small{
        padding-right: 0;
        padding-left:3px;
    }
    .videos-small-cen{
        padding-right: 0;
        padding-left:0;
        margin-left:0;
    }
    .texto-personalizado{
        position: absolute;
        left: 15px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-izq {
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-der{
        position: absolute;
        width: 96.1%;
        left: 15px;
        bottom: -4.5%;
        display: block;
        background-color: #000;
        color: #fff;
        padding: 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-video-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 17px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der{
        position: absolute;
        left: 3px;
        bottom: 49%;
        right: 3px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der2{
        position: absolute;
        left: 3px;
        bottom: 45%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video2-cen2 {
        position: absolute;
        left: 3px;
        bottom: 46%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video2-cen2-c1 {
        position: absolute;
        left: 3px;
        bottom: 45.5%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 9px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video3-der{
        position: absolute;
        left: 3px;
        bottom: -10px;
        right: 3px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video3-der2{
        position: absolute;
        left: 3px;
        bottom: -9%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video3-cen2 {
        position: absolute;
        left: 3px;
        bottom: -9.3%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video3-cen2-c1 {
        position: absolute;
        left: 3px;
        bottom: -8.5%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 8px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video4-der{
        position: absolute;
        left: 0;
        bottom: 50%;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video5-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video6-der{
        position: absolute;
        left: 7px;
        bottom: 50%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video7-der{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 15px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen2{
        position: absolute;
        left: 0;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 16px 10px 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c2 {
        position: absolute;
        left: 0;
        right: 2.2%;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 10px 10px 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c1 {
        position: absolute;
        left: 0;
        bottom: -20%;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 10px 10px 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen3{
        position: absolute;
        left: 10px;
        bottom: -10px;
        right: 1px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen3-c1{
        position: absolute;
        left: 0px;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .min-height-video1-cen{
        max-height: 264px;
    }
    .max-height-video2-cen{
        max-height: 172px;
    }
    .max-height-video3-cen{
        max-height: 133px;
        margin-top:8px;
    }
    .min-height-top{
        min-height: 168.5px;
        margin-bottom:20px;
    }
    .texto-video-top{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .enlace-video2-top{
        position: absolute;
        left: 3px;
        bottom: 51.3%;
        height: 170px;
        width: 96%;
        display: block;
        background-color: transparent;
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 10;
        margin-right:-300px !important;
    }
    .fecha-video{
        font-size:10px;
        color:#e8d635;
    }
    .resto-video{
        margin-left:10px;
        font-size:10px;
        color:#e8d635;
    }
    .resto-video2{
        margin-left:10px;
        font-size:10px;
        color:#e8d635;
    }
    .max-height-publicidad{
        max-height: 181px;
    }
    .carousel-inner-box{
        margin-left: -10.5%;
        width: 112%;
    }
    .min-height-descrivideo {
        min-height: 105.5px;
        margin-bottom: 20px;
    }
    .carousel-inner-box-videos{
        width: 97% !important;
    }
    .popover.right {
        margin-left: 29px !important;
    }
    .carousel-inner-box-cen{
        margin-left: -12%;
        width: 115.2%;
    }
    .max-height-rss{
        max-height: 260px;
    }
    .texto-bloque-rss{
        font-family: 'Lato', sans-serif;
        color:#fff;
        text-shadow: 2px 2px #000;
        font-size:12px;
        padding:5px;
    }
    .img-pie{
        max-width: 75%;
        margin-top: 25px;
    }
    .texto-pie{
        margin-top:-34px;
        margin-bottom:40px;
    }
    .texto-pie a{
        text-shadow: none !important;
        color:#000 !important;
        font-family: 'gotham-bold';
    }
    .imgcen{
        max-height:293px;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) {
    h1{font-size:26px !important;}
    h4{font-size:14px !important;}
    .titulo-videos{
        color:#333333;
        font-size:15px !important;
        font-weight:700;
        margin-top: 10px;
    }
    .iframecvip{
        height:126px !important;
    }
    .tit-noticias{
        font-size:12px;
        margin-top: 30%;
    }
    .max-height-noticias{
        max-height: 266px;
    }
    .max-height-noticias2{
        max-height: 266px;
    }
    .barra-video{
        z-index: 99;
        position: absolute;
        height: 6px;
    }
    .barra-videogc {
        z-index: 99;
        position: absolute;
        height: 6px;
        margin-top: -10px;
    }
    .barra-videop{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top:-14px;
    }
    .barra-videop2{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top:-15px;
    }
    .barra-videopc{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -29px;
    }
    .barra-videop2c{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -25px;
    }
    .barra-videogi {
        z-index: 99;
        position: absolute;
        height: 6px;
        margin-top: -3px;
    }
    .barra-videopi{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -17px;
    }
    .barra-videop2i {
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -21px;
    }
    .texto-video {
        font-size: 12.5px;
    }
    .max-height-video1{
        width: 100%;
    }
    .min-height-video1{
        min-height: 263px;
    }
    .max-height-video2{
        max-height: 178.5px;
    }
    .min-height-video2{
        min-height: 125px;
        margin-left:5px;
    }
    .max-height-video3{
        max-height: 178.5px;
        margin-top:12px;
    }
    .min-height-video3{
        min-height: 125px;
        margin-top:12px;
        margin-left:5px;
    }
    .max-height-video2-cen{
        max-height: 172px;
    }
    .max-height-video3-cen{
        max-height: 172px;
        margin-top:10px;
    }
    .max-height-video3-abajo{
        max-height: 169.5px;
        margin-left:5px;
    }
    .max-height-federate{
        max-height: 174.5px;
    }
    .max-height-federate2{
        max-height: 174.5px;
    }
    .max-height-federate3{
        max-height: 174.5px;
    }
    .max-height-slider{
        max-height: 176px;
    }
    .max-height-slider-rfec{
        max-height: 176px;
        margin-left: -40px;
    }
    .videos-small{
        padding-right: 0;
        padding-left:3px;
    }
    .videos-small-cen{
        padding-right: 0;
        padding-left:0;
        margin-left:0;
    }
    .texto-personalizado{
        position: absolute;
        left: 15px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-izq {
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-der{
        position: absolute;
        width: 96.1%;
        left: 15px;
        bottom: -4.5%;
        display: block;
        background-color: #000;
        color: #fff;
        padding: 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-video-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 17px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der{
        position: absolute;
        left: 3px;
        bottom: 49%;
        right: 3px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der2{
        position: absolute;
        left: 3px;
        bottom: 45%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video2-cen2 {
        position: absolute;
        left: 3px;
        bottom: 46%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
        height: 36px;
    }
    .texto-video2-cen2-c1 {
        position: absolute;
        left: 3px;
        bottom: 45.5%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video3-der{
        position: absolute;
        left: 3px;
        bottom: -10px;
        right: 3px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video3-der2{
        position: absolute;
        left: 3px;
        bottom: -9%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video3-cen2 {
        position: absolute;
        left: 3px;
        bottom: -9.9%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video3-cen2-c1 {
        position: absolute;
        left: 3px;
        bottom: -8%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 8px 10px 8px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 9px;
        text-align: center;
    }
    .texto-video4-der{
        position: absolute;
        left: 0;
        bottom: 50%;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video5-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video6-der{
        position: absolute;
        left: 7px;
        bottom: 50%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video7-der{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 15px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen2{
        position: absolute;
        left: 0;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 14px 10px 8px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c2 {
        position: absolute;
        left: 0;
        right: 2.5%;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 4px 10px 12px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c1 {
        position: absolute;
        left: 0;
        bottom: -21%;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 10px 10px 9px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen3{
        position: absolute;
        left: 10px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen3-c1{
        position: absolute;
        left: 0px;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .min-height-video1-cen{
        max-height: 264px;
    }
    .max-height-video2-cen{
        max-height: 172px;
    }
    .max-height-video3-cen{
        max-height: 128px;
        margin-top:8px;
    }
    .min-height-top{
        min-height: 168.5px;
        margin-bottom:20px;
    }
    .texto-video-top{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .enlace-video2-top{
        position: absolute;
        left: 3px;
        bottom: 51.3%;
        height: 170px;
        width: 96%;
        display: block;
        background-color: transparent;
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 10;
        margin-right:-300px !important;
    }
    .fecha-video{
        font-size:10px;
        color:#e8d635;
    }
    .resto-video{
        margin-left:10px;
        font-size:10px;
        color:#e8d635;
    }
    .resto-video2{
        margin-left:10px;
        font-size:10px;
        color:#e8d635;
    }
    .max-height-publicidad{
        max-height: 181px;
    }
    .carousel-inner-box{
        margin-left: -10.5%;
        width: 112%;
    }
    .min-height-descrivideo {
        min-height: 105.5px;
        margin-bottom: 20px;
    }
    .carousel-inner-box-videos{
        width: 97% !important;
    }
    .popover.right {
        margin-left: 29px !important;
    }
    .carousel-inner-box-cen{
        margin-left: -12%;
        width: 115.2%;
    }
    .max-height-rss{
        max-height: 260px;
    }
    .texto-bloque-rss{
        font-family: 'Lato', sans-serif;
        color:#fff;
        text-shadow: 2px 2px #000;
        font-size:12px;
        padding:5px;
    }
    .img-pie{
        max-width: 75%;
        margin-top: 25px;
    }
    .texto-pie{
        margin-top:-34px;
        margin-bottom:40px;
    }
    .texto-pie a{
        text-shadow: none !important;
        color:#000 !important;
        font-family: 'gotham-bold';
    }
    .imgcen{
        max-height:263px;
    }
}
@media (max-width: 1366px) and (min-width: 1281px) {
    h1{font-size:26px !important;}
    /*h4{font-size:12px !important;}*/
    .titulo-videos{
        color:#333333;
        font-size:15px !important;
        font-weight:700;
        margin-top: 10px;
    }
    .iframecvip{
        height:120px !important;
    }
    .max-height-noticias{
        max-height: 252px;
    }
    .max-height-noticias2{
        max-height: 252px;
    }
    .barra-video{
        z-index: 99;
        position: absolute;
        height: 6px;
    }
    .barra-videogc {
        z-index: 99;
        position: absolute;
        height: 6px;
        margin-top: -10px;
    }
    .texto-video {
        font-size: 12px;
    }
    .barra-videop{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top:-14px;
    }
    .barra-videop2{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top:-15px;
    }
    .barra-videopc{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -27px;
    }
    .barra-videop2c{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -25px;
    }
    .barra-videogi {
        z-index: 99;
        position: absolute;
        height: 6px;
        margin-top: -3px;
    }
    .barra-videopi{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -17px;
    }
    .barra-videop2i {
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -21px;
    }
    .max-height-video1{
        width: 100%;
    }
    .min-height-video1{
        min-height: 247px;
    }
    .max-height-video2{
        max-height: 178.5px;
    }
    .min-height-video2{
        min-height: 119px;
        margin-left:5px;
    }
    .max-height-video3{
        max-height: 178.5px;
        margin-top:12px;
    }
    .min-height-video3{
        min-height: 119px;
        margin-top:12px;
        margin-left:5px;
    }
    .max-height-video2-cen{
        max-height: 172px;
    }
    .max-height-video3-cen{
        max-height: 172px;
        margin-top:10px;
    }
    .max-height-video3-abajo{
        max-height: 169.5px;
        margin-left:5px;
    }
    .max-height-federate{
        max-height: 174.5px;
    }
    .max-height-federate2{
        max-height: 174.5px;
    }
    .max-height-federate3{
        max-height: 174.5px;
    }
    .max-height-slider{
        max-height: 176px;
    }
    .max-height-slider-rfec{
        max-height: 176px;
        margin-left: -40px;
    }
    .videos-small{
        padding-right: 0;
        padding-left:3px;
    }
    .videos-small-cen{
        padding-right: 0;
        padding-left:0;
        margin-left:0;
    }
    .texto-personalizado{
        position: absolute;
        left: 15px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-izq {
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-der{
        position: absolute;
        width: 96%;
        left: 15px;
        bottom: -5%;
        display: block;
        background-color: #000;
        color: #fff;
        padding: 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-video-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 17px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der{
        position: absolute;
        left: 3px;
        bottom: 49%;
        right: 3px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der2{
        position: absolute;
        left: 3px;
        bottom: 45%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 7px;
        text-align:center;
    }
    .texto-video2-cen2 {
        position: absolute;
        left: 3px;
        bottom: 46.2%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 8px;
        text-align: center;
        height: 36px;
    }
    .texto-video2-cen2-c1 {
        position: absolute;
        left: 3px;
        bottom: 45.1%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 9px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 7px;
        text-align: center;
    }
    .texto-video3-der{
        position: absolute;
        left: 3px;
        bottom: -10px;
        right: 3px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video3-der2{
        position: absolute;
        left: 3px;
        bottom: -9%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 7px;
        text-align:center;
    }
    .texto-video3-cen2 {
        position: absolute;
        left: 3px;
        bottom: -9%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 8px;
        text-align:center;
    }
    .texto-video3-cen2-c1 {
        position: absolute;
        left: 3px;
        bottom: -8.1%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 9px 10px 9px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 7px;
        text-align: center;
    }
    .texto-video4-der{
        position: absolute;
        left: 0;
        bottom: 49%;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video5-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video6-der{
        position: absolute;
        left: 7px;
        bottom: 50%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video7-der{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 15px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen2{
        position: absolute;
        left: 0;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 13px 10px 8px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align:center;
    }
    .texto-video-cen2-c2 {
        position: absolute;
        left: 0;
        right: 2.5%;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 8px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c1 {
        position: absolute;
        left: 0;
        bottom: -22%;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 9px 10px 9px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen3{
        position: absolute;
        left: 10px;
        bottom: -3.5%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen3-c1{
        position: absolute;
        left: 0px;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .min-height-video1-cen{
        max-height: 250px;
    }
    .max-height-video2-cen{
        max-height: 122px;
    }
    .max-height-video3-cen{
        max-height: 122px;
        margin-top:8px;
    }
    .min-height-top{
        min-height: 168.5px;
        margin-bottom:20px;
    }
    .texto-video-top{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .enlace-video2-top{
        position: absolute;
        left: 3px;
        bottom: 51.3%;
        height: 170px;
        width: 96%;
        display: block;
        background-color: transparent;
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 10;
        margin-right:-300px !important;
    }
    .fecha-video{
        font-size:10px;
        color:#e8d635;
    }
    .resto-video{
        margin-left:10px;
        font-size:10px;
        color:#e8d635;
    }
    .resto-video2{
        margin-left:10px;
        font-size:10px;
        color:#e8d635;
    }
    .max-height-publicidad{
        max-height: 170px;
    }
    .carousel-inner-box{
        margin-left: -11%;
        width: 113%;
    }
    .min-height-descrivideo {
        min-height: 100.5px;
        margin-bottom: 20px;
    }
    .carousel-inner-box-videos{
        width: 97% !important;
    }
    .popover.right {
        margin-left: 29px !important;
    }
    .carousel-inner-box-cen{
        margin-left: -12.5%;
        width: 115.9%;
    }
    .tit-noticias{
        font-size:12px;
        margin-top: 30%;
    }
    .max-height-rss{
        max-height: 246px;
    }
    .texto-bloque-rss{
        font-family: 'Lato', sans-serif;
        color:#fff;
        text-shadow: 2px 2px #000;
        font-size:11px;
        padding:5px;
    }
    .img-pie{
        max-width: 75%;
        margin-top: 25px;
    }
    .texto-pie{
        margin-top:-32px;
        margin-bottom:40px;
    }
    .texto-pie a{
        text-shadow: none !important;
        color:#000 !important;
        font-family: 'gotham-bold';
    }
    .imgcen{
        max-height:249px;
    }
    /*.imgder{
        min-height:247px;
    }*/
}
@media (max-width: 1280px) and (min-width: 1025px) {
    h1{font-size:22px !important;}
    h4{font-size:12px !important;}
    .titulo-cabecera {
        display: block;
        margin-top: 18px;
        text-align: left;
        font-size: 14px !important;
    }
    .titulo-videos{
        color:#333333;
        font-size:15px !important;
        font-weight:700;
        margin-top: 10px;
    }
    .iframecvip{
        height:112px !important;
    }
    .max-height-noticias{
        max-height: 235px;
    }
    .max-height-noticias2{
        max-height: 235px;
    }
    .barra-video {
        z-index: 99;
        position: absolute;
        height: 5px;
    }
    .barra-videogc {
        z-index: 99;
        position: absolute;
        height: 5px;
        margin-top: -10px;
    }
    .texto-video {
        font-size: 11px;
    }
    .barra-videop{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top:-13px;
    }
    .barra-videop2{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top:-15px;
    }
    .barra-videopc{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -17px;
    }
    .barra-videop2c{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -17px;
    }
    .barra-videogi {
        z-index: 99;
        position: absolute;
        height: 5px;
        margin-top: -3px;
    }
    .barra-videopi{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -14px;
    }
    .barra-videop2i {
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -16px;
    }
    .max-height-video1{
        width: 100%;
    }
    .min-height-video1{
        min-height: 232px;
    }
    .min-height-video2{
        min-height: 110px;
        margin-left:5px;
    }
    .min-height-video3{
        min-height: 110px;
        margin-top:12px;
        margin-left:5px;
    }
    .videos-small{
        padding-right: 0;
        padding-left:5.8px;
    }
    .texto-personalizado{
        position: absolute;
        left: 8px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-izq {
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-der{
        position: absolute;
        width: 95.7%;
        left: 15px;
        bottom: -5.5%;
        right: 15px;
        display: block;
        background-color: #000;
        color: #fff;
        padding: 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-video-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 13px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der{
        position: absolute;
        left: 6px;
        bottom: 48.5%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der2{
        position: absolute;
        left: 6px;
        bottom: 44%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 6px;
        text-align: center;
    }
    .texto-video2-cen2 {
        position: absolute;
        left: 6px;
        bottom: 46%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 6px;
        text-align:center;
    }
    .texto-video2-cen2-c1 {
        position: absolute;
        left: 4%;
        bottom: 44.5%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 8px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 6px;
        text-align: center;
    }
    .texto-video3-der{
        position: absolute;
        left: 6px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video3-der2{
        position: absolute;
        left: 6px;
        bottom: -11%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 8px 10px 9px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 6px;
        text-align: center;
    }
    .texto-video3-cen2 {
        position: absolute;
        left: 6px;
        bottom: -11%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 8px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 6px;
        text-align: center;
    }
    .texto-video3-cen2-c1 {
        position: absolute;
        left: 4%;
        bottom: -9.5%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 6px;
        text-align: center;
    }
    .texto-video4-der{
        position: absolute;
        left: 0;
        bottom: 50%;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video5-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video6-der{
        position: absolute;
        left: 7px;
        bottom: 50%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video7-der{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 15px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen2{
        position: absolute;
        left: 0;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 11px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c2 {
        position: absolute;
        left: 0;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 5px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c1 {
        position: absolute;
        left: 0;
        bottom: -22.5%;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 8px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen3{
        position: absolute;
        left: 10px;
        bottom: -11px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen3-c1{
        position: absolute;
        left: 0px;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .max-height-slider{
        max-height: 112px;
    }
    .max-height-slider-rfec{
        max-height: 176px;
        margin-left: -40px;
    }
    .min-height-video1-cen{
        max-height: 233px;
    }
    .max-height-video2-cen{
        max-height: 111px;
    }
    .max-height-video3-cen{
        max-height: 111px;
        margin-top:11px;
    }
    .min-height-top{
        min-height: 168.5px;
        margin-bottom:20px;
    }
    .texto-video-top{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .enlace-video2-top{
        position: absolute;
        left: 3px;
        bottom: 51.3%;
        height: 170px;
        width: 96%;
        display: block;
        background-color: transparent;
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 10;
        margin-right:-300px !important;
    }
    .fecha-video{
        font-size:10px;
        color:#e8d635;
    }
    .resto-video{
        margin-left:7px;
        font-size:10px;
        color:#e8d635;
    }
    .resto-video2{
        margin-left:10px;
        font-size:10px;
        color:#e8d635;
    }
    
    .max-height-publicidad{
        max-height: 168px;
        margin-top: 5px;
    }
    .texto-blog{
        font-size:12px;
    }
    .carousel-inner-box{
        margin-left: -12%;
        width: 114%;
    }
    .min-height-descrivideo {
        min-height: 90.5px;
        margin-bottom: 20px;
    }
    .texto-video {
        font-size: 13px;
    }
    .carousel-inner-box-videos{
        width: 96.6% !important;
    }
    .popover.right {
        margin-left: 30px !important;
    }
    .carousel-inner-box-cen{
        margin-left: -13.8%;
        width: 117%;
    }
    .tit-noticias{
        font-size:12px;
        margin-top: 30%;
    }
    .max-height-rss{
        max-height: 229px;
    }
    .texto-bloque-rss{
        font-family: 'Lato', sans-serif;
        color:#fff;
        text-shadow: 2px 2px #000;
        font-size:10px;
        padding:5px;
    }
    .img-pie{
        max-width: 75%;
        margin-top: 25px;
    }
    .texto-pie{
        margin-top:-32px;
        margin-bottom:40px;
    }
    .texto-pie a{
        text-shadow: none !important;
        color:#000 !important;
        font-family: 'gotham-bold';
    }
    .imgcen{
        max-height:232px;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    h1{font-size:18px !important;}
    .titulo-cabecera {
        display: block;
        margin-top: 18px;
        text-align: left;
        font-size: 12px !important;
    }
    .titulo-videos{
        color:#333333;
        font-size:15px !important;
        font-weight:700;
        margin-top: 10px;
    }
    .iframecvip{
        height:87px !important;
    }
    .max-height-noticias{
        max-height: 182.4px !important;
    }
    .max-height-noticias2{
        max-height: 182.4px !important;
    }
    .barra-video {
        z-index: 99;
        position: absolute;
        height: 4px;
    }
    .barra-videogc {
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -7px;
    }
    .texto-video {
        font-size: 12px;
    }
    .barra-videop{
        z-index: 99;
        position: absolute;
        height: 3px;
        margin-top: -19px;
    }
    .barra-videop2{
        z-index: 99;
        position: absolute;
        height: 3px;
        margin-top: -20px;
    }
    .barra-videopc{
        z-index: 99;
        position: absolute;
        height: 3px;
        margin-top: -21px;
    }
    .barra-videop2c{
        z-index: 99;
        position: absolute;
        height: 3px;
        margin-top: -21px;
    }
    .barra-videogi {
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -3px;
    }
    .barra-videopi{
        z-index: 99;
        position: absolute;
        height: 3px;
        margin-top: -11px;
    }
    .barra-videop2i {
        z-index: 99;
        position: absolute;
        height: 3px;
        margin-top: -17px;
    }
    .max-height-video1{
        width: 100%;
    }
    .min-height-video1{
        min-height: 184px;
    }
    .min-height-video2{
        min-height: 86px;
        margin-left:5px;
    }
    .min-height-video3{
        min-height: 86px;
        margin-top:12px;
        margin-left:5px;
    }
    .videos-small{
        padding-right: 0;
        padding-left:7px;
    }
    .max-height-video2{
        max-height: 87px;
    }
    .max-height-video3{
        max-height: 83px;
        margin-top:17px;
    }
    .max-height-slider{
        max-height: 89px;
    }
    .max-height-slider-rfec{
        max-height: 89px;
        margin-left: -40px;
    }
    .texto-personalizado{
        position: absolute;
        left: 8px;
        bottom: -6.5%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        font-size:8px;
    }
    .texto-personalizado-izq {
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-der{
        position: absolute;
        width: 94.4%;
        left: 15px;
        bottom: -7%;
        right: 15px;
        display: block;
        background-color: #000;
        color: #fff;
        padding: 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        font-size:8px;
    }
    .texto-video-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der{
        position: absolute;
        left: 7px;
        bottom: 49%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:10px;
    }
    .texto-video2-der2{
        position: absolute;
        left: 7px;
        bottom: 42%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 6px;
        text-align: center;
    }
    .texto-video2-cen2 {
        position: absolute;
        left: 7px;
        bottom: 45%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 6px;
        text-align: center;
        height: 28px;
    }
    .texto-video2-cen2-c1 {
        position: absolute;
        left: 6%;
        bottom: 42.8%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 6px;
        text-align: center;
    }
    .texto-video3-der{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,0.5);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:10px;
    }
    .texto-video3-der2{
        position: absolute;
        left: 7px;
        bottom: -12%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:6px;
        text-align: center;
    }
    .texto-video3-cen2 {
        position: absolute;
        left: 7px;
        bottom: -11.8%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 6px;
        text-align: center;
    }
    .texto-video3-cen2-c1 {
        position: absolute;
        left: 6%;
        bottom: -10.2%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 6px;
        text-align: center;
    }
    .texto-video4-der{
        position: absolute;
        left: 0;
        bottom: 48.5%;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 8px 10px 8px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 8px;
    }
    .texto-video5-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:8px;
    }
    .texto-video6-der{
        position: absolute;
        left: 7px;
        bottom: 50%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:8px;
    }
    .texto-video7-der{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:8px;
    }
    .texto-video-cen{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 10px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen2{
        position: absolute;
        left: 0;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 4px 10px 5px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c2 {
        position: absolute;
        left: 0;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 1px 10px 5px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c1 {
        position: absolute;
        left: 0;
        bottom: -23.8%;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen3{
        position: absolute;
        left: 8px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen3-c1{
        position: absolute;
        left: 0px;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen4{
        position: absolute;
        width: 100%;
        bottom: -10px;
        display: block;
        background-color: rgba(0,0,0,0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .min-height-video1-cen{
        max-height: 185px;
    }
    .max-height-video2-cen{
        max-height: 87px;
    }
    .max-height-video3-cen{
        max-height: 87px;
        margin-top:14px;
    }
    .min-height-top{
        min-height: 125.5px;
        margin-bottom:20px;
    }
    .texto-video-top{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .enlace-video2-top{
        position: absolute;
        left: 3px;
        bottom: 51.3%;
        height: 170px;
        width: 96%;
        display: block;
        background-color: transparent;
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 10;
        margin-right:-300px !important;
    }
    .fecha-video{
        font-size:8px;
        color:#e8d635;
    }
    .resto-video{
        margin-left:7px;
        font-size:8px;
        color:#e8d635;
    }
    .resto-video2{
        display:none;
    }
    .texto-blog{
        font-size:10px;
    }
    .min-height-descrivideo {
        min-height: 150.5px;
        margin-bottom: 20px;
    }
    .texto-video {
        font-size: 8px;
    }
    .carousel-inner-box {
        margin-left: -15%;
        width: 117%;
    }
    .carousel-inner-box-videos{
        width: 96% !important;
    }
    .popover.right {
        margin-left: 37px !important;
    }
    .carousel-inner-box-cen{
        margin-left: -16.8%;
        width: 121%;
    }
    .tit-noticias{
        font-size:8px;
        margin-top: 35%;
    }
    .max-height-rss{
        max-height: 181px;
    }
    .texto-bloque-rss{
        font-family: 'Lato', sans-serif;
        color:#fff;
        text-shadow: 2px 2px #000;
        font-size:8px;
        margin-left:5px;
    }
    .img-pie{
        max-width: 75%;
        margin-top: 25px;
    }
    .texto-pie{
        margin-top:-28px;
        margin-bottom:40px;
    }
    .texto-pie a{
        text-shadow: none !important;
        color:#000 !important;
        font-family: 'gotham-bold';
        font-size:12px;
    }
    .imgcen{
        max-height:182.4px;
    }
}

@media (max-width: 768px) and (min-width: 737px) {
    h1{font-size:18px !important;}
    .titulo-cabecera {
        display: block;
        margin-top: 18px;
        text-align: left;
        font-size: 12px !important;
    }
    .titulo-videos{
        color:#333333;
        font-size:15px !important;
        font-weight:700;
        margin-top: 10px;
    }
    .iframecvip{
        height:63px !important;
    }
    .max-height-noticias{
        max-height: 197px !important;
    }
    .max-height-noticias2{
        max-height: 197px !important;
    }
    .colum1{
        padding-right:7.5px;
        padding-left:0;
        margin-top: 3px;
        z-index: 99;
    }
    .colum2{
        padding-right: 0;
        padding-left: 7px;
        margin-top: 3px;
        z-index: 98;
    }
    .colum3{
        padding-right: 7.5px;
        margin-top: 3px;
        padding-left: 0;
        z-index:99;
    }
    .colum4{
        padding-right:0px;
        padding-left:7px;
        margin-top: 3px;
        z-index: 98;
    }
    .colum5{
        padding-right:7.5px;
        padding-left:0;
        margin-top: 3px;
        z-index: 99;
    }
    .colum6{
        padding-right:0px;
        padding-left:7px;
        margin-top: 3px;
        z-index: 98;
    }
    .colum2tv{
        padding-right:7.5px;
        padding-left:0;
        margin-top: 3px;
        z-index: 99;
    }
    .colum3tv{
        padding-right: 0;
        margin-top: 3px;
        padding-left: 0;
        z-index:99;
    }
    .barra-video {
        z-index: 99;
        position: absolute;
        height: 3px;
    }
    .barra-videogc {
        z-index: 99;
        position: absolute;
        height: 3px;
        margin-top: -7px;
    }
    .texto-video {
        font-size: 12px;
    }
    .barra-videop{
        z-index: 99;
        position: absolute;
        height: 2px;
        margin-top: -20px;
    }
    .barra-videop2{
        z-index: 99;
        position: absolute;
        height: 2px;
        margin-top: -19px;
    }
    .barra-videopc{
        z-index: 99;
        position: absolute;
        height: 2px;
        margin-top: -26px;
    }
    .barra-videop2c{
        z-index: 99;
        position: absolute;
        height: 2px;
        margin-top: -24px;
    }
    .barra-videogi {
        z-index: 99;
        position: absolute;
        height: 3px;
        margin-top: -3px;
    }
    .barra-videopi{
        z-index: 99;
        position: absolute;
        height: 2px;
        margin-top: -17px;
    }
    .barra-videop2i {
        z-index: 99;
        position: absolute;
        height: 2px;
        margin-top: -16px;
    }
    .min-height-video1{
        min-height: 135px;
    }
    .min-height-video2{
        min-height: 61px;
        margin-left:5px;
    }
    .min-height-video3{
        min-height: 61px;
        margin-top:12px;
        margin-left:5px;
    }
    .videos-small{
        padding-right: 0;
        padding-left:7px;
    }
    .max-height-video2{
        max-height: 87px;
    }
    .max-height-video3{
        max-height: 83px;
        margin-top:17px;
    }
    .max-height-federate{
        max-height: 98px;
    }
    .max-height-federate2{
        max-height: 98px;
    }
    .max-height-federate3{
        max-height: 98px;
    }
    .max-height-slider-rfec{
        max-height: 63.5px;
        margin-left: -40px;
    }
    .texto-personalizado{
        position: absolute;
        left: 7px;
        bottom: -10%;
        right: 0px;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        font-size: 7px;
    }
    .texto-personalizado-izq {
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-der{
        position: absolute;
        width: 94%;
        left: 15px;
        bottom: -9.9%;
        right: 15px;
        display: block;
        background-color: #000;
        color: #fff;
        padding: 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        font-size: 7px;
    }
    .feder-izq{
        padding-left: 0;
        padding-right:7px;
    }
    .feder-izq-tv{
        padding-left: 0;
        padding-right:7px;
    }
    .feder-der{
        padding-left:7px; 
        padding-right:0;
    }
    .feder-der-tv{
        padding-left:7px; 
        padding-right:0;
    }
    .video-big{
        padding-left: 0;
        padding-right:7.5px;
    }
    .texto-video-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der{
        position: absolute;
        left: 7px;
        bottom: 49%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,0.5);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video2-der2{
        position: absolute;
        left: 7px;
        bottom: 42%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 8px;
        text-align: center;
    }
    .texto-video2-cen2 {
        position: absolute;
        left: 7px;
        bottom: 43%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 8px;
        text-align: center;
        height: 35px;
    }
    .texto-video2-cen2-c1 {
        position: absolute;
        left: 8%;
        bottom: 41.9%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 8px;
        text-align: center;
    }
    .texto-video3-der{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,0.5);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video3-der2{
        position: absolute;
        left: 7px;
        bottom: -16%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 7px 10px 9px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 8px;
        text-align: center;
    }
    .texto-video3-cen2 {
        position: absolute;
        left: 7px;
        bottom: -12%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 8px;
        text-align: center;
    }
    .texto-video3-cen2-c1 {
        position: absolute;
        left: 8%;
        bottom: -10.3%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 4px;
        text-align: center;
    }
    .texto-video4-der{
        position: absolute;
        left: 0;
        bottom: 50%;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:8px;
    }
    .texto-video5-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:8px;
    }
    .texto-video6-der{
        position: absolute;
        left: 7px;
        bottom: 50%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:8px;
    }
    .texto-video7-der{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:8px;
    }
    .texto-video-cen{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:8px;
    }
    .texto-video-cen2{
        position: absolute;
        left: 0;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 12px 10px 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 8px;
        text-align: center;
    }
    .texto-video-cen2-c2 {
        position: absolute;
        left: 0;
        bottom: -18%;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c1 {
        position: absolute;
        left: 0;
        bottom: -27.7%;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 0 10px 4px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen3{
        position: absolute;
        /* left: 8px; */
        bottom: -16px;
        right: 7px;
        display: block;
        background-color: black;
        padding: 6px 10px 11px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 8px;
    }
    .texto-video-cen3-c1{
        position: absolute;
        left: 0px;
        bottom: -16px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 1px 10px 4px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen4{
        position: absolute;
        width: 100%;
        bottom: -10px;
        display: block;
        background-color: rgba(0,0,0,1);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .min-height-video1-cen{
        max-height: 185px;
    }
    .max-height-video2-cen{
        max-height: 87px;
    }
    .max-height-video3-cen{
        max-height: 87px;
        margin-top:14px;
    }
    .min-height-top{
        min-height: 89.5px;
        margin-bottom:20px;
    }
    .texto-video-top{
        position: absolute;
        left: 7px;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .enlace-video2-top{
        position: absolute;
        left: 3px;
        bottom: 51.3%;
        height: 170px;
        width: 96%;
        display: block;
        background-color: transparent;
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 10;
        margin-right:-300px !important;
    }
    .fecha-video{
        font-size:7px;
        color:#e8d635;
    }
    .resto-video{
        margin-left:7px;
        font-size:7px;
        color:#e8d635;
    }
    .resto-video2{
        display:none;
    }
    .texto-video-small {
        font-size: 9px;
    }
    .texto-video {
        font-size: 10px;
    }
    .texto-blog{
        font-size:8px;
    }
    h3-circuitos{
        font-size: 16px;
        margin-top: 3px;
        margin-left: -13px;
    }
    h3{
       font-size: 16px; 
    }
    .min-height-descrivideo {
        min-height: 150.5px;
        margin-bottom: 20px;
    }
    .carousel-inner-box {
        margin-left: -20%;
        width: 123%;
    }
    .carousel-inner-box-videos{
        width: 95.6% !important;
    }
    .popover.right {
        margin-left: 55px !important;
    }
    .margen-megusta{
        margin-left:30px;
    }
    .carousel-inner-box-cen{
        margin-left: -22.8%;
        width: 129%;
    }
    .tit-noticias{
        font-size:7px;
        margin-top: 30%;
    }
    .titulo-superior{
        font-size:6px;
    }
    .max-height-rss{
        max-height: 133px;
    }
    .texto-bloque-rss{
        font-family: 'Lato', sans-serif;
        color:#fff;
        text-shadow: 2px 2px #000;
        font-size:6px;
        margin-left:5px;
    }
    .img-pie{
        max-width: 75%;
        margin-top: 25px;
    }
    .texto-pie{
        margin-top:-25px;
        margin-bottom:40px;
    }
    .texto-pie a{
        text-shadow: none !important;
        color:#000 !important;
        font-family: 'gotham-bold';
        font-size:10px;
    }
    .imgcen{
        max-height:134px;
    }
}
@media (max-width: 736px) and (min-width: 416px) {
    h1{font-size:18px !important;}
    .titulo-cabecera {
        display: block;
        margin-top: 18px;
        text-align: left;
        font-size: 12px !important;
    }
    .titulo-videos{
        color:#333333;
        font-size:15px !important;
        font-weight:700;
        margin-top: 10px;
    }
    .iframecvip{
        height:159px !important;
    }
    .max-height-noticias{
        max-height: 232px;
    }
    .max-height-noticias2{
        max-height: 232px;
    }
    .tit-noticias{
        font-size:12px;
        margin-top: 30%;
    }
    .colum2{
        margin-top:15px;
    }
    .barra-video {
        z-index: 99;
        position: absolute;
        height: 5px;
        margin-top: -44px;
    }
    .barra-videogc {
        z-index: 99;
        position: absolute;
        height: 5px;
        margin-top: -65px;
    }
    .texto-video {
        font-size: 13px;
    }
    .barra-videop{
        z-index: 99;
        position: absolute;
        height: 5px;
        margin-top: -44px;
    }
    .barra-videop2{
        z-index: 99;
        position: absolute;
        height: 5px;
        margin-top: -45px;
    }
    .barra-videopc{
        z-index: 99;
        position: absolute;
        height: 5px;
        margin-top: -65px;
    }
    .barra-videop2c{
        z-index: 99;
        position: absolute;
        height: 5px;
        margin-top: -65px;
    }
    .barra-videogi {
        z-index: 99;
        position: absolute;
        height: 6px;
        margin-top: -3px;
    }
    .barra-videopi{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -17px;
    }
    .barra-videop2i {
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -21px;
    }
    .min-height-video1{
        margin:8px auto;
    }
    .max-height-video1{
        width:100%;
    }
    .max-height-video2{
        width:100%;
    }
    .max-height-video3{
        margin-top:15px;
        width:100%;
    }
    .min-height-video3{
        margin-top:15px;
    }
    .videos-small{
        padding-left: 0;
        padding-right: 7.5px;
        margin-top: 15px;
    }
    .max-height-federate2{
        margin-top:0;
    }
    .feder-izq{
        padding-left: 0;
        padding-right:7px;
    }
    .feder-der{
        padding-left:0; 
        padding-right:7.5px;
        /*margin-top: 13px;*/
    }
    .feder-der-tv{
        padding-left:0; 
        padding-right:0;
        margin-top: 15px;
    }
    .feder-izq-tv{
        padding-left: 0;
        padding-right:0;
    }
    .texto-personalizado{
        position: absolute;
        left: 15px;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-izq {
        position: absolute;
        left: 15px;
        bottom: -10px;
        right: 15px;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-der{
        position: absolute;
        width: 94.7%;
        left: 15px;
        bottom: -10px;
        right: 15px;
        display: block;
        background-color: #000;
        color: #fff;
        padding: 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .video-big{
        padding-left: 0;
        padding-right:7.5px;
    }
    .texto-video-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-video2-der{
        position: absolute;
        left: 0;
        bottom: 49.8%;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-video2-der2{
        position: absolute;
        bottom: 51%;
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 6px 10px 3px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    
    .texto-video2-cen2 {
        position: absolute;
        bottom: 51%;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 1px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video2-cen2-c1 {
        position: absolute;
        left: 3px;
        bottom: 44.1%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 12px;
    }
    .texto-video3-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,0.5);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-video3-der2{
        position: absolute;
        bottom: -1px;
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 6px 10px 5px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video3-cen2 {
        position: absolute;
        /*left: 91px;*/
        bottom: -0.5%;
        /*right: 99px;*/
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video3-cen2-c1 {
        position: absolute;
        left: 3px;
        bottom: -8.1%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 12px;
    }
    .texto-video4-der{
        position: absolute;
        bottom: 50%;
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 8px;
    }
    .texto-video5-der{
        position: absolute;
        bottom: -10px;
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 8px;
    }
    .texto-video6-der{
        position: absolute;
        bottom: 50%;
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:8px;
    }
    .texto-video7-der{
        position: absolute;
        bottom: -10px;
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:8px;
    }
    .texto-video-cen{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-video-cen2{
        position: absolute;
        bottom: -10px;
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 6px 10px 12px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen2-c2 {
        position: absolute;
        /*left: 91px;*/
        bottom: -1%;
        /*right: 99px;*/
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
    }
    .texto-video-cen2-c1 {
        position: absolute;
        left: 0;
        bottom: -22%;
        right: 7px;
        display: block;
        background-color: rgba(0,0,0,1);
        /*color: #f9c00c;*/
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .texto-video-cen3{
        position: absolute;
        bottom: -10px;
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 8px;
    }
    .texto-video-cen3-c1{
        position: absolute;
        bottom: -10px;
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .min-height-video1-cen{
        margin-bottom:15px;
        width:100%;
    }
    .max-height-video2-cen{
        margin-bottom:15px;
        width:100%;
    }
    .max-height-video3-cen{
        margin-bottom:15px;
        width:100%;
    }
    .texto-video-top{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,0.5);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .enlace-video2-top{
        position: absolute;
        left: 3px;
        bottom: 51.3%;
        height: 170px;
        width: 96%;
        display: block;
        background-color: transparent;
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 10;
        margin-right:-300px !important;
    }
    .fecha-video{
        font-size:8px;
        color:#e8d635;
    }
    .resto-video{
        margin-left:10px;
        font-size:8px;
        color:#e8d635;
    }
    .resto-video2{
        display:none;
    }
    .max-height-slider-rfec{
        margin-left: -40px;
    }
    h3{
        font-size: 20px;
    }
    .min-height-descrivideo {
        min-height: 150.5px;
        margin-bottom: 20px;
    }
    .carousel-inner-box {
        margin-left: -7%;
        width: 108%;
    }
    #myCarousel{
        margin-bottom: 0;
    }
    #myCarouselrfec{
        margin-bottom: 40px;
    }
    .carousel-indicators {
        position: absolute;
        bottom: -40px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }
    .max-height-video1-c2{
        margin-bottom:15px;
        width:100%;
    }
    .carousel-inner-box-videos{
        width: 81% !important;
        margin-left: 10%;
    }
    .popover.right {
        margin-left: 7px !important;
    }
    .carousel-inner-box-cen{
        margin-left: -8.8%;
        width: 111%;
    }
    .texto-bloque-rss{
        font-family: 'Lato', sans-serif;
        color: #fff;
        text-shadow: 2px 2px #000;
        font-size: 14px;
        padding: 5px;
    }
}
@media (max-width: 568px) and (min-width: 416px){
    .texto-video2-cen2 {
        position: absolute;
        bottom: 51%;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 1px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
        font-size:12px;
    }
    .texto-video3-cen2 {
        position: absolute;
        bottom: -0.5%;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
        font-size:12px;
    }
    .texto-video2-der2 {
        position: absolute;
        bottom: 51%;
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 6px 10px 3px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:12px;
    }
    .texto-video3-der2 {
        position: absolute;
        bottom: -1px;
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 6px 10px 5px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:12px;
    }
}
@media (max-width: 415px) and (min-width: 300px) {
    h1{
        font-size: 18px !important;
        padding-top: 5px;
    }
    .titulo-cabecera {
        display: block;
        margin-top: 21px;
        text-align: left;
        font-size: 12.5px !important;
    }
    .titulo-videos{
        color:#333333;
        font-size:15px !important;
        font-weight:700;
        margin-top: 10px;
    }
    .iframecvip{
        height:84px !important;
    }
    /*.max-height-noticias{
        max-height: 145px;
    }
    .max-height-noticias2{
        max-height: 145px;
    }*/
    .tit-noticias{
        font-size:10px;
        margin-top: 30%;
    }
    .colum2{
        margin-top:-25px;
    }
    .barra-video {
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top:-62px;
    }
    .barra-videogc {
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -78px;
    }
    .texto-video {
        font-size: 13px;
    }
    .barra-videop{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -45px;
    }
    .barra-videop2{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -61px;
    }
    .barra-videopc{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -64px;
    }
    .barra-videop2c{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -82px;
    }
    .barra-videogi {
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -49px;
    }
    .barra-videopi{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -49px;
    }
    .barra-videop2i {
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -49px;
    }
    .min-height-video1{
        margin: 8px auto;
    }
    .max-height-video2{
        
    }
    .max-height-video3{
        margin-top:15px;
    }
    .min-height-video3{
        margin-top:15px;
    }
    .max-height-federate2{
        margin-top:0;
    }
    .video-big{
        padding-left: 0;
        padding-right:0;
    }
    .videos-small{
        padding-left: 0;
        padding-right:0;
        margin-top: 15px;
    }
    .feder-der-tv{
        padding-left:0; 
        padding-right:0;
        margin-top: 15px;
    }
    .feder-der{
        padding-left:0; 
        padding-right:0;
    }
    .feder-izq{
        padding-left: 0;
        padding-right:0;
    }
    .feder-izq-tv{
        padding-left: 0;
        padding-right:0;
    }
    .texto-personalizado{
        position: absolute;
        left: 15px;
        bottom: -10px;
        right: 16px;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-izq {
        position: absolute;
        left: 15px;
        bottom: -10px;
        right: 15px;
        display: block;
        background-color: rgba(0,0,0,1);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-personalizado-der{
        position: absolute;
        left: 15px;
        bottom: -10px;
        right: 15px;
        display: block;
        background-color: #000;
        color: #fff;
        padding: 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-video-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,0.5);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-video2-der{
        position: absolute;
        left: 0;
        bottom: 49.8%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,0.5);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-video2-der2{
        position: absolute;
        left: 0;
        bottom: 48.5%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 10px 10px 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 13px;
        text-align: center;
    }
    .texto-video2-cen2 {
        position: absolute;
        left: 0;
        bottom: 48%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 10px 10px 13px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 13px;
        text-align: center;
        height: 63px;
    }
    .texto-video2-cen2-c1 {
        position: absolute;
        left: 0;
        bottom: 48.9%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 8px 10px 8px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 12px;
        text-align:center;
    }
    .texto-video3-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,0.5);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-video3-der2{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 12px 10px 12px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 13px;
        text-align: center;
    }
    .texto-video3-cen2 {
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 12px 10px 12px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 13px;
        text-align: center;
        height: 65px;
    }
    .texto-video3-cen2-c1 {
        position: absolute;
        left: 0;
        bottom: -1.1%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 7px 10px 4px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 12px;
        text-align:center;
    }
    .texto-video4-der{
        position: absolute;
        left: 0;
        bottom: 49%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:8px;
    }
    .texto-video5-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:8px;
    }
    .texto-video6-der{
        position: absolute;
        left: 0;
        bottom: 50%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:8px;
    }
    .texto-video7-der{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:8px;
    }
    .texto-video-cen{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 8px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .texto-video-cen2{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 10px 10px 10px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 8px;
        text-align: center;
    }
    .texto-video-cen2-c2 {
        position: absolute;
        left: 0;
        bottom: -2%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align: center;
        height: 55px;
    }
    .texto-video-cen2-c1 {
        position: absolute;
        left: 0;
        bottom: -5%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        text-align:center;
    }
    .texto-video-cen3{
        position: absolute;
        left: 15px;
        bottom: -10px;
        right: 15px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size:8px;
    }
    .texto-video-cen3-c1{
        position: absolute;
        left: 15px;
        bottom: -10px;
        right: 15px;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .min-height-video1-cen{
        margin-bottom:15px;
    }
    .max-height-video2-cen{
        margin-bottom:15px;
    }
    .max-height-video3-cen{
        margin-bottom:15px;
    }
    .texto-video-top{
        position: absolute;
        left: 0;
        bottom: -10px;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,0.5);
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
    }
    .enlace-video2-top{
        position: absolute;
        left: 3px;
        bottom: 51.3%;
        height: 170px;
        width: 96%;
        display: block;
        background-color: transparent;
        color: rgba(255,255,255,1.00);
        padding: 6px 10px 7px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 10;
        margin-right:-300px !important;
    }
    .fecha-video{
        font-size:8px;
        color:#e8d635;
    }
    .resto-video{
        margin-left:10px;
        font-size:8px;
        color:#e8d635;
    }
    .resto-video2{
        display:none;
    }
    .max-height-slider-rfec{
        
        margin-left: -40px;
    }
    h3{
        font-size: 16px;
    }
    .min-height-descrivideo {
        min-height: 150.5px;
        margin-bottom: 20px;
    }
    .carousel-inner-box {
        margin-left: -13%;
        width: 115%;
    }
    #myCarousel{
        margin-bottom: 40px;
    }
    #myCarouselrfec{
        margin-bottom: 40px;
    }
    .carousel-indicators {
        position: absolute;
        bottom: -40px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }
    .max-height-video1-c2{
        margin-bottom:14px;
    }
    .carousel-inner-box-videos{
        width: 81% !important;
        margin-left: 10%;
    }
    .popover.right {
        margin-left: 23px !important;
    }
    .carousel-inner-box-cen{
        margin-left: -17.5%;
        width: 122.3%;
    }
    .titulo-superior{
        font-size:9px;
    }
    .texto-bloque-rss{
        font-family: 'Lato', sans-serif;
        color: #fff;
        text-shadow: 2px 2px #000;
        font-size: 9px;
        margin-left: 5px;
    }
}
/* Ajustes Iphone 5 */
@media(max-width: 320px) and (min-width: 300px){
    .tit-noticias {
        font-size: 9px;
        margin-top: 30%;
    }
    .barra-videopc{
        z-index: 99;
        position: absolute;
        height: 4px;
        margin-top: -60px;
    }
    .texto-video2-cen2 {
        position: absolute;
        left: 0;
        bottom: 48%;
        right: 0;
        display: block;
        background-color: rgba(0,0,0,1);
        padding: 10px 10px 13px 10px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 9;
        font-size: 13px;
        text-align: center;
        height: 58px;
    }
}
@media (max-width: 1280px) and (min-width: 1025px) {
    .max-height-video2{
        max-height: 114px;
    }
    .max-height-video3{
        max-height: 109px;
        margin-top:15px;
    }
}
@media (max-width: 1280px) and (min-width: 1264px) {
    .max-height-federate{
        max-height: 112px;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .max-height-federate{
        max-height: 87px;
    }
}
@media (max-width: 1280px) and (min-width: 1264px) {
    .max-height-federate2{
        max-height: 112px;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .max-height-federate2{
        max-height: 87px;
    }
}
@media (max-width: 1280px) and (min-width: 1264px) {
    .max-height-federate3{
        max-height: 112px;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .max-height-federate3{
        max-height: 87px;
    }
}

.noticias-relacionadas{
    background: #f3f3f3;
    max-width: 300px;
}
.cab-ultimas-noticias{
    padding: 40px 0 10px 0;
    background: #565455;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    text-shadow: initial;
}
.ultimas-noticias{
    list-style: none;
    padding: 0;
}

.ultimas-noticias p{
    font-size:12px;
    text-shadow: initial;
}
.border-top-blog{
    margin-bottom:20px;
    border-top: 1px solid #dbdddc;
}
.contenido-blog{
    margin-bottom:150px;
}
.contenido-blog p{
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}
.border-bottom-rss{
    border-bottom: 1px solid #e8d635;
}
.megusta{
    background: #f3f3f3;
    color: #3b3e45 !important;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 16px;
    text-align: center;
}
.megusta a{
    color: #3b3e45 !important;
}

.megusta2{
    background: transparent;
    color: #3b3e45 !important;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 16px;
    text-align: center;
}
.megusta2 a{
    color: #3b3e45 !important;
}

.fecha-noticia{
    background: #f3f3f3;
    padding: 35px 20px;
    color:#aaa;
}
.ultimas-clasificaciones{
    background: #eee;
}
.ultimas-clasificaciones-usuario{
    /*background: #eee;*/
    /*padding: 10px;*/
    border: 2px solid #fff;
}
.thumbnails{
    list-style:none;
    margin-bottom: 0;
}
#comentar:hover{
    cursor: pointer;
}
.cab-patrocinado{
    text-align:center;
    color: #aaa;
}
.cab-videos-relacionados{
    padding: 10px 10px;
    background: #f3f3f3;
    margin-top: 0;
}
.masinfoprueba{
    list-style:none;
}
.masinfoprueba li{
    font-weight:300 !important;
}

.td-calendario-fecha{
    text-align:center;
    font-size: 16px;
    background-color:#e8d635;
    color: #555;
    vertical-align:middle !important;
    border: 2px solid white;
    cursor:pointer;
    text-shadow: initial !important;
}
.td-calendario-fecha a{
    color:#555 !important;
}
.td-calendario-fecha-mv{
    /*background-color: #e8d635;*/
    text-shadow: initial !important;
    vertical-align: middle;
    height: 45px;
    text-align: center;
    padding: 5px;
    font-size: 11px;
    font-weight: 600;
}
@media (max-width:321px) and (min-width:300px){
    .td-calendario-fecha-mv{
        font-size: 9px;
    }
}
.td-calendario{
    vertical-align:middle !important;
    border: 2px solid white;
    cursor:pointer;
    text-shadow: initial !important;
}
.td-calendario-sin-cursor{
    vertical-align:middle;
    border: 2px solid white;
    text-shadow: initial !important;
    text-align: center;
}
.td-calendario-sin-cursor-mv{
    background:#ddd;
    vertical-align:middle;
    text-shadow: initial !important;
    height:230px;
}
@media (max-width:320px) and (min-width:300px){
    .td-calendario-sin-cursor-mv{
        height:260px;
    }
}

.categoriaspc{
    background-color: #999;
    float: left;
    margin-top: 10px;
    color:white !important;
    padding-right:5px;
    padding-left:5px;
    cursor:pointer;
}
.suspendida{
    margin-top: 10px;
    color:#e83535 !important;
    padding-right:5px;
    padding-left:5px;
}


.cab-ultimas-clasificaciones{
    text-align: center;
    background: #555;
    color: #fff;
    text-shadow: initial;
    padding: 5px 20px;
    width: 75%;
}
.span-descripcion{
    display: block;
    text-shadow: initial;
}
.span-descripcion a{
    text-shadow: initial;
}
.span-categorias{
    display:block;
    font-size:0.7em;
    color: #999;
    text-shadow: initial;
    margin-top: 5px;
}
.span-categorias a{
    color: #999 !important;
    text-shadow: initial;
}
.td-clasificacion{
    vertical-align:middle !important;
    border: 2px solid white;
    text-shadow: initial !important;
    background-color:#f3f3f3;
}
.td-clasificacion-mv{
    vertical-align:middle !important;
    text-shadow: initial !important;
    background-color:#f3f3f3;
    padding:5px;
}
.td-clasificacion-pos{
    text-align:center;
    font-size: 16px;
    background-color:#e8d635;
    color: #555;
    vertical-align:middle !important;
    border: 2px solid white;
    text-shadow: initial !important;
}
.td-clasificacion-pos-mv{
    text-align:center;
    font-size: 18px;
    background-color:#e8d635;
    color: #555;
    vertical-align:middle !important;
    text-shadow: initial !important;
    height:60px;
    padding-top: 20px;
}
.td-clasificacion-fecha{
    text-align:center;
    font-size: 16px;
    background-color:#e8d635;
    color: #555;
    vertical-align:middle !important;
    text-shadow: initial !important;
}
.td-clasificacion-fecha a{
    color:white !important;
}
.tit-h1{
    font-style:italic;
    color:#555;
    font-weight:bold;
    font-size:1.8em;
}
.td-clasificacion-foto{
    vertical-align:middle !important;
    text-align: center;
    border: 2px solid white;
    text-shadow: initial !important;
    background-color: #f3f3f3;
}
.td-clasificacion-foto-mv{
    vertical-align:middle !important;
    text-align: center;
    text-shadow: initial !important;
    background-color: #f3f3f3;
}
.td-clasificacion-ptos{
    vertical-align:middle !important;
    border: 2px solid white;
    text-shadow: initial !important;
    background-color: #f3f3f3;
    vertical-align:middle !important;
    text-align:center;
}
.td-clasificacion-ptos-total{
    border: 2px solid white;
    text-shadow: initial !important;
    text-align:center;
    background-color: #fad093;
}
.td-clasificacion-ptos-total-mv{
    vertical-align:middle !important;
    text-shadow: initial !important;
    text-align:center;
    background-color: #f3f3f3;
    height:60px;
}
.sube{
    background-color:#0ec166;
    color:#555 !important;
}
.baja{
    background-color:red;
    color:#555 !important;
}
.td-clasificacion-top3{
    vertical-align:middle !important;
    border: 2px solid white;
    text-shadow: initial !important;
    background-color: #fad093;
}
.td-clasificacion-top3-mv{
    vertical-align:middle !important;
    text-shadow: initial !important;
    background-color: #fad093;
    padding:5px;
}
.td-clasificacion-descripcion {
    font-size: 14px;
    color:#555;
    border-top: 2px solid white !important;
    text-shadow: initial !important;
}
.td-clasificacion-descripcion-user {
    font-size: 14px;
    background-color: #e8d635;
    color: #555;
    border-top: 2px solid white !important;
    text-shadow: initial !important;
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .td-clasificacion-descripcion {
        font-size: 12px;
        color:#555;
        border-top: 2px solid white !important;
        text-shadow: initial !important;
    }
    .td-clasificacion-descripcion-user {
        font-size: 12px;
        background-color: #e8d635;
        color: #555;
        border-top: 2px solid white !important;
        text-shadow: initial !important;
    }
}
.td-clasificacion-posi {
    text-align: center;
    font-size: 16px;
    background-color: #555;
    color: #fff;
    vertical-align: middle !important;
    border-top: 2px solid white !important;
    text-shadow: initial !important;
}
.td-clasificacion-foto-user{
    vertical-align:middle !important;
    text-align: center;
    border-top: 2px solid white !important;
    text-shadow: initial !important;
    background-color: #f3f3f3;
}
.td-clasificacion-ptos-total-user {
    vertical-align: middle !important;
    border-top: 2px solid white !important;
    text-shadow: initial !important;
    text-align: center;
    background-color: #fad093;
}
.td-clasificacion-pos-user{
    text-align:center;
    font-size: 16px;
    background-color:#e8d635;
    color: #555;
    vertical-align:middle !important;
    border-top: 2px solid white !important;
    text-shadow: initial !important;
}

.menu-circuito-clas{
    background-color:#e8d635;
    color: #555;
    width: 100%;
    z-index: 99;
    margin-top: 0;
}
.menu-circuito-clas a{
    color:#000 !important;
    text-shadow: initial !important;
}

.btn-normativa{
    background:#333333;
    font-size:14px;
    margin: 10px 10px 10px 0;
    padding:3px 15px;
    display:inline-block;
    text-shadow: initial;
    border-radius:3px;
    color:#fff !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-clasificacion{
    background:#e8d635;
    font-size:14px;
    margin: 10px 15px 10px 0;
    padding:3px 15px;
    display:inline-block;
    text-shadow: initial;
    border-radius:3px;
    color:#555 !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.td-calendario-fecha-circuito {
    text-align: center;
    font-size: 16px;
    vertical-align: middle !important;
}
@media(max-width:1336px) and (min-width:1247px){
    .td-calendario-fecha-circuito {
        text-align: center;
        font-size: 15px;
        vertical-align: middle !important;
    }
}
@media(max-width:1246px) and (min-width:1025px){
    .td-calendario-fecha-circuito {
        text-align: center;
        font-size: 17px;
        vertical-align: middle !important;
    }
}
.calendario-pruebas{
    overflow:auto;
    max-height:578px;
}
.linea-videos{
    border-bottom:3px solid #777;
    height: 22px;
    margin-bottom: 15px;
}
.linea-videos-top{
    border-bottom: 3px solid #777;
    height: 45px;
    margin-bottom: 15px;
}

/***************** PIE ********************/
.pie{
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    background: transparent !important;
    border: none;
    /*height:150px;*/
}
.texto-footer{
    margin-top:-10px;
    text-align:center;
}

/**************** GENERAL *****************/
h1{text-shadow: initial !important;}
h3{text-shadow: initial !important;}
h4{text-shadow: initial !important;}
p{text-shadow: initial !important;}
img{
    display: block;
    max-width: 100%;
    height: auto;
}

.float-left{float: left;}
.float-right{float: right !important;}
.text-left{text-align: left!important;}
.text-right{text-align: right !important;}
.text-center{text-align: center !important;}
/*.text-justify{text-align: justify !important;}*/
.position-relative{position:relative;}
.position-absolute{position:absolute !important;}
.top-120{top:120px;}
.top-85{top:85px;}
.top-75{top:75px;}
.top-70{top:70px;}
.top-60{top:60px;}
.top-28{top:28px;}
.top-12{top:12px;}
.top-menos-1{top:-1px;}
.margin-bottom-330{margin-bottom:330px;}
.margin-bottom-300{margin-bottom:300px;}
.margin-bottom-200{margin-bottom:200px;}
.margin-bottom-150{margin-bottom:150px;}
.margin-bottom-140{margin-bottom:140px;}
.margin-bottom-130{margin-bottom:130px;}
.margin-bottom-101{margin-bottom:101px;}
.margin-bottom-70{margin-bottom:70px;}
.margin-bottom-65{margin-bottom:65px;}
.margin-bottom-60{margin-bottom:60px;}
.margin-bottom-50{margin-bottom:50px;}
.margin-bottom-40{margin-bottom:40px;}
.margin-bottom-30{margin-bottom:30px;}
.margin-bottom-25{margin-bottom:25px;}
.margin-bottom-20{margin-bottom:20px !important;}
.margin-bottom-15{margin-bottom:15px;}
.margin-bottom-10{margin-bottom:10px !important;}
.margin-bottom-5{margin-bottom:5px !important;}
.margin-bottom-3{margin-bottom:3px !important;}
.margin-bottom-0{margin-bottom:0 !important;}
.margin-top-400{margin-top:400px;}
.margin-top-200{margin-top:200px;}
.margin-top-160{margin-top:160px;}
.margin-top-120{margin-top:120px;}
.margin-top-115{margin-top:115px;}
.margin-top-100{margin-top:100px;}
.margin-top-90{margin-top:90px;}
.margin-top-80{margin-top:80px;}
.margin-top-70{margin-top:70px;}
.margin-top-63{margin-top:63px;}
.margin-top-60{margin-top:60px;}
.margin-top-55{margin-top:55px;}
.margin-top-50{margin-top:50px;}
.margin-top-45{margin-top:45px;}
.margin-top-40{margin-top:40px;}
.margin-top-35{margin-top:35px;}
.margin-top-33{margin-top:33px;}
.margin-top-30{margin-top:30px;}
.margin-top-25{margin-top:25px;}
.margin-top-24{margin-top:24px;}
.margin-top-23{margin-top:23px;}
.margin-top-22{margin-top:22px;}
.margin-top-20{margin-top:20px;}
.margin-top-19{margin-top:19px;}
.margin-top-18{margin-top:18px !important;}
.margin-top-17{margin-top:17px;}
.margin-top-15{margin-top:15px !important;}
.margin-top-14{margin-top:14px;}
.margin-top-12{margin-top:12px;}
.margin-top-11{margin-top:11px;}
.margin-top-10{margin-top:10px !important;}
.margin-top-8{margin-top:8px !important;}
.margin-top-7{margin-top:7px !important;}
.margin-top-6{margin-top:6px !important;}
.margin-top-5{margin-top:5px !important;}
.margin-top-4{margin-top:4px !important;}
.margin-top-3{margin-top:3px !important;}
.margin-top-2{margin-top:2px !important;}
.margin-top-0{margin-top:0 !important;}
.margin-top-menos-115{margin-top: -115px !important;}
.margin-top-menos-54{margin-top: -54px !important;}
.margin-top-menos-50{margin-top: -50px !important;}
.margin-top-menos-45{margin-top: -45px !important;}
.margin-top-menos-35{margin-top: -35px !important;}
.margin-top-menos-30{margin-top: -30px !important;}
.margin-top-menos-28{margin-top: -28px !important;}
.margin-top-menos-20{margin-top: -20px !important;}
.margin-top-menos-18{margin-top: -18px !important;}
.margin-top-menos-15{margin-top: -15px !important;}
.margin-top-menos-10{margin-top: -10px !important;}
.margin-top-menos-5{margin-top: -5px !important;}
.margin-top-menos-4{margin-top: -4px !important;}
.margin-top-menos-3{margin-top: -3px !important;}
.margin-top-6p{margin-top:6%;}
.margin-left-105{margin-left:105px !important;}
.margin-left-95{margin-left:95px !important;}
.margin-left-45{margin-left:45px !important;}
.margin-left-40{margin-left:40px !important;}
.margin-left-25{margin-left:25px !important;}
.margin-left-20{margin-left:20px !important;}
.margin-left-15{margin-left:15px !important;}
.margin-left-10{margin-left:10px;}
.margin-left-6{margin-left:6px;}
.margin-left-5{margin-left:5px;}
.margin-left-3{margin-left:3px;}
.margin-left-0{margin-left:0 !important;}
.margin-left-menos-90{margin-left:-90px !important;}
.margin-left-menos-40{margin-left:-40px !important;}
.margin-left-menos-15{margin-left:-15px !important;}
.margin-left-menos-10{margin-left:-10px !important;}
.margin-left-72p{margin-left:72%;}
.margin-left-65p{margin-left:65%;}
.margin-left-62p{margin-left:62%;}
.margin-left-61p{margin-left:61%;}
.margin-left-50p{margin-left:50%;}
.margin-left-42p{margin-left:42%;}
.margin-left-30p{margin-left:30%;}
.margin-left-20p{margin-left:20%;}
.margin-left-19p{margin-left:19%;}
.margin-left-15p{margin-left:15%;}
.margin-left-5p{margin-left:5%;}
.margin-left-2p{margin-left:2%;}
.margin-left-1p{margin-left:1%;}
.margin-right-125{margin-right:125px;}
.margin-right-105{margin-right:105px;}
.margin-right-75{margin-right:75px;}
.margin-right-70{margin-right:70px;}
.margin-right-55{margin-right:55px;}
.margin-right-50{margin-right:50px;}
.margin-right-45{margin-right:45px;}
.margin-right-40{margin-right:40px;}
.margin-right-30{margin-right:30px;}
.margin-right-25{margin-right:25px;}
.margin-right-20{margin-right:20px !important;}
.margin-right-15{margin-right:15px !important;}
.margin-right-13{margin-right:13px;}
.margin-right-10{margin-right:10px;}
.margin-right-7{margin-right:7px;}
.margin-right-5{margin-right:5px;}
.margin-right-3{margin-right:3px !important;}
.margin-right-menos-15{margin-right:-15px !important;}
.margin-right-100p{margin-right:100%;}
.margin-right-65p{margin-right:65%;}
.margin-right-61p{margin-right:61%;}
.margin-right-46p{margin-right:46%;}
.margin-right-20p{margin-right:20%;}
.margin-50{margin:50px;}
.margin-10{margin:10px;}
.margin-5{margin:5px;}
.margin-3{margin:3px;}
.margin-0{margin:0 !important;}
.padding-40{padding:40px;}
.padding-25{padding:25px;}
.padding-20{padding:20px;}
.padding-15{padding:15px;}
.padding-10{padding:10px;}
.padding-8{padding:8px !important;}
.padding-5{padding:5px;}
.padding-4{padding:4px;}
.padding-3{padding:3px;}
.padding-2{padding:2px;}
.padding-0{padding:0 !important;}
.padding-left-200{padding-left:200px;}
.padding-left-180{padding-left:180px;}
.padding-left-150{padding-left:150px;}
.padding-left-140{padding-left:140px;}
.padding-left-100{padding-left:100px;}
.padding-left-60{padding-left:60px;}
.padding-left-55{padding-left:55px !important;}
.padding-left-50{padding-left:50px;}
.padding-left-35{padding-left:35px;}
.padding-left-30{padding-left:30px !important;}
.padding-left-25{padding-left:25px !important;}
.padding-left-20{padding-left:20px;}
.padding-left-15{padding-left:15px;}
.padding-left-14{padding-left:14px;}
.padding-left-13{padding-left:13px;}
.padding-left-10{padding-left:10px !important;}
.padding-left-9{padding-left:9px;}
.padding-left-7-5{padding-left:7.5px;}
.padding-left-7{padding-left:7px;}
.padding-left-5{padding-left:5px;}
.padding-left-0{padding-left:0;}
.padding-right-200{padding-right:200px;}
.padding-right-180{padding-right:180px;}
.padding-right-150{padding-right:150px;}
.padding-right-140{padding-right:140px;}
.padding-right-100{padding-right:100px;}
.padding-right-90{padding-right:90px;}
.padding-right-60{padding-right:60px;}
.padding-right-55{padding-right:55px !important;}
.padding-right-50{padding-right:50px;}
.padding-right-40{padding-right:40px;}
.padding-right-35{padding-right:35px !important;}
.padding-right-30{padding-right:30px !important;}
.padding-right-25{padding-right:25px !important;}
.padding-right-23{padding-right:23px;}
.padding-right-20{padding-right:20px;}
.padding-right-17{padding-right:17px;}
.padding-right-14{padding-right:14px;}
.padding-right-12{padding-right:12px !important;}
.padding-right-10{padding-right:10px !important;}
.padding-right-7{padding-right:7px;}
.padding-right-5{padding-right:5px !important;}
.padding-right-0{padding-right:0;}
.padding-bottom-50{padding-bottom:50px;}
.padding-bottom-40{padding-bottom:40px;}
.padding-bottom-30{padding-bottom:30px;}
.padding-bottom-20{padding-bottom:20px;}
.padding-bottom-15{padding-bottom:15px;}
.padding-bottom-12{padding-bottom:12px;}
.padding-bottom-10{padding-bottom:10px !important;}
.padding-bottom-5{padding-bottom:5px;}
.padding-bottom-4{padding-bottom:4px !important;}
.padding-top-135{padding-top:135px;}
.padding-top-30{padding-top:30px;}
.padding-top-25{padding-top:25px !important;}
.padding-top-20{padding-top:20px !important;}
.padding-top-15{padding-top:15px;}
.padding-top-10{padding-top:10px !important;}
.padding-top-5{padding-top:5px;}
.padding-top-0{padding-top:0 !important;}

.right-menos-40{right:-40px !important;}
.right-menos-35{right:-35px !important;}
.right-menos-25{right:-25px !important;}
.right-menos-5{right:-5px !important;}
.right-5{right:5px !important;}
.right-0{right:0 !important;}
.left-menos-220p{left:-220% !important;}
.left-menos-80{left:-80px !important;}
.left-menos-65{left:-65px !important;}
.left-menos-40{left:-40px !important;}
.left-55{left:55px !important;}
.left-40{left:40px !important;}
.left-5{left:5px !important;}
.left-0{left:0 !important;}

.rotar-90{
    transform: rotateZ(-90deg);
}
.separacion-fila{
    z-index:99;
    background-color:white;
    height:10px;
    margin-top:-3px;
}

.banner-fade{
    display: block; 
    position: relative; 
    width: 100%;
}

@media(max-width:2560px) and (min-width: 768px ){
    .padding-top-menulanding-video{padding-top:20px;}
    .margin-top-menulanding-clasificacion{margin-top:20px;}
    .margin-top-menulanding{margin-top:20px;}
    .titulo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-weight: 700;
        font-size: 72px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .seccion-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-top:10px;
    }
    .seccion-carnet2{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-top:10px;
        color:#8c8c8c;
    }
    .seccion-carnet-o{
        font-size:20px !important;
        margin-top:20px;
    }
    .seccion-carnet-solicito{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
    }
    .seccion-carnet-faq{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-bottom: 40px;
    }
    .seccion-carnet-h4{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:14px !important;
        margin-top:10px;
    }
    .cajon1{
        margin-top:20px;
        margin-bottom:15px;
        min-height: 163px;
    }
    .cajon2{
        margin-bottom:15px;
        min-height: 163px;
    }
    .cajon3{
        margin-bottom:15px;
        min-height: 163px;
    }
    .cajon4{
        margin-bottom:15px;
        min-height: 163px;
    }
    .cajon1new{
        margin-top:20px;
        margin-bottom:5px;
        min-height: 163px;
        background-image: linear-gradient(to bottom,#fff 0,#fff 0) !important;
        padding: 0;
    }
    .cajon1-1{
        margin-top:20px;
        margin-bottom:15px;
        min-height: 163px;
        background-image: linear-gradient(to bottom,#fff 0,#fff 0) !important;
        padding: 0;
    }
    .cajon1-5{
        margin-top:9px;
        margin-bottom:5px;
        min-height: 163px;
        background-image: linear-gradient(to bottom,#fff 0,#fff 0) !important;
        padding: 0;
    }
    .cajon2new{
        margin-bottom:15px;
        min-height: 163px;
        background-image: linear-gradient(to bottom,#fff 0,#fff 0) !important;
        padding: 0;
    }
    .cajon2-6{
        margin-bottom:12px;
        min-height: 163px;
        background-image: linear-gradient(to bottom,#fff 0,#fff 0) !important;
        padding: 0;
    }
    .cajon4new{
        margin-bottom:15px;
        min-height: 163px;
        background-image: linear-gradient(to bottom,#fff 0,#fff 0) !important;
        padding: 0;
    }
    .cajon4-4{
        margin-bottom:15px;
        min-height: 163px;
        background-image: linear-gradient(to bottom,#fff 0,#fff 0) !important;
        padding: 0;
    }
    .cajon5{
        margin-bottom:15px;
        min-height: 133px;
        background-image: linear-gradient(to bottom,#fff 0,#fff 0) !important;
        padding: 0;
    }
    .titulo-cajon-carnet{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:19px !important;
        font-weight: 700;
        margin-top: -16%;
        margin-left: 27%;
    }
    .titulo-cajon-carnet2{
        font-family: 'Ubuntu', sans-serif !important;
        font-size:19px !important;
        font-weight: 700;
        text-align: right;
        margin-top: -16%;
        margin-right: 27%;
    }
    .texto-cajon{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
        margin-left: 27%;
        font-size: 16px;
        text-align: justify;
        padding-right: 8px;
        font-weight:700;
    }
    .texto-cajon2{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        margin-right: 27%;
        font-size: 16px;
        text-align: justify;
        padding-left: 8px;
        font-weight:700;
    }
    .margin-top-masinfo{
        margin-top:-31%;
    }
    .margin-top-btn-solicitalo{
        margin-top: -18%;
        width:500px;
    }
    .panel-faq{
        background-image: linear-gradient(to bottom,transparent,transparent) !important;
        background-color: transparent !important;
    }
    .titulo-faq {
        margin-top: -3.4% !important;
        margin-bottom: 30px !important;
        margin-left: 25px !important;
        font-size: 21px !important;
        font-family: 'gotham-bold', sans-serif;
    }
    .panel-respuesta{
        border-left: 15px solid #e8d635;
        text-align: justify;
    }
    .tipo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-weight: 700;
        text-align: center;
        font-size:34px;
    }
    .seccion-carnet-precio{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-top:25px;
    }
    .precio-carnet{
        font-size:30px;
    }
    .margin-top-btn-solicitalo2{
        width:500px;
    }
    .validez{
        margin-top: 10px;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
    }
    .titulo-cajon-carnet3{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:19px !important;
        font-weight: 700;
        margin-top: -10%;
        margin-left: 27%;
    }
    .titulo-cajon-carnet2-3{
        font-family: 'Ubuntu', sans-serif !important;
        font-size:19px !important;
        font-weight: 700;
        text-align: right;
        margin-top: -10%;
        margin-right: 27%;
    }
    .cabeceras-carnet{
        height:130px;
    }
    .carnet-h2{
        font-family: 'gotham-bold', sans-serif !important;
        text-align: center;
    }
    .carnet-h3{
        font-family: 'gotham-bold', sans-serif !important;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .por-solo{
        font-size: 19px;
        font-weight: 700;
        color:#666;
    }
    .flecha-carnet{
        float:right;
        font-size:17px;
        color:white;
    }
    .flecha-carnet-faq{
        position: relative;
        float:right;
        font-size:17px;
        color:white;
        margin-right:1.2%;
    }
    .landing-carnet-precio{
        color:#e8d635 !important;
        font-size: 36px;
    }
    .landing-carnet-precio-tabla{
        color:#666 !important;
        font-size: 36px;
        font-family: 'Arial Black';
    }
    .landing-carnet-ano{
        color:#e8d635 !important;
        font-size: 12px;
        top:-1.5em;
    }
    .landing-carnet-basic-ano{
        color:#b99e2c !important;
        font-size: 12px;
        top:-1.5em;
    }
    .carnet-que-incluye{
        font-size:18px;
    }
}
@media(max-width:2365px) and (min-width: 2106px ){
    .padding-top-menulanding-video{padding-top:20px;}
    .margin-top-menulanding-clasificacion{margin-top:20px;}
    .margin-top-menulanding{margin-top:20px;}
    .titulo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-weight: 700;
        font-size: 72px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .seccion-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-top:10px;
    }
    .seccion-carnet2{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-top:10px;
    }
    .seccion-carnet-o{
        font-size:20px !important;
        margin-top:10px;
    }
    .seccion-carnet-solicito{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
    }
    .seccion-carnet-faq{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-bottom: 40px;
    }
    .cajon1{
        margin-top:20px;
        margin-bottom:15px;
        min-height: 144px;
    }
    .cajon2{
        margin-bottom:15px;
        min-height: 144px;
    }
    .cajon3{
        margin-bottom:15px;
        min-height: 144px;
    }
    .cajon4{
        margin-bottom:15px;
        min-height: 144px;
    }
    .titulo-cajon-carnet{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:18px !important;
        font-weight: 700;
        margin-top: -16%;
        margin-left: 27%;
    }
    .titulo-cajon-carnet2{
        font-family: 'Ubuntu', sans-serif !important;
        font-size:18px !important;
        font-weight: 700;
        text-align: right;
        margin-top: -16%;
        margin-right: 27%;
    }
    .texto-cajon{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
        margin-left: 27%;
        font-size: 16px;
        text-align: justify;
        padding-right: 8px;
        font-weight:700;
    }
    .texto-cajon2{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        margin-right: 27%;
        font-size: 16px;
        text-align: justify;
        padding-left: 8px;
        font-weight:700;
    }
    .margin-top-masinfo{
        margin-top:-31%;
    }
    .margin-top-btn-solicitalo{
        margin-top: -18%;
    }
    .panel-faq{
        background-image: linear-gradient(to bottom,transparent,transparent) !important;
        background-color: transparent !important;
    }
    .titulo-faq {
        margin-top: -3.4% !important;
        margin-bottom: 30px !important;
        margin-left: 25px !important;
        font-size: 18px !important;
        font-family: 'gotham-bold', sans-serif;
    }
    .panel-respuesta{
        border-left: 15px solid #e8d635;
        text-align: justify;
    }
    .margin-top-cuatro{margin-top:12px;}
}
@media(max-width:2105px) and (min-width: 1921px ){
    .padding-top-menulanding-video{padding-top:20px;}
    .margin-top-menulanding-clasificacion{margin-top:20px;}
    .margin-top-menulanding{margin-top:20px;}
    .titulo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-weight: 700;
        font-size: 72px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .seccion-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-top:10px;
    }
    .seccion-carnet2{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-top:10px;
    }
    .seccion-carnet-o{
        font-size:20px !important;
        margin-top:10px;
    }
    .seccion-carnet-solicito{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
    }
    .seccion-carnet-faq{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-bottom: 40px;
    }
    .cajon1{
        margin-top:20px;
        margin-bottom:15px;
        min-height: 144px;
    }
    .cajon2{
        margin-bottom:15px;
        min-height: 144px;
    }
    .cajon3{
        margin-bottom:15px;
        min-height: 144px;
    }
    .cajon4{
        margin-bottom:15px;
        min-height: 144px;
    }
    .titulo-cajon-carnet{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:17px !important;
        font-weight: 700;
        margin-top: -14%;
        margin-left: 27%;
    }
    .titulo-cajon-carnet2{
        font-family: 'Ubuntu', sans-serif !important;
        font-size:17px !important;
        font-weight: 700;
        text-align: right;
        margin-top: -14%;
        margin-right: 27%;
    }
    .texto-cajon{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
        margin-left: 27%;
        font-size: 14px;
        text-align: justify;
        padding-right: 8px;
        font-weight:700;
    }
    .texto-cajon2{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        margin-right: 27%;
        font-size: 14px;
        text-align: justify;
        padding-left: 8px;
        font-weight:700;
    }
    .margin-top-masinfo{
        margin-top:-31%;
    }
    .margin-top-btn-solicitalo{
        margin-top: -20%;
    }
    .panel-faq{
        background-image: linear-gradient(to bottom,transparent,transparent) !important;
        background-color: transparent !important;
    }
    .titulo-faq {
        margin-top: -3.4% !important;
        margin-bottom: 30px !important;
        margin-left: 25px !important;
        font-size: 16px !important;
        font-family: 'gotham-bold', sans-serif;
    }
    .panel-respuesta{
        border-left: 15px solid #e8d635;
        text-align: justify;
    }
    .margin-top-cuatro{margin-top:12px;}
}

@media(max-width:1920px) and (min-width:1741px){
    .margin-top-btn-solicitalo{
        margin-top: -20%;
    }
    .margin-top-btn-solicitalo-licencia {
        margin-top: 7%;
    }
    .cajon1{
        margin-top:20px;
        margin-bottom:15px;
        min-height: 131px;
    }
    .cajon2{
        margin-bottom:15px;
        min-height: 131px;
    }
    .cajon3{
        margin-bottom:15px;
        min-height: 131px;
    }
    .cajon4{
        margin-bottom:15px;
        min-height: 131px;
    }
    .cajon1new{
        margin-top:20px;
        margin-bottom:5px;
        min-height: 121px;
    }
    .cajon1-1{
        margin-top:20px;
        margin-bottom:15px;
        min-height: 121px;
    }
    .cajon1-5{
        margin-top:9px;
        margin-bottom:5px;
        min-height: 121px;
    }
    .cajon2new{
        margin-bottom:5px;
        min-height: 128px;
    }
    .cajon2-6{
        margin-bottom:12px;
        min-height: 128px;
    }
    .cajon3new{
        margin-bottom:20px;
        min-height: 121px;
    }
    .cajon4new{
        margin-bottom:5px;
        min-height: 121px;
    }
    .cajon4-4{
        margin-bottom:17px;
        min-height: 121px;
    }
    .titulo-cajon-carnet{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:17px !important;
        font-weight: 700;
        margin-top: -16%;
        margin-left: 27%;
    }
    .titulo-cajon-carnet2{
        font-family: 'Ubuntu', sans-serif !important;
        font-size:17px !important;
        font-weight: 700;
        text-align: right;
        margin-top: -16%;
        margin-right: 27%;
    }
    .texto-cajon{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
        margin-left: 27%;
        font-size: 14px;
        text-align: justify;
        padding-right: 8px;
        font-weight:700;
    }
    .texto-cajon2{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        margin-right: 27%;
        font-size: 14px;
        text-align: justify;
        padding-left: 8px;
        font-weight:700;
    }
    .titulo-faq {
        margin-top: -3.9% !important;
        margin-bottom: 30px !important;
        margin-left: 25px !important;
        font-size: 16px !important;
        font-family: 'gotham-bold', sans-serif;
    }
    .margin-top-cuatro{margin-top:12px;}
}

@media(max-width:1740px) and (min-width:1601px){
    .margin-top-btn-solicitalo{
        margin-top: -20%;
    }
    .margin-top-btn-solicitalo-licencia {
        margin-top: 7%;
    }
    .titulo-cajon-carnet{
        margin-top:-16%;
    }
    .titulo-cajon-carnet2{
        margin-top:-16%;
    }
    .titulo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size: 52px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .cajon1{
        margin-top:20px;
        margin-bottom:15px;
        min-height: 114px;
    }
    .cajon2{
        margin-bottom:15px;
        min-height: 114px;
    }
    .cajon3{
        margin-bottom:15px;
        min-height: 114px;
    }
    .cajon4{
        margin-bottom:15px;
        min-height: 114px;
    }
    .texto-cajon{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
        margin-left: 27%;
        font-size: 13px;
        text-align: justify;
        padding-right: 8px;
        font-weight:700;
        margin-top:-.4%;
    }
    .texto-cajon2{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
        margin-right: 27%;
        font-size: 13px;
        text-align: justify;
        padding-left: 8px;
        font-weight:700;
        margin-top:-.4%;
    }
    .seccion-carnet-solicito {
        margin-top: 10px;
    }
    .margin-top-masinfo{
        margin-top:-29%;
    }
    .titulo-faq {
        margin-top: -3.7% !important;
        margin-bottom: 26px !important;
        margin-left: 25px !important;
        font-size: 16px !important;
        font-family: 'gotham-bold', sans-serif;
    }
    .margin-top-cuatro{margin-top:12px;}
}
@media(max-width:1600px) and (min-width:1555px){
    .margin-top-btn-solicitalo{
        margin-top: -20%;
    }
    .margin-top-btn-solicitalo-licencia {
        margin-top: 7%;
    }
    .titulo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size: 52px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .titulo-cajon-carnet{
        margin-top:-16%;
    }
    .titulo-cajon-carnet2{
        margin-top:-16%;
    }
    .cajon1{
        margin-top:20px;
        margin-bottom:15px;
        min-height: 107px;
    }
    .cajon2{
        margin-bottom:15px;
        min-height: 107px;
    }
    .cajon3{
        margin-bottom:15px;
        min-height: 107px;
    }
    .cajon4{
        margin-bottom:15px;
        min-height: 107px;
    }
    .texto-cajon{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        margin-left: 27%;
        font-size: 12px;
        text-align: justify;
        padding-right: 8px;
        font-weight:700;
    }
    .texto-cajon2{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
        margin-right: 27%;
        font-size: 12px;
        text-align: justify;
        padding-left: 8px;
        font-weight:700;
    }
    .seccion-carnet-solicito {
        margin-top: 5px;
    }
    .margin-top-masinfo{
        margin-top:-30%;
        margin-left: 0;
    }
    .titulo-faq {
        margin-top: -3.7% !important;
        margin-bottom: 26px !important;
        margin-left: 25px !important;
        font-size: 16px !important;
        font-family: 'gotham-bold', sans-serif;
    }
    .margin-top-cuatro{margin-top:12px;}
}

@media(max-width:1554px) and (min-width:1403px){
    .margin-top-btn-solicitalo {
        margin-top: -20%;
        max-width: 331px;
    }
    .margin-top-btn-solicitalo-licencia {
        margin-top: 7%;
        max-width: 331px;
    }
    .titulo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size: 52px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .cajon1{
        margin-top:20px;
        margin-bottom:15px;
        min-height: 96px;
    }
    .cajon2{
        margin-bottom:15px;
        min-height: 96px;
    }
    .cajon3{
        margin-bottom:15px;
        min-height: 96px;
    }
    .cajon4{
        margin-bottom:15px;
        min-height: 96px;
    }
    .titulo-cajon-carnet{
        font-size:16px !important;
        margin-top:-16%;
    }
    .titulo-cajon-carnet2{
        font-size:16px !important;
        margin-top:-16%;
    }
    .texto-cajon{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
        margin-left: 27%;
        font-size: 11px;
        text-align: justify;
        padding-right: 8px;
        font-weight:700;
        margin-top:-.6%;
    }
    .texto-cajon2{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
        margin-right: 27%;
        font-size: 11px;
        text-align: justify;
        padding-left: 8px;
        font-weight:700;
        margin-top:-.6%;
    }
    .margin-top-masinfo{
        margin-top:-30%;
        margin-left: 0;
    }
    .titulo-faq {
        margin-top: -3.8% !important;
        margin-bottom: 20px !important;
        margin-left: 25px !important;
        font-size: 16px !important;
        font-family: 'gotham-bold', sans-serif;
    }
    .margin-top-cuatro{margin-top:12px;}
    .margin-top-btn-solicitalo2 {
        max-width: 331px;
    }
    .tipo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-weight: 700;
        text-align: center;
        font-size:32px;
    }
    .flecha-carnet-faq{
        margin-right:1%;
    }
}
@media(max-width:1402px) and (min-width:1340px){
    .margin-top-btn-solicitalo {
        margin-top: -20%;
        max-width: 331px;
    }
    .margin-top-btn-solicitalo-licencia {
        margin-top: 7%;
        max-width: 331px;
    }
    .titulo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size: 52px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .cajon1{
        margin-top:20px;
        margin-bottom:15px;
        min-height: 91px;
    }
    .cajon2{
        margin-bottom:15px;
        min-height: 91px;
    }
    .cajon3{
        margin-bottom:15px;
        min-height: 91px;
    }
    .cajon4{
        margin-bottom:15px;
        min-height: 91px;
    }
    .cajon5{
        margin-bottom:15px;
        min-height: 91px;
    }
    .titulo-cajon-carnet{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:15px !important;
        font-weight: 700;
        margin-top: -16.2%;
        margin-left: 27%;
    }
    .titulo-cajon-carnet2{
        font-family: 'Ubuntu', sans-serif !important;
        font-size:15px !important;
        font-weight: 700;
        text-align: right;
        margin-top: -16.2%;
        margin-right: 27%;
    }
    .texto-cajon{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
        margin-left: 27%;
        font-size: 11px;
        text-align: justify;
        padding-right: 8px;
        font-weight:300;
        margin-top:-.9%;
    }
    .texto-cajon2{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
        margin-right: 27%;
        font-size: 11px;
        text-align: justify;
        padding-left: 8px;
        font-weight:300;
        margin-top:-.9%;
    }
    .margin-top-masinfo{
        margin-top:-30%;
        margin-left: 0;
    }
    .titulo-faq {
        margin-top: -4% !important;
        margin-bottom: 20px !important;
        margin-left: 25px !important;
        font-size: 16px !important;
        font-family: 'gotham-bold', sans-serif;
    }
    .margin-top-cuatro{margin-top:9px;}
    .margin-top-btn-solicitalo2 {
        max-width: 331px;
    }
    .tipo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-weight: 700;
        text-align: center;
        font-size:30px;
    }
    .flecha-carnet-faq{
        margin-right:1%;
    }
}
@media(max-width:1339px) and (min-width:1292px){
    .margin-top-btn-solicitalo {
        margin-top: -20%;
        max-width: 331px;
    }
    .margin-top-btn-solicitalo-licencia {
        margin-top: 7%;
        max-width: 331px;
    }
    .titulo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size: 52px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .cajon1{
        margin-top:20px;
        margin-bottom:15px;
        min-height: 85px;
    }
    .cajon2{
        margin-bottom:15px;
        min-height: 85px;
    }
    .cajon3{
        margin-bottom:15px;
        min-height: 85px;
    }
    .cajon4{
        margin-bottom:15px;
        min-height: 85px;
    }
    .titulo-cajon-carnet{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:15px !important;
        font-weight: 700;
        margin-top: -16.2%;
        margin-left: 27%;
    }
    .titulo-cajon-carnet2{
        font-family: 'Ubuntu', sans-serif !important;
        font-size:15px !important;
        font-weight: 700;
        text-align: right;
        margin-top: -16.2%;
        margin-right: 27%;
    }
    .texto-cajon{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;  
        margin-left: 27%;
        font-size: 10px;
        text-align: justify;
        padding-right: 8px;
        font-weight:300;
        margin-top:-1.2%;
    }
    .texto-cajon2{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;  
        margin-right: 27%;
        font-size: 10px;
        text-align: justify;
        padding-left: 8px;
        font-weight:300;
        margin-top:-1.2%;
    }
    .margin-top-masinfo{
        margin-top:-30%;
        margin-left: 0;
    }
    .titulo-faq {
        margin-top: -4% !important;
        margin-bottom: 20px !important;
        margin-left: 25px !important;
        font-size: 16px !important;
        font-family: 'gotham-bold', sans-serif;
    }
    .margin-top-cuatro{margin-top:9px;}
    .margin-top-btn-solicitalo2 {
        max-width: 331px;
    }
    .tipo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-weight: 700;
        text-align: center;
        font-size:30px;
    }
    .flecha-carnet-faq{
        margin-right:1%;
    }
}
@media(max-width:1291px) and (min-width:1180px){
    .margin-top-btn-solicitalo {
        margin-top: -20%;
        max-width: 331px;
    }
    .margin-top-btn-solicitalo-licencia {
        margin-top: 7%;
        max-width: 331px;
    }
    .titulo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size: 37px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .titulo-cajon-carnet{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:13px !important;
        font-weight: 700;
        margin-top: -16.6%;
        margin-left: 27%;
    }
    .titulo-cajon-carnet2{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:13px !important;
        font-weight: 700;
        text-align: right;
        margin-top: -16.6%;
        margin-right: 27%;
    }
    .cajon1{
        margin-top:20px;
        margin-bottom:10px;
        min-height: 82px;
    }
    .cajon2{
        margin-bottom:10px;
        min-height: 82px;
    }
    .cajon3{
        margin-bottom:10px;
        min-height: 82px;
    }
    .cajon4{
        margin-bottom:10px;
        min-height: 82px;
    }
    .texto-cajon{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;  
        margin-left: 27%;
        font-size: 9px;
        text-align: justify;
        padding-right: 8px;
        font-weight:300;
        margin-top:-1.3%;
    }
    .texto-cajon2{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
        margin-right: 27%;
        font-size: 9px;
        text-align: justify;
        padding-left: 8px;
        font-weight:300;
        margin-top:-1.3%;
    }
    .margin-top-masinfo{
        margin-top:-30%;
        margin-left: 0;
    }
    .titulo-faq {
        margin-top: -4% !important;
        margin-bottom: 20px !important;
        margin-left: 25px !important;
        font-size: 15px !important;
        font-family: 'gotham-bold', sans-serif;
    }
    .margin-top-btn-solicitalo2 {
        max-width: 231px;
    }
    .tipo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-weight: 700;
        text-align: center;
        font-size:26px;
    }
    .flecha-carnet-faq{
        margin-right:1%;
    }
}
@media(max-width:1179px) and (min-width:769px){
    .margin-top-btn-solicitalo {
        margin-top: -20%;
        max-width: 231px;
    }
    .margin-top-btn-solicitalo-licencia {
        margin-top: 7%;
        max-width: 231px;
    }
    .titulo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size: 37px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .titulo-cajon-carnet{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:13px !important;
        font-weight: 700;
        margin-top: -16.6%;
        margin-left: 27%;
    }
    .titulo-cajon-carnet2{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:13px !important;
        font-weight: 700;
        text-align: right;
        margin-top: -16.6%;
        margin-right: 27%;
    }
    .cajon1{
        margin-top:20px;
        margin-bottom:10px;
        min-height: 74px;
    }
    .cajon2{
        margin-bottom:10px;
        min-height: 74px;
    }
    .cajon3{
        margin-bottom:10px;
        min-height: 74px;
    }
    .cajon4{
        margin-bottom:10px;
        min-height: 74px;
    }
    .texto-cajon{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;  
        margin-left: 27%;
        font-size: 8px;
        text-align: justify;
        padding-right: 8px;
        font-weight:300;
        margin-top:-1.3%;
    }
    .texto-cajon2{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
        margin-right: 27%;
        font-size: 8px;
        text-align: justify;
        padding-left: 8px;
        font-weight:300;
        margin-top:-1.3%;
    }
    .margin-top-masinfo{
        margin-top:-30%;
        margin-left: 0;
    }
    .titulo-faq {
        margin-top: -4% !important;
        margin-bottom: 20px !important;
        margin-left: 25px !important;
        font-size: 15px !important;
        font-family: 'gotham-bold', sans-serif;
    }
    .margin-top-cuatro{margin-top:10px;}
    .margin-top-btn-solicitalo2 {
        max-width: 231px;
    }
    .tipo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-weight: 700;
        text-align: center;
        font-size:26px;
    }
    .cabeceras-carnet{
        height:155px;
    }
    .flecha-carnet-faq{
        margin-right:1%;
    }
}
@media(max-width:768px) and (min-width:737px){
    .titulo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size: 37px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .titulo-cajon-carnet{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:11px !important;
        font-weight: 700;
        margin-top: -17%;
        margin-left: 27%;
    }
    .titulo-cajon-carnet2{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:11px !important;
        font-weight: 700;
        text-align: right;
        margin-top: -17%;
        margin-right: 27%;
    }
    .cajon1{
        margin-top:20px;
        margin-bottom:10px;
        min-height: 60px;
    }
    .cajon2{
        margin-bottom:10px;
        min-height: 60px;
    }
    .cajon3{
        margin-bottom:10px;
        min-height: 60px;
    }
    .cajon4{
        margin-bottom:10px;
        min-height: 60px;
    }
    .texto-cajon{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;  
        margin-left: 27%;
        font-size: 7px;
        text-align: justify;
        padding-right: 8px;
        font-weight:300;
        margin-top:-6px;
    }
    .texto-cajon2{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;  
        margin-right: 27%;
        font-size: 7px;
        text-align: justify;
        padding-left: 8px;
        font-weight:300;
        margin-top:-6px;
    }
    .seccion-carnet-solicito {
        font-family: 'gotham-bold', sans-serif !important;
        font-size: 20px !important;
        margin-left: 5%;
    }
    .margin-top-masinfo{
        margin-top:-30%;
        margin-left: 0;
    }
    .margin-top-btn-solicitalo {
        margin-top: -20%;
        max-width: 181px;
    }
    .titulo-faq {
        margin-top: -4.4% !important;
        margin-bottom: 10px !important;
        margin-left: 25px !important;
        font-size: 11px !important;
        font-family: 'gotham-bold', sans-serif;
    }
    .margin-top-cuatro{margin-top:12px;}
    .margin-top-btn-solicitalo2 {
        max-width: 181px;
    }
    .tipo-carnet {
        font-family: 'gotham-bold', sans-serif !important;
        font-weight: 700;
        text-align: center;
        font-size: 22px;
    }
    .seccion-carnet-h4{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:12px !important;
        margin-top:10px;
    }
    .seccion-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:14px !important;
        margin-top:10px;
    }
    .seccion-carnet2{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:14px !important;
        margin-top:10px;
    }
    .seccion-carnet-o{
        font-size:14px !important;
        margin-top:20px;
    }
    .cabeceras-carnet{
        height:150px;
    }
    .carnet-h3 {
        font-family: 'gotham-bold', sans-serif !important;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
        font-size: 22px;
    }
    .flecha-carnet-faq {
        position: relative;
        float: right;
        font-size: 10px;
        color: white;
        margin-right: 1%;
    }
    .landing-carnet-precio-tabla{
        color:#666 !important;
        font-size: 36px;
        font-family: 'Arial Black';
    }
    .landing-carnet-ano{
        color:#e8d635 !important;
        font-size: 12px;
        top:-1.5em;
    }
    .landing-carnet-basic-ano{
        color:#b99e2c !important;
        font-size: 12px;
        top:-1.5em;
    }
}
@media(max-width:736px) and (min-width:569px){
    .titulo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size: 37px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .titulo-cajon-carnet{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:19px !important;
        font-weight: 700;
        margin-top: -17%;
        margin-left: 29%;
    }
    .titulo-cajon-carnet2{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:19px !important;
        font-weight: 700;
        text-align: right;
        margin-top: -17%;
        margin-right: 29%;
    }
    .cajon1{
        margin-top:20px;
        margin-bottom:6%;
    }
    .cajon2{
        margin-bottom:6%;
    }
    .cajon3{
        margin-bottom:8.7%;
    }
    .cajon4{
        margin-bottom:8.7%;
    }
    .texto-cajon{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
        margin-left: 29%;
        font-size: 10px;
        text-align: justify;
        padding-right: 8px;
        font-weight:700;
        max-width:410px;
    }
    .texto-cajon2{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
        margin-right: 29%;
        font-size: 10px;
        text-align: justify;
        padding-left: 15px;
        font-weight:700;
        max-width:410px;
    }
    .seccion-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-top:10px;
    }
    .seccion-carnet2{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-top:10px;
    }
    .seccion-carnet-solicito {
        font-family: 'gotham-bold', sans-serif !important;
        font-size: 20px !important;
        margin-left: 5%;
    }
    .margin-top-masinfo{
        margin-top:-30%;
        margin-left: 0;
    }
    .margin-top-btn-solicitalo {
        margin-top: -20%;
        margin-bottom:15%;
    }
    .seccion-carnet-faq{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-left:7%;
        margin-bottom: 40px;
    }
    .titulo-faq {
        margin-top: -3.7% !important;
        margin-bottom: 10px !important;
        margin-left: 25px !important;
        font-size: 11px !important;
        font-family: 'gotham-bold', sans-serif;
    }
    .margin-top-cuatro{margin-top:12px;}
    .tipo-carnet {
        font-family: 'gotham-bold', sans-serif !important;
        font-weight: 700;
        text-align: center;
        font-size: 22px;
    }
    .seccion-carnet-h4{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:12px !important;
        margin-top:10px;
    }
    .landing-carnet-precio-tabla{
        color:#666 !important;
        font-size: 36px;
        font-family: 'Arial Black';
    }
    .landing-carnet-ano{
        color:#e8d635 !important;
        font-size: 12px;
        top:-1.5em;
    }
    .landing-carnet-basic-ano{
        color:#b99e2c !important;
        font-size: 12px;
        top:-1.5em;
    }
}
@media(max-width:568px) and (min-width:415px){
    .titulo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size: 37px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .titulo-cajon-carnet{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:19px !important;
        font-weight: 700;
        margin-top: -19%;
        margin-left: 32%;
    }
    .titulo-cajon-carnet2{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:19px !important;
        font-weight: 700;
        text-align: right;
        margin-top: -19%;
        margin-right: 38%;
    }
    .cajon1{
        margin-top:20px;
        margin-bottom:6%;
    }
    .cajon2{
        margin-bottom:6%;
    }
    .cajon3{
        margin-bottom:8.7%;
    }
    .cajon4{
        margin-bottom:8.7%;
    }
    .texto-cajon{
        font-family: 'Ubuntu', sans-serif !important; 
        margin-left: 32%;
        font-size: 10px;
        text-align: justify;
        padding-right: 8px;
        font-weight:700;
        max-width:410px;
    }
    .texto-cajon2{
        font-family: 'Ubuntu', sans-serif !important; 
        margin-right: 32%;
        font-size: 10px;
        text-align: justify;
        padding-left: 15px;
        font-weight:700;
        max-width:410px;
    }
    .seccion-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-top:10px;
    }
    .seccion-carnet2{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-top:10px;
    }
    .seccion-carnet-solicito {
        font-family: 'gotham-bold', sans-serif !important;
        font-size: 20px !important;
        margin-left: 5%;
    }
    .margin-top-masinfo{
        margin-top:-30%;
        margin-left: 0;
    }
    .margin-top-btn-solicitalo {
        margin-top: -20%;
        margin-bottom:15%;
    }
    .seccion-carnet-faq{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-left:7%;
        margin-bottom: 40px;
    }
    .titulo-faq {
        margin-top: -4.2% !important;
        margin-bottom: 10px !important;
        margin-left: 25px !important;
        font-size: 11px !important;
        font-family: 'gotham-bold', sans-serif;
    }
    .margin-top-cuatro{margin-top:12px;}
    .tipo-carnet {
        font-family: 'gotham-bold', sans-serif !important;
        font-weight: 700;
        text-align: center;
        font-size: 22px;
    }
    .seccion-carnet-h4{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:12px !important;
        margin-top:10px;
    }
    .carnet-h2{
        font-family: 'gotham-bold', sans-serif !important;
        font-size: 22px;
        text-align: center;
    }
    .carnet-h3{
        font-family: 'gotham-bold', sans-serif !important;
        font-size: 18px;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .por-solo{
        font-size: 19px;
        font-weight: 700;
        color:#666;
    }
    .flecha-carnet{
        float:right;
        font-size:17px;
        color:white;
    }
    .landing-carnet-precio{
        color:#e8d635 !important;
        font-size: 30px;
    }
    .landing-carnet-precio-tabla{
        color:#666 !important;
        font-size: 30px;
        font-family: 'Arial Black';
    }
    .landing-carnet-basic-ano{
        color:#b99e2c !important;
        font-size: 12px;
        top:-1.5em;
    }
    .landing-carnet-ano{
        color:#e8d635 !important;
        font-size: 12px;
        top:-1.5em;
    }
    .carnet-que-incluye{
        font-size: 13px;
        font-weight: 700;
    }
    .flecha-carnet-faq {
        position: relative;
        float: right;
        font-size: 10px;
        color: white;
        margin-right: 1%;
    }
}
@media(max-width:414px) and (min-width:300px){
    .titulo-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size: 25px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .titulo-cajon-carnet{
        font-family: 'Ubuntu', sans-serif !important;
        font-size: 17px !important;
        font-weight: 700;
        margin-top: -16%;
        margin-left: 32%;
        margin-bottom: 11%;
    }
    .titulo-cajon-carnet2{
        font-family: 'Ubuntu', sans-serif !important; 
        font-size:17px !important;
        font-weight: 700;
        text-align: right;
        margin-top: -16%;
        margin-right: 38%;
        margin-bottom: 11%;
    }
    .cajon1{
        margin-top:20px;
        margin-bottom:6%;
    }
    .cajon2{
        margin-bottom:6%;
    }
    .cajon3{
        margin-bottom:8.7%;
    }
    .cajon4{
        margin-bottom:8.7%;
    }
    .texto-cajon{
        font-family: 'Ubuntu', sans-serif !important; 
        margin-left: 32%;
        font-size: 10px;
        text-align: justify;
        padding-right: 8px;
        font-weight:700;
        max-width:410px;
    }
    .texto-cajon2{
        font-family: 'Ubuntu', sans-serif !important; 
        margin-right: 32%;
        font-size: 10px;
        text-align: justify;
        padding-left: 15px;
        font-weight:700;
        max-width:410px;
    }
    .seccion-carnet{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:17px !important;
        margin-top:10px;
    }
    .seccion-carnet2{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:20px !important;
        margin-top:10px;
    }
    .seccion-carnet-solicito {
        font-family: 'gotham-bold', sans-serif !important;
        font-size: 17px !important;
        margin-left: -15px;
    }
    .margin-top-masinfo{
        margin-top:-30%;
        margin-left: 0;
    }
    .margin-top-btn-solicitalo {
        margin-top: -20%;
        margin-bottom:15%;
        max-width: 240px;
    }
    .seccion-carnet-faq{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:17px !important;
        margin-left:7%;
        margin-bottom: 40px;
    }
    .titulo-faq {
        margin-top: -4% !important;
        margin-bottom: 10px !important;
        margin-left: 2% !important;
        font-size: 6.7px !important;
        font-family: 'gotham-bold', sans-serif;
    }
    .margin-top-cuatro{margin-top:12px;}
    .tipo-carnet {
        font-family: 'gotham-bold', sans-serif !important;
        font-weight: 700;
        text-align: center;
        font-size: 20px;
    }
    .seccion-carnet-h4{
        font-family: 'gotham-bold', sans-serif !important; 
        font-size:10px !important;
        margin-top:10px;
    }
    .carnet-h2{
        font-family: 'gotham-bold', sans-serif !important;
        font-size: 22px;
        text-align: center;
    }
    .carnet-h3{
        font-family: 'gotham-bold', sans-serif !important;
        font-size: 18px;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .por-solo{
        font-size: 19px;
        font-weight: 700;
        color:#666;
    }
    .flecha-carnet{
        float:right;
        font-size:17px;
        color:white;
    }
    .landing-carnet-precio{
        color:#e8d635 !important;
        font-size: 30px;
    }
    .landing-carnet-precio-tabla{
        color:#666 !important;
        font-size: 30px;
        font-family: 'Arial Black';
    }
    .landing-carnet-ano{
        color:#e8d635 !important;
        font-size: 12px;
        top:-1.5em;
    }
    .landing-carnet-basic-ano{
        color:#b99e2c !important;
        font-size: 12px;
        top:-1.5em;
    }
    .carnet-que-incluye{
        font-size: 13px;
        font-weight: 700;
    }
    .flecha-carnet-faq {
        position: relative;
        float: right;
        font-size: 10px;
        color: white;
        margin-right: 1%;
    }
}
@media(max-width:767px) and (min-width: 300px ){
    .padding-top-menulanding-video{padding-top:20px;}
    .margin-top-menulanding-clasificacion{margin-top:20px !important;}
    .margin-top-menulanding{margin-top:15px;}
}

.font-weight-300{font-weight: 300 !important;}
.font-weight-700{font-weight: 700 !important;}
.btn-frontend{
    background:#333333;
    font-size:10px;
    margin:3px;
    padding:3px 10px;
    display:inline-block;
    text-shadow: initial;
    border-radius:3px;
    color:#fff !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.btn-frontend:hover{
    background:#e8d635;
    color:#555;
}
.btn-migas{
    background:#e8d635;
    font-size:10px;
    margin:3px;
    padding:3px 10px;
    display:inline-block;
    text-shadow: initial;
    border-radius:0;
    color:#555 !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.btn-migas:hover{
    background:#e8d635;
    color:#555;
}
.btn-vermas{
    margin-top: 10px;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    padding: 4px 15px;
}
.capa-select{
    float:left;
    /*margin-right:5px;*/
}

.background-color-transparente{background-color:transparent !important}
.background-color-fff{background-color:#fff !important}
.background-color-eee{background-color:#eee}
.background-eeeff3{background:#eeeff3 !important}
.background-color-f3{background-color:#f3f3f3}
.background-color-ddd{background-color:#ddd}
.background-color-999{background-color:#999}
.background-color-777{background-color:#777}
.background-color-666{background-color:#666}
.background-color-555{background-color:#555}
.background-color-333{background-color:#333 !important}
.background-color-000{background-color:#000}
/*.background-color-amarillo{background-color:#f9c00c !important}*/
.background-color-amarillo{background-color:#e8d635 !important}
.background-color-aceite{background-color:#d8cb04 !important}
.background-color-26{background-color:#262626}
.background-color-a9{background-color:#a9a9a9}
.background-color-header-sm{
    background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%) !important;
    background-image: -o-linear-gradient(top,#fff 0,#fff 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)) !important;
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%) !important;
    border: none;
}
.background-color-pdf{background-color: #525659;}
.background-color-f3{background-color: #f3f3f3;}
.background-color-gris-oscuro{background-color: #3b3e45;}
.background-color-gris-menu{background-color: #4a4d53;}
.background-color-naranja{background-color:#fdad00;}
.background-color-rojo{background-color:red;}
.background-color-3c{background-color:#3c3c3c;}
.background-success{background-color:#5cb85c !important;}
.color-white{color:white !important;}
.color-red{color:red;}
.color-green{color:green;}
/*.color-amarillo{color:#f9c00c !important;}*/
.color-amarillo{color:#e8d635 !important;}
.color-amarillo-carnet{color:#bfb745 !important;}
.color-negro{color:#000 !important;}
.color-blanco{color:#fff !important;}
.color-555{color:#555;}
.color-666{color:#666 !important;}
.color-aceite{color:#d8cb04;}
.color-ddd{color:#ddd;}
.color-78{color:#787878;}
.color-e2{color:#e2e2e2;}
.color-9e{color:#9e9e9e;}
.color-87{color:#878787;}
.color-gris-oscuro{color: #3b3e45;}
.color-gris-carnet{color:#a8a5a7 !important;}
.color-transparente{color:transparent !important;}
.color-danger{color:#c12e2a !important;}
.color-warning{color:#f0ad4e !important;}
.color-success{color:#5cb85c !important;}
.color-info{color:#2aabd2 !important;}
.border-white{border:white;}
.border-color-transparent{border-color:transparent !important;}

.font-size-28{font-size:28px !important;}
.font-size-24{font-size:24px !important;}
.font-size-22{font-size:22px !important;}
.font-size-20{font-size:20px !important;}
.font-size-18{font-size:18px !important;}
.font-size-16{font-size:16px !important;}
.font-size-15{font-size:15px !important;}
.font-size-14{font-size:14px !important;}
.font-size-12_5{font-size:12.5px;}
.font-size-12{font-size:12px !important;}
.font-size-11{font-size:11px;}
.font-size-10{font-size:10px;}

.rotate-45{transform: rotate(45deg);}
.rotate-135{transform: rotate(135deg);}

.text-decoration{text-decoration:underline !important;}
.list-style-none{list-style:none;}

.width-auto{width: auto !important;}
.width-100p{width:100%;}
.width-98p{width:98% !important;}
.width-92p{width:92% !important;}
.width-91p{width:91% !important;}
.width-90p{width:90% !important;}
.width-86p{width:86%;}
.width-80p{width:80% !important;}
.width-70p{width:70% !important;}
.width-60p{width:60% !important;}
.width-40p{width:40%;}
.width-30p{width:30%;}
.width-350{width:350px !important;}
.width-280{width:280px;}
.width-250{width:250px;}
.width-175{width:175px;}
.width-80{width:80px;}
.width-60{width:60px !important;}
.width-40{width:40px;}
.width-30{width:30px;}
.width-20{width:20px;}
.max-width-700{max-width:700px;}
.max-width-600{max-width:600px;}
.max-width-460{max-width:460px !important;}
.max-width-300{max-width:300px;}
.max-width-250{max-width:250px;}
.max-width-200{max-width:200px;}
.max-width-170{max-width:170px;}
.max-width-150{max-width:150px;}
.max-width-140{max-width:140px;}
.max-width-120{max-width:120px;}
.max-width-110{max-width:110px;}
.max-width-100{max-width:100px;}
.max-width-60{max-width:60px;}
.max-width-patrocinadores{max-width:160px;}
@media(max-width:1280px)and(min-width:1024px){
    .max-width-patrocinadores{max-width:150px;}
}
@media(max-width:1023px)and(min-width:768px){
    .max-width-patrocinadores{max-width:100px;}
}
.height-500{height: 500px}
.height-300{height: 300px !important;}
.height-180{height: 180px !important;}
.height-150{height: 150px !important;}
.height-145{height: 145px !important;}
.height-144{height: 144px !important;}
.height-112{height: 112px !important;}
.height-100{height: 100px !important;}
.height-80{height: 80px;}
.height-75{height: 75px !important;}
.height-60{height: 60px;}
.height-50{height: 50px;}
.height-30{height: 30px;}
.height-25{height: 25px;}
.height-10{height: 10px;}
.padding-buscador{padding:2px 2px!important};
.padding-btn{padding:6px 12px!important};
.height-auto{height: auto !important;}
.max-height-650{max-height:650px;}
.max-height-295{max-height:295px;}
.max-height-230{max-height:230px;}
.max-height-150{max-height:150px;}
.max-height-80{max-height:80px;}
.max-height-75{max-height:75px;}
.max-height-60{max-height:60px;}
.max-height-55{max-height:55px;}
.max-height-galeria{
    max-height:200px;
}
@media(max-width:1280px)and(min-width:1025px){
    .max-height-galeria{max-height:180px;}
}
@media(max-width:1024px)and(min-width:769px){
    .max-height-galeria{max-height:140px;}
}
@media(max-width:768px)and(min-width:737px){
    .max-height-galeria{max-height:100px;}
}
.max-height-noticias{
    max-height:232px;
}
@media(max-width:1440px)and(min-width:1367px){
    .max-height-noticias{max-height:210px;}
}
@media(max-width:1366px)and(min-width:1281px){
    .max-height-noticias{max-height:198px;}
}
@media(max-width:1280px)and(min-width:1025px){
    .max-height-noticias{max-height:185px;}
}
@media(max-width:1024px)and(min-width:769px){
    .max-height-noticias{max-height:148px;}
}

.border-bottom-black{border-bottom: 1px solid #000;}
.border-right-black{border-right: 1px solid #000;}
.border-bottom-555{border-bottom: 1px solid #555;}
.border-top-4-white{border-top: 4px solid #fff !important;}
.border-top-transparent{border-top:transparent !important;}
.border-bottom-3-555{border-bottom: 3px solid #555;}
.box-shadow-none{ box-shadow:none !important;}

.oculto{display:none;}
.z-index-0{z-index:0 !important;}
.z-index-2{z-index:2 !important;}
.z-index-12{z-index:12 !important;}
.vertical-align-middle{vertical-align: middle;}
.vertical-align-bottom{vertical-align: bottom !important;}

.line-height-24{line-height:24px !important;}

.cursor-pointer{cursor:pointer;}
.cursor-default{cursor:default;}
.cursor-move{cursor: move;}
.cursor-zoom-in {cursor: zoom-in;}
.cursor-zoom-out {cursor: zoom-out;}
.cabecera-tabla{
    background-color:#555;
    color:white;
    text-shadow: initial !important;
}
.subcabecera_tablas{
    background: #cccccc;
    color: white;
    font-weight: 200;
    text-transform: uppercase;
}
.th-front{
    font-weight:500;
    text-align:center;
    border: white 2px solid;
    border-bottom: 2px solid white !important;
}
.th-front-500{
    font-weight:500;
    text-align:center;
    border: white 2px solid;
    border-bottom: 2px solid white !important;
    min-width:500px;
}
.sube-baja{
    color: white;
    font-size: 14px;
}

.clasfptototal{
    margin-top:15px;
}
.clasfptototal-mv{
    margin-top:6px;
}
.s6-tam-g{font-size:18pt;color:#fff;}
.s6-tam-g2{font-size:12pt;color:#fff;}
.s6-tam-m{font-size:14pt;font-family: 'gotham-bold', sans-serif;}
.s6-tam-p{font-size:10pt;font-family: 'GothamHTF-Book', sans-serif;}
.s6-tam-p-tit{font-size:11pt;font-family: 'gotham-bold', sans-serif;}
.btn-tarifas{
    margin-top:5px;
}
.texto-tarifas{
    margin-top:-55px;
    margin-bottom:85px;
}

@media (max-width: 1900px) and (min-width: 300px){
    .clasfptototal{
        margin-top:25px;
        padding-left:5px;
    }
}

.icono-left{
    left: 10px;
    background: url("../images/controls.png") no-repeat 0 -32px;
}
.social > li > a:hover,
.social > li > a:focus {
  color: #555 !important;
  background-color: transparent;
  border-bottom: none !important;
}
.input-licencia{
    width: 90%;
    padding: 4px;
}
.resumencarnet{
    padding: 10px;
    border-top: 1px solid #ccc;
}
.resumencarnetprecio{
    padding: 15px;
    border-top: 1px solid #ccc;
    font-size:22px;
}
.btn-comprar-carnet{
    padding:5px 15px;
}
.cabecera-menu{
    margin: -15px;
    margin-bottom: 10px;
}
.menu-principal-mv{
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 5px !important;
}
.menu-principal-mv a{
    color: #000 !important;
    font-size: 14px;
    text-shadow: initial !important;
    border-width:0 !important;
    margin-top: 22px !important;
}

.menu-principal-mv-activo a {
    color: #e8d635 !important;
    font-size: 14px;
    text-shadow: initial !important;
    border-width:0 !important;
    margin-top: 22px !important;
}

.texto-paso{
    color: #000;
    margin-top: -52px;
    font-size:13px;
    text-shadow: initial;
}
.texto-paso-final{
    color: #000;
    margin-top: -45px;
    font-size:13px;
    text-shadow: initial;
}
.texto-paso-carnet{
    color: #000;
    margin-top: -45px;
    font-size:13px;
    text-shadow: initial;
}
@media (min-width: 1025px) {
    .pasos2-1{margin-left:61%;}
    .pasos2-1-texto{margin-left:65%;}
    .pasos2-2{margin-left: -4%;}
    .pasos2-2-texto{margin-right:65%;}
    .pasos3-1{margin-left:65%;}
    .pasos3-1-texto{margin-left:72%;}
    .pasos3-1-texto-carnet{margin-left:71%;}
    .pasos3-2{}
    .pasos3-2-texto{margin-left:5%;}
    .pasos3-3{margin-left:-26.5%;}
    .pasos3-3-texto{margin-right:61%;}
    .pasos4-1{margin-left:50%;}
    .pasos4-1-texto{margin-left:62%;}
    .pasos4-2{margin-left:19%;}
    .pasos4-2-texto{margin-left:42%;}
    .pasos4-3{margin-left:-7%;}
    .pasos4-3-texto{margin-left:15%;}
    .pasos4-4{margin-left:-33%;}
    .pasos4-4-texto{margin-right:100%;}
    
    .max-width-vg{max-width:170px;}
    .max-width-vp{max-width:110px;}
}
@media (max-width: 1024px) and (min-width: 800px) {
    .pasos2-1{margin-left:53%;}
    .pasos2-1-texto{margin-left:58%;}
    .pasos2-2{margin-left: -5%;}
    .pasos2-2-texto{margin-right:63%;}
    .pasos3-1{margin-left:48%;}
    .pasos3-1-texto{margin-left:60%;}
    .pasos3-2{}
    .pasos3-2-texto{margin-left:5%;}
    .pasos3-3{margin-left: -22.5%;}
    .pasos3-3-texto{margin-left: 6%;}
    .pasos4-1{margin-left:30%;width:235px;height:68px;}
    .pasos4-1-texto{margin-left:52%;}
    .pasos4-2{margin-left:15%;}
    .pasos4-2-texto{margin-left:42%;}
    .pasos4-3{margin-right:20%;}
    .pasos4-3-texto{margin-left:25%;}
    .pasos4-4{margin-left: -15%;}
    .pasos4-4-texto{margin-left: -32%;}
    
    .max-width-vg{max-width:170px;}
    .max-width-vp{max-width:85px;}
    .titulo-banner-videop{
        font-weight: bold;
        font-size: 6px;
        color: #000;
        margin-top: 15px;
        margin-left: 16px;
        position: absolute;
        min-width: 120px;
    }
}
@media (max-width: 799px) and (min-width: 767px) {
    .pasos2-1{margin-left:39%;}
    .pasos2-1-texto{margin-left:45%;}
    .pasos2-2{margin-left: -6%;}
    .pasos2-2-texto{margin-right:50%;}
    .pasos3-1{margin-left:18%;width:240px;height:69px;}
    .pasos3-1-texto{margin-left:30%;}
    .pasos3-2{margin-left:2%;}
    .pasos3-2-texto{margin-left:12%;}
    .pasos3-3{margin-left:-14%;}
    .pasos3-3-texto{margin-left: 26%;}
    .pasos4-1{margin-left:30%;width:180px;height:52px;}
    .pasos4-1-texto{margin-left:40%;margin-top: -50px;}
    .pasos4-2{margin-left:15%;}
    .pasos4-2-texto{margin-left:42%;margin-top: -50px;}
    .pasos4-3{margin-right:20%;}
    .pasos4-3-texto{margin-left:25%;margin-top: -50px;}
    .pasos4-4{margin-left: -15%;}
    .pasos4-4-texto{margin-left: -32%;margin-top: -40px;}
    
    .max-width-vg{max-width:130px;}
    .titulo-banner{
        font-weight: bold;
        font-size: 9px;
        color: #000;
        margin-top: 17px;
        margin-left: 20px;
        position: absolute;
        min-width: 150px;
    }
    .max-width-vp{max-width:55px;}
    .titulo-banner-videop{
        font-weight: bold;
        font-size: 3.5px;
        color: #000;
        margin-top: 14px;
        margin-left: 16px;
        position: absolute;
        min-width: 120px;
    }
}
@media (max-width: 766px) and (min-width: 640px) {
    .pasos2-1{margin-left:30%;}
    .pasos2-1-texto{margin-left:37%;}
    .pasos2-2{margin-left: -5%;min-height: 51px;}
    .pasos2-2-texto{margin-right:30%;margin-top: -45px;}
    .pasos3-1{margin-left:29%;}
    .pasos3-1-texto{margin-left:30%;margin-top: -50px;margin-bottom:20px;}
    .pasos3-2{margin-left:-4%;}
    .pasos3-2-texto{margin-left:-18%;margin-top: -50px;margin-bottom:19px;}
    .pasos3-3{margin-top: 20px;margin-left: -5%;}
    .pasos3-3-texto{margin-left: 30%;margin-bottom: 30px;}
    .pasos4-1{margin-left:30%;}
    .pasos4-1-texto{margin-left:42%;}
    .pasos4-2{margin-left:-5%;min-height: 51px;}
    .pasos4-2-texto{margin-left:14%;margin-top: -47px;margin-bottom: 20px;}
    .pasos4-3{margin-left:25%;min-height: 51px;margin-top: 15px;}
    .pasos4-3-texto{margin-left:45%;margin-top: -47px;margin-bottom: 30px;}
    .pasos4-4{margin-left: -5%;min-height: 51px;margin-top: 15px;}
    .pasos4-4-texto{margin-left: -25%;margin-bottom: 40px;}
    
    .max-width-vg{
        max-width:182px;
    }
    .max-width-vp{
        max-width:182px;
    }
    .titulo-banner-videop{
        font-weight: bold;
        font-size: 12px;
        color: #000;
        margin-top: 17px;
        margin-left: 20px;
        position: absolute;
        min-width: 150px;
    }
}
@media (max-width: 639px) and (min-width: 415px) {
    .pasos2-1{margin-left:10%;}
    .pasos2-1-texto{margin-left:30%;}
    .pasos2-2{margin-left: -5%;min-height: 51px;}
    .pasos2-2-texto{margin-right:20%;margin-top: -40px;}
    .pasos3-1{margin-left:18%;width:240px;height:69px;}
    .pasos3-1-texto{margin-left:30%;}
    .pasos3-2{margin-left:2%;min-height: 69px;}
    .pasos3-2-texto{margin-left:24%;margin-top: -58px;}
    .pasos3-3{min-height:69px;margin-top: 20px;}
    .pasos3-3-texto{margin-left: 35%;margin-bottom: 30px;}
    .pasos4-1{margin-left:10%;}
    .pasos4-1-texto{margin-left:20%;margin-top: -51px;}
    .pasos4-2{margin-left:-5%;min-height: 53px;}
    .pasos4-2-texto{margin-left:16%;margin-top: -47px;}
    .pasos4-3{margin-left:10%;min-height: 53px;margin-top: 15px;}
    .pasos4-3-texto{margin-left:33%;margin-top: -47px;}
    .pasos4-4{margin-left: -5%;min-height: 53px;margin-top: 15px;}
    .pasos4-4-texto{margin-left: -15%;margin-top: -35px;margin-bottom: 30px;}
    
    .max-width-vg{max-width:130px;}
    .titulo-banner{
        font-weight: bold;
        font-size: 9px;
        color: #000;
        margin-top: 17px;
        margin-left: 20px;
        position: absolute;
        min-width: 150px;
    }
    .max-width-vp{max-width:130px;}
    .titulo-banner-videop{
        font-weight: bold;
        font-size: 9px;
        color: #000;
        margin-top: 17px;
        margin-left: 20px;
        position: absolute;
        min-width: 150px;
    }
}
@media (max-width: 414px) and (min-width: 325px) {
    .pasos2-1{margin-left:10%;}
    .pasos2-1-texto{margin-left:30%;}
    .pasos2-2{margin-left: -5%;min-height: 51px;}
    .pasos2-2-texto{margin-right:20%;margin-top: -40px;}
    .pasos3-1{margin-left:18%;width:240px;height:69px;}
    .pasos3-1-texto{margin-left:30%;}
    .pasos3-2{margin-left:2%;min-height: 69px;}
    .pasos3-2-texto{margin-left: 19%;margin-top: -45px;margin-bottom: 10px;}
    .pasos3-3{min-height:69px;margin-top: 20px;}
    .pasos3-3-texto{margin-left: 35%;margin-bottom: 30px;}
    .pasos4-1{margin-left:10%;}
    .pasos4-1-texto{margin-left:25%;margin-top: -47px;}
    .pasos4-2{margin-left:-5%;min-height: 51px;}
    .pasos4-2-texto{margin-left:16%;margin-top: -47px;}
    .pasos4-3{margin-left:10%;min-height: 51px;margin-top: 15px;}
    .pasos4-3-texto{margin-left:33%;margin-top: -47px;}
    .pasos4-4{margin-left: -5%;min-height: 51px;margin-top: 15px;}
    .pasos4-4-texto{margin-left: -15%;margin-top: -35px;}
    
    .max-width-vg{max-width:130px;}
    .titulo-banner{
        font-weight: bold;
        font-size: 9px;
        color: #000;
        margin-top: 17px;
        margin-left: 20px;
        position: absolute;
        min-width: 150px;
    }
    .max-width-vp{max-width:130px;}
    .titulo-banner-videop{
        font-weight: bold;
        font-size: 9px;
        color: #000;
        margin-top: 17px;
        margin-left: 20px;
        position: absolute;
        min-width: 150px;
    }
    .texto-paso-final {
        margin-top: -40px;
    }
}
@media (max-width: 324px) and (min-width: 300px) {
    .pasos2-1{margin-left:10%;}
    .pasos2-1-texto{margin-left:30%;}
    .pasos2-2{margin-left: -5%;min-height: 45px;}
    .pasos2-2-texto{margin-right:20%;margin-top: -40px;}
    .pasos3-1{margin-left:18%;width:240px;height:69px;}
    .pasos3-1-texto{margin-left:23%;}
    .pasos3-2{margin-left:2%;min-height: 69px;}
    .pasos3-2-texto{margin-left:12%;margin-top: -58px;}
    .pasos3-3{min-height:69px;margin-top: 20px;}
    .pasos3-3-texto{margin-left: 35%;margin-bottom: 30px;}
    .pasos4-1{margin-left:10%;}
    .pasos4-1-texto{margin-left:25%;margin-top: -47px;font-size: 14px;}
    .pasos4-2{margin-left:-5%;min-height: 45px;}
    .pasos4-2-texto{margin-left:16%;margin-top: -47px;font-size: 14px;}
    .pasos4-3{margin-left:10%;min-height: 45px;margin-top: 15px;}
    .pasos4-3-texto{margin-left:33%;margin-top: -47px;font-size: 14px;}
    .pasos4-4{margin-left: -5%;min-height: 45px;margin-top: 15px;}
    .pasos4-4-texto{margin-left: -15%;margin-top: -35px;font-size: 14px;}
    
    .max-width-vg{max-width:130px;}
    .titulo-banner{
        font-weight: bold;
        font-size: 9px;
        color: #000;
        margin-top: 17px;
        margin-left: 20px;
        position: absolute;
        min-width: 150px;
    }
    .max-width-vp{max-width:130px;}
    .titulo-banner-videop{
        font-weight: bold;
        font-size: 9px;
        color: #000;
        margin-top: 17px;
        margin-left: 20px;
        position: absolute;
        min-width: 150px;
    }
    .texto-paso-final {
        margin-top: -38px;
    }
}
.descrivideo{overflow-wrap: break-word;}
.descrivideo a{
    color:#e8d635 !important;
}
.descriruta{overflow-wrap: break-word;}

/************* MODIFICACIONES *************/

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.nav-tabs {
    background-color: #eee;
}

/*.mce-label {
    display: none !important;
}*/

.dataTables_wrapper .dataTables_paginate ul{
    display: flex !important;
}
.dataTables_wrapper .dataTables_paginate ul li{
    padding:0 5px !important;
}
.dataTables_wrapper .dataTables_paginate ul li.active a{
    color:#d8cb04 !important;
    font-weight: bold !important;
}

.fc-day-grid-event .fc-content {
    cursor: pointer;
}
.well-blanco {
    background-image: -webkit-linear-gradient(top,#ffffff 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#ffffff 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#ffffff 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
}
.well-blanco {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.ui-input-text, .ui-input-search {
    margin: 0 !important;
}
input.buscar{
     /*background: url("../images/iconos.gif") no-repeat scroll 0 0 transparent;*/
     padding: 5px 5px 5px 15px;
     background-position: 5px 10px;
}
ul{
    list-style: none;
}
hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
}

.form-control:focus{border-color:#e8d635;}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
.ui-btn{
    padding: 0 1em 2px !important;
    margin: 22px 0 .5em 0;
    background-color: transparent !important;
    border: none;
    color: #555 !important;
    text-shadow: initial !important;
    font-size: 14px;
}
.ui-btn:focus{
    webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.ui-btn-inline {
    margin-top: 22px !important;
    padding-bottom:5px !important;
}

.ui-btn-inline:hover{
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.15) !important;
    -moz-box-shadow: 0 0 0 rgba(0,0,0,.15) !important;
    box-shadow: 0 0 0 rgba(0,0,0,.15) !important;
    border-bottom:3px solid #555 !important;
    padding: 0 1em 2px !important;
}

.titulo-cabecera:hover{
    border-bottom:3px solid transparent !important;
}
.ui-btn.ui-btn-active{
    margin-top: 22px !important;
    border-bottom:3px solid #555 !important;
}
@media (max-width: 639px) and (min-width: 300px) {
    .ui-btn.ui-btn-active{
        margin-top: 22px !important;
        border: none !important;
    }
}
.ui-btn.ui-btn-active:focus{
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.15) !important;
    -moz-box-shadow: 0 0 0 rgba(0,0,0,.15) !important;
    box-shadow: 0 0 0 rgba(0,0,0,.15) !important;
}
.btn-1{
    margin-top: 22px !important;
    border-bottom:3px solid #555 !important;
}
.filtro_fed{
    padding: 2px;
    margin-right: 10px;
}
.filtro_cat{
    padding: 2px;
    margin-right: 10px;
}
/*.ui-select {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    margin-right: 10px;
    float: left;
    
}*/
.ui-btn-corner-all, .ui-btn.ui-corner-all, .ui-slider-track.ui-corner-all, .ui-flipswitch.ui-corner-all, .ui-li-count {
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*.ui-select > .ui-btn{
    background: #fff !important;
    color: #000 !important;
    font-size: 14px;
    border: 1px solid #ccc !important;
    text-shadow: initial !important;
}
option{
    background: #fff;
    margin-top:-10px;
}
.ui-select > .ui-btn:hover, .ui-select > .ui-btn:focus, .ui-select > .ui-btn:active{
    padding: 0 1em 2px !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.ui-select .ui-btn>span:not(.ui-li-count) {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden !important;
    white-space: nowrap;
    margin-right: 35px;
    padding: 3px;
    font-weight: 300;
}*/

.btn-login{
    background: #e8d635 !important;
    padding: 5px !important;
    font-weight: 300;
    margin: 15px !important;
    text-shadow: initial !important;
    border: none;
    color: #555 !important;
    width: 200px !important;
}
.btn-login:hover {
    color:#fff !important;
    border-bottom: none !important;
    padding: 5px !important;
}
.btn-login-full {
    background: #e8d635 !important;
    padding: 5px;
    font-weight: 300;
    margin: 20px;
    text-shadow: initial !important;
    border: none;
    width: 255px !important;
}
@media (max-width:320px) and (min-width:300px){
    .btn-login-full {
        width: 220px !important;
    }
}
.li-entrar{
    padding: 0 15px;
}
.li-registro{
    padding: 5px 15px;
}
.btn-login-federate {
    background: #e8d635 !important;
    padding: 5px;
    font-weight: 300;
    margin-bottom: 15px;
    text-shadow: initial !important;
    border: none;
    width: 100% !important;
    color: #555;
    border-radius:0;
}
.btn-login-federate:hover {
    color:#fff !important;
}

.btn-login-full:hover {
    color:#fff !important;
}
.btn-registro-enviar {
    background: #e8d635 !important;
    padding: 5px;
    font-weight: 300;
    margin: 20px 0 20px 10px;
    text-shadow: initial !important;
    border: none;
    width: 165px !important;
}
@media (max-width:360px) and (min-width:321px){
    .btn-registro-enviar {
        width: 150px !important;
    }
}
@media (max-width:320px) and (min-width:300px){
    .btn-registro-enviar {
        width: 110px !important;
    }
}
.btn-registro-limpiar {
    background: #fff !important;
    color: #e8d635 !important;
    padding: 5px;
    font-weight: 300;
    margin: 20px 0 20px 20px;
    text-shadow: initial !important;
    border: 1px solid #e8d635 !important;
    width: 100px !important;
}
.btn-categoria{
    background: #e8d635 !important;
    padding: 5px;
    font-weight: 300;
    margin-right:5px;
    text-shadow: initial !important;
    border: none;
    width: auto !important;
    vertical-align: baseline;
}
.btn-categoria:hover {
    color:#fff !important;
}
.btn-menu-categorias{
    float:left;
    text-align:center !important;
    background: #e8d635 !important;
    color: #555 !important;
    /*padding: 0 5px !important;*/
    font-weight: 300 !important;
    margin-right:10px !important;
    text-shadow: initial !important;
    border: 2px solid #e8d635 !important;
    margin-bottom: 5px;
    min-width: 110px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}
.btn-menu-categorias:hover{
    background: #fff !important;
    color: #e8d635 !important;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}
.btn-menu-categorias a{
    background: #e8d635 !important;
    color: #555 !important;
    border-width: 0px !important;
    text-shadow: initial !important;
    text-align:center !important;
    padding: 2px 25px;
    font-size: 14px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}
.btn-menu-categorias a:hover{
    background: #fff !important;
    color: #e8d635 !important;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}
.btn-menu-categorias a:focus{
    background: #fff !important;
    color: #e8d635 !important;
    border-bottom: 0 !important;
    margin-top:0 !important;
}
.btn-menu-categorias-activo{
    float:left;
    text-align:center !important;
    padding: 0 5px!important;
    font-weight: 300 !important;
    margin-right:10px !important;
    text-shadow: initial !important;
    border: 2px solid #e8d635 !important;
    color: #e8d635 !important;
    min-width: 110px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}
.btn-menu-categorias-activo a{
    background: #fff !important;
    color: #e8d635 !important;
    border-width: 0px !important;
    text-shadow: initial !important;
    text-align:center !important;
    padding: 2px 25px;
    font-size: 14px;
}
.btn-menu-categorias-activo a:focus{
    background: #fff !important;
    color: #e8d635 !important;
    border-width: 0px !important;
    text-shadow: initial !important;
    text-align:center !important;
    margin-top:0 !important;
    font-size: 14px;
}

.btn-menu-subcategorias{
    margin-top:7px !important;
    float:left;
    text-align:center !important;
    background: #e8d635 !important;
    color: #555 !important;
    padding: 0 !important;
    font-weight: 300 !important;
    margin-right:10px !important;
    text-shadow: initial !important;
    border: 2px solid #e8d635 !important;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}
.btn-menu-subcategorias:hover{
    background: #fff !important;
    color: #e8d635 !important;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}
.btn-menu-subcategorias a{
    background: #e8d635 !important;
    color: #555 !important;
    border-width: 0px !important;
    text-shadow: initial !important;
    text-align:center !important;
    padding: 3px;
    font-size: 12px;
}

.btn-menu-subcategorias-activo {
    background: #fff !important;
    color: #e8d635 !important;
    margin-top:5px !important;
    float:left;
    text-align:center !important;
    padding: 0 !important;
    font-weight: 300 !important;
    margin-right:10px !important;
    text-shadow: initial !important;
    border: 2px solid #e8d635 !important;
    width: 110px !important; 
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}
.btn-menu-subcategorias-activo a{
    background: #fff !important;
    color: #e8d635 !important;
    border-width: 0px !important;
    text-shadow: initial !important;
    text-align:center !important;
    padding: 3px;
    font-size: 12px;
}

.btn-menu-subcategorias-activo:hover, .btn-menu-subcategorias-activo a:hover{
    background: #fff !important;
    color: #e8d635 !important;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}

.btn-menu-subcategorias a:hover{
    background: #fff !important;
    color: #e8d635 !important;
}

.btn-menu-categorias-videos{
    font-size:14px;
    text-align:center !important;
    background: #4a4d53 !important;
    color: #fff !important;
    padding:5px 10px !important;
    margin-right:6px !important;
    text-shadow: initial !important;
    border: none !important;
    width: 110px !important; 
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}
.btn-menu-categorias-videos:hover{
    background: #4a4d53 !important;
    color: #fff !important;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}
.btn-menu-categorias-clasificacion{
    float: left;
    padding: 2px;
    text-align: center !important;
    background: #555 !important;
    color: #fff !important;
    font-weight: 300 !important;
    margin-right: 10px !important;
    text-shadow: initial !important;
    width: 110px !important;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}
.btn-menu-categorias-clasificacion a{
    padding: 3px !important;
    border-color: initial !important;
    color: #fff !important;
}

.btn-admin-licencias{
    float: left;
    text-align: center !important;
    background: #555 !important;
    color: #fff !important;
    font-weight: 300 !important;
    margin-right: 10px !important;
    text-shadow: initial !important;
    width: 165px !important;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}
.btn-admin-licencias a{
    padding: 5px;
}
.btn-admin-pruebas{
    float: left;
    text-align: center !important;
    background: #555 !important;
    color: #fff !important;
    font-weight: 300 !important;
    margin-right: 10px !important;
    text-shadow: initial !important;
    width: 175px !important;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}
.btn-admin-pruebas a{
    padding: 5px;
}
.btn-menu-directo{
    text-align:center !important;
    background: #bf1010 !important;
    color: #fff !important;
    padding:4px 10px !important;
    font-weight: 300 !important;
    margin-right:6px !important;
    margin-left: 7px;
    text-shadow: initial !important;
    border: none !important;
    width: 90px !important; 
}
.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit{
    background-color: #fff;
    border-color: #fff;
    color: #555;
}
.breadcrumb {
    margin: 10px 0;
    list-style: none;
    background-color: transparent;
    padding: 10px 0;
}
input[type=checkbox], input[type=radio] {
    margin: 10px;
}
.responsive-video {
    padding-bottom: 28.25% !important;
}
.ui-mobile, .ui-mobile body {
    /*height: 98% !important;*/
}
.popover.right {
    margin-left: 23px;
}
.popover {
    position: absolute;
    top: -5%;
    left: 63%;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 0;
    font-family: "Lato",sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: initial;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-break: auto;
}

.popover.right>.arrow {
    top: 50%;
    left: -5px;
    margin-top: -4px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

.ui-select .ui-btn select {
    /*padding-bottom: 15px;*/
}
h3{
    margin-top: 0;
    margin-bottom: 0;
}

.ui-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel-primary {
    border-color: transparent;
}
.panel-primary>.panel-heading {
    background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -o-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
    background-repeat: repeat-x; 
}
@media screen and (min-width: 768px){
    .carousel-indicators {
        bottom: -40px;
    }
}

.carousel-indicators li {
    border: 1px solid #333;
}
.carousel-indicators .active {
    background-color: #333;
}
@media screen and (min-width: 768px){
    .carousel-caption {
        left: 0;
    }
}
.carousel-caption {
    bottom: 0;
    text-align: left;
    padding-top: 0;
    left: 0;
}

.thumbnail {
    display: block;
    padding: 0;
    border: 0;
    margin-bottom: 0;
}
@media not all, (-webkit-transform-3d){
    .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.carousel-control.left {
    left: 0;
    right: auto;
    width:20px;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    width:30%;
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0.5) 0,rgba(237,217,22,0.5) 100%);
    background-image: -o-linear-gradient(left,rgba(255,255,255,0.5) 0,rgba(237,217,22,0.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0.5)),to(rgba(237,217,22,0.5)));
    background-image: linear-gradient(to right,rgba(255,255,255,0.5) 0,rgba(237,217,22,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.paravideos{
    right: 0;
    left: auto;
    width:20px !important;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0))) !important;
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.paragaleria{
    right: 0;
    left: auto;
    width:10% !important;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,1) 0,rgba(0,0,0,1) 100%) !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,1) 0,rgba(0,0,0,1) 100%) !important;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,1)),to(rgba(0,0,0,1))) !important;
    background-image: linear-gradient(to right,rgba(0,0,0,1) 0,rgba(0,0,0,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.paranoticias{
    right: 0;
    left: auto;
    width:40px !important;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0))) !important;
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    opacity: 1 !important;
}
.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .5;
}
@media screen and (min-width: 768px){
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -52%;
    }
}
@media screen and (min-width: 768px){
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -52%;
    }
}
.dropdown-menu{
    left: initial;
    margin-top: 20px;
    padding: 0;
    background-color: #fff;
    min-width:230px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.5);
    box-shadow: 0 6px 12px rgba(0,0,0,.5);
    /*margin-top: 1px;*/
    z-index:99999;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #e8d635;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e8d635),to(#e8d635));
    background-image: linear-gradient(to bottom,#e8d635 0,#e8d635 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}
.dropdown-menu>li>a {
    cursor: pointer;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    font-size: 12px;
}
.ui-checkbox input, .ui-radio input {
    width: 15px;
}
.backstretch{
    position: fixed !important;
    opacity:0.2;
}
/*@media (min-width: 768px){
    .modal-dialog {
        width: auto;
    }
}*/
.thumbnail {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0) !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0) !important;
}

.ui-content .ui-listview, .ui-panel-inner>.ui-listview {
    margin: 0;
}
.twitter-timeline{
    height:400px !important;
}
.SandboxRoot .env-bp-430 .timeline-Header-title, .SandboxRoot .env-bp-550 .timeline-Header-title {
    font-size: 24px !important;
    line-height: 24px !important;
}
.SandboxRoot .env-bp-430 .timeline-Tweet-text{
    font-size: 13px !important;
    line-height: 20px;
    font-weight: 300;
}
input[readonly] {
    color: #939192;
    background: #f5f5f5 !important;
    cursor: default;
    border: 1px solid #ccc;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000 !important;
}

/***************** ADMIN ******************/
.bloque-plantilla{
    padding:15px;
    margin-bottom:30px;
    background:#eee;
    border-radius:12px;
    text-align:center;
    min-height: 805px;
}
.btn-admin{
    background:#e8d635;
    color:#555;
    padding:5px;
    font-weight:300;
    margin-top:15px;
}
.btn-img{
    padding: 6px 5px;
    margin-bottom: 5px;;
    border: 0;
    background:#eee;
}
.btn-videos{

    padding: 6px 11px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 4px;
    background:#eee;
}
.btn-videos2{
    padding: 6px 15px;
    margin-bottom: 5px;
    border: 0;
    background:#eee;
}
.btn-federate{
    padding: 6px 0;
    margin-bottom: 5px;
    border: 0;
    background:#eee;
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper{
    background-color: #fff;
}

.panel-primary>.panel-heading {
    border-color: #fff;
}

.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
    border-top: none;
}

.clasificacion-titulo{
    font-size: 36px;
    border-bottom: 2px solid #333;
}


/*CLASES MAQUETACIÃ“N*/

.avatar{
    max-width:75px;
}

img.avatar{
    max-width:75px;
}
.texto-username{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#000;
    padding-bottom: 10px;
    text-align:center;
    display:block;
    font-weight:400;
    text-shadow: none;
}
.texto-perfil{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#000;
    padding-bottom: 10px;
    text-align:center;
    display:block;
    font-weight:400;
    text-shadow: none;
    font-size: 10px;
}

.nueva_cabecera_amarilla{
    padding-top: 5px;
    height: 30px;
    display: block;
    float: left;
    margin-left: 0;
    padding-left: 15px;
    text-shadow: initial;
}
.icono-titulo{
    padding-top:5px;
    text-shadow: initial;
    text-align: center;
}
@media (max-width: 766px) and (min-width: 325px) {
    /*.div_nueva_cabecera_amarilla{
        margin-top:110px;
    }*/
    .nueva_cabecera_amarilla {
        padding-top: 10px;
        height: 70px;
        margin-left: 0px;
        padding-left: 15px;
        text-shadow: initial;
        font-size: 10px;
    }
    .panel-menu-mv {
        top: 100px !important;
    }
    .panel-login-mv {
        top: 100px !important;
    }
}
@media (max-width: 324px) and (min-width: 300px) {
    /*.div_nueva_cabecera_amarilla{
        margin-top:110px;
    }*/
    .nueva_cabecera_amarilla {
        padding-top: 25px;
        height: 70px;
        display: block;
        float: left;
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid #000;
        text-shadow: initial;
        font-size: 13px;
    }
    .panel-menu-mv {
        top: 100px !important;
    }
    .panel-login-mv {
        top: 100px !important;
    }
}
.div_nueva_cabecera_amarilla{
    height: 30px;
    background-color: #16B63B;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    margin-top: 0;
}
.div_nueva_cabecera_amarilla2{
    height:70px;
    background:#e8d635;
    color: #555;
    font-size: 25px;
    font-weight: 400;
    vertical-align: middle;
    margin-top: 0;
}
.div_nueva_cabecera_amarilla_jqm{
    height:70px;
    background:#e8d635;
    color: #555;
    font-size: 25px;
    font-weight: 400;
    vertical-align: middle;
}

.titulo2_cabecera{
    text-align: center;
    font-size: 1.4em;
    background: grey;
    color:white;
}

.btn-smart{
    background: #e8d635 !important;
    border: none;
    text-shadow: initial !important;
    border-radius: 0 !important;
    width:initial !important;
    color: #555 !important;
    margin-right:10px;
}

.label_dropdown{
    margin-right:5px;
}

.select_dropdown{
    border: 1px solid #ccc !important;
    color: black !important;
    border-radius: 7px;
    padding: 5px;
}
@media (max-width: 768px) {
    .select_dropdown{
        margin-top:10px;
    }
}

.columna-avatar-incidencias{
    background:#484848;
}

.columna-texto-incidencias{
    background:#eeeeee;
}

.fecha-incidencias{
    color:#888;
}

.categoria-incidencias{
    color: white;
    background: #484848;
    text-shadow: none !important;
    padding: 5px;
}

.nombre-incidencias{
    color:#484848 !important;
}

.iconos{
    color:#555;
    font-weight: 600 !important;
    text-shadow: none !important;
    padding-bottom: 0px !important;
    border-bottom: 3px solid transparent;
    padding: 10px 5px 0 !important;
}
.iconos:hover{
    color:#555 !important;
    border-bottom: 3px solid #555;
    background-color: transparent !important;
}
.iconos-right{
    color:#555 !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    padding-bottom: 0px !important;
    padding-top:20px !important;
}
.iconos-right:focus{
    background-color: transparent !important;
    background-image: linear-gradient(to bottom,transparent 0,transparent 100%) !important;
    box-shadow: none !important;
}
.iconos-cat{
    color:#fff !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    padding-bottom: 5px !important;
    padding-top: 10px !important;
    border-bottom: 5px solid transparent;
}
.iconos-cat-mv{
    color:#fff !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    border-bottom: 2px solid transparent;
    padding: 5px 10px !important;
}

.iconos-cat-sub{
    color:#555;
    font-weight: 600 !important;
    text-shadow: none !important;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
    background-color: transparent !important;
    border: none;
    font-size: 16px;
}
.iconos-cat-sub-frontend{
    color:#555;
    font-weight: 600 !important;
    text-shadow: none !important;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    background-color: transparent !important;
    border: none;
    font-size: 14px;
}

.indice-menu{
    margin-top:20px;
    font-weight:700;
}

.btn-cancel{
    background: #555;
    border: #555;
    margin-right: 10px;
    width: 120px;
    color: #fff !important;
}

.btn-rutas-mapa{
    background: #555;
    border: #555;
    width: 120px;
    color: #fff !important;
}

.btn-enviar{
    background: #e8d635;
    border: #e8d635;
    color:#555 !important;
}

.btn-cancel:hover{
    background: #555;
    border: #555;
}

.btn-enviar:hover{
    background: #e8d635;
}

.btn-siguiente{
    background: #e8d635;
    border: #e8d635;
    color:#555 !important;
    width: 120px;
    font-weight: bold;
}

.btn-enviar-form{
    background: #e8d635;
    border: #e8d635;
    color:#555 !important;
    width: 80px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-enviar-form-icon{
    background: rgba(249, 192, 12, 0.52);
    border: #e8d635;
    color: #e8d635 !important;
    width: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -5px;
}

.btn-seleccion{
    background: #999;
    border: #999;
    color:white !important;
    width: 120px;
}

.btn-galeria{
    background: #555;
    border: #555;
    width: 120px;
    color: #fff !important;
}

.cabecera_tablas{
    background: #555;
    color: white;
    font-weight: 200;
    text-transform: uppercase;
}

.table-borde-blanco{
    border: 3px solid #fff;
}

.table-borde-blanco>tbody>tr>td, .table-borde-blanco>tbody>tr>th, .table-borde-blanco>tfoot>tr>td, .table-borde-blanco>tfoot>tr>th, .table-borde-blanco>thead>tr>td, .table-table-borde-blanco>thead>tr>th {
    border: 3px solid #fff;
    background: #eee;
}

.table-borde-blanco2{
    border: 3px solid #fff;
}

.table-borde-blanco2>tbody>tr>td, .table-borde-blanco2>tbody>tr>th, .table-borde-blanco2>tfoot>tr>td, .table-borde-blanco2>tfoot>tr>th, .table-borde-blanco2>thead>tr>td, .table-table-borde-blanco2>thead>tr>th {
    border: 3px solid #fff;
    background: #eee;
}

.table-borde-blanco-admin{
    border: 1px solid #fff;
}

.table-borde-blanco-admin>tbody>tr>td, .table-borde-blanco>tbody>tr>th, .table-borde-blanco>tfoot>tr>td, .table-borde-blanco>tfoot>tr>th, .table-borde-blanco>thead>tr>td, .table-table-borde-blanco>thead>tr>th {
    border: 1px solid #fff;
}

bordered>tfoot>tr>th, .table-borde-blanco>thead>tr>td, .table-borde-blanco>thead>tr>th {
    border: 3px solid #fff;
}

.input-100{
    width:100%;
    height: 26px;
    padding: 0px 5px 0 5px;
}
.input-100-txt{
    width:100%;
    padding: 0px 5px 0 5px;
}
.input-10{
    width: 10%;
    padding: 5px;
}
.input-pasos{
    padding:5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
}

.label-border-bottom{
    border-bottom: 1px solid #bbb;
    width: 100%;
}

.label-admin{
    font-weight:200;
}

.btn-negro{
    color:white !important;
    background:#333;
    border-radius: 0px;
}

.btn-amarillo-temporada{
    background: #e8d635;
    color:#555 !important;
    border-radius: 0px;
}

.btn-amarillo-radius{
    background: #e8d635;
    color:#555 !important;
    border-radius: 4px;
    padding: 2px 4px 2px 4px;
}

.btn-nested{
    font-weight:700 !important;
    background: #555;
    border: #e8d635;
    color: #e8d635 !important;
}

.td-center{
    text-align: center;
    vertical-align: middle !important;
}
.td-center>a{
    color:black !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #e8d635;
}

.orden_destacado{
    /*background: #e8d635;*/
    height: 100%;
    max-width: 150px;
    font-size: 3em;
    text-align: center;
    color: #555;
}

.buscar_admin{
    position: relative;
    margin-left: -35px;
    background: white;
    border: none;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    background: #e8d635;
}

.titulo-clubvip{
    display: block;
    text-align: center;
    color: #e8d635;
    font-size: 30px;
}

.menu-login-full-clubvip{
    list-style: none;
    background: #fff;
    color: #333;
    text-shadow: initial;
    border: 1px solid #ccc;
    padding-left: 0;
    padding-top: 25px;
    width:300px;
    box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
}

.menu-registro-clubvip {
    list-style: none;
    background: #fff;
    color: #333;
    text-shadow: initial;
    border: 1px solid #ccc;
    padding-left: 0;
    padding-top: 25px;
    width: 320px;
    box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
}

.btn-transparente{
    background:transparent !important;
    border:none !important;
    outline:none !important;
}

.btn-mask-img{
    background:rgba(255, 255, 255, 0.55) !important;
    border:none !important;
    outline:none !important;
}

.label-yellow{
    background: #e8d635;
    font-size:16px;
}

.label{
    font-weight:300;
}

/******************** LOGIN LICENCIAS Y CARNET ********************/

.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 11px;
    margin-left: 2px;
    margin-bottom: 8px;
    background-color: transparent !important;
    background-image: none;
    border: 1px solid transparent !important;
    border-radius: 4px;
}
.loginrfec{
    border-top: 8px solid #e8d635;
    background: url(../images/federate/seccion6.jpg) no-repeat center center;
    background-size:cover;
}
.logorfec{
    margin-right: 8%;
    margin-top: -4%;
}
.acreditacion{
    margin-left: 5%;
    margin-top: -3%;
}
.panel-menu-mv{
    /*display:none;
    width:60%;
    padding:10px;
    top:50px;
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);*/
    left:-100%;
    display: block;
    min-height: 100%;
    width: 100%;
    padding: 0;
    top: 0 !important;
    z-index: 9999;
    border: none;
    position: fixed;
    background: transparent;
}
.panel-menu-mv ul{
    list-style: none;
    height: 560px;
    text-align: left;
}
.btn-entrar{
    background-color: white;
    border-radius:0 !important;
    color: black;
}
.btn-registrate{
    background-color: white;
    border-radius:0 !important;
    color: black !important;
    /*width: 100% !important;*/
}
.border-top-white{
    border-top:1px solid #fff;
}

@media(max-width:360px) and (min-width:321px){
    .panel-menu-mv ul{
        list-style: none;
        height: 600px;
        text-align: left;
    }
}
@media(max-width:375px) and (min-width:361px){
    .panel-menu-mv ul{
        list-style: none;
        height: 610px;
        text-align: left;
    }
}
@media(max-width:414px) and (min-width:376px){
    .panel-menu-mv ul{
        list-style: none;
        height: 725px;
        text-align: left;
    }
}
@media(max-width:568px) and (min-width:415px){
    .panel-menu-mv ul{
        list-style: none;
        height: 310px;
        text-align: left;
    }
}
@media(max-width:640px) and (min-width:569px){
    .panel-menu-mv ul{
        list-style: none;
        height: 350px;
        text-align: left;
    }
}
@media(max-width:667px) and (min-width:641px){
    .panel-menu-mv ul{
        list-style: none;
        height: 370px;
        text-align: left;
    }
}
@media(max-width:736px) and (min-width:668px){
    .panel-menu-mv ul{
        list-style: none;
        height: 400px;
        text-align: left;
    }
}
@media(max-width:768px) and (min-width:737px){
    .panel-menu-mv ul{
        list-style: none;
        height: 1024px;
        text-align: left;
    }
}
@media(max-width:800px) and (min-width:769px){
    .panel-menu-mv ul{
        list-style: none;
        height: 1200px;
        text-align: left;
    }
}
.panel-menu-mv ul li{
    font-size: 14px;
    padding: .3em 1em;
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
}
.menu-cierre{
    width:35%;
    height:736px;
}
.panel-login-mv{
    position: absolute;
    display:none;
    width: 70%;
    top: 50px;
    margin-left: 28%;
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
}
.panel-login-mv ul{
    list-style: none;
    margin-left: -40px;
}
.panel-login-mv ul li{
    font-size: 14px;
    padding: 8px 10px;
    /*border-bottom: 1px solid #c9c9c9;*/
}
.panel-login{
    position: absolute;
    display: none;
    width: 247px;
    top: 50px;
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
    border: none;
}
.panel-login ul{
    list-style: none;
    margin-left: -40px;
}
.panel-login ul li{
    font-size: 14px;
    padding: 15px;
    /*border-bottom: 1px solid #c9c9c9;*/
}
@media(min-width:1921px){
    .panel-login{left: 88%;}
    .fuente-loginrfec-h1{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 56pt !important;
        font-weight: 600;
        color:#000;
    }
    .fuente-loginrfec-h3{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:26pt;
        color:#000;
    }
    .fuente-loginrfec-p{
        font-family: 'GothamHTF-Book', sans-serif;
        line-height: 20px;
        font-size: 21pt;
        color:#000;
    }
    .fuente-loginrfec-pf{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 10pt;
        color:#000;
        font-weight:600;
    }
    .contenido-loginrfec{
        border-top:1px solid #e8d635;
        border-bottom:1px solid #e8d635;
        padding-top:20px;
        padding-bottom:20px;
    }
    .fuente-loginrfec-li{
        line-height: 35px;
    }
    .fuente-loginrfec-li a{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:14pt;
        color: #000 !important;
        font-weight: 600 !important;
    }
}
@media (max-width: 1920px) and (min-width: 1681px) { 
    .panel-login{left: 85.7%;}
    .fuente-loginrfec-h1{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 56pt !important;
        font-weight: 600;
        color:#000;
    }
    .fuente-loginrfec-h3{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:26pt;
        color:#000;
    }
    .fuente-loginrfec-p{
        font-family: 'GothamHTF-Book', sans-serif;
        line-height: 20px;
        font-size: 21pt;
        color:#000;
    }
    .fuente-loginrfec-pf{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 10pt;
        color:#000;
        font-weight:600;
    }
    .contenido-loginrfec{
        border-top:1px solid #e8d635;
        border-bottom:1px solid #e8d635;
        padding-top:20px;
        padding-bottom:20px;
    }
    .fuente-loginrfec-li{
        line-height: 35px;
    }
    .fuente-loginrfec-li a{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:14pt;
        color: #000 !important;
        font-weight: 600 !important;
    }
}
@media (max-width: 1680px) and (min-width: 1601px) { 
    .panel-login{margin-left: 84%;}
    .fuente-loginrfec-h1{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 56pt !important;
        font-weight: 600;
        color:#000;
    }
    .fuente-loginrfec-h3{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:26pt;
        color:#000;
    }
    .fuente-loginrfec-p{
        font-family: 'GothamHTF-Book', sans-serif;
        line-height: 20px;
        font-size: 21pt;
        color:#000;
    }
    .fuente-loginrfec-pf{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 10pt;
        color:#000;
        font-weight:600;
    }
    .contenido-loginrfec{
        border-top:1px solid #e8d635;
        border-bottom:1px solid #e8d635;
        padding-top:20px;
        padding-bottom:20px;
    }
    .fuente-loginrfec-li{
        line-height: 35px;
    }
    .fuente-loginrfec-li a{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:14pt;
        color: #000 !important;
        font-weight: 600 !important;
    }
}
@media (max-width: 1600px) and (min-width: 1441px) { 
    .panel-login{margin-left: 83%;}
    .fuente-loginrfec-h1{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 56pt !important;
        font-weight: 600;
        color:#000;
    }
    .fuente-loginrfec-h3{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:26pt;
        color:#000;
    }
    .fuente-loginrfec-p{
        font-family: 'GothamHTF-Book', sans-serif;
        line-height: 20px;
        font-size: 21pt;
        color:#000;
    }
    .fuente-loginrfec-pf{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 10pt;
        color:#000;
        font-weight:600;
    }
    .contenido-loginrfec{
        border-top:1px solid #e8d635;
        border-bottom:1px solid #e8d635;
        padding-top:20px;
        padding-bottom:20px;
    }
    .fuente-loginrfec-li{
        line-height: 35px;
    }
    .fuente-loginrfec-li a{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:14pt;
        color: #000 !important;
        font-weight: 600 !important;
    }
}
@media (max-width: 1440px) and (min-width: 1367px) { 
    .panel-login{margin-left: 81%;}
    .fuente-loginrfec-h1{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 50pt !important;
        font-weight: 600;
        color:#000;
    }
    .fuente-loginrfec-h3{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:24pt;
        color:#000;
    }
    .fuente-loginrfec-p{
        font-family: 'GothamHTF-Book', sans-serif;
        line-height: 20px;
        font-size: 19pt;
        color:#000;
    }
    .fuente-loginrfec-pf{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 10pt;
        color:#000;
        font-weight:600;
    }
    .contenido-loginrfec{
        border-top:1px solid #e8d635;
        border-bottom:1px solid #e8d635;
        padding-top:20px;
        padding-bottom:20px;
    }
    .fuente-loginrfec-li{
        line-height: 35px;
    }
    .fuente-loginrfec-li a{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:10pt;
        color: #000 !important;
        font-weight: 600 !important;
    }
}
@media (max-width: 1366px) and (min-width: 1281px) { 
    .panel-login{margin-left: 80%;}
    .fuente-loginrfec-h1{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 49pt !important;
        font-weight: 600;
        color:#000;
    }
    .fuente-loginrfec-h3{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:23pt;
        color:#000;
    }
    .fuente-loginrfec-p{
        font-family: 'GothamHTF-Book', sans-serif;
        line-height: 20px;
        font-size: 18pt;
        color:#000;
    }
    .fuente-loginrfec-pf{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 9pt;
        color:#000;
        font-weight:600;
    }
    .contenido-loginrfec{
        border-top:1px solid #e8d635;
        border-bottom:1px solid #e8d635;
        padding-top:20px;
        padding-bottom:20px;
    }
    .fuente-loginrfec-li{
        line-height: 25px;
    }
    .fuente-loginrfec-li a{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:9pt;
        color: #000 !important;
        font-weight: 600 !important;
    }
}
@media (max-width: 1280px) and (min-width: 1025px) { 
    .panel-login{margin-left: 78.5%;}
    .fuente-loginrfec-h1{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 44pt !important;
        font-weight: 600;
        color:#000;
    }
    .fuente-loginrfec-h3{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:20pt;
        color:#000;
    }
    .fuente-loginrfec-p{
        font-family: 'GothamHTF-Book', sans-serif;
        line-height: 20px;
        font-size: 16pt;
        color:#000;
    }
    .fuente-loginrfec-pf{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 8pt;
        color:#000;
        font-weight:600;
    }
    .contenido-loginrfec{
        border-top:1px solid #e8d635;
        border-bottom:1px solid #e8d635;
        padding-top:20px;
        padding-bottom:20px;
    }
    .fuente-loginrfec-li{
        line-height: 25px;
    }
    .fuente-loginrfec-li a{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:8pt;
        color: #000 !important;
        font-weight: 600 !important;
    }
}
@media (max-width: 1024px) and (min-width: 769px) { 
    .panel-login{margin-left: 73.5%;}
    .fuente-loginrfec-h1{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 44pt !important;
        font-weight: 600;
        color:#000;
    }
    .fuente-loginrfec-h3{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:20pt;
        color:#000;
    }
    .fuente-loginrfec-p{
        font-family: 'GothamHTF-Book', sans-serif;
        line-height: 20px;
        font-size: 16pt;
        color:#000;
    }
    .fuente-loginrfec-pf{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 8pt;
        color:#000;
        font-weight:600;
    }
    .contenido-loginrfec{
        border-top:1px solid #e8d635;
        border-bottom:1px solid #e8d635;
        padding-top:20px;
        padding-bottom:20px;
    }
    .fuente-loginrfec-li{
        line-height: 25px;
    }
    .fuente-loginrfec-li a{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:8pt;
        color: #000 !important;
        font-weight: 600 !important;
    }
}
@media (max-width: 768px) and (min-width: 700px) { 
    .panel-login{margin-left: 64.5%;}
    .fuente-loginrfec-h1{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 44pt !important;
        font-weight: 600;
        color:#000;
    }
    .fuente-loginrfec-h3{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:20pt;
        color:#000;
    }
    .fuente-loginrfec-p{
        font-family: 'GothamHTF-Book', sans-serif;
        line-height: 20px;
        font-size: 16pt;
        color:#000;
    }
    .fuente-loginrfec-pf{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 8pt;
        color:#000;
        font-weight:600;
    }
    .contenido-loginrfec{
        border-top:1px solid #e8d635;
        border-bottom:1px solid #e8d635;
        padding-top:20px;
        padding-bottom:20px;
    }
    .fuente-loginrfec-li{
        line-height: 25px;
    }
    .fuente-loginrfec-li a{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:8pt;
        color: #000 !important;
        font-weight: 600 !important;
    }
}
@media (max-width: 699px) and (min-width: 300px) { 
    .fuente-loginrfec-h1{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size: 20pt !important;
        font-weight: 600;
        color:#000;
    }
    .fuente-loginrfec-h3{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:14pt;
        color:#000;
    }
    .fuente-loginrfec-li{
        line-height: 35px;
    }
    .fuente-loginrfec-li a{
        font-family: 'GothamHTF-Book', sans-serif;
        font-size:8pt;
        color: #000 !important;
        font-weight: 600 !important;
    }
    .logorfec {
        margin-right: 8%;
        margin-top: -20%;
    }
}
.btn-no{
    max-width:34px;padding:6px 10px;
}

@font-face {
    font-family: GothamHTF-Book; /* nombre de la fuente */
    src: url(../fonts/GothamHTF-Book.ttf); /* ubicaciÃ³n de la fuente formato .tff */
}
@font-face {
    font-family: gotham-bold; /* nombre de la fuente */
    src: url(../fonts/gotham-bold.ttf); /* ubicaciÃ³n de la fuente formato .tff */
}

/******************** TITULOS NORMAS DE VIDEOS ********************/

.normas_videos {
    text-align: justify;
    padding-right: 25px;
}

.titulo_normas {
    font-weight: bold;
    text-align: center;
}

.subtitulo_normas {
    font-weight: bold;
    text-decoration: underline;
}

.subtitulo_politicas {
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}

.listado_normas {
    list-style: circle;
}

.clickable{
    cursor: pointer;   
}
i.fa.fa-star.amarillo {
    color: #e8d635;
}

/******************* LISTA CURSOS MYD *********************/
#lista5 {
    counter-reset: li; 
    list-style: none; 
    *list-style: decimal; 
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#lista5 ol {
    margin: 0 0 0 2em; 
}

#lista5 {
    list-style-type: none;
    /*list-style-type: decimal !ie; IE 7- hack*/
     
    margin: 0;
    margin-left: 1em;
    padding: 0;
     
    counter-reset: li-counter;
}

#lista5 > li{
    position: relative;
    margin-bottom: 1.5em;
    padding: 1.5em;
    background-color: #eaeaea;
}

#lista5 > li:before {
    position: absolute;
    top: -0.3em;
    left: -0.5em;
    width: 1.8em;
    height: 1.2em;
     
    font-size: 2em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: #464646;
    background-color: #d0d0d0;
     
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    z-index: 99;
    overflow: hidden;
     
    content: counter(li-counter);
    counter-increment: li-counter;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #e8d635;
    /*background-image: -webkit-linear-gradient(top,#337ab7 0,#e8d635 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#e8d635 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
    background-image: linear-gradient(to bottom,#337ab7 0,#e8d635 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;*/
    color:white !important;
}

/**** ACTIVIDAD ****/
.well-actividad{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #999;
    color:white;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
}
.well-blanco-chat-actividad {
    background-image: -webkit-linear-gradient(top,#ffffff 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#ffffff 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#ffffff 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
}
.well-blanco-chat-actividad {
    height: 260px;
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    overflow: auto;
}

/********************************** APP MOVIL *********************************/
.fondo-app{
    background: -webkit-linear-gradient(left, red , #ffc51c); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, red, #ffc51c); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, red, #ffc51c); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, red , #ffc51c); /* Standard syntax */
}
.caja-comunidad{
    border: 1px solid white;
    box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    border-radius:26px;
    padding:17px 5px 5px 5px;
    height:50px;
    font-size:12px;
    margin-bottom:10px;
    color:white;
}

/**************** BICIEMPIEZACONB *****************/
.h1bici{
    font-size:56px !important;
    font-family: 'gotham-bold', sans-serif;
    line-height: 1.6em;
}
.h3bici{
    font-size:20px !important;
    /*font-family: 'gotham-bold', sans-serif;*/
    font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.publibici{
    max-height: 530px;
}
.texto-publi-bici{
    font-size:16px;
}
@media (max-width:1680px) and (min-width:1601px){
    
}
@media (max-width:1600px) and (min-width:1441px){
    .texto-publi-bici{
        font-size:15px;
    }
}
@media (max-width:1440px) and (min-width:1411px){
    .publibici{
        max-height: 390px;
    }
    .texto-publi-bici{
        font-size:15px;
    }
}
@media (max-width:1410px) and (min-width:1281px){
    .publibici{
        max-height: 375px;
    }
    .texto-publi-bici{
        font-size:14px;
    }
}
@media (max-width:1280px) and (min-width:1025px){
    .publibici{
        max-height: 345px;
    }
    .texto-publi-bici{
        font-size:14px;
    }
}
@media (max-width:1024px) and (min-width:769px){
    .publibici{
        max-height: 275px;
    }
    .texto-publi-bici{
        font-size:13px;
    }
}
@media (max-width:768px) and (min-width:415px){
    .h1bici{
        font-size:40px !important;
    }
    .texto-publi-bici{
        font-size:11px;
    }
}
@media (max-width:414px) and (min-width:300px){
    .h1bici{
        font-size:22px !important;
    }
    .h3bici{
        font-size:15px !important;
    }
}
.panel_cab{
    box-shadow: 0 1px 2px rgba(0,0,0,.0) !important;
    border: none !important;
}
.panel_cab_desp{
    background-image: linear-gradient(to bottom,white 0,white 0) !important;
    padding-top: 5px;
}
.panel-heading {
    padding: 5px 5px !important;
}
.panel_cab_desp_categorias{
    background-image: linear-gradient(to bottom,#4a4d53 0,#4a4d53 0) !important;
    padding-top: 10px;
    background-color: transparent !important;
}
.panel_cab_desp_menu{
    min-width: 275px;
    position: absolute;
    z-index: 13;
}
.panel_cab_desp_menu_front{
    position: absolute;
    z-index: 13;
    padding:0 10px 0 0;
}
.panel_cab_front{
    padding: 5px;
    background-color: transparent !important;
    background-image: none !important;
}

/******************* RUTAS ************************/
.titulo-ruta{
    margin-bottom:15px;
    text-transform: uppercase;
}
.cajas-destacadas{
    padding:15px;
    background-color: #f3f3f3;
}
.titulo-rutas-destacadas{
    height:50px;
    margin-bottom:15px;
    text-transform: uppercase;
}
.resumen-destacadas-poblacion{
    font-size:12px;
    height:34px;
}
.resumen-destacadas{
    font-size:12px;
}
.cajas-rutas-top{
    display: inline-block;
    background-color: #f3f3f3;
    padding:15px;
}
.btn-rutas-todas{
    border: 2px solid;
    background-color: #e8d635;
}
.btn-rutas-filtro{
    border: 2px solid;
    background-color: white;
}
.btn-rutas-filtrar{
    border: 2px solid;
    background-color: #e8d635;
    font-weight:700;
}
.cajas-rutas-filtro{
    padding:15px;
}
.mini-img-ruta {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.ec-stars-wrapper {
	font-size: 0;
	display: inline-block;
}
.ec-stars-wrapper a {
	text-decoration: none;
	display: inline-block;
	/* Volver a dar tamaÃ±o al texto */
	font-size: 24px !important;
	
	color: #3b3e45 !important;
}

.ec-stars-wrapper:hover a {
	color: #e8d635 !important;
}
/*
 * El selector de hijo, es necesario para aumentar la especifidad
 */
.ec-stars-wrapper > a:hover ~ a {
	color: #3b3e45 !important;
}

.elevacionruta{
    width:100% !important;
    max-height:300px;
}

.btn-ver-mas-fotos{
    width:280px;
    background-color:#f3f3f3;
    border:1px solid #cbcbcc;
    border-radius:0;
}

/******************* QUEDADAS ************************/
.btn-apuntarme{
    background-color:#fff;
    border: 2px solid;
    border-radius: 0;
}

.circular {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;

}

.menu-mv-categorias{
    padding-top:15px;
    padding-bottom:5px;
    border-bottom:1px solid white;
}

.slider-caption-quedadas {
    left: 0;
    right: 1.5em;
    position: absolute;
    color: #fff;
    padding: 7px;
    top: 0;
    width: 0;
    height: 0;
}
.cat-titulo-quedadas{
    float: left;
    margin-left: -50px;
    margin-top: -37px;
    bottom: 100%;
    left: -42px;
    right: auto;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*********************** WEB ***************************/
.logo-fed{
    height:80px;
}
.logo-fed-asturias{
    height: 100px !important;
    max-width: 293px !important;
    margin: 10px 0px;
}
.logo-fed-mv{
    height:60px;
}
.btn-acceder{
    color: #fff !important;
}
.li-form-menu-login{
    padding: 8px 5px 8px;
}
.li-form-menu-login-submit{
    padding: 10px 5px 10px;
}
.controles-slider{
    position: absolute;
    top:42%;
    width:35px;
}
.slider-caption{
    bottom: 1.5em;
    left: 1.5em;
    right: 1.5em;
    position: absolute;
    background: rgba(43,46,53,0.75);
    color:#fff;
    padding:7px;
}

.slider-caption a{
    color:#fff !important;
}
.cat-titulo{
    position: absolute;
    bottom: 100%;
    left: -4px;
    margin: 0;
    padding: 0 20px 1px 20px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    line-height: normal;
}
.cat-fecha{
    margin-left: 20px;
    padding: 4px 20px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    line-height: normal;
}
.titulo-video-bloque{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 4px 20px;
    font-size: 1.6rem;
    font-weight: 600;
    background-color:#000;
    color: #fff;
    display: inline-block;
    line-height: normal;
    width:100%;
    text-transform: uppercase;
}
.titulo-video-bloque-min{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 4px 20px;
    font-size: 1rem;
    font-weight: 600;
    background-color:#000;
    color: #fff;
    display: inline-block;
    line-height: normal;
    width:100%;
    text-transform: uppercase;
}
.play-video-bloque{
    position: absolute;
    bottom: 35%;
    left: 0;
    margin: 0;
    padding: 4px 20px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    line-height: normal;
    width:100%;
    text-align: center;
}
.play-video-bloque-tv{
    position: absolute;
    bottom: 45%;
    left: 0;
    margin: 0;
    padding: 4px 20px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    line-height: normal;
    width:100%;
    text-align: center;
}
.play-video-bloque-top{
    position: absolute;
    bottom: 55%;
    left: 0;
    margin: 0;
    padding: 4px 20px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    line-height: normal;
    width:100%;
    text-align: center;
}
.play-video-bloque-perfil{
    position: absolute;
    bottom: 50%;
    left: 0;
    margin: 0;
    padding: 4px 20px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    line-height: normal;
    width:100%;
    text-align: center;
}
.play-video-bloque-top-listado{
    position: absolute;
    bottom: 30%;
    left: 0;
    margin: 0;
    padding: 4px 20px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    line-height: normal;
    width:100%;
    text-align: center;
}
.play-video-bloque-top-circuito {
    position: absolute;
    top: 35px;
    left: 0;
    margin: 0;
    padding: 4px 20px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    line-height: normal;
    width: 100%;
    text-align: center;
}
.li-acceder{
    border-radius:0 !important;
}
.li-paneluser{
    min-width: 115px;
    min-height: 45px;
}
.li-acceder a{
    color: #fff !important;
}
.li-paneluser a{
    color: #fff !important;
}

.li-paneluser img{
    border-radius: 50%;
    max-height: 80px;
    color: #fff !important;
}

.embed-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.boton-calendario{
    background-color:#555;
    color:#fff!important;
    margin: 0px 10px 0px 10px;
    padding:5px;
}

.boton-calendario{
    background-color:#555;
    color:#fff!important;
    margin: 0px 10px 0px 10px;
    padding:5px;
    border:0px;
}

.circular-pag {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

}

.border-radius-0{
    border-radius:0 !important;
}
.border-radius-16{
    border-radius:16px !important;
}
.border-none{
    border:none !important;
}

.btn-ver-mas{
    background-color:#f3f3f3;
    border:1px solid #cbcbcc;
    border-radius:0;
}

.pie-bottom{
    bottom: 0;
    position: absolute;
    width: 100%;
}

.titulo-iniciar-sesion{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    color:#ffffff;
    height:50px;
    text-align: center;
    font-size: 16px;
}
.titulo-menu-user{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    color:#ffffff;
    height:50px;
    text-align: center;
    font-size: 14px;
}
.titulo-menu-user2{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    color:#505050 !important;
    height:50px;
    text-align: center;
    font-size: 14px;
}
.padding-menu-user{
    padding: 2.5px 5px;
}
.padding-menu-user2{
    padding: 2.5px 2.5px 2.5px 5px;
}
.padding-menu-user3{
    padding: 2.5px 5px 2.5px 2.5px;
}
/******************* Contenidos *********************/
.contenidos-destacados{
    /*background-color: #4a4d53;*/
}

/************************** CONFIGURACIÓN TINYMCE ******************************/
.style_rfec p{
    font-family: 'Roboto', sans-serif;
    font-size:12pt;
    line-height:1.9;
    color:black;
}

.style_rfec h1{
    font-family: 'Jockey One', sans-serif;
    font-size:30pt;
    color:black;
}

.style_rfec h2{
    font-family: 'Jockey One', sans-serif;
    font-size:16pt;
    color:#3e3e3e;
}

.style_rfec h3{
    font-family: 'Open Sans', sans-serif;
    font-size:14pt;
    color:black;
}

.style_rfec a{
    text-decoration:underline!important;
}

.style_rfec {
        font-family: 'Open Sans', sans-serif;
}

.style_andalucia a{
    text-decoration:underline!important;
    font-weight: 700 !important;
}

.background-color-gris{
    background-color:#d0cfcb !important;
}

.style_rfec p{
    font-family: 'Helvetica', sans-serif;
    text-align: justify;
}
.s_rfec h1{
    font-family: 'Helvetica', sans-serif;
    font-size:24pt;
    font-weight:700;
}
.s_rfec h2{
    font-family: 'Helvetica', sans-serif;
    font-size:10.5pt;
    line-height: 1.2 !important;
    font-weight:700;
}
.s_rfec > .MsoNormal > .SubttuloCar{
    font-family: 'Helvetica', sans-serif;
    font-size:12pt;
    font-weight:700;
}
.s_rfec > .MsoNormal > .CitadestacadaCar{
    font-family: 'Helvetica', sans-serif;
    font-size:12pt;
    text-decoration:underline!important;
    color: #ef4e22 !important;
}
.s_rfec p{
    font-family: 'Helvetica', sans-serif;
    text-align: justify;
}

.s_rfec p a{
    color: #ef4e22 !important;
}

.s_andalucia h1{
    font-family: 'Helvetica', sans-serif;
    font-size:24pt !important;
    font-weight:700;
}
.s_andalucia h2{
    font-family: 'Helvetica', sans-serif;
    font-size:14pt;
    line-height: 1 !important;
    font-weight:700;
}
.s_andalucia > .MsoNormal > .SubttuloCar{
    font-family: 'Helvetica', sans-serif;
    font-size:12pt;
    font-weight:700;
}
.s_andalucia > .MsoNormal > .CitadestacadaCar{
    font-family: 'Helvetica', sans-serif;
    text-decoration:underline!important;
    color: #555 !important;
    font-weight:700;
}
.s_andalucia a{
    font-family: 'Helvetica', sans-serif;
    text-decoration:underline!important;
    color: #555 !important;
    font-weight:700;
}
.s_andalucia p{
    font-family: 'Helvetica', sans-serif;
    text-align: justify;
    line-height: 2 !important;
}
.s_andalucia > .ListaconpuntosCxSpFirst{
    margin-left: 60px;
    line-height: 1.5 !important;
}
.s_andalucia > .ListaconpuntosCxSpMiddle{
    margin-left: 60px;
    line-height: 1.5 !important;
}
.s_andalucia > .ListaconpuntosCxSpLast{
    margin-left: 60px;
    line-height: 1.5 !important;
}
.s_andalucia > .MsoListParagraphCxSpFirst{
    margin-left: 50px;
    line-height: 1.5 !important;
}
.s_andalucia > .MsoListParagraphCxSpMiddle{
    margin-left: 50px;
    line-height: 1.5 !important;
}
.s_andalucia > .MsoListParagraphCxSpLast{
    margin-left: 50px;
    line-height: 1.5 !important;
}

/************************************ ÚNETE ***********************************/

.degradado-unete{
    background: -webkit-linear-gradient(rgba(0,0,0,0)20%, rgba(0,0,0,0.9)80%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0)20%, rgba(0,0,0,0.9)80%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0)20%, rgba(0,0,0,0.9)80%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0)20%, rgba(0,0,0,0.9)80%); /* Standard syntax */
}


@media (max-width:2560px) and (min-width: 1920px){
    .margen-site{
        margin-top:110px !important;
    }
}

.loading {
    width:16px;
    height:16px;
    margin:auto;
    background:transparent url(../images/loading.gif) no-repeat center center;
}

.border-top-licencias{
    border-top: 4px solid #dcbc35;
}
.border-top-carnets{
    border-top: 4px solid #c0c0c0;
}
.border-top-carnets-rfec{
    border-top: 4px solid #e3651b;
}
.background-unete{
    background-color:#1a181b;
}
.background-carnet{
    background-color:#e8d635;
}
.background-carnet-basic{
    background-color:#b99e2c;
}
.h1-unete{
    font-size:40px !important;
    font-family: 'Arial Black';
    margin-bottom: 20px;
}
.h1-unete-licencias{
    font-size:40px !important;
    font-family: arial;
    margin-bottom: 15px;
    font-weight:bold;
}
.h2-unete-licencias{
    font-size:40px !important;
    font-family: 'Arial Black';
    color: #dcbc35;
}
.h2-unete-carnets{
    font-size:40px !important;
    font-family: 'Arial Black';
    color: #c0c0c0;
}
.h2-unete-carnets-rfec{
    font-size:40px !important;
    font-family: 'Arial Black';
    color: #e3651b;
}
.h2-unete-carnets-info{
    font-size:40px !important;
    font-family: 'Arial Black';
    color: #e8d635;
}
.h2-unete-carnets-basic-info{
    font-size:40px !important;
    font-family: 'Arial Black';
    color: #b99e2c;
}
.h3-unete-carnets-info{
    font-family: 'Arial Black';
}
.border2-top-licencias{
    border-top: 4px dotted #dcbc35;
}
.border2-top-carnets{
    border-top: 4px dotted #c0c0c0;
}
.border2-top-carnets-rfec{
    border-top: 4px dotted #e3651b;
}
.btn-mas-info-licencias{
    display:inline-block;
    border:1px solid #dcbc35;
}
.btn-mas-info-licencias > a > h3{
    color:#dcbc35 !important;
    padding:10px 25px;
}
.btn-mas-info-carnets{
    display:inline-block;
    border:1px solid #c0c0c0;
}
.btn-mas-info-carnets > a > h3{
    color:#c0c0c0 !important;
    padding:10px 25px;
}
.btn-mas-info-carnets-rfec{
    display:inline-block;
    border:1px solid #e3651b;
}
.btn-mas-info-carnets-rfec > a > h3{
    color:#e3651b !important;
    padding:10px 25px;
}
.gris-degradado{
    background-image: url(../images/FondoTopDegradado.jpg);
    background-repeat: repeat-x;
}
.border-top-info-licencias{
    border-top: 4px solid #dcbc35;
}
.border-top-info-carnets{
    border-top: 4px solid #e8d635;
}
.btn-solicita-licencia{
    display:inline-block;
    background-color:#dcbc35;
    border-radius:8px;
}
.btn-solicita-licencia > h4 > a{
    color:#fff !important;
    padding: 0px 15px;
}
.btn-solicita-carnet{
    display:inline-block;
    background-color:#e8d635;
    border-radius:8px;
}
.btn-solicita-carnet > h4 > a{
    color:#000 !important;
    padding: 0px 15px;
}
.imagen-carnets{
    margin-top:220px;
    margin-left: -135px;
    width: 760px;
    max-width: none !important;
}

/********************************* DIRECTOS ***********************************/

.fecha-directo-bloque {
    position: absolute;
    bottom: 3%;
    left: 0;
    margin: 0;
    padding: 4px 20px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    line-height: normal;
    width: 100%;
}

.hora-directo-bloque {
    position: absolute;
    bottom: -12px;
    left: -8px;
    margin: 0;
    padding: 4px 20px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    line-height: normal;
    width: 100%;
    text-align:right;
}

.contenido-directo-bloque {
    position: absolute;
    bottom: 34%;
    left: 20px;
    margin: 0;
    padding: 4px 20px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    line-height: normal;
    width: 100%;
}
.contenido-directo-bloque-solotitulo {
    position: absolute;
    bottom: 60%;
    left: 20px;
    margin: 0;
    padding: 4px 20px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    line-height: normal;
    width: 100%;
}
.play-directo-bloque {
    position: absolute;
    bottom: 24px;
    left: 532px;
    margin: 0;
    padding: 4px 20px;
    font-weight: 300;
    color: transparent;
    display: inline-block;
    line-height: normal;
    width: 100%;
}
.lugar-directo-bloque {
    position: absolute;
    bottom: 5px;
    left: 20px;
    margin: 0;
    padding: 4px 20px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    line-height: normal;
    width: 100%;
}

.hora-streaming-bloque {
    position: absolute;
    bottom: -15%;
    left: 20px;
    margin: 0;
    padding: 4px 20px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    line-height: normal;
    width: 100%;
}

.h4-directos{
    font-family: 'GothamHTF-Book', sans-serif;
    color: white;
}
.h4-directos-mv{
    font-family: 'GothamHTF-Book', sans-serif;
    color: black;
    font-size: 12px !important;
}
.h1-directo{
    font-family: 'GothamHTF-Book', sans-serif;
    color: white;
    font-size: 22px !important;
}
.h1-directo-mv{
    font-family: 'GothamHTF-Book', sans-serif;
    color: black;
    font-size: 30px !important;
}

.width-maxcontent{
    width: max-content;
}

/*************************** MYD **************************/
.btn-login-myd {
    background: #e8d635 !important;
    padding: 5px;
    font-weight: 300;
    margin: 3px 0 0 0;
    text-shadow: initial !important;
    border: none;
    width: 255px !important;
}
.btn-aqui-myd {
    background: #9a6194 !important;
    color: white !important;
    padding: 5px !important;
    font-weight: 300;
    text-shadow: initial !important;
    border: none;
    width: 200px !important;
    border-radius: 16px !important;
    text-align:center;
}
.cajon-myd{
    padding: 25px 15px;
    text-align:center;
    border: 1px solid #ccc;
    box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
}
.cajon-myd2{
    height: 250px;
    padding: 25px 15px;
    border: 1px solid #ccc;
    box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
}
.cajon-myd3{
    height: 200px;
    padding: 10px 0;
    border: 1px solid #ccc;
    background: #fff;
}
.cajon-myd4{
    height: auto;
    padding: 25px 15px;
    border: 1px solid #ccc;
    box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
}
.well-myd{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top,#9a448d 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#9a448d 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#9a448d),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#9a448d 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
}
.well-myd2{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #9a6194;
    color:white;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
}
.well-myd2 a{
    color: #fff !important;
}
.well-myd3{
    height: 150px;
    margin-top:25px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #9a6194;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
}
.well-myd3 h5{
    color:white;
}
.well-myd4{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #9a6194;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
}
.well-myd5{
    min-height: 20px;
    margin-top:20px;
    font-weight: 700;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 4px;
    border-color:#9a448d;
    background-color: rgb(245, 229, 242);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 1px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 1px 0 rgba(0,0,0,.1);
}
.well-myd6{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
}
.well-myd7{
    height: auto;
    margin-top:15px;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
}
.semana{
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.div_nueva_cabecera_myd{
    height:70px;
    background-color: #9a6194;
    color: #000;
    font-size: 25px;
    font-weight: 400;
    vertical-align: middle;
    color:white;
}
.btn-myd-radius{
    background: #d7bcd3;
    color:white !important;
    border-radius: 4px;
    padding: 2px 4px 2px 4px;
}
.btn-myd-contacto{
    background: #d7bcd3;
    border-radius: 4px;
    padding: 5px 20px 5px 20px;
}
.well-blanco-chat {
    background-image: -webkit-linear-gradient(top,#ffffff 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#ffffff 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#ffffff 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
}
.well-blanco-chat {
    height: 360px;
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    overflow: auto;
}
.titulo-progressbar{
    color:#000;
    position:absolute;
    width:65%!important;
    font-size: 11px;
}
.circular-myd {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;

}

/******************* LISTA CURSOS MYD *********************/
#lista5 {
    counter-reset: li; 
    list-style: none; 
    *list-style: decimal; 
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#lista5 ol {
    margin: 0 0 0 2em; 
}

#lista5 {
    list-style-type: none;
    /*list-style-type: decimal !ie; IE 7- hack*/
     
    margin: 0;
    margin-left: 1em;
    padding: 0;
     
    counter-reset: li-counter;
}

#lista5 > li{
    position: relative;
    margin-bottom: 1.5em;
    padding: 1.5em;
    background-color: #eaeaea;
    min-height:150px;
}

#lista5 > li:before {
    position: absolute;
    top: -0.3em;
    left: -0.5em;
    width: 1.8em;
    height: 1.2em;
     
    font-size: 2em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: #464646;
    background-color: #d0d0d0;
     
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    z-index: 99;
    overflow: hidden;
     
    content: counter(li-counter);
    counter-increment: li-counter;
}

.margin-left-28{
    margin-left:28px;
}

.btn-ver-mas-filtro{
    margin-left: 20px;
    background-color: #f3f3f3;
    border: 1px solid #cbcbcc;
    border-radius: 0;
}

/******************************* LANDING PRUEBAS ******************************/
.styled {
	height: 100%;
	width: 100%;
	text-align: center;
        margin-top:10px;
}
.styled div {
	background-color: rgba(255,255,255,0.25);
	display: inline-block;
	color: #ff6d40;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	/*border: rgba(255,109,64,1) 1px solid;*/
        border: rgba(75,75,75,1) 1px solid;
	padding: 0.5em 0.5em 0em;
	height: 100%;
	margin: 0 0.33em;
	min-width: 10%;
	overflow: hidden;
}
.styled div span {
	display: block;
	font-size: 22px;
	margin: 5px auto;
}
.styled div strong {
	display: block;
	font-size: 10px;
	/*padding: 0.8em 0.2em;
	margin: 1em -1em 0;*/
	text-transform: uppercase;
	color: #ff6d40;
}
.logo-fed-pruebas{
    height:60px;
}
.page-head {
    display: block;
    margin: 20px 0;
    padding: 1.5em 2em;
    background: #ff6d40;
    border-bottom: #ccc 1px solid;
    color:#fff
}
.capa-sombra{
    box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
}
.btn-linscripcion{
    background: #555;
    border: #555;
    width: 150px;
    color: #fff !important;
}
.btn-linscripciontpv{
    background: #555;
    border: #555;
    width: 210px;
    color: #fff !important;
}
.capa-scroll{
    height:300px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    margin-top:20px;
    margin-bottom:20px;
    padding: 15px;
}
.ul-informacion{
    border:1px solid #ff6d40;
    padding:10px;
}
.ul-informacion a{
    text-decoration: underline !important;
}
.indice-menu-inscripciones{
    margin-top:20px;
    font-weight:700;
    color:white;
}
.color-landing{
    color:#ff6d40;
}

/***************************** UNIVERSO MUJER *********************************/
.logos-universo-mujer{
    background: rgba(0,0,0,.7); /* For Safari 5.1 to 6.0 */
    background: rgba(0,0,0,.7); /* For Opera 11.1 to 12.0 */
    background: rgba(0,0,0,.7); /* For Firefox 3.6 to 15 */
    background: rgba(0,0,0,.7); /* Standard syntax */
}

.lider-ul{
    list-style-type: circle;
}
.lider-ul > li {
    margin-top:10px;
}
.lider-ul a{
    color: #ef4e22 !important;
}
.circular-lideres {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;

}
.circular-lideres-principal {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;

}

div.avatar {
    /* cambia estos dos valores para definir el tamaño de tu círculo */
    height: 80px;
    width: 80px;
    /* los siguientes valores son independientes del tamaño del círculo */
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;
}

div.avatar-mini {
    /* cambia estos dos valores para definir el tamaño de tu círculo */
    height: 40px;
    width: 40px;
    /* los siguientes valores son independientes del tamaño del círculo */
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;
}

/******************************** AVISO COOKIES *******************************/
.cc-link {
    color: #14a7d0 !important;
}

/****************************** LICENCIA DIGITAL ******************************/
@media(max-width:740px) and (min-width:501px){
    .licencia-digital-mv{
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        font-family: 'futuracondnormal';
        z-index:10;
        width:500px;
        height:300px;
        position:absolute;
    }
    .foto-licencia-digital-mv{
        position:absolute;
        z-index:11;
        width:83px;
        margin-top:80px;
        margin-left:44px;
    }
}
@media(max-width:500px)and (min-width:300px){
    .licencia-digital-mv{
        transform: rotateZ(-90deg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        font-family: 'futuracondnormal';
        z-index:10;
        width:500px;
        height:300px;
        position:absolute;
        margin-left:-90px;
        margin-top:60px;
    }
    .foto-licencia-digital-mv{
        transform: rotateZ(-90deg);
        position:absolute;
        z-index:11;
        width:83px;
        margin-top:312px;
        margin-left:114px;
    }
}

/******************************* TIENDA ONLINE ********************************/

.catalogo-producto{
    text-align:center;
    box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px -1px 10px rgba(0,0,0,0.2), 1px 1px 10px rgba(0,0,0,0.2);
}
.precio-producto{
    color:#fff;
    background: rgba(0,0,0,.7);
}
.iconos-cat-prod{
    font-weight: 600 !important;
    text-shadow: none !important;
    padding-bottom: 5px !important;
    padding-top: 10px !important;
    border-bottom: 5px solid transparent;
}
.tituloproducto{
    height:40px;
}
.descriproducto{
    overflow-wrap: break-word;
    height:50px;
    border-top: 1px solid #4c4c4c;
    padding-top: 5px;
}
.border-miniaturas{
    border: 1px solid #4c4c4c;
}

.slider-caption-federados {
    right: 1.5em;
    position: absolute;
    color: #808080;
    padding: 7px;
    top: 0;
    width: 0;
    height: 0;
}
.cat-titulo-federados{
    float: right;
    margin-right: -50px;
    margin-top: 0px;
    bottom: 100%;
    right: auto;
    font-size: 1.1rem;
    font-weight: 600;
    color: #808080;
    border-radius: 8px;
    line-height: 1.8rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slider-caption-federados-carousel {
    right: 2.6em;
    position: absolute;
    color: #808080;
    padding: 7px;
    top: 1.2em;
    width: 0;
    height: 0;
}
.fa-center{
    display: flex;
    justify-content: center;
    align-content: center;
}

.s_euskadi h1{
    font-family: 'Helvetica', sans-serif;
    font-size:24pt;
    font-weight:700;
}
.s_euskadi h2{
    font-family: 'Helvetica', sans-serif;
    font-size:10.5pt;
    line-height: 1.2 !important;
    font-weight:700;
}
.s_euskadi > .MsoNormal > .SubttuloCar{
    font-family: 'Helvetica', sans-serif;
    font-size:12pt;
    font-weight:700;
}
.s_euskadi > .MsoNormal > .CitadestacadaCar{
    font-family: 'Helvetica', sans-serif;
    font-size:12pt;
    text-decoration:underline!important;
    color: #ef4e22 !important;
}
.s_euskadi p{
    font-family: 'Helvetica', sans-serif;
    text-align: justify;
}

.s_euskadi p a{
    color: #ef4e22 !important;
}

#twitter-widget-0{
    height: auto !important;
}

/************************ POPUP CONSENT *******************/
.termsfeed-com---palette-light .cc-nb-reject {
    color: #fff;
    background-color: red !important;
}

.trbajalic{
    background-color:#fcf3cf !important;
}