:root {
    --dark: #3B1D1D;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100vw;
    height: 100%;
    font-family: basic-sans, sans-serif;
    font-weight: 100;
    /* font-weight: 300; */
    font-style: normal;
    font-size: 18px;
    background-color: #3B1D1D;
    color: white;
}

nav {
    background: #3B1D1D 0% 0% no-repeat padding-box;
    opacity: 0.95;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 150px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0 100px;
}

nav a {
    text-decoration: none;
    color: white;
    width: max-content;
}

nav a:hover {
    font-weight: 300;
}

.logo {
    height: 50px;
    width: auto;
}

.titulo {
    font-family: dejanire-headline, serif;
    font-weight: 900;
    font-style: normal;
}

h1 {
    text-align: left;
    font-family: Dejanire Headline;
    font-size: 8em;
    color: #DAC9A5;
    opacity: 0.9;
    text-transform: uppercase;
}

section {
    width: 100vw;
    min-height: 1200px;
    /* max-height: 200vh; */
}

#inicio {
    background: url(../img/home/Fondo_1.png) no-repeat center center;
    background-size: cover;
    padding: 250px 100px 100px 100px;
}

#gracias {
    background: url(../img/gracias/FondoGracias.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: unset;
    height: 100vh;
}

#trayectoria {
    background: url(../img/trayectoria/Fondo_2.png) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 100px 100px 100px 200px;
}

#trayectoriaPage {
    position: relative;
    padding: 100px 100px 100px 200px;
}

#discografia {
    background: url(../img/discografia/Fondo_3.png) no-repeat center center;
    background-size: cover;
    padding: 100px;
    /* min-height: unset;
    height: 80vw; */
}

#galeria {
    background: url(../img/galeria/Fondo_4.png) no-repeat center center;
    background-size: cover;
    padding: 100px;
    position: relative;
    min-height: unset;
    height: calc(26vw * 5);
}

#galeria2 {
    padding: 100px;
    position: relative;
}

#contacto {
    background: url(../img/contacto/Fondo_5.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.num01 {
    position: absolute;
    top: 200px;
    right: 100px;
    width: 54px;
}

.num02 {
    position: absolute;
    top: -100px;
    left: 0;
    width: 75px;
}

.num03 {
    position: absolute;
    top: 80vh;
    right: 30px;
    width: 100px;
    z-index: 800;
}

.socials-container {
    display: grid;
    grid-template-columns: repeat(3, 35px);
    grid-template-rows: 35px;
    gap: 25px;
    width: max-content;
    margin-top: 90px;
    margin-bottom: 200px;
}

.socials-container-vertical {
    display: grid;
    grid-template-columns: 35px;
    grid-template-rows: 35px;
    gap: 25px;
}

#trayectoria .socials-container-vertical {
    position: absolute;
    top: 30vw;
    left: 60px;
}

.socials-container.center {
    margin: 200px auto 100px auto;
}

.socials-container a img, .socials-container-vertical a img {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.socials-container a img, .socials-container-vertical a img {
    height: 100%;
    width: 100%;
    margin: 0;
    object-fit: contain;
}

.fundador {
    font-size: 1.5em;
}

.carrousel-cont {
    width: 50%;
    height: max-content;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 800;
    background-color: rgba(47, 203, 8, 0.5);
}

.carrousel-cont img {
    width: 30%;
    display: block;
}

.carrousel-cont img:hover {
    z-index: 999;
    width: 35%;
    transition: .3s all ease;
}

.wrapper {
    position: relative;
    width: 100%;
    height: max-content;
    overflow: hidden;
}

.sqr-btn {
    padding: 20px 60px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    text-decoration: none;
    font-weight: 300;
    display: block;
    width: max-content;
    height: max-content;
    font-size: 1em;
    font-family: inherit;
    cursor: pointer;
}

.sqr-btn.gal {
    position: absolute;
    bottom: 0;
    left: 100px;
}

button.sqr-btn {
    padding: 10px 60px;
    border: .5px solid white;
}

.sqr-btn:hover {
    background-color: white;
    color: #3B1D1D;
    transition: .3s all ease;
    /* border: 1px solid #3B1D1D; */
}

.sqr-btn.lefted {
    margin-left: 100px;
}

.sqr-btn.rotado {
    transform: rotate(-90deg);
    margin: auto auto 0 0;
}

h2 {
    font-size: 3em;
    font-weight: 100;
}

#trayectoria ul li, #trayectoriaPage ul li {
    list-style: none;
    margin-top: 30px;
    width: 50%;
    text-transform: uppercase;
}

.video-btn-cont {
    height: 30vw;
    width: 80%;
    display: grid;
    grid-template-columns: 1fr 100px;
    margin: 150px auto 0 auto;
}

.video-btn-cont iframe {
    width: 100% !important;
    height: 100% !important;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* width: 100%; */
}

