body {
  background: #000;
  color: #fff;
}

/* HERO */
.hero {
  height: 100vh;
  background: #000;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-dots span {
  width: 25px;
  height: 5px;
  background: #fff;
  margin-left: 10px;
  display: inline-block;
}

.hero-content {
  margin-top: 100px;
  text-align: center;
}

.hero h2 {
  font-size: 28px;
  letter-spacing: 1px;
}

.hero h3 {
  font-size: 16px;
  margin-top: 10px;
}

.scroll-down {
  margin-top: 40px;
  font-size: 30px;
}

/* SECTION: ABOUT */
.about {
  text-align: center;
  padding: 60px 20px;
}

.about p {
  margin-top: 10px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 30px;
}

.logo-grid img {
  width: 100%;
  filter: grayscale(100%);
}

/* SERVICES */
.services {
  padding: 60px 20px;
  text-align: center;
}

.service-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}

.service-list ul {
  list-style: none;
  text-align: left;
}

.service-list li {
  margin: 10px 0;
  font-size: 15px;
}

.service-list span {
  margin-right: 10px;
  font-weight: bold;
}

/* CONTACT */
.contact {
  padding: 60px 20px;
  text-align: center;
}

.btn-contact {
  margin-top: 25px;
  background: #fff;
  color: #000;
  border: none;
  padding: 12px 40px;
  border-radius: 20px;
  cursor: pointer;
}

/* FOOTER */
footer {
  padding: 30px 20px;
  text-align: center;
  border-top: 1px solid #555;
}

.social img {
  width: 25px;
  margin: 0 10px;
  filter: invert(1);
}


/* NAVBAR */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px 30px;
  background: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(6px);
  z-index: 1000;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo img {
  height: 45px;
  filter: invert(1);
}

.nav-menu a {
  margin-left: 25px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: 0.3s;
}

.nav-menu a:hover {
  color: #d1d1d1;
}

/* HERO VIDEO */
.hero-video {
  height: 100vh;
  width: 100%;
  position: relative;
  /* altura del navbar */
}

.video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-text {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  top: 42vh;
  transform: translateY(-50%);
  padding: 0px 40px;
}

.hero-text h2 {
  font-size: 50px;
  letter-spacing: 1px;
  font-weight: 600;
}

.hero-text h3 {
  font-size: 36px;
  margin-top: 8px;
  font-weight: 600;
}

.scroll-down {
  margin-top: 40px;
  font-size: 30px;
  cursor: pointer;
}


/* HERO VIDEO */
.hero-video {
  height: 100vh;
  position: relative;
  /* Altura del navbar */
}

.hero-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}

.scroll-down {
  font-size: 35px;
  margin-top: 100px;
  cursor: pointer;
  text-align: center;
}

/* SERVICES LIST */
.services-list a {
  text-decoration: none;
  color: white;
}

.services-list a:hover {
  color: #d8d8d8;
}

/* FOOTER ICONS */
.social-icons a {
  color: #fff;
  font-size: 22px;
  margin: 0 12px;
}

.social-icons a:hover {
  color: #d1d1d1;
}

.services-list a {
  text-decoration: none;
  color: #fff;
  font-size: 28px;
  width: 100%;
  display: inline-block;
  padding: 15px 10px;
  transition: 0.3s ease;
  border-radius: 10px;
}

.services-list a:hover {
  color: #000;
  background: #fff;
}

/* Si ya tienes un margin-top global para el hero, puedes quitar este bloque */
body {
  /* solo aplica si no tienes otro margin-top en tu CSS global */
  --navbar-height: 70px;
  /* ajustar si tu navbar tiene otra altura */
}

.navbar+.page-padding {
  padding-top: var(--navbar-height);
}

.seccion-destacados h3 {
  font-size: 50px;
  font-weight: 600;
}

.seccion-destacados .fw-bold {
  font-weight: 600 !important;
  font-size: 50px;
}

.seccion-destacados>.mt-2 {
  padding-top: 50px;
  font-size: 28px;
  padding-bottom: 25vh;
}

.seccion-destacados>.row.g-3.mt-4 {
  margin-top: 0px !important;
  padding-top: 25vh;
}

.seccion-servicios {
  padding-top: 0px !important;
  padding-bottom: 25vh !important;
}

.seccion-servicios>.fw-bold {
  font-size: 50px;
  font-weight: 600 !important;
}

