/* Estilos globales */
:root {
    --primary-color: #0198a9;
    --primary-color-dark: #006663;
    --primary-color-light: #338582;
    ---secundary-color: #016a76;
    --tertiary-color: #e6797f;
    --quartary-color: #f8f8f8;
    --white-color: #ffffff;
    --black-color: #000000;
    --gray-color: #555555;
    --text-color: #464646;
  }

@media (min-width: 769px) and (max-width: 991px) {

    .mt-20 {
      margin-top: 15rem ;
    }

    #div-zonas li {
      padding: 5px;
      width: 100%!important;
    }
  }