@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*/
/* line 9, ../sass/_main.scss */
.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;
}
/* line 23, ../sass/_main.scss */
.jm-loadingpage table {
  text-align: center;
}

/* line 28, ../sass/_main.scss */
.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*/
/* line 60, ../sass/_main.scss */
p {
  color: #778299;
  font-size: .95rem;
}
/* line 64, ../sass/_main.scss */
p span {
  font-family: 'IBMPlexSans-SemiBoldItalic';
}

/*SLICK*/
/* line 72, ../sass/_main.scss */
.slick-next:before,
.slick-prev:before {
  color: #004FEF !important;
}

/*REGRESAR ARRIBA*/
/* line 79, ../sass/_main.scss */
.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);
}
/* line 99, ../sass/_main.scss */
.back-top.back-top-visible {
  scale: 1;
}
/* line 103, ../sass/_main.scss */
.back-top:hover {
  color: #FFF;
}
/* line 107, ../sass/_main.scss */
.back-top.force-active-off {
  scale: 0 !important;
}

/*BLOCK SOCIAL*/
/* line 114, ../sass/_main.scss */
.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;
}
/* line 124, ../sass/_main.scss */
.block-social ul {
  display: inline-flex;
  list-style: none;
  padding-left: 10px;
  margin-bottom: 0;
}
/* line 131, ../sass/_main.scss */
.block-social ul li {
  margin-right: 10px;
}
/* line 136, ../sass/_main.scss */
.block-social p {
  margin-bottom: 5px;
  font-size: .9rem;
}
/* line 141, ../sass/_main.scss */
.block-social.c-visible {
  right: 0px;
}
/* line 145, ../sass/_main.scss */
.block-social.force-active-off {
  right: -200px !important;
}

/*WSP*/
/* line 153, ../sass/_main.scss */
.c-wsp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #00D900;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  color: #000;
  transition: 0.3s;
  font-size: 1.5rem;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.32);
  scale: 0;
  scale: 0 !important;
}
/* line 175, ../sass/_main.scss */
.c-wsp.c-visible {
  scale: 1;
}
/* line 179, ../sass/_main.scss */
.c-wsp:hover {
  cursor: pointer;
}
/* line 183, ../sass/_main.scss */
.c-wsp.force-active-off {
  scale: 0 !important;
}

/* line 190, ../sass/_main.scss */
.c-wsp2 {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #004FEF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
  font-size: 1.5rem;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.32);
  scale: 1;
  width: 55px;
  height: 55px;
  scale: 0 !important;
}
/* line 214, ../sass/_main.scss */
.c-wsp2.c-visible {
  scale: 1;
}
/* line 218, ../sass/_main.scss */
.c-wsp2:hover {
  cursor: pointer;
}
/* line 222, ../sass/_main.scss */
.c-wsp2.force-active-off {
  scale: 0 !important;
}

/* line 229, ../sass/_main.scss */
.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;
}
/* line 240, ../sass/_main.scss */
.c-wsp-container.active {
  bottom: 0px;
}
/* line 244, ../sass/_main.scss */
.c-wsp-container .c-head {
  background-color: #075E54;
  padding: 10px 25px;
  border-radius: 5px 5px 0px 0px;
}
/* line 249, ../sass/_main.scss */
.c-wsp-container .c-head .close {
  position: absolute;
  right: 8px;
  width: 25px;
  height: 25;
  color: #FFF;
  cursor: pointer;
  margin-top: -25px;
}
/* line 261, ../sass/_main.scss */
.c-wsp-container .c-body {
  background-color: #FFF;
  padding: 25px 25px 5px 25px;
}
/* line 265, ../sass/_main.scss */
.c-wsp-container .c-body h3 {
  color: #515151;
  font-size: 1.1rem;
  font-family: 'Poppins-Medium';
}
/* line 271, ../sass/_main.scss */
.c-wsp-container .c-body p {
  color: #515151;
  font-size: .8rem;
}
/* line 276, ../sass/_main.scss */
.c-wsp-container .c-body label {
  font-family: 'Poppins-Medium';
  color: #515151;
  font-size: .8rem;
  margin-bottom: 0;
}
/* line 283, ../sass/_main.scss */
.c-wsp-container .c-body .form-control,
.c-wsp-container .c-body .form-select {
  padding-left: 0px;
  font-size: .8rem;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #DFDFDF;
  transition: 0.3s;
}
/* line 292, ../sass/_main.scss */
.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;
}
/* line 303, ../sass/_main.scss */
.c-wsp-container .c-body .btn.submit {
  display: block;
  width: 100%;
  background-color: #4CCA5A;
  border: 0px;
  font-family: 'Poppins-Medium';
}

/* line 341, ../sass/_main.scss */
.back-top {
  display: none;
}

/*END WSP*/
/*LOADING*/
/* line 349, ../sass/_main.scss */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
}

/* line 356, ../sass/_main.scss */
.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;
}

/* line 369, ../sass/_main.scss */
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

/* line 373, ../sass/_main.scss */
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

/* line 377, ../sass/_main.scss */
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* BTN FIXED*/
/* line 393, ../sass/_main.scss */
.btn-fixed-call {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 999;
}
/* line 399, ../sass/_main.scss */
.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;
}
/* line 411, ../sass/_main.scss */
.btn-fixed-call a .img {
  float: left;
  position: relative;
  width: 50px;
  height: 48px;
}
/* line 418, ../sass/_main.scss */
.btn-fixed-call a .img img {
  max-width: 25px;
}
/* line 422, ../sass/_main.scss */
.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;
}
/* line 436, ../sass/_main.scss */
.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;
}
/* line 447, ../sass/_main.scss */
.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;
}
/* line 462, ../sass/_main.scss */
.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;
}
/* line 476, ../sass/_main.scss */
.btn-fixed-call a .txt {
  float: left;
  padding: 4px 7px;
  line-height: 20px;
  color: #004FEF;
  font-family: 'IBMPlexSans-SemiBold';
  font-size: .9rem;
}
/* line 485, ../sass/_main.scss */
.btn-fixed-call a .txt span {
  font-family: 'IBMPlexSans-BoldItalic';
  display: block;
  font-size: 1.2rem;
  margin-top: -2px;
}
/* line 503, ../sass/_main.scss */
.btn-fixed-call:hover a, .btn-fixed-call.active a {
  background-color: #FF495C;
}
/* line 506, ../sass/_main.scss */
.btn-fixed-call:hover a .txt, .btn-fixed-call.active a .txt {
  color: #FFF;
}
/* line 511, ../sass/_main.scss */
.btn-fixed-call:hover a .img .off, .btn-fixed-call.active a .img .off {
  opacity: 0;
}
/* line 515, ../sass/_main.scss */
.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;
  }
}
/* line 609, ../sass/_main.scss */
.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;
}
/* line 629, ../sass/_main.scss */
.c-subir.active {
  scale: 1;
}

/* line 635, ../sass/_main.scss */
.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;
}
/* line 658, ../sass/_main.scss */
.c-msj.active {
  scale: 1;
}
/* line 661, ../sass/_main.scss */
.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) {
  /* line 670, ../sass/_main.scss */
  .c-subir {
    bottom: 70px;
    right: 10px;
  }

  /* line 674, ../sass/_main.scss */
  .c-wsp {
    width: 55px;
    height: 55px;
  }

  /* line 680, ../sass/_main.scss */
  .c-wsp2,
  .c-wsp {
    scale: 1 !important;
  }

  /* line 685, ../sass/_main.scss */
  body {
    margin-bottom: 40px;
  }

  /* line 689, ../sass/_main.scss */
  .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);
  }
  /* line 699, ../sass/_main.scss */
  .btn-fixed-call .img {
    display: none;
  }
  /* line 703, ../sass/_main.scss */
  .btn-fixed-call .txt {
    width: 100%;
    font-size: .9rem !important;
    padding-left: 0px !important;
    padding-right: 3px !important;
    text-align: center;
  }
  /* line 710, ../sass/_main.scss */
  .btn-fixed-call .txt span {
    font-size: .9rem !important;
    display: contents !important;
    font-family: 'IBMPlexSans-SemiBold' !important;
  }
  /* line 718, ../sass/_main.scss */
  .btn-fixed-call a {
    padding: 10px 10px 15px 10px;
    border-radius: 0px;
  }
  /* line 729, ../sass/_main.scss */
  .btn-fixed-call a {
    background-color: #FFF !important;
  }
  /* line 731, ../sass/_main.scss */
  .btn-fixed-call a .txt {
    background-color: #FF495C !important;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 736, ../sass/_main.scss */
  .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;
  }
  /* line 746, ../sass/_main.scss */
  .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) */
