body {
    font-family: 'Lato', sans-serif;
    background-color: white !important;
}

.dh-hero {
    width: 100%;
    background-color: #FCE7E8;
}

.dh-hero__container {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    padding: clamp(40px, 5vw, 60px) clamp(16px, 6vw, 100px);
    align-items: center;
    gap: clamp(30px, 4vw, 60px);
}


.dh-hero__content {
    flex: 0 0 51%;
    max-width: 51%;
}

.dh-hero__subtitle {
    color: #1A1B1B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

.dh-hero__title {
    color: #1A1B1B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 8px 0px 16px 0px;
    padding: 0;
}

.dh-hero__description {
    color: #1A1B1B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.dh-hero__image {
    flex: 0 0 49%;
    max-width: 49%;
}

.dh-hero__image-m {
    display: none;
}

.dh-hero__image-d,
.dh-hero__image-m {
    width: 100%;
    height: auto;
}

.dh-hero__buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.dh-hero__button {
    display: flex;
    min-width: 220px;
    height: 48px;
    padding: 0 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    text-decoration: none;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-edge: cap;
    leading-trim: both;
}

/* Botón primario */
.dh-hero__button:not(.dh-hero__button--secondary) {
    background: #E20E18;
    color: #FFF;
    border: 1px solid #E20E18;
}

.dh-hero__button:not(.dh-hero__button--secondary):hover {
    background: #F1464E;
    border-radius: 100px;
}

/* Botón secundario */
.dh-hero__button--secondary {
    min-width: 200px;
    background: #FCE7E8;
    color: #E20E18;
    border: 1px solid #E20E18;
}

.dh-hero__button--secondary:hover {
    background: #E20E18;
    color: white;
    border-radius: 100px;
}

/* Responsive styles */
@media (max-width: 992px) {
   .dh-hero__container {
    flex-direction: column;
        /*width: 100%;
        padding: 40px 16px;
        gap: 30px;
        align-self: stretch;*/
    }

    .dh-hero__content,
    .dh-hero__image {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dh-hero__title {
        font-size: 30px;
    }

    .dh-hero__buttons {
        flex-direction: column;
        width: 100%;
        margin-top: 24px;
        gap: 15px;
        margin-bottom: 0px;
    }

    .dh-hero__button,
    .dh-hero__button--secondary {
        width: 100%;
        min-width: unset;
    }

    .dh-hero__image-d {
        display: none;
    }

    .dh-hero__image-m {
        display: block;
    }
}

/* Modal styles */
.dh-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}
.dh-modal__content-text {
   width: 100%;
}

.dh-modal__content {
    position: relative;
    z-index: 1000000;
    background-color: #F9F9F9;
    margin: 5vh auto;
    max-width: 640px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 90vh;
    overflow-y: auto;
}

.dh-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 36px 20px 8px 20px;
}

.dh-modal__title {
    color: #E20E18;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0;
    flex: 1;
    max-width: 470px;
}

.dh-modal__description {
    color: #3C3936;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0px 20px 24px 20px;
    max-width: 600px;
}

.dh-modal__close {
    position: static;
    z-index: 1000001;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin-left: 16px;
}

.dh-modal__close:hover {
    background-color: #FCE7E8;
}

.dh-modal__close svg {
    width: 18px;
    height: 18px;
}

.dh-modal__close:hover svg path {
    fill: #E20E18;
}

/* Estilos para los labels del formulario */
.dh-modal .wpcf7-form label {
    color: #E20E18;
    leading-trim: both;
    text-edge: cap;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-bottom: 8px;
}

/* Ajustamos el espacio entre el label y el campo */
.dh-modal .wpcf7-form-control-wrap {
    margin-top: 4px;
}

/* Mantenemos los estilos existentes */
.dh-modal .wpcf7 {
    width: 100%;
    padding: 24px 20px 36px 20px;
    background-color: #F9F9F9;
}

/* Estilos base para los inputs del formulario */
.dh-modal input[type="text"],
.dh-modal input[type="email"],
.dh-modal input[type="tel"],
.dh-modal textarea {
    border-radius: 4px !important;
    border: 1px solid #FFF8F8 !important;
    opacity: 0.83;
    background: #E8E8E9 !important;
    color: #5858574A !important; /* rgba(88, 88, 87, 0.29) en formato hexadecimal */
    font-family: Lato !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    padding: 12px !important;
    width: 100% !important;
    height: 40px !important;
}

/* Estilo para el placeholder */
.dh-modal input::placeholder,
.dh-modal textarea::placeholder {
    color: rgba(88, 88, 87, 0.29) !important;
}

/* Estilo cuando el input tiene contenido */
.dh-modal input:not(:placeholder-shown),
.dh-modal textarea:not(:placeholder-shown) {
    color: #1A1B1B !important;
}

/* Mantener altura automática para textarea */
.dh-modal textarea {
    height: auto !important;
    min-height: 40px !important;
}

/* Estilos para el botón de envío del formulario */
.dh-modal .wpcf7 input[type="submit"] {
    border-radius: 100px;
    background: #E20E18;
    color: #F9F9F9;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding: 11px 25px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: auto;
    align-self: flex-start;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    color: red;
}
.dh-modal .wpcf7 input[type="submit"]:hover {
    background: #F1464E;
}

@media (max-width: 768px) {
    .dh-modal .wpcf7 {
        padding: 8px 20px 36px 20px;
    }

    .dh-modal__header {
        padding: 36px 20px 0 20px;
    }

    .dh-modal__description {
        padding: 0px 20px 24px 20px;
    }

    .dh-modal .wpcf7 input[type="submit"] {
        width: 100%;
    }

    .dh-modal__content {
        margin: 2.5vh auto;
        max-height: 95vh;
    }
    .dh-hero__container.app-dh {
   
        padding: 40px 16px
        
    }
    
}

.dh-features {
    width: 100%;
    background-color: white;
}

