@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

h3 b{
    padding: 3px 6px 3px 6px;
    background-color: #f01921;
    border-radius: 6px;
}

button{
    padding: 9px;
    width: 240px;
    border-radius: 90px;
    border: 1px solid #f01921;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    font-size: 18px;
    font-family: 'Montserrat';
    letter-spacing: .9px;
    cursor: pointer;
    margin-top: 12px;
}

.button-packet{
    text-align: center;
    padding: 9px;
    width: 240px;
    border-radius: 90px;
    border: 1px solid #f01921;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    font-size: 18px;
    font-family: 'Montserrat';
    letter-spacing: .9px;
    cursor: pointer;
    margin-top: 12px;
}

/* HERO MAIN */
.hero{
    position: relative;
    bottom: 60px;
}

.video-hero{
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -30;
    object-fit: cover;
    mask-image: linear-gradient(#000 44%, transparent);
}
.information-hero{
    width: 100%;
    padding:60px 20px;
    /* background: linear-gradient(0deg, rgba(0,0,0,1) 15%, rgba(0,0,0,0.22314863445378152) 54%); */
    z-index: 90;
    height: 100vh;
    justify-content: end;
    align-items: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    color: #fff;
    font-family: 'Montserrat';
}

.information-hero a{
    padding: 9px;
    width: 240px;
    border-radius: 90px;
    border: 1px solid #f01921;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    font-size: 18px;
    font-family: 'Montserrat';
    letter-spacing: .9px;
    cursor: pointer;
    margin-top: 12px;
}
.main-text-spacetools{
    font-size: 33px;
    font-weight: 900;
}
.information-hero h3{
    font-weight: 300;
    font-size: 21px;
    padding: 0;
    margin: 0;
}

.information-hero div{
    display: flex;
    flex-direction: row;
    gap: 20px;
}


/* E-commerce infomtation */
.infoE-commerce{
    color: white;
    font-family: 'Montserrat';
    text-align: center;
    padding: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    margin-top: 120px;
}
.infoE-commerce h4{
    font-weight: 400;
}

/* CONTAINERS */
.container-spaceband-cards{
    display: flex;
    flex-direction: column;
    max-width: 1260px;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 80px;
}


/* SPACE BANDS CARDS */
.card-spaceband{
    /* max-width: 320px; */
    min-width: 280px;
    padding: 21px 10px 9px 10px;
    border-radius: 12px;
    border: 1px solid gray;
    background-color: rgba( 255, 255, 255, 0.12);
    font-family: 'Montserrat';
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.card-spaceband h3{
    text-align: center;
}

.card-spaceband button{
    cursor: pointer;
    width: 100%;
    padding: 9px;
    color: #ffffff;
    border:1px solid #f01921;
    background-color: rgba( 255, 255, 255, 0 );
    border-radius: 30px;
    font-family: 'Montserrat';
    letter-spacing: 1.5px;
}

.info-spaceband{
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.render-preview{
    cursor:grab;
    width: max-content;
    margin: 0 auto;
}

.text-color-white-selected{
    color: #000 ;
    background-color: #fff !important;
}


/* TODO: Card 3d con sus colores */
.container-space-cards{
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-right: 20px;
}

.select-card{
    display: flex;
    flex-direction: column;
    gap:10px
}

#container-color-buttons{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

#container-color-buttons button{
    margin: auto 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #ffffff57;
    background-color: #ffffff57;
    cursor: pointer;
    outline: none;
}

.option-selected{
    border-color: #fff !important;
}

.option-selected-white{
    border-color: #00000094 !important;
}

.hidden{
    display: none;
}
.container-cards-images{
    margin: auto;
    width: 300px;
    height: 194px;
    box-shadow: 3px 6px 20px #00000021;
}

.container-cards-images img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 18px;
}

.btn-spacecard{
    max-width: 276px;
}

/* TODO: Seleccionar las spacebands */
.container-spacebands{
    display: flex;
    flex-direction: column;
}

/* TODO: texto del combo */
.text-combo{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 42px;
}

.text-combo h2{
    font-weight: 800;
    text-align: center;
}

/* !Media query's para el responsive */
@media screen and (width <= 690px) {
    .container-space-cards{
        flex-direction: column;
        padding: 0 ;
    }


}

@media screen and (width <= 538px) {
    .information-hero h3{
        font-size: 20px;
    }
    
    .information-hero div{
        flex-direction: column;
    }
}

@media screen and (width <= 430px) {
    .card-spaceband{
        padding: 21px 0 9px 0;
    }    
}

@media screen and (width <= 380px) {
    .container-cards-images{
        max-width: 260px;
        width: 100%;
        height: 100%;
    }
}