﻿@import url(iconos.css);
*{
    box-sizing: border-box;
}
img{
    display: block;
    width: 100%;
    max-width: 100%;
}

body{
    margin: 0;
    background-color:#eeeeee;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100%;

}
.grid-container > *{
    box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    padding: 2px;
    text-align: center;    
}

.grid-container{
    margin: auto;
    width: 100%;
    max-width: 1100px;
    min-height: 100%;
}
.section_imagenes img{
    box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    padding: 2px;
    text-align: center;    
}
/*****Header************

/*****el NAV********/


.navbar{
    margin:auto;
    width: 100%;
    margin-top: 10px;
}
.navbar .contenedor{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
 
    background: #333;
}
.logo{
	font-size:1.2em;
}
.logo, .icon-menu{
    margin: 5px;
    color: white;
   }

.icon-menu{
    display:block;
    width:25px;
    height: 25px;
    font-size: 20px;
    background:#ff9900;
    color:#fff;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    margin-left:auto;
    cursor:pointer;
}


/**********Estilos del MENU************/

.nav{
    position: absolute;
    top: 200px;/*Para que baje el menu por debajo del letrero o titulo*/
    left: -100%;
    width: 100%;
    transition: all 0.4s;
}
.menu {
  list-style: none;
  padding: 0;
  margin: 0; 
}
.menu__link {
  display: block;
  padding: 5px;
  background:#ff9900;
  text-decoration: none;
  color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    font-size: 1em;

}
.menu__link:hover, .select {
  background: white;
  color: #FBA919;
}
.mostrar {
  left: 0;
}
.menu__item{
    margin: 0;padding: 0;height: auto;
}



.main{
    margin: auto;padding: 0;
    width: 100%;
    text-align: center;
}
/*--------------Estilos de banner--------------*/

.banner {
    position: relative;
    z-index: -100;
}
.banner img{
    width: 100%;
    height: 100%;
    margin-top: 5px; 
    box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    padding: 2px;
    text-align: center;    

}
.banner-contenedor{
    width: 100%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
    /*color:#a00000;*/color: #fff;
}
.h2_titulo-banner{
    font-size:1em;font-weight: 500;
    letter-spacing: 1.5px;
    color:#ffff00;
    margin: 0;
    padding: 0;
    }

.p_subtitulo-banner{
    margin: 0;padding: 5px;
font-size:1em;
    color:#ffff00;
}

/*--------------Estilos de Descargar--------------*/
p.titulo-ruta{
     width: 99%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color:#CCCC00; 
    text-align:center;
    font-weight: bold;
    font-size: 0.8em;
    border-bottom:1px solid #9a9a0c;
    border-top:1px solid #9a9a0c;
    color: #800000;
    padding: 8px 0px 8px 0px;    
}
div.datos{
    width: 100%;
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px;
    background-color: #f7f7f7;
}


.datos-ruta{
    font-size: 0.9em;
    text-align: left;
    padding-left: 20px;    
}
.span_datos-ruta {
	color: #0000FF;
	background-color: #CCCCCC;
    font-weight: bold;
}

ul.descargar{
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;  
   margin: 10px 0px 5px 0px ;
   padding: 0px 0px 0px 0px;
    font-size: 0.9em;
   list-style-type: none;
    line-height: 1.2em;
}
ul.descargar li{
    margin:  2px 10px 10px 4px;
   padding: 2px 3px 0px 3px;
    border:1px solid #070;
    border-radius: 3px;
}
.wiki-earth{
    width: 80px;
    height: 20px;
    margin: 5px;
}
a.link-verde {
	color: blue; 
	text-decoration: none;
}
a.link-verde:hover {
	color:red; font-weight:bold;
	text-decoration: underline; 
	background-color: none;
}
    
a.wiki:hover {
	position: relative;
    top: 2px;
}
p.txt{
    padding: 3px 0px 3px 0px;
   margin: 0px 0px 0px 0px;
}

.icon-circle-down{
	font-size:1.3em;	
	line-height:0px;
	color:/*#219D3B;*/ red;
    margin: 0px 0px 0px 5px;
}

.icon-home{
	font-size:1.3em;	
	line-height:0px;
    margin: 0;
    padding: 0;
}
.icon-arrow-circle-down{
	font-size:1.3em;	
	line-height:0px;
	color:#219D3B;

}
/*--------------Estilos Seccion Intro--------------*/
section.intro{
    background-color: #f7f7f7;    
}
div.div-intro{   
    text-align: justify;
    line-height: 1.4em;
   
}
p.intro{
    margin: 0px 0px 0px 0px;
    font-size: 0.9em;
    padding: 0px 2px 15px 2px;
   
}

.marron-cursiva{
     font-style: oblique;
    font-weight: 500;
    color: #800000;
}
/********Articulo MAPA ******/

.mapa{
    width: 100%;
    margin: 0 auto;
}

