﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?7da9ry');
  src:  url('../fonts/icomoon.eot?7da9ry#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?7da9ry') format('truetype'),
    url('../fonts/icomoon.woff?7da9ry') format('woff'),
    url('../fonts/icomoon.svg?7da9ry#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-buscar:before {
  content: "\e906";
}
.icon-reloj:before {
  content: "\e903";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-celular:before {
  content: "\e958";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-click:before {
  content: "\e904";
}
.icon-palomita:before {
  content: "\e902";
}
.icon-menu:before {
  content: "\e907";
}
.icon-internet:before {
  content: "\e905";
}
.icon-email:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}






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


#chat{
	position: fixed;
	bottom: 20px;
	right: 20px;
	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;
}


#cintillo{
	background: #0a246e;
	width: 100%;
	float: left;
	padding: 8px 0;
}

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

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

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

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

#cintillo-conten span img{
	width: 25px;
	margin: -4px 4px 0;
	float: left;
}



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

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

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

#logotipo img{
	width: 100%;
}


#cabecerad{
	border: 0px solid red;
	width: 87%;
	float: right;
}

#leyenda{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #02acee;
	float: left;
	padding: 25px 0 20px;
}


#menu{
	width: 100%;
	float: right;
}

.menu-r{
	cursor: pointer;
	display: none;
}

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

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

.menu, .menu-r{
	background: #f7f7f7;
	width: 100%;
	color: black;
	font-size: 18px;
	text-align: center;
	float: left;
	padding: 20px 8px 21px;

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

.menu:hover, .activo, .menu-r:hover{
	background: #8dd8f7;
	font-weight: bold;
}

.dos{
	padding-top: 12px;
	padding-bottom: 12px;
}


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

.textito-foto{
	color: blue;
}

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

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

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

.parte{
	width: 100%;
	float: left;
	margin-top: 70px !important;
}

.seccion{
	width: 57%;
	text-align: justify;
	font-size: 20px;
	line-height: 30px;
	float: left;
}
.seccion p{
	margin-top: 0;
}

.seccion ul{
	line-height: 40px;
	list-style: disc;
	padding-left: 20px;
}

.imagen-seccion{
	width: 37%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	float: right;
}
.imagen-seccion strong{
	width: 100%;
	text-align: center;
	font-size: 25px;
	float: left;
	margin-bottom: 20px;
}
.imagen-seccion img{
	width: 100%;
}
.imagen-seccion iframe{
	width: 100%;
	height: 400px;
}
.imagen-seccion span{
	font-size: 24px;
	color: #00adef;
	font-weight: bold;
}

.gris{
	background: #f7f7f7;
	padding: 12px;

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


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

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

.texto-banner{
	background: rgba(256,256,256,0.7);
	width: 62%;
	text-align: justify;
	font-size: 22px;
	line-height: 32px;
	float: right;
	padding: 40px 20px;
	margin: 120px 0 0 0;

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



.texto{
	width: 100%;
	text-align: justify;
	font-size: 22px;
	line-height: 32px;
	float: left;
	padding: 0 30px;
	margin: 0 0 30px 0;

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

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

.principal{
	width: 60%;
	float: left;
	margin: 20px 20% 0;
}

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

.imagenes img{
	height: 170px;
	margin: 0 30px;
}



.mapa{
	width: 47%;
	font-size: 20px;
	line-height: 30px;
	margin: 0 1.5% 30px;
	float: left;
}
.mapa iframe{
	width: 100%;
}


.cuadro{
	width: 29.33%;
	float: left;
	margin: 0 2%;
}
.imagen-cuadro{
	width: 100%;
	float: left;
}
.imagen-cuadro img{
	width: 100%;
}
.titulo-cuadro{
	background: #00adef;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: white;
	text-shadow: 2px 2px 2px black;
	padding:8px 0;
	float: left;
}



.entrada{
	width: 100%;
	float: left;
	margin: 0 0 35px 0;
}

.entrada:hover .texto-entrada{
	color: black;
}
.entrada:hover .texto-entrada strong{
	color: blue;
}

.imagen-entrada{
	width: 25%;
	float: left;
}

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

.texto-entrada{
	border: 0px solid red;
	width: 75%;
	color: gray;
	float: left;
	padding: 0 0 0 10px;

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

.texto-entrada strong{
	background: transparent;
	width: 100%;
	font-size: 22px;
	color: #555963;
	float: left;
}

.texto-entrada span{
	width: 100%;
	font-weight: normal;
	color: #555963;
	font-size: 14px;
	margin: 10px 0;
	float: left;
}

.texto-entrada p{
	width: 100%;
	height: 120px;
	line-height: 20px;
	font-weight: normal;
	float: left;
	overflow: hidden;
}


table tr td{
	border: 1px solid black;
	padding:12px;
}



.titulo-e{
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	float: left;
	margin: 0 0 30px 0;
}

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

.texto-e{
	border: 0px solid red;
	width: 100%;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
}

.texto-e img{
	width: 30%;
	vertical-align: text-top;  
	float: left;
	margin: 0 20px 20px 0;
}


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

.imagenes img{
	height: 320px;
	margin: 0 20px;
}



#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: 29px;
	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: 22px;
}

.seccion-footer img{
	width: 35px;
}

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






@media screen and (max-width:1200px){
	.d1200, #contacto-mujer{display: none;}

	#cintillo-conten, #cabecera-conten, #contenido, #footer-conten{
		width: 100%;
		padding: 0 10px;

		box-sizing: border-box;
	}
}
@media screen and (max-width:800px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 30%;
	}
	#cabecerad{
		width: 100%;
	}
	.cuadro{
		width: 46%;
	}
}
@media screen and (max-width:700px){
	#cintillo-conten span{
		width: 50%;
		margin: 0 !important;
	}
	.right{
		display: none;
	}
	#logotipo img{
		width: 40%;
	}
	.menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100% !important;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.imagen-seccion img{
		width: 70% !important;
		margin: 0 !important;
	}
	.texto-banner{
		width: 100%;
	}
	.seccion-footer{
		width: 50% !important;
	}
	.mapa{
		width: 98%;
	}
}
@media screen and (max-width:600px){
	.seccion-footer{
		width: 100% !important;
	}
	.cuadro{
		width: 95%;
		margin: 0 0 30px 0;
	}
	.imagen-entrada, .texto-e img{
		width: 100%;
		margin-bottom: 30px;
	}
	.texto-entrada{
		width: 100%;
	}
}
@media screen and (max-width:500px){
	#logotipo img{
		width: 50%;
	}
	#cintillo-conten span{
		width: 100% !important;
		text-align: center;
	}
}









