﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?eso32o');
  src:  url('../fonts/icomoon.eot?eso32o#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?eso32o') format('truetype'),
    url('../fonts/icomoon.woff?eso32o') format('woff'),
    url('../fonts/icomoon.svg?eso32o#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: 'Open Sans', sans-serif;
	font-weight: lighter;
}


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

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

#logotipo{
	border: 0px solid red;
	width: 35%;
	font-size: 40px;
	font-family: 'felix-titling';
	float: left;
}


#datos{
	width: 60%;
	float: right;
}

#datos p{
	border: 0px solid red;
	text-align: center;
	font-size: 18px;
	float: left;
	padding: 12px 0;

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

#datos p img{
	width: 25px;
	float: right;
	margin: -4px 0 0 10px;
}


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

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

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


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

#menu-conten ul li{
	position: relative;
	width: 16.66%;
	float: left;
}

.menu{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	float: left;
	padding: 12px 0;
}
.menu:hover, .activo{
	text-decoration: underline;
}


#menu-conten ul li:hover #menu-secundario{
	display: block;
}


#menu-secundario{
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 100000;
	border: 0px solid red;
	background: black;
	width: 100%;
	float: left;
	display: none;
}

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

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

.menu-secundario{
	background: black;
	width: 100%;
	color: white;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	float: left;
	padding: 20px 0;
}

.menu-secundario:hover{
	text-decoration: underline;
}


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


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

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

.titulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
}

.texto{
	width: 100%;
	text-align: center;
	font-size: 19px;
	line-height: 29px;
	float: left;
	margin: 30px 0;
}

.texto strong{
	font-size: 24px;
}



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

.servicio{
	border: 1px solid ed;
	width: 23%;
	height: 300px;
	float: left;
	margin: 0 1%;
}

.servicio strong{
	background: rgba(0,0,0,0.7);
	width: 100%;
	text-align: center;
	color: white;
	padding: 12px 0;
	float: left;
}


.uno{
	background: url(../images/1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.dos{
	background: url(../images/2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.tres{
	background: url(../images/3.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.cuatro{
	background: url(../images/4.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}



#efecto-titulo{
	background: url(../images/fondo-titulo.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	float: left;
	padding: 30px 0;
}


.texto{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	float: left;
}
.left{
	text-align: left;
}


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

.seccion{
	width: 61%;
	text-align: justify;
	font-size: 18px;
	line-height: 23px;
	float: left;
}

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

.sangria{
	padding: 0 0 0 30px;
}

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

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


#ladoi{
	width: 49%;
	font-size: 18px;
	line-height: 28px;
	float: left;
}

#ladod{
	width: 49%;
	text-align: justify;
	font-size: 18px;
	line-height: 28px;
	float: right;
}



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

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

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

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

.seccion-footer a{
	color: white;
}

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

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

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






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

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

	#menu-conten, #footer-conten{
		width: 100%;
	}
}

@media screen and (max-width: 1100px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#datos{
		width: 100%;
	}
}

@media screen and (max-width: 700px){
	.servicio{
		width: 48%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px){
	#datos p{
		width: 100% !important;
		text-align: center !important;
	}

	#menu-r{
		display: block;
	}
	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
	}
	#menu-secundario{
		position: relative;
		top: 0;
	}

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

	.mitad{
		width: 100%;
	}

	#ladoi, #ladod{
		width: 100%;
	}

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

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








