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


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


#cabecera{
	border: 0px solid red;
	width: 100%;
	float: left;
	padding: 12px 0;
}

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

#logo{
	width: 9%;
	float: left;
}
#logo img{
	width: 100%;
}

#logotipo{
	border: 0px solid red;
	width: 25%;
	color: #2266af;
	font-family: 'Spinnaker', sans-serif;
	font-size: 42px;
	line-height: 47px;
	float: left;
	margin: 5px 0 0 0;
}

#leyenda{
	width: 30%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: lighter;
	float: left;
	margin: 22px 0 0 10px;
}


#datos{
	background: #f7f7f7;
	width: 35%;
	float: right;
	padding: 5px 0 0 0;
}

#datos span{
	width: 100%;
	text-align: center;
	font-size: 20px;
	float: left;
	padding: 0 0 5px 0;
}

#datos span img{
	width: 25px;
	margin: -5px 0 0 0;
}

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


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

#contenido-conten{
	width: 100%;
	float: left;
	padding: 40px 0;
}

.titulo{
	width: 100%;
	text-align: center;
	font-size: 32px;
	color: #2266af;
	font-weight: bold;
	margin: 0 0 30px 0;
	float: left;
}

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

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

.imagen-seccion{
	width: 37%;
	float: right;
}
.imagen-seccion img{
	width: 100%;
}


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

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

.texto-banner{
	background: rgba(256,256,256,0.8);
	width: 65%;
	font-size: 18px;
	line-height: 28px;
	float: right;
	padding: 20px;

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


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

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

.texto-servicio{
	background: #f7f7f7;
	width: 100%;
	font-size: 17px;
	line-height: 27px;
	float: left;
	padding: 12px;

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

.texto-servicio strong{
	font-size: 22px;
}


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


#formulario{
	border: 0px solid red;
	width: 65%;
	float: right;
}

#formulario strong{
	width: 100%;
	text-align: center;
	font-size: 23px;
	color: #2266af;
	float: left;
}


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

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

.seccion-footer{
	position: relative;
	width: 50%;
	color: white;
	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 strong{
	font-size: 23px;
	text-shadow: 2px 2px 2px black;
}

.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;
	}
	#cabecera-conten, #footer-conten{
		width: 100%;
	}
	#contenido{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1100px){
	#logo{
		width: 13%;
	}
	#logotipo{
		width: 40%;
		text-align: center;
	}
	#datos{
		width: 100%;
		margin: 20px 0 0 0;
	}
}
@media screen and (max-width: 800px){
	#logo{
		width: 25%;
	}
	#logotipo{
		width: 60%;
	}
	#leyenda{
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 700px){
	.servicio{
		width: 95%;
		margin: 0 2.5% 30px;
	}
	#formulario{
		width: 100%;
	}
	.seccion-footer{
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.imagen-seccion img{
		width: 80%;
	}
	.texto-banner{
		width: 100%;
	}
}













