@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Open Sans', sans-serif;*/
font-family: 'Work Sans', sans-serif;
	color: #000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.header {
	display: block;
	min-height: 100px;
	background-color: #54b7ab;
	width: 100%;
	position: sticky;
	top:0;
	z-index: 9;
}

em {
	font-style: italic;
}

.text-dark {
	color:#000;
}

.text-primary {
	color:#b2b2b2 !important;
}

.text-secondary {
	color:#0000 !important;
}



.bg-primary {
	background-color: #000 !important;
}

.bg-secondary {
	background-color: #b2b2b2 !important;
}


.bg-terciary {
	background-color: #f8f8f8 !important;
}

.bg-source {
	background-color: transparent !important;
}

.bold {
	font-weight: 600;
}

.gap-3 {
	gap: 30px;
}

.gap-1 {
	gap: 10px;
}

.light {
	font-weight: 200;
}




.wrap {
	display: block;

}


/* 
--------------------------------------------
MENU
--------------------------------------------
*/
.header  {
	padding-top: 25px;
	color: #FFF;
}

.header.bg-white {
	color: #000;

}


.header .logo  {
	display: block;
	float: left;
	color: currentColor;
	background-color:currentColor;
    -webkit-mask: url(../images/festival.svg) no-repeat center;
    mask: url(../images/festival.svg) no-repeat center;
	height: 65px;
    width: 196px;
	margin-top: 4px;

}

.header .industria {
	display: block;
    float: left;
    color: currentColor;
    height: 50px;
    width: 138px;
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -65px;
    margin-top: 10px;
    border-left: currentColor solid 1px;
    background-color: currentColor;
    opacity: 0.7;
    -webkit-mask: url(../images/mafiz.svg) no-repeat center;
    mask: url(../images/mafiz.svg) no-repeat center;
    transition: all 0.4s;
}

.header .industria:hover {
	background-color:#FFF;
	color: #FFF;
	opacity: 1;	

}

.header .logo:hover  {
	background-color:currentColor;
}


.header .logo:hover {
	background-color:#FFF;
	color: #FFF;

}

.header .links  {
	float: left;
	margin-top: 30px;
	margin-left: 50px;
}
.header .links a.item, .header .links  .submenu {
	color: currentColor;
	display: inline-block;
	text-decoration: none;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}

.header .links a.item i, .header .links .submenu i {
	display: block;
	opacity: 0;
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #b2b2b2;
	border-radius: 50%;
	top:-15px;
	left: -100px;
	margin: auto;
	right: 0;	
	z-index: 0;
	transition: all 0.5s;
}


.header.bg-white .logo  {
	background-color:#409e92;
}
 .header.bg-white  .links  .submenu:hover, .header.bg-white  .item:hover {
	color: #409e92;
	display: inline-block;
	text-decoration: none;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}
.header.bg-white .links a.item i, .header.bg-white .links .submenu i {
	display: block;
	opacity: 0;
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #e7f1f0;
	border-radius: 50%;
	top:-15px;
	left: -100px;
	margin: auto;
	right: 0;	
	z-index: 0;
	transition: all 0.5s;
}


  

.header .links a.item span, .header .links .submenu span {

	position: relative;
	z-index: 2;

}

.header .links a.item:hover i, .header .links .submenu:hover i {
	opacity: 1;
	left: 0;
	width: 50px;
	height: 50px;
}

.header .links a.item.active i, .header .links .submenu.active i {
	opacity: 1;
	left: 0;
	width: 50px;
	height: 50px;
}

.uppercase {
	text-transform: uppercase;
}

.header .submenu .box {
	position: absolute;
	background-color: #FFF;
	color: #000;
	padding: 20px;
	z-index: -1;
	transition: all 0.5s;
	opacity: 0;
	display: none;
	margin-top: 2px;
	border-top: #b2b2b2 solid 10px;
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.43); 
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.43);
}

.header .submenu:hover .box {
	display: block;
	opacity: 1;
	cursor: default;
}

.header .submenu:hover .box .col {
	display: block;
/*	min-width: 380px;*/
}

.header .submenu .box .col div {
	padding-right: 50px;
}


.header .submenu.edition:hover .banner {
	border: #000000 solid 2px; padding: 2px;

}

.header .submenu .box a {
	color: currentColor;
	text-decoration: none;
	margin-bottom: 10px;
	display: inline-block;
	white-space: nowrap;
}


.header .submenu .box a.subitem {
	color: #6e6e6e;
	font-weight: 400;
	margin-left: 20px;

}

.header .submenu .box .dropdown .dropdown-list- {
	display: none;
}

.header .submenu .box .dropdown .dropdown-list-.active {
	display: block;
}

.header .submenu .box .dropdown:hover .dropdown-list a.subitem {
	color: currentColor;
	font-weight: 300;
	margin-left: 20px;

}

.dropdown .dropdown-list {
	display: none;

}

.dropdown:hover .dropdown-list {
	display: block;
	position: absolute;
	background-color: #FFF;
	color: #000;
	padding: 10px;
	padding-bottom: 0px;
	border-left: 10px #54b7ab solid;
	z-index: 5;
}

.header .submenu .box a::after {
	display: block;
	content: "";
	width: 0px;
	height: 1px;
	background-color: currentColor;
	transition: all 1s;
	margin-top: 2px;
	overflow: hidden;
} 

.header .submenu .box a::before {
    display: block;
    content: "";
    width: 0px;
    height: 1px;
    background-color: currentColor;
    transition: all 1s;
    margin-top: 2px;
    overflow: hidden;
    border: #000 solid 1px;
    float: left;
    margin-right: 5px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #FFF;
}

.header .submenu .box a.subitem::before {
    display: block;
    content: "";
    width: 0px;
    height: 1px;
    background-color: currentColor;
    transition: all 1s;
    margin-top: 2px;
    overflow: hidden;
    border: #000 solid 0px;
    float: left;
    margin-right: 0px;
    height: 0px;
    width: 0px;
    border-radius: 50%;
    background-color: #FFF;
}



.header .submenu .box a:hover::before {
    background-color: currentColor;
}

.header .submenu .box a:hover::after {
	display: block;
	content: "";
	width: 0%;
	height: 1px;
	background-color: currentColor;
} 


