:root {
  --bs-primary: #0C2A56;
  --bs-primary-rgb: 12,42,86;
  --nb-verde-oscuro: #198D89;
  --nb-verde-claro: #1F9E9A;
  --nb-naranja: #FF9124;
  --nb-verde-oscuro-plus: #1f7672;
}

body {
  font-family: 'Cera Pro', sans-serif;
  overflow-x: hidden;
}

.btn-bold {
  font-weight: 800;
}

.main-header {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow-x: hidden;
  z-index: 9999;
  display: block;
}

.bg-primary {
  background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important;
}


/* Navbar */
nav.navbar {
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition: all .25s ease-in-out;
}

nav.navbar.scrolled {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #0c2a56ec;
}

.navbar-collapse {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.65);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

button.navbar-toggler {
    z-index: 2000;
}

.navbar-brand {
  z-index: 2000;
  padding-left: 15px;
}

.ofertas-nav .navbar-nav {
  padding-top: 8rem;
  text-align: center;
}

.ofertas-nav .nav-link {
  padding: 1rem 2rem;
  font-weight: 600;
  color: white;
  font-size: 1.30rem;;
}

.ofertas-nav .nav-link:hover, .ofertas-nav .nav-link:focus, .ofertas-nav .nav-link:active, .ofertas-nav .nav-link.active {
  color: var(--nb-naranja);
}

.navbar-brand img {
  max-width: 140px;
}

@media (min-width: 992px) {
  nav.navbar {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar-collapse {
    position: relative;
    height: auto;
    width: inherit;
    justify-content: flex-end;
    left: auto;
    right: auto;
    background-color: transparent;
  }

  .navbar-brand {
    z-index: 2000;
    padding-left: 0px;
  }
  
  .navbar-brand img {
    max-width: 130px;
  }  

  .ofertas-nav .navbar-nav {
    padding-top: 0rem;
    text-align: center;
  }

  .ofertas-nav .nav-link {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    font-weight: 600;
    color: white;
    font-size: 1rem;
  }
}



/* MAIN CONTENT */
.main-container {
  padding-top: 4rem;
}

.full-rounded {
  border-radius: 5rem;
  padding: .45rem 1.85rem;
  font-weight: 600;
}

.col-brand-iso {
  text-align: center;
  margin-top: 55px;
}

.col-brand-iso img {
  max-width: 60px;
}


.btn-light-white .fas.fa-search {
  padding: .35rem .5rem;
  background-color: hotpink;
  color: white;
  border-radius: .35rem;
  font-size: .85rem;
}

.btn-light-white {
  background-color: rgba(255,255,255,.25);
  color: white;
  font-weight: 500;
  padding-right: 1rem;
  border: none;
  border-radius: .5rem;
  font-size: .9rem;
}

.btn-light-white .fas.fa-user {
  padding: .35rem .5rem;
  background-color: var(--bs-yellow);
  color: white;
  border-radius: .35rem;
  font-size: .85rem;
}

.owl-header .owl-dot {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 5px;
  height: 5px;
  padding: 0!important;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: white!important;
  background-clip: padding-box!important;
  border: 1px!important;
  opacity: 1;
  transition: all .35s ease;
  border-radius: 50%;
  margin-left: 15px;
  margin-bottom: 0px;
  margin-top: auto;
}

.owl-header .owl-dot.active {
  opacity: 1;
  height: 20px;
  border-radius: 15rem!important;
}

#carousel-servicios .carousel-item {
  min-height: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .85s ease-in;
  padding-bottom: 40px;
}

#carousel-servicios .carousel-item .servicios-caption {
  text-align: center;
  opacity: 0;
}

.owl-header .owl-item h1 {
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 700;
  margin-top: 0px;
}

.servicios-breadcrumb {
  font-size: .9rem;
  display: inline-flex;
  margin-bottom: 10px;
  font-weight: 600;
}

#carousel-servicios .carousel-item.active {
  /*display: block;*/
  opacity: 1!important;
}


.carousel-indicators [data-bs-target]:first-of-type {
  margin-left: 0;
}

.section-propositos {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  overflow-x: hidden;
}

.hashtag-span {
  color: #0C2A56;
  margin-bottom: 15px;
  display: inline-flex;
}

.hashtag-span h3 {
  margin-top: 0px;
}

.section-propositos h3 {
  font-weight: 400;
  line-height: 1.45;
  font-size: 1.5rem;
}

.section-propositos h3 strong {
  font-weight: 800;
  /*color: var(--bs-purple);*/
  /*font-size: 1.75rem;*/
}

.section-qs {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 10rem;
  background: url("../../assets/img/bg-qs.jpg") right bottom / 70% no-repeat;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .section-qs {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: url("../../assets/img/bg-qs.jpg") right center / contain no-repeat;
  }
}

.sections-breadcrumb span {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: .80rem;
}

.sections-breadcrumb {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .sections-breadcrumb {
    margin-bottom: 40px;
  }
}

.sections-heading h1 {
  font-weight: 400;
}

.sections-heading h1 strong {
  font-weight: 700;
}

.sections-heading {
  margin-bottom: 50px;
}

.sections-paragraph p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 175%;
}

.sections-paragraph p.lead {
  font-size: 1.2rem;
}

.link-primary {
  color: var(--bs-primary)!important;
  text-decoration: none!important;
}

.sections-paragraph .link-more, .col-aside .link-more {
  margin-top: 2rem;
  display: inline-block;
  font-size: .9rem;
}

.row-qs {
  max-width: 100%;
}

@media (min-width: 768px) {
  .row-qs {
    max-width: 50%;
  }
}

.section-cifras {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow-x: hidden;
}