/* line 1, ../sass/_complementos.scss */
.titulo-1 {
  font-family: 'IBMPlexSans-SemiBold';
  color: #004FEF;
}
/* line 4, ../sass/_complementos.scss */
.titulo-1 span {
  font-family: 'IBMPlexSans-SemiBoldItalic';
}

/* line 9, ../sass/_complementos.scss */
.titulo-2 {
  font-family: 'TTFirsNeue-Regular';
  font-size: 2rem !important;
  margin-bottom: 20px;
  color: #fff;
}
/* line 16, ../sass/_complementos.scss */
.titulo-2 span {
  color: #004FEF;
}
/* line 20, ../sass/_complementos.scss */
.titulo-2 sup {
  font-size: .9rem;
}

/* line 25, ../sass/_complementos.scss */
.btn-1 {
  text-decoration: none;
  background-color: #FF495C;
  color: #FFF;
  font-family: 'IBMPlexSans-Regular';
  text-transform: uppercase;
  font-size: 1rem;
  transition: 0.3s !important;
  padding: 13px 17px;
  -webkit-box-shadow: 2px 4px 8px -4px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 2px 4px 8px -4px rgba(0, 0, 0, 0.48);
  box-shadow: 2px 4px 8px -4px rgba(0, 0, 0, 0.48);
  border-radius: 7px;
}
/* line 39, ../sass/_complementos.scss */
.btn-1 span {
  font-family: 'IBMPlexSans-Bold';
}
/* line 44, ../sass/_complementos.scss */
.btn-1:hover {
  background-color: #00E790;
}

/* line 49, ../sass/_complementos.scss */
.c-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 54, ../sass/_complementos.scss */
.c-padding {
  padding: 20px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* line 67, ../sass/_complementos.scss */
  .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) */
/* line 1, ../sass/_header.scss */
.header {
  position: absolute;
  z-index: 9999;
  top: 0;
  transition: 0.4s;
}
/* line 9, ../sass/_header.scss */
.header .logo img {
  transition: 0.3s;
}
/* line 15, ../sass/_header.scss */
.header .logo2 img {
  transition: 0.3s;
}
/* line 20, ../sass/_header.scss */
.header .call {
  text-align: right;
}
/* line 23, ../sass/_header.scss */
.header .call .btn {
  font-family: 'LATO-REGULAR';
  background-color: #004FEF;
  color: #FFF;
  border-radius: 0px;
  display: inline-block;
  padding-left: 35px;
  padding-right: 35px;
}
/* line 32, ../sass/_header.scss */
.header .call .btn.btn2 {
  background-color: #00D900;
}
/* line 38, ../sass/_header.scss */
.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;
}
/* line 56, ../sass/_header.scss */
.header .call .btn-menu span {
  font-size: .7rem;
  display: grid;
  margin-top: -5px;
}
/* line 64, ../sass/_header.scss */
.header .c-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 83, ../sass/_header.scss */
.menu-xs {
  background-color: #fff;
  border-top-left-radius: 14px;
  width: 100%;
  max-width: 345px;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  transition: .3s;
  overflow-y: auto;
  z-index: 9999;
  padding: 30px;
}
/* line 97, ../sass/_header.scss */
.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);
}
/* line 104, ../sass/_header.scss */
.menu-xs .cerrar {
  text-align: right;
}
/* line 107, ../sass/_header.scss */
.menu-xs .cerrar .fa-cmln {
  font-size: 1.5rem;
}
/* line 112, ../sass/_header.scss */
.menu-xs .item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 2px #eaebf4;
}
/* line 117, ../sass/_header.scss */
.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) {
  /* line 128, ../sass/_header.scss */
  .header {
    position: fixed;
    background-color: #004FEF;
    padding-bottom: 15px;
  }
  /* line 133, ../sass/_header.scss */
  .header .c-container .logo {
    text-align: center;
  }
  /* line 136, ../sass/_header.scss */
  .header .c-container .logo img {
    max-width: 190px;
  }
  /* line 142, ../sass/_header.scss */
  .header .c-container .call .btn {
    display: none;
  }
  /* line 146, ../sass/_header.scss */
  .header .c-container .call .btn-menu {
    display: flex !important;
    color: #000;
  }
  /* line 156, ../sass/_header.scss */
  .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) {
  /* line 179, ../sass/_header.scss */
  .header .c-container .call .btn::before {
    content: url("../img/logo-sap.png");
    position: absolute;
    width: 5px;
    height: 5px;
    margin-left: -110px;
    margin-top: -8px;
  }
  /* line 191, ../sass/_header.scss */
  .header .logo2 img {
    max-height: 60px;
    float: right;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* line 3, ../sass/_slider.scss */
.cmln-slider .tp-caption {
  white-space: inherit !important;
  /*Obligar a respetar el ancho*/
}
/* line 10, ../sass/_slider.scss */
.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;
}
/* line 28, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-1 h1 {
  font-family: 'IBMPlexSans-Bold';
  color: #FFF;
}
/* line 32, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-1 h1 span {
  background-color: #FFF;
  padding: 4px 15px !important;
  border-radius: 10px;
  color: #004FEF;
  font-family: 'IBMPlexSans-BoldItalic';
}
/* line 39, ../sass/_slider.scss */
.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);
}
/* line 62, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-1 p {
  color: #FFF;
  font-size: 1.2rem;
}
/* line 67, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-1 img {
  max-width: 300px !important;
  height: auto !important;
}
/* line 76, ../sass/_slider.scss */
.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;
}
/* line 83, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-2 h2 span,
.cmln-slider .tp-caption.caption-2 h3 span {
  font-family: 'IBMPlexSans-BoldItalic';
}
/* line 89, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-2 h3.modalidad {
  border-radius: 7px 7px 7px 7px;
}
/* line 92, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-2 h3.modalidad.modalidad2 {
  border-radius: 0px 7px 7px 0px;
}
/* line 99, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-2 h3.modalidad {
  border: 1.5px solid #00E790;
  padding: 7px 13px;
  float: left;
}
/* line 104, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-2 h3.modalidad .img {
  float: left;
}
/* line 108, ../sass/_slider.scss */
.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;
}
/* line 115, ../sass/_slider.scss */
.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;
}
/* line 125, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-2 h3.modalidad.modalidad2 {
  border-left: 0px;
}
/* line 129, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-2 h3.modalidad.modalidad2 .img img {
  width: auto !important;
}
/* line 136, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-2 h3.efecto {
  position: relative;
  transition: 0.3s;
}
/* line 175, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-2 h2::before {
  content: url("../img/slider/after-ingles.png");
  position: absolute;
  width: 50px;
  height: 50px;
  transform: scale(0.8);
  margin-top: -90px;
  margin-left: 290px;
}
/* line 186, ../sass/_slider.scss */
.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);
}
/* line 198, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-2 .c-btn span {
  font-family: 'IBMPlexSans-Bold';
}
/* line 204, ../sass/_slider.scss */
.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;
}
/* line 213, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-2 .c-btn:hover {
  background-color: #00E790;
}
/* line 218, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-2 p {
  color: #FFF;
}
/* line 224, ../sass/_slider.scss */
.cmln-slider .tp-caption.c-caption-img img {
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 30px !important;
}
/* line 232, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-3 h2 {
  color: #004FEF;
  background-color: #FFD62C;
  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;
}
/* line 245, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-3 h2 span {
  font-family: 'IBMPlexSans-MediumItalic';
}
/* line 249, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-3 h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: -60px;
  width: 48px;
  height: 100%;
  background-color: #FFD62C;
  /* 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;
}
/* line 266, ../sass/_slider.scss */
.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;
}
/* line 275, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-3 h3 span {
  font-family: 'IBMPlexSans-SemiBoldItalic';
}
/* line 279, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-3 h3 img {
  width: 30px !important;
  height: auto !important;
  position: absolute;
  margin-left: 40px;
}
/* line 286, ../sass/_slider.scss */
.cmln-slider .tp-caption.caption-3 h3 .txt {
  margin-left: 40px !important;
}
/* line 293, ../sass/_slider.scss */
.cmln-slider .rev_slider_wrapper {
  /*Opacidad de slider capa oscura*/
}
/* line 296, ../sass/_slider.scss */
.cmln-slider .rev_slider_wrapper .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: transparent;
}

