.cuerpo-1 {
  background: #eee;
  font-family: Tahoma;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 20px;
}
.d-block, h2{
  color: #33475c;
  font-weight: 700;
  font-size: 2.5rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

/* ============= 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: 78%;
    min-height: 450px;
    height: 450px;
    /* max-width: 1150px;*/
    margin: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: 18px;
      -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: auto;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


#left-zone {
  height: 80%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#left-zone .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.item input {
  display: none;
}

label {
  display: block;
  opacity: 0.5;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
}

label:hover {
  opacity: 0.75;
  cursor: pointer;
}

.content-test {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 50%;
  width: 100%;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none;
}

.content-test p {
  max-width: 50%;
  text-align: center;
}

#right-zone {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 50%;
}

input:checked ~ .content-test {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  opacity: 1;
}


 
  #left-zone .list {
    border-right: 2px solid #cccccc;
  }

  .content-test {
    width: 65%;
    height: 100%;
    pointer-events: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  #left-zone {
    width: 35%;
  }

  #right-zone {
    height: 100%;
    width: 65%;
  }


.content_testimonial-1 .picto {
    height: 100px;
    width: 100px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/BBVA-BANCOS.svg);
    background-position: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content_testimonial-1 h1 {
  color: #d64541;
  text-align: center;
}