.bg-pink {
  background: linear-gradient(#ff69b4 0%, #cf37c0 100%), #ff69b4;
}

.bg-purple {
  background: linear-gradient(#834cdb 0%, #9766e6 100%), var(--bs-purple);
}

.section-squares h4 {
  font-weight: 400;
  font-size: 1.35rem;
  margin: 0;
  min-width: 240px;
}

.squares-text {
  padding: 4rem 2rem;
  display: flex;
  align-items: end;
}

.section-notas {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .section-notas {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow-x: hidden;
  }
}

.link-primary:focus, .link-primary:hover {
  color: #0c2a56c7!important;
}

.cg-notas .card-img-top .cg-notas__thumb-img {
  background: var(--bs-gray-100) center center / cover no-repeat;
  transition: all .3s ease-in-out;
}

.author__thumb {
  max-width: 40px;
  background: var(--bs-gray-200) center center / cover no-repeat;
}

.cg-notas__fecha {
  font-size: .85rem;
  margin-bottom: 0.5rem;
  display: block;
}

.cg-notas {
  column-gap: 30px;
  flex-flow: row wrap;
}

.cg-notas .card {
  border-radius: 0px;
  border: none;
  box-shadow: 0px 0px 12px rgb(222,222,222);
  transition: all .3s ease-in-out;
  flex: 0 0 calc(33.33% - 20px);
  margin-bottom: 40px;
}

.cg-notas .card-body {
  padding: 1.75rem;
}

.cg-nota__author {
  display: flex;
  justify-content: start;
  align-items: center;
}

.author__data p {
  font-size: .9rem;
  font-weight: 500;
  margin-bottom: -5px;
  color: var(--bs-primary);
  line-height: 1;
}

.author-data__especialidad {
  font-size: .75rem;
}

.cg-notas .card:hover .card-img-top .cg-notas__thumb-img {
  transform: scale(1.05);
}

.cg-notas .card-img-top {
  overflow: hidden;
}

.cg-notas .card:hover {
  box-shadow: 0px 0px 18px rgb(194,194,194);
}

.card-group > .card:last-child, .card-group > .card:first-child {
  border-radius: 0!important;
}

.cg-notas .card-img, .card-img-top {
  border-radius: 0px;
}

.btn-outline-primary {
  --bs-btn-color: #0c2a56;
  --bs-btn-border-color: var(--bs-btn-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-btn-color);
  --bs-btn-hover-border-color: var(--bs-btn-color);
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-btn-color);
  --bs-btn-active-border-color: var(--bs-btn-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-lg {
  padding: .3rem 4rem;
  font-size: .95rem;
  font-weight: 500;
  border-radius: .2rem;
}

.section-videos {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow-x: hidden;
}

.sections-breadcrumb.bc-videos {
  margin-bottom: 20px;
  color: #ff69b4;
}

.row-videos {
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.section-clientes {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: var(--bs-primary);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 5;
}

.section-matricia {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  overflow-x: hidden;
  z-index: 5;
}

.section-matricia h1 {
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--bs-primary);
}

.section-matricia h1 img {
  max-width: 193px;
  vertical-align: baseline;
  margin-top: 2px;
  margin-bottom: -3px;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-separador {
  display: block;
  height: 10px;
  background: url("../../assets/img/separador.jpg") center center / cover no-repeat;
  margin-bottom: 5rem;
}

footer {
  display: block;
  padding-bottom: 3rem;
}

.float-element {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  z-index: 1;
}

.accordion#accordion-servicios, .accordion#accordion-busquedas {
  --bs-accordion-color: #ffffff;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 1.75rem;
  --bs-accordion-btn-color: var(--bs-accordion-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-white%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #ffffff;
  --bs-accordion-active-bg: inherit;
}

.bg-orange {
  background-color: #FFBB24!important;
}

.bg-lila {
  background-color: #A945D8!important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-item .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  max-width: 1140px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  justify-items: center;
  line-height: 1;
}

.accordion-item .accordion-button {
  text-transform: uppercase;
  letter-spacing: 4px;
  max-width: 100%;
  margin: auto 1.25rem;
}

@media (min-width: 576px) {
  .accordion-item .accordion-button {
    text-transform: uppercase;
    letter-spacing: 4px;
    max-width: 540px;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .accordion-item .accordion-button {
    text-transform: uppercase;
    letter-spacing: 4px;
    max-width: 720px;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .accordion-item .accordion-button {
    text-transform: uppercase;
    letter-spacing: 4px;
    max-width: 958px;
    margin: auto;
  }
}

@media (min-width: 1080px) {
  .accordion-item .accordion-button {
    text-transform: uppercase;
    letter-spacing: 4px;
    max-width: 960px;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .accordion-item .accordion-button {
    text-transform: uppercase;
    letter-spacing: 4px;
    max-width: 1140px;
    margin: auto;
  }
}

@media (min-width: 1400px) {
  .accordion-item .accordion-button {
    text-transform: uppercase;
    letter-spacing: 4px;
    max-width: 1320px;
    margin: auto;
  }
}

.bloque-servicios h2 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.5;
}

.acc-item-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0px;
}

.text-orange {
  color: #ffbb24!important;
}

.acc-numerator {
  letter-spacing: 4px;
  font-size: 1.1rem;
  line-height: 1.15;
}

.acc-row-item:first-of-type {
  border-top: 1px solid transparent;
}

.acc-row-item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(255,255,255,0.25);
  color: white;
}

.acc-lists li:before {
  margin-right: 15px;
  color: #ffbb24;
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
}

.acc-lists {
  list-style: none;
  padding: 0;
  font-size: .835rem;
  margin-bottom: 0px;
}

.acc-lists li {
  line-height: 1.9;
}

.acc-content .container {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: var(--bs-accordion-btn-icon-transform);
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;
  text-decoration: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: none;
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;
  text-decoration: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.owl-carousel.owl-cifras {
  display: block;
  min-height: 280px;
}

.owl-cifras .owl-item .cifras__number {
  color: white;
  font-size: 4rem;
  font-weight: 800;
  transition: all .5s ease-in-out!important;
}

.cifras__description {
  color: white;
  font-size: 1.4rem;
  display: block;
  line-height: .8;
  font-weight: 500;
  transition: all .5s ease-in-out;
  transform: scale(1);
}

.owl-carousel.owl-cifras .item {
  text-align: center;
  padding-bottom: 15px;
}

.owl-cifras .owl-item.center.active span.cifras__number {
  font-size: 6rem;
  /*font-weight: 800;*/
  color: white;
  font-weight: 800;
  transition: all .5s ease-in-out;
}

.owl-cifras .owl-item.center span.cifras__description {
  font-size: 1.8rem;
}

.owl-carousel.owl-clientes .owl-stage {
  display: flex!important;
  align-items: center!important;
  align-content: center;
}

.owl-carousel.owl-clientes .owl-stage-outer {
  display: flex!important;
  align-items: center!important;
  align-content: center;
  position: relative;
  z-index: 5;
}

.owl-carousel.owl-clientes img {
  max-width: 120px;
  margin: auto;
}

@media (min-width: 768px) {
  .owl-carousel.owl-clientes img {
    max-width: 90px;
    margin: auto;
  }
}

.owl-carousel.owl-clientes .item {
  text-align: center;
}

.clientes-bg-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 25rem;
  line-height: .5;
  margin: 0;
  color: rgba(255,255,255,0.020);
  text-align: center;
  z-index: 1;
}

.section-clientes .container {
  position: relative;
  z-index: 25;
}

.owl-carousel.owl-clientes .item img {
  opacity: .45;
  transition: all .25s ease-in-out;
}

.owl-carousel.owl-clientes .item img:hover {
  opacity: 1;
}

.owl-carousel.owl-clientes {
  display: block;
}

.owl-header .owl-item h1 {
  opacity: 0;
  transform: scale(1.5);
  transition: all .5s ease-in-out .5s;
}

.owl-header .owl-item.active h1 {
  opacity: 1;
  transform: scale(1);
}

.owl-header .owl-item.active .servicios-breadcrumb {
  opacity: 1;
  transform: scale(1);
}

.owl-header .owl-item .servicios-breadcrumb {
  opacity: 0;
  transform: scale(.5);
  transition: all .5s ease-in-out .5s;
}

.owl-header .owl-item p {
  opacity: 0;
  transition: opacity .5s ease-in-out .85s;
}

.owl-header .owl-item.active p {
  opacity: 1;
}

.owl-carousel.owl-header .item {
  min-height: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .85s ease-in;
  padding-bottom: 40px;
  flex-direction: column;
  text-align: center;
}

.owl-carousel.owl-header {
  display: block;
}

.video-background video {
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100%;
  opacity: .10;
}

.video-background {
  overflow-x: hidden;
}

.owl-carousel.owl-cifras .owl-nav, .owl-carousel.owl-clientes .owl-nav {
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  display: flex;
  justify-content: space-between;
  font-size: 4rem;
  margin-left: 0;
  z-index: 1;
  background: transparent;
}

@media (min-width: 768px) {
  .owl-carousel.owl-cifras .owl-nav, .owl-carousel.owl-clientes .owl-nav {
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 50px);
    display: flex;
    justify-content: space-between;
    font-size: 4rem;
    margin-left: -25px;
    z-index: 1;
    background: transparent;
  }
}

.owl-header .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.acc-content {
  transition: all .5s ease-in-out;
}

.accordion-item .accordion-button:before {
  display: block;
  margin-bottom: 15px;
}

.accordion-item:first-of-type .accordion-button:before {
  content: '01';
}

.accordion-button::after {
  display: inline-block;
  position: absolute;
  right: 0;
}

.accordion-item:last-of-type .accordion-button:before {
  content: '03';
}

#accordion-busquedas .accordion-button:before {
  content: 'CATEGORIA';
  font-size: .7rem;
  color: #ffbb24;
}

.accordion-item:nth-child(2) .accordion-button:before {
  content: '02';
}

.row-videos h3 {
  font-weight: 700;
}

.bg-verde {
  background-color: #1f9e9a!important;
}

.owl-carousel.owl-header .item h1 {
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 1.5rem;
}

.bg-sections {
  background: center center / cover no-repeat;
  position: absolute;
  height: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
  opacity: .25;
}

.owl-carousel.owl-header .item p {
  line-height: 1.35;
}

.share-box {
  color: white;
  text-transform: uppercase;
  margin-top: 2rem;
}

.section-internas {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cg-notas.cg-internas {
  flex-direction: column;
}

.cg-notas.cg-internas .card {
  margin-bottom: 2rem;
}

.cg-notas.cg-internas .card .card-body h4 {
  font-size: 1.225rem;
}

.cg-notas.cg-internas .card .card-body p.card-text {
  font-size: .9rem!important;
}

.cg-notas.cg-internas .card .card-img-top {
  max-height: 210px;
}

.col-content p {
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.65;
}

.col-content p strong {
  font-weight: 600!important;
}

.cg-notas.cg-internas .card-body {
  padding: 1.15rem 1.65rem;
}

.cg-notas.cg-internas .cg-notas__fecha {
  font-size: .8rem;
}

.col-aside .link-more {
  /*display: block;*/
  margin-top: 0;
  margin-left: auto;
  margin-right: 0px;
}

.col-aside .sections-breadcrumb.bc-videos {
  margin-bottom: 35px;
}

.bg-amarillo {
  background-color: #FEBB24!important;
}

.acc-content .cg-busquedas {
  gap: 0;
  color: #0c2a56;
}

@media (min-width: 768px) {
  .acc-content .cg-busquedas {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
  }
}

.acc-content .cg-busquedas .card {
  border: none;
  box-shadow: 0 0 22px 0 rgba(0,0,0,0.14);
  border-radius: 1.5rem;
  overflow: hidden;
  flex: 1 0 100%;
  box-sizing: border-box;
}

.busquedas__date {
  font-size: .75rem;
  margin-bottom: .35rem;
  display: block;
}

.acc-content .cg-busquedas .card .card-title {
  font-weight: 400;
  margin-bottom: .95rem;
  font-size: 1.35rem;
}

.card-excerpt {
  font-size: 1rem;
  line-height: 1.45;
  margin-bottom: 1.35rem;
  font-weight: 700;
}

.acc-content .cg-busquedas .card .card-body {
  padding: 2rem;
}

.btn-card-bottom {
  background-color: #0c2a56;
  border-radius: 0px;
  border: none;
  padding: 1rem .35rem;
  font-size: 1.15rem;
}

.card-share-box {
  padding: .5rem;
  background-color: #1f9e9a;
}

.acc-content .cg-busquedas .share-box {
  margin-top: 0;
  font-size: .88rem;
}

.card-description-scroll {
  max-height: 240px;
  overflow-y: scroll;
  padding-right: 1rem;
}

.card-description-scroll p {
  font-size: .9rem;
}

.card-description-scroll ul {
  font-size: .9rem;
  padding-left: 1rem;
}

.card-description-scroll ul li {
  margin-bottom: .5rem;
}

.card-description-scroll::-webkit-scrollbar {
  width: 8px;
  height: 12px;
  background-color: #ebebeb;
  border-radius: .5rem;
}

.card-description-scroll::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
  border-radius: .5rem;
}

.card-description-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #1f9e9a;
}

.accordion#accordion-busquedas {
  --bs-accordion-body-padding-y: 3rem;
}

