@media (max-width: 480px) {
    
  /*Inicio navbar*/
    .img_logo{
        width: 140px;
        height: 35px;
        margin-top:10px;
        margin-left: 20px;
    }    
    
    .hamburger{
      float: right !important;
      position: absolute;
      right: 15px !important;
      margin-top: 10px;
      border-color: #00B0F0 !important; 
      background-image: #00B0F0 !important;
      color:#00B0F0 !important;
    }
    .nav-item{
      margin: 0px 0px 0px 0px !important;
      padding: 0px 0px 0px 0px !important;
      text-align: left;
    }
    .btn-demo{
      margin: 0px 0px 0px 0px !important;
      padding: 0px 0px 0px 0px !important;
    }
    .boton_sup {
      width: 180px;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      border-radius: 0px;
      border-left: 0px;
      border-right: 0px;
      border-top: 0px;
      border-bottom: 0px;
      background-color: transparent;
      text-align: left;
      color: #00000080;
      font-size: 20px;
    }
    .boton_login {
      width: 280px;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      border-radius: 0px;
      border-left: 0px;
      border-right: 0px;
      border-top: 0px;
      border-bottom: 0px;
      background-color: transparent;
      text-align: left;
      color: #00000080;
      font-size: 20px;
      transition: none;
    }
    /*Fin navbar*/
    
    /*Inicio banner*/

    .primera{
      background-color:white;
      padding-top: 20px;
      /*background-image: linear-gradient(#bcedfe, #66ffff ) ;*/
      height: 550px !important;
      /*z-index: -2222;*/
  }
    .desktop{
      display: none;
    }
    .mobile{
      display: block;
    }
    .text-banner{ /*Posición de texto en el banner*/
        position: absolute;
        color: white;
        margin: 380px 0 0 10px !important;
        line-height: 0 !important;
        display:none;
    }
    .text-banner h5{
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 40px !important;
        word-spacing: 0.25em;
        color: white !important;
        margin-top: 0px;
    }
    .text-banner p{
        font-family: 'Roboto', sans-serif;  
        color: white;
        font-size: 25px !important;
        font-weight: normal;
        background: transparent !important;
        width: 100% !important;
        margin-top: 5px;
    }
    .text-banner h3{
      color: white;
      font-size: 20px !important;
      padding: 0 0 0 0 !important;
      margin-top:20px;
    }
    .text-banner h4{
      font-family: 'Roboto', sans-serif;  
      color: white;
      font-size: 12px !important;
      
      width: 300px !important;
      margin-top: -20px !important;
    }
    .mobile .chica{
        width: 100%;
        margin-top:0px !important;
        margin-left:0px;
    }

    @media (max-width: 768px) { /*Esto centra en response los titulos de prestamos*/
    .text_label {
        display: block;
        width: 100%;
        text-align: center !important;
        margin-bottom: 0.5rem;
    }
    .form-group.form-calc1 {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .container.text-center.div.dinero,
    .container.text-center.div.cuotas,
    .container.text-center.div.pago {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .modalidad .col-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding-left: 2px;
        padding-right: 2px;
    }
    .modalidad .boton_mod {
        font-size: 0.95rem;
        padding: 0.5rem 0.2rem;
    }

  .container-fluid .row > div[class^="col-"] {
        margin-bottom: 16px;
    }
    .container-fluid img.img-fluid {
        max-width: 50px;
        max-height: 30px;
    }

}

    
    /*Fin banner*/
    /*Inicio manejo*/
.simple_card .titulo_2-1,
    .simple_card h2.titulo_2-1 {
        text-align: center !important;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .simple_card .col-12 {
        margin-bottom: 24px;
        display: flex;
        justify-content: center;
    }
    .cardd {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        box-shadow: 0 2px 12px rgba(0,0,0,0.07);
        border-radius: 16px;
    }
    .cardd img {
        max-width: 80px;
        margin: 0 auto;
        display: block;
    }
    .titulo_2, .titulo_2-1 {
        font-size: 1.2rem;
    }
    .card-contenido {
        font-size: 0.98rem;
        padding: 0.5rem 0.2rem;
    }
    /*Fin manejo*/
    /*Inicio Logica*/
    .logica{
      margin-top: 20px;
    }
    .titulo_2-1{
      font-size:20px !important;
    }
    .titulo_2-r{
      font-size:16px !important;
    }

    .titulo_mobile{
      color: #02152B;
      font-size: 20px;
      padding-bottom: 10px;
      margin-top:-70px;
    }
    .titulo_mobile1{
      color: #02152B;
      font-size: 20px;
      padding-bottom: 10px;

    }
    .titulo_h3 {
      display:none;
  }
  
  
  
    .example_cuota{
      padding-left: 0px;
    }
    .monto{
      font-size: 60px;
    }
    /*Fin Logica*/
    /*Inicio sección  Frases*/
    .section_frases{
        background-color: #00B0F0;
        text-align: center;
        position: relative;
        
    }
    .section_frases i{
        font-size:30px;
        padding-top: 15px;
  
    }
    .section_frases .l-claro{
        color: white;
        -webkit-text-stroke: 0.3px white;
    }
    .section_frases .l-oscuro{
        color: white;
        -webkit-text-stroke: 0.3px white;
    }
    .section_frases a{
        text-decoration: none;
    }
    .misFrases{
        align-items: center;
        
    }
    .miFrase{ 
        color: white;
        bottom: 0;
        font-size: 15px;
        opacity: 0;
        position: absolute;
       
        left: 1%;
        top: 1%;
    }
    
    .wipe-in {
        opacity: 1;
        transition: transform 1s, opacity 1s;
        transform: translateY(-100%);
      }
      
    .wipe-out {
        opacity: 0;
        transition: transform 1s, opacity 1s;
        transform: translateY(-200%);
      }
    .miFrase span {
        font-size: 20px;
       text-align: center;
      }
    /*Fin sección  Frases*/
    /*Inicio sección  Caracteristicas*/
    @media (min-width: 480px) {
      #flex-container {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          min-height: auto;
          height: 500px;
          /* 400px */
          /* position: absolute; */
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
      }
  
      #left-zone .list {
          border-right: 2px solid white; /*Color linea separación*/
      }
  
      .content-test {
          width: 65%;
          height: 100%;
          pointer-events: auto;
          -webkit-transform: translateX(100%); /*posición efecto*/
          -ms-transform: translateX(100%); /*posición efecto*/
          transform: translateX(100%); /*posición efecto*/
      }
  
  
  }
  
    .section_caracteristicas{
        background-color: white;
        height: 400px;
        margin-top: -10px;
        }     
    /* ============= Begin Testimonial Flexbox ============ */
    #flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        min-height: 200px;
        height: 50vh; /*Alto de div*/
        max-width: 400px; /*Ancho del div - antes 300px*/
        margin: auto;
        background-color: white; /*Color de fondo*/
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        
    }
    label {
        display: block;
        opacity: 0.5;
        height: 80px; /*50px*/
        text-align: left; /*center*/
        line-height: 50px;
        position: relative;
        color: #04024A;
      }
    
    .timeline h4{
        font-size: 18px;
        padding-left:50px;
        
    }
    .timeline{
        padding-left: 0px;
      }
      
    .timeline h1{
        font-size:30px;
        padding-right:0px;
        margin-right:50px;
    }
    
    .title_section{
      font-size:30px !important;
    }
    #left-zone {
        width: 100%; /*Dimensiones anterior 35%*/
        height: 250px;
        padding-top:0px;
      }
  
    
    .video-y{
      margin-top:100px;
      margin-left:0px;
      position: relative; /* Contenedor relativo para posicionar el marco y el video */
      display: inline-block; /* Para que el tamaño del contenedor se ajuste al contenido */
  }
  
  .frame1 {
      position: absolute; /* Posicionar el marco absolutamente dentro del contenedor */
      top: 40;
      left: 0;
      width: 330px;
      height: 202px;
      border: 5px solid #FF0049; /* Estilo del marco */
      border-radius: 10px;
      background-color: #FF0049;
      z-index: 1; /* Asegúrate de que el marco esté detrás del video */
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Sombra opcional para el marco */
      transform: rotate(-3deg); /* Rotar el marco -5 grados */
      transform-origin: center center; /* Punto de origen de la rotación */
      
  }
  .video_youtube1{
      position: relative;
      z-index: 2; /* Asegúrate de que el video esté por encima del marco */
      display: block;
      width: 330px;
  }
    
    #right-zone {
        display: none;
        width: 50%; /*Dimensiones anterior 65%*/
      }
    label.label_testimonial-1:before {
        content: " ";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        margin-left: 15px;
        background-image: url(../img/testimonial/agil.svg);
        background-position: center;
        background-size: 75% 75%;
        background-repeat: no-repeat;
        border-radius: 50%;
      }
    label.label_testimonial-2:before {
        content: " ";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        margin-left: 15px;
        background-image: url(../img/testimonial/facil.svg);
        background-position: center;
        background-size: 75% 75%;
        border-radius: 50%;
        background-repeat: no-repeat; 
      }
    label.label_testimonial-3:before {
        content: " ";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        margin-left: 15px;
        background-image: url(../img/testimonial/economico.svg);
        background-position: center;
        background-size: 75% 75%;
        background-repeat: no-repeat;
        border-radius: 50%;
      }
    label.label_testimonial-4:before {
        content: " ";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        margin-left: 15px;
        background-image: url(../img/testimonial/fintech.svg);
        background-position: center;
        background-size: 75% 75%;
        background-repeat: no-repeat;
        border-radius: 50%;
      }
    /*.content_testimonial-1 .picto {
        height: 50px;
        width: 100px;
        background-image: url(../img/testimonial/paso1.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 15px;
        margin-left: 150px;
      }
    .content_testimonial-2 .picto {
        height: 50px;
        width: 100px;
        background-image: url(../img/testimonial/paso2.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 15px;
        margin-left: 150px;
      }
    .content_testimonial-3 .picto {
        height: 50px;
        width: 100px;
        background-image: url(../img/testimonial/paso3.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 15px;
        margin-left: 150px;
      }
    .content_testimonial-4 .picto {
        height: 50px;
        width: 100px;
        background-image: url(../img/testimonial/paso4.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 15px;
        margin-left: 150px;
      }
      .content-test {
        width: 100%;
        height: 100%;
        pointer-events: auto;
        -webkit-transform: translateX(100%); /*posición efecto*/
        /*-ms-transform: translateX(100%); /*posición efecto*/
        /*transform: translateX(100%); /*posición efecto*/
      /*}*/

    /* If the screen size is 480px or less */
      
    .content_testimonial-1 .picto {
      padding-top: 100px;
    }

    .content_testimonial-2 .picto {
      padding-top: 100px;
    }

    .content_testimonial-3 .picto {
      padding-top: 100px;
    }

    .content_testimonial-4 .picto {
      padding-top: 100px;
    }

    .item>label {
      font-size: 1.3rem;
    }        

    /*Inicio sección  Testimoniales*/  
    .carousel-inner-1{
      display: none;
    }
    .carousel-inner-2{
      display: block;
    }
    

    /*Inicio sección  Footer*/

    footer h5{
      font-family: 'Roboto', sans-serif;
      color: #2AF6FF ;
      font-weight: bold;
      font-size: 30px;
      padding-top: 20px;
      opacity: 2 !important;
    }

    footer h6{
      font-family: 'Roboto', sans-serif;
      color: #2AF6FF ;
      font-weight: bold;
      font-size: 18px;
      padding-top: 20px;
      opacity: 2 !important;
    }

    footer li{
      
      color: #04024A !important;
      font-size: 14px;
    }

    footer{
      background-color: #00B0F0 !important;
      border-top: #000;
    }

    footer .call{
      /*border-radius: 50%;*/
      width: 200px;
      height: 100px;
    }

    footer i{
      font-size:40px;
    }

    footer span{
      color: #04024A;
      font-size: 17px;
      text-align: justify;
    }

    footer img{
      width: 30%;
    }

    footer .mapa{
      text-align: center;
    }

    .contactos_datos img{
      width: 20%;
    }

    /*Fin sección  Footer*/

    /*Inicio sección  Cookies*/

