body {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 14px;
  color: #859491;
}
body div:not(#home) > header {
  position: relative;
  background: #000 url(../img/bg-header.png) 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
body div:not(#home) > header .cover {
  background: rgba(48, 57, 55, 0.7);
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  padding: 120px 0;
}
body div:not(#home) > header .cover h1 {
  color: #fff;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 992px) {
  body div:not(#home) > header .cover h1 {
    font-size: 3rem;
  }
}
body div:not(#home) > header .cover h5 {
  text-align: center;
  color: #fff;
  font-weight: 400;
}
body .navbar {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
body .navbar .navbar-brand img {
  max-height: 80px;
}
body .navbar #navbarNavMain .navbar-nav .nav-item .nav-link {
  color: #9abab3;
  border-bottom: 2px solid #fff;
}
@media (min-width: 992px) {
  body .navbar #navbarNavMain .navbar-nav .nav-item .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 2px solid #fff;
    border-bottom: none;
  }
}
body .navbar #navbarNavMain .navbar-nav .nav-item.active .nav-link {
  color: #23a185;
  border-bottom-color: #23a185;
}
@media (min-width: 992px) {
  body .navbar #navbarNavMain .navbar-nav .nav-item.active .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top-color: #23a185;
  }
}
body .navbar #navbarNavMain .navbar-nav .nav-item.social {
  padding-bottom: 25px;
  padding-top: 25px;
}
body .navbar #navbarNavMain .navbar-nav .nav-item.social ul li a {
  text-decoration: none;
}
body .navbar #navbarNavMain .navbar-nav .nav-item.social ul li a .fa {
  background-color: #23a185;
  color: #fff;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body .navbar #navbarNavMain .navbar-nav .nav-item.dropdown .dropdown-menu {
  border-top: 2px solid #a3ce8f;
  background: #23a185;
  margin-top: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .navbar #navbarNavMain .navbar-nav .nav-item.dropdown .dropdown-menu a {
  color: #fff;
}
body
  .navbar
  #navbarNavMain
  .navbar-nav
  .nav-item.dropdown
  .dropdown-menu
  a.active,
body
  .navbar
  #navbarNavMain
  .navbar-nav
  .nav-item.dropdown
  .dropdown-menu
  a:hover {
  background: #135748;
}
body .navbar #navbarNavMain .navbar-nav .nav-item.dropdown .fa-caret-down {
  color: #23a185;
  background-color: #9abab3;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
body .info {
  background-color: #fafafa;
  padding: 0;
  margin-top: -50px;
}
body .info .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 15px;
}
body .info .content .title {
  color: #23a185;
  font-weight: 400;
  margin: 25px 0 0;
}
@media (min-width: 992px) {
  body .info .content .title {
    font-size: 3rem;
  }
}
body .info .content .subtitle {
  color: #303937;
  margin: 30px 0;
}
body .info .content .description {
  color: #859491;
}
body footer {
  background-color: #fff;
  padding-top: 100px;
}
body footer .social {
  margin-top: 50px;
}
body footer .social li a {
  text-decoration: none;
}

body footer  a {
  text-decoration: none;
}

