@charset "UTF-8";
@import url(iconos.css);
@import url(cookies.css);
@import url(../0css/wk.css);
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
   border-radius: 5px 5px 5px 5px;
}
body {
    margin: 0px;    
  min-height: 100vh;
  background-color:/*#eeeeee; */#f2f5f7;
  font-family: Arial, Helvetica, sans-serif;
 
}
h1, h2, h3, h4, h5, h6 {
 letter-spacing: 1.7px;
}
.open{
	font-family: 'Open Sans', sans-serif;
}
.work{
	font-family: 'Work Sans', sans-serif;
}
.comic{
	font-family: 'Comic Neue', cursive;
}



.main-container{ 
    width: 100%;max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.main-container img{
  margin-left: auto;
    margin-right: auto;
}

.main-container > *{
    /*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;
	box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.75);
}
.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;
}
.mostrar {
  left: 0;
}
	

.menu { /*<ul>*/
  list-style: none;
  padding: 5px 0px;
  margin: 0; 
}
.menu__item{ /*<li>*/
    margin: 0;padding: 0px;height: auto;width: 100%;font-size: 0.8rem;
}
.menu__link { /* <a>*/
  display: block;
	width: 100%;margin: 0;
  padding: 5px 0px;
  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;
}

.main{
    margin: auto;padding: 0;
    width: 100%;
    text-align: center;
}
.main > *{
    /*box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.75);*/
    border-radius: 4px;
    padding: 2px;
    margin-top: 15px;       
    text-align: center;    
}
/*--------------Estilos de banner--------------*/

.banner {
    position: relative;
    z-index: -100;margin: 0;
}
.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: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /*color:#a00000;*//*color:#F60538;*/color: #fff;
}

.h2_titulo-banner{/****en blanco***/
    font-size:2em;
	font-weight: 500;
    letter-spacing: 1.5px;
    color:#fff;
    margin: 0;
    padding: 0;
    }

.p_subtitulo-banner{
    margin: 0;padding: 5px;
    font-size:1em;
    color:#ffff00;
}
.titulinos{/**** incluye = a las 100+ y al titulo en cagaleta *********/
     width: 100%;
     text-align: left;
     padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 15px;
	margin-top: 10px;
     font-weight: 700;
     letter-spacing:2px;
 }
.p-las100{
            width: 100%;
            padding: 0;
            margin: 0;
        }
.sp-las100{
            padding: 7px 15px 7px 15px;
          background-color: #0066ff;/*color azul oficial*/
            color:#F7d417;/*color amarillo oficial*/
	        border-radius: 0px 10px;	
        }

.p-cagaleta{/******Incluye  "nombre-pico" y "unidad"   ******/
	width: 100%;
	margin: 0;
	margin-top: 1.6em;
	padding: 15px 0px 10px 0px;
 	text-align: center;
}
            .sp-nombre-pico{
                padding: 8px 30px 8px 30px;
                font-size: 1.3rem;
                font-weight: 600;
                /*color: /*#07007d*//*#b03; */
                background-color:#CCCC00 ;
                border-radius: 8px 8px;
                border-top:0px solid #9a9a0c;
                border-bottom:2px solid #9a9a0c;
                color: #800000;
                       }
            .unidad{
                font-size: 0.9rem;
            }

.granate{
    /*font-size: 1rem;*/
    font-weight: 700;
    color:#b03;    
}

/*--------------Estilos de Descargar--------------*/
/*Estilos grid************/
.descargar{
	width: 100%;
	margin: 0;padding: 0;
}
.descarga{
	font-size: 1rem;
    padding-left: 5px;
		}
.linea-grid{font-family: 'Open Sans', sans-serif; 
            width: 100%;          
            display: grid;
               grid-gap:0rem;margin-top: 0;               
            padding: 0px 3px 0px 3px;         
          }
