@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@1,400;1,700&family=Roboto+Mono:ital,wght@0,200;0,300;0,500;0,700;1,100;1,300;1,500;1,600;1,700&display=swap');

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

}

body {
    font-family: 'Roboto Mono', monospace;
}

/* -----/// PAGINA DE INICIO ///----- */

.menu {
    background-color: rgba(0, 0, 0, 0.288);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}


header a {
    text-decoration: none;
    color: rgb(253, 247, 247);
    transition-property: all;
    transition-duration: 0.75s;
}

header a:hover {
    background: rgb(42, 2, 46);
    background: linear-gradient(27deg, rgba(42, 2, 46) 0%, rgba(255, 0, 138, 1) 100%);
    color: rgb(4, 1, 46);
}

header nav ul {
    list-style: none;
    display: flex;
}

header nav ul li {
    margin: 5px 10px 5px 10px;
}

.hero {
    width: 100%;
    height: 85vh;
    background-image: url("../img/10942644.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero h2 {
    color: #3f0237;
    font-size: 50px;
    font-weight: 600;
    font-style: italic;
    padding: 20px;
    text-shadow: -4px 4px 4px #ec0872;
  margin: 0;
  text-shadow: 0 0 5px #ec0872, 0 0 15px #ec0872, 0 0 30px #ec0872, 0 0 50px #ec0872;

}

.hero a {
    text-decoration: none;
    color: rgba(4, 56, 99, 0.753);
    background: rgb(4, 3, 31);
    background: radial-gradient(circle, rgba(4, 3, 31, 1) 0%, rgba(62, 5, 36, 1) 100%);
    padding: 10px;
    transition: 1s;
    font-weight: bolder;
    border-radius: 80%;
}

.hero a:hover {
    color: whitesmoke;
}

.bienvenidos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 150px 50px 150px;
}

.bienvenidos-contenedor {
    padding: 30px;
}

.bienvenidos-contenedor h2 {
    font-size: 25px;
    text-align: center;
}

.img-contenedor {
    display: flex;
    flex-direction: row;
}

.bienvenidos img {
    width: 250px;
    height: 450px;
    border: 5px solid white;
}

.bienvenidos-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 50px 150px 50px 150px;
}

.bienvenidos-contenedor-2 {
    padding: 30px;
}

.bienvenidos-contenedor-2 h2 {
    font-size: 25px;
    text-align: center;
}

.img-contenedor-2 {
    display: flex;
    flex-direction: row;
}

.bienvenidos-2 img {
    width: 250px;
    height: 450px;
    border: 5px solid white;
}

.bienvenidos-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 150px 50px 150px;
}

.bienvenidos-contenedor-3 {
    padding: 30px;
}

.bienvenidos-contenedor-3 h2 {
    font-size: 25px;
    text-align: center;
}

.img-contenedor-3 {
    display: flex;
    flex-direction: row;
}

.bienvenidos-3 img {
    width: 250px;
    height: 450px;
    border: 5px solid white;
}

.bienvenidos-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 50px 150px 50px 150px;
}

.bienvenidos-contenedor-4 {
    padding: 30px;
}

.bienvenidos-contenedor-4 h2 {
    font-size: 25px;
    text-align: center;
}

.img-contenedor-4 {
    display: flex;
    flex-direction: row;
}

.bienvenidos-4 img {
    width: 250px;
    height: 450px;
    border: 5px solid white;
}

.bienvenidos-5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 150px 50px 150px;
}

.bienvenidos-contenedor-5 {
    padding: 30px;
}

.bienvenidos-contenedor-5 h2 {
    font-size: 25px;
    text-align: center;
}

.img-contenedor-5 {
    display: flex;
    flex-direction: row;
}

.bienvenidos-5 img {
    width: 250px;
    height: 450px;
    border: 5px solid white;
}

.bienvenidos-6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 50px 150px 50px 150px;
}

.bienvenidos-contenedor-6 {
    padding: 30px;
}

.bienvenidos-contenedor-6 h2 {
    font-size: 25px;
    text-align: center;
}

