body {
  background-color: #f4f4f4 !important;
}
#content {
  display: flex;
  align-items: center;
  justify-content: center;
}

#selector {
  position: relative;
}

#country-suggestions {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 999;
  display: none;
}

#country-suggestions li {
  padding: 8px 12px;
  cursor: pointer;
}

#country-suggestions li:hover {
  background-color: #f0f0f0;
}

#info {
  display: none;
  width: 420px;
  padding: 25px;
}

.titlePais,
.descripcionPais {
  color: #000000;
}

.titlePais {
  font-size: 18px;
}

.descripcionPais {
  font-size: 16px;
}

.linkPais {
  text-decoration: none;
  color: #fff !important;
  font-weight: 600;
  border-radius: 8px;
  background-color: #74c3d5;
  padding: 12px 36px;
}

.linkPais:hover {
  color: #fff;
  cursor: pointer;
}

svg path {
  fill: #dbdbdb;
  stroke: #fff;
  stroke-width: 1px;
}

a path:hover {
  fill: #a1d683 !important;
}
.flag img {
  max-width: 60px;
}

.text {
  margin-left: 20px;
}

.pais-activo path {
  fill: #a1d683 !important;
}

svg a:focus {
  outline: none;
}

@media (max-width: 768px) {
  #logos {
    flex-direction: column;
  }

  #content {
    flex-direction: column;
  }

  #country-selector {
    border: solid 2px #74c3d5;
    border-radius: 8px;
    padding: 12px 10px;
    font-size: 16px;
    max-width: 328px;
  }

  #selector {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    color: #50535a;
  }
  svg {
    width: 100%;
  }
}
