/*!
 * Start Bootstrap - New Age v5.0.9 (https://startbootstrap.com/theme/new-age)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-new-age/blob/master/LICENSE)
 */

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #fdcc52;
  transition: all .35s;
}

a:hover, a:focus {
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 50px 0;
}

section h2 {
  font-size: 50px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: #fdcc52;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-size: 11px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #fdcc52 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #fdcc52;
}

@media (min-width: 980px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: white;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #fdcc52;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #fdcc52;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-size: 30px;
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 50px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

section.download {
  position: relative;
  padding: 50px 0;
}

section.download h2 {
  font-size: 50px;
  margin-top: 0;
}

section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link img {
  height: 150px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}

section.features .section-heading {
  margin-bottom: 100px;
}

section.features .section-heading h2 {
  margin-top: 0;
}

section.features .section-heading p {
  margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.features .feature-item h3 {
  font-size: 30px;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
  text-align: center;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: #fdcc52;
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;
}

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

.full-box{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
}

.main-container{
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

/* ========== MODERNIZACIONES CSS ========== */

/* Scroll suave global */
html {
  scroll-behavior: smooth;
}

/* Navbar moderna con blur */
#mainNav {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#mainNav.navbar-shrink {
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

/* Tipografía más moderna - Inter (cargada desde el HTML con <link>) */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Transiciones suaves en secciones */
section {
  transition: opacity 0.3s ease;
}

/* Botones modernos */
.btn-outline {
  backdrop-filter: blur(4px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(253,204,82,0.3);
}

.btn-raised {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.btn-raised:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* Tarjetas de features con hover */
section.features .feature-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  padding: 30px 20px;
}

section.features .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
}

/* Tabla de versiones moderna */
.table-ds {
  border-radius: 12px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}

.table-ds thead th {
  border: none;
  padding: 15px 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.table-ds tbody td {
  padding: 14px 20px;
  vertical-align: middle;
  border-color: rgba(0,0,0,0.05);
}

.table-ds tbody tr {
  transition: background-color 0.2s ease;
}

.table-ds tbody tr:hover {
  background-color: rgba(255,255,255,0.3);
}

/* Tabla de funciones moderna */
.table-hover tbody tr {
  transition: all 0.2s ease;
}

/* Cards de contacto */
.card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.card-body {
  padding: 20px 25px;
}

/* Badges / Iconos sociales */
section.contact ul.list-social li a {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

section.contact ul.list-social li a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Footer moderno */
footer {
  background-color: #1a1a2e;
}

footer ul li a {
  transition: color 0.3s ease;
}

footer ul li a:hover {
  color: #fdcc52;
}

/* CTA section overlay más sutil */
section.cta .overlay {
  background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(123,67,151,0.4) 100%);
}

/* Sección features heading con menos espacio */
section.features .section-heading {
  margin-bottom: 60px;
}

/* Animación sutil para badges de imágenes */
.badges .badge-link img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
}

.badges .badge-link img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Botones collapse de contacto más redondeados */
.with-chevron {
  border-radius: 10px !important;
  border: none;
  transition: transform 0.2s ease;
}

.with-chevron:hover {
  transform: translateY(-2px);
}

/* Scroll indicator para hero */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); }
  40% { transform: translateY(-10px) translateX(-50%); }
  60% { transform: translateY(-5px) translateX(-50%); }
}

/* Selección de texto moderna */
::selection {
  background-color: #fdcc52;
  color: #222;
}

/* Mejorar legibilidad de textos en secciones oscuras */
section.download p,
section.contact p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ========== CLASES UTILITARIAS (reemplazan estilos inline) ========== */

