/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
body {
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: #eff2f1;
}

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }


.continer-de-footer {
  margin: 0 8%;

}

@media screen and (max-width: 768px) {
  .continer-de-footer {
    padding: 0;
  }
}

.custom-navbar {
  max-width: 100%;
  background: #212429 !important;
  padding-top: 20px;
  padding-bottom: 20px; }
  .custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    opacity: .5;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #f9bf29;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 10px; }

.hero {
  background-color: white;
  max-width: 100%; 
  padding: calc(3% - 30px) 0 0rem 0; }
  @media (min-width: 768px) {
    .hero {
      padding: calc(4rem - 30px) 0 4rem 0; } }
  @media (min-width: 992px) {
    .hero {
      padding: calc(3% - 30px) 0 0rem 0; } }
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
      .hero .intro-excerpt {
        max-width: 450px; } }
  .hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px; }
    @media (min-width: 1400px) {
      .hero h1 {
        font-size: 54px; } }
        
  .hero p {
    color: rgba(255, 255, 255, 0.5);
    margin-botom: 30px; }
  .hero .hero-img-wrap {
    position: relative; }
    .hero .hero-img-wrap img {
      position: relative;
      top: 0px;
      right: 0px;
      z-index: 2;
      max-width: 780px;
      left: -20px; }
      @media (min-width: 768px) {
        .hero .hero-img-wrap img {
          right: 0px;
          left: -100px; } }
      @media (min-width: 992px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          position: absolute;
          right: -50px; } }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          right: -100px; } }
    .hero .hero-img-wrap:after {
      content: "";
      position: absolute;
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-light.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: -100px;
      top: -0px; }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap:after {
          top: -40px; } }



/* VIDEO DE GOVANIA.COM */
.inicio-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .inicio-container {
    flex-direction: row;
    gap: 3rem; 
  }
}

.inicio-item {
  flex: 1;
}

.inicio-iframe {
  width: 100%;
  height: 100%;
  max-height: 360px;
  border-radius: 10px;
}

.inicio-texto {
  font-size: 17px;
  text-align: justify;
  hyphens: auto;
}



#subtitulo-govania {
    font-style: italic;
    font-weight: 500;
    font-size: 32px;
    padding-top: 20px;
} 

@media screen and (max-width: 768px) {
    #subtitulo-govania {
        font-style: italic;
        font-weight: 300;
        font-size: 20px;
        padding-top: 10px;
    }
}

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #3b5d50;
    border-color: #3b5d50; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary {
    color: #2f2f2f;
    background: #f9bf29;
    border-color: #f9bf29; }
    .btn.btn-secondary:hover {
      background: #f8b810;
      border-color: #f8b810; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: #ffffff; }

.section-title {
  color: #2f2f2f;
  margin-bottom: 0.5rem;
  font-family: "sMonterrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.2; }

.product-section {
    max-width: 100%;
    padding: 1rem 0; /* Default for mobile */
}

@media (min-width: 768px) {
    .product-section {
        padding: 3rem 0; /* Desktop */
    }
}

.imagen-logo {
  width: 80%;
}

@media (max-width: 768px) {
  .imagen-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

  .product-section {

    .mod-card-section {
      display: flex;
      flex-wrap: wrap;
      font-family: 'Segoe UI', sans-serif;
    }

    .mod-card {
      flex: 1;
      padding: 30px 60px;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .mod-card--left {
      background-color: #0f2647;
    }

    .mod-card--right {
      background-color: #0073d1;
    }

    .mod-card-icon {
      font-size: 32px;
      margin-bottom: 20px;
    }

    .mod-card-title {
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1px;
      margin-bottom: 15px;
    }

    .mod-card-text {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 25px;
      text-align: justify;
      hyphens: auto;
    }

    .mod-card-btn {
      width: 36px;
      height: 36px;
      border: none;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.2);
      color: #fff;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .mod-card-btn--light {
      background-color: #fff;
      color: #0073d1;
    }

  }

  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }

    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #2f2f2f;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #dce5e4;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }


.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(59, 93, 80, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature h3 {
    font-size: 14px;
    color: #2f2f2f; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }

.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #3b5d50;
      position: absolute;
      left: 0;
      top: 8px; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.footer-section {
  padding: 80px 0;
  background: #ffffff; }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } }
    .footer-section .subscription-form h3 {
      font-size: 18px;
      font-weight: 500;
      color: #3b5d50; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Inter", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #3b5d50;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0; }
    .footer-section .sofa-img img {
      max-width: 380px; }
  .footer-section .links-wrap {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 0px; } }
    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #3b5d50; 
    margin-left: 70px;}

  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #dce5e4;
      color: #3b5d50;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #3b5d50;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #3b5d50 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #3b5d50 !important; }

.thankyou-icon {
  position: relative;
  color: #3b5d50; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 40px;
  margin: 0rem 10%; /* Espacio a los lados */
}

.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra para darle profundidad */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Efecto suave */
}

.feature-box:hover {
  transform: translateY(-10px); /* Desplazamiento hacia arriba */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Sombra más pronunciada */
}

.feature-icon {
  font-size: 2rem;
  color: #007BFF; /* Azul institucional */
  margin-top: 4px;
  flex-shrink: 0;
}

.feature-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #222;
}

.feature-text {
  margin: 5px 0 0;
  font-size: 1rem;
  color: #555;
}

.feature-box:hover .feature-title {
  color: #0056b3; /* Cambio de color en hover */
}

.feature-box:hover .feature-text {
  color: #333; /* Oscurecer texto en hover */
}

/* PREGUNTAS FRECUENTES */


/* archivo: faq-style.css */


.faq-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  gap: 40px;
  min-height: 500px;
}

.faq-text {
  flex: 1 1 50%;
}

.faq-title {
  font-size: 2.5rem;
  color: #38509a;
  margin-bottom: 16px;
  padding-top: 20px;
}

.faq-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #444;
  max-width: 95%;
  text-align: justify;
  hyphens: auto;
}

