/******************************************************************
Theme Name: eTips Chile
Theme URI: https://etips.cl
Description: Sitio construido por eTips Chile
Author: eTips Chile (Jorge Louis Fernandez Heredia)
Author URI: https://etips.cl
Version: 2.0
*/
@import "estilos-xl.etips.css";
@import "estilos-lg.etips.css";
@import "estilos-md.etips.css";
@import "estilos-sm.etips.css";
@import "estilos-xs.etips.css";

/* ESTILOS MINIMALISTAS PERSONALIZADOS */
:root {
  --bg-light: #f8f9fa;
  --text-dark: #212529;
  --text-muted: #6c757d;
  --accent-color: #000000; /* Negro puro para acentos, máxima sobriedad */
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; /* Tipografía limpia y clásica */
  color: var(--text-dark);
  background-color: #ffffff;
  line-height: 1.6;
  font-weight: 300; /* Letra más ligera para sensación premium */
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  letter-spacing: -0.5px;
}

/* Ajustes de navegación */
.navbar-brand {
  font-weight: 700;
  letter-spacing: 1px;
}
.nav-link {
  font-weight: 400;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 1rem;
}

.navbar-brand img{height:48px;max-width:220px;width:auto;display:block;}

/* Botones Premium */
.btn-premium {
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 0; /* Bordes rectos son más serios */
  padding: 12px 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border: 1px solid var(--accent-color);
  transition: all 0.3s ease;
}
.btn-premium:hover {
  background-color: transparent;
  color: var(--accent-color);
}

.btn-premium-outline {
  background-color: transparent;
  color: var(--text-dark);
  border-radius: 0;
  padding: 12px 30px;
  font-weight: 500;
  border: 1px solid var(--text-dark);
  transition: all 0.3s ease;
}
.btn-premium-outline:hover {
  background-color: var(--text-dark);
  color: #fff;
}

/* Secciones */
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg-subtle {
  background-color: var(--bg-light);
}

/* Iconos sutiles */
.feature-icon {
  font-size: 2rem;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
}

/* El Filtro */
.filter-box {
  border-left: 4px solid var(--text-dark);
  padding-left: 2rem;
}

/* Formulario limpio */
.form-control, .form-select {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
  background-color: transparent;
  padding: 15px 0;
}
.form-control:focus, .form-select:focus {
  box-shadow: none;
  border-bottom: 1px solid var(--accent-color);
  background-color: transparent;
}
.form-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
}

footer address{font-style:normal;}

.float-wp{position: fixed;z-index: 999;width: 3rem;height: 3rem;bottom: 15rem;right: 10px;background-size: 100%;background-image: url(/assets/images/btn-wp.svg);background-repeat:no-repeat;background-color:transparent;}
.float-fb{position: fixed;z-index: 999;width: 2.5rem;height: 2.5rem;bottom: 22.5rem;right: 10px;background-size: 100%;background-image: url(/assets/images/btn-fb.svg);background-repeat: no-repeat;background-color: transparent;}
.float-ig{position: fixed;z-index: 999;width: 2.5rem;height: 2.5rem;bottom: 19rem;right: 10px;background-size: 100%;background-image: url(/assets/images/btn-ig.svg);background-repeat: no-repeat;background-color: transparent;}

/* Hero CTA */
.hero-cta-group{
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.hero-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  white-space: normal;
  min-height: 56px;
}

/* ==========================================================
   Modal spinner
   ========================================================== */
#modalBoxSpinner .modal-dialog{
  max-width: 120px;
}

#modalBoxSpinner .modal-content{
  background: transparent;
  border: 0;
  box-shadow: none;
}

#modalBoxSpinner .modal-body{
  min-height: 120px;
  background: transparent;
}

#modalBoxSpinner .spinner-loading{
  width: 3rem;
  height: 3rem;
}

/* ==========================================================
   Modal WhatsApp - estilo alineado con formulario del home
   ========================================================== */
#modalBoxWhatsapp .modal-content{
  border: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: #fff;
  max-height: calc(100vh - 2rem);
}

#modalBoxWhatsapp .modal-dialog{
  max-width: 540px;
  margin: 1rem auto;
}

#modalBoxWhatsapp .modal-body{
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#modalBoxWhatsapp .form-label{
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  margin-bottom: .35rem;
}

#modalBoxWhatsapp .form-control,
#modalBoxWhatsapp .form-select{
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
  background-color: transparent;
  padding: .5rem 0;
  min-height: auto;
  box-shadow: none;
}

#modalBoxWhatsapp .form-control:focus,
#modalBoxWhatsapp .form-select:focus{
  border-bottom: 1px solid var(--accent-color);
  background-color: transparent;
  box-shadow: none;
}

#modalBoxWhatsapp .form-control::placeholder,
#modalBoxWhatsapp textarea::placeholder{
  color: #6c757d;
  opacity: .9;
  font-size: .95rem;
  font-weight: 400;
}

#modalBoxWhatsapp textarea.form-control{
  min-height: 72px;
  resize: vertical;
}

#modalBoxWhatsapp .form-control.is-invalid,
#modalBoxWhatsapp .form-select.is-invalid{
  border-bottom: 1px solid #dc3545;
  background-image: none !important;
  box-shadow: none;
}

#modalBoxWhatsapp .invalid-feedback,
#modalBoxWhatsapp span.invalid-feedback{
  display: block;
  color: #dc3545;
  font-size: .875rem;
  margin-top: .35rem;
}

#modalBoxWhatsapp .btn-success{
  border-radius: .85rem;
  padding: .8rem 1.6rem;
  font-weight: 600;
  min-width: 240px;
}

#modalBoxWhatsapp .btn-close{box-shadow:none;}

section[id],div[id]{scroll-margin-top:106px;}