﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?fx07g');
  src:  url('../fonts/icomoon.eot?fx07g#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?fx07g') format('truetype'),
    url('../fonts/icomoon.woff?fx07g') format('woff'),
    url('../fonts/icomoon.svg?fx07g#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-abajo:before {
  content: "\e906";
}
.icon-arriba:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e900";
}
.icon-palomita:before {
  content: "\e901";
}
.icon-inicio:before {
  content: "\e905";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-reloj:before {
  content: "\e94e";
}
.icon-calendario:before {
  content: "\e953";
}
.icon-celular:before {
  content: "\e958";
}
.icon-usuario:before {
  content: "\e971";
}
.icon-buscar:before {
  content: "\e986";
}
.icon-internet:before {
  content: "\e9c9";
}
.icon-estrella:before {
  content: "\e9d9";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-vimeo:before {
  content: "\eaa0";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-click:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}





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


#cintillo{
	background: #f7f7f7;
	width: 100%;
	float: left;
}

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

#cintillo-conten span{
	font-size: 18px;
	line-height: 23px;
	float: left;
	margin: 0 80px 0 0;
	padding: 10px 0;
}

.right{
	float: right !important;
	margin: 0 !important;
}

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

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

#logotipo{
	border: 0px solid red;
	width: 16%;
	font-family: 'Libre Baskerville', serif;
	font-size: 38px;
	color: #9acfc5;
	float: left;
	padding: 15px 0;
}
#logotipo img{
	width: 100%;
}


#menu{
	width: 60%;
	float: left;
	margin: 80px 0 0 5%;
}

#menu-r{
	width: 100%;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	padding: 4px 0;
	cursor: pointer;
	display: none;
}

#menu ul{
	width: 100%;
	float: left;
}

#menu ul li{
	width: 23%;
	float: left;
	margin: 0 0 0 1%;
}

.menu{
	border: 0px solid green;
	width: 100%;
	color: black;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	float: left;
	padding: 4px 0;
}

.menu:hover, .activo, #menu-r:hover{
	background: #9acfc5;
	text-shadow: 2px 2px 2px black;
	color: white;
}


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

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


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

#contenido-conten{
	width: 100%;
	float: left;
	margin: 30px 0 0;
}

.titulo{
	width: 100%;
	text-align: center;
	color: #9acfc5;
	font-size: 30px;
	font-weight: bold;
	float: left;
	margin: 0 0 30px 0;
}
.subtitulo{
	text-align: center;
	font-size: 25px;
	font-weight: lighter;
	color: gray;
	margin-bottom: 30px;
}

.cuadro{
	width: 30.33%;
	float: left;
	margin-bottom: 30px;
}

.imagen-cuadro{
	width: 100%;
	float: left;
}

.imagen-cuadro img{
	width: 100%;
	float: left;
}

.titulo-cuadro{
	background: #9acfc5;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	padding: 12px 0;
	float: left;
}


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


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

.seccion{
	background: #f7f7f7;
	width: 62%;
	float: left;
	padding: 20px;

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

.imagen-seccion{
	width: 37%;
	font-size: 18px;
	line-height: 23px;
	float: right;
}
.imagen-seccion img{
	width: 100%;
}



.mitad{
	width: 50%;
	float: left;
	margin: 30px 0 0 0;
}


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

.i{
	width: 30%;
	float: left;
}
.i img{
	width: 100%;
	float: left;
}

.t{
	background:#f7f7f7;
	width: 70%;
	font-size: 17px;
	line-height: 22px;
	float: left;
	padding: 20px;

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

.t strong{
	width: 100%;
	text-align: center;
	font-size: 23px;
	color: #9acfc5;
	float: left;
	margin: 0 0 30px 0;
}

.tres{
	width: 50%;
	float: left;
}


.texto{
	background: #f7f7f7;
	width: 49%;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	float: left;
	padding: 20px 0 ;
}
.texto img{
	width: 50%;
	margin: 0 0 30px 0;
}


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

#footer-conten{
	background: #706e6f;
	width: 100%;
	float: left;
}

.seccion-footer{
	color: white;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding: 12px;

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

.seccion-footer a{
	color: white;
}

.seccion-footer strong{
	font-size: 23px;
}

#pie{
	background: black;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 14px;
	float: left;
	padding: 12px 0;
}


@media screen and (max-width: 1200px){
	#cintillo-conten, #cabecera-conten, #contenido{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#efecto-conten, #footer{
		width: 100%;
	}
}

@media screen and (max-width: 900px){
	.d900{
		display: none;
	}
	#logotipo{
		width: 25%;
	}
	#menu{
		width: 70%;
	}
	.mitad{
		width:100%;
	}
}

@media screen and (max-width: 700px){
	.d700{
		display: none;
	}
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 50%;
	}
	#menu{
		width: 100%;
		margin: 20px 0;
	}
	.seccion-footer{
		width: 100% !important;
	}
}

@media screen and (max-width: 600px){
	.cuadro{
		width: 90% !important;
		margin: 0 5% 30px !important;
	}
	.tres{
		width: 100%;
	}
	.i{
		width: 100% !important;
	}
	.t{
		width: 100% !important;
	}
	.texto{
		width: 100%;
		margin: 0 0 30px 0;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		margin: 30px 0 0 0;
	}
}

@media screen and (max-width: 500px){
	#cintillo-conten span{
		width: 50%;
		text-align: center;
		margin:0;
	}
	.right{
		width: 100% !important;
	}
	#menu ul{
		display: none;
	}
	#menu-r{
		display: block;
	}
	#menu ul li{
		width: 100%;
		margin: 0;
	}
}














