@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: #002691;
  font-size: 1.1rem;
  font-family: "IBMPlexSans-Regular";
}
p span {
  font-family: "IBMPlexSans-SemiBoldItalic";
}

/*SLICK*/
.slick-next:before,
.slick-prev:before {
  color: #004FEF !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;
}

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

/*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";
}

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

@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);
  }
  .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-SemiBold";
  color: #0C0C6C;
}
.titulo-1 span {
  font-family: "IBMPlexSans-SemiBoldItalic";
}

.titulo-2 {
  font-family: "TTFirsNeue-Regular";
  font-size: 2rem !important;
  margin-bottom: 20px;
  color: #fff;
}
.titulo-2 span {
  color: #004FEF;
}
.titulo-2 sup {
  font-size: 0.9rem;
}

.titulo-3 {
  font-family: "TTFirsNeue-Regular";
  font-size: 1.8rem !important;
  margin-bottom: 20px;
  color: #fff;
}
.titulo-3 span {
  color: #004FEF;
}
.titulo-3 sup {
  font-size: 0.9rem;
}

.titulo-4 {
  font-family: "IBMPlexSans-Regular";
  font-size: 2rem !important;
  margin-bottom: 20px;
  color: #fff;
}
.titulo-4 span {
  font-family: "IBMPlexSans-BoldItalic";
}
.titulo-4 span.font-1 {
  font-family: "IBMPlexSans-Light";
  font-size: 1.2rem !important;
}

.btn-1 {
  text-decoration: none;
  background-color: #ee6300;
  color: #FFF;
  font-family: "IBMPlexSans-Regular";
  font-family: "IBMPlexSans-Bold";
  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: 50px;
  background: #FF9A4C;
  background: linear-gradient(172deg, rgb(255, 154, 76) 0%, rgb(255, 73, 73) 100%);
}
.btn-1 span {
  font-family: "IBMPlexSans-Bold";
}
.btn-1 i {
  margin-left: 10px;
  font-size: 1.2rem;
}

.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;
  }
  .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 .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: 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: #fff;
  padding: 4px 15px !important;
  border-radius: 10px;
  color: #004FEF;
  font-family: "IBMPlexSans-BoldItalic";
}
.cmln-slider .tp-caption.caption-1 h1 span::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 30px;
  background-color: #fff;
  margin-left: -21px;
  clip-path: polygon(63% 0, 0% 100%, 100% 93%);
  margin-top: 38px;
  filter: url(#round);
  transform: rotate(92deg);
}
.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 7px 7px 7px;
}
.cmln-slider .tp-caption.caption-2 h3.modalidad.modalidad2 {
  border-radius: 0px 7px 7px 0px;
}
.cmln-slider .tp-caption.caption-2 h3.modalidad {
  border: 1.5px solid #00E790;
  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(100, 59, 163) 100%);
}
.cmln-slider .tp-caption.caption-2 .c-btn {
  background-color: #FF495C;
  color: #fff;
  font-family: "IBMPlexSans-Regular";
  text-transform: uppercase;
  font-size: 1rem;
  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 {
  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;
}
.cmln-slider .tp-caption.caption-2 .c-btn:hover {
  background-color: #00E790;
}
.cmln-slider .tp-caption.caption-2 p {
  color: #fff;
}
.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: #fff;
  background-color: #643BA3;
  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;
}
.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: #643BA3;
  /* 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: grid;
  position: absolute;
  padding-left: 40px;
}
.cmln-slider .tp-caption.caption-3 h3 span {
  font-family: "IBMPlexSans-SemiBoldItalic";
}
.cmln-slider .tp-caption.caption-3 h3 img {
  width: 30px !important;
  height: auto !important;
  position: absolute;
  margin-left: 40px;
}
.cmln-slider .tp-caption.caption-3 h3 .txt {
  margin-left: 40px !important;
}
.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);
}
.cmln-slider.cmln-slider-video {
  position: relative;
  height: 680px;
  overflow: hidden;
  background-size: cover;
}
.cmln-slider.cmln-slider-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  height: 120vh;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
  opacity: 0; /* Inicialmente oculto */
  transition: opacity 1s ease; /* Transición en fade */
}
.cmln-slider.cmln-slider-video .content-bg {
  position: absolute;
  z-index: 0;
  background-image: url(../img/slider/bg-otg-opacity.png);
  background-size: cover;
  height: 680px;
  width: 100%;
}
.cmln-slider.cmln-slider-video .content {
  position: relative;
  z-index: 1;
  color: white;
}
.cmln-slider.cmln-slider-video .content .head {
  margin-top: 30px;
}
.cmln-slider.cmln-slider-video .content .head .logo-1 img {
  max-height: 50px;
}
.cmln-slider.cmln-slider-video .content .head .logo-2 img {
  max-height: 150px;
}
.cmln-slider.cmln-slider-video .content .body .c-caption-1 {
  margin-top: 180px;
}
.cmln-slider.cmln-slider-video .content .body .c-caption-1 h1 {
  font-family: "IBMPlexSans-Regular";
  font-size: 2rem;
  margin-bottom: -5px;
}
.cmln-slider.cmln-slider-video .content .body .c-caption-1 h1 span {
  display: inline-block;
  font-family: "IBMPlexSans-Bold";
  background-color: #002691;
  font-size: 2.4rem;
  padding: 5px 20px;
  border-radius: 13px;
}
.cmln-slider.cmln-slider-video .content .body .c-caption-1 h1 span font {
  font-family: "IBMPlexSans-BoldItalic";
}
.cmln-slider.cmln-slider-video .content .body .c-caption-1 p {
  color: #fff;
  font-family: "IBMPlexSans-Bold";
  font-size: 2.4rem;
}
.cmln-slider.cmln-slider-video .content .body .c-caption-1 p font {
  font-family: "IBMPlexSans-BoldItalic";
}
.cmln-slider.cmln-slider-video .content .body .c-caption-2 {
  margin-top: 40px;
}
.cmln-slider.cmln-slider-video .content .body .c-caption-2 .c-cta {
  display: inline-table;
}
.cmln-slider.cmln-slider-video .content .body .c-caption-2 .c-cta .cta-1,
.cmln-slider.cmln-slider-video .content .body .c-caption-2 .c-cta .cta-2 {
  text-decoration: none;
  color: #fff;
  font-family: "IBMPlexSans-Bold";
  border: 2px solid #ee6300;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 17px;
}
.cmln-slider.cmln-slider-video .content .body .c-caption-2 .c-cta .cta-1 {
  background-color: #ee6300;
}
.cmln-slider.cmln-slider-video .content .body .cards {
  position: relative;
}
.cmln-slider.cmln-slider-video .content .body .cards .c-card {
  position: absolute;
  background-color: cornflowerblue;
  background-size: cover;
  border-radius: 20px;
  width: 150px;
  height: 180px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.42);
}
.cmln-slider.cmln-slider-video .content .body .cards .c-card p {
  margin: 0;
  text-align: center; /* Asegura que el texto esté centrado */
  font-family: "IBMPlexSans-Regular";
  color: #fff;
  font-family: "IBMPlexSans-Bold";
  line-height: 20px;
}
.cmln-slider.cmln-slider-video .content .body .cards .c-card .c-content {
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 180px;
}
.cmln-slider.cmln-slider-video .content .body .cards .c-card .c-content iframe {
  opacity: 0.99;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 120vh;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
.cmln-slider.cmln-slider-video .content .body .cards .c-card.c-card-1 {
  animation: c_bg_vid_card_1 20s;
  -webkit-animation: c_bg_vid_card_1 20s;
  -moz-animation: c_bg_vid_card_1 20s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  transition: 0.3s;
}
.cmln-slider.cmln-slider-video .content .body .cards .c-card.c-card-2 {
  background-image: url(../img/bg-card-2.png);
  animation: c_bg_vid_card_2 20s;
  -webkit-animation: c_bg_vid_card_2 20s;
  -moz-animation: c_bg_vid_card_2 20s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  transition: 0.3s;
}
.cmln-slider.cmln-slider-video .content .body .cards .c-card.c-card-3 {
  background-image: url(../img/bg-card-3.png);
  animation: c_bg_vid_card_3 20s;
  -webkit-animation: c_bg_vid_card_3 20s;
  -moz-animation: c_bg_vid_card_3 20s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  transition: 0.3s;
}
.cmln-slider.cmln-slider-video .content .body .cards-xs {
  margin-top: 20px;
}
.cmln-slider.cmln-slider-video .content .body .cards-xs .c-card {
  background-color: #004FEF;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Alinea el contenido al final del contenedor */
  align-items: center; /* Centra el contenido horizontalmente */
  padding: 15px;
  border-radius: 20px;
  width: 90% !important;
  height: 190px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.42);
}
.cmln-slider.cmln-slider-video .content .body .cards-xs .c-card.c-card-1 {
  background-image: url(../img/bg-card-1.png);
}
.cmln-slider.cmln-slider-video .content .body .cards-xs .c-card.c-card-2 {
  background-image: url(../img/bg-card-2.png);
}
.cmln-slider.cmln-slider-video .content .body .cards-xs .c-card.c-card-3 {
  background-image: url(../img/bg-card-3.png);
}
.cmln-slider.cmln-slider-video .content .body .cards-xs .c-card .c-content {
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 190px;
}
.cmln-slider.cmln-slider-video .content .body .cards-xs .c-card .c-content iframe {
  opacity: 0.99;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 120vh;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  display: block;
}
.cmln-slider.cmln-slider-video .content .body .cards-xs .c-card p {
  margin: 0;
  text-align: center; /* Asegura que el texto esté centrado */
  font-family: "IBMPlexSans-Regular";
  color: #fff;
  font-family: "IBMPlexSans-Bold";
  line-height: 20px;
  margin-top: 100px;
}

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

