@charset "UTF-8";

/* -------------------------------------------- */
/* ------------------Reset--------------------- */

/* -------------------------------------------- */
/* ------------------Font---------------------- */

/*Add your font at here*/

/* -------------------------------------------- */
/* ------------------Style--------------------- */

/* -------------------------------------------- */
/* ------------------Header-------------------- */

/* -------------------------------------------- */
/* ------------------Navigation---------------- */

/* -------------------------------------------- */
/* ------------------Content------------------- */

/* -------------------------------------------- */
/* ------------------Footer-------------------- */

/* -------------------------------------------- */
/* ------------------Components-----------------*/
@media only screen and (max-width: 1650px) {
    div.botonera  > div:first-of-type  > div.tarjetasColumnasEscribano{
      flex-direction: column;
      margin-left: 20px;
      margin-right: 20px;
    }
    div.botonera  > div:first-of-type  > div.tarjetasColumnasEscribano > div:nth-child(-n + 3){
      margin: 0 !important;
      width: 100%;
    } 
}
