/*Why*/
.box_topic {
  text-align: center;
  background: #fff;
  padding: 40px 30px 15px 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  color: #444;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .box_topic {
    padding: 20px 20px 5px 20px;
  }
}
.box_topic h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #589442;
}

/* Slider contenedor */
.testimonials-slider{
  position:relative; margin-top:16px;
}
.ts-viewport{
  overflow:hidden;
}
.ts-track{
  display:flex; gap:24px; will-change:transform;
  transition:transform .35s ease;
}

.review-card header {
  position: relative!important;

}
/* Tarjetas */
.review-card{
  background:#fff; border:1px solid #e9eef3; border-radius:16px;
  box-shadow:0 4px 20px rgba(6,95,70,.06);
  padding:22px; min-height:160px; flex:0 0 100%;
}
.review-card:hover{ box-shadow:0 8px 28px rgba(6,95,70,.12); }
.review-head{ display:flex; justify-content:space-between; gap:12px; margin-bottom:8px; }
.review-user strong{ color:#0b3b2e; font-weight:700; display:block; }
.review-user small{ color:#6b7b88; font-size:.9rem; }
.review-quotes{ color:#a7b7bf; font-size:2rem; line-height:1; user-select:none; }
.review-text{ color:#3a4a55; margin:0; line-height:1.65; }

/* Flechas */
.ts-nav{
  position:absolute; top:50%; transform:translateY(-50%);
  width:44px; height:44px; border-radius:999px; border:1px solid #dbe3ea;
  background:#fff; color:#0b3b2e; display:grid; place-items:center;
  box-shadow:0 4px 16px rgba(0,0,0,.06); cursor:pointer;
}
.ts-prev{ left:-8px; }
.ts-next{ right:-8px; }
.ts-nav:hover{ color:#0d7a5f; border-color:#b9c7d2; }

/* Dots */
.ts-dots{ display:flex; justify-content:center; gap:8px; margin-top:14px; }
.ts-dots button{
  width:8px; height:8px; border-radius:999px; border:none; background:#cfd8de;
}
.ts-dots button[aria-selected="true"]{ background:#16a34a; width:22px; }

/* 2 tarjetas por vista en >= 992px */
@media (min-width: 992px){
  .review-card{ flex-basis: calc(50% - 12px); }
  .ts-prev{ left:-30px; } .ts-next{ right:-30px; }
}


/*Why*/
.box_about {
  background: #fff;
  padding: 45px 45px 30px 45px;
  margin-bottom: 25px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .box_about {
    padding: 30px 30px 5px 30px;
  }
}
.box_about h2, .box_about h3 {
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  color: #589442;
}
.box_about p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #777;
  line-height: 1.6;
}
.box_about p.lead {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.box_about .arrow_1, .box_about .arrow_2 {
  position: absolute;
  top: 105%;
  right: 0;
  z-index: 9;
}
@media (max-width: 1199px) {
  .box_about .arrow_1, .box_about .arrow_2 {
    display: none;
  }
}
.box_about .arrow_2 {
  left: 0;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  filter: fliph;
  /*IE*/
}

/*Pricing tables*/
.plans {
  margin: 0px auto 20px;
}

.plans:before,
.plans:after {
  content: '';
  display: table;
}

.plans:after {
  clear: both;
}

.plan {
  margin: 10px 0;
  padding: 20px 20px 30px 20px;
  text-align: center;
  border: solid #ededed;
  border-width: 1px 0 1px 1px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .plan {
    border-width: 1px;
  }
}

.col-md-4.plan:first-child {
  margin-right: -5px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .col-md-4.plan:first-child {
    margin: 0 0 15px 0;
  }
}

.plan:last-child {
  border-width: 1px;
}

.plan-title {
  position: relative;
  margin: -25px -25px 30px -25px;
  padding: 30px 20px 5px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 16px;
  font-size: 1rem;
  background-color: #f8f8f8;
  color: #777;
}
.plan-title h3 {
  margin-bottom: 0;
}

.plan-tall .plan-title {
  background-color: #589442;
  border-bottom: none;
  color: #fff;
}
.plan-tall .plan-title h3 {
  color: #fff;
}

.plan-price {
  margin: 0 auto 15px;
  width: 110px;
  height: 110px;
  line-height: 115px;
  font-size: 30px;
  font-weight: 600;
  color: white;
  background: #777;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
}

.plan-price > span {
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
}

.plan-features {
  margin-bottom: 20px;
  line-height: 2;
}

ul.plan-features {
  padding: 0;
  margin: 0 0 20px 0;
}

.plan-features li {
  list-style: none;
}

.plan-tall {
  margin: 0;
  background: #fff;
  border-radius: 10px;
  margin-right: -5px;
  position: relative;
  z-index: 100;
  border: solid #589442;
  position: relative;
}

.plan-tall > .plan-price {
  height: 130px;
  width: 130px;
  line-height: 135px;
  font-size: 36px;
  background: #589442;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  -ms-border-radius: 130px;
  border-radius: 130px;
}

.plan-tall + .plan {
  border-left: 0;
}
