@import "reset.css";
@import "fonts.css";
@import "grid.css";

/* apply a natural box layout model to all elements */
* { -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box; }
figure,figcaption{
	margin:0;
	padding: 0;
}
/* clearfix */
.clearfix:after 
{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
/*.clearfix 
{
	display: inline-block;
}*/
 
html[xmlns] .clearfix 
{
	display: block;
}
 
* html .clearfix 
{
	height: 1%;
}
html {
   height: 100%;
}

body {
   min-height: 100%;
   position: relative;
}
body, html
{
	margin: 0;
	padding: 0;
	font-family: 'Sofia Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #242424;
	background-color: #fff;
    -webkit-font-smoothing: antialiased;
	background-color: #fff4d9;
}
a{
	color: #242424;
}
p{
	line-height: 1.2em;
}
strong{
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6,.tit1,.tit2,.tit3{
	font-weight:  bold;
	white-space: pre-line;
}
.tit1{
	font-size: 44px;
}
.tit2{
	font-size: 34px;
}
.tit3{
	font-size: 32px;
}
.tit4{
	font-size: 24px;
}
.wrapper{
	max-width: 1800px;
	margin: 0 auto;
	position: relative;
}
br.clearer{
	clear: both;
	width: 0;
	height: 0;
}
.carrousel{
	position: relative;
	padding: 0 !important;
}
.valign {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.boton{
	height: 44px;
	border: 2px solid #000;
	padding: 0 30px !important;
	display: inline-block;
	text-decoration: none;
	font-weight:  bold;
	text-transform: lowercase;
    line-height: 44px;
}
.underlined{
	text-decoration: underline;
}
.boton.fixed{
	width: 215px;
}
.boton-grupo > .boton{
	margin:0 20px;
}
.module{
	padding: 20px;
}
hr.bordered{
	border:0;
	border-top: 2px solid #242424;
	margin: 30px 0;
}
.module a{
    border-bottom: 2px solid #242424;
    padding-bottom: 3px;
    text-decoration: none;
    margin-bottom: 4px;
    display: inline-block;
}
.module a.regular{
    text-decoration: underline;
    border:0;
    display: inline;
}
.pagination{
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-weight:  bold;
}
.pagination a{
	text-decoration: none;
	margin-right: 10px;
	border-bottom: 0;
	padding-bottom: 0;
}
img.module{
	padding: 0;
}
a.module{
	padding: 0;
}
.backimage,.backimagehover{
	height: 100%;
	background-position: center center;
	background-size: cover;
	padding: 0;
}
.backimagehover{
	opacity: 0;
	transition: opacity 0.2s linear;
}
header{
	background-color: #fcf6dd;
}
header a{
	text-decoration: none;
	color: #242424;
}
header a#menu-opener{
	height: 48px;
	display: block;
	text-align: right;
	margin-right:30px;
    margin-top: 20px;
	line-height: 48px;
    text-transform: lowercase;
    font-size: 24px;
    padding-right: 50px;
    background: url(/content/images/icon-menu.png) no-repeat center right;

}
header.clear a#menu-opener{
	background-image: url(/content/images/icon-menu-yellow.png);
	color: #fff4d9;
}
header li{
}
header h1{
	text-indent: -10000px;
	width: 131px;
	height: 131px;
	left:30px;
	top:30px;
	position: absolute;
	z-index: 10000;
}
header.clear h1.l2{
	background: url(/content/images/logo2-yellow.png) no-repeat;
}
header h1.l1{
	background: url(/content/images/logo1.png);
}
header h1.l2{
	background: url(/content/images/logo2.png) no-repeat;
}
header h1.l3{
	background: url(/content/images/logo3.png);
}
header h1.l4{
	background: url(/content/images/logo4.png);
}
header h1.l5{
	background: url(/content/images/logo5.png);
}
header h1.l6{
	background: url(/content/images/logo6.png);
}
header h1 a{
	display: block;
	height: 100%;
}
header > div:first-child{
	height: auto;
}
.h{
	position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 48px;
	z-index: 2;
}
.h > a{
	font-weight: bold;
}
header.clear nav .group {
	color: #fff4d9;
}
header.clear nav .group a{
	color: #fff4d9;
}
header nav{
	position: relative;
	z-index: 1;
	display: none;
}
    header nav .group {
		padding: 88px 170px 0;
        color: #212121;
    }
    header nav .group a{
		color: #212121;
    }
header nav .module{
	padding: 80px 6% 140px !important;
}
#mobile_menu li a span {
    display: block;
    font-weight: 100;
    margin-bottom: 4px;
}
#mobile_menu li a span.secondary {
    font-weight: 100;
    margin-bottom: 0;
    display: none;
}
header nav > ul{
	background-color: #fff4d9;
}
header.clear nav > ul{
	background-color: #212121;
}
header.clear nav .module ul a{
	border-bottom: 2px solid #fff4d9;
}
header.clear nav .module a, header nav .module h2, header nav .module .big{
	border-bottom: 3px solid #fff4d9;
}
header nav .module a, header nav .module h2, header nav .module .big{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none;
	margin-bottom: 20px;
	border-bottom: 3px solid #242424;
}
header nav .module li:last-child a{
    margin-bottom:0;
}
*[data-enabled="false"]{
	pointer-events: none;
	cursor: default;
	opacity: 0.3;
}
header nav .module ul a{
	font-weight: normal;
	border-bottom: 2px solid #242424;
	font-size: 18px;
}
header nav .module ul a:hover{
	border-bottom: 2px solid #a4b49c;
	color: #a4b49c;
}
header dl{
	background-color: #fff6de;
	height: 160px;
}
header dl > a{
	display: block;
	height: 100%;
	float: left;
	width: 25%;
	text-align: center;
	padding-top: 54px; 
	transition: background-color 0.3s;
	
}
header dl > a:hover{
	animation-delay: 0;
}
header dl > a span{ 
	border-bottom: 2px solid #242424;
}
header dl  dd{
	margin-top: 10px;
	text-decoration: none; 
}
header dl > a.animate:first-child{
	animation-delay: 1s;
	animation-name: first;
}
header dl > a.animate:nth-child(2){
	animation-delay: 2s;
	animation-name: second;
}
header dl > a.animate:nth-child(3){
	animation-delay: 3s;
	animation-name: third;
}
header dl > a.animate:nth-child(4){
	animation-delay: 4s;
	animation-name: fourth; 
}
header dl > a {
	/*background-color: #ffec9b;*/
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 4s;
}
@keyframes first {
  0%   {background-color: #ffec9b;}
  30% {background-color: transparent;}
  100% {background-color: transparent;}
}
@keyframes second {
  0%   {background-color: #fac9ba;}
  30% {background-color: transparent;}
  100% {background-color: transparent;}
}
@keyframes third {
  0%   {background-color: #bbe3e3;}
  30% {background-color: transparent;}
  100% {background-color: transparent;}
}
@keyframes fourth {
  0%   {background-color: #c8e8b9;}
  30% {background-color: transparent;}
  100% {background-color: transparent;}
}

header dl > a:first-child:hover{
	background-color: #ffec9b;
}
header dl > a:nth-child(2):hover{
	background-color: #fac9ba;
}
header dl > a:nth-child(3):hover{
	background-color: #bbe3e3;
}
header dl > a:nth-child(4):hover{
	background-color: #c8e8b9;
}





main{
    padding-bottom: 80px;
}
footer{
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	background-color: #242424;
	color: #fcf6dd;
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;
}
footer a{
	color: #fcf6dd;
	text-decoration: none;
}
footer p{
	float: left;
	font-size: 13px;
	margin-left: 40px;
	line-height: 80px;
}
footer ul{
	font-size: 16px;
	float: right;
	margin-right: 40px;
}
footer li{
	float: left;
	margin-right: 20px;
}
footer a.instagram:hover{
	color: #f5ed0a;
}
footer a.facebook:hover{
	color: #3e6bd1;
}
footer a.twitter:hover{
	color: #01cfff;
}
footer a.pinterest:hover{
	color: #de271d;
}
footer a.youtube:hover{
	color: #e22a20;
}
footer a.vimeo:hover{
	color: #18b4e8;
}
footer a.newsletter:hover{
	color: #fff0b4;
}
#formNewsletter form{
    display:none;
}
#formNewsletter p{
    font-size: 18px;
    line-height: 80px;
    font-weight: bold;
    height: 80px;
    display:none;
}
#formNewsletter input[type=submit]{
    background-color:transparent;
    border:0 none;
    color: #fcf6dd;
    cursor: pointer;
}
#formNewsletter input[type=submit]:hover{
    color: #fff0b4;
}
#formNewsletter input[type=email]{
    background-color:#fcf6dd;
    border:0 none;
    color: #242424;
    width: 230px;
    margin-right: 20px;
}
.activity{
	height: 241px;
	text-align: center;
}
.activity p{
	white-space: pre-line;
}
.activity > div{
	padding: 20px;
}
.activity a{
	text-transform: lowercase;
	margin-top: 20px;
	display: inline-block;
}
.activity h2{
	margin: 10px 0;
}
.activity.type1{
	background-color: #ffe3d1;
}
.activity.type2{
	background-color: #fff1b5;
}
.activities.carrousel{
	height: 241px;
	background-color: #dbf3d0;
	overflow: hidden;
}
.activities.carrousel ul{
	width: 500%;
}
.activities.carrousel li{
	text-align: center;
	float: left;
	width: 20%;
	height: 241px;
	position: relative;
}
.activities.carrousel li>div{
	padding: 20px;
}
.activities.carrousel blockquote{
	margin:20px 0px;
	white-space: pre-line;
}
.double{
	height:397px;
	overflow: hidden;
	text-align: center;
}
.double.fluid{
	height: auto;
}
.double > div{
	height: 100%;
	transition: color 0.2s linear,
				background-color 0.2s linear;
}
.double:hover .boton{
	transition: color 0.2s linear,
				border-color 0.2s linear,
                background-color 0.2s linear;
}
.double:hover .backimagehover{
	opacity: 1;
}
.double img{
	min-width: 50%;
	min-height: 100%;
	display: block;
}
.double > div  h2{
	margin: 60px 0;
	white-space: pre-line;
}
.double > div > div:before{
	display: block;
	font-weight: normal;
	font-size: 18px;
	margin-bottom:64px;
}
.event.type1 > div{
	background-color: #d4f2f3;
}
.event.type2 > div{
	background-color: #f7dec6;
}
.event.type3 > div{
	background-color: #d4dff3;
}
.event.type4 > div{
	background-color: #99a0d1;
}
.event.type4:hover > div{
	background-color: #99a0d1;
	color: #212121;
}
.event.type4b > div{
	background-color: #212121;
	color: #99a0d1;
}
.event.type4b:hover > div{
	background-color: #212121;
	color: #99a0d1;
}
.double.event.type4,.double.event.type4b{
	height: 568px;
}

