:root {
    margin: 0px;
    box-sizing: border-box;
}

*{
    box-sizing: border-box; 
} 

a {
    text-decoration: none;

}
a:visited {
    color:rgb(13, 0, 255);
}



body {
    margin: 0px;
    background-color: rgb(255, 255, 255);
    background-size: cover;
    font-family: "Sedan"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    width: 100svw;
    height: 100svh;
    position: relative;
    overflow-y: hidden;
}
section {


}
h1 {
    margin-block-end:0px;
    margin-block-start: 0.4em;
    font-size: 40px;
}

header {
    position: relative;
    margin-top: 0px;
}

p, b, .light-text {
    font-family: "Sedan", serif;
}

.navigation-inner {
    height: 60px;
    background-color: rgb(247, 247, 247);
    display: flex;
    width: 100vw;
    z-index: 1000;
    margin-top:-3px
}

button {
    cursor: pointer;
} 

button a {
    color:black;
}

button a:visited {
    color:black;
}

button:active{
    background-color: aliceblue;
}
.box-menu-icon, .previous, .next, .plus{
    border: 3px solid black;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    transition: all 500ms ease-in-out;
    cursor: pointer;
    z-index: 10000;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.plus, .previous, .next, .box-menu-icon {
    font-size:2rem;
}

.box-menu-icon:hover ,.previous:hover, .next:hover {
    background-color: rgb(155, 155, 155);
    
}

.navigation-inner img {
    width: 30px;
    padding-top: 4px;
}

.square-button-play img, .square-button-still img {
    width: 20px;
    cursor: pointer;
}


.previous img {
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}



.box-title {
    border: 3px solid black;
    width: calc(100% - 231px);
    height: 60px;
    text-align: left;
    margin-left: -3px;
    padding-left: 20px;
    z-index: 1000;
    background-color: white;
    border-right: 0px;
    font-family: "sedan", serif;
    display: flex;
    align-items: center;
}

.box-title h1{
    margin-block-start: 0.3rem;
    font-size: 2rem;
}

.reproductor {
    position: relative;
    height: 117px;
    width: 100vw;
    border: 3px solid black;
    margin-top:-3px;
    background-color: white;

}

.buttons-reproductor{
    width: 60px;
    display: block;
}

.square-button-play, .square-button-still {
    height: 60px;
    width: 60px;
    display: block;
    border: 3px solid black;
    margin-left:-3px;
    margin-top: -3px;
    position: relative;
    background-color: white; 
    z-index: 1000;
}

.previous, .next {
    margin-left:-3px;
}

.title-audio {
    width: auto;
    border: 3px solid black;
    top: -3px;
    left: 54px;
    height: 30px;
    padding-inline: 20px;
    position: absolute;
    font-size: 0.7rem;
}

.title-audio h1 {
    font-size: 1em;

}

nav {
    position: absolute;
    top: 80px;
    background-color: transparent;
    display: flex;
}

/* MENU */

#new-menu {
    width: 80%;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
   z-index: 1000;
   padding:20px;
   color: rgb(13, 0, 255);
   transition: all 500ms ease-in-out;
   filter: grayscale(1);
}

.close-menu-btn {
    content: "x";
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top:0px;
    background-color: rgb(13, 0, 255);
    color: white;
    box-shadow: none;
    border: 0px;
    cursor: pointer;
}

.new-menu h1 {
    font-size: 4rem;
    text-transform: uppercase;
    text-align: center;
}

.new-menu h1 a:hover {
    color: rgb(156, 154, 154);
}

.prueba {
    position: fixed;
    top:150px;
    left: 100px;
    transform: rotate(-20deg);
    width: 80svw;
    
}

.prueba ul {
    display: flex;
    flex-wrap: wrap;


}

ul li {
    list-style: none;
    border: 3px solid black;
    padding: 5px 20px;
    margin: 5px;
    background-color: white;
    font-size: 2.5vw;
    font-family: "sedan", sans-serif;
    font-weight: bold;
   
}

ul li a:hover {
    color:white;
}

