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


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

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

#cabecera{
	width: 100%;
	padding: 5px 0;
}

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

#logotipo img{
	width: 100%;
}



#leyenda{
	width: 50%;
	text-transform: uppercase;
	color: white;
	font-size: 31px;
	line-height: 43px;
	text-shadow: 2px 2px 2px black;
	font-weight: bold;
	float: left;
	margin: 45px 0 0 50px;
}



#datos{
	border: 0px solid blue;
	width: 30%;
	float: right;
	margin: 20px 0 0 0;
}

#datos p{
	width: 100%;
	font-size: 22px;
	color: white;
	text-align: right;
	padding: 8px 0;
}

#datos strong{
	font-size: 27px;
}





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

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

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

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

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

#menu ul li{
	width: 19%;
	float: left;
	margin: 0 0.5%;
}

.menu{
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #757575 44%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(44%,#757575), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #000 0%,#757575 44%,#000 100%);
	background: -o-linear-gradient(top, #000 0%,#757575 44%,#000 100%);
	background: -ms-linear-gradient(top, #000 0%,#757575 44%,#000 100%);
	background: linear-gradient(top, #000 0%,#757575 44%,#000 100%);
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px black;
	padding: 12px 0;

	border-radius: 5px;
}

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

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

#redes img{
	width: 40px;
}



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



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



.titulo{
	width: 100%;
	text-align: center;
	color: #6c8cc5;
	text-shadow: 1px 1px 1px black;
	font-size: 30px;
	font-weight: bold;
}



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

.seccion{
	width: 61%;
	color: white;
	font-size: 22px;
	float: left;
}

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

.imagen-seccion{
	width: 35%;
	color: white;
	font-size: 22px;
	line-height: 32px;
	float: left;
}

.imagen-seccion img{
	width: 100%;

	border-radius: 10px;
}



#banner{
	background: url(../images/fondo-banner.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-banner{
	background: rgba(256,256,256,0.9);
	width: 40%;
	font-size: 22px;
	line-height: 40px;
	text-align: justify;
	padding: 30px;
	float: right;

	border-radius: 10px;

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

.texto-banner strong{
	font-size: 26px;
	color: #6c8cc5;
}



.pdf{
	width: 15%;
	text-align: center;
	float: left;
	margin: 30px 2.5% 40px;
}

.pdf:hover strong{
	text-decoration: underline;
}

.pdf img{
	width: 70%;
}

.pdf strong{
	width: 100%;
	color: white;
	text-align: center;
	float: left;
}



.titulaso{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px 2px red;
	float: left;
	margin: 20px 0 20px 0;
}



.servicios{
	border: 0px solid white;
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}

.ladoi{
	border: 0px solid red;
	width: 20%;
	float: left;
}

.item{
	background: #f7f7f7;
	width: 100%;
	line-height: 20px;
	color: gray;
	float: left;
	padding: 8px 10px;
	margin: 3px 0;
	cursor: pointer;

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

.item:hover, .activo-item{
	background: #6c8cc5;
	text-shadow: 2px 2px 2px black;
	color: white;
	font-weight: bold;
}



.ladod{
	position: relative;
	width: 78%;
	float: right;
}

.servicio{
	position: absolute;
	top: 0;
	left: 0;
	border: 0px solid red;
	background: #ddd;
	width: 100%;
	
	float: left;
	visibility: hidden;
}

.texto-servicio{
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	padding: 20px;

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

.texto-servicio strong, .texto-servicio h2{
	color: #6c8cc5;
	font-size: 22px;
	float: left;
}

.imagen-servicio{
	border:0px solid blue;
	background: #ddd;
	width: 100%;
	float: left;
}

.thumbnails ul li{
	height: 170px;
	overflow: hidden;
}



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

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

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

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

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


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

#pie{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: white;
	padding: 12px 0;
	float: left;
}
#pie a{
	color: white;
	text-decoration: none;
}



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

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

	.texto-banner{
		width: 80%;
	}

	#menu ul{
		width: 100%;
	}

	#redes{
		width: 100%;
	}

	.parte{
		padding: 0 10px;

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

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

@media screen and (max-width: 1000px){
	#contacto-mujer{display: none;}
	.seccion-footer{
		width: 50% !important;
	}
}

@media screen and (max-width: 850px){
	.ladoi, .ladod{
		width: 100%;
	}
	.item{
		width: 50%;
	}
}

@media screen and (max-width: 800px){
	#logotipo{
		width: 24%;
	}
	#leyenda{
		width: 65%;
		font-size: 26px;
		margin: 5px 0 0 20px;
	}
}

@media screen and (max-width: 750px){
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		margin: 20px 0 0 0;
	}
}

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

@media screen and (max-width: 600px){
	.seccion-footer{
		width: 100% !important;
	}

	.texto-banner{
		width: 100%;
	}

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

@media screen and (max-width: 500px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 50%;
	}
	#leyenda{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
	}

	.item{
		width: 100%;
		font-size: 15px;
		padding: 1px 10px;
	}

	.pdf{
		width: 44%;
	}
}














