@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@font-face {
  font-family: 'Gill Sans';
  src: url("../fonts/GillSans-CondensedRegular.woff2") format("woff2"), url("../fonts/GillSans-CondensedRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans';
  src: url("../fonts/GillSans-CondensedBold.woff2") format("woff2"), url("../fonts/GillSans-CondensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans';
  src: url("../fonts/GillSans-LightItalic.woff2") format("woff2"), url("../fonts/GillSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans';
  src: url("../fonts/GillSans-Light.woff2") format("woff2"), url("../fonts/GillSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans';
  src: url("../fonts/GillSans-HeavyItalic.woff2") format("woff2"), url("../fonts/GillSans-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans';
  src: url("../fonts/GillSans-Heavy.woff2") format("woff2"), url("../fonts/GillSans-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans';
  src: url("../fonts/GillSans-BoldItalic.woff2") format("woff2"), url("../fonts/GillSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans';
  src: url("../fonts/GillSans-Italic.woff2") format("woff2"), url("../fonts/GillSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans';
  src: url("../fonts/GillSans-MediumItalic.woff2") format("woff2"), url("../fonts/GillSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans';
  src: url("../fonts/GillSans-Medium.woff2") format("woff2"), url("../fonts/GillSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans';
  src: url("../fonts/GillSans-Bold.woff2") format("woff2"), url("../fonts/GillSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans';
  src: url("../fonts/GillSans.woff2") format("woff2"), url("../fonts/GillSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  font-family: "Open Sans", sans-serif;
  color: #000000; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Gill Sans", sans-serif; }

input,
textarea,
button:focus,
button:hover,
button:active,
button:visited {
  outline: none; }

a {
  color: #8e9593; }

a:hover {
  color: #d9d4d5;
  text-decoration: none;
  transition: .2s linear; }

.preload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  content: "cargando";
  z-index: 9999999; }
  .preload.hide {
    display: none; }
  .preload .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto; }
    .preload .preloader .lds-ripple {
      display: inline-block;
      position: relative;
      width: 64px;
      height: 64px; }
      .preload .preloader .lds-ripple div {
        position: absolute;
        border: 4px solid #b5b598;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
        .preload .preloader .lds-ripple div:nth-child(2) {
          animation-delay: -0.5s; }
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }
.header .navbar-nav .nav-item {
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.16px;
  color: #8e9593; }
  .header .navbar-nav .nav-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
@media (max-width: 767px) {
  .header .navbar .navbar-toggler {
    color: #bec6c3; }
  .header .navbar-brand .logo {
    max-width: 200px; } }

.footer {
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
  border-top: 1px solid #ffffff; }
  .footer .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px; }
    .footer .container .copyright {
      font-size: 13px;
      letter-spacing: 0.13px; }
    .footer .container .design {
      font-size: 0.7rem;
      text-align: right;
      color: #8e9593; }
      .footer .container .design span {
        font-weight: bold; }
      .footer .container .design img {
        max-height: 15px; }
      .footer .container .design svg path {
        fill: #8e9593; }
      .footer .container .design a {
        color: #8e9593; }
        .footer .container .design a:hover {
          color: #d9d4d5; }
          .footer .container .design a:hover svg path {
            fill: #d9d4d5;
            transition: .2s linear; }
  @media (max-width: 767px) {
    .footer {
      background-color: #ffffff; }
      .footer .container {
        text-align: center;
        grid-template-columns: auto; }
        .footer .container .design {
          text-align: center; } }

.btn-primary {
  font-family: "Gill Sans", sans-serif;
  background-color: transparent;
  color: #7b6c70;
  border: 1px solid #7b6c70;
  border-radius: 25px;
  font-size: 16px;
  letter-spacing: 0.16px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 14px 65px;
  line-height: 48px;
  transition: all .2s; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    text-decoration: none;
    color: #bec6c3;
    background-color: #999999;
    border: 1px solid #8e9593;
    transition: linear .2s;
    box-shadow: none; }

.btn-secondary {
  font-family: "Gill Sans", sans-serif;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 25px;
  font-size: 16px;
  letter-spacing: 0.16px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 14px 65px;
  line-height: 48px;
  transition: all .2s; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    text-decoration: none;
    color: #bec6c3;
    background-color: rgba(227, 234, 231, 0.1);
    border: 1px solid #8e9593;
    transition: linear .2s;
    box-shadow: none; }

.button-chat {
  display: flex;
  align-content: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(217, 212, 213, 0.6);
  background: white;
  position: fixed;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  border-radius: 25px;
  padding: 10px 5px;
  width: 154px;
  right: 40px;
  bottom: 80px;
  z-index: 10;
  text-align: center;
  line-height: 30px;
  transition: linear .2s; }
  .button-chat i {
    font-size: 30px;
    color: #000000;
    padding-right: 8px;
    transition: linear .2s; }
  .button-chat:hover {
    text-decoration: none;
    color: #b5b598;
    transition: linear .2s; }
    .button-chat:hover i {
      color: #b5b598;
      transition: linear .2s; }

@media (max-width: 767px) {
  .button-chat {
    right: 20px;
    bottom: 20px;
    padding: 8px;
    width: 46px; }
    .button-chat i {
      padding-right: 0; }
    .button-chat span {
      display: none; } }
.section-slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url("/htdocs/img/banners/bg-slider.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: calc(100vh - 76px); }
  .section-slider .container .title {
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 120px; }
  @media (max-width: 767px) {
    .section-slider {
      height: calc(100vh - 60px); }
      .section-slider .container {
        padding-left: 50px;
        padding-right: 50px; }
        .section-slider .container .title {
          font-size: 36px;
          margin-bottom: 60px; } }

.section-about .about-solutions {
  background: url("/htdocs/img/bg-section.png") no-repeat;
  background-position: center 50px; }
  .section-about .about-solutions .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px; }
    .section-about .about-solutions .container .col-left {
      padding-top: 130px;
      padding-bottom: 70px; }
      .section-about .about-solutions .container .col-left .title {
        font-size: 48px;
        color: #000000;
        font-weight: bold;
        margin-bottom: 30px; }
        .section-about .about-solutions .container .col-left .title span {
          color: #7b6c70; }
      .section-about .about-solutions .container .col-left p {
        font-size: 18px;
        margin-bottom: 30px; }
    .section-about .about-solutions .container .col-right {
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      .section-about .about-solutions .container .col-right img {
        max-width: 100%; }
.section-about .about-info {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #e3eae7;
  font-size: 18px; }
  .section-about .about-info .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px; }
    .section-about .about-info .container .title {
      font-size: 24px;
      color: #7b6c70;
      font-style: italic;
      font-weight: bold; }
@media (max-width: 767px) {
  .section-about .about-solutions {
    background-position: center top; }
    .section-about .about-solutions .container {
      padding-left: 0;
      padding-right: 0;
      grid-template-columns: auto; }
      .section-about .about-solutions .container .col-left {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 0; }
        .section-about .about-solutions .container .col-left .title {
          font-size: 28px; }
  .section-about .about-info .container {
    padding-left: 30px;
    padding-right: 30px;
    grid-template-columns: auto;
    grid-gap: 0; } }

.section-services .title-wrapper {
  color: #ffffff;
  background: #7b6c70;
  width: 50%;
  text-align: right;
  padding: 45px 60px; }
  .section-services .title-wrapper .title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px; }
  .section-services .title-wrapper .sub-title {
    font-size: 18px;
    letter-spacing: 0.18px;
    font-weight: 300; }
.section-services .services-wrapper {
  padding-top: 120px;
  padding-bottom: 90px;
  background: url("/htdocs/img/bg-section.png") no-repeat;
  background-position: center 50px; }
  .section-services .services-wrapper .title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px; }
    .section-services .services-wrapper .title span {
      color: #7b6c70; }
  .section-services .services-wrapper .services-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    padding-top: 20px; }
    .section-services .services-wrapper .services-container .service-item {
      display: grid;
      grid-template-rows: auto 130px 1fr;
      border: 1px solid #bec6c3;
      border-radius: 15px;
      padding: 15px;
      background: #ffffff;
      font-size: 18px; }
      .section-services .services-wrapper .services-container .service-item .service-number {
        font-size: 48px;
        font-weight: bold;
        color: #bec6c3; }
      .section-services .services-wrapper .services-container .service-item .service-title {
        font-size: 24px;
        font-weight: bold;
        font-style: italic;
        color: #7b6c70; }
      .section-services .services-wrapper .services-container .service-item:hover {
        background-color: #e3eae7;
        border: 5px solid #ffffff;
        box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        padding: 10px;
        transition: .2s linear; }
        .section-services .services-wrapper .services-container .service-item:hover .service-number {
          color: #8e9593; }
        .section-services .services-wrapper .services-container .service-item:hover .service-title {
          color: #000000; }
@media (max-width: 767px) {
  .section-services .title-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
  .section-services .services-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    background-position: center top; }
    .section-services .services-wrapper .title {
      font-size: 32px; }
    .section-services .services-wrapper .services-container {
      grid-template-columns: auto;
      grid-gap: 30px; } }

.section-areas {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url("/htdocs/img/banners/bg-desempenio.jpg") no-repeat center center;
  background-size: cover; }
  .section-areas .title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px; }
    .section-areas .title span {
      color: #7b6c70; }
  .section-areas .areas-wrapper {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 15px; }
    .section-areas .areas-wrapper .area-item {
      padding-top: 30px; }
      .section-areas .areas-wrapper .area-item figure {
        text-align: center;
        margin-bottom: 30px; }
      .section-areas .areas-wrapper .area-item .title {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        color: #626676;
        letter-spacing: 0.15px; }
  @media (max-width: 767px) {
    .section-areas {
      display: none; } }

.section-partners {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url("/htdocs/img/banners/bg-socios.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #ffffff; }
  .section-partners .title {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
  .section-partners .title-gratitude {
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 15px; }
  .section-partners .text-gratitude {
    font-size: 16px;
    font-style: italic;
    text-align: center; }
  .section-partners .partners-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    padding-top: 30px;
    padding-bottom: 60px; }
    .section-partners .partners-wrapper .partner-item .partner-name {
      font-size: 24px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 15px; }
    .section-partners .partners-wrapper .partner-item .partner-position {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.36px; }
  @media (max-width: 767px) {
    .section-partners {
      display: none; } }

.section-contact .title-wrapper {
  color: #ffffff;
  background: #8e9593;
  width: 50%;
  text-align: right;
  padding: 45px 60px; }
  .section-contact .title-wrapper .title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px; }
  .section-contact .title-wrapper .sub-title {
    font-size: 18px;
    letter-spacing: 0.18px;
    font-weight: 300; }
.section-contact .contact-content {
  padding-top: 200px;
  padding-bottom: 90px;
  background: url("/htdocs/img/bg-section.png") no-repeat;
  background-position: center 50px; }
  .section-contact .contact-content .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px; }
    .section-contact .contact-content .container .contact-info {
      display: grid;
      grid-template-rows: auto;
      grid-gap: 30px;
      font-size: 18px; }
      .section-contact .contact-content .container .contact-info .phone {
        color: #8e9593; }
      .section-contact .contact-content .container .contact-info .map {
        display: none; }
    .section-contact .contact-content .container .maps {
      display: grid;
      grid-template-rows: auto;
      grid-gap: 30px; }
.section-contact .contact-form {
  background: url("/htdocs/img/banners/bg-form.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 90px; }
  .section-contact .contact-form .form {
    margin: auto;
    max-width: 520px; }
    .section-contact .contact-form .form .form-row {
      margin-bottom: 10px; }
      .section-contact .contact-form .form .form-row .form-control {
        border-radius: 0; }
        .section-contact .contact-form .form .form-row .form-control:focus {
          border-color: #aa9a9e;
          box-shadow: none; }
      .section-contact .contact-form .form .form-row .btn-form {
        width: 100%;
        border: 4px solid #ffffff;
        background-color: #bec6c3;
        font-size: 16px;
        font-weight: bold;
        font-family: "Gill Sans", sans-serif;
        letter-spacing: 0.16px;
        color: #000000;
        padding: 8px; }
.section-contact .contact-footer {
  background: url("/htdocs/img/banners/bg-footer.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px; }
  .section-contact .contact-footer .container {
    display: grid;
    grid-template-columns: 30% auto;
    grid-gap: 60px; }
    .section-contact .contact-footer .container .col-left {
      display: grid;
      grid-template-rows: auto;
      grid-gap: 15px;
      text-align: center;
      font-size: 13px;
      letter-spacing: 0.13px;
      color: #65565a; }
      .section-contact .contact-footer .container .col-left figure {
        margin-bottom: 30px; }
      .section-contact .contact-footer .container .col-left p {
        margin: auto;
        max-width: 215px; }
      .section-contact .contact-footer .container .col-left .social-networks {
        font-size: 18px; }
    .section-contact .contact-footer .container .col-right {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      color: #7b6c70; }
      .section-contact .contact-footer .container .col-right .title {
        font-size: 24px;
        font-weight: bold;
        font-style: italic;
        margin-bottom: 15px; }
      .section-contact .contact-footer .container .col-right .phone {
        font-size: 48px;
        font-weight: bold; }
@media (max-width: 767px) {
  .section-contact .title-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
  .section-contact .contact-content {
    padding-top: 150px;
    background-position: center top; }
    .section-contact .contact-content .container {
      padding-left: 30px;
      padding-right: 30px;
      grid-template-columns: auto;
      grid-gap: 30px; }
      .section-contact .contact-content .container .contact-info .map {
        display: block; }
      .section-contact .contact-content .container .maps {
        display: none; }
  .section-contact .contact-form {
    padding-left: 30px;
    padding-right: 30px; }
    .section-contact .contact-form .form .form-row {
      display: grid;
      grid-template-rows: auto;
      grid-gap: 10px; }
  .section-contact .contact-footer .container {
    padding-left: 30px;
    padding-right: 30px;
    grid-template-columns: auto; }
    .section-contact .contact-footer .container .col-right {
      text-align: center; }
      .section-contact .contact-footer .container .col-right .title {
        font-size: 18px; }
      .section-contact .contact-footer .container .col-right .phone {
        font-size: 32px; } }
