*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
iframe {
	border: none;
	width: 100%;
	overflow:hidden;
}
.load{
animation:slide 2s;
}
.slider{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
	height: 100%;
    animation:slide 60s infinite;
    
}
.dlogo {
    width: 13%;
	height: auto;
	background-color:rgba(255,255,255,0.4);
	/*opacity: 1;*/
	border-radius: 10px;
	/*left: 0; */
	/*position: absolute;*/
    /*margin-left: -5%;
	margin-right: auto;
	margin: 10px; 
	margin-left: 10px; */
	margin-bottom: 10px;
	padding: 0.8%;
	/*text-align:center; */
	margin-left: 10px;	
}
.logo {
	opacity: 1;
   	width: 100%;
	height: auto;

}
.inicio {	
	margin-left: 10px;
}
img{
    margin-left: 0px;
    height: 50px;
}
/* prueb con flex grid */
/*
@keyframes slide{
0%{
    background: url("../img/Slider/Campo jovenes.jpg")fixed center;
    background-size:cover;
}
20%{
    background: url("../img/Slider/campo1.jpg")fixed center;
    background-size:cover;
}
20.01%{
    background: url("../img/Slider/Foto video.jpg")fixed center;
    background-size:cover;
}
40%{
    background:url("../img/Slider/Campamento_edited.jpg")fixed center;
    background-size:cover;
}
40.01%{
    background: url("../img/Slider/Campo jovenes.jpg")fixed center;
    background-size:cover;
}
60%{
    background: url("../img/Slider/campo1.jpg")fixed center;
    background-size:cover;
    }
60.01%{
    background: url("../img/Slider/Foto video.jpg")fixed center;
    background-size:cover;
}
80%{
    background: url(../img/3-1.jpg)fixed center;
    background-size:cover;
 }
80.01%{
    background: url(../img/4.jpg)fixed center;
    background-size:cover;
}
100%{
    background: url(../img/3-2.jpg)fixed center;
    background-size:cover;
    }
    
}*/

header {
	margin-top: 10px;

    background:rgba(0,0,0,0.0);
    background-size: contain;
    color: dimgray;
    display: flex;
    /*justify-content:flex-end;*/
	justify-content: space-between;
    
}

a{
    color: black;
    text-decoration: none;
    font-weight: 10;
    font-family: sans-serif;
}
#btn-menu{
    display: none;
}
header label {
    margin-top: 10px;
    font-size: 30px;
    cursor: pointer;
    display: none;
    margin-right: 2px;       
}
.menu ul {
    background:rgba(0,0,0,0);
    display:flex;
    list-style: none;
}
.menu ul li a {
    background: rgba(0,0,0,0.6);
    margin-right:0px;
   
}
.menu ul ul{
   display:none;
}
ul ul li a{
   background: rgba(0,0,0,0.5);
   color:#fff;
   margin: 0px;
   
}

.menu a{
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    color:#fff;
    font-size: 12px;
    font-weight: 100;
}
.menu a:hover{    
    color: skyblue;
}
.menu a span {
    margin-left: 10px;    
}
.menu ul li:hover ul {
    display:block;
    position: absolute;
    }

.ifooter {
	width: 100%;
	border: none;
	bottom: 0;
	position: fixed;
	background-color: transparent;
	height: 63px;
}
.footer {
	text-align: center;
  padding: 20px;
  bottom: 0;
  position: fixed;
  width: 100%;
  background:rgba(0,0,0,0.5);
  color:#fff;
  font-size: 20px;
  border: none;
}
h1{
   
   color: #fff;
   font-size: 40px;
   text-align: center;
   font-family: 'Quicksand', sans-serif;
   margin-top: 40px;
    
}


p{
   font-family: 'Quicksand', sans-serif;
   font-weight:200; 
   font-size: 20px;
   color: #fff;
   margin: 25px;
   text-align: center;
   line-height: 35px;
   letter-spacing: 1px;
}
.footer a{
   text-align:left;
    color: #fff;
    font-size: 15px;
    
}
h4{
text-align: right;
}
/*
h6 {
	background: none;
	width: 100%;
	text-align: center;
	font-size: 100px;
	padding-bottom: 5%;
}
*/

article{
    border-radius: 20px;
    background:rgba(0,0,0,0.8);
    width: 80%;
    margin:3% auto; 
    padding: 30px;
    text-align: left;
    margin-bottom: 70px;
}
.beneficios li h3{
    color: #fff;
    text-align:left;
    line-height: 35px;
}
aside{
    font-size: 50%;
    margin: 10px;
    text-align: right;
}
#mapa{
   
    margin: 50px auto;
    width: 500px;
    height: 500px;
    
	
}
  .footer a{
  font-family: 'Quicksand', sans-serif;
} 
.footer i{
  margin-left: 3%;  
}
.footer i:hover{
    color: #0381cc;
    font-size: 22px;
    transition: 0.3s;
}
/* ============================ */

@media (max-width:768px){
   	header label{
	   	display:block;	
	}
	article{
	    width: 95%;
	    padding: 10px;
	}

    .dlogo {
    	width: 30%;
		padding: 1%;
	}    
	.inicio {	
	}
    .menu {      
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        transform: translateX(-100%);
        transition: all 0.5s;
    }
    .menu ul {
        display: block;
        background: rgba(0,0,0,0.5);   
	}
    /*.menu ul li:hover ul {
        display: none;
        position: static;
    }*/
    .menu a span{
        position: absolute;
        right: 5px;
    }
    #btn-menu:checked ~ .menu{
        transform: translateX(0%); 
        
    }
    .menu a{
       background:rgba(0,0,0,0.4);
    }
    .menu ul ul {
        background: rgba(0,0,0,0.4)
    }
    .menu ul ul a {
  		padding: 15px 40px; 
    }
   div a{ 
  		font-size: 15px;
  		border-radius: 0;
   		padding: 0;
    }
    .menu ul li a {
   		margin-right:0px;
	}
    .menu a {
   		margin-top: 0px;
    }
   p{
	   font-family: 'Quicksand', sans-serif;
	   font-weight:200; 
	   font-size: 17px;
	   margin: 25px;
	   text-align: center;
	   line-height: 30px;
	   letter-spacing: 0.5px;
	}
   	#mapa{
   		width: 300px;
	}

}