#accordion-busquedas .accordion-item:first-of-type .accordion-button:before {
  content: 'CATEGORIA';
  font-size: .7rem;
  color: #ffbb24;
}

#accordion-busquedas .accordion-item:nth-child(odd) .accordion-header {
  background-color: #525456;
}

#accordion-busquedas .accordion-item .accordion-header {
  background-color: #828282;
}

#accordion-busquedas .accordion-item .accordion-header .accordion-button {
  background-color: inherit;
}

@media (min-width: 768px) {
  .acc-content .cg-busquedas .card {
    border: none;
    box-shadow: 0 0 22px 0 rgba(0,0,0,0.14);
    border-radius: 1.5rem;
    overflow: hidden;
    flex: 1 0 29%;
    box-sizing: border-box;
  }
}

.row-login {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.login-box {
  max-width: 580px;
  margin: auto;
  background-color: rgba(255,255,255,0.25);
  padding: 3rem 1rem;
  border-radius: 2rem;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 15;
}

.login-box form {
  max-width: 371px;
  margin: auto;
}

.login-box h1 {
  font-size: 2rem;
  font-weight: 700;
}

.login-box .form-control {
  color: white;
  padding: .5rem .5rem .5rem 3rem;
  box-shadow: none;
  background: transparent left 10px center no-repeat!important;
}

.login-box .form-control::placeholder {
  color: white;
}

.login-box .form-control[type="number"] {
  background-image: url("../../assets/img/icons/bloqueo-alternativo.png")!important;
}

.login-box .form-control[type="email"] {
  background-image: url("../../assets/img/icons/correo-electronico.png")!important;
}

.login-box .form-control[type="password"], .login-box .form-control[name="password"], .login-box .form-control[name="password-repeat"] {
  background-image: url("../../assets/img/icons/bloqueo-alternativo.png")!important;
}

.login-box .form-control[name="nombre"], .login-box .form-control[name="apellido"] {
  background-image: url("../../assets/img/icons/usuario.png")!important;
}

.login-box .form-control:focus, .login-box .form-control:hover {
  color: white;
}

.login-box input[type="number"]::-webkit-inner-spin-button,
.login-box input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.login-box input[type="number"] {
  -moz-appearance: textfield;
}

.login-box .btn {
  width: 100%;
  background-color: #1f9e9a;
  color: #0c2a56;
  font-size: 1.05rem;
  font-weight: 600;
  border-color: #1f9e9a;
}

.login__footer-links {
  font-size: .9rem;
}

.login-box .btn:focus, .login-box .btn:hover {
  background-color: #0c2a56;
  color: #ffffff;
  border-color: #0c2a56;
}

.login-box h3 {
  font-size: 1.65rem;
  font-weight: 700;
}

p.boxes-explanations {
  color: white;
  font-size: .95rem;
  line-height: 1.45;
  margin-bottom: 2rem;
}

.floating-icons {
  position: absolute;
  top: 150px;
  z-index: 1;
}

#green-icon {
  left: calc(100vw - 1120px);
}

