@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

header {
  width: 100%;
  height: 80px;
  position: fixed;
  background: white;
  font-weight: bold;
  z-index: 99;
  box-shadow: 2px 2px 6px #9c9c9c88;
}
header .menu-icon i {
  color: #14377B;
  font-size: 2rem;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 2;
  cursor: pointer;
  display: block;
}
header .close-icon {
  font-size: 1.8rem;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  color: #ED7020;
}
header .header-menu {
  position: fixed;
  left: -100%;
  transition: left 500ms;
  width: 100%;
  background: #14377B;
  z-index: 99;
}
header .header-menu .nav-menu {
  list-style: none;
  padding: 2rem;
}
header .header-menu .nav-menu .menu-item {
  margin: 1.9rem 0;
  color: white;
}
header .header-menu .nav-menu .menu-item a {
  text-decoration: none;
  color: white;
}
header .header-menu .nav-menu .menu-item .router-link-exact-active.router-link-active {
  color: #E96913;
}
header .header-menu .nav-menu .btn-work {
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 50px;
  margin: 0.5rem 0;
  color: white;
  background: #00A3D4;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 0.8rem 1rem;
}
header .show-header {
  left: 0;
}
header .img-right {
  position: absolute;
  top: 20px;
  right: 0;
}
header .img-right img {
  margin-right: 25px;
}
header .btn-right {
  display: block;
}
header .btn-right-services {
  display: none;
}
header .img-left {
  display: none;
}

@media (min-width: 992px) {
  header .social-medias {
    display: none;
  }
  header .menu-icon {
    display: none;
  }
  header .close-icon {
    display: none;
  }
  header .btn-work {
    display: none;
  }
  header .btn.primary {
    display: none;
  }
  header .btn-right {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 50px;
    margin: 0.5rem 0;
    color: white;
    background: #E96913;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    cursor: pointer;
    position: absolute;
    display: flex;
    top: 15px;
    right: 0;
    margin-right: 25px;
  }
  header .btn-right a {
    text-decoration: none;
    color: white;
  }
  header .btn-right-services {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 50px;
    margin: 0.5rem 0;
    color: white;
    background: #E96913;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    cursor: pointer;
    position: absolute;
    display: flex;
    top: 15px;
    right: 0;
    margin-right: 25px;
  }
  header .btn-right-services a {
    text-decoration: none;
    color: white;
  }
  header .img-right {
    display: none;
  }
  header .img-left {
    position: absolute;
    display: flex;
    top: 20px;
    left: 0;
  }
  header .img-left img {
    margin-left: 25px;
  }
  header .header-menu {
    background: white;
    left: 0;
  }
  header .header-menu .nav-menu {
    height: 80px;
    position: absolute;
    left: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  header .header-menu .nav-menu .menu-item {
    cursor: pointer;
    margin: 2rem;
    font-size: 1.2rem;
  }
  header .header-menu .nav-menu .menu-item :hover {
    color: #E96913;
  }
  header .header-menu .nav-menu .menu-item a {
    color: #14377B;
  }
}
footer {
  background-color: #14377B;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  position: relative;
  z-index: 100;
}
footer p, footer hr {
  color: white;
  margin-top: 20px;
  text-align: center;
}
footer hr {
  width: 80%;
}
footer .footer-image img {
  margin-top: 60px;
}
footer .wstp {
  position: fixed;
  text-align: center;
  right: 16px;
  bottom: 17px;
  background: #25d366;
  border-radius: 50%;
}
footer .wstp i {
  font-size: 3rem;
  padding: 0.8rem 1rem;
  color: white;
}
footer .footer-text {
  display: none;
}
footer .social-networks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 50px;
  text-align: center;
}
footer .social-networks .icon-network {
  font-size: 2rem;
  width: 60px;
  color: #00A3D4;
}
footer .social-networks .icon-network.wstp-footer {
  display: none;
}
footer .footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: white;
  margin-top: 15px;
}
footer .footer-contact div {
  margin-right: 27px;
}
footer .footer-contact div img {
  margin-right: 3px;
}
@media (min-width: 992px) {
  footer {
    padding: 20px;
    padding-left: 60px;
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
  }
  footer hr {
    width: 90%;
  }
  footer .wstp {
    display: none;
  }
  footer .footer-text {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: row;
  }
  footer .footer-text .rcs-text {
    flex: 2;
  }
  footer .footer-text .footer-nav {
    flex: 1;
  }
  footer .footer-text .footer-nav h4 {
    color: white;
    position: absolute;
    top: 118px;
  }
  footer .footer-text .footer-nav li {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin-top: 15px;
  }
  footer .footer-text .footer-nav li a {
    line-height: 30px;
  }
  footer .footer-text .footer-nav .footer-contact {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
  }
  footer .footer-text .footer-nav .footer-contact div {
    margin-right: unset;
  }
  footer .footer-text p {
    width: 47%;
    text-align: left;
  }
  footer .footer-contact {
    display: none;
  }
  footer .footer-contact div {
    line-height: 30px;
  }
  footer .social-networks {
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: row;
  }
  footer .social-networks .icon-network {
    color: white;
  }
  footer .social-networks .icon-network.wstp-footer {
    display: block;
  }
}

