﻿.oculto {
    display: none;
}

.clasif {
    position: relative;
    display: flex;
    justify-content: center;
}

.clasif__content {
    position: absolute;
    top: 70px;
    max-width: 1200px;
    width: 100%;
}

.clasif__img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.contenedor-ventanas {
    display: flex;
    justify-content: flex-start;
}

.contenedor-imagenes-clasificacion {
}

.nombre-ventana {
    background-color: #282830;
    color: white;
    padding: 8px;
    color: #FFF;
    font-family: DecimaMonoProLt;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    margin-bottom: 16px;
    margin-right: 24px;
}

.nombre-ventana-mobile {
    display: none;
    cursor: pointer;
}



.nombre-ventana-subsecuente {
    background-color: transparent;
    left: 265px;
    color: #282830;
    border-bottom: 1px solid black;
}


.nombre-ventana-subsecuente-tres {
    left: 580px;
}

.rotatableImageMobileDown {
    display: none;
}

.rotatableImageMobileUp {
    display: none
}
.ventanas-container-mobile {
display:none;
}


@media(max-width:1300px) {
    .clasif__content {
        width: 95%;
    }

    .clasificacion {
        width: auto;
    }
}


@media(max-width:768px) {

    .clasif__content {
        width: 90%;
    }

    .nombre-ventana {
        display: none;
    }

    .ventanas-container-mobile {
        display: flex;
    }

    .contenedor-ventanas {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .nombre-ventana-mobile {
        display: flex;
        top: -70px;
        left: -21px;
        padding: 8px;
        z-index: 999;
        font-family: DecimaMonoProLt;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        white-space: nowrap;
        cursor: pointer;
    }

    .nombre-ventana-subsecuente-mobile {
        background-color: transparent;
        left: -21px;
        color: #282830;
        top: -32px;
        display: none;
    }


    .nombre-ventana-subsecuente-tres-mobile {
        left: -21px;
        top: 6px;
        display: none;
        color: #282830;
    }

    .rotatableImageMobileDown {
        cursor: pointer;
        width: 24px;
        height: 24px;
        display: block;
        margin-top: 7px;
    }

    .rotatableImageMobileUp {
        cursor: pointer;
        width: 24px;
        height: 24px;
        transform: rotate(180deg);
        display: none;
        margin-top: 7px;
    }

    .imagen-ventana-subsecuente-mobile {
        display: none;
        cursor: pointer;
        width: 24px;
        height: 24px;
    }


    .imagen-ventana-subsecuente-tres-mobile {
        display: none;
        cursor: pointer;
        width: 24px;
        height: 24px;
    }

    .imagen-ventana-subsecuente-mobile-up {
        cursor: pointer;
        width: 24px;
        height: 24px;
        transform: rotate(180deg);
        display: none;
    }


    .imagen-ventana-subsecuente-tres-mobile-up {
        cursor: pointer;
        width: 24px;
        height: 24px;
        transform: rotate(180deg);
        display: none;
    }



}



@media (max-width:376px) {
    .barra-primer-clasificacion {
        margin-bottom: 28px
    }
}