.logo-subsidio-xs {
  margin-top: 70px;
}

@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 .content-bg {
    display: none;
  }
  .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;
  }
  .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;
  }
  .cmln-slider.cmln-slider-video iframe {
    display: none;
  }
  .cmln-slider.cmln-slider-video-xs {
    background: url("../img/slider/bg-otg-xs.png") no-repeat center center !important;
  }
  .cmln-slider.cmln-slider-video-xs .content .head {
    display: none;
  }
  .cmln-slider.cmln-slider-video-xs .content .body .c-caption-1 {
    margin-top: 340px;
  }
  .cmln-slider.cmln-slider-video-xs .content .body .c-caption-1 .logo {
    max-width: 130px;
    margin-bottom: 10px;
  }
  .cmln-slider.cmln-slider-video-xs .content .body .c-caption-1 h1 {
    font-size: 1.3rem;
  }
  .cmln-slider.cmln-slider-video-xs .content .body .c-caption-1 h1 span {
    font-size: 1.3rem;
  }
  .cmln-slider.cmln-slider-video-xs .content .body .c-caption-1 p {
    font-size: 1.3rem;
  }
  .cmln-slider.cmln-slider-video-xs .content .body .cards {
    display: none;
  }
  .cmln-slider.cmln-slider-video-xs .content .body .c-cta {
    margin-bottom: 30px;
  }
  .banner_principal_temp {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .cmln-slider .content-bg {
    display: none;
  }
  .cmln-slider.cmln-slider-video iframe {
    display: none;
  }
  .cmln-slider.cmln-slider-video-xs {
    background: url("../img/slider/bg-otg-xs.png") no-repeat center center !important;
    background-size: cover !important;
    background-position: center -450px !important;
  }
  .cmln-slider.cmln-slider-video {
    height: 400px;
  }
  .cmln-slider.cmln-slider-video .head {
    margin-top: 15px !important;
  }
  .cmln-slider.cmln-slider-video .head .logo-1 img,
  .cmln-slider.cmln-slider-video .head .logo-2 img {
    height: 45px;
  }
  .cmln-slider.cmln-slider-video .head .logo-2 {
    text-align: right;
  }
  .cmln-slider.cmln-slider-video .body {
    padding-top: 70px;
  }
  .cmln-slider.cmln-slider-video .body .c-caption-1 {
    margin-top: 10px !important;
  }
  .cmln-slider.cmln-slider-video .body .c-caption-1 h1 {
    font-size: 1.2rem !important;
  }
  .cmln-slider.cmln-slider-video .body .c-caption-1 h1 span {
    font-size: 1.2rem !important;
    margin-bottom: 10px;
    margin-top: 6px;
  }
  .cmln-slider.cmln-slider-video .body .c-caption-1 p {
    margin-top: -10px;
    font-size: 1.2rem !important;
  }
  .cmln-slider.cmln-slider-video .body .c-caption-2 {
    margin-top: 20px !important;
  }
  .cmln-slider.cmln-slider-video .body .cards {
    display: none;
  }
  .cmln-slider.cmln-slider-video .body .cards-xs .c-card {
    height: 128px !important;
  }
  .cmln-slider.cmln-slider-video .body .cards-xs .c-card p {
    margin-top: 70px !important;
    font-size: 0.8rem;
  }
  .cmln-slider.cmln-slider-video .body .cards-xs .c-card .c-content {
    height: 125px !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::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 7px 7px 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;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .cmln-slider .tp-caption.caption-1 h1 {
    font-size: 4.2rem;
  }
  .cmln-slider .tp-caption.caption-1 h1 span::before {
    margin-left: -22px;
    margin-top: 52px;
    width: 60px;
    height: 50px;
    transform: rotate(93deg);
  }
  .cmln-slider .tp-caption.caption-2 h2,
  .cmln-slider .tp-caption.caption-2 h3 {
    font-size: 1.9rem;
  }
  .cmln-slider .tp-caption.caption-2 h2 span,
  .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;
  }
  .cmln-slider.cmln-slider-video .content .head .logo-2 {
    text-align: right;
  }
  .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 {
  min-height: 100vh;
  /* alto mínimo = alto de la pantalla */
  background-color: #004FEF;
  background-image: url("https://9068661.fs1.hubspotusercontent-na1.net/hubfs/9068661/assets/img/HEAD-TY.png");
  background-size: cover;
  /* llena el área */
  background-position: center;
  /* centra la imagen */
  background-repeat: no-repeat;
  /* no tile */
}
.typ .txt {
  padding-top: 150px;
}
.typ {
  /* Que el bloque ocupe el alto de la pantalla */
}
.typ .c-cont {
  min-height: 100vh;
}
.typ {
  /* Asegura que la row estire a la altura del contenedor */
}
.typ .c-cont .row {
  min-height: 100vh;
}
.typ {
  /* Columna derecha: mandar el contenido al fondo */
}
.typ .col-md-7.img {
  display: flex;
  align-items: flex-end;
  /* abajo */
  justify-content: flex-end;
  /* opcional: derecha */
}
.typ {
  /* Para que la imagen no se “pase” y mantenga responsivo */
}
.typ .col-md-7.img img {
  max-height: 100vh;
  /* opcional, por si es muy alta */
  width: auto;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .typ {
    background-image: url(https://9068661.fs1.hubspotusercontent-na1.net/hubfs/9068661/assets/img/HEAD-TY-1.png);
    min-height: 80vh;
  }
}
/* 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;
}

/* 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: #FFF;
  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: #004FEF;
  text-transform: uppercase;
  font-family: "IBMPlexSans-Bold";
  font-size: 0.85rem;
  transition: 0.3s !important;
  border-radius: 10px;
  border: 1px solid #FFF;
  padding: 8px 5px;
}
.c-menu ul li a:hover, .c-menu ul li a.active {
  border-radius: 10px;
  border: 1px solid #00E790;
  background-color: #00E790;
}
.c-menu ul li a.azul {
  background-color: #004FEF;
  color: #FFF;
}
.c-menu ul li a.azul:hover, .c-menu ul li a.azul.active {
  border-radius: 10px;
  border: 1px solid #004FEF;
  background-color: #004FEF;
}
.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) */
.curso {
  background-color: #7618BE;
  padding-top: 70px;
  padding-bottom: 70px;
}
.curso .txt h5 {
  color: #FFF;
}
.curso .block .c-block {
  background-color: #FFF;
  padding: 20px;
  border-radius: 15px;
}
.curso .block .c-block .i-block .y-block {
  padding-top: 20px;
  padding-bottom: 20px;
}
.curso .block .c-block .i-block .y-block p {
  margin-bottom: 0px;
}
.curso .block .c-block .i-block .y-block p.title {
  font-family: "IBMPlexSans-Bold";
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .curso {
    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) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.contador {
  background: rgb(255, 73, 92);
  background: linear-gradient(53deg, rgb(255, 73, 92) 0%, rgb(255, 138, 0) 100%);
  padding: 15px 0px 10px 0px;
}
.contador p {
  margin: 0px;
  padding: 0px;
}
.contador h2 {
  color: #FFF;
  font-family: "OpenSans-Semibold";
  font-size: 1rem;
  margin-top: 15px;
}
.contador .cta {
  text-align: center;
  padding-top: 15px;
}
.contador .cta a {
  text-decoration: none;
  color: #FFF;
  font-family: "OpenSans-Semibold";
  padding: 7px 30px;
  border-radius: 35px;
  margin-left: auto;
  margin-right: auto;
}
.contador .cta a img {
  max-height: 45px;
}
.contador .cronometro .nros .nro .c-block {
  text-align: center;
  font-family: "OpenSans-Semibold";
  font-size: 2rem;
  border-radius: 12px;
  color: #fff;
}
.contador .cronometro .det p {
  color: #FFF;
  text-align: center;
  font-family: "OpenSans-Semibold";
  font-size: 0.9rem;
  margin-top: 1px;
  text-transform: uppercase;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .contador {
    padding-bottom: 20px;
  }
  .contador .img-48 {
    max-height: 50px;
    margin-bottom: 7px;
  }
  .contador .cronometro .det p {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .contador h2 {
    font-size: 0.75rem;
    margin-top: 10px;
  }
  .contador .img-48 {
    max-height: 55px;
    margin-top: 13px;
  }
  .contador .cronometro .det p {
    font-size: 0.7rem;
  }
  .contador .cta a {
    font-size: 0.7rem;
    padding: 7px 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) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.formulario {
  background-color: #004FEF;
}
.formulario .c-hs-form {
  z-index: 1;
}
.formulario .txt::before {
  position: absolute;
  height: 50px;
  width: 50px;
  transform: scale(0.7);
  margin-top: -40px;
}
.formulario .txt .img-cta {
  max-height: 200px;
}
.formulario .txt h3 {
  font-family: "OpenSans-Regular";
  color: #FFF;
}
.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 {
  font-family: "IBMPlexSans-Bold";
  color: #FFF;
  font-size: 5.9rem;
  display: inline-flex;
  background-color: #643BA3;
  padding: 7px 15px;
  border-radius: 15px;
  margin-top: 10px;
  animation: c_frm_keyframe_2 2s;
  -webkit-animation: c_frm_keyframe_2 2s;
  -moz-animation: c_frm_keyframe_2 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
}
.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: #fff;
}
.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";
  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 a {
  color: #FFF;
}
.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: #ee6300;
  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: #FF495C;
}
.formulario .c-hs-form .form-columns-2,
.formulario .c-hs-form .form-columns-1 {
  max-width: 100%;
}
.formulario .hs-error-msgs {
  list-style: none;
  padding-left: 0px;
}
.formulario .hs-error-msgs li label {
  font-family: "IBMPlexSans-Regular";
  font-size: 0.7rem;
  opacity: 0.8;
  font-family: "IBMPlexSans-Regular";
  color: #fff !important;
  font-size: 0.7rem;
  opacity: 0.8;
  background-color: red;
  padding: 2px 5px;
  border-radius: 5px;
}

@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: #643BA3;
    -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: #643BA3;
    -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: #643BA3;
    -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: 105px;
    margin-top: -10px;
    transform: scale(0.4);
  }
  .formulario .txt p.completa {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .formulario .txt {
    padding-top: 50px;
  }
}
/* 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) */
@media only screen and (min-width: 768px) {
  .formulario .txt {
    padding-top: 40px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .formulario .txt h2 span::before {
    margin-left: 140px;
    margin-top: 0px;
    transform: scale(0.6);
  }
}
/* 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: #778299;
  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:hover .icon .c-block {
  background-color: #643BA3;
}
.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 .btn-1 {
  padding-left: 25px;
}
.acerca .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;
}
.acerca .txt h3,
.acerca .txt h2 {
  color: #004FEF;
  font-family: "IBMPlexSans-Medium";
  font-size: 1.4rem;
}
.acerca .txt h3 span,
.acerca .txt h2 span {
  font-family: "IBMPlexSans-SemiBoldItalic";
}
.acerca .txt h3 {
  font-family: "IBMPlexSans-Light";
}
.acerca .txt h2 {
  margin-top: 30px;
  font-size: 1.9rem;
}
.acerca .txt h2 span {
  background-color: #004FEF;
  color: #FFF;
  padding: 5px;
  display: table;
}
.acerca .txt h2 font {
  border: 1px solid #00E790;
  margin-top: 5px;
  display: inline-block;
  padding: 1px 7px;
  border-radius: 7px;
}
.acerca .txt h4 {
  color: #000;
  font-family: "IBMPlexSans-Regular";
  font-size: 1.1rem;
}
.acerca .txt h4.txt-beneficios {
  font-size: 1.4rem;
  font-family: "IBMPlexSans-SemiBoldItalic";
}
.acerca .txt h4.txt-beneficios font {
  color: #004FEF;
}
.acerca .txt h4 font {
  font-family: "IBMPlexSans-SemiBoldItalic";
  color: #004FEF;
}
.acerca .txt h4 font.negro {
  color: #000;
  font-family: "OpenSans-Semibold";
}
.acerca .txt .i-beneficios {
  list-style: none;
}
.acerca .txt .i-beneficios h5 {
  color: #778299;
  font-family: "IBMPlexSans-Regular";
  font-size: 1rem;
  display: flex;
  margin-bottom: 7px;
  margin-top: 7px;
  padding: 7px;
  border-radius: 7px;
  transition: 0.5s;
  min-height: 44px;
  padding-right: 20px;
}
.acerca .txt .i-beneficios h5 .boulet {
  position: absolute;
  border: 1px solid #ADB4C2;
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 5px;
}
.acerca .txt .i-beneficios h5 .boulet .c-fa {
  color: #3CDF86;
}
.acerca .txt .i-beneficios h5 .i-txt {
  padding-top: 5px;
  padding-left: 40px;
}
.acerca .txt .i-beneficios h5 .i-txt span {
  color: #004FEF;
  font-family: "IBMPlexSans-SemiBoldItalic";
}
.acerca .txt .i-beneficios h5:hover {
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.23);
  padding-left: 20px;
  padding-right: 7px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .acerca .txt .i-beneficios h5 .boulet {
    position: absolute;
  }
  .acerca .txt .i-beneficios h5 .i-txt {
    padding-left: 40px;
  }
  .acerca .txt h2 {
    font-size: 1.5rem;
  }
}
/* 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) */
.niveles {
  background-color: #F1F6FF;
}
.niveles h2 {
  color: #002691;
}
.niveles::after {
  content: url("../img/after-2.png");
  position: absolute;
  width: 50px;
  height: 50px;
  margin-top: -280px;
  left: -10px;
  transform: scale(0.7);
}
.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;
}
.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 {
  text-align: left;
}
.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: 0.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-Bold";
}
.metodo p.sup font.azul {
  color: #004FEF;
}
.metodo p.mt-4 {
  font-size: 0.95rem;
}

/* 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: #F1F6FF;
}
.testimonio p {
  font-size: 0.95rem;
}
.testimonio p.sup {
  color: #000;
  font-size: 1.2rem;
  margin-top: 20px;
}
.testimonio p.sup span {
  color: #004FEF;
}
.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 .bg-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  background-image: url("../img/bg-video.png");
  background-position: center;
  background-size: auto 100%;
}
.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;
}

.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 iframe,
  .testimonio .laptop-cont .youtube-prev iframe {
    margin-top: 5px !important;
    width: 100%;
  }
  .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;
  }
}
/* 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 iframe,
  .testimonio .laptop-cont .youtube-prev iframe {
    width: 100%;
    height: 285px;
  }
  .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;
  }
}
/* 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 iframe,
  .testimonio .laptop-cont .youtube-prev iframe {
    width: 100%;
    height: 200px;
  }
  .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 iframe,
  .testimonio .laptop-cont .youtube-prev iframe {
    width: 100%;
    height: 355px;
  }
  .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-image: url("../img/bg-video.png");
    background-size: auto 100%;
  }
}
.porque .titulo-1 {
  text-align: left;
}
.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;
}
.porque .accordion .accordion-item .accordion-body p span.black {
  color: #000;
  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) */
.banner-cta-1 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #00287A;
  background-image: url(https://9068661.fs1.hubspotusercontent-na1.net/hubfs/9068661/assets/img/CINTILLO-1.png);
  background-size: 100%;
}

/* 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) */
.ventajas {
  background-color: #f1f6ff;
}
.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;
  box-shadow: 1px -1px 11px 1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 1px -1px 11px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 1px -1px 11px 1px rgba(0, 0, 0, 0.09);
}
.ventajas .slider .item .c-block:hover {
  background-color: #fff;
}
.ventajas .slider .item .c-block img {
  max-height: 120px;
  margin-bottom: 15px;
}
.ventajas .slider .item .c-block h3 {
  color: #778299;
  font-family: "IBMPlexSans-SemiBold";
  font-size: 1rem;
  display: inline;
  color: #002691;
}
.ventajas .slider .item .c-block h3 span {
  color: #004FEF;
  font-family: "IBMPlexSans-SemiBoldItalic";
  color: #002691;
}
.ventajas .slider .item .c-block p {
  display: inline;
  font-size: 0.9rem;
  color: #002691;
}
.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) */
/* 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 {
    padding-top: 70px;
  }
  .ventajas .slider .item .c-block {
    min-height: 250px;
  }
  .ventajas .slider .item .c-block img {
    margin-top: -60px;
  }
}
/* 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) */
.textimonio2 {
  background-color: #F6F9FF;
  background-size: cover;
  background-position: center;
}
.textimonio2 .c-col {
  padding: 0px;
}
.textimonio2 h2 {
  color: #002691;
  font-family: "IBMPlexSans-Bold";
}
.textimonio2 h4 {
  color: #002691;
  font-family: "IBMPlexSans-Regular";
  font-size: 1.1rem;
}
.textimonio2 h5 {
  color: #004FEF;
  font-family: "IBMPlexSans-BoldItalic";
  font-size: 1.2rem;
}
.textimonio2 .btn-1 i {
  margin-left: 10px;
  font-size: 1.2rem;
}
.textimonio2 .slick-slider {
  margin-bottom: 0px !important;
}
.textimonio2 .slick-slider .slick-dots {
  bottom: 15px;
}
.textimonio2 .slick-slider .slick-next {
  right: 40px;
}
.textimonio2 .slick-slider .slick-next::before {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 3rem;
  opacity: 1;
  color: #FFF !important;
}
.textimonio2 .slick-slider .slick-prev {
  left: 25px;
  z-index: 1;
}
.textimonio2 .slick-slider .slick-prev::before {
  font-family: "FontAwesome";
  content: "\f104";
  font-size: 3rem;
  opacity: 1;
  color: #FFF !important;
}
.textimonio2 .slick-dots li button:before {
  font-size: 15px;
  color: #FFF;
}
.textimonio2 .slick-dots li.slick-active button:before {
  color: #FFF;
}
.textimonio2 .item {
  height: 450px;
  background-color: #000;
}
.textimonio2 .item.item-1 {
  background-image: url(https://9068661.fs1.hubspotusercontent-na1.net/hubfs/9068661/assets/img/THUMBS%20VIDEO_01.png);
  background-size: cover;
}
.textimonio2 .item.item-2 {
  background-image: url(https://9068661.fs1.hubspotusercontent-na1.net/hubfs/9068661/assets/img/Mask%20group-1.png);
  background-size: cover;
}
.textimonio2 .item.item-3 {
  background-image: url(https://9068661.fs1.hubspotusercontent-na1.net/hubfs/9068661/assets/img/THUMBS%20VIDEO_01-1.png);
  background-size: cover;
}
.textimonio2 .c-play {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.textimonio2 .c-pulse-1,
.textimonio2 .c-pulse-2,
.textimonio2 .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;
}
.textimonio2 .c-pulse-1 .c-fa,
.textimonio2 .c-pulse-2 .c-fa,
.textimonio2 .c-pulse-3 .c-fa {
  font-size: 1.3rem;
  color: #fff;
}
.textimonio2 .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;
}
.textimonio2 .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) */
@media only screen and (max-width: 600px) {
  .textimonio2 .c-play {
    height: 200px;
    background-size: cover;
  }
  .textimonio2 .txt {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  /* Estilos específicos para celulares en horizontal */
  .textimonio2 .c-play {
    height: 250px;
    background-size: cover;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .textimonio2 {
    position: relative;
  }
  .textimonio2 .txt {
    padding-left: 70px;
    padding-top: 90px;
    padding-right: 50px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
.premio {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}
.premio .c-block-bg {
  padding: 25px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 8px 8px 25px -9px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 8px 8px 25px -9px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 8px 8px 25px -9px rgba(0, 0, 0, 0.28);
  padding: 40px 30px;
}
.premio .c-block-bg .txt h3 {
  color: #002691;
  font-family: "IBMPlexSans-Bold";
}
.premio .c-block-bg .txt h3 span {
  color: #004fef;
}
.premio .c-block-bg .txt p {
  color: #002691;
  font-size: 1.2rem;
}
.premio .c-block-bg .img .c-block-sup {
  position: relative;
}
.premio .c-block-bg .img .c-block-sup .c-block {
  position: absolute;
  width: 100%;
}
.premio .c-block-bg .img .c-block-sup .c-block img {
  margin-top: -125px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .premio .c-block-bg .img .c-block-sup .c-block {
    position: relative;
  }
  .premio .c-block-bg .img .c-block-sup .c-block img {
    margin-top: -30px;
    margin-bottom: 40px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (max-width: 768px) and (orientation: landscape) {
  .premio .c-block-bg .img .c-block-sup .c-block img {
    margin-top: -25px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .premio {
    position: relative;
  }
  .premio::after {
    content: url("../img/after-premio-1.png");
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .premio .c-block-bg {
    z-index: 1;
    position: relative;
  }
  .premio .c-block-bg-after::before {
    content: url("../img/after-premio-2.png");
    position: absolute;
    margin-top: -130px;
    margin-left: -40px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */

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