@charset "UTF-8";
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 16px;
}

body {
  color: #121127;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  overflow-x: hidden;
}

body,
html {
  max-width: 100%;
}

body,
.smooth-container {
  scroll-behavior: smooth;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.container.container-small {
  width: 800px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.full-width {
  width: 100%;
}

p {
  font-size: .875rem;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1.4rem;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
}

p.p-1 {
  font-size: 18px;
}

p.big {
  font-size: 70px;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2.5rem;
}

@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 1rem;
  }
}

.wrap2 {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 11.25rem;
}

@media only screen and (max-width: 991px) {
  .wrap2 {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .wrap2 {
    padding: 0 1rem;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (max-width: 1200px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 1200px) {
  .row > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -.5em;
  margin-left: -.5em;
}

.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: .5em;
  padding-left: .5em;
}

.row.row-md {
  margin-right: -.6rem;
  margin-left: -.6rem;
}

.row.row-md > [class^="col-"],
.row.row-md > [class*=" col-"] {
  padding-right: .6rem;
  padding-left: .6rem;
}

.row.row-big {
  margin-right: -1.6rem;
  margin-left: -1.6rem;
}

.row.row-big > [class^="col-"],
.row.row-big > [class*=" col-"] {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.row.row-xbig {
  margin-right: -3rem;
  margin-left: -3rem;
}

.row.row-xbig > [class^="col-"],
.row.row-xbig > [class*=" col-"] {
  padding-right: 3rem;
  padding-left: 3rem;
}

@media only screen and (max-width: 1200px) {
  .row.row-big {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row.row-big > [class^="col-"],
  .row.row-big > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row.row-xbig {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row.row-xbig > [class^="col-"],
  .row.row-big > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row.row-md {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row.row-md > [class^="col-"],
  .row.row-md > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}

* {
  outline: none;
}

a,
button {
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

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

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

.mt-2 {
  margin-top: 2rem;
}

button.btn {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Kumbh Sans", sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.2;
  height: 2.5rem;
  padding: .7rem .9rem;
  width: auto;
  text-align: center;
  transition: all .5s ease;
}

button.btn.btn-verde {
  background-color: #00FFFF;
  border-radius: 0px;
}

.section-m {
  margin: 3rem 0rem;
}

.section-p {
  padding: 3rem 0rem;
}

h2 {
  font-size: 35px;
}

h2 span {
  color: #1F5DF5;
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}

h4 span {
  color: #1F5DF5;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.custom-fade {
  animation: fadeInLeft;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

@media (max-width: 1980px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}

@media (max-width: 1700px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}

@media (max-width: 1500px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}

.sonda-hero.v-2 .splide-home .splide__slide {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .sonda-hero.v-2 .splide-home .splide__slide {
    height: 550px;
  }
}

.sonda-hero.v-2 .splide-home .splide__slide .content-item {
  position: relative;
  height: 100%;
  max-height: 590px;
}

@media only screen and (max-width: 991px) {
  .sonda-hero.v-2 .splide-home .splide__slide .content-item video {
    height: 100%;
    object-fit: cover;
  }
}

.sonda-hero.v-2 .splide-home .splide__slide .content-item .texto {
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sonda-hero.v-2 .splide-home .splide__slide .content-item .texto h2 {
  font-family: "Kumbh Sans", sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 900;
}

@media only screen and (max-width: 1200px) {
  .sonda-hero.v-2 .splide-home .splide__slide .content-item .texto h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .sonda-hero.v-2 .splide-home .splide__slide .content-item .texto h2 {
    font-size: 32px;
    transform: translateY(-3rem);
    padding: 0rem .8rem;
  }
}

.sonda-hero.v-2 .splide-home .splide__slide .content-item .texto h2 span {
  color: #00FFFF;
}

.sonda-hero.v-2 .splide-home .splide__slide .content-item .texto h2 small {
  font-weight: normal;
  font-size: 40px;
}

@media only screen and (max-width: 1200px) {
  .sonda-hero.v-2 .splide-home .splide__slide .content-item .texto h2 small {
    font-size: 20px;
  }
}

@media only screen and (min-width: 991px) {
  .sonda-hero.v-2 .splide-home .splide__pagination {
    display: none;
  }
}

.sonda-hero.v-2 .splide-home .my-slider-progress {
  width: 90%;
  margin: 0 auto;
  transform: translateY(-3rem);
}

.sonda-hero.v-2 .splide-home .my-slider-progress .my-slider-progress-bar {
  height: 4px;
}

.my-slider-progress {
  background: #ccc;
  transform: translateY(-10px);
}

.my-slider-progress-bar {
  background: #1F5DF5;
  height: 8px;
  transition: width 400ms ease;
  width: 0;
}

.cifras {
  transform: translateY(-10px);
}

@media only screen and (max-width: 991px) {
  .slides-thumbnail div[custom-styles=box-thumb] {
    display: none;
  }
}

.slides-thumbnail div[custom-styles=box-thumb] .splide__list {
  display: flex;
  justify-content: center;
}

.slides-thumbnail div[custom-styles=box-thumb] .splide__list .splide__slide {
  cursor: pointer;
  opacity: 0.6;
  min-height: 180px;
  border: 0px;
}

.slides-thumbnail div[custom-styles=box-thumb] .splide__list .splide__slide figure {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  border: 5px solid transparent;
}

.slides-thumbnail div[custom-styles=box-thumb] .splide__list .splide__slide figure img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.slides-thumbnail div[custom-styles=box-thumb] .splide__list .splide__slide .info {
  width: 100%;
  display: none;
}

.slides-thumbnail div[custom-styles=box-thumb] .splide__list .splide__slide .info p {
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 0px;
}

.slides-thumbnail div[custom-styles=box-thumb] .splide__list .splide__slide .info p:first-child {
  font-weight: bold;
  margin-top: .5rem;
}

.slides-thumbnail div[custom-styles=box-thumb] .splide__list .splide__slide.is-active {
  opacity: 1;
  border: 0px;
}

.slides-thumbnail div[custom-styles=box-thumb] .splide__list .splide__slide.is-active figure {
  border: 5px solid #1F5DF5;
}

.slides-thumbnail div[custom-styles=box-thumb] .splide__list .splide__slide.is-active .info {
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .slides-thumbnail div[custom-styles=box-thumb] .splide__list .splide__slide.is-active .info {
    display: none;
  }
}

.slides-thumbnail div[custom-styles=box-perfil] .splide__slide {
  height: auto !important;
}

.slides-thumbnail div[custom-styles=box-perfil] .splide__slide img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 576px) {
  .slides-thumbnail div[custom-styles=box-perfil] .splide__slide .info-perfil {
    text-align: center;
  }
}

.slides-thumbnail div[custom-styles=box-perfil] .splide__slide .info-perfil h3 {
  display: none;
}

@media only screen and (max-width: 991px) {
  .slides-thumbnail div[custom-styles=box-perfil] .splide__slide .info-perfil h3 {
    display: inline-flex;
  }
}

.slides-thumbnail div[custom-styles=box-perfil] .splide__slide .info-perfil figure {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 991px) {
  .slides-thumbnail div[custom-styles=box-perfil] .splide__slide .info-perfil figure {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .slides-thumbnail div[custom-styles=box-perfil] .splide__slide .info-perfil figure {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 576px) {
  .slides-thumbnail div[custom-styles=box-perfil] .splide__slide .info-perfil figure {
    max-width: 85%;
    margin-bottom: 4rem;
  }
}

.slides-thumbnail div[custom-styles=box-perfil] .splide__arrow {
  top: 40%;
}

@media only screen and (max-width: 576px) {
  .slides-thumbnail div[custom-styles=box-perfil] .splide__arrow {
    top: 35%;
  }
}

.slides-thumbnail div[custom-styles=box-perfil] .splide__pagination__page {
  background: gray;
}

.slides-thumbnail div[custom-styles=box-perfil] .splide__pagination__page.is-active {
  background: #1F5DF5;
}

.slides-thumbnail-reportes .row .box-01 {
  background-color: #fff;
}

@media only screen and (max-width: 1300px) {
  .slides-thumbnail-reportes .row .box-01 {
    width: 30%;
  }
}

@media only screen and (max-width: 991px) {
  .slides-thumbnail-reportes .row .box-01 {
    display: none;
  }
}

.slides-thumbnail-reportes .row .box-01 .box-table .copy {
  height: 3rem;
  display: flex;
  justify-items: flex-start;
  align-items: center;
  padding-left: .5rem;
  margin-bottom: 8px;
}

.slides-thumbnail-reportes .row .box-01 .box-table .copy h4 {
  margin-bottom: 0px;
}

.slides-thumbnail-reportes .row .box-01 .box-table table {
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-top: 24px;
}

.slides-thumbnail-reportes .row .box-01 .box-table table tr th {
  border-bottom-width: 0px;
}

.slides-thumbnail-reportes .row .box-01 .box-table table tr td {
  padding: .5rem .5rem;
  border-bottom-width: 0px;
}

@media only screen and (max-width: 1300px) {
  .slides-thumbnail-reportes .row .box-01 .box-table table tr td {
    font-size: 14px;
    padding-top: .7rem;
  }
}

@media only screen and (max-width: 1300px) {
  .slides-thumbnail-reportes .row .box-02 {
    width: 70%;
  }
}

@media only screen and (max-width: 991px) {
  .slides-thumbnail-reportes .row .box-02 {
    width: 100%;
  }
}

.slides-thumbnail-reportes .row .box-02 #thumbnail-reportes {
  background-color: #000;
  color: #fff;
  height: 3rem;
}

.slides-thumbnail-reportes .row .box-02 #thumbnail-reportes .splide__track .splide__list .splide__slide {
  color: #fff;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slides-thumbnail-reportes .row .box-02 #thumbnail-reportes .splide__track .splide__list .splide__slide h2 {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
  padding-bottom: .1rem;
}

.slides-thumbnail-reportes .row .box-02 #thumbnail-reportes .splide__track .splide__list .splide__slide.is-active h2 {
  border-bottom: 2px solid #fff;
  padding-bottom: .1rem;
}

.slides-thumbnail-reportes .row .box-02 #slide-reportes {
  background-color: #fff;
  padding-bottom: 1rem;
}

.slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track {
  padding-top: 1rem;
}

.slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide {
  height: auto !important;
  transform: scale(1);
}

.slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide .box-table {
  width: 95%;
  margin: 0 auto;
}

.slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide .box-table h4 {
  display: none;
}

@media only screen and (max-width: 991px) {
  .slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide .box-table .table.k-table .table__download {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide .box-table .table.k-table .td-empty {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide .box-table .table.k-table td {
    text-align: center;
  }
}

.slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide .box-table .table.k-table a {
  color: #000;
}

.slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide .box-table .table.k-table .td-title {
  text-align: left !important;
  color: #000 !important;
  font-size: 14px;
  max-width: 150px;
}

@media only screen and (min-width: 991px) {
  .slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide .box-table .table.k-table .td-title {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide .box-table .table.k-table .td-title {
    max-width: 100px;
    font-size: 12px;
  }
}

.slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide.is-active {
  transition: all 0.3s linear 0s;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transform: scale(1.01);
}

@media only screen and (max-width: 991px) {
  .slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide.is-active .box-table .table.k-table .table__download {
    text-align: center;
  }
}

.slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide.is-active .box-table .table.k-table .td-empty {
  color: #1F5DF5;
}

@media only screen and (max-width: 991px) {
  .slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide.is-active .box-table .table.k-table .td-empty {
    text-align: center;
  }
}

.slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide.is-active .box-table .table.k-table td {
  color: #1F5DF5;
}

@media only screen and (max-width: 991px) {
  .slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide.is-active .box-table .table.k-table td {
    text-align: center;
  }
}

.slides-thumbnail-reportes .row .box-02 #slide-reportes .splide__track .splide__list .splide__slide.is-active .box-table .table.k-table a {
  color: #1F5DF5;
}

.panel-tab-g {
  display: none;
}

.panel-tab-g.visible {
  display: flex;
}

.splide__slide:focus-visible {
  outline: unset;
  outline-offset: unset;
}

.accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 2px solid #E2E2E2;
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
  border-radius: 0px;
}

.accordion .accordion-item .accordion-header {
  font-family: "Roboto", sans-serif;
  border: none;
}

.accordion .accordion-item .accordion-header .accordion-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 32px;
  background: transparent;
  font-size: 22px;
  color: #000;
  box-shadow: none;
  padding-right: 3rem;
}

@media only screen and (max-width: 991px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}

.accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}

.accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
}

.accordion .accordion-item .accordion-header .accordion-button .fa-minus, .accordion .accordion-item .accordion-header .accordion-button .fa-plus {
  position: absolute;
  right: 1.5rem;
  font-size: 25px;
}

@media only screen and (max-width: 768px) {
  .accordion .accordion-item .accordion-header .accordion-button .fa-minus, .accordion .accordion-item .accordion-header .accordion-button .fa-plus {
    font-size: 20px;
  }
}

.accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] .fa-minus {
  display: inline-block;
}

.accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] .fa-plus {
  display: none;
}

.accordion .accordion-item .accordion-header .accordion-button[aria-expanded=false] .fa-minus {
  display: none;
}

.accordion .accordion-item .accordion-header .accordion-button[aria-expanded=false] .fa-plus {
  display: inline-block;
}

.accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0px;
  color: #000;
  font-family: "Roboto", sans-serif;
}

.accordion .accordion-item .accordion-collapse .accordion-body p {
  padding-top: 0px;
  color: #000;
  font-family: "Roboto", sans-serif;
}

header {
  position: sticky;
  top: 0px;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.15);
  padding: 1rem 0;
}