.event.type1:hover > div, .event.type1:hover .boton{
	color: #d4f2f3;
	border-color: #d4f2f3;
}
.event.type2:hover > div, .event.type2:hover .boton{
	color: #f7dec6;
	border-color: #f7dec6;
}
.event.type3:hover > div, .event.type3:hover .boton{
	color: #d4dff3;
	border-color: #d4dff3;
}
.video:hover > div, .video:hover .boton{
	border-color: #dbf3d0;
}
.event:hover > div,.video:hover > div,.video:hover a{
	background-color: #242424;
	color: #dbf3d0;
}
.gallery:hover > div, .gallery:hover a{
	background-color: #242424;
	color: #fcd0c7;
}
.gallery:hover .boton{
	border-color: #fcd0c7;
}
.forki .tit1{
    margin:30px 0;
}
.video > div{
	background-color: #dbf3d0;
	height: 100%;
}
.video > a,.gallery > a{
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.video .playbtn, .gallery .playbtn{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.video .playbtn{
	background: url(/content/images/play.png) no-repeat center;
}
.gallery .playbtn{
	background: url(/content/images/gallery.png) no-repeat center;
}
.video img,.gallery img{
	min-width: 100%;
	display: block;
}
.video.notext > div > div:before{
	content: none;
}
.news{
	height: 333px;
	text-align: center;
}
.news h2{
	white-space: pre-line;
}
.news .valign{
	width: auto;
}
.news p{
	margin: 10px 0;
}
.news.type1{
	background-color: #ffeadc;
}
.news.type2{
	background-color: #fff6de;
}
.testimonies{
	height: 333px;
	background-color: #fcd0c7;
	text-align: center;
	overflow: hidden;
}
.testimonies ul{
	width: 400%;
	height: 100%;
}
.testimonies li{
	width: 25%;
	float: left;
	height: 100%;
	position: relative;
}
.testimonies figure{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.testimonies blockquote{
	/*quotes: "“" "”" "‘" "’";*/
	margin: 40px 0;
	white-space: pre-line;
	max-width: 800px;
}
.media-box > div{
	display: inline-block;
	width: calc(100% - 140px);
	margin-top: 60px;
}
.media-box .media{
	width: 100px;
	margin-right: 30px;
	vertical-align: top;
}

@media screen and (max-width:650px)
{
	.media-box > div{
		display: block;
		width: auto;
	}
	.media-box .media img{
		margin: 0 auto;
		display: inline-block;
		width: auto;
	}
	.media-box .media{
		width: auto;
		text-align: center;
		margin-right: 0;
	}
}
/*
.testimonies blockquote:before {
    content: open-quote;
}
.testimonies blockquote:after {
    content: close-quote;
}*/
.fluid .module{
	padding: 55px 70px;
}

.hide-l{
	display: none !important;
}
.margin-top{
	margin-top: 60px;
}
@media screen and (max-width:650px) {

	.hide-l{
		display: block !important;
	}
	.collapsible-mobile {

	}
	.collapsible-mobile--inner{
		padding-top: 60px;
	}
	.collapsible-mobile__pad{
		padding: 0 30px !important;
	}
	.collapsible-mobile--title {
		border-top: 1px solid currentColor;
		border-bottom: 1px solid currentColor;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 22px !important;
		position: relative;
		line-height: 26px !important;
	}
	.collapsible-mobile--title__notop{
		border-top: 0 none;
	}
	a.collapsible-mobile--button{
		font-size: 42px;
		text-decoration: none;
		border-bottom: 0 none;
		padding: 5px;
		position: absolute;
		right: 0px;
		top: 4px;
	}
	.collapsible-mobile--inner {
		display: none;
	}
	.collapsible-mobile--inner.collapsible-mobile--inner__opened{
		display: block;
	}
	#mobile_menu li a span {
	    font-weight: 600;
	}
	#mobile_menu li a span.secondary {
	    font-weight: 100;
	    display: block;
	}
}

.arrow{
	width: 18px;
	height: 38px;
	background: url(/content/images/arrow-back-black.png) no-repeat center center;
	position: absolute;
	left: 5px;
	top: calc(50% - 35px);
	z-index: 10;
	transition: opacity 300ms;
	padding: 35px;
}
.arrow:hover{
	opacity: 0.7;
}
.arrow.right{
	left: auto;
	right: 20px;
	transform: rotate(180deg);
}
.arrow.disabled{
	pointer-events: none;
	opacity: 0.2;
}


















