@import "../css/resources/variables.css";
@import "../css/resources/style_reset.css";
@import "../css/resources/components.css";

/* --------------
Helpers
-------------- */
div img {
    width: 100%;
}
/* -------------- */

main {
    width: 100%;
}

/* --------------
Avance de Obra Section
-------------- */
.ado-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 160px;
}

.ado-section iframe {
    width: 80%;
    aspect-ratio: 16 / 9;
    border: 0;
    box-shadow: 0px 10px 15px -3px var(--black-shadow);
}
/* -------------- */

/* ---------------------
Media Queries
---------------------- */
@media screen and (max-width: 1024px) {
    .ado-section iframe {
        width: 90%;
    }
}
/* ---------------- */
