<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&amp;display=swap');

@font-face {
  font-family: 'Gotcha';
  src: url('../assets/fonts/gotcha-standup/gotcha-standup.ttf');
}

@font-face {
  font-family: 'Trenda';
  src: url('../assets/fonts/trenda-cufonfonts/Latinotype-Trenda-Regular.otf');
  font-weight: 400;
}

@font-face {
  font-family: 'Trenda';
  src: url('../assets/fonts/trenda-cufonfonts/Latinotype-Trenda-Semibold.otf');
  font-weight: 600;
}

@font-face {
  font-family: 'Trenda';
  src: url('../assets/fonts/trenda-cufonfonts/Latinotype-Trenda-Bold.otf');
  font-weight: 700;
}

@font-face {
  font-family: 'Morganite';
  src: url('../assets/fonts/Morganite/Morganite-Bold.ttf');
  font-weight: 700;
}

/* CSS Reset */

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Trenda', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: auto;
  color: #1a3775;
  /* background: #ffffff; */
  /* background: #1b263e; */
  /* background-color: #1b263e; */
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: unset;
}

.main-container {
  max-width: 138rem;
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.body-overflow {
  overflow: hidden;
}

/* Header */

.header {
  background-color: #f88e2b;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0rem;
  /* margin-left: 0px; */
  /* padding-right: 1rem; */
  /* border: 2px solid red; */
}

.main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  gap: 2.5rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}

.nav-links {
  font-size: 1.6rem;
  font-weight: 600;
}

.option {
  height: 20px;
}

.assistance-top {
  margin-top: 1.5rem;
  margin-left: 1.5rem;
}

.separacion {
  width: 50px;
}

/* ICONOS */

.foot-icon-cont {
  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;
}

.tooltip.foot-icon-cont &gt; span {
  left: -60px;
}

.tooltip.foot-icon-cont &gt; i {
  font-size: 2.5rem;
}

.nav-icons {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 4rem;
}

.search-bar &gt; i {
  font-size: 1.8rem;
  cursor: pointer;
}

.input-search {
  width: 20rem;
  position: relative;
}

.input-search &gt; input {
  display: block;
  font-family: inherit;
  width: 100%;
  height: 5rem;
  border: 1px solid #1a3775;
  border-radius: 25px;
  padding-left: 2rem;
  padding-top: 1.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #1a3775;
  background-color: transparent;
}

.input-search &gt; input::placeholder {
  color: #1a3775;
}

.search-title {
  position: absolute;
  top: 0.5rem;
  left: 2rem;
  font-weight: 600;
}

.hamburger-icon {
  display: none;
}

.hamburger-icon &gt; i {
  font-size: 2.5rem;
  cursor: pointer;
}

.hero {
  max-width: 110rem;
  width: 100%;
  height: 55rem;
  margin: 0 auto;
  margin-top: 5rem;
}

.hero-content {
  display: flex;
  justify-content: space-between;
}

.hero-images {
  width: 60%;
  position: relative;
  padding-left: 3rem;
}

.img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* .btn-login {
  background-color: red;
  border: 2px solid red;
} */

.hero-images .hero-circle-1 {
  display: block;
  width: 31rem;
  height: 31rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 3;
}

.hero-images .hero-circle-2 {
  display: block;
  width: 48rem;
  height: 48rem;
  border-radius: 50%;
  position: absolute;
  top: 10rem;
  right: -6rem;
}

.hero-title {
  position: relative;
}

.hero-item {
  /* margin-left: 5rem; */

  width: 40%;
  padding: 0 0 0 15rem;
  /* border: 1px solid red; */
}

.hero-title h1 {
  font-family: 'Morganite';
  font-size: 18rem;
  letter-spacing: 3px;
  line-height: 0.75;
  color: #ffffff;
  text-transform: uppercase;
}

.hero-title.index h1 {
  /* border: 1px solid red; */
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.sp-text {
  position: absolute;
  top: 9rem;
  left: 0rem;
  letter-spacing: 1.5px;
  font-size: 10rem;
  line-height: 1;
  font-family: 'Gotcha';
}

.sp-text.index-esp {
  top: 6rem;
  line-height: 0.65;
}

.hero-description {
  margin-top: 2.5rem;
  padding-bottom: 5rem;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 700;
}

.hero-description.index {
  margin-top: 0rem;
  /* border: 1px solid red; */
}

/* Region-Section */

.region {
  padding: 12rem 0;
  /* height: 40rem; */
}

.region-main-flex {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.region-title,
.region-description {
  width: 50%;
}

.region-title &gt; h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
}

.region-title .sp-title {
  font-family: 'Gotcha', sans-serif;
  font-size: 7rem;
  line-height: 1;
  color: #f88e2b;
}

.region-description &gt; p {
  font-size: 2rem;
  font-weight: 400;
}

.region-box {
  border: 3px solid #1a3775;
  border-radius: 10rem;
  padding: 1.5rem 3.5rem;
  margin-top: 5rem;
  padding-right: 1.5rem;
}

/* .margen {
  padding-top: 2rem;
  margin-top: 6rem;
} */

.region-box-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;

  /* flex-wrap: wrap; */
}

.region-item {
  padding-left: 1.5rem;
  padding-right: 0.5rem;
  border-left: 2px solid #1a3775;
  cursor: pointer;
  position: relative;

  /* max-height: 50%;
  width: 30%;
  height: 30%; */
  max-width: 350px;
  max-height: 50px;
  width: 350px;
  height: 50px;

  /* border: 1px solid red; */
}

.no-border {
  border: none;
}

.region-boton {
  display: flex;
  flex-direction: row;
  /* justify-content: space-around; */
  /* gap: 1; */
  /* border: 1px solid red; */
}

/* ******************************************************** */
.all {
  /* border: 1px solid red; */
  display: none;
  margin: auto;
  /* margin-left: 40%; */
}

.all.active {
  display: flex;
}

.all &gt; label {
  color: red;
  font-size: 13px;
  margin: auto;
  margin-right: 4px;
}

.all &gt; input {
  width: 12px;
  height: 12px;
  margin: auto;
  margin-top: 3.5px;
}
/* ******************************************************** */
/* ******************************************************** */
.all-villes {
  display: none;
  margin: auto;
  /* margin-left: 40%; */
}

.all-villes.active {
  display: flex;
}

.all-villes &gt; label {
  color: red;
  font-size: 13px;
  margin: auto;
  margin-right: 4px;
}

.all-villes &gt; input {
  width: 12px;
  height: 12px;
  margin: auto;
  margin-top: 3.5px;
}
/* ******************************************************** */
/* ******************************************************** */
.all-serv {
  /* border: 1px solid red; */
  display: none;
  margin: auto;
  /* margin-left: 30%; */
}

.all-serv.active {
  display: flex;
}

.all-serv &gt; label {
  color: red;
  font-size: 13px;
  margin: auto;
  margin-right: 4px;
  cursor: pointer;
}

.all-serv &gt; input {
  width: 12px;
  height: 12px;
  margin: auto;
  margin-top: 3.5px;
  cursor: pointer;
}
/* ******************************************************** */
/* ******************************************************** */
.all-soub {
  /* border: 1px solid red; */
  display: none;
  margin: auto;
  /* margin-left: 15%; */
}

.all-soub.active {
  display: flex;
}

.all-soub &gt; label {
  color: red;
  font-size: 13px;
  margin: auto;
  /* margin-right: 4px; */
  cursor: pointer;
}

.all-soub &gt; input {
  width: 12px;
  height: 12px;
  margin: auto;
  margin-top: 3.5px;
  cursor: pointer;
}
/* ******************************************************** */
/* ******************************************************** */
.all-opt {
  /* border: 1px solid red; */
  display: none;
  margin: auto;
  margin-left: 15%;
}

.all-opt.active {
  display: flex;
}

.all-opt &gt; label {
  color: red;
  font-size: 13px;
  margin: auto;
  margin-right: 4px;
  cursor: pointer;
}

.all-opt &gt; input {
  width: 12px;
  height: 12px;
  margin: auto;
  margin-top: 3.5px;
  cursor: pointer;
}
/* ******************************************************** */

.region-item &gt; h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

.region-item:nth-child(1) {
  border-left: 0;
}

/* .region-dropdown {
  width: 19rem;
  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;
} */

.region-dropdown &gt; i {
  color: #1a3775;
  font-size: 1.6rem;
}

/* Planifier-Section */
.planifier-content {
  display: flex;
  justify-content: space-between;
}

.planifier-item {
  width: 50%;
  background-color: #f4b223;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.planifier-item-content {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
}

.planifier-title {
  margin-bottom: 2rem;
}

.planifier-title &gt; h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.planifier-sp-text {
  font-family: 'Gotcha', sans-serif;
  font-size: 6rem;
  line-height: 0.8;
  color: #1a3775;
  font-weight: normal;
}

.planifier-description {
  margin-bottom: 2.5rem;
}

.planifier-description &gt; p {
  font-size: 2rem;
  font-weight: 400;
}

.planifier-item .btn {
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-family: inherit;
  font-weight: 400;
  background-color: #1a3775;
  color: #ffffff;
  border: 0;
  border-radius: 5rem;
  cursor: pointer;
}

.planifier-image {
  width: 50%;
}

.planifier-image &gt; img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Decouvirer-Section */

.header-decouvirer {
  background-color: #00c1de;
}

.decouvirer-content {
  display: flex;
  justify-content: space-between;
}

.decouvirer-item {
  width: 35%;
  background-color: #00c1de;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.decouvirer-item-content {
  width: 50%;
  margin: 0 auto;
  padding: 5rem 0;
}

.decouvirer-title {
  margin-bottom: 2rem;
}

.decouvirer-title &gt; h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.decouvirer-sp-text {
  font-family: 'Gotcha', sans-serif;
  font-size: 6rem;
  line-height: 0.8;
  color: #1a3775;
  font-weight: normal;
}

.decouvirer-item .btn {
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-family: inherit;
  font-weight: 400;
  background-color: #1a3775;
  color: #ffffff;
  border: 0;
  border-radius: 5rem;
  cursor: pointer;
}

.decouvirer-image {
  width: 65%;
}

.decouvirer-image &gt; img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Recommendations-Section */
.recommendations {
  margin: 10rem 0;
}

.recommendation-content-flex {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  /* border-top: 3px solid #1a3775; */
  padding-top: 1.5rem;

  align-items: center;
  column-gap: 1rem;
  flex-wrap: wrap;
}

.recommendation-line {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
}

.recommendation-cards {
  display: flex;
  justify-content: space-between;
  gap: 3.5rem;
}

.recommendation-card {
  width: 100%;
  /* height: 100%; */
}

.recommendation-card &gt; img {
  display: block;
  max-width: 50rem;
  min-width: 45rem;
  max-height: 55rem;
  min-height: 50rem;
  width: 45rem;
  height: 50rem;
  object-fit: cover;
}

