/* importación de tipografia */
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");

/* Estilos base para el body */
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, sans-serif;
  background-color: #000;
  cursor: url("../img/mouse.png"), auto;
}

/* barra vertical para el menu */
.barra {
  width: 8px;
  height: 45%;
  background-color: #e3001c;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 12px;
  margin-bottom: 7px;
}

@media (max-width: 200px), (max-width: 1000px) {
  .barra {
    display: none;
  }
}

/* menu */
.navbar-nav.ml-auto .nav-item {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}

/* contorno para el video de inicio */
.video-container {
  position: relative;
  width: 100%;
  height: 150%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
}

@media (max-width: 576px) {
  .video-container video {
    width: 100%;
    height: 150%;
  }
}

@media (max-width: 768px) {
  .video-container video {
    width: 100%;
    height: 150%;
  }
}

@media (max-width: 900px) {
  .video-container video {
    width: 100%;
    height: 150%;
    padding-top: 50px;
  }
}

@media (max-width: 992px) {
  .video-container video {
    width: 100%;
    height: 150%;
    padding-top: 50px;
  }
}

@media (max-width: 1200px) {
  .video-container video {
    width: 100%;
    height: 150%;
  }
}





input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background-color: #0000;
  color: #ffff;
}

/* boton de whatsapp */
.whatsapp {
  height: 70px;
  position: fixed;
  bottom: 20%;
  right: 0;
  transform: translateY(50%);
  background-color: #000;
  color: #fff;
  border: 1px solid #e3001c;
  padding: 5px;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transform-origin: center;
  z-index: 1000;
  border-radius: 10px;
}

.whatsapp:hover {
  background-color: #e3001c;
  color: #fff;
}

.contador-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 10px;
  margin-bottom: 10px;
}

.contador-numero {
  font-size: 60px;
  color: white;
  margin-right: 45px;
}

.contador-texto {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 50px;
  font-weight: bold;
  -webkit-text-stroke: 2px #fff;
  color: transparent;
  margin-right: 15px;
}

@media (max-width: 576px) {
  .contador-numero {
    font-size: 30px;
  }

  .contador-texto {
    font-size: 30px;
  }
}

