{#.testimonial-slider {
  background-color: #fbfbfb;
  padding: 32px 0 36px;
  max-width: 100vw;
  overflow: visible; }
.testimonial-slider__white .testimonial-slider {
  background-color: #fff;}
  .testimonial-slider__content {
    max-width: calc(100% - 32px);
    margin: 0 auto;
    padding: 0 0 42px 21px; }
    @media screen and (min-width: 768px) {
      .testimonial-slider__content {
        margin: 0 auto 0 62px;
        padding: 0 0 42px 0; }
      .testimonial-slider__content--single {
        margin: 0 auto;
        padding: 0px 0px 42px 0px;
        max-width: 640px;
        overflow: visible}}
  .testimonial-slider__testimonial {
    background-color: #fff;
    padding: 80px 20px 50px 20px;
    font-style: italic;
    box-shadow: rgba(0, 0, 0, 0.06) 0 3px 12px;
    overflow: visible;
    width: 33%;
    height: 100%;
    position: relative;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
    .testimonial-slider__testimonial p {
      line-height: 1.56; }
    .testimonial-slider__testimonial .author {
      color: #494CDB;
      font-weight: 600;
      font-style: normal;
      margin-bottom: 0; }
    .testimonial-slider__testimonial:before {
      content: "";
      position: absolute;
      background-image: url(https://cdn2.hubspot.net/hubfs/5442200/Icons/quote.svg);
      width: 38px;
      height: 25px;
      top: 42px; }
    @media screen and (min-width: 768px) {
      .testimonial-slider__testimonial {
        max-width: 380px;
        padding: 80px 50px 50px 50px; }
      .testimonial-slider__testimonial.testimonial-slider__testimonial--single {
        max-width: 100%;}}
  .testimonial-slider .slick-slide {
    margin: 0 21px 0 0;
    overflow: visible; }
    .testimonial-slider .slick-slide > div {
      height: 100%; }
  .testimonial-slider .slick-list {
    overflow: visible;
    margin: 0 -21px; }
  .testimonial-slider .slick-track {
    overflow: visible; }
  @media screen and (min-width: 786px) {
    .testimonial-slider {
      /* the parent */ }
      .testimonial-slider .slick-list {
        margin: 0 -21px; } }
  .testimonial-slider .slick-dots li button:hover,
  .testimonial-slider .slick-dots li button:focus,
  .testimonial-slider .slick-dots li.slick-active button {
    background: #494CDB; }
  .testimonial-slider .slick-dots {
    bottom: 0; }
#}
.testimonial-slider {
  background-color: #fbfbfb;
  padding: 32px 0 36px;
  max-width: 100vw;
  overflow: visible; }
.testimonial-slider__white .testimonial-slider {
  background-color: #fff;}
  .testimonial-slider__content {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    margin: 0 auto;}
    @media screen and (min-width: 768px) {
      .testimonial-slider__content {
        margin: 0 auto;
        padding: 0 0 42px 0;
        width: 1102px;
        max-width: 1102px;}
      .testimonial-slider__content--single {
        margin: 0 auto;
        padding: 0px 0px 42px 0px;
        max-width: 640px; }}
  .testimonial-slider__testimonial {
    background-color: #fff;
    padding: 80px 20px 50px 20px;
    font-style: italic;
    box-shadow: rgba(0, 0, 0, 0.06) 0 3px 12px;
    overflow: visible;
    width: 380px;
    height: 100%;
    position: relative;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
    .testimonial-slider__testimonial p {
      line-height: 1.56;         font-weight: 300; }
    .testimonial-slider__testimonial .author {
      color: #494CDB;
      font-weight: 600;
      font-style: normal;
      margin-bottom: 0; }
    .testimonial-slider__testimonial:before {
      content: "";
      position: absolute;
      background-image: url(https://cdn2.hubspot.net/hubfs/5442200/Icons/quote.svg);
      width: 38px;
      height: 25px;
      top: 42px; }
    @media screen and (min-width: 768px) {
      .testimonial-slider__testimonial p {
        font-size: 18px;         font-weight: 300; }
	  .testimonial-slider__testimonial {
        width: 380px;
        max-width: 380px;
        padding: 80px 50px 50px 50px;
        margin: 0;}
      .testimonial-slider__testimonial.testimonial-slider__testimonial--single {
        max-width: 100%;}}
  .testimonial-slider .slick-dots li button:hover,
  .testimonial-slider .slick-dots li button:focus,
  .testimonial-slider .slick-dots li.slick-active button {
    background: #494CDB; }
  .testimonial-slider .slick-dots {
    bottom: 0; }
.testimonial-slider__content .slick-slide > div {
    height: 100%;
    padding: 0 10px;
}
.testimonial-slider .slick-list {
  padding: 0 !important;
}

/*Efecto*/
.modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalmask:target {
    opacity:1;
    pointer-events: auto;
}

/*Formato de la ventana*/
.modalbox{
    width: 45em;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius:3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
     
}
/* grid*/
.testimonial-slider__content-normal .testimonial-slider__testimonial {
background: linear-gradient(311deg, #5D60EF30, transparent);
  color:#5D60EF;
}
.testimonial-slider__content-normal {
   grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    display: grid;
    gap: 1rem;
  justify-content: center;
    justify-items: center;
}
@media screen and (max-width: 1250px){
 .testimonial-slider__content-normal { grid-template-columns: repeat(3, 1fr); }
}
/* Screen larger than 600px? 2 column */
@media screen and (max-width: 750px) {
  .testimonial-slider__content-normal { grid-template-columns: repeat(1, 1fr) !important ;}
}

/* Screen larger than 900px? 3 columns */
@media screen and (max-width: 900px) {
  .testimonial-slider__content-normal { grid-template-columns: repeat(2, 1fr); }
}
/*Movimientos*/
.movedown {
    margin: 0 auto;
}
.rotate {
    margin: 10% auto;
    -webkit-transform: scale(-5,-5);
    transform: scale(-5,-5);
}
.resize {
    margin: 10% auto;
    width:0;
    height:0;
 
}
.modalmask:target .movedown{       
    margin:10% auto;
}
.modalmask:target .rotate{     
    transform: rotate(360deg) scale(1,1);
        -webkit-transform: rotate(360deg) scale(1,1);
}
 
.modalmask:target .resize{
    width:400px;
    height:200px;
}

/*Boton de cerrar*/
.close {
       background: #fff;
    color: #494cdb;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6em;
 
}
 
.close:hover {
    background: #494cdb;
    color:#fff;
}