.fa-solid.fa-circle-check {
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #f88e2b;
}

#loginRegister-Btn,
#loginRegister-BtnMob,
/* #footer-login-btn, */
.fas.fa-search.tooltip,
.fas.fa-globe.tooltip {
  padding: 1rem 1.5rem;
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #1a3775;
  color: #fff;
  text-align: center;
  padding: 7.5px 15px 7.5px 15px;
  border-radius: 6px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  font-family: 'Trenda', sans-serif;
  width: max-content;
}

.tooltip .tooltiptext.toolt1,
.tooltip .tooltiptext.toolt2,
.tooltip .tooltiptext.toolt3 {
  position: absolute;
}

.tooltip .tooltiptext.toolt2 {
  position: absolute;
  z-index: 1;
  bottom: 90%;
  left: -50%;
}

.tooltip .tooltiptext.toolt3 {
  position: absolute;
  z-index: 1;
  bottom: 90%;
  left: -110%;
}

#loginRegister-Btn,
/* #loginRegister-BtnMob, */
#footer-login-btn,
.fas.fa-search.tooltip,
.fas.fa-globe.tooltip {
  border-color: transparent;
}

.country {
  border-radius: 1.5rem;
  max-width: 650px;
  max-height: 500px;
  overflow-y: scroll;
  width: 56%;
  margin: 10rem auto;
  padding: 0 1.5rem;
  padding-bottom: 3rem;

  border: 2px solid #1a3775;
  background: rgba(255, 255, 255);
}

/* .country-list {
  display: flex;
  flex-wrap: wrap;
} */

.country-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.country-title {
  font-weight: bold;
  font-size: 32px;
  width: max-content;
  margin: 0 auto;
  padding-top: 3%;
  padding-bottom: 3%;
}

.options-country:hover {
  background: rgba(255, 255, 255, 0.7);
}

/* .options-country {
  width: 100%;
  padding: 15px 0 15px 0px;
  list-style: none;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: flex;
  gap: 2%;
  align-items: center;
  flex-basis: calc(
    33.33% - 10px
  ); 
  flex-grow: 1;
  margin: 5px;
} */

.options-country {
  /* border: 2px solid red; */
  padding: 15px 0 15px 0px;
  list-style: none;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: flex;
  gap: 2%;
  align-items: center;
}

.options-country img {
  width: 25px;
  height: 15px;
  position: static;
}

.options-country p {
  width: max-content;
  line-height: 18px;
}

.options-country.prov {
  width: max-content;
  line-height: 18px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 935px) {
  .country-title {
    font-size: 17px;
  }

  .country-list {
    display: flex;
    flex-wrap: wrap;
  }

  .options-country {
    width: 100%;
    padding: 15px 0 15px 0px;
    list-style: none;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    display: flex;
    gap: 2%;
    align-items: center;
    /* flex-basis: calc(
    33.33% - 10px
  );  */
    flex-basis: 45%;
    flex-grow: 1;
    margin: 5px;
  }
}

@media (max-width: 700px) {
  .container-phone {
    border: 2px solid;
  }

  .restaurant-description {
    display: flex;
    gap: 1.5rem;
    padding-bottom: 3.5rem;
    border-bottom: none;
  }

  .area-card-content-2 {
    flex-direction: row;
  }

  .area-card-slider-2.border-gray {
    width: 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .area-card-description {
    width: 50%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .area-card-description {
    padding: 1rem;
  }

  .area-card-header-title > h1 {
    margin-top: 0;
  }

  .area-card .swiper > div > div > a {
    display: block;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
  }

  .area-card .swiper-slide img {
    height: auto;
    width: 100%;
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  .area-card-header {
    height: auto;
  }

  .area-card-header-title > h1 {
    font-size: 14px;
    margin-bottom: 0;
  }

  .area-card-body-multi {
    height: fit-content;
    margin-top: 0;
  }

  .area-card-body p {
    font-size: 12px;
  }

  .price-new {
    font-size: 16px;
    padding-bottom: 5%;
  }

  .carrusel__contenedor__boton-anterior i,
  .carrusel__contenedor__boton-siquiente i {
    color: #00c1de;
    font-weight: bold;
    font-size: 25px;
  }

  .area-card-content-2
    > .area-card-description.area-card-description-multi
    > .area-card-footer.area-card-footer-multi {
    width: 100%;
  }

  .button-comp {
    display: block;
    width: 100px;
    font-size: 15px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    margin-top: 3rem;
    background-color: #1a3775;
    color: white;
    min-width: 0px;
    min-height: 35px;
    cursor: pointer;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
  }
}
