@font-face {
    font-family: 'AHAMONO';
    src: url('AHAMONO-Regular.eot');
    src: url('AHAMONO-Regular.eot?#iefix') format('embedded-opentype'),
        url('AHAMONO-Regular.woff2') format('woff2'),
        url('AHAMONO-Regular.woff') format('woff'),
        url('AHAMONO-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
	font-family: 'Titillium Web', sans-serif;
	color: #1a1a1a;
	margin: 0;
	max-width: 100vw;
	overflow-x: hidden
}
.content{
	padding-left: 300px;
}
.red-bg{
	background: #de1525;
}
.contacto{
	text-align: center;
}
a{
	color: #1a1a1a;
	text-decoration: none;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus{
	outline: 0;
}
img{
	max-width: 100%;
}
header{
	display: flex;
	justify-content: flex-end;
	text-transform: uppercase;
	margin: 40px 0;
	position: relative;
	z-index: 99;
}
strong{
	font-weight: 600;
}
.svg-title{
	display: block;
	height: 46px;
	margin-bottom: 30px;
}
.a-title{
	font-family: 'AHAMONO';
	margin-bottom: 30px;
	font-size: 40px;
}
.red{
	color: #de1525;
}
.title{
	font-size: 46px;
	margin-bottom: 20px;
}
.section{
	padding: 60px 0;
}
.wrapper{
	max-width: 890px;
	margin: auto;
	position: relative;
	padding: 0 30px;
}
.b-wrapper{
	max-width: 990px;
	margin: auto;
	position: relative;
	padding: 0 30px;
}

.m-title{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 20px;
}
.m-subtitle{
	text-align: center;
	font-size: 22px;
	line-height: 24px;
}
.acerca-top{
	font-size: 22px;
	line-height: 38px;
}
.share-buttons{
	margin: 20px 0;
}
.share-buttons img{
	height: 36px;
}
.image-caption{
	color: #808080;
}
.logos{
	margin-top: 50px;
}
.material-text{
	color: #808080;
	margin-top: -20px;
}
.diaria-text{
	color: #808080;
}
.logos img{
	height: 38px;
	margin: 0 30px;
}
#diarias-circle{
	position: absolute;
	width: 200px;
	right: -100px;
	bottom: -180px;
}
.next, .previous{
	color: #de1525;
	font-size: 46px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
figure{
	text-align: center;
}
.previous{
	left: -40px;
}
.next{
	right: -40px;
}
.gallery-container{
	padding: 0 50px;
}
.contacto{
	padding: 60px 20px;
}
.contacto-description{
	color: #fff;
	font-size: 19px;
}
.mapa-contacto{
	max-width: 900px;
	width: 100%;
	margin: 60px 0;
}
#logo{
	width: 340px;
}
.black{
	background: #1a1a1a;
	color: #fff;
}
.gray-bg{
	background: #f2f2f2;
}
.menu{
	position: fixed;
	width: 300px;
	height: 100vh;
	background: #fff;
	top: 0;
	left: 0;
	padding: 20vh 30px 0 60px;
	z-index: 20;
}
.menu .item{
	margin: 14px 0;
	position: relative;
	line-height: 18px;
}
.item a{
	font-size: 14px;
	letter-spacing: 2px;
	color: #1a1a1a;
	text-decoration: none;
	transition: color 300ms;
}
.item a:hover{
	color: #de1525;
}
.item.active a{
	color: #de1525;
	font-weight: 600;
}
.languages{
	font-weight: 600;
	margin-bottom: 30px;
}
.languages a{
	color: #1a1a1a;
	text-decoration: none;
}
.languages a.active{
	color: #de1525;
}
.divider{
	margin: 0 4px;
}

.material-buttons{
	margin: 30px 0;
}
.t-c{
	text-align: center;
}
.red-bg{
	background: #de1425;
	color: #fff;
}
.diaria{
	margin-bottom: 40px;
}
.image-indexes{
	text-align: center;
	margin-top: 20px;
}
.button{
	background: #fff;
	border: 1px solid #000;
	border-radius: 16px;
	text-align: center;
	min-width: 240px;
	padding: 10px 60px;
	display: inline-block;
	margin-bottom: 8px;
	transition: background 300ms, color 300ms;
	cursor: pointer;
}
.button.disabled{
	pointer-events: none;
	border-color: #a0a0a0;
	color: #a0a0a0;
}
.button.disabled a{
	color: #a0a0a0;
}
.button:hover{
	background: #000;
	color: #fff;
}
.button:hover a{
	color: #fff;
}
#calendario{
	margin: 80px 0;
}
.sub-menu{
	position: absolute;
	opacity: 0;
	transition: opacity 300ms, top 300ms;
	top: 80%;
	right: 0;
	background: rgba(255,255,255,0.6);
}
.item:hover .sub-menu{
	opacity: 1;
	top: 115%;
}
.sub-item{
	white-space: nowrap;
	text-align: right;
}

