<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Inter-Light";
  src: url(../fonts/Inter-Light.otf);
}

@font-face {
  font-family: "Inter-Regular";
  src: url(../fonts/Inter-Regular.otf);
}

@font-face {
  font-family: "Inter-Medium";
  src: url(../fonts/Inter-Medium.otf);
}

@font-face {
  font-family: "Inter-Bold";
  src: url(../fonts/Inter-Bold.otf);
}

@font-face {
  font-family: "Inter-Black";
  src: url(../fonts/Inter-Black.otf);
}

@font-face {
  font-family: "ClashDisplay-Variable";
  src: url(../fonts/ClashDisplay-Variable.ttf);
}

body {
  font-family: "Inter-Regular" !important;
  background-color: #ffffff;
  color: #484848;
  overflow-x: hidden;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .position-logofoot {
    text-align: center;
  }

  .nav-siprosa {
    background-image: linear-gradient(
      91deg,
      #f7f7f7,
      #ffffff,
      #ffffff,
      #f5f5f5
    );
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 0%;
  }

  .logo-navbar {
    width: 180px;
  }

  .icon-navbar {
    border: none;
    color: #3e9336;
    font-size: 1.8rem;
    background: transparent;
  }
  .row-navsiprosa {
    justify-content: end;
  }

  .align-logosiprosa {
    text-align: center;
  }

  .align-iconsiprosa {
    text-align: end;
  }

  /* video banner  */

  .video-container {
    position: relative;
    width: 100%;
    height: 500px;
    padding: 0% 0px;
    overflow: hidden;
  }
  .video-container video {
    position: absolute;
    top: 40%;
    left: 50%;
    min-width: 100%;
    min-height: 90%;
    width: 50%;
    height: 500px;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
  }
  /* Puedes aÃ±adir estilos para el contenido encima del video si quieres mejor visibilidad */
  .content-over-video {
    position: relative;
    z-index: 1;
    color: white; /* Por ejemplo, color de texto para contraste */
  }

  /* header top video */

  .col-head-banner {
    background-image: linear-gradient(45deg, #31353bbd, #31353bd9);
    border-radius: 20px;
    padding: 40px 40px;
  }

  .text1-head-banner {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }

  /* Contadoras de Billetes y Cajas Fuertes - Manejo Seguro de Efectivo */

  .text2-head-banner {
    font-family: "Inter-Regular" !important;
    color: #c7c7c7;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  .position-btnsiprosa {
    text-align: center;
    margin-top: 5%;
  }
  .btn-siprosa {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
  }
  .btn-siprosa:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
  }

  .btn-siprosa2 {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #ffffff;
    color: #3e9336;
    padding: 10px 25px;
    border-radius: 10px;
  }
  .btn-siprosa2:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #ffffff;
    color: #3e9336;
    padding: 10px 25px;
    border-radius: 10px;
  }

  /* SECTION 01  */

  .section-01 {
    background-color: white;
    padding: 0% 0px 5% 0px;
  }

  .text-section-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #414244;
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: justify;
    padding: 0px 12px;
  }

  .text-resaltado {
    color: #3e9336;
    font-weight: 600;
  }

  .text-resaltado2 {
    color: #3e9336;
  }

  /* SECTION 2 */

  .section-2 {
    padding: 10% 0px;
    background-color: white;
  }

  .col-gradientsection2 {
    background: linear-gradient(180deg, #194579, #1a2f57, #1c1c38);
    min-height: 400px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    padding: 10% 0px 0px 0px;
  }

  #moverImagen {
    width: 100%;
    height: 350px;
    background-image: url(../img/chica.png);
    background-size: cover;
    background-position: center;
    transform: translateY(200px);
    transition: transform 1s ease;
  }

  .title-section-2 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }
  .text-section-2 {
    font-family: "Inter-Regular" !important;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5rem;
    text-align: center;
    margin-top: 5%;
  }

  .position-btnsiprosa2 {
    margin-top: 5%;
    text-align: center;
  }

  /* SECTION 3 */

  .section-3 {
    padding: 0px 0px 7% 0px;
    background-color: #f5f5f4;
    margin-top: 5%;
  }

  .col-card-section-3 {
    background: white;
    min-height: 380px;
    border-radius: 20px;
    padding: 25px 35px;
    box-shadow: 0px 1px 4px 0px #0000002e;
    margin-top: 5%;
  }

  .title-card-section-3 {
    font-family: "ClashDisplay-Variable" !important;
    color: #1c1a35;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 10%;
  }
  .text-card-section-3 {
    font-family: "Inter-Regular" !important;
    color: #1c1a35;
    font-size: 14px;
    line-height: 1.5rem;
    text-align: center;
    margin-top: 10%;
  }

  .rowgestiona-section3 {
    margin-top: 10%;
  }

  .colgradient-section32 {
    background: linear-gradient(141deg, #3e9336 0%, #1c1a35 100%);
    padding: 10% 0% 55% 5%;
    border-radius: 0px;
  }

  .title-section-32 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 0%;
  }

  .position-btnsiprosa3 {
    text-align: center;
    margin-top: 5%;
  }

  .img-gestiona-section3 {
    position: absolute;
    width: 385px;
    height: auto;
    margin-left: -30px;
    margin-top: -10px;
  }

  /* SECTION 4 */

  .section-4 {
    padding: 10% 0px;
    background-color: white;
  }
  .title-section-4 {
    font-family: "ClashDisplay-Variable" !important;
    color: #1c1a35;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 2%;
  }
  .text-section-4 {
    font-family: "Inter-Regular" !important;
    color: #1c1a35;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 3%;
  }

  /* machines */

  .rows-machines {
    margin-top: 5%;
  }
  .machine-card-01 {
    background-image: url(../img/machine-card-01.png);
    background-color: #ffffff;
    min-height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-02 {
    background-image: url(../img/machine-card-02.png);
    background-color: #ffffff;
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-03 {
    background-image: url(../img/machine-card-03.png);
    background-color: #ffffff;
    min-height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-04 {
    background-image: url(../img/machine-card-04.png);
    background-color: #ffffff;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-05 {
    background-image: url(../img/machine-card-05.png);
    background-color: #ffffff;
    min-height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-06 {
    background-image: url(../img/machine-card-06.png);
    background-color: #ffffff;
    min-height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-07 {
    background-image: url(../img/machine-card-07.png);
    background-color: #ffffff;
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .rowcajasfuertes {
    margin-top: 5%;
  }
  .col-cajasfuertes {
    background-color: #f5f5f4;
    padding: 5% 5%;
    border-radius: 20px;
  }

  .title-cajasfuertes {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 2%;
  }
  .text-cajasfuertes {
    font-family: "Inter-Light" !important;
    color: #919191;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 2%;
  }
  .position-btncajasfuertees {
    text-align: center;
  }

  .title-machine-card-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: start;
    font-weight: 400;
    margin-top: 5%;
  }
  .tag-machine-card-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #3e9336;
    font-size: 14px;
    font-weight: 500;
  }

  .text-machine-card-01 {
    font-family: "Inter-Light" !important;
    color: #919191;
    font-size: 12px;
    line-height: 14px;
    text-align: start;
    margin-top: 0%;
  }

  /* SECTION 5 */

  .section-5 {
    background-image: url(../img/counter-bottom-movil.png);
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10% 5% 5% 5%;
    margin-bottom: 0%;
  }

  .tag-section-5 {
    font-family: "Inter-Bold" !important;
    color: #3e9336;
    font-size: 1rem;
    text-align: center;
    margin-top: 30%;
  }
  .title-section-5 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 3%;
  }
  .text-section-5 {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
  }

  .section-6 {
    background-color: #ffffff;
    padding: 10% 0px;
  }

  .title-section-6 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 2%;
  }
  .text-section-6 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 3%;
  }

  .position-arrow-clients {
    text-align: center;
    margin-top: 5%;
  }
  .btn-arrow {
    font-family: "Inter-Regular";
    font-size: 1rem;
    border: 1px solid #000000;
    padding: 5px 11px;
    border-radius: 30px;
  }
  .btn-arrow:hover {
    font-family: "Inter-Regular";
    font-size: 1rem;
    border: 1px solid #000000;
    padding: 5px 11px;
    border-radius: 30px;
  }

  .row-swiper {
    margin-top: 7%;
  }

  .img-swiper-client {
    width: 60%;
  }

  /* SECTION 7  FOOTER */

  .section-7 {
    margin-top: 5%;
  }

  .col-form-section7 {
    background-image: url(../img/back-footer.png),
      linear-gradient(90deg, #00564d, #007563, #0da841, #2bb12a);
    padding: 5% 5%;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 5%;
  }

  .title-section-form {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-align: center;
    font-weight: 300;
    margin-top: 2%;
  }
  .text-section-form {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    margin-top: 2%;
  }

  .col-formulario-section7 {
    background-image: linear-gradient(90deg, #f5f5f4, #ececec);
    padding: 10% 5%;
    border-radius: 20px;
    border-radius: 20px;
  }
  .title-formulario {
    font-family: "ClashDisplay-Variable" !important;
    color: #77797d;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 5%;
  }

  .control-siprosa {
    font-family: "ClashDisplay-Variable" !important;
    border-radius: 20px;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  .control-siprosa::placeholder {
    font-family: "ClashDisplay-Variable" !important;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  /* FOOT */

  .section-foot {
    padding: 10% 5% 2% 5%;
  }

  .title-foot {
    font-family: "ClashDisplay-Variable" !important;
    color: #163c5d;
    font-size: 16px;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 10%;
    margin-bottom: 5%;
  }
  .iconfoot {
    color: #163c5d;
    font-size: 1.5rem;
    margin-right: 5%;
  }
  .text-foot {
    font-family: "ClashDisplay-Variable" !important;
    color: #13395b;
    font-size: 16px;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
  }

  .row-copy {
    margin-top: 5%;
    padding: 0% 5%;
  }
  .text-copy {
    font-family: "ClashDisplay-Variable" !important;
    color: #13395b;
    font-size: 16px;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
  }

  .ppositionicon {
    text-align: center;
  }

  .btn-siprosa-achines {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 6px 25px;
    border-radius: 5px;
  }
  .btn-siprosa-achines:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 6px 25px;
    border-radius: 5px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .position-logofoot {
    text-align: start;
  }

  .nav-siprosa {
    background-image: linear-gradient(
      91deg,
      #f7f7f7,
      #ffffff,
      #ffffff,
      #f5f5f5
    );
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 0%;
  }

  .logo-navbar {
    width: 160px;
  }

  .icon-navbar {
    border: none;
    color: #3e9336;
    font-size: 1.2rem;
    background: transparent;
  }
  .row-navsiprosa {
    justify-content: end;
  }

  .align-logosiprosa {
    text-align: start;
  }

  .align-iconsiprosa {
    text-align: end;
  }

  /* video banner  */

  .video-container {
    position: relative;
    width: 100%;
    height: 550px;
    padding: 2% 0px;
    overflow: hidden;
  }
  .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Para cubrir el Ã¡rea sin distorsionar */
    z-index: -1; /* EnvÃ­a el video detrÃ¡s del contenido */
  }
  /* Puedes aÃ±adir estilos para el contenido encima del video si quieres mejor visibilidad */
  .content-over-video {
    position: relative;
    z-index: 1;
    color: white; /* Por ejemplo, color de texto para contraste */
  }

  /* header top video */

  .col-head-banner {
    background-image: linear-gradient(45deg, #31353bbd, #31353bd9);
    border-radius: 20px;
    padding: 40px 70px;
  }

  .text1-head-banner {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: start;
  }

  /* Contadoras de Billetes y Cajas Fuertes - Manejo Seguro de Efectivo */

  .text2-head-banner {
    font-family: "Inter-Regular" !important;
    color: #c7c7c7;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: start;
  }
  .position-btnsiprosa {
    text-align: start;
    margin-top: 5%;
  }
  .btn-siprosa {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background-color: #3e9336;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
  }
  .btn-siprosa:hover {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background-color: #3e9336;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
  }

  .btn-siprosa2 {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background-color: #ffffff;
    color: #3e9336;
    padding: 10px 25px;
    border-radius: 10px;
  }
  .btn-siprosa2:hover {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background-color: #ffffff;
    color: #3e9336;
    padding: 10px 25px;
    border-radius: 10px;
  }

  /* SECTION 01  */

  .section-01 {
    background-color: white;
    padding: 5% 0px 5% 0px;
  }

  .text-section-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #414244;
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-align: start;
    padding: 0px 20px;
  }

  .text-resaltado {
    color: #3e9336;
    font-weight: 600;
  }

  .text-resaltado2 {
    color: #3e9336;
  }

  /* SECTION 2 */

  .section-2 {
    padding: 0% 0px 5% 0px;
    background-color: white;
  }

  .col-gradientsection2 {
    background: linear-gradient(180deg, #194579, #1a2f57, #1c1c38);
    min-height: 400px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
  }

  #moverImagen {
    width: 100%;
    height: 500px;
    background-image: url(../img/chica.png);
    background-size: cover;
    background-position: center;
    transform: translateY(200px);
    transition: transform 1s ease;
  }

  .title-section-2 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: start;
  }
  .text-section-2 {
    font-family: "Inter-Regular" !important;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5rem;
    text-align: start;
    margin-top: 5%;
  }

  .position-btnsiprosa2 {
    margin-top: 5%;
    text-align: start;
  }

  /* SECTION 3 */

  .section-3 {
    padding: 0px 0px 7% 0px;
    background-color: #f5f5f4;
    margin-top: 5%;
  }

  .col-card-section-3 {
    background: white;
    min-height: 350px;
    border-radius: 20px;
    padding: 25px 35px;
    box-shadow: 0px 1px 4px 0px #0000002e;
    margin-top: 5%;
  }

  .title-card-section-3 {
    font-family: "ClashDisplay-Variable" !important;
    color: #1c1a35;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: center;
    font-weight: 400;
    margin-top: 10%;
  }
  .text-card-section-3 {
    font-family: "Inter-Regular" !important;
    color: #1c1a35;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-top: 10%;
  }

  .rowgestiona-section3 {
    margin-top: 10%;
  }

  .colgradient-section32 {
    background: linear-gradient(90deg, #3e9336 0%, #1c1a35 100%);
    padding: 10% 0% 5% 5%;
    border-radius: 20px;
  }

  .title-section-32 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: start;
    font-weight: 400;
    margin-top: 0%;
  }

  .position-btnsiprosa3 {
    text-align: start;
    margin-top: 5%;
  }

  .img-gestiona-section3 {
    position: inherit;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: -25px;
  }

  /* SECTION 4 */

  .section-4 {
    padding: 10% 0px;
    background-color: white;
  }
  .title-section-4 {
    font-family: "ClashDisplay-Variable" !important;
    color: #1c1a35;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 400;
    margin-top: 2%;
  }
  .text-section-4 {
    font-family: "Inter-Regular" !important;
    color: #1c1a35;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 3%;
  }

  /* machines */

  .rows-machines {
    margin-top: 5%;
  }
  .machine-card-01 {
    background-image: url(../img/machine-card-01.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-02 {
    background-image: url(../img/machine-card-02.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-03 {
    background-image: url(../img/machine-card-03.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-04 {
    background-image: url(../img/machine-card-04.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-05 {
    background-image: url(../img/machine-card-05.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-06 {
    background-image: url(../img/machine-card-06.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  /* cajas fuertes seccion */

  .machine-card-07 {
    background-image: url(../img/machine-card-07.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }
  .rowcajasfuertes {
    margin-top: 5%;
  }
  .col-cajasfuertes {
    background-color: #f5f5f4;
    padding: 5% 5%;
    border-radius: 20px;
  }

  .title-cajasfuertes {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 2%;
  }
  .text-cajasfuertes {
    font-family: "Inter-Light" !important;
    color: #919191;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 2%;
  }
  .position-btncajasfuertees {
    text-align: center;
  }

  /* cajs fuertes ending */

  .title-machine-card-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: start;
    font-weight: 400;
    margin-top: 10%;
  }
  .tag-machine-card-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #3e9336;
    font-size: 20px;
    font-weight: 500;
  }

  .text-machine-card-01 {
    font-family: "Inter-Light" !important;
    color: #919191;
    font-size: 14px;
    line-height: 18px;
    text-align: start;
    margin-top: 0%;
  }

  /* SECTION 5 */

  .section-5 {
    background-image: url(../img/counter-bottom-movil.png);
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50% 5% 5% 5%;
    margin-bottom: 0%;
  }

  .tag-section-5 {
    font-family: "Inter-Bold" !important;
    color: #3e9336;
    font-size: 1rem;
    text-align: center;
    margin-top: 10%;
  }
  .title-section-5 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 5%;
  }
  .text-section-5 {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
  }

  .section-6 {
    background-color: #ffffff;
    padding: 10% 0px;
  }

  .title-section-6 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 2rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 2%;
  }
  .text-section-6 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 3%;
  }

  .position-arrow-clients {
    text-align: center;
    margin-top: 5%;
  }
  .btn-arrow {
    font-family: "Inter-Regular";
    font-size: 16px;
    border: 1px solid #000000;
    padding: 10px 16px;
    border-radius: 30px;
  }
  .btn-arrow:hover {
    font-family: "Inter-Regular";
    font-size: 16px;
    border: 1px solid #000000;
    padding: 10px 16px;
    border-radius: 30px;
  }

  .row-swiper {
    margin-top: 7%;
  }

  .img-swiper-client {
    width: 60%;
  }

  /* SECTION 7  FOOTER */

  .section-7 {
    margin-top: 5%;
  }

  .col-form-section7 {
    background-image: url(../img/back-footer.png),
      linear-gradient(90deg, #00564d, #007563, #0da841, #2bb12a);
    padding: 5% 5%;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 5%;
  }

  .title-section-form {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.8rem;
    text-align: center;
    font-weight: 300;
    margin-top: 2%;
  }
  .text-section-form {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 1%;
  }

  .col-formulario-section7 {
    background-image: linear-gradient(90deg, #f5f5f4, #ececec);
    padding: 10% 5%;
    border-radius: 20px;
    border-radius: 20px;
  }
  .title-formulario {
    font-family: "ClashDisplay-Variable" !important;
    color: #77797d;
    font-size: 14px;
    line-height: 16px;
    text-align: start;
    font-weight: 400;
    margin-bottom: 5%;
  }

  .control-siprosa {
    font-family: "ClashDisplay-Variable" !important;
    border-radius: 20px;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  .control-siprosa::placeholder {
    font-family: "ClashDisplay-Variable" !important;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  /* FOOT */

  .section-foot {
    padding: 10% 5% 2% 5%;
  }

  .title-foot {
    font-family: "ClashDisplay-Variable" !important;
    color: #163c5d;
    font-size: 16px;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 10%;
    margin-bottom: 5%;
  }
  .iconfoot {
    color: #163c5d;
    font-size: 1.5rem;
    margin-right: 5%;
  }
  .text-foot {
    font-family: "ClashDisplay-Variable" !important;
    color: #13395b;
    font-size: 16px;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
  }

  .row-copy {
    margin-top: 5%;
    padding: 0% 5%;
  }
  .text-copy {
    font-family: "ClashDisplay-Variable" !important;
    color: #13395b;
    font-size: 16px;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
  }

  .ppositionicon {
    text-align: center;
  }

  .btn-siprosa-achines {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 6px 25px;
    border-radius: 5px;
  }
  .btn-siprosa-achines:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 6px 25px;
    border-radius: 5px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .position-logofoot {
    text-align: start;
  }

  .nav-siprosa {
    background-image: linear-gradient(
      91deg,
      #f7f7f7,
      #ffffff,
      #ffffff,
      #f5f5f5
    );
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 0%;
  }

  .logo-navbar {
    width: 160px;
  }

  .icon-navbar {
    border: none;
    color: #3e9336;
    font-size: 1.2rem;
    background: transparent;
  }
  .row-navsiprosa {
    justify-content: end;
  }

  .align-logosiprosa {
    text-align: start;
  }

  .align-iconsiprosa {
    text-align: end;
  }

  /* video banner  */

  .video-container {
    position: relative;
    width: 100%;
    height: 400px;
    padding: 2% 0px;
    overflow: hidden;
  }
  .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Para cubrir el Ã¡rea sin distorsionar */
    z-index: -1; /* EnvÃ­a el video detrÃ¡s del contenido */
  }
  /* Puedes aÃ±adir estilos para el contenido encima del video si quieres mejor visibilidad */
  .content-over-video {
    position: relative;
    z-index: 1;
    color: white; /* Por ejemplo, color de texto para contraste */
  }

  /* header top video */

  .col-head-banner {
    background-image: linear-gradient(45deg, #31353bbd, #31353bd9);
    border-radius: 20px;
    padding: 20px 25px;
  }

  .text1-head-banner {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }

  /* Contadoras de Billetes y Cajas Fuertes - Manejo Seguro de Efectivo */

  .text2-head-banner {
    font-family: "Inter-Regular" !important;
    color: #c7c7c7;
    font-size: 14px;
    line-height: 18px;
    text-align: start;
  }
  .position-btnsiprosa {
    text-align: start;
    margin-top: 5%;
  }
  .btn-siprosa {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 5px 20px;
    border-radius: 10px;
  }
  .btn-siprosa:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 5px 20px;
    border-radius: 10px;
  }

  .btn-siprosa2 {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #ffffff;
    color: #3e9336;
    padding: 5px 20px;
    border-radius: 10px;
  }
  .btn-siprosa2:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #ffffff;
    color: #3e9336;
    padding: 5px 20px;
    border-radius: 10px;
  }

  /* SECTION 01  */

  .section-01 {
    background-color: white;
    padding: 5% 0px 5% 0px;
  }

  .text-section-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #414244;
    font-size: 16px;
    line-height: 24px;
    text-align: start;
    padding: 0px 20px;
  }

  .text-resaltado {
    color: #3e9336;
    font-weight: 600;
  }

  .text-resaltado2 {
    color: #3e9336;
  }

  /* SECTION 2 */

  .section-2 {
    padding: 0% 0px 5% 0px;
    background-color: white;
  }

  .col-gradientsection2 {
    background: linear-gradient(180deg, #194579, #1a2f57, #1c1c38);
    min-height: 330px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
  }

  #moverImagen {
    width: 100%;
    height: 330px;
    background-image: url(../img/chica.png);
    background-size: cover;
    background-position: center;
    transform: translateY(200px);
    transition: transform 1s ease;
  }

  .title-section-2 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: start;
  }
  .text-section-2 {
    font-family: "Inter-Regular" !important;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    text-align: start;
    margin-top: 5%;
  }

  .position-btnsiprosa2 {
    margin-top: 5%;
    text-align: start;
  }

  /* SECTION 3 */

  .section-3 {
    padding: 0px 0px 7% 0px;
    background-color: #f5f5f4;
    margin-top: 0%;
  }

  .col-card-section-3 {
    background: white;
    min-height: 290px;
    border-radius: 20px;
    padding: 25px 20px;
    box-shadow: 0px 1px 4px 0px #0000002e;
    margin-top: 5%;
  }

  .title-card-section-3 {
    font-family: "ClashDisplay-Variable" !important;
    color: #1c1a35;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    margin-top: 10%;
  }
  .text-card-section-3 {
    font-family: "Inter-Regular" !important;
    color: #1c1a35;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    margin-top: 10%;
  }

  .rowgestiona-section3 {
    margin-top: 10%;
  }

  .colgradient-section32 {
    background: linear-gradient(90deg, #3e9336 0%, #1c1a35 100%);
    padding: 5% 0% 2% 5%;
    border-radius: 20px;
  }

  .title-section-32 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: start;
    font-weight: 400;
    margin-top: 0%;
  }

  .position-btnsiprosa3 {
    text-align: start;
    margin-top: 5%;
  }

  .img-gestiona-section3 {
    position: inherit;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: -30px;
    margin-bottom: -15px;
  }

  /* SECTION 4 */

  .section-4 {
    padding: 10% 0px;
    background-color: white;
  }
  .title-section-4 {
    font-family: "ClashDisplay-Variable" !important;
    color: #1c1a35;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    font-weight: 400;
    margin-top: 2%;
  }
  .text-section-4 {
    font-family: "Inter-Regular" !important;
    color: #1c1a35;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-top: 3%;
  }

  /* machines */

  .rows-machines {
    margin-top: 5%;
  }
  .machine-card-01 {
    background-image: url(../img/machine-card-01.png);
    background-color: #ffffff;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-02 {
    background-image: url(../img/machine-card-02.png);
    background-color: #ffffff;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-03 {
    background-image: url(../img/machine-card-03.png);
    background-color: #ffffff;
    min-height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-04 {
    background-image: url(../img/machine-card-04.png);
    background-color: #ffffff;
    min-height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-05 {
    background-image: url(../img/machine-card-05.png);
    background-color: #ffffff;
    min-height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-06 {
    background-image: url(../img/machine-card-06.png);
    background-color: #ffffff;
    min-height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  /* cajas fuertes seccion */

  .machine-card-07 {
    background-image: url(../img/machine-card-07.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }
  .rowcajasfuertes {
    margin-top: 5%;
  }
  .col-cajasfuertes {
    background-color: #f5f5f4;
    padding: 5% 5%;
    border-radius: 20px;
  }

  .title-cajasfuertes {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 2%;
  }
  .text-cajasfuertes {
    font-family: "Inter-Light" !important;
    color: #919191;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 2%;
  }
  .position-btncajasfuertees {
    text-align: center;
  }

  /* cajs fuertes ending */

  .title-machine-card-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: start;
    font-weight: 400;
    margin-top: 10%;
  }
  .tag-machine-card-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #3e9336;
    font-size: 16px;
    font-weight: 500;
  }

  .text-machine-card-01 {
    font-family: "Inter-Light" !important;
    color: #919191;
    font-size: 12px;
    line-height: 16px;
    text-align: start;
    margin-top: 0%;
  }

  /* SECTION 5 */

  .section-5 {
    background-image: url(../img/counter-bottom-movil.png);
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50% 5% 5% 5%;
    margin-bottom: 0%;
  }

  .tag-section-5 {
    font-family: "Inter-Bold" !important;
    color: #3e9336;
    font-size: 1rem;
    text-align: center;
    margin-top: 10%;
  }
  .title-section-5 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 5%;
  }
  .text-section-5 {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
  }

  .section-6 {
    background-color: #ffffff;
    padding: 10% 0px;
  }

  .title-section-6 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 2rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 2%;
  }
  .text-section-6 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 3%;
  }

  .position-arrow-clients {
    text-align: center;
    margin-top: 5%;
  }
  .btn-arrow {
    font-family: "Inter-Regular";
    font-size: 16px;
    border: 1px solid #000000;
    padding: 10px 16px;
    border-radius: 30px;
  }
  .btn-arrow:hover {
    font-family: "Inter-Regular";
    font-size: 16px;
    border: 1px solid #000000;
    padding: 10px 16px;
    border-radius: 30px;
  }

  .row-swiper {
    margin-top: 7%;
  }

  .img-swiper-client {
    width: 60%;
  }

  /* SECTION 7  FOOTER */

  .section-7 {
    margin-top: 5%;
  }

  .col-form-section7 {
    background-image: url(../img/back-footer.png),
      linear-gradient(90deg, #00564d, #007563, #0da841, #2bb12a);
    padding: 5% 5%;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 5%;
  }

  .title-section-form {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.8rem;
    text-align: center;
    font-weight: 300;
    margin-top: 2%;
  }
  .text-section-form {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 1%;
  }

  .col-formulario-section7 {
    background-image: linear-gradient(90deg, #f5f5f4, #ececec);
    padding: 10% 5%;
    border-radius: 20px;
    border-radius: 20px;
  }
  .title-formulario {
    font-family: "ClashDisplay-Variable" !important;
    color: #77797d;
    font-size: 14px;
    line-height: 16px;
    text-align: start;
    font-weight: 400;
    margin-bottom: 5%;
  }

  .control-siprosa {
    font-family: "ClashDisplay-Variable" !important;
    border-radius: 20px;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  .control-siprosa::placeholder {
    font-family: "ClashDisplay-Variable" !important;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  /* FOOT */

  .section-foot {
    padding: 10% 5% 2% 5%;
  }

  .title-foot {
    font-family: "ClashDisplay-Variable" !important;
    color: #163c5d;
    font-size: 16px;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 10%;
    margin-bottom: 5%;
  }
  .iconfoot {
    color: #163c5d;
    font-size: 1.5rem;
    margin-right: 5%;
  }
  .text-foot {
    font-family: "ClashDisplay-Variable" !important;
    color: #13395b;
    font-size: 16px;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
  }

  .row-copy {
    margin-top: 5%;
    padding: 0% 5%;
  }
  .text-copy {
    font-family: "ClashDisplay-Variable" !important;
    color: #13395b;
    font-size: 16px;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
  }

  .ppositionicon {
    text-align: center;
  }

  .btn-siprosa-achines {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 6px 25px;
    border-radius: 5px;
  }
  .btn-siprosa-achines:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 6px 25px;
    border-radius: 5px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .position-logofoot {
    text-align: start;
  }

  .nav-siprosa {
    background-image: linear-gradient(
      91deg,
      #f7f7f7,
      #ffffff,
      #ffffff,
      #f5f5f5
    );
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 0%;
  }

  .logo-navbar {
    width: 200px;
  }

  .icon-navbar {
    border: none;
    color: #3e9336;
    font-size: 1.8rem;
    background: transparent;
  }
  .row-navsiprosa {
    justify-content: end;
  }

  .align-logosiprosa {
    text-align: center;
  }

  .align-iconsiprosa {
    text-align: end;
  }

  /* video banner  */

  .video-container {
    position: relative;
    width: 100%;
    height: 520px;
    padding: 2% 0px;
    overflow: hidden;
  }
  .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Para cubrir el Ã¡rea sin distorsionar */
    z-index: -1; /* EnvÃ­a el video detrÃ¡s del contenido */
  }
  /* Puedes aÃ±adir estilos para el contenido encima del video si quieres mejor visibilidad */
  .content-over-video {
    position: relative;
    z-index: 1;
    color: white; /* Por ejemplo, color de texto para contraste */
  }

  /* header top video */

  .col-head-banner {
    background-image: linear-gradient(45deg, #31353bbd, #31353bd9);
    border-radius: 20px;
    padding: 40px 40px;
  }

  .text1-head-banner {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: start;
  }

  /* Contadoras de Billetes y Cajas Fuertes - Manejo Seguro de Efectivo */

  .text2-head-banner {
    font-family: "Inter-Regular" !important;
    color: #c7c7c7;
    font-size: 14px;
    line-height: 18px;
    text-align: start;
  }
  .position-btnsiprosa {
    text-align: start;
    margin-top: 5%;
  }
  .btn-siprosa {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 7px 25px;
    border-radius: 10px;
  }
  .btn-siprosa:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 7px 25px;
    border-radius: 10px;
  }

  .btn-siprosa2 {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #ffffff;
    color: #3e9336;
    padding: 7px 25px;
    border-radius: 10px;
  }
  .btn-siprosa2:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #ffffff;
    color: #3e9336;
    padding: 7px 25px;
    border-radius: 10px;
  }

  /* SECTION 01  */

  .section-01 {
    background-color: white;
    padding: 5% 0px 5% 0px;
  }

  .text-section-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #414244;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: start;
    padding: 0px 20px;
  }

  .text-resaltado {
    color: #3e9336;
    font-weight: 600;
  }

  .text-resaltado2 {
    color: #3e9336;
  }

  /* SECTION 2 */

  .section-2 {
    padding: 0% 0px 10% 0px;
    background-color: white;
  }

  .col-gradientsection2 {
    background: linear-gradient(180deg, #194579, #1a2f57, #1c1c38);
    min-height: 400px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
  }

  #moverImagen {
    width: 100%;
    height: 420px;
    background-image: url(../img/chica.png);
    background-size: cover;
    background-position: center;
    transform: translateY(200px);
    transition: transform 1s ease;
  }

  .title-section-2 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: end;
  }
  .text-section-2 {
    font-family: "Inter-Regular" !important;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5rem;
    text-align: end;
    margin-top: 5%;
  }

  .position-btnsiprosa2 {
    margin-top: 5%;
    text-align: end;
  }

  /* SECTION 3 */

  .section-3 {
    padding: 0px 0px 5% 0px;
    background-color: #f5f5f4;
    margin-top: 10%;
  }

  .col-card-section-3 {
    background: white;
    min-height: 350px;
    border-radius: 20px;
    padding: 25px 35px;
    box-shadow: 0px 1px 4px 0px #0000002e;
    margin-top: -50%;
  }

  .title-card-section-3 {
    font-family: "ClashDisplay-Variable" !important;
    color: #1c1a35;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
    font-weight: 400;
    margin-top: 10%;
  }
  .text-card-section-3 {
    font-family: "Inter-Regular" !important;
    color: #1c1a35;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-top: 10%;
  }

  .rowgestiona-section3 {
    margin-top: 10%;
  }

  .colgradient-section32 {
    background: linear-gradient(90deg, #3e9336 0%, #1c1a35 100%);
    padding: 3% 0% 3% 5%;
    border-radius: 20px;
  }

  .title-section-32 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: start;
    font-weight: 400;
    margin-top: 0%;
  }

  .position-btnsiprosa3 {
    text-align: start;
    margin-top: 5%;
  }

  .img-gestiona-section3 {
    position: absolute;
    width: 450px;
    height: auto;
    margin-left: -5px;
    margin-top: -70px;
  }

  /* SECTION 4 */

  .section-4 {
    padding: 5% 0px;
    background-color: white;
  }
  .title-section-4 {
    font-family: "ClashDisplay-Variable" !important;
    color: #1c1a35;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 400;
    margin-top: 2%;
  }
  .text-section-4 {
    font-family: "Inter-Regular" !important;
    color: #1c1a35;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 3%;
  }

  /* machines */

  .rows-machines {
    margin-top: 5%;
  }
  .machine-card-01 {
    background-image: url(../img/machine-card-01.png);
    background-color: #ffffff;
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-02 {
    background-image: url(../img/machine-card-02.png);
    background-color: #ffffff;
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-03 {
    background-image: url(../img/machine-card-03.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-04 {
    background-image: url(../img/machine-card-04.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-05 {
    background-image: url(../img/machine-card-05.png);
    background-color: #ffffff;
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-06 {
    background-image: url(../img/machine-card-06.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  /* cajas fuertes seccion */

  .machine-card-07 {
    background-image: url(../img/machine-card-07.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }
  .rowcajasfuertes {
    margin-top: 5%;
  }
  .col-cajasfuertes {
    background-color: #f5f5f4;
    padding: 5% 5%;
    border-radius: 20px;
  }

  .title-cajasfuertes {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 2%;
  }
  .text-cajasfuertes {
    font-family: "Inter-Light" !important;
    color: #919191;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 2%;
  }
  .position-btncajasfuertees {
    text-align: center;
  }

  /* cajs fuertes ending */

  .title-machine-card-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: start;
    font-weight: 400;
    margin-top: 10%;
  }
  .tag-machine-card-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #3e9336;
    font-size: 20px;
    font-weight: 500;
  }

  .text-machine-card-01 {
    font-family: "Inter-Light" !important;
    color: #919191;
    font-size: 14px;
    line-height: 18px;
    text-align: start;
    margin-top: 0%;
  }

  /* SECTION 5 */

  .section-5 {
    background-image: url(../img/counter-bottom-movil.png);
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30% 5% 5% 5%;
    margin-bottom: 0%;
  }

  .tag-section-5 {
    font-family: "Inter-Bold" !important;
    color: #3e9336;
    font-size: 1rem;
    text-align: center;
    margin-top: 10%;
  }
  .title-section-5 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 4rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 3%;
  }
  .text-section-5 {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
  }

  .section-6 {
    background-color: #ffffff;
    padding: 10% 0px;
  }

  .title-section-6 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 2%;
  }
  .text-section-6 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 3%;
  }

  .position-arrow-clients {
    text-align: center;
    margin-top: 5%;
  }
  .btn-arrow {
    font-family: "Inter-Regular";
    font-size: 1.5rem;
    border: 1px solid #000000;
    padding: 10px 20px;
    border-radius: 30px;
  }
  .btn-arrow:hover {
    font-family: "Inter-Regular";
    font-size: 1.5rem;
    border: 1px solid #000000;
    padding: 10px 20px;
    border-radius: 30px;
  }

  .row-swiper {
    margin-top: 7%;
  }

  .img-swiper-client {
    width: 60%;
  }

  /* SECTION 7  FOOTER */

  .section-7 {
    margin-top: 5%;
  }

  .col-form-section7 {
    background-image: url(../img/back-footer.png),
      linear-gradient(90deg, #00564d, #007563, #0da841, #2bb12a);
    padding: 5% 5%;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 5%;
  }

  .title-section-form {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 3.8rem;
    text-align: start;
    font-weight: 300;
    margin-top: 2%;
  }
  .text-section-form {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-align: start;
    font-weight: 400;
    margin-top: 10%;
  }

  .col-formulario-section7 {
    background-image: linear-gradient(90deg, #f5f5f4, #ececec);
    padding: 10% 5%;
    border-radius: 20px;
    border-radius: 20px;
  }
  .title-formulario {
    font-family: "ClashDisplay-Variable" !important;
    color: #77797d;
    font-size: 14px;
    line-height: 16px;
    text-align: start;
    font-weight: 400;
    margin-bottom: 5%;
  }

  .control-siprosa {
    font-family: "ClashDisplay-Variable" !important;
    border-radius: 20px;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  .control-siprosa::placeholder {
    font-family: "ClashDisplay-Variable" !important;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  /* FOOT */

  .section-foot {
    padding: 0% 5% 2% 5%;
  }

  .title-foot {
    font-family: "ClashDisplay-Variable" !important;
    color: #163c5d;
    font-size: 16px;
    line-height: 2rem;
    text-align: start;
    font-weight: 400;
    margin-top: 10%;
    margin-bottom: 5%;
  }
  .iconfoot {
    color: #163c5d;
    font-size: 1.5rem;
    margin-right: 5%;
  }
  .text-foot {
    font-family: "ClashDisplay-Variable" !important;
    color: #13395b;
    font-size: 16px;
    line-height: 2rem;
    text-align: start;
    font-weight: 400;
  }

  .row-copy {
    margin-top: 5%;
    padding: 0% 5%;
  }
  .text-copy {
    font-family: "ClashDisplay-Variable" !important;
    color: #13395b;
    font-size: 16px;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
  }

  .ppositionicon {
    text-align: start;
  }

  .btn-siprosa-achines {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 6px 25px;
    border-radius: 5px;
  }
  .btn-siprosa-achines:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 6px 25px;
    border-radius: 5px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .position-logofoot {
    text-align: start;
  }

  .nav-siprosa {
    background-image: linear-gradient(
      91deg,
      #f7f7f7,
      #ffffff,
      #ffffff,
      #f5f5f5
    );
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 0%;
  }

  .logo-navbar {
    width: 200px;
  }

  .icon-navbar {
    border: none;
    color: #3e9336;
    font-size: 1.8rem;
    background: transparent;
  }
  .row-navsiprosa {
    justify-content: end;
  }

  .align-logosiprosa {
    text-align: center;
  }

  .align-iconsiprosa {
    text-align: end;
  }

  /* video banner  */

  .video-container {
    position: relative;
    width: 100%;
    height: 600px;
    padding: 2% 0px;
    overflow: hidden;
  }
  .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Para cubrir el Ã¡rea sin distorsionar */
    z-index: -1; /* EnvÃ­a el video detrÃ¡s del contenido */
  }
  /* Puedes aÃ±adir estilos para el contenido encima del video si quieres mejor visibilidad */
  .content-over-video {
    position: relative;
    z-index: 1;
    color: white; /* Por ejemplo, color de texto para contraste */
  }

  /* header top video */

  .col-head-banner {
    background-image: linear-gradient(45deg, #31353bbd, #31353bd9);
    border-radius: 20px;
    padding: 40px 40px;
  }

  .text1-head-banner {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: start;
  }

  /* Contadoras de Billetes y Cajas Fuertes - Manejo Seguro de Efectivo */

  .text2-head-banner {
    font-family: "Inter-Regular" !important;
    color: #c7c7c7;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: start;
  }
  .position-btnsiprosa {
    text-align: start;
    margin-top: 5%;
  }
  .btn-siprosa {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background-color: #3e9336;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
  }
  .btn-siprosa:hover {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background-color: #3e9336;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
  }

  .btn-siprosa2 {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background-color: #ffffff;
    color: #3e9336;
    padding: 10px 25px;
    border-radius: 10px;
  }
  .btn-siprosa2:hover {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background-color: #ffffff;
    color: #3e9336;
    padding: 10px 25px;
    border-radius: 10px;
  }

  /* SECTION 01  */

  .section-01 {
    background-color: white;
    padding: 5% 0px 5% 0px;
  }

  .text-section-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #414244;
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-align: start;
    padding: 0px 20px;
  }

  .text-resaltado {
    color: #3e9336;
    font-weight: 600;
  }

  .text-resaltado2 {
    color: #3e9336;
  }

  /* SECTION 2 */

  .section-2 {
    padding: 2% 0px 10% 0px;
    background-color: white;
  }

  .col-gradientsection2 {
    background: linear-gradient(180deg, #194579, #1a2f57, #1c1c38);
    min-height: 400px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
  }

  #moverImagen {
    width: 100%;
    height: 500px;
    background-image: url(../img/chica.png);
    background-size: cover;
    background-position: center;
    transform: translateY(200px);
    transition: transform 1s ease;
  }

  .title-section-2 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: end;
  }
  .text-section-2 {
    font-family: "Inter-Regular" !important;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5rem;
    text-align: end;
    margin-top: 5%;
  }

  .position-btnsiprosa2 {
    margin-top: 5%;
    text-align: end;
  }

  /* SECTION 3 */

  .section-3 {
    padding: 0px 0px 7% 0px;
    background-color: #f5f5f4;
    margin-top: 10%;
  }

  .col-card-section-3 {
    background: white;
    min-height: 400px;
    border-radius: 20px;
    padding: 25px 35px;
    box-shadow: 0px 1px 4px 0px #0000002e;
    margin-top: -50%;
  }

  .title-card-section-3 {
    font-family: "ClashDisplay-Variable" !important;
    color: #1c1a35;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 400;
    margin-top: 10%;
  }
  .text-card-section-3 {
    font-family: "Inter-Regular" !important;
    color: #1c1a35;
    font-size: 14px;
    line-height: 1.5rem;
    text-align: center;
    margin-top: 10%;
  }

  .rowgestiona-section3 {
    margin-top: 10%;
  }

  .colgradient-section32 {
    background: linear-gradient(90deg, #3e9336 0%, #1c1a35 100%);
    padding: 5% 0% 3% 5%;
    border-radius: 20px;
  }

  .title-section-32 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: start;
    font-weight: 400;
    margin-top: 0%;
  }

  .position-btnsiprosa3 {
    text-align: start;
    margin-top: 5%;
  }

  .img-gestiona-section3 {
    position: absolute;
    width: 580px;
    height: auto;
    margin-left: -50px;
    margin-top: -110px;
  }

  /* SECTION 4 */

  .section-4 {
    padding: 10% 0px;
    background-color: white;
  }
  .title-section-4 {
    font-family: "ClashDisplay-Variable" !important;
    color: #1c1a35;
    font-size: 4rem;
    line-height: 4.2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 2%;
  }
  .text-section-4 {
    font-family: "Inter-Regular" !important;
    color: #1c1a35;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 3%;
  }

  /* machines */

  .rows-machines {
    margin-top: 5%;
  }
  .machine-card-01 {
    background-image: url(../img/machine-card-01.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-02 {
    background-image: url(../img/machine-card-02.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-03 {
    background-image: url(../img/machine-card-03.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-04 {
    background-image: url(../img/machine-card-04.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-05 {
    background-image: url(../img/machine-card-05.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-06 {
    background-image: url(../img/machine-card-06.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  /* cajas fuertes seccion */

  .machine-card-07 {
    background-image: url(../img/machine-card-07.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }
  .rowcajasfuertes {
    margin-top: 5%;
  }
  .col-cajasfuertes {
    background-color: #f5f5f4;
    padding: 5% 5%;
    border-radius: 20px;
  }

  .title-cajasfuertes {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 2%;
  }
  .text-cajasfuertes {
    font-family: "Inter-Light" !important;
    color: #919191;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 2%;
  }
  .position-btncajasfuertees {
    text-align: center;
  }

  /* cajs fuertes ending */

  .title-machine-card-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 2rem;
    line-height: 2.2rem;
    text-align: start;
    font-weight: 400;
    margin-top: 10%;
  }
  .tag-machine-card-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #3e9336;
    font-size: 20px;
    font-weight: 500;
  }

  .text-machine-card-01 {
    font-family: "Inter-Light" !important;
    color: #919191;
    font-size: 14px;
    line-height: 18px;
    text-align: start;
    margin-top: 0%;
  }

  /* SECTION 5 */

  .section-5 {
    background-image: url(../img/counter-bottom.png);
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40% 5% 5% 5%;
    margin-bottom: 0%;
  }

  .tag-section-5 {
    font-family: "Inter-Bold" !important;
    color: #3e9336;
    font-size: 1rem;
    text-align: center;
    margin-top: 10%;
  }
  .title-section-5 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 4rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 3%;
  }
  .text-section-5 {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
  }

  .section-6 {
    background-color: #ffffff;
    padding: 10% 0px;
  }

  .title-section-6 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 4rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 2%;
  }
  .text-section-6 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 3%;
  }

  .position-arrow-clients {
    text-align: center;
    margin-top: 5%;
  }
  .btn-arrow {
    font-family: "Inter-Regular";
    font-size: 1.5rem;
    border: 1px solid #000000;
    padding: 10px 20px;
    border-radius: 30px;
  }
  .btn-arrow:hover {
    font-family: "Inter-Regular";
    font-size: 1.5rem;
    border: 1px solid #000000;
    padding: 10px 20px;
    border-radius: 30px;
  }

  .row-swiper {
    margin-top: 7%;
  }

  .img-swiper-client {
    width: 60%;
  }

  /* SECTION 7  FOOTER */

  .section-7 {
    margin-top: 5%;
  }

  .col-form-section7 {
    background-image: url(../img/back-footer.png),
      linear-gradient(90deg, #00564d, #007563, #0da841, #2bb12a);
    padding: 5% 5%;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 5%;
  }

  .title-section-form {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 3.8rem;
    text-align: start;
    font-weight: 300;
    margin-top: 2%;
  }
  .text-section-form {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-align: start;
    font-weight: 400;
    margin-top: 10%;
  }

  .col-formulario-section7 {
    background-image: linear-gradient(90deg, #f5f5f4, #ececec);
    padding: 10% 5%;
    border-radius: 20px;
    border-radius: 20px;
  }
  .title-formulario {
    font-family: "ClashDisplay-Variable" !important;
    color: #77797d;
    font-size: 14px;
    line-height: 16px;
    text-align: start;
    font-weight: 400;
    margin-bottom: 5%;
  }

  .control-siprosa {
    font-family: "ClashDisplay-Variable" !important;
    border-radius: 20px;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  .control-siprosa::placeholder {
    font-family: "ClashDisplay-Variable" !important;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  /* FOOT */

  .section-foot {
    padding: 10% 5% 2% 5%;
  }

  .title-foot {
    font-family: "ClashDisplay-Variable" !important;
    color: #163c5d;
    font-size: 16px;
    line-height: 2rem;
    text-align: start;
    font-weight: 400;
    margin-top: 10%;
    margin-bottom: 5%;
  }
  .iconfoot {
    color: #163c5d;
    font-size: 1.5rem;
    margin-right: 5%;
  }
  .text-foot {
    font-family: "ClashDisplay-Variable" !important;
    color: #13395b;
    font-size: 16px;
    line-height: 2rem;
    text-align: start;
    font-weight: 400;
  }

  .row-copy {
    margin-top: 5%;
    padding: 0% 5%;
  }
  .text-copy {
    font-family: "ClashDisplay-Variable" !important;
    color: #13395b;
    font-size: 16px;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
  }

  .ppositionicon {
    text-align: start;
  }

  .btn-siprosa-achines {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 6px 25px;
    border-radius: 5px;
  }
  .btn-siprosa-achines:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 6px 25px;
    border-radius: 5px;
  }
}

/* SUP Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1360px) {
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .position-logofoot {
    text-align: start;
  }

  .nav-siprosa {
    background-image: linear-gradient(
      91deg,
      #f7f7f7,
      #ffffff,
      #ffffff,
      #f5f5f5
    );
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 0%;
  }

  .logo-navbar {
    width: 200px;
  }

  .icon-navbar {
    border: none;
    color: #3e9336;
    font-size: 1.8rem;
    background: transparent;
  }
  .row-navsiprosa {
    justify-content: end;
  }

  .align-logosiprosa {
    text-align: center;
  }

  .align-iconsiprosa {
    text-align: end;
  }

  /* video banner  */

  .video-container {
    position: relative;
    width: 100%;
    height: 700px;
    padding: 2% 0px;
    overflow: hidden;
  }
  .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Para cubrir el Ã¡rea sin distorsionar */
    z-index: -1; /* EnvÃ­a el video detrÃ¡s del contenido */
  }
  /* Puedes aÃ±adir estilos para el contenido encima del video si quieres mejor visibilidad */
  .content-over-video {
    position: relative;
    z-index: 1;
    color: white; /* Por ejemplo, color de texto para contraste */
  }

  /* header top video */

  .col-head-banner {
    background-image: linear-gradient(45deg, #31353bbd, #31353bd9);
    border-radius: 20px;
    padding: 40px 50px;
  }

  .text1-head-banner {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: start;
  }

  /* Contadoras de Billetes y Cajas Fuertes - Manejo Seguro de Efectivo */

  .text2-head-banner {
    font-family: "Inter-Regular" !important;
    color: #c7c7c7;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: start;
  }
  .position-btnsiprosa {
    text-align: start;
    margin-top: 5%;
  }
  .btn-siprosa {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background-color: #3e9336;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
  }
  .btn-siprosa:hover {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background-color: #3e9336;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
  }

  .btn-siprosa2 {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background-color: #ffffff;
    color: #3e9336;
    padding: 10px 25px;
    border-radius: 10px;
  }
  .btn-siprosa2:hover {
    font-family: "Inter-Medium";
    font-size: 1rem;
    background-color: #ffffff;
    color: #3e9336;
    padding: 10px 25px;
    border-radius: 10px;
  }

  /* SECTION 01  */

  .section-01 {
    background-color: white;
    padding: 5% 0px 5% 0px;
  }

  .text-section-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #414244;
    font-size: 1.8rem;
    line-height: 2.3rem;
    text-align: start;
    padding: 0px 20px;
  }

  .text-resaltado {
    color: #3e9336;
    font-weight: 600;
  }

  .text-resaltado2 {
    color: #3e9336;
  }

  /* SECTION 2 */

  .section-2 {
    padding: 0% 0px 5% 0px;
    background-color: white;
  }

  .col-gradientsection2 {
    background: linear-gradient(180deg, #194579, #1a2f57, #1c1c38);
    min-height: 400px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
  }

  #moverImagen {
    width: 100%;
    height: 580px;
    background-image: url(../img/chica.png);
    background-size: cover;
    background-position: center;
    transform: translateY(200px);
    transition: transform 1s ease;
  }

  .title-section-2 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: end;
  }
  .text-section-2 {
    font-family: "Inter-Regular" !important;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5rem;
    text-align: end;
    margin-top: 5%;
  }

  .position-btnsiprosa2 {
    margin-top: 5%;
    text-align: end;
  }

  /* SECTION 3 */

  .section-3 {
    padding: 0px 0px 7% 0px;
    background-color: #f5f5f4;
    margin-top: 10%;
  }

  .col-card-section-3 {
    background: white;
    min-height: 420px;
    border-radius: 20px;
    padding: 25px 35px;
    box-shadow: 0px 1px 4px 0px #0000002e;
    margin-top: -50%;
  }

  .title-card-section-3 {
    font-family: "ClashDisplay-Variable" !important;
    color: #1c1a35;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 10%;
  }
  .text-card-section-3 {
    font-family: "Inter-Regular" !important;
    color: #1c1a35;
    font-size: 14px;
    line-height: 1.5rem;
    text-align: center;
    margin-top: 10%;
  }

  .rowgestiona-section3 {
    margin-top: 10%;
  }

  .colgradient-section32 {
    background: linear-gradient(90deg, #3e9336 0%, #1c1a35 100%);
    padding: 5% 0% 5% 5%;
    border-radius: 20px;
  }

  .title-section-32 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: start;
    font-weight: 400;
    margin-top: 0%;
  }

  .position-btnsiprosa3 {
    text-align: start;
    margin-top: 5%;
  }

  .img-gestiona-section3 {
    position: absolute;
    width: 700px;
    height: auto;
    margin-left: -85px;
    margin-top: -126px;
  }

  /* SECTION 4 */

  .section-4 {
    padding: 5% 0px;
    background-color: white;
  }
  .title-section-4 {
    font-family: "ClashDisplay-Variable" !important;
    color: #1c1a35;
    font-size: 4rem;
    line-height: 4.2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 2%;
  }
  .text-section-4 {
    font-family: "Inter-Regular" !important;
    color: #1c1a35;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 3%;
  }

  /* machines */

  .rows-machines {
    margin-top: 5%;
  }
  .machine-card-01 {
    background-image: url(../img/machine-card-01.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-02 {
    background-image: url(../img/machine-card-02.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-03 {
    background-image: url(../img/machine-card-03.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-04 {
    background-image: url(../img/machine-card-04.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-05 {
    background-image: url(../img/machine-card-05.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  .machine-card-06 {
    background-image: url(../img/machine-card-06.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }

  /* cajas fuertes seccion */

  .machine-card-07 {
    background-image: url(../img/machine-card-07.png);
    background-color: #ffffff;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% 5%;
    border-radius: 20px;
    margin-bottom: 10%;
  }
  .rowcajasfuertes {
    margin-top: 5%;
  }
  .col-cajasfuertes {
    background-color: #f5f5f4;
    padding: 5% 5%;
    border-radius: 20px;
  }

  .title-cajasfuertes {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    margin-top: 2%;
  }
  .text-cajasfuertes {
    font-family: "Inter-Light" !important;
    color: #919191;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 2%;
  }
  .position-btncajasfuertees {
    text-align: center;
  }

  /* cajs fuertes ending */

  .title-machine-card-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 2rem;
    line-height: 2.2rem;
    text-align: start;
    font-weight: 400;
    margin-top: 10%;
  }
  .tag-machine-card-01 {
    font-family: "ClashDisplay-Variable" !important;
    color: #3e9336;
    font-size: 20px;
    font-weight: 500;
  }

  .text-machine-card-01 {
    font-family: "Inter-Light" !important;
    color: #919191;
    font-size: 14px;
    line-height: 18px;
    text-align: start;
    margin-top: 0%;
  }

  /* SECTION 5 */

  .section-5 {
    background-image: url(../img/counter-bottom.png);
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40% 5% 5% 5%;
    margin-bottom: 0%;
  }

  .tag-section-5 {
    font-family: "Inter-Bold" !important;
    color: #3e9336;
    font-size: 1rem;
    text-align: center;
    margin-top: 10%;
  }
  .title-section-5 {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 4rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 3%;
  }
  .text-section-5 {
    font-family: "Inter-Light" !important;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
  }

  .section-6 {
    background-color: #ffffff;
    padding: 5% 0px;
  }

  .title-section-6 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 4rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 2%;
  }
  .text-section-6 {
    font-family: "ClashDisplay-Variable" !important;
    color: #000000;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 3%;
  }

  .position-arrow-clients {
    text-align: center;
    margin-top: 5%;
  }
  .btn-arrow {
    font-family: "Inter-Regular";
    font-size: 1.5rem;
    border: 1px solid #000000;
    padding: 10px 20px;
    border-radius: 30px;
  }
  .btn-arrow:hover {
    font-family: "Inter-Regular";
    font-size: 1.5rem;
    border: 1px solid #000000;
    padding: 10px 20px;
    border-radius: 30px;
  }

  .row-swiper {
    margin-top: 7%;
  }

  .img-swiper-client {
    width: 60%;
  }

  /* SECTION 7  FOOTER */

  .section-7 {
    margin-top: 2%;
  }

  .col-form-section7 {
    background-image: url(../img/back-footer.png),
      linear-gradient(90deg, #00564d, #007563, #0da841, #2bb12a);
    padding: 5% 5%;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 5%;
  }

  .title-section-form {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 3.8rem;
    text-align: start;
    font-weight: 300;
    margin-top: 2%;
  }
  .text-section-form {
    font-family: "ClashDisplay-Variable" !important;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-align: start;
    font-weight: 400;
    margin-top: 10%;
  }

  .col-formulario-section7 {
    background-image: linear-gradient(90deg, #f5f5f4, #ececec);
    padding: 10% 5%;
    border-radius: 20px;
    border-radius: 20px;
  }
  .title-formulario {
    font-family: "ClashDisplay-Variable" !important;
    color: #77797d;
    font-size: 14px;
    line-height: 16px;
    text-align: start;
    font-weight: 400;
    margin-bottom: 5%;
  }

  .control-siprosa {
    font-family: "ClashDisplay-Variable" !important;
    border-radius: 20px;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  .control-siprosa::placeholder {
    font-family: "ClashDisplay-Variable" !important;
    color: #a5a9af;
    font-size: 14px;
    padding: 15px;
  }

  /* FOOT */

  .section-foot {
    padding: 1% 5% 2% 5%;
  }

  .title-foot {
    font-family: "ClashDisplay-Variable" !important;
    color: #163c5d;
    font-size: 16px;
    line-height: 2rem;
    text-align: start;
    font-weight: 400;
    margin-top: 10%;
    margin-bottom: 5%;
  }
  .iconfoot {
    color: #163c5d;
    font-size: 1.5rem;
    margin-right: 5%;
  }
  .text-foot {
    font-family: "ClashDisplay-Variable" !important;
    color: #13395b;
    font-size: 16px;
    line-height: 2rem;
    text-align: start;
    font-weight: 400;
  }

  .row-copy {
    margin-top: 5%;
    padding: 0% 5%;
  }
  .text-copy {
    font-family: "ClashDisplay-Variable" !important;
    color: #13395b;
    font-size: 16px;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
  }

  .ppositionicon {
    text-align: start;
  }

  .btn-siprosa-achines {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 6px 25px;
    border-radius: 5px;
  }
  .btn-siprosa-achines:hover {
    font-family: "Inter-Medium";
    font-size: 14px;
    background-color: #3e9336;
    color: white;
    padding: 6px 25px;
    border-radius: 5px;
  }
}

/* Estilo bÃ¡sico para el off-canvas */
.offcanvassipro {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background-color: #ffffff;
  color: white;
  padding: 20px;
  box-shadow: 1px 0 13px rgba(0, 0, 0, 0.5);
  transition: left 0.3s ease;
  z-index: 1000;
}

/* Cuando estÃ¡ abierto */
.offcanvassipro.open {
  left: 0;
}

/* Overlay para cerrar clic fuera */
.overlaysipro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.overlaysipro.active {
  opacity: 1;
  visibility: visible;
}

/* BotÃ³n del toggle */
#menu-togglesipro {
  margin: 20px;
  padding: 10px 15px;
}

/* Cierre dentro del offcanvas */
#close-btnsipro {
  background: none;
  border: none;
  font-size: 16px;
  color: #000000;
  float: right;
  cursor: pointer;
}

.buttoncloseoffcanva {
  text-align: end;
}

.title-menuoffcanvassipro {
  font-size: 18px;
  color: #252525;
}
</pre></body></html>