/**Archivo para crear los estilos de la página de redes sociales**/
@font-face{
    font-family:'atmospheric';
    src: url("../css/atmospheric/aAtmospheric.ttf");
}

@font-face{
    font-family:'typoslab';
    src: url("../css/typoslab_irregular/TypoSlab_Irregular_Demo.otf");
}

@font-face{
    font-family:'papertypes';
    src: url("../css/oldnewspapertypes/OldNewspaperTypes.ttf");
}

@font-face{
    font-family:'xfiles';
    src: url("../css/the_x_files/The_X-Files.ttf");
}

/**Aquí se inician estilos de la página
**/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 100,
        'wght' 500,
        'GRAD' 0,
        'opsz' 48;
    font-size: 40px;
    padding: 0;
    margin: 0;
}


header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.navbar-nav .nav-item {
    margin-right: 15px;
}


#index-page {
    background-color: #34284d;
    font-family: "SUSE", sans-serif;
}

#portada{
    background-image: url("assets/Horizontal_Prueba.png");
    position: relative; 
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}


#article{
    background: radial-gradient( #34284d, #1a1329, #0a0613);
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin: 0;
    color: aliceblue;
}

#members{
    background: radial-gradient( #e8644b, #e8644b, #cc4d39);
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin: 0;
    color: aliceblue;
}

.member-card {
    position: relative;
    overflow: hidden;
    border: none;
    box-shadow: 7px 14px rgba(26, 25, 25, 0.3);
    transition: all 0.3s ease;
}

.member-card .card-img-top {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.member-card:hover {
    transform: scale(1.05);
    box-shadow: 7px 14px rgba(0, 0, 0, 0.3);
}

.member-card .card-footer {
    background-color: #E84E3E;
    color: aliceblue;
}

.member-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
}

.member-card:hover .member-info {
    opacity: 1;
}

.member-role {
    font-size: 1.2rem;
    font-weight: bold;
}



.info{
    font-size: 25px;
    font-weight: 100;
    font-family:"xfiles";
}

#music-page {
    background: radial-gradient( #34284d, #1a1329, #0a0613);
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
    margin: 0;
    font-family: "SUSE", sans-serif;
}

#events {
    backdrop-filter: blur(25px) saturate(200%);
    -webkit-backdrop-filter: blur(25px) saturate(200%);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    padding-top: 10px;
    padding-left: 20px;
    color: aliceblue;
    transition: all 0.3s ease-in-out;
}

#events:hover{
    transform: scale(1.03);
}

.title-year{
    font-size: 7rem;
    font-weight: 700;
    color: aliceblue;
}

.row-year{
    border-bottom: 10px solid #ff5722;
}

.event-card {
    position: relative;
    overflow: hidden;
}

.event-card img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
}

.event-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.808);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
}

.event-card:hover .event-info {
    opacity: 1;
}

.title-news{
    font-size: 1.5rem;
    font-weight: 700;
    color:#ff5722
}

#prensa-card{
    margin-top: 25px;
}

#lanzamiento-card{
    margin-top: 25px;
}



#about-page {
    background: linear-gradient(45deg, #e8644b, #e8644b, #cc4d39);
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
    margin: 0;
    padding-top: 130px;
    font-family: "SUSE", sans-serif;
}

#requerimientos{
    background-color: #E84E3E;
}

#card-caracteristic{
    
    border: none;
    border-radius: 20px;
    font-size: 20px;
    box-shadow: 0 26px 30px -20px rgba(0, 0, 0, .15);
    transition: all 0.3s ease;
}

#card-caracteristic:hover{
    transform: scale(1.05);
}

#card-caracteristic:hover{
    transform: scale(1.05);
}

.card-title{
    color: rgb(26, 26, 26);
    font-size: 3rem;
    font-weight: 400;
}

.subtitle{
    color: rgb(26, 26, 26);
    font-size: 25px;
    font-weight: 400;
}

.button-requerimientos{
    width: 60%;
    height: 45px;
    background-color: #E84E3E;
    color: aliceblue;
    border-radius: 20px;
    border: none;
    transition: all 0.3s ease-in-out;
}

.button-requerimientos:hover{
    background-color:#1a1329;
    color:aliceblue;
}

.hr-custom{
    background-color:#E84E3E;
    border: none;
    height: 3px;
    width: 20%;
    margin: 10px auto;
}

.submit-form{
    width: 20%;
    height: 40px;
    color: aliceblue;
    background-color:#E84E3E;
    box-shadow: 7px 7px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease-in-out;
}

.submit-form:hover{
    background-color: aliceblue;
    color: #E84E3E;
    transform: scale(1.02);
}

.label-forms{
    padding-left: 5px;
    color: aliceblue;
    font-size: 1.2em;
}

.label-form{
    background-color: #ff8c75;
    padding-left: 10px;
    display: block;
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 40px;
    color:aliceblue;
    outline: none;
}

.label-text-control{
    background-color: #ff8c75;
    padding-top: 10px;
    padding-left: 10px;
    display: block;
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 100px;
    color:aliceblue;
    outline: none;
}

#navbar-custom {
    background: rgba(204, 204, 204, 0.233);
    backdrop-filter: blur(10px);
    box-shadow: 10px;
    border: none;
}