.faq-button {
  background-color: #38509a;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 30px;
}

.faq-button:hover {
  background-color: #68a0d3;
}

.faq-list {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
}

.faq-item {
  background-color: #fbfcff;
  border-left: 5px solid transparent;
  border-radius: 6px;
  padding: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.95rem;
  margin-bottom: 8px;
  height: auto;

}

.faq-item:hover {
  background-color: #e2e8f0;
  border-left-color: #38509a;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #38509a;
  font-size: 14px;
}

.faq-toggle {
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  color: #444;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  text-align: justify;
  hyphens: auto;
}

.faq-answer.open {
  max-height: 700px;
}

.list-unstyled inconos{
  color: blue;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #212429;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.submenu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.submenu a:hover {
    background-color: #5a5a5a;
}

nav li:hover .submenu {
    display: block;
}


.nosotros{
  color: black;
  margin: 80px auto;
}



/* iconos */ 
.solutions-section {
  width: 100%;
  padding: 40px 20px;
  background-color: #fff;
  text-align: center;
}

.solutions-heading {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 30px;
}

/* Contenedor de las tarjetas */
.solutions-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

/* Tarjetas individuales */
.solutions-item {
  background-color: #f0f0f0;
  padding: 20px;
  border-bottom: 4px solid #007BFF;
  flex: 1;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Iconos en las tarjetas */
.solutions-icon {
  font-size: 3rem;
  color: #007BFF;
  margin-bottom: 15px;
}

/* Títulos de las tarjetas */
.solutions-title {
  font-size: 1.25rem;
  color: #333;
  margin: 0;
}

/* Estilos responsivos para dispositivos móviles */
@media (max-width: 768px) {
  .solutions-cards {
    flex-direction: column;
    align-items: center;
  }
  .solutions-item {
    flex: none;
    width: 90%;
    margin: 10px 0;
  }
}

/* Sección de Nuestros valores */ 
.valmod-section {
  width: 100%;
  padding: 3rem 2rem;
  box-sizing: border-box;
}

.valmod-title {
  text-align: center;
  font-size: 2rem;
  color: #333;
  margin-bottom: 1rem;
}

.valmod-subtitle {
  text-align: center;
  color: #666;
  font-size: 1rem;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.valmod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.valmod-card {
  background: #fefefe;
  padding: 2rem 1rem;
  border-radius: 10px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
}

.valmod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.valmod-icon {
  font-size: 2rem;
  color: #1E88E5; /* Azul */
  margin-bottom: 0.5rem;
}

.valmod-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.valmod-card-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .valmod-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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


/* Contactos */

.custom-contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: Arial, sans-serif;
  padding: 20px 100px; /* Aumentamos el espacio en orillas laterales */
  gap: 0px;            /* Casi sin separación entre formulario e información */
}

/* Formulario */
.custom-form-section {
  flex: 1 1 55%;
  max-width: 48%;
}

.custom-subtitle {
  font-weight: bold;
  color: #007BFF;
  margin-top: 20px;
  font-size: 17px;
}

.custom-contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}

.custom-contact-form :hover {
  border-color: blue;
}

.custom-input, .custom-textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.custom-textarea {
  min-height: 100px;
  resize: vertical;
}

.custom-captcha-placeholder {
  padding: 15px;
  border: 1px dashed #007BFF;
  text-align: center;
  color: #007BFF;
  font-style: italic;
}

.custom-submit-btn {
  background-color: #007BFF;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.custom-submit-btn:hover {
  background-color: #005bb5;
}

.custom-contact-info {
  flex: 1 1 35%;
  max-width: 48%;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}

.custom-contact-title {
  color: #007BFF;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.custom-hours {
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.custom-info-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.custom-icon-blue {
  color: #007BFF;
  margin-right: 10px;
  margin-top: 5px;
}

.custom-link-blue {
  color: #007BFF;
  text-decoration: none;
}

.custom-link-blue:hover {
  text-decoration: underline;
}


/* Responsive */
@media (max-width: 768px) {
  .custom-contact-container {
    flex-direction: column;
    padding: 20px 10px; /* Aumentado a 10px (5px más) para un poquito más de espacio */
    width: 100%;
    box-sizing: border-box;
  }

  .custom-form-section, .custom-contact-info {
    max-width: 100%;
    width: 100%;
  }
}

/* CONTACTOS */
.gv-history-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ed 100%);
    padding: 4rem 1rem;
    color: #333;
}

.gv-history-container {
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;

}

.gv-history-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.gv-history-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.gv-history-title::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    bottom: -10px;
    left: 20%;
    border-radius: 3px;
}

.gv-history-content {
    line-height: 1.8;
    font-size: 1.05rem;
}

.gv-history-paragraph {
    margin-bottom: 1.5rem;
    text-align: justify;
    position: relative;
    padding-left: 1.5rem;
}

.gv-history-timeline {
    margin-top: 3rem;
    position: relative;
    padding-left: 2rem;
}

.gv-history-timeline::before {
    content: '';
    position: absolute;
    left: 1.2rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #3498db, #2ecc71);
}

.gv-timeline-item {
    position: relative;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}

.gv-timeline-year {
    font-weight: 700;
    color: #3498db;
    width: 4rem;
    text-align: right;
    padding-right: 1rem;
}

.gv-timeline-dot {
    width: 1rem;
    height: 1rem;
    background-color: #2ecc71;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 0 2px #2ecc71;
    z-index: 1;
    margin-right: 1rem;
}

.gv-timeline-description {
    flex: 1;
    padding: 0.8rem 1.2rem;
    background-color: #f8f9fa;
    border-radius: 6px;
    font-weight: 500;
}

