/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2026 | 17:05:55 */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800;900&display=swap');
/* ===== ESTRUCTURA PERFORMANCE AVP ===== */

.avp-hero,
.avp-google,
.avp-etapas {
  padding: 140px 20px;
  background: #0B0F19;
  color: white;
}

.avp-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.avp-tag {
  color: #2524BA;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}

.avp-hero h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 30px;
}

.avp-hero p,
.avp-google p {
  font-size: 20px;
  color: #9CA3AF;
  max-width: 750px;
  margin: 0 auto;
}

.avp-google h2,
.avp-etapas h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}

.avp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.avp-card {
  background: #111827;
  padding: 40px;
  border-radius: 20px;
  transition: 0.3s ease;
}

.avp-card:hover {
  transform: translateY(-6px);
  border: 1px solid #F25C30;
}

.avp-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.avp-card p {
  color: #9CA3AF;
  font-size: 16px;
}
/* ===== NIVELES ESTRUCTURADOS ===== */

.avp-etapas {
    padding: 120px 6%;
    background: #0B0F19;
}

.avp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.avp-card {
    background: rgba(17, 24, 39, 0.6);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 28px;
    padding: 50px 40px;
    transition: 0.4s ease;
    backdrop-filter: blur(10px);
}

.avp-card:hover {
    transform: translateY(-10px);
    border-color: #F25C30;
}

.avp-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.avp-card ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.avp-card ul li {
    margin-bottom: 12px;
    color: #94a3b8;
}

.avp-highlight {
    border: 1px solid #F25C30;
    background: rgba(242, 92, 48, 0.08);
}

.avp-btn {
    margin-top: 30px;
    display: inline-block;
    padding: 14px 28px;
    background: #F25C30;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.avp-btn:hover {
    background: white;
    color: #0B0F19;
}

@media (max-width: 992px) {
    .avp-grid {
        grid-template-columns: 1fr;
    }
}
/* SECCIÓN DIAGNÓSTICO ESTRATÉGICO */

.avp-diagnostico {
  padding: 120px 20px;
  background: linear-gradient(180deg, #0B0F19 0%, #0E1422 100%);
  text-align: center;
}

.avp-container {
  max-width: 900px;
  margin: 0 auto;
}

.avp-diagnostico h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 30px;
}

.avp-subtext {
  font-size: 18px;
  color: #94a3b8;
  line-height: 1.7;
  margin-bottom: 60px;
}

.avp-diagnostico-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
  text-align: left;
}

.avp-diagnostico-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.avp-diagnostico-item span {
  color: #F25C30;
  font-weight: bold;
}

.avp-btn-diagnostico {
  display: inline-block;
  padding: 16px 40px;
  background: #F25C30;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 8px;
  transition: 0.3s ease;
}

.avp-btn-diagnostico:hover {
  background: #ff7a4d;
}

/* Responsive */

@media (max-width: 768px) {
  .avp-diagnostico-grid {
    grid-template-columns: 1fr;
  }
}
/* ===== FORMULARIO AVP ===== */

.avp-form-section {
  background: #0B0F19;
  padding: 120px 20px;
}

.avp-form-container {
  max-width: 700px;
  margin: auto;
}

.avp-form-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}

.avp-form-subtitle {
  color: #94a3b8;
  margin-bottom: 50px;
  line-height: 1.6;
}

.avp-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.avp-field label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  color: #94a3b8;
}

.avp-field input,
.avp-field select {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #1e293b;
  background: rgba(30, 41, 59, 0.5);
  color: white;
  font-size: 14px;
}

.avp-field input:focus,
.avp-field select:focus {
  border-color: #F25C30;
  outline: none;
}

.avp-submit {
  margin-top: 20px;
  padding: 18px;
  border: none;
  border-radius: 40px;
  background: linear-gradient(135deg, #2524BA, #F25C30);
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.3s ease;
}

.avp-submit:hover {
  transform: scale(1.03);
}
/* ============================= */
/* AJUSTES GENERALES DE TAMAÑO */
/* ============================= */

.avp-hero h1 {
  font-size: 56px;
  line-height: 1.1;
}

.avp-hero p {
  font-size: 18px;
  opacity: 0.8;
  max-width: 650px;
}

.avp-section {
  padding: 120px 0;
}

.avp-section h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.avp-subtext {
  font-size: 18px;
  opacity: 0.7;
  margin-bottom: 60px;
}

/* ============================= */
/* PROTOCOLO AJUSTE */
/* ============================= */

.avp-checklist li {
  font-size: 17px;
  margin-bottom: 14px;
}

.avp-btn-large {
  padding: 18px 36px;
  font-size: 16px;
}

/* ============================= */
/* FORMULARIO PREMIUM RESTAURADO */
/* ============================= */

.avp-form {
  max-width: 600px;
  margin: 60px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.avp-form input,
.avp-form select {
  padding: 18px 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  font-size: 15px;
  color: #fff;
  outline: none;
  transition: all 0.3s ease;
}

.avp-form input:focus,
.avp-form select:focus {
  border-color: #ff6a00;
  background: rgba(255,255,255,0.06);
}

.avp-form button {
  margin-top: 20px;
  padding: 18px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
/* ===== CORRECCIÓN VISUAL SELECT FORMULARIO ===== */

.avp-form select {
  background-color: #111827; /* fondo oscuro consistente */
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.1);
}

.avp-form select option {
  color: #000000; /* texto visible en el desplegable */
  background-color: #ffffff;
}

/* Mejor experiencia hover */
.avp-form select:focus {
  outline: none;
  border-color: #3b82f6;
}
https://adsvisualpro.com/wp-login.php?redirect_to=https%3A%2F%2Fadsvisualpro.com%2Fwp-admin%2F&reauth=1
/* ===== AJUSTE INGENIERÍA AVP ===== */

/* HERO más contundente */
.avp-hero h1 {
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -1px;
}

.avp-hero p {
  font-size: 20px;
  color: #cbd5e1;
  max-width: 720px;
  line-height: 1.7;
}

/* Secciones más sólidas */
.avp-ejecucion h2,
.avp-niveles h2,
.avp-diagnostico h2 {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

/* Texto descriptivo más legible */
.avp-section-text,
.avp-subtext {
  font-size: 19px;
  color: #cbd5e1;
  line-height: 1.8;
}

/* Cards más robustas */
.avp-card {
  background: #0f172a;
  border: 1px solid #1e293b;
  border-radius: 18px;
}

.avp-card h3 {
  font-size: 22px;
  font-weight: 800;
}

/* Botones menos marketing, más sistema */
.avp-btn,
.avp-btn-diagnostico {
  border-radius: 6px;
  letter-spacing: 1px;
  font-weight: 800;
}
/* ===== SISTEMA PROGRESIVO INGENIERÍA ===== */

/* Numeración más técnica */
.avp-card h3 {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Separación visual tipo sistema */
.avp-card {
  position: relative;
  overflow: hidden;
}

.avp-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #2524BA;
}

/* Nivel destacado más núcleo */
.avp-highlight {
  border: 1px solid #F25C30;
  background: #111827;
  transform: scale(1.04);
}

/* Reducir sensación de texto largo */
.avp-card p {
  font-size: 15px;
  color: #94a3b8;
  line-height: 1.6;
}