@charset "utf-8";

html {
	background-color: #eee;
	background-repeat: none;
	background-size: cover;

}
body {
	margin: 0 auto;
	/*text-align: center;*/
	color: #555555;
/*	font-family: 'Oxygen',Verdana,Geneva,sans-serif;*/
	font-family: Verdana,Geneva,sans-serif;
}
	.window-notice {
    background: rgba(33, 41, 52, .85);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    position: fixed;
    z-index: 999;
}
.window-notice .content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 100px;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 3.6rem;
}


/*  COMUNES  */

img {
	border: none;
}
.quitafloat {
	clear: both;
}
.solomovil {
	display: none;
}
.solotablet {
	display: none;
}
.nomovil {
	display: block;
}
.centrado {
	text-align: center;
}
.alindizquierda {
	text-align: left;
}
.alinderecha {
	text-align: right;
}
.letramedia {
	font-size: 150%;
}
.letragrande {
	font-size: 200%;
}
.letramini {
	font-size: 70%;
}
.letraroja {
	color: red;
}
.max100 {
	max-width: 100%;
	height: auto;
}
.ancho100 {
	width: 100%;
	height: auto;
}
.maxancho {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}
.fotodcha {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
	box-shadow: 4px 4px 4px black;
}
.flotaizq {
	float: left;
	margin-right: 10px;
}
.flotader {
	float: right;
	margin-left: 10px;
} 
.noflotar {
	float: none;
}
#dwg {
	font-size: 80%;
}
.col3a2a1, .col3a1, .col3a2, .col3a1doble, .col2a1, .col2a1a60, .col2a1a40, .col4a2a1, .col2a1a20, .col2a1a80, .col5a3a2 {
	padding-bottom: 20px;
}
.col3a2a1 img, .col3a1 img, .col3a2 img, .col3a1doble img, .col2a1 img, .col2a1a60 img, .col2a1a40 img, .col4a2a1 img, .col2a1a20 img, .col2a1a80 img, .col5a3a2 img, .col4a1 img, .col4a1doble img {
	max-width: 100%;
	height: auto;
}
.col3a2a1, .col3a1, .col3a2 {
	width: 32%;
	float: left;
	margin-left: 1.5%;
}
.modulos .col3a2a1 {
	min-height: 185px;
}
.col3a1doble {
	width: 65%;
}
.col2a1a60{
	width: 58%;
	float: left;
	margin-left: 1.8%;
}
.col2a1a60 p {
	margin-left: 20px;
	margin-right: 20px;
}
.col2a1a40{
	width: 38%;
	float: left;
	margin-left: 1.8%;
}
.col2a1a20{
	width: 18%;
	float: left;
	margin-left: 1.8%;
}
.col2a1a80{
	width: 78%;
	float: left;
	margin-left: 1.8%;
}
.col2a1 {
	width: 45%;
	float: left;
	margin-left: 10%;
}
.col5a3a2 {
	width: 18.5%;
	float: left;
	margin-left: 1.5%;
}
.col5a3a2:nth-of-type(1) {
	margin-left: 0;
}
.col3a2a1:nth-of-type(3n+1) {
	margin-left: 0;
}
.col4a2a1 {
	margin-top: 30px;
	width: 23%;
	float: left;
	margin-left: 1.9%;
}
.col4a2a1doble {
	width: 46%;
}
.flotaderecha {
	float: right;
}
.col4a1doble {
	width: 50%;
}

.columna1 {
	margin-left: 0 !important;
}
.imagenenlazada:hover {
	background-color: transparent;
	opacity: 0.8;
}


