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




body{
	font-family: 'Raleway', sans-serif;
}


#cintillo{
	background: #426086;
	width: 100%;
	float: left;
}

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

#cintillo-conten span{
	color: white;
	font-family: 'verdana';
	font-size: 18px;
	float: left;
	padding: 10px 0;
	margin: 0 100px 0 0;
}

#cintillo-conten span a{
	color: white;
}

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


#cabecera{
	width: 100%;
	float: left;
	padding: 12px 0 10px 0;
}

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

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

#logotipo img{
	width: 100%;
}


#menu{
	width: 75%;
	float: left;
	margin: 35px 0 0 0;
}

#menu a{
	text-decoration: none;
}

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

#menu ul li{
	width: 15.66%;
	float: left;
	margin: 0 0 0 1%;
}

.menu{
	background: #f8f8f8;
	width: 100%;
	color: black;
	font-size: 19px;
	font-weight: lighter;
	text-align: center;
	padding: 12px 0;
}

.menu:hover, .activo{
	color: #cf0000;
	font-weight: bold;
	text-decoration: underline;
}

.demo-menu{
	background: #63bc5f;
	color: white;
}

#red{
	width: 4%;
	text-align: center;
	float: right;
	margin: 30px 0 0 0;
}
#red img{
	width: 100%;
}


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


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

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

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

.texto{
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	color: gray;
	float: left;
	margin: 0 0 30px 0;
}

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

.seccion{
	width: 62%;
	font-size: 22px;
	line-height: 32px;
	float: left;
}

.imagen-seccion{
	width: 37%;
	font-size: 19px;
	line-height: 24px;
	float: right;
}

.imagen-seccion strong{
	color: #63bc5f;
	font-size: 22px;
}

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


#beneficios{
	position: relative;
	
	width: 100%;

	float: left;
	padding: 50px 0;
}

#fondo-blur{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(../images/fondo-beneficios.jpg);
	filter: blur(4px);
	width: 100%;
	height: 100%;
}

#beneficios-conten{
	position: relative;
	z-index: 2;
	width: 1200px;
	margin: 0 auto;
}

.b{
	border: 3px solid #426086;
	background: white;
	width: 31.33%;
	float: left;
	padding: 10px;

	border-radius: 5px;

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

.enmedio{
	margin: 0 3%;
}

.titulo-b{
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
}
.titulo-b img{
	width: 40px;
	float: left;
}
.titulo-b span{
	width: 80%;
	font-size: 19px;
	color: #426086;
	line-height: 25px;
	font-weight: bold;
	float: left;
	margin: 0 0 0 10px;
}

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

.texto-b{
	width: 100%;
	text-align: justify;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding: 10px 0;
}


#banner{
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	float: left;
	padding: 20px 0;
}

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


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


.linea-items{
	width: 30.33%;
	float: left;
	margin: 0 1.5%;
}

.item{
	border: 1px solid #ddd;
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	float: left;
	margin: 0 0 30px 0;
	padding: 12px;

	-webkit-box-shadow: border-box;
	box-shadow: border-box;
}
.gris .item{
	background:#f7f7f7;
}

.item img{
	height: 50px;
}

.item strong{
	width: 100%;
	color: #426086;
	font-size: 19px;
	float: left;
	margin: 20px 0;
}

.item span{
	width: 100%;
	float: left;
}


.cuadro{
	width: 31.33%;
	float: left;
	margin: 0 1%;
}

.titulo-cuadro{
	background: #63bc5f;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	float: left;
	padding: 10px 0;
}
.imagen-cuadro{
	width: 100%;
	text-align: center;
	float: left;
	padding: 20px 0;
}
.imagen-cuadro img{
	width: 58%;
}
.texto-cuadro{
	background: #f7f7f7;
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding: 12px;

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


#tabla{
	width: 80%;
	margin: 0 10%;
}

.elemento{
	background: #f7f7f7;
	width: 100%;
	float: left;
}
.elemento:hover, .elemento-activo{
	background: #63bc5f;
	color: white;
	cursor: pointer;
}

.elemento div{
	border: 2px solid #ddd;
	font-size: 25px;
	padding: 10px;
	float: left;

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

.e1{
	width: 50%;
}
.e2{
	width: 25%;
}
.e3{
	width: 25%;
}


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

.registro div{
	background: #39569c;
	color: white;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	padding: 10px 12px;

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





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

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

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

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

.seccion-footer a{
	color: white;
}

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

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