.content_testimonial-2 .picto {
   height: 100px;
  width: 165px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/citibanamex-BANCOS.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-2 h1 {
  color: #f5d76e;
}

.content_testimonial-3 .picto {
  height: 100px;
  width: 100px;
  background-image:  url("https://www.sears.com.mx/c/img/bancos/iconos/AMEX.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-3 h1 {
  color: #00b16a;
}

.content_testimonial-4 .picto {
  height: 100px;
  width: 100px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/PAYPAL-BANCOS-1.svg");
  background-position: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-4 h1 {
  color: #f27935;
}


.content_testimonial-5 .picto {
  height: 120px;
  width: 165px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/OTROS-BANCOS-TODOS.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-5 h1 {
  color: #EB0028;
}


.content_testimonial-6 .picto {
  height: 100px;
  width: 165px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/RappiCard.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-6 h1 {
  color: #3f3f3f;
}


.content_testimonial-7 .picto {
  height: 100px;
  width: 165px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/falabella.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-7 h1 {
  color: #51812e;
}


.content_testimonial-8 .picto {
  height: 100px;
  width: 165px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/BANORTE-BANCOS.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-8 h1 {
  color: #e90d2c;
}



.content_testimonial-9 .picto {
  height: 100px;
  width: 165px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/HSBC-BANCOS.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-9 h1 {
  color: #520900;
}



.content_testimonial-10 .picto {
  height: 100px;
  width: 165px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/Scotiabank-BANCOS.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-10 h1 {
  color: #cc4533;
}



.content-test h1:first-letter {
  text-transform: uppercase;
}

input:checked ~ label {
  opacity: 1;
  -webkit-animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

input:checked ~ label.label_testimonial-1 {
  color: #004580;
  border-right: solid 4px #004580;
}

input:checked ~ label.label_testimonial-2 {
  color: #d63e37;
  border-right: solid 4px #d63e37;
}

input:checked ~ label.label_testimonial-3 {
  color: #006fcf;
  border-right: solid 4px #006fcf;
}

input:checked ~ label.label_testimonial-4 {
  color: #179bd7;
  border-right: solid 4px #179bd7;
}


input:checked ~ label.label_testimonial-5 {
  color: #EB0028;
  border-right: solid 4px #EB0028;
}


input:checked ~ label.label_testimonial-6 {
  color: #3f3f3f;
  border-right: solid 4px #3f3f3f;
}


input:checked ~ label.label_testimonial-7 {
  color: #51812e;
  border-right: solid 4px #51812e; 
}

input:checked ~ label.label_testimonial-8 {
  color: #e90d2c;
  border-right: solid 4px #e90d2c;
}


input:checked ~ label.label_testimonial-9 {
  color: #3f3f3f;
  border-right: solid 4px #520900;
}

input:checked ~ label.label_testimonial-10 {
  color: #cc4533;
  border-right: solid 4px #cc4533;
}



label.label_testimonial-1:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/BBVA-BANCOS.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: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/citibanamex-BANCOS.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: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/AMEX.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: 50px;
  height: 50px;
  margin-left: 15px;
  background-image:url("https://www.sears.com.mx/c/img/bancos/iconos/PAYPAL-BANCOS-1.svg");
  background-position: center;
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  border-radius: 50%;
}

label.label_testimonial-5:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/OTROS-BANCOS.svg");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  border-radius: 50%;
}

label.label_testimonial-6:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/RappiCard.svg");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  border-radius: 50%;
}


label.label_testimonial-7:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/falabella.svg");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  border-radius: 50%;
}


label.label_testimonial-8:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/BANORTE-BANCOS.svg");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  border-radius: 50%;
}

label.label_testimonial-9:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/HSBC-BANCOS.svg");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  border-radius: 50%;
}

label.label_testimonial-10:before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-image: url("https://www.sears.com.mx/c/img/bancos/iconos/Scotiabank-BANCOS.svg");
  background-position: center;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  border-radius: 50%;
}


label:first-letter {
  text-transform: uppercase;
}

.label_testimonial-1:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#d64541a3)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #004580a3);
  background-image: -o-linear-gradient(left, #ffffff, #004580a3);
  background-image: linear-gradient(to right, #ffffff, #004580a3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.label_testimonial-2:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f5d76e59)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #d63e3759);
  background-image: -o-linear-gradient(left, #ffffff, #d63e3759);
  background-image: linear-gradient(to right, #ffffff, #d63e3759);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.label_testimonial-3:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#00b16aa3)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #006fcfa3);
  background-image: -o-linear-gradient(left, #ffffff, #006fcfa3);
  background-image: linear-gradient(to right, #ffffff, #006fcfa3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.label_testimonial-4:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #179bd7a3);
  background-image: -o-linear-gradient(left, #ffffff, #179bd7a3);
  background-image: linear-gradient(to right, #ffffff, #179bd7a3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}


.label_testimonial-5:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #EB0028a3);
  background-image: -o-linear-gradient(left, #ffffff, #EB0028a3);
  background-image: linear-gradient(to right, #ffffff, #EB0028a3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}



.label_testimonial-6:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #3f3f3fa3);
  background-image: -o-linear-gradient(left, #ffffff, #3f3f3fa3);
  background-image: linear-gradient(to right, #ffffff, #3f3f3fa3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}


.label_testimonial-7:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #51812ea3);
  background-image: -o-linear-gradient(left, #ffffff, #51812ea3);
  background-image: linear-gradient(to right, #ffffff, #51812ea3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}



.label_testimonial-8:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #e90d2ca3);
  background-image: -o-linear-gradient(left, #ffffff, #e90d2ca3);
  background-image: linear-gradient(to right, #ffffff, #e90d2ca3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}


.label_testimonial-9:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #520900a3);
  background-image: -o-linear-gradient(left, #ffffff, #520900a3);
  background-image: linear-gradient(to right, #ffffff, #520900a3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}


.label_testimonial-10:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #cc4533a3);
  background-image: -o-linear-gradient(left, #ffffff, #cc4533a3);
  background-image: linear-gradient(to right, #ffffff, #cc4533a3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

p.testimonialState {
  margin-top: -5px;
  font-size: 0.8rem;
  font-style: italic;
  color: #808080d4;
}

p.testimonialFrom {
  margin-top: 5px;
  font-weight: bold;
  color: #33475c;
}

@media (max-width: 780px) {
      
     #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: 83%;
    min-height: 400px;
    height: 110vh;
    /* max-width: 1150px; */
    margin: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: auto;
    height: 450px;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;}
    
          
            
    
.content_testimonial-5 h1 {
    color: #EB0028;
    font-size: 1.8em;
}    
    
.label_testimonial-1:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#d64541a3)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #004580a3);
  background-image: -o-linear-gradient(left, #ffffff, #004580a3);
  background-image: linear-gradient(to right, #ffffff, #004580a3);
  font-size: 0.7rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.label_testimonial-2:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f5d76e59)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #d63e3759);
  background-image: -o-linear-gradient(left, #ffffff, #d63e3759);
  background-image: linear-gradient(to right, #ffffff, #d63e3759);
  font-size: 0.7rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.label_testimonial-3:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#00b16aa3)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #006fcfa3);
  background-image: -o-linear-gradient(left, #ffffff, #006fcfa3);
  background-image: linear-gradient(to right, #ffffff, #006fcfa3);
  font-size: 0.7rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.label_testimonial-4:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #179bd7a3);
  background-image: -o-linear-gradient(left, #ffffff, #179bd7a3);
  background-image: linear-gradient(to right, #ffffff, #179bd7a3);
 font-size: 0.7rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

  
.label_testimonial-5:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #EB0028a3);
  background-image: -o-linear-gradient(left, #ffffff, #EB0028a3);
  background-image: linear-gradient(to right, #ffffff, #EB0028a3);
  font-size: 0.7rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
} 
    
    
    
.label_testimonial-6:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #3f3f3fa3);
  background-image: -o-linear-gradient(left, #ffffff, #3f3f3fa3);
  background-image: linear-gradient(to right, #ffffff, #3f3f3fa3);
  font-size: 0.7rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
} 
    
 
    
    
.label_testimonial-7:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #51812ea3);
  background-image: -o-linear-gradient(left, #ffffff, #51812ea3);
  background-image: linear-gradient(to right, #ffffff, #51812ea3);
  font-size: 0.7rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
} 
    
    
    
    
.label_testimonial-8:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #e90d2ca3);
  background-image: -o-linear-gradient(left, #ffffff, #e90d2ca3);
  background-image: linear-gradient(to right, #ffffff, #e90d2ca3);
  font-size: 0.7rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
} 
    
 
    
    
.label_testimonial-9:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #520900a3);
  background-image: -o-linear-gradient(left, #ffffff, #520900a3);
  background-image: linear-gradient(to right, #ffffff, #520900a3);
  font-size: 0.7rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}     
        
.label_testimonial-10:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #cc4533a3);
  background-image: -o-linear-gradient(left, #ffffff, #cc4533a3);
  background-image: linear-gradient(to right, #ffffff, #cc4533a3);
  font-size: 0.7rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}  

  

label {
  display: block;
  opacity: 0.5;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
    font-size: 12px;}
}


@media (max-width: 600px) {
 
 #left-zone {
    width: 15%;}
    
label {
    display: block;
    opacity: 0.5;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
    font-size: 1px;
    color: #FFF;}
    
   
 label:hover{
    display: block;
    opacity: 0.5;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
    font-size: 1px;
    color: #FFF;} 
       
.content-test {
    width: 80%;
    height: 100%;
    pointer-events: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);} 
    
    .content-test p {
    max-width: 80%;
    text-align: center;}
    
   
    
#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: 95%;
    min-height: 400px;
    height: 110vh;
    /* max-width: 1150px; */
    margin: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: auto;
    height: 450px;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}    

    
    
.label_testimonial-1:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#d64541a3)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #004580a3);
  background-image: -o-linear-gradient(left, #ffffff, #004580a3);
  background-image: linear-gradient(to right, #ffffff, #004580a3);
  font-size: 0.1rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.label_testimonial-2:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f5d76e59)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #d63e3759);
  background-image: -o-linear-gradient(left, #ffffff, #d63e3759);
  background-image: linear-gradient(to right, #ffffff, #d63e3759);
  font-size: 0.1rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.label_testimonial-3:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#00b16aa3)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #006fcfa3);
  background-image: -o-linear-gradient(left, #ffffff, #006fcfa3);
  background-image: linear-gradient(to right, #ffffff, #006fcfa3);
  font-size: 0.1rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.label_testimonial-4:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #179bd7a3);
  background-image: -o-linear-gradient(left, #ffffff, #179bd7a3);
  background-image: linear-gradient(to right, #ffffff, #179bd7a3);
 font-size: 0.0rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

  
.label_testimonial-5:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #EB0028a3);
  background-image: -o-linear-gradient(left, #ffffff, #EB0028a3);
  background-image: linear-gradient(to right, #ffffff, #EB0028a3);
  font-size: 0.0rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}       

    
.label_testimonial-6:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #3f3f3fa3);
  background-image: -o-linear-gradient(left, #ffffff, #3f3f3fa3);
  background-image: linear-gradient(to right, #ffffff, #3f3f3fa3);
  font-size: 0.0rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}           

    
.label_testimonial-7:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #51812ea3);
  background-image: -o-linear-gradient(left, #ffffff, #51812ea3);
  background-image: linear-gradient(to right, #ffffff, #51812ea3);
  font-size: 0.0rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}  
    
    
    
 .label_testimonial-8:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #e90d2ca3);
  background-image: -o-linear-gradient(left, #ffffff, #e90d2ca3);
  background-image: linear-gradient(to right, #ffffff, #e90d2ca3);
  font-size: 0.0rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}           

    
.label_testimonial-9:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #520900a3);
  background-image: -o-linear-gradient(left, #ffffff, #520900a3);
  background-image: linear-gradient(to right, #ffffff, #520900a3);
  font-size: 0.0rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;}    
  
}

.label_testimonial-10:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #cc4533a3);
  background-image: -o-linear-gradient(left, #ffffff, #cc4533a3);
  background-image: linear-gradient(to right, #ffffff, #cc4533a3);
  font-size: 0.0rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;}    
  
}

/* If the screen size is 480px or less */
@media (max-width: 480px) {

.content_testimonial-1 .picto {
    height: 60px;
    width: 135px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/BBVA-BANCOS.svg);
    background-position: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
    
.content_testimonial-2 .picto {
    height: 0px;
    width: 200px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/citibanamex-BANCOS.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
    
.content_testimonial-3 .picto {
    height: 68px;
    width: 110px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/AMEX.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
    
.content_testimonial-4 .picto {
    height: 75px;
    width: 150px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/PAYPAL-BANCOS-1.svg);
    background-position: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}  
    
    
.content_testimonial-6 .picto {
    height: 60px;
    width: 135px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/RappiCard.svg);
    background-position: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}    
 

.content_testimonial-7 .picto {
    height: 60px;
    width: 135px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/falabella.svg);
    background-position: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
    
.content_testimonial-8 .picto {
    height: 60px;
    width: 135px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/BANORTE-BANCOS.svg);
    background-position: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}   
    
    
.content_testimonial-9 .picto {
    height: 60px;
    width: 135px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/HSBC-BANCOS.svg);
    background-position: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}       
 
.content_testimonial-10 .picto {
    height: 60px;
    width: 135px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/Scotiabank-BANCOS.svg);
    background-position: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} 
    
     
p.testimonialFrom {
    margin-top: 5px;
    font-weight: bold;
    color: #33475c;
    font-size: 14px;
} 
    
.content_testimonial-5 h1 {
    color: #EB0028;
    font-size: 1.1em;
}    
    
#left-zone {
    width: 25%;
}    
  
  .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;
  }

    .content_testimonial-5 .picto {
    padding-top: 100px;
  }
    
 .content_testimonial-6 .picto {
    padding-top: 100px;
  } 
    
.content_testimonial-7 .picto {
    padding-top: 100px;
  }      
    
.content_testimonial-8 .picto {
    padding-top: 100px;
  }  
    
.content_testimonial-9 .picto {
    padding-top: 100px;
  }      
   
.content_testimonial-10 .picto {
    padding-top: 100px;
  }      
       
    
   
    
  .item {
    font-size: 1.3rem;
  }
    
label {
    display: block;
    opacity: 0.5;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
    font-size: 1px;
    color: #FFF;
}
    
}

 @media (max-width: 430px) { 
     
input:checked ~ label.label_testimonial-1 {
    color: #FFFFFF00;
    border-right: solid 4px #004580;
} 

input:checked ~ label.label_testimonial-2 {
 color: #FFFFFF00;
    border-right: solid 4px #d63e37;
}     
     
input:checked ~ label.label_testimonial-3 {
    color: #FFFFFF00;
    border-right: solid 4px #006fcf;
}     
 
input:checked ~ label.label_testimonial-4 {
     color: #FFFFFF00;
    border-right: solid 4px #179bd7;
}
     
input:checked ~ label.label_testimonial-5 {
     color: #FFFFFF00;
    border-right: solid 4px #EB0028;
}
     
input:checked ~ label.label_testimonial-6 {
     color: #FFFFFF00;
    border-right: solid 4px #3F3F3F;
}       

     
input:checked ~ label.label_testimonial-8 {
     color: #FFFFFF00;
    border-right: solid 4px #e90d2c;
}  
 
input:checked ~ label.label_testimonial-9 {
     color: #FFFFFF00;
    border-right: solid 4px #520900;
}       
     
input:checked ~ label.label_testimonial-10 {
     color: #FFFFFF00;
    border-right: solid 4px #cc4533;
}       
  
   
     
     label.label_testimonial-1 .label_testimonial-1{   
font-size: 0px;
color:transparent;   
     }     
label.label_testimonial-2 .label_testimonial-2{   
font-size: 0px;
color:transparent;   
     }
label.label_testimonial-3 .label_testimonial-3{   
font-size: 0px;
color:transparent;   
     } 
     
     
label.label_testimonial-4 .label_testimonial-4{   
font-size: 0px;
color:transparent;   
     }      
     
label.label_testimonial-5 .label_testimonial-5{   
font-size: 0px;
color:transparent;   
     }     
label.label_testimonial-6 .label_testimonial-6{   
font-size: 0px;
color:transparent;   
     } 
     
     
label.label_testimonial-7 .label_testimonial-7{   
font-size: 0px;
color:transparent;   
     }  
     
     
label.label_testimonial-8 .label_testimonial-8{   
font-size: 0px;
color:transparent;   
     }       
     
label.label_testimonial-9 .label_testimonial-9{   
font-size: 0px;
color:transparent;   
     }       
 
     
     
label.label_testimonial-10 .label_testimonial-10{   
font-size: 0px;
color:transparent;   
     }          
     
   
     
label.label_testimonial-1:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/BBVA-BANCOS.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
}     
     
     
label.label_testimonial-2:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/citibanamex-BANCOS.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
}     
     
     
label.label_testimonial-3:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/AMEX.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
}     
     
     
label.label_testimonial-4:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/PAYPAL-BANCOS-1.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
}
     
     
label.label_testimonial-5:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/OTROS-BANCOS.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
}     

     
label.label_testimonial-6:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/RappiCard.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
}         
  
     
label.label_testimonial-7:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/falabella.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
}       
     
label.label_testimonial-8:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/BANORTE-BANCOS.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
}       
     
label.label_testimonial-9:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/HSBC-BANCOS.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
}
     
label.label_testimonial-10:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/Scotiabank-BANCOS.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
}     
     
     
          
     
.label_testimonial-1:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#d64541a3)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #004580a3);
  background-image: -o-linear-gradient(left, #ffffff, #004580a3);
  background-image: linear-gradient(to right, #ffffff, #004580a3);
  font-size: 0px;
  -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
    color:transparent;
}

.label_testimonial-2:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f5d76e59)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #d63e3759);
  background-image: -o-linear-gradient(left, #ffffff, #d63e3759);
  background-image: linear-gradient(to right, #ffffff, #d63e3759);
  font-size: 0px
  -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
    color:transparent;
}

.label_testimonial-3:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#00b16aa3)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #006fcfa3);
  background-image: -o-linear-gradient(left, #ffffff, #006fcfa3);
  background-image: linear-gradient(to right, #ffffff, #006fcfa3);
  font-size: 0px
   -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
    color:transparent;
}

.label_testimonial-4:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
  background-image: -webkit-linear-gradient(left, #ffffff, #179bd7a3);
  background-image: -o-linear-gradient(left, #ffffff, #179bd7a3);
  background-image: linear-gradient(to right, #ffffff, #179bd7a3);
 font-size: 0px
   -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
    color:transparent;
}

  
.label_testimonial-5:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #EB0028a3);
  background-image: -o-linear-gradient(left, #ffffff, #EB0028a3);
  background-image: linear-gradient(to right, #ffffff, #EB0028a3);
 font-size: 0px
  -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
    color:transparent;
}  
     
     
.label_testimonial-6:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #F3F3F3a3);
  background-image: -o-linear-gradient(left, #ffffff, #F3F3F3a3);
  background-image: linear-gradient(to right, #ffffff, #F3F3F3a3);
 font-size: 0px
  -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
    color:transparent;
}      
     

     
.label_testimonial-7:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #51812ea3);
  background-image: -o-linear-gradient(left, #ffffff, #51812ea3);
  background-image: linear-gradient(to right, #ffffff, #51812ea3);
 font-size: 0px
  -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
    color:transparent;
} 
     
     
.label_testimonial-8:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #e90d2ca3);
  background-image: -o-linear-gradient(left, #ffffff, #e90d2ca3);
  background-image: linear-gradient(to right, #ffffff, #e90d2ca3);
 font-size: 0px
  -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
    color:transparent;
}  
     
.label_testimonial-9:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #520900a3);
  background-image: -o-linear-gradient(left, #ffffff, #520900a3);
  background-image: linear-gradient(to right, #ffffff, #520900a3);
 font-size: 0px
  -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
    color:transparent;
} 
     
.label_testimonial-10:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(#f27935a3)
  );
   background-image: -webkit-linear-gradient(left, #ffffff, #cc4533a3);
  background-image: -o-linear-gradient(left, #ffffff, #cc4533a3);
  background-image: linear-gradient(to right, #ffffff, #cc4533a3);
 font-size: 0px
  -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
    color:transparent;
}        
     
 
    
     
.content_testimonial-5 .picto {
        height: 100px;
        width: 145px;
        background-image: url(https://www.sears.com.mx/c/img/bancos/iconos/OTROS-BANCOS-TODOS.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    } 
     
p.testimonialFrom {
    margin-top: 5px;
    font-weight: bold;
    color: #33475c;
    font-size: 12.5px;
} 
    
.content_testimonial-5 h1 {
    color: #EB0028;
    font-size: 0.7em;
} 
     
.content-test {
    width: 70%;
    height: 100%;
    pointer-events: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}     

#left-zone {
    width: 22%;
}     
     }


/* ============== End Testimonial Flexbox ============= */


