/* ----------------------------------

Template Name: Boxass - Startup Landing Page Template
Author: validtheme
Version: 1.2
Last change: 15.9.2019
Main Font : Poppins
Main Color : #49b66b

-------------------------------------

[table of contents]
        
    01. Template Default CSS
    02. Typography
    03. Preloader
    04. Breadcrumb
    05. Navbar
        - Navbar Default
        - Navbar Box
        - Navbar Sticky
        - Navbar Transparent
    06. About
    07. Features
    08. Work Process
    09. Pricing Table
        - Simple Version
        - Tab Version
    10. Team
        - Default Version
        - Carousel Version
    11. Testimonials
    12. Form
    13. Clients
    14. Video Features
    15. Faq
    16. Software Overview
        - Tab Version
        - Carousel Version
    17. Fun Factors
    18. Services
        - Default Version
        - Carousel Version
    19. Blog
    20. Concat Area
    21. Google Maps
    22. Error 404
    23. Footer
    24. Media Query
    25. PHP Contact Form
    26. Others

*/


/*
** General Styles for HTML tags
*/
:root {
  --investment-green: #3e910b;
  --investment-orange: #e4710c;
  --investment-dark: #2a2a2a;
  --white: #ffffff;
}

@font-face {
  font-family: 'Gate';
  src: url('/fonts/Gate.woff2') format('woff2'),
    url('/fonts/Gate.woff') format('woff');
}

@font-face {
  font-family: 'Brand';
  src: url('/fonts/Ibrand.woff2') format('woff2'),
    url('/fonts/Ibrand.woff') format('woff');
}

@font-face {
  font-family: 'Gate';
  src: url('/fonts/Gate-Italic.woff2') format('woff2'),
    url('/fonts/Gate-Italic.woff') format('woff');
}
@font-face {
  font-family: 'Gate Regular';
  src: url('/fonts/Gate-Regular.woff2') format('woff2'),
    url('/fonts/Gate-Regular.woff') format('woff');
}

h2 {
  font-family: 'Gate';
}

h5 {
  font-family: 'Gate';
  color: #ffffff;
}

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;

}

/*eliminar scroll lateral de la pantalla en mobil*/


.logo-text {
  margin-top: 20px;
}

.logo {
  width: 40px;
  height: auto;
  margin-right: 10px
}

.navbar-brand {
  display: flex;
  align-items: center;
  margin-top: 200px;
}

.full-screen {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

/* Core Layout */
.full-screen {
  display: flex;
  flex-direction: column;
  height: 100vh;
  /* overflow: hidden; */
}

/* ================================
   Header / Navigation
   ================================ */
.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 96px;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.05);
}

.nav-left {
  flex: 1;
}

.logo {
  width: 40px;
  height: auto;
  margin-right: 10px;
}

.nav-links {
  display: flex;
  gap: 40px;
  flex: 2;
  justify-content: center;
}

.nav-link {
  font-size: 18px;
  color: #27272a;
  text-decoration: none;
  transition: color .3s;
}

.login-button {
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #27272a;
  border-radius: 4px;
  background: transparent;
  color: #27272a;
  cursor: pointer;
  transition: all .3s;
}

.login-button:hover {
  background: #27272a;
  color: #fff;
}

/* Hamburger Icon */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 110;
}
.title-flag {
            height: 24px; /* Altura fija para la bandera */
            width: auto;
        }
        
.hamburger span {
  display: block;
  width: 24px;
  height: 3px;
  background: #27272a;
  border-radius: 2px;
}

/* Mobile Sidebar */
.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 250px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  transition: right .3s ease;
  z-index: 9999; /* <--- Aumenta el z-index aquí */
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile-nav.open {
  right: 0;
}

#sessionBtn-mobile .nav-link,
#sessionBtn-mobile .login-button {
  display: block;
  padding: 14px 24px;
  background: #54BD95;
  color: #fff !important;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  margin-top: 16px;
  box-shadow: 0 2px 8px rgba(84,189,149,0.08);
  transition: background 0.2s;
  font-size: 1.1rem;
  z-index: 10001;
  position: relative;
}
#sessionBtn-mobile .nav-link:hover,
#sessionBtn-mobile .login-button:hover {
  background: #3e910b;
  color: #fff !important;
}

.close-btn {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 6rem;
  cursor: pointer;
  z-index: 10000; /* <--- Asegura que el botón de cerrar esté arriba */
}

/* ================================
       Header / Navigation
       ================================ */
.navigation {
  padding: 20px 40px;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  /* El header ocupa su altura natural */
  flex: none;
}

.logo {
  height: 40px;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #333;
}

.nav-links {
  margin-left: auto;
  display: flex;
  gap: 24px;
}

.nav-link {
  text-decoration: none;
  color: #2a2a2a;
  font-weight: 500;
}

.login-button {
  margin-left: 32px;
  padding: 8px 16px;
  border: none;
  background: #e4710c;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

/* ================================
         Hero Section
         ================================ */

.hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

/* Antes: object-fit + absoluto */
.hero-background {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* Asegura cubrir todo el ancho */
  min-width: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}



.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 595px;
  max-width: 100%;
  margin-left: clamp(30px, 10vw, 150px);
}

.hero-header {
  font-family: 'Poppins', sans-serif;
  color: #2a2a2a;
  margin: 0;
}

.hero-title {
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
}


.title-primary,
.title-accent {
  font-weight: 700;
  font-size: 48px;
}

.title-primary {
  color: #2a2a2a;
}

.title-accent {
  color: #3e910b;
}

.hero-description {
  font-size: 20px;
  line-height: 35px;
  margin-top: 32px;
}

.title-primary2,
.title-accent2 {
  font-weight: 700;
  font-size: 48px;
}


.cta-container {
  display: flex;
  gap: 32px;
  margin-top: 48px;
  font-size: 18px;
}

.cta-button {
  z-index: 90;
  border: none;
  border-radius: 4px;
  background-color: #e4710c;
  color: #fff;
  font-weight: 500;
  min-width: 240px;
  padding: 14px 24px;
  cursor: pointer;
}

/* ================================
         Brands / Partners
         ================================ */
.brands-section {
  /* margin-top: 68px; */
  width: 100%;
  max-width: 595px;
}


.brands-title {
  font-size: 16px;
  line-height: 35px;
  margin: 0;

}


.brands-logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 16px;
  justify-content: center;
}

.brand-logo {
  flex-shrink: 0;
  object-fit: contain;
}

.brand-logo-1 {
  aspect-ratio: 0.83;
  width: 33px;
}

.brand-logo-2 {
  aspect-ratio: 1.45;
  width: 58px;
}

.brand-logo-3 {
  aspect-ratio: 5;
  width: 100px;
}

.brand-logo-4 {
  aspect-ratio: 3.3;
  width: 66px;
}

.brand-logo-5 {
  aspect-ratio: 0.78;
  width: 31px;
}

.brand-logo-6 {
  aspect-ratio: 1;
  width: 40px;
}

/* ================================
         Responsive (≤ 991px)
         ================================ */


@media (max-width: 991px) {
  .navigation {
    padding: 20px 16px;
  }

  .nav-links,
  .login-button,
  #sessionBtn {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .hero-section {
    padding: 0 10px;
  }

  .hero-background {
    /* Cambia imagen si quieres */
    /* content: url('assets/img/tree-grows-coin-glass-jar-with-copy-space mobile 5.png'); */
    max-height: 70vh; /* opcional */
    object-position: center top;
    /* Left/translateX mantienen centrado y sin espacio blanco */
  }

  .hero-content {
    margin: 210px 10px;
    align-items: flex-start;
    width: calc(100% - 20px);
    position: relative;
    z-index: 2;
  }

  .hero-header {
    text-align: left;
    margin-top: -60px;
  }

  .hero-title {
    font-size: 2rem;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: -40px;
  }

  .title-primary,
  .title-accent {
    font-size: 3.5rem;
    text-align: left;
  }

  .brands-title {
    text-align: left;
    margin: 0;
    font-size: 1.3rem;
    line-height: 20px;
    width: 70%;
    font-weight: 100;
  }

  .hero-description {
    /* width: 80%; */
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 500;
  }

  .cta-container {
    justify-content: center;
    margin-top: 40px;
    width: 100%;
    padding: 0;
  }

  /* .cta-button {
    width: 100%;
    padding: 14px 24px;
  } */

  .brands-logo-grid {
    gap: 5px;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .brand-logo {
    height: 20px;
    max-width: 60px;
    margin: 0 3px;
  }
}
/* Aplica entre 360 y 400 px de ancho, y entre 650 y 700 px de alto */
@media screen and (min-width: 360px) and (max-width: 400px)
  and (min-height: 650px) and (max-height: 700px) {
  .hero-background {
    object-position: center -360px;
  }
}


/* Version 2 */
/* Contenedor general de logos */

/* Cada logo envuelto en un contenedor que admite ::before */

/* Círculo blanco detrás */



/* Ajusta los tamaños específicos para cada logo manteniendo proporciones */
.brand-logo-12,
.brand-logo-22,
.brand-logo-32,
.brand-logo-42,
.brand-logo-52,
.brand-logo-62 {
  width: 40px;
  height: 40px;
}

/* ================================
         Responsive (≤ 991px)
         ================================ */