.recommendation-card &gt; p {
  font-size: 1.8rem;
  padding-top: 2.5rem;
  color: #00c1de;
}

.recommendation-card &gt; h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
}

.recommendation-item {
  width: 30%;
}

.recommendation-cards {
  flex: 1;
}

.recommendation-title &gt; h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  color: #1a3775;
}

.recommendation-sp-text {
  font-family: 'Gotcha', sans-serif;
  font-size: 6rem;
  line-height: 1;
  color: #f88e2b;
  font-weight: normal;
}

.recommendation-description {
  margin: 2.5rem 0;
  width: 80%;
}

.recommendation-description &gt; p {
  font-size: 2rem;
  font-weight: 400;
}

.recommendation-item .btn {
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-family: inherit;
  font-weight: 400;
  background-color: #f88e2b;
  color: #ffffff;
  border: 0;
  border-radius: 5rem;
  cursor: pointer;
}

/* Comprendre-Section */
.comprendre-content {
  display: flex;
  justify-content: space-between;
}

.comprendre-item {
  width: 50%;
  background-color: #1a3775;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.comprendre-item-content {
  width: 70%;
  margin: 0 auto;
  padding: 5rem 0;
}

.comprendre-title {
  margin-bottom: 2rem;
}

.comprendre-title &gt; h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.comprendre-sp-text {
  font-family: 'Gotcha', sans-serif;
  font-size: 6rem;
  line-height: 0.8;
  color: #f4b223;
  font-weight: normal;
}

.comprendre-description {
  margin-bottom: 2.5rem;
}

.comprendre-description &gt; p {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}

.comprendre-item .btn {
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-family: inherit;
  font-weight: 400;
  background-color: #f88e2b;
  color: #ffffff;
  border: 0;
  border-radius: 5rem;
  cursor: pointer;
}

.comprendre-image {
  width: 50%;
}

.comprendre-image &gt; img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Articles-Section */
.articles {
  /* margin: 4rem 0; */
  margin: 3% 0;
  /* padding-bottom: 8rem; */
  padding-bottom: 4%;
}

.articles.indic {
  /* margin: 4rem 0; */
  margin: 10rem 0;
  /* padding-bottom: 8rem; */
  padding-bottom: 20rem;
}

.articles.indic.ajus {
  /* border: 2px solid red; */
  margin: 0;
}

.articlespage {
  margin: 10rem 0;
  padding-bottom: 0rem;
}

.line-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 3px solid #1a3775; */
}

.articles-line {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
}

.articles-cards {
  display: flex;
  justify-content: space-between;
  gap: 3.5rem;
  border-top: 3px solid #1a3775;
  padding-top: 1.5rem;
}

.articles-card.area-card-data-2.ind &gt; a &gt; img {
  /* padding-bottom: 65%;  */
  /* padding-top: 5%; */
  display: block;
  position: relative;
  width: 100%;
  height: 28rem;
  object-fit: cover;
  margin-top: 2rem;
  /* border: 2px solid red; */
}

.articles-cards.recomendations {
  border-top: none;
}

.articles-card {
  width: 50%;
}

.articles-card &gt; img {
  display: block;
  width: 100%;
  height: 28rem;
  object-fit: cover;
  margin-top: 2rem;
}

.articles-card &gt; p {
  font-size: 1.8rem;
  padding-top: 1.5rem;
  color: var(--anarajado-plataforma);
}

.articles-card &gt; h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
}

/* Footer */

.footer {
  background-color: #dfdfdf;
  padding-top: 15rem;
  padding-bottom: 5rem;

  /* border: 2px solid red; */
}

.footer-banner {
  margin-top: -27rem;
  max-width: 1500px;
  /* border: 2px solid red; */
}

.footer-banner-flex {
  display: flex;
  justify-content: space-between;
}

.footer-banner-item {
  width: 40%;
  background-color: #1a3775;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem;
}

.footer-banner-item &gt; h2 {
  font-size: 4.2rem;
  line-height: 1;
  color: #00c1de;
}

.footer-banner-sp-text {
  font-family: 'Gotcha', sans-serif;
  font-size: 6rem;
  line-height: 0.8;
  font-weight: normal;
  color: #fff;
}

.footer-banner-ent {
  width: 60%;
  background-color: #f88e2b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
}

.footer-banner-ent-content {
  width: 70%;
  margin: 0 auto;
}

.footer-banner-ent-content &gt; h2 {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.footer-banner-ent-content &gt; p {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.footer-banner-ent-content .btn,
.assistance-sub {
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-family: inherit;
  font-weight: 400;
  background-color: #1a3775;
  color: #ffffff;
  border: 0;
  border-radius: 5rem;
  cursor: pointer;
}

.btn-ira {
  display: flex;
  gap: 0;
  width: 200px;
  align-items: center;
  padding: 0.7rem 1.5rem;
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 400;
  background-color: #1a3775;
  color: #ffffff;
  border: 0;
  border-radius: 5rem;
  cursor: pointer;
}

.footer-nav {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 3.5rem;

  /* border: 2px solid red; */
}

.footer-menu &gt; h4 {
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
  /* border: 2px solid red; */
}

.footer-link-btn {
  display: block;
  width: 200px;
  margin-bottom: 1.5rem;
  padding: 0.7rem 1.2rem;
  border: 2px solid #1a3775;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.footer-link-btn &gt; i {
  padding-left: 1.5rem;
}

.footer-link {
  display: block;
  font-size: 1.8rem;
}

.footer-text {
  border-top: 3px solid #1a3775;
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}

.footer-text-item {
  margin-right: 5rem;
}

/* .footer-text-item.enterp {
  display: ;
  margin-bottom: 20px;
} */

.footer-text-item.enterp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* border: 2px solid red; */
}

.footer-text-cp &gt; p {
  font-size: 1.5rem;
}

.page-links {
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}

.page-links &gt; a {
  margin-right: 2.5rem;
}

/* Hamburger Menu */

/* .sidebar-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 30rem;
  z-index: 12;
  height: 100%;
  background-color: #1a3775;
  color: #fff;
  right: -35rem;
  transition: 300ms ease-in;
  padding: 1.5rem 2.5rem;
  visibility: hidden;
}

.sidebar-menu.active {
  right: 0;
  visibility: visible;
}

.sidebar-header {
  text-align: right;
  padding: 1.5rem 0;
}

.sidebar-header&gt;i {
  font-size: 2.4rem;
  cursor: pointer;
} */

/* .main-menu-sidebar {
  margin-top: 3.5rem;
}

.main-menu-sidebar .nav-links {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  color: #ffffff;
} */

/* .search-bar-menu {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 3.5rem;
} */

/* .main-menu-sidebar .input-search&gt;input {
  height: 6rem;
  border: 1px solid #ffffff;
  border-radius: 5rem;
  padding-left: 2.5rem;
  color: #ffffff;
  background-color: transparent;
}

.main-menu-sidebar .input-search&gt;input::placeholder {
  color: #ffffff;
}

.main-menu-sidebar .search-title {
  left: 2.5rem;
} */

/* --------------------------------Collection-Page   (page_02)  --------------------------- */
/* Collection-Header */
.collection.header {
  background-color: #fff;
}

.collection.header.pro {
  background-color: #00c1de;
}

/* Collection Region-Section */

.collection.region-box {
  margin-top: 0;
}

.collection.region-box.margen {
  margin-top: 0;

  /* border: 2px solid red; */
  margin-top: 2.5rem;
}

/* Area-Card */
.area-card {
  margin: 2.5rem 0;
  padding-bottom: 20rem;
  background-color: #dfdfdf;
}

.area-card.col-whit {
  background-color: #ffffff;
}

.area-card-3 {
  margin: 2.5rem 0;
  padding-bottom: 0rem;
  padding-top: 5rem;
  /* background-color: #dfdfdf; */
  /* border: 1px solid red; */
}

.area-card-3.pers {
  margin: 0;
  padding-bottom: 0rem;
  padding-top: 0rem;
  /* background-color: #dfdfdf; */
  /* border: 1px solid red; */
}

.area-card-5 {
  /* margin: 2.5rem 0; */
  padding-bottom: 0rem;
  /* padding-top: 5rem; */
  /* background-color: #dfdfdf; */
  /* border: 1px solid red; */
}

.area-card-4 {
  margin: 2.5rem 0;
  /* padding-bottom: 20rem; */
  background-color: #dfdfdf;
}

.area-card-2 {
  margin: 2.5rem 0;
  padding-bottom: 20rem;
  background-color: #dfdfdf;
}

.invisible {
  display: none;
}

.area-card-filter {
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5rem;
}

.area-card-filter-types {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5rem;
  position: relative;
}

.filter-maintype {
  display: block;
  font-family: inherit;
  padding: 1.12rem 0rem;
  background-color: #ffffff;
  border-radius: 2.5rem;
  border: 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1a3775;
  cursor: pointer;
}

.filter-type {
  display: block;
  font-family: inherit;
  padding: 1.12rem 1.8rem;
  background-color: #ffffff;
  border-radius: 2.5rem;
  border: 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1a3775;
  cursor: pointer;
}

.filter-type &gt; i {
  padding-left: 1.5rem;
  font-size: 1.8rem;
  vertical-align: middle;
}

[data-pagination] {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  font-family: 'Trenda', sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 1em auto;
  text-align: center;
  transition: font-size 0.2s ease-in-out;
  -webkit-transition: font-size 0.2s ease-in-out;
  -moz-transition: font-size 0.2s ease-in-out;
  -ms-transition: font-size 0.2s ease-in-out;
  -o-transition: font-size 0.2s ease-in-out;
}

[data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: 0.5em;
}

[data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

[data-pagination] &gt; a {
  font-size: 140%;
}

[data-pagination] a {
  color: #777;
  font-size: 100%;
  padding: 0.5em;
}

[data-pagination] a:focus,
[data-pagination] a:hover {
  color: #f60;
}

[data-pagination] li.current {
  background: rgba(0, 0, 0, 0.1);
}

/* Disabled &amp; Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.categories {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.filter-icon-box {
  padding: 0.5rem;
  border-radius: 5rem;
  border: 1px solid #1a3775;
}

.bars-icon {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  background-color: #1a3775;
  /* background-color: gray; */
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-right: 1.5rem;
  cursor: pointer;
}

.bars-icon.bars-icon-no-selected {
  background-color: gray;
}

.gray-col {
  font-size: 1.6rem;
  color: #777;
}

.filter-icon-box &gt; i {
  font-size: 1.5rem;
  padding-right: 0.25rem;
}

/* Dropdown Regions */
/* dropdown-villes */

#regions-filters-wrapper {
  position: relative;
}