.pb-40 {
	padding-bottom: 40px;
}

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

.pb-200 {
	padding-bottom: 200px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-200 {
	padding-top: 200px;
}

.mb-200 {
	margin-bottom:200px;
}

.mt-200 {
	margin-top:200px;
}


.mb-80 {
	margin-bottom:80px;
}

.mt-80 {
	margin-top:80px;
}


.mb-40 {
	margin-bottom:30px;
}

.mt-40 {
	margin-top:40px;
}


.ht-one {
	font-size: 60px;
	line-height: 62px;
  }
  
  .ht-two {
	font-size: 21px;
    line-height: 22.6px;
  }
  .ht-three {
	font-size: 20px;
	line-height: 33.6px;
  }
  
  .ht-body {
	font-size: 14px;
	line-height: 18px;
  }

  b, strong {
	  font-weight: 700;
  }


/* 
--------------------------------------------
COMPONENTES
--------------------------------------------
*/

.legal-links a {
	color: currentColor;
	text-decoration: none;
}

.legal-links a::after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 10px;
	background-color: currentColor;
	transition: all 1s;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}

.legal-links a:last-child::after {
	display: none;
} 

.footer {
	position: static;
	z-index: 0;
}

.footer-menu a {
	color: currentColor;
	margin-bottom: 15px;
	display: inline-block;
}

.footer-menu a::before {
	background-color: #b2b2b2;
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	transition: all 1s;
	margin-right: 10px;
	border-radius: 10px;
}


.app-store {
	background-color:currentColor;
    -webkit-mask: url(../images/icons/app-store.svg) no-repeat center;
    mask: url(../images/icons/app-store.svg) no-repeat center;
}

.app-store img {
	opacity: 0;
}

.google-store {
	background-color:currentColor;
    -webkit-mask: url(../images/icons/google-store.svg) no-repeat center;
    mask: url(../images/icons/google-store.svg) no-repeat center;
}
.google-store img {
	opacity: 0;
}


.app-store:hover {
	background-color:#565656;
}


.google-store:hover {
	background-color:#565656;
}


.location-bg i {
	background-color:#b2b2b2;
    -webkit-mask: url(../images/icons/location.svg) no-repeat center;
    mask: url(../images/icons/location.svg) no-repeat center;
	display: inline-block;
	width: 32px;
	height: 49px;
	float: left;
	margin-right: 20px;
}



.phone-bg i {
	background-color:#b2b2b2;
    -webkit-mask: url(../images/icons/phone.svg) no-repeat center;
    mask: url(../images/icons/phone.svg) no-repeat center;
	display: inline-block;
	width: 25px;
	height: 49px;
	float: left;
	margin-left: 2px;
	margin-right: 20px;
}


.social {
	margin-right: 10px;
}
.social a {
	display: inline-block;
	width: 55px;
	height: 55px;
	border-radius: 55px;
	border: 2px #b2b2b2 solid;
	margin-right: 20px;
	color: #b2b2b2;
	transition: all 0.5s;
}


.header .social a.icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 35px;
    border: 2px #FFF solid;
    margin-right: 5px;
	margin-top: 5px;
    transition: all 0.5s;
    position: relative;
}


.social a:last-child {
}



.social a:hover {
	background-color: #FFF;
	color: #000 !important;
	border: 2px #FFF solid;
}


   /* the slides */
   .slick-slide {
    margin: 0 20px;
  }
  /* the parent */
  .slick-list {
    margin: 0 -20px;
  }




/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -55px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
  

    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 15px;
	border-radius: 15px;
	background-color: #000;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.player {
	position: relative;
	overflow: hidden;
}
.player::after {
	content: "";
	display: block;
	height: 7px;
	width: calc(100% - 130px);
	background-color: #FFF;
	position: absolute;
	bottom: 40px;
	right: 30px;
}

.player::before {
	content: "";
	display: block;
	height: 50px;
	width: 50px;
	background-color: transparent;
	border:#565656 solid 1px;
	position: absolute;
	background-image: url(../images/icons/play.svg);
	background-position: 3px center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 20px;
	left: 30px;
	border-radius: 50px;
}

.button-more {
	background-color: #000000;
	color: #FFF;
	text-decoration: none;
	padding: 12px;
	padding-left: 30px;
	padding-right: 30px;
	transition: all 0.5s;
	border: none !important;
	cursor: pointer;
	outline: none !important;
}


.button-info {
	background-color: #000000;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	padding-left: 60px;
	border: none !important;
	padding-right: 60px;
	transition: all 0.5s;
	cursor: pointer;
	outline: none !important;
}

.player .tt {
	position: absolute;
	top:30px;
	left: 30px;
}

.player .category {
	position: absolute;
	top:30px;
	right: 30px;
}

.player .date {
	position: absolute;
	top:60px;
	right: 30px;
}

.button-more:hover,.button-more.active, .button-info:hover  {
	background-color: #b2b2b2;
	color: #FFF;
	text-decoration: none;
}



.box-act {
	position: relative;
	border:#565656 solid 1px;

}

.box-act .tt {
	position: absolute;
	top:30px;
	left: 30px;
}

.box-act .text {
	position: absolute;
	top:50px;
	left: 30px;
}

.box-act .category {
	position: absolute;
	bottom:30px;
	left: 30px;
}

.box-act .date {
	position: absolute;
	bottom:30px;
	right: 30px;
}

.social svg path {
	fill:#fff !important;
}
.header .social svg path {
	fill:#FFF !important;
}

.link-noticia {
	color: inherit;
	transition: all 0.4s;
}


.link-noticia:hover {
	color: #b2b2b2;
	text-decoration: none;
}
.link-noticia img {
	transition: all 0.4s;


}

.link-noticia:hover img {
	opacity: 0.7;


}

.line {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #e7f1f0;
	width: 100%;
	height: 1px;
}



.social a:hover svg path {
	fill:#000 !important;
}

.text-body p {
	display: block;
	margin-bottom: 20px;
}
.breadcumbs-sticky {
	position:sticky;
	top:130px;
	z-index: 1;
	background-color: #FFFFFF;
}
.breadcumbs {
	border-bottom:#e7f1f0 solid 1px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 14px;
	margin-top: -30px;
}
.breadcumbs a {
	color: #000000;
    font-weight: 600;
}

