    .testimoniosTitle{
        font-family: 'futura-bold', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size:36px;
        line-height:48px;
        color:#114063;
      }
      
      
     .testimoniosTexto{
        font-family: 'futura-medium', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:23px;
        line-height:28px;
        color:#333333;
      }
      
      .testimonios{
        display:flex;
        flex-direction:column;
        width:100%;
        /*background-color:brown;*/
        padding-bottom:134px;
        align-items: center;
        overflow-x: hidden;
      }
           
      .testimoniosArribaWrapper{
        display:flex;
        width:100%;
        padding:67px 60px 99px 60px;
        justify-content: center;
        /*background-color:purple;*/
      }
      
      .testimoniosArribaWrapper .testimoniosArriba{
        display:flex;
        width:100%;
        max-width:1158px;
        /*background-color:lightgreen;*/
        justify-content:space-between;
        gap:40px;
        align-items:center;
      }
      
      .testimoniosTextual{
        display:flex;
        flex-direction:column;
        gap:38px;
        max-width:719px;
        /*background-color:red;*/
      }
      
      .testimoniosBotones{
        display:flex;
        width:fit-content;
        gap:25px;
        /*background-color:beige;*/
      }
      
      
      .testimoniosBotoncito{
        all:unset;
        cursor:pointer;
        display:flex;
        width:56.8px;
        height:56.8px;
        background-color:black;
      }
      
      
     .testimonios-wrapper .testimoniosName{
        font-family: 'futura-bold', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size:17px;
        line-height:21px;
        color:#0D426F;
    }
    
    .testimonios-wrapper .testimoniosCargo{
        font-family: 'futura-medium', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:13.8px;
        line-height:16.6px;
        color:#4D4D4D;
    }
    
    .testimonios-wrapper .testimoniosOpinion{
        font-family: 'futura-medium', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:19px;
        line-height:24px;
        color:#333333;
    }

    .testimonios-carrusel {
      display: flex;
      align-items: center;
      gap: 20px;
      max-width: 1000px;
      width: 100%;
      /*background: #fff;*/
    }

    .testimonios-arrow {
      color: #fff;
      border: none;
      width: 36px;
      height: 36px;
      font-size: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      flex-shrink: 0;
      background-position:center;
      background-size:cover;
      background-repeat:no-repeat;
      background-color: white;
    }
      
     .testimonios-arrow.izq{
       background-image:url("./imgs/testimonios/testimonio_flechaizq.svg");
       /*background-color:pink;*/
      }  
      
     .testimonios-arrow.der{
        background-image:url("./imgs/testimonios/testimonio_flechader.svg");
      } 

    .testimonios-wrapper {
      overflow: hidden;
      flex: 1;
      /*background: #000;*/
    }

    .testimonios-track {
      display: flex;
      /*background: red;*/
      transform: translateX(calc((-100% / 3)/2));
      transition: transform 0.5s ease;
    }

    .testimonios-card {
      flex: 0 0 calc(100% / 3);
      height: fit-content;
      /*background: #ccc;*/
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      padding:0 15px;
    }
    
    .testimonios-wrapper .testimoniosCaja{
      display:flex;
      flex-direction:column;
      width:100%;
      margin-top:27px;
      margin-left:25px;
      max-width:424px;
      background-color:#F2F2F2;
      border-radius:12px;
      align-items:center;
    }
    
    .testimonios-wrapper .testimoniosArriba{
      display:flex;
      position:relative;
      width:100%;
      flex-direction:column;
      padding:26px 27px 22px 133px;
      /*background-color:lightblue;*/
      border-radius:12px;
    }
    
    .testimonios-wrapper .testimoniosIconPersona{
      display:flex;
      width:125px;
      height:125px;
      top:-25.9px;
      left:-26.4px;
      position:absolute;
      /*background-color:black;*/
    }
      
     .testimoniosIconPersona img{
        width:100%;
        object-fit:cover;
        object-position:center;
     }
    
   .testimonios-wrapper .testimoniosLinea{
      display:flex;
      width:90%;
      height:1px;
      background-color:#CCCCCC;
    }
    
    .testimoniosCalificacion{
      display:flex;
      width:fit-content;
      gap:8px;
    }
    
    .testimoniosEstrellita{
      display:flex;
      /*background-color:black;*/
      width:14px;
      height:14px;
      background-image:url("./imgs/testimonios/testimonios_star.png");
      background-position:center;
      background-size:cover;
      background-repeat:no-repeat;
    }
    
    .testimonios-wrapper .testimoniosCargoEspacio{
      padding:5px 0 13px 0;
    }
    
    .testimoniosOpinion{
      display:flex;
      width:100%;
      padding:25px 33px 27px 33px;
      /*background-color:pink;*/
    }

    .testimoniosMobile{
      display: none;
      width: 100%;
    }

    .hide{
      display: flex;
    }


    @media(max-width:1000px){

      .testimonios{
        padding-bottom: 70px;
      }

      .testimoniosMobile{
        display: flex;
      }

      .hide{
        display: none;
      }

      .testimoniosArribaWrapper .testimoniosArriba{
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
      }

      .testimoniosTitle{
        font-size: 30px;
        line-height: 35px;
      }

      .testimoniosTexto{
        font-size: 19px;
        line-height: 23px;
      }

      .testimoniosArribaWrapper{
        padding: 70px 20px 30px 20px;
      }

      .testimoniosTextual{
        gap: 20px;
      }

      .testimonios-wrapper .testimoniosCaja{
        max-width: 600px;
      } 


    .testimonios-track {
      transform: translateX(0);
      transition: transform 0.5s ease;
    }

    .testimonios-card {
      flex: 0 0 100%;
    }

  }

  @media(max-width:700px){

     .testimonios-wrapper .testimoniosCaja{
        max-width: 380px;
      } 

  }