.botondegradado {		
	padding: 10px 10px;
	text-align: center;
	font-size: 120%;
	color: white;
	margin-bottom: 5px;
	border-radius: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#248511+0,20880d+0,769370+0,769370+35,20880d+100 */
background: #60c7ef; /* Old browsers */
background: -moz-linear-gradient(top,  #60c7ef 0%, #60c7ef 0%, #60c7ef 0%, #60c7ef 35%, #60c7ef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #60c7ef 0%, #60c7ef 0%, #60c7ef 0%, #60c7ef 35%, #60c7ef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #60c7ef 0%, #60c7ef 0%, #60c7ef 0%, #60c7ef 35%, #60c7ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c7ef', endColorstr='#60c7ef',GradientType=0 ); /* IE6-9 */


}
.botondegradadoverde {
	padding: 10px 10px;
	text-align: center;
	font-size: 120%;
	color: white;
	margin-bottom: 5px;
	border-radius: 10px;
	background-color: #000;
}
.botondegradadoverde a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
}
.botondegradadoverde:hover {
	background: #00a85a;
	outline: thin white solid;
}
.botondegradadoverde h2 {
	font-size: 100%;
	margin: 0px;
  	color: white;
}
.botondegradado a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
}
.botondegradado:hover {
	background: #000;
	outline: thin white solid;
}
.botondegradado h2 {
	font-size: 100%;
	margin: 0px;
  	color: white;
}
.modulos {
	font-size: 90%;
}
.modulos img {
	max-width: 100%;
	height: auto;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;	
}
.modulos img:hover {
	/*opacity: 0.7;*/
	outline: thin white solid;
	transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}


/*		E S P E C Í F I C O S 	*/

.contenedor {margin: 0 1%;}
.colorcorporativo {color: #60c7ef}
.fondocorporativo {background-color: #60c7ef}
.colorblanco {color: white;}
.colornegro {color: blck;}
a {
	color: inherit;
}
a:visited{
	color: #000;
}
a:hover {
	color: #60c7ef;
}
h1, h2 {
	margin-top: 30px;
	font-weight: normal;
	color: #60c7ef;
}
h1 {
	text-align: center;
}
h2 {
	font-size: 145%;
}
h2.cabecera {
	background-repeat: no-repeat;
	background-image: url(../img/comunes/boton-menos.png);
	padding-left: 25px;
	cursor: pointer;
}
header {
	margin: 0;
	background-color: white;
}
#textocabecera {
	text-align: center;
	margin-top: 15px;
	padding-bottom: 5px;
	color: black;
	font-size: 120%;
	margin-left: 0;
}
#logo {
	margin-top: 10px;
	padding-bottom: 10px;	
	float: left;
	text-align: left;
	/*width: 48%;*/
}
#telefonos {
	margin-top: 15px;
	float: right;
	text-align: right;
	padding-bottom: 5px;
	/*width: 48%;*/
}
#comienzoslides {
	position: relative;
}
li {
	line-height: 1.7em;
}
nav {
	text-align: center;
	font-size: 90%;
	margin: 0;
	display: inline-block;
	width: 100%;
	background-color: #60c7ef;
}
nav li {
	padding: 3px 0;
	line-height: normal;
}
nav > ul > li { /*menús principales*/
	display: inline-block;
	padding: inherit 0;
	width: 15%;
}
.largo{ /*menús principales*/
	width: 25%;
}
nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
nav > ul > li {
	float: left;
	position: relative; /*(para submenu)*/
}
nav li li a {
	text-align: left;
	color: white;
}
nav li li a:visited {
	color: white;
}
nav li li a:hover {
	color: white;
	background-color: #7c7672;
}
nav a {
	display: inline-block;
	padding: 5px 5%;
	width: 90%;
	text-decoration: none;
	/*color: #aeaeaf;*/
}
nav a:visited {
	color: inherit;
}
nav a:hover {
	color: #fff;
	border-radius: 0 0 7px 7px;
	background-color: #000;
}
nav ul ul a:hover {
	border-radius: 2px;
}
nav ul ul {
	background-color: rgba(0,0,0, 0.7);
}
nav li ul {
	display: none;
	position: absolute;
	min-width: 230px;
}
nav li:hover ul /* menudesplegable */ {
	display: block;
	border-radius: 0 0 10px 10px;
	z-index: 200;
}
main {
	margin: 0 auto;
}
#fotomini {
	display: none;
}
#gotaparalax {
	min-height: 100px;
	padding: 20px 0 30px;
	margin-bottom: 50px;
	text-align: center;
	background-color: #60c7ef;
}
#gotaparalax p {
	color: white;
	font-size: 300%;
	line-height: 1em;
	display: inline-block;
	max-width: 900px;
}
#gotaparalax .botondegradado {
	display: inline-block;
	background: #60c7ef;
	outline: thin white solid;
	border-radius: 0;
	/*max-width: 35em;*/
}
#gotaparalax .botondegradado:hover {
	display: inline-block;
	background: white;
	outline: thin white solid;
	color: #248511;
	/*max-width: 35em;*/
}
#fotoprincipalmovil {
	display: none;
}
.poblaciones {
	margin-bottom: 40px;
}
#sidebar a {
	text-decoration: none;
}
.fondoblanco {
	background-color: white;
}
.imagenmodulo {
	border: thin #00a85a solid;
}
blockquote {
	margin-left: 0;
	padding-left: 0;
}

