@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?es75v0');
  src:  url('../fonts/icomoon.eot?es75v0#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?es75v0') format('truetype'),
    url('../fonts/icomoon.woff?es75v0') format('woff'),
    url('../fonts/icomoon.svg?es75v0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}

[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;
  font-display:swap;

  /* 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-whatsapp:before {
  content: "\ea93";
}
.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: 'Nunito Sans', sans-serif;
	color: white;
}

#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;
}


#cintillo{
	background: red;
	width: 100%;
	height: 5px;
	float: left;
}


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

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

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

#logotipo{
	border: 0px solid red;
	width: 20%;
	font-family: 'Exo', sans-serif;
	font-weight: bold;
	font-size: 60px;
	color: #f3f13a;
	float: left;
	padding: 12px 0;

	text-shadow: 2px 2px 2px red;
}

#leyenda{
	border: 0px solid blue;
	width: 35%;
	text-shadow: 2px 2px 2px red;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	float: left;
	margin: 10px 0 0 0;
}

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

#datos p{
	width:50%;
	font-size: 22px;
	text-align: center;
	float: left;
	margin: 2px 0;
}

#datos p strong{
	font-size: 25px;
}

#datos a{
	color: white;
}

#datos img{
	width: 30px;
	float: right;
	margin: 0 0 0 -30px;
}

.i100{
	width: 100% !important;
	font-size: 22px !important;
	font-weight: bold;
}

#efecto{
	width: 100%;
	float: left;
}
#efecto2{
	width: 100%;
	float: left;
	display: none;
}
#efecto2 img{
	width: 100%;
}



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

.texto{
	background: black;
	width: 100%;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: white;
	float: left;
	padding: 20px;

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


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

.seccion{
	width: 62%;
	font-size: 20px;
	line-height: 25px;
	float: left;
	padding: 15px;

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

.diferente{
	background: black;
	padding: 20px;
}

.seccion strong{
	font-size: 22px;

	text-shadow: 2px 2px 2px red;
}

.imagen-seccion{
	width: 35%;
	float: left;
}

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


.titulo{
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: white;
	float: left;
	margin: 40px 0 20px;

	text-shadow: 2px 2px 2px red;
}



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

.galeria img{
	margin: 20px 0.2px;
}


.ups{
	width: 100%;
	float: left;
	padding: 30px 0;
}

.ups1{
	width: 68%;
	font-size: 20px;
	line-height: 30px;
	float: left;
	padding: 0 12px;

	box-sizing: border-box;
}
.ups1 strong{
	font-size: 35px;
	text-shadow: 2px 2px 2px red;
}
.ups1 p{
	margin-bottom: 12px;
}

.ups2{
	width: 30%;
	text-align: center;
	float: left;
}
.ups2 img{
	width: 50%;
	float: left;
}


.descargar{
	width: 100%;
	margin-bottom: 30px;
	float: left;
}
.descargar a{
	color: white;
	text-decoration: none;
}

.d{
	width: 25%;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}
.d img{
	height: 100px;
}
.d strong{
	width: 100%;
	font-size: 22px;
	line-height: 27px;
	font-weight: bold;
	display: inline-block;
}




#footer{
	border-top: 5px solid red;
	background: black;
	width: 100%;
	float: left;
}

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

.seccion-footer{
	width: 33.33%;
	font-size: 18px;
	line-height: 23px;
	color: white;
	float: left;
	padding: 12px 12px 20px;

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

.seccion-footer strong{
	font-size: 22px;
}

.seccion-footer a{
	color: white;
}




@media screen and (max-width: 1200px){
	#wrapP, #footer-conten{
		width: 100%;
	}

	#logotipo{
		width: 100%;
		text-align: center;
	}

	#leyenda{
		width: 100%;
	}

	#datos{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.d{
		width: 33.33%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 700px){
	.seccion{
		width: 100% !important;
		margin: 0 !important;
	}
	.imagen-seccion{
		width: 100%;
		margin: 20px 0 !important;
		padding: 0 10px;

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

	.seccion-footer{
		width: 100% !important;
	}
	.d{
		width: 50%;
	}

	.ups1{
		width: 100%;
	}
	.ups2{
		width: 100%;
	}
}

@media screen and (max-width: 600px){
	#efecto center{
		display: none;
	}
	#efecto2{
		display: block;
	}
}

@media screen and (max-width: 500px){
	#datos p{
		width: 100%;
	}

	.diferente{
		width: 100% !important;
	}

	.galeria img{
		width: 80%;
		height: auto !important;
		margin: 0 10% 20px;
	}

	.d{
		width: 100%;
	}
}