.dropdown-regions,
.dropdown-villes {
  padding: 1.5rem;
  border: 2px solid #1a3775;
  border-radius: 1.5rem;
  position: absolute;
  top: 4.5rem;
  left: 15rem;
  transform: translateX(-50%);
  width: 30rem;
  background-color: #ffffff;
  display: none;
  z-index: 10;
}

.dropdown-regions.active,
.dropdown-villes.active {
  display: block;
}

/* Dropdown Services */
.dropdown-services {
  padding: 1.5rem;
  border: 2px solid #1a3775;
  border-radius: 1.5rem;
  position: absolute;
  top: 4.5rem;
  left: 0;
  width: 34rem;
  background-color: #ffffff;
  display: none;
  z-index: 10;
}

.dropdown-services.active {
  display: block;
}

/* Dropdown SubServices */
.dropdown-subservices {
  padding: 1.5rem;
  border: 2px solid #1a3775;
  border-radius: 1.5rem;
  position: absolute;
  top: 4.5rem;
  left: 0;
  width: 30rem;
  background-color: #ffffff;
  display: none;
  z-index: 10;
}

.dropdown-subservices.active {
  display: block;
}

/* Dropdown-Code-Autres */

#autres-filters-wrapper {
  position: relative;
}

.dropdown-autres {
  padding: 1.5rem;
  border: 2px solid #1a3775;
  border-radius: 1.5rem;
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 25rem;
  background-color: #ffffff;
  /* background-color: red; */
  display: none;
  z-index: 10;
}

.dropdown-autres.active {
  display: block;
}

.autres-boton {
  /* background-color: red; */
  /* border: 1px solid red; */
  left: 35%;
}

.checkbox-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.2rem;
}

.checkbox-control label,
.subcheckbox-control label {
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
}

.checkbox-control input,
.subcheckbox-control input {
  width: 1.6rem;
  height: 1.6rem;
  accent-color: #1a3775;
  /* accent-color: red; */

  /* position: absolute; */
  /* right: -220px; */
  /* width: 500px; */
  cursor: pointer;
}

.subcheckbox-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.2rem;
  display: none;
}

.subcheckbox-control.active {
  display: flex;
}

.opcioncheckbox-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.2rem;
  display: none;
  /* border: 1px solid red; */
}

.opcioncheckbox-control.active {
  display: flex;
}

/* Cards-Styling With Slider */
.area-cards-flex {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  column-gap: 1rem;
  flex-wrap: wrap;
}

.area-card-data {
  width: 48%;
  flex: 1 1 30%;
}

.area-card-data-2 {
  width: 30%;
  flex: 1 1 30%;

  /* width: 48%; */
  /* flex: 1 1 30%; */
}

.area-card-data-2.card-multi,
.area-card-data-2.card-multi.product-item {
  width: 30%;
  flex: 0 0 30%;
  /* border: 2px solid red; */
}

.area-card-data-2.card-multi {
  margin-bottom: 4%;
  /* background-color: #ffffff; */
}

.area-card-content {
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
}

.area-card-content.serv-cont {
  margin: 2rem;
  /* padding: 4rem; */
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
}

.description-card {
  border-top: 2px solid #1a3775;
  padding: 0;
  margin-top: 2rem;
}

.description-card-text {
  margin-top: 2rem;
  font-size: 18px;
  font-weight: 900;
  text-wrap: wrap;
}

/* 
.area-card-content.serv-cont:hover {
  transition: 220ms ease-in;
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  -webkit-transition: 220ms ease-in;
  -moz-transition: 220ms ease-in;
  -ms-transition: 220ms ease-in;
  -o-transition: 220ms ease-in;
} */

.area-card-content-2 {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
}

.area-card-slider {
  width: 35%;
}

.area-card-slider-2 {
  width: 100%;
}

.area-card-description {
  flex: 1;
  padding: 3rem;
  background-color: #ffffff;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: relative;
}

.description-normal {
  height: 32rem;
  width: 100%;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.area-card-description-multi {
  /* height: 80%; */
  width: 100%;
  flex: 1;
  padding: 3rem;
  background-color: #ffffff;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding-bottom: 20%;
}

.area-card-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 145px;
}

.area-card-header &gt; img,
.area-card-header &gt; i,
.area-card-header &gt; .profile-logo &gt; img {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  padding: 1rem;
  object-fit: cover;
  border: 3px solid #1a3775;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.company-logo {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  padding: 1rem;
  object-fit: cover;
  border: 3px solid #1a3775;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.company-name {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #1a3775;
}

.area-card-title {
  font-size: 2.2rem;
  color: #f88e2b;
}

.area-card-subtitle {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #1a3775;
}

.area-card-body {
  /* height: 15rem; */
  margin-top: 2.5rem;
}

.area-card-body p {
  font-size: 1.8rem;
  padding-bottom: 3%;
}

.area-card-footer {
  position: absolute;
  bottom: 5%;
  /* right: 5%; */
}

.area-card-footer.card-horz {
  right: 5%;
}

.area-card-footer-content {
  display: flex;
  position: relative;
  gap: 1.5rem;
  font-size: 1.6rem;
}

.btn-reserve-cont {
  position: absolute;
  right: 0;
  bottom: 0;
}

.btn-reserve-cont.det {
  bottom: 5px;
}

.btn-reserve {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  background-color: #1a3775;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
}

.btn-reserve:hover {
  background-color: #0056b3;
}

/* .area-card-header-multi {
  height: 10rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: red;
} */

.area-card-body-multi {
  height: 10rem;
  margin-top: 4rem;
  /* margin-bottom: 1rem; */
  /* background-color: red; */
}

.dot {
  font-size: 2.2rem;
}

.rating &gt; i {
  color: #f88e2b;
  padding-right: 0.5rem;
}

.area-card .swiper {
  width: 100%;
  height: 100%;
}

.area-card .swiper-2 {
  width: 100%;
  height: 100%;
}

.area-card .swiper-slide {
  width: 100%;
  height: 100%;
}

.area-card .swiper-slide-2 {
  width: 100%;
  height: 100%;
}

/* .area-card .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem; 
} */

/* .area-card .swiper-slide img {
  display: block;
  height: 32rem;
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
} */

.area-card .swiper-slide img {
  display: block;
  height: 32rem;
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  /* border: 1rem solid white; */
}

.area-card .swiper-slide-normal img {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.area-card .swiper-slide-normal .img-serv {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}

.area-card .swiper-button-next,
.area-card .swiper-button-prev,
.col-2 .swiper-button-next,
.col-2 .swiper-button-prev {
  width: calc(var(--swiper-navigation-size) / 44 * 40);
}

.area-card .swiper-button-next:after,
.area-card .swiper-button-prev:after,
.col-2 .swiper-button-next:after,
.col-2 .swiper-button-prev:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  font-size: 2.4rem;
  font-weight: 900;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  line-height: 4rem;
  text-align: center;
  background-color: #ffffff;
  opacity: 0.6;
  color: #1a3775;
}

.area-card .swiper-button-prev:after,
.col-2 .swiper-button-prev:after {
  content: '\f104';
}

.btn-card {
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  font-family: inherit;
  font-weight: 400;
  background-color: #00c1de;
  color: #ffffff;
  border: 0;
  border-radius: 5rem;
  cursor: pointer;
  margin: 3.5rem auto;
  text-align: center;
}

/* Collection-Footer */

.collection.footer {
  padding-top: 13rem;
  background-color: #fff;
}

/* -------------------------Restaurant-Page-------------------------------- */
.breadcrumb {
  background-color: #f88e2b;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.breadcrumb.pro {
  background-color: #00c1de;
}

.breadcrumb-content {
  margin-left: 14rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.breadcrumb-link {
  font-weight: 600;
}

.breadcrumb-icon {
  opacity: 0.8;
  font-size: 1.4rem;
}

.restaurant-content {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem 0 1.5rem 0;
}

.restaurant-header-item {
  margin-top: -8rem;
}

.restaurant-header-item &gt; img {
  display: block;
  width: 12rem;
  height: 12rem;
  padding: 1rem;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #1a3775;
  background-color: #ffffff;
}

.restaurant-header-footer {
  flex: 1;
}

.restaurant-header-footer &gt; h2,
.restaurant-header-footer &gt; .profile-name &gt; h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #1a3775;
}

.restaurant-header-footer-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  padding-top: 0.85rem;
}

.restaurant-header-footer-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.6rem;
}

.share-btn {
  display: block;
  background-color: #ffffff;
  border: 0;
  display: flex;
  gap: 0.85rem;
  align-items: center;
  font-size: 1.6rem;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
}

