
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Abril+Fatface:400,700);

* {
	margin: 0;
	padding: 0;
	font-family: 'Lato', Arial, Helvetica, Sans-Serif;
}
body {
	height: 100%;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #666666;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
hr {
	border-color: #ddd;
}
h1 {
	font-family: 225% 'Lato', 'Abril Fatface', sans-serif;
}
h2 {
	font-family: 175% 'Lato', 'Abril Fatface', sans-serif;
}
h3, h4, h5 {
	font-family: 125% 'Lato', 'Abril Fatface', sans-serif;
}
p {
	color: #858585;
	margin: 0 0 1em;
}
a {
	color: #FFDF00;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #E0C400;
}

::selection {
	color: #fff;
	background: #FFDF00;
}

::-moz-selection {
	color: #fff;
	background: #FFDF00;
}
.animated {
	/* -webkit-animation-duration: 1s; */
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.show {
	opacity: 1;
}
.dataTxt ul li {
	list-style: none;
	line-height: 30px;
}
.dataTxt p {
	text-align: justify;
}

.form-group {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 75%;
}
.form-group label{
	color: #aaaaaa !important;
}

.form-control {
	padding: 4px; /* 22px 4px; */
	outline: none;
	color: #aaaaaa;
	margin: 0;
	margin-bottom: 20px;
	max-width: 100%;
	display: block;
	background: #fff;
	font-size: inherit;
	border-radius: 0px !important;
	border: 1px solid #FEDE00;
	width: 99%;
}

.form-data {
	padding: 4px; /* 22px 4px; */
	outline: none;
	color: #5A5A5A;
	margin: 3px;
	width: 40px;
	display: block;
	background: #fff;
	font-size: inherit;
	border-radius: 0px !important;
	border: 1px solid #FEDE00;
}

.mrgn30 {
	margin: 30px 0;
}
.copyright {
	color: #000;
	background: #FFDF00;
	padding: 20px 0;
}
.copyright a {
	color: rgb(192, 0, 128);
}
.copyright a:hover {
	color: #1E4D02 !important;
}

/*.carousel-inner*/
.carousel-inner > .item {
}
.circle { 
	height: 90px;
	width: 90px;
	border-radius: 0px;
	color: #FFDF00;
	line-height: 90px !important;
}
#section-strapline {
	background: #86bd2e;
	line-height: 42px;
	clear: both;
}

/*--- Banner ----*/
.banner-container {
	width: 100%;
	padding: 0px;
	/*background: url("../images/banner-bg.jpg") no-repeat;*/
	background-size: cover;
	position: relative;
	border-bottom: 2px #FFDF00 solid;
}
.banner-container:before {
	position: absolute;
	width: 100%; 
	z-index: 1; 
	content: '';
	height: inherit;
	top: 75px;
	bottom: 0px;
}
.banner-container > img {
	width: 100%;
}
.banner-content {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	right: 0px;
}
 
 
.heading {
	padding: 3px 10px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	display: block;
}
.heading h2 {
	color: #222;
}
.heading p {
	font-size: 1.2em;
}
img, video, iframe, embed, object {
	max-width: 100%;
	height: auto;
}

/* --Portfolio----- */
nav#filter {
	margin-bottom: 1.5em;
}
nav#filter li {
	display: inline-block;
	margin: 0 0 0 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	border: 1px solid #FFDF00;
	text-decoration: none;
}
.current {
	background: #FFDF00;
	color: #fff;
}
.back-to-top {
	display: inline-block;
	clear: both;
	background: #fff;
	color: #333;
	padding: 0 10px 5px;
	margin: 20px 0 0;
	text-shadow: none;
}
.back-to-top:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

#navigation {
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 200px;
	background: #ffffff;
	box-shadow: 0 10px 10px -10px #000000;
}
#navigation > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation > li > a {
	margin: 1px;
	color: #000000;
	background: #cccccc;
	display: block;
	padding: 5px;
	text-decoration: none;
	transition: all 400ms;
}
#navigation > li > a.current,  #navigation > li:hover > a {
	background: #999999;
}


.contact ul li {
	margin-bottom: 10px;
}
.contact ul li i {
	margin-right: 15px;
}

.Catalogo-item img:hover {
	width: 110%;
	height: 110%;
}

footer { 
	padding: 45px 0; 
	background: #0B0B0B;
}
footer h4 {
	font-size: 150%;	
	padding-bottom: 12px;
}
footer .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .col ul li, footer .col p {
	font-size: 88%;
}
.carousel-control{
	display: none;
}
.carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-inner .active {
	opacity: 1;
}
.carousel-inner  .active.left,
.carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-inner .next.left,
.carousel-inner .prev.right {
	opacity: 1;
} 
.carousel-inner .carousel-control {
	z-index: 2;
} 
.carousel, 
.carousel-inner, 
.carousel-inner .item {
	height: 100%;
}