/* line 311, ../sass/_slider.scss */
.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;
  }
}
/* line 355, ../sass/_slider.scss */
.tparrows.tp-rightarrow:before {
  font-family: 'FontAwesome';
  content: '\f054';
}

/* line 360, ../sass/_slider.scss */
.tparrows.tp-leftarrow:before {
  font-family: 'FontAwesome';
  content: '\f053';
}

/* line 368, ../sass/_slider.scss */
.cmln-slider .slide1 .tp-caption.caption-1 img {
  max-width: 260px !important;
  height: auto !important;
}
/* line 374, ../sass/_slider.scss */
.cmln-slider .slide1 .tp-caption.caption-2 img {
  max-width: 310px !important;
  height: auto !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* line 387, ../sass/_slider.scss */
  .slide1 .tp-bgimg {
    background-image: url(../img/slider/bg-banner-2-xs.png) !important;
  }

  /* line 394, ../sass/_slider.scss */
  .cmln-slider .slide1 .tp-caption.caption-1 img {
    max-width: 200px !important;
    height: auto !important;
  }
  /* line 400, ../sass/_slider.scss */
  .cmln-slider .slide1 .tp-caption.caption-2 img {
    max-width: 210px !important;
    height: auto !important;
  }

  /* line 411, ../sass/_slider.scss */
  .cmln-slider .tp-caption p {
    font-size: 1.3rem;
  }
  /* line 417, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-1 h3 span {
    font-size: 1.5rem !important;
  }
  /* line 421, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-1 h3 .bono {
    font-size: 2.1rem !important;
  }
  /* line 426, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-1 h1 {
    font-size: 2.5rem !important;
  }
  /* line 429, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-1 h1 span {
    font-size: 2rem;
  }
  /* line 432, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-1 h1 span::before {
    margin-top: 19px;
    margin-left: -20px;
    filter: url(#round);
    transform: rotate(92deg);
  }
  /* line 443, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-2 h2 {
    font-size: 1.5rem;
  }
  /* line 446, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-2 h2 span {
    font-size: 1.5rem;
  }
  /* line 449, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-2 h2::before {
    margin-left: 90px;
    margin-top: -80px;
    transform: scale(0.6);
  }
  /* line 457, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-2 h3.modalidad .txt {
    padding-top: 4px;
  }
  /* line 460, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-2 h3.modalidad .txt subt {
    margin-bottom: -5px;
  }
  /* line 467, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-3 img {
    width: 380px !important;
    height: auto !important;
  }
  /* line 474, ../sass/_slider.scss */
  .cmln-slider .legal {
    font-size: .8rem !important;
  }
}
/* Estilos para dispositivos móviles en orientación horizontal */
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* Tus estilos específicos para dispositivos móviles en orientación horizontal aquí */
  /* line 487, ../sass/_slider.scss */
  .cmln-slider .slide1 .tp-caption.caption-1 img {
    max-width: 160px !important;
    height: auto !important;
  }
  /* line 493, ../sass/_slider.scss */
  .cmln-slider .slide1 .tp-caption.caption-2 img {
    max-width: 210px !important;
    height: auto !important;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /* line 507, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-2 h3.modalidad .txt subt {
    margin-bottom: 0px !important;
  }

  /* line 520, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-1 h1 span::before {
    margin-left: -19px;
    margin-top: 19px;
  }
  /* line 530, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-2 h2,
  .cmln-slider .tp-caption.caption-2 h3 {
    font-size: 1.4rem;
  }
  /* line 534, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-2 h2 span,
  .cmln-slider .tp-caption.caption-2 h3 span {
    font-size: 1.4rem;
  }
  /* line 540, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-2 h3.modalidad {
    border-radius: 7px 7px 7px 7px;
  }
  /* line 543, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-2 h3.modalidad.modalidad2 {
    border-radius: 0px 7px 7px 0px;
  }
  /* line 551, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-3 h3 {
    font-size: 1.1rem;
  }
  /* line 554, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-3 h3 span {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* line 564, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-2 h2::before {
    margin-left: 190px;
    transform: scale(0.6);
    margin-top: -80px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /* line 573, ../sass/_slider.scss */
  .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) {
  /* line 587, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-1 h1 {
    font-size: 4.2rem;
  }
  /* line 591, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-1 h1 span::before {
    margin-left: -22px;
    margin-top: 52px;
    width: 60px;
    height: 50px;
    transform: rotate(93deg);
  }
  /* line 604, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-2 h2,
  .cmln-slider .tp-caption.caption-2 h3 {
    font-size: 2.3rem;
  }
  /* line 608, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-2 h2 span,
  .cmln-slider .tp-caption.caption-2 h3 span {
    font-size: 2.3rem;
  }
  /* line 616, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-3 h3 {
    font-size: 1.1rem;
  }
  /* line 619, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-3 h3 span {
    font-size: 1.1rem;
  }

  /* line 627, ../sass/_slider.scss */
  .container-affter {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: -300px;
  }
  /* line 634, ../sass/_slider.scss */
  .container-affter .affter-slider {
    display: inline-block;
    width: 100%;
    color: #FFF;
    filter: url(#round);
  }
  /* line 640, ../sass/_slider.scss */
  .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) */
/* Estilos para dispositivos móviles en orientación horizontal */
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* line 666, ../sass/_slider.scss */
  .cmln-slider .tp-caption.caption-3 h3 {
    margin-top: -95px !important;
  }
}
/* line 1, ../sass/_animacion.scss */
.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);
  }
}
/* line 67, ../sass/_animacion.scss */
.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 */
}

/* line 80, ../sass/_animacion.scss */
.anim-up {
  animation-name: anim-up;
}

/* line 84, ../sass/_animacion.scss */
.anim-down {
  animation-name: anim-down;
}

/* line 88, ../sass/_animacion.scss */
.anim-left {
  animation-name: anim-left;
}

/* line 92, ../sass/_animacion.scss */
.anim-right {
  animation-name: anim-right;
}

/* line 96, ../sass/_animacion.scss */
.anim-fade-in {
  animation-name: anim-fade-in;
}

/* line 100, ../sass/_animacion.scss */
.anim-pause-2 {
  animation-delay: 2s;
}

/* la animacion empieza en 2 seg. */
/* line 105, ../sass/_animacion.scss */
.anim-pause-3 {
  animation-delay: 3s;
}

/* la animacion empieza en 3 seg. */
/* line 110, ../sass/_animacion.scss */
.anim-pause-4 {
  animation-delay: 4s;
}

/* la animacion empieza en 4 seg. */
/* line 115, ../sass/_animacion.scss */
.anim-pause-5 {
  animation-delay: 5s;
}

/* la animacion empieza en 5 seg. */
/* todas las animaciones pausadas */
/* line 122, ../sass/_animacion.scss */
.paused * {
  animation-play-state: paused;
}