#nav-icon{
	width: 35px;
	height: 40px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	left: 22px;
}
#nav-icon span{
	display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.white #nav-icon span{
	background: #ccc;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 2px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 2px;
}
.mobile-menu-overlay{
	width: 100vw;
	height: 100vh;
	top:0;
	left:0;
	background: #fff;
	position: fixed;
	z-index: 20;
	justify-content: center;
	align-items: center;
	display: flex;
	text-align: center;
	pointer-events: none;
	opacity: 0;
	transition: opacity 400ms;
	text-transform: uppercase;
	padding: 0 20px;
}
.mobile-menu-overlay.white{
	background: #000;
}
.mobile-menu-overlay.active{
	opacity: 1;
	pointer-events: initial;
}
.mobile-menu .item{
	margin: 10px 0;
}
.mobile-menu a{
	font-size: 18px;
}
.hamburger{
	position: absolute;
	display: none;
	left: -20px;
	top: 6px;
}
.overlay{
	width: 100vw;
	min-height: 100vh;
	top: 0;
	left: 0;
	background: #1a1a1a;
	position: absolute;
	z-index: 100;
	display: none;
}
.overlay.active{
	display: block;
}
.form-container{
	overflow: hidden;
	max-width: 960px;
	margin: 80px auto;
	border-radius: 30px;
}
.form-header{
	background: #de1525;
	padding: 50px 50px 30px;
	position: relative;
}
.form-info{
	color: #999999;
	font-size: 20px;
	display: flex;
	margin-bottom: 10px;
}
.warning{
	font-size: 18px;
	color: #de1525;
}
.info-page-text{
	font-size: 14px;
}
.arrow img{
	width: 14px;
	margin: 8px 12px 0 0;
	display: block;
}
.contacto-title{
	font-size: 36px;
}
#formulario{
	max-width: 160px;
	position: absolute;
	right: 60px;
	bottom: -80px;
}
.form-header .logo{
	width: 480px;
}
.form-body{
	background: #fff;
	padding: 80px 140px 80px 100px;
}
.form-label{
	font-size: 20px;
	margin-bottom: 18px;
	line-height: 22px;
}
.form-item{
	margin: 30px 0;
}
.gray{
	color: #999999;
}
.red{
	color: #de1525;
}
.form-title{
	font-weight: 600;
	font-size: 28px;
}
.form-input{
	border: 0;
	display: block;
	width: 100%;
	font-size: 20px;
	border-bottom: 1px solid #b3b3b3;
	padding: 8px 0;

	font-family: 'Titillium Web', sans-serif;
}
::placeholder {
	color: #b3b3b3;
}
.radio-item{
  display: inline-block;
  position: relative;
}
.radio-item input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.radio-item label{
  position: relative;
  font-size: 18px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  display: inline-block;
  padding-right: 40px;
}

.form-row{
	margin-left: -30px;
	margin-right: -30px;
}

.radio-item .check{
  display: inline-block;
  border: 1px solid #de1525;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  left: -36px;
  top: 2px;
  position: relative;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}



