body {
  font-family: Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", Arial, sans-serif;
  margin: 0;
}
p
{
  color: #333333;
}
.slider-formacion {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #233245;
  overflow: visible;
}

.slider-formacion__heading {
  position: relative;
  z-index: 2;
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 1.76vw, 36px);
  padding: 0 28px;
  background: #233245;
  overflow: visible;
}

.slider-formacion__icon {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: clamp(104px, 5.86vw, 120px);
  height: clamp(104px, 5.86vw, 120px);
  object-fit: cover;
  flex: 0 0 auto;
  max-width: none;
  transform: translateY(-25px);
}

.slider-formacion__title {
  margin: 0;
  color: #fff;
  font-family: "Lato", Arial, sans-serif;
  font-size: clamp(20px, 1.42vw, 24px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.slider-formacion__swiper {
  position: relative;
  width: 100%;
  background: #0b1420;
  overflow: hidden;
}

.slider-formacion__slide {
  height: 100%;
  overflow: hidden;
}

.slider-formacion__slide img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.slider-formacion__pagination.swiper-pagination {
  bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.slider-formacion__pagination .swiper-pagination-bullet {
  width: 29px;
  height: 4px;
  margin: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.72);
  opacity: 1;
}

.slider-formacion__pagination .swiper-pagination-bullet-active {
  background: #fff;
}
/*Content page*/
.content
{
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-inline: clamp(30px, 6.77vw, 130px);
  gap:clamp(40px, 4.68vw, 90px) ;
  margin-top: clamp(40px, 4.68vw, 90px);
}
.content .first-column, .content .second-column
{
  width: 50%;
} 
.content .first-column h2, .content .second-column h2
{
  font-size: 2rem;
  color: #4d4d4d;
   font-family: "Lato", sans-serif;
  text-transform: uppercase;
  max-width: 30vw;
  font-weight: 800;
  line-height: 1.2;
}
.content .first-column h2
{
  margin-bottom: 35px;
}
.content .second-column p
{
  text-align: justify;
}
.content .first-column .especificaciones
{
  background-color:#f2f2f2 ;
  border-radius: 15px;
  padding: 20px 29px;
  display: flex;
  flex-direction: column;
  max-width: 83%;
  margin-bottom: 35px;
}
.content .first-column .especificaciones p
{
  margin: 0;
  width: fit-content;
}
.content .first-column .form-reserva
{
  max-width: 83%;
  border: 2px solid #4d4d4d;
  padding: 30px 30px 0px 30px;
  border-radius: 22px;
}
.content .first-column .form-reserva h2
{
  margin-bottom: 8px;
}
.content .first-column .form-reserva > p
{
  margin: 0;
}
.content .first-column .form-reserva > div
{
  margin-top: 30px;
}
.content .second-column .text-formacion p:first-child
{
  margin: 0;
}
.content .second-column .video {
  margin-top: 35px;
}
.content .second-column .video h2
{
  margin-bottom: 0px;
}
.content .second-column .video p
{
  margin: 0;
}
.content .second-column .video .video__media {
  position: relative;
  display: block;
  width: 100%;
  max-height: 330px;
  border-radius: 22px;
  overflow: hidden;
  margin-top: 15px;
}

.content .second-column .video .video__preview {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .second-column .video .video__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 22, 33, 0.14);
}

.content .second-column .video .video__trigger {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.content .second-column .video .video__trigger:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.video__play {
  width: 0;
  height: 0;
  margin-left: 10px;
  border-top: 33px solid transparent;
  border-bottom: 33px solid transparent;
  border-left: 54px solid #fff;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.26));
}

.video-modal[hidden] {
  display: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 13, 20, 0.76);
}

.video-modal__content {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
}

.video-modal__close {
  position: absolute;
  right: 0;
  top: -54px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #424242;
  cursor: pointer;
}

.video-modal__close::before,
.video-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.video-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.video-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.video-modal__player {
  display: block;
  width: 100%;
  max-height: 82vh;
  background: #000;
}

.video-modal-open {
  overflow: hidden;
}
.content .second-column .folleto
{
  margin-top: 35px;
}
.content .second-column .folleto h2
{
  margin: 0;
  margin-bottom: 8px;
}
.content .second-column .folleto p
{
  margin: 0;
}
.content .second-column .folleto a  img
{
  border-radius: 20px;
  max-height: 220px;
  width: 100%;
  object-fit: cover;
  margin-top: 10px;
}
.dudas
{
  padding-inline: clamp(30px, 4.56vw, 78px);
  margin-top: clamp(30px, 4.68vw, 90px);
  margin-bottom: 48px;
}
.dudas h2
{
  margin-bottom: 26px;
  font-size: 2rem;
  color: #4d4d4d;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2;
}
.dudas__list
{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dudas__item
{
  background: #f2f2f2;
  border-radius: 22px;
  padding: 7px 20px;
}
.dudas__question
{
  position: relative;
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 4px 52px 4px 9px;
  color: #4d4d4d;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
  list-style: none;
}
.dudas__question::-webkit-details-marker
{
  display: none;
}
.dudas__question::after
{
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 14px solid #666666;
  transform: translateY(-50%);
  transition: transform 0.18s ease;
  transform-origin: 50% 35%;
}
.dudas__item[open] > .dudas__question::after
{
  transform: translateY(-50%) rotate(180deg);
}
.dudas__question:focus-visible
{
  outline: 2px solid #4d4d4d;
  outline-offset: 2px;
}
.dudas__answer
{
  padding: 16px 9px 30px;
}
.dudas__answer p
{
  margin: 0 0 21px;
  font-size: 16px;
  line-height: 1.2;
  text-align: justify;
}
.dudas__answer p:last-child
{
  margin-bottom: 0;
}
/*Responsive*/
@media (width < 768px) {
  .slider-formacion__heading {
    min-height: 86px;
    justify-content: flex-start;
    gap: 16px;
    padding: 10px 18px;
  }

  .slider-formacion__icon {
    width: 74px;
    height: 74px;
    border-radius: 8px;
    transform: none;
  }

  .slider-formacion__title {
    font-size: 16px;
  }
  .slider-formacion__slide img
  {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .slider-formacion__swiper {
    height: clamp(210px, 56vw, 300px);
  }

  .slider-formacion__pagination.swiper-pagination {
    bottom: 10px;
    gap: 5px;
  }

  .slider-formacion__pagination .swiper-pagination-bullet {
    width: 22px;
  }

  .content {
    flex-direction: column;
    gap: 34px;
    padding-inline: 20px;
    margin-top: 42px;
  }

  .content .first-column,
  .content .second-column {
    width: 100%;
  }

  .content .first-column h2,
  .content .second-column h2 {
    max-width: none;
    font-size: 1.55rem;
  }

  .content .first-column .especificaciones {
    max-width: 100%;
    padding: 20px;
  }
  .content .first-column .form-reserva
  {
    max-width: 100%;
    padding: 20px 20px 0 20px;
  }
  .content .second-column .text-formacion
  {
    max-width: 100%;
  }
  .content .second-column .text-formacion > p
  {
    margin: 0;
  }
  .video {
    margin-top: 34px;
  }

  .video p {
    margin-top: -10px;
  }

  .video__media {
    border-radius: 16px;
  }

  .video__trigger {
    width: 62px;
    height: 62px;
  }

  .video__play {
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-left-width: 39px;
  }

  .video-modal {
    padding: 18px;
  }

  .video-modal__close {
    top: -50px;
    width: 38px;
    height: 38px;
  }

  .dudas {
    padding-inline: 20px;
    margin-top: 42px;
    margin-bottom: 40px;
  }

  .dudas h2 {
    margin-bottom: 18px;
    font-size: 1.55rem;
  }

  .dudas__question {
    min-height: 38px;
    padding: 7px 42px 7px 8px;
    font-size: 1rem;
  }

  .dudas__question::after {
    right: 12px;
    border-right-width: 6px;
    border-left-width: 6px;
    border-top-width: 11px;
  }

  .dudas__answer {
    padding: 12px 18px 22px;
  }

  .dudas__answer p {
    font-size: 1rem;
    line-height: 1.35;
    text-align: left;
  }
}