.img-contenedor-6 {
    display: flex;
    flex-direction: row;
}

.bienvenidos-6 img {
    width: 250px;
    height: 450px;
    border: 5px solid white;
}

.bienvenidos-7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 150px 50px 150px;
}

.bienvenidos-contenedor-7 {
    padding: 30px;
}

.bienvenidos-contenedor-7 h2 {
    font-size: 25px;
    text-align: center;
}

.img-contenedor-7 {
    display: flex;
    flex-direction: row;
}

.bienvenidos-7 img {
    width: 250px;
    height: 450px;
    border: 5px solid white;
}
.bienvenidos-8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 50px 150px 50px 150px;
}

.bienvenidos-contenedor-8 {
    padding: 30px;
}

.bienvenidos-contenedor-8 h2 {
    font-size: 25px;
    text-align: center;
}

.img-contenedor-8 {
    display: flex;
    flex-direction: row;
}

.bienvenidos-8 img {
    width: 250px;
    height: 450px;
    border: 5px solid white;
}
.bienvenidos-9 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 150px 50px 150px;
}

.bienvenidos-contenedor-9 {
    padding: 30px;
}

.bienvenidos-contenedor-9 h2 {
    font-size: 25px;
    text-align: center;
}

.img-contenedor-9 {
    display: flex;
    flex-direction: row;
}

.bienvenidos-9 img {
    width: 250px;
    height: 450px;
    border: 5px solid white;
}
.bienvenidos-10 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 50px 150px 50px 150px;
}

.bienvenidos-contenedor-10 {
    padding: 30px;
}

.bienvenidos-contenedor-10 h2 {
    font-size: 25px;
    text-align: center;
}

.img-contenedor-10 {
    display: flex;
    flex-direction: row;
}

.bienvenidos-10 img {
    width: 250px;
    height: 450px;
    border: 5px solid white;
}
.bienvenidos-11 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 150px 50px 150px;
}

.bienvenidos-contenedor-11 {
    padding: 30px;
}

.bienvenidos-contenedor-11 h2 {
    font-size: 25px;
    text-align: center;
}

.img-contenedor-11 {
    display: flex;
    flex-direction: row;
}

.bienvenidos-11 img {
    width: 250px;
    height: 450px;
    border: 5px solid white;
}
/* -----/// PAGINA DE DISCOGRAFIA ///----- */