.breadcumbs a:hover {
	color: #b2b2b2;
	text-decoration: none;
}

.breadcumbs a::after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 10px;
	background-color: currentColor;
	transition: all 1s;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}


.pvimeo {
	position: relative;
	padding-bottom: 56.25%; /*panorámico*/
	padding-top: 25px;
	height: 0;
}
.pvimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text-body a {
	color: #6a6a6a;
}
.link-primary {
	color: #000 ;
	transition: all 1s;
}

.link-primary:hover {
	color: #6a6a6a !important;
	text-decoration: none;

}

.link-primary img {
	transition: all 1s;

}

.link-primary .img-bg  {
	transition: all 0.3s;
	border: #6a6a6a solid 0px;
	padding: 0px;
}
.link-primary:hover .img-bg  {
	border: #6a6a6a solid 0px;
}
.link-primary:hover img {
	opacity: 0.4;

}

.espacio-box .button-more {
	background-color: #000000;
    color: #FFF;
    text-decoration: none;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.5s;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
}

.linea-verde {
    height: 4px;
    width: 30px;
    background-color: #ffffff;
    margin-bottom: 12px;
    margin-top: 4px;
}

.page-link{
	color:#409e92;
}

.page-link:hover{
	color:#fff;
	background-color: #4bc3b4;
	border-color:#4bc3b4;
}


.publicacion {
	border-bottom:#000000 solid 2px;
	padding-bottom: 40px;
}



.section__masonry {
	display: flex;
	justify-content: center;
	overflow: hidden;
  }
  
  .section__masonry-wrapper {
	width: 576;
	columns: 2;
	padding-right: var(--gap-img);
	padding-left: var(--gap-img);
  }
  
  .section__masonry-wrapper__item {
	width: 100%;
	margin-bottom: 10px;
  }
  
  .section__masonry-wrapper__item-img {
	width: 100%;
	height: auto;
	margin-bottom: var(--gap-img);
  }
  
  @media (min-width: 768px) {
	.section__masonry-wrapper {
	  columns: 3;
	  width: 80%;
	}
  }
  
  @media (min-width: 992px) {
	.section__masonry-wrapper {
	  columns: 3;
	}
  }
  

  .header .social {
	  text-align: center;
	  float: right;
	  margin-top: -10px;
  }


.header .social a {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	border: 2px #FFF solid;
	margin-right: 20px;
	transition: all 0.5s;
	position: relative;
}

.header .social a svg {
	width: 50%;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);



}


.header .social a:last-child {
	margin-right: 0px;
}

#menu_on{
	display: inline-block;
	width:30px;
	height: 20px;
	position: relative;
	z-index: 2;
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}
 
#menu_on span{
	width: 100%;
	height: 4px;
	border-radius: 4px;
	display: block;
	position: absolute;
	background: #FFF;
	transition: all 0.25s ease; /* Propiedades a animar | Tiempo | Tipo animación*/
	transform-origin : 0px 100%;
}
 
#menu_on span:nth-child(2){
	top: calc(50% - 2px);

}
 
#menu_on span:nth-child(3){
bottom: 0;
}

#menu_on.active span{
	
	transform: rotate(45deg) ;
}


#menu_on.active span:nth-child(2){
	transform: rotate(-45deg) ;
	margin-top: 13px;
    margin-left: 2px;
}

#menu_on.active span:nth-child(3){
	display: none;
}

.day-agenda {
	color: #000 !important;
	background-color: #FFF;
	height: 200px;
	font-size: 60px;
	padding: 10px;
	border: #000 solid 1px;
	margin-bottom: 30px;
	border-top:10px #000 solid;
}


.day-agenda span {
	display: block;
	font-size: 20px;
	margin-top: 10px;
}


.day-agenda:hover {
	color: #FFF !important;
	background-color: #000;
	
	height: 200px;
	font-size: 60px;
	padding: 10px;
	text-decoration: none !important;

	border: #FFF solid 1px;
	cursor: pointer;
	border-top:10px #b2b2b2 solid;
}
.day-agenda.active {
	color: #FFF !important;
	background-color: #000;
	
	height: 200px;
	font-size: 60px;
	padding: 10px;
	text-decoration: none !important;

	border: #FFF solid 1px;
	cursor: pointer;
	border-top:10px #b2b2b2 solid;
}

.evento {
	color: #000;
	padding: 10px;
	border:#000 solid 1px;
	display: inline-block;
	border-left:10px #000 solid;
}


.evento:hover {
	color: #FFF;
	padding: 10px;
	border:#FFF solid 1px;
	display: inline-block;
	text-decoration: none;
	border-left:10px #b2b2b2 solid;
	background-color: #000;
}


.vimeo {
	position: relative;
	padding-bottom: 56.25%; /*panorámico*/
	padding-top: 25px;
	height: 0;
}
.vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vimeo .titulo {
	position: absolute;
z-index: 99;
color: #FFF;
right: 0;
padding: 10px;
background-color: #b2b2b2;
top: 0px;
}


.vimeo .titulo i  {
	display: block;
	float: left;
	color: currentColor;
	background-color:currentColor;
    -webkit-mask: url(../images/favicon.svg) no-repeat center;
    mask: url(../images/favicon.svg) no-repeat center;
	height: 30px;
	width: 30px;
	margin-right: 10px;

}

.user {
	float: right;
	clear: both;
	color: #FFF;
	bottom:10px;
	position: relative;
	background-color: #000;
	padding: 10px;
	left: 0px;
	padding-top: 30px;
    z-index: -2;
}

.user a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 0px;
}


.acreditacion-menu{
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 0px;
	position: relative;
	cursor: pointer;

}

.acreditacion-menu div{
	position: absolute;
	background-color: #f2f2f2;
	padding: 10px;
	left: -50%;
	display: none;
}

.acreditacion-menu:hover div{
	display: block;
}

.acreditacion-menu div a {
	display: block;
	color:#000;
	white-space: nowrap;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:#ccc solid 1px;
}

.acreditacion-menu div a:last-child {
	display: block;
	color:#000;
	white-space: nowrap;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom:#ccc solid 0px;

}



