/* fonts */
body {
  font-family: "Avenir Next LT Pro", "Encode Sans", sans-serif;
}
h1 {
  color: #4b57a3;
  font-size: 1.688rem;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  color: #4b57a3;
  font-size: 1.375rem;
  font-weight: 700;
}

h3 {
  font-size: 24px;
}

p {
  color: #333333;
  font-size: 1.125rem;
}

ul,
ol {
  font-size: 1.125rem;
}

a {
  color: #333333;
  font-size: 1.125rem;
  text-decoration: none !important;
}

/* colores */
.color-primary {
  color: #333333 !important;
}

/* text styles */
.font-w-600 {
  font-weight: 600;
}

.no-upppercase {
  text-transform: initial;
}

/* Alinear items */
.align-right {
  display: flex;
  justify-content: right;
  width: 100%;
}

/* margins */
.m-0 {
  margin: 0;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-12 {
  margin: 12px;
}
.m-t-24 {
  margin-top: 24px;
}
.m-t-38 {
  margin-top: 38px;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-38 {
  margin-bottom: 38px;
}

/* paddings */
.pd-0 {
  padding: 0;
}
.pd-12 {
  padding: 12px;
}
.pd-24 {
  padding: 24px;
}
.pd-34 {
  padding: 22px;
}
@media (min-width: 576px) {
  .pd-34 {
    padding: 34px;
  }
}
.pd-t-12 {
  padding-top: 12px;
}
.pd-b-12 {
  padding-bottom: 12px;
}
.pd-t-16 {
  padding-top: 16px;
}
.pd-b-16 {
  padding-bottom: 16px;
}
.pd-t-32 {
  padding-top: 32px;
}
.pd-b-32 {
  padding-bottom: 32px;
}
.pd-t-46 {
  padding-top: 22px;
}
@media (min-width: 576px) {
  .pd-t-46 {
    padding-top: 46px;
  }
}
.pd-b-46 {
  padding-bottom: 46px;
}
.pd-l-80 {
  padding-left: 80px;
}
.pd-r-22 {
  padding-right: 22px;
}

/* order */
.border-0 {
  border: none;
}

/* Border radius */
.br-10 {
  border-radius: 10px;
}

/* Backgrounds */
.bg-header {
  background-color: #4b57a3;
}

.bg-navbar {
  background-color: #ffffff;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
}

.bg-grey-light {
  background-color: #f2f2f2;
}

.bg-grey-medium {
  background-color: #f7f7f7;
}

.bg-footer {
  background-color: #4b57a3;
}

/* Links */
.link-white {
  color: #ffffff;
}

/* Noticias */
.date {
  background: #4b57a3;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 100;
  margin: 6px 0;
  padding: 6px 12px;
}

/* talento */
.vacantes {
  background: #ffffff;
  border-radius: 6px;
  border: solid 1px #f2f2f2;
  color: #333333;
  font-weight: 400;
  margin: 6px 0;
  padding: 6px 12px;
}

/* Equipo */
.cargo {
  border-radius: 6px;
  color: #4b57a3;
  font-weight: 400;
  font-style: italic;
  margin: 0;
  padding: 6px 12px;
}
.cargo:before {
  content: "";
  display: block;
  border-top: dotted 1px #4b57a3;
  margin-bottom: 6px;
  width: 40px;
  margin: 6px auto;
}
.cargo:after {
  content: "";
  display: block;
  border-bottom: dotted 1px #4b57a3;
  margin: 8px auto;
  width: 40px;
}

.pais {
  background: #4b57a3;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 100;
  margin: 6px 0;
  padding: 6px 12px;
}

/* Imagenes */
.img-rounded {
  border-radius: 300px !important;
}
.img-rounded__12 {
  border-radius: 12px;
}

/* Enlaces */
.link-blue {
  color: #4b57a3;
  font-weight: 600;
  position: relative;
  transition: 0.5s all ease;
}
.link-blue:hover {
  color: #333333;
  transition: 0.5s all ease;
}
.link-blue:hover:after {
  right: -24px;
  transition: 0.5s all ease;
  transform: rotate(-45deg);
}
.link-blue:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  right: -22px;
  transition: 0.5s all ease;
  background: transparent url("/themes/default/images/icons/arrow-right__blue.svg") center no-repeat;
}

.icon {
  display: inline-block;
  margin-right: 16px;
  width: 24px;
  height: 24px;
}
.icon-40 {
  width: 30px;
  height: 30px;
  background-size: cover !important;
}
.icon-twitter {
  background: transparent url("/themes/default/images/icons/twitter.svg") center no-repeat;
}
.icon-linkedin {
  background: transparent url("/themes/default/images/icons/linkedin.svg") center no-repeat;
}
.icon-location {
  background: transparent url("/themes/default/images/icons/map-pin.svg") left no-repeat;
}
.icon-mail {
  background: transparent url("/themes/default/images/icons/mail.svg") left no-repeat;
}
.icon-phone {
  background: transparent url("/themes/default/images/icons/phone-call.svg") left no-repeat;
}
.icon-twitter__color {
  background: transparent url("/themes/default/images/icons/twitter_color.svg") center no-repeat;
}
.icon-linkedin__color {
  background: transparent url("/themes/default/images/icons/linkedin_color.svg") center no-repeat;
}
.icon-arrow-right {
  background: transparent url("/themes/default/images/icons/chevron-right.svg") center no-repeat;
}
.icon-arrow-right__white {
  background: transparent url("/themes/default/images/icons/chevron-right_white.svg") center no-repeat;
}
.icon-arrow-right__blue {
  background: transparent url("/themes/default/images/icons/chevron-right_blue.svg") center no-repeat;
}

/* fonts */
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("/fonts/AvenirNextLTPro-Regular.eot");
  src: url("/fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("/fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("/fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Layouts */
header {
  background-color: #ffffff;
}

.brand-nav {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
@media (min-width: 576px) {
  .brand-nav {
    padding: 0.5rem 0;
  }
}

.brand-logo img {
  min-height: 150px;
}
@media (min-width: 576px) {
  .brand-logo img {
    max-height: 60px;
  }
}

.top-header {
  background-color: #4b57a3;
  display: flex;
  justify-content: flex-end;
}
.top-header .idiomas {
  color: #ffffff;
  margin-right: 16px;
}
.top-header .idiomas a {
  color: #ffffff;
  text-decoration: none;
}
.top-header .rrss a {
  color: #ffffff;
  text-decoration: none;
}

.navbar-collapse {
  flex-grow: 0;
}

li.nav-item.active {
  border-bottom: solid 4px #4b57a3;
}

.navbar-light .navbar-toggler {
  border: none;
}

.bg-navbar .pd-t-16 {
  padding-top: 0;
}
@media (min-width: 576px) {
  .bg-navbar .pd-t-16 {
    padding-top: 16px;
  }
}
.bg-navbar .pd-b-16 {
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .bg-navbar .pd-b-16 {
    padding-bottom: 16px;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 576px) {
  .footer {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .footer {
    flex-direction: row;
  }
}
.footer .company p {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 0;
  margin: 12px 0 12px 12px;
  text-align: left;
  font-weight: 400;
}
@media (min-width: 576px) {
  .footer .company p {
    margin: 0 0 0 12px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer .company p {
    margin: 0 0 0 12px;
    text-align: left;
  }
}
.footer .legal ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.footer .legal ul li {
  float: left;
  list-style: none;
  margin: 4px 12px;
}
@media (min-width: 576px) {
  .footer .legal ul li {
    margin: 4px 12px;
  }
}
@media (min-width: 992px) {
  .footer .legal ul li {
    margin: 0 12px;
  }
}
.footer .legal a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}

/* Componentes */
.breadcrumb {
  border-radius: 0;
  background-color: #f7f7f7;
}
.breadcrumb a {
  font-size: 16px;
}
.breadcrumb li {
  margin-right: 0.4rem;
}
.breadcrumb li:last-child span {
  color: #4b57a3;
  font-weight: bold;
}

.btn-white {
  background-color: #ffffff;
  border-radius: 60px;
  color: #4b57a3;
  padding: 8px 32px 10px 32px;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.5s ease;
}
.btn-white:hover {
  background-color: #4b57a3;
  border: solid 1px #ffffff;
  color: #ffffff;
  transition: all 0.5s ease;
}
.btn-blue {
  background-color: #4b57a3;
  border-radius: 60px;
  border: solid 1px #ffffff;
  color: #ffffff;
  padding: 8px 32px 10px 32px;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.5s ease;
}
.btn-blue:hover {
  background-color: #f2f2f2;
  color: #4b57a3;
  transition: all 0.5s ease;
}
.btn-download {
  display: flex;
}
.btn-download:after {
  border-radius: 30px;
  content: "";
  margin-left: 0.65rem;
  width: 26px;
  height: 26px;
  display: inline-block;
  background: #ffffff url("/themes/default/images/icons/download.svg") center no-repeat;
  background-size: 76%;
}

.noticias-destacadas {
  justify-content: flex-start;
}

.card-news {
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  border-radius: 10px;
  border: 2px solid #f2f2f2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .card-news {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .card-news {
    width: calc(48% - 10px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .card-news {
    width: calc(33% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.card-news:last-child {
  margin-right: 0;
}
.card-news:hover {
  border: 2px solid #4b57a3;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}
.card-news__header {
  max-height: 160px;
  position: relative;
  overflow: hidden;
}
.card-news__header__date {
  background-color: #4b57a3;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 0px 6px 0px 0px;
  padding: 8px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-news__header__country {
  background-color: #4b57a3;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 30px;
  padding: 4px 22px;
}
.card-news__body {
  padding: 1.125rem;
  height: calc(70% - 60px);
}
.card-news__body h2 {
  font-size: 21px;
  color: #4b57a3;
  font-weight: 600;
  margin-bottom: 1rem;
}
.card-news__footer {
  display: flex;
  justify-content: flex-end;
  padding: 1.125rem;
}

.list-item {
  background: #ffffff;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 0.75rem;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .list-item {
    padding: 1.688rem;
    flex-wrap: nowrap;
  }
}
.list-item:hover {
  border: 2px solid #4b57a3;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}
.list-item__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list-item__header__talento {
  flex-direction: column;
}
@media (min-width: 992px) {
  .list-item__header {
    flex-wrap: nowrap;
  }
}
.list-item__media {
  margin-right: 0;
  width: 100%;
  min-width: 180px;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .list-item__media {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .list-item__media {
    margin-right: 1.688rem;
  }
}
.list-item__media img {
  border-radius: 4px;
}
@media (min-width: 768px) {
  .list-item__media {
    width: 20%;
  }
}
.list-item__sumary p {
  font-weight: 500;
}

.card-member {
  background: #ffffff;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 0.75rem;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .card-member {
    padding: 1.688rem;
    flex-wrap: nowrap;
  }
}
.card-member:hover {
  border: 2px solid #4b57a3;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}
.card-member__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.card-member__header h2 {
  margin: 0.45rem 0 0.25rem 0;
}
@media (min-width: 992px) {
  .card-member__header {
    flex-wrap: nowrap;
  }
}
.card-member__media {
  margin: 2rem auto;
}
@media (min-width: 576px) {
  .card-member__media {
    margin-bottom: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .card-member__media {
    margin: 2rem auto;
  }
}
@media (min-width: 768px) {
  .card-member__media {
    width: auto;
    margin-bottom: 0.725rem;
  }
}
.card-member__media img {
  border-radius: 4px;
  border: solid 2px #4b57a3;
}
.card-member__sumary p {
  font-weight: 500;
}

.lineas-accion {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 576px) {
  .lineas-accion {
    flex-direction: row;
  }
}

.lineas-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  border-radius: 10px;
  border: 2px solid #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 2.6rem;
  width: 100%;
}
@media (min-width: 576px) {
  .lineas-item {
    width: calc(50% - 20px);
  }
}
.lineas-item:hover {
  border: 2px solid #4b57a3;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}
.lineas-item:hover h3 {
  color: initial;
}
.lineas-item__header {
  padding: 1.125rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lineas-item__header span {
  min-width: 56px;
}
.lineas-item__header h3 {
  font-family: "Avenir Next LT Pro", "Encode Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-left: 12px;
}
.lineas-item__body {
  padding: 1.125rem;
  height: calc(100% - 60px);
}
.lineas-item__footer {
  display: flex;
  justify-content: flex-end;
  padding: 1.125rem;
}

.card-dates__columns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (min-width: 576px) {
  .card-dates__columns {
    flex-direction: row;
  }
}

.card-dates {
  border: solid 1px #f7f7f7;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 576px) {
  .card-dates {
    flex-direction: column;
    width: calc(33% - 20px);
  }
}
.card-dates h3 {
  color: #4b57a3;
  font-weight: 600;
  margin: 1rem;
}
.card-dates img {
  max-width: 110px;
}

.container-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 576px) {
  .container-form {
    flex-direction: row;
  }
}

.form-location {
  width: 100%;
  margin-right: 40px;
}
@media (min-width: 576px) {
  .form-location {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .form-location {
    width: 60%;
    margin-right: 40px;
  }
}

.form-contact {
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  padding: 16px;
  width: 100%;
}
@media (min-width: 576px) {
  .form-contact {
    padding: 26px;
    width: auto;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .form-contact {
    padding: 36px;
    width: auto;
    margin-right: 40px;
  }
}

.location {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 576px) {
  .location {
    margin-top: 20px;
    width: 100%;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .location {
    margin-top: 0;
    width: calc(40% - 40px);
    margin-right: auto;
  }
}
.location h3 {
  color: #333333;
  margin-bottom: 20px;
  font-weight: 700;
}
.location__content {
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.14);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px;
}
@media (min-width: 576px) {
  .location__content {
    padding: 36px;
  }
}
.location__content__ul {
  margin: 0;
  padding: 0;
}
.location__content__ul li {
  list-style: none;
  margin-bottom: 16px;
  padding-left: 40px;
  font-size: 1.125rem;
}
.location__content__ul li:last-child {
  margin-bottom: 0;
}

label {
  color: #4b57a3;
  font-weight: 600;
}

textarea {
  min-height: 240px;
}

.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #4b57a3;
  border-color: #ffffff #ffffff #ffffff;
}

.nav-tabs a {
  color: #4b57a3;
}
.nav-tabs:hover {
  border-color: #ffffff #ffffff #ffffff;
}

.nav-tabs .nav-link {
  background-color: #f2f2f2;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
  padding: 14px;
  border: solid 1px #ffffff;
}

.pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pagination__counter p {
  font-weight: 500;
}

.sub-header {
  min-height: 100px;
}
.sub-header__empresa {
  background: #4b57a3 url("/themes/default/images/header/header-empresa.jpg");
  background-position: center;
  background-size: cover;
}
.sub-header__noticias {
  background: #4b57a3 url("/themes/default/images/header/header-noticias.jpg");
  background-position: center;
  background-size: cover;
}
.sub-header__servicios {
  background: #4b57a3 url("/themes/default/images/header/header-servicios.jpg");
  background-position: center;
  background-size: cover;
}
.sub-header__financial {
  background: #4b57a3 url("/themes/default/images/header/header-financial.jpg");
  background-position: center;
  background-size: cover;
}
.sub-header__inteligencia {
  background: #4b57a3 url("/themes/default/images/header/header-inteligencia.jpg");
  background-position: center;
  background-size: cover;
}

.tab-home {
  background-color: #4b57a3;
  border-radius: 0px 10px 10px 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .tab-home {
    width: 100%;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .tab-home {
    width: 100%;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .tab-home {
    width: 100%;
    flex-direction: row;
  }
}
.tab-home__img {
  width: 100%;
}
@media (min-width: 576px) {
  .tab-home__img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tab-home__img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tab-home__img {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .tab-home {
    width: 100%;
  }
}
.tab-home__content {
  width: 100%;
  padding: 12px;
}
@media (min-width: 576px) {
  .tab-home__content {
    width: 100%;
    padding: 12px;
  }
}
@media (min-width: 768px) {
  .tab-home__content {
    width: 100%;
    padding: 12px;
  }
}
@media (min-width: 992px) {
  .tab-home__content {
    width: 50%;
    padding: 44px 44px 44px 44px;
  }
}
.tab-home__content p {
  color: #ffffff;
}
.tab-home__footer .btn {
  margin: 12px 0;
}

.tab-servicios {
  background-color: #4b57a3;
  border-radius: 0px 10px 10px 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .tab-servicios {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .tab-servicios {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .tab-servicios {
    flex-direction: row;
  }
}
.tab-servicios__img {
  width: 100%;
}
@media (min-width: 576px) {
  .tab-servicios__img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tab-servicios__img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tab-servicios__img {
    width: 40%;
  }
}
.tab-servicios__img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: auto;
}
.tab-servicios__content {
  width: 100%;
  padding: 12px;
}
@media (min-width: 576px) {
  .tab-servicios__content {
    width: 100%;
    padding: 44px 44px 44px 44px;
  }
}
@media (min-width: 768px) {
  .tab-servicios__content {
    width: 100%;
    padding: 44px 44px 44px 44px;
  }
}
@media (min-width: 992px) {
  .tab-servicios__content {
    width: 60%;
    padding: 44px 44px 44px 44px;
  }
}
.tab-servicios__content p {
  color: #ffffff;
}

.item-slider {
  position: relative;
  min-height: 440px;
}
.item-slider__content {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(17, 49, 107, 0.9);
  max-width: 520px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 576px) {
  .item-slider__content {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .item-slider__content {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .item-slider__content {
    width: 40%;
  }
}
.item-slider__content:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50vh;
  width: 0;
  height: 100%;
  border-style: solid;
  border-width: 0 50vh 100vh 0;
  border-color: transparent transparent rgba(17, 49, 107, 0.9) transparent;
}
.item-slider__content h1, .item-slider__content p {
  color: #ffffff;
}
.item-slider__content:before {
  content: "";
  background-color: rgba(17, 49, 107, 0.9);
  border: none;
  position: absolute;
  width: 100vh;
  top: 0;
  bottom: 0;
  right: 100%;
}

.list-basic {
  padding: 0;
  list-style: none;
  color: #ffffff;
}
.list-basic li {
  margin-bottom: 0.925rem;
  padding-left: 2.125rem;
  position: relative;
}
.list-basic li::before {
  content: "";
  background-color: #4b57a3;
  background: #4b57a3 url("/themes/default/images/icons/chevron-right_white.svg") center no-repeat;
  background-position-x: 1px;
  background-size: auto;
  border-radius: 50px;
  border: solid 1px #ffffff;
  width: 22px;
  height: 22px;
  display: inline-flex;
  margin-right: 12px;
  padding: 12px;
  position: absolute;
  left: 0;
  top: 2px;
}
.list-basic li:last-child {
  margin-bottom: 0;
}

/* Pages */
.bg_empresa {
  min-height: 100px;
}
.bg_empresa__empresa {
  padding: 20px 20px;
  background: #4b57a3 url("/themes/default/images/empresa/bg-empresa.jpg");
  background-position: center;
  background-size: cover;
}
@media (min-width: 576px) {
  .bg_empresa__empresa {
    padding: 20px 20px;
  }
}
@media (min-width: 768px) {
  .bg_empresa__empresa {
    padding: 40px 20px;
  }
}
@media (min-width: 992px) {
  .bg_empresa__empresa {
    padding: 80px 40px;
  }
}
.bg_empresa__empresa h2,
.bg_empresa__empresa p {
  color: #ffffff;
}
.bg_empresa__empresa h2 {
  font-weight: 600;
}
.bg_empresa__experiencia {
  padding: 80px 40px;
  background: #4b57a3 url("/themes/default/images/empresa/bg-experiencia.jpg");
  background-position: center;
  background-size: cover;
}

.bg_fases {
  min-height: 100px;
}
.bg_fases__fases {
  padding: 20px 12px;
  background: #4b57a3 url("/themes/default/images/servicios/bg-fases.jpg");
  background-position: center;
  background-size: cover;
}
@media (min-width: 576px) {
  .bg_fases__fases {
    padding: 20px 12px;
  }
}
@media (min-width: 768px) {
  .bg_fases__fases {
    padding: 40px 20px;
  }
}
@media (min-width: 992px) {
  .bg_fases__fases {
    padding: 80px 40px;
  }
}
.bg_fases__fases h2,
.bg_fases__fases p {
  color: #ffffff;
}
.bg_fases__fases h2 {
  font-weight: 600;
}

.experiencia {
  padding: 20px 0;
}
@media (min-width: 576px) {
  .experiencia {
    padding: 40px 40px 40px 0;
  }
}
.experiencia h2 {
  margin-bottom: 20px;
}

.datos {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .datos {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .datos {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .datos {
    padding: 40px;
  }
}
.datos-item {
  background: rgba(255, 255, 255, 0.9);
  padding: 1.8rem;
  margin: 1rem;
  min-height: auto;
  display: flex;
  flex-direction: column;
  width: calc(100% - 2rem);
}
@media (min-width: 576px) {
  .datos-item {
    min-height: auto;
    width: calc(100% - 2rem);
  }
}
@media (min-width: 768px) {
  .datos-item {
    min-height: 180px;
    width: calc(50% - 2rem);
  }
}
@media (min-width: 992px) {
  .datos-item {
    min-height: 180px;
    width: calc(50% - 2rem);
  }
}

.num {
  color: #4b57a3;
  font-weight: 700;
  font-size: 38px;
  line-height: 28px;
}
@media (min-width: 576px) {
  .num {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .num {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .num {
    font-size: 48px;
  }
}

.text {
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-top: 1rem;
}

.equipo {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .equipo {
    flex-direction: row;
    justify-content: space-between;
  }
}
.equipo-bg__equipo {
  background: #4b57a3 url("/themes/default/images/empresa/bg-equipo.jpg") center no-repeat;
  background-size: cover;
}
.equipo-bg__expertos {
  background: #4b57a3 url("/themes/default/images/empresa/bg-expertos.jpg") center no-repeat;
  background-size: cover;
}
.equipo-bg__consejo {
  background: #4b57a3 url("/themes/default/images/empresa/bg-consejo.jpg") center no-repeat;
  background-size: cover;
}
.equipo-item {
  margin-right: 30px;
  margin-top: 20px;
  padding: 2rem;
  transition: 0.5s all ease;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .equipo-item {
    width: calc(49.99% - 20px);
    margin-right: auto;
    margin-top: 20px;
    padding: 1rem;
  }
  .equipo-item:nth-child(2) {
    margin-right: 0;
  }
  .equipo-item:last-child {
    margin-top: 40px;
    width: calc(100% - 0px);
  }
}
@media (min-width: 992px) {
  .equipo-item {
    width: calc(33.33% - 30px);
    margin-right: 0;
    margin-top: 20px;
    padding: 2rem;
  }
  .equipo-item:last-child {
    margin-right: 0;
  }
  .equipo-item:last-child {
    margin-top: 20px;
    width: calc(33.33% - 30px);
  }
}
.equipo-item:hover {
  transition: 0.5s all ease;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.3);
}
.equipo-item h2,
.equipo-item p {
  color: #ffffff;
}
.equipo-item h2 {
  margin-bottom: 1rem;
}
.equipo-item p {
  height: calc(80% - 20px);
}
.equipo-item :last-child {
  margin: 0 0 0 auto !important;
  display: block;
}
.equipo:last-child {
  margin-right: 0;
}

.bg_institucional {
  min-height: 100px;
}
.bg_institucional__institucional {
  padding: 0;
  background: #4b57a3 url("/themes/default/images/empresa/bg-institucional.jpg");
  background-position: center;
  background-size: cover;
}
.bg_institucional__institucional h2,
.bg_institucional__institucional p {
  color: #ffffff;
}
.bg_institucional__institucional h2 {
  font-weight: 600;
  margin-bottom: 20px;
}
.bg_institucional__institucional {
  padding: 0 0 0 30px;
  background: #4b57a3 url("/themes/default/images/empresa/bg-institucional.jpg");
  background-position: center;
  background-size: cover;
}

.institucional {
  padding: 40px 40px 40px 0;
}
.institucional p {
  margin-bottom: 30px;
}

.bg_facility {
  min-height: 100px;
}
.bg_facility__facility {
  padding: 0;
  background: #4b57a3 url("/themes/default/images/servicios/bg-facility.jpg");
  background-position: center;
  background-size: cover;
}
.bg_facility__facility h2,
.bg_facility__facility p {
  color: #ffffff;
}
.bg_facility__facility h2 {
  font-weight: 600;
  margin-bottom: 20px;
}
.bg_facility__facility {
  padding: 12px;
  background: #4b57a3 url("/themes/default/images/servicios/bg-facility.jpg");
  background-position: center;
  background-size: cover;
}
@media (min-width: 576px) {
  .bg_facility__facility {
    padding: 0 0 0 30px;
  }
}

.facility {
  padding: 20px 0 10px 0;
}
.facility:nth-child(2) {
  padding-top: 0;
}
@media (min-width: 576px) {
  .facility {
    padding: 40px 40px 40px 0;
  }
  .facility:nth-child(2) {
    padding: 40px 40px 40px 0;
  }
}
.facility p {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .facility p {
    margin-bottom: 30px;
  }
}

.servicios {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .servicios {
    flex-direction: row;
    justify-content: space-between;
  }
}
.servicios-bg__conocimiento {
  background: #4b57a3 url("/themes/default/images/servicios/bg-conocimiento.png") center no-repeat;
  background-size: cover;
}
.servicios-bg__inteligencia {
  background: #4b57a3 url("/themes/default/images/servicios/bg-inteligencia.png") center no-repeat;
  background-size: cover;
}
.servicios-bg__experiencia {
  background: #4b57a3 url("/themes/default/images/servicios/bg-experiencia.png") center no-repeat;
  background-size: cover;
}
.servicios-bg__estrategia {
  background: #4b57a3 url("/themes/default/images/servicios/bg-estrategia.png") center no-repeat;
  background-size: cover;
}
.servicios-item {
  margin-right: 30px;
  margin-top: 20px;
  padding: 2rem;
  transition: 0.5s all ease;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
@media (min-width: 768px) {
  .servicios-item {
    width: calc(49.99% - 20px);
    margin-right: auto;
    margin-top: 20px;
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .servicios-item {
    width: calc(49.99% - 10px);
    margin-right: 0;
    margin-top: 20px;
    padding: 4rem;
  }
  .servicios-item:nth-child(2) {
    margin-left: 0;
  }
  .servicios-item:last-child {
    margin-top: 20px;
    width: calc(49.99% - 10px);
  }
}
.servicios-item:hover {
  transition: 0.5s all ease;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.3);
}
.servicios-item h2, .servicios-item p {
  color: #ffffff;
}
.servicios-item h2 {
  margin-bottom: 1rem;
}
.servicios-item p {
  text-align: center;
  height: calc(80% - 20px);
}
.servicios-item :last-child {
  margin: 0 0 0 0 !important;
  display: block;
}
.servicios:last-child {
  margin-right: 0;
}

.detalle-equipo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.detalle-equipo__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 1px #f2f2f2;
  border-radius: 0.425rem;
  padding: 1.725rem;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
}
.detalle-equipo__header h2 {
  margin: 1.275rem 0 0.25rem 0;
}
.detalle-equipo__header img {
  border: solid 2px #4b57a3;
}
.detalle-equipo__cargo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.detalle-equipo__body {
  margin-top: 1.625rem;
}

.detalle-noticia__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.detalle-noticia__date__talento {
  justify-content: flex-start;
}
.detalle-noticia__date__talento .vacantes {
  margin-left: 1rem;
}
.detalle-noticia__sumary {
  margin: 1.125rem 0 1.875rem 0;
}
.detalle-noticia__sumary p {
  font-weight: 600;
}
.detalle-noticia__body {
  margin-top: 1.125rem;
}
.detalle-noticia__body aside {
  float: initial;
  margin-right: 0;
  margin-bottom: 1.175rem;
}
@media (min-width: 768px) {
  .detalle-noticia__body aside {
    float: left;
    margin-right: 2rem;
  }
}
.detalle-noticia__footer {
  display: flex;
  justify-content: center;
}

.pie-foto {
  color: #ffffff;
  background: #4b57a3;
  border-radius: 0 0 4px 4px;
  font-weight: 100;
  padding: 6px;
}

.detalle-referencias h3 {
  color: #4b57a3;
  font-weight: 600;
}
.detalle-referencias__datos {
  background: #f7f7f7;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 10px;
  list-style: none;
}
.detalle-referencias__datos li {
  margin-bottom: 10px;
}
.detalle-referencias__datos li:nth-child(odd) {
  color: #4b57a3;
  font-weight: 600;
}

/*# sourceMappingURL=styles.css.map */