.customNavigation {
	display: none;
}
.isotope-item {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	opacity: 1;
}
.isotopeWrapper article {
	margin: 0px;
}

#top {
	position: relative;
}
.topHome {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 5;
}
.topHome:hover {
	color: #F89F9F;	
}


/* MENU */

#HuecoCabecera {
	width: 100%;
	height: 104px;
	background: black;
}

#Logo {
	font-size: 2.2em;
	text-shadow: none;
	margin: 0px;
	padding-left: 4px;
}

#MenuPrincipal {
	background-color: #000;
}

/* Header 
----------------------------------------------*/
.header {
	position: fixed;
	top: 0px;
	width: 100%;
	background: #red;
	z-index: 50;
	border-radius: 0;
	border: 0;
}
.header .navbar-brand {
	float: left;
	padding: 0px;
	line-height: 15px;
	height: 100px;
}
.header .navbar {
	margin: 0;
	width: 100%;
	background: #000;
	border: 0;
	padding: 0px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	font-size: 1.2em;
	line-height: normal;
	margin: 17px;
	padding: 6px 0px !important;
	border-radius: 5px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #FFDF00;
	background: none;
	border-bottom: 2px solid #FFDF00;
	border-radius: 0px;
}
.navbar-inverse .navbar-nav > .active {
}
.navbar-nav > li:hover > a {
	color: #FFDF00;
}
.header .navbar-nav > li > a {
	padding: 25px 18px;
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background: #FFDF00;
}
.navbar-inverse .navbar-toggle .icon-bar {
	/*background-color: #FFDF00;*/
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
	background: #fff;
}
.navbar-toggle {
}


/* SECCIÓN INICIO */

.Oscuro {
	color: white;
	background: #4B4B4B;
}

.Oscuro h1 {
	font-size: 400%;
	margin-top: 120px;
	color: #FFDF00;
}

.Oscuro h2 {
	font-size: 250%;
	margin-top: 60px;
	margin-bottom: 60px;
}

.Claro {
	color: black;
	background: white;
}

.Claro h1 {
	font-size: 400%;
	margin-top: 120px;
	color: #444444;
}

.Claro h2 {
	font-size: 250%;
	margin-top: 60px;
	margin-bottom: 60px;
}


#Contactar {
	color: white;
	background: #888888;
}

#Contactar h1 {
	font-size: 400%;
	margin-top: 120px;
	color: #FFDF00;
}

#Contactar h2 {
	font-size: 250%;
	margin-top: 60px;
	margin-bottom: 60px;
}


input[type='password'] {
	font-family: Arial;  /* La fuente "Lato" pinta mal los asteriscos */
}


/*---------------*/
/***** Bubba *****/
/*---------------*/
figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px;
	min-width: 100%;
	max-width: 100%;
	max-height: 360px;
	width: 48%;
	background: #fff;
	text-align: center;
	cursor: pointer;
}
figure figcaption,
figure figcaption > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80%;
}
figure figcaption {
	padding: 2em;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-bubba {
}
figure.effect-bubba img {
	opacity: 1.0;
	transition: opacity 0.35s;
	-webkit-transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
	opacity: 0.4;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba a {
	top: 30%;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	color: rgb(34, 34, 34);
	font-size: 88%;
	z-index: 100;
} 
figure.effect-bubba:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/* SECCIÓN ACCESO CLIENTES */

.TablaDatos {
	width: 100%;
}
.TablaDatos th {
	color: white;
	background: rgb(34, 34, 34);
	text-align: center;
	padding: 4px;
}
.TablaDatos td {
	background: #fff;
	padding: 4px;
}
.TablaDatos td input {
	background: #fff;
	/* text-align: right; */
}
.TablaDatos td a {
	color: inherit;
	text-decoration: underline;
}


/* CONTROLES DE LAS PÁGINAS QUE GRABAN DATOS */

.btnAcceso {
	color: #000;
	background: #FFDF00;
	display: inline-block;
	margin: 39px 12px;
	padding: 15px 40px 15px 40px;
	border: 0px;
	border-radius: 0px;
	font-weight: 200;
	font-size: 115%;
}
.btnAcceso:hover {
	color: #444;
	background: #E0C400;
}

.btnDatos {
	color: #000;
	background: #FFDF00;
	display: inline-block;
	padding: 8px 12px;
	border: 0px;
	border-radius: 0px;
}
.btnDatos:hover {
	color: #444;
	background: #E0C400;
}


/* AVISO LEGAL Y POLÍTICA DE COOKIES*/


#TextoLegal {
	padding-top: 0px;  
	background: rgb(255, 255, 255);
}

#TextoLegal a {
	color: rgb(128, 0, 96);
}


