﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?lo28u9');
  src:  url('../fonts/icomoon.eot?lo28u9#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?lo28u9') format('truetype'),
    url('../fonts/icomoon.woff?lo28u9') format('woff'),
    url('../fonts/icomoon.svg?lo28u9#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-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-linkedin:before {
  content: "\eaca";
}
.icon-click:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}




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


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

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

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

#cintillo-conten span strong{

}

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


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

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

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

#logotipo img{
	width: 100%;
}

#leyenda{
	border: 0px solid red;
	width: 30%;
	font-size: 28px;
	line-height: 45px;
	font-weight: bold;
	float: left;
	margin: 0 0 0 20px;
}




#menu{
	border: 0px solid red;
	width: 55%;
	float: right;
	margin: 20px 0 0 0;
}

#menu-r{
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 15px;
	float: left;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}

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

#menu ul li{
	width: 24%;
	float: left;
	margin: 0 0.5%;
}

.menu{
	border: 0px solid red;
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 15px;
	float: left;
	padding: 12px 10px;

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

.menu:hover, .activo, #menu-r:hover{
	background: black;
	color: white;
}

.uno{
	padding: 30px 0;
}

.dos{
	padding: 21px 0;
}

.tres{
	padding: 6px 0;
}


#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: 35px;
	font-weight: bold;
	color: #4267b2;
	margin: 0 0 30px 0;
	float: left;
}

.texto{
	width: 100%;
	font-size: 22px;
	line-height: 32px;
	float: left;
	margin: 20px 0;
}

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

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

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

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


.imagenes{
	width: 100%;
	text-align: center;
	float: left;
}

.imagenes img{
	margin: 0 5px;
}



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

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

.texto-banner{
	background: rgba(256,256,256,0.8);
	width: 62%;
	font-size: 22px;
	line-height: 32px;
	float: right;
	padding: 20px;

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


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

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

.seccion-footer{
	color: white;
	font-size: 20px;
	line-height: 30px;
	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: 25px;
	text-shadow: 2px 2px 2px black;
}

.seccion-footer a{
	color: white;
}


@media screen and (max-width: 1200px){
	.d1200{
		display: none;
	}
	#cintillo-conten, #cabecera-conten, #contenido{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer-conten{
		width: 100%;
	}
	.seccion-footer{
		width: 50% !important;
	}
}
@media screen and (max-width: 1000px){
	#logotipo{
		width: 20%;
	}
	#menu{
		width: 100%;
	}
	#leyenda{
		width: 75%;
	}
}
@media screen and (max-width: 900px){
	.formulario{
		width: 100% !important;
		margin: 0 !important;
	}
}
@media screen and (max-width: 800px){
	.seccion-footer{
		width: 100% !important;
	}
}
@media screen and (max-width: 600px){
	#logotipo{
		width: 25%;
	}
	#leyenda{
		width: 70%;
		font-size: 26px;
		margin: 10px 0 0 10px;
	}
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.menu{
		padding: 12px 0 !important;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.imagen-seccion img{
		width: 80%;
	}
	.texto-banner{
		width: 100%;
	}
	.seccion-footer a{
		font-size: 15px;
	}
}
@media screen and (max-width: 500px){
	#cintillo-conten span{
		width: 50%;
		text-align: center;
		margin: 0 !important;
	}
	.right{
		width: 100% !important;
	}
}













