body {
    background-color: white;
}

.label {
    color: black;
}

.zindex {
    z-index: 1;
    background-color: #232020;
    position: relative;
    width: 100%;
    height: 100%;
}

.clientes_container p {
    margin: 0px;
    font-size: 17px;
    line-height: 17px;
}

.cliente_container {
    width: min(40vw, 400px);
    border-radius: 60px;
    margin: 20px;
    position: relative;
    min-height: 500px;
    height: auto;
    /*    height: min(30vw,250px);*/
}

.cliente_img {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
    height: 80%;
    width: 100%;
    height: min(25vw, 245px);
    width: min(40vw, 400px);
    overflow: hidden;
}

/*.cliente_container:nth-child(odd) .cliente_img img{
position: absolute;
    left: 0;
    top: -20%;
}
.cliente_container:nth-child(even) .cliente_img img{
position: absolute;
    left: 0;
    bottom: -20%;
}
*/
.cliente_container .cliente_img img {
    transform: scale(1.25);
    transform-origin: center;
}

.clientes_container {
    position: relative;
    display: flex;
    /*    background: aliceblue;*/
    text-align: center;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.info_event {
    display: flex;
    flex-flow: column;
    text-align: center;
    justify-content: center;
}

.info_event p {
    margin-top: 5px;
    margin-inline: 10px;
    text-align: left;
}

.pm_logo {
    max-width: 200px !important;
    margin-left: 120px;
    z-index: 1;
}

.pm_logo2 {
    max-width: 200px !important;
    z-index: 1;
}

h1 {
    font-size: min(6vw, 65px);
}

.evento_cabecera {
    display: flex;
    flex-flow: row;
}

a.cliente_container {
    text-decoration: none !important;
    color: black;
}

a.cliente_container .cliente_img {
    border: 0px solid white;
}

a.cliente_container.over .cliente_img,
a.cliente_container.active .cliente_img {
    border: 6px solid var(--amarillo);
}

a.cliente_container.over h3,
a.cliente_container.active h3 {
    transform: scale(1.25);
}

a.cliente_container.over p,
a.cliente_container.active p {
    color: grey;
}

a.cliente_container.active {
    transform: scale(0);
}

a.cliente_container.active2 {
    width: 0px;
}

.info_clientes {
    text-align: left;
    padding-inline: 25px;
    height: 280px;
    max-height: 257px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info_clientes h3 {
    color: black;
    margin-bottom: 10px;
    transform-origin: left center;
}

.cliente_container img {
    position: relative;
    max-width: 100%;
    border-radius: 60px;

}

.cliente_container .info_event img {
    filter: invert(1);
    border-radius: 0;
    max-width: 25px;
    margin-bottom: 10px;
}

.clientes {
    position: relative;
}

.cliente_container .info_event .link img {
    filter: none;
}

.link.boton.over p {
    text-decoration: underline;
}

.menu_clientes {
    position: relative;
    width: 700px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    justify-content: center;
    z-index: 10;
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: baseline;
    z-index: 10;
}

.menu_clientes .label,
.menu_clientes .label_select,
.menu_clientes,
.label_select p {
    position: relative;
    margin-inline: min(3vw, 20px);
    font-family: 'Dashiell';
    font-size: min(4vw, 20px);
    color: black;
}

.label_select {
    display: flex;
}

.ciudad_seleccionada::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/svg/select.svg);
    background-position: center;
    background-size: contain;
    margin-left: 10px;
    transform-origin: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .25s linear;
}

.ciudad_seleccionada {
    text-align: right;
    margin-left: -10px;
    right: 10px;
    /*    width: 140px;*/
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
}

.hidden {
    display: none;
}

.ciudad_seleccionada::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/svg/select.svg);
    background-position: center;
    background-size: contain;
    margin-left: 0px;
    right: -30px;
    transform-origin: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .25s linear;
}

.labels {
    position: absolute;
    overflow: hidden;
    height: auto;
    /* height: 0px; */
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 15px;
    padding: 10px;
    padding-top: 70px;
    margin-top: -70px;
    left: -30px;
    z-index: -1;

    padding-bottom: 0px;
    height: 0px;
    width: 230px;

}

.labels .label {
    margin-bottom: 20px;
}

.label_select.active .ciudad_seleccionada,
.label_select.over .ciudad_seleccionada {
    color: grey;
}

.label_select.over .ciudad_seleccionada::after {
    transform: scale(1.1) translateY(2px);
}

.label_select.active .ciudad_seleccionada::after {
    transform: rotate(180deg);
}

.labels .all {
    margin-top: 20px;
    opacity: 0;
}

.label_select.active .labels {
    padding-bottom: 10px;
    height: auto;
    border: 2px solid black;
    background-color: white;
}

.label_select.active .labels .all {
    margin-top: 0px;
    opacity: 1;
}

.menu_clientes .label::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: black;
    left: 0;
    bottom: 0px;
    transform-origin: center;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .25s linear;
}

.menu_clientes .label.over,
.menu_clientes .label.active {
    color: grey;
}

.menu_clientes .label.over::after,
.menu_clientes .label.active::after {
    width: 100%;
}

.menu_clientes .label.active {
    pointer-events: none;
}

.right {
    right: 0;
}

.ztop {
    z-index: 1;
}

.a3,
.a4 {
    top: 180vh;
}

.a5,
.a6 {
    top: 270vh;
}



@media screen and (max-aspect-ratio: 1/1) {
    img.absolute {
        display: none;
    }

    .pt-3-5 {
        margin-top: 0px !important;
    }

    a.cliente_container.over .cliente_img img,
    a.cliente_container.active .cliente_img img {
        transform: scale(1.1) !important;
    }

    .titulo::before {
        display: none;
    }

    .titulo::after {
        display: none;
    }

    .info_cabecera {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .cliente_container {
        width: 90vw;
        min-height: 500px;
        height: auto;
    }

    .cliente_img {
        height: 50vw;
        width: 90vw;
        z-index: -1;
    }

    .cliente_container .cliente_img img {
        position: absolute;
        left: 0;
        z-index: -1;
        /*        top: -50%;*/
    }

    .menu_clientes {
        /* margin-top: -30px; */
        margin-bottom: 0px;
    }

    .ciudad_seleccionada {
        padding-right: 20px;
        left: -10px;
    }

    .ciudad_seleccionada::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-image: url(../img/svg/select.svg);
        background-position: center;
        background-size: contain;
        margin-left: 4px;
        transform-origin: center;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .25s linear;
    }

    .label_select {
        z-index: 1;
    }

    .labels {
        margin-top: -55px;
        left: -15%;
        width: 135px;
    }
}