.itemI{
        display: flex;
   flex-direction: column;
   justify-content: space-evenly;
  /* background-color: #f2f2f2; */ 
   padding: 0px 0px 1px 20px;margin: 0;  
   text-align: left;
            }
 .itemD{ 
   display: flex;
   flex-direction: column;
   justify-content: space-evenly;
  /* background-color: #f2f2f2; */ 
   padding: 0px 0px 1px 20px;margin: 0;  
   text-align: left;
   /*border-radius: 5px 5px 5px 5px;*/
        } 
.itemD .itemI, img{
    display: inline-block;
}

.item{
    width: 100%;
    margin: 0 ;
    padding: 3px 0px 0px 0px;
    font-size: 0.9rem;
            } 

.wiki-p{
            width: 100%;
            display: inline-block;
             margin: 0;
             padding: 1px 0px 0px 0px;                   
        }
.wiki-img{
            max-width: 92px;
            margin-right: 15px; 
            vertical-align:middle;
     }

  p.wiki-p a:link{
             text-decoration: none;
          display: inline-block;
      justify-content: center;
      align-items: center;
	 padding: 2px 5px 2px 5px;    
        }
p.wiki-p a:hover {
		background-color:  #cacaca;/*color: #990000;*/color: #ff0000;
		font-weight:600;
 		text-decoration: none;position: relative;top: 2px;
        }
.a-wk{
	margin: 0;padding: 0; 
}/*
.a-wk a:hover{
   background-color:  #cacaca;/*color: #990000;*//*color: #ff0000;
		font-weight:600;
 		text-decoration: none;
    position: relative;top: 2px; 
}*/

.separa{
	padding-left: 1rem;
}
.tipo-ruta{/*circular,solo ida, etc.*/
	font-size: 1.1rem;
	font-weight: 700;
	padding-left: 10px;
}
   
/*--------------Estilos Seccion Intro--------------*/
.section-intro{margin: 0;margin-top: 10px;
	width: 100%;
    background-color: #f2f5f7; 
   
}

.div-intro{   
    text-align: justify;
    line-height: 1rem;
    padding: 2px;
    font-size: 0.8rem;  
}
.div-intro img{
    margin: 0 auto;
    display: block;
}
.dic{
	margin: 0rem 0px 0px 0px ;
	padding-bottom: 10px;
	font-family: 'Comic Neue', cursive;    
	font-size: 1.1rem;
    text-align: justify;
	}
.p-ascenso{
    width: 100%;
	font-family: 'Work Sans', sans-serif; 
    text-align: left;
    margin: 0px 0px 5px 0px;
    padding: 7px 3px 10px 3em; 
    font-size: 1rem;
    font-weight: 700;
    color:#b03;
}
.foto-ascenso{
     width: 100%;
	margin: 0 auto;
	padding:0px 0px 5px 0px;
    height: auto;
     border:0px solid #fce016;
     border-radius: 0px 0px 5px 5px;
    font-family: 'Comic Neue', cursive;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;    
}
.foto-ascenso img{
    box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.75);

}
.bajo-foto{
    width: 100%;
   margin:0px 0px 0px 0px;
    padding:10px 0px 10px 0px;
    font-family: 'Comic Neue', cursive;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center; 
}
.h-resumen{/*RESUMEN*/
	margin: 0;
	color: #0000ff; 
	padding:1em 0 3px 3em; 
	text-align: left;
}
.abstract{
    width: 100%;
    margin: 0;
    padding: 10px 2px 10px 2px;
	font-size:0.9rem;
    line-height: 1.1em;letter-spacing: normal; 
	text-align: justify;
    text-indent: 2rem;
}

.linea-h{/*parrafo que hace de linea*/
    
		 /*border-top: 1px solid #999;*/
    padding: 0;
    margin: 0 auto;
  background-color: #999;
  height: 2px;
  max-width: 90%;
  /*padding: 0;
  margin: 5px auto 0 auto;*/
	}
/********Articulo MAPA ******/

/****  wikiloc  ********/
.mapa{
             margin-bottom: 1rem;
	margin-top: 1rem;
         }
.wk{
             width: 100%;
             max-width: 900px;margin: auto;
            height: 500px; overflow: hidden;
         }


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