/* Responsive design */
@media (max-width: 768px) {
    .gv-history-container {
        width: 100%;
        box-sizing: border-box;
    }
    
    .gv-history-title {
        font-size: 1.8rem;
    }
    
    .gv-history-paragraph {
        padding-left: 0rem;
        font-size: 1rem;
    }
    
    .gv-timeline-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .gv-timeline-year {
        text-align: left;
        margin-bottom: 0.5rem;
    }
}




/*  LOGIN */

.clientAreaContainer {
    padding: 0;
}

.clientHeader {
    text-align: center;
    background-size: cover;
    width: 100%;
    color: black;
}

.texto_login {
    width: 34%;
    box-sizing: border-box;
    font-size: 17px;
}
@media (max-width: 768px) {
    .texto_login {
        width: 89%;
    }
}

.clientHeader h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    padding-top: 60px;

}

.clientHeader .clientArrow {
    color: #007bff;
    transition: transform 0.3s;

}

.clientHeader:hover .clientArrow {
    transform: scale(1.2);
}

.clientNav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
}

.clientNav ul li {
    margin: 0 10px;
}

.clientNav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    transition: color 0.3s;
}

.clientNav ul li a:hover {
    color: #007bff;
}


.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.menuItems a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    transition: color 0.3s;
}

.menuItems a:hover {
    color: #007bff;
}

.loginPanel {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 40px auto;
    text-align: center;
}

.loginPanel h2 {
    color: #007bff;
    margin-bottom: 10px;
}

.inputField {
    margin-bottom: 20px;
    text-align: left;
}

.inputField label {
    display: block;
    color: #2c3e50;
    font-weight: bold;
    margin-bottom: 5px;
    transition: color 0.3s;
}

.inputField label:hover {
    color: #0056b3;
}

