@import url(variables.css);

/*AGENDAR REUNIÓN*/
.exponer-agendar-container {
  background: white;
  padding: var(--margen_secciones);
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}

.principal {
  width: calc(38% - 46px) !important;
}

.agendar-banner-first {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  width: calc(31% - 40px);
  border-radius: 20px;
  background: var(--color_azul_tarjetas);
}

.agendar__content-first {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  height: 100%;
}

.agendar__content-text-first {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
  width: 76%;
  align-items: center;
}

.agendar__content-text-first > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.agendar__content-text-first img {
  width: 130px;
  border-radius: 100%;
}

.agendar__content-text-first p {
  color: #eaebe9;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0px;
}

.first__text {
  display: flex;
  flex-direction: column;
}

.agendar__content-text-first span {
  color: #eaebe9;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 20px;
}

.agendar__mail-first {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.agendar__mail-first span a {
  color: #eaebe9;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.agendar__mail-first a {
  color: #eaebe9;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.agendar__button-first a {
  padding: 15px 85px;
  border-radius: 8px;
  background: var(--color_botones);
  color: #1b1233;
  font-weight: bold;
  font-size: var(--font_botones);
  transition: all 0.3 ease;
}

.agendar__button-first a:hover {
  background: white;
  color: #1b1233;
}

.agendar-banner-second {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  width: calc(31% - 40px);
  border-radius: 20px;
  background: var(--color_gris_tarjetas);
}

.agendar__content-second {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  height: 100%;
}

.agendar__content-text-second {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
  align-items: center;
}

.agendar__content-text-second > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.second__text {
  display: flex;
  flex-direction: column;
}

.agendar__content-text-second img {
  width: 130px;
  border-radius: 100%;
}

.agendar__content-text-second p {
  color: #1b1233;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0px;
}

.agendar__content-text-second span {
  color: #1b1233;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 20px;
}

.text__area {
  color: #1b1233;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 700;
  width: 70%;
  margin: 0px;
  line-height: 20px !important;
  text-align: center;
}

.area-blanco {
  color: white;
}

.agendar__mail-second {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.agendar__mail-second span a {
  color: #1b1233;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.agendar__mail-second a {
  color: #1b1233;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.agendar__button-second a {
  padding: 15px 85px;
  border-radius: 8px;
  background: var(--color_btn_quiero);
  font-weight: bold;
  color: #eaebe9;
  font-size: var(--font_botones);
  transition: all 0.3s ease;
}

.agendar__button-second a:hover {
  background: white;
  color: #1b1233;
}

.mail__data {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ficha {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 1750px) {
  .agendar__button-first a {
    padding: 15px 40px;
  }

  .agendar__button-second a {
    padding: 15px 40px;
  }

  .exponer-agendar-container {
    gap: 16px;
  }

  .agendar__mail-first a {
    font-size: 16px;
    line-height: 20px;
  }

  .agendar__mail-second a {
    font-size: 16px;
    line-height: 20px;
  }

  .agendar__content-text-second span {
    line-height: 20px;
  }

  .agendar__content-text-first span {
    line-height: 20px;
  }

  .agendar__content-text-first p {
    font-size: 20px;
    line-height: 24px;
  }

  .agendar__content-text-second p {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1500px) {
  .text__area {
    padding-top: 0px;
    margin: 0px;
  }

  .agendar__mail-second a {
    font-size: 14px;
  }

  .agendar__mail-first a {
    font-size: 14px;
  }

  .agendar__button-first a {
    font-size: 20px;
    padding: 10px 40px;
  }

  .agendar__button-second a {
    font-size: 20px;
    padding: 11px 40px;
  }

  .agendar__mail-first span a {
    font-size: 18px;
    line-height: 24px;
  }

  .agendar__mail-second span a {
    font-size: 18px;
    line-height: 24px;
  }

  .first__text {
    gap: 8px;
  }

  .second__text {
    gap: 8px;
  }

  .agendar__content-text-first {
    width: 100%;
  }

  .agendar__content-text-second {
    width: 100%;
  }

  .ficha {
    margin-top: 64px;
  }
}

@media (max-width: 1300px) {
  .exponer-agendar-container {
    padding: 120px 40px;
    padding-bottom: 0px;
  }

  .agendar-banner-first {
    width: calc(48% - 40px);
  }

  .agendar-banner-second {
    width: calc(48% - 40px);
  }

  .agendar__content-text-first > div {
    flex-direction: column;
  }

  .agendar__content-text-second > div {
    flex-direction: column;
  }

  .agendar__button-first a {
    font-size: 20px;
    padding: 10px 24px;
  }

  .agendar__button-second a {
    font-size: 20px;
    padding: 11px 24px;
  }

  .agendar__content-text-second p {
    font-size: 18px;
  }

  .agendar__content-text-first p {
    font-size: 18px;
  }

  .agendar-banner-first:first-of-type {
    width: calc(48% - 40px) !important;
  }

  .principal {
    width: calc(48% - 40px) !important;
  }
}

@media (max-width: 900px) {
  .agendar-banner-first {
    width: 100%;
  }

  .agendar-banner-second {
    width: 100%;
  }

  .agendar-banner-first:first-of-type {
    width: 100% !important;
  }

  .principal {
    width: 100% !important;
  }

  .ficha {
    margin-top: var(--espacio_contenido_botones_movil);
  }
}

@media (max-width: 450px) {
  .exponer-agendar-container {
    padding: 60px 40px;
    padding-bottom: 0px;
    justify-content: flex-start;
  }

  .text__area {
    width: 77%;
  }

  .agendar__button-first a {
    padding: 10px 64px;
  }

  .agendar__button-second a {
    padding: 11px 64px;
  }

  .agendar__content-text-first p {
    text-align: center;
  }

  .agendar__content-text-second p {
    text-align: center;
  }

  .second__text {
    align-items: center;
  }

  /*SLIDER DE MÓVIL*/
  .movil {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    cursor: grab;
    scrollbar-width: none;
    padding: var(--margen_secciones_movil);
    padding-bottom: 0px;
  }
}

/*Exponer desplegables Inicio*/
.exponer-desplegables {
  background: white;
  padding: var(--margen_secciones);
}

.exponer-desplegables h2 {
  color: var(--color_titulos);
  font-size: var(--font_titulos);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line_height_titulos);
  margin-top: 0;
  font-stretch: expanded;
}
.exponer-desplegables-container {
  display: flex;
  flex-direction: row;
  gap: 144px;
}

.desplegable__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.desplegable__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.desplegable-item__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 24px;
  cursor: pointer;
}

.desplegable-item__title span {
  font-size: var(--font_textos);
  color: var(--color_textos);
  font-weight: 500;
}

.desplegable__dropdown {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

.desplegable__dropdown > ul {
  font-size: var(--font_listas);
  font-weight: 200;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.desplegable__item.activo .desplegable__dropdown {
  max-height: 500px;
  opacity: 1;
}

.arrow-desplegable {
  transition: all 300ms ease-in-out;
}

#imagen-dinamica {
  max-width: 735px;
  height: 900px;
  display: block;
  width: 1500px;
  border-radius: 8px;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

@media (max-width: 1800px) {
  .desplegable-item__title span {
    font-size: 18px;
    width: 70%;
  }
}

@media (max-width: 1450px) {
  #imagen-dinamica {
    max-width: 540px;
    height: 870px;
    width: auto;
  }

  .desplegable__dropdown > ul {
    font-size: 16px;
  }

  .arrow-desplegable {
    width: 20px;
    height: 20px;
  }

  .exponer-desplegables-container {
    gap: 60px;
  }
}

@media (max-width: 1200px) {
  .exponer-desplegables {
    padding: 120px 40px;
  }

  .exponer-desplegables-container {
    flex-direction: column;
  }

  #imagen-dinamica {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 770px) {
  .desplegable__item.activo .desplegable__dropdown {
    max-height: 625px;
  }

  .exponer-desplegables {
    padding: var(--margen_secciones_movil);
  }

  #imagen-dinamica {
    height: auto;
  }
}

/* Exponer Cards */

.exponer-cards-container {
  position: relative;
  width: 100%;
  padding: var(--margen_secciones);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    url("../../img/sportcities/exponer/razones_fondo.jpeg");
}

.exponer-cards-container h2 {
  color: #fff;
  font-size: var(--font_titulos);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line_height_titulos);
  font-stretch: expanded;
  margin: 0px;
  margin-bottom: var(--espacio_titulo_contenido);
}

.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;
  margin-bottom: var(--espacio_contenido_botones);
}

