/* Fuente: Neue Montreal Regular */
@font-face {
  font-family: 'Neue Montreal';
  src: url("../fonts/Neue-Montreal-Regular.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Fuente: GT Alpina Thin Italic */
@font-face {
  font-family: 'GT Alpina';
  src: url("../fonts/GT-Alpina-Thin-Italic.woff2") format('woff2');
  font-weight: 200; /* Thin weight */
  font-style: italic;
  font-display: swap;
}
/* Fuente: GT Alpina Light */
@font-face {
  font-family: 'GT Alpina';
  src: url("../fonts/GT-Alpina-Light.woff2") format('woff2');
  font-weight: 300; /* Light weight */
  font-style: normal;
  font-display: swap;
}
/* Fuente: GT Alpina Light Italic */
@font-face {
  font-family: 'GT Alpina';
  src: url("../fonts/GT-Alpina-Light-Italic.woff2") format('woff2');
  font-weight: 300; /* Light weight */
  font-style: italic;
  font-display: swap;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  background-color: rgba(139,139,139,0.99);
  color: rgba(0,0,0,0.99);
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
::-moz-selection {
  background-color: rgba(139,139,139,0.99);
  color: rgba(0,0,0,0.99);
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Neue Montreal;
  background-color: #1d213c;
  color: #d2d2d2;
  font-weight: normal;
  line-height: 100%;
  font-size: 1.6rem;
  width: 100%;
  max-width: 100%;
}
main {
  width: 100%;
  float: left;
  min-height: 100%;
}
section {
  padding: 80px 0px;
}
@media only screen and (max-width: 800px) {
  section {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 600px) {
  section {
    padding: 40px 0px;
  }
}
img,
embed,
object,
video,
iframe {
  max-width: 100%;
}
img {
  border: none;
  padding: 0;
  margin: 0;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
em {
  font-family: GT Alpina;
  letter-spacing: 0;
}
form {
  position: relative;
}
.col2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.col2::after {
  content: '';
  display: table;
  clear: both;
}
.col2:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col2 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col2:first-child {
    margin-left: auto;
  }
  .col2:last-child {
    margin-right: auto;
  }
}
.col3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.col3::after {
  content: '';
  display: table;
  clear: both;
}
.col3:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col3:first-child {
    margin-left: auto;
  }
  .col3:last-child {
    margin-right: auto;
  }
}
.col2-3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
}
.col2-3::after {
  content: '';
  display: table;
  clear: both;
}
.col2-3:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col2-3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col2-3:first-child {
    margin-left: auto;
  }
  .col2-3:last-child {
    margin-right: auto;
  }
}
.col4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.col4::after {
  content: '';
  display: table;
  clear: both;
}
.col4:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .col4::after {
    content: '';
    display: table;
    clear: both;
  }
  .col4:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 600px) {
  .col4 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col4:first-child {
    margin-left: auto;
  }
  .col4:last-child {
    margin-right: auto;
  }
}
.col3-4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}
.col3-4::after {
  content: '';
  display: table;
  clear: both;
}
.col3-4:last-child {
  margin-right: 0%;
}
.col6 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
}
.col6::after {
  content: '';
  display: table;
  clear: both;
}
.col6:last-child {
  margin-right: 0%;
}
.col8 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 9.875%;
  margin-left: 0%;
  margin-right: 3%;
}
.col8::after {
  content: '';
  display: table;
  clear: both;
}
.col8:last-child {
  margin-right: 0%;
}
.span2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.span2::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .span2 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span2:first-child {
    margin-left: auto;
  }
  .span2:last-child {
    margin-right: auto;
  }
}
.span3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
.span3::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .span3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span3:first-child {
    margin-left: auto;
  }
  .span3:last-child {
    margin-right: auto;
  }
}
.span2-3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.66666666666666%;
  margin-left: 0%;
  margin-right: 0%;
}
.span2-3::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .span2-3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span2-3:first-child {
    margin-left: auto;
  }
  .span2-3:last-child {
    margin-right: auto;
  }
}
.span4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}
.span4::after {
  content: '';
  display: table;
  clear: both;
}
.floater,
.row {
  float: left;
  width: 100%;
  position: relative;
}
.content__wrapper {
  width: auto;
  max-width: 1600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 40px;
}
.content__wrapper::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .content__wrapper {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .content__wrapper {
    padding: 0 20px;
  }
}
.show--desk {
  display: block;
}
.hide--desk {
  display: none !important;
}
@media only screen and (max-width: 800px) {
  .hide--tab {
    display: none !important;
  }
}
.show--tab {
  display: none;
}
@media only screen and (max-width: 800px) {
  .show--tab {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .hide--mob {
    display: none !important;
  }
}
.show--mob {
  display: none;
}
@media only screen and (max-width: 600px) {
  .show--mob {
    display: block !important;
  }
}
.mailto:after {
  content: '@grupobendel.com';
}
.intro .content__wrapper {
  max-width: 1200px;
}
.intro h1,
.intro h2,
.intro h3,
.intro p {
  font-size: clamp(2.2rem, 2vw, 3.6rem);
  font-weight: normal;
  line-height: 130%;
  word-spacing: 0.05em;
  letter-spacing: -0.2px;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  text-wrap: balance;
}
@media only screen and (max-width: 800px) {
  .intro h1,
  .intro h2,
  .intro h3,
  .intro p {
    text-wrap: initial;
  }
}
.intro h1 {
  display: inline-block;
}
.intro .logo {
  display: inline-block;
  max-width: 140px;
  vertical-align: middle;
}
.intro .highlight {
  font-family: GT Alpina;
  display: inline;
  font-style: italic;
  letter-spacing: -0.3px;
  color: #d28740;
  transition: 0.3s;
  border-bottom: 1px dashed transparent;
  cursor: crosshair;
  font-size: clamp(2rem, 2vw, 2.8rem);
}
.intro .highlight:hover {
  border-bottom: 1px solid #d6c1a6;
  color: #d6c1a6;
  transition: 0.3s;
}
.cta-center {
  background: #fff;
  padding: 20px;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 12px;
}
.cta-center p {
  text-align: center;
  color: #1d213c;
  font-weight: 700;
}
.cta-center a {
  color: #d2d2d2;
  background: #1d213c;
  display: block;
  margin-top: 10px;
  padding: 10px;
  border-radius: 8px;
}
/* Estilo base para los párrafos */
#homepag p,
#homepag h1 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}
/* Estilo para los highlight con un mayor retraso */
.highlight {
  opacity: 0;
  animation: fadeInHighlight 1s ease-out forwards;
}
p:nth-of-type(1) {
  animation-delay: 0s;
}
p:nth-of-type(1) .highlight:nth-of-type(1) {
  animation-delay: 0.2s;
}
p:nth-of-type(1) .highlight:nth-of-type(2) {
  animation-delay: 0.4s;
}
p:nth-of-type(1) .highlight:nth-of-type(3) {
  animation-delay: 0.6s;
}
p:nth-of-type(1) .highlight:nth-of-type(4) {
  animation-delay: 0.8s;
}
p:nth-of-type(1) .highlight:nth-of-type(5) {
  animation-delay: 0.8s;
}
p:nth-of-type(2) {
  animation-delay: 0.2s;
}
p:nth-of-type(2) .highlight:nth-of-type(1) {
  animation-delay: 0.4s;
}
p:nth-of-type(3) {
  animation-delay: 0.4s;
}
p:nth-of-type(3) .highlight:nth-of-type(1) {
  animation-delay: 0.6s;
}
p:nth-of-type(3) .highlight:nth-of-type(2) {
  animation-delay: 0.8s;
}
p:nth-of-type(3) .highlight:nth-of-type(3) {
  animation-delay: 0.8s;
}
/* Animación para los párrafos */
/* Animación para los textos destacados (highlight) */
/* Imagen con efecto de entrada */
img.logo {
  opacity: 0;
  transform: scale(1.2);
  transform-origin: center top;
  animation: fadeInScale 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}
/* Animación para la imagen */
#vacantes .intro {
  padding-bottom: 0;
}
#vacantes .intro h1 {
  display: block;
  text-align: center;
  color: #d28740;
}
#vacantes .intro .logo {
  margin: 0 auto;
  margin-bottom: 80px;
  display: block;
  max-width: 200px;
}
.vacante {
  width: auto;
  max-width: 900px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  background: #f7f7f7;
  border-radius: 9px;
  color: #1d213c;
  overflow: hidden;
  border-top: 4px solid #d28740;
  margin-bottom: 80px;
}
.vacante::after {
  content: '';
  display: table;
  clear: both;
}
.vacante .vacante-head,
.vacante .vacante-body,
.vacante .vacante-cta {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vacante .vacante-head {
  position: relative;
  padding: 20px;
  padding-right: 160px;
  border-bottom: 1px solid #e9e9e9;
}
@media only screen and (max-width: 800px) {
  .vacante .vacante-head {
    padding-right: 20px;
  }
}
.vacante .vacante-head h2 {
  margin-bottom: 16px;
  line-height: 120%;
}
.vacante .vacante-head ul {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 600px) {
  .vacante .vacante-head ul {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.vacante .vacante-head .tipo {
  position: absolute;
  right: 20px;
  bottom: 0;
  margin: auto;
  top: 0;
  height: 26px;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.4px;
  border-radius: 20px;
  padding: 4px 8px;
  font-weight: 700;
}
@media only screen and (max-width: 800px) {
  .vacante .vacante-head .tipo {
    position: static;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
.vacante .vacante-head .tipo.tipo-abierta {
  background: #be9d72;
  color: #fff;
}
.vacante .vacante-body {
  opacity: 0.9;
}
.vacante .vacante-body details summary {
  background: #1d213c;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.vacante .vacante-body details summary:hover {
  background: #2b3158;
}
.vacante .vacante-body .vacante-details {
  padding: 20px;
}
.vacante .vacante-body .vacante-description {
  animation: none;
  font-size: 1.4rem;
  margin: 0;
  margin-bottom: 32px;
  line-height: 120%;
  letter-spacing: 0.2px;
}
.vacante .vacante-body h3 {
  margin: 16px 0;
}
.vacante .vacante-body ul {
  list-style-type: circle;
  padding-left: 20px;
}
.vacante .vacante-body ul li {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.vacante .vacante-cta {
  padding: 30px 20px;
  background: #d28740;
}
.vacante .vacante-cta h3 {
  margin: 0;
}
.vacante .vacante-cta ul {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .vacante .vacante-cta ul {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.vacante .vacante-cta ul li {
  background: rgba(255,255,255,0.3);
  padding: 12px 16px;
  border-radius: 8px;
  transition: 0.3s;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.vacante .vacante-cta ul li span {
  background: #1d213c;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 10px;
  text-align: center;
}
.vacante .vacante-cta ul li a {
  color: #1d213c;
  border-bottom: 1px solid #1d213c;
  display: block;
  margin-left: 5px;
}
.vacante .vacante-cta ul li:hover {
  background: rgba(255,255,255,0.7);
  transition: 0.3s;
}
.vacante .vacante-cta p {
  font-size: 1.4rem;
  animation: none;
}
.vacante .vacante-cta .published {
  font-size: 1.2rem;
  opacity: 0.8;
  margin-top: 10px;
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInHighlight {
  0% {
    opacity: 0;
    color: transparent;
  }
  100% {
    opacity: 1;
    color: #d28740;
  }
}
@-webkit-keyframes fadeInHighlight {
  0% {
    opacity: 0;
    color: transparent;
  }
  100% {
    opacity: 1;
    color: #d28740;
  }
}
@-o-keyframes fadeInHighlight {
  0% {
    opacity: 0;
    color: transparent;
  }
  100% {
    opacity: 1;
    color: #d28740;
  }
}
@keyframes fadeInHighlight {
  0% {
    opacity: 0;
    color: transparent;
  }
  100% {
    opacity: 1;
    color: #d28740;
  }
}
@-moz-keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
