.elementor-1764 .elementor-element.elementor-element-9dd80dd{--display:flex;}.elementor-1764 .elementor-element.elementor-element-9761cd5{--display:flex;}.elementor-1764 .elementor-element.elementor-element-99693ad{--display:flex;}.elementor-1764 .elementor-element.elementor-element-78f6fc0{--display:flex;}.elementor-1764 .elementor-element.elementor-element-6e6c486{--display:flex;}.elementor-1764 .elementor-element.elementor-element-2ddfd8f{--display:flex;}.elementor-1764 .elementor-element.elementor-element-3a2c9b3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-283db50 */.vp-hero {
  padding: 3rem 1.5rem;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  overflow: hidden;
  
}

.vp-hero-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 2rem;
  align-items: center;
}

.vp-hero-content {
  padding-right: 1.5rem;
}

.vp-hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1E293B;
  margin: 0 0 1.25rem;
  line-height: 1.1;
}

.vp-hero-text {
  font-size: 1.125rem;
  color: #64748B;
  line-height: 1.7;
  margin: 0 0 2rem;
}

.vp-hero-text strong {
  color: #1E3A8A;
  font-weight: 600;
}

.vp-hero-features {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-bottom: 2rem;
}

.vp-hero-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.0625rem;
  color: #1E293B;
  font-weight: 500;
}

.vp-hero-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #22C55E;
  color: white;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 700;
  flex-shrink: 0;
}

.vp-hero-cta {
  margin-top: 2rem;
}

.vp-hero-image {
  position: relative;
  width: 100%;
}

.vp-hero-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
  display: block;
}

.vp-btn {
  display: inline-block;
  padding: 1.125rem 2.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-align: center;
}

.vp-btn--primary {
  background: #1E3A8A;
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(30, 58, 138, 0.35);
}

.vp-btn--primary:hover {
  background: #205FAA;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(30, 58, 138, 0.45);
}

@media (max-width: 968px) {
  .vp-hero-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .vp-hero-content {
    padding-right: 0;
    order: 2;
  }
  
  .vp-hero-image {
    order: 1;
  }
  
  .vp-hero-title {
    font-size: 2.25rem;
  }
  
  .vp-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .vp-hero {
    padding: 2rem 1rem;
  }
  
  .vp-hero-title {
    font-size: 1.875rem;
  }
  
  .vp-hero-text {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ce628e */.vp-benefits {
  padding: 4rem 1.5rem;
  background: #FFFFFF;
}

.vp-benefits-container {
  max-width: 1200px;
  margin: 0 auto;
}

.vp-benefits-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffd203 !important;
  text-align: center;
  margin: 0 0 3rem;
  line-height: 1.3;
}

.vp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.vp-benefit-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}

.vp-benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.vp-benefit-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  background: #F1F5F9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vp-benefit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vp-benefit-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #1E293B;
  margin: 0 0 0.75rem;
}

.vp-benefit-text {
  font-size: 1rem;
  color: #64748B;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .vp-benefits {
    padding: 3rem 1rem;
  }
  
  .vp-benefits-title {
    font-size: 1.875rem;
  }
  
  .vp-benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18574b8 */.vp-dual {
  padding: 4rem 1.5rem;
  background: #F1F5F9;
}

.vp-dual-container {
  max-width: 1200px;
  margin: 0 auto;
}

.vp-dual-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffd203 !important;
  text-align: center;
  margin: 0 0 3rem;
  line-height: 1.3;
}

.vp-dual-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.vp-dual-card {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-left: 4px solid #1E3A8A;
}

.vp-dual-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.vp-dual-image {
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: #e2e8f0;
}

.vp-dual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.vp-dual-card:hover .vp-dual-img {
  transform: scale(1.05);
}

.vp-dual-content {
  padding: 2rem;
}

.vp-dual-badge {
  display: inline-block;
  background: #F1F5F9;
  color: #1E3A8A;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.vp-dual-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1E293B;
  margin: 0 0 1rem;
}

.vp-dual-text {
  font-size: 1rem;
  color: #64748B;
  line-height: 1.6;
  margin: 0 0 0.75rem;
}