/*

ADAPTACIONES RESPONSIVE
=======================

Valores adecuados para los estilos (técnica up-bottom: se diseña para el escritorio, y después se va adaptando hasta llegar a móvil).

/* ESTILOS NORMALES (para escritorio)
   ========================================================================= /

body { ... }
p    { ... }

/* RESPONSIVE
   ========================================================================= /
 
/* Escritorios muy anchos
   ------------------------------------------------------------------------- /
@media (min-width: 1200px) { }

/* Tablets en horizonal y escritorios normales
   ------------------------------------------------------------------------- /
@media (min-width: 1024px) { }

/* Móviles en horizontal o tablets en vertical
   ------------------------------------------------------------------------- /
@media (min-width: 768px) { }
 
/* Móviles en vertical
   ------------------------------------------------------------------------- /
@media (max-width: 768px) { }

/* Móviles pequeños en vertical
   ------------------------------------------------------------------------- /
@media (max-width: 480px) { }
 
*/

/* Adaptación de las descripciones de los productos */

@media (min-width: 480px) {
	.OcultoMovil {
	}
	.VisibleMovil {
		display: none;
	}
}

@media (max-width: 480px) {
	.OcultoMovil {
		display: none;
	}
	.VisibleMovil {
	}
}


/* Móviles en horizontal o tablets en vertical
   ------------------------------------------------------------------------- */
@media (min-width: 768px) {
	.header .navbar-brand {
		padding-left: 0;
	}
	.navbar-nav {
		float: right; 
	} 
	.navbar-inverse .navbar-nav > li > a {
		color: #fff;
		font-size: 1.1em;
		padding: 6px 0px !important;
		border-radius: 5px;
		margin: 34px 10px;
	} 
}
 

/* Móviles en vertical
   ------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	#Logo {
		width: 249px;
		height: 70px;
	}
	#HuecoCabecera,
	.header .navbar-brand {
		height: 70px;
	}
	.header .navbar-nav > li > a {
		padding: 7px 12px;
		font-size: 80%;
	}
}

@media (max-width: 768px) {
	.header .navbar-nav > li > a {
		padding: 7px 12px;
		font-size: 80%;
	}
	.navbar-inverse .navbar-nav > li > a { 
		font-size: 1.1em;
		padding: 6px 0px !important;
		border-radius: 5px; 
		margin: 34px 10px;
	}
	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: #A8A8A8;
	}
	.carousel,
	.carousel-inner,
	.carousel-inner .item {
		height: auto !important;
	}

	#TextoInicio {
		padding: 10px 0;
		text-align: center;
	}
	.banner-container {
		background-size: contain;
	}
	.banner-content p {
		font-size: 1.2em;
		text-shadow: none;
	}
	.header .navbar-nav > li > a {
		padding: 25px 12px;
	}
	.Catalogo-item img {
		text-decoration: none;
		display: block;
		width: 330px;
		height: 228px;
		float: left;
		margin: 0 3px 3px 0;
		opacity: 1;
		-webkit-transform: scale(1, 1);
		-webkit-transition-timing-function: ease-out;
		-webkit-transition-duration: 250ms;
		-moz-transform: scale(1, 1);
		-moz-transition-timing-function: ease-out;
		-moz-transition-duration: 250ms;
	}
	.Catalogo-item:hover .folio-info {
		top: 0px;
	}
	.Catalogo-item .Catalogo-desc .folio-info {
		padding: 0px;
	}
	.Catalogo-item .Catalogo-desc .folio-info h5 {
		font-size: 1em;
	}
}


/* Móviles pequeños en vertical
   ------------------------------------------------------------------------- */
@media (max-width: 480px) {
	body {
		font-size: 14px;
	}
	#HuecoCabecera {
		height: 52px;
	}
	#Logo {
		width: 178px;
		height: 50px;
	}
	.header .navbar-brand {
		float: left;
		padding: 0px 15px;
		line-height: 18px;
		height: 52px;
	}
	.navbar-inverse .navbar-nav > li > a { 
		font-size: 1.1em;
		padding: 6px 0px !important;
		border-radius: 5px;
		margin: 3px 10px;
	}
	.banner-container {
		background-size: contain;
	}
	.banner-container > img {
		width: 100%;
		height: 240px;
	}
	.navbar {
		max-height: 52px;
	}
	#section-top ul li a {
		height: 28px;
		line-height: 28px;
		width: 26px;
	}
}