@media (min-width: 992px) {
  footer::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: -1px;
    border-top: 80px solid white;
    border-right: 3000px solid transparent;
  }
}
.btn.primary {
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 50px;
  margin: 0.5rem 0;
  color: white;
  background: #E96913;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.btn.secondary {
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 50px;
  margin: 0.5rem 0;
  color: #E96913;
  background: #F5F5F5;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.card {
  box-shadow: 0px 11px 15px #96969644;
  background: white;
  padding: 1.8rem 2.5rem;
  border-radius: 15px;
  font-weight: bold;
  color: #14377B;
  cursor: pointer;
}

.card.active {
  color: #E96913;
}

.tns-nav {
  display: none;
}

.tns-outer {
  margin-top: 20px;
}

.value-service {
  margin: auto;
  max-width: 50%;
  width: 100%;
}

.outsourcing-message {
  flex: 1;
}

.slider-container {
  position: relative;
}

.clients .slider-container .tns-outer button {
  display: none;
}
.clients .slider-container .tns-controls {
  display: none;
}
.clients .slider-container #slider-clients img {
  width: 100%;
}

.arrow-control {
  color: #14377B;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 9px);
  outline: none;
  padding: 0.5rem;
}

.prev-control {
  left: 20px;
}

.next-control {
  right: 20px;
}

.arrow-control {
  display: none;
}

.arrow-control.active {
  display: block;
}

.value-service.active + .slider-container .arrow {
  display: block;
}

@media (min-width: 768px) {
  .slider-container {
    position: unset;
  }

  .value-service {
    max-width: unset;
  }
}
.home-services {
  background-color: white;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url("/assets/images/bgs/fondo-services.png");
  background-size: cover;
  background-position-x: -327px;
  position: relative;
}
.home-services .message-service {
  position: relative;
  background: white;
  text-align: left;
  width: 100%;
  padding: 1.5rem 1.5rem;
  max-width: 300px;
  left: 5%;
}
.home-services .message-service h1 {
  color: #14377B;
  font-size: 1.5rem;
}
.home-services .message-service::before {
  content: "";
  top: 0;
  left: -47px;
  width: 0;
  height: 0;
  border-top: 158px solid white;
  border-left: 47px solid transparent;
  position: absolute;
}

.services .services-cards .page-service {
  padding-left: 8%;
  padding-right: 8%;
}

.phrase-service {
  background-color: #F5F5F5;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #14377B;
  text-align: center;
  font-weight: bold;
  padding: 25px;
}
.phrase-service h2 {
  font-size: 1.5rem;
  width: 100%;
}
.phrase-service .phrase-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
}
.phrase-service .phrase-cards .card {
  flex: 1;
  margin-top: 20px;
  width: 80%;
}
.phrase-service .phrase-cards .card img {
  height: 30px;
  margin-bottom: 20px;
}
.phrase-service .phrase-cards .card p {
  padding: unset;
  font-weight: 100;
}

.service-show {
  display: none;
}

.service-show.active {
  display: block;
}