.section-fotos{
    width: 100%;
    object-fit: cover;
    background-color: #f2f5f7;
    margin:0 auto;
      text-align: center; 
	
} 
.section-fotos img{
	/*box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.75);
	width: 100%;*/
             
}
.h-relato{
	
    font-weight: 700;
    color:#ab1b24;
}

.ncima-fotoj{
	width: 100%;
	/*font-family: verdana, sans-serif;*/font-family: 'Work Sans', sans-serif;/*font-family: 'Open Sans', sans-serif;*/
 font-size: 0.8rem;
  text-align: justify;
    margin: 10px 0px 0px 0px;
    padding: 0px 3px 10px 5px;
    /*border:1px solid #fce016;*/
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;/*arriba:izq,dcha  abajo:dcha,izq*/
    line-height: 1rem;letter-spacing: normal; 
    background-color: #f2f5f7;    
}
.ncima-fotoc{
	width: 100%;
	/*font-family: verdana, sans-serif;*/font-family: 'Work Sans', sans-serif;/*font-family: 'Open Sans', sans-serif;*/
 font-size: 0.8rem;
  text-align: center;
    margin: 15px 0px 0px 0px;
    padding: 7px 3px 10px 5px;
    /*border:1px solid #fce016;*/
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;/*arriba:izq,dcha  abajo:dcha,izq*/
    line-height: 1rem;letter-spacing: normal; 
    background-color: #f2f5f7;    
}
.parra-foto{
     width: 100%;
	margin: 0 auto;
	padding:0px 0px 10px 0px;
    height: auto;
     border:0px solid #fce016;
     border-radius: 0px 0px 5px 5px;
    font-family: 'Comic Neue', cursive;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    background-color: #fff; 
}
   
.parra-foto img{
/*max-width:100%;*/
    width: 100%;
	max-width: 975px;
	margin-bottom: 10px;
	box-shadow: -1px 1px 7px 0px rgba(0, 0, 0, 0.75);
    display: block;
}

img.vertical{
    width: 100%;
	max-width: 638px;
}
/****************   FOOTER   ****************/
/****************stilos del footer****************/
.footer {display: inherit;
  background: #333;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}

.footer_contenedor {
    width: 100%;
  margin: auto;
}
.social{width: 100%;
	display:flex;
    justify-content: center;/*con estos dos se centra vertical y horizontalmente*/
    align-items: center;
}
.footer .social [class^="icon-"] {
  display: inline-block;
      margin: 0 3px;
  color: #ff0000;
  text-decoration: none;
  font-size: 1.35rem;
  padding: 3px;
  background: white;
  border-radius: 50%;
  width: 30px;
  height:30px;
  line-height: 30px;
}
.wk-social{
	max-width: 35px;margin-left: 0px;
}
   .footer-aviso{         
    width: 100%;
}
.aviso{width: 100%;
    font-size: 0.9em;
    text-align: left;
    margin: 0;
    padding: 5px 2px 15px 2px ;
}
.copy{ padding-top: 1rem;
        font-size: 0.9em;
    }

#barraaceptacion {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	padding-bottom:20px;margin-bottom: 10px;
	width:100%;
	text-align:center;
	min-height:50px;
	background-color: rgba(0, 0, 0, 0.5);
	color:#fff;
	z-index:99999;
}

.inner {
	width:100%;
	position:absolute;
	padding-left:5px;
	font-family:verdana;
	font-size:13px;
	top:30%;
}

