﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?j2cut3');
  src:  url('../fonts/icomoon.eot?j2cut3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?j2cut3') format('truetype'),
    url('../fonts/icomoon.woff?j2cut3') format('woff'),
    url('../fonts/icomoon.svg?j2cut3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e900";
}
.icon-palomita:before {
  content: "\e901";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-reloj:before {
  content: "\e94e";
}
.icon-celular:before {
  content: "\e958";
}
.icon-buscar:before {
  content: "\e986";
}
.icon-internet:before {
  content: "\e9c9";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-click:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}



body{
	font-family: 'Montserrat', sans-serif;
}


#cabecera{
	background: url(../images/cabecera.jpg);
	border-top: 10px solid black;
	width: 100%;
	float: left;
	padding: 12px 0 0 0;
}

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
}

#logotipo{
	width: 100%;
	text-align: center;
	float: left;
}

#logotipo img{
	width: 15%;
}


#book{
	width: 30%;
	font-size: 30px;
	font-weight: bold;
	float: right;
	margin: 40px 0 0 0;
}



.fijo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.7) !important;
}

.fijo #menu-conten ul{
	width: 87%;
	float: right;
	margin: 20px 0 0 0;
}
.fijo .menu{
	padding: 12px 19px;
}

#logotipo2{
	display: none;
}

#menu{
	background: black;
	width: 100%;
	float: left;

	transition: all 0.2s;
}

#menu-r{
	width: 100%;
	font-size: 20px;
	color: white;
	text-align: center;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}

#menu-conten{
	width: 1200px;
	margin: 0 auto;
}

#menu-conten a{
	color: white;
}

#logotipo2{
	border: 0px solid red;
	width: 8%;
	float: left;
}

#logotipo2 img{
	width: 100%;
}

#menu-conten ul{
	border: 0px solid white;
	width: 100%;
	float: left;
}

#menu-conten ul li{
	float: left;
}

.menu{
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
	color: white;
	font-size: 20px;
	float: left;
	padding: 23px 34px;
	cursor: pointer;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu:hover, .activo{
	background: #4ffd30;
	color: black;
}



#efecto{
	width: 100%;
	float: left;
}




