@font-face {
  font-family: Montserrat;
  src: url('./../assets/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: MontserratBold;
  src: url('./../assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: MontserratMedium;
  src: url('./../assets/fonts/Montserrat-Medium.ttf') format('truetype');
}


body {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  color: #202020;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
  position: relative !important;
  left: 24px !important;
  margin-bottom: 0 !important;
}

h2,
h3 {
  color: #1A154C;
  font-family: MontserratBold;
  display: flex;
  justify-content: center;
  margin-bottom: 4%;
  margin-top: 0;
}

ul.no-list {
  list-style: none;
}

.list ul {
  list-style: disc;
}

.list ul li {
  margin: 4px 0;
}

section {
  margin: 40px 0;
}

.text-center {
  text-align: center;
}

.btn-start {
  background-color: #1A154C;
  color: white;
  padding: 12px 32px;
  border-radius: 30px;
  margin-top: 20px;
}

/* HEADER */

.logo-container {
  padding: 0 7%;
  background-color: white;
  position: fixed;
  display: flex;
  width: 150px;
  z-index: 100;
}

.logo-container img {
  width: 150px;
}

.img-header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("./../assets/imgs/header_img.png");
  background-position: center;
  background-size: cover;
  width: auto;
  height: 75vh;
  position: relative;
}

.img-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(26, 21, 76);
  opacity: .3;
}

.img-header-container img {
  width: 300px;
  z-index: 200;
}

.parallax-window {
  min-height: 300px;
  background: transparent;
}


.parallax-container {
  height: 75vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.parallax {
  background-image: url('./../assets/imgs/header_img.png');
  background-size: cover;
  background-position: center;
  height: 75vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.content {
  padding: 20px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;

  .main-logo {
    width: 300px;
  }
}


/* SEPARATOR */
.separator {
  background-color: #1A154C;
  height: 3vw;
  width: 100%;
}

/* QUIENES SOMOS SECTION */

.list-column {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
}

.dark-expansion-panel {
  display: none;
}

.three-column-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}

.three-column-container div {
  width: 25%;
  text-align: center;
}

.three-column-container img {
  width: 120px;
}

.margin-bottom {
  margin-bottom: 8%;
}

/* FOOTER */

footer {
  background-color: #1A154C;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 0 7%;
}

footer .footer-logo-container {
  max-width: 150px;
}

footer .footer-links ul {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}

footer .footer-links ul li {
  margin-right: 32px;
}

footer .footer-links ul li:last-child {
  margin-right: 0;
}

footer .footer-links ul a {
  font-size: 14px;
  color: white;
}

a {
  color: #202020;
}

.four-columns-wrapper {
  display: flex;
  margin-top: 50px;
}

.two-columns-wrapper {
  display: flex;
  margin-top: 50px;
}

.four-columns-wrapper .icon-column {
  flex: 25%;
}

.two-columns-wrapper .icon-column {
  flex: 100%;
  width: 25%;
}

.icon-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  margin: 0 25px;
  border-radius: 5px;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.icon-column:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.icon-column img {
  height: 60px;
  margin-bottom: 24px;
}

.icon-list {
  padding-left: 0;
}

h4 {
  margin: 0;
  text-align: center;
  font-family: MontserratMedium;
}

.content-wrapper {
  width: 75%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.profesiones-wrapper,
.jobs-wrapper {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.list-item {
  display: flex;
  align-items: center;
  margin: 20px;
}

.list-item img {
  margin-right: 10px;
  width: 30px;
}

.icon-carousel .list-item {
  flex-direction: column;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

.icon-carousel {
  display: none;
}

.slick-track {
  display: flex;
  align-items: center;
}

.icon-carousel .list-item img {
  height: 50px;
  width: auto;
  margin-bottom: 1rem;
  margin-right: 0;
}

/* IMG LIST SECTION */

.right-align {
  display: flex;
  justify-content: flex-end;
}


.img-list-columns {
  display: flex;
  justify-content: center;
  padding: 70px 0;
  position: relative;
  border-radius: 30px 0 0 30px;

}

.blue-section {
  background-color: #1A154C;
  color: white;
  width: 85%;
}

.blue-section h2 {
  color: white;
}

.img-column-container {
  width: 25%;
  margin-right: 30px;
  position: relative;
}

.img-column-container img {
  position: absolute;
  bottom: 0;
}

.text-column-container {
  width: 50%;
}

.text-column-container h2 {
  justify-content: left;
  position: relative;
  left: 25px;
}

.text-column-container li {
  margin: 7px 0 !important;
}

.services-section {
  margin-bottom: 130px;
}

.pathfinder-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.pathfinder-section h2 {
  margin-bottom: 30px;
}

.pathfinder-section p:first-of-type {
  margin-bottom: 0;
  margin-top: 0;
}

.dark-expansion-panel {
  color: #fff;
}

.dark-expansion-panel .expansion-panel-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #1A154C;
  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;
  border-radius: 20px;

}

.dark-expansion-panel .expansion-panel-header h3 {
  margin-bottom: 0;
  pointer-events: none;
  color: white;
}

.dark-expansion-panel .expansion-panel-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;
}

.dark-expansion-panel .expansion-panel-content {
  padding: 0px 20px;
  background: #000028;
  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;
}

.dark-expansion-panel .expansion-panel-content p {
  margin-bottom: 0;
}

.dark-expansion-panel.expanded .expansion-panel-header {
  border-radius: 20px 20px 0 0;
}

.dark-expansion-panel .expansion-panel-header:hover,
.dark-expansion-panel.expanded .expansion-panel-header {
  background: #1A154C;
}

.dark-expansion-panel .expansion-panel-header:focus {
  background: #1A154C;
}

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

.dark-expansion-panel.expanded .expansion-panel-content {
  background: #1A154C;
  height: auto;
  padding: 8px 8px 8px 0;
  background: #1A154C;
  margin-top: 2px;
  border-radius: 0 0 20px 20px;
}