.inputField input {
    width: 100%;
    padding: 10px;
    border: 2px solid #007bff;
    border-radius: 5px;
    font-size: 1em;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.inputField input:focus {
    border-color: #0056b3;
    box-shadow: 0 0 5px #007bff;
    outline: none;
}

.loginOptions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.loginOptions label {
    color: #2c3e50;
    transition: color 0.3s;
}

.loginOptions label:hover {
    color: #0056b3;
}

.forgotLink {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s;
}

.forgotLink:hover {
    color: #0056b3;
    text-decoration: underline;
}

.loginButton {
    background: #007bff;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 1.1em;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.loginButton:hover {
    background: #0056b3;
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
    .clientHeader h1 {
        font-size: 1.8em;
    }

    .clientNav ul {
        flex-direction: column;
        text-align: center;
    }

    .clientNav ul li {
        margin: 5px 0;
    }

    .hamburger {
        display: flex;
        margin-left: auto;
        margin-right: 20px;
    }

    .menuItems {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #34495e;
        padding: 10px 0;
        border-top: 1px solid #2c3e50;
    }

    .menuItems.active {
        display: flex;
    }

    .menuItems a {
        display: block;
        margin: 10px 0;
        padding: 10px;
        text-align: center;
    }

    .loginPanel {
        margin: 20px auto;
        padding: 20px;
    }
}




/*  REGISTRAR CUENTA */

.registrar-formulario-contenedor {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.registrar-titulo-principal {
    color: #2a4365;
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
}

.registrar-descripcion {
    color: #4a5568;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

/* Estilos para el formulario */
.registrar-formulario {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.registrar-grupo-campos {
    display: flex;
    gap: 20px;
}

.registrar-campo {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

.registrar-etiqueta {
    font-weight: 600;
    color: #2d3748;
    font-size: 14px;
}

.registrar-etiqueta:after {
    content: ':';
}

.registrar-input, .registrar-select {
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.registrar-input:focus, .registrar-select:focus {
    outline: none;
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2);
}

/* Estilos para el selector de teléfono */
.registrar-telefono-contenedor {
    display: flex;
    position: relative;
    width: 100%;
}

.registrar-codigo-pais {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 15px;
    background-color: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px 0 0 6px;
    cursor: pointer;
    user-select: none;
    min-width: 120px;
    transition: all 0.3s ease;
}

.registrar-codigo-pais:hover {
    background-color: #edf2f7;
}

.registrar-bandera-pais {
    width: 20px;
    height: 15px;
    display: flex;
    align-items: center;
}

.registrar-imagen-bandera {
    width: 100%;
    height: auto;
    display: block;
}

.registrar-prefijo {
    font-size: 14px;
    color: #4a5568;
}

.registrar-flecha {
    margin-left: auto;
    font-size: 12px;
    color: #718096;
}

.registrar-input-telefono {
    border-radius: 0 6px 6px 0;
    border-left: none;
    flex: 1;
}

.registrar-lista-paises {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    max-height: 400px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    display: none;
    margin-top: 5px;
}

.registrar-lista-paises.mostrar {
    display: block;
}

.registrar-buscador-paises {
    padding: 10px;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 10;
}

.registrar-input-busqueda {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: 14px;
}

.registrar-paises-container {
    padding: 5px 0;
}

.registrar-item-pais {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.registrar-item-pais:hover {
    background-color: #f7fafc;
}

.registrar-item-pais .registrar-imagen-bandera {
    margin-right: 10px;
    width: 20px;
    height: 15px;
}

.registrar-nombre-pais {
    flex: 1;
    font-size: 14px;
    color: #2d3748;
}

.registrar-codigo-item {
    font-size: 14px;
    color: #718096;
    margin-left: 10px;
}

/* Estilos para radio buttons */
.registrar-opciones-moneda {
    display: flex;
    gap: 20px;
    margin-top: 5px;
}

.registrar-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.registrar-radio {
    width: 18px;
    height: 18px;
}

/* Estilos para CAPTCHA */
.registrar-captcha {
    display: flex;
    align-items: center;
    gap: 15px;
}

.registrar-captcha-imagen {
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 4px;
    min-width: 120px;
    text-align: center;
    font-weight: bold;
    color: #555;
}

.registrar-input-captcha {
    flex: 1;
}

/* Estilos para botón de enviar */
.registrar-boton-enviar {
    background-color: #2b6cb0;
    color: white;
    border: none;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.registrar-boton-enviar:hover {
    background-color: #2c5282;
}

/* Estilos para validación */
.registrar-input:invalid, .registrar-select:invalid {
    border-color: #2a10ffb3;
}

.registrar-input:invalid:focus, .registrar-select:invalid:focus {
    box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.2);
}

/* Estilos responsive */
@media (max-width: 768px) {
    .registrar-grupo-campos {
        flex-direction: column;
        gap: 20px;
    }
    
    .registrar-formulario-contenedor {
        padding: 20px;
    }
    
    .registrar-titulo-principal {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    body {
        
    }
    
    .registrar-formulario-contenedor {
        padding: 15px;
    }
    
    .registrar-input, .registrar-select {
        padding: 10px 12px;
    }
    
    .registrar-lista-paises {
        width: 100%;
        max-height: 300px;
    }
    
    .registrar-codigo-pais {
        min-width: 100px;
        padding: 10px 12px;
    }
    
    .registrar-captcha {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .registrar-captcha-imagen {
        width: 100%;
    }
}


/* AREA DE POLITICA DE PRIVACIDAD */
/* Contenedor principal */
body.fondo-secundario{
  background-color:  #eff2f19e;;
}

.privacidad-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  margin: auto;
  padding: 20px;
  gap: 60px; 
  font-family: Arial, sans-serif;
  color: #333;
}

/* Área principal */
.privacidad-main {
  flex: 3; 
  min-width: 280px;
}

.privacidad-main h2 {
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.privacidad-section {
  margin-bottom: 25px;
}

.texto-condiciones{
  text-align: justify;
  hyphens: auto;
  line-height: 1.6;
}

.privacidad-section h3 {
  font-size: 1.2rem;
  color: #38509a;
}

.privacidad-icon {
  color: #38509a;
  margin-right: 6px;
}

/* Barra lateral */
.privacidad-sidebar {
  flex: 0 0 200px; 
  min-width: 200px;
  position: sticky; 
  top: 20px; 
  padding-top: 50px;
  height: fit-content;
}

.privacidad-block {
  margin-bottom: 30px;
}

.privacidad-block h4 {
  font-size: 1rem;
  margin-bottom: 10px;
  color: black;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}

.privacidad-block ul {
  list-style: none;
  padding-left: 0;
}

.privacidad-block li {
  margin-bottom: 8px;
}

.privacidad-block a {
  color: #38509a;
  text-decoration: none;
}

.privacidad-block a:hover {
  text-decoration: underline;
}

/* Responsivo */
@media (max-width: 768px) {
  .privacidad-container {
    flex-direction: column;
    max-width: 95%; 
    gap: 30px;
  }

  .privacidad-sidebar {
    position: static;
    flex: 1;
    min-width: 240px;
    order: -1;
  }
}



/* Horario de oficina - Versión con ajustes solicitados */
.horario-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Poppins', sans-serif;
}

.horario-title {
    text-align: center;
    margin: 20px 0;
    font-size: 2.2rem;
    color: #2c3e50;
    position: relative;
    padding-bottom: 15px;
}

.horario-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2c3e50);
    border-radius: 3px;
}

.horario-subtitle {
    text-align: center;
    color: #7f8c8d;
    font-size: 1.1em;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.horario-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.horario-table-section {
    flex: 0 0 68%;
    min-width: 300px;
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.08);
}

.horario-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    color: #333;
    border-radius: 8px;
    overflow: hidden;
}

/* Encabezado de tabla */
.horario-table th {
    background: #e5e5e5ba; 
    color: #2c3e50;
    padding: 16px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e0e6ed;
}

.horario-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.horario-table tr:last-child td {
    border-bottom: none;
}


.horario-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.timezone-info {
    color: #7f8c8d;
    font-size: 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.timezone-info i {
    color: #3498db;
}

.horario-menu {
    flex: 0 0 30%;
    min-width: 250px;
    padding: 25px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.08);
    align-self: stretch; 
    display: flex;
    flex-direction: column;
}

.horario-menu h3 {
    color: #2c3e50;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.horario-menu h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #3498db;
}

.horario-menu ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.horario-menu li {
    margin: 7px 0;
    padding-left: 0; 
}


.horario-menu li:before {
    content: none;
}

.horario-menu a {
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
}

.horario-menu a:hover {
    color: #3498db;
    transform: translateX(5px);
}

.horario-menu a i {
    color: #3498db;
    width: 20px;
    text-align: center;
}

/* Diseño responsivo */
@media (max-width: 768px) {
    .horario-container {
        padding: 30px 15px;
    }
    
    .horario-title {
        font-size: 1.8rem;
    }
    
    .horario-subtitle {
        font-size: 1em;
    }
    
    .horario-info {
        flex-direction: column;
    }

    .horario-table-section, .horario-menu {
        width: 100%;
        flex: 0 0 100%;
    }

    .horario-menu {
        margin-top: 30px;
    }
}



/* NUESTRO EQUIPO */

.nuestro_equipo{

  background-color: #f8f8f8;
  padding: 50px 0;

  .personal-elite {
      font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
      max-width: 1400px;
      margin: 0 auto;
      padding: 80px 20px;
      background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%);
      position: relative;
      overflow: hidden;
  }
  
  .personal-elite::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 8px;
      background: linear-gradient(90deg, #3a7bd5, #00d2ff);
  }
  
  .personal-elite-title {
      text-align: center;
      font-size: 2.8rem;
      margin-bottom: 15px;
      color: #2c3e50;
      font-weight: 600;
      letter-spacing: -0.5px;
      position: relative;
      padding-bottom: 20px;
  }
  
  .personal-elite-title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, #3a7bd5, #00d2ff);
      border-radius: 2px;
  }
  
  .personal-elite-subtitle {
      text-align: center;
      font-size: 1.1rem;
      max-width: 700px;
      margin: 0 auto 60px;
      color: #7f8c8d;
      font-weight: 400;
      line-height: 1.6;
  }
  
  .personal-elite-leaders {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-bottom: 80px;
      flex-wrap: wrap;
  }
  
  .personal-elite-leader-card {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 20px 40px rgba(0,0,0,0.1);
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      position: relative;
      z-index: 1;
      width: 48%;
      max-width: 600px;
      display: flex;
  }
  
  .personal-elite-leader-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, rgba(58,123,213,0.1) 0%, rgba(0,210,255,0.05) 100%);
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: -1;
  }
  
  .personal-elite-leader-card:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow: 0 30px 60px rgba(0,0,0,0.15);
  }
  
  .personal-elite-leader-card:hover::before {
      opacity: 1;
  }
  
  .personal-elite-leader-image-container {
      width: 60%;
      min-width: 50%;
      overflow: hidden;
      position: relative;
  }
  
  .personal-elite-leader-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
  }
  
  .personal-elite-leader-card:hover .personal-elite-leader-image {
      transform: scale(1.05);
  }
  
  .personal-elite-leader-info {
      padding: 40px;
      width: 60%;
  }
  
  .personal-elite-leader-name {
      font-size: 1.6rem;
      margin: 0 0 10px;
      color: #2c3e50;
      font-weight: 700;
  }
  
  .personal-elite-leader-position {
      color: #3a7bd5;
      font-size: 1.1rem;
      margin-bottom: 20px;
      font-weight: 600;
      letter-spacing: 0.5px;
  }
  
  .personal-elite-leader-bio {
      color: #7f8c8d;
      font-size: 0.95rem;
      line-height: 1.7;
      margin-bottom: 25px;
  }
  
  .personal-elite-leader-social {
      display: flex;
      gap: 15px;
  }
  
  .personal-elite-leader-social a {
      color: #bdc3c7;
      font-size: 1.1rem;
      transition: color 0.3s ease, transform 0.3s ease;
  }
  
  .personal-elite-leader-social a:hover {
      color: #3a7bd5;
      transform: translateY(-3px);
  }
  
  .personal-elite-leader-divider {
      width: 60px;
      height: 3px;
      background: linear-gradient(90deg, #3a7bd5, #00d2ff);
      margin: 20px 0;
      transition: all 0.3s ease;
  }
  
  .personal-elite-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 40px;
      padding: 0 40px;
  }
  
  .personal-elite-card {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 15px 30px rgba(0,0,0,0.05);
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      position: relative;
      z-index: 1;
  }
  
  .personal-elite-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, rgba(58,123,213,0.1) 0%, rgba(0,210,255,0.05) 100%);
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: -1;
  }
  
  .personal-elite-card:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow: 0 25px 50px rgba(0,0,0,0.1);
  }
  
  .personal-elite-card:hover::before {
      opacity: 1;
  }
  
  .personal-elite-image-container {
      width: 100%;
      height: 200px;
      overflow: hidden;
      position: relative;
  }
  
  .personal-elite-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
  }
  
  .personal-elite-card:hover .personal-elite-image {
      transform: scale(1.05);
  }
  
  .personal-elite-info {
      padding: 25px;
      text-align: center;
      position: relative;
  }
  
  .personal-elite-name {
      font-size: 1.3rem;
      margin: 0 0 5px;
      color: #2c3e50;
      font-weight: 600;
  }
  
  .personal-elite-position {
      color: #3a7bd5;
      font-size: 0.95rem;
      margin-bottom: 15px;
      font-weight: 500;
      letter-spacing: 0.5px;
  }
  
  .personal-elite-bio {
      color: #7f8c8d;
      font-size: 0.9rem;
      line-height: 1.7;
      margin-top: 10px;
  }
  
  .personal-elite-social {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-top: 20px;
  }
  
  .personal-elite-social a {
      color: #bdc3c7;
      font-size: 1.1rem;
      transition: color 0.3s ease, transform 0.3s ease;
  }
  
  .personal-elite-social a:hover {
      color: #3a7bd5;
      transform: translateY(-3px);
  }
  
  .personal-elite-divider {
      width: 50px;
      height: 2px;
      background: #ecf0f1;
      margin: 15px auto;
      transition: all 0.3s ease;
  }
  
  .personal-elite-card:hover .personal-elite-divider {
      background: linear-gradient(90deg, #3a7bd5, #00d2ff);
      width: 80px;
      height: 3px;
  }
  
  @media (max-width: 1200px) {
      .personal-elite-leader-card {
          width: 100%;
          max-width: 800px;
      }
  }
  
  @media (max-width: 768px) {
      .personal-elite {
          padding: 60px 15px;
      }
      
      .personal-elite-title {
          font-size: 2.2rem;
      }
      
      .personal-elite-subtitle {
          font-size: 1rem;
          margin-bottom: 40px;
          padding: 0 15px;
      }
      
      .personal-elite-leader-card {
          flex-direction: column;
          max-width: 300px;
      }
      
      .personal-elite-leader-image-container {
          width: 100%;
          height: 250px;
      }
      
      .personal-elite-leader-info {
          width: 100%;
          padding: 30px;
      }
      
      .personal-elite-grid {
          grid-template-columns: 1fr;
          max-width: 500px;
          margin: 0 auto;
      }
  }

}