.dh-features__container {
    display: flex;
    max-width: 1440px;
    padding: clamp(40px, 5vw, 80px) clamp(16px, 6vw, 100px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(30px, 4vw, 60px);
    margin: 0 auto;
}

.dh-features__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.dh-features__title {
    color: #E20E18;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    padding: 0;
}
p.dh-features__subtitle {
    color: var(--Black, #1A1B1B);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Lato;
font-size: 16px;
font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 4px;
    margin: 0;
}

.dh-features__description {
    color: #3C3936;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
    max-width: 800px;
    margin-top: 12px;
}

.dh-features__columns {
    display: flex;
    width: 100%;
    gap: 60px;
    /*min-height: 600px;*/
}

.dh-features__column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

/* Columna de imágenes */
.dh-features__column:last-child {
    position: relative;
}

.dh-features__column img {
    width: 100%;
    height: auto;
}

.dh-features__image-m {
    display: none;
}

.dh-features__image-d,
.dh-features__image-m {
    width: 100%;
    height: auto;
}

.dh-features__column-title {
    color: #E20E18;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.dh-features__column-description {
    color: #3C3936;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
    margin-top: 12px;
}

.dh-features__column-list {
    margin: 0;
    padding: 0;
}

.dh-features__column-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dh-features__column-list li {
    color: #3C3936;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 31px;
    position: relative;
}

.dh-features__column-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background-image: url('../img/cuadrantes-dh/Icon/checklist-light.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Responsive styles */
@media (max-width: 768px) {
    .dh-features__container {
        align-items: flex-start;
    }

    .dh-features__header {
        align-items: flex-start;
        gap: 12px;
    }

    .dh-features__columns {
        flex-direction: column;
        gap: 30px;
    }
    .dh-features__columns.reverse {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .dh-features__column {
        width: 100%;
    }

    .dh-features__image-d {
        display: none;
    }

    .dh-features__image-m {
        display: block;
    }

    .dh-features__column-title {
        font-size: 24px;
    }
}

.dh-hero__rating {
    display: flex;
    padding: 2px 10px;
    align-items: center;
    gap: 8px;
}

.dh-hero__stars {
    display: flex;
    gap: 2px;
    align-items: center;
}

.dh-hero__rating-text {
    color: #E20E18;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.dh-hero__rating-text--highlight {
    color: #E20E18;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.dh-hero__rating-text--reviews {
    color: #1A1B1B;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.dh-hero__rating.responsive {
    display: none;
    justify-content: center;
    width: 100%;
}

/* Responsive styles */
@media (max-width: 992px) {
    .dh-hero__rating.desktop {
        display: none;
    }

    .dh-hero__rating.responsive {
        display: flex;
        margin-top: 0px;
    }
}

.dh-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 999;
}

.dh-sticky-bar.visible {
    transform: translateY(0);
}

.dh-sticky-bar__container {
    display: flex;
    width: 852px;
    padding: 16px;
    align-items: center;
    justify-content: space-around;
    gap: 6px;
    border-radius: 8px;
    border: 1px solid #FCE7E8;
    background: #FFF8F8;
    box-shadow: 0px 1px 20px 0px rgba(64, 13, 13, 0.20);
    margin: 0 14px 14px 14px;
}

.dh-sticky-bar__image-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 768px) {
    .dh-sticky-bar__container {
        width: 100%;
        margin: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        flex-direction: row;
        align-items: flex-start;
        gap: 0;
        padding: 16px 16px 12px 16px;
    }

    .dh-sticky-bar__image-text {
        width: 100%;
        gap: 12px;
        flex-direction: row;
        align-items: center;
        margin-bottom: 12px;
    }

    .dh-sticky-bar__text.responsive {
        display: block;
        margin: 0;
    }

    .dh-sticky-bar__button {
        width: 100%;
    }
}

.dh-sticky-bar__title {
    color: var(--Red, #E20E18);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    display: flex;
    align-items: center;
}

.dh-sticky-bar__countdown {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dh-sticky-bar__countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 40px;
}

.dh-sticky-bar__countdown-number {
    color: var(--Red, #E20E18);
    text-align: center;
    font-family: Lato;
    font-size: 25.657px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.dh-sticky-bar__countdown-label {
    color: var(--Red, #E20E18);
    text-align: center;
    font-family: Lato;
    font-size: 10.263px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dh-sticky-bar__countdown-sep {
    color: var(--Red, #E20E18);
    font-size: 25.657px;
    font-weight: 900;
    margin: 0 4px;
}

.dh-sticky-bar__button {
    border-radius: 100px;
    background: var(--Red, #E20E18);
    display: flex;
    min-width: 220px;
    padding: 18px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;

    transition: background 0.2s;
}

.dh-sticky-bar__button:hover {
    background: #b80012;
}

.dh-sticky-bar__text {
    color: #1A1B1B;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 0;
}

.dh-sticky-bar__text.responsive {
    display: none;
}

@media (max-width: 768px) {
    .dh-sticky-bar__text.desktop {
        display: none;
    }

    .dh-sticky-bar__text.responsive {
        display: block;
        margin-bottom: 12px;
    }

    .dh-sticky-bar__image-text {
        width: 100%;
        gap: 12px;
        flex-direction: row;
        align-items: center;
    }

    .dh-sticky-bar__content {
        display: none;
    }
}

.dh-sticky-bar__content {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.dh-sticky-bar__button {
    display: flex;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
background: var(--Red, #E20E18);
    border: none;
    color: #FFF !important;
    text-align: center;
    text-decoration: none;
    leading-trim: both;
    text-edge: cap;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: 40px;
    white-space: nowrap;
}

.dh-sticky-bar__button:hover {
    background: #F1464E;
}

.dh-sticky-bar__container img {
    width: 39px;
    height: 39px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .dh-sticky-bar__container img {
        width: 29px;
        height: 29px;
    }
}

.dh-accordion {
    width: 100%;
    background-color: white;
}

.dh-accordion__container {
    display: flex;
    max-width: 1440px;
    padding: clamp(40px, 5vw, 80px) clamp(16px, 6vw, 100px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(30px, 4vw, 60px);
    margin: 0 auto;
}

.dh-accordion__columns {
    display: flex;
    width: 100%;
    gap: clamp(30px, 4vw, 60px);
    align-items: stretch;
}

.dh-accordion__column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Columna de imágenes */
.dh-accordion__column:last-child {
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.dh-accordion__images {
    position: sticky;
    top: 100px;
    display: flex;
    padding: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FFF8F8;
    height: 100%;
}

.dh-accordion__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: none;
}

.dh-accordion__image.active {
    opacity: 1;
    display: block;
}

@media (max-width: 992px) {
    .dh-accordion__container {
        padding: clamp(40px, 5vw, 60px) clamp(16px, 6vw, 40px);
    }

    .dh-accordion__columns {
        flex-direction: column;
        gap: clamp(20px, 3vw, 40px);
    }
}

.dh-accordion__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(12px, 2vw, 25px);
}

.dh-accordion__title {
    color: #E20E18;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.dh-accordion__description {
    color: #3C3936;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
    max-width: 800px;
}

@media (max-width: 992px) {
    .dh-accordion__header {
        align-items: flex-start;
        gap: 12px;
    }

    .dh-accordion__title {
        text-align: left;
        font-size: 28px;
    }

    .dh-accordion__description {
        text-align: left;
    }
}

.dh-accordion__item {
    border-bottom: 1px solid #FCE7E8;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s ease;
}

.dh-accordion__item.active {
    z-index: 2;
    background-color: #FFF8F8;
}

.dh-accordion__item.active + .dh-accordion__item {
    border-top-color: #FFF8F8;
}

.dh-accordion__header-item {
    display: flex;
    padding: 20px 8px 20px 14px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 16px;
    transition: padding 0.3s ease;
}

.dh-accordion__item.active .dh-accordion__header-item {
    padding-bottom: 18px;
}

/* Contenedor para el icono y el título */
.dh-accordion__header-item-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dh-accordion__item.active {
    display: flex;
    padding: 0px 0px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF8F8;
    border-bottom: none;
}

.dh-accordion__content {
    display: none;
    padding: 10px 14px;
    height: 0;
    opacity: 0;
    transition: height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    overflow: hidden;
}

.dh-accordion__content p {
    color: #3C3936;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.dh-accordion__item.active .dh-accordion__content {
    display: block;
    height: auto;
    opacity: 1;
    padding: 10px 16px;
}

.dh-accordion__item.active .dh-accordion__arrow {
    display: none;
}

.dh-accordion__arrow {
    margin-left: auto;
}

.dh-accordion__item-title {
    color: #E20E18;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
}

@media (max-width: 992px) {
    .dh-accordion__item-title {
        font-size: 18px;
    }

    .dh-accordion__header-item-content {
        gap: 10px;
    }

    .dh-accordion__content {
        position: relative;
        width: 100%;
        padding: 10px 14px;
    }

    .dh-accordion__item.active .dh-accordion__content {
        position: relative;
        width: 100%;
    }
}

.dh-accordion__content-image {
    display: none;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .dh-accordion__images {
        display: none;
    }

    .dh-accordion__content-image {
        display: block;
    }
}

.dh-clients {
    width: 100%;
    background-color: white;
}

.dh-clients__container {
    display: flex;
    max-width: 1440px;
    padding: clamp(40px, 5vw, 80px) clamp(16px, 6vw, 100px);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto;
}

.dh-clients__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(12px, 2vw, 25px);
}

.dh-clients__columns {
    display: flex;
    width: 100%;
    gap: 20px;
    /*margin-top: 40px;*/
}

@media (max-width: 768px) {
    .dh-clients__container {
        padding: clamp(40px, 5vw, 60px) clamp(16px, 6vw, 40px);
        align-self: stretch;
    }

    .dh-clients__columns {
        flex-direction: column;
        gap: 16px;
        margin-top: 20px;
    }
}

.dh-clients__title {
    color: #E20E18;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
    width: 100%;
}

.dh-clients__logos {
    width: 100%;
    padding: 0px 0;
    position: relative;
}

.dh-clients__logos::before,
.dh-clients__logos::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.dh-clients__logos::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.dh-clients__logos::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.dh-clients__logos .swiper-wrapper {
    transition-timing-function: linear;
}

.dh-clients__logos .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
}

.dh-clients__logos .swiper-slide img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .dh-clients__logos .swiper-slide img {
        height: 47px;
    }
}

.dh-clients__column {
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 10px;
    background: #FFF8F8;
}

@media (max-width: 768px) {
    .dh-clients__columns {
        flex-direction: column;
        gap: 16px;
        margin-top: 20px;
    }

    .dh-clients__column {
        padding: 20px;
        align-self: stretch;
        flex: none;
    }
}

.dh-clients__column p:first-child {
    color: #E20E18;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .dh-clients__column p:first-child {
        font-size: 60px;
    }
}

.dh-clients__column p:last-child {
    color: #585857;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    margin-top: 16px;
}

.dh-plans {
    width: 100%;
    background-color: white;
}

.dh-plans__container {
    display: flex;
    max-width: 1440px;
    padding: clamp(40px, 5vw, 80px) clamp(16px, 6vw, 100px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(30px, 4vw, 60px);
    margin: 0 auto;
}

.dh-plans__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(12px, 2vw, 25px);
}

.dh-plans__columns {
    display: flex;
    width: 100%;
    gap: clamp(20px, 3vw, 40px);
    justify-content: center;
}

@media (max-width: 768px) {
    .dh-plans__container {
        padding: clamp(40px, 5vw, 60px) clamp(16px, 6vw, 40px);
    }

    .dh-plans__columns {
        flex-direction: column;
        gap: clamp(20px, 3vw, 40px);
    }
}

.dh-plans__banner {
    display: flex;
    width: 100%;
    padding: 40px;
    align-items: center;
    gap: 40px;
    border-radius: 10px;
   
}

.dh-plans__banner-image {
    flex: 0 0 auto;
    width: auto;
    height: 213px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dh-plans__banner-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex: 1;
    background: var(--medium-red, rgba(226, 14, 24, 0.10));
    border-radius: 10px;
    height: 180px;
    padding-right: 60px;
}

.dh-plans__banner-content-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 620px;
    flex-shrink: 1;
}

.dh-plans__banner-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #E20E18;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.dh-plans__banner-tag::before,
.dh-wins__ebook-tag::before {
    content: '';
    display: block;
    width: 12.747px;
    height: 1.159px;
    border-radius: 17.382px;
    background: #E20E18;
}

.dh-plans__banner-tag::after,
.dh-wins__ebook-tag::after {
    content: '';
    display: none;
    width: 12.747px;
    height: 1.159px;
    border-radius: 17.382px;
    background: #E20E18;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .dh-plans__banner-tag,
    .dh-wins__ebook-tag {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .dh-plans__banner-tag::before,
    .dh-wins__ebook-tag::before {
        display: none;
    }

    .dh-plans__banner-tag::after,
    .dh-wins__ebook-tag::after {
        display: block;
    }
}

.dh-plans__banner-title {
    color: var(--Red, #E20E18);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.dh-plans__banner-description {
    color: var(--Red, #E20E18);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.dh-plans__banner-button {
    display: flex;
    min-width: 200px;
    padding: 0px 25px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #E20E18;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    border: 1px solid #E20E18;
    border-radius: 100px;
    background: transparent;
    flex-shrink: 0;
}

.dh-plans__banner-button:hover {
    display: inline-flex;
    min-width: 200px;
    padding: 18px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #E20E18;
    color: white;
}

@media (max-width: 992px) {
    .dh-plans__container {
        /*padding: 40px 16px;
        gap: 40px;*/
    }

    .dh-plans__banner {
        flex-direction: column;
        padding: 24px;
        gap: 24px;
        text-align: center;
    }

    .dh-plans__banner-image {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .dh-plans__banner-content {
        flex-direction: column;
        padding: 0px;
        gap: 24px;
        height: auto;
        align-items: flex-start;
    }

    .dh-plans__banner-content-text {
        align-items: flex-start;
        text-align: left;
        max-width: 100%;
        padding: 6px 20px 0px 20px;
    }

    .dh-plans__banner-button {
        align-self: flex-start;
        width: 80%;
        margin-left: 20px;
        margin-bottom: 30px;
    }

    .dh-plans__banner-title {
        font-size: 22px;
    }
}

.dh-wins {
    width: 100%;
    background-color: white;
}

.dh-wins__container {
    display: flex;
    max-width: 1440px;
    padding: clamp(40px, 5vw, 80px) clamp(16px, 6vw, 100px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(30px, 4vw, 60px);
    margin: 0 auto;
}

.dh-wins__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(12px, 2vw, 25px);
}

.dh-wins__title {
    color: #E20E18;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.dh-wins__description {
    color: #3C3936;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
    max-width: 800px;
}

@media (max-width: 992px) {
    .dh-wins__container {
        padding: clamp(40px, 5vw, 60px) clamp(16px, 6vw, 40px);
    }

    .dh-wins__title {
        font-size: 28px;
    }

    .dh-wins__ebook-title {
        font-size: 22px !important;
    }
}

.dh-wins__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 3vw, 40px);
    width: 100%;
}

.dh-wins__item {
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    background: #FFF8F8;
    border-radius: 10px;
}

.dh-wins__item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.dh-wins__item-title {
    color: #E20E18;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

@media (max-width: 768px) {
    .dh-wins__grid {
        grid-template-columns: 1fr;
    }

    .dh-wins__item {
        padding: 24px;
    }

    .dh-wins__item-title {
        font-size: 20px;
    }
}

.dh-wins__ebook-banner {
    display: flex;
    max-width: 1150px;
    padding: 30px 40px 30px 60px;
    align-items: center;
    gap: 40px;
    border-radius: 10px;
    background: var(--medium-red, rgba(226, 14, 24, 0.10));
    margin: 0 auto;
}

.dh-wins__ebook-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 468px;
   
}

.dh-wins__ebook-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #E20E18;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.dh-wins__ebook-title {
    color: var(--Red, #E20E18);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.dh-wins__ebook-description {
    color: var(--Red, #E20E18);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.dh-wins__ebook-button {
    display: flex;
    min-width: 200px;
    padding: 0px 25px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #E20E18;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    border: 1px solid #E20E18;
    border-radius: 100px;
    background: transparent;
    flex-shrink: 0;
}

.dh-wins__ebook-button img {
    width: 20px;
    height: 20px;
}

.dh-wins__ebook-button:hover {
    display: inline-flex;
    min-width: 200px;
    padding: 18px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #E20E18;
    color: white;
}

.dh-wins__ebook-button:hover img {
    filter: brightness(0) invert(1);
}

.dh-wins__ebook-image img {
    border-radius: 20px;
    width: 100%;
    max-width: 582px;
    height: auto;
}

@media (max-width: 1150px) and (min-width: 769px) {
    .dh-wins__ebook-banner {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .dh-wins__ebook-banner {
        width: 100%;
        flex-direction: column;
        height: auto;
        padding: 24px 24px 0 24px;
        text-align: left;
    }

    .dh-wins__ebook-image {
        margin: -5px -24px;
        width: calc(100% + 48px);
    }

    .dh-wins__ebook-image img {
        width: 100%;
        border-radius: 0 0 10px 10px;
        max-width: none;
    }
    .dh-wins__ebook-content {
        max-width: 100%;
    }
}

.dh-wins__ebook-icon {
    width: 20px;
    height: 20px;
    color: #E20E18;
    transition: none;
}

.dh-wins__ebook-button:hover .dh-wins__ebook-icon {
    color: white;
    transition: none;
}

/*sup {
    font-size: 12px;

}*/
sup {
    font-size: 0.65em;
}
.dh-faqs {
    width: 100%;
    background: #FFF;
}

.dh-faqs__container {
    display: flex;
    max-width: 1440px;
    padding: clamp(40px, 5vw, 80px) clamp(16px, 6vw, 100px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(30px, 4vw, 60px);
    margin: 0 auto;
}

.dh-faqs__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(12px, 2vw, 25px);
}

.dh-faqs__title {
    color: #E20E18;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}

.dh-faqs__description {
    color: #3C3936;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

@media (max-width: 768px) {
    .dh-faqs__container {
        padding: clamp(40px, 5vw, 60px) clamp(16px, 6vw, 40px);
    }

    .dh-faqs__title {
        font-size: 28px;
    }
}
.dh-faqs__content {
    width: 100%;
}

.dh-faqs__item {
    display: flex;
    max-width: 1036px;
    padding: 20px 30px;
    flex-direction: column;
    gap: 16px;
    border-top: 2px solid #FCE7E8;
    border-right: 2px solid #FCE7E8;
    border-left: 2px solid #FCE7E8;
    background: #FFF;
    border-radius: 0;
    margin: 0 auto;
}

.dh-faqs__item:first-child {
    border-radius: 10px 10px 0 0;
}

.dh-faqs__item:last-child {
    border-bottom: 2px solid #FCE7E8;
    border-radius: 0 0 10px 10px;
}

.dh-faqs__item.active {
    background: var(--White-red, #FFF8F8);
    border-top: 2px solid var(--light-red, #FCE7E8);
    border-right: 2px solid var(--light-red, #FCE7E8);
    border-left: 2px solid var(--light-red, #FCE7E8);
}

.dh-faqs__item.active:last-child {
    border-bottom: 2px solid var(--light-red, #FCE7E8);
}

.dh-faqs__item:not(:last-child) {
    border-bottom: none;
    margin-bottom: -2px;
}

.dh-faqs__item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    gap: 16px;
}

.dh-faqs__item-title {
    color: #E20E18;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.dh-faqs__item-content {
    color: #3C3936;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: none;
}

.dh-faqs__item.active .dh-faqs__item-content {
    display: block;
}

.dh-faqs__item.active .dh-faqs__item-icon {
    transform: rotate(180deg);
}

.dh-faqs__item-icon {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .dh-faqs__item {
        width: 100%;
        padding: 16px 20px;
    }

    .dh-faqs__item-title {
        font-size: 18px;
    }
}

.dh-modal .wpcf7-acceptance .wpcf7-list-item-label,
.dh-modal .wpcf7 .legal-text {
    color: #1A1B1B;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dh-modal .wpcf7-acceptance .wpcf7-list-item-label a,
.dh-modal .wpcf7 .legal-text a {
    color: #1A1B1B !important;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.dh-modal .wpcf7-acceptance .wpcf7-list-item,span.wpcf7-list-item-label {
    color: #1A1B1B;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    gap: 8px;
    color: #1A1B1B !important;
}

.dh-modal .wpcf7-acceptance input[type="checkbox"] {
    margin-top: 2px;
}

body.et_pb_button_helper_class .et_pb_button, body.et_pb_button_helper_class .et_pb_module.et_pb_button{
    display: flex;
min-width: 220px;
padding: 0px 25px;
justify-content: center;
align-items: center;
gap: 10px;
height: 48px;
border-radius: 100px;
background: #E20E18;
color: #F9F9F9;
text-align: center;
leading-trim: both;
text-edge: cap;

/* cta -button */
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 26px; /* 162.5% */
}
body.et_pb_button_helper_class .et_pb_button:hover, body.et_pb_button_helper_class .et_pb_module.et_pb_button:hover{
background: #F1464E; 
}
.et_pb_button.et_hover_enabled:hover:after, .et_pb_button.et_pb_hovered:hover:after {
    display: none;
}

.floating-button-container{
display: none;
    
}

.dh-modal__success {
    padding: 8px 20px 36px 20px;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dh-modal__success-title {
    color: #E20E18;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0 0;
    text-align: left;
    padding: 0;
}

.dh-modal__success-description {
    color: #3C3936;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 47px 0;
    text-align: left;
}

.dh-modal__success-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
}

.dh-modal__success-social-text {
    color: #1A1B1B;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.dh-modal__success-social-links {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
}

.dh-modal__success-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34.21px;
    height: 34.21px;
}

.dh-modal__success-social-link img {
    width: 34.21px;
    height: 34.21px;
}

/* Quitamos el borde del elemento anterior al activo */
.dh-accordion__item + .dh-accordion__item.active {
    border-top: none;
}

/* Y quitamos el borde inferior del elemento que está justo antes del activo */
.dh-accordion__item:has(+ .dh-accordion__item.active) {
    border-bottom: none;
}

@media (max-width: 992px) {
    .dh-features__container {
       /* padding: 40px 16px 0px;
        gap: 40px;*/
    }

    .dh-features__header {
        align-items: center;
        gap: 12px;
    }

    .dh-features__title {
        text-align: center;
        font-size: 28px;
    }

    .dh-features__description {
        text-align: center;
    }
}

/* Estilos para los campos del formulario en el modal */
.dh-modal .wpcf7-form p {
    margin: 0 0 16px 0;
    padding: 0;
}

.dh-modal .wpcf7-form p:last-of-type,
.dh-modal .wpcf7-form p:has(.wpcf7-submit) {
    margin-bottom: 0;
}

.dh-modal .wpcf7-form label {
    display: block;
    margin: 0;
    padding: 0;
}

/* Para mantener consistencia en los campos de formulario */
.dh-modal .wpcf7-form input[type="text"],
.dh-modal .wpcf7-form input[type="email"],
.dh-modal .wpcf7-form input[type="tel"],
.dh-modal .wpcf7-form textarea {
    margin: 8px 0 0 0;
    width: 100%;
}

/*.et_secondary_nav_enabled #page-container #top-header {
    display: none;
} */
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 0 !important;
    transition: transform 0.3s ease;
}

#main-header {
    position: fixed;
    width: 100%;
    top: 32px;
    left: 0;
    z-index: 99998;
    transition: all 0.4s ease;
    will-change: transform;
    transform-origin: top;
    background: #fff;
}

#main-header.nav-up {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}

#main-header.nav-down {
    transform: translateY(0);
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu {
    padding: 0 !important;
}

#top-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: all 0.4s ease;
    will-change: transform;
    transform-origin: top;
    background: #fff;
    display: block !important;
    height: 32px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#top-header.nav-up {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}

/* Ajustamos la posición del header principal */
#main-header {
    top: 32px !important;
    transition: all 0.4s ease;
    will-change: transform;
}

/* Eliminamos el padding que se añade por defecto */
#page-container {
    padding-top: 66px !important; /* 80px del main header + 32px del top header */
    transition: padding 0.3s ease;
}

#main-header, #top-header {
    z-index: 99999 !important;
}

@media (max-width: 1024px) {
    .dh-clients__logos .swiper-wrapper {
        align-items: center;
        justify-content: center;
    }
    
    .dh-clients__logos .swiper-slide {
        padding: 0; /* Eliminamos cualquier padding */
        margin: 0; /* Eliminamos cualquier margen */
    }
}

/* Estilos base para el contenido del acordeón */
.dh-accordion__content {
    display: none;
    padding: 10px 14px;
    height: 0;
    opacity: 0;
    transition: height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    overflow: hidden;
}

/* Estilos para cuando el ítem está activo */
.dh-accordion__item.active .dh-accordion__content {
    display: block;
    height: auto;
    opacity: 1;
    padding: 0px 16px;
}

/* Animación para el slideDown */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Aplicar la animación al contenido del acordeón cuando se abre */
.dh-accordion__item.active .dh-accordion__content {
    animation: slideDown 0.3s ease forwards;
}

/* Estilos para inputs con error - excluyendo checkbox */
.dh-modal .wpcf7-form input[type="text"].wpcf7-not-valid,
.dh-modal .wpcf7-form input[type="email"].wpcf7-not-valid,
.dh-modal .wpcf7-form input[type="tel"].wpcf7-not-valid,
.dh-modal .wpcf7-form textarea.wpcf7-not-valid {
    border-radius: 4px !important;
    border: 1px solid #FFF8F8 !important;
    opacity: 0.83;
    background: rgba(226, 14, 24, 0.10) !important;
    color: rgba(226, 14, 24, 0.60) !important;
    font-family: Lato !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 26px !important;
}

/* Actualizar el color del placeholder para inputs con error */
.dh-modal .wpcf7-not-valid::placeholder {
    color: rgba(226, 14, 24, 0.60) !important;
}

/* Actualizar el color cuando el input con error tiene contenido */
.dh-modal .wpcf7-not-valid:not(:placeholder-shown) {
    color: rgba(226, 14, 24, 0.60) !important;
}

/* Estilos para el checkbox */
.dh-modal .wpcf7-form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
    border: 1px solid #E20E18;
    display: flex;
    width: 16px;
    height: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    margin: 0;
}

/* Estilos para el checkbox cuando está marcado */
.dh-modal .wpcf7-form input[type="checkbox"]:checked {
    background: #E20E18;
    border-color: #E20E18;
}

/* Añadir el icono de check cuando está marcado */
.dh-modal .wpcf7-form input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 8.487px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M4.09213 7.08531L1.57909 4.57227L0.5 5.65136L4.09213 9.24349L11.5 1.83562L10.4209 0.756531L4.09213 7.08531Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Contenedor de los checkboxes */
.dh-modal .wpcf7-form .wpcf7-checkbox,
.dh-modal .wpcf7-form .wpcf7-acceptance {
    display: block;
}

/* Cada ítem individual del checkbox */
.dh-modal .wpcf7-form .wpcf7-list-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
}

.dh-modal .wpcf7-form .wpcf7-list-item:last-child {
    margin-bottom: 0;
}

/* El checkbox en sí */
.dh-modal .wpcf7-form input[type="checkbox"] {
    margin-top: 0px;
}

/* El texto del checkbox de aceptación */
.dh-modal .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 12px;
    line-height: 1.4;
    color: #3C3936;
}

.dh-modal .wpcf7-form .wpcf7-acceptance label,
.dh-modal .wpcf7-form label:has(input[type="checkbox"]) {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* Ajustar los párrafos que contienen checkboxes */
.dh-modal .wpcf7-form p:has(.wpcf7-acceptance) {
    margin: 0;
}

/* Aplicar margen solo al primer elemento de aceptación */
.dh-modal .wpcf7-form .wpcf7-acceptance:first-of-type {
    margin-bottom: 8px;
}

/* Asegurarnos que el resto no tienen margen */
.dh-modal .wpcf7-form .wpcf7-acceptance {
    margin: 0;
}

/* Eliminar los br que CF7 genera automáticamente */
.dh-modal .wpcf7-form br {
    display: none;
}

/* Ajustar el margen superior del botón de envío */
.dh-modal .wpcf7-form p:has(.wpcf7-submit) {
    margin-top: 24px;
}

.wpcf7 form.spam .wpcf7-response-output {
    color: #E20E18;
}

@media (max-width: 980px) {
    #et_top_search {
        margin-top: 9px !important;
    }

    #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        margin-top: 0px !important;
    }
}

/* Estilos para el mensaje de error general */
.dh-modal span.wpcf7-not-valid-tip {
    color: #EE4545 !important;
    leading-trim: both;
    text-edge: cap;
    font-family: Lato !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-top: 4px !important;
    display: block !important;
}

/* Ajuste específico para mensajes de error en checkboxes de aceptación */
.dh-modal .wpcf7-acceptance + .wpcf7-not-valid-tip {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.wpcf7-response-output {
    display: none !important;
}

/* Asegurarnos que el contenedor principal deja espacio para ambos headers */
body.et_fixed_nav.et_secondary_nav_enabled #main-content {
    margin-top: 32px;
}

/* Asegurarnos que el top header siempre es visible inicialmente */
body.et_fixed_nav.et_secondary_nav_enabled #top-header {
    position: fixed;
    top: 0;
    display: block !important;
}

.dh-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px;
    background: white;
    padding: 32px 0;
    border-radius: 16px;
}

.dh-benefits__item {
    display: flex;
    flex-direction: column;
    background: var(--white-red, #FFF8F8);
    padding: 30px;

}

.dh-benefits__icon {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(226, 14, 24, 0.05);
}

.dh-benefits__icon img {
    width: 48px;
    height: 48px;
    display: block;
}

.dh-benefits__title {
    color: #E20E18;
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* H4 */
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Responsive para tablet */
@media (max-width: 900px) {
    .dh-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

/* Responsive para móvil */
@media (max-width: 600px) {
    .dh-benefits__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px 0;
    }
    .dh-benefits__item {
        padding: 16px 4px;
    }
}

.dh-hero__features-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.dh-hero__feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.dh-hero__feature-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.dh-hero__feature-title {
    color: #1A1B1B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.2px;
}

.dh-hero__feature-desc {
    color: #1A1B1B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.2px;
}

.dh-hero__limited-seats {
    color: #E20E18;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    height: 48px;
    margin-left: 0;
}

@media (max-width: 992px) {
  .dh-hero__limited-seats {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-top: 8px;
    height: auto;
  }
}

.dh-event-wins-bar {
    display: flex;
    padding: 24px 100px;
    justify-content: space-between;
    align-items: center;
    background: #FAF9F9;
    width: 100%;
    gap: 40px;
}

.dh-event-wins-bar__title {
    color: #E20E18;
    text-align: center;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    white-space: nowrap;
}

.dh-event-wins-bar__wins {
    display: flex;
    align-items: center;
    gap: 30px;
}

.dh-event-wins-bar__win {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1A1B1B;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.dh-event-wins-bar__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.dh-event-wins-bar__separator {
    width: 1px;
    height: 48px;
    background: #E20E18;
    margin: 0 15px;
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .dh-event-wins-bar__container {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
        gap: 20px;
    }
    .dh-event-wins-bar__title {
        font-size: 28px;
        margin-bottom: 12px;
        text-align: left;
    }
    .dh-event-wins-bar__wins {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        align-items: flex-start;
    }
    .dh-event-wins-bar__separator {
        display: block;
        width: 100%;
        height: 1px;
        background: #E20E18;
        margin: 12px 0;
    }
}

.dh-hero__features-text--mobile { display: none; }
.dh-hero__features-text--desktop { display: flex; }

@media (max-width: 992px) {
  .dh-hero__features-text--desktop { display: none !important; }
  .dh-hero__features-text--mobile { display: flex !important; flex-direction: column; gap: 8px; margin-bottom: 0; width: 100%; }
}

.dh-event-wins-bar__win span {
    color: #1A1B1B;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* leading-trim y text-edge no son estándar, pero los dejamos como comentario */
    /* leading-trim: both; */
    /* text-edge: cap; */
}

.dh-agenda {
    display: flex;
    padding: 60px 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    align-self: stretch;
    width: 100%;
    background: #fff;
}
.dh-agenda__container {
    display: flex;
    width: 100%;
    max-width: 1440px;
    gap: 60px;
    justify-content: center;
    align-items: flex-start;
}
.dh-agenda__col {
    display: flex;
    flex-direction: column;
}
.dh-agenda__col--left {
    min-width: 320px;
    max-width: 340px;
    flex: 0 0 340px;
  gap: 12px;
}
.dh-agenda__title {
    color: #E20E18;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.dh-agenda__desc {
    color: #1A1B1B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.2px;
    margin: 0px;
    padding: 0;
}
.dh-agenda__info-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.dh-agenda__info-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dh-agenda__icon {
   
    flex-shrink: 0;
    margin-top: 0px;
}
.dh-agenda__info-location,.dh-agenda__info-time {
    color: #E20E18;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.dh-agenda__info-location-group {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.dh-agenda__info-link {
    color: #E20E18;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 2px;
}
.dh-agenda__col--right {
    flex: 1 1 0%;
    min-width: 0;
}
@media (max-width: 1100px) {
    .dh-agenda {
        padding: 40px 16px;
        gap: 40px;
    }
    .dh-agenda__container {
        flex-direction: column;
        gap: 40px;
        align-items: stretch;
    }
    .dh-agenda__col--left {
        max-width: 100%;
        flex: none;
        min-width: 0;
    }
}

.dh-event-wins-bar {
    width: 100%;
    background: #FAF9F9;
    padding: 24px 0;
}

.dh-event-wins-bar__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    width: 100%;
}

@media (max-width: 900px) {
    .dh-event-wins-bar__container {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
        gap: 20px;
    }
}

@media (max-width: 992px) {
  .dh-hero__container {
    flex-direction: column;
  }
  .dh-hero__content {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
  .dh-hero__image {
    order: 2;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }
  .dh-hero__buttons {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 12px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .dh-hero__button {
    width: auto;
    min-width: 0;
    flex: 0 0 auto;
  }
  .dh-hero__limited-seats {
    margin-left: 12px;
    margin-top: 0;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
  }
  .dh-hero__features-text {
    order: 3;
    width: 100%;
    margin-bottom: 0;
  }
}

.dh-agenda__schedule {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(226, 14, 24, 0.03);
}

.dh-agenda__schedule-header {
  display: flex;
  padding: 10px 30px;
  align-items: center;
  gap: 30px;
  border-radius: 20px 20px 0 0;
  background: rgba(226, 14, 24, 0.05);
  font-weight: 700;
  color: #E20E18;
  font-size: 18px;
}

.dh-agenda__schedule-row {
  display: flex;
  padding: 12px 30px;
  align-items: center;
  gap: 30px;
  border-bottom: 2px solid var(--Light-red, #FCE7E8);
}

.dh-agenda__schedule-row:last-child {
  border-bottom: 2px solid var(--Light-red, #FCE7E8);
}

.dh-agenda__schedule-header .dh-agenda__schedule-hour {
  min-width: 110px;
  
  flex-shrink: 0;
  text-align: left;
  color: var(--Red, #E20E18);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Lato;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: normal;
}
.dh-agenda__schedule-hour {
    color: var(--black, #262D36);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Lato;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.dh-agenda__schedule-activity {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--Red, #E20E18);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Lato;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: normal;
}

.dh-agenda__schedule-title {
  color: #E20E18;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 2px;
}

.dh-agenda__schedule-title.destacado {

  color: var(--Red, #E20E18);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Lato;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.dh-agenda__schedule-desc {
    color: var(--black, #262D36);
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* Párrafo */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.2px; /* 132.5% */
}

@media (max-width: 700px) {
  .dh-agenda__schedule-header,
  .dh-agenda__schedule-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 14px 12px;
  }
  .dh-agenda__schedule-hour {
    min-width: unset;
    font-size: 15px;
  }
  .dh-agenda__schedule-title,
  .dh-agenda__schedule-title.destacado {
    font-size: 15px;
  }
  .dh-agenda__schedule-desc {
    font-size: 14px;
  }
}

.dh-event-partners {
    display: flex;
    padding: 40px 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    align-self: stretch;
}
.dh-event-partners__logos {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dh-event-partners__title {
    color: #E20E18;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dh-event-partners__logo {
    max-height: 67px;
    width: auto;
    object-fit: contain;
}

/* Nueva sección de beneficios */
.dh-benefits {
    display: flex;
    padding: clamp(30px, 5vw, 60px) clamp(20px, 3vw, 100px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    align-self: stretch;
    background: var(--white-red, #FFF8F8);
}

.dh-benefits__container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(50px, 6vw, 80px);
}

.dh-benefits__top {
    display: flex;
    justify-content: space-between;
    gap: clamp(24px, 4vw, 60px);
    padding-bottom: clamp(24px, 4vw, 40px);
}
@media (max-width: 768px) {
    .dh-benefits__top {
        flex-direction: column;
    }
}

.dh-benefits__left {
    flex: 0 0 30%;
}

.dh-benefits__right {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.dh-benefits__title {
    color: #E20E18;
    font-feature-settings: 'liga' off, 'clig' off;
    padding-bottom: 25px;
    /* H2 */
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.dh-benefits__description {
    color: #585857;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dh-benefits__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dh-benefits__list li {
    color: #1A1B1B;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-left: 32px;
    position: relative;
}

.dh-benefits__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url('<?php echo get_stylesheet_directory_uri(); ?>/img/cuadrantes-dh/Icon/checklist-light.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dh-benefits__list li span {
    color: #1A1B1B;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.dh-benefits__list li b {
    font-weight: 600;
}

.dh-benefits__bottom {
    text-align: center;
}

.dh-benefits__speakers-title {
    color: #E20E18;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 16px;
}

.dh-benefits__speakers-description {
    color: #3C3936;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
    max-width: 770px;
    margin: 0 auto;
}

.dh-benefits__speaker-bio-wrapper {
    display: flex;
    flex-direction: column;
}

.dh-benefits__speakers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(20px, 4vw, 40px);
    margin-top: 40px;
}
@media (max-width: 1100px) {
  .dh-benefits__speakers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .dh-benefits__speakers-grid {
    grid-template-columns: 1fr;
  }
}

.dh-benefits__speaker-card {
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    flex: 1 0 300px;
    max-width: 386px;

}

@media (min-width: 1200px) {
    .dh-benefits__speaker-card {
        flex: 0 0 calc(33.333% - 16px);
    }
}

.dh-benefits__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px;
    margin: 0px;
    background: var(--white-red, #FFF8F8);
    border-radius: 8px;
}
.dh-benefits__item p{
    margin: 0px;
    padding: 0px;
}
.dh-benefits__item p:first-child {
    color: #E20E18;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
}

.dh-benefits__item .separator {
    position: relative;
    width: 2px;
    height: 19px;
    border: 0.187px solid #E20E18;
    background: #E20E18;
    transform: rotate(90deg);
    transform-origin: left center;
    left: 10px;
    margin: -6px 0;
}

.dh-benefits__item p:nth-child(3) {
    color: #E20E18;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.dh-benefits__item p:nth-child(4) {
    color: #585857;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* Estilos para la sección de speakers */
.dh-benefits__speakers {
    margin-top: 40px;
    width: 100%;
}

.dh-benefits__speaker-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
   
    align-self: stretch;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
   
}

.dh-benefits__speaker-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.dh-benefits__speaker-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
 
    gap: 20px;
    padding: clamp(20px, 4vw, 30px);
    align-self: stretch;
    border-radius: 0px 0px 20px 20px;
    border: 3px solid #FCE7E8;
    border-top: none;
}

.dh-benefits__speaker-card h3 {
    color: #E20E18;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    align-self: flex-start;
    text-align: left;
}
p.dh-benefits__speaker-card-content-p{
    color: #E20E18 !important;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Lato;
font-size: 14px !important;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.dh-benefits__speaker-card p {
    overflow: hidden;
    color: #1A1B1B;
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    margin: 0;
    text-align: left;
    /* Parrafo cards */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dh-benefits__speaker-card a {
    color: #E20E18;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
    align-self: flex-start;
}


   .dh-benefits__speakers .swiper-wrapper {
        display: flex;

      
    }
    
    .dh-benefits__speakers .swiper-slide {
        width: calc((100% - 48px) / 3) !important;
    }
    
    .dh-benefits__speakers .swiper-pagination {
        display: none;
    }


@media (max-width: 768px) {
    .dh-benefits__speakers .swiper-slide {
        width: calc((100% - 24px) / 2) !important;
    }
}

@media (max-width: 480px) {
    .dh-benefits__speakers .swiper-slide {
        width: 100% !important;
    }

.dh-benefits__right {

    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
}

.dh-oradores{
    display: flex;
    padding: clamp(30px, 5vw, 60px) clamp(20px, 3vw, 100px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(40px, 8vw, 80px);
    align-self: stretch;
    background: #FFF;
}
.dh-benefits__speaker-bio-extra {
    display: none;
    transition: max-height 0.3s;
}
.dh-benefits__speaker-bio.expanded .dh-benefits__speaker-bio-extra {
    display: block;
}

a.dh-benefits__speaker-bio-toggle {
margin-top: 12px;
}

.dh-benefits__speaker-bio-paragraph {
    margin-bottom: 12px;
}
.dh-benefits__speaker-bio > .dh-benefits__speaker-bio-paragraph:last-child,
.dh-benefits__speaker-bio-extra > .dh-benefits__speaker-bio-paragraph:last-child {
    margin-bottom: 0;
}

.dh-benefits__speaker-bio-extra > .dh-benefits__speaker-bio-paragraph:first-child {
    margin-top: 12px;
}
/* Por defecto, ocultar el contador mobile y mostrar el de desktop */
.dh-sticky-bar__countdown.mobile {
    display: none !important;
  }
  .dh-sticky-bar__countdown.desktop {
    display: flex !important;
  }
  
  /* En pantallas pequeñas, mostrar el contador mobile y ocultar el de desktop */
  @media (max-width: 768px) {
    .dh-sticky-bar__countdown.mobile {
      display: flex !important;
    }
    .dh-sticky-bar__countdown.desktop {
      display: none !important;
    }
  }

.dh-agenda__schedule-header.desktop {
    display: flex;
}

.dh-agenda__schedule-header.mobile {
    display: none;
}

@media (max-width: 700px) {
    .dh-agenda__schedule-header.desktop {
        display: none;
    }
    
    .dh-agenda__schedule-header.mobile {
        display: flex;
    }
}

@media (max-width: 600px) {
    .dh-benefits__speakers-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        justify-items: center;
        max-width: 400px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .dh-benefits__speaker-card {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .dh-sticky-bar__title {
        color: var(--Red, #E20E18);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
    }
    .dh-sticky-bar__countdown.mobile {
        gap: 2px;
    }
    .dh-sticky-bar__countdown-number {
        color: var(--Red, #E20E18);
text-align: center;
font-family: Lato;
font-size: 19.725px;
font-style: normal;
font-weight: 900;
line-height: normal;
    }
    .dh-sticky-bar__button {
width: 100%;
max-width: 250px;
    }
    .dh-sticky-bar__countdown-sep {
        margin: 0px;
    }
    .dh-sticky-bar__countdown-item {
        /*align-items: flex-start;*/
        min-width: auto;
    }
    .dh-sticky-bar__container {
        align-items: center;
        gap: 20px;
    }
    .dh-sticky-bar__countdown {
        align-items: flex-start;
    }
    .dh-sticky-bar__info {
        gap: 8px;
    }
}

.dh-map {
    width: 100%;
    background-color: #FFF;
}

.dh-map__container {
    display: flex;
    margin: 0 auto;
    padding: 0;
}

.dh-map__col {
    flex: 1;
}

.dh-map__col--left {
    
}

.dh-map__image-d {
    width: 100%;
    height: 368px;
    object-fit: cover;
    display: block;
}

.dh-map__image-m {
    display: none;
    width: 100%;
    height: auto;
}

.dh-map__col--right {
    display: flex;
    padding: 0 85px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    flex: 1 0 0;
    align-self: stretch;
    background-color: #f9f9f9;
}

.dh-map__info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

@media (max-width: 992px) {
    .dh-map__container {
        flex-direction: column;
    }

    .dh-map__col--left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dh-map__image-d {
        display: none;
    }

    .dh-map__image-m {
        display: block;
        height: 368px;
        object-fit: cover;
    }

    .dh-map__col--right {
        padding: 40px 20px;
    }
}

@media (max-width: 768px) {
    .dh-map__container {
        padding: 0;
    }

    .dh-map__col--right {
        padding: 30px 20px;
    }

    .dh-map__image-m {
        height: 280px;
    }
}

.dh-map__location span {
    color: #E20E18;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dh-map__address {
    color: #1A1B1B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    max-width: 500px;
}

.dh-map__directions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #E20E18;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.dh-map__directions:hover {
    opacity: 0.8;
}

.dh-map__directions svg {
    transition: transform 0.3s ease;
}

.dh-map__directions:hover svg {
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .dh-map__address {
        font-size: 28px;
    }
}

.dh-map__location {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dh-map__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
