@charset "UTF-8";
/*requeridas*/
@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/fontawesome-webfont.woff2);
  font-display: swap; }
/*Adicionales*/
@font-face {
  font-family: 'LATO-REGULAR';
  src: url(../fonts/LATO-REGULAR.TTF);
  font-display: swap; }
@font-face {
  font-family: 'OpenSans-Regular';
  src: url(../fonts/OpenSans-Regular.ttf); }
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url(../fonts/OpenSans-Semibold.ttf); }
@font-face {
  font-family: 'OpenSans-Light';
  src: url(../fonts/OpenSans-Light.ttf); }
@font-face {
  font-family: 'OpenSans-Bold';
  src: url(../fonts/OpenSans-Bold.ttf); }
@font-face {
  font-family: 'IBMPlexSans-Medium';
  src: url(../fonts/IBMPlexSans-Medium.ttf); }
@font-face {
  font-family: 'IBMPlexSans-BoldItalic';
  src: url(../fonts/IBMPlexSans-BoldItalic.ttf); }
@font-face {
  font-family: 'IBMPlexSans-Regular';
  src: url(../fonts/IBMPlexSans-Regular.ttf); }
@font-face {
  font-family: 'IBMPlexSans-Bold';
  src: url(../fonts/IBMPlexSans-Bold.ttf); }
@font-face {
  font-family: 'IBMPlexSans-MediumItalic';
  src: url(../fonts/IBMPlexSans-MediumItalic.ttf); }
@font-face {
  font-family: 'IBMPlexSans-SemiBold';
  src: url(../fonts/IBMPlexSans-SemiBold.ttf); }
@font-face {
  font-family: 'IBMPlexSans-SemiBoldItalic';
  src: url(../fonts/IBMPlexSans-SemiBoldItalic.ttf); }
@font-face {
  font-family: 'IBMPlexSans-Light';
  src: url(../fonts/IBMPlexSans-Light.ttf); }
/*COLORES*/
/*LOADER*/
.jm-loadingpage {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: #004FEF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px; }
  .jm-loadingpage table {
    text-align: center; }

.loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block !important;
  margin: 15px auto;
  position: relative;
  background: #FFF;
  box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  box-sizing: border-box;
  animation: shadowPulse 2s linear infinite; }

