﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ofau2z');
  src:  url('../fonts/icomoon.eot?ofau2z#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ofau2z') format('truetype'),
    url('../fonts/icomoon.woff?ofau2z') format('woff'),
    url('../fonts/icomoon.svg?ofau2z#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: "\e900";
}
.icon-home:before {
  content: "\e901";
}
.icon-email:before {
  content: "\e902";
}
.icon-palomita:before {
  content: "\e903";
}
.icon-ubicacion:before {
  content: "\e904";
}
.icon-celular:before {
  content: "\e905";
}
.icon-telefono:before {
  content: "\e906";
}




body{
	background: url(../images/fondo.jpg);
	font-family: 'Lato', sans-serif;
}


#cabecera{
	background: white;
	width: 100%;
	float: left;
	padding: 5px 0;
}

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

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

#logotipo img{
	width: 100%;
}


#menu{
	width: 70%;
	float: right;
	margin: 13px 0 0 0;
}

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

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

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

#menu ul li{
	position: relative;
	width: 18%;
	float: left;
	margin: 0 1%;
}

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

	border-radius: 5px;

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

.menu:hover, .activo{
	background: #eb212e;
	color: white;
}

.dos{
	padding: 5px 10px;
}


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

#menu-secundario{
	position: absolute;
	top: 48px;
	left: -75%;
	z-index: 10000;
	background: white !important;
	width: 250%;
	float: left;
	display: none;

	border-radius: 10px;

	box-shadow: 3px 3px 3px black;
}

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

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

.menu-secundario{
	width: 100%;
	font-size: 19px;
	text-align: center;
	color: red;
	float: left;
	padding: 12px 0;
}
.menu-secundario:hover{
	background: red;
	color: white;
}





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



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

#pagina{
	width: 100%;
	float: left;
	margin: 5px 0;
}

.titulo{
	width: 100%;
	color: #eb212e;
	text-align: center;
	font-size: 40px;
	text-shadow: 2px 2px 2px white;
	font-weight: bold;
	margin: 10px 0;
}

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

.servicio{
	width: 31.33%;
	float: left;
	margin: 0 1% 20px;
	cursor: pointer;
}

.servicio:hover .titulo-servicio{
	background: black;
}

.titulo-servicio{
	background: #eb212e;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 6px 0px;
	float: left;

	border-radius: 5px 5px 0 0;

	text-shadow: 1px 1px 1px black;

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

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

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



.texto{
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 27px;
	margin: 40px 0;

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

.texto span{
	color: gray;
	font-size: 18px;
	font-style: italic;
	float: right;
}

.mitad2{
	border: 1px solid #ddd;
	width: 48%;
	font-size: 22px;
	line-height: 27px;
	float: left;
	padding: 40px;
	margin: 0 1%;

	border-radius: 10px;

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

.mitad2 strong{
	color: red;
}

.mitad2 img{
	width: 70%;
	margin: 0 15%;
	border-radius: 10px;
}

.fondo-blanco{background: white;}
.fondo-verde{background: rgba(181,230,29,0.3);}
.fondo-naranja{
	background: #ff7f00;
	color: white;
}
.fondo-naranja strong{
	color: white;
	text-shadow: 2px 2px 2px red;
}


.anuncio1{
	color: red;
	font-weight: bold;
}


.circulo{
	background: #f7f7f7;
	padding: 10px 17px;
	float: left;
	margin: 0 10px 0 0;

	border-radius: 50%;

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



.boton{
	background: #eb212e;
	width: 250px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 20px;
	padding: 12px 0;
	display: inline-block;
	margin: 30px 0;

	border-radius: 10px;
}



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

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

.seccion-footer{
	border: 0px solid red;
	position: relative;
	width: 50%;
	font-size: 25px;
	list-style: 35px;
	color: white;
	float: left;
	padding: 30px 10px;

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

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

.seccion-footer a{
	color: white;
}

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

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



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

	#contacto-mujer{
		display: none;
	}
}

@media screen and (max-width: 1000px){
	#logotipo{
		width: 28%;
	}
}

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

	#menu{
		width: 100%;
	}
}

@media screen and (max-width: 850px){
	.formu{
		width: 98% !important;
	}
}

@media screen and (max-width: 800px){
	.mitad{
		width: 100% !important;
	}
}

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

@media screen and (max-width: 650px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
		margin: 0;
	}

	.mitad2{
		width: 98%;
		padding: 15px;
	}
}

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