.flex .num04 {
    width: 150px;
    margin: auto 20px auto 0;
}

.flex .num06 {
    width: 60px;
    margin: auto 60px auto 0;
}

.albums-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 5vw;
    width: 70vw;
    height: 30vw;
    margin-left: 100px;
    margin-top: 100px;
}

.album-box {
    display: grid;
    grid-template-columns: 30vw 50px;
    grid-template-rows: repeat(7, 1fr);
    text-align: center;
    height: 30vw;
}

.album {
    grid-column: 1;
    grid-row: 1/8;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.songs {
    grid-column: 1;
    grid-row: 1/8;
    width: 100%;
    height: 100%;
    background-color: #DAC9A5;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
    border-radius: 10px;
}

.show {
    display: flex;
}

.songs ul li {
    color: #3B1D1D;
    text-align: center;
    list-style: none;
    font-weight: 300;
    margin: 3px auto;
}

.info-btn {
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-left: none;
    width: 100%;
    height: 100%;
    grid-row: 6/8;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    font-family: inherit;
}

.info-btn span {
    writing-mode: vertical-lr;
    font-size: 2em;
    color: white;
    font-family: inherit;
}

.info-btn:hover {
    background-color: #3B1D1D;
    transition: .3s all ease;
}

.info-btn img {
    width: 31px;
    margin: auto;
    pointer-events: none;
    cursor: pointer;
}

.album-box .two {
    grid-column: 2;
    grid-row: 4;
    text-align: center;
}

.album-box .one {
    grid-column: 2;
    grid-row: 5;
    text-align: center;
}

.icon {
    font-size: 1.8em;
    color: rgba(255, 255, 255, 0.25);
    margin: auto 0 auto auto;
}

.icon:hover {
    color: white;
    transition: .3s all ease;
}

#lightgallery {
    display: block;
    position: relative;
    height: max-content;
    width: 100%;
}

#lightgallery .gal {
    text-decoration: none;
    height: 26vw;
    width: 26vw;
    display: block;
}

#lightgallery img {
    width: 26vw;
    height: 26vw;
    object-fit: contain;
}

#lightgallery2 {
    position: relative;
    height: max-content;
    width: 100%;
}

#lightgallery2 .gal {
    text-decoration: none;
    height: 26vw;
    width: 26vw;
    display: block;
}

#lightgallery2 img {
    width: 26vw;
    height: 26vw;
    object-fit: contain;
}

.i01 {
    position: absolute;
    top: 0;
    right: 4vw;
}

.i02 {
    position: absolute;
    top: 13vw;
    left: 4vw;
}

.i03 {
    position: absolute;
    top: 33vw;
    right: 20vw;
}

.i04 {
    position: absolute;
    top: 55vw;
    left: 0;
}

.i05 {
    position: absolute;
    top: 70vw;
    right: 0;
}

.i06 {
    position: absolute;
    top: 83vw;
    right: 35vw;
}

/* comeinza full gallery */

.i07 {
    position: absolute;
    top: 110vw;
    left: 0;
}

.i08 {
    position: absolute;
    top: 125vw;
    right: 0;
}

.i09 {
    position: absolute;
    top: 145vw;
    right: 30vw;
}

.i10 {
    position: absolute;
    top: 180vw;
    left: 4vw;
}

.i11 {
    position: absolute;
    top: 190vw;
    right: 0;
}

.i12 {
    position: absolute;
    top: 210vw;
    right: 30vw;
}

.i13 {
    position: absolute;
    top: 240vw;
    left: 4vw;
}

.i14 {
    position: absolute;
    top: 250vw;
    right: 0;
}

.i15 {
    position: absolute;
    top: 275vw;
    right: 30vw;
}

.i16 {
    position: absolute;
    top: 295vw;
    left: 0;
}

.i17 {
    position: absolute;
    top: 310vw;
    right: 0;
}

.i18 {
    position: absolute;
    top: 330vw;
    right: 30vw;
}

.i19 {
    position: absolute;
    top: 340vw;
    left: 0;
}

.i20 {
    position: absolute;
    top: 350vw;
    right: 0;
}

.flecha {
    position: absolute;
    top: 37vw;
    right: 60px;
    width: 30px;
}

.contacto-container {
    width: 100%;
    margin: auto;
    text-align: center;
}

.flex.contacto {
    margin: auto auto 120px auto;
    width: max-content;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 280px;
    width: 70%;
    margin: auto;
}

.black {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 75px;
}

.beige {
    background-color: #DAC9A5;
    padding: 75px 0;
    color: #0F0F0F;
}

.head {
    font-weight: bold;
    font-size: 1em;
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
}

.head2 {
    font-weight: bold;
    font-size: 1em;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}

form {
    display: flex;
    flex-direction: column;
}

