body, html {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: sans-serif;
    height: 100vh;
    overflow-x: hidden;
  }

  .main-layout {
        display: flex;
        height: 92vh;
        width: 100%;
        max-width: 100%;
        margin-top: auto;
        background: rgb(223 225 232 / 30%);
  }

  .main-layout .swiper-pagination {bottom:5.4vw;}
  .main-layout .swiper-pagination .swiper-pagination-bullet {width:12px;height:12px;}
  .main-layout .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background:#154898}

  .btns-top-p {
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
    z-index:100;
  }

   .btns-top-p .content-btns-p {
    background: #fff;
    display: inline-block;
    border-radius: 45px;
    padding: 10px 25px;
   }

   .btns-top-p .content-btns-p a {

    color: #0041a8;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    background: transparent;
    padding: 13px 30px;
    border-radius: 30px;
    display: inline-block;

   }

   .btns-top-p .content-btns-p a.active {
      background: #0041a8;
      color: #fff;
   }

  .slider-section {
    flex: 0 0 70%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    padding-right: 40px;
  }

  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    width: 33%;
    background-color: #fff;
    height: 60vh;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: bottom;
    box-shadow: 1px 2px 20px 20px rgb(0 0 0 / 5%);
    border-radius: 20px;
  }

  .color-02 {color:#0134ae;font-weight:bold !important;}



  .swiper-button-prev,
  .swiper-button-next {
    color: #000;
  }

  .info-panel {
        flex: 0 0 30%;
        padding: 40px 50px;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        height: 60%;
        margin: auto 0 auto auto;
        box-shadow: 0px 0px 18px 20px rgb(0 0 0 / 3%);
        border-radius: 15px 0px 0px 15px;
  }

  .info-panel h1 {
    color: #0041a8;
    font-size: 32px;
    font-family: "Saira Semi Condensed", sans-serif;
    font-weight: 400;
  }
  .info-panel p {
    font-family: "Roboto", sans-serif;
    color: #0041a8;
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
  }

  .info-panel .btn-frnt-p {
    background: #0041a8;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 15px;
    padding: 17px 35px;
    font-family: "Roboto", sans-serif;
    margin: 0px 0px;
    text-transform: uppercase;
    width:auto;
  }

  .accordion-content .btn-frnt-p {
    background: #0041a8;
    border: none;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
    padding: 15px 35px;
    font-family: "Roboto", sans-serif;
    margin: 0px 30px 30px;
    text-transform: uppercase;
    width: auto;
  }

  .accordion-content .btnAdded {
    opacity: .5;
    transition: .6s;
    pointer-events: none;
  }

  .content-btns {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 35px;
  }

  .content-btns form {margin-right:10px}

  .info-panel ul {
    padding-left: 1rem;
  }

  /* ⬇️ ENTRADA SUAVE */
  .invisible-start {
    opacity: 0;
    transition: opacity 1s ease;
  }

  @media (max-width: 768px) {
    .main-layout {
      flex-direction: column;
      height:auto;
    }

    .main-layout .swiper-pagination {
      bottom: 2.4vw;
    }

    .slider-section {
      flex: 1 1 100%;
      width: 100%;
      padding:0px;
      margin-top:35%;
    }

     .info-panel {
      flex: 1 1 100%;
      width: 100%;
      margin-top: 25px;
      padding: 40px 50px;
      border-radius: 15px;
    }

    .swiper-slide {
      width: 90%;
      height: 55vh !important;
    }

    .btns-top-p .content-btns-p {
      padding:10px;
    }

    .btns-top-p {
      top:8%;
    }

  }

  /* MODAL A PANTALLA COMPLETA con transición suave */
  .modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.8);
      opacity: 0;
      visibility: hidden;
      z-index: 101;
      overflow: hidden;
      transition: opacity 0.4s ease, visibility 0.4s ease;
  }

  .modal-overlay.show-modal {
      opacity: 1;
      visibility: visible;
  }

  .modal-content {
      background: linear-gradient(180deg, rgb(223 225 232) -80%, rgba(255, 255, 255, 1) 100%);
      width: 100%;
      height: 100vh;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      border-radius: 0;
      box-shadow: none;
      max-height: calc(100vh - 0px);
      overflow:hidden;
  }

  .modal-image-container {
      flex: 0 0 75%;
      height: 100vh;
      background: transparent;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  /* Contenedor para manejar la transición de imágenes */
  .image-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .modal-image {
      width: 100%;
      height: 100%;
      object-fit: contain;
      opacity: 0; /* Por defecto invisible */
  }

  .modal-image.show {
      opacity: 1;
  }

  .modal-info {
      flex: 0 0 25%;
      height: 80vh;
          padding: 5px 0px;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          overflow-y: auto;
          background: #fff;
          margin: auto 0;
          box-shadow: 0 0 20px 9px rgb(0 0 0 / 7%);
          border-radius: 30px 0px 0px 30px;
          overflow:auto;
  }

  .modal-info h2 {
      font-size: 2.2rem;
      margin-bottom: 1.8rem;
      color: #2c5282;
  }

  .modal-info p {
      font-size: 13px;
      line-height: normal;
      color: #333;
      font-family: "Roboto", sans-serif;
      margin: 0;
      padding: 30px 30px;
      display:none;
  }

  .accordion-content.animate__animated {
    animation-fill-mode: both;
  }

  .close-btn {
      position: fixed;
      top: 30px;
      left: 45px;
      z-index: 10000;
      text-shadow: none;
      font-weight: 600;
      background: #0041a8;
      border: none;
      color: #fff;
      font-size: 12px;
      border-radius: 15px;
      padding: 13px 32px;
      font-family: "Roboto", sans-serif;
      margin: 0px 0px;
      text-transform: uppercase;
      width: auto;
  }

.content-left {
      position: absolute;
      left: 0;
      top: 5vh;
      bottom: 0;
      z-index: 2;
      max-width: 36%;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: flex-start;
      padding: 50px;
}

.content-left h3 {
  font-family: "Saira Semi Condensed", sans-serif;
  color: #0134ae;
  font-size: 30px;
}
.content-left h4 {
  font-family: "Roboto", sans-serif;
  color: #0134ae;
  font-size: 15px;
  font-weight: 400;
  margin: 15px 0 20px;
}
.content-left p {
  color: #636363;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: normal;
  margin-bottom:40px;
}

.cont-box-i {margin-bottom: 0px;}
.cont-box-i h5 {
  font-family: "Roboto", sans-serif;
  color: #0134ae;
  text-transform: uppercase;
  font-style: italic;
  font-size: 17px;
  font-weight: 600;
}
.cont-box-i ul, .cont-box-i p{
  color: #636363;
  list-style: disc;
  padding: 0px 20px 10px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.content-right-m {
      position: absolute;
      right: 0;
      top: 5vh;
      bottom: 0;
      z-index: 2;
      max-width: 36%;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: flex-start;
      padding: 20px;
}

  #modal-features {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .accordion-item {
    border-bottom: 1px solid #00cdff;
    margin-bottom: 5px;
  }

  .accordion-title {
    cursor: pointer;
    padding: 20px 50px;
    background: transparent;
    transition: background 0.3s;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
  }
  .accordion-title img {transition:.6s;}
  .accordion-title.activo img {transform:rotate(180deg);transition:.6s;}

  .accordion-title:hover {
    background: #eaeaea;
  }

  .accordion-content {
    padding: 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: transparent;
    font-size: 14px;
  }

  .accordion-content table {
    padding: 30px 30px 0px;
    display: block;
  }

  .accordion-content thead th {background: rgb(2 52 174);color: #fff;padding: 10px 5px;font-family: "Roboto", sans-serif;font-size:14px;}
   .accordion-content tbody  tr {border-bottom: 1px #ccc solid;}
   .accordion-content tbody  tr td {padding:5px;font-family: "Roboto", sans-serif;font-size: 12px;}


   @media screen and (max-width: 2560px) and (min-width: 1080px) {


    .cont-box-i ul, .cont-box-i p {font-size:19px}
    .cont-box-i h5 {font-size:20px;}

    .swiper-slide {background-size: 100%;}

   }

   @media screen and (max-width: 1440px) {
     .swiper-slide {height:30vw;}
     .main-layout .swiper-pagination {bottom:6.4vw;}

     .cont-box-i ul, .cont-box-i p {font-size: 13px;}
     .accordion-title {font-size:14px;padding:20px 25px;}

     .info-panel p {font-size:16px;}

   }


  @media (max-width: 768px) {

    .custom-mobile {
      position: fixed;
      z-index: 9;
      left: 0px;
      top: 0;
      right: 0;
      background: #fff;
      padding: 10px 15px;
    }

    .close-btn {
      position:relative;
      top:0;
      left:0;
      padding:10px 30px;
      font-size:10px;
    }

    .btns-top-p .content-btns-p a {padding:13px 15px}
    
      .modal-content {
          flex-direction: column;
          overflow: auto;
          height: auto;
      }

      .modal-image-container {
          flex: 0 0 100%;
          height: auto;
          flex-direction: column;
      }

      .content-right-m {
          padding: 0px 50px 70px
      }

      .content-left, .content-right-m {
        position:relative;
        max-width: 100%;
      }

      .modal-info {
          flex: 0 0 50%;
          height: 50vh;
          padding: 20px;
      }
  }