#pink-icon {
  top: 500px;
  left: 70px;
  width: 80px;
}

#orange-icon {
  right: calc(100vw - 1020px);
  top: 240px;
  max-width: 140px;
}

#orange-icon-1 {
  top: 520px;
  right: calc(100vw - 1020px);
  max-width: 80px;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background-color: rgba(151,102,230,0.8);
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1900;
  backdrop-filter: blur(10px);
}

.scroll-to-top:hover {
  background-color: #9766e6;
  color: #ffffff;
}

.row-videos.rv__section {
  margin-bottom: 6rem;
}

.yt-iframe {
  border-radius: .5rem;
}

.section-servicios {
  overflow-x: hidden;
}

.section-squares {
  overflow-x: hidden;
}

footer {
  overflow-x: hidden;
}

.front-form-login input:-webkit-autofill, .front-form-login input:-webkit-autofill:hover, .front-form-login input:-webkit-autofill:focus, .front-form-login input:-webkit-autofill:active {
  background: transparent left 10px center no-repeat!important;
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-text-fill-color: #666 !important;
  color: transparent !important;
}

.header-summary {
  max-width: 768px;
}

.text-purple {
  color: var(--bs-purple);
}

.logo-neobiz {
  display: inline-block;
  border: 2px solid white;
  padding: 12px 30px 14px 20px;
  border-radius: 2rem;
  line-height: 1;
  position: relative;
}

