@font-face {
  font-family: 'Rift-Medium';
  src: url("../fonts/Rift-Medium.eot");
  src: local('Rift-Medium'), url("../fonts/Rift-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/Rift-Medium.woff") format('woff'), url("../fonts/Rift-Medium.woff2") format('woff2'), url("../fonts/Rift-Medium.ttf") format('truetype'), url("../fonts/Rift-Medium.svg#Rift-Medium") format('svg');
}
@font-face {
  font-family: 'Rift-Demi';
  src: url("../fonts/Rift-Demi.eot");
  src: local('Rift-Demi'), url("../fonts/Rift-Demi.eot?#iefix") format('embedded-opentype'), url("../fonts/Rift-Demi.woff") format('woff'), url("../fonts/Rift-Demi.woff2") format('woff2'), url("../fonts/Rift-Demi.ttf") format('truetype'), url("../fonts/Rift-Demi.svg#Rift-Demi") format('svg');
}
.font-family-base {
  font-family: 'Rift-Medium', sans-serif;
}
.font-family-demi {
  font-family: 'Rift-Demi', sans-serif;
}
.font-family-default {
  font-family: 'Roboto', sans-serif;
}
.font-family-roboto {
  font-family: 'Roboto', sans-serif;
}
.font-size-tiny {
  font-size: 0.75rem;
}
.font-size-small {
  font-size: 0.875rem;
}
.font-size-base-reduced {
  font-size: 0.9375rem;
}
.font-size-base {
  font-size: 1rem;
}
.font-size-base-enlarged {
  font-size: 1.125rem;
}
.font-size-medium-reduced {
  font-size: 1.25rem;
}
.font-size-medium {
  font-size: 1.5rem;
}
.font-size-large {
  font-size: 2rem;
}
.font-size-extralarge {
  font-size: 2.125rem;
}
.font-size-supersize {
  font-size: 2.5rem;
}
.font-size-huge {
  font-size: 4.24rem;
}
.font-size-extrahuge {
  font-size: 11.625rem;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-bold {
  font-weight: 700;
}
.line-height-default {
  line-height: 1rem;
}
.line-height-one-and-half {
  line-height: 1.5rem;
}
.line-height-one-and-two-quarters {
  line-height: 1.625rem;
}
@media (max-width: 991px) {
  .line-height-one-and-two-quarters {
    line-height: 1.5rem;
  }
}
.line-height-one-and-three-quarters {
  line-height: 1.75rem;
}
.line-height-double {
  line-height: 2rem;
}
.line-height-large {
  line-height: 2.68rem;
}
.letter-spacing-default {
  letter-spacing: 0.2px;
}
.text-primary {
  color: #eec624 !important;
}
.text-base-dark {
  color: #000;
}
.text-base-light {
  color: #fff !important;
}
.text-secondary {
  color: #0e191c !important;
}
.text-secondary-light {
  color: #777;
}
.m-title {
  font-size: 2.125rem;
}
@media (max-width: 991px) {
  .m-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 360px) {
  .m-title {
    font-size: 1.25rem;
  }
}
/*------------------------------
GENERAL STYLES
------------------------------*/
*,
*:link {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  margin: 0;
  -webkit-backface-visibility: hidden;
  font-family: 'Rift-Demi', sans-serif;
  color: #0e191c;
  line-height: 1.4;
}
:focus,
a:focus {
  outline: 0;
  outline: 0 auto -webkit-focus-ring-color;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #eec624 !important;
}
.title-section {
  font-size: 0.75rem;
  color: #777;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.2px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 1rem;
}
.subtitle-section {
  font-size: 2.5rem;
  color: #0e191c;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-family: 'Rift-Demi', sans-serif;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .subtitle-section {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.icon-close {
  position: absolute;
  z-index: 1050;
  top: 0;
  right: 0;
  width: 1.1rem;
  height: 1.1rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
}
.icon-close:before,
.icon-close:after {
  content: '';
  position: absolute;
  height: 0.15rem;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -0.0625rem;
  background: #777;
}
.icon-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-close:hover,
.icon-close:focus {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.icon-close-video {
  top: 10px;
  right: 15px;
}
.bg-primary {
  background-color: #eec624;
}
.bg-primary-light {
  background-color: #fbfbfb;
}
.bg-secundary {
  background-color: #0e191c;
}
.bg-cyan {
  background-color: #08aaa7;
}
.bg-orange {
  background-color: #f6a015;
}
.bg-blue {
  background-color: #4bc0df;
}
.bg-pink {
  background-color: #e079af;
}
.bg-green {
  background-color: #b4bc0a;
}
.bg-dark {
  background-color: #000 !important;
}
.pt-section {
  padding-top: 50px;
}
.pt-section-double {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-section-double {
    padding-top: 55px;
  }
}
.pb-section {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .pb-section {
    padding-bottom: 50px;
  }
}
.pb-section-large {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-section-large {
    padding-bottom: 50px;
  }
}
.pb-section-middle {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-section-middle {
    padding-bottom: 50px;
  }
}
.pb-delivery {
  margin-bottom: 70px;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .pb-delivery {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
.div-center {
  margin: 0 auto;
}
/*------------------------------
HEADER
------------------------------*/
.main_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1600;
}
.main_menu .navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0px;
}
.main_menu .main-menu-item ul li .nav-link {
  padding: 36px 23px;
}
@media (max-width: 991px) {
  .main_menu .main-menu-item ul li .nav-link {
    padding: 5px 10px;
  }
}
.nav-link-logo {
  padding: 36px 23px;
  display: block;
}
@media (max-width: 991px) {
  .nav-link-logo {
    padding: 5px 10px;
  }
}
.menu-empleo {
  background-color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.menu-fixed {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  height: 72px;
  position: fixed;
  z-index: 999 !important;
  width: 100%;
  top: 130px;
}
.menu-fixed.pt-section,
.menu-fixed.pb-section {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  padding: 0;
}
.menu-fixed .navbar-submenu a {
  padding: 20px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.area-empleo-top {
  height: 95px;
}
.arrow_back {
  height: 15px;
  width: 16px;
}
.logo-tl {
  width: 132px;
}
@media (max-width: 991px) {
  .logo-tl {
    width: 100px;
  }
}
@media (max-width: 576px) {
  .logo-tl {
    width: 90px;
  }
}
.logos {
  width: 421px;
  margin-left: 17px;
}
@media (max-width: 991px) {
  .logos {
    width: 140px;
    margin-left: 0;
  }
}
/*------------------------------
BANNER
------------------------------*/
.herobanner-content {
  position: absolute;
  height: 611px;
  top: 0;
  z-index: 1500;
  width: 100%;
}
@media (max-width: 991px) {
  .herobanner-content {
    height: 432px;
  }
}
.herobanner-content .slick-slide {
  height: 611px;
}
@media (max-width: 991px) {
  .herobanner-content .slick-slide {
    height: 432px;
  }
}
.herobanner-content__z-index {
  z-index: 1550;
}
.herobanner {
  height: 611px;
  width: 100%;
}
@media (max-width: 991px) {
  .herobanner {
    height: 432px;
  }
}
.herobanner .slick-slide {
  height: 611px;
}
@media (max-width: 991px) {
  .herobanner .slick-slide {
    height: 432px;
  }
}
.herobanner-absolute h1 {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  position: absolute;
}
.herobanner-absolute h1.banner_text_1 {
  -webkit-animation: type 4s steps(60, end);
  -moz-animation: type 4s steps(60, end);
  -o-animation: type 4s steps(60, end);
  -ms-animation: type 4s steps(60, end);
  animation: type 4s steps(60, end);
}
.herobanner-absolute h1.banner_text_2 {
  -webkit-animation: type2 8s steps(60, end);
  -moz-animation: type2 8s steps(60, end);
  -o-animation: type2 8s steps(60, end);
  -ms-animation: type2 8s steps(60, end);
  animation: type2 8s steps(60, end);
}
.herobanner-absolute h1.banner_text_3 {
  -webkit-animation: type3 16s steps(60, end);
  -moz-animation: type3 16s steps(60, end);
  -o-animation: type3 16s steps(60, end);
  -ms-animation: type3 16s steps(60, end);
  animation: type3 16s steps(60, end);
}
.banner_part {
  position: relative;
  height: 611px;
  background-image: url("../img/background/banner_bg_1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 991px) {
  .banner_part {
    background-image: url("../img/background/banner_bg_1_mobile.jpg");
    height: 432px;
  }
}
.banner_part>span {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 10;
  height: 611px;
}
@media (max-width: 991px) {
  .banner_part>span {
    height: 432px;
  }
}
.banner_part .banner_part_mask {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 10;
}
@media (max-width: 991px) {
  .banner_part .banner_part_mask {
    display: none;
  }
}
.banner_text {
  padding-top: 200px;
  text-align: center;
  position: relative;
  z-index: 100;
}
@media (max-width: 1200px) {
  .banner_text {
    padding-top: 150px;
  }
}
.banner_text h1 {
  font-size: 11.625rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-family: 'Rift-Medium', sans-serif;
  line-height: 1;
  margin: 0 auto;
  height: 180px;
}
@media (max-width: 1200px) {
  .banner_text h1 {
    font-size: 11rem;
    height: 160px;
  }
}
@media (max-width: 991px) {
  .banner_text h1 {
    font-size: 5rem;
    height: 80px;
  }
}
@media (max-width: 576px) {
  .banner_text h1 {
    font-size: 3.75rem;
    height: 60px;
  }
}
@media (max-width: 320px) {
  .banner_text h1 {
    font-size: 3.25rem;
    height: 50px;
  }
}
.banner_text h5 {
  font-size: 4.24rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-family: 'Rift-Medium', sans-serif;
  line-height: 1;
}
@media (max-width: 576px) {
  .banner_text h5 {
    font-size: 2rem;
  }
}
@media (max-width: 320px) {
  .banner_text h5 {
    font-size: 1.5rem;
  }
}
.banner_part_tiendas {
  background-image: url("../img/background/banner_tiendas_bg.jpg");
  height: auto;
  position: relative;
}
@media (max-width: 991px) {
  .banner_part_tiendas {
    height: 72px;
    background-image: url("../img/background/banner_resultado_bg_mobile.jpg");
  }
}
.banner_part_tiendas .banner_text {
  padding-top: 200px;
}
.banner_part_tiendas h5 {
  font-size: 3.75rem;
  margin: 0 auto 200px;
  background-image: url("../img/icons/play_video.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 70px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
}
@media (max-width: 991px) {
  .banner_part_tiendas h5 {
    font-size: 1.812rem;
    margin-bottom: 0;
  }
}
.banner_part_oficinas {
  height: auto;
  background-image: url("../img/background/banner_oficinas_bg.jpg");
}
@media (max-width: 991px) {
  .banner_part_oficinas {
    height: 72px;
    background-image: url("../img/background/banner_resultado_bg_mobile.jpg");
  }
}
.banner_part_oficinas .banner_text {
  padding-top: 250px;
}
.banner_part_oficinas h5 {
  font-size: 3.75rem;
  margin: 0 auto 200px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 991px) {
  .banner_part_oficinas h5 {
    font-size: 1.812rem;
    margin-bottom: 0;
  }
}
.banner_part_resulado {
  background-image: url("../img/background/banner_resultado_bg.jpg");
  height: 144px;
}
@media (max-width: 991px) {
  .banner_part_resulado {
    height: 72px;
    background-image: url("../img/background/banner_resultado_bg_mobile.jpg");
  }
}
.banner_part_01 {
  background-image: url("../img/background/banner_bg_2.jpg");
}
@media (max-width: 991px) {
  .banner_part_01 {
    background-image: url("../img/background/banner_bg_2_mobile.jpg");
  }
}
.banner_part_02 {
  background-image: url("../img/background/banner_bg.jpg");
}
@media (max-width: 991px) {
  .banner_part_02 {
    background-image: url("../img/background/banner_bg_mobile.jpg");
  }
}
/*------------------------------
OPORTUNIDADES
------------------------------*/
.opportunities {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
  box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
  border-radius: 10px;
  padding: 100px;
  position: relative;
  margin-top: -32px;
  z-index: 1600;
}
@media (max-width: 991px) {
  .opportunities {
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    padding: 0;
  }
}
.opportunities .container-fluid {
  max-width: 980px;
}
@media (max-width: 991px) {
  .opportunities .container-fluid {
    max-width: 90%;
  }
}
.opportunities .expand_more {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  margin: -130px auto 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1500;
}
.opportunities .count {
  text-align: center;
  font-size: 11rem;
  font-weight: 500;
  line-height: 1;
  color: #0e191c;
}
@media (max-width: 991px) {
  .opportunities .count {
    font-size: 4.812rem;
  }
}
@media (max-width: 576px) {
  .opportunities .count {
    font-size: 4.24rem;
  }
}
.opportunities .count_text {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 35px;
}
.opportunities-top {
  height: 480px;
}
@media (max-width: 991px) {
  .opportunities-top {
    display: none !important;
  }
}
.opportunities_fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0,0,0,0.04);
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.04);
  width: 100%;
  max-width: 100%;
  z-index: 1000;
  height: 130px;
  padding: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  border-radius: 0;
}
@media (max-width: 991px) {
  .opportunities_fixed {
    display: none !important;
  }
}
.opportunities_fixed .expand_more {
  display: none !important;
}
.opportunities_fixed .col-lg-6:last-child {
  display: none;
}
.opportunities-inline .form-group {
  margin-bottom: 0;
}
.opportunities-inline form>div {
  float: left !important;
  width: 25% !important;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 25% !important;
  -ms-flex: 0 0 25% !important;
  flex: 0 0 25% !important;
  max-width: 25% !important;
}
.opportunities-inline form .btn-light {
  border-radius: 0;
}
.opportunities-inline form .bootstrap-select-first .btn-light {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.opportunities-inline .btn-primary {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.opportunities-inline .localidad {
  border-radius: 0;
  border-left: none;
}
.opportunities-title-mobile {
  font-family: 'Roboto', sans-serif;
  color: #777;
  font-size: 0.75rem;
  text-transform: uppercase;
  width: 100%;
  margin: 50px 0 20px;
  position: relative;
}
.ventajas_motos a {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  color: #777;
  border-bottom: 1px solid #979797;
  text-align: center;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-left: 7px;
}
.ventajas_motos a:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .areas .d-table {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.areas-empleo-false__a {
  position: absolute;
  top: 30px;
  height: 1px;
}
.areas-empleo__a {
  margin-top: 25px;
}
.localidad {
  padding-left: 50px !important;
  background-image: url("../img/icons/map-pointer.png");
  background-position: left 20px center;
  background-repeat: no-repeat;
  height: 64px;
  border: 1px solid #e2e2e2;
  background-color: #f6f6f6;
  border-radius: 4px;
  font-size: 1.125rem;
  color: #0e191c;
}
@media (max-width: 768px) {
  .localidad {
    background-image: url("../img/icons/lupa.png");
    background-position: right 30px center;
    padding-left: 20px !important;
    height: 54px;
    margin-bottom: 1rem;
  }
}
.localidad::-webkit-input-placeholder {
  font-size: 1.125rem;
  color: #0e191c;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.localidad:-ms-input-placeholder {
  font-size: 1.125rem;
  color: #0e191c;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.localidad::-ms-input-placeholder {
  font-size: 1.125rem;
  color: #0e191c;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.localidad::placeholder {
  font-size: 1.125rem;
  color: #0e191c;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.selectWrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 64px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background-image: url("../img/icons/arrow_downward.png");
  background-image: url("../img/icons/arrow_downward.svg");
  background-color: #f6f6f6;
  background-position: right 30px center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .selectWrapper {
    height: 54px;
  }
}
.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select .dropdown-menu {
  max-height: 312px !important;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
  box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
  border: none !important;
  padding: 5px;
  min-width: 100% !important;
}
.bootstrap-select .dropdown-toggle:after {
  border: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:visited,
.bootstrap-select .dropdown-toggle:active {
  color: #0e191c;
}
.bootstrap-select .dropdown-toggle:focus .filter-option-inner-inner,
.bootstrap-select .dropdown-toggle:visited .filter-option-inner-inner,
.bootstrap-select .dropdown-toggle:active .filter-option-inner-inner {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: relative !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 0.5px;
  color: #0e191c;
  font-size: 1.125rem;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #0e191c;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.bootstrap-select .selectpicker-option-title {
  color: #777;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
}
.bootstrap-select .btn-light {
  height: 64px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 64px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background-image: url("../img/icons/arrow_downward.png");
  background-image: url("../img/icons/arrow_downward.svg");
  background-color: #f6f6f6;
  background-position: right 30px center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .bootstrap-select .btn-light {
    height: 54px;
  }
}
.dropdown-item {
  font-size: 1.125rem;
}
.dropdown-item.active {
  background-color: #f6f6f6;
  color: #0e191c;
}
.bs-searchbox .form-control {
  background-color: #f6f6f6;
  color: #0e191c;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(194,194,194,0.5);
  box-shadow: inset 0 2px 4px 0 rgba(194,194,194,0.5);
  background-image: url("../img/icons/lupa.png");
  background-position: right 16px center;
  background-repeat: no-repeat;
  height: 48px;
  margin-bottom: 20px;
}
.opportunities_area {
  width: 100%;
  max-width: none;
  border-radius: 0;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 100px;
}
@media (max-width: 1200px) {
  .opportunities_area {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .opportunities_area {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1600;
    height: 100%;
    padding: 0;
  }
}
.opportunities_area .container-fluid {
  max-width: 980px;
}
@media (max-width: 768px) {
  .opportunities_area .container-fluid {
    max-width: 90%;
  }
}
.opportunities_area .count {
  text-align: center;
  font-size: 11rem;
  font-weight: 500;
  line-height: 1;
  color: #0e191c;
}
@media (max-width: 991px) {
  .opportunities_area .count {
    font-size: 4.812rem;
  }
}
@media (max-width: 576px) {
  .opportunities_area .count {
    font-size: 4.24rem;
  }
}
.opportunities_area .count_text {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  text-align: center;
}
.opportunities_area select,
.opportunities_area .localidad::-webkit-input-placeholder {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.opportunities_area select,
.opportunities_area .localidad:-ms-input-placeholder {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.opportunities_area select,
.opportunities_area .localidad::-ms-input-placeholder {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.opportunities_area select,
.opportunities_area .localidad::placeholder {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.opportunities_area .col-lg-3 .selectWrapper {
  border-radius: 0;
}
.opportunities_area .col-lg-3:first-child .selectWrapper {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.opportunities_area .col-lg-3 .btn-primary {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.opportunities_area .localidad {
  border-radius: 0;
  border-left: none;
}
.opportunities_area .row>div {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .opportunities_area .row>div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.opportunities_area .opportunities-title-mobile {
  margin: 20px 0;
}
.opportunities_area-fixed {
  position: fixed;
  top: 0;
  z-index: 1600;
}
.encontrar_oportunidad {
  width: 100%;
  background-color: #fff;
  position: relative;
  top: auto;
}
@media (max-width: 991px) {
  .encontrar_oportunidad_home_fixed {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 1200;
    left: 0;
    -webkit-box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
  }
  .encontrar_oportunidad_home_fixed .btn-primary-mobile {
    margin: 20px auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
}
.encontrar_oportunidad_fixed {
  position: fixed;
  top: 0;
  z-index: 1200;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
  box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
}
.encontrar_oportunidad_fixed .btn-primary-areas-mobile {
  margin: 20px auto;
}
.opportunities_false {
  height: 150px;
}
@media (max-width: 991px) {
  .opportunities_false {
    display: none;
  }
}
.shadow-inner {
  -webkit-box-shadow: inset 0 8px 24px 0 rgba(0,0,0,0.08);
  box-shadow: inset 0 8px 24px 0 rgba(0,0,0,0.08);
}
.btn-primary {
  height: 64px;
  border: 1px solid #eec624;
  background-color: #eec624;
  border-radius: 4px;
  width: 100%;
  font-size: 1.25rem;
  font-family: 'Rift-Demi', sans-serif;
  letter-spacing: 1.11px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .btn-primary {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .btn-primary {
    font-size: 1.25rem;
  }
}
.btn-primary:hover,
.btn-primary:focus {
  border: 1px solid #d8b217;
  background-color: #d8b217;
  color: #000;
}
@media (max-width: 991px) {
  .btn-primary-mobile {
    width: 100%;
    display: inline-block;
    margin: 75px auto 30px;
    -webkit-box-shadow: 0 12px 16px -8px rgba(139,137,19,0.9);
    box-shadow: 0 12px 16px -8px rgba(139,137,19,0.9);
  }
}
@media (max-width: 991px) {
  .btn-primary-areas-mobile {
    margin: 10px auto;
    width: 95%;
  }
}
@media (max-width: 768px) {
  .btn-primary-fixed {
    position: fixed;
    bottom: 0;
    padding: 15px;
    background-color: #fff;
    text-align: center;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.5);
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.5);
    z-index: 999;
  }
}
.navbar-submenu a {
  padding: 50px;
  text-align: center;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-box-shadow: 0 1px 0 0 #626a6e;
  box-shadow: 0 1px 0 0 #626a6e;
  border-bottom: 3px solid transparent;
  color: #0e191c;
  background-color: #fff;
  font-size: 1.25rem;
}
.navbar-submenu a.active,
.navbar-submenu a:hover,
.navbar-submenu a:focus {
  text-decoration: none;
  border-bottom: 3px solid #eec624;
  -webkit-box-shadow: 0 1px 0 0 #eec624;
  box-shadow: 0 1px 0 0 #eec624;
}
@media (max-width: 1200px) {
  .navbar-submenu a {
    padding: 40px;
  }
}
.navbar-areas {
  position: relative;
}
.navbar-areas .navbar-areas__img {
  height: 176px;
  width: 161px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .navbar-areas .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.navbar-areas div span {
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
  font-size: 2rem;
  text-transform: uppercase;
  vertical-align: bottom;
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  display: block;
}
@media (max-width: 991px) {
  .navbar-areas div span {
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
}
.navbar-areas div a {
  background-repeat: no-repeat;
  height: 360px;
  width: 100%;
  display: table-cell;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
}
.navbar-areas div a:hover,
.navbar-areas div a:focus {
  text-decoration: none;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
@media (max-width: 991px) {
  .navbar-areas div a {
    height: 240px;
  }
}
.navbar-areas div:first-child a {
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/tiendas.jpg");
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/tiendas.jpg");
  background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/tiendas.jpg");
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/tiendas.jpg");
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(51%, rgba(0,0,0,0)), to(#000)), url("../img/tiendas.jpg");
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/tiendas.jpg");
}
@media (max-width: 991px) {
  .navbar-areas div:first-child a {
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/tiendas-mobile.jpg");
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/tiendas-mobile.jpg");
    background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/tiendas-mobile.jpg");
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/tiendas-mobile.jpg");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(51%, rgba(0,0,0,0)), to(#000)), url("../img/tiendas-mobile.jpg");
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/tiendas-mobile.jpg");
  }
}
.navbar-areas div:nth-child(2) a {
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/oficina.jpg");
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/oficina.jpg");
  background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/oficina.jpg");
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/oficina.jpg");
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(51%, rgba(0,0,0,0)), to(#000)), url("../img/oficina.jpg");
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/oficina.jpg");
}
@media (max-width: 991px) {
  .navbar-areas div:nth-child(2) a {
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/oficina-mobile.jpg");
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/oficina-mobile.jpg");
    background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/oficina-mobile.jpg");
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/oficina-mobile.jpg");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(51%, rgba(0,0,0,0)), to(#000)), url("../img/oficina-mobile.jpg");
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 51%, #000 100%), url("../img/oficina-mobile.jpg");
  }
}
@media (max-width: 991px) {
  .navbar-areas div .col-6 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.unirse {
  position: absolute;
  bottom: 0;
  height: 90px;
}
.seleccion {
  margin-top: 85px;
}
@media (max-width: 991px) {
  .seleccion {
    display: none !important;
  }
}
.buscador {
  height: 1px;
  margin-top: 100px;
}
.buscador_position {
  position: absolute;
  bottom: -50px;
}
.experiencias {
  position: absolute;
  bottom: 0;
  height: 66px;
}
.videoWrapper {
  position: relative;
  min-height: 447px;
}
@media (max-width: 991px) {
  .videoWrapper {
    min-height: 336px;
  }
}
.videoWrapper .videoWrapper-event {
  position: absolute;
  z-index: 15;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.videoWrapper .videoWrapper-event span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  color: #fff;
  font-size: 1.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-image: url("../img/icons/play_video.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 70px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
}
@media (max-width: 991px) {
  .videoWrapper .videoWrapper-event span {
    width: 200px;
    text-align: center;
    padding-left: 0;
    padding-top: 50px;
    height: auto;
    background-position: center top;
  }
}
.videoWrapper-mask {
  height: 447px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 10;
}
@media (max-width: 991px) {
  .videoWrapper-mask {
    height: 336px;
  }
}
.videoWrapper-poster {
  height: 447px;
  width: 100%;
  background-image: url("../img/background/video.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .videoWrapper-poster {
    height: 336px;
  }
}
.videoWrapper-box video {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 80% !important;
  }
}
.modal {
  z-index: 1600;
}
.modal,
.modal-open {
  padding-right: 0 !important;
}
.delivery-box,
.valores-box {
  min-height: 50px;
  position: relative;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.5rem;
  color: #777;
  padding: 30px 36px 0 36px;
  height: 0;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  -ms-transition: height 1s ease;
  transition: height 1s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .delivery-box,
  .valores-box {
    padding: 15px 36px 15px 36px;
    margin: 10px 0;
  }
}
.delivery-title,
.valores-title {
  margin-bottom: 10px;
  padding: 0;
  font-size: 1.5rem;
  font-family: 'Rift-Demi', sans-serif;
  border: none;
  background-color: transparent;
  color: #000;
}
.delivery-title .valores-title__span,
.valores-title .valores-title__span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 8px;
  background-color: #0e191c;
}
.delivery-text,
.valores-text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (max-width: 991px) {
  .delivery-text img,
  .valores-text img {
    width: 100%;
    margin: 30px 0;
  }
}
@media (max-width: 991px) {
  .delivery-control,
  .valores-control {
    background-image: url("../img/icons/expand_more_grey.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
  }
}
.delivery-background {
  height: 467px;
  position: absolute;
  top: -50px;
  width: 100%;
}
.valores-background {
  background-image: url("../img/customer.png");
  height: 380px;
  width: 440px;
  left: auto;
  right: 20px;
  background-position: top 40px right 20px;
  -webkit-background-size: 344px 340px;
  -moz-background-size: 344px 340px;
  background-size: 344px 340px;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .valores-background {
    width: 100%;
    -webkit-background-size: 300px 297px;
    -moz-background-size: 300px 297px;
    background-size: 300px 297px;
    background-position: top 0 center;
    right: auto;
    height: 340px;
  }
}
/*.delivery-img-2
		&:after
			background-image url(../img/crecemos.png)

.delivery-img-3
		&:after
			background-image url(../img/mundomejor.png)

.valores-img-2
		&:after
			background-image url(../img/resilience.png)

.valores-img-3
		&:after
			background-image url(../img/nofear.png)

.valores-img-4
		&:after
			background-image url(../img/dreamers.png)

.valores-img-5
		&:after
			background-image url(../img/dream.png)*/
.valores-section {
  height: 700px;
}
@media (max-width: 991px) {
  .valores-section {
    height: auto;
    overflow: hidden;
  }
}
.slide-show .delivery-box,
.slide-show .valores-box {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
  box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
  border-radius: 8px;
  height: 200px;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  transition: height 0.5s ease;
  margin-top: 30px;
  cursor: default;
}
@media (max-width: 991px) {
  .slide-show .delivery-box,
  .slide-show .valores-box {
    height: auto;
    background-image: url("../img/icons/expand_more_grey_up.png");
    background-repeat: no-repeat;
    background-position: right 20px top 25px;
    margin-top: 0;
  }
}
.slide-show .delivery-box .delivery-text,
.slide-show .valores-box .delivery-text,
.slide-show .delivery-box .valores-text,
.slide-show .valores-box .valores-text {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.destacados-1__img {
  background-image: url("../img/define.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 376px;
}
@media (max-width: 991px) {
  .destacados-1__img {
    margin-bottom: 20px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
}
@media (max-width: 576px) {
  .destacados-1__img {
    height: 200px;
  }
}
.destacados-2__img {
  background-image: url("../img/apasiona.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 376px;
}
@media (max-width: 991px) {
  .destacados-2__img {
    margin-bottom: 20px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
}
@media (max-width: 576px) {
  .destacados-2__img {
    height: 200px;
  }
}
.destacados-box-top {
  margin-left: 10%;
  width: 376px;
}
@media (max-width: 991px) {
  .destacados-box-top {
    margin-left: 0;
    width: 100%;
  }
}
.destacados-box-top a {
  color: #777;
  text-decoration: underline;
}
.destacados-box-top .destacados-box-top__span {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
}
.destacados-box-bottom {
  margin-left: 20%;
  width: 376px;
}
.destacados-box-bottom a {
  text-decoration: underline;
  color: #777;
}
@media (max-width: 991px) {
  .destacados-box-bottom {
    margin-left: 0;
    width: 100%;
  }
}
.destacados-title,
.destacados-title-small {
  font-size: 4.24rem;
  font-family: 'Rift-Demi', sans-serif;
  margin-bottom: 20px;
  line-height: 4rem;
}
@media (max-width: 991px) {
  .destacados-title-small {
    font-size: 2.5rem;
    line-height: 2.375rem;
  }
}
@media (max-width: 991px) {
  .tabs_content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tabs_content .tab-content {
  max-height: 500px;
}
@media (max-width: 991px) {
  .tabs_content .tab-content {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.tabs_content .tab-content .slick-dots {
  position: relative;
}
.tabs_content .nav {
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
}
.tabs_content .nav-tabs .nav-link {
  color: #0e191c;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #f3f3f3;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
}
.tabs_content .nav-tabs .nav-link:hover,
.tabs_content .nav-tabs .nav-link:focus {
  color: #0e191c;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #f3f3f3;
}
@media (max-width: 991px) {
  .tabs_content .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
  }
}
.tabs_content .nav-tabs .nav-item.show .nav-link,
.tabs_content .nav-tabs .nav-link.active {
  color: #0e191c;
  border: none;
  border-bottom: 3px solid #eec624;
  cursor: default;
}
.nav-link-arrow {
  padding: 0 0.5rem 0.5rem 0;
}
.breadcrumb {
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  color: #777;
}
.breadcrumb a {
  color: #777;
}
.container-employees {
  width: 100%;
  padding-right: 65px;
  padding-left: 100px;
  margin-right: auto;
  margin-left: auto;
}
.employees {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
  box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
  padding: 40px 40px 25px 95px;
  font-size: 1rem;
  color: #777;
  border-radius: 8px;
  width: 100%;
  max-width: 570px;
  margin-bottom: 30px;
  position: relative;
  min-height: 200px;
}
@media (max-width: 1200px) {
  .employees {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .employees {
    margin-top: 80px;
    min-height: none;
    padding: 75px 25px 10px;
    text-align: center;
    max-width: 100%;
  }
}
.employees.height-large {
  min-height: 280px;
}
.employees.height-extralarge {
  min-height: 300px;
}
.employees:after {
  content: '';
  position: absolute;
  left: -22px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 96px;
  height: 96px;
  border-radius: 96px;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
  box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
  top: 25px;
}
@media (max-width: 991px) {
  .employees:after {
    left: 0;
    right: 0;
    margin: auto;
    top: -48px;
  }
}
.employees.employees-1:after {
  background-image: url("../img/employees-1.png");
}
.employees.employees-2:after {
  background-image: url("../img/employees-2.png");
}
.employees.employees-3:after {
  background-image: url("../img/employees-3.png");
}
.employees.employees-4:after {
  background-image: url("../img/employees-4.png");
}
.employees.employees-5:after {
  background-image: url("../img/employees-5.png");
}
.employees.employees-6:after {
  background-image: url("../img/employees-6.png");
}
.employees:nth-child(even) {
  margin-left: 105px;
}
@media (max-width: 1200px) {
  .employees:nth-child(even) {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .employees:nth-child(even) {
    margin-left: 0;
  }
}
.employees .employees-name {
  color: #0e191c;
  font-size: 0.875rem;
  font-weight: 700;
  position: absolute;
  bottom: 22px;
}
@media (max-width: 991px) {
  .employees .employees-name {
    position: relative;
    bottom: auto;
  }
}
.employees .employees-name:after {
  content: '';
  position: absolute;
  left: -72px;
  background-image: url("../img/quotation.png");
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 13px;
  top: 5px;
}
@media (max-width: 991px) {
  .employees .employees-name:after {
    display: none;
  }
}
/*------------------------------
SLIDER
------------------------------*/
.slick-slider {
  position: relative;
}
display block,
box-sizing border-box,
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
display block img,
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 1;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  cursor: pointer;
}
.selection .slick-prev,
.selection .slick-next {
  width: 64px;
  height: 64px;
  padding: 0;
  color: #000;
  border: none;
  outline: none;
  background-color: #0e191c;
  border-radius: 64px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-image: url("../img/icons/expand_more.png");
  background-repeat: no-repeat;
  background-position: center;
}
.ventajas .slick-prev,
.ventajas .slick-next {
  width: 15px;
  height: 15px;
  color: #000;
  border: none;
  outline: none;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-image: url("../img/icons/expand_more_yellow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  top: 30%;
}
.slick-prev:hover,
.slick-prev:focus {
  outline: none;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.slick-prev {
  left: 0;
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}
[dir='rtl'] .slick-prev {
  right: 0;
  left: auto;
}
.slick-next {
  right: 0;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  width: 8px;
  height: 8px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #eec624;
  border-radius: 100%;
}
.selection img,
.selection01 img,
.selection02 img {
  width: auto;
  margin: 20px auto 40px;
  height: 136px;
}
@media (max-width: 991px) {
  .selection .slick-list,
  .selection01 .slick-list,
  .selection02 .slick-list {
    padding: 0 !important;
  }
}
.selection .slick-track,
.selection01 .slick-track,
.selection02 .slick-track {
  margin-top: 36px;
}
.selection .slick-track>div,
.selection01 .slick-track>div,
.selection02 .slick-track>div {
  background-repeat: no-repeat;
  -webkit-background-size: auto 342px;
  -moz-background-size: auto 342px;
  background-size: auto 342px;
  background-position: top center;
  text-align: center;
  height: 490px;
  position: relative;
}
.selection .slick-track>div.selection-1,
.selection01 .slick-track>div.selection-1,
.selection02 .slick-track>div.selection-1 {
  background-image: url("../img/background/fill1.png");
  background-image: url("../img/background/fill1.svg");
}
.selection .slick-track>div.selection-2,
.selection01 .slick-track>div.selection-2,
.selection02 .slick-track>div.selection-2 {
  background-image: url("../img/background/fill2.png");
  background-image: url("../img/background/fill2.svg");
}
.selection .slick-track>div.selection-3,
.selection01 .slick-track>div.selection-3,
.selection02 .slick-track>div.selection-3 {
  background-image: url("../img/background/fill3.png");
  background-image: url("../img/background/fill3.svg");
}
.selection .slick-track>div.selection-4,
.selection01 .slick-track>div.selection-4,
.selection02 .slick-track>div.selection-4 {
  background-image: url("../img/background/fill4.png");
  background-image: url("../img/background/fill4.svg");
}
.selection .slick-track>div.selection-5,
.selection01 .slick-track>div.selection-5,
.selection02 .slick-track>div.selection-5 {
  background-image: url("../img/background/fill5.png");
  background-image: url("../img/background/fill5.svg");
}
.selection .slick-track>div.selection-6,
.selection01 .slick-track>div.selection-6,
.selection02 .slick-track>div.selection-6 {
  background-image: url("../img/background/fill6.png");
  background-image: url("../img/background/fill6.svg");
}
@media (max-width: 576px) {
  .selection .slick-track>div,
  .selection01 .slick-track>div,
  .selection02 .slick-track>div {
    height: 500px;
  }
}
.selection .slick-track>div p,
.selection01 .slick-track>div p,
.selection02 .slick-track>div p {
  max-width: 366px;
  margin: 0 auto;
}
.selection .slick-track>div .selection-time,
.selection01 .slick-track>div .selection-time,
.selection02 .slick-track>div .selection-time {
  position: absolute;
  background-image: url("../img/icons/time.png");
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 1.125rem;
  color: #777;
  font-family: 'Roboto', sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 0 0 45px;
  height: 40px;
  left: 0;
  right: 0;
  bottom: 32px;
  white-space: nowrap;
  margin: auto;
}
@media (max-width: 991px) {
  .selection .slick-track>div .selection-time,
  .selection01 .slick-track>div .selection-time,
  .selection02 .slick-track>div .selection-time {
    margin: 30px auto;
    bottom: 0;
  }
}
.selection .slick-dots li button,
.selection01 .slick-dots li button,
.selection02 .slick-dots li button {
  width: 16px;
  height: 16px;
  background: #eec624;
}
.selection .slick-dots .slick-active button,
.selection01 .slick-dots .slick-active button,
.selection02 .slick-dots .slick-active button {
  background: #000;
}
.selection .slick-prev {
  display: none !important;
}
.experiences img {
  height: 550px;
  width: auto;
}
@media (max-width: 991px) {
  .experiences img {
    height: 320px;
    margin: 0 auto 300px;
  }
}
@media (max-width: 576px) {
  .experiences img {
    margin: 0 auto 400px;
  }
}
.experiences .slick-list {
  display: inline-block;
  width: 90%;
}
@media (max-width: 991px) {
  .experiences .slick-list {
    width: 100%;
  }
}
.experiences .slick-slide {
  text-align: center;
}
@media (max-width: 991px) {
  .experiences .slick-slide {
    margin: 0;
  }
}
.experiences .slick-dots {
  display: inline-block !important;
  width: 5%;
  vertical-align: top;
  position: relative;
  margin-top: 85px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .experiences .slick-dots {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 350px;
    width: 50px;
    left: -15px;
    height: 260px;
    background-color: #fff;
  }
}
.experiences .slick-dots li {
  display: block;
  margin: 15px 0 15px 20px;
}
@media (max-width: 991px) {
  .experiences .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
.experiences .slick-dots li.slick-active button {
  width: 32px;
  height: 32px;
  margin-left: -15px;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.experiences .slick-dots li.slick-active button#slick-slide-control40 {
  background-image: url("../img/slick-testimonios-1.png");
}
.experiences .slick-dots li.slick-active button#slick-slide-control41 {
  background-image: url("../img/slick-testimonios-2.png");
}
.experiences .slick-dots li.slick-active button#slick-slide-control42 {
  background-image: url("../img/slick-testimonios-3.png");
}
.experiences .slick-dots li.slick-active button#slick-slide-control43 {
  background-image: url("../img/slick-testimonios-4.png");
}
.experiences .slick-dots li.slick-active button#slick-slide-control44 {
  background-image: url("../img/slick-testimonios-5.png");
}
@media (max-width: 991px) {
  .experiences .slick-dots li.slick-active button {
    margin-left: -10px;
  }
}
.experiences .experiences-text {
  position: absolute;
  top: 90px;
  right: 50px;
  width: 35%;
}
@media (max-width: 991px) {
  .experiences .experiences-text {
    top: auto;
    top: 360px;
    right: 0;
    width: 85%;
  }
}
.ventajas__img {
  width: 650px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .ventajas__img {
    width: 100%;
  }
}
.ventajas-four__img {
  height: 130px;
  width: auto;
}
.ventajas {
  text-align: center;
  margin: 0 auto 80px;
  width: 520px;
}
@media (max-width: 991px) {
  .ventajas {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.ventajas p {
  margin: 0 auto;
  width: 70%;
}
@media (max-width: 576px) {
  .ventajas p {
    width: 75%;
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
/*------------------------------
AUTOCOMPLETE
------------------------------*/
.ui-autocomplete {
  cursor: default;
  background: #fff;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
  box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
  max-height: 213px;
  height: auto;
  overflow-y: scroll;
  z-index: 1600;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.ui-menu {
  list-style: none;
  padding: 10px 15px 10px 30px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 10px;
zoom1
  float: left;
  clear: left;
  width: 100%;
  font-size: 1.125rem;
}
.ui-menu .ui-menu-item:hover {
  background-color: #f6f6f6;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height1: 0.5;
  zoom: 1;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/*------------------------------
results
------------------------------*/
.results-back {
  padding: 16px;
  -webkit-box-shadow: 0 2px 30px 2px rgba(0,0,0,0.08);
  box-shadow: 0 2px 30px 2px rgba(0,0,0,0.08);
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 991px) {
  .navbar-nav-results {
    padding: 0.9rem 0;
  }
}
.navbar-nav-results .navbar-collapse {
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-nav-results .navbar-nav {
    display: block;
  }
}
@media (max-width: 991px) {
  .navbar-nav-results .navbar-nav .nav-item {
    display: inline-block;
  }
}
.results-count {
  color: #b1b1b1;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  margin-bottom: 32px;
}
.results-box {
  margin: 0 auto 15px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 0 #d7d7d7, inset 0 -1px 0 0 #d7d7d7, 0 2px 4px 0 rgba(0,0,0,0.08), 0 0 2px 0 rgba(0,0,0,0.08);
  box-shadow: inset 0 1px 0 0 #d7d7d7, inset 0 -1px 0 0 #d7d7d7, 0 2px 4px 0 rgba(0,0,0,0.08), 0 0 2px 0 rgba(0,0,0,0.08);
  height: 108px;
}
@media (max-width: 768px) {
  .results-box {
    height: auto;
    padding: 25px;
    width: 100%;
  }
}
.results-box>div {
  height: 108px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .results-box>div {
    height: auto;
    display: block;
  }
}
.results-box img {
  display: inline-block;
  margin-right: 100px;
}
@media (max-width: 991px) {
  .results-box img {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .results-box img {
    display: block;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.results-box .results-text {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .results-box .results-text {
    display: block;
    margin-bottom: 12px;
    color: #777;
  }
}
.results-box .results-city {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .results-box .results-city {
    display: block;
    margin-bottom: 30px;
    color: #777;
  }
}
.results-button {
  position: absolute;
  height: 108px;
  right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .results-button {
    height: auto;
    position: relative;
    right: inherit;
  }
}
.results-button button {
  width: 184px;
}
@media (max-width: 1200px) {
  .results-button button {
    width: 140px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .results-button button {
    background-color: transparent;
    border: none;
    height: auto;
    padding: 0;
    font-size: 1.125rem;
    text-align: left;
  }
}
.results-dest {
  margin: 0 auto 15px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 0 #d7d7d7, inset 0 -1px 0 0 #d7d7d7, 0 2px 4px 0 rgba(0,0,0,0.08), 0 0 2px 0 rgba(0,0,0,0.08);
  box-shadow: inset 0 1px 0 0 #d7d7d7, inset 0 -1px 0 0 #d7d7d7, 0 2px 4px 0 rgba(0,0,0,0.08), 0 0 2px 0 rgba(0,0,0,0.08);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 160px;
}
@media (max-width: 768px) {
  .results-dest {
    height: auto;
    padding: 25px;
    width: 100%;
  }
}
.results-dest>div {
  height: 160px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .results-dest>div {
    height: auto;
    display: block;
  }
}
.results-dest .results-dest-title {
  font-size: 2rem;
  display: inline-block;
  margin-right: 32px;
}
@media (max-width: 1200px) {
  .results-dest .results-dest-title {
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  .results-dest .results-dest-title {
    display: block;
    line-height: 2rem;
    margin-bottom: 15px;
  }
}
.results-dest .results-dest-text {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  display: inline-block;
}
@media (max-width: 1200px) {
  .results-dest .results-dest-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .results-dest .results-dest-text {
    display: block;
    margin-bottom: 30px;
    color: #777;
    font-size: 1rem;
  }
}
.results-dest button:hover {
  border: none;
}
@media (max-width: 768px) {
  .results-dest button {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
}
/*------------------------------
FOOTER
------------------------------*/
footer {
  background-color: #626a6e;
  margin-top: -5px;
  padding: 70px 30px;
}
@media (max-width: 768px) {
  footer {
    padding: 35px 30px;
  }
}
footer li {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9375rem;
}
footer li span {
  display: inline-block;
  text-align: right;
  width: 80px;
}
footer li a {
  display: inline-block !important;
}