#viajes{
	width: 100%;

	background: #9bb0eb;
	background: -moz-linear-gradient(top, #9bb0eb 0%, #bcc9f0 44%, #dae1f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bb0eb), color-stop(44%,#bcc9f0), color-stop(100%,#dae1f6));
	background: -webkit-linear-gradient(top, #9bb0eb 0%,#bcc9f0 44%,#dae1f6 100%);
	background: -o-linear-gradient(top, #9bb0eb 0%,#bcc9f0 44%,#dae1f6 100%);
	background: -ms-linear-gradient(top, #9bb0eb 0%,#bcc9f0 44%,#dae1f6 100%);
	background: linear-gradient(top, #9bb0eb 0%,#bcc9f0 44%,#dae1f6 100%);

	float: left;
	padding: 70px 0;
}

#viajes-conten{
	width: 1200px;
	margin: 0 auto;
}

.titulo{
	width: 100%;
	font-size: 40px;
	color: white;
	text-shadow: 2px 2px 2px black;
	font-weight: bold;
	float: left;
}

.viaje1{
	width: 47.5%;
	color: white;
	font-weight: bold;
	font-size: 21px;
	line-height: 32px;
	float: left;
}

.viaje3{
	border: 0px solid blue;
	width: 47.5%;
	color: #77bf43;
	font-size: 22px;
	line-height: 32px;
	float: right;
	margin: -30px 0 0 5%;
}



#redes{
	width: 100%;

	background: #9bb0eb;
	background: -moz-linear-gradient(top, #9bb0eb 0%, #bcc9f0 44%, #dae1f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bb0eb), color-stop(44%,#bcc9f0), color-stop(100%,#dae1f6));
	background: -webkit-linear-gradient(top, #9bb0eb 0%,#bcc9f0 44%,#dae1f6 100%);
	background: -o-linear-gradient(top, #9bb0eb 0%,#bcc9f0 44%,#dae1f6 100%);
	background: -ms-linear-gradient(top, #9bb0eb 0%,#bcc9f0 44%,#dae1f6 100%);
	background: linear-gradient(top, #9bb0eb 0%,#bcc9f0 44%,#dae1f6 100%);

	float: left;
	padding: 40px 0;
}

#redes-conten{
	width: 1200px;
	margin: 0 auto;
}

.red{
	border: 1px solid #ddd;
	width: 30%;
	text-align: center;
	float: left;
	margin: 39px 10% 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



#wrapP{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 60px 0;
}

#pagina{
	width: 1200px;
	margin: 0 auto;
}

.seccion{
	width: 70%;
	color: white;
	text-shadow: 1px 1px 1px black;
	font-size: 25px;
	line-height: 35px;
	float: left;
}

.imagen-seccion{
	width: 30%;
	text-align: center;
	float: right;
}

.imagen-seccion img{
	width: 90%;
}


#quienes{
	background: url(../images/fondo-eventos.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	
	width: 100%;
	float: left;
	padding: 40px 0;
}

#quienes-conten{
	width: 1200px;
	margin: 0 auto;
}

.parte{
	width: 100%;
	float: left;
}

.seccion2{
	width: 62%;
	font-size: 25px;
	line-height: 35px;
	float: left;
}

.imagen-seccion2{
	width: 37%;
	float: right;
}

.imagen-seccion2 img{
	width: 100%;
}


#valores{
	width: 100%;
	float: left;
	padding: 30px 0;
}

.valor{
	width: 31.33%;
	float: left;
	margin: 0 1% 30px;
}

.imagen-valor{
	position: relative;
	width: 100%;
	float: left;
}

.imagen-valor img{
	width: 100%;
}

.imagen-valor p{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	color: white;
	padding: 7px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.imagen-valor p strong{
	font-size: 19px;
	font-weight: bold;
}

.separacion{
	width: 100%;
	float: left;
}



#eventos{
	background: url(../images/fondo-eventos.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 30px 0;
}

#eventos-conten{
	width: 1200px;
	margin: 0 auto;
}

#efectos .titulo{
	margin: 0 0 30px 0;
	float: left;
}

#imagenes{
	width: 100%;
	float:left;
}

#imagenes img{
	height: 222px;
}

#absolute span{
	font-size: 18.5px;
	float: left;
	margin: 10px 20px 20px 0;
}

#absolute span b{
	color: #77bf43;
}



.subtitulo{
	width: 100%;
	text-align: center;
	font-size: 18px;
	float: left;
}




#footer{
	background: black;
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	position: relative;
	color: white;
	font-size: 19px;
	line-height: 32px;
	padding: 20px;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.seccion-footer strong{
	font-size: 30px;
	color: #20b1c2;
}

.seccion-footer img{
	height: 30px;
}

#contacto-mujer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	height: auto;
}


@media screen and (max-width: 1200px){
	#contacto-mujer{
		display: none;
	}

	#cabecera{
		-webkit-background-size: cover;
		background-size: cover;
	}
	#cabecera-conten, #menu-conten, #footer-conten{
		width: 100%;
	}
	#menu-conten ul li{
		width: 20%;
		float: left;
	}
	.menu{
		border: 0;
		width: 100%;
		padding: 6px 0;
	}
	.fijo{
		position: relative;
	}

	#viajes-conten, #eventos-conten, #pagina, #quienes-conten, #redes-conten{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 900px){
	#logotipo img{
		width: 30%;
	}	

	.viaje1, .viaje3{
		width: 100%;
	}
}
@media screen and (max-width: 800px){
	.valor{
		width: 45%;
		margin: 0 2.5% 30px !important;
	}

	.red{
		width: 45%;
		margin: 0 2.5%;
	}

	.seccion-footer{
		width: 100% !important;
	}
}
@media screen and (max-width: 700px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}

	.red{
		width: 60%;
		margin: 0 20% 30px;
	}
}
@media screen and (max-width: 600px){
	#imagenes img, .thumbnails ul li{
		width: 100%;
		height: auto !important;
	}

	.seccion, .seccion2{
		width: 100%;
	}
	.imagen-seccion, .imagen-seccion2{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.imagen-seccion img{
		width: 70%;
	}
	.valor{
		width: 90%;
		margin: 0 5%;
	}
}
@media screen and (max-width: 500px){
	.red{
		width: 80%;
		margin: 0 10%;
	}
}







