@font-face {
  font-family: "Gotham-Thin";
  src: url("../fonts/Gotham-Thin.otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham-Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/Gotham-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Jaapokki-Regular";
  src: url("../fonts/jaapokkisubtract-regular.woff");
  font-weight: 900;
  font-style: normal;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
img,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  line-height: 1.75em;
  font-size: 16px;
  font-weight: 400;
  background-color: #FFFFFF;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

* {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

*:focus {
  outline: none;
}

input:matches([type=button], [type=submit], [type=reset]) {
  -webkit-appearance: none !important;
}

header, main, footer {
  width: 100%;
  position: relative;
  display: block;
}

section {
  display: block;
  flex-direction: column;
  position: relative;
  width: 100%;
}

p {
  line-height: 1.1rem;
}

ul {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

.fw {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}

.box {
  max-width: 1366px;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.grid_cont {
  display: grid;
  grid-gap: 1.2em;
}

.grid-1 {
  grid-template-columns: 1fr;
}

.grid-2 {
  grid-template-columns: 1fr 1fr;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.clear::after {
  display: block;
  clear: both;
  content: "";
}

.inner_container {
  padding: 0 60px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.inner_padding_container {
  padding: 60px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.center_text {
  text-align: center;
}

.inner_container.inner_section_padding {
  padding: 60px;
}

.generic_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 1em;
  padding: 0;
  position: relative;
}

.my_btn {
  text-align: center;
  height: 50px;
  line-height: 50px;
  display: block;
  margin-top: 20px;
  padding: 0 25px;
  will-change: background-position;
  background-size: 210% 100%;
  background-position: 99% center;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
  transition: background-position 0.66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
}
.my_btn_whiteBtn {
  background-color: #FFFFFF;
  background-image: linear-gradient(100deg, #FFFFFF 50%, #FFFFFF 50%);
  border: 1px solid #696969;
  color: #696969;
}
.my_btn_blueBtn {
  background-color: #1F9DF9;
  background-image: linear-gradient(100deg, #204DAA 50%, #1F9DF9 50%);
  border: none;
  color: #FFFFFF;
}

.my_btn:hover {
  background-position: 0 center;
}

div::-webkit-scrollbar {
  width: 8px;
  z-index: 100000;
}

div::-webkit-scrollbar-track {
  background: #f1f1f1;
}

div::-webkit-scrollbar-thumb {
  background: #888;
}

-webkit-scrollbar {
  width: 8px;
  z-index: 100000;
  overflow: overlay;
}

-webkit-scrollbar-track {
  background: #f1f1f1;
  overflow: overlay;
}

-webkit-scrollbar-thumb {
  background: #888;
  overflow: overlay;
}

@media (min-width: 1900px) {
  .box {
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .grid-4, .grid-5, .grid-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .inner_container {
    padding: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .inner_container.inner_section_padding {
    padding: 0;
  }
}
@media (max-width: 375px) {
  .inner_container {
    padding: 0;
  }

  .grid-3, .grid-4, .grid-5, .grid-6 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 360px) {
  .grid-2, .grid-3, .grid-4, .grid-5, .grid-6 {
    grid-template-columns: 1fr;
  }
}
.mobile_menu {
  padding: 0 2rem 0 0;
}

.baseBurguer {
  background: transparent;
  border: none;
  cursor: pointer;
  float: none;
  outline: none;
  padding: 0;
  display: inline-block;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.4s ease;
  transition: transform 0.5s ease, opacity 0.4s ease, -webkit-transform 0.5s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  user-select: none;
  height: 24px;
  width: 26px;
  z-index: 100;
}

.baseBurguer:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  opacity: 0;
  border-radius: 50%;
  border: 2px dashed #f5f5f5;
}

.baseBurguer_icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  width: 26px;
  height: 18px;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
  will-change: transform;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.baseBurguer_line {
  background-color: #1B2027;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  z-index: 10;
  display: block;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baseBurguer_line:first-child {
  top: 0;
  -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}

.baseBurguer_line:nth-child(2) {
  position: static;
  -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  width: 70%;
}

.baseBurguer_line:last-child {
  bottom: 0;
  -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  width: 50%;
}

.baseBurguer_icon:hover .baseBurguer_line {
  width: 100%;
}

.mainMenuOpen .baseBurguer_line:first-child {
  top: 50%;
  transform: translate(0%, -50%) matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
}

.mainMenuOpen .baseBurguer_line:nth-child(2) {
  background-color: #191919;
  opacity: 0;
}

.mainMenuOpen .baseBurguer_line:last-child {
  bottom: 50%;
  transform: translate(0%, 50%) matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
  width: 100%;
}

.mainMenuOpen .baseBurguer_line {
  background-color: #1B2027;
  background-color: #FFFFFF;
}

.creemos_section.image-bg {
  background-image: url("../img/nosotros/creemos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.creemos_section.image-bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
}

.creemos_section .inner_container {
  position: relative;
  z-index: 2;
}

.creemos_section p {
  color: #FFFFFF;
  text-align: center;
}
.creemos_section .section__titleIcon_wrapper {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.nosotros_container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.nosotros_container .isDesktop {
  display: block;
}
.nosotros_container .isMobile {
  display: none;
}
.nosotros_container .nosotros_foto-container {
  width: 40%;
}
.nosotros_container .nosotros_text-container {
  width: 55%;
}

.about_divider {
  margin-bottom: 65px;
}

.servicios_container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 60px;
}
.servicios_container .isDesktop {
  display: block;
}
.servicios_container .isMobile {
  display: none;
}
.servicios_container .nosotros_foto-container {
  width: 40%;
}
.servicios_container .nosotros_text-container {
  width: 55%;
}

.servicios_container:last-child {
  margin-bottom: 0;
}

.contact_area h1 {
  text-align: left;
  margin-bottom: 0;
}

.contact_area .inner_container {
  padding-right: 0;
}
.contact_area p {
  margin: 40px 0;
}

.contact_section {
  padding: 60px;
}
.contact_section .section__title {
  color: #1F9DF9;
  font-size: 1rem;
}
.contact_section ul {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.contact_section ul li {
  list-style-type: none;
  margin-bottom: 0;
}

.contact_social li {
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
}
.contact_social li a {
  color: #4D4D4D;
}
.contact_social li a .fab {
  font-size: 1.3rem;
}

.contact_area form input, .contact_area form textarea {
  width: 100%;
  margin-bottom: 30px;
  padding: 12px;
}

.contact_left_section {
  padding: 60px;
}
.contact_left_section button {
  border: none;
  width: 100%;
  color: #FFFFFF;
  background-color: #1F9DF9;
  padding: 12px 0;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.contact_area .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact_area .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact_area .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact_area .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.d-block {
  display: block !important;
}

[type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.contact_section a {
  color: #4D4D4D;
}

.check_polytics label {
  display: flex;
  align-items: center;
}

.check_polytics label input {
  height: auto !important;
}

.check_polytics .check_policy_input {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 0;
  width: auto !important;
}

.vacantes_mainContainer {
  padding: 90px;
  text-align: left;
}
.vacantes_mainContainer ul {
  padding: 0;
  padding-left: 20px;
}
.vacantes_mainContainer ul li {
  margin-bottom: 15px;
}

.vacantes_mainContainer_inner {
  background-color: #FFFFFF;
  padding: 50px 90px;
  width: 90%;
  margin: auto;
}

.vacantes_photo_container {
  background-color: #FFFFFF;
}
.vacantes_photo_container img {
  width: 100%;
  padding: 0;
}

.card {
  background: white;
  -webkit-box-shadow: 0px 2px 7px -5px #000000;
  -moz-box-shadow: 0px 2px 7px -5px #000000;
  -ms-box-shadow: 0px 2px 7px -5px #000000;
  -o-box-shadow: 0px 2px 7px -5px #000000;
  box-shadow: 0px 2px 7px -5px #000000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 20px;
  margin-top: 40px;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.card .card-body {
  padding: 30px;
}
.card .card-body .row {
  margin-right: -15px;
  margin-left: -15px;
}
.card .card-body .row:before {
  display: table;
  content: " ";
}
.card .card-body .btn.btn-primary {
  background: #00ccff;
  color: white;
}
.card .card-body .btn.btn-sm {
  padding: 0 10px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
}
.card .card-body .btn.btn-primary.btn-outline {
  background: inherit;
  border: 1px solid #1F9DF9;
  color: #1F9DF9;
  background: inherit;
  border: 1px solid #1F9DF9;
  color: #1F9DF9;
  border-radius: 3px;
  font-size: 0.8rem;
  padding: 8px 22px;
}
.card .card-body .btn.btn-primary.btn-outline:hover {
  background-color: #1F9DF9;
  color: #ffffff;
}
.card .card-body article ul li {
  margin-bottom: 10px;
}

.jobpost-location span {
  font-size: 0.8rem;
  font-weight: 700;
}

.item-jobpost {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  color: #9e9e9e;
}
.item-jobpost ul li {
  padding-bottom: 0;
  margin-bottom: 0;
  padding: 0;
}
.item-jobpost ul li img {
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
  margin-bottom: 0;
}
.item-jobpost h5 {
  font-size: 18px;
  margin-bottom: 3px;
  margin-top: 0;
}
.item-jobpost h5 a {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  color: #1F9DF9;
  font-weight: 600;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  margin: 0;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

img:not(.media-object) {
  max-width: 100%;
}

.col-md-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row:after {
  clear: both;
}

[class*=" md-"], [class^=md-] {
  position: relative;
  display: inline-block;
  font-family: Material-Design-Iconic-Font;
  font-style: normal;
  font-weight: 400;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  text-rendering: auto;
  text-rendering-speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.row_jobs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.row_jobs label.label {
  color: #fff;
  font-size: 0.8rem;
  padding: 3px 12px;
  border-radius: 2px;
}
.row_jobs label.label_green {
  background-color: #00c24d;
}
.row_jobs label.label_blue {
  background-color: #b03bc4;
}

.details_position h5 {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0;
}

.apply_area h1 {
  font-size: 1.3rem;
  font-weight: 900;
}
.apply_area .grid_section {
  grid-template-columns: 6fr 4fr;
}

.snd_btn {
  border: none;
  width: 100%;
  color: #FFFFFF;
  background-color: #1F9DF9;
  padding: 12px 0;
}

.section_vacantes {
  margin-top: 30px;
}

.vacantes_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
.vacantes_list .vacante_item {
  border-radius: 20px;
  padding: 25px 40px;
  background-color: #FFF;
  border-color: rgba(255, 255, 255, 0.3);
  min-height: auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.vacantes_list .vacante_item .apply_btn {
  background-color: transparent;
  color: #006FB7 !important;
  border: 1px solid #006FB7;
  width: 100%;
  display: block;
  padding: 14px;
  border-radius: 4px;
  text-align: center;
}
.vacantes_list .vacante_item .apply_btn:hover {
  background-color: #006FB7 !important;
  color: #ffffff !important;
}

.card_ {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card_ .ls0 {
  margin-bottom: 0;
}
.card_ .job-country {
  display: block;
  font-size: 14px;
  color: #006FB7;
  margin-top: 8px;
}

.single_faq {
  background-color: #FFFFFF;
  padding: 25px;
  color: #696969;
  text-align: left;
  margin-bottom: 35px;
}

h1 {
  text-align: center;
  font-family: "Karla", sans-serif;
  text-transform: uppercase;
  color: #696969;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 80px;
  line-height: 3.1rem;
}

section ul {
  margin: 40px 0;
  padding-left: 60px;
  color: #696969;
}

section li {
  margin-bottom: 30px;
}

.percent_80 {
  width: 80%;
}

.percent_90 {
  width: 90%;
}

.light_grey-bg {
  background-color: #F1F4F1;
}

.dark_blue-bg {
  background-color: #1B2027;
}

.white-bg {
  background-color: #FFFFFF;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

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

img.isDesktop, .isDesktop {
  display: block;
  width: 100%;
}

img.isMobile, .isMobile {
  display: none;
}

p {
  color: #696969;
  font-size: 1.1rem;
  line-height: 1.8em;
}

.section__title {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.8rem;
  font-size: 1.1rem;
}

.single__page-container {
  padding: 110px 0;
}

.slick-dots {
  bottom: 125px;
}

.eng_txt {
  display: none;
}

body.isEng .esp_txt {
  display: none;
}
body.isEng .eng_txt {
  display: block;
}

body.isEsp .eng_txt {
  display: none;
}
body.isEsp .esp_txt {
  display: block;
}

.heading__borders > * {
  position: fixed;
  z-index: 9;
  background: #FFFFFF;
  height: 60px;
  width: 60px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -moz-transition: -moz-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.heading__borders-top {
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
}
.heading__borders-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
}
.heading__borders-left {
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.heading__borders-right {
  top: 0;
  right: 0;
  height: 100%;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.hideBorders .heading__borders-right {
  -webkit-transform: translate(100%, 0px) scale(1);
  -moz-transform: translate(100%, 0px) scale(1);
  -ms-transform: translate(100%, 0px) scale(1);
  -o-transform: translate(100%, 0px) scale(1);
  transform: translate(100%, 0px) scale(1);
}
.hideBorders .heading__borders-left {
  -webkit-transform: translate(-100%, 0px) scale(1);
  -moz-transform: translate(-100%, 0px) scale(1);
  -ms-transform: translate(-100%, 0px) scale(1);
  -o-transform: translate(-100%, 0px) scale(1);
  transform: translate(-100%, 0px) scale(1);
}
.hideBorders .heading__borders-top {
  -webkit-transform: translate(0, -100%) scale(1);
  -moz-transform: translate(0, -100%) scale(1);
  -ms-transform: translate(0, -100%) scale(1);
  -o-transform: translate(0, -100%) scale(1);
  transform: translate(0, -100%) scale(1);
}
.hideBorders .heading__borders-bottom {
  -webkit-transform: translate(0, 100%) scale(1);
  -moz-transform: translate(0, 100%) scale(1);
  -ms-transform: translate(0, 100%) scale(1);
  -o-transform: translate(0, 100%) scale(1);
  transform: translate(0, 100%) scale(1);
}

.menuArea {
  display: flex;
  flex-direction: row;
}

.heading {
  position: absolute;
}

.navBar__wrapper {
  display: flex;
  height: 60px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.navBar__wrapper figure img {
  max-height: 40px;
}

.navBar {
  font-family: "Karla", sans-serif;
}
.navBar ul li {
  display: inline-flex;
  list-style-type: none;
  padding: 0 15px;
}
.navBar ul li a {
  color: #4D4D4D;
  font-weight: 500;
}

.languaje_menu_resp {
  display: block;
}
.languaje_menu_resp select {
  appearance: none;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 0 30px;
  border-radius: 6px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: 2rem;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  background-image: url("../img/icons/select-icon.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94% center;
  margin-bottom: 20px;
}
.languaje_menu_resp select::-ms-expand {
  display: none;
}
.languaje_menu_resp ul li {
  display: inline-block;
  list-style-type: none;
}
.languaje_menu_resp ul li a {
  color: #4D4D4D;
  padding-left: 20px;
}

.languaje_menu {
  display: flex;
  flex-direction: row;
  margin-left: 70px;
}
.languaje_menu select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  background-image: url("../img/icons/select-icon.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 97% center;
}
.languaje_menu select::-ms-expand {
  display: none;
}
.languaje_menu ul li {
  display: inline-block;
  list-style-type: none;
}
.languaje_menu ul li a {
  color: #4D4D4D;
  padding-left: 20px;
}

.fw_menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 6;
  background-color: rgba(8, 13, 21, 0.98);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transform: translateY(-250%) translateZ(0);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1) 0.3s;
}

.fw_menu a:hover {
  color: #1B2027;
}
.fw_menu ul li {
  list-style-type: none;
  font-size: 1.5em;
  line-height: 2em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.fw_menu ul li a {
  color: #FFFFFF;
  position: relative;
}
.fw_menu ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fw_menu ul li a:hover::after {
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.movil_social {
  width: 100%;
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.movil_social div a {
  color: #FFFFFF;
}

.aviso_movil {
  color: #FFFFFF;
  font-size: 0.8em;
}

.myHero {
  width: 100%;
  height: calc(100vh + 100px);
  display: block;
}
.myHero .myHero__slider-itm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.myHero .myHero__slider-itm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.myHero .myHero__slider-itm .myHero__slide-text {
  color: #FFFFFF;
  text-align: center;
  font-family: "Karla", sans-serif;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.myHero .myHero__slider-itm .myHero__slide-text h2 {
  font-size: 3rem;
  font-weight: 300;
  margin-top: 0;
  max-width: 60%;
  line-height: 3rem;
}
.myHero .myHero__slider-itm .myHero__slide-text span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
}
.myHero .myHero__slider-itm::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
}
.myHero .slick-slide {
  height: calc(100vh + 50px);
}

.myHero_40 {
  height: 40vh;
}
.myHero_40 .slick-slide {
  height: calc(40vh + 50px);
}

.section__imge-container {
  position: relative;
  width: 100%;
}
.section__imge-container .section__imge-textArea {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 65%;
  width: 50%;
  background-color: white;
  right: 0;
  padding: 60px;
}
.section__imge-container p {
  line-height: 1.8rem;
  font-size: 1.1rem;
  margin: 2rem 0;
}

.section__titleIcon_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.section__titleIcon_wrapper p {
  margin-bottom: 0;
}
.section__titleIcon_wrapper img {
  margin-right: 20px;
}

.grid_section {
  display: grid;
  width: 100%;
  grid-template-columns: 8fr 4fr;
  grid-gap: 40px;
}

.expertise_area .inner_container {
  padding-right: 0;
}

.cta_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta_section p {
  color: #FFFFFF;
}

footer {
  background-color: #204DAA;
}

.footer__container-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__container-logo img {
  max-width: 120px;
}
.footer__container-logo p {
  font-size: 0.8rem;
  color: #FFFFFF;
}

.footer__container {
  padding-top: 45px;
}

.subtitle__item {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: "Poppins", sans-serif;
  color: #1F9DF9;
  font-weight: 600;
}

.footer__container-menus ul li {
  list-style-type: none;
  font-size: 0.8rem;
  font-weight: 500;
}
.footer__container-menus ul li a {
  color: #FFFFFF;
}

.footer__container-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}
.footer__container-bottom p {
  font-family: "Poppins", sans-serif;
  color: #1F9DF9;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
}
.footer__container-bottom p span {
  padding-left: 25px;
}
.footer__container-bottom p a {
  color: #1F9DF9;
}

.footer__container-social ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0 12px;
}
.footer__container-social ul li .fab {
  font-size: 1.3rem;
  color: #FFFFFF;
}
.footer__container-social ul li a {
  color: #FFFFFF;
}

@media (min-width: 992px) {
  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }
}
@media (max-width: 1200px) {
  .section__imge-container .section__imge-textArea {
    width: 60%;
  }

  .percent_80 {
    width: 90%;
  }

  .languaje_menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .navBar ul li {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .percent_80 {
    width: 100%;
  }

  .navBar {
    display: none;
  }

  .header_nav_grid.isMobile {
    display: block;
  }

  .heading {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .heading__borders-right {
    -webkit-transform: translate(100%, 0px) scale(1);
    -moz-transform: translate(100%, 0px) scale(1);
    -ms-transform: translate(100%, 0px) scale(1);
    -o-transform: translate(100%, 0px) scale(1);
    transform: translate(100%, 0px) scale(1);
  }

  .heading__borders-left {
    -webkit-transform: translate(-100%, 0px) scale(1);
    -moz-transform: translate(-100%, 0px) scale(1);
    -ms-transform: translate(-100%, 0px) scale(1);
    -o-transform: translate(-100%, 0px) scale(1);
    transform: translate(-100%, 0px) scale(1);
  }

  .heading__borders-top {
    -webkit-transform: translate(0, -100%) scale(1);
    -moz-transform: translate(0, -100%) scale(1);
    -ms-transform: translate(0, -100%) scale(1);
    -o-transform: translate(0, -100%) scale(1);
    transform: translate(0, -100%) scale(1);
  }

  .heading__borders-bottom {
    -webkit-transform: translate(0, 100%) scale(1);
    -moz-transform: translate(0, 100%) scale(1);
    -ms-transform: translate(0, 100%) scale(1);
    -o-transform: translate(0, 100%) scale(1);
    transform: translate(0, 100%) scale(1);
  }

  .vacantes_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 812px) {
  .section__imge-container .section__imge-textArea {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .navBar {
    display: none;
  }

  .navBar__wrapper {
    z-index: 10;
    padding: 20px;
    height: 100%;
  }
  .navBar__wrapper figure img {
    max-height: 85px;
  }

  img.isDesktop, .isDesktop {
    display: none;
  }

  img.isMobile, .isMobile {
    display: block;
  }

  .myHero .myHero__slider-itm .myHero__slide-text h2 {
    max-width: 90%;
    font-size: 2.5rem;
  }
  .myHero .myHero__slider-itm .myHero__slide-text h2 span {
    line-height: 1.3rem;
  }

  .section__imge-container img {
    width: 100%;
  }

  .section__titleIcon_wrapper img {
    max-width: 80px;
  }

  .section__imge-container .section__imge-textArea {
    position: relative;
    width: 90%;
    padding: 40px;
    margin-top: -30%;
    margin-bottom: 50px;
  }

  .grid_section {
    grid-template-columns: 1fr;
  }

  .inner_section_mobile-padding {
    padding: 35px;
    width: 90%;
    margin: auto;
  }
  .inner_section_mobile-padding img {
    width: 100%;
  }

  .cta_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
    padding: 40px 0;
    text-align: center;
  }

  .footer__container {
    text-align: center;
  }

  .footer__container-logo {
    align-items: center;
  }

  .footer__container-bottom {
    flex-direction: column;
  }

  .footer__container-bottom div:nth-child(1) {
    order: 2;
  }
  .footer__container-bottom div:nth-child(2) {
    order: 1;
    margin: 30px 0;
  }
  .footer__container-bottom p {
    line-height: 1.5rem;
  }
  .footer__container-bottom p span {
    display: block;
  }

  .valores_section {
    padding: 30px 30px 30px 30px;
  }

  .creemos_section .inner_container.inner_section_padding {
    padding: 60px;
  }

  .nosotros_container {
    flex-direction: column;
  }
  .nosotros_container .nosotros_foto-container {
    width: 100%;
  }
  .nosotros_container .nosotros_text-container {
    width: 100%;
    padding: 40px;
  }
  .nosotros_container .isDesktop {
    display: none;
  }
  .nosotros_container .isMobile {
    display: block;
    width: 100%;
  }

  .servicios_container {
    flex-direction: column;
    margin-bottom: 0;
  }
  .servicios_container .nosotros_foto-container {
    width: 100%;
  }
  .servicios_container .nosotros_text-container {
    width: 100%;
    padding: 40px;
  }
  .servicios_container .isDesktop {
    display: none;
  }
  .servicios_container .isMobile {
    display: block;
    width: 100%;
  }

  .about_divider {
    margin-bottom: 0;
  }

  .section ul:last-child {
    margin-bottom: 0;
  }

  .contact_area .inner_section_mobile-padding {
    padding: 0;
    width: 100%;
  }
  .contact_area .inner_section_mobile-padding .contact_left_section {
    padding: 20px;
    width: 90%;
    margin: auto;
  }
  .contact_area .contact_section {
    padding: 50px 30px;
  }
  .contact_area .contact_section p:first-child {
    margin-top: 0;
  }

  .vacantes_wrapper .inner_padding_container {
    padding: 30px;
  }

  .vacantes_mainContainer {
    padding: 0;
    margin-top: 30px;
  }

  .vacantes_mainContainer_inner {
    padding: 20px 50px;
    width: 100%;
  }
  .vacantes_mainContainer_inner ul {
    margin: 10px 0;
  }
  .vacantes_mainContainer_inner ul li:last-child {
    margin-bottom: 0;
  }
  .vacantes_mainContainer_inner ul:first-child {
    margin-bottom: 0;
  }
  .vacantes_mainContainer_inner ul:last-child {
    margin-top: 0;
  }

  .vacantes_photo_container img:last-child {
    display: none;
  }

  .single__page-container .inner_container {
    padding: 0 25px;
  }

  .check_polytics {
    font-size: 12px;
  }

  .row_jobs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 7px;
  }
  .row_jobs .col-md-5 {
    padding-right: 0;
    padding-left: 0;
  }

  .apply_area .grid_section {
    grid-template-columns: 1fr;
  }

  .vacantes_list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .expertise_area .inner_section_mobile-padding {
    width: 100%;
    padding: 0;
  }
  .expertise_area .inner_section_mobile-padding .flex-column-center {
    padding: 35px 35px 0 35px;
  }

  .check_polytics {
    font-size: 12px;
  }
}

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