* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  scroll-behavior: smooth;
}

h2 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

p {
  font-size: 18px;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  text-decoration: none !important;
}

ul {
  margin-bottom: 0;
}

.white-text {
  color: white;
}

.white-article {
  color: white;
}

.blue-article {
  color: #004291;
}

.centered {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.section {
  padding: 60px 0;
}


/* HEADER */

.header {

  height: 600px;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: transparent;
}

.header-content {
  width: 30%;
  position: relative;
}


.header-content-text p {
  font-size: 18px !important;
  font-weight: 500;

}

.logo-header {
  margin-bottom: 2rem;
}

.logo-header img {
  width: 180px;
}

.button {
  background-color: #f0b400;
  color: white;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 1rem !important;
  display: inline-block
}

.button:hover {
  color: white
}

.language-selector {
  position: relative;
  top: -8rem;
}

.language-selector .accordion-header {
  background: #fff !important;
  color: #004291 !important;
  padding: 8px !important;
  justify-content: left !important;
  padding-right: 16px !important;
}

.accordion-header p {
  margin-bottom: 0;
}

.language-selector img {
  width: 30px;
  margin-left: 8px;
}

.language-header i {
  font-size: 16px !important;
  margin: 0 10px 0 8px !important;
}

.language-selector .accordion-body {
  padding: none
}

.language-body a {
  display: flex;
}

.language-selector a {
  color: #032654;
  display: flex;
  justify-content: flex-end;
}

.language-selector a:hover {
  color: #004195;
  text-decoration: none;
}




/* FIRST SECTION */
.first-section {
  position: relative;
}

.first-section article {
  position: relative;
}

.first-section::before {
  background-image: url(./../assets/images/Bloque-1@2x-8.png);
  background-repeat: no-repeat;
  background-size: 100% 57%;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}

.first-section article:first-child {
  margin-bottom: 6rem;
}

.logos-list {
  display: flex;
  list-style: none;
  align-items: flex-start;
  justify-content: center;
  margin-top: 4rem;
}

.logos-list li {
  margin-right: 6rem;
}

.logos-list li:last-of-type {
  margin-right: 0;
}

.first-logo img {
  width: 70px !important;
}

.logos-list img {
  width: 130px;
}


/* 
BENEFITS SECTION
 */

.benefits-container {
  position: relative;
}

.benefits-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(./../assets/images/Fondo@2x-8.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}

.first-benefits-section {
  position: relative;
  padding: 60px 0
}

.first-benefits-section article {
  position: relative;
  z-index: 10;
}

.first-benefits-section::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #032654;
}

.benefits-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-top: 4rem;
  position: relative;
  z-index: 10;
}

.benefits-list li {
  display: flex;
  flex-direction: column;
  width: 18%;
  text-align: center;
  align-items: center;
  margin-right: 3rem;
}

.benefits-list li:last-child {
  margin-right: 0;
}

.benefits-container img {
  width: 100px;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.accordion.expanded.language-selector .accordion-body {
  padding: 20px 20px 10px 20px;
}

/* 
ACCORDIONS
*/

.section-accordions {
  width: 60%;
  margin: 0 auto;
}

.section-accordions h2 {
  margin-bottom: 3rem;
}

.accordion-two-columns {
  display: flex;
}

.accordion-two-columns .accordion {
  width: 50%;
}

.accordion-one-column {
  width: 50%;
  margin: 0 auto;
}

.accordion-two-columns .accordion:first-child {
  margin-right: 22px;
}

.accordion {
  color: #fff;
}

.accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #032654;
  color: white;
  margin-bottom: 2px;
  cursor: pointer;
  moz-transition: background ease-in .15s;
  -o-transition: background ease-in .15s;
  -webkit-transition: background ease-in .15s;
  transition: background ease-in .15s;
  align-items: center;
  z-index: 30;
  position: relative;
}

.accordion .accordion-header h3 {
  margin-bottom: 0;
  pointer-events: none;
}

.accordion .accordion-header i {
  font-size: 24px;
  margin: 0 5px 0 15px;
  position: relative;
  pointer-events: none;
  moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  -webkit-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

.accordion .accordion-body {
  padding: 0px 20px;
  background: #ffffff;
  moz-transition: padding ease-out .2s;
  -o-transition: padding ease-out .2s;
  -webkit-transition: padding ease-out .2s;
  transition: padding ease-out .2s;
  height: 0px;
  overflow: hidden;
  z-index: 20;
  position: relative;
  padding-top: 20px !important;
  top: -22px;
}

.accordion .accordion-body p {
  margin-bottom: 0;
}


.accordion .accordion-header:hover,
.accordion.expanded .accordion-header {
  background: #ffffff;
  color: #004291;
}

.accordion .accordion-header:focus {
  background: #004291;
}

.accordion.expanded .accordion-body {
  padding: 20px 20px 20px 20px;
}

.accordion.expanded .accordion-header i {
  transform: rotate(180deg);
  top: 0px;
}

.accordion.expanded .accordion-body {
  background: #ffffff;
  height: auto;
  color: #032654;
}

/* BIG SECTION */

.jobs-section-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.3)),
    url(./../assets/images/bg-section.png);
}

.jobs-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobs-section-wrapper::before {
  background-image: url(./../assets/images/Bloque-inferior@2x-8.png);
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;


}

.jobs-intro {
  position: relative;
}

.jobs-intro article {
  position: relative;
  z-index: 40;
}

.jobs-intro::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(63, 0, 0, 0.6);


}

/* CAROUSEL */

#carousel {
  height: 300px;
}


.carousel-inner {
  min-width: none;
  margin: 0 auto;
  width: 50%;
  position: relative;
}

.item-info {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
}

.item-info img {
  width: 140px;
  height: auto;
  margin-right: 40px;
}

.item-info-text {
  width: 80%;
}

.item-info .item-info-text p:first-child {
  margin-bottom: 0.5em;
}


.carousel-control {
  width: 20%;
}

.carousel-control-next-icon {
  background-image: url(./../assets/images/right-arrow.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(100% /2);
  right: calc(100% /8);

}

.carousel-control-prev-icon {
  background-image: url(./../assets/images/right-arrow.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(100% /2);
  left: calc(100% /8);
  transform: rotate(180deg);
}

/* 
FOOTER
 */

.footer-section {
  font-size: 13px;
  color: #317ed9;
  padding: 40px 0
}

footer .links-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  list-style: none;
}

footer .links-footer li {
  margin-right: 1rem;
  font-size: 16px;
}

footer a {
  color: #317ed9;

}

footer .links-footer li:hover {
  cursor: pointer;
  color: #004291;
}

footer .links-footer li:last-of-type {
  margin-right: 0;
}

.tkt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.tkt img {
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.tkt img {
  width: 100px;
  height: 100%;
}

/* Sweep To Right */
/* .hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
} */

/* GO UP */
.ir-arriba {
  display: none;
  background-repeat: no-repeat;
  font-size: 20px;
  color: black;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 50;
}