
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

* {
	margin: 0;
	padding: 3px;
	font-family: 'Montserrat', Arial, Helvetica, Sans-Serif;
}

html {
}

body {
	height: 100%;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 15pt;
	color: #3c3c3c;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #e0e0e0;
}

#WebCompleta {
	margin: 0 auto;
	background: #fff;
	max-width: 1300px;
}

h1 {
	font-size: 175%;
	font-weight: bold;
	color: #006eb6;
	text-transform: uppercase;
}
h2 {
	font-size: 175%;
	color: #006eb6;
}
h3, h4, h5 {
	font-size: 125%;
	color: #006eb6;
}
p {
	font-family: 'Montserrat', Arial, Helvetica, Sans-Serif;
	margin: 5px;
	padding: 5px;
}
blockquote {
	margin-left: 60px;
	border: 0;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #white;
	background-color: #black;
	text-decoration: none;
}
hr {
	border-color: #ddd;
}

input, select {
	background-color: #f2f2d9;
	border: solid lightgrey 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.Boton {
	font-size: 100%;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 15px;
	text-decoration: none;
	color: white;
	background-color: #a6b800;
}
.Boton:hover {
	color: white;
	background-color: black;
}

.BotonGrande {
	font-size: 30pt;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 30px;
	background-color: #a6b800;
	color: white;
}

.BotonRedondeado {
	margin-top: 60px;
	display: inline-block;
	border-radius: 15px;
	text-decoration: none;
}

.BotonAzul {
	color: #fff;
	background-color: #006eb6;
}
.BotonAzul:hover, .BotonAzul:visited {
	background-color: #004C7F;
}

.BotonVerde {
	color: #fff;
	background-color: #a6b800;
}
.BotonVerde:hover, .BotonVerde:visited {
	background-color: #7A8701;
}

.BotonRojo {
	color: #fff;
	background-color: #EE6055;
}
.BotonRojo:hover, .BotonRojo:visited {
	background-color: #A4443E;
}

.ImagenSeccion {
	width: 100%;
	padding-bottom: 60px;
}

/*--- 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;
}

footer { 
	padding: 45px 0;
}
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%;
}

.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 */

#MenuPrincipal {
	/*background-color: #c0c0c0;*/
}

/* Header 
----------------------------------------------*/
.header {
	/*position: fixed;*/
	top: 0px;
	width: 100%;
	z-index: 50;
	border-radius: 0;
	border: 0;

    position: relative;
    display: inline-block;
}
.header .navbar {
	margin: 0;
	width: 100%;
	background: transparent;
	border: 0;
	padding: 0px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	font-size: 0.9em;
	line-height: normal;
	margin: 17px;
	padding: 7px 0px !important;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 23/06/2023;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	background-color: black;
}
.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 */

#Inicio {
	background: rgb(34, 34, 34);
}


/* SECCIÓN INTRODUCCIÓN */

#Introduccion {
	background: rgb(34, 34, 34);
}

#TextoInicio {
	padding: 25px 0;
	font-size: 125%;
}


/* SECCIÓN SERVICIO */

#Servicio {
	margin-top: 10px;
	background: #fff;
	padding-top: 35px;
	padding-bottom: 25px;
	overflow: hidden;
	font-size: 115%;
}
#Servicio h2 {
	margin: 0;
}
#Servicio p {
	margin: 0;
}


/* SECCIÓN CONTACTO / PÁGINA DE INICIO DE SESIÓN */

#EntradaDatos {
	padding-top: 0px;  
	background: rgb(34, 34, 34);
}
#EntradaDatos .heading h2 {
}

/*
input[type=password] {
	font-family: Arial;  /* La fuente "Lato" pinta mal los asteriscos */
}
*/


/* CONTROLES DE FORMULARIO */

input[type=text] {
	border: 1px solid #0070b5;
	outline: none;
}


/* 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(192, 0, 128);
}


/*

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) {
	.navbar-nav {
		xfloat: right; 
	} 
	.navbar-inverse .navbar-nav > li > a {
		color: #fff;
		font-size: 0.9em;
		padding: 5px 5px !important;
		border-radius: 10px;
		margin: 10px 3px;
		text-transform: uppercase;
	} 

}


/* Móviles en vertical
   ------------------------------------------------------------------------- */
@media (max-width: 1024px) {
}

@media (max-width: 768px) {

	/* En móviles quitamos el redondeo e invertimos colores */

	a .BotonRedondeado {
		margin-top: 0;
		display: inline-block;
		border-radius: 0;
		text-decoration: none;
		border: 1px solid #515151;
	}

	a .BotonAzul {
		color: #006eb6;
		background-color: white;
	}
	a .BotonAzul:hover, a .BotonAzul:visited {
		color: white;
		background-color: #006eb6;
	}

	a .BotonVerde {
		color: #a6b800;
		background-color: white;
	}
	a .BotonVerde:hover, a .BotonVerde:visited {
		color: white;
		background-color: #7A8701;
	}

	a .BotonRojo {
		color: #EE6055;
		background-color: white;
	}
	a .BotonRojo:hover, a .BotonRojo:visited {
		color: white;
		background-color: #EE6055;
	}

	.BotonGrande {
		font-size: 22pt;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 15px;
	}

	.header .navbar-nav > li > a {
		padding: 0;
		font-size: 88%;
		border: 0;
	}
	.navbar-inverse .navbar-nav > li > a { 
		font-size: 0.9em;
		padding-left: 10px;
		border: 0;
		margin: 0;
	}
	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: #A8A8A8;
		background-color: white;
	}
	.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;
	}

	blockquote {
		margin-left: 30px;
	}
}


/* Móviles pequeños en vertical
   ------------------------------------------------------------------------- */
@media (max-width: 480px) {
	body {
		font-size: 14px;
	}

	.BotonGrande {
		font-size: 18px;
		padding-left: 6px;
		padding-right: 6px;
		border-radius: 10px;
	}

	#HuecoCabecera {
		height: 52px;
	}
	.navbar-inverse .navbar-nav > li > a { 
		font-size: 0.9em;
		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;
	}

	blockquote {
		margin-left: 15px;
	}
}


/* LISTAS DE ARCHIVOS (estilo "acordeon")
====================================== */

.acordeon {
	border: 1px solid rgb(96, 96, 0);
	border-radius: 5px;
	font-size: 14pt;
}

.acordeon .ui-state-default {
	color: white;
	font-weight: bold;
	background-color: rgb(159, 159, 0);
}
.acordeon .ui-state-active {
	color: white;
	font-weight: bold;
	background-color: rgb(96, 96, 0);
}

.acordeon .ui-accordion-content {
	background-color: rgb(246, 246, 210);
}


/* Móviles en vertical */
@media (max-width: 768px) {

	.ui-accordion .ui-accordion-header {
		font-size: 95%;
	}

	.ui-accordion .ui-accordion-content {
		font-size: 85%;
		padding: 10px;
	}

}

/* Móviles pequeños en vertical */
@media (max-width: 480px) {

	.ui-accordion .ui-accordion-header {
		font-size: 90%;
	}

	.ui-accordion .ui-accordion-content {
		font-size: 70%;
		padding: 5px;
	}

}


/* Estilos relacionados con la impresión de los resultados de las calculadoras */
@media screen {
	.NoImprimir { }
	.SoloImprimir { display: none; }
}

@media print {
	.NoImprimir { display: none; }
	.SoloImprimir { }

	a { text-decoration: none; }

	button { display: none; }
}
