header {
  background: #000000ea none repeat scroll 0 0;
}

.header-logo {
  margin-top: -10px;
  margin-bottom: -15px;
  width: 211px;
}

.final_btn {
  margin-left: -10px;
  margin-top: 30px;
}

.final_btn > a {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #22958d !important;
  border-radius: 50px;
  color: #0342b5 !important;
  display: inline-block;
  padding: 10px 30px;
  margin: 0 10px 15px;
  transition: all 0.3s ease 0s;
}

.extra_features {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .hero-text-img {
    padding-top: 0 !important;
  }
  .extra_features {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

.mbYTP_wrapper {
  margin-top: 20px;
}

#feature-questions video {
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  #feature-questions video {
    margin-inline: 15%;
    width: 70%;
    height: auto;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {
  .home_bg {
    height: 785px !important;
    position: relative;
  }
  .position-img{
    padding-top: 86px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home_bg {
    height: 1424px !important;
    position: relative;
  }
}

.home_btn_1 {
  margin-left: -10px;
  margin-top: 30px;
}
.home_btn_1 a {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #2b8af8;
  border-radius: 50px;
  color: #2b8af8;
  display: inline-block;
  padding: 10px 30px;
  margin: 0 10px 15px;
  transition: all 0.3s ease 0s;
}
.home_btn_1 a:hover {
  background: #2b8af8;
  color: #fff;
}
.home_btn_1 a i {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.home_btn_1 #btn-watch-video {
  background: #2b8af8 !important;
  border: 2px solid #2b8af8;
  border-radius: 50px;
  border-color: #2b8af8 !important;
  color: white !important;
  font-weight: bold;
  display: inline-block;
  padding: 10px 30px;
  margin: 0 10px 15px;
  transition: all 0.3s ease 0s;
}

.single_feature_btn_light_1 {
  /* background: #302f2f none repeat scroll 0 0; */
  border: 4px solid #2b8af8;
  border-radius: 0;
  color: #2b8af8;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  outline: medium none !important;
  padding: 15px 27px;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}

.single_feature_btn_light_1:hover,
.single_feature_btn_light_1:focus {
  background: #2b8af8;
  color: #fff;
}

.carousel-indicators li {
  border: 1px solid #2b8af8 !important;
  border-radius: 12px;
  height: 12px;
  margin: 0 1px;
  width: 5px;
  background: #2b8af8 !important;
}

.carousel-indicators .active {
  background-color: #2b8af8 !important;
  height: 18px;
  margin: 0 1px;
  width: 5px;
}

/* PLAN CARDS */
.cards-container {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2em;
  flex-wrap: wrap;
}

.card {
  display: flex;
  cursor: pointer;
  min-width: 350px;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin: 1em;
}

.card:hover {
  transform: scale(1.1);
}

.card-header {
  text-align: center;
  margin: 0.2em 0em;
  & h3 {
    font-size: 2.5em;
  }
}

.card-body {
  flex: 1;
  width: 100%;
  font-weight: bold;
  padding: 1em;
}

.card-main-info {
  text-align: center;

  & h2 {
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    color: inherit;
    font-size: 4em;
  }

  & h3 {
    color: inherit;
    margin-bottom: 0em;
  }
}

.card-footer {
  width: 100%;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-body ul {
  list-style: none;
  padding: 0;
  padding-inline-start: 2em;
}

.card-body li {
  margin-bottom: 0.5em;
}

.check-list-item::before {
  content: "\2714";
  color: #a9c409;
  margin-right: 5px;
}

.gratis-offer .check-list-item::before {
  color: #2b8af8 !important; /* Cambia este color al que prefieras */
}

.green-color {
  color: #13bc31 !important;
}

.blue-color {
  color: #2b8af8 !important;
}

.bg-blue {
  background-color: #2b8af8;
}

.btn-no-style:hover {
  background-color: #13bc31 !important;
}

.navbar-default_1 .navbar-nav > li > a:focus,
.navbar-default_1 .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default_1 {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  padding: 20px 0;
  background: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.navbar-default_1 .navbar-nav > .active > a,
.navbar-default_1 .navbar-nav > .active > a:hover,
.navbar-default_1 .navbar-nav > .active > a:focus {
  color: #2b8af8 !important;
  background-color: transparent;
}

.navbar-default_1 .navbar-nav > .open > a,
.navbar-default_1 .navbar-nav > .open > a:hover,
.navbar-default_1 .navbar-nav > .open > a:focus {
  color: #171717 !important;
  background-color: transparent;
}

.navbar-default_1 .navbar-collapse,
.navbar-default_1 .navbar-form {
  border-color: #fff;
}

@media only screen and (max-width: 768px) {
  .navbar-default_1 .navbar-nav > li > a {
    margin-top: 10px;
    padding: 8px;
  }
}

@media only screen and (max-width: 480px) {
  .menu-top {
    background-color: #807154;
  }

  .navbar-default_1 .navbar-nav > li > a {
    color: #f8f8ff !important;
  }
}

.navbar-default_1.menu-shrink {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  padding: 10px 0;
  width: 100%;
  margin-top: 0;
}

.navbar-default_1.menu-shrink li a {
  color: rgba(200, 200, 200, 0.6) !important;
}

.navbar-default_1.menu-shrink li a:hover {
  color: #2b8af8 !important;
}

.navbar-default_1 .navbar-toggle {
  background: #fff none repeat scroll 0 0;
}

.navbar-default_1 .navbar-toggle:hover,
.navbar-default_1 .navbar-toggle:focus {
  background-color: #fff;
}

/* Estilos adicionales para los diferentes tipos de plan */

@media (max-width: 767px) {
  .cards-container {
    flex-direction: column;
  }
  .card {
    margin: 1em auto;
    width: 60%;
  }
}

@media (max-width: 480px) {
  .hero-text-img {
    padding-top: 26px !important;
  }
}

/* video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	object-fit: cover;
	z-index: -1;
  } */

.testimonial-user {
  font-size: 40px !important;
  border-radius: 500px;
  padding: 15px;
  background-color: #5b5b5b;
}

.nav-links {
  font-size: 1em !important;
  font-weight: 600;
  letter-spacing: 1px !important;
}
.nav-links:hover {
  color: #2b8af8 !important;
}

.enterprise-size {
  /* width: 347px;
  height: 102px; */
  width: 250px;
  text-align: center;
  /* height: 102px; */
  max-width: 100%;
  max-height: 100%;
}

/* Estilos del botón flotante de WhatsApp */
#whatsappFloatingButton {
  position: fixed;
  bottom: 20px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1000;
  animation: whatsappButtonAnimation 0.5s;
}

#whatsappFloatingButton svg {
  width: 36px;
  fill: #fff;
}

@keyframes whatsappButtonAnimation {
  0% {
    transform: scale3d(0, 0, 0);
    transition: transform 0.3s ease-in-out;
  }
  100% {
    transform: scale3d(1, 1, 1);
    transition: transform 0.5s cubic bezier(0.18, 0.89, 0.32, 1.28);
  }
}

@media screen and (max-width: 768px) {
  #whatsappFloatingButton {
    width: 36px;
    height: 36px;
  }

  #whatsappFloatingButton svg {
    width: 20px;
  }
}

.panel-heading {
  & :hover {
    color: #2b8af8;
  }
}
.panel-title {
  & a:hover {
    color: #2b8af8;
  }
}
.panel-body {
  & a:hover {
    color: #2b8af8;
  }
}

/* Estilo para la oferta "Gratis" */
.gratis-offer {
  background-color: #13bc31; /* Verde */
  color: white;
}

.gratis-offer .card-header h3 {
  color: white;
}

.gratis-offer .card-footer button {
  background-color: #13bc31;
  border: solid 5px #fff;
  border-radius: 10px;
}

/* Estilo para la oferta "Kiwi Plus" */
.kiwi-plus-offer {
  color: white !important;
  background-color: #2b8af8;
}
.kiwi-plus-offer .card-header h3 {
  color: white !important;
}
.kiwi-plus-offer .card-footer button {
  background-color: #2b8af8;
  border: solid 5px white;
  border-radius: 10px;
}

/* Estilo especial para el último elemento */
#cards-plans .card:last-child {
  background-color: #8a6d3b;
  color: white !important;
}

#cards-plans .card:last-child .card-footer button {
  background-color: #8a6d3b;
  border: solid 5px white;
}

/* MODAL STYLES */

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  margin-top: 0px !important;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 60%;

  && h2 {
    color: white;
  }
}

.close {
  position: absolute;
  top: 40px;
  right: 32px;
  font-size: 30px !important;
  cursor: pointer;
  color: black;
  opacity: 1 !important;
}

.btn-modal {
  background-color: #13bc31;
  color: white;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.btn-modal:hover {
  background-color: #13bc31;
}

.swiper-container {
  overflow: hidden;
  width: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  opacity: none !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 25px;
  font-weight: bold;
  color: black;
}
