.hero {
    display: flex;
    min-height: 80vh;
    max-height: 1000px;
    padding-left: 70px;
    flex-direction: column;
    justify-content: center;
    background: url("/imagenes/paginas/index/hero.jpg") lightgray 50% / cover
        no-repeat;
}

.caption {
    display: flex;
    width: 800px;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}
.caption-text {
    color: #fff;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

/* servicicos */
.img-servicios {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Encuetnranos */
.encuentranos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    gap: 24px;
    width: 300px;
}

.encuentranos-fachada {
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.encuentranos-fachada img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.encuentranos img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.encuentranos-info {
    max-width: 300px;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}
