@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

* {
	box-sizing: border-box;
}

html {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	height: 100%;
}

body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #8a8a8a;
	height: 100%;
}

h1 {
	color: #034a5c;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 4em;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #bed139;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

h2 {
	color: #034a5c;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #bed139;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	
}

h3 {
	
}

h4 {
	
}

p {
	font-size: 1.5em;
	line-height: normal;
	margin-bottom: 20px;
	
}

ul {
	margin-bottom: 40px;
}

ul li {
	font-size: 1.4em;
	line-height: normal;
	margin-bottom: 20px;
	list-style: disc;
	list-style-position: inside;
}

a {
	
}

a:link {
	text-decoration: none;	
}

a:hover {
	
}

a:visited {
	text-decoration: none;
}

sup {
	position: relative; top: -0.4em; font-size: 70%;
}

small {
	font-size: 0.8em;
}

/*HEADER*/

header {
	background: #222222;
	height: 124px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 

}

/*NAV*/

nav.desktop {
	background: #4699b1;
	height: auto;
	display: none;
}

nav.desktop ul {
	text-align: center;
	margin-bottom: 0px;
}

nav.desktop ul li {
	color: #FFF;
	font-size: 1.6em;
	list-style: none;
	border-bottom: 1px solid #bed139;
	display: block;
	margin-left: 0px;
	line-height: 1;
	margin-bottom: 0px;
	text-transform: uppercase;
}

nav.desktop ul li.mobileOn {
	background: #656565;
}

nav.desktop ul li a {
	color: inherit;
	height: 50px;
	display: block;
	vertical-align: middle;
	padding: 18px 25px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

nav.desktop ul li a:hover {
	background: #bed139;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 
}

nav.desktop ul li a.active {
	color: #363636;
	background: #bed139; 
}

nav.desktop ul li.mobileOn {
	display: block;
}

nav.miniNav {
	position: absolute;
	top: 20px;
	right: 10px;
}

nav.miniNav a {
	color:  #b6b6b6;
	font-size: 1.1em;
	text-transform: uppercase;
	border: 1px solid #555;
	display: block;
	padding-right: 10px;
	float: left;
	margin-left: 10px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 
}

nav.miniNav a:hover {
	color:  #c7de29;
	border: 1px solid #c7de29;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 
}


nav.miniNav img {
	vertical-align: middle;
	width: 30px;
	margin-right: 10px;
}

/* MENU DESPLEGABLE */

.toggle-button {
	position: absolute;
	top: 36px;
	right: 0px;
	display: none;
	background-color: #bed139;
	width: 45px;
	padding: 10px;
}

.toggle-button span {
	display: block;
	height: 25px;
	border-top: solid 3px #363636;
	border-bottom: solid 3px #363636;
	position: relative;
}

.toggle-button span:after {
	content:"";
	width: 100%;
	height: 3px;
	background: #363636;
	display: block; 
	top: 50%;
	position: absolute;
	margin-top: -2px;
}

/*FOOTER*/

footer {
	background: #363636;
	text-align: center;
}

.preFooter {
	background: #034a5c url(../img/fdo_footer.jpg) bottom fixed;
	width: 100%;
	height: auto;
	padding: 60px 0px; 
}

.preFooter h2 {
	font-size: 3em;
	color: #FFF;
	margin: auto;
	width: 50%;
}

.preFooter p {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.6em;
	color: #FFF;
	margin: auto;
	margin-top: 50px;
}

.preFooter p a {
	color: #bed139;
	text-transform: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.preFooter p a:hover {
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.centerFooter {
	text-align: center;
	background: #222222;
	padding: 40px;
}

.copyright {
	padding: 18px 0px;
	margin-bottom: 0;
}

/*CONTENIDO*/

.contenedor {
	max-width: 1200px;
	margin: 0 auto;				
	position: relative;
	width: 94%;
	/*padding: 0 2%;*/	
}

.contenedorLinks {
	max-width: 600px;
	margin: 0 auto;				
	position: relative;
	width: 94%;
}

.contenedorLinks h2 {
	text-align: center;
	margin: 40px 0px 20px;
	border-bottom: 1px solid #4699b1;
}

.contenedorLinks ul li {
	list-style: none;
	color: #FFF;
	font-size: 1.6em;
	height: 50px;
	line-height: 1;
	padding: 4px 6px;
	margin-bottom: 10px;
	background: #4699b1;
	border-radius: 0.2em;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.contenedorLinks ul li:before {
	content: url(../img/ico_link.png);
	float: left;
	margin: 10px 10px 0px 10px
}

.contenedorLinks ul li a {
	padding: 13px;
	color: inherit;
	width: 100%;
	display: block;
}

.contenedorLinks ul li:hover {
	color: #363636;
	background: #bed139;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#quienesSomosHome {
	margin-top: 80px;
	margin-bottom: 80px;
}

#quienesSomosHome h1 {
	text-align: center;
}

#quienesSomosHome p {
	text-align: center;
}

#paginaInterna {
	margin-top: 60px;
	margin-bottom: 60px;
}

#paginaInterna h1 {
	text-align: center;
}

.logo img {
	max-width: 418px;
	width: 100%;
	height: 100%;
}

.galCuatroCol {
	overflow: hidden;
	margin-top: 40px;
}

.galCuatroCol .foto {
	width: 24%;
	margin-right: 1.333%;
	float: left;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.galCuatroCol .foto:nth-of-type(4n) {
	margin-right: 0%;
}

.galCuatroCol .foto img {
	border-radius: 0.2em;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.galCuatroCol .foto:hover {
	opacity: 0.70;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.center {
	text-align: center;
}


/* SLIDER */

.slider img {
	width: 100%;
}

.slider .txtSlider {
	position: absolute;
	max-width: 1200px;
	width: 94%;
	/*padding: 0 2%;*/
	margin: auto;
	left: 0;
	right: 0;
}

.slider .txtSlider p {
	font-size: 1.5em;
	color: #FFF;
	width: 80%;
	line-height: 2em;
}

.slider .txtSlider p:first-child {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 5em;
	border-bottom: 1px solid #c7de29;
	padding-bottom: 0px;
	text-transform: uppercase;
	color: #FFF;
	line-height: 1.2em;
	margin: 40px 0 30px;
}

/* Marcas */

#marcas {
    padding-top: 40px;
    padding-bottom: 80px;
    clear: both;
}

#marcas .marcas .item {
	text-align: center;
}

#marcas .marcas .item img {
	display: inline-block;
	width: auto;
}

#marcas h1 {
	text-align: center;
}


