﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?z7q1bj');
  src:  url('../fonts/icomoon.eot?z7q1bj#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?z7q1bj') format('truetype'),
    url('../fonts/icomoon.woff?z7q1bj') format('woff'),
    url('../fonts/icomoon.svg?z7q1bj#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-email:before {
  content: "\e900";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-celular:before {
  content: "\e958";
}




body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family:arial, sans-serif;
}


#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

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

#chat strong{
	width: 100%;
	float: left;
}

#chat img{
	width: 40px;
}



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

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

#cabecera{
	background: rgba(256,256,256,0.8);
	width: 100%;
	float: left;
	padding: 12px 20px;
	margin: 12px 0 0;

	border-radius: 10px 10px 0 0;

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

#logotipo1{
	border:0px solid red;
	width: 12%;
	float: left;
	margin: 10px 0 0 0;
}

#logotipo1 img{
	width: 100%;
}

#logotipo2{
	border: 0px solid red;
	width: 60%;
	color: blue;
	font-family: 'Passion One', cursive;
	font-size: 60px;
	line-height: 35px;
	float: left;
	margin: 20px 0 0 20px;
}

#logotipo2 span{
	color: black;
	font-size: 31px;
}

#cabe{
	height: 130px;
	float: left;
}

#datos{
	background: #f7f7f7;
	width: 35%;
	float: right;

	border-radius: 10px;
}

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

#datos p img{
	width: 25px;
	float: right;
	margin: 0 20px 0 0;
}

.w50{
	width: 50% !important;
	float: left;
}

#datos p strong{
	font-size: 22px;
	color: blue;
}

#leyenda2{
	width: 100%;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	color: blue;
	float: left;
}