/* line 1, ../sass/_typ.scss */
.typ {
  background-image: url("../img/typ.jpg");
  background-image: -webkit-image-set(url("../img/typ.webp") 1x);
  background-size: cover;
}
/* line 5, ../sass/_typ.scss */
.typ #header_page {
  background-color: transparent;
}
/* line 8, ../sass/_typ.scss */
.typ .back-top {
  display: none !important;
}
/* line 11, ../sass/_typ.scss */
.typ h1 {
  color: #FFF;
  font-family: 'OpenSans-Light';
}
/* line 14, ../sass/_typ.scss */
.typ h1 span {
  display: block;
  font-family: 'OpenSans-Light';
}
/* line 19, ../sass/_typ.scss */
.typ p {
  color: #FFF;
}
/* line 22, ../sass/_typ.scss */
.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) {
  /* line 42, ../sass/_typ.scss */
  .typ .c-body {
    margin-top: 200px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* line 2, ../sass/_modal.scss */
.modal.show {
  z-index: 9999;
}
/* line 7, ../sass/_modal.scss */
.modal.c-modal-contacto .modal-header {
  background-color: #004FEF;
  border-bottom: 0px;
}
/* line 12, ../sass/_modal.scss */
.modal.c-modal-contacto .modal-body {
  background-color: #004FEF;
  border-radius: 0px 0px 7px 7px;
  padding-left: 40px;
  padding-right: 40px;
}
/* line 18, ../sass/_modal.scss */
.modal.c-modal-contacto .modal-body .btn-submit {
  background-color: #000;
  color: #004FEF;
  display: block;
  width: 100%;
  font-family: 'TTFirsNeue-Regular';
}
/* line 31, ../sass/_modal.scss */
.modal.c-modal-wsp .modal-header {
  background-color: #004FEF;
  border-bottom: 0px;
}
/* line 35, ../sass/_modal.scss */
.modal.c-modal-wsp .modal-header h5 {
  padding-left: 25px;
}
/* line 40, ../sass/_modal.scss */
.modal.c-modal-wsp .modal-body {
  background-color: #004FEF;
  border-radius: 0px 0px 7px 7px;
  padding-left: 40px;
  padding-right: 40px;
}
/* line 46, ../sass/_modal.scss */
.modal.c-modal-wsp .modal-body p {
  margin-bottom: 0px;
  font-size: .9rem;
}
/* line 50, ../sass/_modal.scss */
.modal.c-modal-wsp .modal-body p.titulo {
  font-family: 'TTFirsNeue-Regular';
  font-weight: 600;
  padding-bottom: 0;
  font-size: 1.1rem;
}
/* line 58, ../sass/_modal.scss */
.modal.c-modal-wsp .modal-body .btn-submit {
  background-color: #000;
  color: #004FEF;
  display: block;
  font-family: 'TTFirsNeue-Regular';
  font-weight: 600;
}
/* line 66, ../sass/_modal.scss */
.modal.c-modal-wsp .modal-body .col-form-label {
  font-family: 'TTFirsNeue-Regular';
  font-weight: 600;
  padding-bottom: 0;
  font-size: .8rem;
}
/* line 73, ../sass/_modal.scss */
.modal.c-modal-wsp .modal-body .form-control, .modal.c-modal-wsp .modal-body .form-select {
  padding: 8px 7px;
  font-size: .8rem;
  border: 0px;
  border-radius: 4px;
  border-bottom: 1px solid #DFDFDF;
  transition: 0.3s;
}
/* line 81, ../sass/_modal.scss */
.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;
}
/* line 90, ../sass/_modal.scss */
.modal.c-modal-wsp .modal-body .cod-pais {
  padding-right: 0;
}
/* line 93, ../sass/_modal.scss */
.modal.c-modal-wsp .modal-body .nro-tel {
  padding-left: 0;
}
/* line 96, ../sass/_modal.scss */
.modal.c-modal-wsp .modal-body .form-select-pais {
  border-radius: 4px 0px 0px 4px;
}
/* line 99, ../sass/_modal.scss */
.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) */
/* line 1, ../sass/_contador.scss */
.contador {
  background: #004FEF;
  padding: 15px 0px 10px 0px;
}
/* line 8, ../sass/_contador.scss */
.contador .logo img {
  max-height: 50px;
}
/* line 13, ../sass/_contador.scss */
.contador p {
  margin: 0px;
  padding: 0px;
}
/* line 18, ../sass/_contador.scss */
.contador h2 {
  color: #FFF;
  font-family: 'OpenSans-Semibold';
  font-size: 1.3rem;
}
/* line 24, ../sass/_contador.scss */
.contador .cta {
  text-align: center;
  padding-top: 15px;
}
/* line 28, ../sass/_contador.scss */
.contador .cta a {
  text-decoration: none;
  background-color: #3CDF86;
  color: #004FEF;
  font-family: 'OpenSans-Semibold';
  padding: 7px 30px;
  border-radius: 35px;
  margin-left: auto;
  margin-right: auto;
}
/* line 43, ../sass/_contador.scss */
.contador .cronometro .nros .nro .c-block {
  background-color: #FFF;
  text-align: center;
  font-family: 'OpenSans-Semibold';
  font-size: 1.6rem;
  border-radius: 12px;
  color: #10337D;
}
/* line 55, ../sass/_contador.scss */
.contador .cronometro .det p {
  color: #FFF;
  text-align: center;
  font-family: 'OpenSans-Semibold';
  font-size: .9rem;
  margin-top: 7px;
  text-transform: uppercase;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* line 72, ../sass/_contador.scss */
  .contador {
    padding-bottom: 20px;
  }
  /* line 77, ../sass/_contador.scss */
  .contador .cronometro .det p {
    font-size: .7rem;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* line 88, ../sass/_contador.scss */
  .contador h2 {
    font-size: 1rem;
    margin-top: 7px;
  }
  /* line 94, ../sass/_contador.scss */
  .contador .cronometro .det p {
    font-size: .7rem;
  }
  /* line 100, ../sass/_contador.scss */
  .contador .cta a {
    font-size: .7rem;
    padding: 7px 10px;
  }
  /* line 106, ../sass/_contador.scss */
  .contador .logo img {
    max-height: 50px;
  }
}
/* 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) */
/* line 1, ../sass/_footer.scss */
.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;
}
/* line 10, ../sass/_footer.scss */
.pre-footer .logo img {
  max-width: 70px;
  margin-bottom: 30px;
}
/* line 15, ../sass/_footer.scss */
.pre-footer h2 {
  color: #FFF;
}
/* line 18, ../sass/_footer.scss */
.pre-footer .items {
  color: #FFF;
  margin-top: 50px;
}
/* line 21, ../sass/_footer.scss */
.pre-footer .items .item {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
/* line 25, ../sass/_footer.scss */
.pre-footer .items .item .icono {
  margin-bottom: 15px;
}
/* line 29, ../sass/_footer.scss */
.pre-footer .items .item p span {
  font-family: 'OpenSans-Semibold';
}

/* line 37, ../sass/_footer.scss */
.footer {
  background-color: #000;
  padding: 15px 25px 15px;
  color: #004FEF;
}

/* line 43, ../sass/_footer.scss */
.footer2 {
  background-color: #00E790;
  padding: 15px 25px 15px 25px;
}
/* line 47, ../sass/_footer.scss */
.footer2 p {
  margin: 0px;
  color: #004FEF;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* line 57, ../sass/_footer.scss */
  .pre-footer .items .item {
    margin-top: 25px;
  }
  /* line 61, ../sass/_footer.scss */
  .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) {
  /* line 79, ../sass/_footer.scss */
  .pre-footer .items {
    padding-left: 120px;
    padding-right: 120px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* line 1, ../sass/_menu.scss */
.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);
}
/* line 10, ../sass/_menu.scss */
.c-menu ul {
  display: inline-flex;
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
/* line 15, ../sass/_menu.scss */
.c-menu ul li {
  margin-right: 11px;
  transition: 0.3s !important;
}
/* line 18, ../sass/_menu.scss */
.c-menu ul li a {
  text-decoration: none;
  color: #004FEF;
  text-transform: uppercase;
  font-family: 'IBMPlexSans-Bold';
  font-size: .85rem;
  transition: 0.3s !important;
  border-radius: 10px;
  border: 1px solid #FFF;
  padding: 8px 5px;
}
/* line 28, ../sass/_menu.scss */
.c-menu ul li a:hover, .c-menu ul li a.active {
  border-radius: 10px;
  border: 1px solid #00E790;
  background-color: #00E790;
}
/* line 33, ../sass/_menu.scss */
.c-menu ul li a.azul {
  background-color: #004FEF;
  color: #FFF;
}
/* line 36, ../sass/_menu.scss */
.c-menu ul li a.azul:hover, .c-menu ul li a.azul.active {
  border-radius: 10px;
  border: 1px solid #004FEF;
  background-color: #004FEF;
}
/* line 45, ../sass/_menu.scss */
.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) */
/* line 3, ../sass/_formulario.scss */
.formulario .c-hs-form {
  z-index: 1;
}
/* line 6, ../sass/_formulario.scss */
.formulario h2 {
  color: #000;
  margin-bottom: 40px;
  font-size: 1.7rem;
}
/* line 12, ../sass/_formulario.scss */
.formulario .txt::before {
  content: url("../img/bg_1.png");
  position: absolute;
  height: 50px;
  width: 50px;
  transform: scale(0.7);
  margin-top: -40px;
}
/* line 22, ../sass/_formulario.scss */
.formulario .txt h3 {
  font-family: 'OpenSans-Regular';
  color: #000;
}
/* line 26, ../sass/_formulario.scss */
.formulario .txt h3 span {
  font-size: 4.9rem;
  font-family: 'IBMPlexSans-SemiBoldItalic';
  margin-top: -18px;
  display: block;
}
/* line 34, ../sass/_formulario.scss */
.formulario .txt h2 {
  font-family: 'IBMPlexSans-SemiBoldItalic';
  font-size: 1rem;
  color: #000;
  margin-top: 10px;
}
/* line 40, ../sass/_formulario.scss */
.formulario .txt h2 span {
  font-family: 'IBMPlexSans-Bold';
  color: #000;
  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;
}
/* line 56, ../sass/_formulario.scss */
.formulario .txt h2 span .det {
  display: block;
}
/* line 60, ../sass/_formulario.scss */
.formulario .txt h2 span .dscto {
  margin-left: 6px;
  font-size: 1.1rem;
  font-family: 'IBMPlexSans-Regular';
}
/* line 65, ../sass/_formulario.scss */
.formulario .txt h2 span .dscto .simbolo {
  display: block;
  font-family: 'IBMPlexSans-Bold';
  font-size: 2.4rem;
  margin-bottom: -8px;
  margin-top: 25px;
}
/* line 74, ../sass/_formulario.scss */
.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;
}
/* line 95, ../sass/_formulario.scss */
.formulario .txt p.completa {
  color: #000;
  margin-top: 20px;
  font-size: 1.2rem;
}
/* line 100, ../sass/_formulario.scss */
.formulario .txt p.completa span {
  font-family: 'IBMPlexSans-SemiBoldItalic';
  display: block;
}
/* line 109, ../sass/_formulario.scss */
.formulario .c-hs-form .hs-form-field {
  margin-bottom: 10px;
}
/* line 112, ../sass/_formulario.scss */
.formulario .c-hs-form .hs-form-field label {
  font-family: 'IBMPlexSans-Regular';
  color: #000;
}
/* line 118, ../sass/_formulario.scss */
.formulario .c-hs-form .hs-form-field .input .hs-input {
  width: 100%;
}
/* line 122, ../sass/_formulario.scss */
.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;
  background-color: #FFF;
}
/* line 133, ../sass/_formulario.scss */
.formulario .c-hs-form .hs-form-field .hs-error-msgs {
  list-style: none;
  padding-left: 0px;
}
/* line 139, ../sass/_formulario.scss */
.formulario .c-hs-form .hs-form-field .hs-error-msgs li label {
  font-family: 'IBMPlexSans-Regular';
  font-size: .7rem;
  opacity: .8;
}
/* line 151, ../sass/_formulario.scss */
.formulario .c-hs-form .hs-fieldtype-radio ul.inputs-list li.hs-form-radio {
  list-style: none;
}
/* line 156, ../sass/_formulario.scss */
.formulario .c-hs-form .hs-fieldtype-radio label.hs-form-radio-display input.hs-input {
  width: auto;
  margin-right: 5px;
}
/* line 165, ../sass/_formulario.scss */
.formulario .c-hs-form .hs_cuentas_con_titulo_profesional_y_colegiatura_ ul.inputs-list,
.formulario .c-hs-form .hs_cuentas_con_experiencia_en_geriatria_ ul.inputs-list {
  margin-bottom: 40px;
}
/* line 171, ../sass/_formulario.scss */
.formulario .c-hs-form .hs-form-booleancheckbox .hs-input {
  width: auto !important;
}
/* line 178, ../sass/_formulario.scss */
.formulario .c-hs-form .hs-fieldtype-booleancheckbox a {
  color: #000;
}
/* line 182, ../sass/_formulario.scss */
.formulario .c-hs-form .hs-fieldtype-booleancheckbox ul {
  list-style: none;
}
/* line 187, ../sass/_formulario.scss */
.formulario .c-hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input {
  position: absolute;
  margin-left: -20px;
  margin-top: 5px;
}
/* line 196, ../sass/_formulario.scss */
.formulario .c-hs-form .hs-submit .hs-button {
  background-color: #FF495C;
  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;
}
/* line 212, ../sass/_formulario.scss */
.formulario .c-hs-form .hs-submit .hs-button:hover {
  background-color: #00E790;
}
/* line 218, ../sass/_formulario.scss */
.formulario .c-hs-form .form-columns-2,
.formulario .c-hs-form .form-columns-1 {
  max-width: 100%;
}
/* line 223, ../sass/_formulario.scss */
.formulario .c-hs-form .hs-error-msgs {
  list-style: none;
  padding-left: 0px;
}
/* line 229, ../sass/_formulario.scss */
.formulario .c-hs-form .hs-error-msgs li label {
  font-family: 'IBMPlexSans-Regular';
  color: #000 !important;
  font-size: .7rem;
  opacity: .8;
  background-color: red;
  padding: 2px 5px;
  border-radius: 5px;
}