@media only screen and (max-width: 768px) {
  header {
    padding: .6rem 0;
  }
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
}

.sonda-header-fix .logo-site {
  width: 136px;
  max-width: 136px;
  min-width: 136px;
  height: 44px;
  max-height: 44px;
  min-height: 44px;
}

.sonda-header-fix select {
  color: #000;
  position: relative;
  border: none;
  padding-top: 0px;
  transform: translateX(-8px) translateY(-5px);
  background-color: transparent;
  background-size: 14px 10px;
  max-width: 67px;
  padding-bottom: 0px;
  margin-top: .5rem;
}

.sonda-header-fix select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.sonda-header-fix .cont-lupa-search {
  list-style: none;
}

.sonda-header-fix .dropdown-menu {
  border: none;
  overflow: unset;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  padding: 0px;
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .dropdown-menu {
    display: none;
  }
}

.sonda-header-fix .dropdown-menu.show {
  display: block;
}

@media only screen and (min-width: 992px) {
  .sonda-header-fix .nav-item:hover > .dropdown-menu {
    display: block;
  }
}

.sonda-header-fix .nav-item .row-menu-desk {
  margin-left: 0px;
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .nav-item .row-menu-desk {
    flex-direction: column;
  }
}

.sonda-header-fix .nav-item .row-menu-desk .box-01 {
  background-color: #E2E2E2;
  display: flex;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .nav-item .row-menu-desk .box-01 {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    justify-content: flex-start;
  }
}

.sonda-header-fix .nav-item .row-menu-desk .box-01 .box-texto {
  padding-top: 2rem;
  max-width: 70%;
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .nav-item .row-menu-desk .box-01 .box-texto {
    padding-top: .5rem;
    padding-left: 1rem;
  }
}

.sonda-header-fix .nav-item .row-menu-desk .box-01 .box-texto p {
  font-size: 22px;
}

@media only screen and (max-width: 1200px) {
  .sonda-header-fix .nav-item .row-menu-desk .box-01 .box-texto p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .nav-item .row-menu-desk .box-01 .box-texto p {
    font-size: 1rem;
    margin-bottom: .5rem;
  }
}

.sonda-header-fix .nav-item .row-menu-desk .box-01 .box-texto p span {
  color: #1F5DF5;
}

.sonda-header-fix .nav-item .row-menu-desk .box-01 .box-texto a {
  margin-top: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .nav-item .row-menu-desk .box-01 .box-texto a {
    margin-top: .5rem;
  }
}

@media only screen and (max-width: 768px) {
  .sonda-header-fix .nav-item .row-menu-desk .box-01 .box-texto a {
    height: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.5rem !important;
  }
}

.sonda-header-fix .nav-item .row-menu-desk .box-02 {
  background-color: rgba(226, 226, 226, 0.5);
  display: flex;
  padding: 2rem 1rem;
  justify-content: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .nav-item .row-menu-desk .box-02 {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-direction: column;
  }
}

.sonda-header-fix .nav-item .row-menu-desk .box-02 ul {
  margin-right: 4rem;
}

@media only screen and (max-width: 1200px) {
  .sonda-header-fix .nav-item .row-menu-desk .box-02 ul {
    margin-right: 1rem;
  }
}

.sonda-header-fix .nav-item .row-menu-desk .box-02 ul:first-child {
  margin-left: 3rem;
}

@media only screen and (max-width: 1200px) {
  .sonda-header-fix .nav-item .row-menu-desk .box-02 ul:first-child {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .nav-item .row-menu-desk .box-02 ul:first-child {
    margin-left: 0rem;
  }
}

.sonda-header-fix .nav-item .row-menu-desk .box-02 ul:last-child .tablinks:last-child {
  margin-bottom: 0px;
}

.sonda-header-fix .nav-item .row-menu-desk .box-02 ul li {
  margin-bottom: 1.5rem;
  min-width: 300px;
}

@media only screen and (max-width: 768px) {
  .sonda-header-fix .nav-item .row-menu-desk .box-02 ul li {
    min-width: unset;
    width: 100%;
  }
}

.sonda-header-fix .nav-item .row-menu-desk .box-02 ul li a {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  min-width: 300px;
  height: 42px;
  border: 1px solid #e2e2e2;
  padding: .5rem;
  color: #000;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .sonda-header-fix .nav-item .row-menu-desk .box-02 ul li a {
    min-width: unset;
    width: 100%;
  }
}

.sonda-header-fix .nav-item .row-menu-desk .box-02 ul li ul.sub-lista {
  padding-left: 1.1rem;
  list-style: disc;
}

.sonda-header-fix .nav-item .row-menu-desk .box-02 ul li ul.sub-lista li {
  margin: .1rem 0rem;
  padding-bottom: 0px;
}

