<style>

.desktop .main-menu__submenuHeading {
    display: flex;
    margin-bottom: 8px;
    color: #555;
    font-weight: 700;
    font-size: 14px;
}

.fa, .fa-brands, .fa-regular, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: grid;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}


.soat {
    margin-top: -45px;
    position: absolute;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 64px;
    background: #333;
    padding: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.soat .container {
    display: flex;
    align-items: anchor-center;
}

.soat p {
    display: contents;
    font-family: 'Montserrat';
    font-weight: 700 !important;
    color: #fff !important;
    margin-left: 100px;
    align-items: center;
}

.soat .boton {
    margin-left: 10px;
    
}

.boton:hover {
    border-radius: 25px;
    background: var(--Gradiants-y-linear-boton-2, linear-gradient(180deg, #DB3C0B 0%, #F60 100%));
    box-shadow: 2px 2px 3px 0px #FF9D5C;
}

.boton {
    font-family: 'Montserrat';
    color: #fff !important;
    font-weight: 700;
    border-radius: 18.75px;
    background: var(--Gradiants-y-linear-gradiant-boton, linear-gradient(180deg, #F60 0%, #E63F0C 100%, #E63F0C 100%));
    display: flex;
    padding: 9px 20px 9px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: fit-content;
}

/* Banner principal */

#Custom-Banner {
    padding-top: 75px;
}

#Custom-Banner .swiper .swiper-action-button {
    padding-left: 0px;
      
  }
  #Custom-Banner #banner-transversal .swiper-slide {
      display: flex;
      height: 500px;
  }
  
  #Custom-Banner #banner-transversal picture {
      width: 50%;
      display: block;
      order: 2;
  }
  
  
  #Custom-Banner #banner-transversal .swiper-caption {
      width: 50%;
      margin-top: 50px;
      text-align: left;
      padding-left: 10%;
      padding-right: 70px;
      background-color: transparent;
      order: 1;
  }
  #Custom-Banner #banner-transversal .swiper-caption .heading {
      color: var( --color--neutral--80);
      font-size: var(--font--size--h1);/*tamaño*/
      font-weight: var(--font--weight--bold);/*weight*/
      line-height:120%; /*interlineado*/
      letter-spacing: var(--font-tracking-title);/*tracking*/
      font-family: var(--font--fuente--principal),sans-serif;
      
  }
  
  #Custom-Banner #banner-transversal .swiper-caption .description {
      margin: 20px 0;
  }
  #Custom-Banner .swiper .swiper-slide picture img {
      margin: 0;
      width: auto;
      object-fit: contain;
  }
  #Custom-Banner #banner-transversal .swiper-caption .btn {
      font-weight: var(--font--weight--semibold);
      padding: 12px 32px;
      border-radius: 25px;
      color: var(--color--neutral--0);
      background: var(--gradiants-y-linear-gradiant-boton, linear-gradient(0deg,var(--color--principal-rojo-oscuro) 0%, var(--color--main) 100%));
      border: 1px solid var(--color--main); 
  
  }
  #Custom-Banner .home-banner-swiper .swiper-pagination {
      display: none;
  }
  .banner-content-navigation-buttons{
      position: relative;
  }
  
  #banner-content-navigation-buttons .swiper-button-prev, #banner-content-navigation-buttons .swiper-rtl .swiper-button-next {
      left: var(--swiper-navigation-sides-offset, 10%);
      top: var(--swiper-navigation-top-offset, 420px);
      
  }
  #banner-content-navigation-buttons .swiper-button-next, #banner-content-navigation-buttons .swiper-rtl .swiper-button-prev {
      left: var(--swiper-navigation-sides-offset, 13%);
      top: var(--swiper-navigation-top-offset, 420px);
     
  }
  #banner-content-navigation-buttons .swiper-button-next, #banner-content-navigation-buttons .swiper-button-prev {
      width: 40px;
      height: 40px;
      color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }
  .swiper #banner-content-navigation-buttons .swiper-button .fa {
      color: #ffffff;
      opacity: 1;
      font-size: initial;
      
  
  }
  body .main #banner-content-navigation-buttons .fa-chevron-right::before, body .main #banner-content-navigation-buttons .fa-chevron-left::before {
      font-size: 35px;
  }
  
  
  .fa-chevron-left:before {
      content: "\f104";
  }
  .fa-chevron-right:before {
      content: "\f105";
  }
  
   #Custom-Banner #banner-transversal .fa-chevron-right::before, #Custom-Banner #banner-transversal body .main .fa-chevron-left::before {
      font-size: 35px;
  }

