#divEquipos {
    display: flex;
    flex-direction: row;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.divBrandLogoContainer {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.divBrandEquipments {
    width: 60%;
    height: 90%;
    background-color: white;
    padding: 2%;
    margin-right: 5vh;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    box-sizing: border-box;
}

.divBrandEquipmentsContent {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.divBrandEquipmentContainer {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.brandLogo {
    width: 40%;
}

.aviso-equipos {
    width: 50%;
    height: min-content;
    text-align: center;
    color: white;
    font-size: smaller;
    font-weight: bold;
    font-style: italic;
}

#divEquiposVisor {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px) brightness(60%);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#divEquiposSelector {
    width: 100%;
    height: 15%;
    display: flex;
    background-color: #15171aff;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

#divEquiposSelector img {
    height: 20%;
}

.divFrame {
    padding: 1%;
    margin: 2%;
    width: 10%;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .divBrandEquipments {
        display: none;
    }

    .divBrandLogoContainer {
        width: 50vw;
    }

    .brandLogo {
        width: 100%;
    }
}