@media (min-width: 768px) {
  .home-services {
    height: 100vh;
    background-position: center center;
  }
  .home-services h2 {
    font-size: 2rem;
    width: 50%;
  }
  .home-services .message-service {
    font-size: 1.5rem;
    max-width: 470px;
    margin-right: -27%;
  }
  .home-services .message-service h1 {
    padding: 20px;
    font-size: 2rem;
  }
  .home-services .message-service::before {
    border-top: 200px solid white;
  }

  .phrase-service {
    background-color: #F5F5F5;
    padding: 40px;
  }
  .phrase-service .phrase-cards {
    display: flex;
    align-items: "";
    justify-content: "";
    flex-direction: row;
  }
  .phrase-service .phrase-cards .card {
    margin-right: 20px;
    height: 200px;
    max-width: 360px;
  }
}
@media (min-width: 992px) {
  .phrase-service {
    background-color: #F5F5F5;
    padding: 40px;
  }
  .phrase-service h2 {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .phrase-service .phrase-cards {
    margin-top: 49px;
    font-size: 1.15rem;
  }
  .phrase-service .phrase-cards .card p {
    padding: unset;
  }
}
.section-title.culture {
  font-size: 2rem;
  color: #14377B;
  margin-top: 28px;
}

.home-cultura {
  min-height: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.home-cultura div {
  width: 100%;
  min-width: 300px;
  margin-top: 4px;
}
.home-cultura div img {
  width: 100%;
  margin-top: 34px;
}
.home-cultura .slider-container {
  position: relative;
}
.home-cultura .slider-container .tns-controls {
  display: none;
}
.home-cultura .slider-container .arrow-control {
  width: unset;
  min-width: unset;
  display: block;
  font-size: 70px;
  color: white;
  top: calc(50% - 16px);
}
.home-cultura .slider-container .prev-control {
  left: 10;
}
.home-cultura .slider-container .next-control {
  right: 10;
}

.our {
  background-color: white;
  padding: 40px;
}

.arrow-control {
  display: unset;
}

.values-culture {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.values-culture .value {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 30px;
  padding: 20px;
}
.values-culture .value .icon {
  mask-image: url(/assets/images/svgs/optimismo.svg);
  -webkit-mask-image: url(/assets/images/svgs/optimismo.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  height: 80px;
  width: 80px;
  background: #14377B;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}
.values-culture .value .icon2 {
  mask-image: url(/assets/images/svgs/innovación.svg);
  -webkit-mask-image: url(/assets/images/svgs/innovación.svg);
}
.values-culture .value .icon3 {
  mask-image: url(/assets/images/svgs/versatilidad.svg);
  -webkit-mask-image: url(/assets/images/svgs/versatilidad.svg);
}
.values-culture .value .icon4 {
  mask-image: url(/assets/images/svgs/humor.svg);
  -webkit-mask-image: url(/assets/images/svgs/humor.svg);
}
.values-culture .value .icon5 {
  mask-image: url(/assets/images/svgs/pasión.svg);
  -webkit-mask-image: url(/assets/images/svgs/pasión.svg);
}
.values-culture .value p {
  text-align: center;
  color: #E96913;
  font-size: 20px;
  font-weight: bold;
}
.values-culture .value.active {
  background: #a3cbd522;
}

.our-values-culture {
  background-color: white;
  padding: 40px;
}
.our-values-culture .values-culture {
  display: none;
}
.our-values-culture .value-video {
  display: none;
}
.our-values-culture .slider-container .arrow-control {
  display: block;
  font-size: 50px;
  top: calc(50% - 50px);
}
.our-values-culture .slider-container .prev-control {
  left: 0;
}
.our-values-culture .slider-container .next-control {
  right: 0;
}
.our-values-culture .image-video {
  flex: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
  padding: 30px;
}
.our-values-culture .image-video .mask-video {
  position: relative;
  width: 440px;
}
.our-values-culture .image-video .mask-video img {
  width: 100%;
  border-radius: 40px;
}
.our-values-culture .image-video .mask-video .overlay-mask {
  background: #141B65;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 40px;
}
.our-values-culture .image-video .icon-video {
  position: absolute;
  z-index: 999;
  cursor: pointer;
}
.our-values-culture .image-video .icon-video i {
  color: white;
  font-size: 26px;
  border: 5px solid white;
  padding: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  z-index: 9;
}

.modal-videos {
  z-index: 1000;
  background: #1F294A55;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
}
.modal-videos .contain-video {
  padding: 20px;
  width: 100%;
}
.modal-videos .contain-video video {
  width: 100%;
}
.modal-videos .icon-close {
  position: absolute;
  right: 0;
  top: 20px;
  right: 30px;
  font-size: 42px;
  color: white;
  cursor: pointer;
}

.modal-events {
  z-index: 1000;
  background: #1F294A55;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal-events .arrow-control {
  color: white;
  display: unset;
  font-size: 55px;
  top: calc(40% - 9px);
}
.modal-events .next-control {
  right: 20px;
}
.modal-events .prev-control {
  left: 20px;
}
.modal-events .tns-controls {
  display: none;
}
.modal-events #slider-aniversary {
  margin-top: 50px;
}
.modal-events #slider-pet {
  margin-top: 50px;
}
.modal-events #slider-kick {
  margin-top: 50px;
}
.modal-events .img-contain {
  text-align: center;
  height: 230px;
  position: relative;
  margin-top: 160px;
}
.modal-events .img-contain img {
  max-width: 400px;
  height: 100%;
}
.modal-events .icon-close {
  position: absolute;
  right: 0;
  top: 20px;
  right: 30px;
  font-size: 42px;
  color: white;
  cursor: pointer;
}
.modal-events .thumbnails {
  display: none;
}

.events {
  background-color: white;
  padding: 40px;
}
.events .slider-container .tns-controls {
  display: none;
}
.events .slider-container .arrow-control {
  display: block;
  font-size: 50px;
  top: calc(50% - 30px);
}
.events .slider-container .prev-control {
  left: 0;
}
.events .slider-container .next-control {
  right: 0;
}
.events .container-event {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  min-width: 300px;
  width: 80%;
  height: 500px;
  margin: auto;
  height: 100%;
  padding: 40px;
}
.events .container-event .image-event {
  width: 100%;
  height: 100%;
  margin-bottom: -4px;
}
.events .container-event .image-event img {
  width: 100%;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}
.events .container-event .message-event {
  background: #f2f2f2;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 20px;
  width: 100%;
  height: 200px;
}
.events .container-event .message-event .h3-event {
  text-transform: unset;
  width: 55%;
}
.events .container-event .message-event .h3-event h3 {
  color: #E96913;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.events .container-event .message-event .description-event p {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .our-values-culture .phone {
    display: none;
  }
  .our-values-culture .values-culture {
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .our-values-culture .values-culture div {
    flex: 1;
    min-height: 100px;
  }
  .our-values-culture .values-culture .plus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100px;
  }
  .our-values-culture .values-culture .plus i {
    font-size: 22px;
    color: #E96913;
  }
  .our-values-culture .value-video {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 400px;
    margin-left: 8%;
    margin-right: 8%;
    position: relative;
  }
  .our-values-culture .value-video .value-text {
    position: relative;
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row;
    height: 400px;
    padding: 30px;
  }
  .our-values-culture .value-video .value-text h2 {
    text-transform: unset;
    color: #ED7020;
    font-size: 2rem;
    width: 76%;
    margin-left: -25px;
    margin-top: -39px;
  }
  .our-values-culture .value-video .bg-value {
    position: absolute;
    height: 350px;
    width: 95%;
    background: #A3A4A4;
    left: 31px;
    right: 0;
    top: 2px;
    opacity: 0.1;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .events .slider-container {
    margin-left: 10%;
    margin-right: 10%;
  }
  .events .slider-container .container-event {
    width: 100%;
  }

  .modal-events .next-control {
    right: 120px;
  }
  .modal-events .prev-control {
    left: 120px;
  }
  .modal-events .img-contain {
    text-align: center;
    height: 600px;
    position: relative;
    margin-top: unset;
  }
  .modal-events .img-contain img {
    max-width: 800px;
    height: 100%;
  }
  .modal-events .thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  .modal-events .thumbnails li {
    margin-left: 30px;
    list-style: none;
    cursor: pointer;
    position: relative;
  }
  .modal-events .thumbnails li img {
    width: 200px;
    height: 100px;
  }
  .modal-events .thumbnails li .overlay-li {
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .modal-events .thumbnails .tns-nav-active .overlay-li {
    opacity: 0.5;
  }
}
@media (min-width: 992px) {
  .value-video .value-text h2 {
    font-size: 3rem;
  }

  .modal-videos .contain-video {
    padding: 40px;
    margin: auto;
    width: unset;
  }
  .modal-videos .contain-video video {
    height: 600px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-event {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    width: 500px;
    min-width: unset;
  }
}
a {
  text-decoration: none;
  color: white;
}

.container {
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.overlay {
  opacity: 0.4;
  pointer-events: unset;
  content: "";
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 98;
}

.overlay.active {
  display: block;
}

.line-separation {
  position: absolute;
  background: #707070aa;
  top: 38px;
  bottom: 0;
  right: -74px;
  width: -11px;
  height: 80%;
  padding: unset;
  width: 0.5px;
}

.section-title {
  color: #E96913;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.line-separation {
  display: none;
}

.social-medias {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row;
}
.social-medias div {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  margin-top: 10px;
  margin-right: 15px;
}
.social-medias .whatsapp {
  background: #25d366;
}
.social-medias .facebook {
  background: #3b5998;
}
.social-medias .instagram {
  background: #E4717A;
}
.social-medias .linkedin {
  background: #0e76a8;
}

.home {
  background-color: white;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  text-align: center;
  font-weight: bold;
  position: relative;
  background-color: #14377B;
  background-size: cover;
  background-position: center center;
}
.home .image-home {
  width: 100%;
  margin-top: 50px;
}
.home .image-home img {
  width: 100%;
}
.home .image2-home {
  display: none;
}
.home .social-medias {
  display: none;
}
.home #slider-home > .tns-item {
  padding-top: 28px;
  transform-origin: bottom;
  padding-right: 20px;
  padding-bottom: 20px;
}
.home .slider-home {
  cursor: grab;
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.home .slider-home .tns-outer button {
  display: none;
}
.home .slider-home img {
  width: 80%;
  box-shadow: 0.125rem 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.3);
}
.home .slider-home .arrow-control {
  width: 58px;
  min-width: 38px;
  display: block;
  font-size: 50px;
  color: white;
  top: calc(50% - 16px);
  background: #9B9B9B88;
}
.home .slider-home .arrow-control.left {
  left: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.home .slider-home .arrow-control.right {
  right: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.home .home-message {
  text-align: center;
  margin-bottom: 180px;
}
.home .home-message h3 {
  margin-top: 5px;
  font-size: 1.5rem;
  color: white;
}
.home .home-message h1 {
  margin-top: 17px;
  margin-bottom: 25px;
  color: #00A3D4;
  font-size: 2rem;
}
.home .home-message .text-home {
  display: none;
}
.home .home-message .btn.primary {
  margin-right: 12px;
}
.home .home-message .abrihr-message {
  margin-bottom: 15%;
}
.home .home-message .abrihr-message .text-mobile {
  margin-top: 1px;
}
.home .home-message .abrihr-message .text-mobile h1 {
  font-size: 1.5rem;
}
.home .home-message .abrihr-message .text-no-mobile {
  display: none;
}

.services {
  background-color: white;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}
.services .services-cards {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  width: 100%;
}
.services .services-cards .value-service {
  max-width: 200px;
}
.services .content-cards {
  width: 100%;
}
.services .info {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin: auto;
  text-align: center;
  width: 252px;
  display: none;
}
.services .info h2 {
  color: #E96913;
  text-align: center;
  font-weight: bold;
}
.services .info p {
  color: #14377B;
  width: 183px;
  margin: auto;
}
.services #second-service {
  margin-top: 23px;
}
.services #second-service .img-technology {
  display: none;
}
.services #second-service .message-technology img {
  height: 68px;
}
.services #second-service .message-technology h4 {
  color: #14377B;
  width: 100%;
  margin-top: 15px;
}
.services #second-service .message-technology .btn {
  width: 75%;
  margin: 20px auto;
}
.services #three-service .outsourcing-message {
  margin-top: 20px;
}
.services .info.active {
  display: block;
}
.services .slides img {
  height: 80px;
}
.services .card {
  margin-top: 20px;
}
.services .card.active {
  border: 1px solid;
}
.services .value-service + .slider-container .arrow-control {
  display: block;
}

