﻿@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;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	font-family: 'Slabo 27px', serif;
}


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

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

#logotipo{
	border: 0px solid red;
	width: 32%;
	text-align: center;
	font-size: 100px;
	font-weight: bold;
	color: #faf6b6;
	height: 100%;
	float: left;

	-webkit-text-stroke: 0.2px black;
}

#logotipo img{
	width: 100%;
	margin: 10px 0 0 0;
}


#datos{
	border: 0px solid #ddd;
	width: 60%;
	float: right;
	margin: 10px 10px 0 0;

	border-radius: 10px 10px 0 0;
}

#datos p{
	border: 0px solid blue;
	width: 100%;
	font-family: arial;
	font-size: 28px;
	text-align: center;
	float: left;
	margin: 6px 0;
}

#datos b{
	color: red;
}

#datos strong{
	color: red;
	font-size: 40px;
}




#menu{
	border: 0px solid red;

	background: #e9a015;
	background: -moz-linear-gradient(top, #e9a015 0%, #fee400 44%, #e7e3ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9a015), color-stop(44%,#fee400), color-stop(100%,#e7e3ae));
	background: -webkit-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: -o-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: -ms-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);

	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 12px 0;
}

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

#menu-conten a{
	color: white;
	text-decoration: none;
}

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

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

#menu-conten ul li:hover, #menu-conten ul li:hover .menu{
	background: #e9a015;
	background: -moz-linear-gradient(top, #e9a015 0%, #fee400 44%, #e7e3ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9a015), color-stop(44%,#fee400), color-stop(100%,#e7e3ae));
	background: -webkit-linear-gradient(top, #e9a015 0%,#e9a015 44%,#e9a015 100%);
	background: -o-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: -ms-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);

	color: white;

	text-shadow:1px 1px 1px #000;
}

#menu-r{
	width: 100%;
	text-align: center;
	color: blue;
	font-size: 25px;
	font-weight: bold;
	padding:10px 0;
	display: none;
	cursor: pointer;
}
#menu-r:hover{
	background: #e9a015;
	background: -moz-linear-gradient(top, #e9a015 0%, #fee400 44%, #e7e3ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9a015), color-stop(44%,#fee400), color-stop(100%,#e7e3ae));
	background: -webkit-linear-gradient(top, #e9a015 0%,#e9a015 44%,#e9a015 100%);
	background: -o-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: -ms-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
}

.icono{
	border: 1px solid transparent;
	position: relative;
	width: 20%;
	height: 100%;
	text-align: center;
	float: left;

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

.icono img{
	position: absolute;
	left: 0;
	width: 100%;
}

.menu{
	border: 0px solid red;
	width: 100%;
	color: blue;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	padding: 12px 0;
	float: left;

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

.contacto-menu{
	background: #2ca426 !important;
	background: -moz-linear-gradient(top, #2ca426 0%, #2ca426 44%, #2ca426 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ca426), color-stop(44%,#2ca426), color-stop(100%,#2ca426)) !important;
	background: -webkit-linear-gradient(top, #2ca426 0%,#2ca426 44%,#2ca426 100%) !important;
	background: -o-linear-gradient(top, #2ca426 0%,#2ca426 44%,#2ca426 100%) !important;
	background: -ms-linear-gradient(top, #2ca426 0%,#2ca426 44%,#2ca426 100%) !important;
	background: linear-gradient(top, #2ca426 0%,#2ca426 44%, #2ca426 100%) !important;
	color: white;
}





#efecto{
	border: 0px solid red;
	width: 100%;
	height: auto;
	float: left;
}




#banner{
	background: #fbf9d8;
	width: 100%;
	color: red;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Montserrat';
	text-align: center;
	float: left;
	padding: 12px 0;
}





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

#pagina{
	width: 100%;
	float: left;
	margin: 30px 0;
	padding: 0 10px;

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


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

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

.video{
	border: 0px solid red;
	width: 45%;
	margin: 0 2.5% 30px;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.video iframe{
	width: 100%;
}


#anuncio{
	background: #0c3193;
	width: 100%;
	color: white;
	float: left;
	padding: 10px 20px;

	border-radius: 10px;

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

#anuncio span{
	width: 90%;
	text-align: center;
	font-size: 30px;
	line-height: 60px;
	color: white;
	float: left;
}
#anuncio img{
	width: 10%;
	float: left;
}



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




#footer{
	background: #e9a015;
	background: -moz-linear-gradient(top, #e9a015 0%, #fee400 44%, #e7e3ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9a015), color-stop(44%,#fee400), color-stop(100%,#e7e3ae));
	background: -webkit-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: -o-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: -ms-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);

	width: 100%;
	float: left;
}

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

.seccion-footer{
	width: 33.33%;
	float: left;
	padding: 20px 10px;

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

.titulo-seccion-footer{
	font-size: 27px;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

.desarrollo-seccion-footer{
	font-size: 23px;
	line-height: 33px;
	padding: 10px 0;
}

.redes img{
	height: 30px;
}


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

	#cabecera{
		padding: 0 10px;

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

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

@media screen and (max-width: 750px){
	#menu-r{
		display: block;
	}
	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
	}
}

@media screen and (max-width: 700px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 80%;
	}

	#datos{
		width: 100%;
	}
}

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

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

	#datos p{
		font-size: 22px;
	}
}
