.home-page-one.menu-bg-overlay {
  background-color: #454E9C;
}

.home-page-one.menu-bg-overlay .navbar-nav .nav-link.active {
  color: #F06060 !important;
}

.navbar-nav .nav-link.active {
  opacity: 1;
  color: #F06060 !important;
}

.leftRight {
  -webkit-animation: leftRight 1.3s infinite alternate;
  animation: leftRight 1.3s infinite alternate;
}

@-webkit-keyframes leftRight {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@keyframes leftRight {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

.zooming {
  -webkit-animation: zooming 5S infinite alternate;
  animation: zooming 5S infinite alternate;
}

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.fadeIn {
  -webkit-animation: fadeIn 2s alternate;
  animation: fadeIn 2s alternate;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.content {
  height: 0px;
  /* Espacio para hacer scroll */
}

.fadeIn {
  opacity: 0;
  transition: opacity 1.3s ease-in-out;
}

.fadeIn.visible {
  opacity: 1;
}

.container-animacion {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

}

.image-x {
  position: absolute;
  display: block;
  left: 345px;
  top: 8px;
}

.image-mas {
  position: absolute;
  display: block;
  left: 120px;
  top: 170px;
}

.image-o {
  position: absolute;
  display: block;
  left: 250px;
  top: 340px;
}

.image-a {
  position: absolute;
  display: block;
  left: 400px;
  top: 500px;
}

.move-with-cursor {
  transition: transform 0.1s ease-out;
}

.app-features .single-app-features:hover h3 {
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: #F06060;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-features .center .single-app-features p {
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: #F06060;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-secondary {
  color: #F06060 !important;
}

.how-app-work-section .how-app-work-screen-mobile-image {
  height: 625px;

}

.how-app-work-section .how-app-work-content:before {
  left: 36px;
}

.how-app-work-section .how-app-work-slider-wrapper,
.how-app-work-section .how-app-work-slider-wrapper-2,
.how-app-work-section .how-app-work-slider-wrapper-3,
.how-app-work-section .how-app-work-slider-wrapper-4 {
  height: 625px;
}

.how-app-work-section .bx-wrapper .slide-item {
  padding: 15px;
}

.how-app-work-section .bx-wrapper .slide-item img {
  border-radius: 0px;
}

.text-primary {
  color: #454E9C !important;
}

.carousel-control-next,
.carousel-control-prev {
  width: 30% !important;
}

.pricing-section .switch.on .slider {
  background: #454E9C;
  background: -webkit-gradient(left top, right top, color-stop(0%, #454E9C), color-stop(100%, #6541c1));
  background: -webkit-gradient(linear, left top, right top, from(#454E9C), to(#6541c1));
  background: linear-gradient(to right, #454E9C 0%, #6541c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454E9C', endColorstr='#6541c1', GradientType=1);
}

.download-button {
  border: none;
  outline: none;
  background: #fff;
  color: #190A32;
  font-weight: 600;
  font-size: 15px;
  border-radius: 18px;
  display: inline-block;
  padding: 4.5px 21.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.download-button:hover {
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: #F06060;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  color: #fff;
}

.screen-mobile-image {
  background-image: url(../img/fature-moc.png);
  width: 330px;
  -webkit-box-shadow: 0px 24px 26px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 24px 26px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.navbar-nav .nav-link {
  text-transform: none;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 18px;
}

.navbar-nav .nav-link:hover {
  color: #F06060 !important;
}

.appilo-menu {
  top: 15px;
  max-width: 1350px;
  background-color: #454E9C;
  padding: 1rem;
  border-radius: 50px;
  backdrop-filter: saturate(200%) blur(30px);
  background-color: #454E9C !important;
}

.home-page-one.menu-bg-overlay {
  background-color: transparent !important;
}

.sign-up-btn {
  margin-top: -10px;
}

.slider-medicos-prev {
  left: 35%;
  transform: translate(-50%, 50%);
}

.slider-medicos-next {
  right: 35%;
  transform: translate(50%, 50%);
}

/* .slider-medicos-next,
.slider-medicos-prev {
  font-size: 3rem;
  color: #F06060;
  position: absolute;
  top: 100%;
} */

/* PACIENTES */
.slider-pacientes-prev {
  left: 35%;
  transform: translate(-50%, 50%);
}

.slider-pacientes-next {
  right: 35%;
  transform: translate(50%, 50%);
}

/* .slider-pacientes-next,
.slider-pacientes-prev {
  font-size: 3rem;
  color: #F06060;
  position: absolute;
  top: 100%;
} */

.how-app-work-section .how-app-work-content-wrap {
  padding: 0px;
}

.how-app-work-section .how-app-work-content-2 {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-bottom: 40px;
  position: relative;
}

.how-app-work-section .how-app-work-content-2::before {
  content: '';
  width: 2px;
  height: 100%;
  background: url(../img/gradient-sep.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 35px;
  z-index: -1;
}

.how-app-work-section .how-app-work-content:before {
  z-index: -1;
}

.badge-primary {
  color: #fff;
  background-color: #454E9C;
}

.CTA {
  background: #F06060 url(../img/CTA.png) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  padding: 126px 0;
}

.CTA:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(61, 30, 130, 0.67);
}


.tooltip-custom {
  cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
  color: #F06060;
  font-size: 3rem;
  position: absolute;

  transform: translateY(50%);
  top: 100%;
}

.swiper-button-next {
  right: 45%;
}

.swiper-button-prev {
  left: 45%;
}

.swiper-container {
  position: relative;
  padding-bottom: 0px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none;
}

.h1 {
  font-size: 80px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: -0.015em !important;

}

.h6 {
  font-size: 13px !important;
}

.subtitulo {
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 29px !important;
  padding: 0 15rem;
}

p {
  font-size: 16px !important;
  line-height: 21px !important;
}

.h2 {
  font-size: 35px !important;
}

body {
  color: #86868b !important;
}

.popover {
  max-width: 350px;
  line-height: 1.2;
}

.popover-body {
  color: #454E9C;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  padding: .3rem .3rem;
}

.pager-item.active {
  opacity: 1;
}

.popover .arrow {
  display: none;
}

.text-cta {
  font-size: 80px;
}

.pricing-section .single-pricing.popular {
  margin-top: 0px;
}

.pricing-section .single-pricing {
  height: 100%;
}

.pricing-section .single-pricing.popular .inner {
  padding-top: 45px;
  padding-bottom: 45px;
}

.single-pricing {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.single-pricing .inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-pricing .inner img {
  margin-bottom: 20px;
}

.thm-btn {
  align-self: center;
  margin-top: auto;
}

.porque-text {
  font-size: 69px !important;
}

.swiper-wrapper {
  padding: 30px 0 0px;
}


.popover-block-container .popover-icon {
  background: none;
  color: none;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.popover-block-container .popover-icon i {
  color: #04a0b2;
  text-align: center;
  margin-top: 4px;
}

.popover-header {
  display: none;
}

.popover {
  max-width: 306.6px;
  border-radius: 6px;
  border: none;
  box-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
}

.popover-body {
  border: none;
  padding: 20px 49.4px 24px 24px;
  color: #5f6976;
  font-size: 15px;
  font-style: italic;
  z-index: 2;
  line-height: 1.53;
  letter-spacing: 0.1px;
}
.popover-body .popover-close {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 1;
}
.popover-body .popover-close .material-icons {
  font-size: 16px;
  font-weight: bold;
  color: #04a0b2;
}


@media (max-width: 1400px) {
  .appilo-menu {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}

@media (min-width: 769px) and (max-width: 990px) {
  .screen-mobile-image {
    width: 290px !important;
  }
}

@media (max-width: 991px) {
  .navbar-nav ul {
    padding-top: 15px;
    background-color: #454E9C;
    margin-right: 0px;
    float: none;
  }

  .sign-up-btn {
    margin-top: -25px;
  }
  .porque-text {
    font-size: 55px !important;
  }
}

@media (max-width: 768px) {
  .testimonials-style-one .title h3 {
    text-align: start;
  }

  .banner-static .banner-content {
    padding-top: 0px;
  }

  .swiper-slider-area .swiper-wrapper {
    height: 530px;
  }

  .screen-mobile-image {
    display: block;
    width: 270px !important;
    height: 540px;
  }

  .how-app-work-section .how-app-work-content {
    margin-bottom: 0px;
  }


  .testimonials-slider .bx-wrapper .bx-controls-direction a {
    font-size: 40px !important;
  }

  .subtitulo {
    padding: 0 1.5rem;
  }

  .text-cta {
    font-size: 70px;
  }

}

@media (max-width: 667px) {
  .swiper-slider-area .swiper-wrapper {
    height: 580px;
  }

  .testimonials-style-one .title h3 {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .banner-static .banner-moc-box {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .screen-mobile-image {
    display: none;
  }

  .how-app-work-section .single-how-app-work .text-box {
    padding-left: 20px;
  }

  .banner-static {
    background: #fff url(../img/slider-bg-movil.png) center top no-repeat;
    background-size: cover;
  }

  .video-box {
    background: #F06060 url(../img/video-bg-movil.jpg) center top no-repeat fixed;
    background-size: cover;
  }

  div#quees,
  div#caracteristicas,
  div#gamificacion,
  div#porque,
  div#suscripciones {
    display: block;
    content: " ";
    margin-top: -90px;
    height: 90px;
    visibility: hidden;
  }


  .h1 {
    font-size: 45px !important;
  }

  .porque-text {
    font-size: 45px !important;
  }

  .text-cta {
    font-size: 50px !important;
  }

  .CTA {
    background: #F06060 url(../img/CTA-movil.png) center center no-repeat fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .pricing-section .single-pricing {
    margin-top: 0px;
  }

  .swiper-slider-area .swiper-wrapper {
    height: 540px;
  }
  .swiper-button-prev, .swiper-button-next{
    top: 50%;
  }
  .swiper-button-next {
    right: 25px !important;
  }
  
  .swiper-button-prev {
    left: 10px;
  }
}