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

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


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

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

@font-face {
    font-family: 'Mont';
    src: url('fonts/Mont-Heavy.woff2') format('woff2'),
        url('fonts/Mont-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}


/*GENERALES*/


.item-menu-mobile{
		display:none;
	}


.img-home-mobile{
		display:none;
	}
.separador-mobile{
	height:0px;
}

p{
	font-size:20px !important;
	
	
}

.justificar p{
	text-align:justify !important;
}

.container-text{
	padding:0 20px;
}

.padding-especial{
	padding-top:140px;
}
.infohome{
	margin-top:20px !important;
	float:right;
}

.home-destacado{
	padding:200px 0 100px 0;
	background-size:cover;
}

.home-text1{
	padding-top:70px;
}
body {
    background-color: #fff;
    font-family: 'Kiro';
}

.linea-separador{
	border-top:solid 3px #fff;
}

.home01{
	padding-right:15%;
	width:500px;
	float:right;
	text-align:right;
}

.home-03{
	width:500px;
	float:right;
	text-align:right;
	padding-top:20%;
	padding-right:100px;
}

.home01 p{
	margin-bottom:0 !important;
}

.home01 h1{
	
	font-size:70px;
	line-height:65px;
	margin:0;
}

.home01 h5{
	font-size:20px;
}

.home01 .hora{
	font-weight: 100;
}

.tcm-home{
	width:120px;
}

.titular-home1{
	
}

.separador-especiales{
padding-top:8%;	
}

.separador-especiales2{
padding-top:5%;	
}

.home-title{
	background-color:#000;
	color:#fff;
	position:absolute;
	top:10%;
	left:0px;
	padding:10px 20px 10px 100px;
	display:flex;
	font-size:30px;
	align-items:center;
	
}

.home-title2{
	background-color:#000;
	color:#fff;
	position:absolute;
	top:5%;
	left:0px;
	padding:10px 20px 10px 100px;
	display:flex;
	font-size:30px;
	align-items:center;
	
}

.home-title3{
	background-color:#000;
	color:#fff;
	position:absolute;
	top:5%;
	left:0px;
	padding:10px 20px 10px 100px;
	display:flex;
	font-size:30px;
	align-items:center;
	
}



.inside-header{
	background-color:#000;
	padding:10px 10px 10px 20px !important;
}

.site-logo{
	padding-top:15px !important;
}

.main-navigation .main-nav ul li > a{
	color:#fff !important;
}

.home-title img, .home-title2 img, .home-title3 img{
	height:25px;
	margin-left:10px;
}
.container-text{
	max-width:1280px;
	margin:auto;
}

h1,
h2,
h3,
h4 {
    font-family: 'Kiro';
    color: #000;
    margin: 0;
    padding: 0;
}

h5,
h6 {
   font-family: 'Kiro';
    color: #000;
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: 800;
    font-size: 90px;
    line-height: 80px;
    padding: 10px 0;
}

h2 {
    font-weight: 800;
    font-size: 68px;
    line-height: 60px;
}

h3 {
	font-weight: 800;
	font-size: 32px;
}

h4 {
	font-weight: 800;
	font-size: 23px;
}

h5 {
    font-size: 23px;
}

p {
    font-size: 20px;
}

.padding-donde{
	padding-bottom:80px;
}

strong {
    -webkit-font-smoothing: antialiased;
}


.inside-header {
    padding: 20px;
}

.site-main {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.inside-article {
    padding: 0 !important;
}

/*cabecera*/
.site-header {
    background-color: transparent;
    color: #3a3a3a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200000;
    width: 100%;
}

.site-logo {
    padding-top: 10px;
    transition: transform .2s ease;
}

.site-logo:hover {
    transform: translateY(-2px);
}

.socialbox{
background-color:#000;
	position:fixed;
	top:30%;
	right:0px;
	z-index:10000;
	width:30px;
	padding:10px 10px 0 10px;
}

.socialbox img{
	margin-bottom:10px;
	transition:opacity 300ms ease-in-out;
}

.socialbox img:hover{
	opacity:.7;
}



.socialbox img{
	width:100%;
	height:auto;
}

/*cabecera*/

/*menú*/
.main-navigation,
.main-navigation ul ul {
    background-color: transparent !important;
}

.main-navigation .main-nav ul li > a {
    color: #000;
    background-color: #000 !important;
    font-family: 'Mont';
    font-weight: 800;
    transition: transform .2s ease;
    position: relative;
}

.main-navigation .main-nav ul li > a:hover {
    color: #000;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.13);
    font-weight: 800;
    transform: translateY(-1px);
}

.main-navigation .main-nav ul li > a:after {
    content: "";
    background-color: #000;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 0;
}


.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #000;
    transition: transform .2s ease;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover {
    color: #000;
    font-weight: 800;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.13);
    transform: translateY(-1px);
}


.main-navigation .main-nav ul li a:first-child::after {
    display: none;
}

/*menú*/

.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header {
    background-color: transparent;
}
.site-info {
    background-color: #000;
}

/*GENERALES*/

/*SECCIONES*/

/*----------texto izquierda con img derecha*/
.section-01 {
    padding-left: 10%;
    padding-right: 55%;
}

.section-01 p {
    width: 75%;
}
/*----------texto derecha con img izquierda*/
.section-02 {
    padding-right: 30px;
    text-align: right;
}

.section-02 .wpb_wrapper {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.section-02 p {
    width: 75%;
}
/*----------texto centrado con img izquierda*/
.section-03{
}
/*----------padding-top*/
.section-pt {
	padding-top: 80px;
}
/*----------background-fixed*/
.section-bg-fixed {
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	opacity: .9;
	z-index: -50;
}


/*SECCIONES*/

.container-operadores{
	float:right;
	 width: 70%;
    text-align: right;
    padding-right: 80px;
}

.container-operadores img{
	height:50px;
	width:auto;
}

.bein{
	height:40px !important;
}

.container-operadores2{
	max-width:1280px;
	margin:auto;
}

.fila-operadores{
	display:flex;
	padding:10px 0;
}

.fila-operadores .elemento-operadores{
	display:flex;
	align-items:center;
	width:33%;
	justify-content:center;
	align-items:center;
}

.fila-operadores2{
	display:flex;
	justify-content:center;
	padding:10px 0;
}

.separador-donde{
	height:180px;
}

.texto-donde p{
	font-size:20px !important;
}

.fila-operadores2 .elemento-operadores{
	display:flex;
	align-items:center;
	width:33%;
	justify-content:center;
	align-items:center;
}

.container-operadores2 img{
	height:50px;
	width:auto;
}

.especiales img {
    cursor: pointer;
    box-shadow: 0 10px 55px 0 rgba(0, 0, 0, .4);
    transition: transform 300ms ease-in-out;

}

.especiales img:hover {
    transform: scale(1.05);
}

.vermas {
    background-color: #000;
    color: #fff;
    display: block;
    height: 60px;
    line-height: 60px;
    width: 130px;
    text-align: center;
    text-decoration: none;
    margin: auto;
    font-family: 'Mont';
    font-weight: 800;
    /*box-shadow: 0 10px 55px 0 rgba(0, 0, 0, .4);*/
    transition: opacity 300ms ease-in-out;
}

.home01 a{
    background-color: #000;
    transform: translateY(10px);
    float: right;
    color: #fff;
    display: block;
    height: 60px;
    line-height: 60px;
    width: 130px;
    text-align: center;
    text-decoration: none;
    margin: auto;
    font-family: 'Mont';
    font-weight: 800;
    /*box-shadow: 0 10px 55px 0 rgba(0, 0, 0, .4);*/
    transition: opacity 300ms ease-in-out; 
}

.vermas-especiales{
	background-color: #000;
    color: #fff;
    display: block;
	width:260px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    margin: auto;
    font-family: 'Mont';
    font-weight: 800;
    box-shadow: 0 10px 55px 0 rgba(0, 0, 0, .4);
    transition: opacity 300ms ease-in-out;
}

.vermas:visited, .vermas-especiales:visited {
    color: #fff;
}

.vermas:hover, .vermas-especiales:hover {
    color: #fff;
    opacity: 0.7;
}


.donde img {
    cursor: pointer;
    box-shadow: 0 10px 55px 0 rgba(0, 0, 0, .4);
    transition: transform 300ms ease-in-out;

}

.donde img:hover {
    transform: scale(1.05);
}

.vermas2 {
    background-color: #000;
    color: #fff;
    display: block;
    height: 60px;
    line-height: 60px;
    width: 130px;
    text-align: center;
    text-decoration: none;
    margin: auto;
    font-family: 'Mont';
    font-weight: 800;
    box-shadow: 0 10px 55px 0 rgba(0, 0, 0, .4);
    transition: opacity 300ms ease-in-out;
}

.vermas2:visited {
    color: #fff;
}

.vermas2:hover {
    color: #fff;
    opacity: 0.7;
}


/*LINEAL*/

.lineal-cta-container {
    position: absolute;
    bottom: 0;
    font-family: 'Mont';
}

.lineal-cta-container img {
    cursor: pointer;
    transition: transform 300ms ease-in-out;
    box-shadow: 0 10px 55px 0 rgba(0, 0, 0, .4);
}

.lineal-cta-container img:hover {
    transform: scale(1.05);
}

.programacion {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 20px;
    font-weight: 800;
}

/*LINEAL*/

/*DEMANDA*/

.demanda-cta-container {
    position: static;
    font-family: 'Mont';
}

.demanda-cta-container img {
    cursor: pointer;
    transition: transform 300ms ease-in-out;
    box-shadow: 0 10px 55px 0 rgba(0, 0, 0, .4);
}

.demanda-cta-container img:hover {
    transform: scale(1.05);
}

/*DEMANDA*/


/*TÉRMINOS*/
.terms h2 {
	padding-bottom: 20px;
}
.terms h3 {
	padding-top: 40px;
}
.terms h4 {
	padding-top: 20px;
}
.terms a {
	font-weight: 800;
	color: #000;
}
.terms a:hover{
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.13);
}

/*TÉRMINOS*/

/*FOOTER*/
.site-footer {
	background-color: #000 !important;
}
.footer-widgets {
    background-color: #000 !important;
}

.footer-widget-1 ul {
    display: flex;
    justify-content: center;
    margin: auto;
}
.footer-widget-1 {
    width: 100%;
}
.footer-widget-1 a {
	color: #fff;
	font-size: 14px;
	font-family: 'Mont';
	font-weight: 600;
	padding: 0 15px;
	position: relative;
}
.footer-widget-1 a:hover {
	text-shadow: 5px 5px 15px #ffffffa1;
}
.footer-widget-1 a:after{
	content: "";
	background-color: #fff;
	position: absolute;
	width: 1px;
	height: 20px;
	top: -5px;
	right: 0;
}
.footer-widget-1 .no-line a:after{
	display: none;
}

.footer-widget-2 {
    width: 100%;
	display: flex;
    justify-content: center;
    margin: auto;
}
.footer-widget-2 img {
	padding-top: 50px;
	padding-bottom: 20px;
    width: 150px;
}

.footer-widget-3 {
	display: none;
}

.site-info{
	display: none;
}
/*FOOTER*/

/*DOCUMENTALES*/

.contenedor-entrada{
    background-image: url(img/fondo.jpg);
    background-size: cover;
    width: 1723px;
    height: auto;
    background-position: top;
    box-sizing: border-box;
    padding-top: 120px !important;
}

.titulo-documentales{
    font-family: 'Kiro';
    font-weight: 800;
    color: black;
    position: relative;

}

.titulo-documentales .vc_column-inner{
    box-sizing: border-box;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/*
.titulo-documentales:after{
    content: "";
    background-image: url(img/after-titular.svg);
    width: 1100px;
    height: 1px;
    position: absolute;
    top: 0px;
}
*/


.titulo-documentales h1{
  font-size: 67px !important; 
  border-bottom: 2px solid !important;
}

.texto-documental{
    color: #333333;
    font-family: 'Kiro';
    font-weight: 300;
    font-size: 22px !important;
    
}

/*
.entrada-media{
    box-sizing: border-box;
    padding: 20px !important;
}
*/

.entrada-media .nivo-caption  {
    display: none !important;
}

.entrada-media .flex-control-nav{
    display: none;
}

.nivo-controlNav{
    display: none !important;
}

.post-documentales{
    box-sizing: border-box;
    padding-right: 150px !important;
    padding-left: 150px !important;
}


.post-documentales .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    width: 302px;
    height: 430px;
    object-fit: cover;
}

.home-originals {
    box-sizing: border-box !important;
    padding-top: 180px !important;
    max-width: 1220px;
    margin: auto !important;
}

.no-pad{
    padding-top: 100px !important;
}

.titulo-home-originals{
    box-sizing: border-box;
    padding-top: 60px !important;
}


.galeria .nivoSlider {
    max-height: 300px !important;
}

.theme-default .nivo-directionNav a{
    opacity: 1 !important;
}

.fila-audiovisuales{
     max-height: 370px !important;
}

div .ppt{
    display: none !important;
}

.flex-direction-nav .flex-prev{
    left: 20px !important;
    opacity: 1;
}

.flex-direction-nav .flex-next {
    right: 30px !important;
    text-align: right;
    opacity: 1;
}

.flexslider{
    border: 0px solid #fff !important;
}

.flex-direction-nav a:before {
    font-family: none !important;
    font-size: 0px !important;
    display: inline-block;
    content: "" !important;
    background-image: url(https://canaltcm.com/wp-content/uploads/2020/04/flecha-izq.png);
    width: 48px;
    height: 48px;
}

.flex-direction-nav a.flex-next:before {
    content: "" !important;
    background-image: url(https://canaltcm.com/wp-content/uploads/2020/04/flecha-derecha.png);
}
.flex-direction-nav .flex-prev{
    width: 50px !important;
    height:50px !important;
}

.flex-direction-nav .flex-next{
	height:50px !important;
	width:50px !important;
}


/*DOCUMENTALES*/





@media screen and (max-width:1876px){
    
    .post-documentales {
    padding-right: 130px !important;
    padding-left: 130px !important;
}
 
    
}


@media screen and (max-width:1758px){
    .post-documentales {
    padding-right: 110px !important;
    padding-left: 110px !important;
}
    
}

@media screen and (max-width:1683px){
    .post-documentales {
    padding-right: 90px !important;
    padding-left: 90px !important;
}
}

@media screen and (max-width:1600px){
    .post-documentales {
    padding-right: 60px !important;
    padding-left: 60px !important;
}
}


@media screen and (max-width:1483px){
    .post-documentales {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
}

@media screen and (max-width:1379px){
    .post-documentales .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    width: 264px;
    height: 379px;
}
    
    .post-documentales {
    padding-right: 50px !important;
    padding-left: 50px !important;
}
    
}


@media screen and (max-width:1280px){
    .post-documentales {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
    
    .originals-change{
        width: 80% !important;
    }
    
    .home-originals{
       padding-left: 10%;
       padding-top: 140px !important;
    }
    
.no-pad {
    padding-left: 10% !important;
    padding-top: 30px !important;
    padding-right: 10% !important;
}
    
    .fila-audiovisuales {
    max-width: 1000px !important;
    margin: auto !important;
    max-height: 330px !important;
}
    
    .titulo-documentales {
    max-width: 1050px;
    box-sizing: border-box;
    padding-left: 6% !important;
}
    
    .texto-documental {
    max-width: 1000px;
    margin: auto !important;
}
    
    .galeria .nivoSlider {
    max-height: 260px !important;
}
    
    
}


@media screen and (max-width:1250px){
    .post-documentales .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    width: 249px;
    height: 357px;
}
}


@media screen and (max-width:1210px){
    .post-documentales {
    padding-right: 50px !important;
    padding-left: 30px !important;
}
}


@media screen and (max-width:1140px){
    
    .post-documentales {
    padding-right: 50px !important;
    padding-left: 20px !important;
}
    
    .post-documentales .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    width: 227.28px;
    height: 326.2467px;
}
    
}

@media screen and (max-width:1110px){
    .fila-audiovisuales {
    max-width: 900px !important;
    max-height: 300px !important;
}
    .titulo-documentales {
    max-width: 1010px;
    padding-left: 10% !important;
}
    
    .titulo-documentales h1 {
    font-size: 57px !important;
    }
    
    .texto-documental {
    max-width: 900px;
}
    
    .texto-documental p{
      font-size: 15px !important;
    }
}


@media screen and (max-width:1024px){
    
    .post-documentales .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    width: 192.400px;
    height: 275.8994px;
}
    
    .home-originals p{
        font-size: 18px !important;
    }
    
    .titulo-documentales {
    max-width: 960px;
    padding-left: 6% !important;
}
    
    .titulo-documentales h1 {
    font-size: 47px !important;
}
    
    
}

@media screen and (max-width:1000px){
    .fila-audiovisuales {
    max-width: 800px !important;
}
    
    .galeria .nivoSlider {
    max-height: 210px !important;
}
    
    .titulo-documentales {
    max-width: 900px;
    padding-left: 10% !important;
}
    .texto-documental {
    max-width: 800px;
}
    
}



@media screen and (max-width:908px){
    .post-documentales {
    padding-left: 10px !important;
}
    
    .post-documentales .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    width: 180px;
    height: 258.3732px;
}
    
}  



@media screen and (max-width:768px) {
	
	.separador-home2{
		display:none !important;
	}
	
	.padding-especial {
    padding-top: 80px;
}
	
	.fila-operadores{
	flex-wrap:wrap;
		padding:0;
	}
	
	.fila-operadores .elemento-operadores{
		width:50%;
	}
	
	.container-operadores2 img{
		height:40px;
	}
	
	.oculta-mobile{
		display:none !important;
	}
	
	.item-menu-mobile{
		display:block !important;
	}
	
	.separador-mobile{
	height:20px;
}
	
	.linea-separador{
		border-top:none !important;
	}
	
	.vc_row-has-fill>.vc_column_container>.vc_column-inner {
		padding-top:0px !important;
	}			
	.menu-toggle:before{
		background-color: #fff;
    padding: 2px;
	}
	.inside-header{
		background-color:#000 !important;
		    height: 15px;
	}
	
	p{
		
	}
	
	.container-text p{
		
	}
	
	.container-operadores2 img{
	height:30px;
	width:auto;
}
	.separador-donde{
		display:none;
	}
	
	.bein{
	height:20px !important;
	width:auto;
}
	
	.telecable{
	height:50px !important;
	width:auto;
}
	
	
	
	.home-destacado{
		background-position:right;
		padding: 20px 0 0px 0;
	}
	
	.container-operadores{
    padding-right: 10px;
}
	
	.inside-header{
		background-color:transparent;
		padding:20px !important;
	}
	
	.socialbox{
		display:none;
	}
	
	.footer-widget-1 ul{
		flex-direction:column;
	}
	
	.separador-especiales{
		display:none;
	}
	
	.home-title2{
		padding:20px;
		position:static;
		width:100%;
		box-sizing:border-box;
		font-size:20px;
	}
	
	.home-title{
		padding:20px;
		position:static;
		width:100%;
		box-sizing:border-box;
		font-size:20px;
	}
	
	.home-title3{
		padding:20px;
		position:static;
		width:100%;
		box-sizing:border-box;
		font-size:20px;
	}
	
	.home01{
		width:100%;
		padding-right:20px;
		padding-left:20px;
		text-align:center;
		box-sizing:border-box;
	}
	.img-home-mobile{
		display:block;
		max-width:80%;
		margin:auto;
	}
	.infohome{
		float:none;
	}
	.container-text{
		padding:0 20px;
	}
	.home-03{
		width:100%;
		padding:20px;
		box-sizing:border-box;
	}
	.home01 h1{
		font-size: 50px;
    line-height: 45px;
	}
	
	h2{
		    font-size: 52px;
    line-height: 52px;
	}
    
    .section-01{
        padding-right: 0;
    }
    #sticky-navigation .menu-toggle:before {
        background-color: #fff;
        padding: 5px;
    }

    #sticky-navigation {
        top: 10px !important;
        transform: translateX(-10px) !important;
    }

    .lineal-cta-container {
        position: static;
    }

    h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .wpb_single_image img,
    .wpb_single_image .vc_figure,
    .wpb_single_image .vc_single_image-wrapper {
        width: 100%;
    }

    .main-navigation .main-nav ul li > a:hover {
        color: #fff;
        opacity: .7;
    }

    .main-navigation .main-nav ul li[class*="current-menu-"] > a {
        color: #fff;
        opacity: .7;
    }

    .site-header {
        z-index: 10 !important;
    }

    button.slideout-exit {
        z-index: 5000000 !important;
    }

    .site-logo {
        top: 0;
        left: 20px !important;
        position: absolute;
    }

    .menu-toggle:before {
        position: absolute;
        right: 0px;
    }

    .menu-toggle span {
        display: none !important;
    }

    .menu-toggle .mobile-menu {
        color: #000;
    }

    .menu-toggle:before {
        color: #000;
    }

    .main-navigation .main-nav ul li > a {
        color: #fff;
        font-weight: 800 !important;
        position: relative;
        z-index: 1000 !important;
    }
    
    /*DOCUMENTALES Y PROGRAMAS*/
    
        
    .post-documentales .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    width: 285px;
    height: 409.0909px;
    margin:auto;
    }
    
    
    .post-documentales {
    padding-right: 30px !important;
    padding-left: 23px !important;
}
    
    
    .home-originals{
    padding-left: 0px !important;
    padding-top: 40px !important;
    }
    
    .no-pad{
        max-width: 300px !important;
        padding-right: 0px !important;
    }
    
    .titulo-documentales h1 {
    font-size: 37px !important;
    line-height: 39px !important;
}
    
    .titulo-documentales {
    max-width: 350px;
    padding-left: 5% !important;
}
    
    .fila-audiovisuales{
    max-height: 800px !important;
    padding: 10px;
    
        
    }
    

    
    
}


@media screen and (max-width:682px){
	.fila-audiovisuales {
    max-height: 700px !important;
}
	
}

@media screen and (max-width:620px){
		.fila-audiovisuales {
    max-height: 650px !important;
}
}

@media screen and (max-width:598px){
		.fila-audiovisuales {
    max-height: 610px !important;
}
}

@media screen and (max-width:528px){
		.fila-audiovisuales {
    max-height: 550px !important;
}
}

@media screen and (max-width:500px){
		.fila-audiovisuales {
    max-height: 510px !important;
}
}

@media screen and (max-width:411px){
		.fila-audiovisuales {
    max-height: 410px !important;
}
}

@media screen and (max-width:375px){
		.fila-audiovisuales {
    max-height: 370px !important;
}
}