/*#overbox3 {
  position: fixed;
  bottom: 20px;
  z-index: 999999;
  display: block;
  background-color: whitesmoke;
  border-radius:22px;
}

#infobox3 {
  position: relative;
  height: 160px;
  width: 100%;
  text-align: center;
  background-color: transparent;
  vertical-align: auto;
  
}

#infobox3 p {
  font-family: 'Axiforma', sans-serif;
  padding-top: 20px !important;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 16px;
  font-size: 12px;
  text-align: justify;
  color:#14213d;
  width:300px !important;
}

#infobox3 a {
  text-decoration: underline;
  color: #4DBFFF;
}

#infobox3 .btncookies { 
  margin-top: 0px !important;
  text-decoration: none;
  background-color: #66FFFF;
  color: white;
  font-size: 12px;
}

#fondo-aviso-cookies {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: black;
}*/

/*Fin sección  Cookies*/
}

@media (max-width: 375px) {
    
  /*Inicio navbar*/
    .img_logo{
        width: 140px;
        height: 35px;
        margin-top:10px;
        margin-left: 20px;
    }    
    
    .hamburger{
      float: right !important;
      position: absolute;
      right: 15px !important;
      margin-top: 10px;
      border-color: #00B0F0 !important; 
      background-image: #00B0F0 !important;
      color:#00B0F0 !important;
    }
    .nav-item{
      margin: 0px 0px 0px 0px !important;
      padding: 0px 0px 0px 0px !important;
      text-align: left;
    }
    .btn-demo{
      margin: 0px 0px 0px 0px !important;
      padding: 0px 0px 0px 0px !important;
    }
    .boton_sup {
      width: 180px;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      border-radius: 0px;
      border-left: 0px;
      border-right: 0px;
      border-top: 0px;
      border-bottom: 0px;
      background-color: transparent;
      text-align: left;
      color: #00000080;
      font-size: 20px;
    }
    .boton_login {
      width: 280px;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      border-radius: 0px;
      border-left: 0px;
      border-right: 0px;
      border-top: 0px;
      border-bottom: 0px;
      background-color: transparent;
      text-align: left;
      color: #00000080;
      font-size: 20px;
      transition: none;
    }
    /*Fin navbar*/
    
    /*Inicio banner*/

    .primera{
      background-color:white;
      padding-top: 20px;
      /*background-image: linear-gradient(#bcedfe, #66ffff ) ;*/
      height: 550px !important;
      /*z-index: -2222;*/
  }
    .desktop{
      display: none;
    }
    .mobile{
      display: block;
    }
    .text-banner{ /*Posición de texto en el banner*/
        position: absolute;
        color: white;
        margin: 380px 0 0 10px !important;
        line-height: 0 !important;
        display:none;
    }
    .text-banner h5{
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 40px !important;
        word-spacing: 0.25em;
        color: white !important;
        margin-top: 0px;
    }
    .text-banner p{
        font-family: 'Roboto', sans-serif;  
        color: white;
        font-size: 25px !important;
        font-weight: normal;
        background: transparent !important;
        width: 100% !important;
        margin-top: 5px;
    }
    .text-banner h3{
      color: white;
      font-size: 20px !important;
      padding: 0 0 0 0 !important;
      margin-top:20px;
    }
    .text-banner h4{
      font-family: 'Roboto', sans-serif;  
      color: white;
      font-size: 12px !important;
      
      width: 300px !important;
      margin-top: -20px !important;
    }
    .mobile .chica{
        width: 100%;
        margin-top:0px !important;
        margin-left:0px;
    }
    /*Fin banner*/
    /*Inicio manejo*/
.simple_card .titulo_2-1,
    .simple_card h2.titulo_2-1 {
        text-align: center !important;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

   .simple_card .col-12 {
        margin-bottom: 24px;
        display: flex;
        justify-content: center;
    }
    .cardd {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        box-shadow: 0 2px 12px rgba(0,0,0,0.07);
        border-radius: 16px;
    }
    .cardd img {
        max-width: 80px;
        margin: 0 auto;
        display: block;
    }
    .titulo_2, .titulo_2-1 {
        font-size: 1.2rem;
    }
    .card-contenido {
        font-size: 0.98rem;
        padding: 0.5rem 0.2rem;
    }

    /*Fin manejo*/
    /*Inicio Logica*/
    .logica{
      margin-top: 20px;
    }
    .titulo_2-1{
      font-size:20px !important;
    }
    .titulo_2-r{
      font-size:16px !important;
    }

    .titulo_mobile{
      color: #02152B;
      font-size: 20px;
      padding-bottom: 10px;
      margin-top:-70px;
    }
    .titulo_mobile1{
      color: #02152B;
      font-size: 20px;
      padding-bottom: 10px;

    }
    .titulo_h3 {
      display:none;
  }
  
  
  
    .example_cuota{
      padding-left: 0px;
    }
    .monto{
      font-size: 60px;
    }
    /*Fin Logica*/
    /*Inicio sección  Frases*/
    .section_frases{
        background-color: #00B0F0;
        text-align: center;
        position: relative;
        
    }
    .section_frases i{
        font-size:30px;
        padding-top: 15px;
  
    }
    .section_frases .l-claro{
        color: white;
        -webkit-text-stroke: 0.3px white;
    }
    .section_frases .l-oscuro{
        color: white;
        -webkit-text-stroke: 0.3px white;
    }
    .section_frases a{
        text-decoration: none;
    }
    .misFrases{
        align-items: center;
        
    }
    .miFrase{ 
        color: white;
        bottom: 0;
        font-size: 15px;
        opacity: 0;
        position: absolute;
       
        left: 1%;
        top: 1%;
    }
    
    .wipe-in {
        opacity: 1;
        transition: transform 1s, opacity 1s;
        transform: translateY(-100%);
      }
      
    .wipe-out {
        opacity: 0;
        transition: transform 1s, opacity 1s;
        transform: translateY(-200%);
      }
    .miFrase span {
        font-size: 20px;
       text-align: center;
      }
    /*Fin sección  Frases*/
    /*Inicio sección  Caracteristicas*/
    @media (min-width: 375) {
      #flex-container {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          min-height: auto;
          height: 500px;
          /* 400px */
          /* position: absolute; */
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
      }
  
      #left-zone .list {
          border-right: 2px solid white; /*Color linea separación*/
      }
  
      .content-test {
          width: 65%;
          height: 100%;
          pointer-events: auto;
          -webkit-transform: translateX(100%); /*posición efecto*/
          -ms-transform: translateX(100%); /*posición efecto*/
          transform: translateX(100%); /*posición efecto*/
      }
  
  
  }
  
    .section_caracteristicas{
        background-color: white;
        height: 400px;
        margin-top: -10px;
        }     
    /* ============= Begin Testimonial Flexbox ============ */
    #flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        min-height: 400px;
        height: 40vh; /*Alto de div*/
        max-width: 400px; /*Ancho del div - antes 300px*/
        margin: auto;
        background-color: white; /*Color de fondo*/
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        
    }
    label {
        display: block;
        opacity: 0.5;
        height: 80px; /*50px*/
        text-align: left; /*center*/
        line-height: 50px;
        position: relative;
        color: #04024A;
      }
    
    .timeline h4{
        font-size: 18px;
        padding-left:50px;
    }
    .timeline{
        padding-left: 0px;
      }
      
    .timeline h1{
        font-size:30px;
        padding-right:0px;
        margin-right:50px;
    }
    
    .title_section{
      font-size:30px !important;
    }
    #left-zone {
        width: 100%; /*Dimensiones anterior 35%*/
        height: 250px;
        padding-top:0px;
      }
  
    
    .video-y{
      margin-top:100px;
      margin-left:0px;
      position: relative; /* Contenedor relativo para posicionar el marco y el video */
      display: inline-block; /* Para que el tamaño del contenedor se ajuste al contenido */
  }
  
  .frame1 {
      position: absolute; /* Posicionar el marco absolutamente dentro del contenedor */
      top: 40;
      left: 0;
      width: 330px;
      height: 202px;
      border: 5px solid #FF0049; /* Estilo del marco */
      border-radius: 10px;
      background-color: #FF0049;
      z-index: 1; /* Asegúrate de que el marco esté detrás del video */
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Sombra opcional para el marco */
      transform: rotate(-3deg); /* Rotar el marco -5 grados */
      transform-origin: center center; /* Punto de origen de la rotación */
      
  }
  .video_youtube1{
      position: relative;
      z-index: 2; /* Asegúrate de que el video esté por encima del marco */
      display: block;
      width: 330px;
  }
    
    #right-zone {
        display: none;
        width: 50%; /*Dimensiones anterior 65%*/
      }
    label.label_testimonial-1:before {
        content: " ";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        margin-left: 15px;
        background-image: url(../img/testimonial/agil.svg);
        background-position: center;
        background-size: 75% 75%;
        background-repeat: no-repeat;
        border-radius: 50%;
      }
    label.label_testimonial-2:before {
        content: " ";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        margin-left: 15px;
        background-image: url(../img/testimonial/facil.svg);
        background-position: center;
        background-size: 75% 75%;
        border-radius: 50%;
        background-repeat: no-repeat; 
      }
    label.label_testimonial-3:before {
        content: " ";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        margin-left: 15px;
        background-image: url(../img/testimonial/economico.svg);
        background-position: center;
        background-size: 75% 75%;
        background-repeat: no-repeat;
        border-radius: 50%;
      }
    label.label_testimonial-4:before {
        content: " ";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        margin-left: 15px;
        background-image: url(../img/testimonial/fintech.svg);
        background-position: center;
        background-size: 75% 75%;
        background-repeat: no-repeat;
        border-radius: 50%;
      }
    /*.content_testimonial-1 .picto {
        height: 50px;
        width: 100px;
        background-image: url(../img/testimonial/paso1.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 15px;
        margin-left: 150px;
      }
    .content_testimonial-2 .picto {
        height: 50px;
        width: 100px;
        background-image: url(../img/testimonial/paso2.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 15px;
        margin-left: 150px;
      }
    .content_testimonial-3 .picto {
        height: 50px;
        width: 100px;
        background-image: url(../img/testimonial/paso3.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 15px;
        margin-left: 150px;
      }
    .content_testimonial-4 .picto {
        height: 50px;
        width: 100px;
        background-image: url(../img/testimonial/paso4.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 15px;
        margin-left: 150px;
      }
      .content-test {
        width: 100%;
        height: 100%;
        pointer-events: auto;
        -webkit-transform: translateX(100%); /*posición efecto*/
        /*-ms-transform: translateX(100%); /*posición efecto*/
        /*transform: translateX(100%); /*posición efecto*/
      /*}*/

    /* If the screen size is 480px or less */
      
    .content_testimonial-1 .picto {
      padding-top: 100px;
    }

    .content_testimonial-2 .picto {
      padding-top: 100px;
    }

    .content_testimonial-3 .picto {
      padding-top: 100px;
    }

    .content_testimonial-4 .picto {
      padding-top: 100px;
    }

    .item>label {
      font-size: 1.3rem;
    }        

    /*Inicio sección  Testimoniales*/  
    .carousel-inner-1{
      display: none;
    }
    .carousel-inner-2{
      display: block;
    }
    

    /*Inicio sección  Footer*/

    footer h5{
      font-family: 'Roboto', sans-serif;
      color: #2AF6FF ;
      font-weight: bold;
      font-size: 30px;
      padding-top: 20px;
      opacity: 2 !important;
    }

    footer h6{
      font-family: 'Roboto', sans-serif;
      color: #2AF6FF ;
      font-weight: bold;
      font-size: 18px;
      padding-top: 20px;
      opacity: 2 !important;
    }

    footer li{
      
      color: #04024A !important;
      font-size: 14px;
    }

    footer{
      background-color: #00B0F0 !important;
      border-top: #000;
    }

    footer .call{
      /*border-radius: 50%;*/
      width: 200px;
      height: 100px;
    }

    footer i{
      font-size:40px;
    }

    footer span{
      color: #04024A;
      font-size: 17px;
      text-align: justify;
    }

    footer img{
      width: 30%;
    }

    footer .mapa{
      text-align: center;
    }

    .contactos_datos img{
      width: 20%;
    }

    /*Fin sección  Footer*/

    /*Inicio sección  Cookies*/

