@media (max-width: 768px) {

    .hidden-mobile {
        display: none;
    }

}

@media (min-width: 769px) {

    .hidden-desktop {
        display: none;
    }

}

/* Espaciado entre campos */
.custom-form .field-group {
    margin-bottom: 16px;
}

/* Etiquetas */
.custom-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

/* Campos de texto y select */
.custom-form .input-full,
.custom-form .input-half {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #989898;
    border-radius: 4px;
}

.custom-form .input-half {
    max-width: 100%;
    padding-block: 0;
    /* Se ajusta cuando esté dentro de .flex-group */
}

/* Agrupar select y texto en la misma línea */
.flex-group {
    display: flex;
    gap: 1rem;
}

.flex-group .field-item {
    flex: 1;
}

/* Checkbox de aceptación */
.check-group .checkbox {
    margin-right: 0.5rem;
}

/* Botón de envío */
.custom-form .btn {
    background-color: #333;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
}

.custom-form .btn:hover {
    background-color: #555;
}

.page .main-page-wrapper {
    padding-top: 0;
}

.horeca-f1--text {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 3vw;
    width: 700px;
}

.horeca-f1--text h1 {
    font-size: 60px;
    line-height: 65px;
    color: #11312B;
    margin-bottom: 32px;
    font-family: 'Rufina';
    font-weight: normal;
}

.horeca-f1--text a {
    background-color: #11312B;
    color: #fff !important;
    border-color: #fff !important;
    padding: 0;
    padding-inline: 28px;
    line-height: 46px;
    display: inline-block;
    border-radius: 8px;
    font-weight: 500;
}

.horeca-f1 .wpb_single_image .vc_single_image-wrapper img{
    border-radius: 0;
}

.horeca-f2 {
    margin-block: 60px;
}

.horeca-f2--text {
    text-align: center;
    margin-top: 20px;
}

body .wpb_content_element.horeca-f2--title {
    margin-bottom: 32px;
}

body .wpb_content_element.horeca-f2--title h2{
    font-size: 32px;
    font-weight: normal;
}

.horeca-f2 [class*="wd-grid"] {
    --wd-gap-lg: 112px !important;
    --wd-gap-sm: 40px !important;
}

.horeca-f3 {
    margin-block: 160px;
}

.wpb_text_column.horeca-f3--title h2 {
    margin-bottom: 32px;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
}

.horeca-f3--text {
    text-align: center;
    margin-top: 20px;
}

.horeca-f3--text h3 {
    margin-bottom: 12px;
    font-size: 18px;
}

.horeca-f3 [class*="wd-grid"]{
    --wd-gap-lg: 120px !important;
}

.wpb_text_column.horeca-f4--title p {
    text-align: center;
    font-size: 32px;
    margin-bottom: 48px;
    color: #fff;
}

.horeca-f4--item {
    background-color: #F6F1EB;
    color: #31302F;
    padding: 32px;
    margin: 0;
    border-radius: 20px;
}

.horeca-f4--item>.vc_column_container>.vc_column-inner {
    padding-inline: 0;
}

.horeca-f4--item img {
    border-radius: 100%;
    overflow: hidden;
    width: 60px;
}

.horeca-f4--icon{
    position: absolute;
    right: 0;
    top: -70px;
}

.horeca-f4--img>.wpb_wrapper {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 20px;
}

.horeca-f4--name {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E0DED8;
}

.horeca-f4--name ul {
    display: flex;
    padding: 0;
    justify-content: space-between;
    list-style: none;
}

.horeca-f4--name ul li {
    margin-bottom: 0;
    font-weight: 600;
}

.horeca-f4--name ul li:nth-child(2) {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #C05727;
}

.horeca-f5 .wd-marquee-content {
    padding-block: 20px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.horeca-f5 .wd-marquee-content span {
    gap: 32px;
}

.horeca-f6--c2 .horeca-f6--text{
    background-color: #F6F1EB;
    padding: 32px;
}

.horeca-f6--c2{
    padding-left: 64px;
}

.horeca-f6--text h4 {
    font-size: 16px;
    font-weight: 400;
}

.horeca-f6 {
    margin-top: 40px;
    margin-bottom: -41px;
}

.horeca-f4--item--1 .horeca-f4--icon{
    display: none;
}

@media (max-width: 1024px) {

    .horeca-f1--text > .wpb_column > .vc_column-inner >.wpb_wrapper{
        padding: 32px;
        background-color: #993920;
    }

    .horeca-f6--c2{
        padding-left: 0;
    }

    .horeca-f1--text {
        position: relative;
        top: auto;
        transform: none;
        left: auto;
        width: auto;
    }

    .horeca-f1--text h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .horeca-f1--text>.wpb_wrapper {
        padding: 25px 16px;
    }

    .horeca-f2--text h3 {
        font-size: 16px;
    }

    .horeca-f2 .wd-nav-arrows {
        display: none !important;
    }

    .horeca-f2{
        margin-block: 40px;
    }

    .horeca-f3{
        margin-block: 80px;
    }

    .horeca-f3 .wd-nav-arrows {
        display: none !important;
    }

    .horeca-f3 [class*="wd-grid"] {
        --wd-gap-sm: 40px !important;
    }

    .wpb_text_column.horeca-f4--title p{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
        width: 100%;
        max-width: 90%;
        margin-inline: auto;
    }

    .horeca-f4 .wd-nav-arrows {
        display: none !important;
    }

    .horeca-f6--c2 .custom-form{
        padding: 0;
        background: none;
    }

    .horeca-f4--item--2 .horeca-f4--icon{
        display: none;
    }

    .horeca-f4--item--1 .horeca-f4--icon{
        display: block;
    }

}