.user a i.icon  {
	display: inline-block;
	color: currentColor;
	background-color:currentColor;
    -webkit-mask: url(../images/favicon.svg) no-repeat center;
    mask: url(../images/favicon.svg) no-repeat center;
	height: 20px;
	width: 20px;
	margin-right: 10px;
	margin-bottom: -5px;

}

.user a:hover {
	color: #b2b2b2;
	text-decoration: none;
}

.user .search-box {
	display: inline-block;
}
.user .search-box .search-input {
	position:absolute;
	left: 29px;
	width: 0px;
	border:none;
	outline: none !important;
	background-color: #000;
	color: currentColor;
	height: 23px;
    padding-left: 10px;
    top: 30px;
	transition: all 0.5s;
}
.user .search-box .fa {
	width: 15px;
}

.user .search-box.active .search-input, .user .search-box:active .search-input {
	position:absolute;
	left: 29px;
	width: calc(100% - 56px);
	border:none;
	outline: none !important;
	background-color: #000;
	color: currentColor;
	height: 23px;
    padding-left: 10px;
    top: 30px;

}

.newsletter-button {
	position: fixed;
	color: #FFF;
	right: 0px;
	background-color: #000;
	padding: 10px;
	right: 0px;
	top:0;
	bottom:0;
	margin: auto;
	height: fit-content;
	z-index: 99;
	transform: rotate(-90deg);
	margin-right: -140px;
	text-transform: uppercase;
	font-size: 14px  !important;
}


.newsletter-button i {
	display: inline-block;
	color: currentColor;
	background-color:currentColor;
    -webkit-mask: url(../images/favicon.svg) no-repeat center;
    mask: url(../images/favicon.svg) no-repeat center;
	height: 20px;
	width: 20px;
	margin-right: 10px;
	margin-bottom: -5px;
	transform: rotate(90deg);

}

.newsletter-button:hover {
	background-color: #b2b2b2;
	text-decoration: none;
	color:#000;
}




.box-pelicula .button-more {
    background-color: #000000;
    color: #FFF;
    text-decoration: none;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.5s;
    text-align: center;
    width: 100%;
    margin-top: 10px;
	font-size: 14px;
}


.box-pelicula .button-more:hover {
    background-color: #9a9a9a;
    color: #fff;

}



.button {
	float: left;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #fff;
	overflow: hidden;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	margin-right: 10px;
}

.button span {
	font-size: 20px;
	font-weight: 500;
	line-height: 60px;
	margin-left: 10px;
}

.button:hover {
	width: 200px;
}

.button:nth-child(1):hover .icon {
	background: #e1306c;
}

.button:nth-child(2):hover .icon {
	background: #4267b2;
}

.button:nth-child(3):hover .icon {
	background: #1da1f2;
}

.button:nth-child(4):hover .icon {
	background: #0e76a8;
}

.button:nth-child(5):hover .icon {
	background: #ff0000;
}

.button:nth-child(6):hover .icon {
	background: #333;
}

.button:nth-child(1) span {
	color: #e1306c;
}

.button:nth-child(2) span {
	color: #4267b2;
}

.button:nth-child(3) span {
	color: #1da1f2;
}

.button:nth-child(4) span {
	color: #0e76a8;
}

.button:nth-child(5) span {
	color: #ff0000;
}

.button:nth-child(6) span {
	color: #333;
}

.button .icon {
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.button .icon i {
	font-size: 25px;
	line-height: 60px;
	transition: all 0.3s ease-in-out;
}

.button:hover i {
	color: #fff;
}


.isotipo  {
	display: inline-block;
	color: currentColor;
	background-color:currentColor;
    -webkit-mask: url(../images/favicon.svg) no-repeat center;
    mask: url(../images/favicon.svg) no-repeat center;
	height: 50px;
	width: 50px;
	margin-right: 15px;

}

.slick-lightbox .slick-prev {
    left: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    margin: auto;
    border: none;
    left: 30px;
    border-radius: 30px;
	cursor:pointer;
	outline: none !important;
	background-image: url(../images/arrow.svg);
	background-size: contain;
	color: #FFF;
	background-color:#FFF;
	-webkit-mask: url(../images/arrow.svg) no-repeat center;
    mask: url(../images/arrow.svg) no-repeat center;
	z-index: 99999;
	border:#FFF solid 1px;
	transform: rotate(-180deg);

}
.slick-lightbox .slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    margin: auto;
    background-color: #FFF;
    border: none;
    right: 30px;
    border-radius: 30px;
	cursor:pointer;
	outline: none !important;
	background-size: contain;
	color: #FFF;
	background-color:#FFF;
	-webkit-mask: url(../images/arrow.svg) no-repeat center;
    mask: url(../images/arrow.svg) no-repeat center;
	z-index: 99999;
	border:#FFF solid 1px;
}

.frow {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}



.frow input[type="email"] {
	display: block;
border:#000 solid 1px;
padding: 10px;
outline:none !important;
	width: 100%;
}

.frow input[type="text"] {
	display: block;
border:#000 solid 1px;
padding: 10px;
outline:none !important;
	width: 100%;
}


.frow select {
	display: block;
border:#000 solid 1px;
padding: 10px;
	width: 100%;
	outline:none !important;
	-webkit-appearance: none;

}



.frow textarea {
	display: block;
border:#000 solid 1px;
padding: 10px;
	width: 100%;
	height: 100px;
	outline:none !important;

}
.frow .error {
	border-color: #f00 !important;
}
.frow input[type="submit"] {

    background-color: #000000;
    color: #FFF;
    text-decoration: none;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.5s;
    text-align: center;
    margin-top: 10px;
	font-size: 14px;
	border:none;
	float: right;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;

}

.frow input[type="submit"]:hover {
    background-color: #9a9a9a;
    color: #fff;
	cursor: pointer;

}
.frow input[type="button"] {

    background-color: #000000;
    color: #FFF;
    text-decoration: none;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.5s;
    text-align: center;
    margin-top: 10px;
	font-size: 14px;
	border:none;
	float: right;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;

}

.frow input[type="button"]:hover {
    background-color: #9a9a9a;
    color: #fff;
	cursor: pointer;

}

