/*  
	Theme Name: Artsurfcamp 
	Version: 1.0 2025
    Contenido: SEO
	Author: hctr
*/

.seoContent {
  width: 100%;
  padding: 3.7rem;
}

.seoContent__container {
  padding: 6.4rem !important;
  border: 0.1rem solid var(--color--secundario);
}

.seoContent__item {
  display: flex !important;
  justify-content: space-between;
  align-items: stretch;
  gap: 3%;
}

.seoContent__item picture {
  flex: 1;
  aspect-ratio: 600 / 440;
  overflow: hidden;
}

.seoContent__item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seoContent__item > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.seoContent__item h2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}

.seoContent__item h2 span {
  font-size: var(--size--30);
  font-weight: normal;
  line-height: 1.2;
  color: var(--color--secundario);
  text-transform: uppercase;
}

.seoContent__item h2::before {
  content: "";
  width: 1.8rem;
  min-width: 1.8rem;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  display: block;
  background-color: var(--color--secundario);
}

.seoContent__item div h3,
.seoContent__item div h4 {
  font-size: var(--size--15);
  line-height: 1.4;
  text-align: justify;
  hyphens: auto;
  margin-top: 1.5rem;
}

.seoContent__item ul {
  list-style: inside;
  padding-left: 0;
  font-size: var(--size--15);
  line-height: 1.4;
  margin-top: 1.5rem;
}

.seoContent__nav {
  width: 100%;
  padding: 4rem 0 0 0;
}

.seoContent__navContainer {
  width: 100%;
  padding: 0.7rem 0.7rem 0.5rem 0.7rem;
  background-color: var(--color--secundario);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.seoContent__navContainer .swiper-button-next,
.seoContent__navContainer .swiper-button-prev {
  position: relative;
  top: inherit !important;
  bottom: inherit !important;
  left: inherit !important;
  right: inherit !important;
  width: 25px !important;
  height: auto !important;
  aspect-ratio: 19 / 11;
  margin: 0 !important;
}

.seoContent__navContainer .swiper-button-next::after {
  content: "";
  width: 25px;
  aspect-ratio: 19 / 11;
  background: url("../img/flecha-blanco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}

.seoContent__navContainer .swiper-button-prev::after {
  content: "";
  width: 25px;
  aspect-ratio: 19 / 11;
  background: url("../img/flecha-blanco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  transform: rotate(-180deg);
}

@media (max-width: 799px) {
  .seoContent__container {
    padding: 3.7rem !important;
  }
  .seoContent .swiper-backface-hidden .swiper-slide {
    flex-direction: column;
    row-gap: 5rem;
  }
  .seoContent__item > div {
    row-gap: 2.5rem;
  }
  .seoContent__item h2::before {
    display: none;
  }
}