/*   P I E */

footer {
	color: white;
	background-color: #002b49;/*#7c7672*/
	margin-top: 30px !important;
}
footer > div {
	padding: 2%;
}
footer p {
	margin-top: 0;
}
footer h3 {
	margin-top: 0;
	border-bottom: thin dotted grey;
}
footer h3 a {
	text-decoration: none;
}
footer a {
	text-decoration: none;
}
footer a:hover {
}
footer a:visited {
}

/*		F O R M U L A R I O 	*/

form input, form textarea {
	width: 98%;
	color: #231f20;
/*	font-family: 'Oswald', sans-serif;*/
	font-weight: 100;
	font-size: 90%;
/*	padding-left: 2%;*/
	margin-bottom: 5px;
}
form .botonesformulario input {
	width: 4em;
	padding: 0;
	font-size: 110%;
}
form input:focus, form textarea:focus {
	background-color: #eee;
}


/*   C A R R U S E L   */
#nocarrusel {
	text-align: center;
}
#nocarrusel a {
	text-decoration: none;
}
#nocarrusel img {
	max-width: 100%;
	height: auto;
	margin-left: 3%;
}
#nocarrusel img:hover {
	opacity: 0.8;
}
#nocarrusel a:hover {
	color: black;
	text-shadow: 1px 1px 1px white;
}


#carrusel {
	text-align: left;
	margin-left: 3%;
	max-width: 93%;
}
#marcas {
	margin-top: 60px;
	margin-bottom: 30px;
	background-color: #CCC;
	padding-bottom: 20px;
}
/*#carrusel p {
	font-size: 70%;
}*/
#carrusel a {
	text-decoration: none;
	text-align: left;
}
#carrusel img {
	max-width: 100%;
	height: auto;
}
#carrusel img:hover {
	opacity: 0.8;
}
#carrusel a:hover {
	color: black;
	text-shadow: 1px 1px 1px white;
}

.slick-prev::before, .slick-next::before {
	color: #7cc34d;
}
.slick-prev, .slick-next {
	margin-top: -30px;
}


/*	ICONOS CONTACTO	 */

.iconosidebar {
	padding-left: 10px;

}
.iconosidebar p {
	list-style: none;
	padding-left: 25px;
	background-repeat: no-repeat;
	line-height: normal;
	background-image: url(../img/comunes/ico-sidebar-gris.png);
}
.iconosidebar a {
	text-decoration: none;
}
.iconosidebar p:hover {
	list-style: none;
	padding-left: 25px;
	background-repeat: no-repeat;
	line-height: normal;	
	background-image: url(../img/comunes/ico-sidebar-color.png);
	color: #248511;
}
.iconosidebar h3 {
	margin-top: 0;
}

.iconocontacto {
	padding-left: 10px;

}
.iconocontacto li {
	list-style: none;
	padding-left: 25px;
	background-repeat: no-repeat;
	line-height: normal;
}
#iconoempresa { background-image: url(../img/comunes/icono-empresa.png); }	#iconocalle { background-image: url(../img/comunes/icono-calle.png); }	#iconotfnomovil { background-image: url(../img/comunes/icono-movil.png); }	#iconotfnofijo { background-image: url(../img/comunes/icono-telefono.png); }	#iconocorreo { background-image: url(../img/comunes/icono-correo.png); }	#noicono { background: none; }

#iconoempresanegro { background-image: url(../img/comunes/icono-empresa-negro.png); }	#iconocallenegro { background-image: url(../img/comunes/icono-calle-negro.png); }	#iconotfnomovilnegro { background-image: url(../img/comunes/icono-movil-negro.png); }	#iconotfnofijonegro { background-image: url(../img/comunes/icono-telefono-negro.png); }	#iconocorreonegro { background-image: url(../img/comunes/icono-correo-negro.png); }	


/*		A J U S T E S    R E S O L U C I Ó N */


@media (min-width: 1280px) {
	.contenedor  {
		margin: 0 10%;
	}
	}

	@media (max-width: 1024px) {
	.maxancho {
		padding: 0 1%;
		width: 98%;
	}
	footer h3 {
		margin-top: 10px;
	}
	.facebook.col3a1, .facebook.col3a1doble {
		width: 48%;
	}
	#facebook {
		float: right;
	}
}