.box-noticia .tt {
	background-color: #000;
    padding: 20px;
    color: #FFF !important;
	min-height: 150px;
	margin-top: -20px;
	margin-bottom: 0px !important;
}
.box-noticia .entradilla {
	background-color: #b2b2b2;
    padding: 10px;
    margin-top: 0px;
    border: #b2b2b2 solid 1px;
    min-height: 120px;
	display: none;

}


.box-noticia img {
	background-color: #ffffff;
    margin-top: 0px;
    border: #b2b2b2 solid 1px;
	background-color: #ffffff;
    margin-top: 0px;
    border: #b2b2b2 solid 1px;
    border-top-left-radius: 30px;

}

.box-noticia .linea-verde {
	height: 3px;
    width: 100%;
    background-color: #b2b2b2;
    margin-bottom: 0px;
    margin-top: 0px;
	}

	.box-noticia .button-more {
		background-color: #000000;
    color: #FFF;
    text-decoration: none;
    padding: 10px;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    text-align: center;
    border-bottom-right-radius: 30px;
    transition: all 0.5s;
	}


	.date-news i  {
		display: block;
		float: left;
		color: currentColor;
		background-color:currentColor;
		-webkit-mask: url(../images/favicon.svg) no-repeat center;
		mask: url(../images/favicon.svg) no-repeat center;
		height: 20px;
		width: 20px;
		margin-right: 10px;
	
	}
	
	.date-news {
		font-size: 13px;
	}

	.button-data .button-more {
		background-color: #000000;
		color: #FFF;
		text-decoration: none;
		padding: 20px;
		padding-left: 30px;
		padding-right: 30px;
		transition: all 0.5s;
	}

	.button-more-small {
		background-color: #000000;
		color: #FFF;
		text-decoration: none;
		padding: 10px;
		padding-left: 30px;
		padding-right: 30px;
		transition: all 0.5s;
	}

	.medios-box {
		border:#000 solid 1px;
	}

	.medios-box .name {
		padding: 10px;
		margin-bottom: 0px !important;
		margin-top: 0px !important;
		position: relative;
		text-align: center;
	}
	.medios-box img {
		transition: all 0.5s;
	}
	.medios-box:hover img {
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
		filter: gray; /* IE6-9 */
		-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	  
	}

	.edicion-anterior .title {
		background-color: #000000;
		color: #FFF;
		padding: 10px;
		margin-bottom: 3px;

	}

	.edicion-anterior .date {
		background-color: #000000;
		color: #FFF;
		padding: 10px;

	}

	

	.programacion-prensa-box {
		border:#000 solid 1px;
	}

	.programacion-prensa-box .name {
		padding: 10px;
		margin-bottom: 0px !important;
		margin-top: 0px !important;
		position: relative;
		text-align: center;
	}
	.programacion-prensa-box img {
		transition: all 0.5s;
	}
	.programacion-prensa-box:hover img {
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
		filter: gray; /* IE6-9 */
		-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	  
	}

	.espacio-box {
		border-left:#000 solid 1px;
		border-right:#000 solid 1px;
	}

	.espacio-box .name {
		background-color: #000;
		color:#FFF;
		min-height: 68px;
		margin-bottom: 0px !important;
		margin-top: 0px !important;
		position: relative;
	}
	.espacio-box img {
		transition: all 0.5s;
	}
	.espacio-box:hover img {
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
		filter: gray; /* IE6-9 */
		-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	  
	}

	.espacio-box .name span {
		position: absolute;
		top:0;
		padding: 10px;
		bottom:0;
		margin: auto;
		width: 100%;
		height: fit-content;
		text-align: center;


	}
	.espacio-box .address {

		margin-top: -3px !important;
    	padding: 10px;
   	 	margin-bottom: -10px !important;
		min-height: 92px;
	}





