@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");
}

body, .note-editable {
	color: #000;
	background: #FFF;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 300;
}
@media (max-width: 767px) {
	body, .note-editable {
		font-size: 14px;
		line-height: 22px;
	}
}
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: 16px;
	line-height: 12px;
	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;
}

a[email], .color-aqua {
	color: #2dc0aa;
}
.transparent-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100000;
    text-align: center;
}

.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_web .dropdown-inline {
	display: inline-block;
	position: relative;
}
.menu_web .dropdown-menu {
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
	z-index: 9999;
}
.menu_web .dropdown-menu li a {
	background: #ECECEC;
	border-bottom: 1px solid #CCC;
	color: #000;
	padding: 15px;
	display: block;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap;
	display: flex;
    align-items: center;
}
.menu_web .dropdown-menu.dropdown-horizontal {
	padding: 20px 0px;
}
.menu_web .dropdown-menu.dropdown-horizontal li a {
	background: #FFF;
	border-bottom: 1px solid #FFF;
	white-space: inherit;
	font-size: 16px;
}
.menu_web .dropdown-menu.dropdown-horizontal li a.item_padre {
	color: #2CC0A9;
	font-weight: bold;
}
.menu_web .dropdown-menu-caret {
    margin-left: auto;
    margin-right: 3px;
	padding-left: 10px;
}
.menu_web .dropdown-menu-caret img {
	width: 5px;
	max-width: 5px;
}
.menu_web .dropdown-menu li a:hover,
.menu_web .dropdown-menu li a:focus,
.menu_web .dropdown-menu li.open a:hover,
.menu_web .dropdown-menu li.open > a {
	background: #F5F5F5;
	color: #000;
	text-decoration: none;
}
.menu_web .dropdown-menu li a.item_padre:hover,
.menu_web .dropdown-menu li a.item_padre:focus,
.menu_web .dropdown-menu li.open a.item_padre:hover,
.menu_web .dropdown-menu li.open > a.item_padre {
	background: #FFF;
	color: #2CC0A9;
	text-decoration: underline;
}
.menu_web .dropdown-menu li.buscar,
.menu_web .dropdown-menu li.buscar:hover,
.menu_web .dropdown-menu li.open.buscar:hover {
	background: #FFF;
	padding: 19px 15px 17px 15px;
}
.menu,
.alert-sticky {
	position: fixed;
	z-index: 1040;
	top: 0px;
	width: 100%;
}
.menu:has(.collapse.in) {
	z-index: 3000000000 !important;
}
a.menu-item {
	display: inline-block;
	padding: 10px 10px 0px 10px;
	color: #000;
	height: 70px;
	cursor: pointer;
}
a.menu-item.menu-item-buscar {
	padding: 9px 0px 0px 20px;
}
.header.header-min a.menu-item.menu-item-buscar {
    padding: 0px 0px 0px 20px;
}
.menu_web .dropdown.dropdown-inline.open > a.menu-item,
a.menu-item:hover, a.menu-item.active {
	background: #ECECEC;
}
.menu_web .dropdown.dropdown-inline.open > a.menu-item,
a.menu-item:active, a.menu-item:focus,
a.menu-item:hover, a.menu-item.active {
	text-decoration: none;
}
.menu_web .dropdown.dropdown-inline.open > a.menu-item-buscar,
a.menu-item-buscar:hover,
a.menu-item-buscar.active {
	background: transparent;
}
.menu .navbar-toggle.navbar-menu-toggle {
	padding: 9px 0px 9px 10px;
	border-right: none;
}
.menu .navbar-toggle .menu-cerrado.icon-bar {
	width: 25px;
}
.menu .navbar-toggle .menu-cerrado.icon-bar+.menu-cerrado.icon-bar {
	margin-top: 5px;
}
.menu_web .dropdown.dropdown-inline.open > a.menu-item-buscar .buscador-cerrado,
a.menu-item-buscar.active .buscador-cerrado,
.menu .navbar-search-toggle:not(.collapsed) .buscador-cerrado,
.menu .navbar-toggle:not(.collapsed) .menu-cerrado {
	display: none;
}
.menu_web .dropdown.dropdown-inline.open > a.menu-item-buscar .buscador-abierto,
a.menu-item-buscar.active .buscador-abierto,
.menu .navbar-search-toggle:not(.collapsed) .buscador-abierto,
.menu .navbar-toggle:not(.collapsed) .menu-abierto {
	display: inline-block !important;
}
.menu .navbar-toggle:not(.collapsed):has(.menu-abierto) {
	padding: 5px 0px 5px 13.5px;
}
.menu-container h3 {
	line-height: 32px !important;
}
.menu-container {
	color: #FFF;
	position: absolute;
	top: 100%;
	z-index: 1040;
}
.menu-container .title {
	font-weight: 400;
}
.menu-container .container {
	padding-right: 0px;
	padding-left: 0px;
}
.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: 70px;
}
.carousel-container .box-search .label-img .copete {
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
}
.carousel_caja_negra.carousel-container .box-search {
	bottom: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.carousel_caja_negra.carousel-container .box-search .label-img {
	margin-bottom: auto;
}
.carousel_caja_negra.carousel-container .box-search .label-img h1 {
	color: #FFF;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.67);
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 25px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 22px;
}
.carousel_caja_negra.carousel-container .box-search .label-img .copete {
	color: #FFF;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.67);
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px;
}
.carousel_caja_negra.carousel-container .box-search .label-img .ver_mas {
	font-weight: 300;
	border-radius: 22px !important;
	text-shadow: none;
	border-color: white;
	margin-top: 22px;
    margin-bottom: 4px;
}
.btn-hover-green:hover {
	border-color: #2dc0aa !important;
	background-color: #FFF;
}
.carousel_caja_negra.carousel-container .box-search .label-img .caja {
	background: rgba(0,0,0,0.5);
	border-radius: 60px;
}
.header {
	transition: all 0.5s;
}
.header div {
	transition: all 0.5s;
}
.header .redes-container {
	padding-top: 40px;
	padding-bottom: 20px;
}
.header.header-min .redes-container {
	padding-top: 20px;
	padding-bottom: 5px;
}
.header.header-min a.menu-item {
    padding: 0px 10px 0px 10px;
    height: 52px;
}
.header .col-logo-container {
	width: 130px;
}
.header .logo-redes {
	padding-left: 19px;
	opacity: 75%;
	transition: all 0.5s;
}
.header .logo-redes:hover {
	opacity: 100%;
}
.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: 80px;
	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;
}
/*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;
}
.txt-gray-2 {
	color: #727272;
}
.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;
}
.btn-seccion-edit {
	position: fixed;
	bottom: 2%;
	left: 50%;
	margin-left: -30px;
	z-index: 2;
}

/*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;
}
.padding5t {
	padding-top: 5px;
}
.padding10t {
	padding-top: 10px;
}
.padding15t {
	padding-top: 15px;
}
.padding30t {
	padding-top: 30px;
}
.padding20t {
	padding-top: 20px;
}
.padding40t {
	padding-top: 40px;
}
.padding50t {
	padding-top: 50px;
}
.padding5tb {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding10tb {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding15tb {
	padding-top: 15px;
	padding-bottom: 15px;
}
.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;
}
.padding0lr {
	padding-left: 0px;
	padding-right: 0px;
}
.padding20lr {
	padding-left: 20px;
	padding-right: 20px;
}
.padding5lr {
	padding-left: 5px;
	padding-right: 5px;
}
.padding15l {
	padding-left: 15px;
}
.padding15lr {
	padding-left: 15px;
	padding-right: 15px;
}
.padding15r {
	padding-right: 15px;
}
.padding30lr {
	padding-left: 30px;
	padding-right: 30px;
}
.padding50lr {
	padding-left: 50px;
	padding-right: 50px;
}
.padding50l {
	padding-left: 50px;
}
.padding60lr {
	padding-left: 60px;
	padding-right: 60px;
}
.padding10b {
	padding-bottom: 10px;
}
.padding15b {
	padding-bottom: 15px;
}
.padding20b {
	padding-bottom: 20px;
}
.padding30b {
	padding-bottom: 30px;
}
.padding60b {
	padding-bottom: 60px;
}
.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;
}
.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;
}
.form-horizontal * {
	border-radius: 1px;
}
.form-horizontal textarea {
	height: 146px;
}
.search-form input, .search-digitales-form input {
	background: #FFF;
	color: #000;
	border: 1px solid #000;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.search-form button, .search-digitales-form button {
	background: #FFF;
}
.search-form input[type='radio']
{
	accent-color: #39A592;
}
@media (min-width: 768px) {
	.search-form .radio label
	{
		padding-left: 26px;
	}
	.search-form input[type='radio']
	{
		transform: scale(1.8);
	}
	.search-form input[type='radio']::before
	{
		padding-left: 5px;
	}
}
.border-radius-3 {
	border-radius: 3px !important;
}

/*BOOTSTRAP*/
@media (min-width: 1200px){
	.container{ width:1200px; }
}
/*SLIDER*/
.bxslider h3 {
	font-size: 16px;
	line-height: 1.3;
}
.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-stage {
	margin: auto;
}
.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;
}
.noticias-container {
	padding: 20px 0px;
}
.noticias-container h2 {
	margin: 0;
	padding: 0;
}
.noticias-container .bxslider-item > a.simple-link {	
	margin: 12px;
	padding: 8px;
	background: #FFF;
	display: block;
}
.noticias-container h3 {
	min-height: 80px;
	display: table;
	width: 100%;
}
.noticias-container h3 > div {
	display: table-cell;
	vertical-align: middle;
}
.noticias-container .text-description {
	min-height: 135px;
}
.noticias-container .text-description, .relacionados-container .text-description {
	font-size: 14px;
	line-height: 22px;
}
.relacionados-container h3 {
	font-size: 16px;
}
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}
.bxslider-title {
	z-index: 1;
}
.bxslider-container {
	padding: 0px 37px;
}
.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;
	height: auto !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;
	padding-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: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;
}
.agenda_relacionados .item-info h3 {
	font-size: 16px;
}
.agenda_relacionados .item-info h4 {
	font-size: 14px;
}
.agenda_relacionados .item-info .fecha {
	font-size: 14px;
}
.template_html h2 {
	padding-bottom: 0;
}
.item_cine h1 {
	margin-top: 5px;
	margin-bottom: 40px;
}
.item_cine .fecha {
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
}
.micrositio-container .items-container h1 {
	font-size: 24px;
}
.cine .items-container .ciclo_titular h2 {
	color: #FFF;
	font-size: 24px;
	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 * {
	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: #DDDB00;
	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,
.black-simple-link .bghover.active {
	background: #c6c6c6;
	color: #000;
}
.black-simple-link h2 {
	font-size: 24px;
	line-height: 28px;
	color: #1D1D1B;
}
.black-simple-link h3 {
	font-size: 16px;
	color: #1D1D1B;
}
.main-item .black-simple-link h2 {
	font-size: 17px;
	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.5;
	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: 60px 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-time {
	
}
.fc-title {
	text-transform: uppercase;
}


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

.btn-lg-white,
.btn-lg-green:hover,
.btn-lg-white:active,
.btn-lg-white:focus {
	background-color: #FFF;
	padding: 15px 25px;
	line-height: 1.5;
	border-radius: 50px;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	border: 1px solid #2dc0aa;
	outline: 0px !important;
}

.btn-lg-green,
.btn-lg-white:hover,
.btn-lg-green:active,
.btn-lg-green:focus {
	background-color: #2DC0AA;
	padding: 15px 25px;
	line-height: 1.5;
	border-radius: 50px;
	font-weight: 400;
	font-size: 15px;
	color: #FFF;
	border: 1px solid #2dc0aa;
	outline: 0px !important;
}

.btn-md-white,
.btn-md-green:hover,
.btn-md-white:active,
.btn-md-white:focus {
	background-color: #FFF;
	padding: 10px 25px;
	line-height: 1.5;
	border-radius: 50px;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	border: 1px solid #2dc0aa;
	outline: 0px !important;
}

.btn-md-green,
.btn-md-white:hover,
.btn-md-green:active,
.btn-md-green:focus {
	background-color: #2DC0AA;
	padding: 10px 25px;
	line-height: 1.5;
	border-radius: 50px;
	font-weight: 400;
	font-size: 15px;
	color: #FFF;
	border: 1px solid #2dc0aa;
	outline: 0px !important;
}

.btn-md-green:hover,
.btn-md-green:active,
.btn-md-white:hover,
.btn-md-white:active,
.btn-lg-green:hover,
.btn-lg-green:active,
.btn-lg-white:hover,
.btn-lg-white:active {
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
}

.btn-md-green.disabled,
.btn-md-white.disabled,
.btn-lg-green.disabled,
.btn-lg-white.disabled,
.btn-md-green:hover.disabled,
.btn-md-green:active.disabled,
.btn-md-white:hover.disabled,
.btn-md-white:active.disabled,
.btn-lg-green:hover.disabled,
.btn-lg-green:active.disabled,
.btn-lg-white:hover.disabled,
.btn-lg-white:active.disabled {
	background-color: #efefef;
	color: #9c9c94;
	border: 1px solid #efefef;
}

/* sm-max, sm y xs */
@media (max-width: 1200px) {

	.carousel-container .box-search .label-img {
	    margin-bottom: 73px;
	}
	.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: 40px;
	}

	.carousel-container .box-search .label-img .copete {
	    font-size: 24px;
	    line-height: 28px;
	}

	.main-item {
		border-right: 0;
		margin-bottom: 20px;
	}
	.noticias-container {
		padding: 20px 0px;
	}
	.destacados .info {
		padding: 15px;
		margin-bottom: 20px;
	}
	.padding30lr {
		padding-left: 15px;
		padding-right: 15px;
	}
	.padding50lr {
		padding-left: 15px;
		padding-right: 15px;
	}
	.noticias-container .bxslider-item > a.simple-link {
		background: #ECECEC;
	}
	.cine h1, .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;
	}
}

@media (max-width: 1300px) {
	a.menu-item {
		padding: 5px !important;
	}
	.header h2 {
		font-size: 13px;
	}
}

@media (max-width: 1100px) {
	.header h2 {
		font-size: 12px;
	}
}

@media (max-width: 1000px) {
	.header h2 {
		font-size: 11px;
	}
}

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

	.carousel-container .box-search .label-img h1 {
		font-size: 32px;
	}

	.carousel-container .box-search .label-img .copete {
	    font-size: 16px;
	    line-height: 19px;
	}

	.carousel_caja_negra.carousel-container .box-search .label-img .copete {
	    font-size: 14px;
	    line-height: 19px;
	}
	.carousel_caja_negra.carousel-container .box-search .label-img h1 {
	    font-size: 24px;
	    line-height: 25px;
		padding-bottom: 18px;
	}
	.carousel_caja_negra.carousel-container .box-search .label-img .ver_mas {
		margin-top: 6px;
		font-size: 12px;
		padding: 4px 12px;
		margin-bottom: 10px;
		margin-top: 22px;
	}
	.carousel_caja_negra.carousel-container .box-search .label-img .caja {
		border-radius: 0px;
	}

	.carousel-container .box-search .label-img {
	    margin-bottom: 40px;
	    padding-left: 48px;
	    padding-right: 48px;
	}

	.carousel-indicators {
	    bottom: 0px;
	}
}

