@charset "UTF-8";
/*variables*/
/* ============= MEDIA QUERIES ===========*/
/*============= END MEDIA QUERIES ================*/
/*texts&titles*/
.text-underline {
  text-decoration: underline !important;
}
.text__epic {
  font-size: calc(50px + (73 - 50) * ((100vw - 320px) / (1920 - 320)));
}
.text__md, .offices__number-num, .legal-text h2,
.legal-text h3,
.legal-text h4,
.legal-text h5,
.legal-text h6, .legal-text p, .references__text, .outstanding__item, ul li, .new__text, .new__description p, .new__summary *, .mobility-division__category, p, .list__md li {
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.text__md a, .offices__number-num a, .legal-text h2 a,
.legal-text h3 a,
.legal-text h4 a,
.legal-text h5 a,
.legal-text h6 a, .legal-text p a, .references__text a, .outstanding__item a, ul li a, .new__text a, .new__description p a, .new__summary * a, .mobility-division__category a, p a, .list__md li a {
  font-size: 1rem;
}
.text__sm, header .navbar-nav .nav-link {
  font-size: 1rem;
}
.text__xs, .offices__address a, header .config__lang {
  font-size: 0.875rem;
}
.text__xxs {
  font-size: 0.75rem;
}
.text-primary {
  color: #ef7215 !important;
}
.text-inherit {
  text-transform: inherit !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}

.title__lg, .objective-banner__text {
  font-size: calc(28px + (36 - 28) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 800;
}
.title__md {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  text-transform: uppercase;
  color: #454545;
  margin-bottom: 1rem;
  padding-top: 0.2rem;
}
.title__sm, legend span {
  font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  text-transform: uppercase;
}

a.link,
.link {
  color: #ef7215;
}
a.link:hover, a.link:active, a.link:focus,
.link:hover,
.link:active,
.link:focus {
  color: #ef7215 !important;
  text-decoration: underline !important;
}

.list, .list--hypens, .list--color {
  list-style-type: none;
  padding-left: 1.5rem;
  margin-top: 1.5rem;
}
.list li, .list--hypens li, .list--color li {
  list-style-type: none;
  position: relative;
}
.list li::after, .list--hypens li::after, .list--color li::after {
  content: "\F0C8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 11px;
  left: -1.5rem;
  font-size: 0.5rem;
  color: #454545;
}
.list__md li {
  padding: 3px 0;
}
.list--color li::after {
  color: #ef7215;
}
.list--hypens a {
  transition: all 0.3s ease-in;
}
.list--hypens a:hover, .list--hypens a:focus, .list--hypens a:active {
  color: #ef7215;
  transition: all 0.3s ease-in;
}
.list--hypens li::after {
  content: "\F068";
  top: 7px;
}

.badge {
  font-size: 0.75rem;
  border-radius: 3px;
  padding: 5px 10px;
}
.badge-outline-secondary {
  border: 1px solid #e5e5e5;
  color: #454545;
  font-weight: normal;
  transition: all 0.3s ease-in;
}
.badge-outline-secondary:hover, .badge-outline-secondary:focus, .badge-outline-secondary:active {
  background-color: #e5e5e5;
  color: #454545;
  transition: all 0.3s ease-in;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.btn {
  font-size: 0.875rem;
}
.btn-primary {
  background-color: #ef7215;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  border-color: #ef7215;
  transition: all 0.3s ease-in;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #f5a02c !important;
  border-color: #f5a02c !important;
  transition: all 0.3s ease-in;
}
.btn-outline-default, .btn-outline-dark {
  border-width: 3px;
  border-color: #ef7215;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-left: 0.8rem;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 0;
}
.btn-outline-default.text-dark:hover, .text-dark.btn-outline-dark:hover, .btn-outline-default.text-dark:active, .text-dark.btn-outline-dark:active, .btn-outline-default.text-dark:focus, .text-dark.btn-outline-dark:focus {
  color: #fff !important;
}
.btn-outline-default > *, .btn-outline-dark > * {
  position: relative;
  z-index: 1;
}
.btn-outline-default::before, .btn-outline-dark::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
  width: 3px;
  height: 115%;
  border-radius: 200px;
  background-color: #ef7215;
}
.btn-outline-default::after, .btn-outline-dark::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #ef7215;
  transition: all 0.2s ease-in;
}
.btn-outline-default:hover, .btn-outline-dark:hover, .btn-outline-default:active, .btn-outline-dark:active, .btn-outline-default:focus, .btn-outline-dark:focus {
  color: #fff;
}
.btn-outline-default:hover::after, .btn-outline-dark:hover::after, .btn-outline-default:active::after, .btn-outline-dark:active::after, .btn-outline-default:focus::after, .btn-outline-dark:focus::after {
  width: 100%;
  transition: all 0.2s ease-in;
}
.btn-outline-dark {
  border-color: #454545;
}
.btn-outline-dark::before {
  background-color: #454545;
}
.btn-outline-dark::after {
  background-color: #454545;
}
.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
  color: #fff;
  background-color: transparent;
}
.btn-outline-dark:hover::after, .btn-outline-dark:active::after, .btn-outline-dark:focus::after {
  width: 100%;
  transition: all 0.3s ease-in;
}

.hr__xl {
  width: 100%;
  height: 21px;
  background-color: #454545;
  border: none;
  margin-bottom: 1rem;
  margin-top: 0;
}
.hr__xs {
  background-color: #ef7215;
  border-radius: 200px;
  border: none;
  width: 30px;
  height: 2px;
  margin: 0.5rem 0;
}

.w-60 {
  width: 60%;
}
.w-40 {
  width: 40%;
}
.w-extrabold {
  font-weight: 800;
}
.w-semibold {
  font-weight: 600;
}
.w-normal {
  font-weight: 400;
}

.custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
  border-radius: 100% !important;
}
.custom-radio .custom-control-label::after {
  background-size: 65%;
}
.custom-control .link {
  color: #454545;
  text-decoration: underline;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ef7215;
  border-color: #ef7215;
}
.custom-control-label::before, .custom-control-label::after {
  width: 11px;
  height: 11px;
  border-radius: 0 !important;
  top: 0.45rem;
}

.form-group {
  position: relative;
  margin-bottom: 2rem;
}
.form-group label.active {
  position: absolute;
  top: 0.5rem;
  margin: 0;
  font-size: 0.75rem;
  color: #454545;
  top: -1rem;
}
.form-group .input-group-text {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #999999;
  border-radius: 0;
}
.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/caret-down.svg) 98% center no-repeat;
}
.form-group select + label {
  font-size: 0.75rem;
  color: #454545;
  top: -1rem;
  transition: all 0.3s ease-in;
}
.form-group .form-control {
  border: none;
  border-bottom: 1px solid #999999;
  font-size: 1rem;
  color: #000;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
}
.form-group .form-control::-moz-placeholder {
  color: #454545;
}
.form-group .form-control:-ms-input-placeholder {
  color: #454545;
}
.form-group .form-control::-ms-input-placeholder {
  color: #454545;
}
.form-group .form-control::placeholder {
  color: #454545;
}
.form-group .form-control + label {
  position: absolute;
  top: 0.5rem;
  margin: 0;
  transition: all 0.3s ease-in;
}
.form-group .form-control + label.active {
  font-size: 0.75rem;
  color: #454545;
  top: -1rem;
}
.form-group .form-control:focus, .form-group .form-control:active, .form-group .form-control:hover {
  outline: 1px solid transparent !important;
  box-shadow: none;
  border-color: #ef7215;
  border-width: 1px;
  color: #ef7215;
}
.form-group .form-control:focus + .input-group-append .input-group-text, .form-group .form-control:active + .input-group-append .input-group-text, .form-group .form-control:hover + .input-group-append .input-group-text {
  border-color: #ef7215;
  border-width: 1px;
}
.form-group .form-control:focus + label, .form-group .form-control:active + label, .form-group .form-control:hover + label {
  font-size: 0.75rem;
  color: #454545;
  top: -1rem;
  transition: all 0.3s ease-in;
}

/*Codi Xipset*/
.formulario-catalogo {
  height: 0px;
  opacity: 0;
  background-color: #f1f1f1;
  padding: 20px 0;
  pointer-events: none;
  transition: opacity 1s ease;
}

.formulario-catalogo.mostrar {
  height: auto;
  opacity: 1;
  pointer-events: auto;
}