.logo-neobiz:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  font-size: .8rem;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: white;
  color: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.graph-connect .logo-matricia {
  background-color: white;
  display: inline-block;
  border-radius: 2rem;
  padding: 12px 20px 15px 20px;
  position: relative;
  margin-left: 120px;
  /*margin-top: 25px;*/
}

.graph-connect .logo-matricia:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  font-size: .75rem;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--bs-orange);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
}

.graph-connect {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 100px;
}

.border-connect {
  width: 85px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  height: 50px;
  margin-left: 116px;
  margin-top: -24px;
  border-radius: 0 30px 0 0;
  overflow: hidden;
}

.col-12.col-md-5.graph-connect-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

section#como-trabajamos {
  position: relative;
}

.bg-ct__float {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 500px;
  background: url(../../assets/img/como-trabajamos-neo.png) left bottom / contain no-repeat;
  display: none;
}

@media (min-width: 768px) {
  .bg-ct__float {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 500px;
    background: url(../../assets/img/como-trabajamos-neo.png) left bottom / contain no-repeat;
    display: block;
  }
}

@media (min-width: 1480px) {
  .bg-ct__float {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 680px;
    background: url(../../assets/img/como-trabajamos-neo.png) left bottom 12px / contain no-repeat;
    z-index: 35;
  }
}

.login__footer-legals {
  font-size: .9rem;
  /*font-weight: 300;*/
  line-height: 1.35;
  margin-bottom: 1rem;
}

.login__footer-legals p {
  margin-bottom: 0;
}

.login__footer-legals a {
  text-decoration: none;
}

.external-logins {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.login-separator {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
  align-items: center;
}

.login-separator-text {
  margin-left: 8px;
  margin-right: 8px;
  color: white;
}

.login-separator-lines {
  display: inline-block;
  height: 1px;
  background-color: rgba(255,255,255,0.5);
  width: 44%;
}

.login-box .form-control::placeholder {
  color: rgba(255,255,255,0.55);
}

.login-box .btn.btn-light-white {
  background-color: rgba(255,255,255,0.65);
  color: #5c5c5c;
  padding: 0.55rem 1rem;
}

.login-box .btn.btn-light-white:hover, .login-box .btn.btn-light-white:focus {
  background-color: white;
}

.btn.btn-light-white .icon-login {
  max-width: 20px;
  vertical-align: sub;
  margin-right: 10px;
}

.bl_header {
  background-color: var(--nb-verde-oscuro);
  padding: 1.5rem 1rem;
  border-radius: .5rem .5rem 0 0;
  display: flex;
  align-items: center;
  position: relative;
}

.bl_header h1 {
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
  margin: 0;
}

.filters-link {
  opacity: .4;
  padding-right: 8px;
}

.icon-megafono {
  opacity: .4;
}

.filters-link:hover, .filters-link:focus {
  opacity: 1;
}

.bl_content {
  background-color: var(--nb-verde-claro);
  padding: .75rem 1rem;
  border-radius: 0 0 .5rem .5rem;
}

.bl-form-inline input {
  background: transparent;
  border: 1px solid var(--nb-verde-oscuro);
  color: white;
  font-weight: 500;
  transition: all 250ms ease-in-out;
}

.bl-form-inline input::placeholder {
  color: var(--nb-verde-oscuro-plus);
}

.bl-form-inline input:focus {
  border-color: white;
  box-shadow: none;
}

.input-block {
  position: relative;
}

.input-block .btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none!important;
}

.bl-item {
}

.bl-item-link {
  text-decoration: none;
  padding: 1rem .75rem;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.bl-item-empresa {
  display: flex;
  font-size: .7rem;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: .35rem;
}

.bl-item-puesto {
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0.25rem;
}

.bl-item-extras {
  font-size: .75rem;
  display: flex;
  justify-content: space-between;
}

.bl-item-fecha {
  opacity: .5;
}

.bl-item-link:hover, .bl-item-link.active {
  background-color: var(--nb-verde-oscuro-plus);
}

.bl-scroll-items {
  max-height: 500px;
  overflow-y: scroll;
}

/* width */

.fancy-scrollbar::-webkit-scrollbar {
  width: 6px;
  border-radius: .25rem;
  overflow: hidden;
}

/* Track */

.fancy-scrollbar::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.45);
  border-radius: .25rem;
  overflow: hidden;
}

/* Handle */

.fancy-scrollbar::-webkit-scrollbar-thumb {
  background: #1B8B88;
  border-radius: .25rem;
}

/* Handle on hover */

.fancy-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #155D5B;
}

