﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?4dyb5h');
  src:  url('../fonts/icomoon.eot?4dyb5h#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?4dyb5h') format('truetype'),
    url('../fonts/icomoon.woff?4dyb5h') format('woff'),
    url('../fonts/icomoon.svg?4dyb5h#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-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-click:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}



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



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

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

#cintillo-conten span{
	font-size: 19px;
	float: left;
	margin: 0 100px 0 0;
	padding: 12px 0;
}

#cintillo-conten span img{
	width: 30px;
	float: right;
	margin: -6px 0 0 10px;
}

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


#cabecera{
	width: 100%;
	float: left;
	padding: 10px 0;
}

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

#logotipo{
	width: 9%;
	float: left;
}

#logotipo img{
	width: 100%;
}


#menu{
	border: 0px solid red;
	width: 75%;
	float: right;
	margin: 30px 0 0 0;
}

#menu a{
	color: black;
	text-decoration: none;
}

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

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

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

.menu{
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 19px;
	padding: 20px 0;
}

.menu:hover, .activo, #menu-r:hover{
	background: #0b91c7;
	font-weight: bold;
	color: white;
}


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


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

#contenido-conten{
	width: 100%;
	float: left;
}

.titulo{
	width: 100%;
	color: #0b91c7;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0;
}

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

.seccion{
	width: 62%;
	font-size: 19px;
	line-height: 29px;
	float: left
}

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


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

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

.texto-banner{
	background: rgba(256,256,256,0.8);
	width: 65%;
	font-size: 22px;
	line-height: 32px;
	color: #0b91c7;
	font-weight: bold;
	float: right;
	padding: 20px;

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



.cuatro{
	width: 25%;
	text-align: center;
	float: left;
	margin: 0 0 40px 0;
}

.cuatro img{
	height: 60px;
}



.cuadro{
	width: 31.33%;
	float: left;
	margin-bottom: 30px !important;
}
.enmedio{
	margin: 0 3%;
}
.imagen-cuadro{
	width: 100%;
	float: left;
}
.imagen-cuadro img{
	width: 100%;
	float: left;
}
.titulo-cuadro{
	background: #0b91c7;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding: 12px 0;
}

.separacion{
	border: 0px solid red;
	width: 100%;
	float: left;
}


.imagen-titulo{
	width: 20%;
	float: left;
	margin: 30px 40%;
}
.imagen-titulo img{
	width: 100%;
}


.imagenes{
	width: 100%;
	text-align: center;
	float: left;
}

.imagenes img{
	border: 1px solid #ddd;
	margin: 0 0 30px 0;
	cursor: pointer;

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

.en{
	margin-left:30px !important;
	margin-right:30px !important;
}


#oscuro{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	display: none;
}
#cerrar{
	position: absolute;
	top: -10px;
	right: -10px;
	border: 1px solid red;
	background: white;
	font-size: 22px;
	color: red;
	padding: 12px 15px;
	cursor: pointer;

	border-radius: 50%;
}
#cerrar:hover{
	background: red;
	color: white;
	font-weight: bold;
}
#blanco{
	position: relative;
	width: 550px;
	margin: 30px auto;
}
#blanco img{
	width: 100%;
}


#footer{
	background: #f6a94a;
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}

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

.seccion-footer{
	position: relative;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding: 20px 12px;

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

.seccion-footer a{
	color: black;
}

.seccion-footer strong{
	font-size: 23px;
	text-shadow: 2px 2px 2px black;
	color: white;
}

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


#contacto-mujer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 250px;
}

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

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#banner-conten, #footer-conten{
		width: 100%;
	}
}
@media screen and (max-width: 1000px){
	#logotipo{
		width: 15%;
	}
}
@media screen and (max-width: 900px){
	.cuatro{
		width: 50%;
	}
}
@media screen and (max-width: 800px){
	#logotipo{
		width: 22%;
	}
	.seccion-footer{
		width: 100% !important;
	}
}
@media screen and (max-width: 700px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 40%;
	}
	#menu{
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
	}
	.imagen-seccion img{
		width: 80%;
	}
	.texto-banner{
		width: 100%;
	}
	.cuatro img{
		height: 40px;
	}
	.cuadro{
		width: 90%;
		margin: 0 5% 30px !important;
	}
}
@media screen and (max-width: 500px){
	.d500{
		display: none;
	}
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
		margin: 0;
	}
}

















