.dehualdo-hero-widget {
    position: relative;
    min-height: 468px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: black;
}
.dehualdo-hero-widget .inner {
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
}
.dehualdo-hero-widget .images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dehualdo-hero-widget .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dehualdo-hero-widget .text {
    max-width: 929px;
}
.dehualdo-hero-widget .logo {
    order: 2;
    margin-top: auto;
    margin-left: auto;
}
.dehualdo-hero-widget .title {
    color: white;
    font-family: 'Blair ITC';
    font-weight: 400;
    font-size: 60px;
    line-height: 109.00000000000001%;
}
.dehualdo-hero-widget .description {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    margin-top: 24px;
    margin-bottom: 0;
    color: white;
}
.dehualdo-hero-widget .link {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    padding: 12px 22px;
    color: white;
    background: none;
    border: 1px solid white;
    transition: all 0.3s;
    border-radius: 4px;
    text-decoration: none;
    display: flex;
    width: fit-content;
}
.dehualdo-hero-widget .link:hover {
    color: #4A362E;
    background-color: white;
}
.dehualdo-hero-widget .swiper-pagination {
    bottom: 25px;
}
.dehualdo-hero-widget .swiper-pagination .swiper-pagination-bullet {
    background: #EEEEEC;
    margin-left: 6px;
    margin-right: 6px;
    width: 12px;
    height: 12px;
    opacity: 1;
}
.dehualdo-hero-widget .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #767666;
}
.dehualdo-hero-widget .links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.dehualdo-hero-widget .imagotipo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
@media (max-width: 767px) {
    .dehualdo-hero-widget {
        min-height: 512px;
        padding-bottom: 60px;
        align-items: end;
    }
    .dehualdo-hero-widget .swiper-pagination {
        bottom: 20px;
    }
    .dehualdo-hero-widget .title {
        font-size: 40px;
    }
    .dehualdo-hero-widget .inner {
        flex-direction: column;
    }
    .dehualdo-hero-widget .logo {
        order: 0;
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 48px;
        width: 110px;
    }
}
@media (max-width: 500px) {
    .dehualdo-hero-widget .link {
        width: 100%;
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}