@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: #00287A;
  font-size: 0.95rem;
}
p span {
  color: #004FEF;
  font-family: "IBMPlexSans-BoldItalic";
}

/*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: 0.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;
}
.c-wsp.c-visible {
  scale: 1;
}
.c-wsp:hover {
  cursor: pointer;
}
.c-wsp.force-active-off {
  scale: 0 !important;
}
.c-wsp {
  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;
}
.c-wsp2.c-visible {
  scale: 1;
}
.c-wsp2:hover {
  cursor: pointer;
}
.c-wsp2.force-active-off {
  scale: 0 !important;
}
.c-wsp2 {
  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: 0.8rem;
}
.c-wsp-container .c-body label {
  font-family: "Poppins-Medium";
  color: #515151;
  font-size: 0.8rem;
  margin-bottom: 0;
}
.c-wsp-container .c-body .form-control,
.c-wsp-container .c-body .form-select {
  padding-left: 0px;
  font-size: 0.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: 0.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: 0.9rem !important;
    padding-left: 0px !important;
    padding-right: 3px !important;
    text-align: center;
  }
  .btn-fixed-call .txt span {
    font-size: 0.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-Regular";
  color: #00287A;
  font-size: 2rem;
}
.titulo-1 span {
  display: block;
  font-family: "IBMPlexSans-Bold";
}

.titulo-2 {
  font-family: "IBMPlexSans-Regular";
  color: #00287A;
  font-size: 1.8rem;
}
.titulo-2 span {
  font-family: "IBMPlexSans-Bold";
}

.titulo-3 {
  font-family: "IBMPlexSans-Regular";
  color: #00287A;
  font-size: 1rem;
  line-height: 25px;
}
.titulo-3 span {
  font-family: "IBMPlexSans-Bold";
  font-size: 1.2rem;
}

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

.no-padding {
  padding: 0px;
}

.btn-1 {
  text-decoration: none;
  background: #FF9A4C;
  background: linear-gradient(172deg, rgb(255, 154, 76) 0%, rgb(255, 73, 73) 100%);
  color: #FFF;
  font-family: "IBMPlexSans-Bold";
  text-transform: uppercase;
  font-size: 1rem;
  transition: 0.3s !important;
  padding: 13px 27px 13px 37px;
  -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: 50px;
}
.btn-1 span {
  font-family: "IBMPlexSans-Bold";
}
.btn-1:hover {
  background-color: #FFB900;
}

.btn-1 .icon-float {
  display: inline-block; /* necesario para transformar */
  margin-left: 10px;
  animation: floatX 3s ease-in-out infinite;
}

