/* GENERAL */
.scroll-top-custom {
    scroll-margin-top: 120px;
}

.bg-marcoritobrand{
    background-color: #e9e9e9;
}
/* HEADER*/

/* SLIDE */

/* SOBRE NOSOTROS */

/* APLICACIONES */

/* CONTACTO*/

/* FOOTER */

/* LEGAL */

.h2-title-legal{
    font-size: 60px;
    color: white;
}

/* MEDIA QUERY */
@media (max-width: 680px) {

    .h2-title-legal{
        font-size: 8vw;
        color: white;
    }
  }

  @media (max-width: 500px) {
    .custom-title-font-size{
        font-size: 3em !important;
    }
  }
