.carousel-container {
    position: relative;
    width: 100%;
    padding-left: 200px;
    padding-right: 200px;
    background: #401a59;
}

.carousel {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #401a59;
    padding-left: 100px;
    padding-right: 100px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    width:97%;
}

@media only screen and (max-width: 450px) {
    .carousel-container { padding: 0; }
    .carousel { padding-left: 15px !important; }
}

.carousel::-webkit-scrollbar { display: none; }

.slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 70px;
    text-align:center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.fechahora {
    font-size: 12px;
    font-family: "Koba", Sans-serif;
    color: #fff;
    margin-bottom: 10px;
}

.logos-container {
    display: flex;
    align-items: center;
    width: 100px;
}

.logos-equipos {
    width: auto;
    height: 35px !important;
}

.cuadro-blanco {
    width: 20px !important;
    height: 20px !important;
    background-color: #fff;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resultado {
    font-size: 15px;
    font-family: 'Arvo';
    color: #005cff;
    font-weight: 700;
}

.enlace-detalles {
    color: #fff;
    font-size: 10px;
    font-family: 'Koba', Sans-serif;
    text-decoration: none;
    padding: 5px;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #ffe800;
    cursor: pointer;
    z-index: 10;
}

.left-arrow { left: 10px; }
.right-arrow { right: 10px; }