.restaurant-gallery {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.restaurant-gallery-image {
  flex: 1 1 33%;
  height: 30rem;
}

.restaurant-gallery-image.image-btn &gt; .cont-iframe {
  height: 30rem;
}

.restaurant-gallery-image &gt; img {
  display: block;
  width: 100%;
  max-height: 300px;
  min-height: 300px;
  border-radius: 0.5rem;
  object-fit: cover;
}

.image-btn {
  position: relative;
}

.cont-image-btn {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.cont-image-btn &gt; a {
  width: 20rem;
  text-align: center;
  font-family: inherit;
  background-color: #fff;
  color: inherit;
  border: 0;
  border-radius: 5rem;
  border: 2px solid #1a3775;
  margin-top: 1rem;
  cursor: pointer;
  padding: 1rem;
  display: flex;
  justify-content: space-around;
  gap: 0.85rem;
  font-size: 2rem;
}

.btn-gallery {
  position: absolute;
  bottom: 2.5rem;
  right: 1.5rem;
  display: block;
  width: 20rem;
  text-align: center;
  font-family: inherit;
  background-color: #fff;
  color: inherit;
  border: 0;
  border-radius: 5rem;
  cursor: pointer;
  padding: 1rem;
  display: flex;
  justify-content: space-around;
  gap: 0.85rem;
  font-size: 2rem;
}

.btn-gallery-text {
  align-self: flex-end;
  font-weight: 600;
  font-size: 1.6rem;
}

.restaurant-main {
  margin-top: 7rem;
  display: flex;
  justify-content: space-between;
  gap: 3.5rem;
  padding-bottom: 25rem;
}

.restaurant-main-left {
  flex: 1;
}

.restaurant-main-right {
  width: 32rem;
}

.restaurant-main-right-card {
  border: 2px solid #1a3775;
  border-radius: 3.5rem;
  padding: 2.5rem;

  /* position: fixed; */
}

.restaurant-card-form-control {
  margin-bottom: 1.5rem;
}

.restaurant-card-form-control &gt; label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
}

.restaurant-card-form-control &gt; select,
.restaurant-card-form-control &gt; input {
  display: block;
  font-family: inherit;
  padding: 0.85rem 0.5rem;
  width: 100%;
  font-size: 1.6rem;
  color: inherit;
  border: 0;
  outline: none;
  background-color: #fff;
}

.restaurant-card-form-control &gt; input {
  border-bottom: 0;
  padding: 0.5rem 0;
}

.restaurant-card-form-control &gt; input[type='date']:focus {
  border-bottom: 0;
  color: #1a3775;
}

.restaurant-card-form-control &gt; input::placeholder {
  color: #1a3775;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type='date']::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.select-field,
.date-field {
  position: relative;
}

.input-right-icon {
  position: absolute;
  top: 3.1rem;
  right: 0;
}

.btn-form {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1.2rem;
  padding-left: 2rem;
  font-size: 1.8rem;
  font-family: inherit;
  font-weight: 400;
  background-color: #1a3775;
  color: #ffffff;
  border: 0;
  border-radius: 5rem;
  cursor: pointer;
  font-weight: 600;
}

.btn-form-reserve {
  margin-top: 1.5rem;
}

.btn-form-commander {
  background-color: #f88e2b;
  margin-top: 1.5rem;
}

.btn-form-menu {
  margin-top: 1.5rem;
  background-color: #ffffff;
  color: #1a3775;
  border: 2px solid #1a3775;
}

.small-line {
  height: 1.5px;
  background-color: #1a3775;
  margin-top: 0.5rem;
}

/* Right-Side */
h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

.restaurant-description {
  display: flex;
  gap: 1.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #1a3775;
  /* border: 2px solid red; */
}

/* .restaurant-description-secundario {
  display: flex;
  border: 2px solid red;
} */

/* .restaurant-description.fila {
  border-bottom: 1px solid #1a3775;
}

.restaurant-description.fila2 {
  border: 1px solid red;
}

.restaurant-description.externo {
  border: 1px solid red;
  padding: 0;
} */

.restaurant-description-info {
  width: 50%;
}

.restaurant-description-contact {
  flex: 1;
  margin-left: 3.5rem;
}

.restaurant-contact-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
}

.restaurant-contact-text &gt; i {
  padding-left: 0.5rem;
  color: #f88e2b;
  font-size: 1.6rem;
  vertical-align: middle;
}

.restaurant-popup &gt; a {
  cursor: pointer;
}

.restaurant-description-info &gt; a {
  display: block;
  margin-top: 2rem;
  text-decoration: underline;
  font-weight: 600;
}

.restaurant-description-info &gt; a i {
  font-size: 1.5rem;
}

/* Offer-Section */
.offer {
  padding: 3.5rem 0;
  border-bottom: 1px solid #1a3775;
}

.offer-title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1a3775;
}

.offer-content {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}

.offer-item {
  flex: 1 1 32%;
}

/* Evaluation-Section */
.evaluation {
  padding: 3.5rem 0;
  border-bottom: 1px solid #1a3775;
}

.evaluation-content {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.evaluation-item,
.avis-item {
  width: 48%;
}

.evaluation-title,
.avis-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.evaluation-title h2,
.avis-title h2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1a3775;
  line-height: 1.2;
}

.evaluation-rate,
.avis-title {
  font-size: 2.2rem;
  font-weight: 700;
}

.evaluation-rate &gt; i {
  font-size: 1.8rem;
  font-weight: 900;
  color: #f88e2b;
  padding-right: 0.5rem;
}

.evaluation-data,
.avis-data {
  margin-top: 2.5rem;
}

.evaluation-data-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.avis-link {
  display: block;
  margin-top: 2rem;
  text-decoration: underline;
  font-weight: 600;
}

.avis-link &gt; i {
  font-size: 1.5rem;
}

/* Time-Section */
.time {
  padding: 3.5rem 0;
  border-bottom: 1px solid #1a3775;
}

.time &gt; h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1a3775;
}

.time-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.time-data {
  width: 50%;
}

/* Destination-Section */

.destination {
  padding: 3.5rem 0;
  border-bottom: 1px solid #1a3775;
}

.destination &gt; h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1a3775;
}

.destination &gt; img {
  display: block;
  width: 100%;
  height: 35rem;
  object-fit: cover;
  margin: 1.5rem 0;
}

/* Proximity-Section */
.proximity {
  padding: 3.5rem 0;
  border-bottom: 1px solid #1a3775;
}

.proximity &gt; h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1a3775;
  margin-bottom: 1.5rem;
}

/* Autres-Section */
.autres-info {
  padding: 3.5rem 0;
  border-bottom: 1px solid #1a3775;
}

.autres-info &gt; h2 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1a3775;
  margin-bottom: 1.5rem;
}

/* NTK-Section */
.ntk {
  padding: 3.5rem 0;
  border-bottom: 1px solid #1a3775;
}

.ntk &gt; h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1a3775;
}

.ntk-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.ntk-data {
  width: 50%;
}

.ntk-link {
  display: block;
  margin-top: 2rem;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}

.ntk-link &gt; i {
  font-size: 1.5rem;
}

/* FAQ-Section */

.faq {
  padding: 3.5rem 0;
}

.faq &gt; h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1a3775;
}

.accordion {
  margin-top: 1.5rem;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1.2rem 0;
  color: #1a3775;
  font-size: 1.8rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.accordion button .accordion-title {
  padding: 0.8rem 1.2rem 0.8rem 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
}

.accordion button[aria-expanded='true'] .icon-accordion {
  transform: rotate(180deg);
}

.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1.6rem;
  color: #777777;
  padding-left: 3.5rem;
  width: 85%;
  padding-bottom: 0.85rem;
}

/* ---------------------Entreprendre Page---------------------- */
.header-entreprendre {
  background-color: #00c1de;
}

.hero-entreprendre {
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}

.hero-entreprendre-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.hero-entreprendre-images {
  width: 45%;
  position: relative;
}

.hero-entreprendre-images &gt; img {
  display: block;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  margin-bottom: -2.5rem;
  object-fit: cover;
}

.hero-entreprendre-item {
  width: 50%;
}

.hero-entreprendre-title {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  padding-bottom: 0.5rem;
}

.foot-entreprendre-title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  padding-bottom: 0.5rem;
}

.sp-text-entreprendre {
  font-family: 'Gotcha', sans-serif;
  font-size: 6rem;
  line-height: 0.8;
  color: #1a3775;
  font-weight: normal;
}

.foot-text-entreprendre {
  font-family: 'Gotcha', sans-serif;
  font-size: 3rem;
  line-height: 0.8;
  color: #1a3775;
  font-weight: normal;
}

.hero-entreprendre-description {
  margin-top: 2rem;
  color: #ffffff;
}

/* &lt;!-- ********************************* Connexion-Section ********************************* --&gt;
    &lt;!-- ************************************************************************************* --&gt; */
.connexion-content {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  align-items: center;
  gap: 2.5rem;
  padding: 8rem 0;

  /* border: 1px solid red; */
}

.margin1 {
  /* border: 2px solid red; */
  padding-bottom: 2rem;
}

.margin2 {
  /* border: 2px solid red; */
  padding-top: 2rem;
}

.espaciado {
  /* padding: 8rem 0; */
  margin-bottom: 15rem;

  /* border: 2px solid red; */
}

.connexion-content.pers2 {
  padding: 4rem 0;
  padding-bottom: 6rem;
  /* border: 1px solid red; */
  gap: 0.5rem;
}

.connexion-content.pers3 {
  padding: 4rem 0;
  padding-bottom: 1.5rem;
  /* border: 1px solid red; */
  gap: 0.5rem;
}

.connexion-item {
  flex: 1;
}

.connexion-item.pers {
  flex: none;
  /* display: block; */
  margin: 0 auto;
  align-items: center;
  /* border: 1px solid red; */
}

.connexion-title {
  margin: 2rem 0;
  /* margin: 2rem 0 0 0; */
  /* border: 1px solid red; */
}

.connexion-title.pers {
  margin: 2rem auto;
  /* border: 1px solid red; */
  display: flex;
  gap: 0;
}

.connexion-title.pers2 {
  margin: 2rem auto;
  /* border: 1px solid red; */
  display: flex;
  justify-content: space-between;
  /* gap: 32%; */
}

.connexion-title &gt; h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1a3775;
}

.connexion-sp-text {
  font-family: 'Gotcha', sans-serif;
  font-size: 6rem;
  line-height: 0.8;
  color: #f88e2b;
  font-weight: normal;
}

.connexion-description {
  margin-bottom: 2.5rem;
  /* margin-bottom: 0px; */

  /* border: 1px solid red; */
}

.connexion-description.pers {
  margin-bottom: 2.5rem;
  margin: 0 auto;
  /* border: 1px solid red; */
}

.connexion-description &gt; p {
  font-size: 1.8rem;
  font-weight: 400;
}

.connexion-item .btn {
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-family: inherit;
  font-weight: 400;
  color: #ffffff;
  background-color: #1a3775;
  border: 0;
  border-radius: 5rem;
  cursor: pointer;
}

.connexion-image &gt; img {
  display: block;
  width: 35rem;
  height: 35rem;
  border-radius: 50%;
  object-fit: cover;
  margin-left: auto;
}

.connexion-sub {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #1a3775;
}

.connexion-sub.det {
  position: relative;
}

.connexion-sub.pers {
  border-bottom: none;
}
/* &lt;!-- ********************************* Connexion-Section ********************************* --&gt;
    &lt;!-- ************************************************************************************* --&gt; */

/* &lt;!-- ********************************* Nouvelle ********************************* --&gt;
    &lt;!-- ************************************************************************************* --&gt; */

.main-container.nouvell {
  width: 100%;
  height: 100%;
  padding: 5rem 0rem 0rem 0rem;
  /* border: 2px solid red; */
}

.contenedor-nouvell {
  width: 100%;
  height: 100%;
  /* display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-columns: row(1, 1fr);
  grid-template-areas:
    "main main main main main main main lateral lateral lateral"; */
  background-color: #ffffff;
  gap: 2rem;
  padding-bottom: 50px;
  position: relative;
}

.connexion-content.nouvell {
  background-color: #ffffff;
  padding: 2rem 0;
}

.connexion-item.nouvell {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-columns: row(8, 1fr);
  grid-template-areas:
    'titulo titulo titulo titulo titulo titulo titulo titulo titulo titulo'
    'titulo titulo titulo titulo titulo titulo titulo titulo titulo titulo'
    'photo photo photo photo photo photo photo lateral lateral lateral'
    'photo photo photo photo photo photo photo lateral lateral lateral'
    'photo photo photo photo photo photo photo lateral lateral lateral'
    'photo photo photo photo photo photo photo lateral lateral lateral'
    'photo photo photo photo photo photo photo lateral lateral lateral'
    'photo photo photo photo photo photo photo lateral lateral lateral';
  /* grid-area: main; */
  gap: 10px;
}

.connexion-description.nouvell {
  width: 70%;
  /* margin: 0; */
  /* padding: 0; */
  /* border: 2px solid red; */
}

.tit-nou {
  grid-area: titulo;
}