.fa-spin-fast {
	-webkit-animation: fa-spin-fast 0.2s infinite linear;
	animation: fa-spin-fast 0.2s infinite linear;
  }
  @-webkit-keyframes fa-spin-fast {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(359deg);
	  transform: rotate(359deg);
	}
  }
  @keyframes fa-spin-fast {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(359deg);
	  transform: rotate(359deg);
	}
  }
  .festival-card {
	position: relative;
	height: 0;
	padding-bottom: calc(60% - 18px);
  
	margin-bottom: 6.6em;
  }
  .festival-card h2 {
	position: absolute;
	top: calc(100% - 16px);
	left: 0;
	width: 100%;
	padding: 10px 16px;
	color: #fff;
  
	margin: 0;
	z-index: 10;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 1;
  }
  .festival-card h2 span {
	  display: block;
	  min-height: 72px;
	  display: -webkit-box;
	  -webkit-line-clamp: 3;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  text-overflow: ellipsis;
  }
  
  .festival-card.fm-active h2 span {
	  padding-right: 60px;
  
  }
  .festival-card h2 strong {
	font-weight: 400;
	display: block;
	font-size: 0.8em;
  }
  
  @media screen and (max-width: 767px) {
	.festival-card.fm-active {
	  padding-bottom: 0;
	  height: auto;
	}
  }
  .festival-card.fm-active h2 {
	top: 0;
	padding: 10px 16px 10px 90px;
  }
  .festival-card.fm-active h2:before {
	top: 0;
  }
  .festival-card.fm-active h2:after {
	bottom: -16px;
  }
  .festival-card .fm-content {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 16px;
	left: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
  }
  .festival-card .fm-btn-action {
	position: absolute;
	right: 16px;
	top: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid;
	  width: 54px;
	  height: 54px;
	 
	 
	  line-height: 51px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	z-index: 3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
  }
  
  .festival-card .fm-description {
	position: absolute;
	top: 100%;
	right: 30px;
	left: 30px;
	bottom: 54px;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-ms-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
  }
  .festival-card .fm-footer {
	height: 0;
	overflow: hidden;
   
  }
  
  .festival-card .fm-footer .button-more{
	  margin-top: -15px;
	  display: block;
	  margin-left: -25px;
	  padding: 23px;
	  transition: none;
  
  }
  .festival-card .fm-footer h4 {
	position: absolute;
	top: 200px;
	left: 30px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: all 1.4s;
	-moz-transition: all 1.4s;
	-ms-transition: all 1.4s;
	-o-transition: all 1.4s;
	transition: all 1.4s;
  }
  .festival-card .fm-footer a.social {
	display: block;
	float: left;
	position: relative;
	width: 52px;
	height: 52px;
	margin-left: 5px;
	margin-bottom: 15px;
	font-size: 28px;
	color: #fff;
	line-height: 52px;
	text-decoration: none;
	top: 200px;
  }
  .festival-card .fm-footer a.social:nth-child(1) {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
  }
  .festival-card .fm-footer a.social:nth-child(2) {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
  }
  .festival-card .fm-footer a.social:nth-child(3) {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
  }
  .festival-card .fm-footer a.social:nth-child(4) {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
  }
  .festival-card .fm-footer a.social:nth-child(5) {
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
  }
  .festival-card .img-container {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
  }
  .festival-card.fm-active .img-container {
  
	left: 0;
	top: 12px;
	width: 60px;
	height: 60px;
	z-index: 1;
  }
  .festival-card.fm-active .fm-content {
	padding-top: 5.6em;
  }
  @media screen and (max-width: 767px) {
	.festival-card.fm-active .fm-content {
	  position: relative;
	  margin-right: 16px;
	}
  }
  .festival-card.fm-active .fm-description {
	top: 50px;
	padding-top: 6.6em;
	opacity: 1;
	filter: alpha(opacity=100);
  }
  @media screen and (max-width: 1400px) {
  
  .festival-card.fm-active {
	  position: relative;
	  height: 0;
	  padding-bottom: calc(70% - 19px);
	  margin-bottom: 6.6em;
  }
  }
  @media screen and (max-width: 1280px) {
	.festival-card.fm-active {
	  padding-bottom: calc(86% - 18px);
  
	}
  }
  
  @media screen and (max-width: 1200px) {
	.festival-card.fm-active {
	  padding-bottom: calc(60% - 18px);
  
  
	}
	.festival-card h2 span {
	  display: block;
	  min-height: 72px;
	  display: -webkit-box;
	  -webkit-line-clamp: 4;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  text-overflow: ellipsis;
  }
   
  }
  
  @media screen and (max-width: 767px) {
	.festival-card.fm-active .fm-description {
	  position: relative;
	  top: auto;
	  right: auto;
	  left: auto;
	  padding: 50px 30px 70px 30px;
	  bottom: 0;
	}
  }
  .festival-card.fm-active .fm-footer {
	overflow: visible;
	position: absolute;
	top: calc(122% - 19px);
	left: 0px;
	right: 0;
	height: 70px;
	padding-top: 15px;
	padding-left: 25px;
  }
  .festival-card.fm-active .fm-footer a.social {
	top: 0;
  }
  .festival-card.fm-active .fm-footer h4 {
	top: -32px;
  }
  .festival-card.black h2 {
    background-color: #ffffff;
    color: #000;
    border: #000 solid 1px;
}

.link-noticia img {
    transition: all 0.4s;
    margin-left: 0px;
}
  
  
  .festival-card.black .fm-btn-action {
	background-color: #000000;
	color:#FFFFFF;
  }
  .festival-card.black .fm-btn-action:hover {
	background-color: #b2b2b2;
  }
  .festival-card.black .fm-footer h4 {
	color: #000000;
  }
  .festival-card.black .fm-footer a.social {
	background-color: #b2b2b2;
  }
  .festival-card.black.fm-active .fm-content {
	background-color: #f6f6f6;
	height: calc(100% + 60px);
  }
  .festival-card.black.fm-active .fm-footer {
	background-color: #000000;
  }
  .festival-card.black.fm-active .fm-btn-action {
	border-color: #f6f6f6;
  }

  .page-link {
	color: #fff;
    background-color: #000000;
    border-color: #000000;
	transition: all 0.5s;
	margin-left: 1px;
}

.page-link:hover {
    color: #fff;
    background-color: #b2b2b2;
    border-color: #b2b2b2;
}



.section__masonry {
	display: flex;
	justify-content: center;
	overflow: hidden;
  padding-left:15px; padding-right:15px;

  }
  
  .section__masonry-wrapper {
	width: 576;
	columns: 2;
	padding-right: var(--gap-img);
	padding-left: var(--gap-img);
  }
  
  .section__masonry-wrapper__item {
	width: 100%;
	margin-bottom: 10px;
  }
  
  .section__masonry-wrapper__item-img {
	width: 100%;
	height: auto;
	margin-bottom: var(--gap-img);
  }
  
  @media (min-width: 768px) {
	.section__masonry-wrapper {
	  columns: 3;
	  width: 80%;
	}
  }
  
  @media (min-width: 992px) {
	.section__masonry-wrapper {
	  columns: 3;
	}
  }
  

.slick-lightbox .slick-prev {
    left: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    margin: auto;
    border: none;
    left: 30px;
    border-radius: 30px;
	cursor:pointer;
	outline: none !important;
	background-image: url(../images/arrow.svg);
	background-size: contain;
	color: #FFF;
	background-color:#FFF;
	-webkit-mask: url(../images/arrow.svg) no-repeat center;
    mask: url(../images/arrow.svg) no-repeat center;
	z-index: 99999;
	border:#FFF solid 1px;
	transform: rotate(-180deg);

}
.slick-lightbox .slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    margin: auto;
    background-color: #FFF;
    border: none;
    right: 30px;
    border-radius: 30px;
	cursor:pointer;
	outline: none !important;
	background-size: contain;
	color: #FFF;
	background-color:#FFF;
	-webkit-mask: url(../images/arrow.svg) no-repeat center;
    mask: url(../images/arrow.svg) no-repeat center;
	z-index: 99999;
	border:#FFF solid 1px;
}

.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: white;
    margin-top: 10px;
    display: none;
}


.espacio-box.entradas-box  {
	border-top:#000 solid 1px;
	
}

.espacio-box.entradas-box .bold {
	padding-left: 10px;
	padding-right: 10px;
		
}

.espacio-box.entradas-box .regular {
	padding-left: 10px;
	padding-right: 10px;
	
}




.ht-one {
    font-size: 45px;
    line-height: 50px;
}

.img-patro {
	filter:  grayscale(3);
	transition: all 1s;
	
}

