﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?pht33o');
  src:  url('../fonts/icomoon.eot?pht33o#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?pht33o') format('truetype'),
    url('../fonts/icomoon.woff?pht33o') format('woff'),
    url('../fonts/icomoon.svg?pht33o#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-instagram:before {
  content: "\e901";
}
.icon-email:before {
  content: "\e900";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-celular:before {
  content: "\e958";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}




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

.cabecera-negra{
	background: rgba(0,0,0,0.4);
}
.cabecera-negra #logotipo{
	width: 10%;
}
.cabecera-negra #menu{
	margin: 10px 0 0 0;
}
.cabecera-negra .menu{
	padding: 8px 0;
}

#cabecera{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border: 0px solid red;
	width: 100%;
	float: left;
	padding: 10px 0;

	transition: all 0.7s;
}

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

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

	transition: all 0.7s;
}

#logotipo img{
	width: 100%;
}


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

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

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

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

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

.menu{
	width: 100%;
	text-shadow: 2px 2px 2px black;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 16px 0;
}

.menu:hover, .activo, #menu-r:hover{
	background: #2cf92e;
	text-shadow: 2px 2px 2px white;
	color: black;
}



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



#quienes{
	width: 100%;
	float: left;
	padding:60px 0;
}

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

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

.titulo div{
	background: #fcc52e;
	background: -moz-linear-gradient(top, #fcc52e 0%, #fde433 44%, #fdcb2f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcc52e), color-stop(44%,#fde433), color-stop(100%,#fdcb2f));
	background: -webkit-linear-gradient(top, #fcc52e 0%,#fde433 44%,#fdcb2f 100%);
	background: -o-linear-gradient(top, #fcc52e 0%,#fde433 44%,#fdcb2f 100%);
	background: -ms-linear-gradient(top, #fcc52e 0%,#fde433 44%,#fdcb2f 100%);
	background: linear-gradient(top, #fcc52e 0%,#fde433 44%,#fdcb2f 100%);

	color: black;
	font-weight: bold;
	font-size: 22px;
	display: inline-block;
	padding: 10px 12px;
	margin: 0 0 30px 0;

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

.seccion{
	width: 56%;
	text-align: justify;
	font-size: 22px;
	line-height: 27px;
	float: left;
}

.imagen-seccion{
	width: 40%;
	font-size: 22px;
	line-height: 27px;
	float: left;
}

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


#cabecera-fondo{
	border: 0px solid red;
	background: url(../images/fondo-cabecera.jpg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
	height: 250px;
	float: left;
}



.imagenes{
	width: 100%;
	float: left;
}
.imagenes img{
	border: 0px solid red;
	display: inline-block;
}
.imagenes b{
	font-size: 22px;
}


.texto{
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 27px;
	float: left;
	margin: 30px 0;
}




#datos{
	background: #fcc52e;
	background: -moz-linear-gradient(top, #fcc52e 0%, #fde433 44%, #fdcb2f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcc52e), color-stop(44%,#fde433), color-stop(100%,#fdcb2f));
	background: -webkit-linear-gradient(top, #fcc52e 0%,#fde433 44%,#fdcb2f 100%);
	background: -o-linear-gradient(top, #fcc52e 0%,#fde433 44%,#fdcb2f 100%);
	background: -ms-linear-gradient(top, #fcc52e 0%,#fde433 44%,#fdcb2f 100%);
	background: linear-gradient(top, #fcc52e 0%,#fde433 44%,#fdcb2f 100%);

	width: 100%;
	float: left;
}

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

#datos-conten span{
	border: 0px solid red;
	font-size: 22px;
	font-weight: bold;
	float: left;
	padding: 18px 0;
	margin: 0 60px 0 0;
}

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

#datos-conten span strong{
	color: green;
}

.redes{
	float: right !important;
	margin: 0 !important;
	padding: 12px 0 !important;
}

.redes img{
	height: 30px;
}


@media screen and (max-width: 1200px){
	#cabecera{
		position: relative;
		background: black;
	}
	#cabecera-conten, #quienes-conten, #datos-conten{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 900px){
	.imagenes b{
		width: 100%;
		text-align: center;
		float: left;
	}
	.imagenes img{
		width: 80%;
		height: auto !important;
		margin: 0 10%;
	}
}
@media screen and (max-width: 800px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 30%;
	}
	#menu{
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.menu{
		padding: 12px 0;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 30px 0 0 0 !important;
	}
}