.phrase {
  background-color: #F5F5F5;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #14377B;
  text-align: center;
  font-weight: bold;
}
.phrase h2 {
  width: 78%;
}

.our {
  background-color: white;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: none;
  flex-direction: column;
}
.our .img-our {
  margin-top: 30px;
}
.our .our-values {
  margin-top: 15px;
}
.our .our-values .message {
  display: none;
}
.our .our-values .message p {
  width: 167px;
  text-align: center;
}
.our .our-values .message .values-culture p {
  width: unset;
}
.our .our-values .message.active {
  display: block;
}
.our .our-values .card {
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
.our .our-values .our-value.card {
  box-shadow: unset;
}
.our .our-values .our-value.show {
  display: none;
}

.kpis {
  background-color: #F5F5F5;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}
.kpis .circle {
  width: 100%;
  margin-top: 37px;
  position: relative;
  width: 190px;
  height: 183px;
}
.kpis .circle .number {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #909090;
}
.kpis .circle svg {
  position: relative;
  width: 190px;
  height: 183px;
}
.kpis .circle svg circle {
  width: 150px;
  height: 150px;
  fill: none;
  stroke-width: 30;
  stroke: #000;
  transform: translate(25px, 25px);
  stroke-dasharray: 200;
  stroke-dashoffset: 100;
  stroke-linecap: round;
}
.kpis .circle svg .kpi-1:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #ED7020;
}
.kpis .circle svg .kpi-1:nth-child(2) {
  stroke: #ED7020;
  stroke-dashoffset: 158;
}
.kpis .circle svg .kpi-2:nth-child(1) {
  stroke-dashoffset: -4;
  stroke: #373D82;
}
.kpis .circle svg .kpi-2:nth-child(2) {
  stroke: #373D82;
  stroke-dashoffset: -153;
}
.kpis .circle svg .kpi-3:nth-child(1) {
  stroke-dashoffset: -53;
  stroke: #0095BA;
}
.kpis .circle svg .kpi-3:nth-child(2) {
  stroke: #0095BA;
  stroke-dashoffset: 91;
}
.kpis .circle svg .kpi-4:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #A3A4A4;
}
.kpis .circle svg .kpi-4:nth-child(2) {
  stroke: #A3A4A4;
  stroke-dashoffset: 158;
}
.kpis .circle .text-kpi {
  text-align: center;
}
.kpis .circle .text-kpi.client {
  color: #ED7020;
}
.kpis .circle .text-kpi.process {
  color: #373D82;
}
.kpis .circle .text-kpi.base {
  color: #0095BA;
}
.kpis .circle .text-kpi.team {
  color: #A3A4A4;
}