@media (max-width: 991px) {
  .navigation {
    padding: 20px 16px;
  }

  .nav-links,
  .login-button {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .hero-section {
    padding: 0 0px;
    margin: 0;
    margin-bottom: 50px;
    width: 100%;
    justify-content: flex-start;
    max-height: none;
    
    /* ya no limitamos por min-height */
  }

  .hero-background {
    content: url('/img/tree-grows-coin-glass-jar-with-copy-space mobile 5.png');
    /* object-position: -250px; */

    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 70vh;
    transform-origin: center top;
  }
 

  .hero-content {
    margin: 210px 10px;
    align-items: flex-start;
    width: calc(100% - 20px);
    position: relative;
    z-index: 2;
  }

  .hero-header {
    text-align: left;
    margin-top: -60px;
  }






  .cta-container2 {
    justify-content: center;
    margin-top: 40px;
    width: 20%;
    padding: 0;
  }
/* 
  .cta-button {
    width: 100%;
    padding: 14px 24px;
  } */


  .brands-logo-grid {
    gap: 5px;
    overflow-x: auto;
    padding-bottom: 10px;
    height: 4rem;
  }




 

 

  /* Ajusta los tamaños específicos para cada logo manteniendo proporciones */
.brand-logo-12,
.brand-logo-22,
.brand-logo-32,
.brand-logo-42,
.brand-logo-52,
.brand-logo-62 {
  width: 30px;
  height: 30px;
}
}

body {
  font-family: 'Gate', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}

html,
body,
.wrapper {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Gate', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 15px;
}

h5,
h5 {
  margin-bottom: 10px;
}

.dark-font {
  color: #333343;
}

.dark-font-ntext {
  color: #3d3d49;
  font-size: 2rem;
}

.interest-font {
  color: #49b66b;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a,
.btn,
button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img,
iframe {
  border: none;
}

strong {
  font-weight: 700;
  color: #49b66b;
}

p {
  color: #2A2A2A;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f4f7fc;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* 
a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #49b66b;
} */

a:hover {
  color: #49b66b;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  /* font-family: 'Poppins', sans-serif; */
}

b,
strong {
  font-weight: 900;
}

.btn.active,
.btn:active {
  background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.btn-animation i {
  height: 50px;
  width: 50px;
  background: #49b66b;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  color: #ffffff;
  padding-left: 3px;
}

.btn-animation.light i {
  background: #ffffff;
  color: #49b66b;
}

a.btn-animation {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

navbar .bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f4f7fc;
}

.bg-theme-small {
  background-color: #f7fdfc;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #49b66b;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #49b66b none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #49b66b none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.default-padding-top {
  padding-top: 100px;
}

.default-padding-bottom {
  padding-bottom: 100px;
}

.default-padding.bottom-less {
  padding-top: 100px;
  padding-bottom: 70px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.btn {
  display: inline-block;
  /* font-family: 'Poppins', sans-serif; */
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.btn-md {
  padding: 10px 40px 10px;
}

.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323;
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light:hover,
.btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover,
.btn.btn-light.effect:focus {
  background-color: #49b66b;
  color: #ffffff !important;
  border: 2px solid #49b66b;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #232323 !important;
}

.btn-dark:hover,
.btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #1d2024 none repeat scroll 0 0;
}

.btn-theme {
  background-color: #49b66b;
  color: #ffffff !important;
  border: 2px solid #49b66b;
}

.btn-theme.border {
  background-color: transparent;
  color: #49b66b !important;
  border: 2px solid #49b66b;
}

.btn-theme.border:hover {
  background-color: #49b66b;
  color: #ffffff !important;
  border: 2px solid #49b66b;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
  background: #3a8652 none repeat scroll 0 0;
  border: 2px solid #3a8652;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.btn.border.btn-light.standard {
  padding-left: 20px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

.btn.border.btn-light.standard::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 53px;
  position: absolute;
  right: -18px;
  top: -10px;
  transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  width: 50px;
  z-index: -1;
}

.btn.border.btn-light.standard::before {
  color: #49b66b;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  height: 100%;
  position: absolute;
  right: 0;
  width: 25px;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 100%;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

.border-top {
  overflow: hidden;
  border-top: 1px solid #e7e7e7;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ff0000 none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

.logo-text {
  font-family: 'Gate', sans-serif;
  color: green;
  font-size: 24px;
  font-weight: bold;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav>a.btn-theme.effect:hover,
.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus {
  background: #49b66b none repeat scroll 0 0;
  border: 2px solid #49b66b;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #49b66b;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #49b66b;
}

.site-heading h2 span {
  color: #49b66b;
}

.site-heading.barber h2 span {
  color: #49b66b;
}

.site-heading p {
  margin: 0;
}

.site-heading.clean h2::after,
.site-heading.clean h2::before {
  display: none;
}

.site-heading h2::before {
  background: #49b66b none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 50px;
}

.bg-theme .site-heading h2::before,
.bg-theme-hard .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2::after {
  background: #232323 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 25px;
}

.bg-theme .site-heading h2::after,
.bg-theme-hard .site-heading h2::after {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #49b66b;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

a {
  color: #ffffff;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */

.breadcrumb-area {
  padding-bottom: 150px;
  padding-top: 150px;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-area h1 {
  display: block;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -8px;
}

.breadcrumb>li+li::before {
  color: #ffffff;
  content: "/";
  font-weight: 600;
  padding: 0 8px;
  position: relative;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-weight: 600;
  text-transform: uppercase;
}

.breadcrumb-area .breadcrumb li.active {
  color: #49b66b;
}


/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
  height: 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height.content-less {
  padding-top: 170px;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.highlight {
  z-index: 9;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
}

.banner-area .content {
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
}

.banner-area.content-double .double-items div {
  height: auto;
}

.banner-area .carousel-control {
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  margin-top: -25px;
  background: transparent;
  opacity: 1;
  z-index: 1;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
  color: #000000;
  text-shadow: inherit;
}

.banner-area .carousel-control.shadow::after {
  background: #232323 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -50px;
}

.banner-area:hover .carousel-control.left {
  left: 0;
}

.banner-area.typed-text.small-text .content h2 {
  display: block;
  margin-bottom: 30px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -50px;
}

.banner-area:hover .carousel-control.right {
  right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}

/* Animation delays */
.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .5s;
}

.banner-area .item a,
.banner-area .item button {
  animation-delay: .7s;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");




/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  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;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

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

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item>.slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}


/* Triangel Shape */
.banner-area.triangle-shape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shape::before {
  position: absolute;
  left: 0;
  bottom: -85px;
  content: "";
  height: 100px;
  width: 100%;
  background: #ff0000;
  transform: skewY(-1deg);
  -webkit-transform: skewY(-1deg);
  -moz-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  -o-transform: skewY(-1deg);
}

/* Content */

.banner-area.content-double.box-nav .double-items {
  padding-top: 100px;
}

.banner-area .banner-carousel {
  margin-top: 50px;
}

.banner-area .content h1 {
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
  margin-top: -5px;
}

.banner-area .content h3 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 0.65px;
}

.banner-area .content p {
  line-height: 30px;
  font-size: 18px;
}

.banner-area .content span {
  color: #49b66b;
}

.banner-area .content span.element {
  color: #ffffff;
}

.banner-area.text-light .content span.element {
  color: #ffffff;
}

.banner-area .content a {
  margin-top: 15px;
  margin-right: 16px;
  display: inline-block;
  float: left;
  text-align: center;
}

.banner-area.content-less .content a {
  margin-top: 5px;
}

.banner-area.text-center .content a,
.banner-area .text-center .content a {
  float: none;
  text-align: center;
  margin-left: 15px;
}

.banner-area.text-center .col-md-10 p,
.banner-area .text-center .col-md-10 p {
  padding: 0 15%;
}

.banner-area .banner-carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.banner-area .banner-carousel.owl-carousel .owl-dots .owl-dot span {
  height: 8px;
  background: #ffffff;
  width: 10px;
  margin: 0 5px;
  opacity: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.banner-area .banner-carousel.owl-carousel .owl-dots .owl-dot.active span {
  background: #49b66b;
  width: 40px;
}

.banner-area .content-carousel.owl-carousel .owl-dots {
  margin-top: 25px;
}

.banner-area .content-carousel.owl-carousel .owl-dots .owl-dot span {
  height: 8px;
  background: #232323;
  width: 10px;
  margin: 0 5px;
  opacity: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.banner-area .content-carousel.owl-carousel .owl-dots .owl-dot.active span {
  background: #49b66b;
  width: 40px;
}


/* Banner Form */

.banner-area.inc-form {
  padding-top: 160px;
}

.banner-area .form-info h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: #49b66b;
}

.banner-area.inc-form {
  overflow: inherit;
}

.banner-area .form-info {
  overflow: hidden;
  background: #ffffff;
  padding: 50px 30px;
  position: relative;
  bottom: -80px;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 30px;
  z-index: 9;
}

.banner-area .double-items .form-info {
  bottom: 0;
  margin: 0;
}

.banner-area .form-info input,
.banner-area .form-info textarea {
  border: none;
  box-shadow: inherit;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  border-radius: inherit;
}

.banner-area .form-info button {
  width: 100%;
  background: transparent;
  border: 2px solid #49b66b;
  color: #232323;
  padding: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Gate', sans-serif;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.banner-area .content a.btn-animation.border {
  margin-right: 16px;
  display: inline-block;
  float: left;
  text-align: center;
  border: 2px solid #e1e1e1;
  padding: 8px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.banner-area.text-center .content a.btn-animation.border,
.banner-area .text-center .content a.btn-animation.border {
  float: none;
}

.side-bg {
  height: 100%;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 55%;
}

.side-bg.left {
  left: 30px;
  right: auto;
}

.side-bg img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}



/* ============================================================== 
     # Infinite Animation Up Down
=================================================================== */

.banner-area .right-info {
  position: relative;
}

.banner-area .right-info .animated {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  max-width: 90%;
  float: right;
}

.banner-area .side-bg {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}


/* ============================================================== 
     # Video Button Play
=================================================================== */

.video-play-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: content-box;
  color: #49b66b;
  display: block;
  font-size: 40px;
  height: 40px;
  left: 50%;
  line-height: 40px;
  padding: 0 0 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 40px;
  z-index: 10;
}

.text-dark .video-play-button {
  color: #49b66b;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #49b66b repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.light:before {
  background: #ffffff repeat scroll 0 0;
}

.text-dark .video-play-button:before {
  background: #ffffff repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #49b66b repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.video-play-button.light:after {
  background: #ffffff repeat scroll 0 0;
}

.video-play-button.light i {
  color: #49b66b;
}

.text-dark .video-play-button:after {
  background: #ffffff repeat scroll 0 0;
}

.video-play-button:hover,
.video-play-button:focus {
  color: #ffffff;
}

.text-dark .video-play-button:hover,
.text-dark .video-play-button:focus {
  color: #49b66b;
  background-color: #ffffff;
}

.text-dark .video-play-button:hover:after {
  background-color: #ffffff;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
}


/* ============================================================== 
     # About
=================================================================== */

.about-area .info {
  padding-right: 35px;
}

.about-area.inc-thumb .info {
  padding-right: 15px;
}

.about-area.inc-thumb .thumb {
  padding-right: 35px;
}

.about-area.reverse .info {
  padding-left: 35px;
  padding-right: 15px;
}

.about-area .info h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: #49b66b;
}

.about-area .info h2 {
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: -8px;
}

.about-area .info .fun-facts h3 {
  margin-top: -7px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 600;
}

.about-area .info>a {
  margin-top: 5px;
}

.about-area .features {
  overflow: hidden;
}

.about-area .features .equal-height::after {
  position: absolute;
  right: -1px;
  bottom: 0;
  content: "";
  height: 100%;
  width: 1px;
  background: #e7e7e7;
}

.about-area .features .equal-height::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #e7e7e7;
}

.about-area .features .item {
  padding: 30px 15px;
  overflow: hidden;
  position: relative;
}

.about-area .features .equal-height:first-child,
.about-area .features .equal-height:nth-child(2) {
  margin-top: 0;
}

.about-area .features .equal-height:first-child .item,
.about-area .features .equal-height:nth-child(3) .item {
  padding-left: 0;
}

.about-area .features .equal-height:nth-child(2) .item,
.about-area .features .equal-height:nth-child(4) .item {
  padding-right: 0;
}

.about-area .features .equal-height:nth-child(3) .item,
.about-area .features .equal-height:nth-child(4) .item {
  padding-bottom: 0;
}

.about-area .features .item h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.about-area .features .item p {
  margin: 0;
}

.about-area .features .item i {
  font-size: 45px;
  color: #49b66b;
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background: #f7fdfc;
  text-align: center;
  margin-bottom: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.about-area .features .item:hover i {
  color: #ffffff;
  background: #49b66b;
}

.about-area .features .item span {
  /* font-family: 'Poppins', sans-serif; */
  font-weight: 900;
  color: #e7e7e7;
  position: absolute;
  right: 30px;
  bottom: 55px;
  font-size: 40px;
  opacity: 0.3;
}

.about-area .features .equal-height:first-child .item,
.about-area .features .equal-height:nth-child(2) .item {
  padding-top: 0;
}

.about-area .fun-fact {
  font-family: 'Poppins', sans-serif;
}

.about-area .fun-fact .timer {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #49b66b;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 10px;
}

.about-area.text-center .fun-fact .timer {
  margin-left: -25px;
}

.about-area .fun-fact .timer::after {
  position: absolute;
  right: -25px;
  top: 5px;
  content: "%";
  font-size: 30px;
}

.about-area .fun-fact.clients .timer::after {
  content: "+";
}

.about-area .fun-fact.invest .timer::after {
  content: "M";
  right: -27px;
}

.about-area .fun-fact .medium {
  display: block;
  text-transform: capitalize;
  font-size: 18px;
}

.about-area .fun-facts {
  margin-top: 30px;
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
}

.about-area .info ul li {
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  margin-bottom: 10px;
}

.about-area .info ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #49b66b;
}

.about-area .info ul li:last-child {
  margin-bottom: 0;
}

.about-area .info ul {
  margin-top: 20px;
}

.about-area.companies-area .info {
  margin-top: 0;
  margin-bottom: 0;
}

.about-area.companies-area .info .clients-items {
  margin-top: 10px;
}

/* ============================================================== 
     # Work Process
=================================================================== */

.work-process-area .process-items {
  display: flex;
  align-items: center;
}

.work-process-area .process-items .info li {
  display: flex;
  margin-bottom: 30px;
  background: #ffffff;
  padding: 40px 30px;
  border: 1px solid #eaedf2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.work-process-area .process-items .info li .list {
  padding-right: 25px;
}

.work-process-area .process-items .info li .list h3 {
  margin: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #ffffff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: 800;
  letter-spacing: 0.6px;
  margin-top: -5px;
  color: #49b66b;
  border: 1px solid #eaedf2;
}

.work-process-area .process-items .info li .content h4 {
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.work-process-area .process-items .info li:last-child {
  margin-bottom: 0;
}

.work-process-area .process-items .info li .content p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}

.work-process-area .process-items .info li:nth-child(2n) {
  background: #49b66b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.work-process-area .process-items .info li:nth-child(2n) p,
.work-process-area .process-items .info li:nth-child(2n) h4 {
  color: #ffffff;
}

.work-process-area .process-items .info .content p {
  text-align: justify;
  color: #eaedf2;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.781);
  z-index: 1000;
  backdrop-filter: blur(4px);
}

.modal-content {
  position: relative;
  background: #fff;
  margin: 5% auto;
  padding: 2rem;
  width: 80%;
  max-width: 70%;
  width: 60%;
  border-radius: 1rem;
  border: 1px solid var(--border-color);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.close-modal {
  position: absolute;
  right: 1.5rem;
  top: 1.5SSrem;
  font-size: 4rem;
  cursor: pointer;
  color: var(--text-secondary);
  transition: color 0.2s ease;
  width: 25px;
  height: 25px;
  z-index: 1000;
}

.close-modal:hover {
  color: var(--text-primary);
}


.close-modal:hover {
  color: #000;
}

.modal-content h2 {
  margin-top: 0;
}

.modal-content p {
  margin: 1rem 0;
  font-size: 1rem;
  line-height: 1.5;
}

.modal-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem auto;
}

/* ============================================================== 
     # Work Step
=================================================================== */
.how-it-works-section {
  /* 1) Fijamos un max-width razonable y width para escalar */
  max-width: 1440px;
  width: 100%;

  /* 2) Centramos el bloque en el viewport */
  margin: 0 auto;
  box-sizing: border-box;

  /* 3) Padding relativo para que escale con la pantalla */
  padding: 70px 8%;

  /* 4) Flex layout con wrap y centrado de items */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

  gap: 48px;
}

.image-container {
  flex: 0 0 520px;
  margin: 0;
}

.feature-image {
  width: 100%;
  height: auto;
  border-radius: 40px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.content-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-title {
  font-size: 38px;
  font-weight: 500;
  color: #2a2a2a;
  margin: 0;
}

.section-description {
  font-size: 18px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 32px;
  margin: 0;
}

.steps-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  border-bottom: 1px solid #6dd130;
  padding-bottom: 40px;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 0.833px solid #6dd130;
  font-size: 38px;
  font-weight: 500;
  background: linear-gradient(180deg, #6dd130 0%, #46b900 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.step-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.step-title {
  font-size: 20px;
  font-weight: 600;
  color: #2a2a2a;
  margin: 0;
}

.step-description {
  font-size: 18px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 32px;
  margin: 0;
}
.feature-image2 {
  width: 100%;
  height: auto;
  border-radius: 40px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
/* Responsive Styles */
@media (max-width: 991px) {
  .feature-image2 {
    width: 100%;
    height: auto;
    margin-top: 15rem;
    border-radius: 40px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .how-it-works-section {
    margin-top: -100px;
    max-width: 991px;
    flex-direction: column;
    padding: 100px 50px;
  }

  .image-container {
    flex: 0 0 auto;
  }

  .content-container {
    gap: 32px;
  }

  .steps-container {
    gap: 32px;
  }

  .step-item {
    padding-bottom: 32px;
  }
}

@media (max-width: 640px) {
  /* .how-it-works-section {
    max-width: 640px;
    padding: 50px 20px;
    
  } */

  .section-header {
    gap: 16px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-description {
    font-size: 16px;
  }

  .steps-container {
    gap: 24px;
  }

  .step-item {
    padding-bottom: 24px;
  }

  .step-number {
    width: 80px;
    height: 80px;
    font-size: 32px;
  }

  .step-title {
    font-size: 18px;
  }

  .step-description {
    font-size: 16px;
  }
}


/* ----------------------------viejo------------------------------ */
.work-step-items .single-item .item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.work-step-items .single-item:last-child .item {
  margin: 0;
  padding: 0;
  border: none;
}

.work-step-items .item .thumb {
  padding-right: 35px;
}

.work-step-items .single-item.reverse .item .thumb {
  padding-right: 15px;
  padding-left: 35px;
  float: right;
}

.work-step-items .step {
  font-size: 50px;
  font-family: 'Gate', sans-serif;
  ;
  line-height: 1.2;
  margin-top: -8px;
  font-weight: 700;
  color: #eaedf2;
  opacity: 0.3;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: justify;
}

.work-step-items .info .title strong {
  font-size: 40px;
  text-align: center;
  color: #49b66b;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: 600;
}

.work-step-items .info .title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.info .title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.title h2 {
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.work-step-items h2 {
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.work-step-items h4 {
  text-transform: capitalize;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  color: #666666;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.work-step-items h4 span {
  color: #49b66b;
  font-weight: 700;
}

.work-step-items .info ul {
  margin-top: 20px;
  overflow: hidden;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}

.work-step-items .info ul li {
  float: left;
  width: 50%;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #e7e7e7;
  z-index: 1;
}

.work-step-items .info ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #49b66b;
}

.work-step-items .info a {
  margin-top: 15px;
}

/* ========== Media Queries para Tablets (máx. 992px) ========== */
@media (max-width: 992px) {

  /* Hacemos que cada paso ocupe toda la fila */
  .timeline-step {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  /* Centramos el contenido y la imagen */
  .timeline-step-left .timeline-content,
  .timeline-step-right .timeline-content {
    text-align: center;
    padding: 0 15px;
  }

  .timeline-image {
    margin: 0 auto;
  }

  .timeline-dot {
    margin: 0 auto;
  }

  /* Ajustamos los elementos de la lista para que ocupen toda la fila */
  .work-step-items .info ul li {
    width: 100%;
    float: none;
    text-align: left;
    padding-left: 15px;
  }
}

/* ========== Media Queries para Móviles (máx. 768px) ========== */
@media (max-width: 768px) {

  /* Reducimos tamaños de fuente para mayor legibilidad en pantallas pequeñas */
  .timeline-title {
    font-size: 2rem;
  }

  .timeline-step-number {
    font-size: 1.5rem;
  }

  .timeline-step-title {
    font-size: 1.2rem;
  }

  .timeline-text {
    font-size: 1rem;
  }

  /* Ajustamos títulos y espaciados en la sección de work steps */
  .work-step-items .info .title strong {
    font-size: 30px;
    margin-right: 10px;
  }

  .work-step-items .info .title h2 {
    font-size: 1.5rem;
  }

  .work-step-items h4 {
    font-size: 1.2rem;
    padding-bottom: 10px;
  }

  /* Aseguramos que las imágenes no excedan el ancho del contenedor */
  .timeline-image img {
    max-width: 100%;
    height: auto;
  }

  /* Ajustamos el contenido de los modales para pantallas pequeñas */
  .modal-content {
    width: 90%;
    padding: 1rem;
  }
}


@media (max-width: 576px) {

  html {
    overflow-x: hidden;
  }

  #last-group {
    display: none;
  }

  #banner {
    background-image: url(/img/shape-bg-dark4-rotated.png);
    background-position: left center;
    /* Cambiado para ver más la izquierda */
  }

  .simple-questionnaire-form select option {
    font-size: 1.8rem;
    /* Ajusta el tamaño de la fuente */
    line-height: 1.2;
    /* Ajusta la altura de línea para reducir el espacio vertical */
    padding: 5px 10px;
    /* Opcional: ajusta el padding interno */
  }

  #investmentObjective.form-control {
    /* Se expande al 100% del contenedor y reduce la fuente */
    width: 100% !important;
    max-width: 100%;
    font-size: 1rem !important;
    /* Puedes ajustar a 0.9rem si quieres aún más pequeño */
  }

  /* 2) El botón muy grande */
  #submitButton.btn-primary {
    font-size: 2rem !important;
    /* Reduce el tamaño de la letra */
    padding: 8px 12px !important;
    /* Menos padding */
  }

  /* .navbar-brand {
    margin-right: -20px;
  }

  .logo-text {
    font-size: 4rem;
  } */

  .timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
  }

  .timeline-dot {
    display: none;
  }

  .timeline-dot::after {
    display: none;
  }

  .timeline-image {
    order: 1;
    margin-bottom: 1rem;
    width: 100%;
  }

  .fas .fa-flag-checkered {
    display: none;
  }

  #flag {
    display: none;
  }

  .col-md-12.info {
    order: 2;
    padding: 0 1rem;
  }

  #submitButton {
    width: 100%;
  }

  /* Modal Styles */
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.781);
    z-index: 1000;
    backdrop-filter: blur(4px);
  }

  .modal-content {
    position: absolute;
    background: #fff;
    margin: 5% auto;
    top: 15%;
    padding: 2rem;
    max-width: 100%;
    width: 100%;
    height: 60%;
    border-radius: 1rem;
    border: 1px solid var(--border-color);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  }

  .close-modal {
    position: absolute;
    right: 1.5rem;
    top: 1.5SSrem;
    font-size: 4rem;
    cursor: pointer;
    color: var(--text-secondary);
    transition: color 0.2s ease;
    width: 25px;
    height: 25px;
    z-index: 1000;
  }

  .close-modal:hover {
    color: var(--text-primary);
  }


  .close-modal:hover {
    color: #000;
  }

  .modal-content h2 {
    margin-top: 0;
  }

  .modal-content p {
    margin: 1rem 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .modal-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto;
  }

  #sessionBtnMobile {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }
  #sessionBtnMobile .login-button {
    width: 80%;
    max-width: 220px;
    font-size: 1.1rem;
    padding: 14px 0;
    text-align: center;
  }
  @media (max-width: 991px) {
    #sessionBtnMobile .login-button {
      width: 90%;
      max-width: 260px;
      font-size: 1.2rem;
    }
  }
}

/* ============================================================== 
     # Features
=================================================================== */

.features-area .feature-box {
  padding-right: 35px;
}

.features-area.reverse .feature-box {
  padding-left: 35px;
}

.features-area .features-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.features-area .features-items .item {
  flex: 1 1 calc(50% - 20px);
  /* 2 items per row with some margin */
  margin: 10px;
  /* -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #49b66b; */
  background: #333343;
  padding: 50px 40px 50px;
  position: relative;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  border-bottom: 2px solid #49b66b;
}

.features-area.bg-gray .features-items .item {
  -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.features-area.shadow-hard .features-items .item {
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.features-area.icon-link .features-items .item a {
  color: #49b66b;
  height: 45px;
  width: 45px;
  line-height: 45px;
  display: inline-block;
  border: 2px solid #e7e7e7;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.features-area .features-items .equal-height {
  margin-bottom: 30px;
}

.features-area.shadow-less.reverse .feature-box {
  padding-left: 35px;
  padding-right: 15px;
}

.overview-area .tab-content a:hover {
  cursor: zoom-in;
}

.features-area .features-items .item:hover {
  /* margin-top: -10px; */
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #49b66b;
}

.features-area .features-items .item .icon {
  margin-bottom: 20px;
  text-align: right;
}

.features-area .features-items .item span {
  float: left;
  font-size: 50px;
  color: #49b66b;
  /* opacity: 0.1; */
  line-height: 1.3;
  font-weight: 600;
}

.features-area .features-items .item .icon i {
  display: inline-block;
  font-size: 60px;
  color: #49b66b;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.features-area .features-items .item h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.features-area .features-items .item p {
  margin: 0;
}

.features-area .features-items .item .bottom {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  margin-top: 20px;
}

.features-area .features-items .item a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #888888;
}

.features-area .features-items .item:hover a {
  color: #49b66b;
}

.features-area .features-items.features-carousel .owl-dots {
  margin-top: 20px;
  margin-bottom: -8px;
}

.features-area .features-items.features-carousel .owl-dots .owl-dot span {
  height: 8px;
  background: #666666;
  width: 10px;
  margin: 0 5px;
  opacity: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.features-area .features-items.features-carousel .owl-dots .owl-dot.active span {
  background: #49b66b;
  width: 40px;
}

.features-area.shadow-less .features-items .item {
  padding: 0;
  box-shadow: inherit;
  background: transparent;
  border: none;
}

.features-area.shadow-less .features-items .item h4 {
  text-transform: capitalize;
  font-size: 18px;
}

.features-area.shadow-less .features-items .item .icon {
  text-align: center;
  margin-bottom: 30px;
}

.features-area.shadow-less .features-items .equal-height {
  margin-top: 60px;
  margin-bottom: 0;
}

.features-area.shadow-less .features-items .equal-height:first-child,
.features-area.shadow-less .features-items .equal-height:nth-child(2) {
  margin-top: 0;
}

.features-area.shadow-less .features-items .item .bottom {
  margin-top: 15px;
  padding-top: 0;
  border: none;
}

.features-area.shadow-less .features-items .item:hover {
  margin: 0;

}

.features-area.shadow-less .features-items {
  overflow: hidden;
  padding-right: 35px;
  padding-top: 10px;
  margin-top: -10px;
}

.features-area.shadow-less .features-items .equal-height {
  position: relative;
  z-index: 1;
}

.features-area.shadow-less .features-items .equal-height::after {
  position: absolute;
  left: 0;
  bottom: -30px;
  content: "";
  height: 1px;
  width: 100%;
  background: #e7e7e7;
}

.features-area.shadow-less .features-items .item .icon i {
  height: 100px;
  width: 100px;
  line-height: 100px;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 40px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.features-area.shadow-less.bg-gray .features-items .item .icon i {
  -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}



/*Timeline*/
/* Timeline Container */
.timeline-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.timeline-container .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 10000%;
  background-color: #e7e7e7;
  z-index: 0;
}

.timeline-container .checkpoint {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #e7e7e7;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.timeline-container .checkpoint[data-step="1"] {
  top: 10%;
}

.timeline-container .checkpoint[data-step="2"] {
  top: 50%;
}

.timeline-container .checkpoint[data-step="3"] {
  top: 90%;
}

.timeline-container .checkpoint.active {
  background-color: #49b66b;
  transform: scale(1.2);
}

.timeline-area {
  padding: 50px 20px;
}

.timeline-container {
  max-width: 100%;
  margin: 0 auto;
}

.timeline-header {
  text-align: center;
  margin-bottom: 50px;
}

.timeline-title {
  font-size: 2.5rem;
  color: #49b66b;
}

.timeline-description {
  color: #aaa;
  max-width: 100%;
  margin: 0 auto;
}

.timeline-steps {
  position: relative;
  display: grid;
  gap: 10px;
}

.timeline-step {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.timeline-step-left .timeline-content {
  text-align: right;
}

.timeline-step-right .timeline-content {
  text-align: left;
}

.timeline-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.timeline-step-number {
  font-size: 2rem;
  color: #49b66b;
}

.timeline-step-title {
  font-size: 1.5rem;
  margin: 0;
}

.timeline-text {
  margin: 10px 0;
  color: #ccc;
}

.timeline-bullets {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.timeline-bullets li {
  margin-bottom: 5px;
  color: #ccc;
}

.timeline-image img {
  max-width: 100%;
  border-radius: 10px;
}

.timeline-dot {
  width: 20px;
  height: 20px;
  background-color: #49b66b;
  border-radius: 50%;
  position: relative;
}

.timeline-dot::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 40rem;
  background-color: #ffffff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-step:last-child .timeline-dot::after {
  display: none;
}

/* ============================================================== 
     # Formulario
=================================================================== */
/* Main container */


.portfolio-container {
  max-width: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;

  background: white;
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
}

/* Card container */
.portfolio-card {
  overflow: hidden;
  width: 100%;
  max-width: 1050px;
  background: linear-gradient(180deg,
      rgba(134, 222, 190, 0.322) 0%,
      rgba(110, 209, 48, 0.123) 100%);
  border-radius: 40px;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
  position: relative;
  /* ya estaba */
  border-radius: 40px;
}

/* Header section */
.portfolio-header {
  margin-bottom: 48px;
}

.portfolio-title {
  font-size: 38px;
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 24px;
}

.portfolio-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #2a2a2a;
  line-height: 32px;
  display: block;
}

/* Content section */
.portfolio-content {
  font-size: 15px;
  /* font-weight: 400; */
  color: #2a2a2a;
  margin-bottom: 48px;
  line-height: 1.8;
}

.highlight {
  color: #53af1b;
}

.highlight-long {
  color: #53af1b;
}

/* Footer section */
.portfolio-footer {
  text-align: center;
}

.portfolio-button {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: white;
  background-color: #e4710c;
  padding: 14px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.portfolio-button:hover {
  background-color: #d26200;
}

/* Decorative SVG elements */
.decoration-right,
.decoration-left {
  position: absolute;
  z-index: 0;
}

.svg-right {
  position: absolute;
  top: 79px;
  left: 174px;
  width: 350px;
  height: 80px;
  /* bottom: -100px; */
  /* width: 60;
  height: 60px; */
  z-index: 10000;
  clip-path: polygon(0 0, 102% 0, 97% 90%, 90% 95%, 0 100%);
}

.svg-left {
  position: absolute;
  top: 79px;
  right: 174px;
  width: 350px;
  height: 80px;
  z-index: 10000;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 95%, 3% 90%, -2% 0);
}

#simple-questionnaire-form>div.form-group.active>p>span {
  font-size: 1.4rem;
  font-weight: 300;
}

/* Responsive styles */
@media (max-width: 991px) {
  .portfolio-card {
    padding: 20px;
  }

  .portfolio-title {
    font-size: 32px;
  }

  .portfolio-subtitle {
    font-size: 16px;
  }

  .portfolio-content {
    font-size: 20px;
  }

  .portfolio-button {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .portfolio-card {
    padding: 16px;
    border-radius: 30px;
  }

  .portfolio-title {
    font-size: 28px;
  }

  .portfolio-subtitle {
    font-size: 14px;
  }

  .portfolio-content {
    font-size: 18px;
  }

  .portfolio-button {
    font-size: 14px;
    width: 100%;
  }

  .svg-right,
  .svg-left {
    width: 300px;
    height: 250px;
  }
}

/* Clases para el formulario dinámico */
form {
  margin-top: 24px;
}

.form-group {
  display: none;
  margin-bottom: 24px;
}

.form-group.active {
  display: block;
}

.form-group span.label {
  font-size: 14px;
  color: #2a2a2a;
}

.form-group input,
.form-group select {
  font-size: 24px;
  color: #53af1b;
  background: transparent;
  border: none;
  border-bottom: 2px solid #53af1b;
  padding: 4px 8px;
  margin: 0 4px;
  min-width: 80px;
}

.form-submit {
  display: none;
  margin-top: 24px;
}

.form-submit.active {
  display: inline-block;
}


/* Aplica a inputs y selects dentro de la sección de contenido */
.portfolio-content input,
.portfolio-content select {
  font-family: Gate, sans-serif;
  /* misma familia que tus spans */
  font-size: 2.8rem;
  /* igual que el texto de Gate en tu formulario viejo */
  color: #49b66b;
  /* mismo verde */
  background: transparent;
  /* sin fondo */
  border: none;
  border-bottom: 2px solid #49b66b;
  /* línea inferior verde */
  padding: 0.2em 0.3em;
  /* un poquito de espacio interno */
  margin: 0 0.2em;
  /* separación lateral similar a tus spans */
  min-width: 4ch;
  /* evita que queden demasiado estrechos */
  display: inline-block;
  /* para alinearse junto al texto */
  vertical-align: baseline;
  /* alinea la línea de base del texto */
  appearance: none;
  /* neutraliza estilos por defecto del navegador */
}

/* Ajuste específico para select: flecha externa y padding */
.portfolio-content select {
  padding-right: 1.5em;
  /* espacio para la flecha */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2349b66b' d='M2 0L0 2h4L2 0zM2 5L0 3h4l-2 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: 0.65em auto;
}

/* Quita el outline por defecto en foco y dibuja tu propio indicador */
.portfolio-content input:focus,
.portfolio-content select:focus {
  outline: none;
  border-bottom-color: #333343;
  /* igual que antes: color oscuro al focus */
}

/* animación para mostrar */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-group.active {
  display: block;
  animation: fadeInUp 0.5s ease-out forwards;
}

/* Modal de email */
.email-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.email-modal-content {
  background: linear-gradient(180deg, #ffffff 0%, rgb(185, 209, 170) 100%);
  border-radius: 40px;
  margin: 10% auto;
  padding: 40px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.email-modal-content h2 {
  font-size: 32px;
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.email-modal-content p {
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 24px;
}

.email-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.email-form input {
  padding: 15px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.email-form .portfolio-button {
  display: block;
  background-color: #e4710c;
  color: white;
  border: none;
  margin: 0 auto;
}

.close-email-modal {
  color: #2a2a2a;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

/* Media queries para responsividad */
@media (max-width: 640px) {
  .email-modal-content {
      padding: 25px;
      margin: 20% auto;
  }
  
  .email-modal-content h2 {
      font-size: 24px;
  }
  
  .email-modal-content p {
      font-size: 16px;
  }
}

/* Viejo */
.simple-questionnaire-form {
  /* background-color: #23233b; */
}

.form-group span {
  font-size: 30px;
}

.form-group .form-text {
  font-size: 35px;
  font-family: 'iBrand', sans-serif;
}

.custom-span-style {
  font-family: Gate;
  font-size: 40px;
}

#ageField {
  width: 65px;
  color: #49b66b;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: Gate, sans-serif;
  border-bottom: 2px dashed #6dd130;
  box-sizing: border-box;
}

#investmentTime {
  width: 15rem;
  height: 4.5rem;
  color: #49b66b;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: Gate, sans-serif;
  border-bottom: 2px dashed #6dd130;
  box-sizing: border-box;

}

#savingsPercentEstimateSelectField {
  width: 150px;
  height: 5rem;
  color: #49b66b;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: Gate, sans-serif;
  border-bottom: 2px dashed #6dd130;
  box-sizing: border-box;
}

#riskPerception {
  width: 250px;
  height: 5rem;
  color: #49b66b;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: Gate, sans-serif;
  border-bottom: 2px dashed #6dd130;
  box-sizing: border-box;
}

#investmentExperience {
  width: 220px;
  height: 4.5rem;
  color: #49b66b;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: Gate, sans-serif;
  margin-bottom: 20px;
  border-bottom: 2px dashed #6dd130;
  box-sizing: border-box;
}

#investmentObjective {
  height: 5rem;
  width: auto;
  color: #49b66b;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: Gate, sans-serif;
  border-bottom: 2px dashed #6dd130;
  box-sizing: border-box;
}

#investmentAmount {
  width: 180px;
  color: #49b66b;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: Gate, sans-serif;
  border-bottom: 2px dashed #6dd130;
  box-sizing: border-box;
}

#marketReaction {
  width: 220px;
  height: 5rem;
  color: #49b66b;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: Gate, sans-serif;
  border-bottom: 2px dashed #6dd130;
  box-sizing: border-box;
}

#gender {
  width: 150px;
  height: 5rem;
  color: #49b66b;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: Gate, sans-serif;
  border-bottom: 2px dashed #6dd130;
  box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.simple-questionnaire-form .form-group {
  margin-bottom: 20px;
  text-align: left;
}

.simple-questionnaire-form .form-group label {
  display: block;
  /* margin-bottom: 5px; */
  font-weight: bold;
}

.simple-questionnaire-form .form-group span {
  font-family: 'iBrand', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  /*add ibrand font*/

}

.simple-questionnaire-form .form-group input,
.simple-questionnaire-form .form-group select {
  width: auto;
  /* padding: 10px; */
  border: none;
  border-bottom: 2px solid #49b66b;
  background: none;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  /* margin-bottom: 10px; */
  display: inline-block;
}

.simple-questionnaire-form .form-group input:focus,
.simple-questionnaire-form .form-group select:focus {
  border-bottom-color: #333343;
}

.simple-questionnaire-form .form-group .input-prefix {
  display: inline-block;
  margin-right: -25px;
  font-size: 16px;
  vertical-align: middle;
}

.simple-questionnaire-form .btn {
  background-color: #ffffff;
  color: #49b66b;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.simple-questionnaire-form .btn:hover {
  background-color: #49b66b;
  color: #fff;
}

.hidden {
  display: none;
}

.show {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ============================================================== 
     # Benefits
=================================================================== */
/* Benefit Section */
.benefits-section {
  display: flex;
  justify-content: center;
  /* Centra el contenedor */
  padding: 60px 20px;
  /* Espacio superior/inferior y algo horizontal */
  /* background-color: #fafafa; */
  font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
  color: #2a2a2a;
}

.benefits-container {
  display: flex;
  align-items: center;
  gap: 40px;
  /* Separación entre imagen y contenido */
  max-width: 1200px;
  /* Ancho máximo para pantallas grandes */
  width: 100%;
  flex-wrap: wrap;
  /* Permite que elementos bajen en móviles */
}

/* Imagen */
.benefits-image-wrapper {
  flex: 1 1 400px;
  /* Crece, encoge, base mínima 400px */
  display: flex;
  justify-content: center;
}

.benefits-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
}

/* Contenido */
.benefits-content {
  flex: 1 1 400px;
  /* Igual comportamiento que la imagen */
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.benefits-title {
  font-size: 4rem;
  font-weight: 500;
  color: #2a2a2a;
  margin: 0;
}

.benefits-description {
  font-size: 1.65rem;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 32px;
  margin: 0;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.check-image {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.benefit-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 32px;
  margin: 0;
}

/* Call to Action */
.cta-wrapper {
  margin-top: 32px;
}

.cta-button {
  display: inline-block;
  padding: 14px 24px;
  background-color: #e4710c;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
  min-width: 200px;
}

/* --- Mobile / tablet (<= 768px) --- */
@media (max-width: 768px) {
  .benefits-container {
    margin-top: -30px;
    flex-direction: column;
    text-align: center;
    padding: 0 1rem;
  }

  .benefits-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }

  .benefits-header {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .benefits-title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
  }

  .benefits-description {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
  }

  .benefits-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    list-style: none;
  }

  .benefit-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    width: 100%;
  }

  .check-image {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .benefit-text {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    flex: 1;
  }

  /* Centrar texto dentro de cada punto para mayor estética */
  .benefit-item p {
    margin: 0;
  }

  .cta-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .cta-button {
    width: 100%;
    max-width: 280px;
    padding: 0.75rem 1.5rem;
    font-size: 1.6rem;
  }
}



/* ============================================================== 
     # Services
=================================================================== */
.service-section {
  background-color: #c0e5b533;
  display: flex;
  padding: 50px 80px;
  flex-direction: column;
  align-items: center;
  font-family:
    Poppins,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  justify-content: center;
}

.service-container {
  display: flex;
  width: 100%;
  max-width: 1281px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.service-header {
  align-self: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  color: #2a2a2a;
  text-align: center;
  justify-content: center;
  margin-bottom: 32px;
}

.service-title {
  font-size: 38px;
  font-weight: 500;
  margin: 0;
  color: #2a2a2a;
}

.service-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 24px 0 0 0;
  max-width: 590px;
}

.features-row {
  display: flex;
  width: 100%;
  max-width: 1160px;
  align-items: stretch;
  gap: 45px;
  justify-content: center;
  margin-bottom: 32px;
}

.features-row:last-child {
  margin-bottom: 0;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  flex: 1;
  min-width: 240px;
}

.feature-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 100px;
  border-radius: 83px;
  margin-bottom: 28px;
}

.feature-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.feature-title {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.feature-description {
  color: #2a2a2a;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 24px 0 0 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .service-section {
    padding: 100px 20px;
  }

  .service-container {
    max-width: 100%;
  }

  .service-title {
    max-width: 100%;
  }

  .service-description {
    max-width: 100%;
  }

  .features-row {
    flex-wrap: wrap;
    gap: 40px;
  }

  .feature-card {
    max-width: 100%;
  }

  .feature-description {
    max-width: 100%;
  }
}


/* ============================================================== 
     # Software Overview
=================================================================== */

.overview-carousel .item img {
  opacity: 0.7;
  padding: 5px;
  background: #ffffff;
}

.overview-carousel .owl-item.active .item img {
  opacity: 1;
}

.overview-area .overview-carousel.owl-carousel .owl-dots {
  margin-top: 20px;
  margin-bottom: -8px;
}

.overview-area .overview-carousel.owl-carousel .owl-dots .owl-dot span {
  height: 8px;
  background: #ffffff;
  width: 10px;
  margin: 0 5px;
  opacity: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.overview-area .overview-carousel.owl-carousel .owl-dots .owl-dot.active span {
  background: #ffffff;
  width: 40px;
}

/* ============================================================== 
     # Faq Accordion
=================================================================== */
.faq-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 50px 80px 80px 50px;
  background-color: #ffffff;
  border-radius: 24px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.faq-content {
  width: 100%;
  padding: 48px 40px;

  background: linear-gradient(180deg,
      rgba(134, 222, 189, 0.5) 0%,
      rgba(109, 209, 48, 0.1) 100%);
  border-radius: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.faq-title {
  font-size: 38px;
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 40px;
}

.faq-item {
  background-color: #ffffff;
  border-radius: 24px;
  margin-bottom: 20px;
  padding: 20px 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
  cursor: pointer;
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-chevron {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.icon-chevron-open {
  transform: rotate(0deg);
}

.faq-answer {
  font-size: 18px;
  font-weight: 250;
  color: #4e4e4e;
  margin-top: 18px;
  font-family: 'Gate Regular', sans-serif;
}

.answer-indicator {
  width: 100%;
  height: 8px;
  background-color: #54bd95;
  margin-top: 18px;
}

.contact-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}

.contact-question {
  font-size: 18px;
  font-weight: 400;
  color: #4a4a4a;
}

.contact-button {
  padding: 14px 24px;
  background-color: #e4710c;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  font-family: "Poppins", sans-serif;
}

.contact-button:hover {
  background-color: #d26200;
}

.scroll-container {
  position: absolute;
  right: 0;
  bottom: 0;
}

.scroll-icon {
  width: 60px;
  height: 60px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* Smooth transition for details */
details.faq-item>.faq-answer,
details.faq-item>.answer-indicator {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease;
}

details.faq-item[open]>.faq-answer,
details.faq-item[open]>.answer-indicator {
  max-height: 500px;
  opacity: 1;
  transition: all 0.4s ease;
}

.icon-chevron {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

details[open] .icon-chevron {
  transform: rotate(0deg);
}

/* Media Queries */
@media (max-width: 991px) {
  .faq-container {
    padding: 100px 40px 40px 80px;
  }

  .faq-content {
    padding: 24px 20px;
  }

  .faq-title {
    font-size: 32px;
  }

  .faq-question {
    font-size: 16px;
  }

  .faq-answer {
    font-size: 16px;
  }

  .contact-question {
    font-size: 16px;
  }

  .contact-button {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .faq-container {
    padding: 50px 20px 20px 40px;
  }

  .faq-title {
    font-size: 28px;
  }

  .faq-question {
    font-size: 14px;
  }

  .faq-answer {
    font-size: 14px;
  }

  .contact-question {
    font-size: 14px;
  }

  .contact-button {
    font-size: 14px;
  }
}



/* ============================================================== 
     # Pricing Table
=================================================================== */

/* Section */
.pricing-section {
  /* 1) Ancho fluido hasta un máximo y centrado en la página */
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 16px;
  /* padding en % o valores menores */

  /* 2) Centrado interno de los plans */
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  /* background: #F9FAFB; */
}

/* Container */
.pricing-container {
  position: static;
  width: 100%;
  max-width: 1026px;
  margin: 0 auto;
  /* centra el bloque hijo */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 67px; */
  box-sizing: border-box;
}


/* Header */
.pricing-header {
  /* 5) Ancho fluido con límite y texto centrado */
  width: 100%;
  max-width: 519px;
  text-align: center;
  /* centrar títulos y texto */
  margin: 0 auto;
}

.pricing-header h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 73px;
  color: #191A15;
  margin: 0;
}

.pricing-header p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #191A15;
  margin: 0;
}

/* -----------------------------
   Ajustes generales para .plans
   ----------------------------- */
.plans {
  display: flex;
  flex-wrap: wrap;           /* permite que los items bajen a la siguiente fila */
  justify-content: center;   /* sigue centrando las tarjetas */
  gap: 24px;
}

/* -----------------------------
   Ajustes para .plan-card
   ----------------------------- */
.plan-card {
  flex: 1 1 400px;           /* 1) crecer, 1) encoger, base de 400px */
  max-width: 501px;          /* nunca supere el ancho original */
  width: 100%;               /* de base ocupe todo el espacio disponible */
}

/* ============================================================== 
     # Pricing Modal (Responsive)
=================================================================== */
.close-pricing-modal {
  color: #2a2a2a;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-pricing-modal:hover,
.close-pricing-modal:focus {
  color: #e4710c;
  /* Color de acento */
  text-decoration: none;
}

.email-modal-content .highlight {
  color: #49b66b;
  /* Color principal del tema */
  font-weight: 700;
}

.email-modal-content h2 {
  color: #333343;
  /* Tono oscuro del tema */
  font-size: 28px;
}

.email-modal-content p {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 1.6;
}

/* ============================================================== 
     # Pricing Section Responsive
=================================================================== */
@media (max-width: 991px) {
  .plans {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .pricing-section {
    padding: 60px 20px;
  }

  .pricing-header h2 {
    font-size: 36px;
  }

  .pricing-header p {
    font-size: 16px;
  }

  .plans {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .plan-card {
    max-width: 420px;
  }

  .features {
    padding: 40px 24px 104px 24px;
    /* Ajusta padding para móvil */
  }

  .choose-btn {
    width: calc(100% - 48px);
  }

  .email-modal-content h2 {
    font-size: 24px;
  }

  .email-modal-content p {
    font-size: 16px;
  }
}

/* ----------------------------------------
   (Opcional) Media query para pantallas muy pequeñas 
   ---------------------------------------- */
@media (max-width: 500px) {
  .plan-card {
    flex-basis: 100%;        /* fuerza 1 por fila en pantallas <500px */
  }
}

.plan-content {
  width: 437px;
  height: 515px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

/* Title Block */
.plan-title {
  width: 335.56px;
  height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.plan-title h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #191A15;
  margin: 0;
}

.plan-title p {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #A6A6A6;
  margin: 0;
}

.plan-title .price {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  color: #191A15;
}

/* Features Block */
.features {
  position: relative;
  width: 437px;
  height: 338px;
  background: #F9FAFB;
  border-radius: 10px;
  padding: 24px 48px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}

.features li {
  position: relative;
  padding-left: 36px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #191A15;
}

/* Círculos superpuestos */
.features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  background: rgba(109, 209, 48, 0.5);
  border-radius: 50%;
}

.features li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  background: #6DD130;
  border-radius: 50%;
  z-index: 1;
}

/* Tachuela blanca */
.features li span {
  position: relative;
  z-index: 2;
}

.features li span::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 10px;
  width: 8px;
  height: 5px;
  border: 2px solid #FFFFFF;
  transform: rotate(-45deg);
}

/* Botón */
.choose-btn {
  position: absolute;
  bottom: 24px;
  width: 340.87px;
  height: 64px;
  background: #FFFFFF;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: rgba(109, 209, 48, 0.5);
  cursor: pointer;
}

@media (max-width: 768px) {

  /* 1) Pasa de fila a columna las cards */
  .plans {
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* espacio entre cards */
    align-items: center;
    /* centra las cards en la columna */
  }

  /* 2) Tarjeta a ancho completo + máximo razonable */
  .plan-card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20;
  }

  /* 3) Ajustes internos para que el contenido no “quede pegado” */
  .plan-content {
    width: 100%;
    /* que el contenido llene la card */
    padding: 0 16px;
    /* respira a los lados */
  }

  .features {
    width: 100%;
    /* que la lista ocupe todo el ancho interno */
    padding: 24px;
    /* mantén el mismo relleno vertical */
  }

  /* 4) Botón full-width para mejor usabilidad */
  .choose-btn {
    width: 100%;
    box-sizing: border-box;
    /* incluye el padding en el ancho */
  }

  /* 5) Header del pricing: texto centrado y márgenes reducidos */
  .pricing-header {
    padding: 0 16px;
    /* margen lateral en móvil */
    text-align: center;
    /* centra títulos y párrafos */
  }
}


/* ============================================================== 
     # Team
=================================================================== */

.team-area .team-items .single-item {
  margin-bottom: 30px;
}

.team-area .team-items .item {
  -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  padding: 30px;
}

.team-area .team-items .item .info h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.team-area .team-items .item .info span {
  text-transform: uppercase;
  color: #49b66b;
  display: block;
  margin-bottom: 15px;
  /* font-family: 'Poppins', sans-serif; */
  font-weight: 500;
}

.team-area .team-items .item .info h5 {
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
  font-family: 'Roboto', sans-serif;
}

.team-area .team-items .item .info h5 i {
  margin-right: 5px;
  font-weight: 500;
  color: #49b66b;
}

.team-area .team-items .item .thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 30px;
}

.team-area .team-items .thumb ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  opacity: 0;
}

.team-area .team-items .item:hover .thumb ul {
  top: 50%;
  opacity: 1;
  margin-top: -20px;
}

.team-area .team-items .item .thumb ul li {
  display: inline-block;
  margin: 0 2px;
}

.team-area .team-items .item .thumb ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  margin: 3px;
}

.team-area .team-items .item img {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.team-area .team-items .item:hover .thumb img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.team-area .team-items .item .info ul li {
  display: inline-block;
}

.team-area .team-items .item .info ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  margin: 0 5px;
}

.team-area .team-items .item .info ul {
  border-top: 1px solid #e7e7e7;
  margin-top: 15px;
  padding-top: 20px;
}

.team-area.radius-less .team-items .item {
  padding: 0;
}

.team-area.radius-less .team-items .item .thumb {
  border-radius: inherit;
}

.team-area.radius-less .team-items .item .thumb img {
  border-radius: inherit;
}

.team-area.radius-less .team-items .item .info {
  padding-bottom: 30px;
}

.team-area .team-items .item ul li.twitter a {
  background-color: #00b6f1;
}

.team-area .team-items .item ul li.pinterest a {
  background-color: #bd081c;
}

.team-area .team-items .item ul li.facebook a {
  background-color: #3b5998;
}

.team-area .team-items .item ul li.g-plus a {
  background-color: #df4a32;
}

.team-area .team-items .item ul li.vimeo a {
  background-color: #1ab7ea;
}

.team-area .team-items .item ul li.linkedin a {
  background-color: #0e76a8;
}

.team-area .team-items .item ul li.instagram a {
  background-color: #cd486b;
}


/* ============================================================== 
     # Testimonials 
=================================================================== */
.testimonials-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 136px;
  background-color: #e8f0e6;
  font-family: "Poppins", sans-serif;
}

/* Header Section */
.testimonials-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-bottom: 48px;
}

