/*Inicio*/
section.banner-inicio h1 {
  font-size  : 40px;
  font-weight: 700;
  margin     : 0;
}

/*Ambiente laboral*/
section.ambiente_laboral h2 {
  color      : #0C26A3;
  font-size  : 40px;
  font-weight: 600;
  line-height: normal;
}

.video-wrapper {
  position      : relative;
  width         : 100%;
  padding-bottom: 56.25%;
  height        : 0;
  overflow      : hidden;
  border-radius : 25px;
}

.video-wrapper video,
.video-wrapper iframe,
.video-wrapper .wp-video-shortcode {
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100% !important;
  height    : 100% !important;
  object-fit: cover;
}

.video-wrapper video {
  display  : block;
  max-width: 100%;
}

/*¡Únete al equipo de Incauca!*/
.fondo-bloque-azul {
  background-color: #354BB3;
  border-radius   : 25px;
}

.bloque-azul {
  background-color: #0C26A3;
  border-radius   : 25px 0px 25px 25px;
}

.bloque-secundario {
  background-color: #354BB3;
  border-radius   : 25px 25px 25px 0px;
}

.titulo-unete {
  color        : white;
  font-size    : 45px;
  font-style   : normal;
  font-weight  : 600;
  text-align   : start;
  margin-bottom: 1.5rem;
}

.descripcion-unete {
  color        : white;
  font-size    : 18px;
  font-style   : normal;
  font-weight  : 400;
  line-height  : normal;
  text-align   : start;
  margin-bottom: 1.5rem;
}

.img-full {
  width  : auto;
  height : 100%;
  display: block;
}

.unete_equipo {
  position: relative;
}

.bloque-azul {
  position: relative;
}

.texto-unete {
  position  : absolute;
  width     : 75%;
  top       : 50%;
  left      : 50%;
  transform : translate(-50%, -50%);
  color     : #fff;
  z-index   : 10;
  text-align: center;
}

.fondo-bloque-secundario {
  background-color: #0C26A3;
  border-radius   : 0px 25px 25px 25px;
}

section.porque h2 {
  font-size  : 42px;
  font-style : normal;
  font-weight: 600;
  line-height: normal;
  color      : #0C26A3;
}

/* Por qué trabajar */
.ico {
  display         : flex;
  justify-content : center;
  align-items     : center;
  width           : 92px;
  height          : auto;
  border-radius   : 70.3px;
  padding         : 20px;
  background-color: #242E7C;
}

.ico svg {
  width     : 47px;
  height    : 47px;
  object-fit: cover;
}

.text-azul {
  color: #242E7C;
}


.card-tit {
  font-size  : 25px;
  font-style : normal;
  font-weight: 700;
  line-height: normal;
  color      : #242E7C;
}

.card-desc {
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: normal;
  color      : #242E7C;
}

.card-hoverable {
  transition: all 0.3s ease;
}

.card-hoverable:hover {
  background-color: #0C26A3;
}

.card-hoverable:hover .card-tit,
.card-hoverable:hover .card-desc {
  color: #ffffff;
}

.card-hoverable:hover .icono-img {
  filter: brightness(0) invert(1);
}

.card-hoverable:hover .ico {
  background-color: white;
}

.card-hoverable:hover .ico svg path,
.card-hoverable:hover .ico svg circle,
.card-hoverable:hover .ico svg rect,
.card-hoverable:hover .ico svg line,
.card-hoverable:hover .ico svg polyline,
.card-hoverable:hover .ico svg polygon {
  fill  : #0C26A3;
  stroke: #0C26A3;
}

.nosotros__icon {
  background-color: #0C26A3;
  width           : 60px;
  height          : 60px;
  border-radius   : 10px;
}

.nosotros__icon-img {
  width : 100%;
  height: auto;
}

.img-ajustada {
  object-fit: cover;
}

.borde-grande {
  border-radius: 10px;
}

.nosotros__title {
  font-size  : 35px;
  font-weight: 600;
  line-height: normal;
  color      : #0C26A3;
}

.nosotros__description {
  font-size  : 16px;
  font-weight: 400;
  color      : #021153;
}

.nosotros__item {
  display      : flex;
  align-items  : center;
  margin-bottom: 1rem;
}

.nosotros__content {
  display       : flex;
  flex-direction: column;
  align-items   : flex-start;
  padding       : 0;
}



/* Impacto Nuestro */
.impacto-nuestro {
  background-color: #F5F6FB;
  padding         : 60px 0;
}

.card {
  background-color: #ffffff;
  border          : none;
  border-radius   : 20px;
  box-shadow      : 0 15px 35px rgba(0, 0, 0, 0.08);
  overflow        : hidden;
}

.card-title {
  font-size  : 32px;
  font-weight: 700;
  color      : #0C26A3;

  margin-bottom: 15px;
}

.card-description {
  font-size  : 20px;
  font-style : normal;
  font-weight: 500;
  line-height: normal;
  color      : #5B5E6C;
}

.card-values {
  margin-top: 15px;
}


.card-value {
  display      : flex;
  align-items  : center;
  gap          : 12px;
  margin-bottom: 15px;
}

.card-value-icon {
  width           : 64px;
  height          : 64px;
  background-color: #0C26A3;
  border-radius   : 12px;
  display         : flex;
  align-items     : center;
  justify-content : center;
}