.titulo {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.card-body {
  background-color: #000 !important;
  font-family: Helvetica;
  font-size: 12px;
}

.subtitulo {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  -webkit-text-stroke: 2px #fff;
  color: transparent;
  margin-right: 15px;
}

.subtitulodos {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 45px;
  font-weight: bold;
  -webkit-text-stroke: 2px #fff;
  color: transparent;
  margin-right: 15px;
}

.impactamos {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 45px;
  font-weight: bold;
  -webkit-text-stroke: 2px #fff;
  color: transparent;
  margin-right: 15px;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-divider {
  border-right: 2px solid rgba(255, 255, 255, 0.315);
}

.footer-divider:last-child {
  border-right: none;
}

.black-background {
  background-color: black;
}

/* @media para .footer-divider */
@media (max-width: 768px) {
  .footer-divider {
    border-right: none;
  }

  .footer-divider:last-child {
    border-bottom: none;
  }
}
/* Estilo para los elementos <li> */
.nav-item {
  display: inline-block;
  position: relative;
  margin: 0 5px;
}

.nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: red;
}

.nav-link {
  display: block;
  padding: 10px 15px;
  background-color: black;
  color: white;
  text-decoration: none;
}

/* Estilo para el enlace activo */
.nav-link.active {
  background-color: black !important;
}
.planes{
  
  font-size: 20px;
}
.planesi {
  font-family: "Satisfy", cursive;
  
}

/* @medias para planes */
@media (max-width: 576px) {
  .planes {
    font-size: 15px;
  }
}

/* Estilo personalizado para la línea de tiempo y app*/
.app {
  background-color: #e3001c;
  margin-top: 15%;
}

.img-outside-container {
  overflow: hidden;
  position: relative;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -45px;
}

.img-outside-container img {
  width: 100%;
  height: auto;
}

.btn-demo {
  background-color: black;
  color: white;
  margin-top: -50px;
}

.app-text {
  font-size: 19px;
  color: white;
}


.timeline {
  position: relative;
  margin: 50px 0;
}

.timeline-images {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.timeline-images .col-1 {
  flex-basis: calc(100% / 8);
  text-align: center;
}

.timeline-images img {
  width: 20%;
  margin-bottom: 10px;
}

.timeline-text {
  position: relative;
  padding: 20px 0;
  font-size: 18px;
}

.timeline-images img:hover {
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .timeline-images .col-1 {
    flex-basis: calc(100% / 4);
  }

  .timeline-text {
    padding: 10px 0;
    font-size: 20px;
  }

  .timeline-images {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .app {
    background-color: #e3001c;
    margin-top: 145%;
  }
}

@media (max-width: 576px) {
  .timeline-images .col-1 {
    flex-basis: calc(100% / 2);
  }

  .timeline-text {
    padding: 10px 0;
    font-size: 20px;
  }

  .timeline-images {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .app {
    background-color: #e3001c;
    margin-top: 145%;
  }
}

/* planes - estilo de las imagenes de door y marketing */
.parallax-image {
  position: relative;
  width: 270px;
  height: 210px;
  overflow: hidden;
}

.parallax-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1.2);
  transition: transform 0.2s ease-out;
}

.parallax-image:hover img {
  transform: scale(1.1);
}

@media (max-width: 576px) {
  .parallax-image {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .parallax-image {
    width: 100%;
    height: 200px;
  }
}

/* linea roja */
.linea {
  border-bottom: 2px solid #e3001c;
  width: 100%;
  height: 1px;
  margin-top: 20px;
}
/* fondo de planes */
.fondo {
  background-image: url(../img/MKDO_banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;

  
}
 /* fondo de pdv */
.fondopdv {
  background-image: url(../img/pdv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}
/* fondo de btl */
.fondobtl {
  background-image: url(../img/btl.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}
/* fondo de eventos */
.fondoeventos {
  background-image: url(../img/eventos.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}
/* fondo de contacto */
.fondocontacto {
  background-image: url(../img/pdvv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}

/* titulo que va ensima de la imagen de fondo */
.subtitulotres {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 120px;
  font-weight: bold;
  -webkit-text-stroke: 2px #fff;
  color: transparent;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; 
  animation: fade-in 1s ease-in-out;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*  responsive para pantallas pequeñas */
@media (max-width: 576px) {
  .subtitulotres {
    font-size: 60px;
    text-align: center;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .subtitulotres {
    font-size: 75px;
    text-align: center;
  }
}

.flecha {
  width: 150px;
  margin: 0 auto;
  position: relative;
  top: 20px;
}

/* texto casos de exito */
.casos {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 60px;
  font-weight: bold;
  -webkit-text-stroke: 2px #fff;
  color: transparent;
  margin-right: 15px;
}

.casos .casos-exito {
  color: #e3001c;
  -webkit-text-stroke: 0px #fff;
}

/* tarjetas de planes */
.tarjetas {
  width: 100%;
  height: 80%;
  border: 2px solid #e3001c;
  border-radius: 40px;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 60px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.tarjetas-punto {
  width: 90px;
  margin-top: -55px;
  animation: pulse 3s infinite;
}

.tarjetas-titulo {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.tarjetas-texto {
  font-size: 16px;
}
@media (max-width: 767px) {
  .tarjetas {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 60px;
  }
}

/* Estilos base para las tarjetas-btl */
.tarjetas-btl {
  width: 100%;
  height: 80%;
  border: 2px solid #e3001c;
  border-radius: 40px;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 60px;
}

.tarjetas-titulo-btl {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}

.tarjetas-titulo-inicio {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: regular;
}

/* Media query para pantallas pequeñas */
@media (max-width: 767px) {
  .tarjetas-btl {
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 60px;
  }

  .tarjetas-titulo-btl {
    font-size: 15px;
  }

  .tarjetas-titulo-inicio {
    font-size: 15px;
  }
}

/* Media query para pantallas medianas */
@media (min-width: 768px) and (max-width: 991px) {
  .tarjetas-btl {
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 60px;
  }

  .tarjetas-titulo-btl {
    font-size: 15px;
  }

  .tarjetas-titulo-inicio {
    font-size: 15px;
  }
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: url("../img/atras_w.svg");
}

.carousel-control-next-icon {
  background-image: url("../img/adelante_w.svg");
}



/*  desaparecen los carousel-control-prev y carousel-control-next en pantallas medianas */
@media (min-width: 200px) and (max-width: 999px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: none;
  }
}

.slideruno {
  background-color: #e3001c;
  width: 100%;
  height: 100%;
}

.seguimiento {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 60px;
  font-weight: bold;
  -webkit-text-stroke: 2px #fecc45;
  color: transparent;
  margin-right: 15px;
}

/* btl */
.carousel-item {
  position: relative;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.carousel-captions {
  text-align: center;
  padding: 10px;
  color: white;
  font-size: 60px;
  margin-top: 10px;
}

/* Media query para pantallas medianas */

@media (max-width: 768px) {
  .carousel-inner .carousel-item .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .carousel-inner .carousel-item .col {
    width: 100%;
  }

  .carousel-captions {
    font-size: 18px;
    margin-top: 5px;
  }
}

.activaciones {
  background-color: #e3001c;
}

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 40px;
  font-weight: bold;
  -webkit-text-stroke: 2px #fff;
  color: transparent;
  margin-right: 15px;
  position: absolute;
}

/* estilos para el footer */
footer {
  background-color: #000000ef;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.Newsletter {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}

.btn-Newsletter {
  display: block;
  margin-top: 10px;
  width: 100%;
}

a {
  text-decoration: none;
}

@media (max-width: 768px) {
  .btn {
    display: block;
    margin-left: 215px;
    margin-right: auto;
    width: 30%;
    color: #fff;
    padding: 10px;
    font-size: 19px;
  }
}