.elementor-266 .elementor-element.elementor-element-737ead4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-266 .elementor-element.elementor-element-cbf5e6e{margin:120px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-266 .elementor-element.elementor-element-5d704a9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cbf5e6e *//* Header & Navigation */
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5%;
    max-width: 1400px;
    margin: 0 auto;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo-hex {
    width: 50px;
    height: 50px;
}

.hex-svg {
    width: 100%;
    height: 100%;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-main {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
}

.logo-sub {
    font-size: 0.9rem;
    font-weight: 600;
    color: #666;
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.nav-links a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-links a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #D4A11E;
    transition: width 0.3s ease;
}

.nav-links a:hover {
    color: #D4A11E;
}

.nav-links a:hover:after {
    width: 100%;
}

.de-blog {
  padding: 40px 20px;
  background: #f7f7f7;
}

.de-blog-inner {
  max-width: 1200px;
  margin: 0 auto;
}


/* Grid de posts */

.de-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.de-post {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}

.de-post-thumb {
  display: block;
  text-decoration: none;
}

.de-post-thumb-placeholder {
  height: 160px;
  background: linear-gradient(135deg, #e9f5ff, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0060a8;
  padding: 0 10px;
  text-align: center;
}

.de-post-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.de-post-title {
  margin: 0 0 8px;
  font-size: 18px;
}

.de-post-title a {
  color: #222;
  text-decoration: none;
}

.de-post-title a:hover {
  color: #d4a11e;
}

.de-post-excerpt {
  margin: 0 0 12px;
  font-size: 14px;
  color: #555;
  flex: 1;
}

.de-post-link {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
  color: #d4a11e;
}

/* Bloque contacto */

.de-blog-contact {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  text-align: center;
}

.de-blog-contact h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.de-blog-contact p {
  margin: 0 0 16px;
  font-size: 14px;
}

.de-blog-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.de-blog-field {
  flex: 1 1 200px;
  min-width: 180px;
}

.de-blog-field input {
  width: 100%;
  border-radius: 999px;
  border: 1px solid #ddd;
  padding: 8px 14px;
  font-size: 14px;
}

.de-blog-field input:focus {
  outline: none;
  border-color: #d4a11e;
  box-shadow: 0 0 0 2px rgba(212,161,30,0.18);
}

.de-blog-btn {
  border-radius: 999px;
  border: none;
  padding: 10px 20px;
  background: linear-gradient(90deg, #d4a11e, #f2c64b);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.de-blog-btn:hover {
  filter: brightness(1.05);
}

.de-blog-note {
  width: 100%;
  margin: 8px 0 0;
  font-size: 12px;
  color: #666;
}

/* Responsive */

@media (max-width: 1024px) {
  .de-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .de-blog-grid {
    grid-template-columns: 1fr;
  }

  .de-blog {
    padding: 28px 16px;
  }
}
/* Contact Section */
#contacto {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
}

#contacto .section-title {
    color: #fff;
}

#contacto .section-title:after {
    background: #D4A11E;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.contact-item-icon {
    font-size: 2rem;
    color: #D4A11E;
}

.contact-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.contact-item p {
    color: rgba(255,255,255,0.9);
}

.contact-form {
    background: rgba(255,255,255,0.08);
    padding: 2.5rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.7rem;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    background: rgba(255,255,255,0.95);
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #D4A11E;
    box-shadow: 0 0 0 3px rgba(212, 161, 30, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    width: 100%;
    padding: 1.2rem;
    background: #D4A11E;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-btn:hover {
    background: #B8900D;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 161, 30, 0.4);
}


/* Contact Section */
#contacto {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
}

#contacto .section-title {
    color: #fff;
}

#contacto .section-title:after {
    background: #D4A11E;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.contact-item-icon {
    font-size: 2rem;
    color: #D4A11E;
}

.contact-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.contact-item p {
    color: rgba(255,255,255,0.9);
}

.contact-form {
    background: rgba(255,255,255,0.08);
    padding: 2.5rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.7rem;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    background: rgba(255,255,255,0.95);
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #D4A11E;
    box-shadow: 0 0 0 3px rgba(212, 161, 30, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    width: 100%;
    padding: 1.2rem;
    background: #D4A11E;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-btn:hover {
    background: #B8900D;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 161, 30, 0.4);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c242b0d */.de-blog3 {
  padding: 40px 20px 60px;
  background: #ffffff;
}

.de-blog3-inner {
  max-width: 960px;
  margin: 0 auto;
}

.de-blog3-header {
  text-align: center;
  margin-bottom: 32px;
}

.de-blog3-header h1 {
  margin: 0 0 8px;
  font-size: 26px;
}

.de-blog3-header p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* Lista vertical */

.de-blog3-list {
  border-left: 2px solid #f1f5f9;
  margin-left: 10px;
}

.de-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0 18px 20px;
  position: relative;
}

.de-row::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 30px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d4a11e;
  box-shadow: 0 0 0 4px rgba(212,161,30,0.25);
}

.de-row + .de-row {
  border-top: 1px solid #f1f5f9;
}

.de-row-label {
  display: flex;
  align-items: flex-start;
}

.de-row-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #64748b;
}

.de-row-body {
  padding: 12px 18px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.de-row-title {
  margin: 0 0 8px;
  font-size: 18px;
  color: #0f172a;
}

.de-row-text {
  margin: 0 0 10px;
  font-size: 14px;
  color: #4b5563;
}

.de-row-link {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #d4a11e;
  text-decoration: none;
}

.de-row-link:hover {
  color: #b58916;
}

/* Responsive */

@media (max-width: 700px) {
  .de-blog3 {
    padding: 30px 16px 40px;
  }

  .de-blog3-list {
    border-left: none;
    margin-left: 0;
  }

  .de-row {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .de-row::before {
    display: none;
  }

  .de-row-label {
    order: -1;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4b2b4b *//* Sections*/
section {
    padding: 5rem 5%;
    max-width: 100%;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 700;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #D4A11E;
}

.section-subtitle {
    text-align: center;
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    font-style: italic;
}

/* About Section */
#nosotros {
    background: #f8f9fa;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top: 3rem;
}

.about-text h3 {
    font-size: 2rem;
    color: #1a1a2e;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.5rem;
}

.about-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-logo svg {
    filter: drop-shadow(0 10px 30px rgba(212, 161, 30, 0.3));
}





/* Blog/Tendencias Section */
#tendencias {
    background: #f8f9fa;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.blog-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.blog-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-content {
    padding: 2rem;
}

.blog-date {
    display: inline-block;
    color: #D4A11E;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-content h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #1a1a2e;
    font-weight: 700;
    line-height: 1.4;
}

.blog-content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.blog-link {
    color: #D4A11E;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.blog-link:hover {
    color: #B8900D;
}


/* Footer */
footer {
    background: #0a0a0a;
    color: #fff;
    text-align: center;
    padding: 3rem 5%;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
}

.footer-logo .logo-main {
    font-size: 1.8rem;
    font-weight: bold;
    color: #D4A11E;
    letter-spacing: 2px;
}

.footer-logo .logo-sub {
    font-size: 1rem;
    color: #999;
    letter-spacing: 1px;
}

footer p {
    color: #999;
    margin: 0.5rem 0;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .hero {
        margin-top: 60px;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        font-size: 1.2rem;
    }

    .about-content,
    .contact-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }

    section {
        padding: 3rem 5%;
    }
    
    .section-title {
        font-size: 2rem;
    }
}/* End custom CSS */