/* lg, md y sm */
@media (min-width: 768px) {
	.destacados .info {
		padding:60px 60px 0px 60px;
	}
	.row-centered {
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.col-centered {
		display: inline-block;
		float: none;
	}
}
.titular_padre {
	font-size: 23px;
}
.titular_padre_grilla_asociada {
	font-size: 24px;
}
.titular {
	font-size: 32px;
}
.titular_small {
	font-size: 24px;
}
.bcn-breadcrumb {
	font-size: 14px;
	line-height: 1.5;
}
.font14px {
    font-size: 14px;
    line-height: 21px;
}
.copete,
.contenido,
.grilla_buscador_item .titular {
	font-size: 17px;
	line-height: 1.5;
	font-weight: 300;
}
.copete u:has(>a),
.contenido u:has(>a),
.copete a > u,
.contenido a > u {
	text-decoration: none !important;
}
.copete a,
.contenido a,
.copete a font,
.contenido a font {
	color: #2DC0AA !important;
	text-decoration: underline !important;
	text-decoration-color: #2DC0AA !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 3px !important;
	transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.copete a:hover,
.copete a:focus,
.contenido a:hover,
.contenido a:focus,
.copete a:hover font,
.copete a:focus font,
.contenido a:hover font,
.contenido a:focus font {
	color: #007268; /* tono más oscuro para hover/focus */
	text-decoration-color: #007268;
	outline: none;
}
.publicacion_item .copete {
	font-weight: 500;
}
.contenido img {
	height: inherit !important;
}
.mas_sobre {
    font-size: 16px;
    font-weight: 400;
	padding-bottom: 10px;
}

.u_body p{
	font-size: 17px!important;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	line-height: 23px!important;
	font-weight: 300!important;
	font-style: normal!important;
}
.u_body h1{
   font-size: 32px!important;
   font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
   line-height: 35px!important;
   font-weight: 500!important;
   font-style: normal!important;
}

@media (min-width: 700px){
	.u-row.v-row-align-items{
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
}

@media (min-width: 768px) {
	/* sm */
	.text-sm-right {
		text-align: right;
	}
}
@media (min-width: 992px) {
	/* md */
}
@media (min-width: 1200px) {
	/* lg */
}

.flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.flex-item-fill {
    flex: 1;
}
@media (max-width: 768px) {
    .flex-item-full-xs {
        width: 100%; /* Hace que el elemento ocupe el 100% del ancho */
        flex: none;  /* Resetear la propiedad flex para que no trate de expandirse o contraerse */
    }
	.flex-container-column-xs {
		flex-direction: column;
	}
	.padding0lr-xs {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.padding15lr-xs {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.margin0lr-xs {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.padding5lr-xs {
		padding-left: 5px;
		padding-right: 5px;
	}
	.padding15lr-xs {
		padding-left: 15px;
		padding-right: 15px;
	}
	.padding15b-xs {
		padding-bottom: 15px;
	}
	.navbar-white .search-form div:has(>button)
	{
		padding-left: 7px !important;
	}
	.item-info {
		padding: 20px 0px 5px 0px;
	}
}
.flex-items {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
}
.navbar-white .navbar-header {
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.navbar-white .navbar-brand {
	height: inherit;
	padding: 8px 0px 5px 0px;
}
.navbar-white .navbar-nav>li {
	text-transform: uppercase;
}
.navbar-white .navbar-nav>li>a {
	color: #000 !important;
	margin: 3px 0px;
}
.navbar-white .navbar-flechita {
	position: absolute;
    left: 165px;
}
.navbar-white:has(.open) .navbar-flechita[aria-expanded="true"] .menu-cerrado {
	display: none;
}
.navbar-white:has(.open) .navbar-flechita[aria-expanded="true"] .menu-abierto {
	display: inline-block !important;
}
.navbar-white .open .dropdown-menu {
	background-color: #FFF;
	padding: 0px;
}
.navbar-white .open .dropdown-menu .white-simple-link {
	color: #000;
}
.navbar-white .open .dropdown-menu > li {
	text-transform: none;
	list-style: none;
	margin: 0px;
	padding: 10px 0px;
}
.navbar-white .open .dropdown-menu > li li:before {
	content: "";
}
.navbar-nav .open .dropdown-menu .dropdown-menu {
	padding-left: 30px;
	padding-top: 10px;
}
.navbar-white .open .dropdown-menu .dropdown-menu > li {
	padding: 5px 0px;
}
.navbar-white .navbar-toggle .icon-bar {
	background-color: #000;
}
.navbar-white {
	border-color: #878787;
}
.navbar-white .navbar-search-toggle {
	border-color: transparent;
	padding: 4px 10px;
}
.navbar-white .navbar-border-top:has(.in) {
	border-top: #878787 1px solid;
	transition: all 0.3s ease;
}
.navbar-white .navbar-toggle {
	border-color: transparent;
}
.navbar-white .navbar-toggle:focus, .navbar-white .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-white .navbar-toggle:not(.collapsed) {
	color: #2dc0aa;
	background-color: transparent;
}
.navbar-white .navbar-toggle:not(.collapsed) .icon-bar {
	background-color: #2dc0aa;
}
.navbar-white .barra-negra .white-simple-link {
	color: #FFF;
	padding: 7px 5px;
	margin: 5px;
	float: right;
	border: 0;
}
.navbar-white .barra-negra .white-simple-link:hover,
.navbar-white .barra-negra .white-simple-link:active,
.navbar-white .barra-negra .white-simple-link.navbar-toggle:not(.collapsed) {
	color: #2dc0aa;
}
.navbar-white .radio {
    margin-top: 11px;
    margin-bottom: 13px;
}
.text-xl {
    font-size: 1.25rem;
}
.text-2xl {
	font-size: 1.5rem;
}
.text-3xl {
    font-size: 1.875rem;
}
.text-4xl {
    font-size: 2.25rem;
}
.text-5xl {
    font-size: 3rem;
}
.text-6xl {
    font-size: 3.75rem;
}
.text-7xl {
    font-size: 4.5rem;
}
.text-8xl {
    font-size: 6rem;
}

@media (max-width: 767px) {
	.xs-text-center {
		text-align: center;
	}
	.xs-text-xl {
		font-size: 1.25rem;
		line-height: 1.875rem;
	}
	.xs-text-2xl {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
	.xs-text-3xl {
		font-size: 1.875rem;
		line-height: 3rem;
	}
	.xs-text-4xl {
		font-size: 2.25rem;
		line-height: 3.75rem;
	}
	.xs-text-5xl {
		font-size: 3rem;
		line-height: 4.5rem;
	}
	.xs-text-6xl {
		font-size: 3.75rem;
		line-height: 6rem;
	}
	.xs-text-7xl {
		font-size: 4.5rem;
		line-height: 8rem;
	}
	.xs-text-8xl {
		font-size: 6rem;
		line-height: 9rem;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.sm-text-center {
		text-align: center;
	}
	.sm-text-xl {
		font-size: 1.25rem;
		line-height: 1.875rem;
	}
	.sm-text-2xl {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
	.sm-text-3xl {
		font-size: 1.875rem;
		line-height: 3rem;
	}
	.sm-text-4xl {
		font-size: 2.25rem;
		line-height: 3.75rem;
	}
	.sm-text-5xl {
		font-size: 3rem;
		line-height: 4.5rem;
	}
	.sm-text-6xl {
		font-size: 3.75rem;
		line-height: 6rem;
	}
	.sm-text-7xl {
		font-size: 4.5rem;
		line-height: 8rem;
	}
	.sm-text-8xl {
		font-size: 6rem;
		line-height: 9rem;
	}
}


/* Estilo del botón cuando está activo (al hacer clic) */
button.btn.btn-gray:active, button.btn.btn-gray:focus{
	outline: none !important;
}