#menu-ayuda{
	position: absolute;
	top: 140px;
	left: 0;
	z-index: -1;
	background: #0b4387;
	background: -moz-linear-gradient(top, #0b4387 0%, #1999c8 44%, #0b4387 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b4387), color-stop(44%,#1999c8), color-stop(100%,#0b4387));
	background: -webkit-linear-gradient(top, #0b4387 0%,#1999c8 44%,#0b4387 100%);
	background: -o-linear-gradient(top, #0b4387 0%,#1999c8 44%,#0b4387 100%);
	background: -ms-linear-gradient(top, #0b4387 0%,#1999c8 44%,#0b4387 100%);
	background: linear-gradient(top, #0b4387 0%,#1999c8 44%,#0b4387 100%);
	width: 100%;
	height: 47px;
}

#menu{
	background: #0b4387;
	background: -moz-linear-gradient(top, #0b4387 0%, #1999c8 44%, #0b4387 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b4387), color-stop(44%,#1999c8), color-stop(100%,#0b4387));
	background: -webkit-linear-gradient(top, #0b4387 0%,#1999c8 44%,#0b4387 100%);
	background: -o-linear-gradient(top, #0b4387 0%,#1999c8 44%,#0b4387 100%);
	background: -ms-linear-gradient(top, #0b4387 0%,#1999c8 44%,#0b4387 100%);
	background: linear-gradient(top, #0b4387 0%,#1999c8 44%,#0b4387 100%);

	width: 100%;
	float: left;
	margin: 10px 0;
}

#menu-r{
	width: 100%;
	text-align: center;
	font-size: 20px;
	text-shadow: 2px 2px 2px black;
	color: white;
	font-weight: bold;
	padding:12px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	background: #0b4387;
	background: -moz-linear-gradient(top, #0b4387 0%, #0b4387 44%, #0b4387 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b4387), color-stop(44%,#0b4387), color-stop(100%,#0b4387));
	background: -webkit-linear-gradient(top, #0b4387 0%,#0b4387 44%,#0b4387 100%);
	background: -o-linear-gradient(top, #0b4387 0%,#0b4387 44%,#0b4387 100%);
	background: -ms-linear-gradient(top, #0b4387 0%,#0b4387 44%,#0b4387 100%);
	background: linear-gradient(top, #0b4387 0%,#0b4387 44%,#0b4387 100%);
}

#menu a{
	text-decoration: none;
}

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

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

.menu{
	width: 100%;
	text-shadow: 2px 2px 2px black;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
}

.menu:hover, .activo{
	background: #0b4387;
	background: -moz-linear-gradient(top, #0b4387 0%, #0b4387 44%, #0b4387 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b4387), color-stop(44%,#0b4387), color-stop(100%,#0b4387));
	background: -webkit-linear-gradient(top, #0b4387 0%,#0b4387 44%,#0b4387 100%);
	background: -o-linear-gradient(top, #0b4387 0%,#0b4387 44%,#0b4387 100%);
	background: -ms-linear-gradient(top, #0b4387 0%,#0b4387 44%,#0b4387 100%);
	background: linear-gradient(top, #0b4387 0%,#0b4387 44%,#0b4387 100%);
}


#redes{
	width: 20%;
	text-align: center;
	float: left;
}

#redes img{
	width: 30px;
	margin: 7px 20px 0;
}



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

#efectoi{
	width: 62%;
	float: left;
}


#efectod{
	background: rgba(256,256,256,0.9);
	width: 37%;
	font-size: 21px;
	line-height: 27px;
	float: right;
	padding: 12px;

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

#efectod strong{
	width: 100%;
	font-size: 24px;
	text-align: center;
	color: blue;
	float: left;
}

#efectod iframe{
	width: 80%;
	margin: 0 10%;
}



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



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


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

.seccion{
	background: rgba(256,256,256,0.8);
	width: 62%;
	font-size: 22px;
	line-height: 27px;
	float: left;
	padding: 12px;

	border-radius: 10px;

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

.imagen-seccion{
	width: 35%;
	font-size: 22px;
	line-height: 27px;
	color: white;
	text-shadow: 2px 2px 2px black;
	float: right;
}
.imagen-seccion img{
	width: 100%;

	border-radius: 10px;
}



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

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

.titulo-servicio{
	background: black;
	width: 100%;
	text-align: center;
	font-size: 19px;
	line-height: 24px;
	color: white;
	float: left;
	padding: 10px 0;
}

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

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


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



#banner{
	background: black;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: white;
	float: left;
	padding: 12px 100px;

	border-radius: 9px;

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



#footer{
	background: #0b4387;
	background: -moz-linear-gradient(top, #0b4387 0%, #1999c8 44%, #0b4387 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b4387), color-stop(44%,#1999c8), color-stop(100%,#0b4387));
	background: -webkit-linear-gradient(top, #0b4387 0%,#1999c8 44%,#0b4387 100%);
	background: -o-linear-gradient(top, #0b4387 0%,#1999c8 44%,#0b4387 100%);
	background: -ms-linear-gradient(top, #0b4387 0%,#1999c8 44%,#0b4387 100%);
	background: linear-gradient(top, #0b4387 0%,#1999c8 44%,#0b4387 100%);

	width: 100%;
	float: left;
	margin: 20px 0;

	border-radius: 10px 10px 0 0;
}

.seccion-footer{
	position: relative;
	color: white;
	font-size: 20px;
	line-height: 30px;
	padding: 12px 22px;
	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: 27px;
	text-shadow: 2px 2px 2px black;
}



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



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

@media screen and (max-width: 1100px){
	#contacto-mujer{
		display: none;
	}
}

@media screen and (max-width: 800px){
	#logotipo2{
		width: 100%;
		font-size: 50px;
	}
	#datos{
		width: 100%;
		margin: 20px 0;
	}

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

@media screen and (max-width: 700px){
	#efectoi{
		width: 100%;
	}
	#efectod{
		width: 100%;
	}

	.servicio{
		width: 48%;
	}
}

@media screen and (max-width: 600px){
	#leyenda2{
		font-size: 17px;
	}

	#banner{
		padding:12px;
	}

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

@media screen and (max-width: 500px){
	#cabecera{
		padding: 5px;
	}

	#logotipo2{
		margin: 10px 0 0 0px;
	}

	#menu-r{
		display: block;
	}
	#menu ul{
		width: 100%;
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	#redes{
		width: 100%;
	}

	.servicio{
		width: 98%;
	}

	.seccion-footer a{
		font-size: 18px;
	}
}












