/* 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 screen and (min-width: 992px) {
 

  .mt-20 {
    margin-top: 10rem !important;
  }
  #div-zonas li {
    padding: 5px;
    width: 90%;
  }
  /* CONFIGURACIONES GENERALES */

  .slider img{
    max-height: 800px;
    width: 100%;
;
  }
}