/* line 245, ../sass/_formulario.scss */
.legal p, .legal p strong, .legal ul li {
  color: #787878;
}

@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 transparent;
    -moz-box-shadow: inset 10px 10px 12px -7px transparent;
    box-shadow: inset 10px 10px 12px -7px transparent;
  }
  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 transparent;
    -moz-box-shadow: inset 10px 10px 12px -7px transparent;
    box-shadow: inset 10px 10px 12px -7px transparent;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* line 296, ../sass/_formulario.scss */
  .formulario .hs-input {
    width: 100% !important;
  }
  /* line 300, ../sass/_formulario.scss */
  .formulario .txt::before {
    transform: scale(0.4);
  }
  /* line 304, ../sass/_formulario.scss */
  .formulario .txt h3 {
    text-align: center;
    font-size: 1.5rem;
  }
  /* line 308, ../sass/_formulario.scss */
  .formulario .txt h3 span {
    font-size: 3.5rem;
    margin-top: -10px;
  }
  /* line 314, ../sass/_formulario.scss */
  .formulario .txt h2 {
    text-align: center;
  }
  /* line 318, ../sass/_formulario.scss */
  .formulario .txt h2 span::before {
    margin-left: 105px;
    margin-top: -10px;
    transform: scale(0.4);
  }
  /* line 327, ../sass/_formulario.scss */
  .formulario .txt p.completa {
    text-align: center;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /* line 347, ../sass/_formulario.scss */
  .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) {
  /* line 374, ../sass/_formulario.scss */
  .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) */
