body{
    margin: 0;
    padding: 0;
    font-family: 'Raleway';
}

/*básicos*/
.ajuste{
    box-sizing: border-box;
}

.bloque{
   display: block; 
}

.flex{
    display: flex;
}
.anchopan{
    width: 100%;
    max-width: 1280px;
}

.semibold{
    font-weight: 600;
    
}

.bold{
    font-weight: 900;
}

.regular{
   font-weight: 400; 
}

.beige{
    color: #e8d0af;
}

.beige2{
    background-color: #eeddb0;
}

.centrar{
    margin: auto;
}

.nomuestra{
    display: none;
}

.sombra{
    -webkit-box-shadow: -1px 6px 18px 2px rgba(0,0,0,0.73);
    -moz-box-shadow: -1px 6px 18px 2px rgba(0,0,0,0.73);
    box-shadow: -1px 6px 18px 2px rgba(0,0,0,0.73);
}

.sombra1{
    -webkit-box-shadow: -1px 100px 18px 2px rgba(0,0,0,0.73);
    -moz-box-shadow: -1px 100px 18px 2px rgba(0,0,0,0.73);
    box-shadow: -1px 100px 18px 2px rgba(0,0,0,0.73);
}


.flexceh{
   justify-content: center; 
}

.flexcev{
   align-items: center; 
}

/*header*/


.titulosvg{
    
    width: 60%;
    position: relative;
    z-index: 2;
}

.header{
    background-color: #b73232;
    border-bottom: 10px solid #ffde55;
    height: 20%;
    
}




/*elementos*/

.cortinas{
    background-image: url(../images/fondohome.png);
    height: 85%;
}

.rana{
    height: 80%;
    justify-content: flex-end;
    background: url('../images/personajes.png') bottom left/auto 75% no-repeat, url('../images/titulo.png') top center/auto 30% no-repeat; 
}


.escenario{
    height: 15%;
    background: url(../images/esce.png) bottom/auto 100% repeat-x;  
}

.es{
    justify-content: flex-end;
    width: 80%;
    max-width: 800px;
}

.escuchar{
    width: 170px;
    height: 170px;
    border-radius: 85px;
    border: 4px dotted #eda12f;
    background-color: #c94901;
    color: #eeddb0;
    padding: 15px 25px 5px 25px;
    text-align: center;
    line-height: 1.3em;
    margin: -100px 0;
    font-size: 0.9em;
}

.apar{
    display: none;
}

.btnes{
    margin-top: -7px;
    cursor: pointer;
}

/*menu*/
.menuho{
    height: 60%;
    width: 100px;
    border-left: 3px solid #eeddb0;
    border-right: 3px solid #eeddb0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 80px 0;
    padding-top: 10%;
    position: relative;
    z-index: 1;
}

.botonho{
   width: 160px;
}

.derecha{
    margin-left: 30px;
}

/*menuresponsive*/

.aparece1{
    display: none;
}
.menurespon{
    position: absolute;
    right: 40px;
    cursor: pointer;
    z-index: 5;
}

.lineares{
    padding: 5px;
    border: 2px dotted #eeddb0;
    position: absolute;
    right: 60px;
    margin-top: 50px;
    z-index: 4;
    width: 30%;
    display: none;
}

.menurespon1{
   
    flex-direction: column;
    
}

.restex{
    
    border-bottom: 1px solid rgba(186,174, 134, .7);;
    border-top: 1px solid rgba(186,174, 134, .7);
    color: #42210b;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.padding1{
    padding: 10px 5px 10px 30px;
}
.padding2{
padding: 20px 5px 10px 30px;
}

.padding3{
padding: 10px 5px 20px 30px;
}


/*footer*/
footer{
    height: auto;
    width: 100%;
    background-color: #1c1409;
}

.info a{
    text-decoration: none;
    color: #e8d0af;
}

.confooter{
    justify-content: space-between;
}

.datos{
    padding-top: 30px;
    width: 40%;
}

.logo{
    padding: 20px;
    width: 10%;
}

.logo img{
    width: 90px;
    opacity: ;
}



.texto{
    width: 80%;
    font-size: 0.9em;
    line-height: 1.5em;
    padding-right: 20px;
}

.cancionero{
    width: 80%;
    padding-top: 30px;
    text-align: center;
}

.can{
   line-height: 0.5em;
}


.musical{
    
    font-size: 2em;
    
}

.aldeana{
    font-size: 1em;
}

.flecha{
    width: 10%;
    padding-top: 50px;
}

.flecha img{
    width: 40px;
    cursor: pointer;

}

.creditos{
    padding: 30px 0 30px 0;
    border-top: 1px solid #b2a383;
    display: none;
    width: 80%;
    
}

.creditin{
    
    height: auto;
   font-size: 0.8em;
    line-height: 1.5em;
   text-align: center;
    
}

/*
.creditin{
    overflow-y: scroll; 
}

.creditin::-webkit-scrollbar {
    width: 0.3em;
    background-color: #51493d;
}
 

.creditin::-webkit-scrollbar-thumb {
  background-color: #b2a282;
    height: 100px;
  outline: 1px solid slategrey;
}*/

.info{
    padding: 40px;
}

.titul{
    font-size: 1.2em;
    line-height: 1.8em;
}

.creditin p{
    margin-bottom: 20px;
}