#warning_orientation {
    display: none;
    background: #fff;
    position: fixed;
    z-index: 10000000000;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 2rem;
    color: #000;
}
#warning_orientation div {
    max-width: 400px;
}
@media (orientation: landscape) and (max-height: 429px) and (min-aspect-ratio: 5 / 3) {
    body: not(.keyboard-on) #warning_orientation {
                                display: flex;
                            }
}

#sec-2 .section-index__items-item:hover::before {
    transform: none;
    opacity: 1;
}

#sec-2 .section-index__items-item::after {
    content: none;
}

#sec-2 .section-index__items-item:hover > img {
    transform: none;
}

#sec-2 .section-index__items-item:hover > p {
    transform: translateY(-50%) translateX(0);
}

#sec-2 .section-index__items-item:hover {
    box-shadow: 0 10px 25px rgb(027, 012, 001, 0.45);
}

.section-detail-tov .section__title-back {
    display: none;
}

.section-detail-tov .section__title h1 {
    font-family: "Russo One", sans-serif !important;
    font-size: 20px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .section-detail-tov .section__title h1 {
        font-size: 16px;
    }
}

@media (min-width: 1023px) {
    .page-template-front-page #hero .header h1 {
        font-size: 2.1rem;
        margin-bottom: 1.3rem;
    }

    #hero .hero-image img {
        max-height: 40vh;
    }

}