/* line 1, ../sass/_viaje.scss */
.viaje {
  background-color: #F1F6FF;
  padding-bottom: 0px;
}
/* line 5, ../sass/_viaje.scss */
.viaje::after {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-top: -360px;
  left: 0px;
}
/* line 15, ../sass/_viaje.scss */
.viaje .c-head h2 {
  font-family: 'IBMPlexSans-SemiBold';
  color: #004FEF;
}
/* line 19, ../sass/_viaje.scss */
.viaje .c-head h2 .c-img {
  display: contents;
}
/* line 22, ../sass/_viaje.scss */
.viaje .c-head h2 .c-img img {
  max-height: 50px;
}
/* line 28, ../sass/_viaje.scss */
.viaje .c-head h3 {
  color: #778299;
  font-family: 'IBMPlexSans-Regular';
  font-size: 1.2rem;
}
/* line 37, ../sass/_viaje.scss */
.viaje .c-body .slider .item {
  padding: 20px;
}
/* line 40, ../sass/_viaje.scss */
.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);
}
/* line 47, ../sass/_viaje.scss */
.viaje .c-body .slider .item .c-block .img {
  background-color: #778299;
  height: 180px;
  overflow: hidden;
  border-radius: 14px 14px 0px 0px;
}
/* line 54, ../sass/_viaje.scss */
.viaje .c-body .slider .item .c-block .cont {
  padding: 20px;
  min-height: 340px;
}
/* line 58, ../sass/_viaje.scss */
.viaje .c-body .slider .item .c-block .cont h4 {
  font-family: 'IBMPlexSans-Regular';
  font-size: 1.2rem;
}
/* line 63, ../sass/_viaje.scss */
.viaje .c-body .slider .item .c-block .cont p {
  color: #778299;
}
/* line 71, ../sass/_viaje.scss */
.viaje .c-body .v2.items {
  padding-top: 60px;
}
/* line 73, ../sass/_viaje.scss */
.viaje .c-body .v2.items .item {
  margin-bottom: 20px;
}
/* line 76, ../sass/_viaje.scss */
.viaje .c-body .v2.items .item .nro {
  color: #D3D8E5;
  font-family: 'IBMPlexSans-Bold';
  text-align: center;
  font-size: 5.5rem;
}
/* line 82, ../sass/_viaje.scss */
.viaje .c-body .v2.items .item .icon {
  padding-top: 20px;
}
/* line 84, ../sass/_viaje.scss */
.viaje .c-body .v2.items .item .icon .c-block {
  background-color: #FFF;
  transition: 0.7s;
  padding: 12px;
  position: relative;
  height: 100px;
  border-radius: 13px;
}
/* line 91, ../sass/_viaje.scss */
.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;
}
/* line 96, ../sass/_viaje.scss */
.viaje .c-body .v2.items .item .icon .c-block .img-hover {
  opacity: 0;
}
/* line 102, ../sass/_viaje.scss */
.viaje .c-body .v2.items .item .txt h4 {
  font-family: 'IBMPlexSans-Medium';
  color: #004FEF;
}
/* line 107, ../sass/_viaje.scss */
.viaje .c-body .v2.items .item .txt p font {
  color: #000;
}
/* line 114, ../sass/_viaje.scss */
.viaje .c-body .v2.items .item:hover .icon .c-block {
  background-color: #643BA3;
}
/* line 116, ../sass/_viaje.scss */
.viaje .c-body .v2.items .item:hover .icon .c-block .img-init {
  opacity: 0;
}
/* line 119, ../sass/_viaje.scss */
.viaje .c-body .v2.items .item:hover .icon .c-block .img-hover {
  opacity: 1;
}
/* line 128, ../sass/_viaje.scss */
.viaje .c-body .v2.items .item.item3 .icon .c-block {
  padding-top: 20px;
}
/* line 141, ../sass/_viaje.scss */
.viaje .slick-dots li button::before {
  background-color: #000;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  content: '';
  transition: 0.3s;
}
/* line 153, ../sass/_viaje.scss */
.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) {
  /* line 171, ../sass/_viaje.scss */
  .viaje::after {
    content: '';
  }
  /* line 179, ../sass/_viaje.scss */
  .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) {
  /* line 196, ../sass/_viaje.scss */
  .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) {
  /* line 216, ../sass/_viaje.scss */
  .viaje .c-body .slider .item .c-block .img {
    height: 180px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* line 2, ../sass/_acerca.scss */
.acerca .btn-1 {
  padding-left: 25px;
}
/* line 5, ../sass/_acerca.scss */
.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;
}
/* line 19, ../sass/_acerca.scss */
.acerca .txt h3,
.acerca .txt h2 {
  color: #004FEF;
  font-family: 'IBMPlexSans-Medium';
  font-size: 1.4rem;
}
/* line 25, ../sass/_acerca.scss */
.acerca .txt h3 span,
.acerca .txt h2 span {
  font-family: 'IBMPlexSans-SemiBoldItalic';
}
/* line 30, ../sass/_acerca.scss */
.acerca .txt h3 {
  font-family: 'IBMPlexSans-Light';
}
/* line 35, ../sass/_acerca.scss */
.acerca .txt h2 {
  margin-top: 30px;
  font-size: 1.9rem;
}
/* line 39, ../sass/_acerca.scss */
.acerca .txt h2 span {
  background-color: #004FEF;
  color: #FFF;
  padding: 5px;
  display: table;
}
/* line 46, ../sass/_acerca.scss */
.acerca .txt h2 font {
  border: 1px solid #00E790;
  margin-top: 5px;
  display: inline-block;
  padding: 1px 7px;
  border-radius: 7px;
}
/* line 55, ../sass/_acerca.scss */
.acerca .txt h4 {
  color: #778299;
  font-family: 'IBMPlexSans-Regular';
  font-size: 1.1rem;
}
/* line 60, ../sass/_acerca.scss */
.acerca .txt h4.txt-beneficios {
  font-size: 1.1rem;
}
/* line 78, ../sass/_acerca.scss */
.acerca .txt .i-beneficios {
  list-style: none;
}
/* line 81, ../sass/_acerca.scss */
.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;
}
/* line 94, ../sass/_acerca.scss */
.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;
}
/* line 108, ../sass/_acerca.scss */
.acerca .txt .i-beneficios h5 .boulet .c-fa {
  color: #3CDF86;
}
/* line 118, ../sass/_acerca.scss */
.acerca .txt .i-beneficios h5 .i-txt {
  padding-top: 5px;
  padding-left: 40px;
}
/* line 122, ../sass/_acerca.scss */
.acerca .txt .i-beneficios h5 .i-txt span {
  color: #004FEF;
  font-family: 'IBMPlexSans-SemiBoldItalic';
}
/* line 128, ../sass/_acerca.scss */
.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) {
  /* line 149, ../sass/_acerca.scss */
  .acerca .txt .i-beneficios h5 .boulet {
    position: absolute;
  }
  /* line 153, ../sass/_acerca.scss */
  .acerca .txt .i-beneficios h5 .i-txt {
    padding-left: 40px;
  }
  /* line 158, ../sass/_acerca.scss */
  .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) */