.nav-link {
    position: relative;
    text-decoration: none;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #ff5722;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.main-title {
    font-size: 70px;
    font-weight: 700;
    color: aliceblue;
}

.main-hr {
    background-color: #ff5722;
    border: none;
    height: 3px;
    width: 6%;
    margin: 10px auto;
}

.about-hr {
    background-color: #1a0b3a;
    border: none;
    height: 3px;
    width: 6%;
    margin: 10px auto;
}

.icon-card {
    background-color:#1a1329;
    box-shadow: 7px 7px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px;
    transition: all 0.3s ease;
}

.icon-card:hover{
    transform: scale(1.05);
    box-shadow: 7px 14px rgba(0, 0, 0, 0.3);
}

.icon-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-bottom: 10px;
}

.icon-card p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: aliceblue;
}

#card-album{
    border: none;
    box-shadow: 7px 14px rgba(26, 25, 25, 0.3);
    transition: all 0.3s ease;
}

#card-album:hover{
    transform: scale(1.05);
    box-shadow: 7px 14px rgba(0, 0, 0, 0.3);
}

#card-album .card-footer{
    background-color: #e8644b;
    color: aliceblue;
}

.deslizable-contenedor {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px; 
    padding: 10px;
}


.deslizable-item {
    flex: 0 0 auto; 
    scroll-snap-align: start;
    width: 370px; 
    height: 300px;
}


.deslizable-item iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.last-video{
    width: 70%;
    height: 550px;
}

#card-song .card{
    backdrop-filter: blur(25px) saturate(200%);
    -webkit-backdrop-filter: blur(25px) saturate(200%);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    color: aliceblue;
}

#card-song .card:hover{
    cursor: pointer;
}

.links{
    text-decoration: none;
}

footer{
    background-color: #34284d;
    padding: 20px
}

.admiracion{
    color: #1a0b3a;
}


.main-title-lanzamiento{
    font-size: 4rem;
    color: aliceblue;
}

#description-lanzamiento{
    color:antiquewhite;
    font-size: 1.5rem;
}

#title-lanzamiento{
    color:aliceblue;
    font-size: 90px;
    font-weight: 700;
    text-align: start;
}

#about-lanzamiento{
    font-size: 25px;
}

.accordion{
    box-shadow: 7px 7px rgba(0, 0, 0, 0.2);
}

.accordion-item{
    border: none !important;
    border-bottom: #e8644b solid 2px !important;
}

.accordion-button{
    background-color:#E84E3E !important;
    color: aliceblue !important;
    border: none !important;
    box-shadow: none !important;
}

.accordion-body{
    background-color: #ff8c75 !important;
}



@media (max-width: 360px){
    #portada{
        background-image: url("assets/Fondo_Cel.png");
        position: relative; 
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        background-position: center; 
        background-size:contain; /* Asegura que la imagen completa sea visible */
    }
    .texto{
        font-size: 60px;
        font-weight: 600;
    }

}

@media (max-width: 576px) {

    #portada{
        background-image: url("assets/Fondo_Cel.png");
        position: relative; 
        width: 100vw;
        height: 80vh;
        overflow: hidden;
        background-position: center; 
        background-size:cover;
    }

    #galery-card{
        margin-left: 15px;
    }

    #events-card{
        margin-bottom: 0px;
    }

    #prensa-card{
        margin-left: 10px;
        margin-top: 0%;
    }

    #lanzamiento-card{
        margin-top: 10%;
    }

    .title-year{
        font-size: 5rem;
    }

    .last-video{
        width: 90%;
        height: 400px;
    }

    .main-title-lanzamiento{
        font-size: 3.4rem;
    }

    #title-lanzamiento{
        font-size: 5rem;
        text-align: center;
    }

    #about-lanzamiento{
        padding-top: 10%;
        padding-bottom: 10%;
        text-align: center !important;
    }
    
}

@media (max-width: 768px) {

    #portada{
        background-image: url("assets/Fondo_Cel.png");
        position: relative; 
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        background-position: center; 
        background-size: cover;
    }

    #title-contact, #title-galery {
        font-size: 3.4rem;
    }

    #title-lanzamiento{
        font-size: 3.4rem;
        text-align: start;
    }

    #about-lanzamiento{
        padding-top: 10%;
        padding-bottom: 10%;
        text-align: start !important;
    }

}

@media (max-width: 820px) {

    #portada{
        background-image: url("assets/Fondo_Cel.png");
        position: relative; 
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        background-position: center;
        background-size: cover;
    }
    
    #title-lanzamiento{
        font-size: 3rem;
        text-align: start;
    }

    #about-lanzamiento{
        font-size: 1.5rem;
        padding-top: 10%;
        padding-bottom: 10%;
        text-align: start !important;
    }

}

@media (max-width: 1024px){
    #portada{
        background-image: url("assets/Fondo_Cel.png");
        position: relative; 
        width: 100vw;
        height: 85vh;
        overflow: hidden;
        background-position: center; 
        background-size: cover; 
    }

}

@media only screen and (max-width: 767px) {
    #title{
        margin-top: 100px;
    }
}