
  /* CSS Reset */
  :root {
    --color-logo: #578da5;
    --color-azul-oscuro: #e6e6e6;
  }

  /* Base Styles */
  * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans';

    /* Usar border-box para un mejor control del tamaño */
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
  }

  p {
    font-weight: 100;
  }

  body {
    margin: 0;
  }


  body {
    font-family: 'Noto Sans';
    /* Fuente base */
    line-height: 1.6;
    /* Altura de línea */
    color: #333;
    /* Color de texto */
  }

  header {
    position: absolute;
  }

  /* NOTE SECCION 1111111111111 */
  #intro {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center;
    background-image: url('/wp-content/uploads/headerv2.webp');
  }

  #intro h2 {
    font-size: 2.5rem;
    margin: 1rem 0 1rem 0;
    font-family: 'Noto Sans';
    font-weight: 300;
    text-transform: uppercase;
    margin: 2.5rem 0 1rem 0;
  }

  #intro p {
    font-size: 1.2rem;
    font-weight: 100;
  }

  .logo-container {
    position: absolute;
    top: 46px;
    left: 4rem;
    z-index: 5;
    @media (max-width: 558px) {
      top: 32px;
      left: 2rem;
    }
  }

  .logo-blanco {
    width: 185px;
    opacity: 0.85;
    
    @media (max-width: 558px) {
      width: 150px;
    }
  }



  .reserve-button {
    background-color: #247496;
    color: #ffffff;
    padding: 0.7rem 4.8rem;
    border: none;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1rem;

  }

  .reserve-button:hover {
    background-color: #fcfcfc;
    color: #0F4C75;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .black-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 11rem;
  }

  .black-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 41%) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
  }

  .black-overlay>* {
    position: relative;
    z-index: 2;
  }

  .scroll-down {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 3;
    animation: bounce 2s infinite;
    transition: opacity 0.3s ease;
  }

  .scroll-down:hover {
    opacity: 0.7;
  }

  .arrow-down {
    width: 40px;
    height: 40px;
  }

  @keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0) translateX(-50%);
    }

    40% {
      transform: translateY(-10px) translateX(-50%);
    }

    60% {
      transform: translateY(-5px) translateX(-50%);
    }
  }

  /* Añade scroll suave para toda la página */
  html {
    scroll-behavior: smooth;
  }

  @media (max-width: 600px) {
    #intro {
      height: 80vh;
      /* Altura reducida */
    }

    #intro h2 {
      font-size: 1.8rem;
      /* Título más pequeño */
      margin: 1.5rem 0 0.8rem 0;
      padding: 0 1.5rem;
      /* Padding lateral */
    }

    #intro p {
      font-size: 1rem;
      /* Texto más pequeño */
      padding: 0 2rem;
      /* Padding lateral */
      line-height: 1.4;
    }

    .reserve-button {
      padding: 0.6rem 3rem;
      /* Botón más pequeño */
      font-size: 1rem;
    }

    .black-overlay {
      padding-bottom: 8rem;
      /* Menos espacio abajo */
    }

    /* El logo y los iconos sociales mantienen su tamaño original */
    .logo-container {
      top: 30px;
      /* Opcional: ajustar posición del logo */
      left: 2rem;
    }

    .scroll-down {
      bottom: 1.5rem;
      /* Opcional: ajustar posición de la flecha */
    }

    .arrow-down {
      width: 35px;
      /* Opcional: ajustar tamaño de la flecha */
      height: 35px;
    }
  }



  /* NOTE SECCIÓN 22222222222  */
  .servicios {

    min-height: 82vh;
    display: flex;
    flex-direction: row;
    width: 100%;

  }

  .servicios-container {
    margin: 0rem 0 0 7rem;
    width: 58%;
    min-width: 553px;
    padding-right: 15px;
  }

  .servicios-texto {
    max-width: 500px;
    padding-top: 7rem;
    /* border-left: 3px solid; */
    border-left: 2.5px solid #0000001f;
  }

  .servicios-texto h2 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #0F4C75;
    margin-left: 12px;
    margin-bottom: 1.5rem;
  }

  .servicios-texto p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-left: -2.5px;
    padding-left: 20px;
    color: #313131;
    border-left: 2.5px solid #0F4C75;
  }

  .servicios-opciones {
    display: flex;
    padding-top: 190px;
    gap: 3rem;
    /* background: aliceblue; */
    height: 100%;
    /* margin-top: 3rem; */
    /* margin-inline: auto; */
    width: 89%;
    /* padding-inline: 3rem; */
    border-left: 3px solid #0000001f;
    justify-content: space-around;
    padding-left: 15px;
  }

  .opcion {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .icono {

    background: #f8f8f8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }

  .icono:hover {
    transform: translateY(-5px);
  }

  .icono img {
    width: 38px;
    height: 42px;
  }

  .opcion span {
    font-size: 1rem;
    color: #333;
    font-weight: 500;
  }

  .mapa-background {

    width: 100%;
    background-image: url('/wp-content/uploads/mapv2.webp');
    background-size: cover;
    background-position: 39% center;
    opacity: 1;
  }

  /* Responsive */
  @media (max-width: 1100px) {
    .servicios-container {
      margin: 0rem 0 0 4vw;
    }

  }

  /* Responsive */
  @media (max-width: 1269px) {
    .mapa-background {


      background-position: 65% center;

    }
  }

  /* Responsive */
  @media (max-width: 768px) {
    .servicios {
      flex-direction: column;
    }

    .servicios-container {
      width: 100%;
      margin: 0;
      min-width: unset;
      padding: 0 1rem;
    }

    .servicios-texto {
      max-width: 100%;
      padding-top: 4rem;
      border-left: none;
      text-align: center;
    }

    .servicios-texto h2 {
      margin-left: 0;
      margin-bottom: 1rem;
    }

    .servicios-texto p {
      border-left: none;
      padding-left: 0;
      margin-left: 0;
      text-align: center;
    }

    .servicios-opciones {

      align-items: center;
      gap: 2rem;
      padding: 3rem 0;
      border-left: none;
      width: 100%;
      text-align: center;
    }

    .opcion {
      gap: 0.8rem;
    }

    .icono {
      margin-bottom: 0.5rem;
    }

    .mapa-background {
      width: 100%;
      height: 240px;
      /* O el alto que prefieras */
      background-position: 39% center;
      margin-top: 2rem;
    }
  }

  @media (max-width: 491px) {
    .cocheras-texto h2 {
      font-size: 2.5rem;
      font-weight: 300;
      color: #0F4C75;
      padding-top: 67px;
    }
  }

  /* NOTE FIN SECCION 22222222222 */


  /* .caracteristicas {
  
    margin-inline: auto;

    width: 100%;
    
    padding: 0;
   
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
  }

  .feature-box {
    width: 50%;
    display: flex;
    gap: 2rem;
    margin-left: -114px;
  }

  .feature-box img {
    width: 272px;
    height: 337px;
  } */


  /* NOTE seccion 33333333/ */


  .cocheras {
    position: relative;
    display: flex;
    height: 593px;
    width: 100%;
  }

  .cocheras-container {
    display: flex;
    width: 100%;
    position: relative;
    height: 100%;
  }

  .slider-container {
    width: 60%;
    overflow: hidden;
    position: relative;
    height: 100%;
  }

  .swiper-wrapper {
    height: 100%;
  }

  .swiper-slide {
    height: 100%;
  }

  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cocheras-content {
    position: absolute;
    top: -58px;
    right: 0%;
    width: 49%;
    background: white;
    padding: 4rem 0rem 6rem 4rem;
    box-shadow: 11px 5px 9px rgba(0, 0, 0, 0.1);
    /* border-radius: 8px; */
    z-index: 2;
  }

  .cocheras-texto {
    max-width: 500px;
  }

  .cocheras-content h2 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #0F4C75;

    margin-bottom: 1.5rem;
  }

  .cocheras-content p {

    margin-bottom: 1rem;

    font-size: 1rem;
    line-height: 1.6;

    padding-left: 20px;
    color: #313131;

  }

  .btn-cocheras {
    display: inline-block;
    font-weight: bold;
    padding: 0.9rem 2rem;
    background-color: #e2c86e;
    margin-bottom: 22px;
    color: #000000;
    font-weight: bolder;
    margin-left: 150px;
    text-decoration: none;
    transition: all 0.3s ease;
    align-self: flex-end;
  }

  .btn-cocheras:hover {
    background-color: #247496;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  /* Personalización de los botones de navegación */
  .swiper {
    margin: inherit;
  }

  .swiper-button-next,
  .swiper-button-prev {

    color: #414141;
    background: rgb(255 255 255 / 72%);
    width: 50px;
    outline: 1px solid #282828;
    height: 50px;
    /* border-radius: 50%; */
    /* transition: all 0.3s ease; */
    top: auto;
    bottom: 3rem;
    margin-top: 0;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: rgb(226 200 110);
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 20px;
  }

  /* Personalización de la paginación */
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: white;
    opacity: 0.5;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
  }

  .swiper-pagination {

    text-align: right;
    padding: 0px 41px 6px 0px;
  }

  .swiper-button-prev {
    right: 77px;
    left: auto;
  }

  .swiper-button-next {
    right: 26px;
  }

  @media (max-width: 1150px) {
    .cocheras {
      height: auto;
      flex-direction: column;
    }

    .cocheras-container {
      flex-direction: column;
    }

    .cocheras-content {
      position: relative;
      width: 100%;
      top: 0;
      right: 0;
      padding: 3rem 2rem;
      box-shadow: none;
      order: -1;
      /* Mueve el contenido arriba */
    }

    .cocheras-texto {
      max-width: 100%;
      text-align: center;
    }

    .cocheras-texto h2 {
      font-size: 2.5rem;
      font-weight: 300;
      color: #0F4C75;
    }

    .cocheras-texto p {
      padding-inline: 33px;
    }

    .slider-container {
      width: 100%;
      height: 400px;
      /* O el alto que prefieras */
    }

    .btn-cocheras {
      margin: 2rem auto;
      display: block;
      width: fit-content;
    }

    /* Reposicionar los botones de navegación */
    .swiper-button-next,
    .swiper-button-prev {
      top: 50%;
      transform: translateY(-50%);
      bottom: auto;
    }

    .swiper-button-prev {
      left: 1rem;
      right: auto;
    }

    .swiper-button-next {
      right: 1rem;
    }

    /* Centrar la paginación */
    .swiper-pagination {
      text-align: center;
      padding: 1rem 0;
    }
  }

  /* Ajustes adicionales para móviles */
  @media (max-width: 768px) {
    .cocheras-content {
      padding: 2rem 1rem;
    }

    .cocheras-texto h2 {
      font-size: 2.5rem;
      font-weight: 300;
      color: #0F4C75;
    }

    .slider-container {
      height: 300px;
    }

    .btn-cocheras {
      padding: 0.8rem 1.5rem;
      font-size: 0.9rem;
    }
  }

  /* NOTE FIN DE SECTION 3333333333333 */


  /* NOTE SECTION 44444444R4444444 */

  .parking-rotacional {
    padding: 15rem 0 10rem 0;
    background: white;

    @media (max-width: 890px) {
      padding: 8rem 0 2rem 0;
    }
  }

  .titles-container {

    width: 100%;
    /* text-align: center; */
  }

  .subtitle {

    margin-bottom: 0.5rem;
    width: fit-content;
    font-size: 2.4rem;
    color: #012d56;
    position: relative;
    /* display: inline-block; */
    margin-left: 10rem;
    /* outline: 1px solid #282828;*/
  }

  .subtitle::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #e2c86e;
    display: none;
  }

  .titles-right {
    float: right;
    margin-right: 8rem;
    max-width: 791px;
    text-align: center;
  }

  .title {

    margin-bottom: 0rem;
    width: fit-content;
    font-size: 2.4rem;
    position: relative;
    color: #012d56;
    text-align: center;
    display: inline-block;


    /* display: inline-block; */


  }

  .title::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #012d56;
    z-index: 2;

  }

  .linea {
    width: 100%;

    position: relative;
  }

  .linea::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 1;
    background: #d7d7d7;
  }


  .description {
    color: #313131;
    font-size: 01rem;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 4rem;
    margin-top: 1rem;
  }

  .parking-image {
    width: 100%;
    overflow: hidden;
    margin: 3rem 0;

  }

  .parking-image img {
    width: 100%;
    height: 71%;
    object-fit: cover;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
  }

  .feature {
    text-align: center;
    padding: 2rem;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
  }

  .feature-icon img {
    width: 100%;
    height: 100%;
  }

  .feature h4 {
    font-size: 1.2rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
  }

  .feature p {
    color: #313131;
    line-height: 1.5;
  }

  /* Responsive */
  /* @media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .title {
    font-size: 2rem;
  }

  .parking-image {
    height: 300px;
  }
} */

  @media (max-width: 1073px) {
    .features-grid {

      gap: 1.5rem;
    }

    .title {
      font-size: 2rem;
    }

    .titles-right {
      margin-right: 0;
    }

    .parking-image {
      height: 300px;
    }

    .subtitle {
      margin-left: 3rem;
    }

    .feature {
      padding: 0;
    }
  }

  @media (max-width: 690px) {
    .features-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      margin-top: -28px;
    }

    .subtitle {
      margin-bottom: 0.5rem;
      width: fit-content;
      font-size: 1.8rem;
      color: #012d56;
      position: relative;

      margin-inline: 0;
      text-align: center;
      width: 100%;
    }

    .titles-right {
      margin-inline: 0;
      float: right;
      /* margin-right: 8rem; */
      max-width: 791px;
      padding-inline: 27px;
      text-align: center;
    }

    .title {
      font-size: 24px;
      margin-bottom: 0rem;
      width: fit-content;
      position: relative;
      color: #012d56;
      text-align: center;
      display: inline-block;
      /* display: inline-block; */
    }

    .parking-image img {
      width: 100%;
      height: 71%;
      object-fit: cover;
      object-position: -124px -3px;
    }

    .parking-image {
      margin-bottom: 0;
    }



  }

  /* NOTE FIN SECCION 555555555555555555 */
  .activacar {
    padding: 5rem 0;
    background: white;
  }

  .activacar-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .activacar-image {
    height: 100%;
    overflow: hidden;
  }

  .activacar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .activacar-content {
    background-color: #1B4965;
    /* Color azul oscuro */
    color: white;
    padding: 7rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .activacar-content h2 {
    font-size: 2.5rem;
    font-weight: 500;
    /* Ultra light */
    margin-bottom: 1.5rem;
    line-height: 1.2;
  }

  .activacar-content .description {
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 2rem;
    line-height: 1.6;
  }

  .description1 {
    /* color: #313131; */
    font-size: 01rem;
    line-height: 1.6;
    /* text-align: center; */
    padding-bottom: 2rem; 
    margin-top: 1rem;
  }

  .features-list {
    list-style: none;
    padding: 0;
  }

  .features-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 300;
  }

  .features-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
  }

  /* Responsive */
  @media (max-width: 968px) {
    .activacar-container {
      grid-template-columns: 1fr;
    }

    .activacar-image {
      height: 300px;
    }

    .activacar-content {
      padding: 3rem 2rem;
    }

    .activacar-content h2 {
      font-size: 2rem;
    }
  }

  /* NOTE MODALIDAD RESPONSIVE */
  /* Modal styles */
  .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
  }

  .modal-content {
    background-color: white;
    padding: 3rem;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    overflow: auto;
  }

  .close-button {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 1.8rem;
    cursor: pointer;
    color: #313131;
    transition: color 0.3s ease;
  }

  .close-button:hover {
    color: #0F4C75;
    /* Color azul de tu página */
  }

  /* Form styles */
  .form-group {
    margin-bottom: 2rem;
  }

  .modal-content h2 {
    margin-bottom: 2rem;
    color: #0F4C75;
    /* Color azul de tu página */
    font-weight: 300;
    font-size: 2.5rem;
  }

  .modal-content label {
    display: block;
    margin-bottom: 0.5rem;
    color: #313131;
    font-weight: 300;
  }

  .modal-content input,
  .modal-content textarea {
    width: 100%;
    padding: 1rem;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    font-weight: 300;
    background-color: #f8f8f8;
    transition: all 0.3s ease;
  }

  .modal-content textarea {
    height: 150px;
    /* Área de mensaje más grande */
    resize: vertical;
    min-height: 150px;
  }

  .modal-content .submit-button {
    background-color: #247496;
    /* Color del botón de reserva */
    color: white;
    padding: 0.9rem 2rem;
    border: none;
    cursor: pointer;
    width: auto;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: 1rem;
  }

  .modal-content .submit-button:hover {
    background-color: #fcfcfc;
    color: #0F4C75;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  /* Focus styles */
  input:focus,
  textarea:focus {
    outline: none;
    background-color: #fff;
    border-bottom: 1px solid #0F4C75;
  }

  @media (max-width: 768px) {
    .modal-content {
      padding: 2rem;
      height: auto;
      max-height: 90vh;
      overflow-y: auto;
      margin: 1rem;
      width: 95%;
    }

    .modal-content h2 {
      font-size: 1.8rem;
      margin-bottom: 1.5rem;
    }

    .form-group {
      margin-bottom: 1.5rem;
    }

    .modal-content label {
      font-size: 0.9rem;
    }

    .modal-content input,
    .modal-content textarea {
      padding: 0.8rem;
      font-size: 1rem;
    }

    .modal-content textarea {
      height: 120px;
      min-height: 120px;
    }

    .modal-content .submit-button {
      width: 100%;
      padding: 0.8rem;
      font-size: 1rem;
    }

    .close-button {
      right: 1rem;
      top: 1rem;
      font-size: 1.5rem;
    }
  }

  /* Ajustes adicionales para pantallas muy pequeñas */
  @media (max-width: 380px) {
    .modal-content {
      padding: 1.5rem;
    }

    .modal-content h2 {
      font-size: 1.5rem;
    }

    .form-group {
      margin-bottom: 1rem;
    }
  }

  /* Prevenir scroll del body cuando el modal está abierto */
  body.modal-open {
    overflow: hidden;
  }

  /* Botones de contacto directo */
  .contact-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    justify-content: center;
  }

  .contact-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    flex: 1;
    justify-content: center;
    max-width: 150px;
  }

  .whatsapp-btn {
    background-color: #25D366;
    color: white;
  }

  .whatsapp-btn:hover {
    background-color: #20BA5A;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(37, 211, 102, 0.3);
  }

  .phone-btn {
    background-color: #247496;
    color: white;
  }

  .phone-btn:hover {
    background-color: #1e5f7a;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(36, 116, 150, 0.3);
  }

  .divider {
    text-align: center;
    margin: 2rem 0;
    position: relative;
  }

  .divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ddd;
    z-index: 1;
  }

  .divider span {
    background-color: white;
    padding: 0 1rem;
    color: #666;
    font-size: 0.9rem;
    position: relative;
    z-index: 2;
  }

  /* Responsive para botones de contacto */
  @media (max-width: 768px) {
    .contact-buttons {
      flex-direction: column;
      gap: 0.8rem;
    }

    .contact-btn {
      max-width: none;
      padding: 0.9rem 1.2rem;
    }
  }