﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?xmqt3f');
  src:  url('../fonts/icomoon.eot?xmqt3f#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?xmqt3f') format('truetype'),
    url('../fonts/icomoon.woff?xmqt3f') format('woff'),
    url('../fonts/icomoon.svg?xmqt3f#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[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{
	color: #214181;
	font-family: 'Open Sans', sans-serif;
}


#cabecera{
	width: 1250px;
	margin: 0 auto;
}

#cabecera-conten{
	border: 0px solid red;
	width: 100%;
	float: left;
	padding: 12px 0 0;
}

#logotipo{
	border:0px solid red;
	width: 12%;
	text-align: center;
	font-family: 'Changa', sans-serif;
	font-size: 65px;
	color: #4267b2;
	font-weight: bold;
	float: left;
	padding: 7px 0;
}
#logotipo img{
	width: 70%;
}
#logotipo strong{
	width: 100%;
	text-align: center;
	color: #c87c49;
	font-size: 39px;
	float: left;
}

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

#leyenda{
	width: 100%;
	color: #c87c49;
	float: left;
}

#leyenda strong{
	width: 100%;
	text-align: center;
	font-size: 39px;
	line-height: 38px;
	float: left;
}

#leyenda span{
	width: 100%;
	text-align: center;
	font-size: 24px;
	float: left;
	margin: 7px 0 0 0;
}

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

#menu-r{
	border: 0px solid red;
	background: #f7f7f7;
	width: 100%;
	color: #001f60;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0;
	float: left;
	cursor: pointer;
	display: none;

	animation-name: parpadeo;
	  animation-duration: 1s;
	  animation-timing-function: linear;
	  animation-iteration-count: infinite;

	  -webkit-animation-name:parpadeo;
	  -webkit-animation-duration: 1s;
	  -webkit-animation-timing-function: linear;
	  -webkit-animation-iteration-count: infinite;
}

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

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

.menu{
	border: 0px solid red;
	background: #f7f7f7;
	width: 100%;
	color: #001f60;
	text-align: center;
	font-size: 18px;
	padding: 12px 0;
	float: left;
}

.menu:hover, .activo, #menu-r:hover{
	background: rgb(200,124,73);
	color: white;
}


#datos{
	border: 0px solid red;
	width: 24%;
	float: right;
	padding: 13px 0 0 0;
}

#datos p{
	width: 100%;
	text-align: right;
	font-size: 19px;
	float: left;
	padding: 0 0 13px 0;
}

#datos p img{
	width: 30px;
}

#datos a{
	color: #001f60;
}

#datos p strong{
	animation-name: parpadeo;
	  animation-duration: 1s;
	  animation-timing-function: linear;
	  animation-iteration-count: infinite;

	  -webkit-animation-name:parpadeo;
	  -webkit-animation-duration: 1s;
	  -webkit-animation-timing-function: linear;
	  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}


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


#cabecera-fondo{
	position: relative;
	width: 100%;
	height: 200px;
	float: left;
}
#fondo-azul{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background:rgb(33,65,129,0.5);
	width: 100%;
	height: 100%;
}
.cabecera-nosotros{
	background: url(../images/cabecera-nosotros.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.cabecera-servicios{
	background: url(../images/cabecera-servicios.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.cabecera-contacto{
	background: url(../images/cabecera-contacto.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.cabecera-prevencion{
	background: url(../images/cabecera-prevencion.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.cabecera-productos{
	background: url(../images/cabecera-productos.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#titulo-cabecera{
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
	font-size: 40px;
	text-shadow: 2px 2px 2px black;
	font-weight: bold;
	color: white;
	margin: 70px 0 0 0;
}
#titulo-cabecera b{
	color: #c87c49;
}


.c{
	width: 33.33%;
	float: left;
	padding: 0 10px;
	margin: 0 0 40px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.imagen-c{
	width: 100%;
	float: left;
}
.imagen-c img{
	width: 100%;
}
.texto-c{
	background: #ddd;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	float: left;
	padding: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.texto-c h2{
	width: 100%;
	text-align: center;
	color: #c87c49;
	font-size: 30px;
	float: left;
	margin: 0 0 30px 0;
}
.texto-c strong{
	width: 100%;
	font-size: 20px;
	text-align: center;
	float: left;
	margin: 0 0 20px 0;
}

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


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

#contenido-conten{
	width: 100%;
	padding: 40px 0;
	float: left;
}

.texto{
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	float: left;
	margin: 0 0 30px 0;
}
.texto b{
	color: #c87c49;
}


#ladoi{
	width: 78%;
	float:left;
	padding: 0 20px 0 0;

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

.titulo{
	width: 100%;
	color: #c87c49;
	text-align: center;
	font-size: 30px;
	margin: 0 0 30px 0;
	float: left;
}

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

.seccion{
	width: 62%;
	text-align: justify;
	font-size: 20px;
	line-height: 30px;
	float: left;
}

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

.seccion b{
	color: #c87c49;
}

.imagen-seccion{
	width: 37%;
	float: right;
}
.imagen-seccion img{
	width: 100%;
}


.cuadro{
	position: relative;
	border:0px solid red;
	width: 32.33%;
	height: 200px;
	float: left;
}

.cuadro:hover .titulo-cuadro{
	background: rgb(200,124,73,0.7);
	font-weight: bold;
	font-size: 20px;
	text-shadow: 2px 2px 2px black;
}

.titulo-cuadro{
	position: absolute;
	top: 80px;
	left: 0;
	background: rgb(33,65,129,0.8);
	width: 100%;
	text-align: center;
	color: white;
	padding: 12px 0;

	transition: all 0.2s;
}

.c1{
	background: url(../images/c1.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.c2{
	background: url(../images/c2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.c3{
	background: url(../images/c3.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}


#ladod{
	background: #ddd;
	width: 20%;
	text-align: center;
	float: right;
	padding: 10px;

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

#ladod strong{
	width: 100%;
	font-weight: bold;
	font-size: 23px;
	float: left;
	margin: 0 0 30px 0;
}

#ladod img{
	height: 80px;
	margin: 0 0 15px 0;
}


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

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

.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 black;
}

.seccion-footer a{
	color: white;
}


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

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

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer-conten{
		width: 100%;
	}
}
@media screen and (max-width: 1100px){
	#logotipo{
		width: 20%;
	}
	#leyendaYmenu{
		width: 78%;
	}
	#datos{
		width: 100%;
	}
	#datos p{
		text-align: center;
	}
}
@media screen and (max-width: 1000px){
	#ladod img{
		width: 90%;
		height: auto !important;
	}
}
@media screen and (max-width: 800px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 30%;
	}
	#leyendaYmenu{
		width: 100%;
		margin: 0;
	}
	#ladoi{
		width: 100%;
		margin: 0 0 30px 0;
	}
	#ladod{
		width: 100%;
	}
	#ladod img{
		width: 120px;
		height: auto !important;
	}
}
@media screen and (max-width: 700px){
	.c{
		width: 80%;
		margin: 0 10% 30px !important;
	}
}
@media screen and (max-width: 600px){
	#menu ul{
		display: none;
	}
	#menu-r{
		display: block;
	}
	#menu ul li{
		width: 100%;
	}
	.seccion-footer{
		width: 100% !important;
	}

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