@keyframes floatX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
.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: 0.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: 0.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;
    background-color: transparent;
  }
  .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 .c-col-padding {
  padding: 0px;
}
.cmln-slider .tp-caption {
  white-space: inherit !important;
  /*Obligar a respetar el ancho*/
}
.cmln-slider .tp-caption.caption-1 h3 {
  color: #FFF;
  font-family: "OpenSans-Regular";
  font-size: 2.2rem !important;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 7px 25px;
}
.cmln-slider .tp-caption.caption-1 h1 {
  font-family: "IBMPlexSans-Bold";
  color: #FFF;
}
.cmln-slider .tp-caption.caption-1 h1 span {
  background-color: #004FEF;
  color: #FFF;
  font-family: "IBMPlexSans-Regular";
  line-height: 70px;
}
.cmln-slider .tp-caption.caption-1 h1 font {
  font-family: "IBMPlexSans-BoldItalic";
  font-size: 2.1rem;
}
.cmln-slider .tp-caption.caption-1 p {
  color: #FFF;
  font-size: 1.2rem;
}
.cmln-slider .tp-caption.caption-1 img {
  max-width: 300px !important;
  height: auto !important;
}
.cmln-slider .tp-caption.caption-2 h2,
.cmln-slider .tp-caption.caption-2 h3 {
  display: inline-block;
  color: #FFF;
  font-family: "IBMPlexSans-Medium";
  font-size: 1.6rem;
}
.cmln-slider .tp-caption.caption-2 h2 span,
.cmln-slider .tp-caption.caption-2 h3 span {
  font-family: "IBMPlexSans-BoldItalic";
}
.cmln-slider .tp-caption.caption-2 h3.modalidad {
  border-radius: 7px 0px 0px 7px;
}
.cmln-slider .tp-caption.caption-2 h3.modalidad.modalidad2 {
  border-radius: 0px 7px 7px 0px;
}
.cmln-slider .tp-caption.caption-2 h2 {
  font-family: "IBMPlexSans-Medium";
  font-size: 1.2rem;
}
.cmln-slider .tp-caption.caption-2 h2 span {
  font-family: "IBMPlexSans-SemiBoldItalic";
  background-color: #FFB900;
  color: #004FEF;
  padding-left: 7px;
  padding-right: 7px;
}
.cmln-slider .tp-caption.caption-2 h3.modalidad {
  border: 1.5px solid #FF495C;
  padding: 7px 13px;
  float: left;
}
.cmln-slider .tp-caption.caption-2 h3.modalidad .img {
  float: left;
}
.cmln-slider .tp-caption.caption-2 h3.modalidad .txt {
  font-size: 1.4rem;
  font-family: "IBMPlexSans-SemiBoldItalic";
  float: left;
  margin-left: 11px;
  margin-bottom: -5px;
}
.cmln-slider .tp-caption.caption-2 h3.modalidad .txt subt {
  font-size: 1rem;
  display: block;
  font-family: "IBMPlexSans-Regular";
  margin-bottom: -15px;
  margin-top: -7px;
}
.cmln-slider .tp-caption.caption-2 h3.modalidad.modalidad2 {
  border-left: 0px;
}
.cmln-slider .tp-caption.caption-2 h3.modalidad.modalidad2 .img img {
  width: auto !important;
}
.cmln-slider .tp-caption.caption-2 h3.efecto {
  position: relative;
  transition: 0.3s;
}
.cmln-slider .tp-caption.caption-2 h3.efecto::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -10px;
  background: rgb(255, 73, 92);
  background: linear-gradient(90deg, rgb(255, 73, 92) 0%, rgb(255, 185, 0) 100%);
}
.cmln-slider .tp-caption.caption-2 .c-btn {
  background-color: #00E790;
  color: #004FEF;
  font-family: "IBMPlexSans-Regular";
  border-radius: 10px;
  font-size: 1.2rem;
  transition: 0.3s !important;
  padding: 13px 10px 13px 23px;
  -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);
}
.cmln-slider .tp-caption.caption-2 .c-btn span {
  font-family: "IBMPlexSans-Bold";
}
.cmln-slider .tp-caption.caption-2 .c-btn .fa-c {
  background-color: #FFF;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cmln-slider .tp-caption.caption-2 .c-btn:hover {
  background-color: #643BA3;
  color: #FFF;
}
.cmln-slider .tp-caption.caption-2 .c-btn:hover .fa-c {
  color: #643BA3;
}
.cmln-slider .tp-caption.caption-2 p {
  color: #FFF;
  font-family: "IBMPlexSans-BoldItalic";
  font-size: 1.8rem;
}
.cmln-slider .tp-caption.c-caption-img img {
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 30px !important;
}
.cmln-slider .tp-caption.caption-3 h2 {
  color: #004FEF;
  background-color: #FF495C;
  font-family: "OpenSans-Bold";
  display: inline-block;
  padding: 7px 20px !important;
  margin-top: -180px !important;
  display: flow;
  position: absolute;
  border-radius: 50px;
  margin-left: 40px;
  font-size: 1.7rem !important;
  color: #FFF;
}
.cmln-slider .tp-caption.caption-3 h2 span {
  font-family: "IBMPlexSans-MediumItalic";
}
.cmln-slider .tp-caption.caption-3 h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 48px;
  height: 100%;
  background-color: #FF495C;
  /* Puedes cambiar el color según tus necesidades */
  z-index: 1;
  /* Para colocar el pseudo-elemento detrás del texto */
  border-radius: 50%;
  /* Ajusta según sea necesario para bordes redondeados */
  font-size: 1.7rem !important;
}
.cmln-slider .tp-caption.caption-3 h3 {
  color: #FFF;
  font-family: "IBMPlexSans-SemiBold";
  font-size: 1.1rem;
  margin-top: -110px !important;
  display: flow;
}
.cmln-slider .tp-caption.caption-3 h3 span {
  font-family: "IBMPlexSans-SemiBoldItalic";
}
.cmln-slider .rev_slider_wrapper {
  /*Opacidad de slider capa oscura*/
}
.cmln-slider .rev_slider_wrapper .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
}

.c-slider-cta {
  position: absolute;
  color: #FFF;
  margin-top: -40px;
}