.header-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-title {
  font-size: 38px;
  font-weight: 500;
  color: #2a2a2a;
  margin: 0;
}

.section-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 32px;
  margin: 0;
}

.navigation-controls {
  display: flex;
  gap: 24px;
  align-items: flex-end;
}

.nav-button {
  height: 5rem;
  padding: 0px 32px;
  border: 1px solid #000;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #2a2a2a;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.3s ease;
}

.nav-button:hover {
  background-color: #2a2a2a;
  color: #fff;
}

.nav-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.nav-button:disabled:hover {
  background-color: transparent;
  color: #2a2a2a;
}

/* Testimonials Wrapper */
.testimonials-wrapper {
  width: 100%;
  max-width: 1240px;
  overflow: hidden;
}

/* Testimonials Container */
.testimonials-container {
  display: flex;
  gap: 24px;
  width: 100%;
  transition: transform 0.3s ease;
}

/* Testimonial Card */
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 40px 68px;
  border-radius: 24px;
  width: 100%;
  min-width: calc((100% - 48px) / 3);
  max-width: calc((100% - 48px) / 3);
  background-color: #fff;
  flex-shrink: 0;
}

.testimonial-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  width: 100%;
}

.profile-image {
  width: 172px;
  height: 172px;
  border-radius: 100px;
  margin-bottom: 36px;
  object-fit: cover;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.user-name {
  font-size: 28px;
  font-weight: 500;
  color: #2a2a2a;
  margin: 0;
  text-align: center;
}

.user-profession {
  font-size: 20px;
  font-weight: 600;
  color: #7d7d7d;
  margin: 0;
  text-align: center;
}

.user-quote {
  font-size: 18px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 32px;
  text-align: center;
  margin: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .testimonials-section {
    padding: 100px 80px;
  }

  .testimonials-header {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .navigation-controls {
    gap: 16px;
  }

  .testimonial-card {
    min-width: calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 640px) {
  .testimonials-section {
    padding: 80px 40px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .nav-button {
    padding: 12px 24px;
    font-size: 16px;
    height: 4rem;
  }

  .testimonial-card {
    padding: 24px 20px 48px;
    min-width: 100%;
    max-width: 100%;
  }

  .profile-image {
    width: 140px;
    height: 140px;
  }

  .user-name {
    font-size: 24px;
  }

  .user-profession {
    font-size: 18px;
  }

  .user-quote {
    font-size: 16px;
  }
}
/* Ocultar botones en móvil */
@media (max-width: 640px) {
  .navigation-controls {
    display: none;
  }
  
  /* Habilitar scroll horizontal en móvil */
  .testimonials-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling en iOS */
    scroll-behavior: smooth;
    padding-bottom: 10px; /* Espacio para la scrollbar */
  }
  
  .testimonials-container {
    width: calc(100% * 13); /* 13 testimonials */
    transition: none; /* Deshabilitar transición en móvil */
  }
  
  .testimonial-card {
    min-width: 100vw;
    max-width: 100vw;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }
  
  /* Ocultar scrollbar pero mantener funcionalidad */
  .testimonials-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  .testimonials-wrapper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
  /* Agregar indicador de scroll sutil */
  .testimonials-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(42, 42, 42, 0.2), transparent);
    border-radius: 2px;
  }
}

/* Mantener funcionalidad de botones en desktop y tablet */
@media (min-width: 641px) {
  .testimonials-wrapper {
    overflow: hidden;
  }
}
/* Scroll Snap para móvil */
@media (max-width: 640px) {
  .testimonials-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    
    /* Scroll Snap Container */
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
  }
  
  .testimonials-container {
    width: calc(100% * 13); /* 13 testimonials */
    transition: none;
    display: flex;
    gap: 0; /* Remover gap para mejor alineación */
  }
  
  .testimonial-card {
    min-width: 100vw;
    max-width: 100vw;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    flex-shrink: 0;
    
    /* Scroll Snap Item */
    scroll-snap-align: center;
    scroll-snap-stop: always; /* Forzar parada en cada card */
  }
  
  /* Ocultar scrollbar pero mantener funcionalidad */
  .testimonials-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  .testimonials-wrapper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
  /* Opcional: agregar un indicador de posición */
  .testimonials-section {
    position: relative;
  }
  
  .testimonials-section::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(42, 42, 42, 0.3), transparent);
    border-radius: 2px;
    pointer-events: none;
  }
}