.black {
    background-color: black;
    color:white;
    cursor: pointer;
}

.gray-menu {
    background-color: lightgray;
}


ul li:hover {
    background-color: rgb(0, 0, 0);
    color:white;
    transition: all 500ms ease-in-out;
}


/* FIN MENU */


.nav-title {
    height: 80px;
    width: auto;
    list-style: none;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    text-align: left;
    background-color: white;
    float: left;
}

.info-project {
    border: 3px solid black;
    height: ;
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-top: -3px;
}



.waveform {
    width: calc(100%);
    margin-left: 55px;
    margin-top: -114px;
    position: absolute;
    background-color: white;
}

.mas-info {
    position: absolute;
    right:0px;
    border: 3px solid black;
    height: 117px;
    width: 50px;
    z-index: 100;
    transition: all 500ms ease-in-out;
    bottom:-3px;
}

.mas-info:hover {
    width: 70px;

}

.mas-info:hover + .waveform {
    width: calc(100% - 122px);
}

.image-carrousel {
    display: flex;
    overflow-x: scroll;
}

.image-carrousel img {
    padding: 20px;
    height: 400px;

}

.content {
    width: calc(100vw - 114px);
    overflow: scroll;
    display: grid;
    margin-top: 160px;
    grid-template-columns: 1fr 1fr ;
    gap: 0.2rem 5rem;
    border-left: 3px solid black;
    border-right: 3px solid black;
    margin-inline: auto;
    z-index: 1;
    padding-bottom: 100px;
    overflow-y: hidden;

}

.content-horizontal {
    z-index:1;
    display: flex;
    gap: 3rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-top:170px;
    margin-left:57px;
    padding-top: 3rem;
    padding-left: 5rem;
    border-left: 3px solid black;
    border-top: 3px solid black;
    overflow-y: hidden;
    
}

.content-horizontal-div, .content-horizontal-div-text {
    z-index: -100;
    text-align: left;
    font-size: 1.5rem;
}

.content-horizontal-div-text {
    min-width: 500px;
    text-overflow: ellipsis;
}


.info-deep {
    padding-top: 40px;
    padding-left: 0px;
    padding-right:60px;
    padding-bottom: 0px;
    z-index: -100;
    
}

.info-deep-no-right {
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: -100;
}

.credits {
    text-align: left;
    font-size: 1.5rem;
    padding-left: 60px;
}
.dates {
    text-align: left;
    padding-top: 0px;
}
.image-landscape {
   
    overflow: hidden;
    text-align: right;
}

.element1 img {
    width: 100%;

}
.element2 {
    text-align: left;
    overflow-y: scroll;   
    text-indent: -60px;
    padding-left: 60px;
}

.element2 p, .element1 p, .element3 p {
    font-size: 1.5rem;
}
.element2 p span, .element1 p span, .element3 p span {
    font-size: 4rem;
    line-height: 3rem;
    margin-right: -3px;

}

.gray {
    filter:  grayscale(1);
    z-index: 0;
}

.withColor {
    filter: grayscale(0);
    transition: all 500ms ease-in-out;
}


.images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: masonry;
    gap: 2rem;
    width: calc(100vw - 114px);
    margin-inline: auto;
    padding: 3rem;
    border-left: 3px solid black;
    border-right: 3px solid black;
}
.images img {
    
        max-width: 100%;
        display: block;
     
}

.element3 {
    /*padding-top: 12px;*/
    text-align: left;
    overflow-y: scroll;
}

.element3 img, .element1 img, .element2 img{
    width: 100%;
}

.grid-text {
    text-align:z left;
    background-color: blanchedalmond;
    padding: 20px;
}

.down {
    margin-top: 80px;
} 



.reproductor-1 {
    left:-100vw;
}

.inside-project {
    position: fixed;
    top:3px
}

.underlined {
    text-decoration: underline;

}

.whiter{
    color: rgb(247, 247, 247);
}


.alined-right {
    text-align: right;
}

