.testimonials-container{ width: 100%;
    display: flex;
    flex-direction: row;
    align-items: end;
    padding: 50px 50px;
    max-width: 1024px;
    margin: 0 auto;
    padding-bottom: 0;
    justify-content: space-between;}

.testimonials-container h2{     display: block;
    text-align: left;
    width: 100%;}

.testimonial-author {
    font-family: Metropolis;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}

.testimonials-box{    width: 100%;
    flex-wrap: initial;
    padding: 0;
    display: block;
    text-align: left; }


.stars-container{     display: flex;
    align-items: center;
    justify-content: flex-start;}

.stars-container img{ margin-right: 5px; width: 28px; }

.testimonial-text{
    font-family: Metropolis;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;margin: 15px 0;}

.testimonial-text::-webkit-scrollbar { width: 5px; background: white; }

.testimonial-text::-webkit-scrollbar-thumb { background: lightgray; border-radius: 1ex; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); }

.pagination-container{ width: 100%; padding: 10px 20px 10px 10px; display: flex; flex-direction: column; align-items: center; }

.pagination-box{ display: flex; align-items: center; }

.next-icon, .prev-icon{ margin: 0 20px; cursor: pointer; opacity: 0; }

.next-icon{ transform: rotate(180deg); }

.numbers-box{ display: flex; align-items: center; opacity: 0; }

.number-page{ display: none; font-weight: 700; font-size: 14px; margin: 5px; cursor: pointer; }

.number-active{ color: black; font-size: 16px; text-decoration: underline; }

.circle-page, .circle-active{ width: 10px; height: 10px; border-radius: 50%; margin: 3px; }

.circle-page{ background-color: #C4C4C4; }

.puntos-prev, .puntos-next{ opacity: 0; font-weight: 900; }


/***Estilos Popup Formulario***/

.popup-testimonial-container{ width: 100%; height: 100vh; display: flex; position: fixed; top: 0; justify-content: center; 
  align-items: center; background-color: rgba(50,50,50,.8); opacity: 1; z-index: 1000000000000000000;    overflow-y: scroll; }

.testimonial-form{ position: relative; width: 100%; max-width: 400px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25); 
  display: flex; flex-direction: column; align-items: center; }

.testimonial-header{ width: 100%; height: 50px; display: flex; justify-content: space-between; align-items: flex-end; padding: 0 0 5px 0;     margin-top: 180px;}

.testimonial-header .logo-container{ display: flex; align-items: flex-end;}

.testimonial-header .logo-container img{     width: 150px;
    margin: 0px 10px;}

.testimonial-header .logo-container p{ display: none; font-size: 13px; margin: 0 0 4px 0; font-weight: 700; }

.close-testimonial-form{ width: 22px; cursor: pointer; margin: 0 10px 5px 0; }

.testimonial-hero { width: 100%; height: 120px; display: flex; flex-direction: column; justify-content: flex-end;     padding: 15px;}

.testimonial-hero img{ width: 100px;}

.testimonial-hero h4{ font-size: 30px; margin: 0; }

.testimonial-form .hs_cos_wrapper{     width: 100%;
    box-sizing: border-box;
    padding: 0 15px; margin:0}

.testimonial-form form{ width: 100%; box-sizing: border-box; }

.testimonial-form form .hs-richtext p{ margin: 0; }

.testimonial-form label{ text-transform: uppercase; font-weight: 700; font-size: 14px; }

.testimonial-form input[type='text'], .testimonial-form input[type='email']{ width: 100%; box-sizing: border-box; height: 35px; 
  color: rgba(0,0,0,.5); font-weight: 400; font-size: 16px; margin: 2px 0 6px 0; padding: 0 0 0 20px; }

.testimonial-form textarea{ width: 100%; box-sizing: border-box; height: 100px; padding: 20px 0 0 20px; color: rgba(0,0,0,.5); 
  font-weight: 400; font-size: 16px; margin:0; }

.testimonial-form input[type='submit']{ width: 100%; box-sizing: border-box; height: 35px;  cursor: pointer;
  font-weight: bold; font-size: 16px; margin: 8px 0 60px 0; border: none; appearance: none; -webkit-appearance: none; text-transform: uppercase; }

.qualify-box{  position: inherit;
    display: block;
    float: left;
    width: 100%;
    padding: 15px 15px;}

.qualify-box p{ font-weight: 700; font-size: 14px; margin: 0; text-transform: uppercase; }

.testimonial-form .hs-richtext{     position: absolute;
    bottom: 70px;
    right: 35px;
    color: white;}

.hs-richtext p{ font-size: 14px; margin: 0; }

.qualify-box img{ width: 20px; height: 20px; margin: 0 3px; }

.hs_calificacion{ display: none !important; }

.input .hs-error-msgs.inputs-list{ display: none; }

.popcta-volver{ padding: 5px 30px; font-weight: 700; font-size: 14px; position: absolute; bottom: 20px; left: 29px; cursor: pointer; }

.hs_error_rollup{ color: red; font-weight: 400; font-size: 14px; }


@media only screen and (max-width:767px){
  
  .testimonials-box{ width: 90%; }
  
  
  .testimonial-text{ margin-top: 15px; }
  
  .pagination-container{ position: relative; flex-direction: column; align-items: center; padding: 10px; }
  
  .pagination-box{ display: none; order: 1; }
  
  .next-icon, .prev-icon{ height: 15px; }
  
  .buttons-slider-testimonials{ width: 100% !important; display: flex !important; position: absolute !important; top: 100px !important; 
    justify-content: space-between !important; }
  
  .buttons-slider-testimonials .slider-prev, .buttons-slider-testimonials .slider-next{ opacity: 0; }
  
  .card_active{ display: flex !important; opacity: 0; }
}
@media only screen and (max-width:330px){
  .testimonial-form input[type='text'], .testimonial-form input[type='email']{ height: 28px; padding: 0 0 0 10px; }
  
  .testimonial-form textarea{ height: 60px; padding: 5px 0 0 10px; }
  
  .qualify-box{ top: 375px; left: 25px; }
}



.popcta-volver{display:none;}
.hs-error-msg {
    color: #ef6b51 !important;
    margin-top: 0.35rem;
}
.testimonial-form form .hs-richtext p {
    margin: 0;
    display: none;
}

}
.stars-container img {
  margin: 5px;}
.btntesti {        background: #ffffff00 !important;
    padding: 8px 22px;
    border: solid 1px #ffffff75;
    color: white !important;
    border-radius: 5px !important;
    font-family: Metropolis;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px;}
.btntesti:hover{background: #00000070 !important;font-family: Metropolis !important;}
.comillas{position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -70px;
    background: #f6f6f4;
  padding: 0px 25px;}
.titletesti{font-family: Gilda Display;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #FFFFFF;    margin: 20px 0px;}
.div1test{padding-bottom: 50px;}
.modulobajo{display: flex;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: -25px;
    justify-content: space-between;}
.modulobajo img{width: 24%;}