.clients {
  background-color: white;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.clients .slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.clients .slider-container #slider-clients div {
  text-align: center;
}
.clients .slider-container #slider-clients img {
  width: 70%;
}

.testimonials {
  background-color: white;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}
.testimonials .comment {
  text-align: center;
  border-radius: 25px;
}
.testimonials .comment h5 {
  color: #909090;
}

.message-contact {
  background-color: #14377B;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  text-align: center;
  font-weight: bold;
}
.message-contact h2 {
  font-size: 1.8rem;
}
.message-contact h3 {
  margin-top: 20px;
  text-align: center;
  color: white;
  font-size: 1.3rem;
  font-weight: 100;
}
.message-contact a {
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 50px;
  margin: 0.5rem 0;
  color: #14377B;
  background: white;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 20px;
}
.message-contact a img {
  width: 20px;
  margin-right: 15px;
}

.info-contact {
  background-color: white;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}
.info-contact img {
  margin-bottom: 0.8rem;
}
.info-contact .card {
  margin-top: 40px;
  text-align: center;
}
.info-contact .info-contact-message h4 {
  margin-bottom: 10px;
}
.info-contact .info-contact-message p {
  font-weight: normal;
  margin-top: 3px;
}

.contact {
  background-color: white;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}
.contact .contact-body {
  width: 80%;
}
.contact .contact-body .input-form {
  margin-top: 20px;
  border-radius: 15px;
}
.contact .contact-body .input-form input {
  border: none;
  width: 100%;
  box-shadow: 0px 11px 15px #96969644;
  background: white;
  padding: 1.8rem 2.5rem;
  border-radius: 15px;
  font-weight: bold;
}
.contact .contact-body .input-form input::placeholder {
  color: #14377B;
  text-align: left;
  font-size: 1rem;
}
.contact .contact-body .input-form select {
  box-shadow: 0px 11px 15px #96969644;
  background: white;
  padding: 1.8rem 2.5rem;
  border-radius: 15px;
  font-weight: bold;
  color: #14377B;
  text-align: left;
  font-size: 1rem;
  background: #EFEDED;
  border: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
}
.contact .contact-body .input-form select ::after {
  content: "";
  top: 0;
  width: 0;
  height: 0;
  border-top: 158px solid red;
  border-left: 47px solid transparent;
  position: absolute;
}
.contact .contact-body .input-form textarea {
  box-shadow: 0px 11px 15px #96969644;
  background: white;
  padding: 1.8rem 2.5rem;
  border-radius: 15px;
  font-weight: bold;
  width: 100%;
  border: 1px solid #373D82;
}