.seccion-servicios>.mt-2 {
  padding-top: 50px;
  font-size: 28px;
  padding-bottom: 30vh;
}

.services-list {
  width: 100%;
  max-width: 860px;
  margin: auto;
}

.seccion-destacados {
  padding-bottom: 50vh !important;
  padding-top: 40vh !important;
}


#mainNav li a {
  font-size: 20px;
  font-weight: 600;
}

.contact-icons i {
  font-size: 40px;
  color: #fff;
  margin: 0 10px;
  transition: 0.3s;
}

.contact-icons i:hover {
  color: #9e9e9e;
}

footer .text-white-50 {
  margin: 0px;
  padding-top: 15px;
}

.contact-icons {
  margin: 0px !important;
}

footer {
  border-top: none;
}



.formulario-contacto .form-control.contact-input {
  background: transparent !important;
  color: #fff;
  border: 3px solid #fff;
  font-size: 14px;
  transition: 0.3s ease;
}

.formulario-contacto .form-control.contact-input::placeholder {
  color: #9e9e9e;
}

.formulario-contacto .form-control.contact-select {
  background: transparent !important;
  border: 3px solid #fff;
  color: #9e9e9e;
  font-size: 14px;
}

.formulario-contacto .form-control.contact-select option {
  color: #000;
  transition: 0.3s ease;
}

.formulario-contacto .form-control.contact-select option:hover {
  color: #575757;
}

.formulario-contacto .contact-submit {
  background: transparent !important;
  border-radius: var(--bs-border-radius);
  border: 3px solid #fff;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  padding: 6px 0px;
  transition: 0.3s ease;
}

.formulario-contacto .contact-submit:hover {
  background: #fff !important;
  border: 3px solid #fff;
  color: #000;
}

.seccion-contacto.contacto-inicio .fw-bold {
  font-size: 50px;
}

.seccion-contacto.contacto-inicio p {
  font-size: 28px;
}

.seccion-contacto.contacto-inicio {
  padding-bottom: 15vh !important;
}

.reveal {
  opacity: 0;
}

.animate__animated {
  opacity: 1;
}


/* ================================
   RESPONSIVE: VSQUARE (Index)
   Pegar al FINAL del styles.css
================================ */

/* 1) Mejor comportamiento de altura en móviles (evita saltos por barra del navegador) */
.hero-video {
  height: 100svh;
}

/* 2) Desktop → Tablet */
@media (max-width: 992px) {

  /* Hero */
  .hero-text {
    top: 52%;
    padding: 0 24px;
  }

  .hero-text h2 {
    font-size: 42px;
  }

  .hero-text h3 {
    font-size: 30px;
  }

  /* Secciones: baja los vh exagerados */
  .seccion-destacados {
    padding-top: 22vh !important;
    padding-bottom: 22vh !important;
  }

  .seccion-destacados>.mt-2 {
    padding-top: 28px;
    padding-bottom: 10vh;
    font-size: 22px;
  }

  .seccion-destacados>.row.g-3.mt-4 {
    padding-top: 10vh;
  }

  .seccion-servicios {
    padding-bottom: 16vh !important;
  }

  .seccion-servicios>.mt-2 {
    padding-top: 28px;
    padding-bottom: 12vh;
    font-size: 22px;
  }

  /* Lista de servicios: links más chicos */
  .services-list a {
    font-size: 20px;
    padding: 12px 8px;
  }

  /* Contact */
  .seccion-contacto.contacto-inicio .fw-bold {
    font-size: 42px;
  }

  .seccion-contacto.contacto-inicio p {
    font-size: 22px;
  }
}

