@font-face {
  font-family: 'icomoon';
  src:  url('/media/iconos/mapa/icomoon.eot?d3uwpf');
  src:  url('/media/iconos/mapa/icomoon.eot?d3uwpf#iefix') format('embedded-opentype'),
    url('/media/iconos/mapa/icomoon.ttf?d3uwpf') format('truetype'),
    url('/media/iconos/mapa/icomoon.woff?d3uwpf') format('woff'),
    url('/media/iconos/mapa/icomoon.svg?d3uwpf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-america:before {
  content: "\e900";
}
.icon-africa:before {
  content: "\e948";
}
.icon-europa:before {
  content: "\e949";
}
.icon-oriente:before {
  content: "\e94a";
}





.contenedor-mapa {
    height: 746px;
}

.bloque-continente-mapa {
  background-color: rgb(246,246,246);
  height: 224px;
  padding: 20px;
  cursor: pointer;
}

.bloque-continente-mapa-activo {
  background-color: #e40f23;
}


.bloque-continente-mapa p,
.bloque-continente-mapa span {
  pointer-events: none;
}

.bloque-continente-mapa span {
  font-size: 160px;
  color: #c7c8c9 !important;
}

.bloque-continente-mapa-activo p,
.bloque-continente-mapa-activo span {
  color: white !important;
}

#paises-mapa p {
  padding: 1rem 0;
  margin-bottom: 0;
  border-bottom: solid 0.3px #979797;
  cursor: pointer;
}

.pais-mapa-activo {
  font-weight: bold;
}

#delegaciones-mapa p {
  color: #ffffff00 !important;
  padding: 1rem 0;
  margin: 0;
  border-bottom: solid 0.3px #979797;
}

#listado-delegaciones-mapa .accordion-item {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: solid 0.3px #979797;
}

#listado-delegaciones-mapa .accordion-button {
  background-color: unset;
  padding: 1rem 0.2rem;
  font-family: 'Montserrat';
  font-size: 18px;
}

#listado-delegaciones-mapa .accordion-button:not(.collapsed) {
  font-weight: 600;
  color: #e40f23;
}

#listado-delegaciones-mapa .accordion-button.collapsed::after {
  background-image: unset;
  content: "+";
  font-family: Montserrat;
  font-size: 30px;
  color: #e40f23;
  position: relative;
  top: -14px;
  right: 15px;
}

#listado-delegaciones-mapa .accordion-button:not(.collapsed)::after {
  background-image: unset;
  content: "-";
  font-family: Montserrat;
  font-size: 30px;
  color: #e40f23;
  position: relative;
  top: 18px;
  right: 15px;
}

#listado-delegaciones-mapa .tabla-delegaciones thead {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #47494e;
  background-color: #f6f6f6;
}

#listado-delegaciones-mapa .tabla-delegaciones thead tr {
  border-style: hidden;
}

#listado-delegaciones-mapa .tabla-delegaciones tbody td,
#listado-delegaciones-mapa .tabla-delegaciones tbody th {
  border-style: dashed;
  padding: 20px 8px 40px 8px;
}

#listado-delegaciones-mapa .tabla-delegaciones tbody tr:last-child td,
#listado-delegaciones-mapa .tabla-delegaciones tbody tr:last-child th {
  border-bottom-style: hidden;
}

#listado-delegaciones-mapa .tabla-delegaciones th {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.23px;
}

#listado-delegaciones-mapa .tabla-delegaciones tbody td {
  font-size: 13px;
  letter-spacing: -0.22px;
  color: #47494e;
}

@media (max-width: 1300px) {
  .responsive-tabla-delegaciones {
      overflow: hidden;
      overflow-x: scroll;
  }
}

#info-delegacion {
  position: absolute;
  z-index: 10;
  right: 0;
  background: white;
  margin: 55px 42px;
  width: 21%;
  border-radius: 15px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

/* MAPA MOVIL */
@media (max-width: 1199px) {
  #info-delegacion {
    width: 30%;
  }
  
}

#info-delegacion .close-info-delegacion {
  position: absolute;
  right: 0;
  margin: 9px 17px;
  font-size: 18px;
  cursor: pointer;
  color: #47494e;
}

#info-delegacion .titulo-info-delegacion {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.7px;
  padding: 45px 12% 0px 12%;
}

#info-delegacion .bloque-gris-info-delegacion {
  background-color: #f9f9f9;
  margin: 0;
  padding: 18px 32px;
  text-transform: uppercase;
}

#info-delegacion .bloque-gris-info-delegacion p {
  font-size: 11px;
  margin: 0;
}

#info-delegacion .bloque-gris-info-delegacion div {
  font-size: 30px;
  font-weight: 500;
  color: #e40f23;
}

#info-delegacion .contenido-info-delegacion {
  padding: 27px 11% 33px 11%;
}

#info-delegacion .direccion-info-delegacion {
  line-height: 2.14;
}

#info-delegacion .contenido-info-delegacion i {
  color: #e40f23;
}

#reiniciar-mapa {
  position: absolute;
  z-index: 999;
  background: white;
  border-radius: 15px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 4px 8px;
  margin: 21px 21px;
  cursor: pointer;
  visibility: hidden;
}


/* MAPA MOVIL */
@media (max-width: 767px) {
  .contenedor-mapa {
    height: 500px;
  }

  #info-delegacion {
    width: 45%;
  } 
}

@media (max-width: 575px) {
  #info-delegacion {
    width: 90%;
    margin: 5%;
  } 
}