@font-face {
	font-family: Comp Pro;
	font-weight: 400;
	font-style: 400;
	src: url("../fonts/PFDinTextCompPro-Regular.ttf") format("TrueType");
}
@font-face {
	font-family: Comp Pro;
	font-weight: 300;
	font-style: 300;
	src: url("../fonts/PFDinTextCompPro-Light.ttf") format("TrueType");
}

@font-face {
	font-family: Roboto;
	font-weight: 400;
	font-style: 400;
	src: url("../fonts/Roboto/Roboto-Regular.ttf") format("TrueType");
}
@font-face {
	font-family: Roboto;
	font-weight: 300;
	font-style: 300;
	src: url("../fonts/Roboto/Roboto-Light.ttf") format("TrueType");
}
@font-face {
	font-family: Roboto;
	font-weight: 500;
	font-style: 500;
	src: url("../fonts/Roboto/Roboto-Medium.ttf") format("TrueType");
}
@font-face {
	font-family: Roboto;
	font-weight: 600;
	font-style: 600;
	src: url("../fonts/Roboto/Roboto-Bold.ttf") format("TrueType");
}
html {
    scroll-padding-top: 120px;
}
body {
	color: #000;
	background: #FFF;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 22px;
	font-weight: 300;
}
img {
	max-width: 100%;
}
.col-middle h1, .col-middle h2, .col-middle h3, .col-middle h4, .col-middle h5 {
	margin: 0px;
}
.header h2 {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h2 {
	color: #000;
	font-size: 20px;
	padding-bottom: 15px;
	font-weight: 400;
}
.header-contact {
	font-size: 12px;
	font-weight: 100;
}
.search-title {
	font-size: 13px;
}
.search-options {
 	font-size: 12px;
}
.grilla-subtitulo {
    margin-top: -32px;
    margin-bottom: 10px;
}
.html-subtitulo {
    padding-top: 20px;
    padding-bottom: 10px;
}
.buscador-subtitulo {
    padding-top: 5px;
    margin-bottom: -10px;
}
.html-video-subtitulo {
    text-transform: uppercase;
    padding-bottom: 30px;
}
.cursor-pointer {
	cursor: pointer;
}
.wow {
   opacity:0;
   visibility: hidden;
   transition: opacity 1.5s ease-in;
   -webkit-transition: opacity 1.5s ease-in;
}
.wow.loaded {
   opacity:1;
   visibility: visible !important;
   transition: opacity 1.5s ease-in;
   -webkit-transition: opacity 1.5s ease-in;
}
.menu {
	position: relative;
}
.menu.position-fixed {
	position: fixed;
	z-index: 1040;
	top: 0px;
}
a.menu-item {
	display: inline-block;
	padding: 10px 5px;
	color: #000;
}
a.menu-item:hover, a.menu-item.active {
	background: #ECECEC;
	text-decoration: none;
}
.menu-container h3 {
	line-height: 32px !important;
}
.menu-container {
	color: #FFF;
	position: absolute;
	bottom: -62px;
	z-index: 1040;
}
.menu-container .title {
	font-weight: 400;
}
.menu-container .container {
	padding-right: 0px;
	padding-left: 0px;
}
.submenu-container {
	position: absolute;
	background: #3C3C3B;
	color: #FFF;
	width: 250px;
}
div.submenu-item {
	display: inline-block;
	font-size: 12px;
}
div.submenu-item:hover {
	background: #D0D0D0;
}
div.submenu-item .simple-link {
	display: block;
	padding: 20px 25px;
}
.submenu-container .items > ol {
	padding: 10px 0;
	margin: 0;
	font-weight: lighter;
}
.submenu-container .items > ol > li {
	list-style-type: none;
}
.submenu-container .items > ol > li:not(:last-child) {
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
}
.submenu-container .items > ol > li:not(:first-child) {
	padding-top: 15px;
}
.submenu-container .items > ol > li li {
	display: block;
}
.submenu-container .items > ol > li li:before{
    content: "-";
    position: absolute;
    padding: 10px;
}
.submenu-container .items .main-title .white-simple-link {
	padding: 10px 20px;
	display: block;
}
.submenu-container .items .title .white-simple-link {
	padding: 10px 20px;
	display: block;
}
.menu-col ol {
	padding-left: 11px;
}
.menu-col > ol > li {
	list-style-type: none;
}
.menu-col > ol > li li {
	display: block;
}
.menu-col > ol > li li a:before {
	content: "- ";
}
.menu-col .title {
	font-size: 14px;
	font-weight: 300;
	padding: 4px 0px;
	line-height: 20px;
}
.menu-col .main-title {
	font-size: 14px;
	font-weight: 600;
}
.menu-col .main-title:before {
	content: ">";
}

/*PRINCIPALES*/
.carousel-container {
	position: relative;
}
.carousel-container .box-search {
	bottom: 0px;
	position: absolute;
}
.carousel-container .box-search .label-img {
	color: #FFF;
	font-weight: 600;
	margin-bottom: 140px;
	text-shadow: 2px 1px 6px rgba(0, 0, 0, 1);
}
.carousel-container .box-search .label-img h1 {
	font-size: 80px;
}
.carousel-container .box-search .label-img .copete {
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
}
.header {
	border-bottom: 1px #000 solid;
	transition: all 0.5s;
}
.header div {
	transition: all 0.5s;
}
.header .logo-container img {
	width: 100%;
	max-width: 100px;
	margin: 10px 0px;
}
.header .col-logo-container {
	width: 130px;
}
.cargar_mas {
	color: #666;
	margin-bottom: 50px;
	font-weight: 500;
	border-top: 1px dashed #000;
	padding-top: 10px;
}
.li:before {
	content: "\2022 ";
	color: #8FCD00;
	padding-left: 20px;
	padding-right: 10px;
}
.footer {
	border-top: 5px solid #2dc0aa;
	padding: 30px;
}
.footer .logo {
	max-width: 125px;
}
.footer .logo_certificados {
	max-width: 100px;
	padding-left: 15px;
}
.footer .direccion {
	font-weight: 400;
	font-size: 12px;
	padding: 15px 0px;
}
.footer .copy {
	font-size: 12px;
	padding: 40px 0px 15px 0px;
}
.green {
	color: #8FCD00;
}
.text-danger {
	color: #b94a48;
}
.txt-gray-2 {
    color: #727272;
}
/*FONDOS*/
.menu-container .bgwhite {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4c4c4+0,ffffff+6,ffffff+100 */
	background: rgb(196,196,196); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 6%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(196,196,196,1) 0%,rgba(255,255,255,1) 6%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(196,196,196,1) 0%,rgba(255,255,255,1) 6%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.txt-green {
	color: #8FCD00;
}
.txt-gray {
	color: #868686;
}
.bgwhite {
	background-color: #FFFFFF;
	color: #000;
}
.txt-white {
	color: #FFFFFF;
}
.txt-aqua {
	color: #2dc0aa;
}
.bgaqua {
	color: #FFF;
	background: #2dc0aa;
}
.bgblack {
	background-color: #000000;
	color: #FFFFFF;
}
.bgheader-white {
	background-color: rgba(255, 255, 255, 0.5);
}
.bggray {
	background-color: #ECECEC;
}
.bggray2 {
	background-color: #333;
	color: #FFF;
}
.bggray3 {
	background-color: #666666;
}
.bggray4 {
	background-color: #E6E6E6;
}
/*ITEMS*/
.btn-acceso-rapido {
	text-transform: uppercase;
	background-size: 100% 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #FFF;
}

/*VARIOS*/
.overflow-hidden {
	overflow: hidden;
}
.splash-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.full-width {
    width: 100%;
}
.nopadding {
	padding: 0px !important;
	margin: 0px !important;
}
.nomargin {
    margin: 0px !important;
}
.padding10t {
	padding-top: 10px;
}
.padding15t {
	padding-top: 15px;
}
.padding15b {
	padding-bottom: 15px;
}
.padding30t {
	padding-top: 30px;
}
.padding20t {
	padding-top: 20px;
}
.padding50t {
	padding-top: 50px;
}
.padding10tb {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding20tb {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding30tb {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding30t {
	padding-top: 30px;
}
.padding40tb {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding27tb {
	padding-top: 27px;
	padding-bottom: 27px;
}
.padding20lr {
	padding-left: 20px;
	padding-right: 20px;
}
.padding5lr {
	padding-left: 5px;
	padding-right: 5px;
}
.padding15lr {
	padding-left: 15px;
	padding-right: 15px;
}
.padding30lr {
	padding-left: 30px;
	padding-right: 30px;
}
.padding50lr {
	padding-left: 50px;
	padding-right: 50px;
}
.padding60lr {
	padding-left: 60px;
	padding-right: 60px;
}
.padding20b {
	padding-bottom: 20px;
}
.padding30b {
	padding-bottom: 30px;
}
.padding60b {
	padding-bottom: 60px;
}
.padding100t {
	padding-top: 100px;
}
.padding100b {
	padding-bottom: 100px;
}
.padding30r {
	padding-right: 30px;
}
.margin0b {
	margin-bottom: 0px;
}
.margin0t {
	margin-top: 0px;
}
.margin10t {
	margin-top: 10px;
}
.margin30b {
	margin-bottom: 30px;
}
.margin30tb {
	margin-bottom: 30px;
	margin-top: 30px;
}
.margin30t {
	margin-top: 30px;
}
.min-height400 {
	min-height: 400px;
}
.min-height460 {
    min-height: 460px;
}
.union_accesos_rapidos {
    position: absolute;
    top: 0;
    left: 0;
    height: 123px;
}
.union_accesos_rapidos_l {
	background: url('../images/union_accesos_rapidos_l.png') bottom repeat-x;
	height: 123px;
}
.union_accesos_rapidos_r {
	background-image: url('../images/union_accesos_rapidos.png'), url('../images/union_accesos_rapidos_r.png');
	background-position: bottom left, center bottom;
	background-repeat: no-repeat, repeat-x;
	background-size: 71px 123px, 12px 123px;
	height: 123px;
	padding-left: 65px;
}
.union_agenda {
    position: absolute;
    top: 0;
    left: 0;
    height: 152px;
}
.mes-agenda {
	font-weight: 200;
}
.union_agenda_r .mes-agenda {
	line-height: 35px;
}
.union_agenda_l {
	background: url('../images/union_agenda_fondo.png') bottom repeat-x;
	height: 152px;
	padding-bottom: 10px;
}
.union_agenda_l.cover {
	background: url('../images/union_agenda_fondo_transparente.png') bottom repeat-x;
}
.union_agenda_r {
	background-image: url('../images/union_agenda.png'), url('../images/union_agenda_fondo.png');
	background-position: bottom right, center bottom;
	background-repeat: no-repeat, repeat-x;
	background-size: 100% 152px, 12px 152px;
	height: 152px;
	padding-left: 65px;
}
.gray-border-bottom {
	border-bottom: 6px solid #31322D;
}
.aqua-border-left {
	border-left: 1px solid #2dc0aa;
}
.shadow-border-top {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#848484+0,848484+12,cccccc+100&1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(132,132,132,1) 0%, rgba(132,132,132,0.88) 1px, rgba(204,204,204,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(132,132,132,0.88) 1px,rgba(204,204,204,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(132,132,132,1) 0%,rgba(132,132,132,0.88) 1px,rgba(204,204,204,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#00cccccc',GradientType=0 ); /* IE6-9 */

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 10;
}
.shadow-border-bottom {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#232323+0,000000+100&0.1+0,0+60 */
	background: -moz-linear-gradient(top,  rgba(35,35,35,0.1) 0%, rgba(14,14,14,0) 6px, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(35,35,35,0.1) 0%,rgba(14,14,14,0) 6px,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(35,35,35,0.1) 0%,rgba(14,14,14,0) 6px,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6232323', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	width: 100%;
	height: 10px;
	z-index: 10;
}
.relative {
	position: relative;
}
.inline {
	display: inline;
}
.cel-agenda {
	vertical-align: middle;
	display: table-cell;
	float: none;
}
.black-separator {
	border-bottom: 1px solid #000;
	margin: 10px 0px 50px 0px;
}
.black-separator-2 {
	border-bottom: 1px solid #000;
	margin: 5px 0px 2px 0px;
}
.white-separator {
	margin: 10px 0px 50px 0px;
}
.carousel {
    background: rgba(0,0,0,0.1);
}
.carousel-caption .redes {
    color: #000;
    text-shadow: none;
}
textarea {
	height: 100px !important;
}
.form-horizontal * {
	border-radius: 1px;
}
.form-horizontal textarea {
	height: 146px;
}
.search-form input {
	background: #FFF;
	color: #000;
	border: 1px solid #000;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.search-form button {
	background: #FFF;
}

/*BOOTSTRAP*/
@media (min-width: 1200px){
	.container{ width:1200px; }
}
/*SLIDER*/
.bxslider h3 {
	font-size: 16px;
	line-height: 1.3;
}
.bxslider_template_slider_noticias .bxslider-item,
.bxslider_template_slider_noticias .bxslider-item h3 {
	font-size: 14px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%; /* Centrado verticalmente */
    transform: translateY(-50%);
	width: 8px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -22px; /* Ajustar la distancia a la izquierda del carrusel */
}
.owl-carousel .owl-nav button.owl-next {
    right: -22px; /* Ajustar la distancia a la derecha del carrusel */
}
.owl-carousel .owl-nav button {
    font-size: 30px !important; /* Aumenta el tamaño de la fuente para hacer las flechas más grandes y gruesas */
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: inherit !important;
    font-weight: 600;
    color: inherit !important;
}
.atajos-container {
	padding: 30px 0px;
}
.produccion-container {
	padding: 20px 0px;
}
.produccion-container h2 {
	margin: 0;
	padding: 0;
}
.produccion-container .bxslider-item > a.simple-link {	
	margin: 12px;
	padding: 8px;
	background: #FFF;
	display: block;
}
.produccion-container h3 {
	min-height: 80px;
	display: table;
	width: 100%;
}
.produccion-container h3 > div {
	display: table-cell;
	vertical-align: middle;
}
.produccion-container .text-description {
	min-height: 135px;
}
.produccion-container .text-description, .relacionados-container .text-description {
	font-size: 14px;
	line-height: 22px;
}
.bxslider-title {
	z-index: 1;
}
.bxslider-container {
	padding: 0px 30px;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 1039 !important;
}
.bx-wrapper .bx-prev {
	left: -22px !important;
}
.bx-wrapper .bx-next {
	right: -22px !important;
}
.bx-wrapper .bx-viewport {
    background: none !important;   
    border: none !important;
    box-shadow: none !important;  
    left: 0 !important;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bx-wrapper .bx-loading {
	background: url(images/bx_loader.gif) center center no-repeat #FFF !important;
}
.bxslider-item {
	text-align: left;
}
.bxslider-item img {
	margin: auto;
	margin-bottom: 10px;
	/*width: 60px;*/
}
.bxslider-item-min img {
	width: 48px;
}
.bxslider-item.micrositio {
	color: #000;
	line-height: 15px;
}
.bxslider-item.micrositio:hover {
	background: #f7f7f7;
}
.map {
	min-height: 500px;
}
.map-info {
	width: 270px;
}
.map-info img {
	width: 270px;
	height: 160px;
}
.items-container {
	padding: 0px 15px;
}
.items-container .item {
	margin-bottom: 40px !important;
}
.items-container .item > .row:hover {
	background: #f7f7f7;
}
.item-info {
	padding: 20px 15px 5px 15px;
}
.item-info h3, h4 {
	margin: 8px 0px;
}
.agenda .item-info h3 {
	font-size: 22px;
	font-weight: 400;
}
.item-info h4 {
	margin-top: 15px;
}
.item-info .fecha {
	font-size: 16px;
}
.template_html h2 {
	padding-bottom: 0;
}
.item_cine h1 {
	margin-top: 45px;
	margin-bottom: 40px;
}
.item_cine .fecha {
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
}
.micrositio-container .items-container h1 {
	font-size: 22px;
}
.cine .items-container .ciclo_titular h2 {
	color: #FFF;
	font-size: 23px;
	padding: 0;
	margin: 0;
}
.cine .items-container .ciclo_titular .contenido {
	border-bottom: 1px #999 solid;
	margin-bottom: 30px;
}
.cine .table-copete, .cine .table-copete *, .agenda .table-copete, .agenda .table-copete * {
	text-align: center !important;
	margin: auto;
}
.cine .table-copete table, .agenda .table-copete table {
	background: #DDD;
	padding: 0;
	margin: 5px 0 0 0;
	width: auto;
	min-width: 230px;
	display: inline-grid;
}
.cine .items-container .ciclo_titular .copete {
	font-size: 18px;
	line-height: 25px;
}
.cine .item-content-numero .border-top {
	margin-top: 10px;
	padding-top: 7px;
}
.cine .item-info {
	font-size: 16px;
}
.cine .item-info h3 {
	font-size: 18px;
}
.item-button-container {
	padding: 0px 15px 15px 15px;
}
.item-imagen .play-icon {
    background-image: url("../images/YouTube-icon-dark.png");
    background-repeat: no-repeat;
    background-position: center; 
    text-align: center;
    width: 100%;
    position: relative;
    top: 50%;
    height: 37px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s;
}
.item-imagen:hover .play-icon {
    background-image: url("../images/YouTube-icon-full_color.png");
}
.main-item {
	background: #eee !important;
	border-right: 30px solid #FFF;
}
.main-item .item-copete {
	font-size: 12px;
	font-weight: 300;
	padding: 4px;
}
.main-item .item-content, 
.agenda-item .item-content, 
.muestra-item .item-content {
	float: right;
	padding-top: 10px;
	display: inline-grid;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.main-item .item-content .item-content-numero, 
.main-item .item-content .item-content-mes {
	color: #FFF;
}
.main-item .item-imagen .item-content,
.agenda-item .item-content, 
.muestra-item .item-content {
	padding-right: 30px;
	color: #FFF;
}
.main-item .item-imagen .item-content {
	text-shadow: 2px 1px 6px rgba(0, 0, 0, 1);
}
.main-item .item-content .item-content-numero, 
.agenda-item .item-content .item-content-numero, 
.muestra-item .item-content .item-content-numero {
	font-size: 55px;
	padding-bottom: 12px;
}
.main-item .item-content .item-content-mes, 
.agenda-item .item-content .item-content-mes, 
.muestra-item .item-content .item-content-mes {
	font-size: 37px;
}
.main-item .item-content-numero.border-top, 
.agenda-item .item-content-numero.border-top, 
.muestra-item .item-content-numero.border-top {
	border-color: #FFF;
}
.agenda .items-container .border-right {
	border-right: 15px solid #FFF;
}
.item-content .item-content-numero {
	font-family: 'Comp Pro', sans-serif !important;
	font-size: 45px;
	line-height: 45px;
	font-weight:400;
}
.item-content .item-content-mes {
	font-family: 'Comp Pro', sans-serif !important;
	font-size: 30px;
	font-weight:300;
}
.item-content .item-content-mes .border-bottom {
	padding-bottom: 5px;
	margin-bottom: 8px;
}
.item-content .item-content-hora {
	font-family: 'Comp Pro', sans-serif !important;
	font-size: 19px;
	letter-spacing: 1px;
	color: #000;
}
.item-content-numero.border-top {
	padding-top: 10px;
}
.item-content .item-content-titular {
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
}
.item-content .item-content-desde_hasta, .bxslider-item .item-content-desde_hasta {
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
}
.evento-home {
	line-height: 18px;
}
.evento-home h3 {
	margin-top: 10px;
}
.border-right {
	border-right: 1px solid #000;
}
.border-left {
	border-left: 1px solid #000;
}
.border-bottom {
	border-bottom: 1px solid #000;
}
.border-top {
	border-top: 1px solid #CCC;
}
.txt-decoration-none, .txt-decoration-none:hover {
	text-decoration: none;
}
.simple-link {
	color: #000;
}
.simple-link:hover, .simple-link:active, .simple-link:focus {
	color: #777;
	text-decoration: none;
}
.black-simple-link {
	color: #000;
}
.black-simple-link:hover, .black-simple-link:active, .black-simple-link:focus {
	color: #777;
	text-decoration: none;
}
.black-simple-link .bghover {
	padding: 5px;
}
.black-simple-link .bghover:hover {
	background: #c6c6c6;
	color: #000;
}
.black-simple-link h2 {
	font-size: 21px;
	color: #1D1D1B;
}
.black-simple-link h3 {
	font-size: 16px;
	color: #1D1D1B;
}
.main-item .black-simple-link h2 {
	font-size: 19px;
	font-weight: 300;
}
.main-item .black-simple-link h3 {
	font-size: 23px;
	font-weight: 400;
	padding: 0;
	margin: 12px 0px 7px 0px;
	line-height: 1.3;
}
.white-simple-link {
	color: #FFF;
}
.white-simple-link:hover, .white-simple-link:active, .white-simple-link:focus {
	color: #AAA;
	text-decoration: none;
}
.gray-simple-link {
	color: #9c9c9c;
}
.gray-simple-link:hover, .gray-simple-link:active, .gray-simple-link:focus {
	color: #666;
	text-decoration: none;
}
.dark-gray-simple-link, .dark-gray-simple-link h2 {
	color: #5d5d5d;
	line-height: 1.3;
	margin: 0;
}
.dark-gray-simple-link:hover, .dark-gray-simple-link:active, .dark-gray-simple-link:focus {
	color: #222;
	text-decoration: none;
}
.green-simple-link {
	color: #5F8C35;
}
.green-simple-link:hover, .green-simple-link:active, .green-simple-link:focus {
	color: #8CC63F;
	text-decoration: none;
}
.transparent-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    font-size: 0;
}
.social-container {
    z-index: 100;
    position: absolute;
    right: 0;
    top: -2px;
}
.social-container .text {
    display: inline;
    line-height: 32px;
}
.footer-redes {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.footer-redes, .home-footer-redes {
	position: relative;
	padding: 0px 0px;
}
.footer-redes img, .home-footer-redes img {
	margin: 3px;
}
.evento-home .social-container {
    top: 0px;
}
.position-relative {
	position: relative;
}
.display-block {
	display: block;
}
.display-inline-block {
	display: inline-block;
}
.box-calendar-container {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.box-calendar {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	min-height: 120px;
}

.fc-day-header {
	background: #4D4D4D;
	height: 50px;
	color: #FFF;
}
.fc-day-header span {
    padding-top: 16px;
    display: block;
}
.fc-day-header:first-child {
	background: #8CC63F;
}
.fc-event {
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	color: #000 !important;
	border-bottom: 1px #999 solid !important;
	padding: 10px 0px 4px 0px !important;
	margin: 0px 10px !important;
}
.fc-title {
	text-transform: uppercase;
}


.destacados h1 {
	font-size: 34px;
	font-weight: 300;
}
.destacados, .destacados .btn {
	font-size: 16px;
}

.btn-white {
	color: #000;
    padding: 10px 15px;
    border-radius: 100px;
    border: 2px solid #2DC0AA;
    letter-spacing: 2px;
}
.btn-white:hover {
    border: 2px solid #2DC0AA;
}

/* sm-max, sm y xs */
@media (max-width: 1200px) {
	.header-contact .hidden-sm {
		display: none!important;
	}
	.cine .items-container .item-imagen {
		height: 197px !important;
		min-height: 197px !important;
	}
	.muestra .items-container .item-imagen {
		height: 278px !important;
		min-height: 278px !important;
	}
}
/* sm y xs */
@media (max-width: 990px) {
	.carousel-container .box-search .label-img h1 {
		font-size: 35px;
	}
	.carousel-container .box-search .label-img .copete {
		font-size: 20px;
		line-height: 24px;
	}
	.main-item {
		border-right: 0;
		margin-bottom: 20px;
	}
	.produccion-container {
		padding: 20px 0px;
	}
	.destacados .info {
		padding: 20px;
		margin-bottom: 20px;
	}
	.padding30lr {
		padding-left: 15px;
		padding-right: 15px;
	}
	.padding50lr {
		padding-left: 15px;
		padding-right: 15px;
	}
	.produccion-container .bxslider-item > a.simple-link {
		background: #ECECEC;
	}
	.cine h1, .cine .table-copete, .agenda .table-copete {
		padding: 0;
	}
	.cine .items-container .item-imagen {
		height: 145px !important;
		min-height: 145px !important;
	}
	.muestra .items-container .item-imagen {
		height: 399px !important;
		min-height: 399px !important;
	}
	.menu-hermanos .border-right {
		border: 0;
	}
	.menu-hermanos {
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid #000;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 1;
		background: #FFF;
	}
	.sala_item .padding50t, .publicacion_item .padding50t {
		padding-top: 15px;
	}
	.sala_item .contenido, .publicacion_item .contenido {
		margin-top: 55px;
	}
	.sala_item .items, .publicacion_item .items {
		transition: opacity 2s ease-out;
		opacity: 0; 
		height: 0;
		overflow: hidden;
	}
	.sala_item .items.show, .publicacion_item .items.show {
		opacity: 1;
		height: auto;
	}
}
/* mayor a 1350px*/
@media (min-width: 1350px) {
	a.menu-item {
		padding: 10px 15px;
	}
}
@media (max-width: 1000px) {
	a.menu-item {
		padding: 10px !important;
	}
	.header h2 {
		font-size: 13px;
	}
}

/* xs */
@media (max-width: 767px) {
	.grilla .copete.border-left {
		border: 0;
	}
	.cine .items-container .item > .row {
		max-width: 270px;
		margin: auto;
	}
	.muestra .items-container .item-imagen {
		height: 180px !important;
		min-height: 180px !important;
	}
}

/* lg, md y sm */
@media (min-width: 768px) {
	.destacados .info {
		padding:60px 60px 0px 60px;
	}
}
.titular_padre {
	font-size: 23px;
}
.titular_padre_min {
	font-size: 18px;
}
.titular {
	font-size: 32px;
}
.copete {
	font-size: 16px;
	line-height: 23px;
	font-weight: 300;
}
.publicacion_item .copete {
	font-weight: 500;
}
.contenido {
	font-size: 14px;
	line-height: 23px;
	font-weight: 300;
}
.contenido img {
	height: inherit !important;
}
.mas_sobre {
    font-size: 16px;
    font-weight: 400;
	padding-bottom: 10px;
}
.row:has(>.col-flex) {
	display: flex;
	flex-wrap: wrap;
}
.col-flex {
	flex-grow: 1;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}