/* .banner {
    background-image: url(/Credito/PublishingImages/seguros-2025/fondo-banner.png);
    background-repeat: no-repeat;
    background-position: center;
}

.banner h1 {
    padding-top: 30%;
    color: var(--Fuentes-Light-H2, #383B3B);
    font-family: 'Montserrat';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    letter-spacing: 0.384px;
}

.banner p {
    padding-block: 20px;
    color: var(--neutral-escala-grises-100-negro, #383B3B);
    font-family: 'Montserrat';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; 
    letter-spacing: 0.216px;
}

.banner .container {
    height: 600px;
} */

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: #000;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #000;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
    font-family: 'Montserrat';
    color: #000 !important;
    font-weight: 500;
    display: flex;
    position: absolute;
    margin-top: -60px;
}

.breadcrumb .fa, .fa-brands, .fa-regular, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.breadcrumb>li {
    display: flex;
}

.breadcrumb a {
    display: flex;
    color: #FF6600;
}

.breadcrumb .fa, .fa-brands, .fa-regular, .fa-solid, .fab, .far, .fas {
    padding: 4px;
    scale: 1.3;
    margin-right: 10px;
    color: #ff6600;
    display: flex !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.breadcrumb .fa-solid .fa-house .fa-sm {
    scale: 1.3 !important;
    padding: 4px !important;
    color: #ff6600;
}


.beneficios h2 {
    color: #383B3B;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.beneficios .container {
    display: flex;
    padding-block: 20px;
    justify-content: center;
    flex-flow: row;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}



.beneficios .col-md-4 {
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
}

.beneficios h4 {
    padding: 15px;
    font-size: 14px !important;
    font-family: 'Montserrat' !important;
    color: #000;
    font-weight: 600 !important;
    text-align: center;
}

.cobertura {
    background-image: url(/Credito/PublishingImages/seguros-2025/fondo-cobertura1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
}

.cobertura h2 {
    margin-top: -100px;
    padding-bottom: 20px;
    color: #383B3B;
    text-align: left;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cobertura ul li {
    color: #383B3B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cobertura .fa, .fa-brands, .fa-regular, .fa-solid, .fab, .far, .fas {
    scale: 1;
    padding: 0px;
    margin-right: 10px;
    color: #ff6600;
    display: flex !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.planes {
    padding-bottom: 100px;
    padding-top: 60px;
    background-image: url(/Credito/PublishingImages/seguros-2025/fondo-planes.png);
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    background-size: cover;
}

.planes h2 {

    padding-bottom: 50px;
    color: #383B3B;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.planes p {
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #383B3B;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border-radius: 40px;
    align-items: center;
    width: auto;
    border-bottom: solid;
    color: #fff;
    background-color: #ff6600 !important;
    font-family: 'Montserrat';
    font-weight: 700;
}

.nav-pills .nav-link {
    border-radius: 2.25rem;
}

.nav-pills .nav-link h3.active {
    color: #fff;
}

.nav {
    border: none;
    padding-bottom: 50px;
    gap: 50px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}



.planes h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #383b3b !important;
    font-family: 'Montserrat';
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    display: contents;
}

.planes h3:hover {
    background-color: #ff6600;
    color: #fff;
    font-family: 'Montserrat';
}

.planes h3.active {
    background-color: #ff6600;
    color: #fff;
    font-family: 'Montserrat';
}

.tab-content .container {
    width: 70%;
}

.nav-pills .nav-link h3.active:hover {
    background-color: #ff6600;
    color: #fff;
    border-radius: 40px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    display: flex;
    justify-content: center;
    border-radius: 40px;
    color: #fff !important;
    cursor: pointer;
    background-color: #ff6600;
    align-items: center;
    flex-wrap: nowrap;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #ff6600;
    border-radius: 40px;
    color: #fff;
}

.nav-pills .nav-link h3:focus {
    color: #fff;
}

.nav-pills .nav-link h3:hover {
    background-color: #ff6600;
    color: #fff;
    border-radius: 40px;
}

/* estilos tabs */
.tabs{
    width: 600px;
    display: block;
    margin: 40px auto;
    position: relative;
}

.tabs .tab{
    float: left;
    display: block;
}

.tabs .tab>input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.tabs .tab>label {
    display: block;
    padding: 6px 21px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    color: #FFF;
}

.tabs .content {
    z-index: 0;
    overflow: hidden;
    width: 600px;
    padding: 25px;
    position: absolute;
    top: 27px;
    left: 0;
    background: #303030;
    color: #DFDFDF;
    
    opacity:0;
    transition: opacity 400ms ease-out;
}

.tabs h3 {
    font-family: 'Montserrat';
    font-weight: 700;
}

.tabs>.tab>[id^="tab"]:checked + label {
    top: 0;
    background: #303030;
    color: #F5F5F5;
}

.tabs>.tab>[id^="tab"]:checked ~ [id^="tab-content"] {
    z-index: 1;
   
    opacity: 1;
    transition: opacity 400ms ease-out;
}


/* estilos tabla */



.tabla {
    
    width: 70%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background-color: #fff;
}

.table {
    box-shadow: 0px 10px 8px -10px rgba(0,0,0,0.41);
    width: 100%;
    border-radius: 40px;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>tbody {
    vertical-align: inherit;
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #FFF;
    background: #FFF;
    
}

.planes .encabezado {
    border-radius: 20px 0px 0px 0px; 
    padding-bottom: 15px; 
    padding-left: 30px; 
    border-radius: 20px 0px 0px 0px;
}

.planes .encabezado2 {
    width: 40%;
    border-radius: 20px 0px 0px 0px; 
    padding-bottom: 15px; 
    padding-left: 30px; 
    border-radius: 0px 20px 0px 0px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    color: #383b3b;
    font-family: 'Montserrat';
    padding-left: 30px !important;
    padding: 15px;
    vertical-align: top;
    border: none;
}

:focus {
    
    outline: none !important;
    text-decoration: none!important;
    outline-offset: -1px;
    color: #fff;
}

.pasos {
    padding-bottom: 50px;
}

.pasos h2 {
    padding-bottom: 50px;
    color: #383B3B;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pasos .container {
    display: flex;
    padding-block: 20px;
    justify-content: space-around;
    flex-flow: row;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}



.pasos .col-md-4 {
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
}


.pasos p {
    padding: 15px;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 600;
    text-align: center;
}

.formulario {
    background-image: url(/Credito/PublishingImages/seguros-2025/fondo-formulario.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.formulario h2 {
    margin-bottom: -20px;
    padding-top: 50px;
    color: #383B3B;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contacto {
    padding-top: 0px;
}

.contacto h2 {
    margin-top: 50px;
    color: #383B3B;
    text-align: left;
    font-family: 'Montserrat';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contacto p {

    font-size: 14px;
    font-family: 'Montserrat';
    color: #383B3B;
    font-weight: 500;
    text-align: left;
}

ul {
    list-style-type: none;
    font-family: 'Montserrat';
    color: #383B3B;
}

ol, ul {
    padding-left: 0;
}

.faq {
    background-image: url(/Credito/PublishingImages/seguros-2025/fondo-preguntas1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: auto;
}

.faq h2 {
    margin-top: 50px;
    color: #383B3B;
    text-align: left;
    font-family: 'Montserrat';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.faq h3 {
    padding: 50px;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #ff6600;
    display: flex;
    justify-content: center;
    text-align: center;
}

.faq .panel {
    background-color: transparent;
}

.faq .panel-heading {
    color: #383B3B;
    font-family: 'Montserrat';
    display: flex;
    padding: 10px 15px;
    border-bottom: 2px solid #ff6600;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.faq .panel p {
    font-family: 'Montserrat';
    color: #383B3B;
    font-weight: 500;
}

.faq .panel-body {
    border: 2px, solid, #ff6600;
    padding: 15px;
    margin-top: 5px;
    border-radius: 0 0 20px 20px;
}

.faq .panel .collapsed {
    color: #383B3B;
}

.intereses h2 {
    margin-top: 50px;
    color: #383B3B;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.intereses {
    padding-top: 50px;
    background-image: url(/Credito/PublishingImages/seguros-2025/fondo-intereses1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.intereses .container {
    display: flex; 
    padding-block: 20px; 
    width: 100%; 
    justify-content: space-around; 
    flex-flow: row; 
    align-items: center;
}

.intereses .col-sm {
    display: contents;
}

.intereses .card {

    padding: 15px;
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    width: 25rem !important;
    border-radius: 20px;
    background: var(--neutral-escala-grises-0-blanco, #FFF);
    box-shadow: 2px 5px 16px 0px rgba(0, 0, 0, 0.15);

}

.intereses .card-body {
    padding: 20px;
}

.intereses .card h3 {
color: var(--Fuentes-Light-H3-H4-H5, #515151);
font-family: 'Montserrat';
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 32px */
letter-spacing: 0.256px;
}

.intereses .card-text {
    font-family: 'Montserrat';
    color: #666666;
}

.logos h2 {
    margin-top: 50px;
    color: #383B3B;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.logos .col-sm {
    height: 100px;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.logos .container{
    gap: 50px;
    display: flex; 
    padding-block: 20px; 
    width: 50%; 
    justify-content: center; 
    flex-flow: row; 
    align-items: center;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/* MOBILE */

@media (max-width: 768px) {

    .soat {
        display: flex;
        height: 85px !important;
        flex-direction: row;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }

    .soat .boton {
        margin-top: 20px;
        display: flex;
        height: 30px;
        width: 246px;
        margin-left: 10px;
        align-content: center;
        align-items: center;
        flex-direction: row;
    }


    .soat p {
        font-size: 11px;
        line-height: 1.3 !important;
    }

    /*Banner principal*/

    #Custom-Banner #banner-transversal .swiper-slide {
        height: 620px;
       flex-wrap: wrap;
   }

   #Custom-Banner #banner-transversal .swiper-caption {
       width: 100%;
       order: 2;
   }

   #Custom-Banner #banner-transversal picture {
       width: 100%;
       order: 1;
   }

   
   #Custom-Banner #banner-transversal .heading {
       line-height: 27px!important;
   }
   

   #Custom-Banner .swiper .swiper-slide picture img {
       height: auto;
       width: auto;
       object-fit: contain;
       object-position: top;
       max-width: 100%;
   }

   #banner-content-navigation-buttons .swiper-button-next, #banner-content-navigation-buttons .swiper-rtl .swiper-button-prev {
       left: var(--swiper-navigation-sides-offset, 25%);
       top: var(--swiper-navigation-top-offset, 600px);
   }
   #banner-content-navigation-buttons .swiper-button-prev, #banner-content-navigation-buttons .swiper-rtl .swiper-button-next {
       
       top: var(--swiper-navigation-top-offset,600px);
   }

   /* ------------ */

    /* .banner {
        background-image: none;
        margin-left: 24px;
    }

    .banner .container {
        height: auto !important;
        padding-bottom: 50px;
    }

    .banner img {
        scale: 0.7;
        margin-top: -150px;
        margin-left: -130px;
    }

    .banner h1 {
        font-size: 32px;
        padding-bottom: 6%;
        padding-top: 25%;
    }

    .banner p {
        font-size: 24px;
        padding-bottom: 20px;
    } */

    .breadcrumb {
        display: none;
    }

    .beneficios {
        margin-top: -70px;
    }

    .beneficios h2 {
        font-size: 28px;
    }

    .beneficios .container {
        gap: 40px;
        flex-direction: column !important;
        margin-top: -80px;
    }

    .cobertura {
        padding-top: 0px;
        background-position: bottom;
    }

    .cobertura img {
        display: none;
    }

    .cobertura h2 {
        text-align: center;
        font-size: 28px;
        margin-top: 0px;
    }

    .planes {
        padding-top: 50px;
        margin-bottom: -100px;
    }

    .planes h2 {
        font-size: 28px;
        padding-bottom: 10px;
    }

    .nav {
        padding-bottom: 0px;
        gap: 10px;
        justify-content: center;
        display: flex;
        flex-wrap: nowrap;
        list-style: none;
        flex-direction: column;
        align-items: center;
    }

    .tabla {
        width: 90%;
    }

    .planes .active > div:first-child {
        display: contents;
    }

    .pasos h2 {
        font-size: 28px !important;
        margin-top: 30px !important;
    }

    .pasos .container {
        margin-top: -100px;
        margin-bottom: -50px;
        gap: 50px;
        display: flex;
        flex-direction: column !important;
    }

    .pasos {
        padding-bottom: 0px;
    }

    .formulario h2 {
        font-size: 28px;
        padding-bottom: 0px;
    }

    .contacto h2 {
        margin-left: 24px;
        font-size: 28px;
        padding-bottom: 0px;
    }

    .contacto p {
        line-height: 1.6 !important;
        margin-left: 24px;
    }

    .contacto ul {
        margin-left: 24px;
    }

    .contacto img {
        display: none;
    }

    .faq h2 {
        margin-left: 24px;
        font-size: 28px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .faq {
        background-position: bottom;
        background-size: contain;
        height: 100%;
        padding-bottom: 50px;
    }

    .faq img {
        display: none;
    }

    .intereses {
        padding-top: 0px;

    }

    .intereses h2 {
        font-size: 28px;
        padding-bottom: 0px;
    }

    .intereses .container {
        gap: 20px;
        display: flex;
        padding-block: 20px;
        width: 100%;
        justify-content: space-around;
        flex-flow: row;
        align-items: center;
        flex-direction: column;
    }

    .logos h2 {
        font-size: 28px;
        padding-bottom: 0px;
    }

    .logos .container {
        gap: 20px;
        display: flex;
        padding-block: 20px;
        width: 100%;
        justify-content: space-around;
        flex-flow: row;
        align-items: center;
        flex-direction: column;
    }

    .logos .col-sm {
        justify-content: center; 
    }   


}


/* TABLET */
@media (max-width: 992px) {

    #banner-content-navigation-buttons .swiper-button-prev, #banner-content-navigation-buttons .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 10%);
        top: var(--swiper-navigation-top-offset, 600px);
        
    }
    #banner-content-navigation-buttons .swiper-button-next, #banner-content-navigation-buttons .swiper-rtl .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 17%);
        top: var(--swiper-navigation-top-offset, 600px);
       
    }

    #Custom-Banner .swiper .swiper-slide picture img {
        height: auto;
        width: auto;
        object-fit: contain;
        object-position: top;
        max-width: 100%;
    }

    #Custom-Banner #banner-transversal .swiper-slide {
        height: 620px;
       flex-wrap: wrap;
   }

   #Custom-Banner #banner-transversal .swiper-caption {
       width: 100%;
       order: 2;
   }


    .beneficios .container {
        flex-direction: column !important;
    }

    .cobertura img {
        display: none;
    }

    .cobertura {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cobertura h2 {
        margin-top: 50px;

    }

    .pasos .container {
        margin-top: -100px;
        margin-bottom: -50px;
        gap: 50px;
        display: flex;
        flex-direction: column !important;
    }

    .planes {
        padding-top: 50px;
    }

    .contacto img {
        display: none;
    }

    .faq {
        padding-bottom: 50px;
    }

    .faq img {
        display: none;
    }

    .intereses h2 {
        margin-top: 40px;
    }
    
    .intereses .card h3 {
        color: var(--Fuentes-Light-H3-H4-H5, #515151);
        font-family: 'Montserrat';
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 100% !important;
        letter-spacing: 0.256px;
    }

    .intereses .card-text {
        font-size: 12px;
        font-family: 'Montserrat';
        color: #666666;
    }

    .intereses .container {
        gap: 20px;
    }

    .boton {
        font-size: 11px;
        font-family: 'Montserrat';
        color: #fff !important;
        font-weight: 700;
        border-radius: 18.75px;
        background: var(--Gradiants-y-linear-gradiant-boton, linear-gradient(180deg, #F60 0%, #E63F0C 100%, #E63F0C 100%));
        display: flex;
        padding: 9px 1px 9px 12px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        width: fit-content;
    }
}



</style>