/* 3) Tablet → Mobile */
@media (max-width: 768px) {

  /* Navbar: reduce padding para que no se coma pantalla */
  .navbar {
    padding: 12px 18px;
    background: rgba(0, 0, 0, 0.55) !important;
    /* más legible sobre video */
  }

  .nav-logo img {
    height: 38px;
  }

  /* Hero: centrado y escalable */
  .hero-text {
    top: 55%;
    padding: 0 18px;
    text-align: center;
  }

  .hero-text h2 {
    font-size: 32px;
    line-height: 1.1;
  }

  .hero-text h3 {
    font-size: 22px;
    line-height: 1.15;
  }

  .scroll-down {
    margin-top: 22px;
    font-size: 28px;
  }

  /* Destacados */
  .seccion-destacados h3,
  .seccion-destacados .fw-bold {
    font-size: 32px;
  }

  .seccion-destacados {
    padding-top: 14vh !important;
    padding-bottom: 14vh !important;
  }

  .seccion-destacados>.mt-2 {
    padding-top: 18px;
    padding-bottom: 6vh;
    font-size: 18px;
  }

  .seccion-destacados>.row.g-3.mt-4 {
    padding-top: 6vh;
  }

  /* Servicios */
  .seccion-servicios>.fw-bold {
    font-size: 32px;
  }

  .seccion-servicios>.mt-2 {
    padding-top: 18px;
    padding-bottom: 6vh;
    font-size: 18px;
  }

  .services-list {
    max-width: 520px;
  }

  .services-list a {
    font-size: 18px;
    padding: 12px 10px;
  }

  /* Contact */
  .seccion-contacto.contacto-inicio .fw-bold {
    font-size: 34px;
    line-height: 1.05;
  }

  .seccion-contacto.contacto-inicio p {
    font-size: 18px;
  }

  .seccion-contacto.contacto-inicio {
    padding-bottom: 10vh !important;
  }
}

/* 4) Mobile pequeño */
@media (max-width: 576px) {

  .hero-text {
    top: 56%;
    padding: 0 14px;
  }

  .hero-text h2 {
    font-size: 28px;
  }

  .hero-text h3 {
    font-size: 20px;
  }

  .services-list a {
    font-size: 16px;
    padding: 12px 10px;
  }

  .formulario-contacto .form-control.contact-input,
  .formulario-contacto .form-control.contact-select {
    font-size: 13px;
  }

  .formulario-contacto .contact-submit {
    padding: 10px 0;
  }
}



/* ================================
   NAVBAR RESPONSIVE (Header.php)
================================ */

/* Alturas por breakpoint */
:root {
  --navbar-height-desktop: 86px;
  --navbar-height-mobile: 64px;
}

/* Navbar base */
.navbar.fixed-top {
  min-height: var(--navbar-height-desktop);
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Logo */
.nav-logo-img {
  height: 72px;
  width: auto;
  display: block;
}

/* Links */
.navbar .nav-link {
  font-size: 18px;
  padding: 10px 14px;
  opacity: .92;
}

.navbar .nav-link:hover {
  opacity: 1;
}

/* ===== Mobile / Tablet ===== */
@media (max-width: 992px) {
  body {
    padding-top: var(--navbar-height-mobile);
  }

  .navbar.fixed-top {
    min-height: var(--navbar-height-mobile);
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-logo-img {
    height: 40px;
  }

  /* Menú colapsado: que se vea “tarjeta” */
  .navbar-collapse {
    margin-top: 10px;
    padding: 10px 12px;
    background: rgba(0, 0, 0, .85);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
  }

  .navbar-nav .nav-item+.nav-item {
    margin-top: 6px;
  }

  .navbar .nav-link {
    font-size: 16px;
    padding: 10px 10px;
  }
}


html,
body {
  font-family: 'Playfair Display', serif !important;
}


:root {
  --bs-body-font-family: 'Playfair Display', serif !important;
}

body {
  font-family: var(--bs-body-font-family) !important;
}



/* HERO chevron: pegada abajo + movimiento visible */
.hero-video .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  margin-top: 0 !important;
  font-size: 34px;
  z-index: 3;
  cursor: pointer;
  animation: vsqChevron 1.15s ease-in-out infinite;
}

@keyframes vsqChevron {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: .95;
  }

  50% {
    transform: translateX(-50%) translateY(10px);
    opacity: 1;
  }
}

/* Mobile: un poco más arriba */
@media (max-width: 768px) {
  .hero-video .scroll-down {
    bottom: 18px;
    font-size: 30px;
  }
}

.service-arrow {
  display: inline-block;
  margin-right: 10px;
  opacity: .9;
  transform: translateY(1px);
}

/* CTA secundario: Agendar Meet */
.formulario-contacto .contact-meet {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 6px 0;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  transition: 0.3s ease;
  opacity: .95;
}

.formulario-contacto .contact-meet:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}


/* HERO (Index) chevron abajo */
.hero-video .hero-scroll-down {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  margin-top: 0 !important;
  z-index: 3;
  font-size: 34px;
  cursor: pointer;
  animation: vsqChevron 1.15s ease-in-out infinite;
}

