﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?j2cut3');
  src:  url('../fonts/icomoon.eot?j2cut3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?j2cut3') format('truetype'),
    url('../fonts/icomoon.woff?j2cut3') format('woff'),
    url('../fonts/icomoon.svg?j2cut3#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-menu:before {
  content: "\e900";
}
.icon-palomita:before {
  content: "\e901";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-reloj:before {
  content: "\e94e";
}
.icon-celular:before {
  content: "\e958";
}
.icon-buscar:before {
  content: "\e986";
}
.icon-internet:before {
  content: "\e9c9";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.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: 'Raleway', sans-serif;
}


#chat{
	position: fixed;
	bottom: 40px;
	right: 40px;
	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-ayuda{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	float: left;
}

#cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #f7f7f7;
	width: 100%;
	float: left;
}

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

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

#cintillo-conten span img{
	width: 25px;
	float: right;
	margin: -3px 0 0 10px;
}

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


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

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

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

#logotipo img{
	width: 100%;
	float: left;
}

#leyenda{
	border: 0px solid red;
	width: 49%;
	font-family: 'Anton', sans-serif;
	font-size: 37px;
	line-height: 50px;
	letter-spacing: 1px;
	float: left;
	margin: 20px 0 0 50px;
}

#leyenda span{
	color: #008166;
}

#contacto{
	background: #006fde;
	width: 14%;
	font-size: 20px;
	color: white;
	float: right;
	padding: 12px 10px;
	margin: 40px 0 0 10px;
	cursor: pointer;

	border-radius: 8px;

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



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

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



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

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

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

.servicio{
	width: 23%;
	float: left;
	margin: 0 1%;
}

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

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

.titulo-servicio{
	width: 100%;
	font-size: 21px;
	line-height: 24px;
	float: left;
	padding: 12px 0;
}

.titulo-servicio strong{
	color: #006fde;
}


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

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

.banner2{
	background: url(../images/fondo-banner2.jpg) no-repeat center center fixed !important;
	-webkit-background-size: cover;
	background-size: cover;
}

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

.texto-banner{
	background: rgba(0,111,222,0.7);
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	color: white;
	padding: 20px;
	float: right;

	border-radius: 10px;

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

.texto-banner strong{
	font-size: 25px;
	text-shadow: 2px 2px 2px black;
}

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

.padding{
	border: 0px solid red;
	width: 100%;
	float: left;
	padding-left: 20px;
	margin: 0 0 20px 0;

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


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

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


#imagenes{
	width: 100%;
	text-align: center;
	float: left;
	padding: 30px 0;
}
#imagenes img{
	height: 350px;
	margin:0 30px;
}


.parte{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.seccion{
	width: 60%;
	font-size: 13px;
	line-height: 24px;
	float: left;
	padding: 10px;

	box-sizing: border-box;
}
.seccion p{
	margin-bottom: 2px;
}
.imagen{
	width: 40%;
	float: left;
	padding: 0 10px;

	box-sizing: border-box;
}
.imagen img, .imagen video{
	width: 100%;
}



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

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

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

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

.seccion-footer strong{
	font-size: 23px;
	text-shadow: 2px 2px 2px black;
}

.seccion-footer a{
	color: white;
}

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




.conten{
	width: 100%;
	float: left;
	margin: 20px 0;
}
.conten2{
	width: 1200px;
	margin: 0 auto ;
}
nav a{
	color: white;
	text-decoration: none;
}
nav ul{
	list-style: none;
	padding: 0;
}
nav ul li{
	width: 23%;
	float: left;
	margin: 0 1%;
}
.menu{
	background: #006fde;
	text-align: center;
	font-size: 20px;
	color: white;
	padding: 12px 0;
}
.menu:hover{
	font-weight: bold;
}


.banner video{
	width: 20%;
}
.texto strong{
	width: 100%;
	text-align: center;
	float: left;
}


.fondo1{
	background: url(../images/fondo1.png) no-repeat center center fixed !important;
	background-size: cover !important;
}


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

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

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

	#contenido, #banner-conten, #anuncio, #footer-conten, .conten2{
		width: 100%;
	}

	#leyenda{
		width: 100%;
		text-align: center;
		margin: 20px 0 0;
	}

	#contacto{
		width: 30%;
		text-align: center;
	}

	.seccion-footer{
		width: 50% !important;
	}
	nav ul li{
		width: 48%;
		margin-bottom: 12px;
	}
	.banner video{
		width: 30%;
	}
}

@media screen and (max-width: 700px){
	.titulo{
		font-size: 25px;
	}

	.servicio{
		width: 48%;
	}

	.seccion{
		width: 100%;
	}
	.imagen{
		width: 100%;
	}
	.banner video{
		width: 40%;
	}
}

@media screen and (max-width: 600px){
	.right{
		display: none;
	}
	#cintillo-conten span{
		width: 50%;
		margin: 0 !important;
	}

	#contacto{
		width: 100%;
	}

	.mitad{
		width: 100%;
	}

	.seccion-footer{
		width: 100% !important;
	}
	.seccion-footer a{
		font-size: 18px;
	}
	nav ul li{
		width: 98%;
	}
	.banner video{
		width: 48%;
	}
}

@media screen and (max-width: 500px){
	.servicio{
		width: 90%;
		margin: 0 5%;
	}
	#cintillo-ayuda{
		height:80px;
	}
	#cintillo-conten span{
		width: 100% !important;
		text-align: center;
		font-size: 28px;
		padding: 5px 0;
	}
}
