/* --- Secciones con fondo oscuro --- */
.section-tech {
  background: #0f2027;
  background: linear-gradient(to right, #2C5364, #203A43, #0f2027);
}

.section-pricing {
  background: #FF6400;
  background: linear-gradient(to right, #FFA76F, #FF6400);
}

.section-meli {
  background: #F39C12;
  background: linear-gradient(to right, #F4D03F, #F39C12);
}

.section-policy {
  background: #f8f9fa;
  padding: 40px 0;
}

.section-contact {
  background: #1a1a2e;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.section-social {
  background: #1a1a2e;
  padding: 40px 0;
}

/* --- Tarjetas reutilizables --- */
.card-dark {
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 25px 15px;
  height: 100%;
}

.card-dark-sm {
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  padding: 15px 10px;
}

.card-dark-md {
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 20px 15px;
}

.card-highlight {
  background: rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 20px 10px;
}

.card-blur {
  background: rgba(255,255,255,0.2);
  border-radius: 12px;
  padding: 20px;
  backdrop-filter: blur(5px);
}

/* --- Módulo badge --- */
.module-badge {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 12px;
  width: 100%;
}

.module-badge p {
  color: #fff;
  font-size: 0.75rem;
  margin: 5px 0 0;
}

.module-badge i {
  font-size: 1.4rem;
}

/* --- MVC cards (con borde lateral) --- */
.card-mvc {
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 20px;
}

.card-mvc--blue { border-left: 3px solid #3498DB; }
.card-mvc--green { border-left: 3px solid #2ECC71; }
.card-mvc--red { border-left: 3px solid #E74C3C; }

.card-mvc h5 { margin-bottom: 8px; }
.card-mvc p {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  margin: 0;
}

/* --- Textos sobre fondo oscuro --- */
.text-white { color: #fff; }
.text-white-80 { color: rgba(255,255,255,0.8); }
.text-white-70 { color: rgba(255,255,255,0.7); }
.text-white-60 { color: rgba(255,255,255,0.6); }
.text-white-50 { color: rgba(255,255,255,0.5); }

/* --- HR oscuro de sección --- */
.hr-dark {
  border-color: rgba(255,255,255,0.15);
  margin: 0 auto 50px;
  max-width: 600px;
}

/* --- Heading de sección oscura --- */
.heading-dark {
  color: #fff;
  margin-bottom: 30px;
}

/* --- Iconos tecnología --- */
.tech-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.tech-icon-sm {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.security-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

/* --- ¿Por qué elegir? items --- */
.why-item {
  display: flex;
  align-items: flex-start;
}

.why-item i {
  color: #2ECC71;
  font-size: 1.3rem;
  margin-right: 12px;
  margin-top: 3px;
  flex-shrink: 0;
}

.why-item h6 {
  color: #fff;
  margin-bottom: 3px;
}

.why-item small {
  color: rgba(255,255,255,0.5);
}

/* --- Estadísticas --- */
.stat-number {
  font-weight: 700;
  margin-bottom: 0;
}

/* --- Ventajas rápidas --- */
.advantages-row {
  max-width: 900px;
  margin: 0 auto 40px;
}

.advantage-icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
  opacity: 0.9;
}

.advantage-text {
  font-size: 0.85rem;
  margin: 0;
  font-weight: 500;
}

/* --- Pricing cards --- */
.pricing-card {
  background: rgba(255,255,255,0.95);
  border-radius: 16px;
  padding: 35px 25px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  height: 100%;
  position: relative;
}

.pricing-card--featured {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
  padding: 35px 25px;
  box-shadow: 0 15px 50px rgba(102,126,234,0.4);
  height: 100%;
  position: relative;
  transform: scale(1.05);
}

.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #fdcc52;
  color: #333;
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

.pricing-price {
  margin: 20px 0;
}

.pricing-price .amount {
  font-size: 2.8rem;
  font-weight: 700;
}

.pricing-price .currency {
  font-size: 1rem;
}

.pricing-desc {
  font-size: 0.9rem;
}

.pricing-list {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 25px;
}

.pricing-list li {
  padding: 6px 0;
  font-size: 0.85rem;
}

.pricing-list li i {
  margin-right: 8px;
}

.pricing-btn {
  border-radius: 25px;
  padding: 10px 0;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.pricing-btn--primary {
  background: #FF6400;
  border: none;
  color: #fff;
}

.pricing-btn--gold {
  background: #fdcc52;
  color: #333;
  border: none;
  font-weight: 600;
}

.pricing-btn--ghost {
  background: rgba(255,255,255,0.2);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.4);
}

/* --- Contacto cards --- */
.contact-card {
  background: rgba(255,255,255,0.05);
  border-radius: 14px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.08);
  height: 100%;
}

.contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.contact-icon--purple {
  background: linear-gradient(135deg, #667eea, #764ba2);
}

.contact-icon--pink {
  background: linear-gradient(135deg, #f093fb, #f5576c);
}

.contact-icon i {
  font-size: 1.3rem;
  color: #fff;
}

/* --- Política de devolución --- */
.policy-box {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 35px 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border-left: 4px solid #F39C12;
}

/* --- Footer moderno personalizado --- */
.footer-custom {
  background-color: #0d0d1a;
  padding: 40px 0 25px;
}

.footer-brand {
  color: #fdcc52;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.footer-text {
  color: rgba(255,255,255,0.35);
  font-size: 0.8rem;
  margin: 0;
}

.footer-heading {
  color: rgba(255,255,255,0.6);
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.footer-link {
  color: rgba(255,255,255,0.35);
  font-size: 0.8rem;
  text-decoration: none;
  line-height: 2;
}

.footer-link:hover {
  color: #fdcc52;
}

.footer-copy {
  color: rgba(255,255,255,0.25);
  font-size: 0.75rem;
  margin: 0;
}

.footer-legal a {
  color: rgba(255,255,255,0.25);
  font-size: 0.75rem;
}

.footer-legal a:hover {
  color: #fdcc52;
}

/* --- Social icons (redes sociales section) --- */
.social-heading {
  color: rgba(255,255,255,0.7);
  font-weight: 400;
  margin-bottom: 20px;
}

.social-icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
}

/* --- Subtexto del hero --- */
.hero-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* --- Contact heading --- */
.contact-heading {
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
}

.contact-subheading {
  color: rgba(255,255,255,0.6);
  max-width: 550px;
  margin: 10px auto 40px;
  font-size: 1rem;
}

/* --- Max-width containers --- */
.max-w-700 { max-width: 700px; margin-left: auto; margin-right: auto; }
.max-w-900 { max-width: 900px; margin-left: auto; margin-right: auto; }
.max-w-1000 { max-width: 1000px; margin-left: auto; margin-right: auto; }
.max-w-1100 { max-width: 1100px; margin-left: auto; margin-right: auto; }