.sonda-header-fix .nav-item .row-menu-desk .box-02 ul li ul.sub-lista li a {
  border: none;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  padding-bottom: 0px;
}

.sonda-header-fix .nav-item .row-menu-desk .box-02 ul li ul.sub-lista li:first-child {
  margin-top: .8rem;
}

.sonda-header-fix {
  padding: 0px;
}

.sonda-header-fix .navbar.sonda-header--desktop {
  padding: 0px;
  padding-top: 20px;
}

@media only screen and (max-width: 576px) {
  .sonda-header-fix .navbar.sonda-header--desktop .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.sonda-header-fix .navbar.sonda-header--desktop .container button {
  border: none;
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .navbar.sonda-header--desktop .container button {
    transform: translateY(-5px);
  }
}

.sonda-header-fix .navbar.sonda-header--desktop .container button:focus {
  outline: unset;
  box-shadow: unset;
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .navbar.sonda-header--desktop .container .box-contacto {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .sonda-header-fix .navbar.sonda-header--desktop .container .box-contacto.mobile {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .navbar.sonda-header--desktop .container .box-contacto.mobile {
    display: inline-block;
    transform: translateY(-5px);
  }
}

@media only screen and (max-width: 576px) {
  .sonda-header-fix .navbar.sonda-header--desktop .container .box-contacto.mobile {
    display: inline-block;
  }
}

.sonda-header-fix .navbar.sonda-header--desktop .container .box-contacto.mobile a {
  padding-bottom: .5rem;
  padding-top: .5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  height: auto;
}

@media only screen and (max-width: 576px) {
  .sonda-header-fix .navbar.sonda-header--desktop .container .navbar-brand {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .sonda-header-fix .navbar.sonda-header--desktop .container .navbar-toggler {
    padding-right: 20px;
  }
}

.sonda-header-fix .navbar.sonda-header--desktop .navbar-nav.ml-auto {
  margin: 0 auto;
}

.sonda-header-fix .navbar.sonda-header--desktop .navbar-nav.ml-auto .nav-item {
  height: 100%;
  margin: 0rem .3rem;
}

@media only screen and (max-width: 1200px) {
  .sonda-header-fix .navbar.sonda-header--desktop .navbar-nav.ml-auto .nav-item {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .navbar.sonda-header--desktop .navbar-nav.ml-auto .nav-item {
    position: relative;
  }
}

.sonda-header-fix .navbar.sonda-header--desktop .navbar-nav.ml-auto .nav-item .dropdown-menu {
  transform: translateY(-3px);
}

.sonda-header-fix .navbar.sonda-header--desktop .navbar-nav.ml-auto .nav-item a {
  padding-bottom: 2rem;
  color: #000;
}

@media only screen and (max-width: 1200px) {
  .sonda-header-fix .navbar.sonda-header--desktop .navbar-nav.ml-auto .nav-item a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .navbar.sonda-header--desktop .navbar-nav.ml-auto .nav-item a {
    font-size: 14px;
    padding-left: .8rem;
    padding-bottom: .8rem;
  }
}

.sonda-header-fix .navbar.sonda-header--desktop .navbar-nav.ml-auto .nav-item a.nav-link.dropdown-toggle:after {
  display: none;
}

.sonda-header-fix .navbar.sonda-header--desktop .navbar-nav.ml-auto .nav-item a.nav-link.dropdown-toggle svg.svg-inline--fa {
  font-size: .6rem;
  width: 9.59px;
  min-width: 9.59px;
  max-width: 9.59px;
  height: 9.59px;
  min-height: 9.59px;
  max-height: 9.59px;
  transform: translateY(-1px);
  transition: all .3s ease-out;
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .navbar.sonda-header--desktop .navbar-nav.ml-auto .nav-item a.nav-link.dropdown-toggle svg.svg-inline--fa {
    position: absolute;
    right: 2rem;
    transform: scale(1.3) rotate(0deg);
    top: .5rem;
  }
}

.sonda-header-fix .navbar.sonda-header--desktop .navbar-nav.ml-auto .nav-item ul.sub-lista li a {
  padding-bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .navbar.sonda-header--desktop .navbar-nav.ml-auto .nav-item.flip svg.svg-inline--fa {
    transform: scale(1.3) rotate(180deg) !important;
  }
}

.sonda-header-fix .navbar.sonda-header--desktop .navbar-nav.ml-auto .nav-item.flip a.nav-link {
  background: #1F5DF5;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .navbar.sonda-header--desktop .navbar-nav.ml-auto .nav-item-separator {
    display: none;
  }
}

.sonda-header-fix .navbar.sonda-header--desktop .navbar.sonda-lang {
  transform: translateY(-8px);
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .navbar.sonda-header--desktop .navbar.sonda-lang {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .sonda-header-fix .navbar.sonda-header--desktop .navbar.sonda-lang .icon-lang {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .navbar.sonda-header--desktop .navbar.sonda-lang .icon-lang {
    display: inline-block;
  }
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .navbar.sonda-header--desktop .navbar.sonda-lang.show {
    display: flex;
  }
}

@media only screen and (max-width: 576px) {
  .sonda-header-fix .navbar.sonda-header--desktop .navbar.sonda-lang.show {
    margin-top: .5rem;
    padding-left: .5rem;
  }
}

.sonda-header-fix .navbar.sonda-header--desktop .box-contacto {
  transform: translateY(-9px);
}

@media only screen and (max-width: 1200px) {
  .sonda-header-fix .navbar.sonda-header--desktop .box-contacto a {
    font-size: 12px;
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media only screen and (max-width: 991px) {
  .sonda-header-fix .navbar-collapse.collapse.show {
    max-height: 600px;
    overflow-y: scroll;
    padding-top: 1rem;
  }
}

@media only screen and (max-width: 576px) {
  .sonda-header-fix .navbar-collapse.collapse.show {
    padding-top: .5rem;
  }
}

.buscador {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  padding: 3rem 0 1.5rem;
  border-bottom: 4px solid #E03C31;
  transition: all .3s ease;
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}

.buscador.visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.buscador .w-buscador {
  width: 585px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.buscador .w-buscador .form-group {
  position: relative;
}

.buscador .w-buscador .form-group .btn-buscar {
  border: none;
  background: transparent;
  position: absolute;
  bottom: .7rem;
  right: .8rem;
}

.buscador .w-buscador .cerrar-buscador {
  position: absolute;
  right: -4rem;
  bottom: 1rem;
}

.container-fluid {
  padding: 0;
}

.container-fluid .row {
  width: 100%;
}

h2 {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
}

h6 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bg-gris-claro {
  background-color: #E2E2E2;
}

.img-fondo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

a.btn {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 1rem;
  line-height: 1.2;
  height: 2.5rem;
  padding: .7rem .9rem;
  width: auto;
  text-align: center;
  transition: all .5s ease;
}

a.btn span {
  font-weight: normal;
}

a.btn img {
  transform: translateY(-2px);
}

a.btn.btn-verde {
  background-color: #00FFFF;
  border-radius: 0px;
}

.cifras {
  position: relative;
  min-height: 724px;
}

@media only screen and (max-width: 991px) {
  .cifras {
    min-height: 1000px;
  }
}

.cifras h2 {
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .cifras h2 {
    font-size: 24px;
  }
}

.cifras h2 span {
  color: #00FFFF;
}

.cifras p {
  color: #fff;
}

.cifras .col-lg-4 {
  margin-top: 4rem;
}

@media only screen and (max-width: 991px) {
  .cifras .col-lg-4.left {
    order: 2;
  }
}

@media only screen and (max-width: 991px) {
  .cifras .col-lg-4.middle {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .cifras .col-lg-4.right {
    order: 1;
  }
}

.cifras .bg-cifras {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

.cifras .detalle-cifras .box-cifra .cont-data small {
  color: #fff;
  font-size: 44px;
}

.cifras .detalle-cifras .box-cifra .cont-data span {
  font-size: 44px;
  font-weight: 600;
  color: #00FFFF;
  font-family: "Roboto", sans-serif;
}

.cifras .detalle-cifras .box-cifra .cont-data p {
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.bloques-azul {
  margin-top: -2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 576px) {
  .bloques-azul {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .bloques-azul .col-lg-6 {
    margin-bottom: 3rem;
  }
}

.bloques-azul .col-lg-6 .box-overlay {
  position: relative;
}

.bloques-azul .col-lg-6 .box-overlay:hover .box-overlay {
  opacity: 1;
}

.bloques-azul .col-lg-6 .box-overlay .card-azul {
  position: relative;
  min-height: 558px;
  padding: 2rem;
}

@media only screen and (max-width: 991px) {
  .bloques-azul .col-lg-6 .box-overlay .card-azul {
    min-height: 980px;
  }
}

.bloques-azul .col-lg-6 .box-overlay .card-azul h2 {
  color: #00FFFF;
  margin-top: 2rem;
}

@media only screen and (max-width: 991px) {
  .bloques-azul .col-lg-6 .box-overlay .card-azul h2 {
    visibility: hidden;
  }
}

.bloques-azul .col-lg-6 .box-overlay .card-azul p {
  color: #fff;
  font-size: 20px;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .bloques-azul .col-lg-6 .box-overlay .card-azul p {
    visibility: hidden;
  }
}

.bloques-azul .col-lg-6 .box-overlay .card-azul .fa-arrow-right {
  color: #00FFFF;
  font-size: 1.2rem;
  width: 17px;
  min-height: 17px;
  max-width: 17px;
  height: 19px;
  min-height: 19px;
  max-height: 19px;
}

@media only screen and (max-width: 991px) {
  .bloques-azul .col-lg-6 .box-overlay .card-azul .fa-arrow-right {
    visibility: hidden;
  }
}

@media only screen and (max-width: 991px) {
  .bloques-azul .col-lg-6 .box-overlay .card-azul .n-verde {
    visibility: hidden;
  }
}

.bloques-azul .col-lg-6 .box-overlay .box-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #1F5DF5;
  padding: 2rem;
  padding-top: 3rem;
}

@media only screen and (max-width: 1200px) {
  .bloques-azul .col-lg-6 .box-overlay .box-overlay {
    padding: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .bloques-azul .col-lg-6 .box-overlay .box-overlay {
    opacity: 1;
    background-color: transparent;
    padding: 3rem 2rem;
  }
}

.bloques-azul .col-lg-6 .box-overlay .box-overlay .texto .svg-inline--fa {
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
}

@media only screen and (min-width: 992px) {
  .bloques-azul .col-lg-6 .box-overlay .box-overlay .texto .texto-mobile {
    display: none;
  }
}

.bloques-azul .col-lg-6 .box-overlay .box-overlay .texto .texto-mobile .n-verde {
  margin-bottom: 1.3rem;
}

.bloques-azul .col-lg-6 .box-overlay .box-overlay .texto .texto-mobile h2 {
  color: #00FFFF;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 576px) {
  .bloques-azul .col-lg-6 .box-overlay .box-overlay .texto .texto-mobile h2 {
    font-size: 24px;
  }
}

.bloques-azul .col-lg-6 .box-overlay .box-overlay .texto .texto-mobile p {
  color: #fff;
  margin-bottom: 2.2rem;
}

.bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul {
  list-style: none;
}

@media only screen and (max-width: 1200px) {
  .bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul {
    padding-left: 0px;
  }
}

.bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
  .bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li {
    margin-bottom: 2rem;
  }
}

.bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li span, .bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li span, .bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li a {
    font-size: 1rem;
  }
}

.bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li span:hover, .bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li a:hover {
  color: #00FFFF;
}

.bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li span img, .bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li a img {
  margin-left: .5rem;
  transform: translateY(-1px);
}

.bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li span {
  margin-bottom: 1rem;
}

.bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li .listas {
  display: flex;
  padding: 0px;
  justify-content: space-between;
  padding-bottom: .6rem;
  border-bottom: 2px solid #fff;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-style: dotted;
}

@media only screen and (max-width: 991px) {
  .bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li .listas {
    flex-direction: column;
  }
}

.bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li .listas .sub-lista {
  padding-left: 0px;
}

.bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li .listas .sub-lista li {
  margin-bottom: 1rem;
}

.bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li .listas .sub-lista li a {
  font-weight: normal;
  font-size: 1rem;
}

@media only screen and (max-width: 1200px) {
  .bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li .listas .sub-lista li a {
    font-size: .75rem;
  }
}

.bloques-azul .col-lg-6 .box-overlay .box-overlay .texto ul li .listas .sub-lista.d-flex {
  justify-content: space-between;
  width: 100%;
}

.img-card {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 991px) {
  .img-card .container-fluid .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.img-card figure img {
  width: 100%;
}

.img-card .col-lg-6 {
  padding: 0;
}

.img-card .texto {
  padding: 2rem 2.5rem;
  max-width: 600px;
}

.img-card .texto h2 {
  color: #1F5DF5;
}

@media only screen and (max-width: 576px) {
  .img-card .texto h2 {
    font-size: 24px;
  }
}

.img-card .texto h2 span {
  color: #000;
}

.img-card.flip .row {
  flex-direction: row-reverse;
}

.noticias-home {
  padding: 3rem 0rem 2rem 0rem;
}

.noticias-home h3, .noticias-home h2 {
  text-align: center;
}

.noticias-home h3 {
  margin-bottom: 1.5rem;
}

.noticias-home h2 {
  margin-bottom: 1rem;
}

.noticias-home h2 span {
  color: #1F5DF5;
}

@media only screen and (max-width: 576px) {
  .noticias-home h2 {
    font-size: 30px;
  }
}

.noticias-home h6 {
  text-align: center;
  font-size: 12.5px;
}

.noticias-home p {
  margin-top: .5rem;
}

.noticias-home p span {
  color: #1F5DF5;
}

.noticias-home .splide-item .card-noticia-home {
  background-color: #fff;
  padding: 1rem .5rem;
  height: 100%;
}

.noticias-home .splide-item .card-noticia-home figure img {
  width: 100%;
}

.noticias-home .splide-item .card-noticia-home .box-btn {
  display: flex;
  justify-content: flex-end;
}

.noticias-home .splide-item .card-noticia-home .box-btn a {
  margin-right: 1rem;
}

.noticias-home .splide-item .card-noticia-home .box-btn a .svg-inline--fa {
  color: #000;
}

.baner-redes {
  position: relative;
  height: 300px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.baner-redes .texto {
  padding: 1rem;
}

.baner-redes .texto h2 {
  margin-top: 1rem;
}

.baner-redes .texto h2 span {
  color: #1F5DF5;
}

@media only screen and (max-width: 576px) {
  .baner-redes .texto h2 {
    font-size: 24px;
  }
}

.baner-redes .texto p {
  max-width: 500px;
}

.baner-redes .texto .icons-redes {
  display: flex;
  align-items: center;
}

.baner-redes .texto .icons-redes a {
  margin-right: 1rem;
}

.banner-interior {
  display: block;
  position: relative;
  margin-bottom: 3rem;
  height: 400px;
  border-bottom: 10px solid #1F5DF5;
}

.banner-interior .bg-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

.banner-interior .texto {
  padding-top: 2rem;
  color: #fff;
  max-width: 750px;
}

@media only screen and (max-width: 991px) {
  .banner-interior .texto {
    padding-top: 1.3rem;
  }
}

.banner-interior .texto .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 0px;
}

.banner-interior .texto .wrap h1 {
  font-family: "Kumbh Sans", sans-serif;
  margin-top: 0px;
  margin-bottom: 1rem;
  color: #00FFFF;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .banner-interior .texto .wrap h1 {
    font-size: 38px;
  }
}

.banner-interior .texto .wrap h2 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .banner-interior .texto .wrap h2 {
    font-size: 20px;
  }
}

.banner-interior .texto .wrap p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .banner-interior .texto .wrap p {
    font-size: 15px;
    margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 576px) {
  .banner-interior .texto .wrap p {
    font-size: 14px;
    line-height: 16px;
  }
}

.banner-interior.carreras .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.banner-interior.carreras .container .texto {
  display: contents;
}

.banner-interior.carreras .container .texto .input-group {
  max-width: 500px;
  position: relative;
  display: inline-flex;
}

.banner-interior.carreras .container .texto .input-group input {
  max-width: 500px;
  border-radius: 0px;
  display: inline-flex;
}

@media only screen and (max-width: 576px) {
  .banner-interior.carreras .container .texto .input-group input {
    font-size: 11.5px;
  }
}

.banner-interior.carreras .container .texto .input-group .imgs-busqueda {
  position: absolute;
  right: 0;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner-interior.carreras .container .texto .input-group .imgs-busqueda img:first-child {
  transform: scale(0.8);
  margin-right: .3rem;
}

.banner-interior.carreras .container .texto .input-group .imgs-busqueda img:last-child {
  transform: scale(0.8);
}

.lista-productos .box {
  margin-bottom: 2rem;
}

.lista-productos .box .content {
  position: relative;
  max-width: 95%;
  margin: 0 auto;
}

.lista-productos .box .content .box-overlay {
  width: 100%;
  height: 460px;
  padding: 2rem;
  transition: all 0.3s linear 0s;
}

@media only screen and (max-width: 1200px) {
  .lista-productos .box .content .box-overlay {
    height: 400px;
  }
}

.lista-productos .box .content .box-overlay h2 {
  margin-top: 1rem;
  font-family: "Kumbh Sans", sans-serif;
  color: #00FFFF;
  font-size: 35px;
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  .lista-productos .box .content .box-overlay h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .lista-productos .box .content .box-overlay h2 {
    font-size: 30px;
  }
}

.lista-productos .box .content .box-overlay p, .lista-productos .box .content .box-overlay a, .lista-productos .box .content .box-overlay i, .lista-productos .box .content .box-overlay svg {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  opacity: 0;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .lista-productos .box .content .box-overlay p, .lista-productos .box .content .box-overlay a, .lista-productos .box .content .box-overlay i, .lista-productos .box .content .box-overlay svg {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .lista-productos .box .content .box-overlay p, .lista-productos .box .content .box-overlay a, .lista-productos .box .content .box-overlay i, .lista-productos .box .content .box-overlay svg {
    font-size: 18px;
    opacity: 1;
  }
}

.lista-productos .box .content:hover .box-overlay p, .lista-productos .box .content:hover .box-overlay a, .lista-productos .box .content:hover .box-overlay i, .lista-productos .box .content:hover .box-overlay svg {
  opacity: 1;
}

.lista-productos .box .content:hover {
  background-color: #1F5DF5;
}

@media only screen and (max-width: 991px) {
  .lista-productos .box .content {
    background-color: #1F5DF5;
  }
}

.lista-productos.big .box .content {
  overflow: hidden;
}

.lista-productos.big .box .content .box-overlay {
  height: 560px;
  padding-top: 4rem;
}

@media only screen and (max-width: 1200px) {
  .lista-productos.big .box .content .box-overlay {
    height: 480px;
    padding-top: 2rem;
  }
}

.lista-productos.big .box .content .box-overlay h2 {
  position: relative;
  display: inline;
  z-index: 10;
}

.lista-productos.big .box .content .cortina {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  padding: 2rem;
  padding-top: 4rem;
  background-color: #1F5DF5;
  z-index: 2;
  transform: translateY(100%);
  transition: all 0.3s linear 0s;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}

@media only screen and (max-width: 1200px) {
  .lista-productos.big .box .content .cortina {
    padding-top: 2rem;
  }
}

.lista-productos.big .box .content .cortina h2 {
  font-family: "Kumbh Sans", sans-serif;
  color: #00FFFF;
  font-size: 35px;
  font-weight: 500;
  margin: 0px;
}

@media only screen and (max-width: 1200px) {
  .lista-productos.big .box .content .cortina h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .lista-productos.big .box .content .cortina h2 {
    font-size: 30px;
  }
}

.lista-productos.big .box .content .cortina p, .lista-productos.big .box .content .cortina a, .lista-productos.big .box .content .cortina i, .lista-productos.big .box .content .cortina svg {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  opacity: 1;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .lista-productos.big .box .content .cortina p, .lista-productos.big .box .content .cortina a, .lista-productos.big .box .content .cortina i, .lista-productos.big .box .content .cortina svg {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .lista-productos.big .box .content .cortina p, .lista-productos.big .box .content .cortina a, .lista-productos.big .box .content .cortina i, .lista-productos.big .box .content .cortina svg {
    font-size: 18px;
    opacity: 1;
  }
}

.lista-productos.big .box .content .cortina p {
  padding-top: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .lista-productos.big .box .content .cortina p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .lista-productos.big .box .content .cortina {
    transform: translateY(-100%);
  }
}

.lista-productos.big .box .content:hover {
  background-color: transparent;
}

.lista-productos.big .box .content:hover .cortina {
  transform: translateY(-100%);
}

@media only screen and (max-width: 991px) {
  .lista-productos.big .box .content {
    background-color: transparent;
  }
}

.nuestros-sys h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 576px) {
  .nuestros-sys h2 {
    font-size: 30px;
  }
}

.nuestros-sys .box {
  width: 100%;
}

.nuestros-sys .box a {
  display: flex;
  background-color: #fff;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
}

.nuestros-sys .box a figure {
  display: flex;
  align-items: center;
  min-width: 85px;
  min-height: 86px;
  margin-right: 1rem;
}

.nuestros-sys .box a figure img.img-hover {
  display: none;
}

.nuestros-sys .box a .texto {
  padding-left: 1.5rem;
  border-left: 2px solid #000;
}

.nuestros-sys .box a .texto h4 {
  text-transform: uppercase;
  color: #1F5DF5;
}

.nuestros-sys .box a .texto h4 i, .nuestros-sys .box a .texto h4 svg {
  color: transparent;
}

.nuestros-sys .box a .texto p {
  color: #000;
}

.nuestros-sys .box a:hover {
  background-color: #1F5DF5;
}

.nuestros-sys .box a:hover figure img.img-normal {
  display: none;
}

.nuestros-sys .box a:hover figure img.img-hover {
  display: flex;
}

.nuestros-sys .box a:hover .texto {
  border-left: 2px solid #fff;
}

.nuestros-sys .box a:hover .texto h4 {
  color: #fff;
}

.nuestros-sys .box a:hover .texto h4 i, .nuestros-sys .box a:hover .texto h4 svg {
  color: #000;
}

.nuestros-sys .box a:hover .texto p {
  color: #fff;
}

.nuestros-sys.atributos .box .ex-a {
  display: flex;
  background-color: #fff;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.nuestros-sys.atributos .box .ex-a figure {
  display: flex;
  align-items: center;
  min-width: 85px;
  min-height: 86px;
  margin-right: .5rem;
}

.nuestros-sys.atributos .box .ex-a figure img.img-hover {
  display: none;
}

.nuestros-sys.atributos .box .ex-a .texto {
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  border-left: 2px solid #000;
}

.nuestros-sys.atributos .box .ex-a .texto h4 {
  text-transform: uppercase;
  color: #1F5DF5;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}

.nuestros-sys.atributos .box .ex-a .texto h4 i, .nuestros-sys.atributos .box .ex-a .texto h4 svg {
  color: transparent;
}

.nuestros-sys.atributos .box .ex-a .texto p {
  color: #000;
}

.nuestros-sys.atributos .box .ex-a:hover {
  background-color: #fff;
}

.nuestros-sys.atributos .box .ex-a:hover figure img.img-normal {
  display: flex;
}

.nuestros-sys.atributos .box .ex-a:hover .texto {
  border-left: 2px solid #000;
}

.nuestros-sys.atributos .box .ex-a:hover .texto h4 {
  color: #1F5DF5;
}

.nuestros-sys.atributos .box .ex-a:hover .texto h4 i, .nuestros-sys.atributos .box .ex-a:hover .texto h4 svg {
  color: #000;
}

.nuestros-sys.atributos .box .ex-a:hover .texto p {
  color: #000;
}

.nuestros-sys.tipo-acordeon .row {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .nuestros-sys.tipo-acordeon .row {
    margin-bottom: 0rem;
  }
}

@media only screen and (max-width: 991px) {
  .nuestros-sys.tipo-acordeon .row .col-lg-6 {
    margin-bottom: 1rem;
  }
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all {
  background-color: #fff;
  height: 100%;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box {
  display: flex;
  background-color: #fff;
  margin-bottom: 0rem;
  padding: 1.5rem;
  padding-bottom: 1.5rem;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  height: 100%;
  margin-top: 1rem;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido {
  padding-left: 1.5rem;
  border-left: 0px;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .texto {
  position: relative;
  padding-left: 0rem;
  border-left: unset;
  padding-right: 2rem;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .texto h4 {
  text-transform: uppercase;
  color: #1F5DF5;
  margin-bottom: 0px;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .texto h4 i, .nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .texto h4 svg {
  color: transparent;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .texto p {
  color: #000;
  margin-bottom: .5rem;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .texto::before {
  content: '';
  position: absolute;
  left: 0;
  transform: translateX(-1.5rem);
  width: 1px;
  height: 100%;
  background-color: black;
  /* Cambia el color según sea necesario */
}

@media only screen and (max-width: 991px) {
  .nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .texto::before {
    height: 100%;
  }
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .accordion.v2 {
  position: relative;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .accordion.v2::before {
  content: '';
  position: absolute;
  left: 0;
  transform: translateX(-1.5rem);
  width: 1px;
  height: 100%;
  background-color: black;
  /* Cambia el color según sea necesario */
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .accordion.v2 .accordion-item {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .accordion.v2 .accordion-item .accordion-header {
  margin-bottom: 0px;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .accordion.v2 .accordion-item .accordion-header button {
  padding: 0px;
  padding-right: 1.5rem;
  padding-bottom: 0rem;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .accordion.v2 .accordion-item .accordion-header button h4 {
  text-transform: uppercase;
  color: #1F5DF5;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0px;
  font-weight: 500;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .accordion.v2 .accordion-item .accordion-header button p {
  margin-bottom: 0px;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .accordion.v2 .accordion-item .accordion-header button .fa-plus, .nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .accordion.v2 .accordion-item .accordion-header button .fa-minus {
  position: absolute;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  right: 0rem;
  font-size: 24px;
  margin-left: .2rem;
}

@media only screen and (max-width: 768px) {
  .nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .accordion.v2 .accordion-item .accordion-header button .fa-plus, .nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .accordion.v2 .accordion-item .accordion-header button .fa-minus {
    font-size: 20px;
  }
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .accordion.v2 .accordion-item .accordion-header button[aria-expanded=true] .fa-plus {
  display: none;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .accordion.v2 .accordion-item .accordion-header button[aria-expanded=true] .fa-minus {
  display: inline-block;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .accordion.v2 .accordion-item .accordion-header button[aria-expanded=false] .fa-plus {
  display: inline-block;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .accordion.v2 .accordion-item .accordion-header button[aria-expanded=false] .fa-minus {
  display: none;
}

.nuestros-sys.tipo-acordeon .row .col-lg-6 .cont-all .box .box-contenido .accordion.v2 .accordion-item .accordion-collapse .accordion-body {
  padding-left: 0px;
}

.banner-asesoramiento {
  position: relative;
  height: 300px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.banner-asesoramiento .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.banner-asesoramiento .container .texto {
  padding: 1rem;
}

.banner-asesoramiento .container .texto h2 {
  margin-top: 1rem;
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .banner-asesoramiento .container .texto h2 {
    font-size: 24px;
  }
}

.banner-asesoramiento .container .texto p {
  color: #fff;
  max-width: 500px;
}

.banner-asesoramiento .container .texto .btn {
  margin-top: 1rem;
}

.banner-azul {
  background-color: #1F5DF5;
  padding: 2rem 0rem;
  min-height: 205px;
}

.banner-azul .box-01 {
  display: flex;
  justify-content: flex-end;
}

.banner-azul .box-01 figure {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

@media only screen and (max-width: 991px) {
  .banner-azul .box-01 figure {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 768px) {
  .banner-azul .box-01 figure {
    margin-right: 0rem;
    width: 100%;
  }
}

.banner-azul .box-01 figure img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .banner-azul .box-01 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .banner-azul .box-01 {
    width: 30%;
  }
}

@media only screen and (max-width: 991px) {
  .banner-azul .box-02 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .banner-azul .box-02 {
    width: 70%;
  }
}

.banner-azul .box-02 .texto {
  max-width: 650px;
  padding-left: 3rem;
  border-left: 3px solid #000;
}

@media only screen and (max-width: 991px) {
  .banner-azul .box-02 .texto {
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .banner-azul .box-02 .texto {
    border-left: 0px;
  }
}

.banner-azul .box-02 .texto h1 {
  position: relative;
  text-transform: uppercase;
  font-family: "Kumbh Sans", sans-serif;
  color: #fff;
  margin-top: 0px;
  font-size: 35px;
}

@media only screen and (max-width: 991px) {
  .banner-azul .box-02 .texto h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .banner-azul .box-02 .texto h1 {
    font-size: 25px;
  }
  .banner-azul .box-02 .texto h1:after {
    content: '';
    display: block;
    width: 2px;
    height: 60px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-2rem);
  }
}

.banner-azul .box-02 .texto p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .banner-azul .box-02 .texto p {
    font-size: 16px;
  }
}

.acordeones .texto {
  padding-left: 2rem;
}

.acordeones .texto h2 {
  margin-top: 20%;
}

@media only screen and (max-width: 991px) {
  .acordeones .texto h2 {
    margin-top: 0rem;
  }
}

@media only screen and (max-width: 991px) {
  .acordeones .texto h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .acordeones .texto h2 {
    font-size: 25px;
  }
}

.videos .box {
  position: relative;
}

.videos .box a {
  width: 100%;
}

.videos .box a img.img-portada {
  width: 100%;
}

.videos .box a img.icon-play {
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  transform: scale(1.3);
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.videos .box:hover .icon-play {
  transform: scale(1.5);
}

.videos .texto {
  margin-top: 1rem;
}

.videos .texto h4 {
  color: #1F5DF5;
  font-size: 22px;
}

@media only screen and (max-width: 991px) {
  .videos div[class^="col-"] {
    margin-bottom: 1.3rem;
  }
}

.franja-titulo-texto div[class^="col-"] {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.franja-titulo-texto div[class^="col-"] p {
  font-size: 22px;
}

.franja-titulo-texto div[class^="col-"] p.big {
  font-size: 70px;
  font-family: "Kumbh Sans", sans-serif;
  color: #1F5DF5;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 1rem;
  line-height: 70px;
}

.franja-titulo-texto div[class^="col-"] p.big span {
  color: #000;
}

.franja-titulo-texto div[class^="col-"] span.label-big {
  font-size: 18px;
  font-weight: bold;
}

.testimonios-cards {
  padding-top: 6rem;
  margin-top: 4rem;
}

.testimonios-cards .card {
  position: relative;
  background-color: #E2E2E2;
  border: none;
  border-radius: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
}

.testimonios-cards .card figure {
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  max-height: 170px;
  z-index: 999;
}

.testimonios-cards .card figure img {
  position: relative;
  z-index: 999;
}

.testimonios-cards .card .texto {
  padding-top: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.testimonios-cards .card .texto img {
  margin-bottom: 1rem;
}

.testimonios-cards .card .texto p {
  font-size: 22px;
  line-height: 26px;
}

.testimonios-cards .card .pie {
  text-align: center;
}

.testimonios-cards .card .pie h4 {
  color: #1F5DF5;
  font-weight: bold;
}

.testimonios-cards .card .pie p {
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .testimonios-cards div[class^="col-"] {
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 991px) {
  .testimonios-cards div[class^="col-"]:last-child {
    margin-bottom: 1rem;
  }
}

.testimonios-cards.v-slide {
  padding-bottom: 4rem;
  padding-top: 0rem;
  margin-top: 4rem;
}

.testimonios-cards.v-slide .splide__slide.splide-item {
  padding-top: 5rem;
}

.testimonios-cards.v-slide .col-lg-6 {
  margin: 0 auto;
  transform: translateY(40px);
}

.testimonios-cards.v-slide .my-slider-progress-bar {
  height: 4px;
}

.pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.pagination li {
  border-radius: 0px;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.pagination li a {
  border: none;
  border-radius: 0px;
  color: #000;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.pagination li.active a {
  background-color: #1F5DF5;
  border-radius: 0px;
}

.casos-de-exito h2 {
  margin-bottom: 2rem;
}

.casos-de-exito figure img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .casos-de-exito figure {
    margin-bottom: 2rem;
  }
}

.casos-de-exito .col-lg-3 {
  margin-top: 1rem;
}

@media only screen and (max-width: 991px) {
  .casos-de-exito .col-lg-3 {
    margin-top: 1.5rem;
  }
}

.casos-de-exito .destacado {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.casos-de-exito .texto {
  margin-top: 1rem;
}

@media only screen and (min-width: 991px) {
  .casos-de-exito .texto h4 {
    min-height: 120px;
  }
}

.casos-de-exito .texto h4 a {
  color: #000;
}

.casos-de-exito .texto h4 a span {
  color: #1F5DF5;
}

.casos-de-exito .texto hr {
  border: none;
  border-top: 2.5px dotted #000;
}

.casos-de-exito .tags span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-right: .8rem;
}

.noticias .card-noticia figure img {
  width: 100%;
}

.noticias .card-noticia .texto {
  position: relative;
  padding-bottom: 1rem;
  display: flex;
}

.noticias .card-noticia .texto .box-01 {
  width: 90%;
}

.noticias .card-noticia .texto .box-02 {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1rem;
}

.noticias .card-noticia .texto h2 {
  text-transform: unset;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 22px;
}

@media only screen and (max-width: 991px) {
  .noticias .card-noticia .texto h2 {
    font-size: 20px;
  }
}

.noticias .card-noticia .texto h2 a {
  color: #000;
}

.noticias .card-noticia .texto h2 a:hover {
  color: #01C1F9;
}

.noticias .card-noticia .texto h6 {
  margin-top: 1rem;
  color: #1F5DF5;
  text-decoration: underline;
}

.noticias .card-noticia .texto a {
  color: #000;
}

.noticias .card-noticia .texto a:hover {
  color: #01C1F9;
}

.noticias .card-noticia .texto a i, .noticias .card-noticia .texto a em, .noticias .card-noticia .texto a svg {
  transform: scale(1.5);
}

@media only screen and (max-width: 991px) {
  .noticias .card-noticia .texto a i, .noticias .card-noticia .texto a em, .noticias .card-noticia .texto a svg {
    transform: scale(1.3);
  }
}

.noticias .otras-noticias {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.noticias .otras-noticias .card-noticia h6 {
  margin-top: .3rem;
}

@media only screen and (max-width: 991px) {
  .noticias.listador {
    padding-top: 0px;
  }
}

.noticias.listador .col-lg-6 {
  margin-bottom: 1rem;
}

.banner-noticias-detalle {
  display: block;
  position: relative;
  margin-bottom: 3rem;
  height: 400px;
  background-color: #1F5DF5;
}

.banner-noticias-detalle .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.banner-noticias-detalle .container .texto {
  color: #fff;
  max-width: 1000px;
}

@media only screen and (max-width: 991px) {
  .banner-noticias-detalle .container .texto {
    padding-top: 1.3rem;
  }
}

.banner-noticias-detalle .container .texto h1 {
  font-family: "Kumbh Sans", sans-serif;
  margin-top: 0px;
  margin-bottom: 1rem;
  color: #fff;
  text-transform: unset;
  font-size: 50px;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .banner-noticias-detalle .container .texto h1 {
    font-size: 38px;
  }
}

.banner-noticias-detalle .container .texto h6 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.detalle-noticias .volver a {
  text-transform: uppercase;
  color: #000;
}

.detalle-noticias .volver a:hover {
  color: #01C1F9;
}

.detalle-noticias .contenido .bajada {
  margin: 1.5rem 0rem;
}

.detalle-noticias .contenido .share h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.detalle-noticias .contenido .share .rrss {
  margin-top: .8rem;
  display: flex;
  align-items: flex-end;
}

.detalle-noticias .contenido .share .rrss a {
  margin-right: 1.3rem;
}

.detalle-noticias .contenido .share .rrss a i, .detalle-noticias .contenido .share .rrss a em, .detalle-noticias .contenido .share .rrss a svg {
  transform: scale(1.3);
}

.detalle-noticias .contenido .share .rrss a:hover {
  color: #01C1F9;
}

.detalle-noticias .aside.noticias h2 {
  margin: 1.5rem 0rem;
}

@media only screen and (max-width: 991px) {
  .detalle-noticias .aside.noticias h2 {
    margin-top: 2.5rem;
    margin-bottom: .2rem;
  }
}

.detalle-noticias .aside.noticias .card-noticia {
  padding-bottom: 2.5rem;
  border-bottom: 2px dotted #000;
  margin-bottom: 1rem;
}

.detalle-noticias .aside.noticias .card-noticia .texto {
  padding-bottom: 0px;
}

.detalle-noticias .aside.noticias .card-noticia .texto h2 {
  margin: .5rem 0rem;
}

@media only screen and (max-width: 768px) {
  .nuestro-equipo {
    margin-bottom: 3rem;
  }
}

.nuestro-equipo .container-fluid .row {
  margin-left: 0px;
  margin-right: 0px;
  justify-content: space-around;
}

.nuestro-equipo .container-fluid .row .col-lg-1 {
  position: relative;
  overflow: hidden;
  padding-left: .3px;
  padding-right: .3px;
  padding-bottom: 1px;
}

@media only screen and (min-width: 991px) {
  .nuestro-equipo .container-fluid .row .col-lg-1 {
    width: 16.6%;
  }
}

@media only screen and (max-width: 991px) {
  .nuestro-equipo .container-fluid .row .col-lg-1 {
    width: 32.6%;
    width: 60%;
  }
}

@media only screen and (max-width: 576px) {
  .nuestro-equipo .container-fluid .row .col-lg-1 {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .nuestro-equipo .container-fluid .row .col-lg-1 figure.d-none-768 {
    display: none;
  }
}

.nuestro-equipo .container-fluid .row .col-lg-1 figure img {
  width: 100%;
}

.nuestro-equipo .container-fluid .row .col-lg-1 .texto {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: .5rem 1rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
}

.nuestro-equipo .container-fluid .row .col-lg-1 .texto h4 {
  color: #fff;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .nuestro-equipo .container-fluid .row .col-lg-1 .texto h4 {
    font-size: 20px;
  }
}

.nuestro-equipo .container-fluid .row .col-lg-1 .texto p {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .nuestro-equipo .container-fluid .row .col-lg-1 .texto p {
    font-size: 15px;
  }
}

.nuestro-equipo .container-fluid .row .col-lg-1 .texto a {
  margin-top: .3rem;
}

@media only screen and (min-width: 769px) {
  .nuestro-equipo .container-fluid .row .col-lg-1 .texto .display-768 {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .nuestro-equipo .container-fluid .row .col-lg-1 .texto .display-768 {
    display: inline-flex;
  }
}

.nuestro-equipo .container-fluid .row .col-lg-1 .texto.short {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  background-color: #000;
  margin-bottom: 1px;
}

.nuestro-equipo .container-fluid .row .col-lg-1 .texto.short h3 {
  color: #fff;
  font-size: 55px;
}

.nuestro-equipo .container-fluid .row .col-lg-1 .texto.short h3 span {
  color: #1F5DF5;
}

.nuestro-equipo .container-fluid .row .col-lg-1 .overlay {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #1F5DF5;
  z-index: 2;
  transform: translateY(100%);
  transition: all 0.3s linear 0s;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}

@media only screen and (max-width: 768px) {
  .nuestro-equipo .container-fluid .row .col-lg-1 .overlay {
    display: none;
  }
}

.nuestro-equipo .container-fluid .row .col-lg-1 .overlay a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.nuestro-equipo .container-fluid .row .col-lg-1:hover .overlay {
  transform: translateY(-100%);
}

.nuestro-equipo .container-fluid .row .col-lg-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 991px) {
  .nuestro-equipo .container-fluid .row .col-lg-4 {
    width: 66.4%;
  }
}

@media only screen and (max-width: 768px) {
  .nuestro-equipo .container-fluid .row .col-lg-4 h2 {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .nuestro-equipo .container-fluid .row:first-child .col-lg-1:nth-child(5) {
    order: 1;
  }
}

.banner-texto-imagen .container-fluid .row {
  height: 400px;
}

@media only screen and (max-width: 991px) {
  .banner-texto-imagen .container-fluid .row {
    height: auto;
  }
}

.banner-texto-imagen .container-fluid .row .box-01 {
  background-color: #1F5DF5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-texto-imagen .container-fluid .row .box-01 .texto {
  max-width: 80%;
}

.banner-texto-imagen .container-fluid .row .box-01 .texto h1 {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.banner-texto-imagen .container-fluid .row .box-01 .texto p {
  color: #fff;
  font-size: 18px;
}

.banner-texto-imagen .container-fluid .row .box-02 {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .banner-texto-imagen .container-fluid .row .box-02 {
    height: 250px;
  }
}

.banner-texto-imagen .container-fluid .row .box-02 figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

.form-contacto {
  min-height: 240px;
}

.form-contacto form input {
  margin-bottom: 1.5rem;
  border-radius: 0px;
  height: 46px;
  border: 1px solid #000;
}

.form-contacto form textarea {
  height: 150px;
  min-height: 150px;
  max-height: 200px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border-radius: 0px;
  border: 1px solid #000;
  padding: 1rem;
}

.form-contacto form .form-check input {
  height: 16px;
  width: 16px;
  border-radius: 0px;
  transform: translateY(-3px);
}

.form-contacto form button[type=submit] {
  text-transform: uppercase;
  padding-right: 1rem;
  padding-left: 1rem;
}

.form-contacto form button[type=submit]:after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 600;
  margin-left: .5rem;
  transform: translateY(-2px);
}

.form-contacto .box-01 p {
  font-size: 18px;
  margin-bottom: .5rem;
}

.form-contacto .box-01 select {
  margin-bottom: 1.5rem;
  border-radius: 0px;
  height: 46px;
  border: 1px solid #000;
  width: 100%;
  padding-left: 1rem;
}

.form-contacto .box-form {
  animation-name: fadeInLeft;
  display: none;
}

.form-contacto .box-form.activo {
  display: block;
  animation-duration: 2s;
  animation-fill-mode: both;
}

.titulo-parrafo .container .row h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.titulo-parrafo .container .row p {
  text-align: center;
}

.nav-interior-sonda .navbar {
  padding: 1rem 2rem;
}

@media only screen and (max-width: 991px) {
  .nav-interior-sonda .navbar .collapse:not(.show) {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .nav-interior-sonda .navbar .navbar-toggler {
    display: none;
  }
}

.nav-interior-sonda .navbar .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.nav-interior-sonda .navbar .navbar-nav .nav-item .nav-link {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.nav-interior-sonda .navbar .navbar-nav .nav-item .nav-link.active {
  color: #01C1F9;
}

.tabs .menu-tabs {
  display: flex;
  justify-content: space-around;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
  .tabs .menu-tabs {
    flex-direction: column;
    padding-bottom: .5rem;
  }
}

.tabs .menu-tabs a {
  flex: 1;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .tabs .menu-tabs a {
    flex: unset;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.tabs .menu-tabs a.activo {
  color: #01C1F9;
}

.tabs .menu-tabs a.activo::after {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 105%;
  height: 5px;
  background-color: #01C1F9;
}

@media only screen and (max-width: 991px) {
  .tabs .menu-tabs a.activo::after {
    bottom: 0rem;
    width: 25%;
  }
}

@media only screen and (max-width: 576px) {
  .tabs .menu-tabs a.activo::after {
    width: 50%;
  }
}

.tabs .box-tabs {
  padding-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .tabs .box-tabs {
    padding-top: 1rem;
  }
}

.tabs .box-tabs .accordion {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
}

.tabs .box-tabs .accordion .accordion-item {
  margin-bottom: .5rem;
  border-bottom: 1px solid #000;
}

@media only screen and (max-width: 576px) {
  .tabs .box-tabs .accordion .accordion-item {
    max-width: 90%;
    margin: 0 auto;
  }
}

.tabs .box-tabs .accordion .accordion-item .accordion-body {
  padding-bottom: 0px;
}

.tabs .box-tabs .accordion .accordion-item .accordion-body .download-box {
  display: flex;
}

.tabs .box-tabs .accordion .accordion-item .accordion-body .download-box p {
  width: 80%;
}

.tabs .box-tabs .accordion .accordion-item .accordion-body .download-box a {
  width: 20%;
  color: #1F5DF5;
  font-weight: bold;
}

.tabs .box-tabs .accordion .accordion-item .accordion-body .download-box a .fa-download {
  font-size: 1.4rem;
  margin-left: .3rem;
}

.tabs.reporte .panel-tab-g {
  flex-direction: column;
}

.tabs-2 .menu-tabs {
  display: flex;
  justify-content: space-around;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
  .tabs-2 .menu-tabs {
    flex-direction: column;
    padding-bottom: .5rem;
  }
}

.tabs-2 .menu-tabs a {
  flex: 1;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .tabs-2 .menu-tabs a {
    flex: unset;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.tabs-2 .menu-tabs a.activo {
  color: #01C1F9;
}

.tabs-2 .menu-tabs a.activo::after {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 105%;
  height: 5px;
  background-color: #01C1F9;
}

@media only screen and (max-width: 991px) {
  .tabs-2 .menu-tabs a.activo::after {
    bottom: 0rem;
    width: 25%;
  }
}

@media only screen and (max-width: 576px) {
  .tabs-2 .menu-tabs a.activo::after {
    width: 50%;
  }
}

.tabs-2 .box-tabs {
  padding-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .tabs-2 .box-tabs {
    padding-top: 1rem;
  }
}

.tabs-2 .box-tabs .accordion {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
}

.tabs-2 .box-tabs .accordion .accordion-item {
  margin-bottom: .5rem;
  border-bottom: 1px solid #000;
}

@media only screen and (max-width: 576px) {
  .tabs-2 .box-tabs .accordion .accordion-item {
    max-width: 90%;
    margin: 0 auto;
  }
}

.tabs-2 .box-tabs .accordion .accordion-item .accordion-body {
  padding-bottom: 0px;
}

.tabs-2 .box-tabs .accordion .accordion-item .accordion-body .download-box {
  display: flex;
}

.tabs-2 .box-tabs .accordion .accordion-item .accordion-body .download-box p {
  width: 80%;
}

.tabs-2 .box-tabs .accordion .accordion-item .accordion-body .download-box a {
  width: 20%;
  color: #1F5DF5;
  font-weight: bold;
}

.tabs-2 .box-tabs .accordion .accordion-item .accordion-body .download-box a .fa-download {
  font-size: 1.4rem;
  margin-left: .3rem;
}

.tabs-2.reporte .panel-tab-g {
  flex-direction: column;
}

.download-box {
  display: flex;
  align-items: center;
  padding: .5rem 0;
  justify-content: space-between;
}

.download-box p {
  margin-bottom: 0px;
}

.download-box a {
  font-size: 18px;
}

.card-reporte {
  margin-bottom: 2rem;
}

.card-reporte .content {
  position: relative;
  max-width: 95%;
  margin: 0 auto;
}

.card-reporte .content:hover {
  background-color: #1F5DF5;
}

@media only screen and (max-width: 991px) {
  .card-reporte .content {
    background-color: #1F5DF5;
  }
}

.card-reporte .content .box-overlay {
  width: 100%;
  height: 460px;
  padding: 2rem;
  transition: all 0.3s linear 0s;
}

.card-reporte .content .box-overlay h2 {
  margin-top: 1rem;
  font-family: "Kumbh Sans", sans-serif;
  color: #00FFFF;
  font-size: 35px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .card-reporte .content .box-overlay h2 {
    font-size: 25px;
  }
}

.card-reporte .content .box-overlay p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
}

.card-reporte .content .box-overlay .box-bottom {
  position: absolute;
  width: 85%;
  bottom: 1rem;
}

.card-reporte .content .box-overlay .box-bottom .download-box {
  padding-bottom: .2rem;
}

.card-reporte .content .box-overlay .box-bottom .download-box p {
  font-weight: normal;
}

.card-reporte .content .box-overlay .box-bottom .download-box a {
  color: #fff;
}

.nuestros-sys .box a.unset-styles {
  margin-top: .3rem;
  display: block;
  padding: 0px;
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
}

.nuestros-sys .box a.unset-styles:hover {
  background-color: unset;
  color: #01C1F9;
}

.eventos {
  background-color: #E2E2E2;
}

.eventos .box {
  margin-bottom: 2rem;
}

.eventos .box .card-evento {
  display: block;
  background-color: #fff;
  padding: 1.5rem;
  padding-bottom: 2.5rem;
  height: 100%;
  position: relative;
}

.eventos .box .card-evento .fecha {
  margin-bottom: 1rem;
}

.eventos .box .card-evento .fecha .fa-calendar-days {
  color: #1F5DF5;
}

.eventos .box .card-evento .fecha span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}

.eventos .box .card-evento .texto h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.eventos .box .card-evento .texto p {
  margin-bottom: .5rem;
}

.eventos .box .card-evento .box-link {
  display: flex;
  justify-content: flex-end;
}

.eventos .box .card-evento .box-link a {
  color: #000;
  font-size: 24px;
  position: absolute;
  bottom: .6rem;
  right: 1rem;
}

.eventos .box .card-evento .box-link a:hover {
  color: #01C1F9;
}

.banner-eventos-detalle {
  display: block;
  position: relative;
  min-height: 200px;
  background-color: #1F5DF5;
}

.banner-eventos-detalle .container {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 200px;
}

.banner-eventos-detalle .container .texto {
  color: #fff;
  max-width: 1000px;
}

@media only screen and (max-width: 991px) {
  .banner-eventos-detalle .container .texto {
    padding-top: 1.3rem;
  }
}

.banner-eventos-detalle .container .texto h1 {
  font-family: "Kumbh Sans", sans-serif;
  margin-top: 0px;
  margin-bottom: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 400;
}

@media only screen and (max-width: 1200px) {
  .banner-eventos-detalle .container .texto h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-eventos-detalle .container .texto h1 {
    font-size: 30px;
  }
}

.banner-eventos-detalle .container .texto h6 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.detalle-eventos .volver a {
  text-transform: uppercase;
  color: #000;
}

.detalle-eventos .volver a:hover {
  color: #01C1F9;
}

.detalle-eventos .row.contenido {
  background-color: #fff;
  padding: 1.5rem 1rem;
}

.detalle-eventos .row.contenido ul {
  padding-left: 1rem;
}

@media only screen and (max-width: 991px) {
  .detalle-eventos .row.contenido ul {
    padding-left: .5rem;
  }
}

.detalle-eventos .row.contenido ul li {
  margin-bottom: .3rem;
}

@media only screen and (max-width: 768px) {
  .chart-graphic .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1300px) {
  .chart-graphic .container .col-lg-7 {
    width: 65%;
  }
}

@media only screen and (max-width: 1100px) {
  .chart-graphic .container .col-lg-7 {
    width: 100%;
  }
}

.chart-graphic .container .col-lg-7 #chartdiv {
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 1200px) {
  .chart-graphic .container .col-lg-7 #chartdiv {
    height: 600px;
  }
}

@media only screen and (max-width: 768px) {
  .chart-graphic .container .col-lg-7 #chartdiv {
    background-color: rgba(0, 0, 0, 0.8);
  }
}

@media only screen and (max-width: 1300px) {
  .chart-graphic .container .col-lg-5 {
    width: 35%;
  }
}

@media only screen and (max-width: 1100px) {
  .chart-graphic .container .col-lg-5 {
    width: 60%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  .chart-graphic .container .col-lg-5 {
    width: 80%;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 576px) {
  .chart-graphic .container .col-lg-5 {
    width: 90%;
  }
}

.chart-graphic .container .table-chart h4 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

.chart-graphic .container .title {
  text-align: center;
  padding-bottom: 2.5rem;
  padding-top: 1rem;
}

@media only screen and (max-width: 991px) {
  .chart-graphic .container .title {
    padding-bottom: 1rem;
    padding-top: 0rem;
  }
}

.footer {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .footer {
    padding-top: 2rem;
    min-height: 780px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.footer .container.down {
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .footer .container.down {
    position: relative;
  }
}

.footer .paises-footer {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .footer .paises-footer {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 2rem;
  }
}

.footer .paises-footer .box-pais-footer {
  display: flex;
  margin: 0rem 1.3rem;
  filter: grayscale(1);
}

@media only screen and (max-width: 991px) {
  .footer .paises-footer .box-pais-footer {
    margin: 0rem .5rem;
    margin-bottom: 1.3rem;
    width: 45%;
  }
}

.footer .paises-footer .box-pais-footer:hover {
  filter: grayscale(0);
}

.footer .paises-footer .box-pais-footer p {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .footer .paises-footer .box-pais-footer p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .footer .paises-footer .box-pais-footer p {
    font-size: 1rem;
  }
}

.footer .paises-footer .box-pais-footer figure {
  margin-right: .5rem;
}

.footer .paises-footer .box-pais-footer figure img {
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
}

.row.footer-down {
  border-top: 1px solid #fff;
}

.row.footer-down .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.row.footer-down .col-lg-12 ul {
  padding: 0px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  list-style: none;
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 991px) {
  .row.footer-down .col-lg-12 ul {
    flex-direction: column;
    padding-top: 1.5rem;
  }
}

@media only screen and (max-width: 576px) {
  .row.footer-down .col-lg-12 ul {
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 1200px) {
  .row.footer-down .col-lg-12 ul li {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .row.footer-down .col-lg-12 ul li {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}

.row.footer-down .col-lg-12 ul li a {
  color: #fff;
}

.custom-tooltip {
  background-color: transparent !important;
  color: red !important;
}

.custom-tooltip h4 {
  color: #1F5DF5;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 0px;
}

.custom-tooltip span {
  display: inline-block;
  text-align: left;
  font-family: "Roboto", sans-serif;
}

.tooltip {
  opacity: 1 !important;
  line-height: 1.1;
}

.tooltip .tooltip-inner {
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #FFF !important;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.15);
  color: #121127;
  opacity: 1 !important;
  padding: .9rem;
}

.tooltip .tooltip-arrow:before {
  border-top-color: #fff !important;
}
/*# sourceMappingURL=estilos.css.map */