/* AREA DE GOCLASES */
    body.goclases {
        background-color: #f8f9fa;
        color: #333;

    }

    a.goclases {
        text-decoration: none;
        color: inherit;
    }

    p.goclases{
        margin-bottom: 0;

    }
    /* Header */
    header.goclases {
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .titulo_modulos_goclases{
      margin-bottom: 1rem;
      text-align: center;
      color: #333;
      font-size: 2rem;
    }

    .chequesito
    {
      padding-right: 10px;
    }

    .equis{
      padding-right: 14px;
    }

    .navbar-goclases {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 5%;
        max-width: 1400px;
        margin: 0 auto;
    }

    .logo-goclases {
        font-size: 1.8rem;
        font-weight: 700;
        color: #447cab;
    }

    .logo-goclases img {
        width: 130px;
    }

    .logo-goclases span {
        color: #ff006e;
    }

    .nav-links-goclases {
        display: flex;
        gap: 2rem;
    }

    .nav-links-goclases a {
        font-weight: 500;
        transition: color 0.3s;
    }

    .nav-links-goclases a:hover {
        color: #3a86ff;
    }

    .cart-icon-goclases {
        position: relative;
        cursor: pointer;
        font-size: 20px;
    }

    .cart-count-goclases {
        position: absolute;
        top: -8px;
        right: -8px;
        background-color: #ff006e;
        color: white;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.7rem;
    }
    

    }

    .hero-2 h1 {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .hero-2 p {
        font-size: 1.2rem;
        max-width: 700px;
        margin: 0 auto 2rem;
    }

    .cta-button {
        display: inline-block;
        background-color: #ff006e;
        color: white;
        padding: 0.8rem 2rem;
        border-radius: 30px;
        font-weight: 600;
        transition: transform 0.3s, box-shadow 0.3s;
    }

    .cta-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .courses {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 2rem;
    }

    .course-card {
        background-color: white;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s;
    }

    .course-card:hover {
        transform: translateY(-10px);
    }

    .course-image {
        height: 180px;
        background-size: cover;
        background-position: center;
    }

    .course-info {
        padding: 1.5rem;
    }

    .course-title {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .course-instructor {
        color: #666;
        margin-bottom: 1rem;
        font-size: 0.9rem;
    }

    .course-price {
        font-weight: 700;
        font-size: 1.3rem;
        color: #3a86ff;
        margin-bottom: 1rem;
    }

    .add-to-cart {
        width: 61%;
        padding: 0.7rem;
        background-color: #447cab;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 600;
        transition: background-color 0.3s;
    }

    .add-to-cart-goclases
    {
      width: 100%;
    }

    /* Carrito de compras */
    .cart-modal {
        position: fixed;
        top: 0;
        right: -400px;
        width: 400px;
        height: 100vh;
        background-color: white;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        transition: right 0.3s;
        z-index: 1000;
        padding: 2rem;
        overflow-y: auto;
    }

    .cart-modal.open {
        right: 0;
    }

    .cart-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #eee;
    }

    .close-cart {
        background: none;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: #666;
    }

    .cart-items {
        margin-bottom: 2rem;
    }

    .cart-item {
        display: flex;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #eee;
    }

    .cart-item-image {
        width: 80px;
        height: 60px;
        background-size: cover;
        background-position: center;
        border-radius: 5px;
        margin-right: 1rem;
    }

    .cart-item-details {
        flex: 1;
    }

    .cart-item-title {
        font-weight: 600;
        margin-bottom: 0.3rem;
    }

    .cart-item-price {
        color: #3a86ff;
        font-weight: 600;
    }

    .remove-item {
        color: #ff006e;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 0.8rem;
        margin-top: 0.5rem;
    }

    .cart-total {
        font-size: 1.2rem;
        font-weight: 700;
        text-align: right;
        margin-bottom: 1.5rem;
    }

    .checkout-button {
        width: 100%;
        padding: 1rem;
        background-color: #38509a;
        color: white;
        border: none;
        border-radius: 5px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .checkout-button:hover {
        background-color: #4765bf;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s;
    }

    .overlay.open {
        opacity: 1;
        pointer-events: all;
    }


    .footer-links {
        display: flex;
        justify-content: center;
        gap: 2rem;
        margin-bottom: 2rem;
    }

    .footer-links a {
        transition: color 0.3s;
    }

    .footer-links a:hover {
        color: #3a86ff;
    }

    .copyright {
        color: #aaa;
        font-size: 0.9rem;
    }

/* Estilos generales para la sección featured */
.featured {
    padding: 0rem 5%;
    max-width: 1270px;
    margin: 0 auto;
}

/* Columnas goclases */
.hosting-plans {
    max-width: 97;
    margin: 0 auto;
}

.plan-switcher {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    background: #f8fafc;
    border-radius: 50px;
    padding: 5px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.plan-switch-btn {
    padding: 0.7rem 2rem;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    color: #333333;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.plan-switch-btn.active {
    background: #447cab;
    color: white;
}

.plans-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.plan-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease, opacity 0.3s ease;
    border: 1px solid #e1e5eb;
    opacity: 1;
}

.plan-card.hidden {
    display: none;
    opacity: 0;
}

.plan-card.tier-estrella {
    background-color: #fff;
}

.plan-card.tier-platino {
    background-color: #fff;
}

.plan-card.tier-oro {
    background-color: #fff;
}

.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.plan-header {
    background-color: #447cab;
    color: white;
    padding: 16px;
    text-align: center;
}

.plan-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.plan-price {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.plan-billing {
    font-size: 1rem;
    opacity: 0.9;
}

.plan-payment-switch {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.plan-payment-btn {
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    cursor: pointer;
    color: white;
    transition: background-color 0.3s;
}

.plan-payment-btn.active {
    background: white;
    color: #447cab;
}

.plan-features {
    padding: 1.5rem;
}

.feature-list {
    list-style: none;
    padding-left: 1rem;
}

.feature-item {
    border-bottom: 1px dashed #e1e5eb;
    display: flex;
    align-items: center;
    padding: 0px 0;
    font-family: Comic Sans MS;
}

.feature-item:last-child {
    border-bottom: none;
}

.order-btn {
    display: block;
    width: 100%;
    padding: 0.9rem;
    background: #447cab;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    border: 2px solid #447cab;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 1rem;
}

.order-btn:hover {
    background: white;
    color: #447cab;
}

/* Cursos destacados */
.courses {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.course-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.course-card:hover {
    transform: translateY(-10px);
}

.course-image {
    height: 180px;
    background-size: cover;
    background-position: center;
}

.course-info {
    padding: 1.5rem;
}

.course-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.course-instructor {
    color: #666;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.course-price {
    font-weight: 700;
    font-size: 1.3rem;
    color: #3a86ff;
    margin-bottom: 1rem;
}


/* Responsive */
@media (max-width: 600px) {
    .plans-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .plan-card {
        min-width: 100%;
        margin: 0 auto;
    }

    .plan-switcher {
        width: 96%;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .plan-switch-btn {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

    .plan-name {
        font-size: 1.3rem;
    }

    .plan-price {
        font-size: 1.8rem;
    }

    .plan-billing {
        font-size: 0.9rem;
    }

    .plan-payment-btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
    }

    .plan-features {
        padding: 1rem;
    }

    .order-btn {
        padding: 0.8rem;
        font-size: 0.9rem;
    }
}

@media (min-width: 601px) and (max-width: 768px) {
    .plans-container {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }

    .plan-switcher {
        width: 90%;
    }

    .plan-switch-btn {
        padding: 0.7rem 1rem;
        font-size: 0.9rem;
    }
}



/* TEXTO DE GOCLASES */

.texto-goclases {
    padding: clamp(15px, 5vw, 25px); /* Padding escalable */
    max-width: 1200px; /* Ancho máximo */
    min-width: 280px; /* Ancho mínimo */
    width: 90%; /* Ocupa el 90% del contenedor */
    margin: 0 auto; /* Centrado */
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: clamp(0.9rem, 2.5vw, 1.1rem); /* Tamaño de fuente escalable */
    line-height: 1.6;
    text-align: justify;
    box-sizing: border-box;
  }

  .texto-goclases h1 {
    font-size: clamp(1.5rem, 4vw, 2rem); /* Título escalable */
    margin-bottom: 1rem;
    text-align: center;
    color: #333;
  }

  .texto-goclases p {
    margin-bottom: 1rem;
    color: #555;
  }

  /* Media Queries para ajustes específicos */
  @media (max-width: 600px) {
    .texto-goclases {
      padding: 15px;
      font-size: 0.9rem; /* Texto más pequeño en móviles */
    }
    .texto-goclases h1 {
      font-size: 1.4rem;
    }
  }

  @media (min-width: 601px) and (max-width: 900px) {
    .texto-goclases {
      padding: 20px;
      font-size: 1rem;
    }
    .texto-goclases h1 {
      font-size: 1.6rem;
    }
  }

  @media (min-width: 901px) {
    .texto-goclases {
      padding: 25px;
      font-size: 1.1rem;
    }
    .texto-goclases h1 {
      font-size: 2rem;
    }
  }



/* FORMULARIO PARA COMPRAS CONFIRMACIÓN */
.purchase-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 400px;
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 2000;
    transition: transform 0.3s ease;
}

/* Responsivo Confimar compra*/
@media (max-width: 480px) {
    .purchase-modal {
        width: 95%;
    }
}

.purchase-modal.open {
    transform: translate(-50%, -50%) scale(1);
}

.purchase-modal h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.purchase-modal .form-group {
    margin-bottom: 1rem;
}

.purchase-modal label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.purchase-modal input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.purchase-modal .modal-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.purchase-modal .submit-btn {
    padding: 0.7rem 1.5rem;
    background-color: #081f49fa;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.purchase-modal .submit-btn:hover {
    background-color: #38509a;
}

.purchase-modal .cancel-btn {
    padding: 0.7rem 1.5rem;
    background-color: #ccc;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.purchase-modal .cancel-btn:hover {
    background-color: #aaa;
}


/* GOZERI */
.plan-header-gozeri {
    background-color: #0abbb5;
    color: white;
    padding: 16px;
    text-align: center;
}

.plan-switch-btn-gozeri.active {
    background: #0abbb5;
    color: white;
}

.plan-switch-btn-gozri{
    padding: 0.7rem 2rem;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    color: #333333;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.order-btn-gozeri {
    display: block;
    width: 100%;
    padding: 0.9rem;
    background: #0abbb5;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    border: 2px solid #0abbb5;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 1rem;
}


.order-btn-gozeri:hover {
    background: white;
    color: #0abbb5;
}

.order-btn-gozeri {
    padding: 0.8rem;
    font-size: 0.9rem;
}



.add-to-cart-gozeri.clicked {
  background-color: #0abbb5; 
}

.course-price-gozeri{
  color: #07938d;
}



/* Modulos */
.modulo-gozeri-btn-vermas {
  background-color: #dedede;
  color: black;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  width: 35%;
  margin-right: 5px;
}

.modulo-gozeri-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modulo-gozeri-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  max-width: 800px;
  margin: 40px auto;
  padding: 40px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: 'Inter', 'Segoe UI', sans-serif;
}

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

.modulo-gozeri-modal-footer {
  text-align: right;
  margin-top: 20px;
}

.modulo-gozeri-btn-cerrar {
  background-color: #3a7bd5;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  color: white;
}

.botom_modulos
{
  display: flex;
  width: 100%;
}

.add-to-cart-gozeri
{
  background-color: #0abbb5;
}


/* INFORMACION DE MODULOS */
/* Estilos base (compatibles con tu JS) */
.modulo-gozeri-modal {
  display: none; /* oculto por defecto */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modulo-gozeri-modal-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 16px;
  width: 100%;
  max-width: 600px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.2);
}

.modulo-gozeri-modal-content p
{
  line-height: 25px;
  color: #203c88;
  width: 90%;
}

/* Botón cerrar (misma funcionalidad) */
.modulo-gozeri-btn-x {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #3a7bd5;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.modulo-gozeri-btn-x:hover {
  color: #565656;
  transform: rotate(90deg);
  background-color: rgba(0, 0, 0, 0.1);
}

/* Título premium */
.modulo-gozeri-titulo {
  font-size: 26px;
  margin-bottom: 30px;
  color: #0f172a;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 99%;
}


/* Descripción */
.modulo-gozeri-descripcion {
  font-size: 16px;
  line-height: 1.6;
  color: #334155;
  margin-bottom: 25px;
}

/* Lista premium */
.modulo-gozeri-lista {
  list-style: none;
  padding: 0;
  margin: 20px 0 5px 0;
}

.modulo-gozeri-lista li {
  padding: 1px 15px 1px 50px;
  margin-bottom: 4px;
  background-color: rgba(248, 250, 252, 0.7);
  border-radius: 10px;
  border: none;
  position: relative;
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 400px;

}

.toggle-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #222;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.toggle-arrow.rotated {
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 600px) {
  .toggle-arrow {
    right: 5px;          
    font-size: 14px;      
  }
}

.modulo-gozeri-descripcion {
  font-size: 0.9em;
  color: #555;
  padding-left: 5px;
  line-height: 1.2;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s ease;
}

.modulo-gozeri-descripcion.show {
  max-height: 500px; 
  opacity: 1;
  margin-top: 4px;
  padding-top: 4px;
  padding-bottom: 6px;
  line-height: 20px;
}

.modulo-gozeri-lista li:hover {
  transform: translateX(5px);
  background-color: rgba(248, 250, 252, 0.9);
}

.modulo-gozeri-lista li::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233a7bd5' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: contain;
}

/* Footer (misma estructura) */
.modulo-gozeri-modal-footer {
  text-align: right;
  margin-top: 30px;
}

.modulo-gozeri-btn-cerrar {
  background-color: #dedede;
  color: black;
  border: none;
  padding: 5px 15px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.modulo-gozeri-btn-cerrar:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .modulo-gozeri-modal-content {
    padding: 30px 20px;
  }

  .modulo-gozeri-titulo {
    font-size: 19px;
  }

  .modulo-gozeri-lista li{
    font-size: 14px;
    padding-right: 35px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .modulo-gozeri-btn-x {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 23px;
    font-weight: bold;
    cursor: pointer;
    color: #3a7bd5;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
}


/* CARRITO PAGAR*/
.payment-isolated-container {
    isolation: isolate;
    width: 100%;
    min-height: calc(100vh - 80px); /* Ajusta según altura de tu header */
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Reset de estilos solo para el formulario */
.payment-isolated-container .compra_tarjeta,
.payment-isolated-container .compra_tarjeta * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

/* TARJETA DE PAGO PREMIUM */
.payment-isolated-container .compra_tarjeta {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 40%;
    padding: 40px;
    position: relative;
    overflow: hidden;
    animation: fadeIn 0.5s ease-out;
}

.payment-isolated-container .compra_tarjeta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #38509a;
}

/* HEADER DEL FORMULARIO */
.payment-isolated-container .compra_tarjeta_header {
    margin-bottom: 30px;
    text-align: center;
}

.payment-isolated-container .compra_tarjeta_header h1 {
    color: #2d3748;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.payment-isolated-container .compra_tarjeta_header p {
    color: #718096;
    font-size: 14px;
}

/* GRUPOS DE FORMULARIO */
.payment-isolated-container .compra_tarjeta_group {
    margin-bottom: 20px;
    position: relative;
}

.payment-isolated-container .compra_tarjeta_group label {
    display: block;
    margin-bottom: 8px;
    color: #4a5568;
    font-size: 14px;
    font-weight: 500;
}

/* CONTROLES DE FORMULARIO */
.payment-isolated-container .compra_tarjeta_control {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s;
    background: #f8fafc;
}

.payment-isolated-container .compra_tarjeta_control:focus {
    outline: none;
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2);
    background: white;
}

.payment-isolated-container .compra_tarjeta_control::placeholder {
    color: #a0aec0;
}

/* ICONOS DE TARJETAS */
.payment-isolated-container .compra_tarjeta_icons {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.payment-isolated-container .compra_tarjeta_icon {
    width: 40px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
    transition: opacity 0.3s;
}

.payment-isolated-container #visa-icon {
    background-image: url('https://cdn.jsdelivr.net/gh/devicons/devicon/icons/visa/visa-original.svg');
}

.payment-isolated-container #mastercard-icon {
    background-image: url('https://cdn.jsdelivr.net/gh/devicons/devicon/icons/mastercard/mastercard-original.svg');
}

.payment-isolated-container #amex-icon {
    background-image: url('https://cdn.jsdelivr.net/gh/devicons/devicon/icons/amazon/amazon-original.svg');
}