form input {
    border: .5px solid white;
    height: 55px;
    padding: 15px;
    background-color: transparent;
    margin: 10px 0;
    font-family: inherit;
    color: white;
    font-weight: 300;
    font-size: 1em;
}

form input::placeholder, form textarea::placeholder {
    color: white;
    font-weight: 100;
}

form textarea {
    border: .5px solid white;
    height: 110px;
    padding: 15px;
    background-color: transparent;
    margin: 10px 0;
    font-family: inherit;
    color: white;
    font-weight: 300;
    font-size: 1em;
    resize: none;
}

form .flexi {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vertical-btns {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    height: 100%;
}

.vertical-btns a {
    width: 55px;
    height: 55px;
    border-radius: calc(55px / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    text-decoration: none;
    color: #DAC9A5;
    background-color: #0F0F0F;
}

footer {
    background-color: rgba(59, 29, 29, .8);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 100px 200px;
    width: 100%;
    gap: 50px;
}

footer div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .8em;
}

footer div a {
    color: white;
    text-decoration: none;
}

footer div a:hover {
    text-decoration: underline;
}

.logomain, .riverharpslogo {
    height: 75px;
    margin-bottom: 15px;
}

.atlantian {
    grid-column: 1/3;
    grid-row: 2;
    width: 100%;
}

/* checkbox */
.checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 10px 0;
    text-align: left;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.checkbox-custom:hover, .checkbox-custom-label:hover {
    color: white;
}

.checkbox-custom, .checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-top: 2px;
    cursor: pointer;
    font-size: 1em;
    font-weight: 100;
    -webkit-tap-highlight-color: transparent;
}

.checkbox-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom+.checkbox-custom-label:before {
    content: '';
    border: .5px solid white;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    line-height: 15px;
    position: relative;
    top: -1px;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    content: "\2713 ";
    color: #3B1D1D;
    background: white;
}

/* Fin de checkboxes */

.bgt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.menu-loco {
    position: fixed;
    top: 100px;
    right: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu-loco a {
    width: 230px;
    height: 60px;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1em;
    font-weight: 300;
}

.menu-loco a:hover {
    background-color: #DAC9A5;
    color: #3B1D1D;
    border: 1px solid #DAC9A5;
    transition: .3s all ease;
}

h3 {
    margin: 100px 0 60px 0;
    text-transform: uppercase;
}

.ul-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    width: 80%;
}

.close-back {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2em;
    text-decoration: none;
    position: absolute;
    top: 50px;
    left: 50px;
}

.box {
    background-color: rgba(59, 29, 29, .8);
    width: 50%;
    height: max-content;
    text-align: center;
    margin: auto;
    padding: 100px 0;
}

.box h4 {
    font-family: Dejanire Headline;
    font-size: 4em;
    color: #DAC9A5;
    margin: auto auto 20px auto;
}

.box .line {
    display: block;
    height: 1px;
    width: 80%;
    background-color: white;
    margin: 60px auto;
}

.oculto {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .carrousel-cont img {
        width: 45%;
        display: block;
    }

    h1 {
        font-size: 7em;
    }
}

@media only screen and (max-width: 900px) {
    h1 {
        font-size: 6em;
    }

    .albums-cont {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 5vw;
        width: 60vw;
        height: max-content;
        margin: 100px auto auto auto;
    }

    .album-box {
        display: grid;
        grid-template-columns: 50vw 50px;
        grid-template-rows: repeat(7, 1fr);
        text-align: center;
        height: 50vw;
    }

    .form-grid {
        display: grid;
        grid-template-columns: 1fr 180px;
        width: 90%;
        margin: auto;
    }

    #trayectoria ul li, #trayectoriaPage ul li {
        width: 80%;
    }

    .video-btn-cont {
        height: 40vw;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 70px;
        margin: 150px auto 0 auto;
    }

    #inicio {
        padding: 200px 70px 70px 70px;
    }

    #trayectoria {
        padding: 70px 70px 70px 140px;
    }

    #trayectoriaPage {
        padding: 70px 70px 70px 140px;
    }

    #discografia {
        padding: 70px;
    }

    #galeria {
        padding: 70px;
        height: calc(26vw * 5);
    }

    #galeria2 {
        padding: 100px 70px 70px 70px;
    }

    .sqr-btn.gal {
        left: 70px;
    }

    .sqr-btn {
        padding: 15px 45px;
    }

    .num01 {
        position: absolute;
        top: 200px;
        right: 70px;
        width: 54px;
    }
}