/*#overbox3 {
  position: fixed;
  bottom: 20px;
  z-index: 999999;
  display: block;
  background-color: whitesmoke;
  border-radius:22px;
}

#infobox3 {
  position: relative;
  height: 160px;
  width: 100%;
  text-align: center;
  background-color: transparent;
  vertical-align: auto;
  
}

#infobox3 p {
  font-family: 'Axiforma', sans-serif;
  padding-top: 20px !important;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 16px;
  font-size: 12px;
  text-align: justify;
  color:#14213d;
  width:300px !important;
}

#infobox3 a {
  text-decoration: underline;
  color: #4DBFFF;
}

#infobox3 .btncookies { 
  margin-top: 0px !important;
  text-decoration: none;
  background-color: #66FFFF;
  color: white;
  font-size: 12px;
}

#fondo-aviso-cookies {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: black;
}*/

/*Fin sección  Cookies*/
}

/* iPhones pequeños (iPhone SE, 5s y anteriores) */
@media (max-width: 320px) {
    body {
        font-size: 12px; /* Ajusta el tamaño del texto para pantallas muy pequeñas */
    }
    
    .primera{
      background-color:white;
      /*background-image: linear-gradient(#bcedfe, #66ffff ) ;*/
      height: 600px !important;
      /*z-index: -2222;*/
    }
    .mobile{
      display: block;
      height:600px;
    }
}

/* Smartphones (iPhone X, Android pequeños) */
@media (max-width: 576px) {
    .primera{
      background-color:white;
      /*background-image: linear-gradient(#bcedfe, #66ffff ) ;*/
      height: 600px !important;
      /*z-index: -2222;*/
    }
}