body footer .social li a .fa {
  background-color: #a3ce8f;
  color: #fff;
  width: 31px;
  height: 31px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body footer .subtitle {
  color: #23a185;
  margin-bottom: 30px;
}
body footer .menu li {
  color: #000;
  margin-bottom: 10px;
}
body footer .menu li .fa {
  width: 25px;
  height: 25px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #a3ce8f;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body footer .menu li a {
  margin: 5px 0;
  color: #000;
}




body footer .footer-up [class^="col-"] {
  margin-bottom: 30px;
 
}
body footer .footer-down {
  background-color: #eee;
}
body footer .footer-down p {
  padding: 20px 0;
  margin: 0;
  display: block;
  color: #23a185;
}
body .btn-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(11%, #23a185),
    to(#a3ce8f)
  );
  background: -webkit-linear-gradient(left, #23a185 11%, #a3ce8f);
  background: -o-linear-gradient(left, #23a185 11%, #a3ce8f);
  background: linear-gradient(90deg, #23a185 11%, #a3ce8f);
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 7px 45px;
  margin-top: 20px;
  border: none;
  font-weight: 700;
}
#home {
  overflow-x: hidden;
  position: relative;
}
#home header {
  position: relative;
  background: #000 url(../img/bg-header.png) 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#home header .cover {
  background: rgba(48, 57, 55, 0.7);
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  padding: 120px 0;
}
#home header .cover h1 {
  color: #fff;
  font-weight: 400;
}
@media (min-width: 992px) {
  #home header .cover h1 {
    max-width: 45%;
    font-size: 3rem;
  }
}
#home header .cover h3 {
  font-size: 1rem;
  color: #fff;
  margin-top: 0.6rem;
  font-weight: 400;
}
#home .services .content .title {
  color: #23a185;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 992px) {
  #home .services .content .title {
    font-size: 3rem;
  }
}
#home .services .content .subtitle {
  color: #303937;
  margin: 30px 0;
}
#home .services .content .items .item {
  margin-bottom: 25px;
}
#home .services .content .items .item h3 {
  color: #23a185;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 25px;
}
#home .services .content .items .item h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(11%, #23a185),
    to(#a3ce8f)
  );
  background: -webkit-linear-gradient(top, #23a185 11%, #a3ce8f);
  background: -o-linear-gradient(top, #23a185 11%, #a3ce8f);
  background: linear-gradient(180deg, #23a185 11%, #a3ce8f);
  margin-right: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#home .services .content .items .item p {
  font-size: 0.8rem;
  color: #303937;
}
#home .services .image img {
  max-height: 700px;
}
#home .call-to-action {
  background: #000 url(../img/home/image-call-action.png) 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 60vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#home .call-to-action .title {
  font-weight: 700;
  color: #cdffb5;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #home .call-to-action .title {
    font-size: 3rem;
    max-width: 60%;
  }
}
#nosotros .items {
  padding: 50px 0;
}
#nosotros .items .col-md-4 {
  margin: 20px 0;
}
#nosotros .items .col-md-3 strong {
  color: #23a185;
  display: block;
  margin: 15px 0;
  font-size: 1.2rem;
}
#nosotros .info {
  margin-top: 0;
}
#nosotros .our-team {
  padding: 50px 0;
}
#nosotros .our-team .title {
  margin-bottom: 20px;
  color: #23a185;
}
@media (min-width: 992px) {
  #nosotros .our-team .title {
    font-size: 2.5rem;
  }
}
#nosotros .our-team .subtitle {
  color: #303937;
}
#nosotros .our-team .gallery {
  margin-top: 50px;
}
#nosotros .our-team .gallery .team-person {
  background: #fff 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: 30px;
}
#nosotros .our-team .gallery .team-person:after {
  content: "";
  display: block;
  padding-top: 100%;
}
#nosotros .our-team .gallery .team-person .cover {
  width: 0;
  height: 0%;
  top: 50%;
  left: 50%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(19, 87, 72, 0.8)),
    to(rgba(35, 161, 133, 0.8))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(19, 87, 72, 0.8),
    rgba(35, 161, 133, 0.8)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(19, 87, 72, 0.8),
    rgba(35, 161, 133, 0.8)
  );
  background: linear-gradient(
    0deg,
    rgba(19, 87, 72, 0.8),
    rgba(35, 161, 133, 0.8)
  );
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  font-size: 1.1rem;
  overflow: hidden;
}
#nosotros .our-team .gallery .team-person:active .cover,
#nosotros .our-team .gallery .team-person:focus .cover,
#nosotros .our-team .gallery .team-person:hover .cover {
  opacity: 1;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}