.photo.nouvell {
  /* margin-top: 50px; */
  /* margin-top: 0px; */
  grid-area: photo;
  width: 100%;
  height: max-content;
  padding-right: 30px;
  /* margin-right: 100px; */
  /* grid-area: main; */
  /* grid-area: main; */
  /* overflow: hidden; */
}

.lateral-nouvell {
  grid-area: lateral;
  /* margin-top: 20px; */
  width: 100%;
  height: 1000px;
  overflow: hidden;
  overflow-y: scroll;
}

.art-type {
  font-size: 1.8rem;
  /* padding-top: 1.5rem; */
  color: #f88e2b;
}

/* .lateral-nouvell &gt; img,
.lateral-nouvell &gt; a &gt; img {
  display: block;
  width: 100%;
  height: 20%;
  overflow: hidden;
  object-fit: cover;
  margin-left: auto;
  margin-bottom: 10px;
} */

.lateral-nouvell &gt; .cont-lat {
  display: block;
  width: 100%;
  height: max-content;
  overflow: hidden;
  object-fit: cover;
  margin-left: auto;
  margin-bottom: 40px;
}

.art-photo {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
}

.cont-lat &gt; a &gt; img,
.cont-lat &gt; img {
  display: block;
  width: 100%;
  height: 80%;
  overflow: hidden;
  object-fit: cover;
  margin-left: auto;
  margin-bottom: 10px;
}

.lateral-nouvell &gt; .cont-lat &gt; a &gt; img {
  cursor: pointer;
}

.connexion-description.nouvell &gt; .texto {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Trenda', sans-serif;
}

.descrip.photo.nouvell.texto {
  font-weight: normal;
  /* border: 2px solid red; */
  /* padding: 20px; */
  /* margin: 10px 15px 10px 15px; */
}

.cont-iframe2,
.phot-nouv {
  width: 50vw;
  /* width: 800px; */
  max-width: 1000px;
  min-width: 320px;
  margin: auto;
  margin-bottom: 5%;
  /* border: 2px solid red; */
}

.cont-iframe2 {
  height: max-content;
}

.phot-nouv &gt; img {
  width: 100%;
}
.cont-iframe2 &gt; iframe {
  width: 100%;
  min-height: 500px;
}

.descrip.photo.nouvell {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  /* max-height: 700px; */
  margin-top: 2px;
}

.lateral-nouvell &gt; .cont-lat &gt; p,
.lateral-nouvell &gt; .cont-lat &gt; a &gt; p {
  padding-bottom: 10px;
}

.articlespage.nouvelle {
  margin: 0px 10px 200px 10px;
}

/* .articles-card.area-card-data-2.nouvelle {
  width: 30%;
  height: 450px;
} */

.articles-card.area-card-data-2.nouvelle &gt; a {
  width: 100%;
  height: 100%;
  /* border: 2px solid red; */
}

/* OJO */
.articles-card.area-card-data-2.nouvelle &gt; a &gt; img,
.articles-card.area-card-data-2.nouvelle &gt; div &gt; iframe {
  width: 100%;
  height: 100%;
  max-height: 28rem;
  min-height: 28rem;
  height: 28rem;
  object-fit: cover;
  /* border: 2px solid red; */
}

.articles-card.area-card-data-2.nouvelle &gt; a &gt; img:hover,
.articles-card.area-card-data-2.nouvelle &gt; div &gt; iframe:hover {
  transition: 300ms ease-in;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  /*box-shadow: 13px 15px 37px black;
  */ /*border: 2px solid red;
  */
}

.articlespage.nouvelle {
  /* border: 2px solid red; */
  margin-bottom: 0px;
}

.articlespage.nouvelle-detaille {
  /* border: 2px solid red; */
  margin-bottom: 150px;
}

/* &lt;!-- ********************************* Nouvelle ********************************* --&gt;
    &lt;!-- ************************************************************************************* --&gt; */

/* ***************************** NOTICIAS **************************  */
/* ****************************************************************  */

/* VARIABLES */
:root {
  --anarajado-plataforma: #f88e2b;
  --azul-ocuro-plataforma: #1a3775;
}

.title-noticias &gt; h2 {
  text-align: left;
  font-size: 2em;
  color: var(--azul-ocuro-plataforma);
  font-family: 'Trenda', sans-serif;
}

.title-noticias &gt; p {
  line-height: 1.8em;
  font-weight: bold;
  color: var(--azul-ocuro-plataforma);
  font-family: 'Trenda', sans-serif;
}
#main-container-noticias {
  background-color: white;
  margin: 0 auto;
  min-width: 375px;
  width: 1280px;
  margin-bottom: 200px;
  margin-top: 9rem;
}
.title-noticias {
  font-size: 1.1em;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  box-sizing: border-box;
}
.title-price {
  display: flex;
  justify-content: space-between;
}
.price {
  color: #f88e2b;
}
#main-section-noticias {
  width: 1280px;
  padding: 20px;
  padding-top: 0;
  box-sizing: border-box;
  width: 900px;
}
.articulo-noticias {
  font-size: 1.1em;
  line-height: 1.8em;
  color: var(--azul-ocuro-plataforma);
  font-family: 'Trenda', sans-serif;
}

#main-container-noticias &gt; .menu-lateral-noticias {
  box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
  width: 375px;
  height: 800px;
  overflow: auto;
}

#main-container-noticias &gt; .menu-lateral-noticias::-webkit-scrollbar {
  width: 10px;
}
#main-container-noticias &gt; .menu-lateral-noticias::-webkit-scrollbar-thumb {
  background-color: var(--azul-ocuro-plataforma);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
#main-container-noticias
  &gt; .menu-lateral-noticias::-webkit-scrollbar-thumb:hover {
  background-color: var(--azul-ocuro-plataforma);
}

#main-section-noticias,
#main-container-noticias &gt; .menu-lateral-noticias {
  display: inline-block;
  vertical-align: top;
}

#main-container-noticias &gt; .menu-lateral-noticias .related-noticias {
  margin: 0 auto;
  margin-bottom: 25px;
}

.related-noticias &gt; a {
  text-decoration: none;
  text-align: center;
}

.related-noticias &gt; a &gt; h2 {
  font-size: 1.8rem;
  /* padding-top: 1.5rem; */
  color: var(--anarajado-plataforma);
  font-family: 'Trenda', sans-serif;
  margin: 0;
  margin-top: 5px;
}

.related-noticias &gt; a &gt; h3 {
  font-size: 1.5rem;
  /* font-weight: 700; */
  color: var(--azul-ocuro-plataforma);
  font-family: 'Trenda', sans-serif;
  margin: 0;
  margin-top: 5px;
}

.relacionado-iframe,
.articulo-iframe {
  width: 100%;
}

.articulo-iframe {
  height: 437px;
}

/* ***************************** NOTICIAS **************************  */
/* ****************************************************************  */

/* &lt;!-- ********************************* Extras ********************************* --&gt;
    &lt;!-- ************************************************************************************* --&gt; */

.footer-text-item.enterp {
  display: flex;
}

.navbar.enterp &gt; .logo,
.footer-text-item.enterp &gt; .abajo.logo {
  /* border: 2px solid red; */
  /* padding: 0px; */
  margin-right: 0px;
  /* gap: 200px; */
}

.navbar.enterp &gt; .sp-text-entreprendre {
  margin-right: 400px;
}

/* .sp-text-entreprendre.abajo {
  margin-top: 25px;
  margin-right: 100px;
} */

.collection.footer.entreprend {
  padding-top: 0px;
}

.footer-nav.entreprend {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  text-align: center;
  gap: 20px;
}

.main-container-lenguage.entreprend {
  position: absolute;
  width: 100px;
  top: 50px;
  right: 170px;
  margin: 0 auto;
}

/* &lt;!-- ********************************* Extras ********************************* --&gt;
    &lt;!-- ************************************************************************************* --&gt; */

/* Profitz-Section */

.profitz {
  background-color: #f4b223;
  padding: 8rem 0;
}

.profitz-title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #1a3775;
}

.profitz-content {
  margin-top: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.profitz-card {
  width: 30%;
  display: flex;
  gap: 2.5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1a3775;
}

.profitz-card &gt; h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
}

/* Monde-Section */

.monde-content {
  display: flex;
  justify-content: space-between;
}

.monde-item {
  width: 65%;
  background-color: #1a3775;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.monde-item-content {
  width: 75%;
  margin: 0 auto;
  padding: 8rem 0;
}

.monde-title {
  margin-bottom: 2rem;
}

.monde-title &gt; h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.monde-item .btn {
  display: block;
  text-align: center;
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  font-family: inherit;
  font-weight: 400;
  background-color: #f88e2b;
  color: #ffffff;
  border: 0;
  border-radius: 5rem;
  cursor: pointer;
}

.monde-image {
  width: 35%;
}

.monde-image &gt; img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.monde-list {
  margin: 2.5rem 0;
}

.monde-list-item {
  margin-bottom: 1.5rem;
  display: flex;
  gap: 2.5rem;
}

.monde-list-item &gt; i {
  font-size: 3rem;
}

/* Footer-entreprendre */
.footer-entreprendre {
  padding: 3.5rem 0;
}

.footer-entreprendre .footer-nav {
  margin-top: 3.5rem;
}

/* Networks */

.networks &gt; .title &gt; h1 {
  text-align: center;
}

.share &gt; a {
  /* border: 2px solid red; */
  font-size: 40px;
}

.whatsapp &gt; i {
  /* border: 2px solid red; */
  color: #2db842;
}

.facebook &gt; i {
  /* border: 2px solid red; */
  color: #3b5998;
}

.twitter &gt; i {
  /* border: 2px solid red; */
  color: #1a8cd8;
}

.linkedin &gt; i {
  /* border: 2px solid red; */
  color: #0a66c2;
}

.instagram &gt; i {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .google-plus &gt; i {
  color: red;
} */

/* Networks */

/**************************************************************** Tooltip ***************************************************/
/***************************************************************************************************************************/

.tooltip {
  position: relative;
  display: inline-block;
}

.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;

  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: -200%;
  /* margin-left: -100px; */

  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::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
} */

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 0.5;
}

button#loginRegister-Btn &gt; span.tooltiptext {
  bottom: 90%;
  font-family: 'Trenda', sans-serif;
}

a.btn-form.btn-form-commander.tooltip:hover &gt; span.tooltiptext {
  opacity: 1;
  bottom: 30%;
  left: -0%;
  /* border: 2px solid red; */
}

/* a.btn-form.btn-form-commander.boutique-lign.tooltip:hover &gt; span.tooltiptext {
} */

/*************************** Tooltip ***************************/
/**************************************************************/

/************************ SELECT LENAGUAGE *********************/
/**************************************************************/