@media (min-width: 554px) and (max-width: 768px) {
  .home .image-home {
    margin-top: 32px;
    max-width: 630PX;
  }

  .home .home-message {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .flex {
    flex-direction: row;
  }

  .home {
    min-height: 62vh;
  }
  .home .image-home {
    display: none;
  }
  .home .slider-home {
    flex: 1;
    width: 100%;
    bottom: -31px;
    margin-top: 15px;
  }
  .home .slider-home img {
    width: 100%;
  }
  .home .slider-home img:hover {
    transform: scale(1.1);
    transition: 1s;
  }
  .home .home-message {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .home .home-message .abrihr-message {
    flex: 4;
    text-align: center;
  }
  .home .home-message .abrihr-message .btn.primary {
    padding: 0.6rem 1.5rem;
    margin-right: unset;
    font-size: 1.1rem;
  }
  .home .home-message .abrihr-message .btn.secondary {
    padding: 0.8rem 1rem;
  }
  .home .home-message .abrihr-message .text-mobile {
    display: none;
  }
  .home .home-message .abrihr-message .text-no-mobile {
    display: block;
    line-height: 45px;
    font-size: 1.7rem;
  }
  .home .home-message h1 {
    margin-top: unset;
  }
  .home .home-message .text-home {
    display: block;
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
    font-weight: 100;
    font-size: 1.25rem;
  }

  .services h2 {
    width: 100%;
  }
  .services .services-cards {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: row;
  }
  .services .services-cards .value-service {
    margin-right: 45px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .services .services-cards .value-service img {
    width: 220px;
  }
  .services .services-cards .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .services .info {
    margin-top: 45px;
    width: 220px;
  }
  .services .only.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    margin: 27px auto;
    left: 0;
  }
  .services .line-separation {
    display: block;
    right: -4%;
  }
  .services #first-service .slides {
    margin: 20px;
    width: 80%;
    position: relative;
  }
  .services #second-service {
    width: 60%;
  }
  .services #second-service .img-technology {
    display: flex;
    flex: 1;
    justify-content: center;
  }
  .services #second-service .img-technology img {
    width: 100%;
    margin-right: 40px;
  }
  .services #second-service .message-technology {
    text-align: left;
    flex: 1;
  }
  .services #second-service .message-technology h4 {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .services #second-service .message-technology .btn {
    width: 80%;
    margin: unset;
    margin-top: 17px;
  }
  .services #three-service .outsourcing-message {
    position: relative;
    height: 200px;
    width: 380px;
    margin-top: 20px;
  }
  .services #three-service .outsourcing-message h2 {
    margin-top: 16px;
  }
  .services #three-service .outsourcing-message img {
    height: 80px;
  }
  .services #three-service .outsourcing-message p {
    width: 280px;
  }
  .services #three-service .outsourcing-message .line-separation {
    right: -15px;
    padding: unset;
  }

  .phrase {
    background-color: "";
    padding: 40px;
  }
  .phrase h2 {
    width: 70%;
  }

  .our {
    background-color: "";
    padding: 40px;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: row;
  }
  .our .our-values {
    margin-top: 95px;
  }
  .our .our-values .message {
    display: none;
  }
  .our .our-values .message p {
    width: 167px;
    margin: auto;
  }
  .our .card {
    padding: 1.8rem 4.5rem;
  }
  .our .img-our {
    margin-top: 115px;
    margin-right: 75px;
  }

  .info-contact {
    background-color: "";
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .info-contact .card {
    margin: auto;
  }

  .kpis {
    background-color: #F5F5F5;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .kpis .circle {
    flex: 1;
    text-align: center;
    margin-top: unset;
  }

  .contact .contact-body {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .home {
    min-height: 54vh;
  }
  .home .home-message .abrihr-message {
    margin-bottom: 6%;
  }
  .home .slider-home {
    bottom: -7%;
  }

  .social-medias {
    display: block;
    position: fixed;
    bottom: 32px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .social-medias div {
    margin-top: 10px;
  }

  .services .services-cards #second-service .img-technology {
    justify-content: flex-end;
  }
  .services .services-cards #second-service .img-technology img {
    height: unset;
    width: 80%;
  }
  .services .services-cards #second-service .message-technology h4 {
    width: 70%;
  }
  .services .services-cards #second-service .message-technology .btn {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .home {
    min-height: 60vh;
  }
  .home .home-message {
    font-size: 1.5rem;
  }
  .home .home-message .abrihr-message {
    flex: 4;
  }
  .home .home-message .abrihr-message .btn.primary {
    padding: 0.8rem 1.5rem;
  }
  .home .home-message .abrihr-message .btn.secondary {
    padding: 0.8rem 1.5rem;
  }
  .home .slider-home img {
    width: 96%;
  }
  .home #slider-home > .tns-item {
    padding-right: 0px;
  }

  .line-separation {
    display: flex;
  }

  .services .services-cards .value-service {
    margin-right: unset;
    margin: 49px;
  }
  .services .services-cards div {
    font-size: 1.5rem;
  }
  .services .services-cards div .value-service {
    width: 300px;
    max-width: unset;
  }
  .services .services-cards div .slides {
    position: relative;
  }
  .services .services-cards div .slides .line-separation {
    padding: unset;
    right: -13px;
  }
  .services .services-cards .info {
    position: relative;
  }
  .services .services-cards .info h2 {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .services .services-cards .info p {
    font-size: 1.2rem;
    width: 75%;
  }
  .services #second-service .message-technology h4 {
    font-size: 1.3rem;
    width: 90%;
  }

  .phrase h2 {
    font-size: 2rem;
  }

  .our {
    background-color: "";
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .our .card {
    padding: 0.8rem 2.5rem;
  }
  .our .img-our {
    margin-top: 15px;
  }
  .our .our-values {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    margin-top: -140px;
    height: 40px;
    width: 660px;
  }
  .our .our-values .our-value {
    box-shadow: unset;
    position: relative;
  }
  .our .our-values .our-value .line-separation {
    top: 15px;
    right: -3px;
    z-index: 90;
    height: 50%;
  }
  .our .our-values .our-value.show {
    display: flex;
  }
  .our .our-values .card {
    border-bottom: unset;
  }
  .our .our-values .message {
    position: absolute;
    left: 0;
  }
  .our .our-values .message p {
    margin-top: 30px;
    text-align: left;
    width: 600px;
    font-size: 1.6rem;
  }
  .our .our-values .message .values-culture {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .our .our-values .message .values-culture p {
    width: 100px;
    text-align: center;
    font-size: 1rem;
  }
  .our .our-values .message .values-culture .value {
    padding: 16px;
  }
  .our .our-values .message .values-culture .plus {
    color: #E96913;
  }

  .info-contact {
    background-color: "";
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .info-contact .card {
    margin-top: unset;
    margin: auto 40px;
    padding: 2.5rem 3.5rem;
  }

  .contact {
    background-color: "";
    padding: 40px;
  }
  .contact .contact-body {
    width: 62%;
  }
  .contact .contact-body .contact-form .flex-contact {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row;
    width: 101.5%;
  }
  .contact .contact-body .contact-form .flex-contact div {
    flex: 1;
    margin-right: 15px;
  }
}
@media (min-width: 1300px) {
  .home {
    min-height: 60vh;
  }
  .home .home-message .abrihr-message {
    margin-bottom: 20%;
  }
}
@media (min-width: 1500px) {
  .home {
    min-height: 70vh;
  }
  .home .home-message .image2-home img {
    width: 90%;
  }

  .services {
    background-color: "";
    padding: 40px;
  }
  .services #second-service .message-technology h4 {
    width: 70%;
  }
  .services #second-service .message-technology .btn {
    width: 60%;
  }
}
@media (min-width: 1700px) {
  .home {
    min-height: 75vh;
  }
  .home .abrihr-message .home-message .abrihr-message {
    margin-bottom: 25%;
  }
}

/*# sourceMappingURL=styles.css.map */
