:root {
  --bs-primary: #0C2A56;
  --bs-primary-rgb: 12,42,86;
}

body {
  font-family: 'Cera Pro', sans-serif;
  overflow-x: hidden;
}

.main-header {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow-x: hidden;
  z-index: 9999;
}

.bg-primary {
  background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important;
}

.navbar-brand img {
  max-width: 120px;
}

.navbar-toggler {
  border: none;
  outline: none!important;
  box-shadow: none!important;
}

.navbar-collapse {
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: rgba(31,158,154,0.92);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .navbar-collapse {
    text-align: right;
    position: absolute;
    top: 250px;
    right: 30px;
    z-index: 9999;
    width: auto;
    height: auto;
    background: transparent;
    backdrop-filter: none;
    display: flex;
    align-items: end;
  }
}

.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;
}

.secondary-nav {
  margin-right: 20px;
  margin-left: auto;
}

.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;
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.3rem;
  --bs-nav-link-color: var(--bs-navbar-hover-color);
  --bs-nav-link-hover-color: var(--bs-navbar-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 15px;
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .navbar-nav {
    font-size: .95rem;
  }
}

.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;
}

#navcol-primary .redes-accesos {
  margin-top: 20px;
  font-size: .9rem;
}

.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;
}

.header-elements {
  position: relative;
  z-index: 5;
}

.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;
}

.login-box .form-control::placeholder {
  color: white;
}

.login-box .form-control[type="email"] {
  background-image: url("../../assets/img/correo-electronico.png");
}

.login-box .form-control[type="password"] {
  background-image: url("../../assets/img/bloqueo-alternativo.png");
}

.login-box .form-control[name="nombre"], .login-box .form-control[name="apellido"] {
  background-image: url("../../assets/img/user.png");
}

.login-box .form-control:focus, .login-box .form-control:hover {
  color: white;
}

.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;
}

.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;
}

.close-navbar {
  position: fixed;
  top: 15px;
  padding: 10px 15px;
  color: white;
  z-index: 999999;
  right: 15px;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
}

.close-navbar:hover, .close-navbar:focus {
  color: white;
}


.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;
  }

}