.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: var(--color_gris_tarjetas);
  color: var(--color_textos);
}

.exponer-card-row:first-of-type > div:nth-of-type(even) {
  background-color: var(--color_azul_tarjetas);
  color: var(--color_gris_tarjetas);
}

.exponer-card-row:last-of-type > div:nth-of-type(even) {
  background-color: var(--color_azul_tarjetas);
  color: var(--color_gris_tarjetas);
}

.exponer-card-row:last-of-type > div:nth-of-type(odd) {
  background-color: var(--color_gris_tarjetas);
  color: var(--color_azul_tarjetas);
}

.exponer-card {
  height: 320px;
  width: 24%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 55px 65px;
  box-sizing: border-box;
  justify-content: baseline;
}

.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: var(--font_botones);
  width: 270px;
}

.exponer-card-buttons {
  display: flex;
  gap: 80px;
}

@media (max-width: 1600px) {
  .exponer-card {
    width: 32%;
  }
}

@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: 23%;
    height: auto;
  }

  .exponer-cards-container .button-main {
    font-size: var(--font_botones_movil);
    width: 210px;
  }

  .exponer-card-row:last-of-type > div:nth-of-type(even) {
    gap: 0px;
    padding: 20px;
  }

  .exponer-card-row:last-of-type > div:nth-of-type(odd) {
    gap: 0px;
    padding: 20px;
  }
}