.bl_content footer {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bl_content footer p {
  margin-bottom: 0;
  color: rgba(255,255,255,0.5);
  font-weight: 700;
}

.bl_content footer a {
  color: white;
  text-decoration: none;
  font-weight: 700;
}

.content-col {
}

.bl_description_wrapper {
  background-color: white;
  padding: 2rem 1.5rem;
  border-radius: .5rem;
  position: relative;
}

.description_datos_empresa {
  padding-right: 20px;
}

.description_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.preheading .nombre-empresa {
  font-size: .85rem;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.preheading .fecha-publicacion {
  font-size: .85rem;
  color: var(--bs-primary);
  opacity: .5;
}

.preheading .descatado-icon {
  vertical-align: middle;
}

.preheading {
  margin-bottom: .45rem;
}

.mis-postulaciones-wrapper .preheading {
  margin-bottom: .25rem;
}

.description_datos_empresa h1.puesto-trabajo {
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 0;
}

.mis-postulaciones-wrapper .description_datos_empresa h1.puesto-trabajo {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0;
}

.bl-btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1F9E9A;
  --bs-btn-border-color: #1F9E9A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-btn-hover-border-color);
  --bs-btn-active-border-color: var(--bs-btn-hover-border-color);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6e8e8d;
  --bs-btn-disabled-border-color: #6e8e8d;
}

#postulacion-btn, .postulaciones-btn {
  font-size: .9rem;
  font-weight: 700;
  padding: .45rem 1rem;
  line-height: 1.15;
  max-width: 140px;
}

.mis-postulaciones-wrapper .puesto-ciudad {
  font-size: .9rem;
  font-weight: 700;
  color: #99a5b0;
}

.puesto-ciudad {
  font-size: .95rem;
  font-weight: 700;
  color: #99a5b0;
}

.description_body {
  margin-top: 1.75rem;
  font-size: .85rem;
  color: #616161;
}

.description_body p {
  font-size: .85rem;
  color: #616161;
  margin-bottom: 0.75rem;
  margin-top: 0px;
}

.description_body ul, .description_body ol {
  padding-left: 1rem;
  font-size: .85rem;
  margin-top: 0px;
}

.description_body a {
  color: rgba(31,158,154,0.92);
}

.footer-decoration {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 15px;
  background: url("../../assets/img/separador.jpg") center center / cover no-repeat;
  left: 0;
  border-radius: 0 0 .5rem 0.5rem;
}

.extras-boxes {
  border: 1px solid rgba(75,89,148,0.35);
  border-radius: .5rem;
  margin-bottom: 1rem;
}

.boxes-header {
  padding: .75rem 1rem;
  background-color: rgba(75,89,148,0.75);
  text-align: center;
  font-size: 1.15rem;
  color: rgba(255,255,255,0.55);
  font-weight: 700;
  line-height: 1.20;
}

@media (min-width: 768px) {
  .boxes-header {
    padding: .75rem 1rem;
    background-color: rgba(75,89,148,0.75);
    text-align: center;
    font-size: .95rem;
    color: rgba(255,255,255,0.55);
    font-weight: 700;
    line-height: 1.20;
  }
}

.boxes-body {
  padding: 1rem;
}

.form-sueldo-pretendido input {
  background: transparent;
  border-color: rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.67);
  text-align: center;
  font-weight: 500;
}

.form-sueldo-pretendido input:hover, .form-sueldo-pretendido input:focus {
  background-color: #ffffff;
  color: #0c2a56;
  border-color: white;
}

.form-sueldo-pretendido button[type=submit], .extras-boxes.extras-consejos .btn, .extras-boxes.extras-progreso .btn {
  background-color: transparent;
  border: none;
  font-size: .8rem;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  line-height: 1.25;
  font-weight: 600;
  box-shadow: none;
}

.form-sueldo-pretendido button[type=submit]:hover, .form-sueldo-pretendido button[type=submit]:focus, .extras-boxes.extras-consejos .btn:hover, .extras-boxes.extras-consejos .btn:focus, .extras-boxes.extras-progreso .btn:hover, .extras-boxes.extras-progreso .btn:focus {
  background-color: rgba(75,89,148,0.66);
  color: white;
}

.extras-boxes.extras-consejos p {
  font-size: .85rem;
  text-align: center;
}

.busquedas-col {
  /*max-width: 340px;*/
}






.bl_content.cv_content h5 {
  color: white;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: .75rem;
}

.cv-info-inline {
  display: flex;
  justify-content: space-between;
}

.cv-info-inline p {
  color: white;
  font-size: .9rem;
  margin-bottom: 0.4rem;
}

.bl_content.cv_content .cv-info-inline:last-of-type {
  margin-bottom: .75rem;
}

.bloque-datos-suman form label {
  font-size: .85rem;
  color: white;
  font-weight: 500;
}

.bloque-datos-suman form input {
  font-size: .9rem;
}

