/*AGENDAR REUNIÓN*/
.exponer-agendar-container {
  background: white;
  padding: 120px 140px;
  padding-bottom: 0px;
}

.agendar-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px;
  border-radius: 20px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #1b1233;
}

.agendar__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 88px;
}

.agendar__content-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
  align-items: center;
}

.agendar__content-text p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin: 0px;
}

.agendar__content-text span {
  color: white;
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: 32px;
}

.agendar__mail {
  display: inline-flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 24px;
  border-left: 1px solid white;
  padding-left: 24px;
}

.agendar__mail span a {
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.agendar__mail a {
  color: white;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.agendar__button a {
  padding: 20px 40px;
  border-radius: 8px;
  background: linear-gradient(90deg, #0072ce 0%, #24135f 100%);
  font-weight: bold;
  font-size: 22px;
  transition: all 500ms ease-in-out;
}

.agendar__button a:hover {
  background: white;
  color: #24135f;
}

@media (max-width: 1550px) {
  .exponer-agendar-container {
    background: white;
    padding: 120px 40px;
    padding-bottom: 0px;
  }
}

@media (max-width: 1390px) {
  .agendar__content {
    gap: 24px;
  }

  .agendar__mail span a {
    font-size: 20px;
    line-height: 24px;
  }

  .agendar__mail a {
    font-size: 20px;
    line-height: 24px;
  }

  .agendar__content-text p {
    font-size: 20px;
    line-height: 24px;
  }

  .agendar__content-text span {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1200px) {
  .agendar__content {
    flex-direction: column;
  }

  .agendar__mail {
    border-left: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 900px) {
  .exponer-agendar-container {
    padding: 60px 20px 0px 20px;
  }

  .agendar-banner {
    flex-direction: column;
    gap: 30px;
  }

  .agendar__mail {
    gap: 20px;
    align-items: center;
  }

  .agendar__content-text img {
    width: 100px;
    height: 100px;
  }

  .agendar__button a {
    padding: 15px 70px;
  }

  .agendar__content-text span {
    font-size: 16px;
  }

  .agendar__content {
    gap: 36px;
  }
}

@media (max-width: 380px) {
  .agendar__content-text img {
    width: 80px;
    height: 80px;
  }

  .agendar__button a {
    padding: 15px 50px;
  }

  .agendar__mail a {
    font-size: 17px;
    line-height: 24px;
  }
}

/* Exponer Poster */

.exponer-poster-container {
  padding: 120px 40px;
  box-sizing: border-box;
  background-color: white;
}

.exponer-poster-container h2 {
  color: #24135f;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  font-stretch: expanded;
}

.exponer-poster-container h3 {
  color: #24135f;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.exponer-poster {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

.exponer-poster p {
  color: #24135f;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 26px;
  margin: 40px 0px;
}

.exponer-poster-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: column;
}

.exponer-poster-cards > div {
  width: 100%;
  display: flex;
  gap: 10px;
}

.exponer-poster-card-image,
.exponer-poster-card-info {
  height: 340px;
  width: 50%;
  border-radius: 15px;
}

.exponer-poster-card-image2 {
  height: 470px;
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
}

.exponer-poster-card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.exponer-poster-card-image:nth-child(1) {
  height: auto;
}

.exponer-poster-card-image img,
.exponer-poster-card-image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exponer-poster-card-info {
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 64px;
  font-size: 20px;
  justify-content: center;
  font-style: normal;
  font-weight: 200;
  box-sizing: border-box;
  line-height: 24px;
  background-color: #0072ce;
  color: #fff;
  height: auto;
}

.exponer-poster-card-info.green {
  background-color: #000b1c;
  color: #fff;
}

.exponer-poster-card-info > div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 200;
}

.list_item {
  margin-bottom: 32px;
  line-height: 16px;
}

.list_item1 {
  margin-bottom: 20px;
}

.card-info__list > :last-child {
  margin-bottom: 0px;
}

@media (max-width: 1400px) {
  .exponer-poster-container h2 {
    font-size: 50px;
  }

  .exponer-poster-card-info {
    font-size: 16px;
  }

  .list_item1 {
    margin-bottom: 16px;
    line-height: 16px;
  }
}

@media (max-width: 1300px) {
  .exponer-poster-cards > div {
    width: 100%;
  }
}

@media (max-width: 1025px) {
  .list_item {
    margin-bottom: 16px;
  }
}

@media (max-width: 900px) {
  .exponer-poster-cards > div:nth-of-type(1),
  .exponer-poster-cards > div:nth-of-type(4) {
    flex-direction: row-reverse;
  }

  .exponer-poster p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 500px) {
  .exponer-poster-container {
    padding: 60px 20px 60px 20px;
  }

  .exponer-poster-cards > div:nth-of-type(1) {
    flex-direction: column;
  }

  .exponer-poster-cards > div:nth-of-type(2) {
    flex-direction: column-reverse;
  }

  .exponer-poster-cards > div:nth-of-type(3),
  .exponer-poster-cards > div:nth-of-type(4) {
    flex-direction: column-reverse;
  }

  .exponer-poster-card-image,
  .exponer-poster-card-info {
    width: 100%;
  }

  .exponer-poster-card-info {
    padding: 32px 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .list_item1 {
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 16px;
  }

  .card-info__list {
    margin-block-start: 0px;
    padding-inline-start: 32px;
    padding-inline-end: 32px;
  }

  .exponer-poster-card-image2 {
    width: 100%;
  }
}

/* Exponer Cards */

.exponer-cards-container {
  position: relative;
  width: 100%;
  padding: 120px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px;
  box-sizing: border-box;
  /*background: url('../../img/fis/imagen_fondo_fis.jpeg');*/
}

.exponer-cards-container h2 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 40px;
  font-stretch: expanded;
}

.exponer-cards-container .button-main {
  max-width: 300px;
  font-weight: bold;
}

.exponer-cards {
  display: flex;
  max-width: 1900px;
  flex-flow: wrap;
  gap: 25px;
  overflow: hidden;
  width: fit-content;
  justify-content: center;
}

.exponer-cards-container video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exponer-card-row {
  display: flex;
  max-width: 1900px;
  flex-flow: wrap;
  gap: 20px;
  overflow: hidden;
  width: fit-content;
  justify-content: center;
}

.exponer-card-row:first-of-type > div:nth-of-type(odd) {
  background-color: #fff;
  color: #0072ce;
}

.exponer-card-row:first-of-type > div:nth-of-type(even) {
  background-color: #24135f;
  color: #fff;
}

.exponer-card-row:last-of-type > div:nth-of-type(even) {
  background-color: #0072ce;
  color: #fff;
}

.exponer-card-row:last-of-type > div:nth-of-type(odd) {
  background-color: #fff;
  color: #000b1c;
}

.exponer-card {
  height: 320px;
  width: 19%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
}

.card__number {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
}

.card__text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin: 0px 10px;
}

.card__text h3 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 8px;
}

.card__text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 0;
}

.exponer-cards-container .button-main {
  font-size: 26px;
  width: 270px;
}

.exponer-card-buttons {
  display: flex;
  gap: 80px;
}

@media (max-width: 1450px) {
  .card__text h3 {
    font-size: 20px;
  }

  .card__text p {
    font-size: 15px;
  }

  .exponer-cards-container h2 {
    font-size: 56px;
  }

  .exponer-card {
    width: 18%;
    height: 300px;
  }

  .exponer-cards-container .button-main {
    font-size: 20px;
    width: 210px;
  }

  .exponer-card-row:last-of-type > div:nth-of-type(even) {
    gap: 0px;
  }
}

@media (max-width: 1300px) {
  .card__text h3 {
    font-size: 20px;
  }

  .card__text p {
    font-size: 13px;
  }

  .exponer-card {
    width: 23%;
    height: 300px;
  }
}

@media (max-width: 1000px) {
  .exponer-card {
    padding: 12px;
  }
}

@media (max-width: 900px) {
  .card__text h3 {
    font-size: 20px;
  }

  .card__text p {
    font-size: 14px;
  }

  .exponer-card {
    width: 48%;
    height: 250px;
  }

  .exponer-cards-container {
    padding: 100px 20px;
  }

  .exponer-cards-container h2 {
    font-size: 50px;
    line-height: 1;
  }

  .exponer-card-buttons {
    flex-direction: column;
    gap: 50px;
  }

  .exponer-card span {
    top: -14px;
  }
}

@media (max-width: 500px) {
  .exponer-cards-container {
    padding: 30px 20px;
    gap: 50px;
  }

  .exponer-cards-container h2 {
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .exponer-card {
    width: 100%;
    height: 208px;
    padding: 20px;
  }

  .exponer-cards {
    gap: 35px;
  }

  .exponer-card > div {
    line-height: 1;
  }
}

/* Exponer Visitante */

/* Home Info What */

.exponer-visitante {
  padding: 120px 40px;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
}

.exponer-visitante-what {
  display: flex;
  max-width: 1600px;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 80px 40px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.exponer-visitante-what > div {
  box-sizing: border-box;
}

.exponer-visitante-what > div:nth-of-type(1) {
  width: 75%;
}

.exponer-visitante-what > div:nth-of-type(2) {
  width: 25%;
  display: flex;
  align-items: end;
  justify-content: end;
}

.exponer-visitante-what h2 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 40px 0;
}

.exponer-visitante-what p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.exponer-visitante-what .button-main {
  color: #24135f;
  font-size: 24px;
  font-weight: 400;
  background-color: #fff;
}

.exponer-visitante-what .button-main:hover {
  transition: background-color 0.4s ease;
}

.exponer-visitante-what .button-main:hover > img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(102deg) brightness(100%) contrast(105%);
}

.exponer-visitante-what .button-main:hover {
  color: white;
  background-color: #24135f;
}

.exponer-visitante-text {
  color: #24135f;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.84px;
}

@media (max-width: 1400px) {
  .exponer-visitante-what h2 {
    font-size: 64px;
  }

  .exponer-visitante-what p {
    font-size: 18px;
    line-height: 1.4;
  }

  .exponer-visitante-what .button-main {
    font-size: 20px;
  }
}

@media (max-width: 950px) {
  .exponer-visitante-what {
    flex-direction: column;
  }

  .exponer-visitante-what > div {
    padding: 0;
  }

  .exponer-visitante-what > div:nth-of-type(1),
  .exponer-visitante-what > div:nth-of-type(2) {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .exponer-visitante-what {
    margin-bottom: 70px;
    padding: 30px;
    gap: 20px;
  }

  .exponer-visitante-what h2 {
    font-size: 46px;
    margin: 0 0 40px 0;
  }

  .exponer-visitante {
    padding: 70px 20px;
  }
}

/* Exponer perfil */

.exponer-perfil-container {
  padding: 120px 40px;
  background-color: white;
  box-sizing: border-box;
}

.exponer-perfil {
  max-width: 1600px;
  margin: auto;
}

.exponer-perfil h2 {
  color: #24135f;
  font-size: 64px;
  font-weight: 400;
  line-height: 75px;
  margin: 0 0 70px 0;
  font-stretch: expanded;
}

.exponer-perfil-poster {
  display: flex;
}

.exponer-perfil-poster > div {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.exponer-perfil-image,
.exponer-perfil-text {
  height: 540px;
}

.exponer-perfil-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.exponer-perfil-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exponer-perfil-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 60px;
  box-sizing: border-box;
  background-color: #d8ddba;
  color: #24135f;
}

.exponer-perfil-text div {
  margin: 15px 0 15px 0;
}

.exponer-perfil-text.dark {
  background-color: #24135f;
  color: white;
}

@media (max-width: 1400px) {
  .exponer-perfil h2 {
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 55px 0;
  }

  .exponer-perfil-image,
  .exponer-perfil-text {
    height: 440px;
  }

  .exponer-perfil-text {
    font-size: 16px;
  }

  .exponer-perfil-text img {
    width: 16px;
    height: auto;
  }

  .exponer-perfil-text div {
    margin: 10px 0 10px 0;
  }
}

@media (max-width: 900px) {
  .exponer-perfil-poster {
    flex-direction: column;
  }

  .exponer-perfil-poster > div {
    width: 100%;
  }

  .exponer-perfil-poster > div:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}

@media (max-width: 500px) {
  .exponer-perfil-container {
    padding: 70px 20px;
  }

  .exponer-perfil-text {
    height: 480px;
    padding: 20px;
  }

  .exponer-perfil-image {
    height: 400px;
  }
}

/* Exponer modelos */

.exponer-modelos {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 120px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 70px;
  background: url("../../img/fis/imagen_fondo_fis.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.exponer-modelos > h2 {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 75px;
  padding: 0 40px;
  text-align: center;
  margin: 0;
  font-stretch: expanded;
}

.exponer-modelos > p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.exponer-modelos .button-main {
  font-size: 26px;
  font-weight: 700;
  width: 270px;
}

.exponer-modelos-packs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
}

.exponer-modelos-pack {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(25% - 10px);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  box-sizing: border-box;
  height: 456px;
  position: relative;
}

.exponer-modelos-pack.full-width {
  width: calc(25% - 10px);
}

.exponer-modelos-pack h3 {
  color: #d8ddba;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  margin: 0;
}

.exponer-modelos-pack-info {
  display: none;
  flex-direction: column;
  gap: 20px;
}

.exponer-modelos-pack-info-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 20px;
  padding-bottom: 0px;
}

.exponer-modelos-pack-info-text h2 {
  color: #24135f;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.exponer-modelos-pack-info {
  display: none;
  align-items: end;
}

.exponer-modelos-pack-info-plus {
  display: flex;
  gap: 20px;
  border-top: 1px #24135f solid;
  padding: 20px;
  padding-bottom: 0px;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}

.exponer-modelos-pack-info-plus > div:first-of-type {
  color: #24135f;
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.exponer-modelos-pack-info-plus > div:first-of-type .exponer-modelos-iva {
  font-size: 12px;
  font-weight: 300;
}

.exponer-modelos-pack-info-plus > div:last-of-type {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #24135f 0%, #0071b9 100%);
  padding: 15px 25px;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.exponer-modelos-pack-info-plus > div:last-of-type:hover {
  background-color: #24135f;
}

.exponer-modelos-pack-info-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.exponer-modelos-pack-info-text > label {
  color: #24135f;
  font-size: 18px;
  font-weight: 700;
}

.exponer-modelos-pack-info-text > div:nth-of-type(1) {
  border-radius: 8px;
  background: linear-gradient(90deg, #24135f 0%, #0071b9 100%);
  padding: 20px 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.exponer-modelos-pack-info-text > div:nth-of-type(2) {
  color: #24135f;
  font-size: 14px;
  font-weight: 400;
}

.exponer-modelos-pack-image {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.exponer-modelos-pack-image > div:first-of-type {
  padding: 55px 20px 35px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.exponer-modelos-pack-title {
  display: flex;
  gap: 15px;
}

.exponer-modelos-pack-title {
  border-top: 1px solid #24135f;
  padding: 20px;
  display: flex;
  align-items: self-end;
  justify-content: space-between;
}

.exponer-modelos-pack-plus {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #24135f 0%, #0071b9 100%);
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.exponer-modelos-pack-plus:hover {
  background-color: #24135f;
}

.exponer-modelos-pack-title h2 {
  margin: 0;
  color: #24135f;
  font-size: 24px;
  font-weight: 700;
}

.exponer-modelos-pack-title label {
  color: #24135f;
  font-size: 14px;
  font-weight: 300;
}

.exponer-modelos-pack-image > div:first-of-type img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exponer-buttons {
  display: flex;
  gap: 80px;
}

.exponer-modelos-pack-3d {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: linear-gradient(90deg, #24135f 0%, #0071b9 100%);
  padding: 7px 11px;
  color: white;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.exponer-modelos-pack-3d:hover {
  background-color: #24135f;
}

.exponer-modelos-pack-title label.exponer-modelos-iva,
.exponer-modelos-pack-info-text label.exponer-modelos-iva {
  font-size: 12px;
  color: #24135f;
}

.stand__price {
  font-weight: 700;
  color: #24135f;
  text-decoration: line-through;
}

.stand__price-discount {
  font-weight: 700;
  color: #24135f;
}

@media (max-width: 2600px) {
  .exponer-modelos-pack {
    height: 575px;
  }
}

@media (max-width: 2000px) {
  .exponer-modelos-pack {
    height: 450px;
  }
}

@media (max-width: 1400px) {
  .exponer-modelos-pack-info-text h2 {
    color: #24135f;
    font-size: 34px;
    font-weight: 500;
    margin: 0 0 10px 0;
  }

  .exponer-modelos-pack-info-text label:last-of-type,
  .exponer-modelos-pack-info-text label:first-of-type {
    font-size: 18px;
  }

  .exponer-modelos-pack-info-plus {
    padding: 20px;
  }

  .exponer-modelos-pack-info-text {
    gap: 15px;
  }

  .exponer-modelos-pack-info-plus > div:first-of-type {
    font-size: 14px;
  }

  .exponer-modelos-pack-info {
    gap: 0;
  }

  .exponer-modelos-pack {
    min-height: 298px;
  }

  .exponer-modelos > h2 {
    font-size: 52px;
    line-height: 52px;
  }

  .exponer-modelos-pack h3 {
    font-size: 34px;
  }

  .exponer-modelos-pack > p:nth-of-type(1) {
    font-size: 26px;
    line-height: 28px;
  }

  .exponer-modelos-pack > p:nth-of-type(2) {
    font-size: 12px;
  }

  .exponer-modelos-pack-image > div:first-of-type {
    padding: 20px;
  }

  .exponer-modelos-pack-title {
    padding: 15px 20px 20px 20px;
  }

  .exponer-modelos-pack-title h2 {
    font-size: 30px;
    margin: 0 0 5px 0;
  }

  .exponer-modelos-pack-title label {
    font-size: 18px;
  }

  .exponer-modelos-pack-plus {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1200px) {
  .exponer-modelos-pack {
    width: calc(50% - 20px);
  }
}

@media (max-width: 900px) {
  .exponer-modelos-pack {
    width: 100%;
  }

  .exponer-buttons {
    flex-direction: column;
    gap: 40px;
  }

  .exponer-modelos-pack.full-width {
    width: 100%;
  }

  .exponer-modelos-pack.full-width
    .exponer-modelos-pack-image
    > div:first-of-type
    img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 500px) {
  .exponer-modelos {
    padding: 70px 20px;
  }

  .exponer-modelos-pack {
    height: auto;
  }
}

/* Exponer */

.exponer-dossier-container {
  padding: 80px 40px;
  background-color: #d8ddba;
  box-sizing: border-box;
}

.exponer-dossier {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.exponer-dossier h2 {
  color: #24135f;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px;
  margin: 0;
  margin-right: 40px;
  font-stretch: expanded;
}

.exponer-dossier .button-main-dark {
  font-size: 26px;
  font-weight: 400;
  background-color: #24135f;
}

.exponer-dossier .button-main-dark:hover {
  background-color: white;
  color: #24135f;
}

@media (max-width: 1400px) {
  .exponer-dossier h2 {
    font-size: 54px;
  }

  .exponer-dossier .button-main {
    font-size: 22px;
  }
}

@media (max-width: 900px) {
  .exponer-dossier-container {
    padding: 80px 20px;
  }

  .exponer-dossier h2 {
    font-size: 48px;
    line-height: 1;
    margin: 0 0 30px 0;
    text-align: center;
  }

  .exponer-dossier {
    flex-direction: column;
  }
}

/* Exponer Popup */

.exponer-popup-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgb(37 37 37 / 77%);
  display: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.exponer-popup {
  cursor: grab;
  width: 80%;
  height: 90%;
  max-width: 1400px;
  top: 5%;
  left: 10%;
}

.exponer-popup iframe {
  border-radius: 20px;
  border: 0;
  width: 100%;
  height: 100%;
}

.exponer-popup-close {
  position: absolute;
  display: flex;
  right: 2%;
  top: 2%;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #24135f 0%, #0071b9 100%);
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.exponer-popup-close:hover {
  background-color: #24135f;
}

.exponer-popup-close img {
  transform: rotate(45deg);
}

@media (max-width: 900px) {
  .exponer-popup {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    max-height: 450px;
  }
}

/* Exponer video */

.exponer-video {
  padding: 50px 40px 100px 40px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background-color: white;
}

.exponer-video video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  object-fit: cover;
  border-radius: 20px;
}

.exponer-video > div {
  position: relative;
  cursor: pointer;
}

.exponer-video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}

@media (max-width: 1400px) {
  .exponer-video video {
    max-width: 1000px;
  }
}

@media (max-width: 900px) {
  .exponer-video {
    padding: 50px 20px;
  }
}

/* Exponer info */

.exponer-info-container {
  padding: 100px 40px;
  box-sizing: border-box;
  background-color: white;
}

.exponer-info {
  max-width: 1600px;
  margin: auto;
  display: flex;
  gap: 50px;
  justify-content: center;
}

.exponer-info-image,
.exponer-info-text {
  width: 50%;
  display: flex;
  gap: 50px;
}

.exponer-info-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.exponer-info-text h2 {
  color: #24135f;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  margin: 0;
  font-stretch: expanded;
}

.exponer-info-text p {
  color: #24135f;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
}

.exponer-info-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  height: 500px;
}

.exponer-info-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1400px) {
  .exponer-info-text h2 {
    font-size: 44px;
  }

  .exponer-info-text p {
    font-size: 18px;
    line-height: 1.5;
  }

  .exponer-info-image {
    height: 400px;
  }
}

@media (max-width: 900px) {
  .exponer-info-container {
    padding: 60px 20px;
  }

  .exponer-info {
    flex-direction: column;
  }

  .exponer-info-image,
  .exponer-info-text {
    width: 100%;
  }
}

/*ÚLTIMA SECCIÓN DE EXPONER "FIS & MEET"*/

.exponer-formato-container {
  padding: 120px 40px 120px 40px;
  background-color: white;
  box-sizing: content-box;
}

.exponer-formato {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: flex;
  gap: 168px;
}

.exponer-formato > div {
  width: 50%;
}

.exponer-formato-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.exponer-formato-image {
  display: flex;
  justify-content: center;
}

.exponer-formato-text h2 {
  color: #24135f;
  font-size: 64px;
  font-weight: 700;
  margin: 0 0 40px 0;
  line-height: 68px;
  max-width: 680px;
  font-stretch: expanded;
}

.exponer-formato-text p {
  color: #24135f;
  font-size: 20px;
  font-weight: 200;
  max-width: 680px;
  line-height: 26px;
  margin: 0px;
}

.exponer-formato-image {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}

.exponer-formato-image img {
  width: 100%;
  border-radius: 15px;
  height: 400px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .exponer-formato {
    gap: 40px;
    flex-direction: column;
  }

  .exponer-formato > div {
    width: 100%;
  }
}

/*CLUB FIS+*/

.exponer-formato-club-container {
  padding: 120px 40px 120px 40px;
  background-color: white;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
}

.exponer-formato-club {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 88px;
}

.exponer-formato-club-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.exponer-formato-club-text h2 {
  color: #24135f;
  font-size: 64px;
  font-weight: 700;
  margin: 0 0 40px 0;
  line-height: 68px;
  max-width: 680px;
  font-stretch: expanded;
}

.exponer-formato-club-text p {
  color: #24135f;
  font-size: 20px;
  font-weight: 200;
  max-width: 680px;
  line-height: 26px;
  margin: 0px;
}

.exponer-formato-figure {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.figure-item {
  display: flex;
  flex-direction: column;
  padding: 58px;
  gap: 32px;
  min-width: 200px;
  width: 400px;
  align-items: center;
  border-radius: 24px;
  margin: 0px;
}

.figure-item img {
  width: 80px;
}

.blue__1 {
  background: linear-gradient(90deg, #24135f 0.3%, #0071b9 99.75%);
}

.blue__2 {
  background: linear-gradient(89deg, #0071b9 0.67%, #0071b9 99.17%);
}

.green__1 {
  background: linear-gradient(91deg, #0071b9 0.54%, #00af66 101.91%);
}

.green__2 {
  background: linear-gradient(90deg, #00af66 0%, #b5bd00 100%);
}

.figure-text {
  color: white;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

@media (max-width: 1440px) {
  .figure-item {
    padding: 38px;
  }

  .figure-text {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 1300px) {
  .exponer-formato-figure {
    flex-direction: column;
    align-items: center;
  }

  .figure-item {
    width: 90%;
  }
}

/*BANNER EXPONER*/

.exponer-banner-container {
  display: flex;
  align-items: center;
  background-color: white;
  padding-bottom: 120px;
}

.exponer-banner {
  display: flex;
  margin: auto;
  width: 63%;
  padding: 64px 326px 64px 72px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  border-radius: 24px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.64) 0%,
      rgba(0, 0, 0, 0.64) 100%
    ),
    url("../../img/fis/exponer/exponer_banner.jpeg") lightgray 50% / cover
      no-repeat;
}

.exponer-banner h2 {
  color: white;
  font-family: "Franklin Gothic ATF";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  margin: 0px;
  line-height: 76px;
  letter-spacing: -1.28px;
}

.exponer-banner p {
  color: white;
  font-family: "Franklin Gothic ATF";
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 26px;
  margin: 0px;
  width: 70%;
}

@media (max-width: 1250px) {
  .exponer-banner {
    width: 58%;
  }

  .exponer-banner h2 {
    font-size: 56px;
    line-height: 66px;
  }

  .exponer-banner p {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1100px) {
  .exponer-banner {
    width: 83%;
  }

  .exponer-banner {
    padding: 30px 48px;
  }
}

@media (max-width: 770px) {
  .exponer-banner {
    padding: 30px;
  }

  .exponer-banner h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .exponer-banner p {
    font-size: 16px;
    line-height: 20px;
    width: auto;
  }
}

@media (max-width: 450px) {
  .exponer-banner-container {
    padding-bottom: 60px;
  }

  .exponer-banner {
    width: 70%;
    padding: 30px;
  }

  .exponer-banner h2 {
    font-size: 40px;
    line-height: 44px;
  }
}

/*SEMANA DE LA FRANQUICIA*/

.exponer-semana-container {
  background: linear-gradient(180deg, #000b1c 36.54%, #003382 100%);
  width: 100%;
}

.semana-text-container {
  display: flex;
  flex-direction: column;
  padding: 120px;
}

.semana-title {
  color: white;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
  letter-spacing: -1.28px;
  margin: 0px;
  padding-bottom: 40px;
}

.semana-text {
  color: white;
  font-size: 24px;
  margin: 0px;
  font-style: normal;
  font-weight: 350;
  line-height: 32px;
}

.semana-image-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  gap: 88px 120px;
  flex-wrap: wrap;
  padding-bottom: 120px;
}

.semana-img {
  margin: 0px;
}

.semana-img img {
  width: 477px;
}

@media (max-width: 1250px) {
  .semana-text-container {
    padding: 80px;
  }
}

@media (max-width: 450px) {
  .semana-text-container {
    padding: 24px;
  }

  .semana-image-container {
    gap: 24px;
  }

  .semana-img img {
    width: 355px;
  }
}