.img-patro:hover {
	filter: grayscale(0);
	cursor: pointer;
}
.menu-agenda .dias {
	display:none;
	
}
.menu-agenda:hover .dias {
	display:block;
	position: absolute; 
	background-color:#f2f2f2;
	padding:10px;
	color:#000;
	text-align:left !important;

}

.menu-agenda:hover .dias .dia .option {
	display:none;

}
.menu-agenda:hover .dias .dia:hover {
	font-weight:bold;

}
.menu-agenda:hover .dias .dia:hover .option  {
	display:block;
	background-color:#f2f2f2;
	position:absolute;
	margin-left:20px;
	padding:10px;
	border:#ccc solid 1px;
    margin-left: 80px;
    margin-top: -34px;

}

.menu-agenda:hover .dias .dia:hover .option  a {
	display:block;
	background-color:#f2f2f2;
	padding:0px;
	display: block !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0px !important;
    border: 0px #FFF solid;
    margin-right: 0px !important;
    transition: all 0.5s;
    position: relative;
	text-align:left !important;
	color:#000;
	font-weight:normal;



}
.day-agenda.small:hover {
    color: #FFF !important;
    background-color: #000;
    /* height: 145px; */

}
.day-agenda.small.active {
    color: #FFF !important;
    background-color: #000;
    /* height: 145px; */
    font-size: 18px;
    padding: 10px;
    text-decoration: none !important;
    border: #FFF solid 1px;
    cursor: pointer;
    border-top: 10px #b2b2b2 solid;
}

.day-agenda.small {
    color: #000 !important;
    background-color: #FFF;
    height: 65px;
    font-size: 20px;
    padding: 10px;
    border: #000 solid 1px;
    margin-bottom: 33px;
    border-top: 10px #000 solid;
}
.day-agenda.small span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.day-agenda.small.download {
    color: #000 !important;
    background-color: #FFF;
    height: 65px;
    font-size: 20px;
    padding: 10px;
    border: #000 solid 1px;
    margin-bottom: 33px;
    border-top: 1px #000 solid;
}

.patro-logo-foot {
mix-blend-mode: multiply;
}








.box-newsletter {
    display:block;
}
.box-newsletter.n_lightbox {
    display:none;
    background-color: #000;
    position: fixed;
    z-index: 99999;
    opacity: 0.8;
    width: 100%;
    height: 100vh;
	top:0;
}
.box-newsletter.n_lightbox.open {
    display:block;
}
.box-newsletter .xclose {
    font-size: 36px !important;
    right: 30px !important;
	color: #000;
}

.box-newsletter.n_suscription {
    display:none;
    background-color: #FFF;
    position: fixed;
    z-index: 99999;
    width: 900px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    border: #000 solid 3px;
    border-radius: 0px;
    top:0;
    height: fit-content;
    bottom:0;
    padding-top: 30px;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.box-newsletter.n_suscription.open {
    display:block;
}
.box-newsletter.n_suscription .tt {
    font-size:18px;
    margin-top: 30px;
}   

 .box-newsletter.n_suscription .tt4 {
    font-size:16px;
    margin-top: 30px;
}
.box-newsletter.n_suscription .tt2 {
    font-size:20px;
    margin-top: 30px;
    margin-bottom: 30px;
 color:#000;
}
.box-newsletter.n_suscription .tt3 {
    font-size:20px;
    margin-top: 30px;
    margin-bottom: 30px;
 color:#000;
}

.box-newsletter .n_link  {
 color:#000;
 text-decoration: none;
}
.box-newsletter .n_link:hover  {
 color:#000;
 text-decoration: underline;
}
.box-newsletter.n_suscription .tt2 span{
    font-size:40px;
    margin-top: 30px;
}

.box-newsletter .n_input {
    font-size:20px;
    margin-bottom: 30px;
    margin-top: 10px;
    border-radius: 0px;
    border: #000 solid 1px;
    text-align: center;
    width: 100%;
    max-width: 400px;
    padding: 10px;
    outline: none;
}

.box-newsletter .n_check {
    -webkit-appearance: none;
    border: #000 solid 1px;
    text-align: center;
    width: 14px;
    height: 14px;
    outline: none;
    display: inline-block;
    float: left;
    margin-top: 1px;
    margin-right: 10px;
    border-radius: 10px;
}

.box-newsletter .n_check:checked {
    -webkit-appearance: none;
    border: #000 solid 1px;
    background-color: #000;
    text-align: center;
    width: 14px;
    height: 14px;
    outline: none;
    display: inline-block;
    float: left;
    margin-top: 1px;
    margin-right: 10px;
    border-radius: 10px;
}

.box-newsletter .n_button {
    border: #000 solid 1px;
    background-color: #000;
    text-align: center;
    padding: 15px;
    outline: none;
    display: inline-block;
    margin-top: 30px;
    margin-right: 10px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 30px;
    color:#FFF;
}


.box-newsletter .n_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c3c3c3;
opacity: 1; /* Firefox */
}

.box-newsletter .n_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #c3c3c3;
}

.box-newsletter .n_input::-ms-input-placeholder { /* Microsoft Edge */
color: #c3c3c3;
}

.box-newsletter .step-1 {
display: none;
}.box-newsletter .step-1.visible {
display: block;
}

.box-newsletter .step-2 {
display: none;
}.box-newsletter .step-2.visible {
display: block;
}
.box-newsletter .n_col {
float: left;
width: 50%;

}

