/* CARRUSEL */
[data-controls] {
  border: 0;
  padding: 0;
  font-size: 30px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 99;
  background: transparent;
}

[data-controls="prev"] {
  left: 10px;
}

[data-controls="next"] {
  right: 10px;
}

.tns-outer {
  position: relative;
}

.tns-nav {
  display: none;
}

button[data-action] {
  display: none;
}
/* testimoniales */
.card {
  border: none;
  height: 320px;
}

.user-content p {
  margin-top: 5px;
  font-size: 12px;
}

.ratings i {
  color: #efb810;
}

.testimoniales-descrip {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.h-testimonio-nombre {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/*  */
.logo-footer {
  width: 50%;
}

.header-area .main-nav .logo {
  margin-top: 20px !important;
  width: 50%;
}

.text-justify {
  text-align: justify;
}

.form-select {
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
  color: #79797a;
  font-size: 14px;
}

.form-select:focus {
  border-color: #151515;
  outline: 0;
  box-shadow: 0 0 0 .0rem rgba(46, 46, 47, 0.25);
}

.person-item .content .text .user-name {
  width: 90%;
}

.page .page-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.active-menu {
  font-weight: 900 !important;

}

.correo-footer {
  width: 55%;
}

.h-200 {
  height: 190px;
}

.h-400 {
  height: auto;
}

.h-175 {
  height: auto;
}

.h-250{
    height: 230px;
}


.dark-btn-2 {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #1F2128;
  color: #1F2128;
  width: auto;
  height: auto;
  padding: 10px 20px;
  margin: 5px;
  font-weight: 700;
  font-size: 11px
}

.dark-btn-2:hover {
  color: #1F2128;
}

.correo-contacto {
  width: 60%;
}
/* MENU */
.header-area .main-nav .nav li {
  border-bottom: none;
}

.rounded-circle {
    width: 80px !important;
    height: 80px !important;
}

@media (min-width: 768px) {
  .header-area .main-nav .logo {
    margin-top: 10px !important;
    width: 50%;
  }
  /* carrusel */
  [data-controls="prev"] {
    left: -10px;
  }

  [data-controls="next"] {
    right: -10px;
  }

  .h-400 {
    height: 400px;
  }

  .correo-footer {
    width: 30%;
  }

  .h-175 {
    height: 225px;
  }
.h-250{
    height: 240px;
}
  .correo-contacto {
    width: 90%;
  }
}

@media (min-width: 991px) {
  .header-area .main-nav .logo {
    margin-left: 0px;
    margin-top: 30px !important;
    width: 25%;
  }


  .page .page-bottom {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 90px;
  }

  .correo-footer {
    width: 70%;
  }

  .dark-btn-2 {
    width: auto;
    max-width: 200px !important;
  }

  .h-200 {
    height: 210px;
  }

  .h-400 {
        height: 370px;
    }

  .h-175 {
    height: 185px;
  }

.h-250{
    height: 250px;
}

  .correo-contacto {
    width: 70%;
  }

}

@media (min-width: 1200px) {
    .header-area .main-nav .logo {
    margin-left: 0px;
    margin-top: 17px !important;
    width: 25%;
  }

  [data-controls="prev"] {
    left: -35px;
  }

  [data-controls="next"] {
    right: -35px;
  }
  .h-400 {
        height: auto;
    }
    .h-250{
    height: 230px;
}
.h-200 {
    height: 160px;
  }
  
  .h-175 {
    height: 175px;
  }
  
  .correo-contacto {
    width: 50%;
  }
    .correo-footer {
        width: 50%;
    }

}