/*   
 * Template Name: Appkit Landing - Responsive Website Template for Developers
 * Version: 2.1
 * Author: Xiaoying Riley
 * Twitter: @3rdwave_themes
 * License: Creative Commons Attribution 3.0 License
 * Website: https://themes.3rdwavemedia.com/
*/
.white{
  color: #ffffff;
}

.noitem{
 
  text-decoration: line-through;
  color: #CCCCCC;
} 

.btns:active{
    -ms-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    border-bottom: none;
}

.btns:hover {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
/*box-shadow:  0 5px 5px #1E1F26, 0 15px rgba(30, 31, 3, 0.25) inset;*/
/*background-color: #1E1F26;*/
color: #1E1F26;
}

body {
  font-family: 'Open Sans', arial, sans-serif;
  color: #494d55;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-bottom: 15px;
  line-height: 1.5;
}

a {
  color: #3aa7aa;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: #339597;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.btn, a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}

.btn .fa, a.btn .fa {
  margin-right: 5px;
}

.btn-cta, a.btn-cta {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 30px;
}

/*.btn-primary {
  background: #40babd;
  border: 1px solid #40babd;
  color: #fff;
}*/

/*.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.hover {
  background: #3aa7aa;
  color: #fff;
  border: 1px solid #3aa7aa;
}*/

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-indicators {
  bottom: 30px;
  margin-bottom: 0;
}

.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  width: 11px;
  height: 11px;
  margin: 0;
  margin-right: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.carousel-indicators li.active {
  background-color: #40babd;
  width: 11px;
  height: 11px;
  margin: 0;
  margin-right: 8px;
}

/* ======= Header ======= */
.header {
  position: fixed;
  width: 100%;
  z-index: 30;
  height: 60px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.header.header-scrolled {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.header.header-scrolled a {
  color: #494d55;
}

.header.header-scrolled .logo {
  color: #40babd;
  padding-top: 12px;
}

.header.header-scrolled .logo .logo-icon-wrapper {
  background: #40babd;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}

.header.header-scrolled .logo .logo-icon {
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.header.header-scrolled .main-nav .nav .nav-link {
  color: #a2a6af;
}

.header.header-scrolled .main-nav .nav .nav-link:hover {
  color: #9499a3;
}

.header.header-scrolled .main-nav .nav .nav-link.active {
  color: #494d55;
  border-bottom: 4px solid #40babd;
}

.header a {
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.header a:hover {
  text-decoration: none;
}

.header .logo {
  margin: 0;
  display: inline-block;
  float: left;
  font-size: 28px;
  padding-top: 15px;
}

.header .logo .logo-icon-wrapper {
  margin-right: 3px;
  position: relative;
  display: inline-block;
  top: -3px;
}

.header .logo .logo-icon {
  width: 30px;
  height: 30px;
}

.header .logo .highlight {
  font-weight: 800;
}

.main-nav {
  margin-top: 6px;
}

.main-nav .navbar-toggler {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: absolute;
  padding: 8px 10px;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.main-nav .navbar-toggler:focus {
  outline: none;
}

.main-nav .navbar-toggler .icon-bar {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 22px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.main-nav .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.main-nav .navbar-toggler:hover .icon-bar {
  background-color: #fff;
}

.main-nav .nav .nav-item {
  font-weight: normal;
  font-size: 14px;
  margin-right: 10px;
}

.main-nav .nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
}

.main-nav .nav .nav-item .nav-link.active {
  position: relative;
  background: none;
  color: #fff;
}

.main-nav .nav .nav-item .nav-link:hover {
  color: #fff;
  background: none;
}

.main-nav .nav .nav-item .nav-link:focus {
  outline: none;
  background: none;
}

.main-nav .nav .nav-item .nav-link:active {
  outline: none;
  background: none;
}

.main-nav .nav .nav-item:last-child {
  margin-right: 0;
}

.nav > li > a {
  padding-left: 5px;
  padding-right: 5px;
}

.nav-link {
  padding: 15px;
}

/* ====== Footer ====== */
.footer {
  background: #26282c;
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 0;
}

.footer a {
  color: #40babd;
}

.footer .fa-heart {
  color: #EA5395;
}

/* ======= Hero Section ======= */
.hero-section {
  min-height: 560px;
/*  background: #494d55;*/
  position: relative;
}

.hero-section .figure-holder-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.hero-section .figure-holder {
  position: relative;
  height: 560px;
  width: 100%;
}

.hero-section .figure-holder .figure-image {
  position: absolute;
  bottom: 0;
  right: -
  39px;
  z-index: 10;
}

.hero-carousel {
  height: 560px;
  color: #fff;
}

.hero-carousel .carousel-inner .carousel-item {
  height: 560px;
  background-position: center center;
}

.hero-carousel .carousel-inner .item-1 {
  background-image: url("../images/hero-1.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-carousel .carousel-inner .item-2 {
  background-image: url("../images/hero-2.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-carousel .carousel-inner .item-3 {
  background-image: url("../images/hero-3.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-carousel .carousel-inner .heading {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}

.hero-carousel .carousel-inner .intro {
  font-size: 18px;
}

.hero-carousel .carousel-inner .intro + .btn {
  margin-top: 15px;
}

/* ======= About Section ======= */
.about-section {
/*  padding-top: 10px;*/
}

.about-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.about-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.about-section .items-wrapper {
  margin-bottom: 60px;
}

.about-section .items-wrapper .figure-holder {
  min-height: 170px;
  margin-bottom: 15px;
  vertical-align: bottom;
}

.about-section .items-wrapper .item-inner {
  padding: 30px;
}

.about-section .items-wrapper .item-title {
  color: #40babd;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}

.about-section .items-wrapper .item-desc {
  color: #616670;
}

.technologies {
  margin-bottom: 20px;
}

.technologies .list-inline-item {
  margin-right: 15px;
}

.technologies .list-inline-item:last-child {
  margin-right: 0;
}

.testimonials {
  background: #40babd;
}

.testimonials-inner {
  padding: 60px 30px;
  position: relative;
  max-width: 800px;
}

.testimonials-inner .profile-holder {
  position: absolute;
  left: 30px;
  text-align: center;
}

.testimonials-inner .profile-image {
  display: inline-block;
  margin: 0 auto;
}

.testimonials-inner .quote {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-left: 130px;
  border-left: none;
  margin-bottom: 0;
  font-size: 14px;
  min-height: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 15px;
}

.testimonials-inner .quote:before {
  position: absolute;
  left: -10px;
  top: 30px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
}

/* ======= Testimonials Section ======= */
.testimonials-section {
  background: #40babd url("../images/map.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:70px;
  padding-bottom: 70px;
}

.testimonials-section .section-title {
  margin: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}

.testimonials-section .item {
  position: relative;
  max-width: 800px;
  padding: 30px;
}

.testimonials-section .item:last-child {
  margin-bottom: 0;
}

.testimonials-section .item.item-reversed .profile-holder {
  left: inherit;
  right: 25px;
}

.testimonials-section .item.item-reversed .quote {
  margin-left: 0;
  margin-right: 105px;
}

.testimonials-section .item.item-reversed .quote:before {
  left: inherit;
  right: -10px;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  border-right: inherit;
}

.testimonials-section .item .profile-holder {
  position: absolute;
  left: 20px;
  text-align: center;
}

.testimonials-section .item .profile-image {
  display: inline-block;
  margin: 0 auto;
  width: 95px;
  height: 95px;
}

.testimonials-section .item .quote {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-left: 105px;
  border-left: none;
  margin-bottom: 0;
  font-size: 14px;
  min-height: 80px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 30px;
}

.testimonials-section .item .quote:before {
  position: absolute;
  left: -10px;
  top: 30px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
}

.testimonials-section .item .quote-source {
  color: rgba(0, 0, 0, 0.6);
}

/* ======= Features Section ======= */
.features-section {
  padding-top: 25px;
  padding-bottom: 5px;
}

.features-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.features-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.features-section .intro a {
  color: #797f8b;
}

.features-section .intro a:hover {
  color: #494d55;
}

.feature-nav {
  text-align: center;
  margin-bottom: 30px;
}

.feature-nav .nav-link {
  position: relative;
  background: none;
  padding: 10px 0;
  color: #616670;
  font-size: 16px;
}

.feature-nav .nav-link:hover {
  background: none;
  color: #40babd;
}

.feature-nav .nav-link .svg-inline--fa {
  margin-right: 15px;
  width: 20px;
  font-size: 30px;
  position: relative;
  top: -2px;
}

.feature-nav .nav-link.active {
  color: #40babd;
  background: none;
  font-weight: bold;
}

/* ======= Pricing Section Forma de pago ======= */
.pricing-section-pago {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricing-section-pago .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.pricing-section-pago .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

/* ======= Pricing Section ======= */
.pricing-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricing-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.pricing-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.pricing-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.pricing-wrapper .item {
  margin-bottom: 30px;
}

.pricing-wrapper .item-inner {
  color: #fff;
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #40babd;
  height: 100%;
}

.align-middle{
  vertical-align: middle;
}

.pricing-wrapper .item-inner a {
  color: rgba(0, 0, 0, 0.4);
}

.pricing-wrapper .item-1 .item-inner {
  background: #fbc02d;
}

.pricing-wrapper .item-2 .item-inner {
  background: #58bbee;
}

.pricing-wrapper .item-3 .item-inner {
  background: #f43f3f;
}

.pricing-wrapper .item-heading {
  font-weight: 800;
  font-size: 18px;
  margin: 0;
  min-height: 60px;
}

.pricing-wrapper .item-heading-desc {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  line-height: 3;
}

.pricing-wrapper .price-figure {
  font-size: 46px;
  margin-bottom: 15px;
}

.pricing-wrapper .price-figure .currency {
  vertical-align: super;
  font-size: 26px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.pricing-wrapper .price-figure .number {
  font-weight: 500;
}

.pricing-wrapper a.btn {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.pricing-wrapper a.btn:hover {
  background: rgba(0, 0, 0, 0.4);
}

/* ======= Team Section ======= */
.team-section {
  padding-top: 20px;
  padding-bottom: 40px;
  background: #f5f5f5;
}

.team-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.team-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.team-section .story {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 800px;
}

.team-section .profile-image {
  width: 120px;
  height: 120px;
}

.team-section .members-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.team-section .item-inner {
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
}

.team-section .member-name {
  font-size: 18px;
  font-weight: 700;
  color: #40babd;
}

.team-section .member-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #616670;
}

.team-section .social {
  margin-bottom: 30px;
}

.team-section .social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #40babd;
  padding-top: 3px;
  color: #fff;
}

.team-section .social a.google {
  background: #dd4b39;
}

.team-section .social a.google:hover {
  background: #d73925;
}

.team-section .social a.twitter {
  background: #55acee;
}

.team-section .social a.twitter:hover {
  background: #3ea1ec;
}

.team-section .social a.facebook {
  background: #3b5998;
}

.team-section .social a.facebook:hover {
  background: #344e86;
}

.team-section .social a.linkedin {
  background: #1E6FBA;
}

.team-section .social a.linkedin:hover {
  background: #1a62a4;
}

.team-section .social a.github {
  background: #444;
}

.team-section .social a.github:hover {
  background: #373737;
}

.team-section .social a.dribbble {
  background: #EC4D8B;
}

.team-section .social a.dribbble:hover {
  background: #ea367c;
}

.team-section .social a.medium {
  background: #1a1919;
}

.team-section .social a.medium:hover {
  background: #000;
}

.team-section .member-desc {
  color: #616670;
}


/* ======= Contact Section ======= */
.contact-sectionss {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #494d55 url("../images/pago.png") no-repeat center center;
  color: #fff;
}

.contact-sectionss .sections-titles {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
}

.contact-contentss {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}


/* ======= Contact Section ======= */
.contact-sections {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #494d55 url("../images/map.png") no-repeat center center;
  color: #fff;
}

.contact-sections .section-titles {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
}

.contact-contents {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}

/* ======= Contact Section ======= */
.contact-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #494d55 url("../images/map.png") no-repeat center center;
  color: #fff;
}

.contact-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
}

.contact-content {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 60px;
    position: absolute;
    background: rgba(49, 52, 58, 0.9);
    z-index: 40;
  }
  .header.header-scrolled .main-nav .nav .nav-link.active {
    color: #40babd;
    border: none;
  }
  .main-nav .navbar-collapse .nav-item {
    margin-right: 0;
  }
  .main-nav .navbar-collapse .nav-item a {
    text-align: center;
  }
  .hero-section .figure-image {
    width: 300px;
  }
  .hero-carousel .carousel-inner .heading {
    font-size: 26px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
/*    padding-top: 50px;*/
  }
  .hero-section .figure-holder .figure-image {
    width: inherit;
    bottom: 0;
    top: inherit;
    right: inherit;
    left: 15px;
    max-width: 320px;
  }
  .technologies li {
    margin-bottom: 15px;
  }
  .members-wrapper .item {
    margin-bottom: 30px;
  }
  .members-wrapper .item:last-child {
    margin-bottom: 0;
  }
  .hero-carousel {
    height: 660px;
  }
  .hero-section .carousel-inner {
    height: 660px;
  }
  .hero-carousel .carousel-inner .item {
    height: 660px;
  }
  .testimonials-section .item .profile-image {
    width: 0px;
    height: 90px;
  }
  .testimonials-section .item .quote {
    margin-left: 85px;
    padding: 15px;
  }
  .testimonials-section .item.item-reversed .quote {
    margin-right: 85px;
  }
}

@media (min-width: 768px) {
  .feature-nav {
    text-align: left;
    padding-left: 30px;
  }
  .hero-section .figure-holder .figure-image {
    width: 360px;
    bottom: inherit;
    top: 130px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 300px;
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .main-nav .nav .nav-item {
    margin-right: 25px;
  }
  .feature-nav {
/*    margin-top: 30px;*/
    padding-left: 15px;
  }
  .hero-section .figure-holder .figure-image {
    width: 420px;
    bottom: inherit;
    top: 100px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 500px;
  }
}

@media (min-width: 1200px) {
  .hero-section .figure-holder .figure-image {
    width: 570px;
    bottom: 80px;
    top: inherit;
  }
}

/* ===== PRICING MODERNO (GLASS) ===== */
.pricing-modern{
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}

.pricing-modern:before{
  content:"";
  position:absolute;
  inset:-120px;
  background:
    radial-gradient(700px 400px at 20% 20%, rgba(59,130,246,.25), transparent 60%),
    radial-gradient(700px 400px at 80% 40%, rgba(168,85,247,.20), transparent 60%),
    radial-gradient(700px 500px at 50% 95%, rgba(34,197,94,.10), transparent 60%);
  pointer-events:none;
}

.pricing-modern .section-title{ margin-bottom: 6px; }

.pricing-modern .intro{
  color: rgba(255,255,255,.75);
  max-width: 820px;
  margin: 0 auto 18px;
}

.billing-toggle{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin: 18px 0 26px;
}

.billing-toggle .segmented{
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  border-radius: 999px;
  padding: 4px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.billing-toggle .segmented button{
  border:0;
  background: transparent;
  color: rgba(255,255,255,.70);
  padding: 10px 14px;
  border-radius: 999px;
  cursor:pointer;
  transition: .18s;
  font-weight: 600;
}

.billing-toggle .segmented button.active{
  color: #fff;
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}

.billing-toggle .save{
  font-size: 13px;
  color: rgba(255,255,255,.85);
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(34,197,94,.25);
  background: rgba(34,197,94,.12);
}

.pricing-cards{ position:relative; z-index:1; }

.price-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
  box-shadow: 0 22px 60px rgba(0,0,0,.35);
  padding: 18px;
  height: 100%;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .18s ease, border-color .18s ease;
}

.price-card:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.22);
}

.price-card .head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap: 12px;
  margin-bottom: 8px;
}

.price-card .name{
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .2px;
}

.price-card .desc{
  color: rgba(255,255,255,.65);
  font-size: 13px;
  margin-top: 3px;
  line-height: 1.35;
}

.price-chip{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(59,130,246,.25);
  background: rgba(59,130,246,.12);
  color: rgba(255,255,255,.86);
  white-space: nowrap;
}

.price-card.featured{
  border-color: rgba(59,130,246,.45);
  background: linear-gradient(180deg, rgba(59,130,246,.14), rgba(255,255,255,.05));
  position:relative;
  overflow:hidden;
}

.price-card.featured:after{
  content:"";
  position:absolute;
  inset:-45%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.18), transparent 45%);
  transform: rotate(12deg);
  pointer-events:none;
}

.price-amount{
  display:flex;
  align-items:baseline;
  gap: 8px;
  margin: 10px 0 6px;
}

.price-amount .num{
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -1px;
}

.price-amount .per{
  color: rgba(255,255,255,.65);
  font-size: 14px;
}

.price-note{
  color: rgba(255,255,255,.62);
  font-size: 13px;
  margin-bottom: 12px;
}

.btn-modern{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color:#fff;
  text-decoration:none;
  font-weight: 800;
  transition:.18s;
}

.btn-modern:hover{
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.22);
  text-decoration:none;
  transform: translateY(-1px);
}

.btn-modern.primary{
  border: 1px solid rgba(59,130,246,.45);
  background: linear-gradient(135deg, rgba(59,130,246,.85), rgba(168,85,247,.75));
  box-shadow: 0 14px 30px rgba(59,130,246,.18);
}

.features-list{
  margin: 14px 0 0;
  padding: 0;
  list-style:none;
  display:flex;

  flex-direction:column;
  gap: 10px;
  color: rgba(255,255,255,.86);
  font-size: 14px;
}

.features-list li{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  line-height: 1.35;
}

.features-list .dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 4px;
  background: rgba(34,197,94,.72);
  box-shadow: 0 0 0 3px rgba(34,197,94,.16);
  flex: 0 0 auto;
}

.muted-mini{
  color: rgba(255,255,255,.60);
  font-size: 12.5px;
}

.pricing-bottom{
  margin-top: 20px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  padding: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}



/* ===============================
   PRO PATCH (Light theme fixes + modern polish)
   Loaded BEFORE dark-theme_pro.css (which handles global tokens)
   These rules make the LIGHT mode look clean and high-contrast.
   =============================== */

body.theme-light{
  background: #f7f8fb !important;
  color: #0b1220;
}

/* Soft ambient blobs (light) */
body.theme-light::before,
body.theme-light::after{
  content:"";
  position: fixed;
  inset: -20vh;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(40vw 40vw at 18% 10%, rgba(124,92,255,.18), transparent 55%),
    radial-gradient(45vw 45vw at 80% 20%, rgba(34,197,94,.14), transparent 55%),
    radial-gradient(55vw 55vw at 55% 85%, rgba(59,130,246,.12), transparent 60%);
  filter: blur(10px);
}
body.theme-light::after{ opacity: .55; }

/* Sections spacing */
body.theme-light .about-section,
body.theme-light .features-section,
body.theme-light .team-section,
body.theme-light #contact,
body.theme-light .pricing-section-pago,
body.theme-light .testimonials-section{
  background: transparent !important;
}

/* About cards (light) */
body.theme-light .about-section .item-inner{
  background: rgba(255,255,255,.75) !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 50px rgba(2,6,23,.08) !important;
  transition: transform .18s ease, box-shadow .18s ease;
}
body.theme-light .about-section .item-inner:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(2,6,23,.12) !important;
}
body.theme-light .about-section .item-title{ color:#0b1220 !important; }
body.theme-light .about-section .item-desc{ color:#475569 !important; }

/* Testimonials (light) */
body.theme-light .testimonials-section .item{
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 50px rgba(2,6,23,.08) !important;
}
body.theme-light .testimonials-section .quote,
body.theme-light .testimonials-section .quote p{ color:#334155 !important; }
body.theme-light .testimonials-section .quote-source .name{ color:#0b1220 !important; }
body.theme-light .testimonials-section .quote-source .meta{ color:#64748b !important; }

/* Pricing (light) */
body.theme-light .pricing-modern{
  background: transparent !important;
}
body.theme-light .pricing-modern .section-title{ color:#0b1220 !important; }
body.theme-light .pricing-modern .intro{ color:#475569 !important; }

body.theme-light .price-card{
  background: rgba(255,255,255,.78) !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  color:#0b1220 !important;
  box-shadow: 0 18px 50px rgba(2,6,23,.08) !important;
}
body.theme-light .price-card .desc,
body.theme-light .price-card .price-note,
body.theme-light .price-card .muted-mini,
body.theme-light .features-list span{
  color:#475569 !important;
}
body.theme-light .price-card .name{ color:#0b1220 !important; }
body.theme-light .price-card .price-chip{
  background: rgba(124,92,255,.12) !important;
  border: 1px solid rgba(124,92,255,.20) !important;
  color:#3b2dd6 !important;
}
body.theme-light .price-card.featured{
  border-color: rgba(124,92,255,.40) !important;
  box-shadow: 0 26px 70px rgba(124,92,255,.16) !important;
}
body.theme-light .price-amount .num{ color:#0b1220 !important; }
body.theme-light .price-amount .per{ color:#64748b !important; }

body.theme-light .btn-modern{
  background: rgba(15,23,42,.06) !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  color:#0b1220 !important;
}
body.theme-light .btn-modern:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(2,6,23,.10) !important;
}
body.theme-light .btn-modern.primary{
  background: linear-gradient(135deg, rgba(59,130,246,.95), rgba(124,92,255,.95)) !important;
  border-color: transparent !important;
  color:#fff !important;
}

body.theme-light .features-list .dot{
  background: #22c55e !important;
  box-shadow: 0 0 0 4px rgba(34,197,94,.14) !important;
}

body.theme-light .billing-toggle .segmented{
  background: rgba(255,255,255,.7) !important;
  border: 1px solid rgba(15,23,42,.10) !important;
}
body.theme-light .billing-toggle .segmented button{
  color:#334155 !important;
}
body.theme-light .billing-toggle .segmented button.active{
  background: rgba(124,92,255,.16) !important;
  color:#2b1bbd !important;
}
body.theme-light .billing-toggle .save{
  background: rgba(34,197,94,.12) !important;
  border: 1px solid rgba(34,197,94,.22) !important;
  color:#166534 !important;
}

/* Countries card (light) */
body.theme-light .x-card{
  background: rgba(255,255,255,.75) !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  box-shadow: 0 18px 50px rgba(2,6,23,.08) !important;
}
body.theme-light .x-title{ color:#0b1220 !important; }
body.theme-light .x-subtitle{ color:#475569 !important; }
body.theme-light .x-divider{ background: rgba(15,23,42,.10) !important; }
body.theme-light .bandera_pais{
  background: rgba(15,23,42,.04) !important;
  border: 1px solid rgba(15,23,42,.08) !important;
}
body.theme-light .bandera_pais p{ color:#475569 !important; }
body.theme-light .bandera_pais:hover{
  background: rgba(124,92,255,.10) !important;
  border-color: rgba(124,92,255,.25) !important;
}

/* Contact icons hover */
body.theme-light #contact a img{
  transition: transform .18s ease, filter .18s ease;
}
body.theme-light #contact a:hover img{
  transform: translateY(-3px);
  filter: drop-shadow(0 10px 18px rgba(2,6,23,.12));
}

/* Ensure hero text readable in light mode (keeps overlay) */
body.theme-light .hero-section .heading,
body.theme-light .hero-section .intro{
  color: #f8fafc !important;
  text-shadow: 0 10px 30px rgba(2,6,23,.40);
}


/* ===== Xpertech Pro helpers (safe additions) ===== */
html{ scroll-behavior: smooth; }
.section-title{ letter-spacing: .2px; }
.hero-section .heading{ text-shadow: 0 18px 40px rgba(0,0,0,.30); }
.carousel-indicators li{ border-radius: 999px; }
.carousel-indicators .active{ opacity: 1; }


/* =========================================
   SALES / PREMIUM TEXT + RESULTS STRIP
   ========================================= */
.hero-cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}

.btn-cta-secondary{
  border-radius: 16px !important;
  padding: 12px 18px !important;
  font-weight: 700;
  letter-spacing: .2px;
}

.results-strip{
  padding: 28px 0 10px;
}

.result-card{
  height: 100%;
  padding: 18px 18px;
  border-radius: 18px;
}

.result-card h3{
  font-size: 18px;
  margin: 0 0 6px;
  font-weight: 800;
}

.result-card p{
  margin: 0;
  opacity: .9;
}

.socials,
.social-links,
.redes-sociales{
  display:flex !important;
  justify-content:center;
  align-items:center;
  gap: 12px;
  flex-wrap: wrap;
}
/* --- Contact social icons: always visible --- */
#contact .reveal{
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

.social-links{
  display:flex;
  justify-content:center;
  gap: 14px;
  flex-wrap:wrap;
  margin-top: 14px;
}
.social-links a{ display:inline-flex; }
.social-links img{ display:block; }

  /* =========================
   PRICING PRO (SaaS glass)
   ========================= */

.pricing-modern{
  padding: 40px 0;
}

.pricing-modern .intro{
  max-width: 900px;
  margin: 10px auto 24px;
  line-height: 1.6;
  opacity: .92;
}

/* Toggle */
.billing-toggle{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 18px 0 26px;
}
.billing-toggle .save{
  font-size: 13px;
  opacity: .85;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(148,163,184,.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.segmented{
  display:inline-flex;
  border-radius: 999px;
  padding: 4px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(148,163,184,.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.segmented button{
  border: 0;
  background: transparent;
  color: inherit;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  opacity: .85;
  transition: .18s ease;
}
.segmented button.active{
  opacity: 1;
  background: rgba(59,130,246,.22);
  box-shadow: inset 0 0 0 1px rgba(59,130,246,.35);
}

/* Cards grid alignment */
.pricing-cards .row{
  align-items: stretch;
}

.price-card{
  height: 100%;
  border-radius: 18px;
  padding: 22px 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(148,163,184,.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  position: relative;
  overflow: hidden;
}

.price-card:hover{
  transform: translateY(-4px);
  border-color: rgba(59,130,246,.32);
  box-shadow: 0 22px 60px rgba(0,0,0,.35);
}

/* Head */
.price-card .head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.price-card .name{
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .2px;
}

.price-card .desc{
  margin-top: 4px;
  font-size: 13px;
  opacity: .85;
  line-height: 1.4;
}

.price-chip{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(148,163,184,.18);
  white-space: nowrap;
  opacity: .92;
}

/* Amount */
.price-amount{
  display:flex;
  align-items:flex-end;
  gap: 10px;
  margin: 10px 0 10px;
}

.price-amount .num{
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
}

.price-amount .per{
  font-size: 13px;
  opacity: .85;
  padding-bottom: 6px;
}

.price-note{
  font-size: 13px;
  opacity: .9;
  margin-bottom: 14px;
}

/* Buttons */
.btn-modern{
  width: 100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  text-decoration: none !important;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(148,163,184,.18);
  background: rgba(255,255,255,.06);
  color: inherit !important;
  font-weight: 800;
  transition: .18s ease;
}

.btn-modern:hover{
  background: rgba(255,255,255,.09);
  border-color: rgba(59,130,246,.28);
  transform: translateY(-1px);
}

.btn-modern.primary{
  background: linear-gradient(90deg, rgba(59,130,246,.90), rgba(168,85,247,.90));
  border: 1px solid rgba(255,255,255,.16);
  color: #0b1020 !important;
}

.btn-modern.primary:hover{
  filter: brightness(1.05);
  border-color: rgba(255,255,255,.22);
}

/* Featured (Pro) */
.price-card.featured{
  border-color: rgba(59,130,246,.38);
  box-shadow: 0 22px 70px rgba(59,130,246,.18), 0 22px 60px rgba(0,0,0,.38);
}
.price-card.featured::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(400px 240px at 35% 0%, rgba(59,130,246,.25), transparent 60%),
              radial-gradient(420px 260px at 85% 15%, rgba(168,85,247,.20), transparent 62%);
  pointer-events: none;
}

/* Feature list */
.features-list{
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
}

.features-list li{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.35;
  opacity: .95;
}

.features-list .dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 4px;
  background: rgba(34,197,94,.9);
  box-shadow: 0 0 0 3px rgba(34,197,94,.12);
  flex: 0 0 auto;
}

.muted-mini{
  opacity: .75;
  font-size: 12px;
}

/* FAQ */
.faq-mini p{
  margin: 0 0 10px;
  font-size: 13.5px;
  line-height: 1.45;
  opacity: .92;
}
.faq-mini p:last-child{
  margin-bottom: 0;
}

/* Bottom note */
.pricing-bottom{
  margin-top: 16px;
  font-size: 13px;
  opacity: .85;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(148,163,184,.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Mobile tweaks */
@media (max-width: 575px){
  .price-amount .num{ font-size: 40px; }
}

/* =========================
   PLAN COMPARISON TABLE
   ========================= */

.plan-compare{
  margin-top: 18px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(148,163,184,.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.compare-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.compare-title{
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 4px;
}

.compare-subtitle{
  font-size: 13px;
  opacity: .85;
}

.compare-cta{
  font-size: 13px;
  text-decoration: none !important;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(148,163,184,.18);
  color: inherit !important;
  font-weight: 800;
  transition: .18s ease;
}
.compare-cta:hover{
  border-color: rgba(59,130,246,.28);
  transform: translateY(-1px);
}

.compare-table-wrap{
  overflow:auto;
  border-radius: 16px;
  border: 1px solid rgba(148,163,184,.14);
}

.compare-table{
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: rgba(0,0,0,.10);
}

.compare-table th,
.compare-table td{
  padding: 12px 12px;
  border-bottom: 1px solid rgba(148,163,184,.12);
  vertical-align: middle;
  font-size: 13.5px;
}

.compare-table thead th{
  position: sticky;
  top: 0;
  background: rgba(10,14,25,.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
  font-weight: 900;
}

.compare-table .feat{
  text-align: left;
  width: 42%;
}

.compare-table td{
  text-align: center;
  opacity: .95;
}

.compare-table .highlight{
  background: rgba(59,130,246,.10);
}

.mini-badge{
  display:inline-block;
  margin-left: 8px;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(59,130,246,.22);
  box-shadow: inset 0 0 0 1px rgba(59,130,246,.35);
  opacity: .95;
}

.yes{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(34,197,94,.18);
  box-shadow: inset 0 0 0 1px rgba(34,197,94,.45);
  font-weight: 900;
}

.no{
  opacity: .55;
  font-weight: 900;
}

.compare-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.compare-note{
  font-size: 13px;
  opacity: .9;
}

.compare-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}
.compare-actions .btn-modern{
  width: auto;
}

.compare-toggle-btn{
  margin: 18px auto 0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(148,163,184,.18);
  font-weight:800;
  transition:.2s ease;
  cursor:pointer;
}
.compare-toggle-btn:hover{
  border-color: rgba(59,130,246,.35);
  transform: translateY(-2px);
}

.compare-wrapper{
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height .45s ease, opacity .35s ease, transform .35s ease;
}

.compare-wrapper.active{
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 18px;
}

.compare-toggle-btn{
  max-width: 280px;
  margin: 20px auto 0;
  font-weight: 700;
  background: rgba(255,255,255,.06);
}
.compare-toggle-btn{
  display: block;
  margin: 25px auto 0;   /* centra horizontalmente */
  width: 280px;          /* ancho elegante */
  text-align: center;
}

/* =========================
   FEATURES TABBED (PRO)
   ========================= */

.features-section .intro{
  max-width: 900px;
  margin: 10px auto 26px;
  opacity: .92;
  line-height: 1.6;
}

.feature-nav .nav-link{
  border-radius: 16px;
  padding: 14px 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(148,163,184,.16);
  color: inherit !important;
  transition: .18s ease;
  position: relative;
}

.feature-nav .nav-link:hover{
  transform: translateY(-2px);
  border-color: rgba(59,130,246,.28);
  background: rgba(255,255,255,.07);
}

.feature-nav .nav-link.active{
  background: rgba(59,130,246,.16);
  border-color: rgba(59,130,246,.35);
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
}

.feature-nav .nav-sub{
  display:block;
  margin-left: 28px;
  margin-top: 4px;
  font-size: 12px;
  opacity: .85;
  font-weight: 500;
}

.feature-pane{
  text-align: left;
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(148,163,184,.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 55px rgba(0,0,0,.30);
}

.feature-title{
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 6px;
}

.feature-desc{
  margin: 0 0 14px;
  opacity: .9;
  line-height: 1.5;
  font-size: 13.5px;
}

.feature-img{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(148,163,184,.14);
  box-shadow: 0 18px 55px rgba(0,0,0,.32);
  margin-top: 4px;
}

.feature-img.tall{
  max-height: 520px;
  object-fit: contain;
}

@media (max-width: 991px){
  .feature-pane{ margin-top: 14px; }
}

/* Alinear columnas del bloque tabs */
#features .tabbed-area{
  align-items: stretch;
}

/* Que el panel izquierdo no se dispare en altura */
#features .feature-pane{
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Controla el alto de la imagen para que no "rompa" el layout */
#features .feature-img{
  max-height: 420px;     /* ajusta a 380/420/460 según tu gusto */
  object-fit: contain;
}

/* En pantallas grandes, mantenemos el nav alineado mejor */
@media (min-width: 992px){
  #features .feature-nav{
    padding-left: 18px;
  }

  /* sticky opcional (se ve MUY pro) */
  #features .feature-nav{
    position: sticky;
    top: 110px; /* ajusta según altura navbar */
    align-self: flex-start;
  }
}
@media (min-width: 992px){
  #features .feature-content{
    min-height: 520px;   /* iguala el alto del bloque */
  }
}

/* Chips debajo de cada feature screenshot */
#features .feature-bottom{
  margin-top: 12px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#features .feature-bottom .chip{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(148,163,184,.16);
  opacity: .92;
  line-height: 1;
  display:inline-flex;
  align-items:center;
  gap: 6px;
}

#features .feature-bottom .chip strong{
  font-weight: 800;
} 

/* Chip destacado (principal) */
#features .feature-bottom .chip.primary{
  background: linear-gradient(135deg, rgba(59,130,246,.18), rgba(139,92,246,.18));
  border: 1px solid rgba(99,102,241,.45);
  color: #cfe3ff;
  font-weight: 700;
  box-shadow: 0 0 18px rgba(99,102,241,.15);
}

/* =========================
   TESTIMONIALS (PRO)
   ========================= */

.testimonials-section{
  padding: 70px 0;
}

.testimonials-card{
  border-radius: 18px;
  padding: 26px 22px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(148,163,184,.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 55px rgba(0,0,0,.30);
}

.testimonials-card .intro{
  max-width: 860px;
  margin: 10px auto 24px;
  opacity: .9;
  line-height: 1.6;
}

.testimonials-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
  margin-top: 14px;
}

@media (max-width: 991px){
  .testimonials-grid{ grid-template-columns: 1fr; }
}

.t-card{
  border-radius: 16px;
  padding: 18px 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(148,163,184,.14);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.t-card:hover{
  transform: translateY(-3px);
  border-color: rgba(59,130,246,.28);
  box-shadow: 0 14px 40px rgba(0,0,0,.28);
}

.t-profile{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.t-avatar{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,.18);
  background: rgba(255,255,255,.06);
  object-fit: cover;
}

.t-name{
  font-weight: 900;
  line-height: 1.15;
}

.t-country{
  font-size: 12px;
  opacity: .8;
}

.t-quote{
  font-size: 13.5px;
  line-height: 1.55;
  opacity: .93;
}

.t-tags{
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.testimonials-bottom{
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(148,163,184,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.t-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.t-actions .btn-modern{
  width: auto;
}

.testimonials-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}

@media (max-width: 1199px){
  .testimonials-grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 767px){
  .testimonials-grid{
    grid-template-columns: 1fr;
  }
}

/* =========================
   Testimonials carousel (all)
   ========================= */

.t-carousel{
  position: relative;
}

/* el carril scrolleable */
.testimonials-grid{
  display:flex;
  gap: 16px;
  overflow-x:auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 6px 2px 10px;
  scrollbar-width:none;
}
.testimonials-grid::-webkit-scrollbar{ display:none; }

.testimonials-grid .t-card{
  scroll-snap-align: center;
}

/* Desktop: muestra 3 a la vez */
@media (min-width: 992px){
  .testimonials-grid .t-card{
    flex: 0 0 calc((100% - 32px)/3); /* 3 cards */
  }
}

/* Tablet: 2 */
@media (min-width: 768px) and (max-width: 991px){
  .testimonials-grid .t-card{
    flex: 0 0 calc((100% - 16px)/2);
  }
}

/* Mobile: 1 */
@media (max-width: 767px){
  .testimonials-grid .t-card{
    flex: 0 0 99%;
  }
}

/* Flechas (desktop/tablet) */
.t-arrow{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,.18);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: inherit;
  font-size: 22px;
  font-weight: 900;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition: .18s ease;
  z-index: 5;
}
.t-arrow:hover{
  border-color: rgba(59,130,246,.35);
  transform: translateY(-50%) scale(1.03);
}
.t-arrow.left{ left: -10px; }
.t-arrow.right{ right: -10px; }

@media (max-width: 767px){
  .t-arrow{ display:none; }
}

/* Dots */
.t-dots{
  margin-top: 10px;
  display:flex;
  justify-content:center;
  gap: 8px;
}
.t-dots button{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(148,163,184,.35);
  transition: .18s ease;
  padding: 0;
}
.t-dots button.active{
  width: 18px;
  background: rgba(59,130,246,.70);
}

/* Carril scrolleable siempre */
.testimonials-grid{
  display:flex !important;
  overflow-x:auto !important;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling: touch;
  gap:16px;
  scrollbar-width:none;
}
.testimonials-grid::-webkit-scrollbar{display:none;}
.testimonials-grid .t-card{ scroll-snap-align:center; }

/* Desktop: 3 cards visibles */
@media (min-width: 992px){
  .testimonials-grid .t-card{ flex: 0 0 calc((100% - 32px)/3); }
}
/* Tablet: 2 */
@media (min-width: 768px) and (max-width: 991px){
  .testimonials-grid .t-card{ flex: 0 0 calc((100% - 16px)/2); }
}
/* Mobile: 1 */
@media (max-width: 767px){
  .testimonials-grid .t-card{ flex: 0 0 92%; }
}

/* Flechas del carrusel: fuera del contenido */
.t-carousel{
  position: relative;
  padding: 0 48px; /* espacio para flechas */
}

.t-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,.18);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: .8;
  z-index: 10;
}

.t-arrow:hover{ opacity: 1; }

/*.t-arrow.left{ left: 10px; }
.t-arrow.right{ right: 10px; }
*/
.t-arrow{
  opacity: .55;
}
.t-arrow:hover{
  opacity: .95;
}



/* =========================
   HERO PRO
   ========================= */

/* =========================
   HERO PRO
   ========================= */

.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(148,163,184,.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 12.5px;
  opacity: .92;
  margin-bottom: 14px;
}

.hero-title{
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 1.08;
  margin: 0 0 10px;
}

.hero-title-sub{
  display:block;
  font-size: 18px;
  font-weight: 700;
  opacity: .9;
  margin-top: 10px;
}

.hero-subtitle{
  font-size: 15.5px;
  opacity: .92;
  line-height: 1.55;
  max-width: 640px;
  margin: 0 0 16px;
}

.hero-actions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items:center;
  margin-bottom: 14px;
}

.btn-cta-alt{
  border-radius: 14px !important;
  padding: 12px 16px !important;
  font-weight: 800;
  border: 1px solid rgba(148,163,184,.25) !important;
  background: rgba(255,255,255,.06);
}

.hero-trust{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.trust-pill{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(148,163,184,.14);
  opacity: .9;
}

@media (max-width: 767px){
  .hero-title-sub{ font-size: 16px; }
  .hero-subtitle{ font-size: 14.5px; }
}

/* HERO BACKGROUND MEJORADO */

.hero-section .carousel-item {
  position: relative;
  overflow: hidden;
}

.hero-section .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(6px);
  transform: scale(1.05);
  z-index: 0;
}

/* Overlay oscuro enfocado al lado izquierdo */
.hero-section .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
/*  background: linear-gradient(
    60deg,
    rgba(7, 12, 25, 0.88) 15%,
    rgba(7, 12, 25, 0.75) 45%,
    rgba(7, 12, 25, 0.45) 70%,
    rgba(7, 12, 25, 0.2) 100%
  );*/
  z-index: 1;
}

.hero-section .item-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-weight: 700;
  letter-spacing: -0.5px;
}

.hero-subtitle {
  max-width: 520px;
  opacity: 0.85;
}

.figure-holder::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(99,102,241,0.25) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  z-index: -1;
  filter: blur(40px);
}

/* Apaga la imagen de fondo de los slides */
#hero .carousel-item.item-1,
#hero .carousel-item.item-2,
#hero .carousel-item.item-3{
  background-image: none !important;
  background: transparent !important;
}





/* Fondo tipo Stripe: gradientes + capas */
#hero.hero-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 500px at 18% 30%, rgba(99,102,241,.22), transparent 60%),
    radial-gradient(800px 520px at 75% 55%, rgba(59,130,246,.18), transparent 62%),
    radial-gradient(650px 420px at 55% 15%, rgba(236,72,153,.10), transparent 60%),
    linear-gradient(180deg, #050816 0%, #070B1D 55%, #050816 100%);
  z-index: 0;
}

/* Indicadores más “stripe” */
#hero .carousel-indicators li{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  margin: 0 5px;
  background: rgba(148,163,184,.30);
}
#hero .carousel-indicators .active{
  width: 18px;
  background: rgba(99,102,241,.75);
}

#hero .figure-holder::before {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(99,102,241,.35) 0%, transparent 65%);
  filter: blur(50px);
}

.figure-image {
  max-width: 520px;
  right: -39px;
}

.payments-note {
  opacity: .55;
}

.pay-card img[src*="stripe"] {
  transform: scale(1.9);
}

.pay-card img[src*="mastercard"] {
  transform: scale(1.4);
}

.pay-card img[src*="visa"] {
  transform: scale(1.4);
}

.pay-card img[src*="amex"] {
  transform: scale(1.4);
}

.pay-card img[src*="paypal"] {
  transform: scale(1.4);
}

.pay-card img[src*="tether"] {
  transform: scale(1.4);
}

/* CTA NAV: Empezar (FORCE) */
.btn-buy{
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 9px 16px !important;
  font-weight: 800 !important;
  letter-spacing: .2px;
  font-size: 14px !important;
  text-decoration: none !important;
  color: #0b1020 !important;

  background: linear-gradient(135deg, #6366f1, #3b82f6) !important;
  box-shadow:
    0 12px 28px rgba(59,130,246,.35),
    inset 0 0 0 1px rgba(255,255,255,.18) !important;

  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.btn-buy:hover{
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow:
    0 18px 42px rgba(59,130,246,.45),
    inset 0 0 0 1px rgba(255,255,255,.22) !important;
}

.btn-buy:focus{
  outline: none !important;
  box-shadow:
    0 0 0 4px rgba(99,102,241,.25),
    0 18px 42px rgba(59,130,246,.45) !important;
}

/* Glow detrás */
.btn-buy{
  position: relative;
}
.btn-buy::after{
  content:"";
  position:absolute;
  inset:-10px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(99,102,241,.35), transparent 65%);
  filter: blur(18px);
  z-index:-1;
  opacity:.9;
}

.pricing-card {
  background: #0f172a;
  border-radius: 16px;
  padding: 30px;
  border: 1px solid rgba(34,197,94,.15);
  transition: all .3s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  border-color: rgba(34,197,94,.35);
}

.pricing-card.recommended {
  border: 2px solid #22C55E;
  box-shadow: 0 20px 50px rgba(34,197,94,.15);
}

.pricing-card .price {
  font-size: 34px;
  font-weight: 800;
  color: #22C55E;
}

.pricing-card .btn-main {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  border-radius: 999px;
  font-weight: 700;
}

.micro-copy{
  font-size: 12px;
  opacity: .9;
  color: rgba(226,232,240,.9);
}
.price-card .btn-modern:not(.primary){
  opacity: .95;
}


/* ===== WHY (Por qué) ===== */
.why-section{
  padding: 70px 0 40px;
}

.why-subtitle{
  max-width: 780px;
  margin: 10px auto 0;
  opacity: .85;
  line-height: 1.6;
}

.why-badges{
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}

.why-badge{
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.why-cards .why-card{
  height: 100%;
  border-radius: 22px;
  padding: 22px 18px 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  position: relative;
  overflow: hidden;
}

.why-cards .why-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 26px 70px rgba(0,0,0,.45);
}

.why-icon{
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.why-icon img{
  max-width: 120px;
  height: auto;
  opacity: .95;
  filter: drop-shadow(0 18px 20px rgba(0,0,0,.25));
}

.why-title{
  font-size: 18px;
  font-weight: 700;
  margin: 6px 0 8px;
  color: rgba(255,255,255,.92);
}

.why-text{
  font-size: 14px;
  margin: 0;
  color: rgba(255,255,255,.75);
  line-height: 1.55;
}

/* Highlight del medio */
.why-card-featured{
  border-color: rgba(90,140,255,.35) !important;
  box-shadow:
    0 26px 70px rgba(0,0,0,.45),
    0 0 0 1px rgba(90,140,255,.18),
    0 0 50px rgba(90,140,255,.12);
}

.why-card-featured::before{
  content:"";
  position:absolute;
  inset:-40px;
  background: radial-gradient(circle at 30% 10%, rgba(90,140,255,.25), transparent 55%);
  pointer-events:none;
}

.why-pill{
  position:absolute;
  top: 14px;
  right: 14px;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(90,140,255,.18);
  border: 1px solid rgba(90,140,255,.28);
}

/* Responsive */
@media (max-width: 768px){
  .why-section{ padding: 52px 0 28px; }
  .why-icon img{ max-width: 110px; }
}

/* Alinear cards exactamente igual */
.why-cards .col-md-4{
  display: flex;
}

.why-card{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

/* Contenedor de imagen con altura fija */
.why-icon{
  height: 140px; /* mismo espacio para todas */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

/* Imagen con tamaño controlado */
.why-icon img{
  max-height: 120px;
  max-width: 100%;
  object-fit: contain;
}

/* Título con altura mínima igual */
.why-title{
  min-height: 48px; /* fuerza alineación */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Texto igualado */
.why-text{
  min-height: 60px;
  text-align: center;
}

/* === FEATURES CARD (glass) === */
.features-card{
  margin-top: 18px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* NAV */
.feature-nav{
  padding: 16px;
  gap: 10px;
  border-right: 1px solid rgba(255,255,255,.08);
}

.feature-nav .nav-link{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 14px 14px;
  color: rgba(255,255,255,.88);
  transition: .18s ease;
}

.feature-nav .nav-link:hover{
  transform: translateY(-1px);
  background: rgba(99,102,241,.10);
  border-color: rgba(99,102,241,.22);
}

.feature-nav .nav-link.active{
  background: rgba(99,102,241,.18);
  border-color: rgba(99,102,241,.35);
  box-shadow: 0 0 0 1px rgba(99,102,241,.18) inset, 0 12px 30px rgba(99,102,241,.10);
}

.feature-nav .nav-sub{
  display:block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.25;
  color: rgba(255,255,255,.62);
}

/* CONTENT */
.feature-content{
  padding: 16px 18px 18px;
}

/*.feature-pane{
  text-align: left;
  padding: 10px 6px;
}*/

.feature-title{
  margin: 6px 0 6px;
  font-size: 22px;
  font-weight: 800;
  color: rgba(255,255,255,.92);
}

.feature-desc{
  margin: 0 0 12px;
  color: rgba(255,255,255,.72);
}

/* IMAGES */
.feature-img{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  object-fit: cover;
  max-height: 420px;
}

.feature-img.tall{
  max-height: 520px;
  object-fit: contain;
  background: rgba(0,0,0,.18);
}

/* CHIPS */
.feature-bottom{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.85);
}

.chip.primary{
  background: rgba(99,102,241,.16);
  border-color: rgba(99,102,241,.30);
}

/* === MOBILE: NAV arriba + scroll horizontal, contenido abajo === */

.mobile-only{display:none;}
.desktop-only{display:block;}

@media (max-width:768px){
  .mobile-only{display:block;}
  .desktop-only{display:none;}
}

.figure-holder{
  width:100%;
  
}

.figure-image{
  width:100%;
  max-width:480px;   /* límite elegante */
  height:auto;
} 

@media (max-width:480px){
  .figure-image{
    max-width:92%;
  }
}

.figure-image{
  width:100%;
  max-width:480px;
  height:auto;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,.5));
}

@media (max-width:768px){
  .figure-image{
    max-width: 85%;
  }
}


@media (max-width:768px){
  .figure-holder{
    margin-bottom: 10px;
  }
}

@media (max-width:768px){
  .hero-title{
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (max-width:768px){

  .carousel-item,
  .hero-section,
  .item-content{
    min-height: auto !important;
    height: auto !important;
    padding-bottom: 40px;
  }

    .hero-carousel {
    height: 460px;
  }
  .hero-section .carousel-inner {
    height: 460px;
  }
  .hero-carousel .carousel-inner .item {
    height: 460px;
    bottom: -45px;
  }

  .carousel-indicators {
  bottom: -5px;
  margin-bottom: 0;
}

.feature-nav .nav .nav-pills{
width: 100%;
}

.t-carousel {
position: relative;
    padding: 0 0 0 0;
}

.t-actions {
  display: flex;
    gap: 10px;
  flex-wrap: nowrap;
}

.testimonials-bottom {
margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(148, 163, 184, .12);
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-around;
    flex-wrap: wrap;
}

}

.hero-section{
  min-height: 100svh;
}

