.testimonials-container{ width: 100%; display: flex; flex-direction: column; align-items: center; padding: 50px 0 ; }

.testimonials-container h2{ text-align: center; }



.testimonials-box{width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    display: block;
    margin: 0 auto;
    text-align: center; }

.testimonial-card{ height: 150px; width: 50%; padding: 15px 40px; }

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

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

.testimonial-text{ font-size: 16px;    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;     margin-top: 20px;}

.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; left:0;
  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-card{ width: 100%; height: auto; padding: 15px 0; }
  
  .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; }
}
.btnaprende:hover {
    background: #65982c !important;
    color: white !important;
    font-family: Poppins;
}

.testimonial-card {
    height: 150px;
    width: 50%;
    padding: 15px 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 50px;
    height: auto;
}
.testimonial-author{font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */

text-align: center;

/* White / 100 */

color: #FFFFFF;}
.popcta-volver{display:none;}
.hs-error-msg {
    color: #ef6b51 !important;
    margin-top: 0.35rem;
}
.testimonial-form form .hs-richtext p {
    margin: 0;
    display: none;
}
.testimonial-text{font-family: Poppins;
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 140%;
align-items: center;
text-align: center;
letter-spacing: -0.03em;margin: 13px 0;
color: #000000;}
.testimonial-author{font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 132%;
    margin: 0;
    margin-top: 25px;
    color: #2c2c2c;
}
.testimonial-card{border: 1px solid #98C32B;
box-sizing: border-box;
border-radius: 12px;       margin: 0 auto; margin-top: 40px;
}}
.stars-container img {
  margin: 5px;}
.btnaprende {
    background: transparent !important;
    border-radius: 12px 4px 12px 12px !important;
    font-weight: 600 !important;
  color: #000 !important;}
.comillas{position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -70px;
    background: #f6f6f4;
  padding: 0px 25px;}