@media (max-width: 850px) {
	#gotaparalax {
		min-height: 200px;
		padding: 20px 0;
	/*	background-size: 100%;
		background-repeat: no-repeat;*/
	}
}

@media (max-width: 800px) {
	.col3a2a1, .col3a2 {
		width: 45%;
		float: left;
		margin-left: 5%;
	}
	.col4a2a1 {
		width: 48%;
		margin-bottom: 10px;
	}
	.col3a2a1:nth-of-type(3n+1) {
		margin-left: 5%;
	}
	.col4a2a1:nth-of-type(2n+1), .col3a2a1:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.col5a3a2 {
		width: 32%;
	}
	.col5a3a2:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.fotodcha {
		float: none;
		margin-left: 0;
		margin-bottom: 15px;
		/*box-shadow: 4px 4px 4px black;*/
	}
	#textocabecera {
		display: none;
	}
	.nomovilcabecera {
		display: none;
	}
}

@media (max-width: 700px) {

	h2 {
		font-size: 120%;
	}
	nav {
		font-size: 85%;
		/*text-align: center;*/ /*No funciona*/
	}
	nav a {
		width: auto;
		margin-right: 1.5em;
	}
	nav > ul > li { /*menús principales*/
		display: inline;
		padding: inherit 0;
		width: auto;
	}
	nav ul ul li { /*menús secundarios*/
		text-align: left;
	}
	#sidebar {
		display: none;
	}
	#principal {
		width: 100%;
		margin-left: 0;
	}
	#marcas {
		display: none;
	}
	.facebook.col3a1, .facebook.col3a1doble {
		width: 98%;
	}
}

@media (max-width: 600px) {
	.solotablet {
		display: inline-block;
	}
	.solomovil {
		display: block;
	}
	.nomovil {
		display: none;
	}
	.menumovil {
		padding: 12px 0;
	}
	h2.cabecera {
		background-image: url(../img/comunes/boton-mas.png);
	}
	iframe {
		height: 400px;
	}
	.rslides_container {
		display: none;
	}
	#fotoprincipalmovil {
		display: block;
	}
	/* MENÚ MÓVIL: */
	nav {
		text-align: left;
		border-radius: 0 0 20px 20px;
	}
	nav > ul > li { /*menús principales*/
		display: block;
		width: auto;
	}
	nav > ul > li {
		float: none;
		position: static;
	}
	nav a {
		display: block;
	}
	nav li ul /* menudesplegable */ {
		display: block;
		position: static;
		min-width: 0;
		padding-left: 1.5em;
	}
}

@media (max-width: 560px) {
	.col5a3a2 {
		width: 49%;
	}
	.col5a3a2:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.col5a3a2 h3 {
		font-size: 100%;
	}
	.col4a2a1 {
		width: 47.5%;
		margin-bottom: 10px;
	}

	select option {
		font-size: 100%;
	}
	#carrusel {
		margin-left: 6%;
		max-width: 88%;
	}
	#carrusel a {
		font-size: 70%;
		margin-bottom: 1em;
	}
}

@media (max-width: 480px) {
	.col3a2a1, .col3a2, .col3a1, .col2a1 {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.col3a2a1:nth-of-type(3n+1) {
		margin-left: 0;
	}
	#comienzoslides {
		display: none;
	}
	#fotomini {
		display: block;
	}
	.fotodcha {
		float: none;
		margin-left: 0;
	}
	h1 {
		font-size: 150%;
	}
	.letramedia {
		font-size: 120%;
	}
	iframe {
		height: 310px;
	}
	select option {
		margin: 4px 0;
		font-size: 80%;
	}
	#iconomenu {
		width: 18px;
		height: auto;
	}
	#gotaparalax p {
		font-size: 200%;
	}
	#gotaparalax .botondegradado {
		display: inline-block;
		/*max-width: 35em;*/
	}
	#carrusel {
		display: none;
	}
	#marcas {
		display: none;
	}
	.col4a2a1 {
		width: 98%;
		text-align: center;
		float: none;
	}

}

@media (max-width: 340px) {
	.menumovil select {
		padding: 1px 0;
	}
	#gotaparalax p {
		font-size: 160%;
	}
	#bloque0 ul.maxancho {
		padding-left: 8px;
		font-size: 90%;
	}
}