﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?5mvqej');
  src:  url('../fonts/icomoon.eot?5mvqej#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5mvqej') format('truetype'),
    url('../fonts/icomoon.woff?5mvqej') format('woff'),
    url('../fonts/icomoon.svg?5mvqej#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-click:before {
  content: "\e902";
}
.icon-check:before {
  content: "\e904";
}
.icon-email:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e901";
}
.icon-home:before {
  content: "\e905";
}
.icon-shop:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-horario:before {
  content: "\e94e";
}
.icon-celular:before {
  content: "\e958";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eaca";
}




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

#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 0px solid #43c22e;
	width: 90px;
	text-align: center;

	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: 100%;
}


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

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

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

#logotipo img{
	width: 100%;
}

#leyenda{
	border: 0px solid red;
	width: 44%;
	font-size: 43px;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
	float: left;
	margin:10px 0 0 30px;
}

#leyenda strong{
	color: red;
	font-size: 33px;
}

#datos{
	border: 0px solid red;
	width: 37%;
	float: right;
}

#datos p{
	width: 100%;
	color: blue;
	font-size: 26px;
	text-align: right;
	padding: 0 0 6px 0;
}

#datos p strong{
	color: #3f44c7;
}

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

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

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

#menu-r{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: white;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}

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

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

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

.menu:hover, .activo, #menu-r:hover{
	font-weight: bold;
	color: #3f44c7;
}


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


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

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

.titulo{
	width: 100%;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: #3f44c7;
}

.titulo strong{
	width: 100%;
	color: red;
	font-size: 30px;
	float: left;
	margin: 0 0 15px 0;
}

.subtitulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: red;
	margin: 0 0 30px 0;
}

.rayita{
	background: black;
	width: 200px;
	height: 4px;
	margin: 30px 0;
}

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

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

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

.seccion strong{
	color: green;
}

.mitad{
	width: 50%;
	float: left;
}

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

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

#banner{
	background: url(../images/fondo-banner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 30px 0;
}

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

.texto-banner{
	background: rgb(47,51,155,0.8);
	width: 50%;
	font-size: 22px;
	line-height: 32px;
	color: white;
	float: right;
	padding: 30px;

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


#gris{
	background: #ddd;
	width: 100%;
	float: left;
	padding: 30px 0;
}

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


.cuadro{
	position: relative;
	background: white;
	width: 27.33%;
	text-align: center;
	float: left;
	margin: 0 3%;
	padding: 20px 0;
	cursor: pointer;
}

.titulo-cuadro{
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 1000;
	background: rgb(47,51,155,0.8);
	width: 100%;
	color: white;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	padding: 8px 0;
}

.cuadro img{
	width: 100%;
}

.cuadro:hover .titulo-cuadro{
	background: rgb(47,51,155,1);
	font-weight: bold;
}


.equipo{
	border: 2px solid #ddd;
	width: 100%;
	float: left;
	margin: 0 0 40px 0;

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

.imagen-equipo{
	background: url(../images/fondo-equipo.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 40%;
	text-align: center;
	float: left;
	padding: 108px 0;
}
.imagen-equipo img{
	width: 75%;
}
.imagen-equipo strong{
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: blue;
	float: left;
}

.texto-equipo{
	background: #f7f7f7;
	width: 60%;
	font-size: 22px;
	line-height: 27px;
	float: right;
	padding: 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.texto-equipo strong{
	font-size: 27px;
	color: blue;
}

.texto-equipo p{
	color: gray;
	font-size: 17px;
}

.texto-equipo b{
	color: red;
	font-size: 24px;
}


.anuncio{
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: red;
	float: left;
	margin: 0 0 30px 0;
}


center a{
	font-size: 30px;
}

table{
	width: 100%;
}

table tr td{
	border: 1px solid #ddd;
	width: 50%;
	font-size: 19px;
	line-height: 24px;
	padding: 5px;
}

tr td:first-child{
	font-weight: bold;
}

.chiquito{
	font-size: 17px;
	color: gray;
	font-weight: lighter;
}


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

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

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

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

.seccion-footer a{
	color: white;
}


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


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

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#menu-conten, #footer-conten{
		width: 100%;
	}
}
@media screen and (max-width: 1000px){
	.seccion-footer{
		width: 50% !important;
	}
}
@media screen and (max-width: 900px){
	#logotipo{
		width: 25%;
	}
	#leyenda{
		width: 70%;
	}
	#datos{
		width: 100%;
	}
}
@media screen and (max-width: 700px){
	#menu-r{
		display: block;
	}
	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
	}
	.texto-banner{
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 30%;
	}
	#leyenda{
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}
	#datos p{
		text-align: center;
	}
	.imagen-equipo{
		width: 100%;
		padding: 20px 0 !important;
	}
	.texto-equipo{
		width: 100%;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}
	.imagen-seccion img{
		width: 80%;
	}
	.seccion-footer{
		width: 100% !important;
	}
}
