legend {
  position: relative;
}
legend span {
  background-color: #e5e5e5;
  padding: 0 1rem 0 0;
  position: relative;
  z-index: 1;
}
legend::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #cccccc;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

html {
  position: relative;
}
html.scrollbar-active {
  height: 100vh;
  overflow: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  padding-top: 140px;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden !important;
}

button:focus, button:active, button:hover {
  outline: 1px solid transparent !important;
}

section {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  section {
    padding: 1.5rem 0;
  }
}
section.division {
  padding: 0;
}

p {
  color: #454545;
}
p a {
  color: #ef7215 !important;
  text-decoration: underline !important;
}
p a:hover, p a:focus, p a:active {
  color: inherit;
}

a {
  text-decoration: none !important;
  color: inherit;
}

strong {
  font-weight: 600;
}

figure {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-bottom: 0;
}

.container-fluid {
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.table .thead-dark th {
  background-color: #454545;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 1rem 0 0 0;
}
.breadcrumb-item {
  font-size: 0.75rem;
  font-weight: 400;
  color: #666666;
}
.breadcrumb-item a {
  transition: all 0.3s ease-in;
}
.breadcrumb-item a:focus, .breadcrumb-item a:active, .breadcrumb-item a:hover {
  color: #ef7215;
  transition: all 0.3s ease-in;
}
.breadcrumb-item.active {
  font-weight: 600;
}

/*navbar*/
header {
  display: flex;
  align-items: center;
  transform: translateZ(0);
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 99;
  transition: all 0.3s ease-in;
  /*config*/
}
@media (max-width: 992px) {
  header {
    padding: 0 15px !important;
    transform: none;
  }
}
header .dropdown-title {
  border-left: 1px solid #454545;
  padding-left: 8px;
  line-height: 90%;
  margin: 15px 0 !important;
}
header .dropdown-title-orange {
  border-left: 1px solid #ef7215;
  padding-left: 8px;
  line-height: 90%;
  margin: 15px 0 !important;
}
header.fixed {
  position: fixed;
  top: 0rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in;
  height: 100px;
}
header.fixed .config {
  display: none;
}
header.fixed .navbar-collapse.show {
  position: fixed;
  width: 100%;
  left: 0;
}
header.fixed .navbar-collapse.show .navbar-nav {
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 93vh !important;
}
@media (max-width: 992px) {
  header.fixed .navbar-collapse.show .navbar-nav {
    top: 35px;
  }
}
@media (max-width: 767px) {
  header.fixed .navbar-collapse.show .navbar-nav {
    top: 34px;
    height: 89vh !important;
  }
}
header.fixed .navbar-brand img {
  /*
  Miquel Xipset
  height: 40px;*/
  transform: translateY(-9px);
}
@media (max-width: 767px) {
  header.fixed .navbar-brand img {
    transform: translateY(-56px);
  }
}
header.fixed .navbar-toggler {
  outline: 1px solid transparent !important;
  margin-top: 0 !important;
}
header.fixed .navbar-toggler:focus, header.fixed .navbar-toggler:active, header.fixed .navbar-toggler:hover {
  outline: 1px solid transparent !important;
}
header .dropdown-toggle::after {
  display: none;
}
header .dropdown-menu {
  position: fixed !important;
  left: 0;
  right: 0;
  margin: auto;
  width: 89%;
  background-color: #e5e5e5;
  z-index: 9;
  border-radius: 0;
  padding: 2rem 80px;
  margin-top: 1rem;
}
header .dropdown-menu-events {
  position: fixed !important;
  left: 0;
  right: 0;
  width: 89%;
  background-color: #e5e5e5;
  z-index: 9;
  border-radius: 0;
  padding: 25px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: 255px;
}
@media (max-width: 992px) {
  header .dropdown-menu {
    position: static !important;
    padding: 15px;
    width: 100%;
    border: none;
  }
  header .dropdown-menu * {
    font-size: 0.75rem;
  }
  header .dropdown-menu .col {
    flex: 1 1 100%;
  }
}
@media (max-width: 767px) {
  header .dropdown-menu .text__sm.w-semibold, header .dropdown-menu .navbar-nav .w-semibold.nav-link, header .navbar-nav .dropdown-menu .w-semibold.nav-link {
    margin: 0.5rem 0;
  }
}
header .dropdown-menu .col:nth-child(even) legend::after {
  background-color: #454545;
}
header .dropdown-menu legend {
  margin-top: 1.5rem;
}
header .dropdown-menu legend::after {
  content: "";
  background-color: #ef7215;
  height: 17px;
  width: 100%;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 992px) {
  header .dropdown-menu legend::after {
    display: none;
  }
}
header .dropdown-menu * {
  color: #454545;
}
header .dropdown-menu a {
  display: block;
  margin: 0.4rem 0;
  transition: all 0.3s ease-in;
}
header .dropdown-menu a:hover, header .dropdown-menu a:focus, header .dropdown-menu a:active {
  color: #ef7215;
  transition: all 0.3s ease-in;
}
header .navbar {
  padding-right: 0;
}
@media (max-width: 992px) {
  header .navbar {
    padding: 0;
  }
}
@media (max-width: 992px) {
  header .navbar-collapse .navbar-nav {
    height: 0 !important;
    transition-property: all, opacity !important;
    transition-duration: 0s, 0.3s !important;
    position: relative;
    top: -86vh;
    width: 100%;
    height: 86vh !important;
    background-color: #fff;
    opacity: 0;
    background-image: url(../img/imagotype.svg);
    background-position: 110% 110%;
    background-size: 50%;
    background-repeat: no-repeat;
    overflow-y: auto;
    padding: 30px;
  }
  header .navbar-collapse.show .navbar-nav {
    opacity: 1;
    height: 86vh !important;
    top: 0;
    transition-property: all, opacity !important;
    transition-duration: 0s, 0.3s !important;
  }
}
@media (max-width: 992px) {
  header .navbar-collapse .navbar-nav {
    padding: 15px;
  }
}
header .navbar-toggler {
  margin-left: auto;
  padding: 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  header .navbar-toggler {
    margin-top: 2rem;
  }
}
header .navbar-brand {
  /*
  Miquel Xipset
  margin-top: 1.2rem;*/
}
@media (max-width: 992px) {
  header .navbar-brand {
    position: absolute;
    top: 0;
    left: 15px;
  }
}
@media (max-width: 767px) {
  header .navbar-brand {
    top: 60px;
  }
  header .navbar-brand img {
    width: 7rem;
  }
}
header .navbar-nav .nav-link {
  position: relative;
  color: #666666;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  padding: 0 !important;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
@media (max-width: 1200px) {
  header .navbar-nav .nav-link {
    font-size: 0.875rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 1024px) {
  header .navbar-nav .nav-link {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 992px) {
  header .navbar-nav .nav-link {
    font-size: 3rem;
    text-transform: lowercase;
    font-weight: 800;
    color: #000;
  }
}
@media (max-width: 767px) {
  header .navbar-nav .nav-link {
    font-size: 2rem;
  }
}
header .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  width: 0;
  height: 4px;
  background-color: transparent;
  transition: all 0.3s ease-in;
}
header .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0 !important;
}
header .navbar-nav .nav-item:hover .nav-link, header .navbar-nav .nav-item:focus .nav-link, header .navbar-nav .nav-item:active .nav-link {
  color: #454545;
  transition: all 0.3s ease-in;
}
header .navbar-nav .nav-item:hover .nav-link::before, header .navbar-nav .nav-item:focus .nav-link::before, header .navbar-nav .nav-item:active .nav-link::before {
  content: "";
  width: 24px;
  background-color: #ef7215;
  transition: all 0.3s ease-in;
}
@media (max-width: 992px) {
  header .navbar-nav .nav-item:hover .nav-link::before, header .navbar-nav .nav-item:focus .nav-link::before, header .navbar-nav .nav-item:active .nav-link::before {
    right: auto;
    left: 0;
    bottom: 0;
  }
}
header .navbar-nav .nav-item.active .nav-link {
  color: #454545;
  font-weight: 600;
}
@media (max-width: 992px) {
  header .navbar-nav .nav-item.active .nav-link {
    color: #ef7215;
    font-weight: 800;
  }
}
header .navbar-nav .nav-item.active .nav-link::before {
  content: "";
  width: 24px;
  background-color: #ef7215;
  transition: all 0.3s ease-in;
}
@media (max-width: 992px) {
  header .navbar-nav .nav-item.active .nav-link::before {
    right: auto;
    left: 0;
    bottom: 0;
  }
}
header .config {
  margin-bottom: 1.5rem;
  background-color: #ef7215;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem;
  max-width: 30rem;
  height: 4rem;
  margin-left: auto;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 767px) {
  header .config {
    padding: 5px;
    height: 3rem;
    margin: 0 -15px;
  }
}
header .config::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 4rem solid transparent;
  border-right: 15px solid #ef7215;
  position: absolute;
  top: 0;
  left: -0.95rem;
}
@media (max-width: 767px) {
  header .config::before {
    display: none;
  }
}
header .config > div {
  margin: 0 0.5rem;
}
header .config__portal {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .config__portal .text__xs, header .config__portal .offices__address a, .offices__address header .config__portal a, header .config__portal .config__lang {
    font-size: 0.65rem !important;
  }
}
header .config__portal:hover img, header .config__portal:active img, header .config__portal:focus img {
  transform: scale(1.2);
  transition: all 0.3s ease-in;
}
header .config__portal img {
  margin-right: 0.5rem;
  transition: all 0.3s ease-in;
}
header .config__portal * {
  margin-bottom: 0;
  color: #fff;
}
header .config__lang * {
  color: #fff;
  margin: 0 0.5rem;
  position: relative;
  opacity: 0.6;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  header .config__lang * {
    margin: 0 0.1rem;
  }
}
header .config__lang *::before {
  content: "";
  width: 0;
  height: 4px;
  background-color: transparent;
  position: absolute;
  bottom: -0.2rem;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s ease-in;
}
header .config__lang *.active, header .config__lang *:hover, header .config__lang *:focus, header .config__lang *:active {
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease-in;
}
header .config__lang *.active::before, header .config__lang *:hover::before, header .config__lang *:focus::before, header .config__lang *:active::before {
  content: "";
  background-color: #fff;
  width: 100%;
  transition: all 0.3s ease-in;
}
header .config__media a {
  opacity: 0.9;
  transition: all 0.3s ease-in;
  display: inline-block;
}
header .config__media a:hover, header .config__media a:focus, header .config__media a:active {
  opacity: 1;
  transition: all 0.3s ease-in;
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
header .config__media img {
  width: 1.7rem;
  margin: 0 0.2rem;
}

.block-text, .block-text-horizontal--dark, .block-text--dark {
  padding-left: 2rem;
  position: relative;
}
.block-text::before, .block-text-horizontal--dark::before, .block-text--dark::before {
  content: "";
  background-color: #ef7215;
  width: 4px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 200px;
}
.block-text--dark::before {
  background-color: #454545;
}

.block-text-horizontal {
  padding-left: 2rem;
  position: relative;
}
.block-text-horizontal::before {
  content: "";
  background-color: #ef7215;
  width: 4px;
  height: 36px;
  position: absolute;
  top: 20px;
  left: 46px;
  border-radius: 200px;
  /* right: -8rem; */
  /* opacity: 0.7; */
  transform: rotate(90deg);
}
@media (max-width: 576px) {
  .block-text-horizontal::before {
    top: 15px;
  }
}
.block-text-horizontal--dark::before {
  background-color: #454545;
}

/*slider*/
.slider, .slider--dark, .slider--min, .slider--md, .slider--lg, .home-section .slider, .home-section .slider--lg, .home-section .slider--md, .home-section .slider--min, .home-section .slider--dark {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.slider .carousel-indicators li, .slider--dark .carousel-indicators li, .slider--min .carousel-indicators li, .slider--md .carousel-indicators li, .slider--lg .carousel-indicators li {
  height: 6px;
  margin-right: 6px;
  margin-left: 6px;
  background-color: #e5e5e5;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.slider .carousel-indicators li.active, .slider--dark .carousel-indicators li.active, .slider--min .carousel-indicators li.active, .slider--md .carousel-indicators li.active, .slider--lg .carousel-indicators li.active {
  background-color: #ef7215;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .slider .carousel-indicators, .slider--dark .carousel-indicators, .slider--min .carousel-indicators, .slider--md .carousel-indicators, .slider--lg .carousel-indicators {
    margin-bottom: 0;
  }
}
.slider .carousel-item, .slider--dark .carousel-item, .slider--min .carousel-item, .slider--md .carousel-item, .slider--lg .carousel-item {
  position: relative;
  height: 100%;
}
.slider .carousel-item img, .slider--dark .carousel-item img, .slider--min .carousel-item img, .slider--md .carousel-item img, .slider--lg .carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  bottom: 0;
  right: 0;
  max-width: inherit;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .slider .carousel-item img, .slider--dark .carousel-item img, .slider--min .carousel-item img, .slider--md .carousel-item img, .slider--lg .carousel-item img {
    left: auto;
    right: -50%;
    position: relative;
    right: auto;
    margin: 0 auto;
    height: 200px;
  }
}
.slider .carousel-caption, .slider--dark .carousel-caption, .slider--min .carousel-caption, .slider--md .carousel-caption, .slider--lg .carousel-caption {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 18px;
  max-width: 535px;
  bottom: 5rem;
  left: 9rem;
  text-align: left;
  padding: 2rem;
}
@media (max-width: 992px) {
  .slider .carousel-caption, .slider--dark .carousel-caption, .slider--min .carousel-caption, .slider--md .carousel-caption, .slider--lg .carousel-caption {
    left: 3rem;
  }
}
@media (max-width: 767px) {
  .slider .carousel-caption, .slider--dark .carousel-caption, .slider--min .carousel-caption, .slider--md .carousel-caption, .slider--lg .carousel-caption {
    max-width: inherit;
    padding: 25px;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0;
    position: relative;
    padding-bottom: 3rem;
    background-color: #000;
    padding: 1rem;
  }
  .slider .carousel-caption .btn, .slider--dark .carousel-caption .btn, .slider--min .carousel-caption .btn, .slider--md .carousel-caption .btn, .slider--lg .carousel-caption .btn {
    margin-bottom: 2rem;
  }
}
.slider .carousel-inner, .slider--dark .carousel-inner, .slider--min .carousel-inner, .slider--md .carousel-inner, .slider--lg .carousel-inner {
  height: 456px;
}
@media (max-width: 767px) {
  .slider .carousel-inner, .slider--dark .carousel-inner, .slider--min .carousel-inner, .slider--md .carousel-inner, .slider--lg .carousel-inner {
    height: auto;
  }
}
.slider--lg .carousel-inner, .home-section .slider .carousel-inner, .home-section .slider--md .carousel-inner, .home-section .slider--min .carousel-inner, .home-section .slider--dark .carousel-inner {
  height: 70vh;
}
@media (max-width: 767px) {
  .slider--lg .carousel-inner, .home-section .slider .carousel-inner, .home-section .slider--md .carousel-inner, .home-section .slider--min .carousel-inner, .home-section .slider--dark .carousel-inner {
    height: auto;
  }
}
.slider--md .carousel-inner {
  height: 355px;
}
@media (max-width: 767px) {
  .slider--md .carousel-inner {
    height: 155px;
  }
}
.slider--min .carousel-inner {
  height: 174px;
}
@media (max-width: 767px) {
  .slider--min .carousel-inner {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .slider--min .carousel-item img {
    left: 0;
    right: 0;
  }
}
.slider--dark .carousel-item {
  background-color: #000;
}
.slider--dark .carousel-item img {
  opacity: 0.6;
}

/*division*/
.division {
  display: flex;
  align-items: center;
}
.division .triangle {
  position: absolute;
  top: -2rem;
  opacity: 0.7;
  right: -8rem;
  transform: rotate(167deg);
}
.division .triangle-gray {
  position: absolute;
  left: -8em;
  top: -2rem;
  opacity: 0.7;
  transform: rotate(0deg);
}
.division__info {
  position: absolute;
  bottom: 40px;
  z-index: 1;
  max-width: 70%;
}
.division__info img {
  margin-bottom: 1rem;
}
.division__img {
  flex: 1;
  height: 458px;
  position: relative;
  padding: 80px;
  overflow: hidden;
}
.division__img * {
  color: #fff;
}
.division__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.division__img:last-child {
  margin-left: 2px;
}
.division__img:first-child {
  margin-right: 2px;
}
@media (max-width: 767px) {
  .division {
    flex-wrap: wrap;
    margin: 3px;
    width: 98%;
    overflow: hidden;
  }
  .division__info {
    max-width: 90%;
    position: relative;
    bottom: 0;
  }
  .division__img {
    margin: 2px 0;
    height: auto;
    padding: 15px;
    flex: 1 1 100%;
  }
}

.news__item {
  display: block;
}
@media (max-width: 992px) {
  .news__item {
    margin-bottom: 3rem;
  }
}
.news__item:hover .news__text, .news__item:focus .news__text, .news__item:active .news__text {
  color: #ef7215;
  transition: all 0.3s ease-in;
}
.news__img {
  padding-top: 50%;
}
.news__date {
  color: #666666;
  font-size: 0.875rem;
}
.news__text {
  font-weight: 600;
  color: #666666;
  line-height: 1.5em;
  transition: all 0.3s ease-in;
}
.news__info, .benefits__in, .job-offers__in {
  background-color: #e5e5e5;
  padding: 10px;
  position: relative;
  min-height: 11rem;
}
.news__info::before, .benefits__in::before, .job-offers__in::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 3rem;
  transform: skew(0deg, 3deg);
  background-color: #e5e5e5;
  z-index: -1;
}
.news--grey {
  background-color: #e5e5e5;
}
.news--grey .news__item {
  margin: 2rem 0;
}
.news--grey .news__info, .news--grey .benefits__in, .news--grey .job-offers__in {
  background-color: #fff;
}
.news--grey .news__info::before, .news--grey .benefits__in::before, .news--grey .job-offers__in::before {
  content: "";
  background-color: #fff;
}

/*lpr-experts*/
.lpr-experts, .footer__address, .vehicle-detection, .references {
  position: relative;
  margin: 4rem 0;
  min-height: 35rem;
  display: flex;
  align-items: center;
  background: #ef7215;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ef7215), color-stop(46%, #ef7215), color-stop(100%, #f5a02c));
  background: linear-gradient(to right, #ef7215 0%, #ef7215 46%, #f5a02c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef7315", endColorstr="#f5a12c", GradientType=1);
}
.lpr-experts *, .footer__address *, .vehicle-detection *, .references * {
  color: #fff;
}
.lpr-experts__img {
  height: 481px;
  width: 100%;
}
@media (max-width: 992px) {
  .lpr-experts__img {
    margin-top: 2rem;
    height: 270px;
  }
}
.lpr-experts::before, .footer__address::before, .vehicle-detection::before, .references::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background: #ef7215;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ef7215), color-stop(46%, #ef7215), color-stop(100%, #f5a02c));
  background: linear-gradient(to right, #ef7215 0%, #ef7215 46%, #f5a02c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef7315", endColorstr="#f5a12c", GradientType=1);
  transform: skew(0, 2deg);
}
.lpr-experts::after, .footer__address::after, .vehicle-detection::after, .references::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background: #ef7215;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ef7215), color-stop(46%, #ef7215), color-stop(100%, #f5a02c));
  background: linear-gradient(to right, #ef7215 0%, #ef7215 46%, #f5a02c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef7315", endColorstr="#f5a12c", GradientType=1);
  transform: skew(0, -2deg);
}

.sectors__in {
  background-color: #e5e5e5;
}
.sectors__tab {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .sectors__tab {
    flex-wrap: wrap;
  }
}
.sectors__img {
  width: 100%;
}
.sectors__img > * {
  height: 100%;
}
@media (max-width: 767px) {
  .sectors__img > * {
    height: 250px;
  }
}
.sectors__text {
  padding: 3rem;
  width: 75%;
  position: relative;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .sectors__text {
    width: 100%;
    padding: 1rem !important;
  }
  .sectors__text::after {
    display: none;
  }
}
.sectors__text > * {
  position: relative;
  z-index: 1;
}
.sectors__text .btn {
  white-space: nowrap;
  position: absolute;
  bottom: 2rem;
  left: 3rem;
  background-color: #e5e5e5;
  color: #454545;
  z-index: 9;
}
@media (max-width: 767px) {
  .sectors__text .btn {
    white-space: inherit;
    position: relative;
    top: 0;
    left: 0;
  }
}
.sectors__text::after {
  content: "";
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4rem;
  margin: auto;
  height: 100%;
  width: 100%;
  transform: skew(-12deg, 0);
  z-index: 0;
}
.sectors .tab-content,
.sectors .tab-content div {
  height: 100%;
}
@media (max-width: 767px) {
  .sectors .tab-content,
.sectors .tab-content div {
    height: auto;
  }
}
.sectors .nav-pills {
  border-right: 1px solid #cccccc;
  height: 90%;
  padding: 0;
  margin: 30px 0;
}
@media (max-width: 992px) {
  .sectors .nav-pills {
    border-bottom: 1px solid #cccccc;
    border-right: 0;
    background-color: #e5e5e5;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
}
.sectors .nav-link {
  padding-left: 2rem;
  color: #999999;
  position: relative;
  transition: all 0.3s ease-in;
}
.sectors .nav-link:hover, .sectors .nav-link:focus, .sectors .nav-link:active {
  color: #454545;
  transition: all 0.3s ease-in;
}
.sectors .nav-link.active {
  background-color: transparent;
  color: #454545;
  font-weight: 600;
}
.sectors .nav-link.active::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 3px;
  width: 21px;
  background-color: #ef7215;
}

.vehicle-detection__img {
  height: 481px;
  width: 100%;
}
@media (max-width: 992px) {
  .vehicle-detection__img {
    margin-top: 2rem;
    height: 270px;
  }
}
.vehicle-detection::before, .references::before {
  transform: skew(0, -2deg);
}
.vehicle-detection::after, .references::after {
  transform: skew(0, 2deg);
}

.events-token__img {
  height: 245px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-direction: column;
}
@media (max-width: 992px) {
  .events-token__img {
    height: 175px;
  }
}
.events-token__img img {
  min-width: 100%;
  max-width: inherit;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.events-view__in {
  background-color: #f5f5f5;
  padding: 1.5rem;
  height: 100%;
}
.events-view__event {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .events-view__event {
    flex-wrap: wrap;
  }
}
.events-view__event hr {
  background-color: #e5e5e5;
}
.events-view__event .text__sm, .events-view__event header .navbar-nav .nav-link, header .navbar-nav .events-view__event .nav-link {
  color: #666666;
}
.events-view__img {
  background-color: #fff;
  height: 220px;
  width: 270px;
  position: relative;
  border: 1px solid #e5e5e5;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
}
@media (max-width: 992px) {
  .events-view__img {
    margin-bottom: 1rem;
  }
}
.events-view__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}
.events__date {
  background-color: #454545;
  padding: 0.5rem 1.5rem;
  position: absolute;
  bottom: -1rem;
  left: 1.5rem;
  color: #fff;
}
.events__in {
  border: 1px solid #e5e5e5;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 220px;
  position: relative;
  transition: all 0.3s ease-in;
}
.events__in:hover, .events__in:active, .events__in:focus {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  transition: all 0.3s ease-in;
}
.events__in img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  text-align: center;
}

.mobility-division, .mobility-works, .offer, .references--dark, .features--dark {
  position: relative;
  margin: 4rem 0;
  min-height: 35rem;
  background: #454545;
  background: -webkit-gradient(left top, right top, color-stop(0%, #666666), color-stop(46%, #666666), color-stop(100%, #000));
  background: linear-gradient(to right, #666666 0%, #666666 46%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#666", endColorstr="#000", GradientType=1);
}
.mobility-division .slider, .mobility-works .slider, .offer .slider, .references--dark .slider, .features--dark .slider, .mobility-division .slider--lg, .mobility-works .slider--lg, .offer .slider--lg, .references--dark .slider--lg, .features--dark .slider--lg, .mobility-division .slider--md, .mobility-works .slider--md, .offer .slider--md, .references--dark .slider--md, .features--dark .slider--md, .mobility-division .slider--min, .mobility-works .slider--min, .offer .slider--min, .references--dark .slider--min, .features--dark .slider--min, .mobility-division .slider--dark, .mobility-works .slider--dark, .offer .slider--dark, .references--dark .slider--dark, .features--dark .slider--dark {
  box-shadow: none;
}
.mobility-division .slider .carousel-inner, .mobility-works .slider .carousel-inner, .offer .slider .carousel-inner, .references--dark .slider .carousel-inner, .features--dark .slider .carousel-inner, .mobility-division .slider--lg .carousel-inner, .mobility-works .slider--lg .carousel-inner, .offer .slider--lg .carousel-inner, .references--dark .slider--lg .carousel-inner, .features--dark .slider--lg .carousel-inner, .mobility-division .slider--md .carousel-inner, .mobility-works .slider--md .carousel-inner, .offer .slider--md .carousel-inner, .references--dark .slider--md .carousel-inner, .features--dark .slider--md .carousel-inner, .mobility-division .slider--min .carousel-inner, .mobility-works .slider--min .carousel-inner, .offer .slider--min .carousel-inner, .references--dark .slider--min .carousel-inner, .features--dark .slider--min .carousel-inner, .mobility-division .slider--dark .carousel-inner, .mobility-works .slider--dark .carousel-inner, .offer .slider--dark .carousel-inner, .references--dark .slider--dark .carousel-inner, .features--dark .slider--dark .carousel-inner {
  height: auto;
}
.mobility-division *, .mobility-works *, .offer *, .references--dark *, .features--dark * {
  color: #fff;
}
.mobility-division iframe, .mobility-works iframe, .offer iframe, .references--dark iframe, .features--dark iframe {
  margin-top: 2rem;
}
.mobility-division .carousel-indicators, .mobility-works .carousel-indicators, .offer .carousel-indicators, .references--dark .carousel-indicators, .features--dark .carousel-indicators {
  position: relative;
  margin: 2rem auto 0 auto;
}
@media (max-width: 992px) {
  .mobility-division .carousel-indicators, .mobility-works .carousel-indicators, .offer .carousel-indicators, .references--dark .carousel-indicators, .features--dark .carousel-indicators {
    margin-top: 0;
  }
}
.mobility-division .title__md, .mobility-works .title__md, .offer .title__md, .references--dark .title__md, .features--dark .title__md {
  text-transform: inherit;
}
.mobility-division .btn, .mobility-works .btn, .offer .btn, .references--dark .btn, .features--dark .btn {
  margin-top: 2rem;
}
.mobility-division__category {
  color: #999999 !important;
  font-weight: 600;
}
.mobility-division__img {
  width: 60%;
  padding-top: 45%;
}
@media (max-width: 992px) {
  .mobility-division__img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mobility-division__img {
    height: 200px;
  }
}
.mobility-division__in {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.mobility-division__caption {
  background-color: #fff;
  width: 40%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .mobility-division__caption {
    width: 100%;
  }
}
.mobility-division__caption * {
  color: #454545;
}
.mobility-division::before, .mobility-works::before, .offer::before, .references--dark::before, .features--dark::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background: #454545;
  background: -webkit-gradient(left top, right top, color-stop(0%, #666666), color-stop(46%, #666666), color-stop(100%, #000));
  background: linear-gradient(to right, #666666 0%, #666666 46%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#666", endColorstr="#000", GradientType=1);
  transform: skew(0, -2deg);
}
@media (max-width: 767px) {
  .mobility-division .carousel-inner, .mobility-works .carousel-inner, .offer .carousel-inner, .references--dark .carousel-inner, .features--dark .carousel-inner {
    height: auto;
  }
}

.contact {
  position: relative;
  padding-bottom: 0;
  z-index: 2;
}
.contact::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80%;
  background-color: #e5e5e5;
  z-index: 0;
}
.contact__in {
  background-color: #fff;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transform: translateY(20px);
}
.contact__trapezoid {
  position: absolute;
  top: 0;
  left: 0;
}
.contact .btn {
  color: #454545;
}
.contact-view__in {
  padding: 1.5rem;
  background-image: url(../img/imagotype--min.svg);
  background-repeat: no-repeat;
  background-position: 110% 120%;
  background-size: 50%;
  background-color: #454545;
  height: 100%;
}

.footer {
  background-color: #000;
  padding-top: 3rem;
  color: #cccccc;
  position: relative;
}
@media (max-width: 992px) {
  .footer .row > div {
    margin-top: 2rem;
  }
}
.footer .custom-control-label {
  font-size: 0.75rem;
}
.footer .custom-control-label::before {
  background-color: #999999;
  border-color: #999999;
}
.footer .custom-control-label::before, .footer .custom-control-label::after {
  width: 14px;
  height: 14px;
}
.footer .custom-control-label a {
  text-decoration: underline !important;
}
.footer .form-group:not(:last-of-type) {
  background-color: #999999;
  margin-bottom: 0.5rem;
}
.footer .form-group:not(:last-of-type) * {
  color: #454545;
}
.footer .form-group:not(:last-of-type) .form-control {
  padding-left: 0.5rem;
  color: #000;
  font-weight: 600;
  font-size: 0.875rem;
  min-height: 42px;
  padding-bottom: 0;
  padding-top: 1rem;
}
.footer .form-group:not(:last-of-type) .form-control + label {
  left: 0.5rem;
  color: #454545;
  font-size: 0.875rem;
  top: 0.7rem;
}
.footer .form-group:not(:last-of-type) .form-control + label.active {
  top: 0.2rem;
  font-size: 0.75rem;
}
.footer .form-group:not(:last-of-type) .form-control:focus, .footer .form-group:not(:last-of-type) .form-control:hover, .footer .form-group:not(:last-of-type) .form-control:active {
  border-width: 2px;
}
.footer .form-group:not(:last-of-type) .form-control:focus + label, .footer .form-group:not(:last-of-type) .form-control:hover + label, .footer .form-group:not(:last-of-type) .form-control:active + label {
  top: 0.2rem;
  font-size: 0.75rem;
}
.footer__product {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.footer__product:hover .footer__product__text, .footer__product:focus .footer__product__text, .footer__product:active .footer__product__text {
  color: #ef7215;
  transition: all 0.3s ease-in;
}
.footer__product:hover .footer__product__img, .footer__product:focus .footer__product__img, .footer__product:active .footer__product__img {
  box-shadow: 0 0 0 5px #666666;
  border-radius: 1px;
  transition: all 0.3s ease-in;
}
.footer__product__img {
  background-color: #fff;
  position: relative;
  height: 58px;
  width: 70px;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease-in;
}
.footer__product__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.footer__product__text {
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 0;
  transition: all 0.3s ease-in;
}
.footer__product__info {
  margin-left: 1rem;
  flex: 1;
}
.footer__product__category {
  color: #999999;
  font-size: 0.65rem;
  text-transform: uppercase;
}
.footer__media a {
  opacity: 0.9;
  transition: all 0.3s ease-in;
  display: inline-block;
}
.footer__media a:hover, .footer__media a:focus, .footer__media a:active {
  opacity: 1;
  transition: all 0.3s ease-in;
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.footer__imagotype {
  position: absolute;
  bottom: 8rem;
  right: 6rem;
}
.footer a {
  transition: all 0.3s ease-in;
}
.footer a:hover, .footer a:focus, .footer a:active {
  color: #ef7215 !important;
  transition: all 0.3s ease-in;
}
.footer a.secondary:hover {
  color: #6c757d !important;
}
.footer * {
  color: #cccccc;
}
.footer__address {
  min-height: inherit;
  text-align: center;
  margin: 4rem 0 1rem 0;
}
.footer__address::before {
  z-index: 0;
  height: 100%;
}
.footer__address * {
  color: #fff !important;
}
.footer__address::after {
  display: none;
}
.footer__legal a {
  color: #fff !important;
  text-decoration: none !important;
  opacity: 0.8;
  transition: all 0.3s ease-in;
}
.footer__legal a:hover, .footer__legal a:active, .footer__legal a:focus {
  opacity: 1;
  transition: all 0.3s ease-in;
}

/*Imatge footer legal*/
.footer__legal {
    text-align: center;
}

.footer-logo-right {
    display: block;
    margin: 10px auto; /* separa un poco de los enlaces */
    height: 75px; /* ajusta según necesidad */
    position: static; /* evita el posicionamiento absoluto */
    transform: none;
    padding-bottom: 15px;
}

@media (min-width: 1490px) {
	.footer__legal {
	    position: relative;
	}

	.footer-logo-right {
    	position: absolute;
    	right: 90px;
    	top: 50%;
    	transform: translateY(-70%);
    	height: 75px; /* ajusta según necesites */
	}
}

.new__view {
  height: 408px;
  overflow: hidden;
  position: relative;
}
.new__view img {
  max-height: 100%;
  max-width: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}
.new__summary * {
  color: #454545;
  font-weight: 600;
}
.new__description p {
  color: #666666;
  font-weight: 400;
}
.new__description iframe {
  margin: 1rem 0;
  width: 100% !important;
}
.new__share {
  margin-left: auto;
  text-align: right;
}
.new__share > * {
  float: right;
}
.new__footer {
  clear: both;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  display: flex;
  align-items: center;
}
.new__footer > div {
  flex: 0 1 50%;
}
.new__text {
  color: #e5e5e5;
  margin-bottom: 4rem;
}
@media (max-width: 1500px) {
  .new__text {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .new__text {
    font-size: 0.75rem;
    margin-bottom: 2rem;
  }
}
.new__title {
  font-size: calc(22px + (32 - 22) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease-in;
}
@media (max-width: 1500px) {
  .new__title {
    font-size: 1.3rem;
  }
}
@media (max-width: 1024px) {
  .new__title {
    font-size: 1.1rem;
  }
}
.new__category, .new__category--min {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #ef7215;
  display: block;
}
.new__category--min {
  color: #fff;
  background: #ef7215;
  padding: 3px 6px;
  border-radius: 3px;
  margin: 1rem 0;
  font-weight: 600;
  display: inline-block;
}
.new__in {
  margin: 0 0 3rem 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: stretch;
  transition: all 0.3s ease-in;
}
@media (max-width: 992px) {
  .new__in {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.new__in:hover, .new__in:active, .new__in:focus {
  box-shadow: 0 0 0 5px #e5e5e5;
  border-radius: 1px;
  transition: all 0.3s ease-in;
}
.new__in:hover .new__title, .new__in:active .new__title, .new__in:focus .new__title {
  color: #ef7215;
  transition: all 0.3s ease-in;
}
.new__img, .new__img--full {
  width: 60%;
  padding-top: 36%;
}
@media (max-width: 992px) {
  .new__img, .new__img--full {
    width: 100%;
    min-height: inherit;
    padding-top: 50%;
  }
}
@media (max-width: 767px) {
  .new__img, .new__img--full {
    padding-top: 60%;
  }
}
.new__img--full {
  width: 100%;
  position: relative;
  border: 1px solid #f5f5f5;
}
.new__img--full .new__date {
  left: 0;
}
.new__info {
  flex: 1;
  background-color: #454545;
  padding: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .new__info::before {
    display: none;
  }
}
.new__info::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3rem;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: #454545;
  transform: skew(-10deg, 0);
}
.new__info > * {
  position: relative;
  z-index: 1;
}
.new__btn {
  position: absolute;
  bottom: 15px;
  right: 0;
  background-color: #999999;
  width: 63px;
  height: 63px;
  border: none;
}
.new__date {
  width: 100px;
  height: 100px;
  position: absolute !important;
  z-index: 10;
  top: 4.6rem;
  left: -6rem;
  text-align: right;
  background-color: #999999;
  color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new__day {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  margin: -0.2rem 0;
}
.new__month {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin: -0.2rem 0;
}
.new__year {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  margin: -0.2rem 0;
}
.new__note {
  font-size: 0.875rem !important;
  color: #454545;
  margin: 0.5rem 0 1rem 0;
}
@media (max-width: 767px) {
  .new form {
    margin-top: 1.5rem;
  }
}

.loader img {
  -webkit-animation-name: loop;
  animation-name: loop;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes loop {
  to {
    transform: rotate(360deg);
  }
  from {
    transform: rotate(0);
  }
}
@keyframes loop {
  to {
    transform: rotate(360deg);
  }
  from {
    transform: rotate(0);
  }
}
.gallery {
  background-color: #454545;
}
.gallery__item {
  overflow: hidden;
  position: relative;
  margin: 0;
  height: 382px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.gallery__item img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
.gallery__see-more {
  display: block;
  position: absolute !important;
  bottom: 15px !important;
  right: 15px !important;
  top: auto !important;
  left: auto !important;
  z-index: 99;
}
.gallery__see-more img {
  position: static !important;
}

.slick-auto .slick-dots, .slick-left .slick-dots {
  position: relative;
  bottom: 0;
  left: 0;
  text-align: left;
  padding-right: 100px;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .slick-auto .slick-dots, .slick-left .slick-dots {
    padding-left: 0;
  }
}
.slick-left .slick-dots {
  padding-left: 0 !important;
}
.slick-two .slick-slide > div {
  margin: 0 -12px;
}
.slick-two .slick-slide .col {
  padding: 15px;
}
.slick-arrow {
  background-color: #666666;
  width: 49px;
  height: 93px;
  z-index: 9;
  transition: all 0.3s ease-in;
}
.slick-arrow:hover, .slick-arrow:active, .slick-arrow:focus {
  background-color: #454545 !important;
  transition: all 0.3s ease-in;
}
.slick-arrow.slick-next {
  right: 0px;
  border-radius: 8px 0px 0px 8px;
}
.slick-arrow.slick-next::before {
  content: "\F105" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3rem;
}
.slick-arrow.slick-prev {
  left: 0px;
  border-radius: 0 8px 8px 0;
}
.slick-arrow.slick-prev::before {
  content: "\F104" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3rem;
}
.slick-dots {
  bottom: -50px;
}
.slick-dots li {
  margin: 0 15px;
}
.slick-dots li.slick-active button::before {
  background-color: #ef7215;
}
.slick-dots li button::before {
  content: "" !important;
  width: 33px !important;
  height: 6px !important;
  background-color: #e5e5e5;
  opacity: 1 !important;
}

.slick-articles > .slick-arrow {
  background-color: #FD7E14FF;
  width: 28px;
  height: 60px;
  z-index: 9;
  transition: all 0.3s ease-in;
}
.slick-articles > .slick-arrow:hover, .slick-articles > .slick-arrow:active, .slick-articles > .slick-arrow:focus {
  background-color: #454545 !important;
  transition: all 0.3s ease-in;
}
.slick-articles > .slick-arrow.slick-next {
  right: -20px;
  border-radius: 0 8px 8px 0;
}
.slick-articles > .slick-arrow.slick-next::before {
  content: "\F105" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
}
.slick-articles > .slick-arrow.slick-prev {
  left: -20px;
  border-radius: 8px 0px 0px 8px;
}
.slick-articles > .slick-arrow.slick-prev::before {
  content: "\F104" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
}

ul {
  color: #454545;
}
.outstanding__item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.outstanding__item::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ef7215;
}
.outstanding__box {
  background-color: #e5e5e5;
  color: #454545;
  padding: 1.5rem;
  height: 100%;
}

.features--dark {
  min-height: inherit;
}
@media (max-width: 767px) {
  .features--dark {
    margin: 2rem 0 0 0;
  }
}
.features__img, .values__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 5rem;
  margin-bottom: 1rem;
}

.references__text {
  color: #e5e5e5;
}
.references__img {
  border: 4px solid #cccccc;
  height: 473px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .references__img {
    margin: 1rem 0;
  }
}
@media (max-width: 767px) {
  .references__img {
    height: 270px;
  }
}
.references__img img {
  min-width: 100%;
  max-width: inherit;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.references::after {
  display: none;
}
.references .slick-dots li.slick-active button::before {
  background-color: #fff;
}

.modal .close {
  position: absolute;
  top: -2.25rem;
  right: 15px;
  color: #fff;
  font-size: 2rem;
  opacity: 1;
}
.modal-full .modal-content {
  height: 94vh;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.modal-full .modal-body {
  padding: 0;
}
.modal-full .modal-body > * {
  height: 100%;
}
.modal-full .modal-body .gallery__item {
  height: 92vh;
}
.modal-full .modal-body .gallery__item img {
  max-height: inherit;
  height: 90%;
}
.modal-full .modal-dialog {
  max-width: inherit;
  width: 100.1%;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.intro-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 76vh;
  position: relative;
  overflow: hidden;
}
.intro-img__title {
  font-size: calc(26px + (65 - 26) * ((100vw - 320px) / (1920 - 320)));
  color: #fff;
  text-transform: uppercase;
  font-weight: bolder;
  text-align: center;
  max-width: 70%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.intro-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.intro-img.sm {
  height: 62vh;
}
@media (max-width: 1200px) {
  .intro-img.sm {
    height: 58vh;
  }
}
@media (max-width: 992px) {
  .intro-img.sm {
    height: 62vh;
  }
}
@media (max-width: 767px) {
  .intro-img.sm {
    height: 53vh;
  }
}
.intro-img.full {
  height: 87vh;
}
@media (max-width: 1200px) {
  .intro-img.full {
    height: 83vh;
  }
}
@media (max-width: 992px) {
  .intro-img.full {
    height: 87vh;
  }
}
@media (max-width: 767px) {
  .intro-img.full {
    height: 79vh;
  }
}

.objective-banner {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 544px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.objective-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.objective-banner__in {
  text-align: center;
  position: relative;
  z-index: 2;
  width: 80%;
}
.objective-banner__text {
  color: #fff;
  font-weight: 600;
  line-height: 1.2em;
}

.values, .team__in {
  background-color: #fff;
  position: relative;
}
.values::before, .team__in::before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 6rem;
  width: 100%;
  transform: skew(0, -2deg);
  right: 0;
  left: 0;
  top: -3rem;
  z-index: 0;
}
.values__img {
  align-items: center;
}
@media (max-width: 767px) {
  .values .row:nth-child(2) .col-md-6, .team__in .row:nth-child(2) .col-md-6 {
    text-align: center;
  }
  .values .row:nth-child(2) .col-md-6 .values__img, .team__in .row:nth-child(2) .col-md-6 .values__img {
    margin: 1.5rem auto;
  }
  .values .row:nth-child(2) .col-md-6 .values__img img, .team__in .row:nth-child(2) .col-md-6 .values__img img {
    display: block;
    margin: auto;
  }
}

.team {
  padding-top: 0 !important;
}
.team__in {
  background-color: #fff;
}
.team__in::before {
  background-color: #fff;
  transform: skew(0, 2deg);
}

.our-team {
  background-color: #f5f5f5;
  margin-bottom: 4rem;
}

.know-how {
  background-color: #fff;
  margin-bottom: 4rem;
}
.know-how__blockquote {
  margin: 0;
  font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
  color: #454545;
  font-style: italic;
  line-height: 1.3em;
  font-weight: 600;
}
.know-how__img {
  margin-bottom: -8rem;
}
@media (max-width: 767px) {
  .know-how__img {
    margin-bottom: -6rem;
  }
}

.technologies__in {
  display: flex;
  flex-wrap: wrap;
}
.technologies__item {
  flex: 0 1 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .technologies__item {
    margin: 1rem 0;
    flex: 1 1 100%;
  }
}
.technologies__item img {
  height: 5rem;
  margin-bottom: 1rem;
}

.block-with-bg {
  background-color: #f5f5f5;
  margin-bottom: 3rem;
}
.block-with-bg__img {
  margin-bottom: -6rem;
}
@media (max-width: 767px) {
  .block-with-bg__img {
    margin-bottom: 0;
  }
}
.block-with-big-img {
  position: relative;
  overflow: hidden;
}
.block-with-big-img::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  height: 6rem;
  background-color: #fff;
  transform: skew(0, -2deg);
  z-index: 10;
}
.block-with-big-img__info * {
  color: #fff;
}
.block-with-big-img__img {
  height: 100%;
}
@media (max-width: 992px) {
  .block-with-big-img__img {
    height: 300px;
  }
}
.block-with-big-img__in {
  background-color: #454545;
  height: 100%;
  padding: 7rem 80px;
  position: relative;
}
.block-with-big-img__in::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  right: -4rem;
  margin: auto;
  width: 50%;
  height: 100%;
  background-color: #454545;
  transform: skew(-10deg, 0);
  z-index: 9;
}
@media (max-width: 992px) {
  .block-with-big-img__in::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .block-with-big-img__in {
    padding: 6rem 15px 2rem 15px;
  }
}
.block-with-big-img .block-text, .block-with-big-img .block-text--dark, .block-with-big-img .block-text-horizontal--dark {
  z-index: 10;
}

.benefits__in, .job-offers__in {
  padding: 1.5rem;
  height: 100%;
}
.benefits__in .list--color li, .job-offers__in .list--color li {
  padding: 0.5rem 0;
}

.legal-text h2,
.legal-text h3,
.legal-text h4,
.legal-text h5,
.legal-text h6 {
  font-weight: 700;
}

.offer .text__md, .offer .offices__number-num, .offer .list__md li, .list__md .offer li, .offer p, .offer .mobility-division__category, .offer .new__summary *, .new__summary .offer *, .offer .new__text, .offer ul li, ul .offer li, .offer .outstanding__item, .offer .references__text, .offer .legal-text h2, .legal-text .offer h2,
.offer .legal-text h3,
.legal-text .offer h3,
.offer .legal-text h4,
.legal-text .offer h4,
.offer .legal-text h5,
.legal-text .offer h5,
.offer .legal-text h6,
.legal-text .offer h6 {
  color: #e5e5e5;
}
.offer__in {
  border: 1px solid #cccccc;
  padding: 1.5rem;
}

.fileinput-wrapper {
  position: relative;
  overflow: hidden;
}
.fileinput-wrapper + label {
  position: absolute;
  top: 15px;
  left: 15px;
  transition: all 0.3s ease-in;
  z-index: 1;
}
.fileinput-wrapper.file-selected ~ label {
  opacity: 0;
  left: 0;
  font-size: 0.75rem;
  transition: all 0.3s ease-in;
}
.fileinput.form-control {
  height: 55px;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
.fileinput-name {
  top: 0.9rem;
  overflow: hidden;
}
.fileinput-clear.close {
  margin-top: 2px;
  right: 0;
}

.mobility-works {
  margin: 0 0 4rem 0;
}
.mobility-works::before {
  content: "";
  transform: skew(0, 2deg);
}

.products__in {
  height: 100%;
  margin-bottom: 6rem;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.products__img, .products__img--cover {
  background-size: contain !important;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 1rem;
  height: 261px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .products__img, .products__img--cover {
    height: 175px;
  }
}
.products__img img, .products__img--cover img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.products__img--cover {
  background-size: cover !important;
}
.products__img--cover img {
  max-height: inherit;
  height: 100%;
  min-width: 100%;
  max-width: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.products .btn {
  margin-top: 3rem;
  position: absolute;
  bottom: 60px;
  left: 15px;
}

.offices__address {
  width: 80%;
}
.offices__address a {
  display: block;
  color: #454545 !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in;
}
.offices__address a:hover, .offices__address a:active, .offices__address a:focus {
  color: #ef7215 !important;
  transition: all 0.3s ease-in;
}
.offices__number-num {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.offices__number {
  background-image: url(../img/flag.svg);
  width: 20%;
  height: 41px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.offices__row {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.offices__col {
  margin: 1.5rem 0;
  flex: 0 0 30%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .offices__col {
    flex: 0 0 100%;
    margin: 0.5rem 0;
  }
}

.datepicker {
  padding: 0;
}
.datepicker td {
  width: 42px;
  height: 42px;
}
.datepicker td.active {
  background: none;
  background-image: none !important;
  background-color: #ef7215 !important;
}
.datepicker table {
  width: 100%;
  table-layout: fixed;
}
.datepicker-switch {
  width: 60% !important;
}
.datepicker-switch:hover, .datepicker-switch:active, .datepicker-switch:focus {
  background-color: #000 !important;
}
.datepicker-inline {
  width: 100%;
}
.datepicker thead th {
  background-color: #454545;
  border-radius: 0;
  color: #fff;
  padding: 9px;
}
.datepicker thead th.prev, .datepicker thead th.next {
  width: 20% !important;
}
.datepicker thead th.prev:hover, .datepicker thead th.prev:active, .datepicker thead th.prev:focus, .datepicker thead th.next:hover, .datepicker thead th.next:active, .datepicker thead th.next:focus {
  background-color: #000;
}
.datepicker thead tr:last-child th {
  background-color: #cccccc;
  color: #454545;
  font-weight: normal;
}
.datepicker tbody td {
  background-color: #f5f5f5;
  border-radius: 0;
}
.datepicker-months thead th, .datepicker-years thead th, .datepicker-decades thead th, .datepicker-centuries thead th {
  background-color: #454545 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .datepicker {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .alternate-img__benefits {
    margin-top: 3rem;
  }
}
.alternate-img__text {
  margin-top: 3rem;
  position: relative;
  z-index: 9;
}
.alternate-img__img {
  position: relative;
  height: 403px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .alternate-img__img {
    height: 250px;
  }
}
.alternate-img__img img {
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  max-width: inherit;
  height: 100%;
}
.alternate-img__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0rem;
  bottom: 0;
  width: 0;
  height: 0;
  max-width: inherit;
  border-bottom: 403px solid transparent;
  border-right: 80px solid transparent;
  border-left: 80px solid #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .alternate-img__img::before {
    display: none;
  }
}
.alternate-img__contain {
  padding-top: 4rem;
}
.alternate-img__contain:first-child {
  padding-top: 0;
}
.alternate-img__contain:nth-child(even) > div:first-child {
  order: 2;
}
.alternate-img__contain:nth-child(even) > div:last-child {
  order: 1;
}
.alternate-img__contain:nth-child(even) > div:last-child .alternate-img__img::before {
  border-top: 403px solid transparent;
  border-left-color: transparent;
  border-right-color: #fff;
  border-bottom: 0;
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .alternate-img__contain:nth-child(odd) > div:first-child {
    order: 1;
  }
}

@media (max-width: 767px) {
  .filter .form-group {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .cc-btn {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 767px) {
  .cc-window.cc-floating {
    padding: 15px !important;
  }
}
.cc-message {
  font-size: 0.75rem;
}
.cc-link {
  text-decoration: underline !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.span__h {
  font-size: 15px;
  color: #ef7215;
}

.work-section .slider .carousel-caption, .work-section .slider--lg .carousel-caption, .work-section .slider--md .carousel-caption, .work-section .slider--min .carousel-caption, .work-section .slider--dark .carousel-caption {
  padding: 2rem 2rem 4rem 2rem;
}
@media (max-width: 767px) {
  .work-section .slider .carousel-caption, .work-section .slider--lg .carousel-caption, .work-section .slider--md .carousel-caption, .work-section .slider--min .carousel-caption, .work-section .slider--dark .carousel-caption {
    padding: 1rem;
  }
}

.success-story .slick-prev {
  left: 43%;
}
@media (max-width: 992px) {
  .success-story .slick-prev {
    left: 43.5%;
  }
}
@media (max-width: 767px) {
  .success-story .slick-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .success-story .slick-prev, .success-story .slick-next {
    bottom: 5.5rem;
    top: auto;
  }
}

@media (min-width: 1500px) {
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.c-font-size-26 {
  font-size: 26px !important;
}

.c-font-size-24 {
  font-size: 24px !important;
}

.c-font-size-22 {
  font-size: 22px !important;
}

.c-font-size-20 {
  font-size: 20px !important;
}

.c-font-size-18 {
  font-size: 18px !important;
}

.c-font-size-16 {
  font-size: 16px !important;
}

.c-font-size-14 {
  font-size: 14px !important;
}

.c-font-size-12 {
  font-size: 12px !important;
}

.news__info_2 {
  background-color: #454545;
  padding: 10px;
  position: relative;
  min-height: 7rem;
}

.news__text_2 {
  font-weight: 600;
  color: #fff;
  line-height: 1.5em;
  transition: all 0.3s ease-in;
}

.article__date {
  width: 80px;
  height: 80px;
  position: absolute !important;
  z-index: 10;
  top: -5.4rem;
  right: 0px;
  text-align: right;
  background-color: #ef7215;
  color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article__btn {
  position: absolute;
  bottom: 0px;
  right: 0;
  background-color: #ef7215;
  width: 43px;
  height: 43px;
  border: none;
}

.article__btn_2 {
  position: absolute;
  bottom: 30px;
  right: 0;
  background-color: #ef7215;
  width: 50px;
  height: 50px;
  border: none;
}

.article__info {
  background-color: #666666;
  padding: 10px;
  position: relative;
  min-height: 11rem;
}

.article__info::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  height: 15%;
  background-color: #666666;
  transform: skew(0, -2deg);
}

.article__text_title {
  color: #fff;
}

.article__text {
  color: #fff;
}

.news__item:hover .article__text_title, .news__item:focus .article__text_title, .news__item:active .article__text_title {
  color: #ef7215;
  transition: all 0.3s ease-in;
}

.footer__address a {
  font-size: 18px;
  text-decoration: none !important;
}

.footer__address a:hover,
.footer__address a:active,
.footer__address a:focus {
  color: #fff !important;
}

.new__date_2 {
  width: 80px;
  height: 80px;
  position: absolute !important;
  z-index: 10;
  left: -1rem;
  text-align: right;
  background-color: #ef7215;
  color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.new__date_3 {
  width: 80px;
  height: 80px;
  position: absolute !important;
  z-index: 10;
  top: 2.6rem;
  left: 0rem;
  text-align: right;
  background-color: #ef7215;
  color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.benefit-icon {
  height: 64px;
}

.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

.pagination {
  margin: 1.5rem 0;
  display: flex;
  align-items: flex-end;
}

.pagination .page-item {
  margin: 0 0.7rem 0 0;
  color: #999;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}

.pagination .page-link {
  font-size: 1.125rem;
  width: 40px;
  height: 40px;
  border-radius: 4px !important;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #999;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  opacity: 0.8;
}

.page-link {
  line-height: 40px !important;
  padding: unset !important;
  text-align: center;
}

.pagination .page-link:hover,
.pagination .page-link:active,
.pagination .page-link:focus,
.pagination .page-link.active {
  opacity: 1;
}

.pagination .page-link.active {
  background-color: #ef7215;
  color: #fff;
  border-color: #ef7215;
}

/* Mapa Paises */
.gm-style-iw {
  padding: 15px 20px 0 20px !important;
}

.gm-style .gm-style-iw {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.gm-style .gm-style-iw-c {
  width: 300px;
}

.gm__title,
.gm__subtitle {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin: 10px 0;
}

.gm__subtitle {
  font-size: 14px;
}

.gm__txt {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  font-weight: 300;
}

.gm__link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.gm__link:after {
  content: "";
  width: 18px;
  height: 2px;
  display: inline-block;
  margin: 0 0 3px 5px;
}

.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}

.c-pl-40 {
  padding-left: 40px !important;
}

.c-line-height-1_2 {
  line-height: 1.2;
}

.dropdown-menu.events {
  padding: 1rem 30px;
  margin-right: 18% !important;
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .dropdown-menu.events {
    margin-right: 15% !important;
  }
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .dropdown-menu.events {
    margin-right: 15% !important;
  }
}
@media (min-width: 1800px) {
  .dropdown-menu.events {
    margin-right: 12% !important;
  }
}

.dropdown-menu.company {
  padding: 1rem 30px;
  margin-right: 30% !important;
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .dropdown-menu.company {
    margin-right: 30% !important;
  }
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .dropdown-menu.company {
    margin-right: 30% !important;
  }
}
@media (min-width: 1800px) {
  .dropdown-menu.company {
    margin-right: 24% !important;
  }
}

.u-block-hover__main--black {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  opacity: 1;
  transition: 0.4s;
}

.u-block-hover__main--black:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: brightness(80%);
  transition: 0.4s;
  opacity: 0.6;
  -webkit-filter: brightness(80%);
}

.events__date {
  background-color: #454545;
  padding: 0.5rem 1.5rem;
  position: absolute;
  bottom: -1rem;
  color: #fff;
}

.product-article-container:hover .product-article-caption {
  opacity: 1;
}

.product-article-caption {
  position: absolute;
  right: 15%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  transition: opacity 0.4s linear;
  opacity: 0;
}

.events__in.product-article {
  border: 1px solid #e5e5e5;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease-in;
}

.events__in img.product-article-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: cover;
  text-align: center;
  min-height: 220px;
}

.cookie-dialog-consent {
  background-color: #000000;
  color: #fff;
}

.team__text_title {
  color: #fff;
}
.team__text_title:hover, .team__text_title:active, .team__text_title:focus {
  color: #ef7215 !important;
}
.team__img {
  min-height: 250px;
  background-position: top !important;
}
.team__info {
  background-color: #666666;
  padding: 10px;
  position: relative;
}
.team__info::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: #666666;
  transform: skew(0, -2deg);
}
@media (min-width: 1500px) {
  .team__info::before {
    height: 10%;
  }
}
