﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?x9vcf5');
  src:  url('../fonts/icomoon.eot?x9vcf5#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?x9vcf5') format('truetype'),
    url('../fonts/icomoon.woff?x9vcf5') format('woff'),
    url('../fonts/icomoon.svg?x9vcf5#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-click:before {
  content: "\e904";
}
.icon-palomita:before {
  content: "\e902";
}
.icon-internet:before {
  content: "\e905";
}
.icon-email:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-reloj:before {
  content: "\e903";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-celular:before {
  content: "\e958";
}
.icon-estrella:before {
  content: "\e9d9";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}





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


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

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

#logotipo1{
	width: 22%;
	float: left;
}

#logotipo1 img{
	width: 100%;
}

#logotipo2{
	width: 22%;
	float: left;
	margin: 0 0 0 100px;
}

#logotipo2 img{
	width: 100%;
}


#datos{
	background: #f7f7f7;
	width: 30%;
	float: right;
	padding: 10px 0;

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

#datos p{
	width: 50%;
	text-align: center;
	font-size: 19px;
	float: left;
	padding: 3px 0;
}

#datos p strong{
	color: blue;
}



#menu{
	background: #0c40a6;
	width: 100%;
	float: left;
}

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

#menu-r{
	width: 100%;
	font-size: 19px;
	color: white;
	text-align: center;
	padding: 14px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	background: #4dfa30;
	text-shadow: 1px 1px 1px black;
}

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

#menu ul li{
	width: 20%;
	float: left;
}

.menu{
	width: 100%;
	font-size: 19px;
	color: white;
	text-align: center;
	float: left;
	padding: 14px 0 13px;
}

.dos{
	padding: 4px 0;
}

.menu:hover{
	background: #4dfa30;
	text-shadow: 1px 1px 1px black;
}


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

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



#contenido{
	background: #f7f7f7;
	width: 100%;
	float: left;
	padding:30px 0;
	margin: 30px 0 0 0;
}

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

.parte{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

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

.seccion strong{
	color: blue;
	font-size: 27px;
}

.imagen-seccion{
	width: 35%;
	float: left;
}

.imagen-seccion img{
	width: 100%;

	border-radius: 10px;
}



#clientes{
	width: 100%;
	float: left;
	padding: 40px 0;
}

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

.titulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: blue;
	float: left;
	padding: 10px 0 20px 0;
}

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




.texto{
	background: white;
	width: 100%;
	font-size: 22px;
	color: gray;
	line-height: 27px;
	float: left;
	margin: 10px 0 30px 0;
}



.cuadro{
	width: 29.33%;
	text-align: center;
	margin: 0 2%;
	float: left;
}

.cuadro img{
	width: 100%;
}

.cuadro strong{
	width: 100%;
	font-size: 21px;
	font-weight: bold;
	float: left;
	padding: 12px 0;
}

.texto-cuadro{
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	float: left;
	padding: 12px 5px;

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

.separacion{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}



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

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

#texto-que{
	background: rgba(0,0,0,0.5);
	width: 65%;
	color: white;
	font-size: 22px;
	line-height: 27px;
	padding: 30px;
	float: right;

	border-radius: 10px;

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

#texto-que strong{
	text-shadow: 2px 2px 2px black;
}



.galeria{
	width: 100%;
	float: left;
}
.galeria img{
	float: left;
	margin: 0 12px 30px;
}



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

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

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

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

.seccion-footer a{
	color: white;
}

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



@media screen and (max-width: 1200px){
	#cabecera-conten, #menu-conten, #efecto-conten, #clientes-conten, #footer-conten{
		width: 100%;
	}

	#contenido-conten{
		width: 100%;
		padding: 0 10px;

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

	#contacto-mujer{
		display: none;
	}
}

@media screen and (max-width: 800px){
	#logotipo1, #logotipo2{
		width: 50%;
		text-align: center;
		margin: 10px 0 0 0;
	}

	#logotipo1 img, #logotipo2 img{
		width: 70%;
	}

	#datos{
		width: 100%;
	}
}

@media screen and (max-width: 700px){
	#logotipo1 img, #logotipo2 img{
		width: 90%;
	}

	#texto-que{
		width: 100%;
	}

	.cuadro{
		width: 46%;
	}

	.seccion-footer{
		width: 100% !important;
	}
}

@media screen and (max-width: 600px){
	#menu-r{
		display: block;
	}

	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0 !important;
	}
	.imagen-seccion img{
		width: 70%;
	}
}

@media screen and (max-width: 500px){
	.cuadro{
		width: 96%;
	}

	.galeria{
		text-align: center;
	}
	.galeria img{
		height: 200px !important;
	}
}









