.columna1 {
  display: block;
}

.logoFooter {
  display: block;
}

.infoBlockGuayaquil {
  width: 260px;
}

.infoBlockQuito {
  width: 187px;
}

.infoBlockCuenca {
  width: 225px;
}

.imgLogo {
  width: 100%
}

/* .infoBlockAmbato {
  display: block;
} */

@media only screen and (max-width: 1199px) {
  .columna1 {
    display: none !important;
  }

  .infoBlockQuito {
    width: 155px !important;
  }

  .infoBlockCuenca {
    width: 210px !important;
  }

  .infoBlockAmbato {
    width: 195px !important;
  }
}


@media only screen and (max-width: 980px) {
  .columna1 {
    display: none !important;
  }

  .logoFooter {
    display: none !important;
  }

  .infoBlockGuayaquil {
    width: 225px !important;
    font-size: 8px;
  }

  .infoBlockQuito {
    width: 133px !important;
    font-size: 8px;
  }

  .infoBlockCuenca {
    width: 194px !important;
  }

  .infoBlockAmbato {
    width: 195px !important;
  }
}

@media only screen and (max-width: 752px) {
  .logoFooter {
    display: block !important;
  }
  .imgLogo {
    width: 35%;
  }
}

@media only screen and (max-width: 600px) {
  .logoFooter {
    display: block !important;
  }
  .imgLogo {
    width: 45% !important;
  }
}