.hero-discografia {
    width: 100%;
    height: 85vh;
    color: white;
    background-image: url("../img/discografia.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-discografia h2:hover {
    color: #ec0872;
    text-shadow: -4px 0px 3px rgba(0, 0, 0, 1);
}

.hero-discografia p:hover {
    text-shadow: -6px 0px 2px rgba(0, 0, 0, 1);
}

.discografia h2 {
    text-align: center;
    background-color: black;
    color: white;
    padding: 20px;
}

.discografia h2:hover {
    color: rgba(255, 0, 138, 1);
}

.discografia-contenedor {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.discografia-contenedor div {
    width: 250px;
    height: 350px;
    border: 1px solid black;
    text-align: center;
    margin: 15px;
    box-shadow: -2px -2px 24px 3px rgba(0, 0, 0, 0.61);
    -webkit-box-shadow: -2px -2px 24px 3px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: -2px -2px 24px 3px rgba(0, 0, 0, 0.61);
    transition: 0.30s ease-in;
}

.discografia-contenedor div:hover {
    transform: scale(1.15);
}

.discografia div img {
    width: 250px;
    height: 250px;
}

.discografia div a {
    text-decoration: none;
    color: rgba(255, 0, 138, 1);
    background-color: black;
    padding: 3px;
    border-radius: 10%;
}


/* -----/// PAGINA DE HISTORIA ///----- */



.hero-historia {
    width: 100%;
    height: 600px;
    background-color: #040011;
    background-image: url("../img/historia.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: initial;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px outset rgb(49, 1, 43);
    box-shadow: -2px -2px 24px 3px rgba(0, 0, 0, 0.466);
    -webkit-box-shadow: -2px -2px 24px 3px rgba(0, 0, 0, 0.466);
    -moz-box-shadow: -2px -2px 24px 3px rgba(0, 0, 0, 0.466);
}

.historia h2 {
    text-align: center;
    background-color: black;
    color: white;
    padding: 20px;
    text-shadow: -4px 1px 3px rgb(194, 5, 77);
}

.historia .historia-contenedor div {
    width: 250px;
    height: 250px;
    position: relative;
}

.historia .historia-contenedor {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 35px;
    margin: 35px;
    background-color: #020a11;
    flex-wrap: wrap;
    box-shadow: -2px -2px 24px 3px rgba(0, 0, 0, 0.61);
    -webkit-box-shadow: -2px -2px 24px 3px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: -2px -2px 24px 3px rgba(0, 0, 0, 0.61);
}

.historia div img {
    width: 250px;
    height: 250px;

}

.historia div h3 {
    text-align: center;
    font-size: 21px;
    position: absolute;
    bottom: 0;
    color: rgb(253, 247, 247);
    background-color: rgba(0, 0, 0, 0.61);
    width: 100%;
}

.historia div h3:hover {
    color: rgba(255, 0, 138, 1);
}


/* -----/// SECTOR IMAGINACION ///----- */



.fixed {
    position: fixed;
    bottom: 10%;
    color: white;
    right: 3%;
    background-color: rgba(119, 3, 94, 0.664);
    font-size: 20px;
    text-align: center;
    width: 200px;
    height: 200px;
    border: 2px solid black;
    border-radius: 100%;
    box-shadow: -2px -2px 24px 3px rgba(0, 0, 0, 0.61);
    -webkit-box-shadow: -2px -2px 24px 3px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: -2px -2px 24px 3px rgba(0, 0, 0, 0.61);
}

.fixed div {
    margin-top: 45px;
}

.pie-pagina {
    width: 100%;
    background-color: #020a11;
}

.pie-pagina .grupo-1 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding: 45px 0px;
}

.pie-pagina .grupo-1 .box figure {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.pie-pagina .grupo-1 .box figure img {
    width: 250px;
    border-radius: 100%;
}

.pie-pagina .grupo-1 .box h2 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}

.pie-pagina .grupo-1 .box h2:hover {
    color: rgba(255, 0, 138, 1);
}

.pie-pagina .grupo-1 .box p {
    color: #efefef;
    margin-bottom: 10px;
}

.pie-pagina .grupo-1 .red-social a {
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    background-color: #0d2033;
    text-align: center;
    transition: all 300ms ease;
    border-radius: 100%;
}

.pie-pagina .grupo-1 .red-social a:hover {
    color: rgba(255, 0, 138, 1)
}

.pie-pagina .grupo-2 {
    background-color: #0a1a2a;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
}

.pie-pagina .grupo-2 small {
    font-size: 15px;
}



/* -----/// PAGINA DE CONTACTO ///----- */



.contacto {
    font-size: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 30px;
    padding: 10px;
    background-color: rgb(189, 0, 101);
    border-radius: 15px;
}

.ubicacion {
    font-size: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 30px;
    padding: 10px;
    background-color: rgb(189, 0, 101);
    border-radius: 15px;
}

.mapa {
    margin: 2em;
    padding: 1em;
    height: 500px;
    width: 75em;
}

.formus {
    margin: 30px;
    padding: 10px;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: rgb(7, 0, 27);
    color: rgb(229, 235, 182);
}

input {
    display: block;
}

img {
    display: flex;
    width: 60%;
}

.hero-contacto {
    width: 100%;
    height: 98vh;
    background-image: url("../img/vinculo1jpg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-contacto h2 {
    color: #5a192b;
    font-size: 60px;
    font-weight: 600;
    font-style: italic;
    padding: 20px;
}

.hero-contacto p {
    margin-bottom: 20px;
    color: rgb(8, 8, 8);



}

/* -----/// PAGINA DE INTEGRANTES ///----- */


.grid-contenedor {
    display: grid;
    grid-auto-rows: 200px;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;

}

.grid-contenedor div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-items {
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    box-shadow: 5px 6px 27px -5px rgba(0, 0, 0, 0.61);
    -webkit-box-shadow: 5px 6px 27px -5px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 5px 6px 27px -5px rgba(0, 0, 0, 0.61);
}

.item-4 {
    grid-column: 1/3;
}

.item-8 {
    grid-row: 3/6;
}

.item-9 {
    grid-column: -3/-1
}

.item-3 {
    grid-row: span 2;
}

.item-7 {
    grid-column: span 2;
}

.integrantes h2 {
    text-align: center;
    background-color: black;
    color: white;
    padding: 20px;
    animation-name: slidein;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-direction: initial;
    animation-delay: 1s;
    animation-iteration-count: initial;
}

.integrantes h2:hover {
    color: rgba(255, 0, 138, 1);
}

.integrantes-contenedor {
    padding: 10px;
    margin: 20px;
}

@keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%;
    }

    to {
        margin-left: 0;
        width: 100%;
    }
}



/* -----/// MEDIA  DE INDEX  ///----- */
@media screen and (max-width:1075px) {
    * {
        overflow-x: hidden;
    }

}




@media screen and (max-width:970px) {
    .mapa {
        margin: 2em;
        padding: 1em;
        height: 500px;
        width: auto;
    }

    .grid-contenedor {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-items {
        grid-column: span 1;
        grid-row: span 1;
    }

    .item-9 {
        grid-column: span 2;
    }
}

@media screen and (max-width:970px) {
    .bienvenidos .bienvenidos-2 {
        flex-direction: column;
    }
}

@media screen and (max-width:924px) {
    .bienvenidos {
        display: flex;
        flex-direction: column;
        background-color: #0a1a2a;
        color: white;
    }
    .bienvenidos-2 {
        display: flex;
        flex-direction: column;
        background-color: #0a1a2a;
        color: white;
    }
    .bienvenidos-3 {
        display: flex;
        flex-direction: column;
        background-color: #0a1a2a;
        color: white;
    }
    .bienvenidos-4 {
        display: flex;
        flex-direction: column;
        background-color: #0a1a2a;
        color: white;
    }
    .bienvenidos-5 {
        display: flex;
        flex-direction: column;
        background-color: #0a1a2a;
        color: white;
    }
    .bienvenidos-6 {
        display: flex;
        flex-direction: column;
        background-color: #0a1a2a;
        color: white;
    }
    .bienvenidos-7 {
        display: flex;
        flex-direction: column;
        background-color: #0a1a2a;
        color: white;
    }
    .bienvenidos-8 {
        display: flex;
        flex-direction: column;
        background-color: #0a1a2a;
        color: white;
    }
    .bienvenidos-9 {
        display: flex;
        flex-direction: column;
        background-color: #0a1a2a;
        color: white;
    }
    .bienvenidos-10 {
        display: flex;
        flex-direction: column;
        background-color: #0a1a2a;
        color: white;
    }
    .bienvenidos-11 {
        display: flex;
        flex-direction: column;
        background-color: #0a1a2a;
        color: white;
    }
}

@media screen and (max-width:800px) {
    .pie-pagina .grupo-1 {
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
        padding: 35px 0px;
    }
}

@media screen and (max-width:755px) {
    .bienvenidos .bienvenidos-contenedor .bienvenidos-2 .bienvenidos-contenedor-2 {
        padding: 0;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .fixed {
        display: none;
    }

}

@media screen and (max-width:630px) {
    header {
        flex-direction: column;
        padding: auto;
    }
    .hero h2 {
        text-align: center;
    }

}

@media screen and (max-width:569px) {
    .img-contenedor {
        display: center;
    }

    .hero p {
        text-align: center;
    }

    .bienvenidos {
        margin: 3%;
    }

    .bienvenidos-2 {
        margin: 3%;
    }

    .bienvenidos-3 {
        margin: 3%;
    }

    .bienvenidos-4 {
        margin: 3%;
    }

    .bienvenidos-5 {
        margin: 3%;
    }

    .bienvenidos-6 {
        margin: 3%;
    }

    .bienvenidos-7 {
        margin: 3%;
    }
    .bienvenidos-8 {
        margin: 3%;
    }
    .bienvenidos-9 {
        margin: 3%;
    }
    .bienvenidos-10 {
        margin: 3%;
    }
    .bienvenidos-11 {
        margin: 3%;
    }
}

@media screen and (max-width:513px) {
    .hero h2 {
        color: #5a192b;
        font-size: 45px;
        font-weight: 600;
        font-style: italic;
        padding: 20px;
    }

    .hero p {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .bienvenidos .bienvenidos-2 {
        margin: 40px;
    }

    .bienvenidos .bienvenidos-contenedor p .bienvenidos-2 .bienvenidos-contenedor-2 p {
        text-align: center;
        margin-top: 15px;
    }

}

@media screen and (max-width:500px) {
    .menu {
        height: auto;
        position: static;
        background-color: black;
    }

    header nav ul {
        flex-direction: column;
    }

    .hero h2 {
        padding: 10px;
    }
}

@media screen and (max-width:455px) {
    .grid-contenedor {
        grid-template-columns: 1fr;
    }

    .grid-items {
        grid-column: span 1;
        grid-row: span 1;
    }
}

@media screen and (max-width:395px) {
    .img-contenedor {
        width: 300px;
    }

    .bienvenidos {
        margin: 3%;
    }

    .img-contenedor-2 {
        width: 300px;
    }

    .bienvenidos-2 {
        margin: 3%;
    }

    .img-contenedor-3 {
        width: 300px;
    }

    .bienvenidos-3 {
        margin: 3%;
    }

    .img-contenedor-4 {
        width: 300px;
    }

    .bienvenidos-4 {
        margin: 3%;
    }

    .img-contenedor-5 {
        width: 300px;
    }

    .bienvenidos-5 {
        margin: 3%;
    }

    .img-contenedor-6 {
        width: 300px;
    }

    .bienvenidos-6 {
        margin: 3%;
    }

    .img-contenedor-7 {
        width: 300px;
    }

    .bienvenidos-7 {
        margin: 3%;
    }
    .img-contenedor-8 {
        width: 300px;
    }

    .bienvenidos-8 {
        margin: 3%;
    }
    .img-contenedor-9 {
        width: 300px;
    }

    .bienvenidos-9 {
        margin: 3%;
    }
    .img-contenedor-10 {
        width: 300px;
    }

    .bienvenidos-10 {
        margin: 3%;
    }
    .img-contenedor-11 {
        width: 300px;
    }

    .bienvenidos-11 {
        margin: 3%;
    }
    .bienvenidos-contenedor:hover{
        color: #ec0872;
    }
    .bienvenidos-contenedor-2:hover{
        color: #ec0872;
    }
    .bienvenidos-contenedor-3:hover{
        color: #ec0872;
    }
    .bienvenidos-contenedor-4:hover{
        color: #ec0872;
    }
    .bienvenidos-contenedor-5:hover{
        color: #ec0872;
    }
    .bienvenidos-contenedor-6:hover{
        color: #ec0872;
    }
    .bienvenidos-contenedor-7:hover{
        color: #ec0872;
    }
    .bienvenidos-contenedor-8:hover{
        color: #ec0872;
    }
    .bienvenidos-contenedor-9:hover{
        color: #ec0872;
    }
    .bienvenidos-contenedor-10:hover{
        color: #ec0872;
    }
    .bienvenidos-contenedor-11:hover{
        color: #ec0872;
    }
}



@media screen and (max-width:350px) {
    .hero p {
        font-size: 13px;
        font-weight: bold;
    }

    .bienvenidos .bienvenidos-contenedor h2 .bienvenidos-2 .bienvenidos-contenedor-2 h2 {
        font-size: 23px;
    }

    .bienvenidos .bienvenidos-contenedor p .bienvenidos-2 .bienvenidos-contenedor-2 p {
        font-size: 13px;
        text-align: center;
        margin-top: 15px;

    }

    .hero a {
        border-radius: 20px;
        font-size: 12px;
        margin-top: 40px;
    }

}