.roaming {
  background-color: #f7f7f7;
  padding-bottom: 60px;
}
.roaming_content {
  background-color: #fff;
  margin-top: 12px;
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 3px #888;
}
.roaming_content-suscripcion {
  padding: 30px;
  margin-bottom: 35px;
}
.roaming_title {
  color: var(--primary);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}
.roaming_subTitle {
  color: var(--gray);
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.roaming_opciones {
  display: flex;
  gap: 30px;
}
.roaming_img {
  display: block;
  width: 100%;
}
.roaming_parrafo {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.roaming_parrafo strong {
  font-weight: 700;
}
.roaming_card {
  margin-bottom: 30px;
}
.roaming_content_grid {
  display: grid;
  grid-template-columns: 250px repeat(5, 1fr);
  border: 1px solid #ccc;
  height: 109px;
  place-content: center;
  justify-items: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
}
.roaming_content_grid .roaming_flex {
  margin: 0 8px;
  flex-wrap: nowrap;
}
.roaming_content_grid a {
  font-size: 14px;
  line-height: 15px;
  color: #006cd8;
}
.roaming_content_grid .icon-internet {
  color: #ff9f00;
  font-size: 20px;
  align-self: center;
}
.roaming_gridSmall {
  font-size: 14px;
  color: #7f7f7f;
}
.roaming_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 8px;
  color: #191919;
}
.roaming_flex h6 {
  font-size: 18px;
  line-height: 20px;
}
.roaming_flex h5 {
  font-size: 20px;
}
.roaming_flex .roaming_price {
  font-size: 30px;
}
.roaming_content_grid .roaming_comprar {
  width: 80%;
  display: block;
  background-color: #006cd8;
  border-color: #006cd8;
  color: white;
  text-align: center;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.roaming_sms {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #ebedf3;
  padding: 4px 6px;
  margin-top: 4px;
}
.roaming_sms span {
  color: #18265a;
  font-size: 14px;
  line-height: 14px;
}
.w-80 {
  width: 80%;
}
.roaming_cambioDestino {
  align-self: flex-start;
  margin-left: auto;
  display: flex;
  gap: 4px;
  font-size: 14px;
  color: #006cd8;
}
.roaming_imgEEUU {
  margin-top: 20px;
  display: block;
}
.roaming_collapse {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.42857143;
  margin-top: 10px;
}
.roaming_collapse ul {
  border: 1px solid #ccc;
  padding: 15px 15px 15px 25px;
  margin: 0;
}
.roaming_collapse ul li {
  background-image: url(http://www.antel.com.uy/antel-theme/images/antel/flecha-verde.png);
  background-repeat: no-repeat;
  background-position: left 11px;
  padding: 3px 5px 3px 10px;
  list-style: none;
  line-height: 21px;
}
.roaming_collapse strong {
  font-weight: 700;
}
.roaming_collapse p {
  margin-bottom: 10px;
}
.roaming_parrafo a,
.roaming_collapse a {
  font-size: 14px;
}
.roaming_destinoContent {
  display: flex;
  gap: 32px;
  margin-top: 24px;
}
.roaming_destino {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.roaming_destinoImg {
  display: block;
  width: 200px;
  height: auto;
  aspect-ratio: 5 / 3;
  align-self: flex-start;
}
.roaming_destinoGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
  gap: 8px;
}
.roaming_destinoGrid a {
  font-size: 20px;
  line-height: 28px;
  color: #006cd8;
}
.roaming_content select {
  appearance: none;
  background: url(../../img/catalogo/arrow-down.svg) no-repeat;
  background-position: 94% center;
  padding: 12px;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  width: 200px;
  cursor: pointer;
}
.roaming_content select:focus {
  outline: none;
  color: #006cd8;
  box-shadow: 1px 1px 11px 0px #00000026;
  border: 1px solid #006cd8;
  background: url(../../img/catalogo/arrow-up.svg) no-repeat;
  background-position: 94% center;
}
.roaming_content select option {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  color: var(--gray);
}
.roaming_map {
  position: relative;
  width: 100%;
  height: 280px;
  background-image: url(https://tienda.antel.com.uy/form/img/auxi/roaming-mapfull.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.roaming_map.africa {
  background-position: center -566px;
}
.roaming_map.centroamerica {
  background-position: center -1698px;
}
.roaming_map.norteamerica {
  background-position: center -1981px;
}
.roaming_map.sudamerica {
  background-position: center -1415px;
}
.roaming_map.asia {
  background-position: center -849px;
}
.roaming_map.europa {
  background-position: center -283px;
}
.roaming_map.oceania {
  background-position: center -1132px;
}
.roaming_mapLink {
  position: absolute;
  z-index: 1;
  font-size: 0;
}
.roaming_mapLink.africa {
  left: 42%;
  top: 37%;
  width: 24%;
  height: 51%;
}
.roaming_mapLink.centroamerica {
  left: 15%;
  top: 43%;
  width: 19%;
  height: 13%;
}
.roaming_mapLink.norteamerica {
  left: 4%;
  top: 0;
  width: 39%;
  height: 43%;
}
.roaming_mapLink.sudamerica {
  left: 20%;
  bottom: 0;
  width: 17%;
  height: 46%;
}
.roaming_mapLink.asia {
  right: 0;
  top: 5%;
  width: 43%;
  height: 57%;
}
.roaming_mapLink.europa {
  left: 43%;
  top: 5%;
  width: 14%;
  height: 33%;
  z-index: 3;
}
.roaming_mapLink.oceania {
  right: 0;
  bottom: 7%;
  width: 16%;
  height: 31%;
}
.roamingInfoComprar {
  display: none;
  position: absolute;
  z-index: 2;
  background: #eee;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  padding: 5px 10px;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.roamingInfoComprar.show {
  display: flex;
}
.roamingInfoComprar_close {
  position: absolute;
  right: 7px;
  top: 7px;
}
.roamingInfoComprar_close .icon-close {
  font-size: 8px;
  color: #0b72dd;
}
.roamingInfoComprar label {
  font-size: 14px;
  line-height: 34px;
  color: #7f7f7f;
}
.roamingInfoComprar_enviar {
  display: flex;
  gap: 4px;
  align-items: center;
}
.roamingInfoComprar_input {
  display: block;
  width: 110px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.roamingInfoComprar_input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.roamingInfoComprar_enviar a {
  color: white;
  background-color: #006cd8;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}
.roamingInfoComprar_enviar a:hover {
  background-color: #2a407e;
}
.roaming_content_grid.planList {
  grid-template-columns: 1.5fr 2fr 1fr 1fr;
  height: auto;
  gap: 16px;
}
.roaming_content_grid.planList small {
  line-height: 20px;
  padding: 12px 0px;
}
.roaming_list {
  border: 1px solid #ccc;
  padding: 15px 15px 15px 35px;
  list-style: disc;
  font-size: 14px;
  color: var(--gray);
  line-height: 1.42857143;
}
.roaming_list a {
  font-size: 14px;
}
.roaming_label {
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--gray);
  display: flex;
  gap: 8px;
  margin-top: 15px;
  cursor: pointer;
}

.roaming_links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
}

.roaming_link {
  display: flex;
  align-items: center;
  padding: 10px 38px;
  border: 1px solid #006cd8;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #006cd8;
  border-radius: 4px;
  cursor: pointer;
}
.roaming_link:hover {
  color: var(--white);
  background: #006cd8;
}
.roaming_link-confirmar {
  background: var(--secondary);
  color: var(--white);
  border: none;
}
.roaming_priceInfo .roaming_flex {
  margin: 0;
}

@media (max-width: 1200px) {
  .roaming_content_grid {
    grid-template: repeat(2, 1fr) / repeat(3, 1fr);
    row-gap: 8px;
    padding: 15px;
  }
  .w-80 {
    width: 100%;
    text-align: center;
  }
  .roaming_map {
    height: 230px;
    background-size: 100% 1858px;
  }
  .roaming_map.africa {
    background-position: center -469px;
  }
  .roaming_map.centroamerica {
    background-position: center -1407px;
  }
  .roaming_map.norteamerica {
    background-position: center -1641.5px;
  }
  .roaming_map.sudamerica {
    background-position: center -1172.5px;
  }
  .roaming_map.asia {
    background-position: center -703.5px;
  }
  .roaming_map.europa {
    background-position: center -234.5px;
  }
  .roaming_map.oceania {
    background-position: center -938px;
  }
}

@media (max-width: 767px) {
  .roaming {
    background-color: white;
  }
  .roaming_opciones {
    flex-direction: column;
  }
  .roaming_content-suscripcion {
    padding: 0px;
  }
  .roaming_content {
    box-shadow: none;
  }
  .roaming_title {
    font-size: 24px;
  }
  .roaming_subTitle {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .roaming_content_grid {
    grid-template: none / repeat(2, 1fr);
    height: auto;
    row-gap: 16px;
    padding: 15px;
  }
  .roaming_flex,
  .roaming_column {
    grid-column: 1 / -1;
  }
  .roaming_content_grid .roaming_comprar {
    width: 100%;
    grid-column: 1 / -1;
  }
  .roaming_gridSmall,
  .roaming_content_grid a {
    font-size: 12px;
    white-space: nowrap;
    justify-self: flex-start;
    text-align: left;
  }
  .roaming_column {
    width: 100%;
  }
  .roaming_destinoGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .roaming_map {
    background: none;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
  }
  .roaming_map .roaming_mapLink {
    position: initial;
    width: 250px;
    background-color: var(--secondary);
    border-radius: 4px;
    border-color: var(--secondary);
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    color: white;
    text-align: center;
    height: auto;
    z-index: 0;
  }
  .roaming_destinoGrid a {
    font-size: 18px;
    line-height: 20px;
  }
  .roaming_content select {
    width: 160px;
  }
  .roamingInfoComprar {
    bottom: 0;
    top: auto;
    height: auto;
    left: 0;
    right: 0;
    width: 100%;
  }
  .roaming_content_grid.planList {
    grid-template-columns: 1fr 1fr;
  }
  .roaming_content_grid.planList small {
    white-space: wrap;
    padding: 0;
  }
  .roaming_priceInfo {
    grid-column: 1 / -1;
    display: flex;
    align-items: end;
    gap: 6px;
  }
}
@media (max-width: 576px) {
  .roaming_destinoContent {
    flex-direction: column;
  }
  .roaming_destinoImg {
    width: 100%;
  }
  .roaming_content_grid .roaming_flex {
    margin: 0px;
  }
  .roaming_link {
    padding: 10px 12px;
    font-size: 16px;
  }
}
