body{
  font-family: 'Lato', sans-serif;
}


.md-testimonial-content {
    width: 736px;
    margin: 0 auto;
    padding-bottom: 42px;
}

.md-testimonial-content h1{

  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 69px;
  color: #000000;

}


.md-testimonial-content h2{

  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 46px;
  color: #000000;

}

.md-testimonial-content h3{

  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #000000;

}
.md-testimonial-content h4{

  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #000000;

}

.md-testimonial-content h5{

  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  color: #000000;

}

.md-testimonial-content p{

  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #000000;

}

.md-testimonial-content blockquote p{
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
}



.md-testimonial h1{

  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 69px;

}

.md-testimonial h2{
 
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 46px;

}

.md-testimonial h3{

  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;

}

.md-testimonial h4{

  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;

}


.md-testimonial h5{

  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;

}

.md-testimonial p{
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;

}

.md-testimonial-desc p{
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.md-testimonial{
  background: rgba(204, 204, 204, 0.1);
  padding:60px 0px;
  position:relative;
    background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
}

.md-testimonial svg{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px; 
}

.md-template-author-img{
  width:200px;
  height:200px;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
}

.md-testimonial-wrapper, .md-testimonial-wrapper * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin-bottom: -25px;
}
.md-testimonial-wrapper ul {
  list-style: none;
}

.md-testimonial-wrapper>div{
  padding-bottom: 20px;
}

a {
  color: #79b6e4;
  text-decoration: none;
}
img {
  max-width: 100%;
}

.md-testimonial-wrapper {
  position: relative;
  width: 90%;
  max-width: 928px;
  background-color: #39393c;
  margin: 0em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0px 40px 70px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .md-testimonial-wrapper {
    margin: 0em auto;
    padding: 0px 40px 70px;
  }
}
@media only screen and (min-width: 1170px) {
  .md-testimonial-wrapper::after {
    /* quotation mark visible */
    display: block;
  }
}

.cd-testimonials {
  color: white;
  text-align: center;
}
.cd-testimonials:after {
  content: "";
  display: table;
  clear: both;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
  margin-bottom: 1em;
  padding: 0 14px;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.6;
  }
}