.vp-dual-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .vp-dual {
    padding: 3rem 1rem;
  }
  
  .vp-dual-title {
    font-size: 1.875rem;
  }
  
  .vp-dual-grid {
    grid-template-columns: 1fr;
  }
  
  .vp-dual-image {
    height: 280px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11bb7be */.vp-local {
  padding: 4rem 1.5rem;
  background: #FFFFFF;
}

.vp-local-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3rem;
  align-items: center;
}

.vp-local-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffd203 !important;
  margin: 0 0 1.5rem;
  line-height: 1.3;
}

.vp-local-text {
  font-size: 1.0625rem;
  color: #64748B;
  line-height: 1.7;
  margin: 0 0 1rem;
}

.vp-local-text strong {
  color: #1E3A8A;
  font-weight: 600;
}

.vp-local-features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 2rem 0;
}

.vp-local-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #1E293B;
  font-weight: 500;
}

.vp-local-cta {
  margin-top: 2rem;
}

.vp-local-image {
  position: relative;
  width: 100%;
}

.vp-local-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  display: block;
}

.vp-btn {
  display: inline-block;
  padding: 1.125rem 2.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-align: center;
}

.vp-btn--primary {
  background: #1E3A8A;
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(30, 58, 138, 0.35);
}

.vp-btn--primary:hover {
  background: #205FAA;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(30, 58, 138, 0.45);
}

@media (max-width: 968px) {
  .vp-local-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .vp-local-content {
    order: 2;
  }
  
  .vp-local-image {
    order: 1;
  }
  
  .vp-local-title {
    font-size: 1.875rem;
  }
  
  .vp-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .vp-local {
    padding: 3rem 1rem;
  }
  
  .vp-local-title {
    font-size: 1.625rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8cadfc0 */.vp-process {
  padding: 4rem 1.5rem;
  background: #F1F5F9;
 
}

.vp-process-container {
  max-width: 1400px;
  margin: 0 auto;
}

.vp-process-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffd203 !important;
  text-align: center;
  margin: 0 0 1rem;
  line-height: 1.3;
}

.vp-process-intro {
  font-size: 1.0625rem;
  color: #64748B;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

.vp-process-intro strong {
  color: #1E3A8A;
  font-weight: 600;
}

.vp-process-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.vp-process-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.vp-process-step {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  border-top: 3px solid #22C55E;
  transition: all 0.3s ease;
}

.vp-process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.vp-process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #1E3A8A;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.vp-process-text {
  font-size: 1rem;
  color: #1E293B;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
  margin-bottom: 3%;
}

.vp-process-image {
  position: relative;
  width: 100%;
}

.vp-process-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  display: block;
}

@media (max-width: 968px) {
  .vp-process-wrapper {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .vp-process-steps {
    order: 2;
    grid-template-columns: 1fr;
  }
  
  .vp-process-image {
    order: 1;
  }
  
  .vp-process-title {
    font-size: 1.875rem;
  }
}

@media (max-width: 480px) {
  .vp-process {
    padding: 3rem 1rem;
  }
  
  .vp-process-title {
    font-size: 1.625rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b31f200 */.vp-marbella-expansion {
  padding: 4rem 1.5rem;
  background: #F8FAFC;
}

.vp-marbella-expansion-container {
  max-width: 1200px;
  margin: 0 auto;
}

.vp-marbella-expansion-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1E293B;
  text-align: center;
  margin: 0 0 2.5rem;
  line-height: 1.3;
}

.vp-highlight {
  background: #FFD203;
  color: #1E293B;
  padding: 0 0.5rem;
  border-radius: 4px;
  display: inline-block;
}

.vp-marbella-intro {
  max-width: 900px;
  margin: 0 auto 3rem;
  background: #FFFFFF;
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid #1E3A8A;
}

.vp-marbella-intro-text {
  font-size: 1.0625rem;
  color: #64748B;
  line-height: 1.7;
  margin: 0 0 1.25rem;
}

.vp-marbella-intro-text:last-child {
  margin-bottom: 0;
}

.vp-marbella-intro-text strong {
  color: #1E3A8A;
  font-weight: 600;
}

.vp-marbella-beneficios-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1E293B;
  text-align: center;
  margin: 0 0 3rem;
  line-height: 1.3;
}

.vp-marbella-beneficios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.vp-beneficio-marbella {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s ease;
  border-left: 4px solid #22C55E;
}

.vp-beneficio-marbella:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-left-color: #FFD203;
}

