.AyuntamientosGovtech {
    background-size: cover;
    min-height: 660px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.4);
    background-blend-mode: color;
    position: relative;
    padding: 50px 0px;
}
.AyuntamientosGovtech video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
}
.AyuntamientosGovtech .text p {
    line-height: 1.2em;
    font-size: 1.375rem;
    font-size: clamp(1.375rem, 1.2307692307692308rem + 0.576923076923077vw, 1.75rem);
    font-weight: 400;
    margin: auto auto 40px;
}
.logo {
    width: auto;
    height: 80px;
}

@media only screen and (max-width: 600px) {
    .AyuntamientosGovtech .text p { width: 90%; }
}

/* IPAD LANDSCAPE */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
    .AyuntamientosGovtech .text p { width: 90%; }
}