@import url('https://fonts.googleapis.com/css?family=Exo');

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

.colorRed {
	color: #F00;
}
.colorBlue {
	color: #009BE2;
}
* {
	margin: 0px;
	padding: 0px;
}
/* Para habituarnos a trabajar con bootstrap, vamos a crear clases con tama�os estandar */
/* Ejemplo real: tallas de ropa. xs peque�ito, sm un poco mas... y as� lo que necesitemos */
.bg-d-gray {
	background-color: #C6C6C6;
}
.bg-gray {
	background: #F7F7F7
}
.bg-gris {
	background: #EFEFEF;
}
.f-xs {
	font-size: 10px;
}
.f-sm {
	font-size: 15px;
}
.f-md {
	font-size: 20px;
}
.f-lg {
	font-size: 30px;
}
.form-control {
	border-radius: 0px;
}
input.form-control, textarea.form-control {
	border-color: #0184B4;
}
.h-xs {
	height: 5px;
}
/* Margenes */
/* Yo siempre creo todas estas clases de ayuda, nunca sabes si las vas a usar, pero si las necesitas alguna vez,
Sabes que las tienes y no tienes que andar toqueteando el css cada poco */
.m-0 {
	margin: 0px;
}
.m-xs {
	margin: 10px;
}

.m-top-xs {
	margin-top: 10px;
}
.m-top-sm {
	margin: 15px;
}
.m-top-md {
	margin: 20px;
}
.m-top-lg {
	margin: 25px;
}

.m-left-xs {
	margin: 5px;
}
.m-left-lg {
	margin: 40px;
}
.p-xs, .pdd-xs {
	padding: 10px;
}
.trab {
	display: block;
}
.text-cabecera {
	text-align: center;
}
/* nav */
button {
	font-weight: bold;
	color: #41723A;

}

a {
	color: #0184B4;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #146035;
	text-decoration: none;
}
li {
	padding: 0px;
}
.navbar {
	background-color: #FFFFFF;
	border: none;
	margin-top: 20px;
	color: blue;
}
.navbar-header {
	margin-left: 3%;
	margin-right: 10px;
	padding: 0px;
	width: 26%;
	margin-bottom: 16px;
	display: inline;
}
.navbar-brand {

	height: 100px;
}

.nav a:hover, .nav a:active {
	background: none;
	color: green !important;
}
.nav li,.active a {  /*separando li de .active con coma se pone en negrita */
	font-weight: bold;
	color: green;
}

ul {
	width: 55%;
	min-width: 500px;
	color: blue;
	padding-top: 18px;
	font-size: 14px;
	margin-right: 12%;
	color: red;
}

/* contenidos */

.contenidos {
	padding: 30px;
	margin: 0px;
	height: 10px;
}
.contenidos2 {
	margin-top: 10px;
	margin-bottom: 50px;
}
.contenidos3 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.contenidos4 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.text-cont2 {
	margin-top: 130px;
}
.text-cont3 {
	margin-top: 160px;
}
.text-cont4 {
	margin-top: 140px;
}
.text-cont5 {
	margin-top: 140px;
}
.bg-d-gray {
	width: 94%;
	margin-left: 3%;
}
.jumbotron {
	width: 100%;
	margin-bottom: 0px;
}
.article {

	margin-top: 20px;
	margin-left: 20px;
	height: 300px;
}
.trabajos {
	margin-top: 50px;
	margin-bottom: 50px;
}
.google-maps {
	margin-top: 43px;
}
.acepta {
	margin-top: 30px;
}

/* footer */


.footer {
	background-color: #FFFFFF;
}
.lista_footer {
	text-align: center;
}
.lista_footer a {
	font-size: 13px;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
.texto-footer {
	margin-top: 60px;
}
.datos-empresa {
	background: #41723A;
	color: #FFFFFF;
}
.tel {
	color: #009BE2;
	font-size: 14px;
}

#asdr {
	margin-top: 110px;
	margin-bottom: 5px;
}
.dron-footer {
	margin-top: 60px;
}
.dron-peq {
	margin-top: 60px;
}
.img-responsive {
	display: inline-block;
}
.logo-footer {
	margin-top: 80px;

}

.coordenadas {
	margin-top: 0px;
	background-color: #41723A;
	color: #FFFFFF;
	margin-bottom: 30px;
	display: block;
}
.pie-footer {
	background-color: #E7E7E7;
	margin-top: 40px;
	padding-bottom: 20px;
}
.menu-footer {
	font-size: 10px;
}


/* CLASES QUE SOLO FUNCIONAN EN TABLET sm */

@media (max-width: 900px) {
	.google-maps {
	padding-bottom: 75%;
	position: relative;
	height: 0px;
	overflow: hidden;

}
.google-maps iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 95% !important;
	height: 100% !important;
}

}





/* CLASES QUE SOLO FUNCIONAN EN MOVIL xs */
@media (max-width: 761px) {

	.text-cont2 {
	margin-top: 50px;
	}
	.text-cont3 {
	margin-top: 50px;
	}
	.text-cont4 {
	margin-top: 50px;
	}
	.text-cont5 {
	margin-top: 50px;
	}
	.google-maps {
	padding-bottom: 75%;
	position: relative;
	height: 0px;
	overflow: hidden;

	}
	.google-maps iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 95% !important;
	height: 100% !important;
	}
	.text-cabecera {
	text-align: center;

	}
	.lista_footer {
	text-align: center;
	font-size: 10px;
	}
}

/** COOKIES **/
#cajacookies {
    background-color: rgba(0,0,0,0.8);
    color: #FFF;
    padding: 10px;
    margin-bottom: 0px;
    position: fixed;
    top: 0px;
    width: 102%;
}

#cajacookies a {
	color: #FFF;
	font-weight: bold;
}
#cajacookies a:hover {
	text-decoration: underline;
}

#cajacookies button {
    color: #000;
}
