.location-container {
    height: 80vh;
    overflow-y: scroll;
    direction: rtl;
    scrollbar-gutter: stable;
    padding-left: 3%;
}

.location-container > * {
  direction: ltr;
}

.location-container::-webkit-scrollbar {
    width: 10px;
}

.location-container::-webkit-scrollbar-track {
    background: #111;
}

.location-container::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 6px;
    border: 2px solid #111;
}

.location-container::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.location {
    background: var(--secondary-color);
    clip-path: url(#locations-clip-path);
    height: 275px;
    width: 100%;
    display: flex;
    position: relative;
    margin-top: -45px;
    transition: all 0.5s ease;
}

.location:first-child {
    margin-top: 0px;
}

.location:hover {
    background: var(--accent);
    transform: rotate(-10deg);
    transition: all 0.5s ease;
    scale: 0.9;
}

.margin-pages img{
    margin-top: -13%;
    width: 100%;
    margin-bottom: 50px;

}

.style-subtitles{
    margin-top: -120px;
}

.bg-catalogo{
    background-image: url(../img_resourses/locaciones-map.gif);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 63%;
}

.tittle-map{
    color: #F8C071;
    font-size: 14px;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 700;
    padding-left: 40px;
    padding-top: 57px;
}

.salto{
    display: block;
}

.text-margin{
    padding-left: 40px;
}

.boton-next{
    background: none;
    border: none;
    cursor: pointer;
    color: white;
}

.boton-next:hover {
    color:var(--primary-color);
    /*color: white;*/
}

.boton-next:active {
    transform: scale(0.90);
    transform-origin: center center !important;
    padding: 0;
    display: inline-block;
    transition: transform 0.1s ease;
    color: var(--primary-color);
    padding-left: 2%;
}

.boton-align{
    padding-left: 67%;
}

.text-folder{
    color: white;
    font-size: 11px;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
}