.vp-beneficio-marbella-numero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #1E3A8A;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.vp-beneficio-marbella:hover .vp-beneficio-marbella-numero {
  background: #FFD203;
  color: #1E293B;
}

.vp-beneficio-marbella-titulo {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1E293B;
  margin: 0 0 1rem;
  line-height: 1.3;
}

.vp-beneficio-marbella-texto {
  font-size: 0.9375rem;
  color: #64748B;
  line-height: 1.6;
  margin: 0;
}

.vp-beneficio-marbella-texto strong {
  color: #1E3A8A;
  font-weight: 600;
}

.vp-marbella-zonas {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 2.5rem;
  margin-bottom: 3rem;
}

.vp-marbella-zonas-titulo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1E293B;
  text-align: center;
  margin: 0 0 2rem;
  line-height: 1.3;
}

.vp-marbella-zonas-lista {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.vp-zona-marbella {
  padding: 1rem 1.25rem;
  background: #F1F5F9;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #1E293B;
  transition: all 0.3s ease;
}

.vp-zona-marbella:hover {
  background: #E2E8F0;
  transform: translateX(4px);
}

.vp-marbella-expansion-nota {
  font-size: 1rem;
  color: #64748B;
  line-height: 1.7;
  margin: 0;
  text-align: center;
  padding: 2rem;
  background: #FFFFFF;
  border-radius: 12px;
  border-left: 4px solid #1E3A8A;
}

.vp-marbella-expansion-nota strong {
  color: #1E3A8A;
  font-weight: 600;
}

.vp-marbella-expansion-nota a {
  color: #1E3A8A;
  text-decoration: underline;
  transition: color 0.3s ease;
  font-weight: 600;
}

.vp-marbella-expansion-nota a:hover {
  color: #205FAA;
}

@media (max-width: 768px) {
  .vp-marbella-expansion {
    padding: 3rem 1rem;
  }
  
  .vp-marbella-expansion-title {
    font-size: 1.625rem;
  }
  
  .vp-marbella-intro {
    padding: 1.5rem;
  }
  
  .vp-marbella-beneficios-title {
    font-size: 1.5rem;
  }
  
  .vp-marbella-beneficios-grid {
    grid-template-columns: 1fr;
  }
  
  .vp-marbella-zonas {
    padding: 2rem 1.5rem;
  }
  
  .vp-marbella-zonas-titulo {
    font-size: 1.25rem;
  }
  
  .vp-marbella-zonas-lista {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .vp-marbella-expansion-nota {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .vp-marbella-expansion-title {
    font-size: 1.5rem;
  }
  
  .vp-marbella-beneficios-title {
    font-size: 1.375rem;
  }
  
  .vp-marbella-zonas-lista {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9af4cf */.vp-cta-final {
  position: relative;
  padding: 6rem 1.5rem;
  background-image: url("https://viveprotegido.es/wp-content/uploads/2026/01/luxury-architecture-exterior-design-1-scaled.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  overflow: hidden;
}

.vp-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.92) 0%, rgba(32, 95, 170, 0.88) 100%);
  z-index: 1;
}

.vp-cta-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.vp-cta-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: #FFD203 !important;
  margin: 0 0 1.5rem;
  line-height: 1.2;
}

.vp-cta-text {
  font-size: 1.375rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin: 0 0 2.5rem;
}

.vp-cta-wrapper {
  display: flex;
  justify-content: center;
}

.vp-btn--large {
  padding: 1.375rem 3rem;
  font-size: 1.25rem;
}

.vp-cta-final .vp-btn--primary {
  background: #FFFFFF;
  color: #1E3A8A;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}

.vp-cta-final .vp-btn--primary:hover {
  background: #F1F5F9;
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .vp-cta-final {
    padding: 4rem 1rem;
    background-attachment: scroll;
  }
  
  .vp-cta-title {
    font-size: 2rem;
  }
  
  .vp-cta-text {
    font-size: 1.125rem;
  }
  
  .vp-btn--large {
    width: 100%;
    padding: 1.25rem 2rem;
  }
}

@media (max-width: 480px) {
  .vp-cta-title {
    font-size: 1.75rem;
  }
  
  .vp-cta-text {
    font-size: 1rem;
  }
}/* End custom CSS */