@import "sections.css";
@import "text.css";
@import "footer.css";
@import "entrance_animation.css";
@import "tarjetas.css";
@import "parallax.css";

/* Para evitar scroll horizontal en mobile */
body {
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

/*REESCRIBIR LAS CLASES PARA IMÁGENES*/
.img-50 {
    display: block;
    width: 50%;
    margin: 2em auto;
}

.img-70 {
    display: block;
    width: 70%;
    margin: 2em auto;
}

/* Para las tablas */
table.table {
    color: var(--azul);
}


.showMoreBtn {
    color: grey;
    text-decoration: none;
    font-size: 0.8em;
}