/* line 35, ../sass/_niveles.scss */
.niveles {
  background-color: #F1F6FF;
}
/* line 37, ../sass/_niveles.scss */
.niveles::after {
  content: url("../img/after-2.png");
  position: absolute;
  width: 50px;
  height: 50px;
  margin-top: -280px;
  left: -10px;
  transform: scale(0.7);
}
/* line 50, ../sass/_niveles.scss */
.niveles .head {
  font-family: 'IBMPlexSans-SemiBold';
  color: #004FEF;
}
/* line 54, ../sass/_niveles.scss */
.niveles .head .c-img {
  display: contents;
}
/* line 57, ../sass/_niveles.scss */
.niveles .head .c-img img {
  max-height: 50px;
}
/* line 63, ../sass/_niveles.scss */
.niveles h3,
.niveles h4 {
  font-family: 'IBMPlexSans-Regular';
  color: #778299;
  font-size: 1.3rem;
}
/* line 68, ../sass/_niveles.scss */
.niveles h3 font,
.niveles h4 font {
  color: #000;
}
/* line 73, ../sass/_niveles.scss */
.niveles h3.det {
  margin-top: 40px;
  color: #121212;
  font-size: 1.1rem;
}
/* line 77, ../sass/_niveles.scss */
.niveles h3.det span {
  color: #004FEF;
  font-family: 'IBMPlexSans-MediumItalic';
}
/* line 84, ../sass/_niveles.scss */
.niveles h4 {
  font-size: 1.1rem;
}
/* line 89, ../sass/_niveles.scss */
.niveles .niv-html .item {
  padding: 10px 5px;
  overflow: hidden;
  height: 270px;
}
/* line 95, ../sass/_niveles.scss */
.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;
}
/* line 12, ../sass/_niveles.scss */
.niveles .niv-html .item .a1 .cont.active {
  transform: translateY(100px);
}
/* line 17, ../sass/_niveles.scss */
.niveles .niv-html .item .a1 .cont p.det {
  color: #004FEF;
  font-family: 'IBMPlexSans-Bold';
  margin-top: 15px;
}
/* line 23, ../sass/_niveles.scss */
.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;
}
/* line 101, ../sass/_niveles.scss */
.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;
}
/* line 12, ../sass/_niveles.scss */
.niveles .niv-html .item .a2 .cont.active {
  transform: translateY(90px);
}
/* line 17, ../sass/_niveles.scss */
.niveles .niv-html .item .a2 .cont p.det {
  color: #004FEF;
  font-family: 'IBMPlexSans-Bold';
  margin-top: 15px;
}
/* line 23, ../sass/_niveles.scss */
.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;
}
/* line 107, ../sass/_niveles.scss */
.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;
}
/* line 12, ../sass/_niveles.scss */
.niveles .niv-html .item .a3 .cont.active {
  transform: translateY(80px);
}
/* line 17, ../sass/_niveles.scss */
.niveles .niv-html .item .a3 .cont p.det {
  color: #004FEF;
  font-family: 'IBMPlexSans-Bold';
  margin-top: 15px;
}
/* line 23, ../sass/_niveles.scss */
.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;
}
/* line 113, ../sass/_niveles.scss */
.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;
}
/* line 12, ../sass/_niveles.scss */
.niveles .niv-html .item .a4 .cont.active {
  transform: translateY(70px);
}
/* line 17, ../sass/_niveles.scss */
.niveles .niv-html .item .a4 .cont p.det {
  color: #004FEF;
  font-family: 'IBMPlexSans-Bold';
  margin-top: 15px;
}
/* line 23, ../sass/_niveles.scss */
.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;
}
/* line 119, ../sass/_niveles.scss */
.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;
}
/* line 12, ../sass/_niveles.scss */
.niveles .niv-html .item .a5 .cont.active {
  transform: translateY(60px);
}
/* line 17, ../sass/_niveles.scss */
.niveles .niv-html .item .a5 .cont p.det {
  color: #FFF;
  font-family: 'IBMPlexSans-Bold';
  margin-top: 15px;
}
/* line 23, ../sass/_niveles.scss */
.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;
}
/* line 125, ../sass/_niveles.scss */
.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;
}
/* line 12, ../sass/_niveles.scss */
.niveles .niv-html .item .a6 .cont.active {
  transform: translateY(50px);
}
/* line 17, ../sass/_niveles.scss */
.niveles .niv-html .item .a6 .cont p.det {
  color: #FFF;
  font-family: 'IBMPlexSans-Bold';
  margin-top: 15px;
}
/* line 23, ../sass/_niveles.scss */
.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;
}
/* line 131, ../sass/_niveles.scss */
.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;
}
/* line 12, ../sass/_niveles.scss */
.niveles .niv-html .item .a7 .cont.active {
  transform: translateY(40px);
}
/* line 17, ../sass/_niveles.scss */
.niveles .niv-html .item .a7 .cont p.det {
  color: #FFF;
  font-family: 'IBMPlexSans-Bold';
  margin-top: 15px;
}
/* line 23, ../sass/_niveles.scss */
.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;
}
/* line 137, ../sass/_niveles.scss */
.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;
}
/* line 12, ../sass/_niveles.scss */
.niveles .niv-html .item .a8 .cont.active {
  transform: translateY(30px);
}
/* line 17, ../sass/_niveles.scss */
.niveles .niv-html .item .a8 .cont p.det {
  color: #FFF;
  font-family: 'IBMPlexSans-Bold';
  margin-top: 15px;
}
/* line 23, ../sass/_niveles.scss */
.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;
}
/* line 143, ../sass/_niveles.scss */
.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;
}
/* line 12, ../sass/_niveles.scss */
.niveles .niv-html .item .a9 .cont.active {
  transform: translateY(20px);
}
/* line 17, ../sass/_niveles.scss */
.niveles .niv-html .item .a9 .cont p.det {
  color: #FFF;
  font-family: 'IBMPlexSans-Bold';
  margin-top: 15px;
}
/* line 23, ../sass/_niveles.scss */
.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;
}
/* line 149, ../sass/_niveles.scss */
.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;
}
/* line 12, ../sass/_niveles.scss */
.niveles .niv-html .item .a10 .cont.active {
  transform: translateY(10px);
}
/* line 17, ../sass/_niveles.scss */
.niveles .niv-html .item .a10 .cont p.det {
  color: #FFF;
  font-family: 'IBMPlexSans-Bold';
  margin-top: 15px;
}
/* line 23, ../sass/_niveles.scss */
.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;
}
/* line 155, ../sass/_niveles.scss */
.niveles .niv-html .item .a11 .cont {
  transform: translateY(350px);
  background-color: #F1F6FF;
  transition: 0.3s;
  padding-top: 100px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  display: flow-root;
  border-radius: 10px;
  text-align: left;
}
/* line 12, ../sass/_niveles.scss */
.niveles .niv-html .item .a11 .cont.active {
  transform: translateY(0px);
}
/* line 17, ../sass/_niveles.scss */
.niveles .niv-html .item .a11 .cont p.det {
  color: #004FEF;
  font-family: 'IBMPlexSans-Bold';
  margin-top: 15px;
}
/* line 23, ../sass/_niveles.scss */
.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;
}
/* line 159, ../sass/_niveles.scss */
.niveles .niv-html .item .a11 .cont p.nro {
  color: #004FEF;
  background-color: #F1F6FF;
}
/* line 168, ../sass/_niveles.scss */
.niveles .niv-html-sub {
  text-align: center;
}
/* line 170, ../sass/_niveles.scss */
.niveles .niv-html-sub p {
  font-family: 'IBMPlexSans-Regular';
  text-transform: uppercase;
  font-size: .8rem;
}
/* line 174, ../sass/_niveles.scss */
.niveles .niv-html-sub p.c-verde {
  color: #00E790;
}
/* line 177, ../sass/_niveles.scss */
.niveles .niv-html-sub p.c-morado {
  color: #643BA3;
}
/* line 180, ../sass/_niveles.scss */
.niveles .niv-html-sub p.c-azul {
  color: #004FEF;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* line 193, ../sass/_niveles.scss */
  .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) */
/* line 3, ../sass/_metodo.scss */
.metodo .txt h2 {
  font-family: 'IBMPlexSans-SemiBold';
  color: #004FEF;
}
/* line 6, ../sass/_metodo.scss */
.metodo .txt h2 span {
  font-family: 'IBMPlexSans-SemiBoldItalic';
}
/* line 10, ../sass/_metodo.scss */
.metodo .txt h3 {
  font-family: 'IBMPlexSans-Regular';
  color: #778299;
  font-size: 1.1rem;
}
/* line 14, ../sass/_metodo.scss */
.metodo .txt h3 span {
  font-family: 'IBMPlexSans-Bold';
}
/* line 21, ../sass/_metodo.scss */
.metodo p.sup {
  color: #778299;
  font-size: 1.2rem;
}
/* line 24, ../sass/_metodo.scss */
.metodo p.sup font {
  font-family: 'IBMPlexSans-Bold';
}
/* line 26, ../sass/_metodo.scss */
.metodo p.sup font.azul {
  color: #004FEF;
}
/* line 31, ../sass/_metodo.scss */
.metodo p.mt-4 {
  font-size: .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) */