.radio-item .check::before {
  display: inline-block;
	content: '';
  border-radius: 100%;
  height: 13px;
  width: 13px;
  top: 5px;
	left: 5px;
	position: absolute;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
input[type=radio]:checked ~ .check {
  border: 1px solid #de1525;
}

input[type=radio]:checked ~ .check::before{
  background: #de1525;
}

.form-area{
	width: 100%;
	border-radius: 15px;
	border: 1px solid black;
	padding: 10px;
	font-family: 'Titillium Web', sans-serif;
  font-size: 22px;
}

.button-p{
	display: inline-block;
	border-radius: 20px;
	border: 1px solid black;
	padding: 14px 20px;
	margin-top: 16px;
	cursor: pointer;
}
.hidden{
	display: none;
}
.button-p img{
	width: 30px;
	margin-left: 10px;
}
.button-p .form-label{
	display: inline-block;
	margin: 0;
}
.d-button{
	background: #111111;
	color: #fff;
	padding: 10px 65px;
	border-radius: 20px;
	border: 0;
	font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  margin-top: 40px;
  cursor: pointer;
}
footer{
	background: #fff;
	position: relative;
	z-index: 30;
	padding: 50px 0;
	font-size: 18px;
}
.footer-wrapper{
	border-top: 1px solid #b3b3b3;
	max-width: 1400px;
	margin: auto;
	padding: 30px 0;
}
.footer-row{
	display: flex;
	justify-content: center;

}
.footer-title{
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 3px;
}
.footer-item{
	display: flex;
	margin: 0 2px;
}
.social-link{
	display: flex;
	align-items: center;
	margin: 0 10px;
}
.social-link img{
	width: 40px;
	margin-right: 10px;
}
.s-a{
	margin: 0 20px;
}
.footer-links a{
	font-weight: 600;
}
.rounded-box{
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.2);
	padding: 14px;
	color: #999999;
	
}
.materials .rounded-box{
	margin-bottom: 30px;
}
.material-title{
	font-size: 20px;
	line-height: 26px;
}
.material-subtitle{
	font-size: 14px;
	line-height: 20px;
}
.material-info{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.featured-image{
	padding-bottom: 100%;
	border-radius: 10px;
}
.materials{
	margin: 40px -15px;
}
.diarias-buttons{
	text-align: right;
	margin-top: 0px;
	display: flex;
	flex-direction: column;
}
.hashtag{
	font-size: 22px;
	margin: 40px 0 20px;
}
.diarias-box{
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.box-container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-container img{
	max-height: 100%;
}
.diarias-text{
	color: #cccccc;
	margin: 10px 0 30px;
	line-height: 18px;
	transition: color 300ms;
}
.section-box{
	padding: 60px;
	margin-top: -180px;
	position: absolute;
	z-index: 99;
}
.section-text{
	color: #1a1a1a;
}
.bottom-pad{
	padding-bottom: 200px;
}
.top-pad{
	padding-top: 320px;
}
.box-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #de1525;
	z-index: 80;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 300ms;
}
.box-overlay:hover{
	opacity: 1;
}
.box-overlay img{
	width: 160px;
}
.diarias-link:hover .diarias-text{
	color: #000;
}
.photos-container{
	position: relative;
	padding-bottom: 100%;
}
.photos-container .diarias-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 300ms;
}
.photos-container .diarias-box.active{
	opacity: 1;
}
.image-index{
	cursor: pointer;
}	
.image-index.active{
	color: #de1525;
}
.comunidad .share-buttons{
	text-align: center;
	margin-bottom: 40px;
}
.comunidad .material-text{
	color: #1a1a1a;
	font-size: 16px !important;
}
.comunidad .material-text span{
	font-size: 16px !important;
}
.comunidades-months{
	text-align: center;
	margin: 60px 0 40px;
}
.comunidades-months .button{
	min-width: 30px;
	padding: 10px 24px;
	color: #a0a0a0;
	border-color: #a0a0a0;
}
.comunidades-months .button:hover{
	background: #a0a0a0;
	color: #fff;
}
.comunidades-months .button.active{
	color: #1a1a1a;
	border-color: #1a1a1a;
}
.comunidades-months .button.active:hover{
	background: #1a1a1a;
	color: #fff;
}
.comunidad-box{
	padding-bottom: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.month{
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	margin-bottom: 30px;
	padding: 1px 0;
}
.map-container{
	margin: 20px;
	position: relative;
}
.map-container svg{
	position: relative;
	z-index: 1;
}
.map-bg{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-40%);
	z-index: 0;
}
.dot{
	border-radius: 100%;
	width: 4px;
	height: 4px;
	background: #fff;
	position: absolute;
	z-index: 10;
}
#map{
	width: 100%;
}
.map .svg-title{
	display: inline-block;
	margin-bottom: -20px;
}
.diarias-stats{
	border-bottom: 1px solid #000;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;

}
.diarias-stats-text{
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
}
.m-a-text{
	color: #720011;
	text-align: left;
	border-right: 1px solid #000;
	position: relative;
}
.diarias-week-stats{
	overflow-x: scroll;
}
.m-a{
	width: 37%;
}
.bar{
	flex-basis: 100px;
	flex-shrink: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.agradecimientos-row{
	padding: 30px 0;
	border-bottom: 1px solid white;
}
.agradecimientos-row2{
	padding: 30px 0;
}
.a-wrapper{
	max-width: 1120px;
}
video{
	max-width: 100%;
	max-height: 100vh;
}
.bar-text{
	font-family: 'AHAMONO';
	position: relative;
	text-align: center;
	align-items: flex-start;
	justify-content: center;
	padding-top: 2px;
	line-height: 18px;
	flex-direction: row;
	color: #000;
	font-size: 14px;
}
.b-text{
	color: #000;
	font-family: 'AHAMONO';
	font-size: 14px;
}
.b{
	width: 80%;
	margin: 0 10%;
	background: #000;
}
.m-a-b{
	background: #9b001e;
}
.home-video{
	width: 100%;
	margin-bottom: 30px;
}
.bar-text:after{
	width: 1px;
	height: 10px;
	content: '';
	display: block;
	background: #000;
	right: 0;
	top: 0;
	position: absolute;
}
.circle-red{
	background: #720011;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	top: -6px;
	left: -5px;
}
.circle-black{
	background: #000;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	top: -6px;
	right: -5px;
}
.credit-title{
	font-family: 'AHAMONO';
	font-size: 22px;
	margin: 50px 0 10px;
}

.position{
	color: #58595b;
	margin-bottom: 10px;
}
.red-cross{
	width: 14px;
	position: absolute;
	left: -10px;
	top: 6px;
}
.credit-line{
	margin-bottom: 30px;
}
.creditos{
	font-size: 18px;
	line-height: 20px;
}
.social-footer{
	display: flex;
	direction: row;
	margin-left: 40px;
}
@media only screen and (max-width: 1100px) {
	.content{
		padding-left: 0;
	}
	.menu{
		display: none;
	}
	#formulario{
		display: none;
	}
	.hamburger{
		display: block;
	}
	.form-body{
		padding: 80px 40px 80px 40px;
	}
	.footer-row{
		flex-direction: column;
		align-items: center;
	}
	.footer-item{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 8px 0;
	}
	.logos img{
		margin: 0 8px;
		height: 24px;
	}
	.logos{
		flex-direction: row;
	}
	.social-footer{
		display: flex;
		flex-direction: row;
	}
	.m-hide{
		display: none;
	}
	.section-box{
		position: relative;
		margin-top: 0;
		margin: 30px 0;
	}
	.share-buttons{
		text-align: center;
	}
	.material-buttons{
		text-align: center;
	}
	.black{
		padding-top: 1px;
	}
	.top-pad{
		padding: 0;
	}
	.bottom-pad{
		padding: 0;
	}
	#logo{
		max-width: 200px;
	}
	.diarias-buttons{
		flex-direction: row;
		justify-content: center;
	}
	.diarias-buttons img{
		margin: 0 10px;
	}
	.section-box{
		padding: 20px;
	}
	.a-title{
		font-size: 30px;
	}
}