﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?w4mk59');
  src:  url('../fonts/icomoon.eot?w4mk59#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?w4mk59') format('truetype'),
    url('../fonts/icomoon.woff?w4mk59') format('woff'),
    url('../fonts/icomoon.svg?w4mk59#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-abajo:before {
  content: "\e906";
}
.icon-arriba:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e900";
}
.icon-palomita:before {
  content: "\e901";
}
.icon-inicio:before {
  content: "\e905";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-reloj:before {
  content: "\e94e";
}
.icon-calendario:before {
  content: "\e953";
}
.icon-celular:before {
  content: "\e958";
}
.icon-usuario:before {
  content: "\e971";
}
.icon-buscar:before {
  content: "\e986";
}
.icon-internet:before {
  content: "\e9c9";
}
.icon-estrella:before {
  content: "\e9d9";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-vimeo:before {
  content: "\eaa0";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-click:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}




body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
}


#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	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;
}


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

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

#logotipo{
	border: 0px solid red;
	width: 33%;
	text-align: center;
	font-family: 'Anton', sans-serif;
	font-size: 40px;
	line-height: 50px;
	word-spacing: 3px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #04692d;
	float: left;
	margin: 27px 0 0 0;
}

#logotipo span{
	color: black;
}


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

#datos p{
	width: 100%;
	text-align: center;
	font-size: 23px;
	float: left;
	padding: 0 0 8px 0;
}

#datos p strong{
	color: #04692d;
	color: red;
	font-size: 22px;
}


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

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

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

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

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

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

.menu:hover, .activo, #menu-r:hover{
	background: #04692d;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
}


#anuncio{
	background: white;
	width: 100%;
	color: blue;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	float: left;
	padding: 30px 0;
}


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

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

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


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

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

.cuadro{
	width: 31.33%;
	float: left;
	margin-bottom: 30px;
}
.enmedio{
	margin:0 3%;
}

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

.texto-cuadro{
	background: #00006c;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	color: white;
	float: left;
	padding: 12px 20px;

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


.importante{
	width: 100%;
	text-align: center;
	font-size:25px;
	line-height: 35px;
	float: left;
	margin: 30px 0;
}


.separacion{
	border: 0px solid red;
	width: 100%;
	float: left;
}


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

.seccion{
	width: 62%;
	font-size: 18px;
	line-height: 23px;
	float: left;
}
.seccion strong{
	color: #04692d;
	font-size: 23px;
}

.imagen-seccion{
	width: 37%;
	font-size: 18px;
	line-height: 23px;
	float: right;
}
.imagen-seccion img{
	width: 100%;
}


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

.galeria img{
	margin:0 20px 30px 0;
	float: left;
}


.boton{
	background: #04692d;
	width: 300px;
	font-size: 22px;
	color: white;
	font-weight: bold;
	display: inline-block;
	padding: 8px 0;
}


.separacion{
	border:1px solid red;
	width: 100%;
	float: left;
	display: inline-block;
}



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

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

.seccion-footer{
	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;
	text-shadow: 2px 2px 2px black;
}


@media screen and (max-width: 1200px){
	#cabecera-conten, #contenido{
		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: 800px){
	#logotipo, #datos{
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 600px){
	#menu-r{
		display: block;
	}
	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
	}
	.seccion-footer{
		width: 100% !important;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		margin:20px 0 0 0;
	}
	.galeria{
		text-align: center;
	}
	.galeria img{
		float: none;
		display: inline-block;
	}
}
@media screen and (max-width: 500px){
	.cuadro{
		width: 90%;
		margin: 0 5% 30px;
	}
}