#nosotros .our-team .gallery .team-person-info {
  margin-top: 30px;
  text-align: center;
}
#nosotros .our-team .gallery .team-person-info .name,
#nosotros .our-team .gallery .team-person-info .ocupation {
  display: block;
}
#nosotros .our-team .gallery .team-person-info .name {
  color: #23a185;
}
#nosotros .our-team .gallery .team-person-info .ocupation {
  font-size: 0.8rem;
}
#nosotros .our-team .gallery .team-person-info .social {
  margin-top: 20px;
}
#nosotros .our-team .gallery .team-person-info .social li a {
  text-decoration: none;
}
#nosotros .our-team .gallery .team-person-info .social li a .fa {
  background-color: #23a185;
  color: #fff;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#nosotros .statistics {
  padding: 50px 0;
}
#nosotros .statistics .item {
  margin-top: 20px;
}
#nosotros .statistics .item span,
#nosotros .statistics .item strong {
  display: block;
}
#nosotros .statistics .item strong {
  font-size: 3rem;
  color: #23a185;
  line-height: 1;
}
#nosotros .statistics .item span {
  color: #a3ce8f;
  font-weight: 700;
}
#nosotros .statistics .item p {
  margin-left: 10px;
  margin-bottom: 0;
}
#nosotros .our-clients {
  position: relative;
  background: #000 url(../img/nosotros/bg-our-clients.png) 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#nosotros .our-clients .cover {
  background: rgba(19, 87, 72, 0.74);
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  padding: 80px 0;
}
#nosotros .our-clients .cover .title {
  color: #a3ce8f;
  font-weight: 400;
}
@media (min-width: 992px) {
  #nosotros .our-clients .cover .title {
    font-size: 2.5rem;
  }
}
#nosotros .our-clients .cover .subtitle {
  font-size: 1rem;
  color: #fff;
  margin-top: 0.6rem;
  font-weight: 400;
}
#nosotros .our-clients .carousel-clients {
  margin-top: 50px;
}
#nosotros .our-clients .carousel-clients img {
  margin: 15px;
}
#servicios .service-items .info {
  margin-top: 0;
  padding: 50px 0;
}
@media (min-width: 992px) {
  #servicios .service-items .info:nth-child(2n-1) .content {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  #servicios .service-items .info:nth-child(2n-1) .image {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
}
#servicios .service-items .info:nth-child(2n) {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(11%, #23a185),
    to(#a3ce8f)
  );
  background: -webkit-linear-gradient(left, #23a185 11%, #a3ce8f);
  background: -o-linear-gradient(left, #23a185 11%, #a3ce8f);
  background: linear-gradient(90deg, #23a185 11%, #a3ce8f);
}
#servicios .service-items .info:nth-child(2n) .btn-gradient {
  background: #fff;
  color: #23a185;
}
#servicios .service-items .info:nth-child(2n) .description,
#servicios .service-items .info:nth-child(2n) .subtitle,
#servicios .service-items .info:nth-child(2n) .title {
  color: #fff;
}
#servicios .service-items .info .content {
  padding: 0 15px;
}
#servicios .service-items .info .img-fluid {
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
}
#servicios .service-content .title {
  color: #23a185;
}
#servicios .service-content .content {
  font-weight: 500;
  line-height: 1.67;
  font-size: 1.1rem;
  color: #303937;
}
#servicios .service-content .content p {
  margin-bottom: 1.5rem;
}
#servicios .service-content .call-action {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(11%, #23a185),
    to(#a3ce8f)
  );
  background: -webkit-linear-gradient(left, #23a185 11%, #a3ce8f);
  background: -o-linear-gradient(left, #23a185 11%, #a3ce8f);
  background: linear-gradient(90deg, #23a185 11%, #a3ce8f);
}
#servicios .service-content .call-action .subtitle,
#servicios .service-content .call-action .title {
  color: #fff;
  display: block;
}
#servicios .service-content .call-action .btn-gradient {
  margin-top: 0;
  background: #fff;
  color: #23a185;
  -webkit-box-shadow: 0 5px 5px 0 #23a185;
  box-shadow: 0 5px 5px 0 #23a185;
}
#contacto .contact-content .title {
  margin-bottom: 20px;
  color: #23a185;
}
@media (min-width: 992px) {
  #contacto .contact-content .title {
    font-size: 2.5rem;
  }
}
#contacto .contact-content .subtitle {
  color: #303937;
}
#contacto .contact-content .container {
  padding-bottom: 70px;
}
#contacto .contact-content .contact-form .form-container {
  background: #fff;
  padding: 35px;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
}
#contacto .contact-content .contact-form .form-container .form-group label {
  color: #303937;
}
#contacto
  .contact-content
  .contact-form
  .form-container
  .form-group
  .form-control {
  background: rgba(133, 148, 145, 0.24);
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  border: none;
}
#contacto .contact-content .contact-form .form-container .form-group textarea {
  height: 150px;
}
#contacto
  .contact-content
  .contact-form
  .form-container
  .form-group.form-check {
  padding-top: 10px;
}
#contacto
  .contact-content
  .contact-form
  .form-container
  .form-group.form-check
  label {
  color: #859491;
  font-size: 0.8rem;
}
#contacto
  .contact-content
  .contact-form
  .form-container
  .form-group:not(.form-check) {
  margin: 20px 0;
}
#contacto .contact-content .contact-form .form-container .btn-gradient {
  background: #23a185;
}
#contacto .contact-content .contact-info .contact-card {
  background: #fff url(../img/contacto/bg-info-cards.png) 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
}
#contacto .contact-content .contact-info .contact-card .cover {
  padding: 25px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(163, 206, 143, 0.8)),
    to(rgba(35, 161, 133, 0.8))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(163, 206, 143, 0.8),
    rgba(35, 161, 133, 0.8)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(163, 206, 143, 0.8),
    rgba(35, 161, 133, 0.8)
  );
  background: linear-gradient(
    0deg,
    rgba(163, 206, 143, 0.8),
    rgba(35, 161, 133, 0.8)
  );
}
#contacto .contact-content .contact-info .contact-card .cover h2 {
  font-weight: bolder;
}
#contacto .contact-content .contact-info .contact-card .cover ul li {
  font-weight: 700;
  margin: 15px 0 30px;
}
#contacto .contact-content .contact-info .contact-card .cover ul li:last-child {
  margin-bottom: 0;
}
#contacto .contact-content .contact-info .contact-card.dark .cover {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 56, 20, 0.8)),
    to(rgba(13, 119, 0, 0.9))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 56, 20, 0.8),
    rgba(13, 119, 0, 0.9)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 56, 20, 0.8),
    rgba(13, 119, 0, 0.9)
  );
  background: linear-gradient(
    0deg,
    rgba(0, 56, 20, 0.8),
    rgba(13, 119, 0, 0.9)
  );
}
#contacto .contact-content .map {
  width: 100%;
}
#contacto .contact-content .map iframe {
  width: 100%;
  height: 350px;
}
#contacto .contact-content .call-action {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(11%, #23a185),
    to(#a3ce8f)
  );
  background: -webkit-linear-gradient(left, #23a185 11%, #a3ce8f);
  background: -o-linear-gradient(left, #23a185 11%, #a3ce8f);
  background: linear-gradient(90deg, #23a185 11%, #a3ce8f);
}
#contacto .contact-content .call-action .subtitle,
#contacto .contact-content .call-action .title {
  color: #fff;
  display: block;
}
#contacto .contact-content .call-action .btn-gradient {
  margin-top: 0;
  background: #fff;
  color: #23a185;
  -webkit-box-shadow: 0 5px 5px 0 #23a185;
  box-shadow: 0 5px 5px 0 #23a185;
}
/*# sourceMappingURL=main.css.map */