.selector {
  width: 135px;
  height: 24px;

  font-size: 1.6rem;
  font-weight: 600;
  font-family: 'Trenda', sans-serif;
  line-height: 1.5;
  color: #1a3775;

  position: relative;
}

.selector.movil {
  width: 135px;
  color: #ffffff;
  margin-bottom: 35px;
}

.hide {
  display: none;
}

#selectField,
#selectFieldMovil {
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  gap: 15px;
}

#selectTextMovil {
  width: 100%;
}

#selectField img,
#selectField i,
#selectFieldMovil img,
#selectFieldMovil i {
  color: var(--azul-ocuro-plataforma);
  width: 12px;
  font-size: 12px;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}

#selectFieldMovil i {
  color: #ffffff;
}

#list,
#listMovil {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
  margin-top: 15px;
}

#list.pag-blanco {
  border: 2px solid var(--azul-ocuro-plataforma);
  background: rgba(255, 255, 255);
}

#listMovil {
  background-color: rgba(255, 255, 255);
}

.options,
.optionsMovil {
  width: 100%;
  padding: 15px 0 15px 50px;
  list-style: none;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}

.options img,
.optionsMovil img {
  width: 25px;
  height: 15px;
  position: absolute;
  left: 15px;
}

.optionsMovil p {
  color: var(--azul-ocuro-plataforma);
}

.options:hover,
.optionsMovil:hover {
  background: rgba(255, 255, 255, 0.7);
}

.rotate {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/************************ SELECT LENAGUAGE *********************/
/**************************************************************/

/**************************** AJUSTES **************************/
/**************************************************************/

.articles-card.area-card-data-2.ind .cont-iframe {
  margin-top: 2rem;
}

.hero-images.index {
  width: 53%;
  position: relative;
  padding-left: 3rem;
  /* border: 2px solid red; */
}

.hamburger-icon {
  margin-right: 20px;
  /* border: 2px solid red; */
}

.region-item:nth-child(2).borde-left {
  border-left: 2px solid #1a3775;
}

.connexion-content.perso {
  /* border: 2px solid red; */
  padding-top: 0px;
}

.region-dropdown {
  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;

  /* width: 100%; */
  /* border: 2px solid red; */

  /* margin: 0px; */
  margin: 0 auto;
  /* left: 0; */
  margin-top: 20px;
}

.region-box {
  margin-top: 10rem;
  /* border: 2px solid red; */
}

.restaurant-main-right-card {
  border: 2px solid #1a3775;
  border-radius: 3.5rem;
  padding: 2.5rem;

  position: sticky;
  /* top: 380px; */
  top: 30px;
  margin: 0px;
  /* padding-top: 0px; */
}

.btn-form.btn-form-commander.boutique-lign {
  /* border: 2px solid red; */
  background-color: #00c1de;
}

.restaurant-header-item.prof {
  margin-top: 0px;
}

/* LOGOS */
.area-card-logo.logo-icono {
  font-size: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Asistance de voyage */
.region-item.doble {
  /* border: 2px solid red; */
  width: 100%;
  /* margin: 0px; */
  /* padding-left: 100px; */
  margin-right: 30%;
}

/* Profile */
.breadcrumb-content.ajuste {
  /* border: 2px solid red; */
  margin: 0px;
  /* display: ; */
}

/*
https://digilopolis.com/blog/2019/06/14/un-enlace-para-compartir-tus-redes-sociales-y-sitio-web/ 
 */

/* .grid-item {
  width: 100%
  border: 2px solid red;
 } */

.share {
  display: flex;
  justify-content: center;
}

.share a {
  margin: 0 5px;
  text-decoration: none;
  padding: 10px;
}

.area-card-logo.logo-icono.icn-icon {
  display: none;
}

.navbar &gt; .main-menu,
.navbar &gt; .nav-icons,
.navbar &gt; .hamburger-icon {
  margin-top: 20px;
}

.vot {
  /* border: 2px solid red; */
  display: flex;
  flex-direction: row;
  gap: 20px;
}
/* 
.logo.head-ind.ent img{
  width: 80px;
} */

.contenedor-grid__iconos.contact {
  min-width: 0px;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 50px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.carrusel__contenedor__lista__elemento__boton-iconos-contact.cont {
  background: none;
}

.title-contact {
  margin-top: 100px;
}

.articles-content.nou {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: start;
  align-items: flex-start;
}

.articles-card.area-card-data-2.nouvelle {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.nouvelle &gt; a &gt; h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
}

.seleccion {
  margin-left: 40px;
  margin-bottom: 10px;
}

/* .articles-card.area-card-data-2 {
  border: 2px solid red;
} */

/* OJO */
.cont-iframe {
  display: block;
  position: relative;
  width: 100%;
  height: 28rem;
  object-fit: cover;
  /* margin-bottom: 15px; */
  /* margin-top: 2rem; */
}

.swiper-slide-normal &gt; .cont-iframe {
  height: 100%;
}

/* .area-card-footer.area-card-footer-multi {
  position: relative;
}

.area-card-footer-content {
  position: absolute;
  bottom: 0;
} */

/**************************************************************** AJUSTES ***************************************************/
/***************************************************************************************************************************/

/*************************************** Responsive Styles Media Queries ***************************************************/
/***************************************************************************************************************************/

@media (max-width: 1450px) {
  .navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .nav-icons {
    margin: 0;
    padding: 0;
  }
  .search-bar {
    margin-left: 0px;
    /* border: 2px solid red; */
  }
  .navbar &gt; .logo {
    margin: 0;
    padding: 0;
    /* max-width: 200px; */
    /* min-width: 200px; */
    /* border: 2px solid red; */
  }
  .main-menu {
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
  }
  .nav-menu {
    margin: 0 25px 0 15px;
    max-width: 400px;
    /* border: 2px solid red; */
  }
}

@media (max-width: 1350px) {
  .registerSearchmodal-content {
    width: 96%;
    height: 95px;
    margin-top: 50%;
    align-items: center;
  }
  .registerSearchmodal-content .busqueda-icon {
    cursor: pointer;
    color: #1a3775;
  }
  .imput-busqueda {
    width: 80%;
  }

  /* OJO */
  .area-cards-flex {
    /* flex-direction: column; */
  }

  .area-card-data {
    width: 100%;
    flex: 1 1 100%;
  }
  .recommendation-card {
    width: 100%;
  }
  .filter-icon-box {
    display: none;
  }

  /* .area-cards-flex.plani-mult {
    display: grid;
    grid-template-columns: repeat(1fr, 1fr);
  } */
}

@media (max-width: 1250px) {
  .registerSearchmodal-content {
    width: 96%;
    height: 95px;
    margin-top: 50%;
    align-items: center;
  }

  .registerSearchmodal-content .busqueda-icon {
    cursor: pointer;
    color: #1a3775;
  }

  .imput-busqueda {
    width: 80%;
  }

  .main-menu {
    gap: 1.5rem;
  }

  /* OJO */
  .area-cards-flex {
    /* flex-direction: column; */
  }

  /* .area-fila {
    display: flex;
    flex-direction: row;
  } */

  /* .area-cards-flex2 {
    flex-direction: row;
  } */
  /* OJO */

  .area-card-data {
    width: 100%;
    flex: 1 1 100%;
  }

  .recommendation-card {
    width: 100%;
  }

  .container .products-container {
    margin-bottom: 18%;
  }

  #main-container-noticias &gt; .menu-lateral-noticias {
    width: 29%;
  }
  #main-section-noticias {
    width: 70%;
  }

  #main-container-noticias {
    width: 100%;
  }

  .articulo-iframe {
    width: 100%;
  }
}

@media (max-width: 1150px) {
  .navbar &gt; .logo {
    max-width: 200px;
    min-width: 200px;
    /* border: 2px solid red; */
  }
  .main-menu {
    gap: 0px;

    /* border: 2px solid red; */
  }

  .nav-icons {
    margin: 0;
    padding: 0;
    /* border: 2px solid red; */
  }

  .nav-menu {
    margin: 0;
    max-width: 330px;
    gap: 14px;
  }

  .nav-links {
    font-size: 1.4rem;
  }

  .footer-link-btn.assistance-top {
    width: 150px;
    font-size: 1.2rem;
    padding: 0.7rem 1.2rem;
    text-align: center;
  }

  .area-card-data-2.card-multi,
  .area-card-data-2.card-multi.product-item {
    width: 48%;
    flex: 1 1 30%;
  }

  /* .area-card-data-2.card-multi.product-item{
    border: 2px solid red;
    width: 48%;
    flex: 1 1 30%;
  } */

  .area-cards-flex {
    /* flex-direction: column; */
  }
  /* .area-card-data {
    width: 100%;
    flex: 1 1 100%;
  } */
}

@media (max-width: 1025px) {
  .region-item {
    padding-right: 2.5rem;
    padding-left: 0;
    border-left: 0;
    width: 100%;
  }

  .region-box-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.5rem;
  }

  .connexion-title,
  .connexion-description.nouvell {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  .connexion-item.nouvell {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-columns: row(8, 1fr);
    grid-template-areas:
      'titulo titulo titulo titulo titulo titulo titulo titulo titulo titulo'
      'titulo titulo titulo titulo titulo titulo titulo titulo titulo titulo'
      'photo photo photo photo photo photo photo photo photo photo'
      'photo photo photo photo photo photo photo photo photo photo'
      'photo photo photo photo photo photo photo photo photo photo'
      'lateral lateral lateral lateral lateral lateral lateral lateral lateral lateral'
      'lateral lateral lateral lateral lateral lateral lateral lateral lateral lateral';
    gap: 10px;
  }

  .photo.nouvell {
    width: 100%;
    height: max-content;
    padding-right: 0px;
  }

  .cont-iframe2,
  .phot-nouv {
    width: 95vw;
  }

  .cont-iframe2 {
    height: 95vw;
  }

  .lateral-nouvell {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
    width: 90%;
    height: 300px;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .lateral-nouvell &gt; .cont-lat {
    display: block;
    width: 30%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    margin-left: auto;
    margin-bottom: 10px;
  }

  /* .cont-lat &gt; a &gt; img,
  .cont-lat &gt; img {
    display: block;
    width: 100%;
    height: 70%;
    overflow: hidden;
    object-fit: cover;
    margin-left: auto;
    margin-bottom: 10px;
  }

  .cont-lat &gt; a &gt; img,
  .cont-lat &gt; img {
    width: 100%;
    height: 70%;
  } */
}

@media (max-width: 992px) {
  .hero {
    height: unset;
  }

  .hero-images .hero-circle-1 {
    width: 24rem;
    height: 24rem;
    margin-left: 8rem;
  }

  .hero-images .hero-circle-2 {
    width: 30rem;
    height: 30rem;
    top: 6rem;
    right: 0rem;
  }

  .img-box {
    top: 6rem;
  }

  .hero-item {
    margin-left: 0;
    padding: 5rem;
  }

  .decouvirer-item {
    width: 45%;
  }

  .decouvirer-image {
    width: 55%;
  }

  .area-card-description {
    padding: 2rem;
  }

  .area-card-body p {
    font-size: 1.6rem;
  }

  .area-card-footer-content {
    gap: 1rem;
    font-size: 1.6rem;
  }

  .restaurant-main-right {
    width: 27rem;
  }

  .restaurant-main-right-card {
    padding: 2rem;
  }

  .footer-nav {
    margin-top: 5rem;
  }

  .region-item:nth-child(2).borde-left {
    border: none;
  }

  .sp-text-entreprendre {
    font-size: 55px;
  }

  .footer-text-item.enterp {
    display: flex;
    flex-direction: column;
    /* border: 2px solid red; */
  }

  .footer-text.enterp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* border: 2px solid red; */
  }

  .articles-content.nou {
    grid-template-columns: repeat(2, 1fr);
    /* border: 2px solid red; */
  }

  .articulo-iframe {
    height: 400px;
  }
}