#marcas .marcas .owl-controls .owl-nav div {
	background-color: transparent;
}

/* FORMULARIO*/

.formularioContacto {
	max-width: 800px;
	margin: 0 auto;				
	position: relative;
	width: 100%;
	overflow: hidden;	
}

label {
		font-family: "Montserrat", Arial, Helvetica, sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		display: block;
		float: left;
		width: 48.8%;
		height:50px;
		padding: 17px 0px 0px 15px;
		background-color:#4699b1;
		color:#FFF;
		font-size: 1.4em;
		margin: 20px 2.4% 0px 0px;		
}
	
input[type="text"], input[type="email"] {
		color: #8a8a8a;
		display: block;
		float: left;
		background-color :#ebebeb;	
		height: 50px;
		font-size: 1.4em;
		border: none;
		padding: 0 0 0 15px;
		margin: 20px 0 0 0px;	
		width: 48.8%;		
}
	
textarea {
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		color: #8a8a8a;
		display: block;
		float: left;
		background-color :#ebebeb;	
		height: 150px;
		font-size: 1.4em;
		padding: 15px;
		border: none;
		width: 48.8%;
		margin: 20px 0 0 0px;
}

input[type="submit"]{
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
		font-weight: 700;
		cursor: pointer;
		background-color: #bed139;
		color:#FFF;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px; 
		border: none;
		width: 200px;
		height: 50px;
		font-size:1.4em;
		text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

input[type="submit"]:hover {
	background-color: #4699b1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}	

/* LB */

#lgbx,
#lgbx_bcg { position: fixed }

#lgbx_bcg {
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0,0,0,0.8)
}