@media (max-width: 1300px) {
  .card__text h3 {
    font-size: 20px;
  }

  .card__text p {
    font-size: 13px;
  }

  .exponer-card {
    width: 23%;
    height: auto;
  }
}

@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: auto;
  }

  .exponer-cards-container {
    padding: 100px 20px;
  }

  .exponer-cards-container h2 {
    font-size: 50px;
    line-height: 1;
  }

  .exponer-card-buttons {
    flex-direction: column;
    gap: 24px;
  }

  .exponer-card span {
    top: -14px;
  }
}

@media (max-width: 500px) {
  .exponer-cards-container {
    padding: 30px 20px;
    gap: 0px;
  }

  .exponer-cards-container h2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .exponer-card {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .exponer-cards {
    gap: 35px;
  }

  .exponer-card > div {
    line-height: 1;
  }
}

/* Exponer WHO */

.exponer-who-container {
  background: white;
  padding: var(--margen_secciones);
  margin: 0px auto;
}

.exponer-who-container h2 {
  color: #1b1233;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: -1.28px;
  text-align: center;
  margin-top: 0px;
}

.who-cards-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.who-card {
  display: flex;
  width: 15%;
  height: 200px;
  padding: 56px 68px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.who-card span {
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.who-card.azul {
  background: #1b1233;
}

.who-card.azul p {
  color: #eaebe9;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
  margin: 0px;
}

.who-card.verde {
  background: #0f9ca0;
}

.who-card.verde p {
  color: #eaebe9;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
  margin: 0px;
}

.who-card.amarillo {
  background: #eac830;
}

.who-card.amarillo p {
  color: #1b1233;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
  margin: 0px;
}

.who-card.blanco {
  background: #eaebe9;
}

.who-card.blanco p {
  color: #1b1233;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
  margin: 0px;
}

@media (max-width: 1550px) {
  .who-card {
    width: 23%;
    height: 150px;
  }
}

@media (max-width: 1200px) {
  .who-card {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 1000px) {
  .who-card {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 900px) {
  .exponer-who-container {
    padding: var(--margen_secciones_movil);
    margin: 0px;
  }
}

/* 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: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 40px 0;
}

.exponer-visitante-what p {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
}

.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: 62px;
  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: 29px;
  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: var(--margen_secciones);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.exponer-modelos > h2 {
  color: #fff;
  font-size: var(--font_titulos);
  font-weight: 700;
  line-height: var(--line_height_titulos);
  text-align: center;
  margin: 0;
  margin-bottom: var(--espacio_titulo_contenido);
  font-stretch: expanded;
}

.exponer-modelos > p {
  color: #fff;
  text-align: center;
  font-size: var(--font_textos);
  font-style: normal;
  font-weight: var(--grosor_textos);
  line-height: var(--line_height_textos);
}

.exponer-modelos .button-main {
  font-size: var(--font_botones);
  font-weight: var(--grosor_botones);
  width: 270px;
}

.exponer-modelos-packs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  width: 100%;
  margin-bottom: var(--espacio_contenido_botones);
}

.exponer-modelos-pack {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(32% - 10px);
  height: auto;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  box-sizing: border-box;
  min-height: 500px;
  position: relative;
}

.exponer-modelos-pack.full-width {
  width: calc(27% - 10px);
}

.exponer-modelos-pack.full-width
  .exponer-modelos-pack-image
  > div:first-of-type
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.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: #1b1233;
  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 #1b1233 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: #1b1233;
  font-size: 20px;
  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, #1b1233 0%, #0f9ca0 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: #1b1233;
}

.exponer-modelos-pack-info-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.exponer-modelos-pack-info-text > label {
  color: #1b1233;
  font-size: 18px;
  font-weight: 700;
}

.exponer-modelos-pack-info-text > div:nth-of-type(1) {
  border-radius: 8px;
  background: linear-gradient(90deg, #1b1233 0%, #0f9ca0 100%);
  padding: 20px 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.exponer-modelos-pack-info-text > div:nth-of-type(2) {
  color: #1b1233;
  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 #1b1233;
  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, #1b1233 0%, #0f9ca0 100%);
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.exponer-modelos-pack-plus:hover {
  background-color: #1b1233;
}

.exponer-modelos-pack-title h2 {
  margin: 0;
  color: #1b1233;
  font-size: 24px;
  font-weight: 700;
}

.exponer-modelos-pack-title label {
  color: #1b1233;
  font-size: 20px;
  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, #1b1233 0%, #0f9ca0 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: #1b1233;
}

.exponer-modelos-pack-title label.exponer-modelos-iva,
.exponer-modelos-pack-info-text label.exponer-modelos-iva {
  font-size: 12px;
  color: #1b1233;
}

@media (max-width: 1550px) {
  .exponer-modelos-pack {
    min-height: 560px;
    width: calc(31% - 10px);
  }
}

@media (max-width: 1400px) {
  .exponer-modelos-pack-info-text h2 {
    color: #1b1233;
    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: 100%;
  }

  .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%;
  }

  .exponer-modelos .button-main {
    font-size: var(--font_botones_movil);
  }
}

@media (max-width: 500px) {
  .exponer-modelos {
    padding: 70px 20px;
  }

  .exponer-modelos-pack {
    min-height: 100%;
  }
}

/* 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: 62px;
  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: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  margin: 0;
  font-stretch: expanded;
}

.exponer-info-text p {
  color: #24135f;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  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: 24px;
  font-weight: 200;
  max-width: 680px;
  line-height: 32px;
  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: 12px;
}