@media (max-width: 940px) {
  .recommendation-item {
    width: 100%;
    text-align: center;
  }
  .recommendation-item .btn {
    margin: 0 auto;
    margin-top: 2.5rem;
  }
  .articles-cards {
    flex-wrap: wrap;
  }
  .recommendation-description {
    margin: 0 auto;
  }
  .articles-card {
    min-width: 30rem;
    width: 100%;
  }

  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .hamburger-icon {
    display: block;
  }

  .nav-icons {
    display: none;
  }
  .main-menu {
    display: none;
  }
}

/* @media only screen and (min-width: 940px) {
  .sidebar-menu {
    display: none;
  }
} */

@media (max-width: 925px) {
  .products-preview .preview img {
    width: 100%;
    max-width: 500px;
    min-width: 450px;
  }

  .products-preview .preview p {
    max-width: 500px;
  }

  .hero-images .hero-circle-1 {
    margin-left: 6rem;
  }

  .nav-menu {
    display: none;
  }

  .hamburger-icon {
    display: block;
  }

  .main-menu {
    justify-content: flex-end;
    gap: 1.5rem;
  }

  .region-box {
    padding-right: 1.5rem;
  }

  .region-item:nth-child(1) {
    border-left: 0;
    padding-left: 1.5rem;
  }

  .recommendation-content-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
    flex-wrap: wrap;

    flex-direction: column;
  }

  .recommendation-item {
    width: 100%;
  }

  .articles-cards {
    gap: 1.5rem;
  }

  .restaurant-main {
    flex-direction: column;
  }

  .restaurant-main-left {
    order: 2;
    width: 100%;
    margin-top: 5rem;
  }

  .restaurant-main-right {
    width: 100%;
  }

  .restaurant-main-right-card {
    padding: 3rem;
    border-radius: 1.5rem;
  }

  .restaurant-description {
    justify-content: space-between;
  }
}

@media (max-width: 900px) {
  .contenedor-grid.contact {
    width: 100%;
    min-height: 700px;
  }

  .contenedor-grid__iconos.contact {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* border: 2px solid red; */
    /* display: block;
    margin-left: 50px; */
  }

  .iconos {
    width: 100%;
    height: 100%;
  }

  /* .region-box-flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
  } */

  .footer-banner-ent-content {
    width: 100%;
    margin: 0 auto;
  }

  .hero-entreprendre-images &gt; img {
    width: 32rem;
    height: 32rem;
  }

  .monde-content {
    flex-direction: column;
  }

  .monde-image,
  .monde-item {
    width: 100%;
  }

  .restaurant-gallery {
    margin-top: 5%;
  }

  .area-card-header.area-card-header-multi.profile {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    gap: 2px;

    /* border: 2px solid red; */
  }

  .restaurant-header-footer {
    margin: 0;
  }

  .area-card-header-title {
    margin: 0;
    padding: 0;
    height: 100%;
    /* border: 2px solid red; */
  }

  .restaurant-header-footer-child {
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    /* border: 2px solid red; */
  }

  .location-container {
    /* border: 2px solid red; */
    display: flex;
    gap: 10px;
    text-align: start;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
  }
}

@media (max-width: 840px) {
  .area-card-description {
    width: 100%;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 0;
  }

  .horz {
    padding-bottom: 40%;
  }

  .area-card-content {
    flex-direction: column;
  }

  .area-card-slider {
    width: 100%;
  }

  .area-card-footer-content {
    flex-wrap: wrap;
  }

  .area-card .swiper-slide img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }

  .area-card .swiper-slide-normal .img-serv {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
  }

  .articles-content.nou {
    align-items: center;
  }
}

@media (max-width: 835px) {
  .hero {
    padding-left: unset;
  }

  .hero-images {
    margin-left: 0;
    padding-left: 0;
  }

  .hero-images.index {
    width: 60%;
    margin-left: 0;
    padding-left: 0;
  }

  .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-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-item {
    width: 100%;
    text-align: center;
    margin-top: 13rem;
    padding-top: 4rem;
  }

  .hero {
    margin-top: 2.5rem;
    height: unset;
  }

  .sp-text {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }

  .footer-banner-item {
    width: 45%;
    padding: 2.5rem;
  }

  .footer-banner-ent {
    width: 55%;
  }

  .articles-card {
    min-width: 30rem;
    width: 100%;
  }

  .region-box-flex {
    justify-content: space-between;
  }
}