@media (max-width: 768px) {
  .hero-video .hero-scroll-down {
    bottom: 18px;
    font-size: 30px;
  }
}


#whoWeAre>.row.g-3.mt-4>.col-6.col-md-3.animate__animated.animate__fadeInUp {
  display: flex;
  align-items: center;
}


/* ================================
   VSQ Meet Form (Index ES/EN)
================================ */

.vsq-form-block {
  margin-bottom: 18px;
}

.vsq-block-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .5px;
  margin: 0 0 10px 0;
  opacity: .95;
}

.vsq-mini-label {
  font-size: 20px;
  margin: 0 0 10px 0;
  opacity: .9;
}

.vsq-checklist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.vsq-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border: 2px solid rgba(255, 255, 255, .35);
  border-radius: 12px;
  cursor: pointer;
  transition: .25s ease;
}

.vsq-check input {
  margin-top: 4px;
}

.vsq-check span {
  font-size: 18px;
  line-height: 1.35;
  color: #fff;
}

.vsq-check:hover {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .55);
}

.vsq-precalendar {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(255, 255, 255, .9);
  margin: 0 0 12px 0;
}

.vsq-check-final {
  margin-bottom: 12px;
}

.vsq-form-note {
  margin: 10px 0 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, .9);
  opacity: .9;
}


/* ================================
   VSQ Modal (Meet) – Multi-step
================================ */
.vsq-modal {
  background: rgba(0, 0, 0, .92);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 18px;
  color: #fff;
}

.vsq-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.vsq-steps {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  justify-content: center;
}

.vsq-step {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, .35);
  display: grid;
  place-items: center;
  font-weight: 700;
  opacity: .7;
}

.vsq-step.is-active {
  border-color: #fff;
  opacity: 1;
}

.vsq-step-panel {
  display: none;
  animation: vsqFadeIn .18s ease;
}

.vsq-step-panel.is-active {
  display: block;
}

@keyframes vsqFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vsq-modal-actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.vsq-btn {
  flex: 1;
  border-radius: 12px;
  font-weight: 700;
}

.seccion-destacados>.row.g-3.mt-4 {
  display: none;
}


/* ================================
   VSQ Global Loading / Result Overlay
================================= */
.vsq-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .78);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.vsq-overlay.is-open {
  display: flex;
}

.vsq-overlay-card {
  width: min(520px, 92vw);
  border-radius: 18px;
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(0, 0, 0, .88);
  color: #fff;
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.vsq-overlay-title {
  font-weight: 800;
  letter-spacing: .4px;
  margin: 12px 0 6px 0;
  font-size: 18px;
}

.vsq-overlay-msg {
  opacity: .92;
  font-size: 14px;
  margin: 0;
}

.vsq-spinner {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 4px solid rgba(255, 255, 255, .25);
  border-top-color: rgba(255, 255, 255, .95);
  margin: 0 auto;
  animation: vsqSpin .85s linear infinite;
}

@keyframes vsqSpin {
  to {
    transform: rotate(360deg);
  }
}

.vsq-overlay-icon {
  font-size: 44px;
  line-height: 1;
}

.vsq-overlay-success .vsq-overlay-icon {
  color: #ffffff;
}

.vsq-overlay-error .vsq-overlay-icon {
  color: #ffffff;
}


#vsqMeetModalTitle {
  font-size: 28px;
}

#vsqMeetFormModal .form-control {
  font-size: 20px;
}


/* Portfolio: force 2-line service text (responsive-safe) */
.ajuste-texto .line-1,
.ajuste-texto .line-2 {
  display: inline;
  /* desktop: se comporta como una sola línea */
}

/* En pantallas grandes/medianas: respeta el “bajar abajo” como tú lo quieres */
.ajuste-texto .line-2 {
  display: block;
  /* siempre abajo */
}

/* Opcional: en móvil ajusta tamaño/espaciado */
@media (max-width: 768px) {

  .ajuste-texto .line-1,
  .ajuste-texto .line-2 {
    line-height: 1.35;
  }
}



/* ================================
   Global Typography – VSQUARE
================================ */
:root {
  --font-primary: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

html,
body {
  font-family: var(--font-primary) !important;

  letter-spacing: 0.01em !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}


.services-list>.col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
}