.card-value-icon svg {
  width : 26px;
  height: 26px;
  fill  : #1f3c88;
}

.card-value-text {
  font-size  : 15px;
  font-weight: 600;
  color      : #1f3c88;
}

.card-img-top {
  border-radius: 25px;
  object-fit   : cover;
  height       : 100%;
  min-height   : 350px;
}

.single-item-rtl {
  overflow: hidden;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto;
}

.slick-slide>div {
  height: 100%;
}

.slick-arrows-container {
  display : flex;
  position: absolute;
}

.custom-prev {
  position       : relative;
  width          : 48px;
  height         : 48px;
  border-radius  : 50%;
  background     : #ffffff;
  border         : none;
  font-size      : 28px;
  font-weight    : bold;
  display        : flex;
  align-items    : center;
  justify-content: center;
  cursor         : pointer;
  z-index        : 10;
  transition     : all 0.3s ease;
  box-shadow     : 0 8px 20px rgba(12, 38, 163, 0.3);
  left           : -600px;
  top            : 340px;
}

.custom-next {
  position       : relative;
  width          : 48px;
  height         : 48px;
  border-radius  : 50%;
  background     : #ffffff;
  border         : none;
  font-size      : 28px;
  font-weight    : bold;
  display        : flex;
  align-items    : center;
  justify-content: center;
  cursor         : pointer;
  z-index        : 10;
  transition     : all 0.3s ease;
  box-shadow     : 0 8px 20px rgba(12, 38, 163, 0.3);
  left           : 600px;
  top            : 340px;
}

.custom-prev:hover,
.custom-next:hover {
  background: #091b75;
  transform : translateY(-50%) scale(1.08);
}

.slick-prev,
.slick-next {
  display: none !important;
}

.slick-dots {
  position       : relative;
  bottom         : -30px;
  display        : flex !important;
  justify-content: center;
  gap            : 10px;
}

.slick-dots li {
  background-color: #cfd8ff;
  width           : 12px;
  height          : 12px;
  border-radius   : 10px;
  margin          : 5px !important;
}

.slick-dots li.slick-active .custom-dot {
  width        : 28px;
  height       : 12px;
  border-radius: 20px;
  background   : #0C26A3;
}

.impacto-nuestro {
  overflow: visible;
}

.reconocemos {
  background-color: #0C26A3;
}

.titulo-recon {
  font-size  : 42px;
  font-style : normal;
  font-weight: 600;
  color      : white;
}

.descrip-recon {
  font-size  : 18px;
  font-style : normal;
  font-weight: 400;
  line-height: normal;
  color      : white;
}

/*Vacantes*/
.vacante {
  position: relative;
}

.img-ajustada {
  object-fit: cover;
}

.borde-rizq {
  border-radius: 0 72px 0 0;
}

.borde-rder {
  border-radius: 4.5rem 0 0 0;
}

.card-der {
  display         : flex;
  flex-direction  : column;
  justify-content : space-around;
  height          : 100%;
  width           : 50%;
  background-color: #0C26A3;
  color           : #fff;
  padding         : 2rem;
}

.titulo-tarj {
  font-size  : 22.817px;
  font-style : normal;
  font-weight: 500;
  line-height: normal;
}

.texto-vacante {
  font-size  : 13.036px;
  font-style : normal;
  font-weight: 600;
  line-height: normal;
}

.mensaje-txt {
  font-size: 0.75rem;
}

.btn-ver {
  color           : #0C26A3;
  font-size       : 12px;
  font-weight     : 600;
  border-radius   : 30px;
  background-color: #fff;
  transition      : all .25s ease;
}

.btn-interna:hover {
  color           : #fff;
  background-color: var(--azul-m);
}

.btn-verm:hover {
  color           : #fff;
  background-color: var(--azul-o);
}

@media (max-width: 600px){
  section.ambiente_laboral h2 {
    font-size: 25px;
    line-height: 1.2;
  }
  .video-wrapper {
    border-radius: 15px;
  }
  .titulo-unete, section.porque h2 {
    font-size: 25px;
  }
  .descripcion-unete {
    font-size: 15px;
  }
  .bloque-azul{
    border-radius: 0;
  }
  .card-tit {
    font-size: 20px;
    line-height: 1.2;
  }
  .card-desc {
    font-size: 14px;
  }
  .ico svg {
    width: 30px;
    height: 30px;
}
.ico{
  padding: 15px;
}
.porque .card{
  gap: 15px;
}
.nosotros__title {
    font-size: 25px;
    line-height: 1.3;
}
.nosotros__description {
    font-size: 14px;
}
.nosotros__item {
    gap: 15px;
}
.card-title {
    font-size: 25px;
}
.card-description {
    font-size: 15px;
}
.slick-slide>div {
    height: 800px;
}
.titulo-recon {
    font-size: 25px;
}
.descrip-recon {
    font-size: 14px;
    font-weight: 300;
}
section.vacante .card-img-overlay{
  position: relative;
}
.h-100.img-ajustada{
  height: auto !important;
          border-radius: 10px 10px 0 0;
}
.card-der{
  width: 100%;
          border-radius:0 0 10px 10px ;
          text-align: center;
}
.vacante .card{
  border-radius: 10px;
} 
.texto-vacante, .mensaje-txt {
    font-size: 16px;
}
.btn-ver{
      width: 50%;
    text-align: center;
    margin: auto;
}
section {
    overflow: hidden;
}
}