/*
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap
*/
.lead{
	text-shadow: 0px 0px 5px rgba(255,255,255,0.85);
}
#imagen-sobre-pie img {
	padding-top: 2rem;
}
#menu {
	background-image: none;
}
#logo-adnEH {
	width: 250px;
	height: auto;
}
.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border: none;
}
/*
efecto de cambio de tamaño sobre las imágenes con enlace
-*/
a img {
	-webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: -o-transform 1s ease-out;
	-ms-transition: -ms-transform 1s ease-out;
	transition: transform 1s ease-out;
}
a img:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
h1{
	font-size: 1.8em;
}
.precio{
	background-color: red;
	color: white;
	padding: 0.2em;
}
.codigo-promocional{
	background-color: #00652E;
	color: white;
	padding: 0.2em;
	border: darkturquoise 2px solid;
	margin: 0.2em;
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
.navbar-dark .navbar-toggler {
	border: 1px;
}
	h1{
	font-size: 2em;
	font-weight: 800 !important;
}
#footer{
	background: url(../images/fondos-divs/fondo-footer.jpg) center no-repeat;
	background-size: cover;
	background-color: linear-gradient(0deg, rgba(64,14,0,1) 0%, rgba(255,255,255,1) 100%);
}
#carousel-index{
	background: url(../images/fondos-divs/fondo-carousel-index.jpg) center no-repeat;
	background-size: cover;

}
#carousel-inicio-02{
	background: url(../images/fondos-divs/fondo-carousel-inicio-02.jpg) center no-repeat;
	background-size: cover;
}
#instalaciones{
	background: url(../images/fondos-divs/fondo-instalaciones.jpg) center no-repeat;
	background-size: cover;
}
#campamentos-objetivos-y-metodologia{
	background: url(../images/fondos-divs/fondo-campamentos-objetivos-y-metodologia.jpg) center no-repeat;
	background-size: cover;
}
#convivencias-objetivos-y-metodologia{
	background: url(../images/fondos-divs/fondo-campamentos-objetivos-y-metodologia.jpg) center no-repeat;
	background-size: cover;
}
#actividades-para-empresas{
	background: url(../images/fondos-divs/fondo-para-empresas.jpg) center no-repeat;
	background-size: cover;
}
#senderismo{
	background: url(../images/fondos-divs/fondo-senderismo.jpg) center no-repeat;
	background-size: cover;
}
#propuesta-ed-primaria-y-eso{
	background: url(../images/fondos-divs/fondo-propuesta-ed-primaria-y-eso.jpg) center no-repeat;
	background-size: cover;
}
#propuesta-ed-infantil{
	background: url(../images/fondos-divs/fondo-propuesta-ed-infantil.jpg) center no-repeat;
	background-size: cover;
}
/*#contacto{
	background: url( ../images/fondos-divs/fondo-contacto.jpg) center no-repeat;
	background-size: cover;	
	}*/
#campamento-semana-santa{
	background: url( ../images/fondos-divs/fondo-campamento-semana-santa.jpg) center no-repeat;
	background-size: cover;		
	}
#I-carrera-popular{
	background: url( "../images/fondos-divs/panorama-3629120.jpg"
	) center no-repeat;
	background-size: cover;		
	}
}
.panel-advertencia{
	padding: 2em;
	background-color: aquamarine;
	color: maroon;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 1em;
	border-radius: 1em;
	border: medium dotted red;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
#logo-adnEH {
	width: 300px;
	height: auto;
}
	h1{
	font-size: 2.5em;
}
}

/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
#menu {
	background-image: url("../images/fondos-divs/landscape-2090495.jpg");
}
	h1{
	font-size: 3em;
}
}

/*# sourceMappingURL=adnEH.css.map */