@keyframes shadowPulse {
  33% {
    background: #FFF;
    box-shadow: -24px 0 #004FEF, 24px 0 #FFF; }
  66% {
    background: #004FEF;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF; }
  100% {
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #004FEF; } }
/*Fuentes principales*/
p {
  color: #778299;
  font-size: .95rem; }
  p span {
    font-family: 'IBMPlexSans-SemiBoldItalic'; }

/*SLICK*/
.slick-next:before,
.slick-prev:before {
  color: #FFF !important; }

/*REGRESAR ARRIBA*/
.back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: #004FEF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  color: #000;
  transition: 0.3s;
  scale: 0;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.32); }
  .back-top.back-top-visible {
    scale: 1; }
  .back-top:hover {
    color: #FFF; }
  .back-top.force-active-off {
    scale: 0 !important; }

/*BLOCK SOCIAL*/
.block-social {
  background-color: #00E790;
  position: fixed;
  padding: 10px 20px 15px;
  bottom: 180px;
  border-radius: 7px 0px 0px 7px;
  right: -200px;
  transition: 0.3s;
  text-align: center; }
  .block-social ul {
    display: inline-flex;
    list-style: none;
    padding-left: 10px;
    margin-bottom: 0; }
    .block-social ul li {
      margin-right: 10px; }
  .block-social p {
    margin-bottom: 5px;
    font-size: .9rem; }
  .block-social.c-visible {
    right: 0px; }
  .block-social.force-active-off {
    right: -200px !important; }

/*WSP*/
.c-wsp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #00D900;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  color: #000;
  transition: 0.3s;
  font-size: 1.5rem;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.32);
  scale: 0;
  scale: 0 !important; }
  .c-wsp.c-visible {
    scale: 1; }
  .c-wsp:hover {
    cursor: pointer; }
  .c-wsp.force-active-off {
    scale: 0 !important; }

.c-wsp2 {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #004FEF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
  font-size: 1.5rem;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.32);
  scale: 1;
  width: 55px;
  height: 55px;
  scale: 0 !important; }
  .c-wsp2.c-visible {
    scale: 1; }
  .c-wsp2:hover {
    cursor: pointer; }
  .c-wsp2.force-active-off {
    scale: 0 !important; }

.c-wsp-container {
  position: fixed;
  bottom: -550px;
  right: 30px;
  width: 300px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 999999;
  transition: 0.5s; }
  .c-wsp-container.active {
    bottom: 0px; }
  .c-wsp-container .c-head {
    background-color: #075E54;
    padding: 10px 25px;
    border-radius: 5px 5px 0px 0px; }
    .c-wsp-container .c-head .close {
      position: absolute;
      right: 8px;
      width: 25px;
      height: 25;
      color: #FFF;
      cursor: pointer;
      margin-top: -25px; }
  .c-wsp-container .c-body {
    background-color: #FFF;
    padding: 25px 25px 5px 25px; }
    .c-wsp-container .c-body h3 {
      color: #515151;
      font-size: 1.1rem;
      font-family: 'Poppins-Medium'; }
    .c-wsp-container .c-body p {
      color: #515151;
      font-size: .8rem; }
    .c-wsp-container .c-body label {
      font-family: 'Poppins-Medium';
      color: #515151;
      font-size: .8rem;
      margin-bottom: 0; }
    .c-wsp-container .c-body .form-control,
    .c-wsp-container .c-body .form-select {
      padding-left: 0px;
      font-size: .8rem;
      border: 0px;
      border-radius: 0px;
      border-bottom: 1px solid #DFDFDF;
      transition: 0.3s; }
      .c-wsp-container .c-body .form-control:focus,
      .c-wsp-container .c-body .form-select:focus {
        outline: none !important;
        outline-width: 0 !important;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-bottom: 1px solid #53D6BD !important; }
    .c-wsp-container .c-body .btn.submit {
      display: block;
      width: 100%;
      background-color: #4CCA5A;
      border: 0px;
      font-family: 'Poppins-Medium'; }

.modal .modal-body {
  padding: 0px; }
.modal .modal-content {
  border: 0px;
  background-color: transparent; }
.modal .modal-header button {
  border: 0px;
  background-color: #004FEF;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px; }
.modal iframe {
  height: 400px; }

.back-top {
  display: none; }

/*END WSP*/
/*LOADING*/
.lds-ring {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 3px;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* BTN FIXED*/
.btn-fixed-call {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 999;
  right: -300px;
  transition: 0.3s; }
  .btn-fixed-call a {
    background: #FFF;
    display: block;
    padding: 5px;
    border-radius: 50px 0px 0px 50px;
    -webkit-box-shadow: -4px 6px 8px -4px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: -4px 6px 8px -4px rgba(0, 0, 0, 0.61);
    box-shadow: -4px 6px 8px -4px rgba(0, 0, 0, 0.61);
    text-decoration: none;
    display: flex;
    transition: 0.3s; }
    .btn-fixed-call a .img {
      float: left;
      position: relative;
      width: 50px;
      height: 48px; }
      .btn-fixed-call a .img img {
        max-width: 25px; }
      .btn-fixed-call a .img .off {
        position: absolute;
        border: 2px solid #004FEF;
        padding: 2px;
        border-radius: 50%;
        transition: 0.3s;
        animation: c_keyframe__btn_fixed_2 2s;
        -webkit-animation: c_keyframe__btn_fixed_2 2s;
        -moz-animation: c_keyframe__btn_fixed_2 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite; }
        .btn-fixed-call a .img .off .cont-off {
          width: 40px;
          height: 40px;
          background-color: #004FEF;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
      .btn-fixed-call a .img .on {
        position: absolute;
        border: 2px solid #fff;
        padding: 2px;
        border-radius: 50%;
        transition: 0.3s;
        opacity: 0;
        animation: c_keyframe__btn_fixed 2s;
        -webkit-animation: c_keyframe__btn_fixed 2s;
        -moz-animation: c_keyframe__btn_fixed 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite; }
        .btn-fixed-call a .img .on .cont-on {
          width: 40px;
          height: 40px;
          background-color: #fff;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
    .btn-fixed-call a .txt {
      float: left;
      padding: 4px 7px;
      line-height: 20px;
      color: #004FEF;
      font-family: 'IBMPlexSans-SemiBold';
      font-size: .9rem; }
      .btn-fixed-call a .txt span {
        font-family: 'IBMPlexSans-BoldItalic';
        display: block;
        font-size: 1.2rem;
        margin-top: -2px; }
  .btn-fixed-call:hover a, .btn-fixed-call.active a {
    background-color: #FF495C; }
    .btn-fixed-call:hover a .txt, .btn-fixed-call.active a .txt {
      color: #FFF; }
    .btn-fixed-call:hover a .img .off, .btn-fixed-call.active a .img .off {
      opacity: 0; }
    .btn-fixed-call:hover a .img .on, .btn-fixed-call.active a .img .on {
      opacity: 1; }
  .btn-fixed-call.active {
    right: 0px; }

@keyframes c_keyframe__btn_fixed {
  0% {
    border: 2px solid #FF495C; }
  5% {
    border: 2px solid #00E790; }
  10% {
    border: 2px solid #FF495C; }
  15% {
    border: 2px solid #00E790; }
  20% {
    border: 2px solid #FF495C; }
  100% {
    border: 2px solid #FF495C; } }
@keyframes c_keyframe__btn_fixed_2 {
  0% {
    border: 2px solid #004FEF; }
  5% {
    border: 2px solid #00E790; }
  10% {
    border: 2px solid #004FEF; }
  15% {
    border: 2px solid #00E790; }
  20% {
    border: 2px solid #004FEF; }
  100% {
    border: 2px solid #004FEF; } }
@keyframes c_keyframe__btn_fixed_txt {
  0% {
    color: #004FEF; }
  50% {
    color: #00E790; }
  100% {
    color: #004FEF; } }
@keyframes c_keyframe_xs {
  0% {
    background-color: #643BA3; }
  90% {
    background-color: #643BA3; }
  100% {
    background-color: #FF495C; } }
.c-subir {
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #004FEF;
  -webkit-box-shadow: -4px 6px 8px -4px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: -4px 6px 8px -4px rgba(0, 0, 0, 0.61);
  box-shadow: -4px 6px 8px -4px rgba(0, 0, 0, 0.61);
  border: 1px solid #88AFFF;
  scale: 0;
  transition: 0.3s; }
  .c-subir.active {
    scale: 1; }

.c-msj {
  position: fixed;
  bottom: 35px;
  right: 25px;
  z-index: 9998;
  width: 40px;
  height: 40px;
  background-color: #004FEF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #004FEF;
  border: 1px solid #004FEF;
  scale: 0;
  transition: 0.3s;
  color: #FFF;
  animation: pulse_ani 2s infinite;
  border: 1px solid #1D66F9; }
  .c-msj.active {
    scale: 1; }
  .c-msj:hover {
    background-color: #00E790;
    color: #000;
    border: 1px solid #00E790; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .c-subir {
    bottom: 70px;
    right: 10px; }

  .c-wsp {
    width: 55px;
    height: 55px; }

  .c-wsp2,
  .c-wsp {
    scale: 1 !important; }

  body {
    margin-bottom: 40px; }

  .btn-fixed-call {
    width: 100%;
    bottom: 0px;
    -webkit-box-shadow: -1px -1px 10px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: -1px -1px 10px 0px rgba(0, 0, 0, 0.48);
    box-shadow: -1px -1px 10px 0px rgba(0, 0, 0, 0.48);
    text-transform: uppercase; }
    .btn-fixed-call .img {
      display: none; }
    .btn-fixed-call .txt {
      width: 100%;
      font-size: .9rem !important;
      padding-left: 0px !important;
      padding-right: 3px !important;
      text-align: center; }
      .btn-fixed-call .txt span {
        font-size: .9rem !important;
        display: contents !important;
        font-family: 'IBMPlexSans-SemiBold' !important; }
    .btn-fixed-call a {
      padding: 10px 10px 15px 10px;
      border-radius: 0px; }
    .btn-fixed-call a {
      background-color: #FFF !important; }
      .btn-fixed-call a .txt {
        background-color: #FF495C !important;
        border-radius: 50px;
        padding-top: 10px;
        padding-bottom: 10px; }
        .btn-fixed-call a .txt picture {
          background-color: #FFF;
          padding: 5px;
          border-radius: 50%;
          float: right;
          margin-right: 10px;
          position: absolute;
          right: 7px;
          margin-top: -6px; }
          .btn-fixed-call a .txt picture img {
            width: 20px;
            height: 20px; } }
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.titulo-1 {
  font-family: 'IBMPlexSans-Bold';
  color: #001F6C;
  text-transform: uppercase;
  font-size: 2.5rem; }
  .titulo-1 span {
    color: #004FEF; }

.titulo-2 {
  font-family: 'IBMPlexSans-Bold';
  color: #FFF;
  text-transform: uppercase;
  font-size: 2.5rem; }
  .titulo-2 span {
    color: #00E790; }

.subtitulo-1 {
  font-family: 'IBMPlexSans-Regular';
  color: #000;
  font-size: 1.2rem; }

.no-padding {
  padding: 0px; }

.btn-1 {
  text-decoration: none;
  background-color: #FF495C;
  color: #FFF;
  font-family: 'IBMPlexSans-Regular';
  text-transform: uppercase;
  font-size: 1rem;
  transition: 0.3s !important;
  padding: 13px 17px;
  -webkit-box-shadow: 2px 4px 8px -4px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 2px 4px 8px -4px rgba(0, 0, 0, 0.48);
  box-shadow: 2px 4px 8px -4px rgba(0, 0, 0, 0.48);
  border-radius: 7px; }
  .btn-1 span {
    font-family: 'IBMPlexSans-Bold'; }
  .btn-1:hover {
    background-color: #FFB900; }

.c-cta-1 {
  background: #F1C405;
  width: auto;
  text-decoration: none;
  color: #00287A;
  font-family: 'IBMPlexSans-Bold';
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: 50px; }

.c-container {
  padding-top: 50px;
  padding-bottom: 50px; }

.c-padding {
  padding: 20px; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .c-container {
    padding-left: 20px;
    padding-right: 20px; } }
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.header {
  position: absolute;
  z-index: 9999;
  top: 0;
  transition: 0.4s; }
  .header .logo img {
    transition: 0.3s; }
  .header .call {
    text-align: right; }
    .header .call .btn {
      font-family: 'LATO-REGULAR';
      background-color: #004FEF;
      color: #FFF;
      border-radius: 0px;
      display: inline-block;
      padding-left: 35px;
      padding-right: 35px; }
      .header .call .btn.btn2 {
        background-color: #00D900; }
    .header .call .btn-menu {
      font-size: 1.3rem;
      display: none;
      position: absolute;
      right: 20px;
      top: 20px;
      width: 30px;
      height: 30px;
      text-decoration: none;
      color: #FFF;
      border-radius: 50%;
      background-color: #004FEF;
      justify-content: center;
      align-items: center;
      z-index: 9999999;
      display: block;
      text-align: center; }
      .header .call .btn-menu span {
        font-size: .7rem;
        display: grid;
        margin-top: -5px; }
  .header .c-container {
    padding-top: 15px;
    padding-bottom: 15px; }

.menu-xs {
  background-color: #fff;
  border-top-left-radius: 14px;
  width: 100%;
  max-width: 345px;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  transition: .3s;
  overflow-y: auto;
  z-index: 9999;
  padding: 30px; }
  .menu-xs.active {
    right: 0;
    -webkit-box-shadow: -2px 4px 21px -1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: -2px 4px 21px -1px rgba(0, 0, 0, 0.67);
    box-shadow: -2px 4px 21px -1px rgba(0, 0, 0, 0.67); }
  .menu-xs .cerrar {
    text-align: right; }
    .menu-xs .cerrar .fa-cmln {
      font-size: 1.5rem; }
  .menu-xs .item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 2px #eaebf4; }
    .menu-xs .item a {
      margin: 0px;
      text-decoration: none;
      color: #004FEF;
      text-transform: uppercase; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .header {
    position: fixed;
    background-color: #004FEF;
    padding-bottom: 15px; }
    .header .c-container .logo {
      text-align: center; }
      .header .c-container .logo img {
        max-width: 190px; }
    .header .c-container .call .btn {
      display: none; }
    .header .c-container .call .btn-menu {
      display: flex !important;
      color: #000; }
    .header.c-fixed .c-container .logo img {
      max-width: 130px; } }
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .header .logo img {
    max-width: 170px; }
  .header .c-container .call .btn::before {
    content: url("../img/logo-sap.png");
    position: absolute;
    width: 5px;
    height: 5px;
    margin-left: -110px;
    margin-top: -8px; } }
/* Extra large devices (large laptops and desktops, 1200px and up) */
.cmln-slider-xs {
  background-image: url("../img/bg-banner-xs.png");
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 70px; }
  .cmln-slider-xs .c-titulo {
    text-align: center; }
    .cmln-slider-xs .c-titulo h1 {
      color: #FFF;
      text-transform: uppercase;
      font-family: 'IBMPlexSans-Bold'; }
    .cmln-slider-xs .c-titulo h3 {
      color: #FFF;
      font-family: 'IBMPlexSans-Regular';
      font-size: 1.4rem; }
      .cmln-slider-xs .c-titulo h3 span {
        background: #38b6ff;
        background: linear-gradient(90deg, #38b6ff 0%, #004fef 100%);
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 7px; }

.cmln-slider-lg {
  background-image: url("../img/bg-banner-lg.png");
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 70px; }
  .cmln-slider-lg .c-titulo {
    text-align: center; }
    .cmln-slider-lg .c-titulo h1 {
      color: #FFF;
      text-transform: uppercase;
      font-family: 'IBMPlexSans-Bold'; }
    .cmln-slider-lg .c-titulo h3 {
      color: #FFF;
      font-family: 'IBMPlexSans-Regular';
      font-size: 1.4rem; }
      .cmln-slider-lg .c-titulo h3 span {
        background: #38b6ff;
        background: linear-gradient(90deg, #38b6ff 0%, #004fef 100%);
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 7px; }
  .cmln-slider-lg .c-txt {
    margin-top: 50px; }
    .cmln-slider-lg .c-txt .c-block {
      background-color: #37B6FF;
      padding: 45px;
      border-radius: 30px; }
      .cmln-slider-lg .c-txt .c-block h2 {
        color: #FFF;
        font-family: 'IBMPlexSans-Bold';
        text-transform: uppercase;
        margin-bottom: 20px; }
      .cmln-slider-lg .c-txt .c-block p {
        color: #FFF; }
  .cmln-slider-lg .nros {
    margin-top: 70px;
    text-align: center; }
    .cmln-slider-lg .nros h4 {
      color: #FFF;
      font-family: 'IBMPlexSans-Bold';
      text-transform: uppercase;
      font-size: 2.5rem; }
    .cmln-slider-lg .nros h5 {
      font-family: 'IBMPlexSans-Regular';
      text-transform: uppercase;
      color: #FFF;
      font-size: 1rem; }
    .cmln-slider-lg .nros .counter::after {
      position: absolute;
      width: 10px;
      height: 10px;
      margin-left: 60px; }
    .cmln-slider-lg .nros .counter.counter-1::after {
      content: url("../img/after-1-contador.png"); }
    .cmln-slider-lg .nros .counter.counter-2::after {
      content: url("../img/after-2-contador.png"); }
    .cmln-slider-lg .nros .counter.counter-3::after {
      content: url("../img/after-1-contador.png"); }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .cmln-slider-lg {
    padding-top: 30px; }
    .cmln-slider-lg .nros .counter.counter-1::after {
      content: '';
      width: 1px;
      height: 1px; }
    .cmln-slider-lg .nros .counter.counter-2::after {
      content: '';
      width: 1px;
      height: 1px; }
    .cmln-slider-lg .nros .counter.counter-3::after {
      content: '';
      width: 1px;
      height: 1px; } }
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .typ .c-body {
    margin-top: 200px; } }
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px; }

/* a partir de aqui el CSS de las animaciones */
@keyframes anim-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes anim-up {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes anim-down {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes anim-left {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0px); } }
@keyframes anim-right {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0px); } }
.anim-up,
.anim-down,
.anim-left,
.anim-right,
.anim-fade-in {
  animation-duration: 0.5s;
  /* la animacion dura X segundos */
  animation-delay: 0.5s;
  /* esperamos X segundos antes de hacer la animacion */
  animation-fill-mode: both;
  /* aplica estilos de la animacion antes y despues de reproducirla */ }

.anim-up {
  animation-name: anim-up; }

.anim-down {
  animation-name: anim-down; }

.anim-left {
  animation-name: anim-left; }

.anim-right {
  animation-name: anim-right; }

.anim-fade-in {
  animation-name: anim-fade-in; }

.anim-pause-2 {
  animation-delay: 2s; }

/* la animacion empieza en 2 seg. */
.anim-pause-3 {
  animation-delay: 3s; }

/* la animacion empieza en 3 seg. */
.anim-pause-4 {
  animation-delay: 4s; }

/* la animacion empieza en 4 seg. */
.anim-pause-5 {
  animation-delay: 5s; }

/* la animacion empieza en 5 seg. */
/* todas las animaciones pausadas */
.paused * {
  animation-play-state: paused; }

.typ {
  background-image: url("../img/typ.jpg");
  background-image: -webkit-image-set(url("../img/typ.webp") 1x);
  background-size: cover; }
  .typ #header_page {
    background-color: transparent; }
  .typ .back-top {
    display: none !important; }
  .typ h1 {
    color: #FFF;
    font-family: 'OpenSans-Light'; }
    .typ h1 span {
      display: block;
      font-family: 'OpenSans-Light'; }
  .typ p {
    color: #FFF; }
  .typ .btn {
    background-color: #004FEF;
    color: #000;
    border-radius: 3px;
    font-family: 'OpenSans-Regular';
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 15px; }

/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .typ .c-body {
    margin-top: 200px; } }
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.modal.show {
  z-index: 9999; }
.modal.c-modal-contacto .modal-header {
  background-color: #004FEF;
  border-bottom: 0px; }
.modal.c-modal-contacto .modal-body {
  background-color: #004FEF;
  border-radius: 0px 0px 7px 7px;
  padding-left: 40px;
  padding-right: 40px; }
  .modal.c-modal-contacto .modal-body .btn-submit {
    background-color: #000;
    color: #004FEF;
    display: block;
    width: 100%;
    font-family: 'TTFirsNeue-Regular'; }
.modal.c-modal-wsp .modal-header {
  background-color: #004FEF;
  border-bottom: 0px; }
  .modal.c-modal-wsp .modal-header h5 {
    padding-left: 25px; }
.modal.c-modal-wsp .modal-body {
  background-color: #004FEF;
  border-radius: 0px 0px 7px 7px;
  padding-left: 40px;
  padding-right: 40px; }
  .modal.c-modal-wsp .modal-body p {
    margin-bottom: 0px;
    font-size: .9rem; }
    .modal.c-modal-wsp .modal-body p.titulo {
      font-family: 'TTFirsNeue-Regular';
      font-weight: 600;
      padding-bottom: 0;
      font-size: 1.1rem; }
  .modal.c-modal-wsp .modal-body .btn-submit {
    background-color: #000;
    color: #004FEF;
    display: block;
    font-family: 'TTFirsNeue-Regular';
    font-weight: 600; }
  .modal.c-modal-wsp .modal-body .col-form-label {
    font-family: 'TTFirsNeue-Regular';
    font-weight: 600;
    padding-bottom: 0;
    font-size: .8rem; }
  .modal.c-modal-wsp .modal-body .form-control, .modal.c-modal-wsp .modal-body .form-select {
    padding: 8px 7px;
    font-size: .8rem;
    border: 0px;
    border-radius: 4px;
    border-bottom: 1px solid #DFDFDF;
    transition: 0.3s; }
    .modal.c-modal-wsp .modal-body .form-control:focus, .modal.c-modal-wsp .modal-body .form-select:focus {
      outline: none !important;
      outline-width: 0 !important;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      border-bottom: 1px solid #004FEF !important; }
  .modal.c-modal-wsp .modal-body .cod-pais {
    padding-right: 0; }
  .modal.c-modal-wsp .modal-body .nro-tel {
    padding-left: 0; }
  .modal.c-modal-wsp .modal-body .form-select-pais {
    border-radius: 4px 0px 0px 4px; }
  .modal.c-modal-wsp .modal-body .form-control-pais-nro {
    border-radius: 0px 4px 4px 0px; }

/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .fade-in {
    opacity: 0;
    transition: opacity 0.8s ease-in-out; }

  .fade-in.active {
    opacity: 1; }

  /* Efecto de arriba a abajo */
  .fade-in-top {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out; }

  .fade-in-top.active {
    opacity: 1;
    transform: translateY(0); }

  /* Efecto de abajo a arriba */
  .fade-in-bottom {
    opacity: 0;
    transform: translateY(20px);
    /* Cambiado a un valor positivo para empezar desde abajo */
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out; }

  .fade-in-bottom.active {
    opacity: 1;
    transform: translateY(0); }

  /* Efecto de izquierda a derecha */
  .fade-in-left {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out; }

  .fade-in-left.active {
    opacity: 1;
    transform: translateX(0); }

  /* Efecto de derecha a izquierda */
  .fade-in-right {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out; }

  .fade-in-right.active {
    opacity: 1;
    transform: translateX(0); } }
/* Extra large devices (large laptops and desktops, 1200px and up) */
.pre-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #000;
  background-image: url("../img/typ.jpg");
  background-image: -webkit-image-set(url("../img/typ.webp") 1x);
  background-position: top right;
  background-repeat: no-repeat; }
  .pre-footer .logo img {
    max-width: 70px;
    margin-bottom: 30px; }
  .pre-footer h2 {
    color: #FFF; }
  .pre-footer .items {
    color: #FFF;
    margin-top: 50px; }
    .pre-footer .items .item {
      text-align: center;
      padding-left: 30px;
      padding-right: 30px; }
      .pre-footer .items .item .icono {
        margin-bottom: 15px; }
      .pre-footer .items .item p span {
        font-family: 'OpenSans-Semibold'; }

.footer {
  background-color: #000;
  padding: 15px 25px 15px;
  color: #004FEF; }

.footer2 {
  background-color: #00E790;
  padding: 15px 25px 15px 25px; }
  .footer2 p {
    margin: 0px;
    color: #004FEF; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .pre-footer .items .item {
    margin-top: 25px; }
  .pre-footer .c-container {
    padding-left: 30px;
    padding-right: 30px; } }
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .pre-footer .items {
    padding-left: 120px;
    padding-right: 120px; } }
/* Extra large devices (large laptops and desktops, 1200px and up) */
.c-menu {
  background-color: #00E790;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  z-index: 99;
  -webkit-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.16); }
  .c-menu ul {
    display: inline-flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px; }
    .c-menu ul li {
      margin-right: 11px;
      transition: 0.3s !important; }
      .c-menu ul li a {
        text-decoration: none;
        color: #00287A;
        font-family: 'IBMPlexSans-Medium';
        font-size: 1rem;
        transition: 0.3s !important;
        border-radius: 30px;
        padding: 8px 15px; }
        .c-menu ul li a:hover, .c-menu ul li a.active {
          border-radius: 30px;
          background-color: #003FBE;
          color: #FFF; }
        .c-menu ul li a.azul {
          border: 1px solid #00287A;
          color: #FFF;
          background-color: #00287A; }
          .c-menu ul li a.azul:hover, .c-menu ul li a.azul.active {
            border-radius: 10px;
            border: 1px solid #004FEF;
            background-color: #004FEF;
            border-radius: 50px; }
  .c-menu.c-fixed {
    position: fixed;
    top: 0; }

/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.formulario {
  background-color: #004fef;
  padding-top: 70px;
  padding-bottom: 70px;
  background-size: 100%; }
  .formulario h5 {
    color: #FFF;
    font-family: 'IBMPlexSans-Light';
    font-size: 1.1rem; }
  .formulario .c-block {
    background-color: #FFF;
    padding: 30px 40px;
    border-radius: 10px; }
  .formulario .c-hs-form {
    z-index: 1; }
  .formulario .titulo {
    text-align: center;
    color: #004FEF;
    font-family: 'IBMPlexSans-Medium';
    font-size: 1.1rem; }
  .formulario .txt::before {
    content: url("../img/bg_1.png");
    position: absolute;
    height: 50px;
    width: 50px;
    transform: scale(0.7);
    margin-top: -40px; }
  .formulario .txt h3 {
    font-family: 'OpenSans-Regular';
    color: #004FEF; }
    .formulario .txt h3 span {
      font-size: 4.9rem;
      font-family: 'IBMPlexSans-SemiBoldItalic';
      margin-top: -18px;
      display: block; }
  .formulario .txt h2 {
    font-family: 'IBMPlexSans-SemiBoldItalic';
    font-size: 1rem;
    color: #fff;
    margin-top: 10px; }
    .formulario .txt h2 span img {
      max-width: 200px; }
    .formulario .txt h2 span .det {
      display: block; }
    .formulario .txt h2 span .dscto {
      margin-left: 6px;
      font-size: 1.1rem;
      font-family: 'IBMPlexSans-Regular'; }
      .formulario .txt h2 span .dscto .simbolo {
        display: block;
        font-family: 'IBMPlexSans-Bold';
        font-size: 2.4rem;
        margin-bottom: -8px;
        margin-top: 25px; }
    .formulario .txt h2 span::before {
      content: url("../img/cursor_1.png");
      width: 50px;
      height: 50px;
      position: absolute;
      margin-left: 150px;
      margin-top: -30px;
      animation: c_frm_keyframe_1 2s;
      -webkit-animation: c_frm_keyframe_1 2s;
      -moz-animation: c_frm_keyframe_1 2s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite; }
  .formulario .txt p.completa {
    color: #fff;
    margin-top: 20px;
    font-size: 1.2rem; }
    .formulario .txt p.completa span {
      font-family: 'IBMPlexSans-SemiBoldItalic';
      display: block; }
  .formulario .c-hs-form .hs-form-field {
    margin-bottom: 10px; }
    .formulario .c-hs-form .hs-form-field label {
      font-family: 'IBMPlexSans-Regular';
      color: #778299; }
    .formulario .c-hs-form .hs-form-field .input .hs-input {
      width: 100%; }
    .formulario .c-hs-form .hs-form-field .input input,
    .formulario .c-hs-form .hs-form-field .input select,
    .formulario .c-hs-form .hs-form-field .input textarea {
      border: 0;
      border: 1px solid #DADADA;
      border-radius: 7px;
      padding: 7px 15px; }
    .formulario .c-hs-form .hs-form-field .hs-error-msgs {
      list-style: none;
      padding-left: 0px; }
      .formulario .c-hs-form .hs-form-field .hs-error-msgs li label {
        font-family: 'IBMPlexSans-Regular';
        color: red !important;
        font-size: .7rem;
        opacity: .8; }
  .formulario .c-hs-form .hs-form-booleancheckbox .hs-input {
    width: auto !important; }
  .formulario .c-hs-form .hs-fieldtype-booleancheckbox ul {
    list-style: none; }
  .formulario .c-hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input {
    position: absolute;
    margin-left: -20px;
    margin-top: 5px; }
  .formulario .c-hs-form .hs-submit .hs-button {
    background-color: #00E790;
    color: #FFF;
    border: 0;
    font-family: 'IBMPlexSans-Bold';
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 7px;
    width: 100%;
    -webkit-box-shadow: 10px 10px 14px -10px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 10px 10px 14px -10px rgba(0, 0, 0, 0.44);
    box-shadow: 10px 10px 14px -10px rgba(0, 0, 0, 0.44);
    transition: 0.3s; }
    .formulario .c-hs-form .hs-submit .hs-button:hover {
      background-color: #FFB900; }
  .formulario .c-hs-form .form-columns-2,
  .formulario .c-hs-form .form-columns-1 {
    max-width: 100%; }

@keyframes c_frm_keyframe_1 {
  0% {
    transform: scale(0.7); }
  50% {
    transform: scale(0.6); }
  100% {
    transform: scale(0.7); } }
@keyframes c_frm_keyframe_2 {
  0% {
    background-color: #00E790;
    -webkit-box-shadow: inset 10px 10px 12px -7px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 10px 10px 12px -7px rgba(0, 0, 0, 0);
    box-shadow: inset 10px 10px 12px -7px rgba(0, 0, 0, 0); }
  50% {
    background-color: #05CB80;
    -webkit-box-shadow: inset 10px 10px 6px -6px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: inset 10px 10px 6px -6px rgba(0, 0, 0, 0.41);
    box-shadow: inset 10px 10px 6px -6px rgba(0, 0, 0, 0.41); }
  100% {
    background-color: #00E790;
    -webkit-box-shadow: inset 10px 10px 12px -7px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 10px 10px 12px -7px rgba(0, 0, 0, 0);
    box-shadow: inset 10px 10px 12px -7px rgba(0, 0, 0, 0); } }
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .formulario .hs-input {
    width: 100% !important; }
  .formulario .txt::before {
    transform: scale(0.4); }
  .formulario .txt h3 {
    text-align: center;
    font-size: 1.5rem; }
    .formulario .txt h3 span {
      font-size: 3.5rem;
      margin-top: -10px; }
  .formulario .txt h2 {
    text-align: center; }
    .formulario .txt h2 span::before {
      margin-left: 145px;
      margin-top: -10px;
      transform: scale(0.4); }
  .formulario .txt p.completa {
    text-align: center; } }
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .formulario .txt h2 span::before {
    margin-left: 100px;
    margin-top: -10px;
    transform: scale(0.4); } }
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .formulario .txt h2 span::before {
    margin-left: 190px;
    margin-top: 0px;
    transform: scale(0.6); }
  .formulario .txt h2 span img {
    max-width: 250px; } }
/* Extra large devices (large laptops and desktops, 1200px and up) */
.viaje {
  background-color: #F1F6FF; }
  .viaje::after {
    content: url("../img/after-1.png");
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -360px;
    left: 0px; }
  .viaje .c-head h2 {
    font-family: 'IBMPlexSans-SemiBold';
    color: #004FEF; }
    .viaje .c-head h2 .c-img {
      display: contents; }
      .viaje .c-head h2 .c-img img {
        max-height: 50px; }
  .viaje .c-head h3 {
    color: #000;
    font-family: 'IBMPlexSans-Regular';
    font-size: 1.2rem; }
  .viaje .c-body .slider .item {
    padding: 20px; }
    .viaje .c-body .slider .item .c-block {
      background-color: #FFF;
      border-radius: 14px;
      -webkit-box-shadow: 0px 0px 19px -9px rgba(0, 0, 0, 0.31);
      -moz-box-shadow: 0px 0px 19px -9px rgba(0, 0, 0, 0.31);
      box-shadow: 0px 0px 19px -9px rgba(0, 0, 0, 0.31); }
      .viaje .c-body .slider .item .c-block .img {
        background-color: #778299;
        height: 180px;
        overflow: hidden;
        border-radius: 14px 14px 0px 0px; }
      .viaje .c-body .slider .item .c-block .cont {
        padding: 20px;
        min-height: 340px; }
        .viaje .c-body .slider .item .c-block .cont h4 {
          font-family: 'IBMPlexSans-Regular';
          font-size: 1.2rem; }
        .viaje .c-body .slider .item .c-block .cont p {
          color: #778299; }
  .viaje .c-body .v2.items {
    padding-top: 60px; }
    .viaje .c-body .v2.items .item {
      margin-bottom: 20px; }
      .viaje .c-body .v2.items .item .nro {
        color: #D3D8E5;
        font-family: 'IBMPlexSans-Bold';
        text-align: center;
        font-size: 5.5rem; }
      .viaje .c-body .v2.items .item .icon {
        padding-top: 20px; }
        .viaje .c-body .v2.items .item .icon .c-block {
          background-color: #FFF;
          transition: 0.7s;
          padding: 12px;
          position: relative;
          height: 100px;
          border-radius: 13px; }
          .viaje .c-body .v2.items .item .icon .c-block .img-init, .viaje .c-body .v2.items .item .icon .c-block .img-hover {
            position: absolute;
            width: 60px; }
          .viaje .c-body .v2.items .item .icon .c-block .img-hover {
            opacity: 0; }
      .viaje .c-body .v2.items .item .txt h4 {
        font-family: 'IBMPlexSans-Medium';
        color: #004FEF; }
      .viaje .c-body .v2.items .item .txt p font {
        color: #000; }
      .viaje .c-body .v2.items .item .txt p span {
        color: #004FEF; }
      .viaje .c-body .v2.items .item:hover .icon .c-block {
        background-color: #00E790; }
        .viaje .c-body .v2.items .item:hover .icon .c-block .img-init {
          opacity: 0; }
        .viaje .c-body .v2.items .item:hover .icon .c-block .img-hover {
          opacity: 1; }
      .viaje .c-body .v2.items .item.item3 .icon .c-block {
        padding-top: 20px; }
  .viaje .slick-dots li button::before {
    background-color: #000;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    content: '';
    transition: 0.3s; }
  .viaje .slick-dots li.slick-active button::before {
    background-color: #004FEF;
    opacity: 1 !important;
    width: 25px;
    border-radius: 8px;
    margin-left: -5px; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .viaje::after {
    content: ''; }
  .viaje .c-body .slider .item .c-block .img {
    height: 150px; } }
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .viaje .c-body .slider .item .c-block .img {
    height: 110px; } }
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .viaje .c-body .slider .item .c-block .img {
    height: 180px; } }
/* Extra large devices (large laptops and desktops, 1200px and up) */
.acerca {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px; }
  .acerca .c-blocks .c-mt {
    margin-top: 50px; }
  .acerca .c-blocks .c-block-cont {
    padding: 15px; }
    .acerca .c-blocks .c-block-cont .c-block {
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
      box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
      border-radius: 20px;
      padding: 35px;
      transition: 0.3s; }
      .acerca .c-blocks .c-block-cont .c-block h3 {
        font-family: "IBMPlexSans-Bold";
        color: #001f6c;
        transition: 0.3s; }
      .acerca .c-blocks .c-block-cont .c-block p {
        color: #001f6c; }
      .acerca .c-blocks .c-block-cont .c-block img {
        max-height: 150px; }

/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .acerca .c-blocks .c-block-cont .c-block {
    min-height: 300px; }
    .acerca .c-blocks .c-block-cont .c-block:hover {
      -webkit-box-shadow: 0px 0px 7px 0px #001f6c;
      -moz-box-shadow: 0px 0px 7px 0px #001f6c;
      box-shadow: 0px 0px 7px 0px #001f6c; }
      .acerca .c-blocks .c-block-cont .c-block:hover h3 {
        padding-left: 7px; } }
/* Extra large devices (large laptops and desktops, 1200px and up) */
.niveles {
  background-color: #F1F6FF; }
  .niveles::after {
    content: url("../img/after-2.png");
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -280px;
    left: -10px;
    transform: scale(0.7); }
  .niveles .slider {
    margin-top: 70px;
    margin-bottom: 70px; }
    .niveles .slider .item {
      padding: 20px 25px; }
      .niveles .slider .item .c-block {
        background-color: #FFF;
        padding: 20px;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
        border-radius: 12px;
        transition: 0.3s; }
        .niveles .slider .item .c-block p {
          margin-bottom: 0px; }
          .niveles .slider .item .c-block p.titulo {
            font-family: 'IBMPlexSans-SemiBoldItalic';
            font-size: 1.3rem; }
          .niveles .slider .item .c-block p.sub-titulo {
            font-family: 'IBMPlexSans-Regular';
            font-size: 1.1rem; }
        .niveles .slider .item .c-block .txt {
          margin-top: 20px;
          margin-bottom: 20px;
          min-height: 130px; }
        .niveles .slider .item .c-block .img-icon {
          position: relative; }
          .niveles .slider .item .c-block .img-icon .img-on, .niveles .slider .item .c-block .img-icon .img-off {
            position: absolute;
            width: 70%; }
          .niveles .slider .item .c-block .img-icon .img-on {
            opacity: 1; }
          .niveles .slider .item .c-block .img-icon .img-off {
            opacity: 0; }
      .niveles .slider .item.item1 p.titulo, .niveles .slider .item.item1 p.sub-titulo, .niveles .slider .item.item1 p.nivel {
        color: #FF495C; }
      .niveles .slider .item.item1:hover .c-block {
        background-color: #FF495C; }
        .niveles .slider .item.item1:hover .c-block p {
          color: #FFF; }
        .niveles .slider .item.item1:hover .c-block .img-icon .img-on {
          opacity: 0; }
        .niveles .slider .item.item1:hover .c-block .img-icon .img-off {
          opacity: 1; }
      .niveles .slider .item.item2 p.titulo, .niveles .slider .item.item2 p.sub-titulo, .niveles .slider .item.item2 p.nivel {
        color: #00E790; }
      .niveles .slider .item.item2:hover .c-block {
        background-color: #00E790; }
        .niveles .slider .item.item2:hover .c-block p {
          color: #FFF; }
        .niveles .slider .item.item2:hover .c-block .img-icon .img-on {
          opacity: 0; }
        .niveles .slider .item.item2:hover .c-block .img-icon .img-off {
          opacity: 1; }
      .niveles .slider .item.item3 p.titulo, .niveles .slider .item.item3 p.sub-titulo, .niveles .slider .item.item3 p.nivel {
        color: #004FEF; }
      .niveles .slider .item.item3:hover .c-block {
        background-color: #004FEF; }
        .niveles .slider .item.item3:hover .c-block p {
          color: #FFF; }
        .niveles .slider .item.item3:hover .c-block .img-icon .img-on {
          opacity: 0; }
        .niveles .slider .item.item3:hover .c-block .img-icon .img-off {
          opacity: 1; }
      .niveles .slider .item.item4 p.titulo, .niveles .slider .item.item4 p.sub-titulo, .niveles .slider .item.item4 p.nivel {
        color: #643BA3; }
      .niveles .slider .item.item4:hover .c-block {
        background-color: #643BA3; }
        .niveles .slider .item.item4:hover .c-block p {
          color: #FFF; }
        .niveles .slider .item.item4:hover .c-block .img-icon .img-on {
          opacity: 0; }
        .niveles .slider .item.item4:hover .c-block .img-icon .img-off {
          opacity: 1; }
    .niveles .slider .slick-dots li button::before {
      background-color: #000;
      border-radius: 50%;
      width: 13px;
      height: 13px;
      content: '';
      transition: 0.3s; }
    .niveles .slider .slick-dots li.slick-active button::before {
      background-color: #004FEF;
      opacity: 1 !important;
      width: 25px;
      border-radius: 8px;
      margin-left: -5px; }
  .niveles .head {
    font-family: 'IBMPlexSans-SemiBold';
    color: #004FEF; }
    .niveles .head .c-img {
      display: contents; }
      .niveles .head .c-img img {
        max-height: 50px; }
  .niveles h3,
  .niveles h4 {
    font-family: 'IBMPlexSans-Regular';
    color: #778299;
    font-size: 1.3rem; }
    .niveles h3 font,
    .niveles h4 font {
      color: #000; }
  .niveles h3.det {
    margin-top: 40px;
    color: #121212;
    font-size: 1.1rem; }
    .niveles h3.det span {
      color: #004FEF;
      font-family: 'IBMPlexSans-MediumItalic'; }
  .niveles h4 {
    font-size: 1.1rem; }
  .niveles .niv-html .item {
    padding: 10px 5px;
    overflow: hidden;
    height: 270px; }
    .niveles .niv-html .item .a1 .cont {
      transform: translateY(350px);
      background-color: #3CDF86;
      transition: 0.3s;
      padding-top: 0px;
      padding-left: 7px;
      padding-right: 7px;
      text-align: center;
      display: flow-root;
      border-radius: 10px; }
      .niveles .niv-html .item .a1 .cont.active {
        transform: translateY(100px); }
      .niveles .niv-html .item .a1 .cont p.det {
        color: #004FEF;
        font-family: 'IBMPlexSans-Bold';
        margin-top: 15px; }
      .niveles .niv-html .item .a1 .cont p.nro {
        color: #778299;
        font-family: 'IBMPlexSans-Bold';
        background-color: #FFF;
        margin-bottom: 7px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px; }
    .niveles .niv-html .item .a2 .cont {
      transform: translateY(350px);
      background-color: #3CDF86;
      transition: 0.3s;
      padding-top: 10px;
      padding-left: 7px;
      padding-right: 7px;
      text-align: center;
      display: flow-root;
      border-radius: 10px; }
      .niveles .niv-html .item .a2 .cont.active {
        transform: translateY(90px); }
      .niveles .niv-html .item .a2 .cont p.det {
        color: #004FEF;
        font-family: 'IBMPlexSans-Bold';
        margin-top: 15px; }
      .niveles .niv-html .item .a2 .cont p.nro {
        color: #778299;
        font-family: 'IBMPlexSans-Bold';
        background-color: #FFF;
        margin-bottom: 7px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px; }
    .niveles .niv-html .item .a3 .cont {
      transform: translateY(350px);
      background-color: #3CDF86;
      transition: 0.3s;
      padding-top: 20px;
      padding-left: 7px;
      padding-right: 7px;
      text-align: center;
      display: flow-root;
      border-radius: 10px; }
      .niveles .niv-html .item .a3 .cont.active {
        transform: translateY(80px); }
      .niveles .niv-html .item .a3 .cont p.det {
        color: #004FEF;
        font-family: 'IBMPlexSans-Bold';
        margin-top: 15px; }
      .niveles .niv-html .item .a3 .cont p.nro {
        color: #778299;
        font-family: 'IBMPlexSans-Bold';
        background-color: #FFF;
        margin-bottom: 7px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px; }
    .niveles .niv-html .item .a4 .cont {
      transform: translateY(350px);
      background-color: #3CDF86;
      transition: 0.3s;
      padding-top: 30px;
      padding-left: 7px;
      padding-right: 7px;
      text-align: center;
      display: flow-root;
      border-radius: 10px; }
      .niveles .niv-html .item .a4 .cont.active {
        transform: translateY(70px); }
      .niveles .niv-html .item .a4 .cont p.det {
        color: #004FEF;
        font-family: 'IBMPlexSans-Bold';
        margin-top: 15px; }
      .niveles .niv-html .item .a4 .cont p.nro {
        color: #778299;
        font-family: 'IBMPlexSans-Bold';
        background-color: #FFF;
        margin-bottom: 7px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px; }
    .niveles .niv-html .item .a5 .cont {
      transform: translateY(350px);
      background-color: #643BA3;
      transition: 0.3s;
      padding-top: 40px;
      padding-left: 7px;
      padding-right: 7px;
      text-align: center;
      display: flow-root;
      border-radius: 10px; }
      .niveles .niv-html .item .a5 .cont.active {
        transform: translateY(60px); }
      .niveles .niv-html .item .a5 .cont p.det {
        color: #FFF;
        font-family: 'IBMPlexSans-Bold';
        margin-top: 15px; }
      .niveles .niv-html .item .a5 .cont p.nro {
        color: #778299;
        font-family: 'IBMPlexSans-Bold';
        background-color: #FFF;
        margin-bottom: 7px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px; }
    .niveles .niv-html .item .a6 .cont {
      transform: translateY(350px);
      background-color: #643BA3;
      transition: 0.3s;
      padding-top: 50px;
      padding-left: 7px;
      padding-right: 7px;
      text-align: center;
      display: flow-root;
      border-radius: 10px; }
      .niveles .niv-html .item .a6 .cont.active {
        transform: translateY(50px); }
      .niveles .niv-html .item .a6 .cont p.det {
        color: #FFF;
        font-family: 'IBMPlexSans-Bold';
        margin-top: 15px; }
      .niveles .niv-html .item .a6 .cont p.nro {
        color: #778299;
        font-family: 'IBMPlexSans-Bold';
        background-color: #FFF;
        margin-bottom: 7px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px; }
    .niveles .niv-html .item .a7 .cont {
      transform: translateY(350px);
      background-color: #643BA3;
      transition: 0.3s;
      padding-top: 60px;
      padding-left: 7px;
      padding-right: 7px;
      text-align: center;
      display: flow-root;
      border-radius: 10px; }
      .niveles .niv-html .item .a7 .cont.active {
        transform: translateY(40px); }
      .niveles .niv-html .item .a7 .cont p.det {
        color: #FFF;
        font-family: 'IBMPlexSans-Bold';
        margin-top: 15px; }
      .niveles .niv-html .item .a7 .cont p.nro {
        color: #778299;
        font-family: 'IBMPlexSans-Bold';
        background-color: #FFF;
        margin-bottom: 7px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px; }
    .niveles .niv-html .item .a8 .cont {
      transform: translateY(350px);
      background-color: #643BA3;
      transition: 0.3s;
      padding-top: 70px;
      padding-left: 7px;
      padding-right: 7px;
      text-align: center;
      display: flow-root;
      border-radius: 10px; }
      .niveles .niv-html .item .a8 .cont.active {
        transform: translateY(30px); }
      .niveles .niv-html .item .a8 .cont p.det {
        color: #FFF;
        font-family: 'IBMPlexSans-Bold';
        margin-top: 15px; }
      .niveles .niv-html .item .a8 .cont p.nro {
        color: #778299;
        font-family: 'IBMPlexSans-Bold';
        background-color: #FFF;
        margin-bottom: 7px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px; }
    .niveles .niv-html .item .a9 .cont {
      transform: translateY(350px);
      background-color: #004FEF;
      transition: 0.3s;
      padding-top: 80px;
      padding-left: 7px;
      padding-right: 7px;
      text-align: center;
      display: flow-root;
      border-radius: 10px; }
      .niveles .niv-html .item .a9 .cont.active {
        transform: translateY(20px); }
      .niveles .niv-html .item .a9 .cont p.det {
        color: #FFF;
        font-family: 'IBMPlexSans-Bold';
        margin-top: 15px; }
      .niveles .niv-html .item .a9 .cont p.nro {
        color: #778299;
        font-family: 'IBMPlexSans-Bold';
        background-color: #FFF;
        margin-bottom: 7px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px; }
    .niveles .niv-html .item .a10 .cont {
      transform: translateY(350px);
      background-color: #004FEF;
      transition: 0.3s;
      padding-top: 90px;
      padding-left: 7px;
      padding-right: 7px;
      text-align: center;
      display: flow-root;
      border-radius: 10px; }
      .niveles .niv-html .item .a10 .cont.active {
        transform: translateY(10px); }
      .niveles .niv-html .item .a10 .cont p.det {
        color: #FFF;
        font-family: 'IBMPlexSans-Bold';
        margin-top: 15px; }
      .niveles .niv-html .item .a10 .cont p.nro {
        color: #778299;
        font-family: 'IBMPlexSans-Bold';
        background-color: #FFF;
        margin-bottom: 7px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px; }
    .niveles .niv-html .item .a11 .cont {
      transform: translateY(350px);
      background-color: #F1F6FF;
      transition: 0.3s;
      padding-top: 100px;
      padding-left: 7px;
      padding-right: 7px;
      text-align: center;
      display: flow-root;
      border-radius: 10px;
      text-align: left; }
      .niveles .niv-html .item .a11 .cont.active {
        transform: translateY(0px); }
      .niveles .niv-html .item .a11 .cont p.det {
        color: #004FEF;
        font-family: 'IBMPlexSans-Bold';
        margin-top: 15px; }
      .niveles .niv-html .item .a11 .cont p.nro {
        color: #778299;
        font-family: 'IBMPlexSans-Bold';
        background-color: #FFF;
        margin-bottom: 7px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px; }
      .niveles .niv-html .item .a11 .cont p.nro {
        color: #004FEF;
        background-color: #F1F6FF; }
  .niveles .niv-html-sub {
    text-align: center; }
    .niveles .niv-html-sub p {
      font-family: 'IBMPlexSans-Regular';
      text-transform: uppercase;
      font-size: .8rem; }
      .niveles .niv-html-sub p.c-verde {
        color: #00E790; }
      .niveles .niv-html-sub p.c-morado {
        color: #643BA3; }
      .niveles .niv-html-sub p.c-azul {
        color: #004FEF; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .niveles::after {
    content: ''; } }
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.metodo .txt h2 {
  font-family: 'IBMPlexSans-SemiBold';
  color: #004FEF; }
  .metodo .txt h2 span {
    font-family: 'IBMPlexSans-SemiBoldItalic'; }
.metodo .txt h3 {
  font-family: 'IBMPlexSans-Regular';
  color: #778299;
  font-size: 1.1rem; }
  .metodo .txt h3 span {
    font-family: 'IBMPlexSans-Bold'; }
.metodo p.sup {
  color: #000;
  font-size: 1.2rem; }
  .metodo p.sup font {
    font-family: 'IBMPlexSans-SemiBoldItalic'; }
    .metodo p.sup font.azul {
      color: #004FEF; }
.metodo p.mt-4 {
  font-size: .95rem; }
.metodo p font {
  color: #000; }

/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.testimonio {
  background-color: #643BA3; }
  .testimonio h2,
  .testimonio p {
    color: #FFF; }
  .testimonio .slick-dots {
    margin-top: 30px; }
    .testimonio .slick-dots li button::before {
      background-color: #000;
      border-radius: 50%;
      width: 13px;
      height: 13px;
      content: '';
      transition: 0.3s; }
    .testimonio .slick-dots li.slick-active button::before {
      background-color: #004FEF;
      opacity: 1 !important;
      width: 25px;
      border-radius: 8px;
      margin-left: -5px; }
  .testimonio p {
    font-size: .95rem; }
    .testimonio p.sup {
      color: #fff;
      font-size: 1.2rem;
      margin-top: 20px; }
      .testimonio p.sup span {
        color: #FFF; }
  .testimonio .laptop-cont {
    margin-bottom: 10px; }
    .testimonio .laptop-cont .youtube {
      display: none; }
      .testimonio .laptop-cont .youtube.active {
        display: block; }
    .testimonio .laptop-cont .youtube-prev {
      display: block;
      color: #000 !important;
      display: none; }
      .testimonio .laptop-cont .youtube-prev .play {
        background-image: url("../img/play-youtube.png");
        background-size: 100%;
        background-repeat: no-repeat; }
      .testimonio .laptop-cont .youtube-prev .youtube,
      .testimonio .laptop-cont .youtube-prev iframe {
        width: 560px;
        height: 315px; }
      .testimonio .laptop-cont .youtube-prev .bg-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #000;
        background-image: url("../img/img-video-Inaki-ONLINE.jpg");
        background-position: center;
        background-size: auto 100%; }
        .testimonio .laptop-cont .youtube-prev .bg-prev.bg-pre2 {
          background-image: url("../img/img-video-Franco-PRESENCIAL.jpg"); }
        .testimonio .laptop-cont .youtube-prev .bg-prev .btn-video {
          text-align: center;
          background-color: #FFF;
          width: 65px;
          height: 65px;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0.3s;
          position: absolute; }
          .testimonio .laptop-cont .youtube-prev .bg-prev .btn-video .fa-c {
            font-size: 1.8rem;
            transition: 0.3s; }
          .testimonio .laptop-cont .youtube-prev .bg-prev .btn-video:hover {
            width: 55px;
            height: 55px; }
            .testimonio .laptop-cont .youtube-prev .bg-prev .btn-video:hover .fa-c {
              color: #00E790;
              font-size: 1.5rem; }
      .testimonio .laptop-cont .youtube-prev.active {
        display: block;
        padding-top: 40px; }

.pulse {
  margin: 100px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #cca92c;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 231, 144, 0.4);
  animation: pulse_ani 2s infinite; }

.pulse:hover {
  animation: none; }

@keyframes pulse_ani {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 231, 144, 0.9);
    box-shadow: 0 0 0 0 rgba(0, 231, 144, 0.9); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(0, 231, 144, 0);
    box-shadow: 0 0 0 30px rgba(0, 231, 144, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 231, 144, 0);
    box-shadow: 0 0 0 0 rgba(0, 231, 144, 0); } }
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .testimonio .laptop-cont {
    position: relative; }
    .testimonio .laptop-cont .youtube,
    .testimonio .laptop-cont .youtube-prev {
      width: 100%;
      position: absolute;
      color: #FFF;
      padding: 15px 15px 15px 20px; }
      .testimonio .laptop-cont .youtube span,
      .testimonio .laptop-cont .youtube-prev span {
        width: 100%;
        display: inline-block; }
        .testimonio .laptop-cont .youtube span iframe,
        .testimonio .laptop-cont .youtube-prev span iframe {
          width: 100%;
          height: 170px; }
      .testimonio .laptop-cont .youtube .bg-prev,
      .testimonio .laptop-cont .youtube-prev .bg-prev {
        height: 170px; }

  .testimonio .laptop-cont .youtube-prev .youtube, .testimonio .laptop-cont .youtube-prev iframe {
    width: 280px;
    height: 155px;
    margin-top: -20px !important; } }
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .testimonio .laptop-cont {
    position: relative; }
    .testimonio .laptop-cont .youtube,
    .testimonio .laptop-cont .youtube-prev {
      width: 100%;
      position: absolute;
      color: #FFF;
      padding: 20px 30px 20px 30px; }
      .testimonio .laptop-cont .youtube span,
      .testimonio .laptop-cont .youtube-prev span {
        width: 100%;
        display: inline-block; }
        .testimonio .laptop-cont .youtube span iframe,
        .testimonio .laptop-cont .youtube-prev span iframe {
          width: 100%;
          height: 285px; }
      .testimonio .laptop-cont .youtube .bg-prev,
      .testimonio .laptop-cont .youtube-prev .bg-prev {
        height: 285px; } }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .testimonio .laptop-cont .youtube-prev .youtube, .testimonio .laptop-cont .youtube-prev iframe {
    width: 450px;
    height: 255px; } }
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .testimonio .laptop-cont {
    position: relative; }
    .testimonio .laptop-cont .youtube,
    .testimonio .laptop-cont .youtube-prev {
      width: 100%;
      position: absolute;
      color: #FFF;
      padding: 45px 100px; }
      .testimonio .laptop-cont .youtube span,
      .testimonio .laptop-cont .youtube-prev span {
        width: 100%;
        display: inline-block; }
        .testimonio .laptop-cont .youtube span iframe,
        .testimonio .laptop-cont .youtube-prev span iframe {
          width: 100%;
          height: 125px; } }
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .testimonio .laptop-cont {
    position: relative; }
    .testimonio .laptop-cont .youtube,
    .testimonio .laptop-cont .youtube-prev {
      width: 100%;
      position: absolute;
      color: #FFF;
      padding: 45px 100px; }
      .testimonio .laptop-cont .youtube span,
      .testimonio .laptop-cont .youtube-prev span {
        width: 100%;
        display: inline-block; }
        .testimonio .laptop-cont .youtube span iframe,
        .testimonio .laptop-cont .youtube-prev span iframe {
          width: 100%;
          height: 200px; }
  .testimonio .txt {
    margin-top: 55px; } }
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .testimonio .laptop-cont {
    position: relative; }
    .testimonio .laptop-cont .youtube,
    .testimonio .laptop-cont .youtube-prev {
      width: 100%;
      position: absolute;
      color: #FFF;
      padding: 25px 25px 25px 35px; }
      .testimonio .laptop-cont .youtube span,
      .testimonio .laptop-cont .youtube-prev span {
        width: 100%;
        display: inline-block; }
        .testimonio .laptop-cont .youtube span iframe,
        .testimonio .laptop-cont .youtube-prev span iframe {
          width: 100%;
          height: 355px; }
      .testimonio .laptop-cont .youtube .bg-prev,
      .testimonio .laptop-cont .youtube-prev .bg-prev {
        width: 100%;
        height: 355px;
        background-color: #000;
        background-size: auto 100%; } }
.porque .titulo-1 {
  text-align: left; }
.porque h3 {
  font-size: 1rem;
  font-family: 'IBMPlexSans-Regular';
  margin-top: 10px; }
  .porque h3 span {
    font-family: 'IBMPlexSans-SemiBoldItalic';
    color: #004FEF; }
.porque .accordion .accordion-item {
  border: 0px; }
  .porque .accordion .accordion-item .accordion-button {
    background-color: transparent;
    font-family: 'IBMPlexSans-SemiBold';
    color: #000;
    font-size: 1.2rem;
    box-shadow: none; }
    .porque .accordion .accordion-item .accordion-button:focus {
      outline: none !important;
      outline-width: 0 !important;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none; }
    .porque .accordion .accordion-item .accordion-button::after {
      border: 1px solid #B7BECA;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-position: center center;
      /* Centra la imagen */ }
  .porque .accordion .accordion-item .accordion-body {
    border-bottom: 1px solid #DEE0E3; }
    .porque .accordion .accordion-item .accordion-body p span {
      color: #004FEF; }

/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.banner-cta-1 {
  background-color: #FF495C;
  position: relative;
  padding-top: 10px;
  padding-bottom: 15px; }
  .banner-cta-1 .img-b {
    margin-top: 5px; }
  .banner-cta-1 .img {
    padding-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .banner-cta-1 .img img {
      max-width: 90px; }
  .banner-cta-1 .txt {
    padding-top: 20px; }
  .banner-cta-1 h2 {
    color: #FFF;
    font-family: 'IBMPlexSans-SemiBold';
    font-size: 1.5rem; }
    .banner-cta-1 h2 .c_small {
      font-family: 'IBMPlexSans-Regular';
      font-size: 1rem;
      display: inline-table;
      margin-top: 10px;
      display: grid; }
    .banner-cta-1 h2 .efecto {
      font-size: 2rem;
      background-color: #FF495C;
      font-family: 'IBMPlexSans-SemiBoldItalic';
      padding-left: 5px;
      padding-right: 5px;
      border-radius: 7px;
      color: #FFF; }
    .banner-cta-1 h2 .img-ingles img {
      max-width: 90px; }

.banner-cta-2 {
  background-image: url("../img/bg-cta-2.png");
  background-position: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  .banner-cta-2 h3 {
    color: #FFF;
    font-family: 'IBMPlexSans-SemiBold';
    font-size: 1.4rem; }
  .banner-cta-2 h4 {
    color: #FFF;
    font-family: 'IBMPlexSans-Regular';
    font-size: 1.1rem; }
  .banner-cta-2 h5 {
    color: #FFF;
    font-family: 'IBMPlexSans-MediumItalic';
    font-size: .9rem; }
  .banner-cta-2 .img-2 {
    max-width: 90px; }

.banner-cta-3 {
  background: #e93043;
  background: linear-gradient(0deg, #e93043 0%, #ff495c 100%);
  text-align: center;
  padding: 15px; }
  .banner-cta-3 h3 {
    font-family: 'IBMPlexSans-Regular';
    font-size: 1.3rem;
    color: #FFF;
    margin-bottom: 0px; }

.banner-cta-4 {
  background-image: url("../img/bg-cta-4.png");
  background-size: 100%;
  padding-top: 12px;
  padding-bottom: 12px; }
  .banner-cta-4 .txt-1 {
    padding-left: 60px; }
  .banner-cta-4 .txt-2 {
    padding-left: 50px;
    padding-right: 60px; }
  .banner-cta-4 h3 {
    font-family: 'IBMPlexSans-Medium';
    color: #FFF;
    font-size: 1.2rem;
    margin-bottom: 0px; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .banner-cta-1 {
    padding-bottom: 30px; }
    .banner-cta-1 h2 {
      text-align: center; }

  .banner-cta-4 {
    background-image: none;
    background-color: #FF495C;
    text-align: center; }
    .banner-cta-4 .txt-1 {
      padding-left: 0px;
      margin-bottom: 15px; }

  .banner-cta-2 {
    background-image: none; }
    .banner-cta-2 .block-1 {
      padding: 20px 25px;
      background-color: #004FEF; }
      .banner-cta-2 .block-1 img {
        margin-bottom: 20px; }
    .banner-cta-2 .block-2 {
      padding: 20px 25px;
      background-color: #FF495C; } }
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .banner-cta-2 img {
    max-height: 50px; } }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .banner-cta-4 {
    background-image: none;
    background-color: #FF495C;
    text-align: center; } }
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .banner-cta-2 {
    background-image: url("../img/bg-cta-2.png"); } }
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .banner-cta-2 img {
    max-height: 70px; }

  .banner-cta-1 .txt h2 .efecto::after {
    content: url("../img/after-4.png");
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    transform: scale(0.85); } }
/* Extra large devices (large laptops and desktops, 1200px and up) */
.ventajas {
  background-color: #fff; }
  .ventajas h3 {
    font-family: 'IBMPlexSans-Regular';
    color: #778299;
    font-size: 1.3rem; }
    .ventajas h3 font {
      color: #000; }
  .ventajas .c-navs {
    margin-top: 40px;
    margin-bottom: 60px; }
    .ventajas .c-navs .nav-tabs {
      display: contents; }
      .ventajas .c-navs .nav-tabs .nav-link {
        border: 1px solid #EBEBEB;
        margin-bottom: 10px;
        width: 100%;
        text-align: left;
        padding: 0px;
        border-radius: 7px; }
        .ventajas .c-navs .nav-tabs .nav-link .icon {
          background-color: #ADB4C2;
          display: inline-block;
          border-radius: 7px 0px 0px 7px;
          padding: 10px;
          min-width: 60px; }
          .ventajas .c-navs .nav-tabs .nav-link .icon img {
            max-height: 30px; }
        .ventajas .c-navs .nav-tabs .nav-link p {
          color: #000;
          display: inline-block;
          padding-left: 10px;
          margin-bottom: 0px;
          font-size: 0.9rem; }
        .ventajas .c-navs .nav-tabs .nav-link.active {
          border: 1px solid #3CDF86; }
          .ventajas .c-navs .nav-tabs .nav-link.active .icon {
            background-color: #004FEF; }
    .ventajas .c-navs .tab-content .c-block {
      background-color: #F1F6FF;
      padding: 25px;
      border-radius: 10px; }
      .ventajas .c-navs .tab-content .c-block p {
        color: #000; }
        .ventajas .c-navs .tab-content .c-block p.sup {
          font-size: 1.1rem; }
        .ventajas .c-navs .tab-content .c-block p.azul {
          color: #004FEF;
          font-family: 'IBMPlexSans-SemiBold'; }
  .ventajas .btn-1 {
    padding-left: 25px; }
    .ventajas .btn-1 .c-fa {
      animation: c_keyframe_2 2s;
      -webkit-animation: c_keyframe_2 2s;
      -moz-animation: c_keyframe_2 2s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite; }
  .ventajas .slider .item {
    padding: 25px; }
    .ventajas .slider .item .c-block {
      padding: 20px;
      border-radius: 10px;
      transition: 0.3s;
      background-color: #FFF; }
      .ventajas .slider .item .c-block:hover {
        background-color: #FFF; }
      .ventajas .slider .item .c-block img {
        max-height: 90px;
        margin-bottom: 15px; }
      .ventajas .slider .item .c-block h3 {
        color: #778299;
        font-family: 'IBMPlexSans-SemiBold';
        font-size: 1rem;
        display: inline; }
        .ventajas .slider .item .c-block h3 span {
          color: #004FEF;
          font-family: 'IBMPlexSans-SemiBoldItalic'; }
      .ventajas .slider .item .c-block p {
        display: inline;
        font-size: .9rem; }
        .ventajas .slider .item .c-block p span {
          color: #004FEF; }
  .ventajas .slick-dots li button::before {
    background-color: #000;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    content: '';
    transition: 0.3s; }
  .ventajas .slick-dots li.slick-active button::before {
    background-color: #004FEF;
    opacity: 1 !important;
    width: 25px;
    border-radius: 8px;
    margin-left: -5px; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .ventajas .c-navs .nav-tabs .nav-link {
    display: inline-flex; }
    .ventajas .c-navs .nav-tabs .nav-link p {
      padding-top: 10px; } }
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .ventajas .slider .item .c-block {
    min-height: 270px; } }
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.tyc {
  background-color: #004FEF;
  padding-bottom: 90px; }
  .tyc .accordion .accordion-item {
    border: 0px;
    background-color: transparent; }
    .tyc .accordion .accordion-item .accordion-button {
      background-color: transparent;
      font-family: 'IBMPlexSans-Regular';
      color: #778299;
      font-size: 1.1rem;
      box-shadow: none;
      color: #FFF;
      border-bottom: 1px solid #DEE0E3;
      border-radius: 0px; }
      .tyc .accordion .accordion-item .accordion-button:focus {
        outline: none !important;
        outline-width: 0 !important;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none; }
      .tyc .accordion .accordion-item .accordion-button::after {
        border: 1px solid #3CDF86;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-position: center center;
        /* Centra la imagen */
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%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"); }
    .tyc .accordion .accordion-item .accordion-body {
      color: #FFF; }

/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.capacitacion {
  padding-top: 70px;
  background-image: url("../img/bg-capa.jpg");
  background-size: cover; }
  .capacitacion .c-blocks {
    margin-top: 50px; }
    .capacitacion .c-blocks .c-block-cont {
      padding: 30px; }
      .capacitacion .c-blocks .c-block-cont .c-block .c-body {
        background-color: #FFF;
        padding: 100px 30px 95px;
        border-radius: 15px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
        z-index: 1;
        position: relative; }
      .capacitacion .c-blocks .c-block-cont .c-block p {
        color: #00287A;
        font-family: 'IBMPlexSans-Regular';
        font-size: 1.2rem; }
        .capacitacion .c-blocks .c-block-cont .c-block p span {
          color: #004FEF; }
      .capacitacion .c-blocks .c-block-cont .c-block.c-block-1::before {
        content: "";
        position: absolute;
        width: 80px;
        height: 120px;
        background-color: #F1C405;
        /* Color de ejemplo */
        top: 0;
        left: 0;
        margin-top: -20px;
        margin-left: -20px;
        border-radius: 25px 0px 0px 0px;
        transition: 0.3s; }
      .capacitacion .c-blocks .c-block-cont .c-block.c-block-1::after {
        content: "";
        position: absolute;
        width: 100px;
        height: 100px;
        background-color: #38B6FF;
        /* Color de ejemplo */
        bottom: 0;
        right: 0;
        margin-bottom: -20px;
        margin-right: -20px;
        border-radius: 0px 0px 25px 0px;
        transition: 0.3s; }
      .capacitacion .c-blocks .c-block-cont .c-block.c-block-1:hover::before {
        width: 110px;
        height: 150px; }
      .capacitacion .c-blocks .c-block-cont .c-block.c-block-1:hover::after {
        width: 140px;
        height: 140px; }
      .capacitacion .c-blocks .c-block-cont .c-block.c-block-2::after {
        content: "";
        position: absolute;
        width: 80px;
        height: 150px;
        background-color: #004FEF;
        /* Color de ejemplo */
        top: 0;
        right: 0;
        margin-top: -20px;
        margin-right: -20px;
        border-radius: 0px 25px 0px 0px;
        transition: 0.3s; }
      .capacitacion .c-blocks .c-block-cont .c-block.c-block-2 .c-body {
        padding: 30px 30px 20px; }
      .capacitacion .c-blocks .c-block-cont .c-block.c-block-2:hover::after {
        width: 110px;
        height: 190px; }
      .capacitacion .c-blocks .c-block-cont .c-block {
        position: relative;
        /* Necesario para que los pseudo-elementos se posicionen en relación con este div */ }
  .capacitacion .c-txt {
    padding-top: 70px; }
    .capacitacion .c-txt h3 {
      font-family: 'IBMPlexSans-Bold';
      text-transform: uppercase;
      color: #001F6C; }
    .capacitacion .c-txt ul {
      margin-top: 40px; }
      .capacitacion .c-txt ul li {
        color: #00287A;
        font-family: 'IBMPlexSans-Regular';
        font-size: 1.2rem; }
        .capacitacion .c-txt ul li span {
          font-family: 'IBMPlexSans-BoldItalic'; }

/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.cursos {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../img/bg-cursos.png");
  background-size: cover; }
  .cursos .c-blocks {
    transition: 0.3s; }
    .cursos .c-blocks .c-block-cont {
      padding: 20px;
      transition: 0.3s; }
      .cursos .c-blocks .c-block-cont .c-block {
        transition: 0.3s;
        cursor: pointer;
        padding: 5px; }
        .cursos .c-blocks .c-block-cont .c-block .c-body {
          background-color: #00287a;
          padding: 30px 30px 0px 30px;
          border-radius: 10px;
          transition: 0.3s; }
          .cursos .c-blocks .c-block-cont .c-block .c-body h3 {
            font-family: "IBMPlexSans-Bold";
            color: #fff;
            text-transform: uppercase;
            font-size: 2.1rem;
            transition: 0.3s; }
          .cursos .c-blocks .c-block-cont .c-block .c-body .txt {
            position: relative;
            transition: 0.3s; }
            .cursos .c-blocks .c-block-cont .c-block .c-body .txt p {
              opacity: 0;
              transition: 0.3s; }
          .cursos .c-blocks .c-block-cont .c-block .c-body .img, .cursos .c-blocks .c-block-cont .c-block .c-body .img-2 {
            position: relative; }
            .cursos .c-blocks .c-block-cont .c-block .c-body .img .vector, .cursos .c-blocks .c-block-cont .c-block .c-body .img-2 .vector {
              position: absolute; }
              .cursos .c-blocks .c-block-cont .c-block .c-body .img .vector img, .cursos .c-blocks .c-block-cont .c-block .c-body .img-2 .vector img {
                max-width: 180px; }
            .cursos .c-blocks .c-block-cont .c-block .c-body .img .persona, .cursos .c-blocks .c-block-cont .c-block .c-body .img-2 .persona {
              z-index: 1;
              position: relative;
              margin-top: -80px;
              opacity: 0;
              transition: 0.3s; }
        .cursos .c-blocks .c-block-cont .c-block.c-block-3 .c-body {
          padding: 30px 0px 0px 30px; }
        .cursos .c-blocks .c-block-cont .c-block.c-block-4 .img .vector, .cursos .c-blocks .c-block-cont .c-block.c-block-4 .img-2 .vector {
          margin-top: -30px; }
          .cursos .c-blocks .c-block-cont .c-block.c-block-4 .img .vector img, .cursos .c-blocks .c-block-cont .c-block.c-block-4 .img-2 .vector img {
            max-width: 90px; }
        .cursos .c-blocks .c-block-cont .c-block.c-block-4 .img .persona, .cursos .c-blocks .c-block-cont .c-block.c-block-4 .img-2 .persona {
          margin-top: -120px; }
        .cursos .c-blocks .c-block-cont .c-block.active .c-body, .cursos .c-blocks .c-block-cont .c-block:hover .c-body {
          background-color: #FFF; }
          .cursos .c-blocks .c-block-cont .c-block.active .c-body h3, .cursos .c-blocks .c-block-cont .c-block:hover .c-body h3 {
            color: #001F6C;
            margin-bottom: 30px; }
        .cursos .c-blocks .c-block-cont .c-block.active .txt p, .cursos .c-blocks .c-block-cont .c-block:hover .txt p {
          opacity: 1;
          color: #001F6C; }
        .cursos .c-blocks .c-block-cont .c-block.active .img .persona, .cursos .c-blocks .c-block-cont .c-block:hover .img .persona {
          margin-top: -50px;
          opacity: 1; }
        .cursos .c-blocks .c-block-cont .c-block.active .img-2 .persona, .cursos .c-blocks .c-block-cont .c-block:hover .img-2 .persona {
          margin-top: -50px;
          opacity: 1; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .cursos .c-blocks .c-block-cont .c-block.c-block-1 .img .persona {
    margin-top: 10px; }
  .cursos .c-blocks .c-block-cont .c-block.c-block-2 .img .persona {
    margin-top: 10px; }
  .cursos .c-blocks .c-block-cont .c-block.c-block-3 .img .persona {
    margin-top: 10px; }
  .cursos .c-blocks .c-block-cont .c-block.c-block-4 .vector {
    margin-top: 0px !important; }
    .cursos .c-blocks .c-block-cont .c-block.c-block-4 .vector img {
      max-width: 40px !important; }
  .cursos .c-blocks .c-block-cont .c-block.c-block-4 .img-2 .persona {
    margin-top: 0px; } }
@media (max-width: 767px) and (orientation: landscape) {
  .cursos .c-blocks .c-block-cont .c-block.c-block-1 .img .persona {
    margin-top: 10px; }
  .cursos .c-blocks .c-block-cont .c-block.c-block-2 .img .persona {
    margin-top: 10px; }
  .cursos .c-blocks .c-block-cont .c-block.c-block-3 .img .persona {
    margin-top: 10px; }
  .cursos .c-blocks .c-block-cont .c-block.c-block-4 .vector {
    margin-top: 0px !important; }
    .cursos .c-blocks .c-block-cont .c-block.c-block-4 .vector img {
      max-width: 40px !important; }
  .cursos .c-blocks .c-block-cont .c-block.c-block-4 .img-2 .persona {
    margin-top: 0px; } }
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.video {
  padding-top: 70px;
  padding-bottom: 40px;
  background-image: url(../img/bg-video.png);
  background-size: cover; }
  .video .c-play {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px; }
  .video .c-pulse-1,
  .video .c-pulse-2,
  .video .c-pulse-3 {
    background-color: #004FEF;
    content: "";
    position: absolute;
    display: flex;
    width: 70px;
    height: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    display: flex;
    justify-content: center;
    align-items: center; }
    .video .c-pulse-1 .c-fa,
    .video .c-pulse-2 .c-fa,
    .video .c-pulse-3 .c-fa {
      font-size: 1.3rem;
      color: #fff; }
  .video .c-pulse-2 {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  .video .c-pulse-3 {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s; }

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 50px rgba(253, 167, 0, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 167, 0, 0); } }
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 50px rgba(253, 167, 0, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 167, 0, 0); } }
/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.beneficios {
  background-color: #e0f2ff;
  padding-top: 70px;
  padding-bottom: 70px; }
  .beneficios .c-blocks {
    margin-top: 50px; }
    .beneficios .c-blocks .c-block-cont {
      padding: 30px; }
      .beneficios .c-blocks .c-block-cont .c-block .c-body {
        background-color: #fff;
        padding: 20px 30px 95px;
        border-radius: 15px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
        z-index: 1;
        position: relative; }
        .beneficios .c-blocks .c-block-cont .c-block .c-body .img {
          margin-top: -90px;
          margin-bottom: 20px; }
          .beneficios .c-blocks .c-block-cont .c-block .c-body .img img {
            max-height: 140px; }
      .beneficios .c-blocks .c-block-cont .c-block p {
        color: #00287a;
        font-family: "IBMPlexSans-Regular";
        font-size: 1.2rem; }
        .beneficios .c-blocks .c-block-cont .c-block p span {
          color: #004fef; }
      .beneficios .c-blocks .c-block-cont .c-block.c-block-1::before {
        content: "";
        position: absolute;
        width: 80px;
        height: 120px;
        background-color: #f1c405;
        /* Color de ejemplo */
        top: 0;
        left: 0;
        margin-top: -20px;
        margin-left: -20px;
        border-radius: 25px 0px 0px 0px;
        transition: 0.3s; }
      .beneficios .c-blocks .c-block-cont .c-block.c-block-1::after {
        content: "";
        position: absolute;
        width: 100px;
        height: 100px;
        background-color: #38b6ff;
        /* Color de ejemplo */
        bottom: 0;
        right: 0;
        margin-bottom: -20px;
        margin-right: -20px;
        border-radius: 0px 0px 25px 0px;
        transition: 0.3s; }
      .beneficios .c-blocks .c-block-cont .c-block.c-block-1:hover::before {
        width: 110px;
        height: 150px; }
      .beneficios .c-blocks .c-block-cont .c-block.c-block-1:hover::after {
        width: 140px;
        height: 140px; }
      .beneficios .c-blocks .c-block-cont .c-block.c-block-2::after {
        content: "";
        position: absolute;
        width: 80px;
        height: 150px;
        background-color: #004fef;
        /* Color de ejemplo */
        top: 0;
        right: 0;
        margin-top: -20px;
        margin-right: -20px;
        border-radius: 0px 25px 0px 0px;
        transition: 0.3s; }
      .beneficios .c-blocks .c-block-cont .c-block.c-block-2 .c-body {
        padding: 30px 30px 20px; }
      .beneficios .c-blocks .c-block-cont .c-block.c-block-2:hover::after {
        width: 110px;
        height: 190px; }
      .beneficios .c-blocks .c-block-cont .c-block {
        position: relative;
        /* Necesario para que los pseudo-elementos se posicionen en relación con este div */ }
  .beneficios h2 {
    font-family: "IBMPlexSans-Bold";
    text-transform: uppercase;
    color: #004fef; }
  .beneficios .c-blocks-nros .c-block-cont {
    padding: 30px 50px; }
    .beneficios .c-blocks-nros .c-block-cont .c-block {
      padding: 30px;
      background-color: #fff;
      border-radius: 15px; }
      .beneficios .c-blocks-nros .c-block-cont .c-block .nro {
        background-color: #004fef;
        width: fit-content;
        width: 55px;
        height: 55px;
        padding-top: 5px;
        border-radius: 50%;
        text-align: center;
        position: absolute;
        margin-left: -50px;
        margin-top: -50px; }
        .beneficios .c-blocks-nros .c-block-cont .c-block .nro h3 {
          font-family: "IBMPlexSans-Bold";
          color: #fff;
          font-size: 2rem; }
      .beneficios .c-blocks-nros .c-block-cont .c-block .text-end {
        float: right; }
        .beneficios .c-blocks-nros .c-block-cont .c-block .text-end .nro {
          margin-left: inherit; }
  .beneficios h3 {
    font-family: 'IBMPlexSans-Medium';
    color: #00287A; }

/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.clientes {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff; }
  .clientes .slider {
    margin-top: 50px;
    margin-bottom: 20px; }
    .clientes .slider .txt {
      padding-top: 50px; }
      .clientes .slider .txt p {
        color: #00287a;
        font-family: "IBMPlexSans-Regular";
        font-size: 1.2rem; }
        .clientes .slider .txt p span {
          font-family: 'IBMPlexSans-BoldItalic'; }
      .clientes .slider .txt .datos {
        margin-top: 30px; }
        .clientes .slider .txt .datos p {
          margin-bottom: 0px;
          font-size: 1rem; }
          .clientes .slider .txt .datos p.cargo {
            color: #004FEF; }
      .clientes .slider .txt .logo {
        margin-top: 40px; }
        .clientes .slider .txt .logo img {
          max-width: 100px; }
  .clientes .slider-arrows {
    text-align: center; }
    .clientes .slider-arrows table {
      width: auto;
      margin: auto; }
      .clientes .slider-arrows table .prev,
      .clientes .slider-arrows table .next {
        cursor: pointer;
        padding: 7px 5px; }
        .clientes .slider-arrows table .prev img,
        .clientes .slider-arrows table .next img {
          max-width: 25px; }

/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.c-logos {
  background: #002793;
  background: linear-gradient(90deg, #002793 0%, #002793 66%, #288fe2 100%); }
  .c-logos p {
    color: #FFF;
    font-family: 'IBMPlexSans-Bold';
    font-size: 1rem;
    margin-top: 23px;
    text-align: center; }

/* Contenedor de la marquesina */
.logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 10px 0; }

/* Flexbox para los elementos */
.logos .track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marquee 20s linear infinite; }

/* Estilos de los logos */
.logos .logo {
  min-width: 100px;
  /* Puede ser dinámico */
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 5px; }
  .logos .logo img {
    max-height: 40px; }

/* Animación infinita */
@keyframes marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }

/*# sourceMappingURL=cmln-style.css.map */
