@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
}
.sitios-locales-main-container {
  width: 93.75%;
  max-width: 1240px;
  margin: 0px auto;
  padding-right: 5px;
  overflow: hidden;
}

.locales-title {
  position: relative;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.3px;
  margin-bottom: 22px;
  padding-left: 26px;
}

.locales-title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 24px;
  background: #2358bf;
  left: 0;
  top: 0;
}
.subtitle {
  font-family: "Roboto", serif;
  font-weight: bold;
  font-size: 18px;
  color: #2a2a2a;
  line-height: 22px;
}

.radio-selector {
  z-index: 9;
  position: relative;
  max-width: 192px;
  padding: 0 20px;
  margin-bottom: 16px;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  background-color: #2358bf;
  -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
}

#radios-menu-btn {
  font-size: 14px;
  line-height: 33px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

#radios-menu-btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}

#radios-menu-btn.open img {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.radios-menu-content {
  list-style-type: none;
  margin: 0;
  padding: 0 16px;
  width: 100%;
  position: absolute;
  top: 33px;
  left: 0;
  display: none;
  background-color: #2358bf;
}

.radios-menu-content:before {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  margin-bottom: 14px;
}

.radios-menu-item {
  padding-bottom: 20px;
}

.radio-selector a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.radio-selector a:hover {
  color: #fff;
  text-decoration: none;
}

/*listado*/
.title-city {
  font-weight: 600;
  font-size: 20px;
  color: #42464b;
  line-height: 26px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin: 0;
}

.title-city a {
  display: block;
  text-transform: uppercase;
  max-width: 155px;
  text-align: center;
  padding: 0 15px;
  text-decoration: none;
  font-size: 11px;
  line-height: 33px;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  color: #2358bf;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}

.title-city a:hover {
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.title-city a i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #2358bf;
  transform: rotate(-45deg);
  border-left: none;
  border-top: none;
  margin-right: 3px;
  vertical-align: middle;
  margin-top: -4px;
}

.title-city a img {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 6px;
}

.city-radio {
  margin-bottom: 11px;
  width: 100%;
  position: relative;
}
.city-link {
  display: table;
  width: 100%;
  height: 100px;
  border: 1px solid #bbb;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0);
  -webkit-animation: all 2s linear;
  animation: all 2s linear;
}
.city-link:hover {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.city-radio a {
  text-decoration: none;
}

.city-radio a:hover {
  text-decoration: none;
}

.radio-logo {
  width: 116px;
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 15px;
}

.radio-logo img {
  max-width: 100px;
  max-height: 70px;
  margin: 0 auto;
  display: inline-block;
}

.radio-info {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #424242;
  padding-right: 44px;
}
.radio-info p {
  display: none;
  margin: 0;
  padding-top: 8px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto Slab", sans-serif;
}

.radio-headline {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #42464b;
  line-height: 17px;
}

.radio-info:after {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
  height: 6px;
  border: 1px solid #2358bf;
  border-left: none;
  border-top: none;
  margin-right: 3px;
  vertical-align: middle;
  content: "";
}

@media only screen and (min-width: 480px) {
  .sitios-locales-main-container {
    width: 100%;
  }

  .title-city a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .sitios-locales-main-container { }

  .uvn-icon-gps:before {
    font-size: 35px;
  }

  .uvn-icon-gps:after {
    left: 5px;
  }

  .locales-title {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -1.08px;
  }

  .title-city {
    font-size: 22px;
    line-height: 26px;
  }

  .radio-info {
    padding-left: 20px;
  }

  .radio-info p {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .sitios-locales-main-container {
    width: 90%;
  }
  .radio-logo {
    width: 218px;
  }

  .radio-logo img {
    min-width: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .sitios-locales-main-container {
    width: 100%;
  }
}