.header-datos-cv {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

@media (min-width: 768px) {
  .header-datos-cv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}

.bl-btn-outline-primary {
  --bs-btn-color: var(--nb-verde-claro);
  --bs-btn-border-color: var(--bs-btn-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--nb-verde-oscuro);
  --bs-btn-hover-border-color: var(--bs-green);
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-btn-color);
  --bs-btn-active-border-color: var(--nb-verde-oscuro);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.header-datos-cv h5 {
  font-weight: 700;
  color: #0c2a56;
  margin-bottom: 0px;
  font-size: 1.50rem;
}

@media (min-width: 768px) {
  .header-datos-cv h5 {
    font-weight: 700;
    color: #0c2a56;
    margin-bottom: 0px;
    font-size: 1.30rem;
  }
}

.item-primary-link {
  font-weight: 700;
  color: var(--bs-primary);
  text-decoration: none;
}

.item-establecimiento {
  display: block;
  font-size: .80rem;
  color: var(--bs-primary);
  text-transform: uppercase;
}

.item-estado {
  font-size: .8rem;
  font-weight: 700;
  display: block;
  vertical-align: middle;
}

.item-periodo {
  font-size: .75rem;
  display: block;
  color: var(--bs-gray-500);
  font-weight: 500;
}

.item-primary-link:hover, .item-primary-link:active, .item-primary-link:focus {
  color: rgba(31,158,154,0.92);
}

.item-mi-cv {
  margin-bottom: 1rem;
}

.bloque-datos-cv {
  margin-bottom: 2.5rem;
}

.item-mi-cv.item-no-content {
  background-color: var(--bs-gray-200);
  border-radius: .45rem;
  padding: 2rem .5rem;
  text-align: center;
  font-size: .95rem;
  color: var(--bs-gray-600);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.link-more-info {
  display: block;
  text-align: center;
  font-size: .85rem;
  color: var(--bs-gray-600);
}

.link-more-info a {
  color: var(--bs-gray-600);
  font-weight: 600;
  text-decoration: none;
}

.bl-btn-outline-primary.bl-btn-mi-cv {
  text-transform: uppercase;
  font-weight: 500;
  font-size: .85rem;
  padding: .25rem 1rem;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .bl-btn-outline-primary.bl-btn-mi-cv {
    margin-top: 0px;
  }
}

.bl-btn-outline-primary.bl-btn-mi-cv i {
  vertical-align: middle;
  line-height: 1;
}

.nav-tabs {
  padding-left: 1rem;
  font-size: .9rem;
  font-weight: 700;
  border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: var(--nb-naranja);
  border-color: var(--nb-naranja);
}

.nav-tabs .nav-link {
  margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
  background: var(--bs-gray-500);
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  color: white;
  margin-right: 6px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--nb-naranja);
  background: var(--nb-naranja);
}

.ratio-progress {
  --ratio: 0.75;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  position: relative;
  clip-path: circle(50%);
  margin-left: auto;
  margin-right: auto;
}

.ratio-progress::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: conic-gradient(var(--nb-naranja) 0 calc(var(--ratio) * 360deg), rgba(151,102,230,0.8) calc(var(--ratio) * 360deg) 360deg);
  z-index: -2;
}

.ratio-progress::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  background-color: #834cdb;
  border-radius: 50%;
  z-index: -1;
}

.progress-percent {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  font-size: 1.35rem;
  transform: translate(-50%,-50%);
}

.bl_header.mi_cv_header {
  padding: 1rem;
  justify-content: space-between;
}

#contacto-email {
  max-width: 240px;
}

.bl_content.cv_content {
  padding: 1rem;
}

.modal {
  z-index: 10000;
}

.modal-nb .modal-header {
  background-color: var(--nb-verde-oscuro);
  color: white;
  border-color: transparent;
  padding: 1.5rem 1.5rem;
}

.modal-nb .modal-content {
  border-color: transparent;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
}

.modal-nb .modal-header i {
  font-size: 1.35rem;
  vertical-align: middle;
  line-height: 0;
  opacity: .45;
  padding-top: 3px;
}

.modal-nb .modal-header .modal-title {
  line-height: 1;
  font-weight: 800;
}

.modal-nb {
  background-color: rgba(0,0,0,0.35);
}

.modal-small {
  font-size: .85rem;
  margin-bottom: 0px;
}

.nb-btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--nb-verde-claro);
  --bs-btn-border-color: var(--nb-verde-claro);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--nb-verde-oscuro-plus);
  --bs-btn-hover-border-color: var(--nb-verde-oscuro-plus);
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
  font-weight: 700;
}

.modal-nb .input-with-icon input {
  font-size: .95rem;
  padding: .75rem 1rem .75rem 2.5rem;
  font-weight: 500;
}

.modal-nb input::placeholder, .modal-nb select::placeholder {
  color: rgb(194,194,194);
}

.input-with-icon {
  position: relative;
}

.icon-input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  font-size: 1.25rem;
  line-height: 1;
  opacity: .35;
}

.modal-nb .modal-body {
  padding: 1.5rem;
}

.modal-nb .modal-footer .btn {
  font-size: .95rem;
  padding: .5rem 1.5rem;
}

.form-response {
  font-size: .9rem;
  font-weight: 500;
}

.modal-nb input, .modal-nb select {
  font-size: .95rem;
  padding: .75rem 1rem;
  font-weight: 500;
}

.modal-nb label {
  font-size: .9rem;
  margin-bottom: 0.25rem;
  font-weight: 400;
  color: var(--bs-gray-600);
}

.inputs-inline {
  display: flex;
}

.btn-headers {
  border: none;
  max-width: 50px;
  margin-right: -10px;
  opacity: .35;
}

.btn-headers:hover, .btn-headers:focus {
  opacity: 1;
}

.form-row {
  display: flex;
  justify-content: space-between;
}

.form-col {
  min-width: 49%;
}

.form-preferencias label {
  font-size: .85rem;
  margin-bottom: 0.5rem;
  color: #828282;
  line-height: 1.25;
  font-weight: 500;
}

.form-preferencias label small {
  display: block;
  margin-top: 3px;
  font-weight: 400;
}

.link-postulaciones {
  font-weight: 700;
  color: #0c2a56;
  text-decoration: none;
  display: block;
  font-size: 1.15rem;
}

.no-postulacion {
  padding: 2rem .5rem;
  border: 1px solid #d3d3d3;
  border-radius: .25rem;
}

.no-postulacion p {
  font-size: .9rem;
  color: #828282;
  margin-bottom: 0;
  margin-top: 0px;
}

.no-postulacion h5 {
  margin-bottom: 0.15rem;
}

.dropdown-menu-cv {
  background-color: rgba(12,42,86,0.7803921568627451);
  padding: 0;
}

.dropdown-menu-cv .dropdown-item {
  color: white;
  font-size: .9rem;
  padding: .75rem 1rem;
}

.dropdown-menu-cv .dropdown-item:hover, .dropdown-menu-cv .dropdown-item:focus {
  color: #0c2a56;
}

.dropdown-menu {
  overflow: hidden;
}

div#welcome-box {
  position: fixed;
  width: 100%;
  min-height: 100vh !important;
  display: none;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  z-index: 500000;
  background: #ffffffef;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
}

.content-welcome {
  text-align: center;
}