/* line 1, ../sass/_testimonio.scss */
.testimonio {
  background-color: #F1F6FF;
}
/* line 4, ../sass/_testimonio.scss */
.testimonio p {
  font-size: .95rem;
}
/* line 6, ../sass/_testimonio.scss */
.testimonio p.sup {
  color: #778299;
  font-size: 1.2rem;
  margin-top: 20px;
}
/* line 10, ../sass/_testimonio.scss */
.testimonio p.sup span {
  color: #004FEF;
}
/* line 19, ../sass/_testimonio.scss */
.testimonio .laptop-cont .youtube {
  display: none;
}
/* line 22, ../sass/_testimonio.scss */
.testimonio .laptop-cont .youtube.active {
  display: block;
}
/* line 27, ../sass/_testimonio.scss */
.testimonio .laptop-cont .youtube-prev {
  display: block;
  color: #000 !important;
  display: none;
}
/* line 32, ../sass/_testimonio.scss */
.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%;
}
/* line 43, ../sass/_testimonio.scss */
.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;
}
/* line 57, ../sass/_testimonio.scss */
.testimonio .laptop-cont .youtube-prev .bg-prev .btn-video .fa-c {
  font-size: 1.8rem;
  transition: 0.3s;
}
/* line 62, ../sass/_testimonio.scss */
.testimonio .laptop-cont .youtube-prev .bg-prev .btn-video:hover {
  width: 55px;
  height: 55px;
}
/* line 66, ../sass/_testimonio.scss */
.testimonio .laptop-cont .youtube-prev .bg-prev .btn-video:hover .fa-c {
  color: #00E790;
  font-size: 1.5rem;
}
/* line 73, ../sass/_testimonio.scss */
.testimonio .laptop-cont .youtube-prev .youtube, .testimonio .laptop-cont .youtube-prev iframe {
  width: 570px;
  height: 345px;
}
/* line 77, ../sass/_testimonio.scss */
.testimonio .laptop-cont .youtube-prev .play {
  background-image: url(../img/play-youtube.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
/* line 83, ../sass/_testimonio.scss */
.testimonio .laptop-cont .youtube-prev.active {
  display: block;
}

/* line 91, ../sass/_testimonio.scss */
.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;
}

/* line 103, ../sass/_testimonio.scss */
.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) {
  /* line 129, ../sass/_testimonio.scss */
  .testimonio .laptop-cont {
    position: relative;
  }
  /* line 132, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube,
  .testimonio .laptop-cont .youtube-prev {
    width: 100%;
    position: absolute;
    color: #FFF;
    padding: 15px 15px 15px 20px;
  }
  /* line 139, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube span,
  .testimonio .laptop-cont .youtube-prev span {
    width: 100%;
    display: inline-block;
  }
  /* line 143, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube span iframe,
  .testimonio .laptop-cont .youtube-prev span iframe {
    width: 100%;
    height: 170px;
  }
  /* line 148, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube .bg-prev,
  .testimonio .laptop-cont .youtube-prev .bg-prev {
    height: 170px;
  }
  /* line 154, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube .youtube, .testimonio .laptop-cont .youtube iframe,
  .testimonio .laptop-cont .youtube-prev .youtube,
  .testimonio .laptop-cont .youtube-prev iframe {
    width: 280px;
    height: 155px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* line 166, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube-prev .youtube, .testimonio .laptop-cont .youtube-prev iframe {
    width: 450px;
    height: 255px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /* line 176, ../sass/_testimonio.scss */
  .testimonio .laptop-cont {
    position: relative;
  }
  /* line 179, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube,
  .testimonio .laptop-cont .youtube-prev {
    width: 100%;
    position: absolute;
    color: #FFF;
    padding: 20px 30px 20px 30px;
  }
  /* line 186, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube span,
  .testimonio .laptop-cont .youtube-prev span {
    width: 100%;
    display: inline-block;
  }
  /* line 190, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube span iframe,
  .testimonio .laptop-cont .youtube-prev span iframe {
    width: 100%;
    height: 285px;
  }
  /* line 195, ../sass/_testimonio.scss */
  .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) {
  /* line 209, ../sass/_testimonio.scss */
  .testimonio .laptop-cont {
    position: relative;
  }
  /* line 212, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube,
  .testimonio .laptop-cont .youtube-prev {
    width: 100%;
    position: absolute;
    color: #FFF;
    padding: 45px 100px;
  }
  /* line 219, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube span,
  .testimonio .laptop-cont .youtube-prev span {
    width: 100%;
    display: inline-block;
  }
  /* line 223, ../sass/_testimonio.scss */
  .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) {
  /* line 236, ../sass/_testimonio.scss */
  .testimonio .laptop-cont {
    position: relative;
  }
  /* line 239, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube,
  .testimonio .laptop-cont .youtube-prev {
    width: 100%;
    position: absolute;
    color: #FFF;
    padding: 45px 100px;
  }
  /* line 246, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube span,
  .testimonio .laptop-cont .youtube-prev span {
    width: 100%;
    display: inline-block;
  }
  /* line 250, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube span iframe,
  .testimonio .laptop-cont .youtube-prev span iframe {
    width: 100%;
    height: 200px;
  }
  /* line 257, ../sass/_testimonio.scss */
  .testimonio .txt {
    margin-top: 55px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  /* line 267, ../sass/_testimonio.scss */
  .testimonio .laptop-cont {
    position: relative;
  }
  /* line 270, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube,
  .testimonio .laptop-cont .youtube-prev {
    width: 100%;
    position: absolute;
    color: #FFF;
    padding: 25px 25px 25px 35px;
  }
  /* line 277, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube span,
  .testimonio .laptop-cont .youtube-prev span {
    width: 100%;
    display: inline-block;
  }
  /* line 281, ../sass/_testimonio.scss */
  .testimonio .laptop-cont .youtube span iframe,
  .testimonio .laptop-cont .youtube-prev span iframe {
    width: 100%;
    height: 355px;
  }
  /* line 287, ../sass/_testimonio.scss */
  .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%;
  }
}
/* line 10, ../sass/_porque.scss */
.porque .accordion .accordion-item {
  border: 0px;
}
/* line 12, ../sass/_porque.scss */
.porque .accordion .accordion-item .accordion-button {
  background-color: transparent;
  font-family: 'IBMPlexSans-SemiBold';
  color: #778299;
  font-size: 1.2rem;
  box-shadow: none;
}
/* line 18, ../sass/_porque.scss */
.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;
}
/* line 25, ../sass/_porque.scss */
.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 */
}
/* line 37, ../sass/_porque.scss */
.porque .accordion .accordion-item .accordion-body {
  border-bottom: 1px solid #DEE0E3;
}
/* line 40, ../sass/_porque.scss */
.porque .accordion .accordion-item .accordion-body p span {
  color: #004FEF;
}
/* line 42, ../sass/_porque.scss */
.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) */
/* line 1, ../sass/cta.scss */
.banner-cta-1 {
  background-color: #00E790;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 7, ../sass/cta.scss */
.banner-cta-1 .img {
  padding-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 12, ../sass/cta.scss */
.banner-cta-1 .img img {
  position: absolute;
  bottom: 0;
}
/* line 18, ../sass/cta.scss */
.banner-cta-1 .txt {
  padding-top: 20px;
}
/* line 23, ../sass/cta.scss */
.banner-cta-1 h2 {
  color: #004FEF;
  font-family: 'IBMPlexSans-SemiBold';
  font-size: 2rem;
}
/* line 28, ../sass/cta.scss */
.banner-cta-1 h2 .c_small {
  font-family: 'IBMPlexSans-Regular';
  font-size: 1rem;
  display: inline-table;
  margin-top: 10px;
  display: grid;
}
/* line 35, ../sass/cta.scss */
.banner-cta-1 h2 .efecto {
  font-size: 2rem;
  border: 1px solid #FFF;
  font-family: 'IBMPlexSans-SemiBoldItalic';
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 7px;
  color: #004FEF;
}

/* line 49, ../sass/cta.scss */
.banner-cta-2 {
  background-color: #004FEF;
  padding: 35px;
  border-radius: 13px;
  margin-top: 50px;
  text-align: center;
}
/* line 55, ../sass/cta.scss */
.banner-cta-2 p {
  font-family: 'IBMPlexSans-Regular';
  font-size: 1.2rem;
  color: #FFF;
}
/* line 59, ../sass/cta.scss */
.banner-cta-2 p.titulo {
  font-family: 'IBMPlexSans-SemiBold';
  color: #FFF;
  font-size: 1.7rem;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* line 70, ../sass/cta.scss */
  .banner-cta-1 {
    padding-bottom: 30px;
  }
  /* line 72, ../sass/cta.scss */
  .banner-cta-1 h2 {
    text-align: center;
  }
}
/* 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) {
  /* line 90, ../sass/cta.scss */
  .banner-cta-1 .txt h2 .efecto::after {
    content: url("../img/after-4.png");
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    transform: scale(0.85);
  }
  /* line 102, ../sass/cta.scss */
  .banner-cta-1 .img img {
    margin-left: -130px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* line 1, ../sass/_ventajas.scss */
.ventajas {
  background-color: #F1F6FF;
}
/* line 4, ../sass/_ventajas.scss */
.ventajas .btn-1 {
  padding-left: 25px;
}
/* line 6, ../sass/_ventajas.scss */
.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;
}
/* line 16, ../sass/_ventajas.scss */
.ventajas .slider {
  margin-top: 50px;
}
/* line 18, ../sass/_ventajas.scss */
.ventajas .slider .item {
  text-align: center;
}
/* line 20, ../sass/_ventajas.scss */
.ventajas .slider .item .c-block {
  padding: 15px 40px;
}
/* line 23, ../sass/_ventajas.scss */
.ventajas .slider .item .c-block .img img {
  max-width: 120px;
}
/* line 27, ../sass/_ventajas.scss */
.ventajas .slider .item .c-block h4 {
  color: #004FEF;
  padding: 7px;
  border-radius: 10px;
  margin-top: 30px;
  font-family: 'IBMPlexSans-Regular';
  font-size: 1rem;
}
/* line 36, ../sass/_ventajas.scss */
.ventajas .slider .item .c-block h4 span {
  font-family: 'IBMPlexSans-Bold';
  display: block;
  font-size: 1.3rem;
}
/* line 42, ../sass/_ventajas.scss */
.ventajas .slider .item .c-block p {
  color: #004FEF;
}
/* line 50, ../sass/_ventajas.scss */
.ventajas .slider .slick-dots li button::before {
  background-color: #000;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  content: '';
  transition: 0.3s;
}
/* line 62, ../sass/_ventajas.scss */
.ventajas .slider .slick-dots li.slick-active button::before {
  background-color: #004FEF;
  opacity: 1 !important;
  width: 25px;
  border-radius: 8px;
  margin-left: -5px;
}
/* line 77, ../sass/_ventajas.scss */
.ventajas .slick-dots li button::before {
  background-color: #000;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  content: '';
  transition: 0.3s;
}
/* line 89, ../sass/_ventajas.scss */
.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) */
/* 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) */
/* line 3, ../sass/_tyc.scss */
.tyc {
  background-color: #004FEF;
  padding-bottom: 90px;
}
/* line 9, ../sass/_tyc.scss */
.tyc .accordion .accordion-item {
  border: 0px;
  background-color: transparent;
}
/* line 12, ../sass/_tyc.scss */
.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;
}
/* line 21, ../sass/_tyc.scss */
.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;
}
/* line 28, ../sass/_tyc.scss */
.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");
}
/* line 40, ../sass/_tyc.scss */
.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) */
