.u-section-torneo {
    background: url('https://www.tres23cafe.com/torneo-arte-latte/images/now-33.png');
    background-size: cover;
    background-position: 0 44%;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 16px;
    gap: 16px;
}

.slogan {
    font-family: 'Futura PT Light';
    font-size: 12px;
    margin: 0;
    text-align: center;

    b {
        font-family: 'Futura PT Medium';
    }

    @media screen and (min-width: 410px) {
        font-size: 15px;
    }

    @media screen and (min-width: 500px) {
        font-size: 21px;
    }
   
}

.more-info {
    border: 2px solid #a83904;
    border-radius: 18px;
    padding: 6px 12px;
    background: #f8e9de;
    outline: none;
    line-height: 20px;
    font-weight: bold;
    color: #0c0f30;
    font-family: 'Futura PT Medium';
    font-size: 20px;
    animation: animation-button 2s both infinite;
    align-items: center;
    width: 140px;
    text-align: center;
}

.more-info:hover {
    background: #a83904;
    color: #f8e9de;
}

@keyframes animation-button {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

h3.title {
    font-family: 'Futura PT Book';
    font-size: 26px;
    background-color: #0c0f30;
    color: #f8e9de;
    margin: 0;
    padding: 8px 16px;
    border-radius: 16px;
    text-align: center;
    align-items: center;
    line-height: 24px;
    min-width: 160px;

    b {
        font-family: 'Futura PT Extra Bold';
    }

    span {
        font-family: 'Futura PT Light';
        display: block;
    }

    strong {
        font-family: 'Futura PT Medium';
        font-size: 18px;
        line-height: 16px;
        display: block;
    }

    @media screen and (min-width: 1024px) {
        span, strong {
            display: inline;
            font-size: 26px;
            line-height: 24px;
        }
    }
}

.info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    align-items: center;

    @media screen and (min-width: 1024px) {
        flex-direction: row;
        gap: 70px;
    }
}

.hidden {
    display: none;
}

.topBar {
    display: flex;
    justify-content: center;
    background: #ffed00;
    padding: 10px 20px;
    align-items: center;
}

.localization {
    display: flex;
    flex-direction: column;

    a:hover {
        color: #707287;
    }
    
    @media screen and (min-width: 768px) {
        align-items: center;
        flex-direction: row;
    }
}

.directions {
    color: #0c0f30;
    display: flex;
    align-items: center;
    flex-direction: row;

    @media screen and (min-width: 768px) {
     padding-left: 12px;
    }
}

.menu-button {
    background: #0c0f30;
    color: #f8e9de;
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: bold;

    &:hover {
        color: #f8e9de;
        background: #707287;
    }
}

.dato {
    display: flex;
    align-items: center;

    span {
        color: #0c0f30;
        &:hover {
            color: #707287;
        }
    }
}

.content-redes {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    padding: 20px;
    color: #0c0f30;

    a:hover {
        color: #ebd4d4;
    }

    @media screen and (min-width: 768px) {
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
    }
}

.menusito {
    margin-top: 50px;

    @media screen and (min-width: 768px) {
        margin-top: -50px;
        position: relative;
        z-index: 20;
    }
}

.workWithUs {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dadada;
    padding: 10px;
    font-size: 0.875rem;
    
    p {
        margin: 0;
        text-align: center;
        font-weight: bold;
    }
    
    a {
        color: #0c0f30;
        text-decoration: underline;
        font-weight: normal;
    }
}