.welcome__msg h1 {
  font-size: 1.65rem;
  font-weight: 700;
  color: #6c37c0;
}

.welcome__msg p {
  font-weight: 500;
  color: #727272;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 20px 30px 20px 60px;
  width: 400px!important;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #0000003a;
  -webkit-box-shadow: 0 0 12px #0000003a;
  box-shadow: 0 0 12px #0000003a;
  color: #FFFFFF;
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  filter: alpha(opacity=95);
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #00000052;
  -webkit-box-shadow: 0 0 12px #00000052;
  box-shadow: 0 0 12px #00000052;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

.toast-title {
  font-size: 1.12rem;
}

.pass-container {
  position: relative;
}

.pass-container input {
  position: relative;
  z-index: 1;
}

a.toogle-pass {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  z-index: 10000;
  color: rgba(255, 255, 255, 0.534);
}

a.toogle-pass:hover, a.toogle-pass:focus {
  color: white;
}

.CV-actual {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

a.links-lateral, a.delete-item {
  color: white;
  text-decoration: none;
  font-weight: 700;
}

a.links-lateral {
  display: flex;
}

.item-academicas {
  position: relative;
  display: block;
}

.item-academicas .buttons-actions {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  background: rgb(249, 249, 249);
  background: linear-gradient(90deg, rgba(249, 249, 249, 0) 8%, rgba(255, 255, 255, 1) 35%);
  flex-direction: row;
  align-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 600;
}

.item-academicas .buttons-actions a {
  color: #525456;
  border-color: #525456;
}

.item-academicas:hover .buttons-actions {
  opacity: 1;
}

.minimal-tooltip {
  font-size: .8rem;
  --bs-tooltip-bg: #003431;
}

span.detalles-puesto {
  max-width: 280px !important;
  display: inline-block;
}

.bootstrap-select .dropdown-toggle {
  background-color: white !important;
  border: 1px solid #c9c9c9;
  font-size: .95rem;
  padding-right: .5rem;
}

.bootstrap-select .dropdown-menu.show {
  font-size: .925rem;
}

.bootstrap-select span.bs-ok-default.check-mark {
  font-size: .75rem;
  top: 8px !important;
}

.photo-profile-wrapper {
  width: 80px;
  height: 80px;
  border: 6px solid white;
  border-radius: 15px;
  position: absolute;
  bottom: 10px;
  left: 15px;
  background: url(../img/profile-custom.jpg) #EBEBEB center center / cover no-repeat;
  overflow: hidden;
}

.header-dual {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 102px;
  width: 100%;
  justify-content: space-between;
}

.overlay-action {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.45);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.overlay-action:hover, .overlay-action:focus {
  opacity: 1;
  color: white;
}

.inline-redes {
  text-align: center;
  font-size: 1.25rem;
}
.inline-redes a {
  margin-right: 10px;
}

.inline-redes a:last-of-type {
  margin-right: 0;
}

p.ultima-actualizacion {
  font-size: .8rem;
  color: #d9c8f5;
  text-align: center;
}

span.postulacion-detalles {
  font-size: .785rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.input-group.btn-radios {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

.input-group.btn-radios button {
  width: 50%;
}

.first-steps-boxes label {
  color: white;
  margin-bottom: 5px;
  opacity: .85;
  font-weight: 600;
}

a#btn-omitir {
  color: white;
  opacity: .75;
  text-decoration: none;
}

a#btn-omitir:hover, a#btn-omitir:focus {
  opacity: 1;
}

.login-box.first-steps-boxes .form-control {
  padding: .75rem;
  background-image: none!important;
}

.big-buttons .btn {
  background: transparent;
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  border-color: rgba(255, 255, 255, 0.712);
  opacity: .85;
  padding: .5rem;
}

.big-buttons .btn:hover, .big-buttons .btn:focus, .big-buttons .btn.active {
  opacity: 1;
  background-color: #0c2a56;
  color: #ffffff;
  border-color: #0c2a56;
  outline: none;
  box-shadow: none;
}

span.icon-big-buttons {
  font-size: 2.25rem;
  margin-right: 15px;
  opacity: .65;
}

.big-buttons .btn:hover span.icon-big-buttons, .big-buttons .btn:focus span.icon-big-buttons, .big-buttons .btn.active span.icon-big-buttons {
  opacity: 1;
}

form#first-steps-form .btn-radios .btn {
  background: transparent;
  color: #ffffffd6;
  border-color: #ffffffd6;
}

form#first-steps-form .btn-radios .btn:hover, form#first-steps-form .btn-radios .btn:focus, form#first-steps-form .btn-radios .btn.active {
  background-color: #0c2a56;
  color: #ffffff;
  border-color: #0c2a56;
  outline: none;
  box-shadow: none;
}

form#first-steps-form .form-select {
  background-color: transparent;
  color: #ffffffd6;
  border-color: #ffffffd6;
  padding: .75rem;
}

form#first-steps-form .form-select:hover, form#first-steps-form .form-select:focus {
  background-color: #0c2a56;
  color: #ffffff;
  border-color: #0c2a56;
}

form#first-steps-form label small {
  display: block;
  font-weight: 400;
}

/* AVISOS AMPLIADOS ESTILOS */
.avisos-ampliados-box {
  background-color: rgba(255, 255, 255, .85);
  padding: 2rem;
  border-radius: .75rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.avisos-apliados-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.avisos-apliados-header{
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.avisos-apliados-header .empresa {
  font-size: .9rem;
  font-weight: 500;
  color: #ffffffa4;
}

.avisos-apliados-header h1 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}

.avisos-ampliados-box p {
  font-size: .9rem;
  color: #5e5e5e;
  margin-bottom: .75rem;
}

.avisos-ampliados-box ul {
  font-size: .9rem;
  color: #5e5e5e;
}