@media only screen and (max-width: 650px) {
    nav {
        height: 110px;
        padding: 0 20px;
    }

    .logo {
        height: 40px;
        width: auto;
    }

    h1 {
        font-size: 5em;
    }

    h2 {
        font-size: 1.8em;
    }

    .num01, .num03, .num04, .flecha {
        display: none;
    }

    .socials-container {
        gap: 15px;
        margin-top: 45px;
        margin-bottom: 100px;
    }

    .sqr-btn.lefted {
        margin-left: 0;
    }

    .carrousel-cont {
        width: 65%;
    }

    #trayectoria .socials-container-vertical {
        left: unset;
        right: 45px;
    }

    #trayectoria {
        padding: 70px;
    }

    .albums-cont {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 5vw;
        width: calc(100vw - 140px);
        height: max-content;
        margin: 100px auto auto auto;
    }

    .album-box {
        display: grid;
        grid-template-columns: 70vw 50px;
        grid-template-rows: repeat(7, 1fr);
        text-align: center;
        height: 70vw;
    }

    #galeria {
        padding: 70px;
        height: calc(26vw * 6);
    }

    .sqr-btn.gal {
        position: absolute;
        bottom: 70px;
        left: 70px;
    }

    .flex.contacto {
        margin: auto auto 60px auto;
        width: max-content;
    }

    .form-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 200px;
        width: 90%;
    }

    .black {
        padding: 45px;
    }

    .beige {
        padding: 45px 0;
    }

    .vertical-btns {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        height: 100%;
    }

    .vertical-btns a {
        width: 55px;
        height: 55px;
        border-radius: calc(55px / 2);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5em;
        text-decoration: none;
        color: #DAC9A5;
        background-color: #0F0F0F;
    }

    .head2 {
        width: max-content;
        text-align: left;
        margin: 0 0 20px 45px;
    }

    footer {
        padding: 45px 70px;
        gap: 50px;
    }

    .menu-loco {
        position: relative;
        top: unset;
        right: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 50px;
    }

    .menu-loco a {
        width: 95%;
        height: 60px;
        background-color: transparent;
        border: 1px solid white;
        color: white;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        margin-bottom: 20px;
        text-align: center;
        font-size: 1em;
        font-weight: 300;
    }

    .close-back {
        top: 30px;
        left: 30px;
    }

    .margin-left, .margin-left2, .margin-left3, .margin-left4, .margin-left5, .margin-left6 {
        margin-left: 0 !important;
    }

    #trayectoriaPage ul li {
        width: 95%;
    }

    .ul-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 95%;
    }
}

@media only screen and (max-width: 460px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 4em;
    }

    h2 {
        font-size: 1.5em;
    }

    .num01, .num03, .num04, .flecha {
        display: none;
    }

    .socials-container {
        gap: 15px;
        margin-top: 45px;
        margin-bottom: 100px;
    }

    .sqr-btn.lefted {
        margin-left: 0;
    }

    .carrousel-cont {
        width: 100%;
    }

    #trayectoria .socials-container-vertical {
        left: unset;
        right: 15px;
    }

    #inicio {
        padding: 200px 20px 20px 20px;
    }

    #trayectoria {
        padding: 20px;
    }

    #trayectoriaPage {
        padding: 120px 20px 20px 20px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    #discografia {
        padding: 20px;
        min-height: unset;
        height: max-content;
    }

    #galeria {
        padding: 20px;
        height: calc(26vw * 5);
    }

    #galeria2 {
        padding: 100px 20px 20px 20px;
    }

    .albums-cont {
        margin: 70px 0 0 0;
        gap: 10vw;
    }

    .album-box {
        display: grid;
        grid-template-columns: 70vw 50px;
        grid-template-rows: repeat(7, 1fr);
        text-align: center;
        height: 70vw;
    }

    .info-btn span {
        font-size: 1em;
    }

    #galeria {
        padding: 20px;
        height: calc(26vw * 6);
    }

    .sqr-btn.gal {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    .flex.contacto {
        margin: auto auto 40px auto;
    }

    .form-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 200px;
        width: 90%;
    }

    .black {
        padding: 45px;
    }

    .beige {
        padding: 45px 0;
    }

    .vertical-btns {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        height: 100%;
    }

    .vertical-btns a {
        width: 35px;
        height: 35px;
        border-radius: calc(35px / 2);
        font-size: 1em;
    }

    .head2 {
        width: max-content;
        text-align: left;
        margin: 0 0 20px 45px;
    }

    footer {
        padding: 45px 20px;
        gap: 50px;
    }

    .logomain, .riverharpslogo {
        height: 35px;
        margin-bottom: 15px;
    }

    .socials-container {
        display: grid;
        grid-template-columns: repeat(3, 30px);
        grid-template-rows: 30px;
        gap: 15px;
    }

    .socials-container-vertical {
        display: grid;
        grid-template-columns: 30px;
        grid-template-rows: 30px;
        gap: 15px;
    }

    .video-btn-cont {
        height: 80vw;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 70px;
        margin: 150px auto 0 auto;
    }

    .sqr-btn.rotado {
        transform: unset;
        margin: auto;
    }
}