.box-newsletter .n_col .n_input {
margin-bottom: 10px;
max-width: 300px;
margin-right: 10px;
margin-left: 10px;

}
@media (max-height: 900px) {

    .box-newsletter .xclose {
        font-size: 20px !important;
    right: 15px !important;
}

    .box-newsletter.n_suscription {
    background-color: #FFF;
    position: fixed;
    z-index: 99999;
    width: 640px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    border: #000 solid 3px;
    border-radius: 10px;
    top: 0;
    height: fit-content;
    bottom: 0;
    padding-top: 10px;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.box-newsletter.n_suscription img {
    height: 70px !important;
}

.box-newsletter.n_suscription .tt {
    font-size: 14px;
    margin-top: 11px;
}

.box-newsletter.n_suscription .tt2 {
    font-size: 17px;
    margin-top: 23px;
    margin-bottom: 0px;
    color: #000;
}
.box-newsletter.n_suscription .tt2 span {
    font-size: 40px;
    margin-top: 30px;
}

.box-newsletter .n_input {
    font-size: 12px;
    margin-bottom: 11px;
    margin-top: 6px;
    border-radius: 10px;
    border: #000 solid 1px;
    text-align: center;
    width: 100%;
    max-width: 314px;
    padding: 4px;
    outline: none;
}
.box-newsletter .finput {
font-size: 12px;
}
.box-newsletter .finput label {

display: inline-block;
    font-size: 12px;
}


.box-newsletter .n_check:checked {
    -webkit-appearance: none;
    border: #000 solid 1px;
    background-color: #000;
    text-align: center;
    width: 12px;
    height: 12px;
    outline: none;
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    border-radius: 10px;
}

.box-newsletter .n_check {
    -webkit-appearance: none;
    border: #000 solid 1px;
    text-align: center;
    width: 12px;
    height: 12px;
    outline: none;
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    border-radius: 10px;
}

.box-newsletter .n_link {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

.box-newsletter .n_button {
    border: #000 solid 1px;
    background-color: #000;
    text-align: center;
    padding: 11px;
    outline: none;
    display: inline-block;
    margin-top: 8px;
    margin-right: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 16px;
    color: #FFF;
}

}


@media (max-width: 600px) {

    .box-newsletter.n_suscription {
    background-color: #FFF;
    z-index: 99999;
    width: 90%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    border: #000 solid 3px;
    border-radius: 10px;
    top: 0;
    height: fit-content;
    bottom: 0;
    padding-top: 10px;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.box-newsletter.n_suscription img {
    height: 39px !important;
}

.box-newsletter.n_suscription .tt {
    font-size: 12px;
    line-height: 17px;
    padding: 10px;
    margin-top: 0px;
}

.box-newsletter.n_suscription .tt2 {
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 0px;
    color: #000;
}

.box-newsletter.n_suscription .tt2 span {
    font-size: 26px;
    margin-top: 10px;
}

.box-newsletter .finput {
    font-size: 12px;
}

.box-newsletter .n_input {
    font-size: 12px;
    margin-bottom: 11px;
    margin-top: 6px;
    border-radius: 10px;
    border: #000 solid 1px;
    text-align: center;
    width: 90%;
    max-width: 314px;
    padding: 4px;
    outline: none;
}

.box-newsletter .n_button {
    border: #000 solid 1px;
    background-color: #000;
    text-align: center;
    padding: 8px;
    outline: none;
    display: inline-block;
    margin-top: 8px;
    margin-right: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 16px;
    color: #FFF;
}

}


@media (max-width: 600px) and  (max-height: 400px) {

    .box-newsletter.n_suscription {
    background-color: #FFF;
    z-index: 99999;
    width: 90%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    border: #000 solid 3px;
    border-radius: 10px;
    top: 0;
    height: 90%;
    bottom: 0;
    padding-top: 10px;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.box-newsletter.n_suscription img {
    height: 35px !important;
}

.box-newsletter.n_suscription .tt {
    font-size: 11px;
    line-height: 19px;
    padding: 0px;
    margin-top: -1px;
}

.box-newsletter.n_suscription .tt2 {
    font-size: 13px;
    line-height: 17px;
    margin-top: 7px;
    margin-bottom: 0px;
    color: #000;
}

.box-newsletter.n_suscription .tt2 span {
    font-size: 18px;
    margin-top: 2px;
}

.box-newsletter .finput {
    font-size: 11px;
    line-height: 22px;
}

.box-newsletter .n_input {
    font-size: 11px;
    margin-bottom: 7px;
    margin-top: 6px;
    border-radius: 10px;
    border: #000 solid 1px;
    text-align: center;
    width: 90%;
    max-width: 314px;
    padding: 1px;
    outline: none;
}

.box-newsletter .finput {
    font-size: 11px;
    line-height: 22px;
}

.box-newsletter .n_input {
    font-size: 11px;
    margin-bottom: 7px;
    margin-top: 6px;
    border-radius: 10px;
    border: #000 solid 1px;
    text-align: center;
    width: 90%;
    max-width: 314px;
    padding: 1px;
    outline: none;
}

.box-newsletter .finput label {
    display: inline-block;
    font-size: 11px;
}

.box-newsletter .n_link {
    color: #000;
    text-decoration: none;
    font-size: 11px;
}

.box-newsletter .n_button {
    border: #000 solid 1px;
    background-color: #000;
    text-align: center;
    padding: 5px;
    outline: none;
    display: inline-block;
    margin-top: 6px;
    margin-right: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 11px;
    margin-bottom: 15px;
    color: #FFF;
}

}



.text-body .ol, .text-body ul {
    list-style: outside;
}

 .text-body li {
	margin-bottom: 10px;
}

.text-body .dir_list p {
    display: block;
    margin-bottom: 5px; 
}



.boxCookies {
    display:block;
    position: fixed;
    bottom: 0px;
    background-color:#f3f3f3;
    padding: 10px;
    border-top:#000 solid 1px;
    z-index: 2;
    font-size:12px;
    width: 100%;
    text-align:center;
}

.boxCookies.close {
    display:none;
}

.boxCookies .msg {
    font-size: 14px;
    line-height: 17px;
    text-align:left;
}

.boxCookies .msg .checkbox {
    display:inline-block;
    appearance: none;
    background-color:#FFF;
    border:#000 solid 1px;
    width:10px;
    height:10px;
    margin-right:10px;
    outline:none;

}

.boxCookies .msg .checkbox:checked {
    display:inline-block;
    appearance: none;
    background-color:#000;
    border:#000 solid 1px;
    width:10px;
    height:10px;
    margin-right:10px;
    outline:none;
}


.boxCookies a {
    font-weight:bold;
    font-size: 14px;
    line-height: 17px;
}

.btn-cookies {
    margin-left:10px;
    display:inline-block;
    background-color:#000;
    padding: 10px;
    color:#fff;
    border-radius:0px;
    margin-top:10px;
}


.btn-cookies:hover {
    background-color:#ccc;
    color:#fff;
}

.actividad ul {
    
    margin-left: 15px;
}

.actividad_inf p {
	margin-bottom: 0px;
}

.text-dark a {
	color:#000;
}