.md-template-author img, .md-template-author .md-template-author-info {
  display: inline-block;
  vertical-align: middle;
}
.md-template-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.md-template-author .md-template-author-info {
  text-align: left;
  line-height: 1.2;
}
.md-template-author .md-template-author-info li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.md-template-author .md-template-author-info li:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6b6b70;
}
@media only screen and (min-width: 768px) {
  .md-template-author img {
    width: 120px;
    height: 120px;
  }
  .md-template-author .md-template-author-info {
    line-height: 1.4;
  }
  .md-template-author .md-template-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .md-template-author .md-template-author-info li:last-child {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 50px;
}
.flex-direction-nav li:first-child {
  left: -40px;
}
.flex-direction-nav li:last-child {
  right: -40px;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.flex-direction-nav li:hover {
  background-color: #323234;
}
.no-touch .flex-direction-nav li a:hover {
  background-color: #323234;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 28px;
  background-color: white;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-45px) rotate(45deg);
  -moz-transform: translateY(-45px) rotate(45deg);
  -ms-transform: translateY(-45px) rotate(45deg);
  -o-transform: translateY(-45px) rotate(45deg);
  transform: translateY(-45px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-45px) rotate(-45deg);
  -moz-transform: translateY(-45px) rotate(-45deg);
  -ms-transform: translateY(-45px) rotate(-45deg);
  -o-transform: translateY(-45px) rotate(-45deg);
  transform: translateY(-45px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #5e5e63;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: white;
  }
}

.cd-see-all {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #252527;
  text-align: center;
  text-transform: uppercase;
  color: #6b6b70;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  transition: color, 0.2s;
}
.no-touch .cd-see-all:hover {
  color: #79b6e4;
}

.cd-testimonials-all {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul:after {
  content: "";
  display: table;
  clear: both;
}
.cd-testimonials-all .cd-testimonials-item {
  margin-bottom: 2em;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}
.cd-testimonials-all p {
  position: relative;
  background: #79b6e4;
  color: white;
  padding: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  border-radius: 0.25em;
  margin-bottom: 1em;
}
.cd-testimonials-all p::after {
  /* creating the triangle in css */
  content: '';
  position: absolute;
  top: 100%;
  left: 2em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #79b6e4;
}
.cd-testimonials-all .md-template-author {
  text-align: left;
  margin-left: 1.5em;
}
.cd-testimonials-all .md-template-author img {
  box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-all.is-visible .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 46%;
    margin: 0 2% 3em;
  }
  .cd-testimonials-all .md-template-author {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 30%;
    margin: 0 1.6666% 3em;
  }
}

.close-btn {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 5%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.close-btn::before, .close-btn::after {
  /* close icon in css */
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 24px;
  top: 8px;
  left: 19px;
  background-color: #39393c;
}
.close-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-light.md-testimonial-wrapper {
  background:none;
  border-radius: 24px;
}
.cd-light.md-testimonial-wrapper::after {
  color: rgba(32, 32, 34, 0.9);
  background: #f0f0f0;
}
.cd-light .cd-testimonials {
  color: #39393c;
}
.cd-light .flex-direction-nav li a::before, .cd-light .flex-direction-nav li a::after {
  background-color: #000;
}
.cd-light .flex-direction-nav li:hover {
  background: none;
}


.md-testimonial-body{
  width: 1120px;
  margin: 0 auto;
}


.md-testimonial-quaote{
  margin-top: 0px;
  margin-bottom: 20px;
  height: 30px;
}

.md-template-author{
    position: relative;
    display: flex;
    justify-content: center; 
}

.md-testimonial-desc p{
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  text-align: center;

  /* WVI - Negro */

  color: #000000;
}

.md-testimonial-desc{
  background-color: #FFE1CC;
  border-radius: 24px;
  padding: 80px;
}

.md-testimonial-user{
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  text-align: center;

  /* WVI - Gris Oscuro */

  color: #666666;
}

.md-testimonial-title{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position:relative;
}

.md-testimonial-title h2{
  width: 100%;

}

.md-testimonial-title-bar{
  width: 100px;
  height: 8px;
  background: #FF6B00;
  margin-bottom: 16px;
  margin-top: 16px;
}


@media (min-width: 320px) and (max-width: 480px) {

  /* CSS */

  
  .md-testimonial-body{
      width: 100%;
      margin: 0 auto;
      padding:0px;
   }

  
  .md-testimonial-desc{
    padding: 80px 10px;
  }

  .md-template-author img{
    width: 120px;
    height: 120px;
  }

  .flex-direction-nav li:first-child {
    left: 5px;
  }
  .flex-direction-nav li:last-child{
    right: 5px;
  }

  .md-testimonial-wrapper{
    padding: 0px 10px 20px;
  }

  .flex-direction-nav li{
    top: -115px;
  }
  
  .md-testimonial-title{
    padding:0px 16px; 
  }
  
  .md-testimonial svg{
    height:auto; 
  }
  
  .md-testimonial-content{
       width: calc(100% - 32px);
  }
  

}


@media  (min-width: 481px) and (max-width: 1024px){
  
  .md-testimonial{
    padding:30px 0px!important;  
  }
    .md-testimonial-body{
      width: 100%;
      margin: 0 auto;
      padding:0px;
   }

  
  .md-testimonial-desc{
    padding: 80px 10px;
  }

  .md-template-author img{
    width: 120px;
    height: 120px;
  }

  .flex-direction-nav li:first-child {
    left: 170px;
  }
  .flex-direction-nav li:last-child{
    right: 170px;
  }

  .md-testimonial-wrapper{
    padding: 0px 10px 20px;
  }

  .flex-direction-nav li{
    top: -115px;
  }
  
  .md-testimonial-title{
    padding:0px 16px; 
  }
  
  .md-testimonial svg{
    height:auto; 
  }
  
   .md-testimonial-content{
     width:calc(100% - 64px); 
  }
  
}