#lgbx {
  background: #000;
  z-index: 55;
  top: 0;
  left: 0
}

#lgbx_close,
#lgbx_desc,
#lgbx_next,
#lgbx_prev {
  position: absolute;
  z-index: 56;
  display: none
}

#lgbx_close {
  z-index: 56;
  right: 9px;
  top: 9px;
  cursor: pointer;
  width: 25px
}

#lgbx_desc {
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #FFF;
  padding: 5px 8px 1px;
  font-size: 12px
}

#lgbx_next,
#lgbx_prev {
  cursor: pointer;
  top: 50%;
  margin-top: -20px;
  height: 40px
}

#lgbx_next { right: 0px }

#lgbx_prev { left: 0px }

#gallery img { cursor: pointer}

/****************************/
	
	
/*FUENTES*/
@font-face {
    font-family: 'fuente';
    src: url('fuente.eot');
    src: url('fuente.eot?#iefix') format('embedded-opentype'),
         url('fuente.woff') format('woff'),
         url('fuente.ttf') format('truetype'),
         url('fuente.svg#fuente') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* MQ */

@media screen and (max-width: 1200px) {

.slider .txtSlider p {
	width: 80%;
	margin: 20px 0 20px 40px;
}

.slider .txtSlider p:first-child {
	font-size: 4em;
	margin: 30px 0 20px 40px;
}
	

}

@media screen and (max-width: 1024px) {


}

@media screen and (max-width: 768px) {

.galCuatroCol .foto {
	width: 48.5%;
	float: left;
	margin-right: 3%;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.galCuatroCol .foto:nth-of-type(2n) {
	margin-right: 0%;
}
	
}


/* MQ Solo para Menu */

@media screen and (min-width: 750px) {
	
	
nav.desktop {
	display: block !important; /* Para que no tenga conflicto con el jquery*/
	background: #4699b1;
	height: 50px;
}

nav.desktop ul li {
	font-size: 1.4em;
	border: none;
	color: #FFF;
	display: inline-block;
	margin-left: -3px;
}

nav.desktop ul li.mobileOn {
	display: none;
}

}

/* FIN MQ Solo para Menu */

@media screen and (max-width: 750px) {

html {
	font-size: 9px;
}

body {
	font-size: 9px;
}

.slider .txtSlider p {
	font-size: 1.4em;
	width: 70%;
	margin: 0 0 0 40px;
}

.slider .txtSlider p:first-child {
	font-size: 3em;
	margin: 20px 0 20px 40px;
}
	

.miniNav {
	display: none;
}

.toggle-button {
	display: block;
}

.preFooter h2 {
	font-size: 2.5em;
	width: 80%;
}

}

@media screen and (max-width: 640px) {

h1 {
	font-size: 3em;
}

.slider {
	display: none !important;
}

label {
	float: none;
	width: 100%;
	font-size: 1.6em;
}
	
input[type="text"], input[type="email"] {
	float: none;
	margin-left: 0px;
	font-size: 1.6em;
	width: 100%;		
}

textarea {
		float: none;
		font-size: 1.6em;
		width: 100%;
		margin: 20px 0 0 0px;
}

}

@media screen and (max-width: 480px) {


header {
	height: 100px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 

}

.logo img {
	max-width: 320px;
}

.preFooter h2 {
	font-size: 2.5em;
}

.preFooter p {
	font-size: 2em;

}

.toggle-button {
	top: 25px;
}

}