.mapin{
    margin: auto;
    text-align: center;
    margin-top: 10px;
    max-width: 900px; 
    box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    padding: 2px;
    
}

/*--------------Estilos fotos--------------*/

.section_imagenes{
    width: 100%;
    object-fit: cover;
    background-color: #f7f7f7;
    margin: auto;
    
} 

.relatoj1{
    font-size: 0.9em;
  text-align: justify;
    margin: 0px 0px 0px 0px;
    padding: 10px 3px 10px 5px;
    border:1px solid #fce016;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;/*arriba:izq,dcha  abajo:dcha,izq*/
    line-height: 1.2em; 
    background-color: #fff;
} 
.relatoj{
    font-size: 0.9em;
  text-align: justify;
    margin: 15px 0px 0px 0px;
    padding: 10px 3px 10px 3px;
    border:1px solid #fce016;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;/*arriba:izq,dcha  abajo:dcha,izq*/
    line-height: 1.2em; 
    background-color: #fff;
} 

.parra-foto{
     width: 100%;
    margin: auto;
    margin-top: 0px;
   padding:0px 0px 5px 0px;
    height: auto;
     border:1px solid #fce016;
     border-radius: 0px 0px 5px 5px;
    font-family: 'Comic Sans MS' , cursive, sans-serif;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
 
} 
   
.parra-foto img{
/*max-width:100%;*/
    width: 100%;
    margin-bottom: 5px;
}
/****************stilos del footer****************/
.footer {
  background: #333;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}

.footer_contenedor {
  margin: auto;
}
.footer .social [class^="icon-"] {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 12px;
  padding: 3px;
  background: white;
  border-radius: 50%;
  width: 20px;
  height:20px;
  line-height: 20px;
}
.copy{
        font-size: 0.6em;
    }
@media(min-width:320px){
    .h2_titulo-banner{
     font-size: 1.2em;   
    } 
    p.titulo-ruta{
    font-size: 0.9em;    
}
    
}
@media(min-width:480px){
   
.logo{    
	font-size:2em;
}
    .icon-menu{
    display:block;
    width:40px;
    height: 40px;
    font-size: 40px;
    background:#ff9900;
    color:#fff;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    margin-left:auto;
    cursor:pointer;
}
    .h2_titulo-banner{
        font-size:1.6em;
        margin: auto;
        width: 80%;
    }
 p.titulo-ruta{
    
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em;
       
}  
      .datos-ruta{
    font-size: 0.9em;
    
    
}
    p.intro{
    margin: 0px 0px 0px 0px;
    font-size: 1em;
    padding: 0px 4px 20px 2px;   
}
.relatoj1{
    font-size: 1em;
} 
.relatoj{
    font-size: 1em;
}  
     .parra-foto{  
    font-size: 1.1em; 
}
    
}
@media(min-width:768px){
    

    .icon-home{
	font-size:1.4em;	
	line-height:0px;margin: 3;padding: 0;
}

     .h2_titulo-banner{
        font-size:2em;
         margin: auto;
        width: 70%;
    }
 p.titulo-ruta{
    
    margin: auto;
    margin-top: 12px;
    margin-bottom: 12px;
     padding-top: 8px;padding-bottom: 8px;
    font-size: 1.4em;
       
}  
    p.intro{
    margin: 0px 0px 0px 0px;
    font-size: 1.1em;
    padding: 0px 4px 20px 2px;   
}
.relatoj1{
    font-size: 1.1em;
} 
.relatoj{
    font-size: 1.1em;
}  
     .parra-foto{  
    font-size: 1.2em; 
}
    .datos-ruta{
    font-size: 1.1em;   
}
    
}
@media(min-width:900px){
.nav{/*deja de ocultarse el menu*/
    position: static;
    width: auto;
   }
.menu {
 display: flex;
}
   .icon-menu{
   display:none;  
}
    .icon-home{
	font-size:1.4em;	
	line-height:0px;margin: 3;padding: 0;
}
.menu__link {
 background:none;
 font-size:1.1em;height: 100%;
  border-bottom: none;
    padding: 17px 7px 0px 0px;
    margin:0px 0px 0px 0px ;
    
}
     .h2_titulo-banner{
        font-size:2em;
         margin: auto;
        width: 70%;
    }
 p.titulo-ruta{
    
    margin: auto;
    margin-top: 12px;
    margin-bottom: 12px;
     padding-top: 8px;
     padding-bottom: 8px;
    font-size: 1.4em;       
} 
  
    p.intro{
    margin: 0px 0px 0px 0px;
    font-size: 1.1em;
    padding: 0px 4px 20px 2px;   
}
}
@media(min-width:1100px){
   .h2_titulo-banner{
        font-size:2.3em;
         margin: auto;
        width: 70%;
    }
    p.titulo-ruta{   
    
    font-size: 1.5em;       
} 
}
@media(min-width:1400px){
   .h2_titulo-banner{
        font-size:2.6em;
         margin: auto;
        width: 90%;
    }  
    
}