/* Mantener funcionalidad de botones en desktop y tablet */
@media (min-width: 641px) {
  .testimonials-wrapper {
    overflow: hidden;
  }
  
  .testimonials-container {
    gap: 24px; /* Mantener gap en desktop */
  }
}

/* ============================================================== 
     # Software Overview
=================================================================== */
.overview-area .nav-pills {
  text-align: center;
  margin-bottom: 50px;
}

.overview-area .nav-pills li {
  float: none;
  display: inline-block;
}

.overview-area .nav-pills li a {
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 15px 35px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 5px 3px;
}

.overview-area .nav-pills li a:hover,
.overview-area .nav-pills li.active a {
  border-color: transparent;
  background: #ffffff;
  color: #232323;
}

.overview-area .tab-content {
  background: #ffffff;
  overflow: hidden;
  padding: 10px;
}

.overview-area .tab-content h4 {
  color: #49b66b;
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.overview-area .tab-content a {
  margin-top: 20px;
}


/* ============================================================== 
     # Blog
=================================================================== */

.blog-items {
  float: left;
  width: 100%;
}

.blog-area .blog-items .single-item {
  margin-bottom: 30px;
}

.blog-area .blog-items .thumb {
  overflow: hidden;
}

.blog-area .blog-items .thumb img {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-area .blog-items .item:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-area .info .meta ul {
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
}

.blog-area .info .meta ul li img {
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 3px;
  border: 1px;
  -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  float: left;
  margin-right: 5px;
}

.blog-area .info .meta ul li {
  padding-right: 15px;
  border-right: 1px solid #e7e7e7;
  display: inline-block;
  margin-right: 15px;
  line-height: 50px;
  padding-top: 10px;
}

.blog-area .info .meta ul li a {
  text-transform: uppercase;
  font-weight: 600;
}

.blog-area .info .meta ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.blog-area .blog-items .info {
  padding: 30px;
  padding-top: 40px;
  border: 1px solid #e7e7e7;
}

.blog-area .info .meta ul li i {
  margin-right: 5px;
  color: #49b66b;
}

.blog-area .blog-items .info h4 {
  line-height: 1.4;
  text-transform: capitalize;
  font-weight: 600;
}

.blog-area .blog-items .info a:hover {
  color: #49b66b;
}

.blog-area .blog-items .info .content>a {
  text-transform: uppercase;
  color: #49b66b;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: underline;
}

.blog-area .blog-items .thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-area .blog-items .info .content {
  position: relative;
  z-index: 1;
}

.blog-area .blog-items .info .content .date {
  position: absolute;
  left: 0;
  top: -60px;
  /* font-family: 'Poppins', sans-serif; */
  font-weight: 500;
  background: #49b66b;
  color: #ffffff;
  padding: 0 15px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.blog-area .blog-items .item {
  background: #ffffff;
}

.blog-area .blog-items .equal-height {
  margin-bottom: 50px;
}

.blog-area.single .post-tags {
  margin-top: 35px;
}


/* Pagination */
.blog-area .pagination {
  margin-bottom: -20px;
  margin-top: 0;
}

.blog-area .pagination li a {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px 20px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  text-transform: capitalize;
  font-weight: 600;
  color: #49b66b;
}

.blog-area .pagination li.active a,
.blog-area .pagination li a:hover {
  border-color: transparent;
  color: #ffffff;
  background: #49b66b;
}

/* Blog Single */

.blog-area.single .blog-items .info {
  padding-top: 0;
}

.blog-area.single .blog-items .info .meta ul {
  border-top: none;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 0;
  margin-bottom: 25px;
}

.blog-area.single .blog-items .info .meta ul li {
  padding-bottom: 15px;
  padding-top: 15px;
}

.blog-area.single .blog-items .info h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-area.single .item .content-box span {
  background: #49b66b none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  /* font-family: "Poppins",sans-serif; */
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area.single .content-box .cats a:last-child::after {
  display: none;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .item blockquote {
  color: #232323;
  font-size: 16px;
  position: relative;
  font-style: italic;
  z-index: 1;
  margin-top: 30px;
  padding: 0 0 0 20px;
  margin-bottom: 30px;
}

.author-bio {
  display: block;
  margin-top: 30px;
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: 30px;
}

.blog-area .author-bio img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.author-bio .avatar {
  display: table-cell;
  vertical-align: top;
  width: 200px;
}

.author-bio .content {
  display: table-cell;
  padding: 0 0 0 30px;
  vertical-align: middle;
}

.author-bio .content p {
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top: 5px;
  color: #232323;
}

.author-bio .content p::after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-size: 60px;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  font-weight: 600;
}

.author-bio .content h4 {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 15px;
  text-transform: uppercase;
}

.blog-area.single .post-pagi-area {
  margin: 40px 0 40px;
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-area.single .post-pagi-area a:hover {
  color: #49b66b;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.blog-area.single .post-tags span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-right: 5px;
  text-transform: uppercase;
}

.blog-area.single .post-tags a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
  padding: 3px 25px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.blog-area.single .post-tags a:hover {
  color: #49b66b;
}

.blog-area.single.color-yellow .post-tags a:hover {
  color: #ff9800;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height:  0;
}

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

.comments-list .commen-item .avatar {
  float: left;
  height: 100px;
  width: 100px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #e7e7e7;
  margin-top: -5px;
}

.comments-list .commen-item {
  margin-bottom: 30px;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area {
  margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.comments-info a {
  border: 1px solid #e7e7e7;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  margin-top: 15px;
  padding: 1px 10px;
  text-transform: uppercase;
}

.comments-info a:hover {
  color: #49b66b;
}

.color-yellow .comments-info a:hover {
  color: #ff9800;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.comments-form button {
  border: 2px solid #49b66b;
  background: transparent;
  color: #232323;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 12px 40px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.comments-form button:hover {
  color: #ffffff;
  background-color: #49b66b;
  border: 2px solid transparent;
}

.comments-area .commen-item .comments-info {
  margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  padding: 0 15px;
}

/* ============================================================== 
     # Error Page
=================================================================== */
.error-page-area .content {
  background: #ffffff;
  padding: 50px;
  -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.error-page-area .content h1 {
  font-weight: 900;
  font-size: 180px;
  line-height: 140px;
  margin-bottom: 30px;
  color: #666666;
}

.error-page-area .content h1 span {
  color: #49b66b;
}

.error-page-area .content h2 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 25px;
}

.error-page-area .content a {
  margin-top: 10px;
}


/* ============================================================== 
     # Contact
=================================================================== */
.contact-area .contact-form input,
.contact-area .contact-form textarea {
  box-shadow: inherit;
  border-radius: inherit;
  border: none;
  border-bottom: 1px solid #e7e7e7;
}

.contact-area .contact-form textarea {
  min-height: 160px;
  padding: 15px 10px;
}

.contact-area .contact-items {
  display: flex;
  align-items: center;
}

.contact-area .contact-items .thumb {
  text-align: center;
}

.contact-area .contact-form button {
  background-color: transparent;
  color: #49b66b !important;
  border: 2px solid #e1e1e1;
  padding: 8px 35px;
  font-size: 12px;
}

.contact-area .contact-form button {
  background-color: transparent;
  color: #49b66b !important;
  border: 2px solid #e1e1e1;
  padding: 12px 40px;
  font-size: 12px;
  /* font-family: 'Poppins', sans-serif; */
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.contact-area.bg-theme .contact-form button {
  color: #ffffff !important;
}

.contact-area .contact-form h3 {
  margin-top: 30px;
  display: inline-block;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0;
}

.contact-area .contact-form h3 span {
  color: #49b66b;
}

.contact-form .loader {
  margin-left: 10px;
}

.contact-area .contact-form {
  margin-bottom: -8px;
}

.address-list .item {
  background: #ffffff;
  padding: 50px 30px;
}

.address-list {
  margin-top: 50px;
}

.address-list .item-box {
  background: #ffffff;
  overflow: hidden;
  -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.address-list .single-item {
  position: relative;
  z-index: 1;
}

.address-list .single-item:last-child {
  border: none;
}

.address-list .item i {
  font-size: 60px;
  display: inline-block;
  color: #49b66b;
  margin-bottom: 30px;
}

.address-list .item h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
}

.address-list .item h2 {
  font-weight: 600;
  color: #666666;
  font-size: 28px;
  margin-bottom: 0;
}

.address-list .item p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}

.address-list .single-item::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 150%;
  width: 1px;
  background: #e7e7e7;
}

.address-list .single-item:last-child::after {
  display: none;
}

.contact-area .maps-area {
  margin-top: 50px;
}

.contact-area .maps-area .google-maps {
  padding: 5px;
  background: #ffffff;
  -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.contact-area .maps-area .google-maps iframe {
  height: 400px;
}

/* ============================================================== 
     # Footer
=================================================================== */
.footer {
  justify-content: center;
  align-items: center;
  align-self: stretch;
  /* Shadow hacia abajo: */
  box-shadow:
    0px 5px 15px rgba(0, 0, 0, 0.05),
    0px 4px 25px rgba(0, 0, 0, 0.10);
  background-color: #fff;
  display: flex;
  padding: 40px 80px;
  flex-direction: column;
  font-family:
    Poppins,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}


.footer-container {
  width: 100%;
  max-width: 1219px;
}

.footer-top {
  width: 100%;
  font-size: 18px;
}

.logo-container {
  width: 100%;
}

.logo {
  aspect-ratio: 2.92;
  object-fit: contain;
  object-position: center;
  width: 175px;
  max-width: 100%;
}

.footer-content {
  display: flex;
  margin-top: 24px;
  width: 100%;
  align-items: start;
  gap: 40px 160px;
  justify-content: start;
  flex-wrap: wrap;
}

.footer-tagline {
  color: #4a4a4a;
  font-weight: 400;
  line-height: 32px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 520px;
}

.footer-buttons {
  display: flex;
  min-width: 240px;
  min-height: 64px;
  align-items: center;
  gap: 24px;
  font-weight: 500;
  justify-content: start;
}

.invest-button {
  align-self: stretch;
  border-radius: 4px;
  background-color: rgba(228, 113, 12, 1);
  margin-top: auto;
  margin-bottom: auto;
  padding: 14px 36px;
  gap: 10px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.divider {
  border-radius: 100px;
  background-color: rgba(125, 125, 125, 1);
  align-self: stretch;
  display: flex;
  width: 1px;
  flex-shrink: 0;
  height: 64px;
}

.login-button {
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 1);
  margin-top: auto;
  margin-bottom: auto;
  padding: 8px 44px;
  gap: 10px;
  color: #2a2a2a;
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer-nav-container {
  display: flex;
  margin-top: 48px;
  width: 100%;
  align-items: center;
  justify-content: start;
  color: rgba(42, 42, 42, 1);
  font-weight: 400;
}

.footer-nav {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  align-items: start;
  gap: 40px;
  justify-content: start;
  flex-wrap: wrap;
}

.footer-nav a {
  color: inherit;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 32px;
  width: 100%;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
}

.footer-divider {
  background-color: rgba(217, 217, 217, 1);
  display: flex;
  min-height: 1px;
  width: 100%;
}

.footer-legal {
  display: flex;
  margin-top: 20px;
  width: 100%;
  align-items: start;
  gap: 40px 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  min-width: 240px;
  align-items: start;
  gap: 32px;
  justify-content: start;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .footer {
    padding: 72px 20px;
  }

  .footer-container {
    max-width: 100%;
  }

  .footer-top {
    max-width: 100%;
  }

  .logo-container {
    max-width: 100%;
  }

  .footer-content {
    max-width: 100%;
  }

  .footer-tagline {
    max-width: 100%;
  }

  .footer-buttons {
    max-width: 100%;
  }

  .invest-button {
    padding: 14px 20px;
  }

  .login-button {
    padding: 14px 20px;
    white-space: initial;
  }

  .footer-nav-container {
    max-width: 100%;
    margin-top: 40px;
  }

  .footer-nav {
    max-width: 100%;
  }

  .footer-bottom {
    max-width: 100%;
  }

  .footer-divider {
    max-width: 100%;
  }

  .footer-legal {
    max-width: 100%;
  }
}

/* ============================================================== 
     # User Login 
=================================================================== */
.login-area,
.login-area div {
  height: 100%;
  font-family: 'Gate', sans-serif;
}

.login-area div.login-items .login-box,
.login-area div.login-items .login-box div {
  height: auto;
}

.login-items {
  align-items: center;
}

.login-items .info img {
  margin-bottom: 20px;
}

.login-items .info h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Gate', sans-serif;
}

.login-items .info h2 strong {
  font-weight: 700;
  text-decoration: underline;
  font-family: 'Gate', sans-serif;
}

.login-items .info p:last-child {
  margin-bottom: 0;
}

.login-items .content h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: 'Gate', sans-serif;

}

.login-items .content input {
  border-radius: inherit;
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
}

.login-items .content button {
  background: transparent;
  border: 2px solid #e7e7e7;
  display: inline-block;
  padding: 10px 35px;
  font-family: 'Gate', sans-serif;
  /* font-family: 'Poppins', sans-serif; */
  text-transform: uppercase;
  font-weight: 600;
  color: #49b66b;
}

.login-items .content .sign-up {
  display: block;
  width: 100%;
  margin-top: 25px;
  float: left;
}

.login-items .content .sign-up a {
  color: #49b66b;
  text-decoration: underline;
  font-weight: 600;
  font-family: 'Gate', sans-serif;

}

.login-items .content .login-social {
  width: 100%;
  float: left;
  line-height: 40px;
  border-top: 1px solid #e7e7e7;
  margin-top: 25px;
  padding-top: 25px;
}

.login-items .content .login-social .left-info {
  float: left;
}

.login-items .content .login-social .right-info {
  float: right;
}

.login-items .content .login-social li {
  display: inline-block;
  margin-left: 3px;
}

.login-items .content .sign-up p {
  margin: 0;
}

.login-items .content .login-social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
}

.login-items .content .login-social li.facebook a {
  color: #3B5998;
}

.login-items .content .login-social li.twitter a {
  color: #1DA1F2;
}

.login-items .content .login-social li.pinterest a {
  color: #BD081C;
}

.login-items .content .login-social li.g-plus a {
  color: #DB4437;
}

.login-items .content .login-social li.linkedin a {
  color: #0077B5;
}

.login-items .content .login-social li.instagram a {
  color: #e4717a;
}

.login-items {
  display: table;
  width: 100%;
}

.login-box {
  display: table-cell;
  vertical-align: middle;
}

.login-area div.login-items {
  padding: 30px 0;
}

.login-area div.login-items .login-box .login-content {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}

.login-area div.login-items .login-box .content {
  border-left: 1px solid #e7e7e7;
  padding-left: 35px;
}



/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(/img/preloader.svg) center no-repeat #fff;
  text-align: center;
}

/* 
#sessionBtnMobile {
    display: flex;
    justify-content: center;
    margin: 24px 0 0 0;
}
#sessionBtnMobile .login-button {
    width: 80%;
    max-width: 220px;
    font-size: 1.1rem;
} */

/* ============================================================== Add commentMore actions
     # Form
=================================================================== */
/* Centrar el formulario */
.form-container {
  /* Ancho máximo del formulario */
  margin: 20px auto;
  /* Centrado horizontal */
  padding: 100px 30px 0px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px #49b66c57;
  background-color: #23233b;
  font-family: Gate, sans-serif;
}

.overview-area {
  display: flex;
  min-height: 70vh;
  background-color: #333343;
  color: #fff;
  padding: 40px 20px;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.5rem;
}

/* .form-control {
  flex: 0 0 auto;
  width: 120px !important; 
  display: inline-block;
  height: 45px;
  font-size: 1.8rem !important;
  padding: 0 10px !important;
} */
/* .form-group span {
  flex: 1 1 auto;
  min-width: calc(50% - 60px); 
  white-space: nowrap;
}
.form-group select {
  width: 200px !important;
  height: 45px !important;
  font-size: 1.6rem !important;
} */

.inline-input,
.inline-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #333343;
  background-color: transparent;
  color: #333343;
  font-size: 16px;
  padding: 2px 5px;
  margin: 0 5px;
  width: auto;
  min-width: 20px;
}

.inline-input::placeholder,
.inline-textarea::placeholder {
  color: #bbb;
}

.inline-textarea {
  width: auto;
  min-width: 100px;
  resize: none;
  height: 25px;
  vertical-align: middle;
}

.inline-input:focus,
.inline-textarea:focus {
  outline: none;
  border-bottom-color: #007bff;
}

textarea {
  overflow: hidden;
}

p {
  margin: 15px 0;
}

.btn-primary {
  background-color: #007bff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  margin: 20px auto 0;
  font-size: 16px;
}

.btn-primary:hover {
  background-color: #0056b3;
}

/* —————————————————————————————— */
/* Base typography & layout */
/* —————————————————————————————— */
html,
body {
  height: 100%;
  /* Permite % de altura confiable */
  margin: 0;
  font-size: 100%;
  /* 1rem = 16px */
}

/* Ajuste extra en pantallas muy pequeñas */
@media (max-width: 360px) {
  html {
    font-size: 90%;
    /* ~14px */
  }
}

/* —————————————————————————————— */
/* Main Container */
/* —————————————————————————————— */
/* default fallback para navegadores de escritorio y otros */
.hero-container {
  min-height: 90%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* iOS Safari: usa dynamic viewport height */
.ios-safari .hero-container {
  height: 90dvh;
}

/* Background Images */
.bg-desktop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/img/tree-grows-coin-glass-jar-with-copy-space 1 (1).jpg") center 30% / cover no-repeat;
  display: none;
}

.bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/img/tree-grows-coin-glass-jar-with-copy-space mobile 5.png") 63% center / cover no-repeat;
  display: block;
}

/* Content Wrapper */
.content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
}

/* Desktop Layout */
.desktop-layout {
  display: none;
}

.desktop-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.desktop-content .content-main {
  max-width: 672px;
}

.content-main {
  display: flex;
  flex-direction: column;
}

/* Header Section */
.header-section {
  display: flex;
  flex-direction: column;
}

/* Desktop Typography */
.headline-desktop {
  font-size: 2.25rem;
  /* 36px */
  font-weight: 700;
  line-height: 2.8125rem; /* 45px */
}

.text-dark {
  color: var(--investment-dark);
}

.text-green {
  color: var(--investment-green);
}

.subtitle-desktop {
  color: var(--investment-dark);
  font-size: 1.125rem;
  /* 18px */
  font-weight: 400;
  line-height: 1.625;
  max-width: 512px;
}

/* Desktop CTA */
.cta-section {
  display: flex;
}

.cta-button-desktop {
  background-color: var(--investment-orange);
  color: var(--white);
  padding: 0.875rem 1.5rem;
  /* 14px 24px */
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  /* 16px */
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.cta-button-desktop:hover {
  background-color: #d1640b;
}

/* Desktop Brands */
.brands-section {
  display: flex;
  flex-direction: column;
}

.brands-text-desktop {
  color: var(--investment-dark);
  font-size: 0.875rem;
  /* 14px */
  font-weight: 400;
}

.logos-desktop {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.logo-desktop {
  height: 2rem;
  /* 32px */
  width: auto;
}

.logo-desktop.logo-small {
  height: 1rem;
  /* 16px */
}

/* —————————————————————————————— */
/* Mobile Layout */
/* —————————————————————————————— */
.mobile-layout {
  display: block;
  width: 100%;
  max-width: 384px;
  margin: 0 0 0 -3%;
  padding: 0 16px;
}

.mobile-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 112px 0 64px;
}

.mobile-content-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 320px;
}

/* Mobile Typography */
.headline-mobile {
  /* font-size: clamp(1.75rem, 6vw, 2.25rem); */
  font-weight: 700;
  line-height: 1.2;
}


.subtitle-mobile {
  color: var(--investment-dark);
  font-size: clamp(0.875rem, 3.5vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  max-width: 250px;
}

/* Mobile CTA */
.mobile-cta-section {
  display: flex;
  padding: 0 16px;
}

.cta-button-mobile {
  background-color: var(--investment-orange);
  color: var(--white);
  padding: 0.875rem 1.5rem; /* 14px 24px */
  border-radius: 4px;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  flex: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.cta-button-mobile:hover {
  background-color: #d1640b;
}

/* Mobile Brands */
.mobile-brands-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 374px;
  padding: 0 16px;
}

.brands-text-mobile {
  color: var(--investment-dark);
  font-size: 0.9375rem;
  /* 15px */
  line-height: 1.2;
  max-width: 233px;
}

.logos-mobile {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  margin-left: 0.8rem;
}

/* Mobile Logo Sizes */
.logo-mobile-apple {
  width: 1.5rem;
  height: 1.875rem;
}

.logo-mobile-nvidia {
  width: 2.6875rem;
  height: 1.875rem;
}

.logo-mobile-meta {
  width: 5rem;
  height: 1rem;
}

.logo-mobile-amazon {
  width: 3.125rem;
  height: 0.9375rem;
}

.logo-mobile-tesla {
  width: 1.4375rem;
  height: 1.875rem;
}

.logo-mobile-microsoft {
  width: 1.875rem;
  height: 1.875rem;
}

/* —————————————————————————————— */
/* Tablet & Desktop Media Queries */
/* —————————————————————————————— */
@media (min-width: 768px) {
  .bg-desktop {
    display: block;
  }

  .bg-mobile {
    display: none;
  }

  .desktop-layout {
    display: block;
  }

  .mobile-layout {
    display: none;
  }

  .headline-desktop {
    font-size: 3rem;
    /* 48px */
    line-height: 3.75rem;
    /* 60px */
  }

  .subtitle-desktop {
    font-size: 1.25rem;
    /* 20px */
    line-height: 2.1875rem;
    /* 35px */
    max-width: 545px;
  }

  .brands-text-desktop {
    font-size: 1rem;
    /* 16px */
    line-height: 2.1875rem;
    /* 35px */
  }

  .cta-button-desktop {
    font-size: 1.125rem;
    /* 18px */
    padding: 1rem 2rem;
    /* 16px 32px */
  }
}

@media (min-width: 1024px) {
  .desktop-content {
    padding: 0 48px;
  }

  .header-section {
    gap: 32px;
  }

  .headline-desktop {
    font-size: 3.75rem;
    /* 60px */
    line-height: 4.6875rem;
    /* 75px */
  }

  .logos-desktop {
    gap: 40px;
  }

  .logo-desktop {
    height: 2.5rem;
  }

  .logo-desktop.logo-small {
    height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .desktop-content {
    padding: 0 80px;
  }

  .content-main {
    max-width: 768px;
  }
}
/* ================================
   Fix Chrome iOS – Hero estático
   ================================ */
/* Sólo el fondo para Chrome iOS */
.ios-chrome .bg-mobile {
  display: block !important;
  background-image: url('/img/tree-grows-coin-glass-jar-with-copy-space mobile 5.png') !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  width: 100% !important;
  height: 100% !important;
}
.ios-chrome .bg-mobile img {
  display: none !important;
}

/* ============================================================== 
     # Footer Social Media
=================================================================== */

.footer-nav-container {
  display: flex;
  margin-top: 48px;
  width: 100%;
  align-items: center;
  justify-content: space-between; /* Cambiar de start a space-between */
  color: rgba(42, 42, 42, 1);
  font-weight: 400;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.social-label {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 500;
  white-space: nowrap;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  color: #6c757d;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Colores específicos para cada red social */
.social-link.twitter:hover {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: white;
}

.social-link.instagram:hover {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  border-color: #e1306c;
  color: white;
}

.social-link.tiktok:hover {
  background-color: #000000;
  border-color: #000000;
  color: white;
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-nav-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  
  .footer-social {
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
  }
  
  .social-label {
    font-size: 14px;
  }
  
  .social-link {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .footer-social {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .social-links {
    gap: 16px;
  }
}
/* ============================================================== 
   # Pricing Section
=================================================================== */

.pricing-section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.pricing-container {
  position: static;
  width: 100%;
  max-width: 1026px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  box-sizing: border-box;
}

/* Header */
.pricing-header {
  width: 100%;
  max-width: 519px;
  text-align: center;
  margin: 0 auto;
}

.pricing-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 73px;
  color: #191A15;
  margin: 0;
}

.pricing-description {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #191A15;
  margin: 0;
  margin-top: 16px;
}

/* Features Showcase */
.features-showcase {
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.features-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #191A15;
  margin: 0 0 32px 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  border: 2px solid #E5E7EB;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  /* gap: 20px; */
}   

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  text-align: left;
}

.feature-check {
  width: 24px;
  height: 24px;
  background: #3e910b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-check svg {
  width: 14px;
  height: 14px;
  color: white;
  stroke-width: 3;
}

.feature-text {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #191A15;
}

/* Pricing Plans */
.pricing-plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
}

.pricing-card {
    position: relative;
    flex: 1 1 400px;
    max-width: 350px;
    min-height: 350px;
    background: #FFFFFF;
    border: 2px solid #E5E7EB;
    border-radius: 16px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 24px; */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.pricing-card.popular {
  border-color: #3e910b;
  border-width: 3px;
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #3e910b;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.card-header {
  text-align: center;
}

.plan-name {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #191A15;
  margin: 0;
}

.plan-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #A6A6A6;
  margin: 8px 0 0 0;
}

.card-pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    min-height: 120px; /* Altura mínima para alinear precios */
    justify-content: center;
}
.pricing-card:not(.popular) .card-pricing {
    min-height: 120px;
    justify-content: flex-end; /* Empuja el precio hacia abajo */
    padding-top: 40px; /* Espacio equivalente al discount-container */
}

.discount-container {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.original-price {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #9CA3AF;
  text-decoration: line-through;
}

.discount-badge {
  background: #e4710c;
  color: white;
  padding: 4px 8px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.final-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.currency {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #191A15;
}

.price {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  color: #191A15;
}

.period {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #A6A6A6;
}

.monthly-equivalent {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #6B7280;
  margin: 4px 0 0 0;
}

/* Asegurar que el botón siempre esté en la parte inferior */
.select-button {
    width: 100%;
    padding: 16px 24px;
    background: #FFFFFF;
    border: 2px solid #3e910b;
    border-radius: 12px;
    color: #3e910b;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto; /* Esto empuja el botón hacia abajo */
}

.select-button:hover {
  background: #3e910b;
  color: white;
}

.popular-button {
  background: #3e910b;
  color: white;
}

.popular-button:hover {
  background: #2d6b08;
}

/* ============================================================== 
   # Responsive Design
=================================================================== */
@media (max-width: 768px) {
  .pricing-section {
    padding: 60px 20px;
  }

  .pricing-title {
    font-size: 36px;
    line-height: 44px;
  }

  .pricing-description {
    font-size: 16px;
    line-height: 24px;
  }

  .features-title {
    font-size: 24px;
    line-height: 30px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pricing-plans {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .pricing-card {
    max-width: 100%;
    width: 100%;
  }

  .plan-name {
    font-size: 24px;
    line-height: 30px;
  }

  .price {
    font-size: 40px;
    line-height: 40px;
  }

  .currency {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .pricing-container {
    gap: 40px;
  }

  .pricing-title {
    font-size: 28px;
    line-height: 36px;
  }

  .features-title {
    font-size: 20px;
    line-height: 26px;
  }

  .feature-text {
    font-size: 14px;
    line-height: 20px;
  }
}
/* ============================================================== 
   # Modal Improvements
=================================================================== */

/* Cuando el modal está abierto, bloquear scroll del body */
body.modal-open {
    overflow: hidden !important;
}

/* Mejorar la transición del modal */
.email-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    animation: modalBackdropFadeIn 0.3s ease-out;
}

@keyframes modalBackdropFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.email-modal-content {
    background-color: #ffffff;
    margin: 8% auto;
    padding: 40px;
    border: none;
    border-radius: 16px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: modalContentSlideIn 0.3s ease-out;
    max-height: 90vh;
    overflow-y: auto;
}

@keyframes modalContentSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.close-pricing-modal {
    color: #9CA3AF;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 20px;
    transition: all 0.3s ease;
    z-index: 10;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
}

.close-pricing-modal:hover,
.close-pricing-modal:focus {
    color: #ffffff;
    background-color: #ef4444;
    transform: scale(1.1);
}

/* Mejorar el botón del modal */
.email-modal .portfolio-button {
    background: linear-gradient(135deg, #3e910b, #54BD95);
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(62, 145, 11, 0.3);
    width: 100%;
    margin-top: 8px;
}

.email-modal .portfolio-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(62, 145, 11, 0.4);
    background: linear-gradient(135deg, #2d6b08, #3e910b);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .email-modal-content {
        margin: 5% auto;
        padding: 32px 24px;
        width: 95%;
        max-height: 95vh;
    }
    
    .close-pricing-modal {
        top: 12px;
        right: 16px;
        font-size: 24px;
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 480px) {
    .email-modal-content {
        margin: 2% auto;
        padding: 24px 20px;
        width: 98%;
        max-height: 98vh;
    }
}
/* ============================================================== 
   # Form Glow Effect (Mejorado) - Sin cambios de tamaño
=================================================================== */

/* Keyframes para el efecto de glow pulsante - SOLO BRILLO */
@keyframes formGlowPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(84, 189, 149, 0.8);
        border-color: rgba(84, 189, 149, 0.6);
    }
    20% {
        box-shadow: 0 0 0 6px rgba(84, 189, 149, 0.5), 
                    0 0 15px 2px rgba(109, 209, 48, 0.4),
                    0 0 25px 4px rgba(84, 189, 149, 0.2);
        border-color: rgba(84, 189, 149, 0.9);
    }
    40% {
        box-shadow: 0 0 0 10px rgba(84, 189, 149, 0.3), 
                    0 0 25px 4px rgba(109, 209, 48, 0.35),
                    0 0 35px 8px rgba(84, 189, 149, 0.15);
        border-color: rgba(109, 209, 48, 0.8);
    }
    60% {
        box-shadow: 0 0 0 8px rgba(109, 209, 48, 0.4), 
                    0 0 20px 3px rgba(84, 189, 149, 0.4),
                    0 0 30px 6px rgba(109, 209, 48, 0.2);
        border-color: rgba(109, 209, 48, 0.9);
    }
    80% {
        box-shadow: 0 0 0 6px rgba(84, 189, 149, 0.5), 
                    0 0 15px 2px rgba(109, 209, 48, 0.4),
                    0 0 25px 4px rgba(84, 189, 149, 0.2);
        border-color: rgba(84, 189, 149, 0.9);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(84, 189, 149, 0.8);
        border-color: rgba(84, 189, 149, 0.6);
    }
}

/* Animación para el brillo de fondo - SIN SCALE */
@keyframes glowBackgroundPulse {
    0%, 100% {
        opacity: 0.4;
        background: linear-gradient(135deg, 
            rgba(84, 189, 149, 0.08), 
            rgba(109, 209, 48, 0.08), 
            rgba(84, 189, 149, 0.08));
    }
    25% {
        opacity: 0.6;
        background: linear-gradient(135deg, 
            rgba(84, 189, 149, 0.12), 
            rgba(109, 209, 48, 0.12), 
            rgba(84, 189, 149, 0.12));
    }
    50% {
        opacity: 0.8;
        background: linear-gradient(135deg, 
            rgba(109, 209, 48, 0.15), 
            rgba(84, 189, 149, 0.15), 
            rgba(109, 209, 48, 0.15));
    }
    75% {
        opacity: 0.6;
        background: linear-gradient(135deg, 
            rgba(84, 189, 149, 0.12), 
            rgba(109, 209, 48, 0.12), 
            rgba(84, 189, 149, 0.12));
    }
}

/* Clase para activar el glow - SIN CAMBIOS DE TAMAÑO */
.portfolio-card.glow-active {
    animation: formGlowPulse 3s ease-in-out infinite;
    border: 2px solid rgba(84, 189, 149, 0.7);
    border-radius: 40px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 5;
    /* REMOVIDO: transform: translateY(-2px); */
}

/* Efecto adicional de resplandor de fondo - SIN SCALE */
.portfolio-card.glow-active::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    background: linear-gradient(135deg, 
        rgba(84, 189, 149, 0.08), 
        rgba(109, 209, 48, 0.08), 
        rgba(84, 189, 149, 0.08));
    border-radius: 46px;
    z-index: -1;
    animation: glowBackgroundPulse 3s ease-in-out infinite;
    filter: blur(1px);
    /* REMOVIDO: transform y scale */
}

/* Sutil brillo interno - SIN CAMBIOS */
.portfolio-card.glow-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05) 0%,
        rgba(84, 189, 149, 0.03) 50%,
        rgba(255, 255, 255, 0.05) 100%);
    border-radius: 40px;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    animation: innerGlow 3s ease-in-out infinite;
}

@keyframes innerGlow {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

/* Asegurar que el contenido del portfolio-card mantenga su z-index */
.portfolio-card.glow-active .portfolio-content,
.portfolio-card.glow-active .portfolio-header,
.portfolio-card.glow-active .portfolio-footer {
    position: relative;
    z-index: 2;
}

/* Efecto de fade out más suave al terminar */
.portfolio-card.glow-fadeout {
    transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    border-color: transparent;
    box-shadow: none;
    /* REMOVIDO: transform: translateY(0); */
    animation: none;
}

.portfolio-card.glow-fadeout::before,
.portfolio-card.glow-fadeout::after {
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    animation: none;
}

/* Responsive adjustments mejorado - SIN CAMBIOS DE TAMAÑO */
@media (max-width: 768px) {
    .portfolio-card.glow-active {
        border-radius: 30px;
        /* REMOVIDO: transform: translateY(-1px); */
    }
    
    .portfolio-card.glow-active::before {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-radius: 34px;
    }
    
    .portfolio-card.glow-active::after {
        border-radius: 30px;
    }
    
    @keyframes formGlowPulse {
        0% {
            box-shadow: 0 0 0 0 rgba(84, 189, 149, 0.8);
        }
        20% {
            box-shadow: 0 0 0 4px rgba(84, 189, 149, 0.5), 
                        0 0 12px 2px rgba(109, 209, 48, 0.4);
        }
        40% {
            box-shadow: 0 0 0 8px rgba(84, 189, 149, 0.3), 
                        0 0 20px 4px rgba(109, 209, 48, 0.3);
        }
        60% {
            box-shadow: 0 0 0 6px rgba(109, 209, 48, 0.4), 
                        0 0 16px 3px rgba(84, 189, 149, 0.4);
        }
        80% {
            box-shadow: 0 0 0 4px rgba(84, 189, 149, 0.5), 
                        0 0 12px 2px rgba(109, 209, 48, 0.4);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(84, 189, 149, 0.8);
        }
    }
}

@media (max-width: 480px) {
    .portfolio-card.glow-active {
        border-radius: 24px;
    }
    
    .portfolio-card.glow-active::before {
        border-radius: 28px;
    }
    
    .portfolio-card.glow-active::after {
        border-radius: 24px;
    }
}

/* ============================================================== 
     # Badge Prueba Gratis - Sticky
=================================================================== */
.prueba-gratis-badge {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10000;
  width: 90px;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
  animation: pulseGlow 2s infinite;
  /* Evitar conflictos con otros elementos */
  pointer-events: auto;
  /* Mejorar visibilidad en móvil */
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}

.prueba-gratis-badge:hover {
  transform: scale(1.1);
}

.badge-image {
  width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(84, 189, 149, 0.3);
  transition: box-shadow 0.3s ease;
  /* Mejorar calidad en móvil */
  max-width: 100%;
  display: block;
}

.badge-image:hover {
  box-shadow: 0 6px 20px rgba(84, 189, 149, 0.5);
}

/* Animación de pulso sutil */
@keyframes pulseGlow {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.03);
  }
}

/* Responsive Design para el Badge - Mejorado */
@media (max-width: 991px) {
  .prueba-gratis-badge {
    width: 95px; /* Ajustado proporcionalmente */
    bottom: 18px;
    left: 18px;
  }
}

@media (max-width: 768px) {
  .prueba-gratis-badge {
    width: 90px;
    bottom: 16px;
    left: 16px;
    /* Animación más sutil en móvil */
    animation: pulseGlowMobile 3s infinite;
  }
  
  /* Animación específica para móvil */
  @keyframes pulseGlowMobile {
    0%, 100% {
      opacity: 1;
      transform: scale(1);
    }
    50% {
      opacity: 0.9;
      transform: scale(1.02);
    }
  }
}

@media (max-width: 480px) {
  .prueba-gratis-badge {
    width: 75px;
    bottom: 12px;
    left: 12px;
    /* Reducir sombra en pantallas pequeñas */
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.15));
  }
  
  .badge-image {
    box-shadow: 0 2px 8px rgba(84, 189, 149, 0.25);
  }
  
  .badge-image:hover {
    box-shadow: 0 3px 12px rgba(84, 189, 149, 0.4);
  }
}

@media (max-width: 360px) {
  .prueba-gratis-badge {
    width: 65px;
    bottom: 10px;
    left: 10px;
  }
}

/* Pantallas muy pequeñas */
@media (max-width: 320px) {
  .prueba-gratis-badge {
    width: 60px;
    bottom: 8px;
    left: 8px;
  }
}

/* Ajustes específicos para dispositivos con notch */
@media (max-width: 480px) and (orientation: portrait) {
  .prueba-gratis-badge {
    /* Evitar el área del notch en iPhones */
    left: max(12px, env(safe-area-inset-left, 12px));
    bottom: max(12px, env(safe-area-inset-bottom, 12px));
  }
}

/* Mejoras para touch devices */
@media (pointer: coarse) {
  .prueba-gratis-badge {
    /* Área de toque más grande para móviles */
    padding: 8px;
    margin: -8px;
  }
  
  .prueba-gratis-badge:active {
    transform: scale(0.95);
    transition: transform 0.1s ease;
  }
}