.left-section {
    position: fixed;
    left: -4rem;
    top: 50%;
    translate-y: -50%;
    z-index: 100000;
}
.left-section h1 {
    rotate: -90deg;
}




footer {
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100svw;
    border: 3px solid black;
    background-color:white;
    transition: all 500ms ease-in-out;

}

.openFooter {
    font-size: 1rem;
    font-family: "Sedan", serif;
    background-color: transparent;
    border: 0px;
    transition: all 500ms ease-in-out;
    padding-top: 5px;
}

.transformButtonFooter {
    transform: rotate(180deg);
    transition: all 500ms ease-in-out;
}

#footer-container {
    position: relative;
    width: calc(100svw - 110px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    row-gap: 100px;
    padding-top: 40px;
}

footer div img {
    width: 100%;
}

.footerExpanded {
    height: calc(100svh - 169px);
    background-color: rgb(226, 227, 227);
    overflow: scroll;
    transition: all 500ms ease-in-out;
}

.hidden {
    margin-top: -233px;
    transition: all 1s ease-in-out;
}

.two-songs{
    margin-top: -120px
}

.showed {
    margin-top: 0px;
    transition: all 1s ease-in-out;

}

.colorShowed {
    background-color: bisque;
}

.moreSongsShowed {
    background-color: rgb(171, 171, 171);
   
}

#reproductor-2 {
    display: hidden;
}

.light-text{
    font-weight: 100;
}

.sedan-regular {
    font-family: "Sedan", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .sedan-regular-italic {
    font-family: "Sedan", serif;
    font-weight: 400;
    font-style: italic;
  }

  .sedan {
    font-family: "Sedan", serif;
  }
  
  .rotateIcon{
    transform-origin: 0 0 ;
    transform: rotate(45deg);
    transition: all 500ms ease-in-out;
  }
#iconMore{
    font-size: 1rem;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    transform-origin: 15px 20px;
    margin-top: 0px;
    padding-top: 0px;
    width: 30px;
    transition: all 500ms ease-in-out;
}

#iconMore img {
    width: 30px;
    transition: all 500ms ease-in-out;

}

.bordered {
    border: 2px solid black;
    padding: .7em;
}










/* MEDIA QUERIES */
/*
@media (max-width:1200px) {
    .prueba, #new-menu {
        position: fixed;
        top:20px;
        left: 50px;
        transform: rotate(-5deg);
        
    }
    ul li  {
        font-size: 4vw;
    }
}
*/

@media (max-width:800px) {
    .content {
        grid-template-columns: 1fr;
     }
 
    p, b {
         font-size: 1.3rem;
     }
 
     .light-text {
         font-size: 0.9rem;
     }
 
     .info-deep-no-right {
         padding: 30px;
     }
     .info-deep {
         padding: 30px;
     }
 
     ul li  {
         font-size: 2rem;
     }
 
     #new-menu {
         left: 50px;
     }
     .element2 {
         text-align: left;
         overflow-y: scroll;   
         text-indent: -30px;
         padding-left: 60px;
        
     }
     .element2 p {
         font-size:1.3rem;
     }
 
     #footer-container {
         grid-template-columns: 1fr;
     }
     .prueba, #new-menu {
         position: fixed;
         top:50px;
         left: 50px;
         transform: rotate(-5deg);
         
     }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px){

    .content {
       grid-template-columns: 1fr;
    }

   p, b {
        font-size: 1.3rem;
    }

    .light-text {
        font-size: 0.9rem;
    }

    .info-deep-no-right {
        padding: 30px;
    }
    .info-deep {
        padding: 30px;
    }

    .new-menu h1 {
        font-size: 2.8rem;
    }

    #new-menu {
        left: 50px;
    }
    .element2 {
        text-align: left;
        overflow-y: scroll;   
        text-indent: -30px;
        padding-left: 60px;
       
    }
    .element2 p {
        font-size:1.3rem;
    }

    #footer-container {
        grid-template-columns: 1fr;
    }
    .prueba {
        position: fixed;
        top:100px;
        left: 100px;
        transform: rotate(0deg);
        
    }
  }
