/* FIX BUG RESPONSIVE OVERLOAD */

/*  */

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

/* .container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
} */

/* .clearfix::after {
  content: '';
  display: table;
  clear: both;
} */

/* @media (max-width: 768px) {
  .container {
    padding: 10px;
  }
} */

/* img {
  max-width: 100%;
  height: auto;
} */

/*  */

.img-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-circle-1,
.hero-circle-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 3s ease-in-out;
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -ms-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
}

.hero-circle-1.active,
.hero-circle-2.active {
  opacity: 1;
}

.hamburquer-menu {
  border: none;
  height: 40px;
  width: 40px;
  display: block;
  padding-right: 10rem;
}

.hamburquer-menu i {
  font-size: 40px;
}

.company-item {
  border: none;
}

.company-item > img {
  width: 100%;
  height: 100%;
}

.company-item.first {
  width: 200px;
}

.company-item.first > img {
  width: 250px;
  height: 100%;
}

.modal {
  display: none; /* Oculto por defecto */
  position: fixed; /* Establecer posición fija */
  z-index: 1; /* Establecer un índice de z alto */
  left: 0;
  top: 0;
  width: 100%; /* Ancho completo */
  height: 100%; /* Altura completa */
  overflow: auto; /* Habilitar desplazamiento si es necesario */
  background-color: rgb(0, 0, 0); /* Color de fondo */
  background-color: rgba(0, 0, 0, 0.4); /* Fondo con opacidad */
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;

  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.margin {
  margin-top: 8%;
}

.region-title {
  width: 100%;
  text-align: left;
}

.card-grid-container {
  margin-top: 5%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.carrusel__contenedor__lista__elemento {
  margin-right: 1%;
}

.carrusel__contenedor__lista__elemento:hover {
  transform: none;
}

.carrusel__contenedor__lista__elemento__imagen {
  width: 100%;
}

.footer-banner {
  margin-top: 0;
}

.center-section {
  max-width: 138rem;
  width: 100%;
  padding: 0 1.5rem 0 1.5rem;
  margin: 0 auto;
  text-align: center;
}

.area-card-5.carrusel-imagenes {
  margin: 0;
  padding: 12rem 0;
}

.company-title {
  text-align: left;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5rem;
}

.articles-card.area-card-data-2.nouvelle {
  margin-left: 1%;
}

.company-layout {
  display: flex;
  flex-wrap: nowrap; /* Evita el ajuste automático en varias filas */
  justify-content: space-between;
  margin-top: 2rem;
  gap: 5rem;
  overflow-x: auto; /* Permite el scroll horizontal si es necesario */
}

.company-item {
  flex: 0 0 auto; /* Los elementos no se encogerán ni crecerán */
  width: max-content;
  box-sizing: border-box; /* Incluye padding y border dentro del tamaño */
  margin: 1rem 0; /* Margen vertical entre ítems */
}

.company-item img {
  width: 100%;
  height: auto;
  display: block;
}

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.search-input {
  width: 600px;
  padding: 1rem;
  font-size: 2rem;
  border: 1px solid #ddd;
  border-radius: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.search-button,
.login-button {
  height: 40px;
  width: 40px;
  margin-left: -4.5rem;
  padding: 0.75rem 1rem;
  background-color: rgb(26, 55, 117);
  color: white;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease-in-out;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.login-button {
  background-color: white;
  color: rgb(26, 55, 117);
}

.search-button i,
.fa-solid.fa-user.login-icon {
  font-size: 2rem;
}

.dash-icon {
  font-size: 2rem;
}

.iracuba-logo {
  height: 2rem;
  width: 2rem;
  padding: 0.75rem 1rem;
  background-color: white;
}

.search-input:focus {
  outline: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border-color: #4285f4;
}

.search-button:hover {
  background-color: #357ae8;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: white;
  margin: 7.5% auto;
  padding: 20px;
  border: none;
  width: 40%;
  border-radius: 2rem;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.region-box {
  margin-top: 0;
  background: white;
}

.link-btn-mobile.nav-links.side-link {
  border: none;
}

.link-btn-mobile.nav-links {
  border: 2px solid;
}

/* filters2 */

.region-box-flex {
  display: flex;
  justify-content: space-between;
}

.region-item {
  margin: 1rem;
}

.region-boton {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown {
  display: none;
  flex-direction: column;
}

.dropdown.active {
  display: flex;
}

.all label,
.all input {
  margin: 0.5rem;
}

/* .region-dropdown {
  margin-top: 1rem;
  cursor: pointer;
  padding: 0.5rem;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.dropdown {
  padding: 1.5rem;
  border: 2px solid #1a3775;
  border-radius: 1.5rem;
  position: absolute;
  top: 4.5rem;
  left: 15rem;
  transform: translateX(-50%);
  width: 35rem;
  background-color: #ffffff;
  display: none;
  z-index: 10;
}

/* filters2 */

.register-btn,
.filter-btn {
  width: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 0.95rem 2rem;
  color: #fff;
  background-color: #f88e2b;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: 400;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 20px;
}

.sidebar-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 36rem;
  z-index: 12;
  height: 100%;
  background-color: #1a3775;
  color: #fff;
  right: -35rem;
  transition: 300ms ease-in;
  padding: 1.5rem 2.5rem;
  right: 0;
  display: none;
  -webkit-transition: 300ms ease-in;
  -moz-transition: 300ms ease-in;
  -ms-transition: 300ms ease-in;
  -o-transition: 300ms ease-in;
}

.side-link {
  text-align: left;
  border: none;
}

.card-grid-container {
  margin-top: 3%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.carrusel__contenedor__lista__elemento__descripcion {
  position: absolute;
  top: 90%;
  left: 48%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: normal;
  color: #f5f5f5;
  font-size: 0.95em;
  line-height: 20px;
  height: 25%;
  width: 90%;
  overflow: auto;
}

.carrusel__contenedor__lista__elemento__texto {
  overflow: hidden;
  position: absolute;
  top: 70%;
  left: 53%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  font-weight: bold;
  line-height: 1.2;
  white-space: normal;
  font-size: 28px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  color: #f5f5f5;
  height: 15%;
  width: 100%;
}

.region-title,
.region-description {
  padding-top: 2rem;
}

.dropdown-content {
  display: none;
}

.region-item.active .dropdown-content {
  display: block;
  transition: max-height 0.3s ease-in-out;
}

.rotate {
  transition: transform 0.3s ease-in-out;
}

.region-item.active .rotate {
  transform: rotate(180deg);
}

.mobile {
  display: none;
}

.company-layout {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 5rem;
  overflow-x: auto;
}

/* .company-layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 2rem;
  gap: 5rem;
  overflow-x: auto;
} */

.company-item {
  flex: 0 0 auto;
  /* width: calc(100% / 8 - 2rem); */
  width: max-content;
  box-sizing: border-box;
  margin: 1rem 0;
}

.company-item > img,
.company-item.first > img {
  width: auto;
  height: 120px;
  max-height: 150px;
  display: block;
  object-fit: contain;
  /* border: 2px solid red; */
  /* padding-right: 10%; */
}

.glider-dots {
  display: none;
}

@media (max-width: 1400px) {
  .header {
    /* width: 100%; */
    overflow: hidden;
  }

  .company-item {
    width: max-content;
  }

  .search-input {
    width: 400px;
  }

  .hero-images .hero-circle-1 {
    width: 30rem;
    height: 30rem;
    margin-left: 1rem;
  }

  .hero-images .hero-circle-2 {
    width: 40rem;
    height: 40rem;
    top: 10rem;
    right: 0rem;
  }

  .hero-item {
    padding: 0 0 0 5rem;
  }
}

@media (max-width: 1200px) {
  .center-section,
  .company-layout {
    padding: 2rem 1rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .card-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .search-input {
    width: 400px;
  }

  .hero-item {
    padding: 0 0 0 0rem;
  }

  .hero-title h1 {
    font-family: 'Morganite';
    font-size: 18rem;
    letter-spacing: 3px;
    line-height: 0.75;
    color: #ffffff;
    text-transform: uppercase;
  }

  .sp-text {
    position: absolute;
    top: 9rem;
    left: 0rem;
    letter-spacing: 1px;
    font-size: 8rem;
    line-height: 1;
    font-family: 'Gotcha';
  }
}

@media (max-width: 992px) {
  /*  */

  .header {
    overflow: visible;
  }

  .hero {
    height: unset;
    padding-bottom: 10%;
    margin-bottom: 10%;
  }

  .hero-images .hero-circle-1 {
    width: 25rem;
    height: 25rem;
    margin-left: 0rem;
    top: -5rem;
  }

  .hero-images .hero-circle-2 {
    width: 35rem;
    height: 35rem;
    top: 4rem;
    right: 0rem;
  }

  /*  */

  .center-section,
  .company-layout {
    padding: 1.5rem 1rem;
  }

  .company-title {
    font-size: 2.8rem;
  }

  .card-grid-container {
    grid-template-columns: 1fr;
  }

  .region-title,
  .region-description {
    width: 100%;
  }

  .mobile {
    display: flex;
  }

  .desktop {
    display: none;
  }
}

@media (max-width: 992px) {
  .nav-icons {
    display: flex;
  }
  .main-menu {
    display: flex;
  }

  .carrusel__contenedor__lista__elemento__imagen {
    width: 100%;
    height: auto;
  }

  .search-input {
    width: 180px;
    height: 30px;
    padding: 1rem;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 24px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  }

  .search-button {
    height: 29px;
    width: 28px;
    margin-left: -3.5rem;
    padding: 0.5rem;
    background-color: rgb(26, 55, 117);
    color: white;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease-in-out;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }
  .search-button i {
    font-size: 1.5rem;
  }

  .search-button,
  .login-button {
    height: 35px;
    width: 35px;
    margin-left: -4.5rem;
    padding: 0.75rem 1rem;
    color: rgb(26, 55, 117);
    background-color: white;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease-in-out;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .search-button i,
  .fa-solid.fa-user.login-icon {
    font-size: 1.5rem;
  }

  .fa-solid,
  .fas {
    font-weight: 900;
    font-size: 1.5rem;
  }

  .alimentos-cuba-img {
    height: 35px;
    width: 35px;
    margin-top: 10px;
    border-radius: 5rem;
    background-color: white;
    padding: 0.7rem;
  }

  .nav-icons.icons-mobile.mobile {
    width: 100%;
    display: flex;
    gap: 18%;
    padding: 1rem 3rem 1rem 0;
  }

  #loginRegister-Btn,
  #loginRegister-BtnMob,
  #footer-login-btn,
  .login-tooltip {
    display: block;
    padding: 1rem 1.5rem;
    text-align: center;
    font-size: 1.8rem;
    font-family: inherit;
    font-weight: 400;
    background-color: transparent;
    color: #1a3775;
    border: 0;
    border-radius: 5rem;
    cursor: pointer;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
  }
}

@media (max-width: 925px) {
  /* .nav-menu {
    display: none;
  } */

  .nav-menu {
    display: flex;
  }

  .search-container.mobile {
    display: flex;
  }

  .search-input {
    width: 300px;
  }
}

@media (max-width: 835px) {
  .company-layout {
    flex-wrap: wrap;
  }

  .company-layout {
    flex-direction: column;
    align-items: center;
  }

  .company-item img {
    width: 250px;
  }

  .hero-images .hero-circle-1 {
    position: absolute;
  }

  .hero-item {
    margin-top: 20%;
    width: 60%;
    padding-top: 40%;
  }

  /* .hero-images .hero-circle-2 {
    position: absolute;
    top: 6rem;
    right: 7rem;
    width: 36rem;
    height: 36rem;
    margin: 0 auto;
  } */

  .hero-title h1 {
    /* padding-top: 10%; */
    font-family: 'Morganite';
    font-size: 18rem;
    letter-spacing: 3px;
    line-height: 0.75;
    color: #ffffff;
    text-transform: uppercase;
  }

  .sp-text {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    /*position: absolute;
    */ /*top: 9rem;
    */ /*left: 0rem;
    */
    letter-spacing: 1.8px;
    font-size: 10rem;
    line-height: 1;
    font-family: 'Gotcha';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .hero {
    margin-top: 10.5rem;
    height: unset;
  }

  .hero-item {
    margin-top: 0;
    width: 100%;
    padding-top: 40%;
  }

  /*  */
  .img-box {
    position: relative;
    width: 45rem;
    top: 0;
  }

  .hero-images .hero-circle-1 {
    /* position: relative; */
    width: 22rem;
    height: 22rem;
    margin-left: 0;
    z-index: 5;
  }

  .hero-images .hero-circle-2 {
    position: absolute;
    top: 6rem;
    right: 7rem;
    width: 26rem;
    height: 26rem;
    margin: 0 auto;
  }

  .hero-title h1 {
    font-family: 'Morganite';
    font-size: 18rem;
    letter-spacing: 3px;
    line-height: 0.75;
    color: #ffffff;
    text-transform: uppercase;
  }

  .sp-text {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }

  .company-item img,
  .company-item.first > img {
    width: auto;
    height: 120px;
  }

  /*  */
}

@media (max-width: 768px) {
  .search-input {
    width: 80%;
  }

  .company-title {
    font-size: 2.5rem;
  }

  .card-grid-container {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  /* .hero-item {
    width: 100%;
    padding-top: 50%;
  } */

  .hero-title {
    position: relative;
    margin-top: 20%;
  }

  .hero-title.index h1 {
    /* border: 1px solid red; */
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .sp-text.index-esp {
    top: 6rem;
    line-height: 0.65;
  }

  .hero-content {
    flex-direction: column;
    align-items: center;
  }

  .hero {
    margin-top: 10.5rem;
    height: unset;
  }
  /* 
  .hero-item {
    margin-top: 0;
    width: 100%;
    padding-top: 60%;
  } */
}

@media (max-width: 600px) {
  .header {
    overflow: hidden;
  }
  .search-bar {
    display: flex;
  }

  .modal-content {
    width: 90%;
  }

  /*  */
  .img-box {
    position: relative;
    width: 45rem;
    top: 0;
  }

  .hero-images .hero-circle-1 {
    /* position: relative; */
    width: 18rem;
    height: 18rem;
    left: 10%;
    /* right: 3rem; */
    z-index: 5;
  }

  .hero-images .hero-circle-2 {
    position: absolute;
    top: 4rem;
    /* right: -2rem; */
    /* left: 10%; */
    width: 25rem;
    height: 25rem;
    /* margin: 0 auto; */
  }

  .hero-title {
    position: relative;
    margin-top: 30%;
  }
}
@media (max-width: 500px) {
  .hamburquer-menu {
    padding-right: 1rem;
  }

  .hero-images .hero-circle-1 {
    position: absolute;
    width: 18rem;
    height: 18rem;
    left: 3rem;
    right: 3rem;
    z-index: 5;
  }

  .hero-images .hero-circle-2 {
    position: absolute;
    left: 1rem;
    right: 1rem;
  }

  .hero-item {
    margin-top: 10rem;
  }

  .hamburquer-menu {
    border: none;
    height: 40px;
    width: 40px;
    display: block;
  }

  .hamburquer-menu i {
    font-size: 30px;
  }

  .region-title > h2 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 0.7;
  }

  .region-description > p {
    font-size: 1.5rem;
    padding: 20px 10px;
  }

  .company-title {
    padding: 40px 10px 0 10px;
    font-size: 2rem;
  }

  .company-item {
    display: flex;
    justify-content: center;
  }

  .company-item > img {
    width: 200px;
    height: 100%;
  }

  .company-item.first {
    width: 100%;
  }

  .company-item.first > img {
    width: 200px;
  }

  .sidebar-menu {
    width: 26rem;
  }

  .link-btn-mobile {
    width: 160px;
  }

  .sidebar-header > i {
    font-size: 2.4rem;
    cursor: pointer;
    margin-right: 40px;
  }

  .search-container.mobile {
    padding: 0rem;
    justify-content: left;
  }

  .region-title .sp-title {
    font-family: 'Gotcha', sans-serif;
    font-size: 5rem;
    line-height: 1;
    color: #f88e2b;
  }

  .company-item img,
  .company-item.first > img {
    width: auto;
    height: 80px;
  }

  .area-card-5.carrusel-imagenes {
    margin: 0;
    padding: 6rem 0 0 0;
  }

  .company-title {
    padding: 0 10px 0 10px;
    font-size: 2rem;
  }

  .collection.footer {
    padding-top: 6rem;
    background-color: #fff;
  }

  .articles-card.area-card-data-2.nouvelle {
    margin-left: 0;
  }
}

/* Por defecto, ocultar el contenedor adicional */
.search-input.additional-search {
  opacity: 0;
}

/* Mostrar en vista móviles */
@media (max-width: 768px) {
  .search-input.additional-search {
    opacity: 1;
  }

  .search-input.additional-search {
    font-size: 14px;
    margin: 5%;
  }
}

/* Estilos del carrusel */
.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-item {
  min-width: 100%;
  box-sizing: border-box;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
}

.carousel-control.prev {
  left: 0;
}

.carousel-control.next {
  right: 0;
}

@media (max-width: 450px) {
  .hero-images .hero-circle-1 {
    width: 16rem;
    height: 16rem;
  }

  .hero-title {
    position: relative;
    margin-top: 24%;
  }

  .collection.footer {
    padding-bottom: 14rem;
  }

  .hero-images .hero-circle-2 {
    left: 0rem;
    right: 10%;
  }

  .hero-images .hero-circle-1 {
    left: 10%;
    right: 100%;
  }

  .hero-images .hero-circle-2 {
    width: 22rem;
    height: 22rem;
  }

  .carrusel__contenedor__lista__elemento__texto {
    font-size: 22px;
  }

  .company-item img,
  .company-item.first > img {
    max-width: 300px;
  }

  .carrusel__contenedor__lista__elemento__descripcion {
    font-size: 1rem;
  }

  .dropdown-regions,
  .dropdown-villes {
    left: 12rem;
    width: 25rem;
  }

  .area-card .swiper > div > div > a {
    /* justify-content: center; */
    margin-top: 10%;
  }

  .area-card .swiper-slide img {
    height: 200px;
  }

  .container-phone {
    border: none;
  }

  .restaurant-description.fila {
    border-bottom: 2px solid;
  }

  .restaurant-description.fila {
    display: flex;
  }

  .restaurant-description .carrito a .fa-solid.fa-rotate-left.carrito,
  .restaurant-description .carrito a .fa-solid.fa-cart-shopping.carrito {
    font-size: 20px;
    margin: 0;
  }

  .restaurant-description h1 {
    font-size: 1.8rem;
  }

  .restaurant-description .carrito {
    margin-bottom: 0;
  }

  .area-card-footer.area-card-footer-multi {
    bottom: 0;
  }

  .area-card-body p {
    font-size: 1.3rem;
  }

  .area-card-footer.area-card-footer-multi {
    /* position: static; */
    bottom: 0;
  }
}

#share-btn {
  background-color: white;
}

.area-card-body p {
  font-size: 1.6rem;
  padding-bottom: 3%;
}

.area-card-body {
  margin-top: 0;
  padding-bottom: 6rem;
}

/* Clase base para el icono */
.icon {
  transition: transform 0.3s ease-in-out; /* Transición suave */
}

/* Clase para rotar el icono */
.rotate {
  transform: rotate(180deg); /* Rotación de 180 grados */
}

.area-card-body.area-card-body-multi > p {
  padding-bottom: 100px;
}

/* CARDS */
.area-card-description-multi {
  padding: 15% 10% 15% 10%;
}

.area-card-subtitle {
  font-size: 2.8rem;
}

.area-card-title {
  font-size: 2rem;
}

.area-card-subtitle {
  font-size: 2.8rem;
}

.area-card-body.area-card-body-multi {
  /* overflow: auto; */
  height: 15vh;
  /* margin-top: 2rem; */
  padding: 2rem 0 2rem 0;
  margin-bottom: 2rem;
  /* overflow-y: scroll; */
}