@media (max-width: 782px) {
  .footer-text-item {
    margin: 0 auto;
  }

  .footer-text-cp {
    margin: 0 auto;
  }

  .restaurant-header-item {
    margin-top: -12rem;
  }

  .recommendation-card &gt; img {
    display: block;
    max-width: 50rem;
    min-width: 35rem;
    max-height: 45rem;
    min-height: 40rem;
    width: 40rem;
    height: 40rem;
    object-fit: cover;
  }

  #main-container-noticias &gt; .menu-lateral-noticias {
    width: 100%;
    height: 300px;
  }
  #main-container-noticias
    &gt; .menu-lateral-noticias
    &gt; #related-contend-noticias {
    display: inline-block;
  }
  #main-container-noticias
    &gt; .menu-lateral-noticias
    &gt; #related-section-noticias
    &gt; .related-noticias {
    display: inline-block;
    vertical-align: top;
    padding-right: 1px;
    width: 49%;
  }
  /* OJO */
  .related-noticias &gt; a &gt; img,
  .relacionado-iframe {
    height: 25vw;
    min-height: 100px;
  }

  #main-section-noticias {
    width: 100%;
  }

  .connexion-sp-text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* @media (max-width: 767px) { */
@media (max-width: 992px) {
  .region-main-flex {
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
  }

  .region-title,
  .region-description {
    width: 100%;
  }

  .region-box {
    border: 1px solid #1a3775;
    border-radius: 1.5rem;
    padding: 1.5rem 1.5rem;
    padding-right: 1.5rem;
  }

  .region-item {
    padding-right: 2.5rem;
    padding-left: 0;
    border-left: 0;
    width: 100%;
  }

  .region-item:nth-child(1) {
    padding-left: 0;
  }

  .hero-entreprendre {
    margin-top: 0;
    padding: 2.5rem 0;
  }

  .hero-entreprendre-content {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }

  .hero-entreprendre-images {
    width: 100%;
    position: relative;
  }

  .hero-entreprendre-images &gt; img {
    margin-bottom: 0;
    margin: 0 auto;
  }

  .hero-entreprendre-item {
    width: 100%;
    text-align: center;
  }

  .connexion-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6rem 0;
  }

  .profitz-content {
    flex-direction: column;
    gap: 2.5rem;
  }

  .profitz-card {
    width: 100%;
  }

  .carrusel-iconos {
    /* margin-bottom: 8%; */
    margin-bottom: 100px;
    /* border: 2px solid red; */
  }

  .selector {
    width: 100px;
  }

  .options {
    padding: 15px 0 15px 35px;
  }

  .options img {
    left: 5px;
  }

  .options p {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .hero-images {
    margin-left: unset;
  }

  .comprendre-content {
    flex-wrap: wrap;
  }

  .comprendre-image,
  .comprendre-item {
    width: 100%;
  }

  .decouvirer-content {
    flex-wrap: wrap;
  }

  .decouvirer-image,
  .decouvirer-item {
    width: 100%;
  }

  .decouvirer-image {
    order: 2;
  }

  .planifier-content {
    flex-wrap: wrap;
  }

  .planifier-image,
  .planifier-item {
    width: 100%;
  }

  .articles-cards {
    flex-wrap: wrap;
  }

  .articles-card {
    min-width: 25rem;
    width: 100%;
  }

  .articles-card.recomendation &gt; img {
    margin-top: 8rem;
  }

  .footer-banner-flex {
    flex-wrap: wrap;
  }

  .footer-banner-item {
    width: 100%;
  }

  .footer-banner-ent {
    width: 100%;
  }

  .breadcrumb-content.ajuste {
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    /* border: 2px solid red; */
  }

  .menu-lat {
    display: none;
  }

  .menu-container {
    display: flex;
    flex-direction: column;
  }

  .connexion-title.pers2 {
    /* border: 2px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
  }

  .connexion-title.pers2 h2 {
    margin: 0 auto;
    margin-top: 20px;
  }

  .container-city__nav__button {
    margin-left: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  /* .photo.nouvell {
    width: 100%;
    height: auto;
  } */
}

@media (max-width: 681px) {
  .restaurant-header-item {
    margin-top: -15rem;
  }
  .small-container.single-product &gt; .row {
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .hero-images,
  .hero-images.index {
    width: 100%;
    position: relative;
    padding-left: 8rem;
  }

  .dropdown-autres {
    left: 0;
    transform: translateX(0);
  }

  .evaluation-content {
    flex-direction: column;
  }

  .evaluation-item {
    width: 100%;
  }

  .avis-item {
    width: 100%;
  }

  .time-content {
    flex-direction: column;
  }

  .time-data {
    width: 100%;
  }
  .container .products-container {
    margin-bottom: 28%;
  }

  .contenedor-grid.contact {
    width: 100%;
    min-height: 580px;
  }
}

@media (max-width: 600px) {
  .recommendation-cards {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
  }

  .recommendation-card {
    width: 80%;
  }

  .recommendation-card &gt; img {
    max-width: 30rem;
    min-width: 25rem;
    max-height: 25rem;
    min-height: 20rem;
    width: 25rem;
    height: 20rem;
  }

  .search-bar {
    display: none;
  }

  .restaurant-description {
    flex-direction: column;
  }

  .restaurant-description.fila {
    flex-direction: row;
    padding-bottom: 0px;
    /* border: 2px solid red; */
  }

  .restaurant-description-info {
    width: 100%;
  }

  .restaurant-description-contact {
    width: 100%;
    margin-left: 0;
  }

  .restaurant-description.fila {
    font-size: 16px;

    /* border: 2px solid red; */
  }

  .restaurant-description .carrito a .fa-solid.fa-cart-shopping.carrito,
  .restaurant-description .carrito a .fa-solid.fa-rotate-left.carrito {
    color: #1a3775;
    font-size: 20px;
    margin-top: 15px;
  }

  .navbar.enterp.ent2 {
    display: flex;
    flex-direction: column;
  }

  .lateral-nouvell &gt; .cont-lat {
    width: 45%;
  }

  .articulo-iframe {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .hero-images {
    width: 100%;
    position: relative;
    padding-left: 3rem;
  }

  .img-box {
    position: relative;
    width: 100%;
  }

  .hero-images .hero-circle-1 {
    position: relative;
    width: 18rem;
    height: 18rem;
    left: 7rem;
    z-index: 5;
  }

  .hero-images .hero-circle-2 {
    position: absolute;
    top: 6rem;
    right: 9rem;
    width: 22rem;
    height: 22rem;
    margin: 0 auto;
  }

  .modal-accordion {
    padding: 0.5rem;
  }

  .modal-accordion button {
    font-size: 1.7rem;
  }

  .modal-accordion .form-control-flex .modal-btn-submit,
  .modal-accordion .form-control-modal &gt; .modal-btn-submit {
    font-size: 1.5rem;
  }

  .form-control-modal {
    margin-left: 2.8rem;
  }

  .modal-accordion .form-control-modal &gt; .modal-btn-submit {
    width: 100%;
  }
  .area-card-logo.logo-icono {
    /* display: none; */
  }
}

@media (max-width: 500px) {
  .products-preview .preview img {
    width: 100%;
    max-width: 300px;
    min-width: 250px;
  }

  .products-preview .preview p {
    max-width: 300px;
  }

  .hero {
    margin-top: 0;
  }

  .planifier-item-content,
  .decouvirer-item-content,
  .comprendre-item-content {
    width: 100%;
    padding: 5rem 1.5rem;
  }

  .footer-menu {
    width: 100%;
  }

  .filter-type {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.2rem;
  }

  #autres-filters-wrapper {
    position: relative;
    width: 100%;
  }

  .dropdown-autres {
    width: 100%;
  }

  .categories {
    justify-content: center;
    width: 100%;
  }

  .area-card-header &gt; img,
  .area-card-header &gt; i {
    width: 6.5rem;
    height: 6.5rem;
    padding: 0.5rem;
    border: 2px solid #1a3775;
  }

  .area-card-subtitle {
    font-size: 3rem;
  }

  .restaurant-header-item {
    margin-top: 0;
  }

  .restaurant-content {
    align-items: flex-start;
  }

  .restaurant-header-item &gt; img {
    width: 8rem;
    height: 8rem;
    border: 2px solid #1a3775;
  }

  .restaurant-gallery-image &gt; img {
    display: block;
    width: 100%;
    max-height: 150px;
    border-radius: 0.5rem;
    object-fit: cover;
  }

  .restaurant-header-footer &gt; h2 {
    font-size: 2.6rem;
  }

  .breadcrumb-content {
    margin-left: 0;
  }

  .ntk-content,
  .offer-content {
    flex-direction: column;
  }

  .ntk-data,
  .offer-item {
    width: 100%;
  }

  .accordion button {
    font-size: 1.6rem;
  }

  .accordion .accordion-content p {
    padding-left: 0;
    width: 100%;
  }

  .region {
    padding: 6rem 0;
    height: unset;
  }

  .img-box {
    top: 1.5rem;
  }

  .region-title,
  .region-description,
  .planifier-title &gt; h2,
  .planifier-description,
  .decouvirer-title &gt; h2,
  .recommendation-line,
  .recommendation-title &gt; h2,
  .recommendation-description,
  .recommendation-card &gt; p,
  .comprendre-title &gt; h2,
  .comprendre-description,
  .articles-card &gt; p,
  .footer-menu &gt; h4,
  /* .footer-menu &gt; a, */
  .footer-link,
  .profitz-title,
  .monde-title &gt; h2 {
    text-align: center;
  }

  .footer-menu &gt; button {
    width: 100%;
    align-items: center;
  }

  .monde-title &gt; h2 br {
    display: none;
  }

  .recommendation-description {
    width: 100%;
  }

  .planifier-item .btn,
  .decouvirer .btn,
  .comprendre .btn,
  .footer-link-btn,
  .connexion-item .btn,
  .monde-item .btn,
  .recommendation-item .btn,
  .footer-banner-ent-content .btn {
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .articles {
    padding-bottom: 10rem;
  }

  .footer-nav {
    margin-top: 5rem;
    gap: 2.5rem;
  }

  .footer-text-cp &gt; p {
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .footer-text-item {
    /* margin-right: 0; */
    margin: 0;
  }

  .footer-text {
    flex-direction: column;
    justify-content: center;
  }

  .page-links {
    flex-direction: column;
    justify-content: center;
  }

  .page-links &gt; a {
    margin-right: 0;
  }

  .footer-text-cp &gt; p {
    margin-bottom: 2.5rem;
  }

  .recommendations,
  .articles {
    margin: 5rem 0;
  }

  .connexion-sub,
  .connexion-title &gt; h2,
  .connexion-description {
    text-align: center;
  }

  .connexion-image &gt; img {
    width: 32rem;
    height: 32rem;
    margin: 0 auto;
    margin-top: 2.5rem;
  }

  .monde-item-content {
    width: 100%;
    padding: 6rem 1.5rem;
  }

  .profitz {
    padding: 6rem 0;
  }

  .filter-icon-box {
    display: none;
  }

  .registerLoginmodal-content {
    padding: 0 0.5rem;
  }

  .registerSearchmodal-content {
    padding: 0 0.5rem;
  }

  .articles-card &gt; img {
    margin-top: 3rem;
  }

  .articles-card.recomendation &gt; img {
    margin-top: 8rem;
  }

  .container .products-container {
    margin-bottom: 34%;
  }

  .container .products-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2rem;
    /* border: 2px solid red; */
  }

  .container .products-container .product img {
    height: 15rem;
  }

  .btn.decoub {
    margin: 0 auto;
  }

  .footer-menu {
    /* border: 2px solid red; */
    margin-bottom: 50px;
  }

  .sp-text-entreprendre {
    font-size: 40px;
  }

  .footer-text-item.enterp {
    /* border: 2px solid red; */
    margin-bottom: 25px;
  }

  .articles-content.nou {
    grid-template-columns: repeat(1, 1fr);
    /* border: 2px solid red; */
  }

  .area-card-data-2.card-multi,
  .area-card-data-2.card-multi.product-item {
    width: 100%;
    flex: 1 1 50%;
  }

  .descrip.photo.nouvell.texto {
    padding: 20px;
  }
}

@media (max-width: 450px) {
  .hero-images {
    width: 100%;
    padding: 0;
  }
  .hero-images.index {
    width: 100%;
    padding: 0;
  }
  .img-box {
    width: 30rem;
    margin: 0 auto;
  }
  .hero-images .hero-circle-1 {
    position: relative;
    width: 18rem;
    height: 18rem;
    left: -1rem;
    /* right: 3rem; */
    z-index: 5;
  }
  .hero-images .hero-circle-2 {
    position: absolute;
    top: 6rem;
    right: -2rem;
    width: 22rem;
    height: 22rem;
    margin: 0 auto;
  }
  .modal-content {
    padding: 0 0.5rem;
  }
  .breadcrumb-content.ajuste {
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    /* border: 2px solid red; */
  }

  .area-card-logo.logo-icono.icn-icon {
    display: block;
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    font-size: 30px;
    padding: 1rem;
    object-fit: cover;
    border: 3px solid #1a3775;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    /* margin-left: 25%; */
    display: none;
  }

  .hero-entreprendre-title.perso,
  .hero-entreprendre-title.perso span {
    font-size: 30px;
  }

  .search-bar-mobile {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
  }

  .head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */

    max-width: 65px;
    min-width: 0px;
    max-height: 65px;
    margin-right: 0px;
  }

  .sp-text-entreprendre.head-ind.anaranjado,
  .head-ind {
    font-size: 16px;
  }

  #loginRegister-BtnMob {
    /* width: 45px; */
    /* height: 45px; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .header-movile .nav-menu-sidebar &gt; a,
  .head &gt; a {
    font-size: 14px;
  }

  .footer-text-item.enterp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 2px solid red;
    text-align: center;
    margin: 0 auto;
    margin: 0;
    padding: 0; */
  }

  [data-pagination] ul {
    padding: 0.3em;
  }

  [data-pagination] a {
    padding: 0.2em;
  }

  .area-card-footer.area-card-footer-multi {
    /* position: static; */
    bottom: -2vh;
  }

  .area-card-footer-content {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
  }

  .vot {
    /* border: 2px solid red; */
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}

@media (max-width: 450px) {
  .contenedor-grid__iconos.contact {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    min-height: 450px;

    /* border: 2px solid red; */
  }
}

@media (max-width: 390px) {
  .container .products-container {
    margin-bottom: 50%;
  }

  .restaurant-description.fila {
    font-size: 16px;
    display: block;
    text-align: center;
    /* border: 2px solid red; */
  }

  .restaurant-description .carrito {
    height: 32px;
    align-items: center;
    justify-content: center;
    /* gap: 50px; */
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 5px;
    /* border: 1px solid red; */
  }

  .restaurant-description .carrito a .fa-solid.fa-cart-shopping.carrito,
  .restaurant-description .carrito a .fa-solid.fa-rotate-left.carrito {
    color: #1a3775;
    font-size: 20px;
    margin-top: 15px;
  }

  .navbar .logo img {
    width: 85%;
  }

  .sp-text-entreprendre {
    font-size: 35px;
  }

  .articulo-iframe {
    height: 200px;
  }
}

@media (max-width: 350px) {
  .hero-images .hero-circle-1 {
    position: relative;
    width: 14rem;
    height: 14rem;
    left: 0rem;
    z-index: 5;
  }
  .hero-images .hero-circle-2 {
    position: absolute;
    top: 6rem;
    left: 4rem;
    right: -2rem;
    width: 19rem;
    height: 19rem;
    margin: 0 auto;
  }

  .hero-entreprendre-images img {
    width: 30rem;
    height: 30rem;
    /* border: 2px solid red; */
  }
}

/*************************************** Responsive Styles Media Queries ***************************************************/
/***************************************************************************************************************************/
/***************************************************************************************************************************/

/* FONT AWESOME DOWN TEMP */

/* #loginRegister-Btn,
#loginRegister-BtnMob,
#footer-login-btn {
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-family: inherit;
  font-weight: 400;
  background-color: white;
  width: 30px;
  height: 30px;
  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;
} */
</pre></body></html>