* {
	margin: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body { 
	background-color: #f9f9f9;
	color: #1a171b;
}

.hidden {
    display: none;
}

.turquoise { color: #18a096 !important;}

.mustard { color: #f29400 !important;}

.content-promo section {	
	padding: 60px 0;
	font-family: atrapaloWebBold, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercse;
	text-align: center;
}

.content-promo img { display: block;}

.content-promo p {
	font-family: open_sansregular, sans-serif;
	font-size: 17px;
	line-height: 33px;
	letter-spacing: 0.1px;
	margin: 45px auto 30px;
	max-width: 85%;
}
/* M */
@media (min-width: 641px) and (max-width:1023px) {
	.content-promo p {
		font-size: 16px;
		line-height: 31px;
	}
}
/* S */
@media (min-width: 320px) and (max-width : 640px) {
	.content-promo p {
		font-size: 14px;
		line-height: 28px;
	}
}

 /* Header */
.promo-header {
	position: relative;
	height: 607px;
}
@media (min-width: 1024px){
	.promo-header {
		background: #000 url(../img/background_L.jpg) no-repeat center 0;
		height: 597px;
		margin-bottom: 60px
	}
}
@media (min-width: 641px) and (max-width:1023px) {
	.promo-header {
		background: #000 url(../img/background_M.jpg) no-repeat center 0;
		height: 440px;
	}
}
@media (min-width: 320px) and (max-width : 640px) {
	.promo-header {
		background: #000 url(../img/background_S.jpg) no-repeat center 0;
		height: 278px;
		top: 48px;
	}
}

.promo-header nav {
	position: absolute;
	bottom: 0;
	background-color: #efefef;
	width: 100%;
	height: 68px;
	border-bottom: 2px solid #cfcfcf;
}
@media (min-width: 641px) and (max-width:1023px) {
	.promo-header nav {  height: 60px; }
}

.promo-header nav.menu-fixed {
    opacity: 0.96;
    position: fixed;
    top: 0;
    bottom: auto;
    width: 100%;
    z-index: 2;
}

.promo-header ul { 
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
@media (min-width: 1024px) and (max-width: 1199px) {	
	.promo-header ul { max-width: 1024px;}
}
@media (min-width: 641px) and (max-width:1023px) {
	.promo-header ul { max-width: 641px; }
}

.promo-header ul a { 
	color: #3a3a3a;
	text-decoration: none;
}

.promo-header ul li { 
	float: left;
	list-style: none;
	padding: 0 30px;
	line-height: 66px;
	font-size: 31px;
	text-transform: uppercase;
	font-family: atrapaloWebBold, sans-serif;
}

/* L */
@media (min-width: 1024px) and (max-width: 1199px) {	
	.promo-header ul li { 
		padding: 0 20px;
		font-size: 29px;
	}
}

/* M */
@media (min-width: 641px) and (max-width:1023px) {
	.promo-header ul li { 
		padding: 0 10px;
		line-height: 58px;
		font-size: 19px;
	}
}



/* nav S */
/* S */
@media (min-width: 320px) and (max-width : 640px) {
	.promo-header nav { height: 50px; }
	.promo-header ul.hidden-small {
		display: none;
	}
	.promo-header ul {
	  position:absolute;
	  width:100%;
	  border-bottom: 2px solid #cfcfcf;
	  top:48px;
	  padding-top:10px;
	  background-color: #efefef;
	  z-index: 1;
	}
   .promo-header ul li  {
   		float: none;
	    display:block;
	    width:100%;
	    font-size: 27px;
	    line-height: 49px;
   }
  
  .menu-toogle {
    position:absolute; /
    width: 35px;
    line-height:1.1;
    text-align:center;
    top: 5px; 
    left: 10px; 
    z-index:1;
  }
    .menu-toogle::before {
      content:"☰";
      font-size:32px;
    }
}

.title-section {
	font-family: atrapaloWebBold, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercse;
	margin: 0 auto;
	width: 326px;
}

.title-section .tit-1 {
	color: #dc091a;
	display: block;
	font-size: 54px;
	line-height: 32px;
}

.title-section .tit-2 {
	color: #18a096;
	font-size: 38px;
}

.title-section .tit-3 {
	color: #f29400;
	font-size: 38px;
}

.title-section .subtitle {
	display: block;
	font-family: open_sansregular, sans-serif;
	font-size: 17px;
	margin-top: -7px;
}

/* Content */
.rounded-imgs div {
	margin-top: 40px;
}
/* M */
@media (min-width: 641px) and (max-width:1023px) {
	.medium-4 img {
		width: 194px;	
		height: 194px;
	}
}

.circle-title {
	font-size: 38px;
	margin: 40px 0 30px;
	display: block;
}

.quote {
	width: 300px;
	margin: 0 auto;
	display: block;
	text-align: left;
	padding: 25px 0 30px;
	position: relative;
}
/* M */
@media (min-width: 641px) and (max-width:1023px) {
	.quote {
		width: 260px;
	}
}

.quote:before,
.quote:after  {
	font-family: atrapaloWebBold, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercse;
	font-size: 256px;
	line-height: 0;
	width: 0;	
	height: 0;
}

.quote:before  {
	content: '“';
	margin-left: -27px;
    margin-top: 34px;
    float: left;
}

.quote:after  {
	content: '„';
	margin-top: -80px;
    margin-right: 48px;
    float: right;
}

.quote-1:before,
.quote-1:after {
	color: #f29400;
}

.quote-2:before,
.quote-2:after {
	color: #dc091a;
}

.quote span {
	font-size: 24px;
	float: left;
}

.content-title {
	font-size: 28px;
	margin-top: 25px;
}

/* seccion restaurantes y actividades */
.square-imgs p {
	margin-top: 0;
}

.square-imgs img {
	margin-top: 70px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.square-imgs-3 img {
		width: 289px;	
		height: 249px;
	}
}
@media (min-width: 641px) and (max-width:1023px) {
	.square-imgs:not(.square-imgs-3) img {
		margin-top: 35px;
		width: 270px;	
		height: 233px;
	}
}

/* seccion concurso */
.viaje img {
	display: inline;
	vertical-align: -12px;
	padding-left: 3px;
}
.viaje a {
	font-family: open_sansregular, sans-serif;
	font-size: 15px;
	color: #1a171b;
}
.video-wrapper {
	margin-top: 40px;
	padding-bottom: 42%;
    position: relative;
}

.video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.viaje p { max-width: 100%; }

.grafico li { 
	float: left;
	width: 14%;
	position: relative;
}
@media (min-width: 641px) and (max-width:1023px) {
	.grafico li.linea { width: 17%;}
} 

.grafico li:last-of-type { min-width: 127px; } 

.grafico li.linea { color: transparent;}
/* M */
@media (min-width: 641px) and (max-width:1023px) {
	.grafico li.linea { width: 11%;}
}

.grafico .linea:before,
.grafico .linea:after {
	content: '·';
	font-family: atrapaloWebBold, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercse;
	font-size: 60px;
	line-height: 0;
	width: 0;	
	height: 0;
	position: absolute;
	top: 65px;
	color: #f29400;
	z-index: 1;
}

.grafico .linea:before { left: -2px;}
.grafico .linea:after {right: 0;}

.grafico .linea hr {
	border-top: 0 none;
    color: #f29400;
    border-color: #f29400;
    height: 0;
    position: absolute;
    right: 0;
    top: 67px;
    width: 100%;
}

.grafico span:not(.cenas) {
	display: block;
	font-size: 24px;
	padding-top: 6px;
}

.grafico .cenas {
	font-family: open_sansregular, sans-serif;
	font-size: 15px;
	margin-top: 8px;
	display: block;
}

.grafico img { margin-bottom: 10px; }

/* S */
@media (min-width: 320px) and (max-width : 640px) {
	.grafico li { 
		float: none;
		width: 100%;
	}
	.grafico li:before {
		content: '·';
		font-family: atrapaloWebBold, sans-serif;
		-webkit-font-smoothing: antialiased;
		text-transform: uppercse;
		font-size: 60px;
		line-height: 0;
		width: 0;	
		height: 0;
		position: absolute;
		top: 15px;
		color: #f29400;
		z-index: 1;
	}
	.grafico span:not(.cenas) {
		display: inline;
		padding-left: 17px;	
		margin-right: -14px;
		line-height: 30px;
	}

	.grafico span.cenas {
		margin-top: 0;
		margin-bottom: 4px;
	}
	.grafico img { display: none; }
}

/* colabora */
.colabora {
	font-size: 20px;
	margin-bottom: 40px;
}
/* compartir */
.social ul li {
    display: inline-block;
    margin-top: 15px;
    width: 140px;
}


/* XL */
@media (min-width: 1200px) {
	
}
/* L */
@media (min-width: 1024px) and (max-width: 1199px) {
	

}

/* M */
@media (min-width: 641px) and (max-width:1023px) {

}

/* S */
@media (min-width: 320px) and (max-width : 640px) {

}