@keyframes c_keyframe_1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes c_keyframe_2 {
  0% {
    margin-left: 5px;
    margin-right: 15px;
  }
  50% {
    margin-left: 15px;
    margin-right: 5px;
  }
  100% {
    margin-left: 5px;
    margin-right: 15px;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .cmln-slider .tp-caption p {
    font-size: 1.3rem;
  }
  .cmln-slider .tp-caption.caption-1 h3 span {
    font-size: 1.5rem !important;
  }
  .cmln-slider .tp-caption.caption-1 h3 .bono {
    font-size: 2.1rem !important;
  }
  .cmln-slider .tp-caption.caption-1 h1 {
    font-size: 2.5rem !important;
  }
  .cmln-slider .tp-caption.caption-1 h1 span {
    font-size: 2rem;
    line-height: 40px;
  }
  .cmln-slider .tp-caption.caption-1 h1 span::before {
    margin-top: 19px;
    margin-left: -20px;
    filter: url(#round);
    transform: rotate(92deg);
  }
  .cmln-slider .tp-caption.caption-2 h2 {
    font-size: 1.5rem;
  }
  .cmln-slider .tp-caption.caption-2 h2 span {
    font-size: 1.5rem;
  }
  .cmln-slider .tp-caption.caption-2 h3.modalidad .txt {
    padding-top: 4px;
  }
  .cmln-slider .tp-caption.caption-2 h3.modalidad .txt subt {
    margin-bottom: -5px;
  }
  .cmln-slider .tp-caption.caption-3 img {
    width: 380px !important;
    height: auto !important;
  }
  .cmln-slider .legal {
    font-size: 0.8rem !important;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .cmln-slider .tp-caption.caption-2 h3.modalidad .txt subt {
    margin-bottom: 0px !important;
  }
  .cmln-slider .tp-caption.caption-1 h1 span {
    line-height: 40px;
  }
  .cmln-slider .tp-caption.caption-1 h1 span::before {
    margin-left: -19px;
    margin-top: 19px;
  }
  .cmln-slider .tp-caption.caption-2 h2,
  .cmln-slider .tp-caption.caption-2 h3 {
    font-size: 1.4rem;
  }
  .cmln-slider .tp-caption.caption-2 h2 span,
  .cmln-slider .tp-caption.caption-2 h3 span {
    font-size: 1.4rem;
  }
  .cmln-slider .tp-caption.caption-2 h3.modalidad {
    border-radius: 7px 0px 0px 7px;
  }
  .cmln-slider .tp-caption.caption-2 h3.modalidad.modalidad2 {
    border-radius: 0px 7px 7px 0px;
  }
  .cmln-slider .tp-caption.caption-3 h3 {
    font-size: 1.1rem;
  }
  .cmln-slider .tp-caption.caption-3 h3 span {
    font-size: 1.1rem;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .cmln-slider .tp-caption.caption-2 h3.modalidad .txt subt {
    margin-bottom: -15px !important;
  }
  .cmln-slider .tp-caption.caption-1 h1 span {
    line-height: 70px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .cmln-slider .tp-caption.caption-1 h1 {
    font-size: 2.9rem;
  }
  .cmln-slider .tp-caption.caption-1 h1 span::before {
    margin-left: -21px;
    margin-top: 39px;
    width: 50px;
    height: 40px;
    transform: rotate(94deg);
  }
  .cmln-slider .tp-caption.caption-2 h2 {
    font-size: 1.6rem;
  }
  .cmln-slider .tp-caption.caption-2 h2 span {
    font-size: 1.6rem;
  }
  .cmln-slider .tp-caption.caption-2 h3 {
    font-size: 1.9rem;
  }
  .cmln-slider .tp-caption.caption-2 h3 span {
    font-size: 1.9rem;
  }
  .cmln-slider .tp-caption.caption-3 h3 {
    font-size: 1.1rem;
  }
  .cmln-slider .tp-caption.caption-3 h3 span {
    font-size: 1.1rem;
  }
  .container-affter {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: -300px;
  }
  .container-affter .affter-slider {
    display: inline-block;
    width: 100%;
    color: #FFF;
    filter: url(#round);
  }
  .container-affter .affter-slider::before {
    position: absolute;
    content: "";
    display: block;
    width: 104%;
    height: 300px;
    margin-left: -2%;
    background: currentColor;
    -webkit-clip-path: polygon(83% 94%, 100% 0, 100% 100%, 0 100%, 0 49%);
    clip-path: polygon(83% 94%, 100% 0, 100% 100%, 0 100%, 0 49%);
  }
}
/* 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: 0.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: 0.8rem;
}
.modal.c-modal-wsp .modal-body .form-control, .modal.c-modal-wsp .modal-body .form-select {
  padding: 8px 7px;
  font-size: 0.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;
}

.redes {
  margin-top: 70px;
  text-align: center;
}
.redes ul {
  list-style: none;
  display: inline-flex;
  font-family: "IBMPlexSans-Regular";
  color: #004FEF;
}
.redes ul li {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.redes ul li a {
  margin-top: -5px;
  display: inline-block;
}
.redes ul li a .c-cmln {
  font-size: 2rem;
}

/* 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: #A9B2FD;
  background: linear-gradient(129deg, rgb(169, 178, 253) 0%, rgb(151, 176, 251) 55%, rgb(120, 190, 250) 100%);
 /*  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 .c-block {
  box-shadow: 3px 8px 17px 2px rgba(0, 40, 122, 0.33);
  -webkit-box-shadow: 3px 8px 17px 2px rgba(0, 40, 122, 0.33);
  -moz-box-shadow: 3px 8px 17px 2px rgba(0, 40, 122, 0.33);
}
.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: 0.7rem;
  opacity: 0.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 {
  text-align: center;
}
.formulario .c-hs-form .hs-submit .hs-button {
  text-decoration: none;
  background: #FF9A4C;
  background: linear-gradient(172deg, rgb(255, 154, 76) 0%, rgb(255, 73, 73) 100%);
  color: #FFF;
  font-family: "IBMPlexSans-Bold";
  text-transform: uppercase;
  font-size: 1rem;
  transition: 0.3s !important;
  padding: 13px 47px;
  -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: 50px;
  border: 0px;
}
.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 {
    padding-top: 0px;
  }
  .formulario .c-container {
    padding-top: 0px;
  }
  .formulario .hs-input {
    width: 100% !important;
  }
  .formulario .titulo-1 {
    margin-bottom: 40px;
  }
  .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;
  }
  .formulario h3 {
    font-size: 1.4rem;
  }
  .formulario h3.titulo-1 {
    font-size: 2rem;
  }
  .formulario h3.titulo-3 {
    margin-top: 40px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
.niveles {
  background-color: #E5F0F6;
  padding-top: 70px;
  padding-bottom: 0px;
}
.niveles .d-desc {
  font-size: 1.1rem;
}
.niveles .img {
  position: relative;
}
.niveles .img img {
  position: absolute;
  max-width: 350px;
  left: 0;
  bottom: 0;
  display: block;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
.niveles .txt {
  padding-bottom: 20px;
}
.niveles .txt .accordion-button:focus {
  box-shadow: none !important;
  /* quita el halo */
  border-color: transparent !important;
  /* por si te marca borde */
  outline: none !important;
  /* por si el navegador agrega outline */
}
.niveles .txt {
  /* Contenedor general */
}
.niveles .txt #accordionExample {
  --acc-orange: #f07a00;
  --acc-blue: #1f4fbf;
  --acc-bg: #ffffff;
  --acc-border: #e6eef7;
  --acc-radius: 12px;
}
.niveles .txt #accordionExample p {
  color: #00287A;
  margin-bottom: 0px;
}
.niveles .txt {
  /* Cada item como "tarjeta" */
}
.niveles .txt #accordionExample .accordion-item {
  background: transparent;
  border: 0;
  margin-bottom: 14px;
  /* separación entre items */
  border-radius: var(--acc-radius);
}
.niveles .txt {
  /* Botón (header) */
}
.niveles .txt #accordionExample .accordion-button {
  background: var(--acc-bg);
  border: 1px solid var(--acc-border);
  border-radius: var(--acc-radius) !important;
  color: var(--acc-orange);
  font-weight: 700;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 35px;
}
.niveles .txt #accordionExample .accordion-button span.icon {
  position: absolute;
  margin-left: -20px;
}
.niveles .txt #accordionExample .accordion-button span.icon img {
  max-width: 15px;
}
.niveles .txt {
  /* Quitar el focus ring celeste */
}
.niveles .txt #accordionExample .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: var(--acc-border) !important;
}
.niveles .txt {
  /* Cuando está abierto, mantener el estilo (sin fondo celeste) */
}
.niveles .txt #accordionExample .accordion-button:not(.collapsed) {
  background: var(--acc-bg);
  color: var(--acc-orange);
  box-shadow: none;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.niveles .txt {
  /* Flecha derecha (Bootstrap usa ::after) */
}
.niveles .txt #accordionExample .accordion-button::after {
  filter: none;
  background-size: 16px;
  width: 16px;
  height: 16px;
  opacity: 1;
}
.niveles .txt {
  /* Cambiar color de la flecha a azul usando filtro aproximado */
}
.niveles .txt #accordionExample .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3e%3cpath d='M2 5l6 6 6-6' stroke='%231f4fbf' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
.niveles .txt {
  /* Cuerpo (contenido) */
}
.niveles .txt #accordionExample .accordion-body {
  background: var(--acc-bg);
  border: 1px solid var(--acc-border);
  border-top: 0;
  padding: 16px 18px 18px;
  border-bottom-left-radius: var(--acc-radius);
  border-bottom-right-radius: var(--acc-radius);
}
.niveles .txt {
  /* Si quieres bullets como en la captura */
}
.niveles .txt #accordionExample .accordion-body ul {
  margin: 0;
  padding-left: 20px;
}
.niveles .txt #accordionExample .accordion-body li {
  margin: 6px 0;
}
.niveles .txt {
  /* Ícono naranja a la izquierda (FontAwesome dentro del button) */
}
.niveles .txt #accordionExample .accordion-button i,
.niveles .txt #accordionExample .accordion-button svg {
  color: var(--acc-orange);
  font-size: 16px;
}

