﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?wdne2x');
  src:  url('../fonts/icomoon.eot?wdne2x#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?wdne2x') format('truetype'),
    url('../fonts/icomoon.woff?wdne2x') format('woff'),
    url('../fonts/icomoon.svg?wdne2x#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-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{
	/* background: url(../images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover; */
	background: #4287f5;
	font-family: 'Open Sans', sans-serif;
}


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

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

#cintillo{
	background: black;
	width: 100%;
	float: left;
	padding: 10px;

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

#cintillo span{
	color: white;
	font-size: 18px;
	float: left;
	margin: 0 70px 0 0;
}

#cintillo span img{
	width: 20px;
	float: right;
	margin: -4px 0 0 0;
}

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

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

#logotipo{
	width: 20%;
	text-align: left;
	float: left;
	padding: 12px 0;
}

#logotipo img{
	width: 50%;
}

#menu{
	border: 0px solid blue;
	width: 55%;
	float: left;
	margin: 45px 0 0 20px;
}

#menu a{
	text-decoration: none;
}

#menu-r{
	background: rgba(256,256,256,0.6);
	width: 100%;
	text-shadow: 2px 2px 2px blue;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	padding: 13px 0 14px;
	cursor: pointer;
	display: none;
}

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

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

.menu{
	border: 0px solid red;
	width: 100%;
	text-shadow: 2px 2px 2px blue;
	color: white;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
	padding: 13px 0 14px;
}

.dos{
	padding: 0px 0;
}

.menu:hover, .activo{
	background: rgba(256,256,256,0.6);
	text-shadow: 2px 2px 2px transparent;
	color: blue;
}


#logotipo2{
	width: 23%;
	float: right;
	margin: 20px 0 0 0;
}

#logotipo2 img{
	width: 100%;
}



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


#contenido{
	width: 100%;
	float: left;
	padding: 20px;

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

.titulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: white;
	text-shadow: 2px 2px 2px black;
	font-weight: bold;
	padding: 12px 0;
	margin: 0 0 30px 0;
	float: left;
}

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

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

.seccion strong{
	text-shadow: 2px 2px 2px black;
}

.imagen-seccion{
	width: 37%;
	font-size: 18px;
	color: white;
	line-height: 23px;
	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: 50px 20px;
	margin: 20px 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: 19px;
	line-height: 24px;
	float: right;
	padding: 20px;

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

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


.texto{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: white;
	float: left;
}


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

.imagenes img{
	height: 220px;
	margin: 0 20px;
}


#ladoi{
	border: 0px solid red;
	width: 80%;
	float: left;

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

.cuadrito{
	width: 40%;
	float: left;
	margin: 0 5%;
}

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

.titulo-cuadrito{
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
	float: left;
	padding: 12px 0;
}

#ladod{
	border: 0px solid red;
	width:20%;
	text-align: center;
	float: right;

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

#tubo{
	width: 100%;
	text-align: center;
	float: right;
}

#tubo img{
	width: 36%;
}


.imagenes{
	width: 100%;
	text-align: center;
	float: left;
	margin: 30px 0 0 0;
}

.imagenes img{
	height: 600px;
}



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

.seccion-footer{
	position: relative;
	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 blue;
}

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

@media screen and (max-width: 1150px){
	#wrapP{
		width: 100%;
	}
	#logotipo{
		width: 100%;

	}
	#logotipo img{
		width: 25%;
	}
	#menu{
		width: 100%;
		margin: 20px 0 0 0;
	}
	#logotipo2{
		width: 100%;
		text-align: center;
	}
	#logotipo2 img{
		width: 25%;
	}
	#contacto-mujer{
		display: none;
	}
}
@media screen and (max-width: 800px){
	#logotipo img, #logotipo2 img{
		width: 40%;
	}
}
@media screen and (max-width: 700px){
	.d700{
		display: none;
	}	
	.imagenes img{
		width: 95%;
		height: auto !important;
		margin: 0 2.5% 30px;
	}
}
@media screen and (max-width: 600px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.menu{
		padding: 12px 0;
	}
	.seccion-footer{
		width: 100% !important;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.imagen-seccion img{
		width: 100%;
	}
	.cuadrito{
		width: 90%;
	}
}
@media screen and (max-width: 500px){
	.d500{
		display: none;
	}
	#cintillo-conten span{
		width: 50%;
		text-align: center;
		margin: 0 !important;
	}
	.right{
		width: 100% !important;
	}
	#logotipo img, #logotipo2 img{
		width: 20%;
	}
	#logotipo2 img{
		width: 70%;
		margin: 0 15%;
	}
	.ladod2{
		width: 100% !important;
		text-align: center;
	}
	.cuadrito{
		margin-bottom: 20px;
	}
	.ladod2 #tubo img{
		width: 10% !important;
	}
}