.payment-isolated-container .compra_tarjeta_icon.active {
    opacity: 1;
}

/* FILA DE FECHA Y CVV */
.payment-isolated-container .compra_tarjeta_row {
    display: flex;
    gap: 15px;
}

.payment-isolated-container .compra_tarjeta_row .compra_tarjeta_group {
    flex: 1;
}

/* BOTONES */
.payment-isolated-container .compra_tarjeta_btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.payment-isolated-container .compra_tarjeta_btn_primary {
    background: #38509a;
    color: white;
    margin-bottom: 15px;
}

.payment-isolated-container .compra_tarjeta_btn_primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 117, 252, 0.3);
}

.payment-isolated-container .compra_tarjeta_btn_secondary {
    background: #f1f5f9;
    color: #4a5568;
}

.payment-isolated-container .compra_tarjeta_btn_secondary:hover {
    background: #e2e8f0;
}

/* VALIDACIÓN DE ERRORES */
.payment-isolated-container .compra_tarjeta_error {
    color: #e53e3e;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.payment-isolated-container .compra_tarjeta_group.error .compra_tarjeta_control {
    border-color: #e53e3e;
}

.payment-isolated-container .compra_tarjeta_group.error .compra_tarjeta_error {
    display: block;
}

/* ANIMACIÓN */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}