/* 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) */
.acerca {
  background-color: #E5F0F6;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow-x: clip;
  /* o hidden si necesitas más compatibilidad */
}
.acerca::before {
  content: url("https://9068661.fs1.hubspotusercontent-na1.net/hubfs/9068661/assets/img/before.png");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* esto asegura que ocupa el ancho del contenedor */
  height: 7px;
  /* tu altura */
}
.acerca .items .item {
  padding: 20px;
}
.acerca .items .item .c-block {
  border: 2px solid #004FEF;
  border-radius: 15px;
  padding: 15px;
  padding-left: 25px;
  position: relative;
  min-height: 85px;
}
.acerca .items .item .c-block .icon {
  position: absolute;
  background: #FF9B4E;
  background: linear-gradient(129deg, rgb(255, 155, 78) 0%, rgb(255, 111, 0) 100%);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 9px solid #E5F0F6;
  margin-left: -60px;
  margin-top: -40px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acerca .items .item .c-block h3 {
  color: #00287A;
  font-family: "IBMPlexSans-BoldItalic";
  font-size: 1.1rem;
  position: relative;
  padding-left: 15px;
}
.acerca .items .item .c-block h3 span {
  display: block;
  font-family: "IBMPlexSans-Regular";
}

/* 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) */
.avanza {
  background-color: #00287A;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.avanza .c-cont {
  z-index: 1;
  position: relative;
}
.avanza::before {
  content: "";
  position: absolute;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0 */
  background-image: url(https://9068661.fs1.hubspotusercontent-na1.net/hubfs/9068661/assets/img/MAP_PERU.png);
  background-repeat: no-repeat;
  opacity: 0.2;
  background-position: left calc(50% + 50px);
  z-index: 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) */
.chatbot {
  background-color: #004FEF;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.chatbot::before {
  content: "";
  position: absolute;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0 */
  background-image: url(https://9068661.fs1.hubspotusercontent-na1.net/hubfs/9068661/assets/img/Rectangle%20937.png);
  opacity: 0.3;
  z-index: 0;
}
.chatbot h2,
.chatbot h3,
.chatbot p,
.chatbot ul,
.chatbot li {
  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) */
.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) */
.cta-1 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #E5F0F6;
}
.cta-1 h5 {
  color: #004FEF;
  font-family: "IBMPlexSans-BoldItalic";
}

.cta-2 {
  background-color: #00287A;
  padding-top: 50px;
}
.cta-2 .txt {
  padding-bottom: 50px;
}
.cta-2 .txt h2 {
  color: #FFF;
  font-size: 1.5rem;
}
.cta-2 .txt a img {
  max-height: 48px;
}
.cta-2 .txt .globo img {
  display: inline-block;
  /* para que el transform no afecte raro */
  animation: floatY 3s ease-in-out infinite;
  will-change: transform;
}

@keyframes floatY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  /* sube 20px (flota) */
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* el contenedor donde debe “anclarse” la imagen */
  .cta-1 {
    position: relative;
    overflow: hidden;
    /* opcional: oculta lo que se salga del bloque */
  }
  .cta-1 .titulo-3 span {
    font-size: 1rem;
  }
  .cta-1 h5 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  /* la columna de la imagen (solo en mobile según tu d-md-none) */
  .cta-1 .col-6.d-block.d-md-none {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    /* para que no fuerce 50% */
    padding: 0;
    /* opcional */
  }
  /* la imagen */
  .cta-1 .col-6.d-block.d-md-none img {
    display: block;
    max-width: 220px;
    /* ajusta tamaño */
    height: auto;
  }
}
/* 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) */
/* 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) */
.c-logos {
  background: rgb(0, 39, 147);
  background: linear-gradient(90deg, rgb(0, 39, 147) 0%, rgb(0, 39, 147) 66%, rgb(40, 143, 226) 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%);
  }
}
.temp-enis {
  background-color: red;
}

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