.inner a.ok {padding:4px;color:#00ff2e;text-decoration:none;}
.inner a.info {padding-left:5px;text-decoration:none;color:#faff00;
}



 /*        
@media(min-width:320px){
    .tih2_titulo-banner{
     font-size: 1.6rem;   
    } 
   
}*/

@media(min-width:480px){
   
.logo{    
	font-size:2rem;
}
    .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;
}
	.banner-contenedor{
    width: 100%;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /*color:#a00000;*/color: #fff;
}
    .h2_titulo-banner{
        font-size:3rem;
        margin: auto;
        width: 90%;
    }
    .sp-las100{
        font-size:1.5rem;
         font-weight: 500;
    }
	.sp-nombre-pico{    
	font-size: 1.5rem;
         font-weight: 500;
		padding: 7px 45px 7px 45px;
           }
     
    .item, 
    .wiki-p{
        font-size: 1.1rem;
    }   
    p.intro{
    margin: 15px 0px 0px 0px;
    font-size: 1rem;
    padding: 0px 4px 20px 2px;line-height : 1.1rem;   
}
   .p-ascenso, .h-resumen{
        font-size: 1.4em;
    }
    .bajo-foto{
        font-size: 1.1rem;
    }
    .abstract{    
	font-size:1.1rem;line-height: 1.1rem;letter-spacing: normal; 	
	}
.ncima-fotoj{
	font-size: 1.1rem;
	}
	.ncima-fotoc{
	font-size: 1.1rem;	
	}
    .parra-foto{
        font-size: 1.1rem;
    }
    
}
	
@media(min-width:768px){  

        .h2_titulo-banner{
        font-size:4rem;
         margin: auto;
        width: 90%;
    }
   
	.sp-nombre-pico{    
	font-size: 2.1em;
	padding-left: 80px;
		padding-right: 80px;
           }
	 .linea-grid{
                grid-template-columns: repeat(2, 50%);                
            }
          
    .item, 
    .wiki-p{
        font-size: 1.2rem;
    }  

   
   .p-ascenso, .h-resumen{
        font-size: 1.7em;
    }
    .bajo-foto{
        font-size: 1.2rem;
       padding:10px 0px 10px 0px;
    }
    .abstract{    
	font-size:1.2rem;
        line-height: 1.3rem;
        letter-spacing: 1.1; 	
	}
.ncima-fotoj,.ncima-fotoc {
	font-size: 1.3rem;
    line-height: 1.3rem;
        letter-spacing: 1.1; 
	}
	.h-relato{
	font-size: 1.6em;
   }
    .parra-foto{
        font-size: 1.2em;
    }
    }
    @media(min-width:975px){
        
    .parra-foto{    
    background-color: #f2f5f7; 
     color:#7E1803;   /*color:#000080;*/ /*color:#0421b2;*/
        }
 }  
  /* 
 .main-container{
         max-width: 1200px;
    }   */ 
	
@media(min-width:1024px){
.nav{/*deja de ocultarse el menu*/
    position: static;
    width: auto;
   }
.menu {
 display: flex;
    font-size: 0.9em;
}
   .icon-menu{
   display:none;  
}
    .icon-home{
	font-size:2rem;	
	line-height:0px;margin: 0;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:4.5em;
         margin: auto;
        width: 90%;
    }
    /***************/
    
     .item, 
    .wiki-p{
        font-size: 1.3rem;
    } 
    .img-wikiloc{
    max-width: 90px;
    max-height: 21px;
    /* margin: 5px; */
} 
   .dic{
	margin: 10px 0px 5px 0px ;
	padding-bottom: 15px;
	font-size: 1.2rem;
        line-height: 1.2rem;
        letter-spacing: 1.1; 
  
	}
   .p-ascenso{
        font-size: 1.9em;
       padding: 0px 0px 20px 1.5em;
    }
    .h-resumen{
         font-size: 1.9em;
       padding: 1rem 0px 20px 1.5em;
    }
    .bajo-foto{
        font-size: 1.3rem;
       padding:10px 0px 10px 0px;
    }
    .abstract{
        padding: 10px 2px 10px 2px;
	font-size:1.3rem;
        line-height: 1.2em;
        letter-spacing: 1.1; 	
	}
    /*** modulos de fotos  ***/
    .h-relato{
	font-size: 1.6em;
   }
.ncima-fotoj,.ncima-fotoc {
	font-size: 1.3rem;
    line-height: 1.3rem;
        letter-spacing: 1.1; 
    padding: 0px 0px 10px 0px;
	} 
    .parra-foto{
      font-size: 1.3rem;   
    }
   
    
    /***************/
 
 
    .intro{
    margin: 0px 0px 0px 0px;
    /*font-size: 1.2em;*/
    padding: 0px 4px 20px 2px;   
}
   
}


    























































	