@charset "UTF-8";
/* Mobile Styles for Oscar Project */
/* Variables */
/* Media query para dispositivos móviles */
@media (max-width: 767px) {
  /* Estilos generales */
  body {
    font-size: 14px;
  }
  main {
    margin-top: 0;
  }
  h2 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  span.exclusive {
    font-size: 14px;
    letter-spacing: 4px;
  }
  .section-0 {
    margin-bottom: 40px;
  }
  .section-0 > div > div.boat-header-cover {
    position: absolute;
    text-align: center;
    bottom: 32px;
    left: 30px;
    right: 0;
    width: auto;
  }
  .section-0 > div > div.boat-header-cover h1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-0 > div > div.boat-header-cover h1 .boat-header-title-line {
    font-size: 10px;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }
  .section-0 > div > div.boat-header-cover h1 .boat-header-title-modele {
    font-size: 80px;
    line-height: 80px;
  }
  .section-0 > div > div.boat-header-cover h1 .boat-header-description-modele {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    width: 100%;
    margin: 0 auto 10px;
  }
  .section-0 > div > div.boat-header-logo {
    position: absolute;
    top: auto;
    bottom: 190px;
    left: 15px;
  }
  .section-0 > div > div.boat-header-logo img {
    width: 50vw;
  }
  /* Section 1 - Introducción */
  .section-1 {
    padding-bottom: 50px;
  }
  .section-1 > .container > div .intro-subtitle {
    font-size: 14px;
    letter-spacing: 4px;
  }
  .section-1 > .container > div .intro-title {
    font-size: 32px;
    line-height: 1.3;
  }
  .section-1 > .container > div .intro-content {
    padding-right: 0;
  }
  .section-1 > .container > div .intro-content p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  /* Section 2 - Formulario */
  .section-2 {
    padding: 30px 15px;
  }
  .section-2 h2 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .section-2 p {
    font-size: 16px;
    line-height: 22px;
  }
  .section-2 .lightForm-container {
    padding: 0 15px;
    margin: 0 auto;
  }
  .section-2 .lightForm-container h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .section-2 .lightForm-container .form-inline {
    flex-direction: column;
    gap: 15px;
  }
  .section-2 .lightForm-container .form-inline .select-wrapper,
  .section-2 .lightForm-container .form-inline input.form-control {
    flex: 1 1 100%;
    width: 100%;
  }
  .section-2 .lightForm-container #model_event_form_boat_owner {
    flex-direction: column;
    gap: 10px;
  }
  /* Section 3 - Características principales */
  .section-3 {
    margin: 60px 15px 80px;
  }
  .section-3 .swiper {
    height: auto;
    max-height: 600px;
  }
  .section-3 .swiper-slide > div.content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .section-3 .swiper-slide > div.content .img {
    height: 300px;
  }
  .section-3 .swiper-slide > div.content .img > div {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .section-3 .swiper-slide > div.content .text {
    width: 100%;
    padding: 0 15px;
  }
  .section-3 .swiper-slide > div.content .text h3 {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .section-3 .swiper-slide > div.content .text p {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    text-align: center;
  }
  /* Section 4 - Carruseles de imágenes */
  .section-4 {
    margin: 0 auto;
    padding: 40px 0;
  }
  .section-4 .section-4-title {
    width: 90%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .section-4 .swiper-item {
    height: 50vw !important;
  }
  /* Section 5 - Video */
  .section-5 {
    padding: 20px 15px;
    margin: 0 auto;
  }
  /* Section 6 - Layouts */
  .section-6 {
    padding: 40px 15px;
  }
  .section-6 .swiper-layout .content {
    flex-direction: column;
  }
  .section-6 .swiper-layout .content .img {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .section-6 .swiper-layout .content .text {
    width: 100%;
    text-align: center;
  }
  .section-6 .swiper-layout .content .text h2 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .section-6 .swiper-layout .content .text p {
    font-size: 16px;
    line-height: 22px;
  }
  .section-6 .swiper-button-next,
  .section-6 .swiper-button-prev {
    top: calc(50% - 35px);
  }
  .section-6 .swiper-slide {
    opacity: 0 !important;
  }
  .section-6 .swiper-slide-visible {
    opacity: 1 !important;
  }
  /* Section 7 - Especificaciones */
  .section-7 {
    padding: 40px 15px;
  }
  .section-7 .technical-specs {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-7 .technical-specs-item .icon {
    font-size: 80px;
    width: 80px;
    height: 80px;
  }
  .section-7 .technical-specs-item .value {
    font-size: 20px;
  }
  .section-7 .btn-boat-line {
    width: 100%;
    max-width: 280px;
  }
  .section-7 .additionalSpecifications .list {
    grid-template-columns: 1fr;
  }
  /* Modal de imagen completa */
  .fullscreen-modal {
    width: 100vw;
  }
  .fullscreen-modal .modal-content {
    width: 95%;
    height: 80%;
  }
  .fullscreen-modal .close-btn {
    top: 10px;
    right: 10px;
  }
  .fullscreen-modal .nav-btn {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }
  .fullscreen-modal .image-counter {
    margin-top: 10px;
  }
  .fullscreen-modal .image-caption {
    font-size: 16px;
  }
}
/* Media query para tablets */
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 40px !important;
    line-height: 52px !important;
  }
  /* Section 1 */
  .section-1 > .container > div .intro-content p {
    font-size: 22px;
  }
  /* Section 3 */
  .section-3 {
    margin: 80px 30px 120px;
  }
  .section-3 .swiper-slide > div.content {
    grid-template-columns: 1fr 1fr;
  }
  .section-3 .swiper-slide > div.content .text p {
    font-size: 18px;
    line-height: 24px;
  }
  /* Section 6 */
  .section-6 {
    padding: 60px 30px;
  }
  .section-6 .swiper-layout .content .img {
    width: 55%;
  }
  .section-6 .swiper-layout .content .text {
    width: 40%;
  }
  /* Section 7 */
  .section-7 .technical-specs {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Ajustes para orientación horizontal en móviles */
@media (max-height: 500px) and (orientation: landscape) {
  .section-3 .swiper {
    height: 450px;
  }
  .section-4 .swiper-item {
    height: 250px;
  }
  .fullscreen-modal .modal-content {
    height: 90%;
  }
}/*# sourceMappingURL=mobile.css.map */