/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}

p {
  font-family: "Inter", sans-serif;
}
a {
  text-decoration-skip-ink: auto;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
button {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 2px;
}
big {
  font-size: 120%;
}
small,
sup,
sub {
  font-size: 80%;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
dd {
  margin-left: 20px;
}
kbd,
tt {
  font-family: courier;
  font-size: 12px;
}
ins {
  text-decoration: underline;
}
del,
strike,
s {
  text-decoration: line-through;
}
dt {
  font-weight: bold;
}
address,
cite,
var {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* Integral Header Styles */
.integral-header {
  background-color: #2c2c2c;
  padding: 30px 0;
  font-family: "Raleway", sans-serif;
}

.integral-header .logo-svg {
  height: 40px;
  width: auto;
  max-width: 200px;
}

.integral-header .logo-svg:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.integral-header .main-navigation .nav-link {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 20px !important;
  text-decoration: none;
  transition: all 0.3s ease;
}

.integral-header .main-navigation .nav-link:hover {
  color: #ffd700 !important;
  font-weight: 400;
}

.integral-header .main-navigation .nav-link.active {
  color: #ffd700 !important;
  font-weight: 600;
}

/* Dropdown menu styles */
.integral-header .main-navigation .dropdown-menu {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  padding: 8px 0;
  margin-top: 5px;
}

.integral-header .main-navigation .dropdown-item {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  padding: 8px 20px;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

.integral-header .main-navigation .dropdown-item:hover {
  background-color: #333;
  color: #ffd700;
  font-weight: 400;
}

.integral-header .main-navigation .dropdown-toggle::after {
  margin-left: 8px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
}

/* Mobile menu styles */
.navbar-toggler {
  border: none;
  padding: 4px 8px;
  background: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* Mobile navigation */
.mobile-nav {
  background-color: #1a1a1a;
  border-radius: 4px;
  margin-top: 10px;
  padding: 15px 0;
}

/* Mobile social icons */
.mobile-social-icons {
  padding: 15px 0;
}

.mobile-social-icons .social-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mobile-social-icons .social-icon:hover {
  background-color: #ffd700;
  color: #1a1a1a;
  transform: translateY(-2px);
}

.mobile-nav .nav-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  padding: 12px 20px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

.mobile-nav .nav-link:hover {
  color: #ffd700;
  background-color: #333;
  font-weight: 400;
}

.mobile-nav .nav-link.active {
  color: #ffd700;
  font-weight: 600;
  background-color: #333;
}

.mobile-nav .nav-link:last-child {
  border-bottom: none;
}

/* Mobile dropdown items */
.mobile-dropdown-item {
  font-size: 14px;
  padding: 8px 20px !important;
  color: #cccccc !important;
  border-bottom: 1px solid #444 !important;
}

.mobile-dropdown-item:hover {
  color: #ffd700 !important;
  background-color: #2a2a2a !important;
}

.mobile-dropdown-item:last-child {
  border-bottom: none !important;
}

/* Mobile dropdown styles */
@media (max-width: 768px) {
  .integral-header .main-navigation .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin-top: 0;
    background-color: #2a2a2a;
    border: none;
    box-shadow: none;
  }

  .integral-header .main-navigation .dropdown-item {
    padding: 10px 20px;
    border-bottom: 1px solid #333;
  }

  .integral-header .main-navigation .dropdown-item:last-child {
    border-bottom: none;
  }

  /* Hide desktop menu on mobile */
  .d-none.d-md-block {
    display: none !important;
  }

  /* Show mobile menu toggle */
  .navbar-toggler.d-md-none {
    display: block !important;
  }

  /* Mobile header layout adjustments */
  .integral-header .row {
    margin: 0;
  }

  .integral-header .col-6 {
    padding: 0 15px;
  }

  /* Mobile menu positioning */
  .integral-header .d-md-none .collapse {
    margin-top: 15px;
  }
}

/* Desktop styles */
@media (min-width: 769px) {
  .navbar-toggler.d-md-none {
    display: none !important;
  }

  .d-none.d-md-block {
    display: block !important;
  }
}

/* Extra large screens - full spacing */
@media (min-width: 1200px) {
  .integral-header .main-navigation .nav-link {
    padding: 8px 15px !important;
    font-size: 14px;
  }

  .integral-header .social-icons .social-icon {
    width: 40px;
    height: 40px;
  }

  .integral-header .social-icons .social-icon svg {
    width: 24px;
    height: 24px;
  }
}

.integral-header .social-icons .social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2c2c2c;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.integral-header .social-icons .social-icon.linkedin {
  background-color: #2c2c2c;
}

.integral-header .social-icons .social-icon.instagram {
  background-color: #2c2c2c;
  border-radius: 8px;
}

.integral-header .social-icons .social-icon:hover {
  background-color: #ffd700;
  color: #2c2c2c;
  transform: translateY(-2px);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .integral-header .logo-svg {
    height: 35px;
    max-width: 150px;
  }

  .integral-header .main-navigation .nav-link {
    font-size: 11px;
    padding: 4px 8px !important;
  }

  .integral-header .social-icons .social-icon {
    width: 35px;
    height: 35px;
  }
}

/* Main Content Styles */
.main-content {
  min-height: calc(100vh - 80px);
  padding: 20px 0;
}

/* Additional Bootstrap overrides for better integration */
.navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* Menu spacing and responsive adjustments */
.integral-header .main-navigation .nav-link {
  padding: 8px 12px !important;
  font-size: 13px;
  white-space: nowrap;
}

/* Medium screens (tablets) - prevent menu wrapping */
@media (min-width: 769px) and (max-width: 1199px) {
  .integral-header .main-navigation .nav-link {
    padding: 6px 8px !important;
    font-size: 12px;
  }

  .integral-header .main-navigation .nav {
    flex-wrap: nowrap;
  }

  .integral-header .social-icons .social-icon {
    width: 35px;
    height: 35px;
  }

  .integral-header .social-icons .social-icon svg {
    width: 20px;
    height: 20px;
  }
}

/* Large tablets and small desktops - optimize for single line */
@media (min-width: 992px) and (max-width: 1199px) {
  .integral-header .main-navigation .nav-link {
    padding: 8px 10px !important;
    font-size: 13px;
  }

  .integral-header .main-navigation .nav {
    justify-content: center;
    flex-wrap: nowrap;
  }

  .integral-header .container {
    max-width: 100%;
    padding: 0 15px;
  }

  .integral-header .row {
    margin: 0;
  }

  .integral-header .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .integral-header .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

/* Arquitectura Template Styles */
.hero-section-arquitectura {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(26, 26, 26, 0.8) 0%,
    rgba(44, 44, 44, 0.6) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 60px 0;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #ffffff;
}

.hero-description {
  margin-bottom: 3rem;
}

.hero-description p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #ffffff;
  opacity: 0.9;
}

.btn-hero {
  background-color: #ffd700;
  color: #1a1a1a;
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.btn-hero:hover {
  background-color: #e6c200;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

/* Content Sections */
.content-sections-arquitectura {
  background-color: #1a1a1a;
  padding: 80px 0;
}

.content-text-area {
  padding: 40px 0;
}

.content-subsection {
  margin-bottom: 3rem;
}

.content-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.content-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 0;
}

.content-cta {
  margin-top: 2rem;
}

.btn-content {
  background-color: #ffd700;
  color: #1a1a1a;
  border: none;
  padding: 12px 35px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.btn-content:hover {
  background-color: #e6c200;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.content-image-area {
  position: relative;
  padding: 40px 0;
}

.decorative-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffd700;
}

.content-image {
  margin-top: 20px;
}

.content-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 4px;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.content-image img:hover {
  filter: grayscale(0%);
  transform: scale(1.02);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-description p {
    font-size: 1rem;
  }

  .content-sections-arquitectura {
    padding: 60px 0;
  }

  .content-text-area {
    padding: 20px 0;
  }

  .content-image img {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }

  .btn-hero,
  .btn-content {
    padding: 12px 25px;
    font-size: 0.9rem;
  }
}

/* Footer Styles */
.integral-footer {
  background-color: #2c2c2c;
  padding: 60px 0;
  font-family: "Raleway", sans-serif;
}

.footer-left {
  text-align: left;
}

.footer-title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo-svg {
  height: 50px;
  width: auto;
  max-width: 250px;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social .social-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2c2c2c;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
}

.footer-social .social-icon:hover {
  background-color: #ffd700;
  color: #2c2c2c;
  transform: translateY(-3px);
  border-color: #ffd700;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2c2c2c;
  border-radius: 50%;
  color: #ffffff;
  flex-shrink: 0;
}

.contact-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

.contact-text span {
  line-height: 1.4;
}

/* Footer Mobile Responsiveness */
@media (max-width: 768px) {
  .integral-footer {
    padding: 40px 0;
  }

  .footer-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .footer-logo-svg {
    height: 40px;
    max-width: 200px;
  }

  .footer-social {
    justify-content: center;
    margin-bottom: 30px;
  }

  .footer-social .social-icon {
    width: 45px;
    height: 45px;
  }

  .footer-left {
    text-align: center;
  }

  .footer-contact {
    gap: 20px;
  }

  .contact-item {
    justify-content: center;
    text-align: center;
  }

  .contact-text {
    font-size: 14px;
  }
}

/* ===== HOME PAGE STYLES ===== */

/* Hero Section */
.hero-section {
  background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 90vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(44, 44, 44, 0.8) 0%,
    rgba(26, 26, 26, 0.6) 100%
  );
  z-index: 1;
}

.hero-content {
  padding: 80px 40px;
  color: #ffffff;
  z-index: 2;
  position: relative;
  max-width: 800px;
}

.hero-logo {
  margin-bottom: 40px;
}

.hero-logo-svg {
  height: 60px;
  width: auto;
  max-width: 300px;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
}

.hero-subtitle {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.9;
  font-family: "Inter", sans-serif;
}

.btn-hero {
  background-color: #f4b958;
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
  font-family: "Raleway", sans-serif;
}

.btn-hero:hover {
  background-color: #e0a84f;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(247, 183, 49, 0.3);
}

/* Financial Clarity Section */
.financial-clarity-section {
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
  min-height: 100vh;
}

.clarity-content {
  padding: 80px 40px;
  color: #ffffff;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
}

.section-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #ffffff;
  opacity: 0.9;
  font-family: "Inter", sans-serif;
}

.btn-section {
  background-color: #f4b958;
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
  font-family: "Raleway", sans-serif;
}

.btn-section:hover {
  background-color: #e0a84f;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(247, 183, 49, 0.3);
}

.clarity-image {
  padding: 0;
}

.clarity-bg-image {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.clarity-bg-image img {
  width: 100%;
  height: calc(100% - 180px);
  object-fit: cover;
  filter: grayscale(100%) contrast(1.2);
  position: absolute;
  top: 180px;
  left: 0;
}

.orange-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8%;
  background-color: #f4b958;
  z-index: 2;
}

/* Strategic Services Section */
.strategic-services-section {
  background-color: #ffffff;
  padding: 0;
}

.services-image {
  padding: 0;
}

.services-bg-image {
  height: 70vh;
  overflow: hidden;
}

.services-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.2);
}

.services-content {
  padding: 120px;
}

.section-title-dark {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
  color: #706f6f;
}

.section-description-dark {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #706f6f;
  opacity: 0.8;
  font-family: "Inter", sans-serif;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.service-icon {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 2px solid #2c2c2c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c2c2c;
  flex-shrink: 0;
}

.service-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c2c2c;
  margin: 0;
  font-family: "Inter", sans-serif;
}

/* Convert Challenges Section */
.convert-challenges-section {
  background-color: #ffffff;
  padding: 100px 0;
}

.btn-dark {
  background-color: #2c2c2c;
  border: none;
  color: #ffffff;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.btn-dark:hover {
  background-color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(44, 44, 44, 0.3);
}

/* Testimonials Section */
.testimonials-section {
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
  padding: 100px 0;
  position: relative;
}

.testimonials-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  filter: grayscale(100%);
}

.testimonials-section .container {
  position: relative;
  z-index: 2;
}

.testimonials-grid {
  margin-top: 60px;
}

.testimonial-card {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #f4b958;
  padding: 40px 30px;
  border-radius: 10px;
  height: 100%;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(244, 185, 88, 0.2);
}

.testimonial-text {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 25px;
  font-style: italic;
  font-family: "Inter", sans-serif;
}

.testimonial-author {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  font-family: "Raleway", sans-serif;
}

/* Clients Section */
.clients-section {
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
  padding: 100px 0;
}

.clients-carousel {
  margin-top: 60px;
}

.client-logo {
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.client-logo:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.client-logo h4 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
}

.client-logo p {
  color: #ffffff;
  font-size: 0.9rem;
  opacity: 0.8;
  margin: 0;
}

/* Carousel Styles */
.clients-carousel-wrapper {
  margin-top: 60px;
}

.clients-carousel-container {
  overflow: hidden;
  position: relative;
}

.clients-carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.clients-page {
  flex: 0 0 100%;
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.carousel-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 15px;
}

.carousel-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.carousel-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.carousel-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}

.carousel-btn:disabled:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: none;
}

.carousel-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.carousel-dot:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: scale(1.2);
}

.carousel-dot.active {
  background: #ffffff;
  transform: scale(1.3);
}

.carousel-dot.active:hover {
  transform: scale(1.4);
}

.btn-outline-light {
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.btn-outline-light:hover {
  background-color: #ffffff;
  color: #2c2c2c;
  transform: translateY(-2px);
}

/* News Page Styles */
.news-header-section {
  background: linear-gradient(135deg, #2c2c2c 0%, #404040 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.news-header-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.news-main-title {
  font-size: 2.5rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
  position: relative;
  z-index: 2;
}

.news-page-title {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  position: relative;
  z-index: 2;
}

.news-subtitle {
  font-size: 1.2rem;
  color: #ffffff;
  opacity: 0.9;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  position: relative;
  z-index: 2;
}

.news-content-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.news-article {
  background: #ffffff;
  border-radius: 0;
  border-top: 20px solid #f4b958;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.news-article:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.news-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-article:hover .news-image img {
  transform: scale(1.05);
}

.news-placeholder-image {
  width: 100%;
  height: 100%;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-content {
  padding: 25px;
}

.news-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 15px;
  line-height: 1.4;
  font-family: "Raleway", sans-serif;
}

.news-excerpt {
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}

.news-read-more {
  color: #2c2c2c;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  font-family: "Inter", sans-serif;
  transition: color 0.3s ease;
}

.news-read-more:hover {
  color: #f4b958;
  text-decoration: none;
}

.news-image-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.news-image-link:hover {
  text-decoration: none;
  color: inherit;
}

.news-title-link {
  color: #2c2c2c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.news-title-link:hover {
  color: #f4b958;
  text-decoration: none;
}

.news-pagination {
  margin-top: 50px;
}

.news-pagination .pagination {
  margin: 0;
}

.news-pagination .page-link {
  color: #2c2c2c;
  border: 1px solid #e9ecef;
  padding: 10px 15px;
  margin: 0 2px;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
}

.news-pagination .page-link:hover {
  background-color: #f4b958;
  border-color: #f4b958;
  color: #ffffff;
}

.news-pagination .page-item.active .page-link {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  color: #ffffff;
}

.news-pagination .page-item.disabled .page-link {
  color: #6c757d;
  background-color: #ffffff;
  border-color: #e9ecef;
  cursor: not-allowed;
  opacity: 0.6;
}

.news-pagination .page-item:first-child .page-link,
.news-pagination .page-item:last-child .page-link {
  border-radius: 4px;
}

/* Mobile Responsiveness for News Page */
@media (max-width: 768px) {
  .news-header-section {
    padding: 60px 0;
  }

  .news-main-title {
    font-size: 2rem;
  }

  .news-page-title {
    font-size: 2.8rem;
  }

  .news-subtitle {
    font-size: 1rem;
  }

  .news-content-section {
    padding: 50px 0;
  }

  .news-content {
    padding: 20px;
  }

  .news-title {
    font-size: 1.2rem;
  }

  .news-excerpt {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .news-header-section {
    padding: 40px 0;
  }

  .news-main-title {
    font-size: 1.8rem;
  }

  .news-page-title {
    font-size: 2.2rem;
  }

  .news-subtitle {
    font-size: 0.9rem;
  }

  .news-content-section {
    padding: 40px 0;
  }

  .news-image {
    height: 180px;
  }

  .news-content {
    padding: 15px;
  }

  .news-title {
    font-size: 1.1rem;
  }

  .news-excerpt {
    font-size: 0.85rem;
  }

  .news-pagination .page-link {
    padding: 8px 12px;
    font-size: 0.9rem;
  }
}

.single-sell-header-section {
  background: linear-gradient(135deg, #2c2c2c 0%, #404040 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.single-sell-header-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.single-sell-logo {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.single-sell-logo-svg {
  height: 60px;
  width: auto;
}

.single-sell-title {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  position: relative;
  z-index: 2;
  line-height: 1.2;
}

/* Single sell Template Styles */
.single-sell-header-section {
  background: linear-gradient(135deg, #2c2c2c 0%, #404040 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.single-post-header-section {
  padding: 100px 0;
}

.single-post-logo {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.single-post-logo-svg {
  height: 60px;
  width: auto;
}

.single-post-title {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  position: relative;
  z-index: 2;
  line-height: 1.2;
}

.single-post-content-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.single-post-content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.single-post-article {
  max-width: 800px;
  margin: 0 auto;
}

.single-post-meta {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

.publication-date {
  font-size: 0.9rem;
  color: #666666;
  font-family: "Inter", sans-serif;
  font-style: italic;
}

.single-post-featured-image {
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.single-post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post-content {
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  color: #2c2c2c;
  font-size: 1.1rem;
}

.single-post-content h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2c2c2c;
  margin: 40px 0 20px 0;
  line-height: 1.3;
}

.single-post-content h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c2c2c;
  margin: 30px 0 15px 0;
  line-height: 1.3;
}

.single-post-content p {
  margin-bottom: 20px;
  text-align: justify;
}

.single-post-content ul,
.single-post-content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.single-post-content li {
  margin-bottom: 8px;
}

.single-post-cta {
  margin-top: 50px;
  padding: 30px;
  background-color: #f8f9fa;
  border-left: 4px solid #f4b958;
  border-radius: 0 8px 8px 0;
}

.single-post-cta p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #2c2c2c;
}

.single-post-cta a {
  color: #f4b958;
  text-decoration: none;
  font-weight: 600;
}

.single-post-cta a:hover {
  text-decoration: underline;
}

.single-post-contact-section {
  background-color: #2c2c2c;
  padding: 80px 0;
  color: #ffffff;
}

.single-post-contact-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
}

.single-post-contact-logo {
  margin-bottom: 30px;
}

.single-post-contact-logo-svg {
  height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
}

.single-post-social-icons {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.single-post-social-icons .social-icon {
  color: #ffffff;
  transition: color 0.3s ease;
}

.single-post-social-icons .social-icon:hover {
  color: #f4b958;
}

.single-post-contact-info {
  padding-left: 20px;
}

.single-post-contact-info .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.single-post-contact-info .contact-icon {
  margin-right: 15px;
  color: #f4b958;
}

.single-post-contact-info .contact-text {
  color: #ffffff;
  font-family: "Inter", sans-serif;
}

.single-post-contact-info .contact-text span {
  font-size: 1rem;
}

/* Mobile Responsiveness for Single Post */
@media (max-width: 768px) {
  .single-post-header-section {
    padding: 60px 0;
  }

  .single-post-logo-svg {
    height: 50px;
  }

  .single-post-title {
    font-size: 2.2rem;
  }

  .single-post-content-section {
    padding: 50px 0;
  }

  .single-post-content {
    font-size: 1rem;
  }

  .single-post-content h2 {
    font-size: 1.5rem;
  }

  .single-post-content h3 {
    font-size: 1.2rem;
  }

  .single-post-contact-section {
    padding: 50px 0;
  }

  .single-post-contact-title {
    font-size: 2rem;
  }

  .single-post-contact-logo-svg {
    height: 40px;
  }

  .single-post-contact-info {
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .single-post-header-section {
    padding: 40px 0;
  }

  .single-post-logo-svg {
    height: 40px;
  }

  .single-post-title {
    font-size: 1.8rem;
  }

  .single-post-content-section {
    padding: 40px 0;
  }

  .single-post-content {
    font-size: 0.95rem;
  }

  .single-post-content h2 {
    font-size: 1.3rem;
  }

  .single-post-content h3 {
    font-size: 1.1rem;
  }

  .single-post-cta {
    padding: 20px;
  }

  .single-post-cta p {
    font-size: 1rem;
  }

  .single-post-contact-section {
    padding: 40px 0;
  }

  .single-post-contact-title {
    font-size: 1.8rem;
  }

  .single-post-contact-logo-svg {
    height: 35px;
  }
}

/* Contact Section */
.contact-section {
  background-color: #f4b958;
}

.contact-content {
  padding: 80px 40px;
  color: #2c2c2c;
}

.section-title-contact {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
  color: #2c2c2c;
}

.section-description-contact {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #2c2c2c;
  opacity: 0.9;
  font-family: "Inter", sans-serif;
}

.contact-form {
  padding: 80px 40px;
}

.integral-contact-form .form-control {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 0;
  padding: 15px 20px;
  font-size: 1rem;
  color: #2c2c2c;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}

.integral-contact-form .form-control:focus {
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(44, 44, 44, 0.2);
  border: none;
}

.integral-contact-form .form-control::placeholder {
  color: #666;
  font-weight: 400;
}

.btn-form {
  background-color: #2c2c2c;
  border: none;
  color: #ffffff;
  padding: 15px 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
}

.btn-form:hover {
  background-color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(44, 44, 44, 0.3);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .section-title,
  .section-title-dark,
  .section-title-contact {
    font-size: 2.2rem;
  }

  .hero-content,
  .clarity-content,
  .services-content,
  .contact-content,
  .contact-form {
    padding: 40px 20px;
  }

  .hero-bg-image,
  .clarity-bg-image,
  .services-bg-image {
    height: 50vh;
  }

  .services-list {
    gap: 20px;
  }

  .service-item {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .testimonial-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .client-logo {
    margin-bottom: 20px;
  }
}

/* Carousel Responsive Styles */
@media (max-width: 768px) {
  .carousel-navigation {
    gap: 12px;
  }

  .carousel-btn {
    width: 32px;
    height: 32px;
  }

  .carousel-dots {
    gap: 6px;
  }

  .carousel-dot {
    width: 7px;
    height: 7px;
  }
}

@media (max-width: 576px) {
  .clients-carousel-wrapper {
    margin-top: 40px;
  }

  .carousel-navigation {
    gap: 10px;
    margin-top: 25px;
  }

  .carousel-btn {
    width: 30px;
    height: 30px;
  }

  .carousel-btn svg {
    width: 14px;
    height: 14px;
  }

  .carousel-dots {
    gap: 5px;
  }

  .carousel-dot {
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }

  .section-title,
  .section-title-dark,
  .section-title-contact {
    font-size: 1.8rem;
  }

  .btn-hero,
  .btn-section,
  .btn-dark,
  .btn-form {
    padding: 12px 30px;
    font-size: 1rem;
  }
}

/* ===== NOSOTROS PAGE STYLES ===== */

/* Nosotros Hero Section */
.nosotros-hero-section {
  background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 90vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.nosotros-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(44, 44, 44, 0.8) 0%,
    rgba(26, 26, 26, 0.6) 100%
  );
  z-index: 1;
}

.nosotros-hero-section .hero-content {
  padding: 80px 40px;
  color: #ffffff;
  z-index: 2;
  position: relative;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

.nosotros-hero-section .hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
}

.nosotros-hero-section .hero-subtitle {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.9;
  font-family: "Inter", sans-serif;
}

/* About Us Section */
.about-us-section {
  background-color: #ffffff;
  padding: 100px 0;
}

.about-text {
  padding-right: 60px;
}

.about-text .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
  color: #2c2c2c;
}

.about-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #2c2c2c;
  font-family: "Inter", sans-serif;
}

.about-image {
  padding: 0;
  margin: 0;
}

.team-photo {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
}

.team-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Directory Section */
.directory-section {
  background-color: #f8f9fa;
  padding: 100px 0;
}

.directory-section .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
  color: #2c2c2c;
}

.directory-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 60px;
  color: #2c2c2c;
  font-family: "Inter", sans-serif;
  max-width: 800px;
}

.team-grid {
  margin-top: 40px;
}

.team-member {
  text-align: left;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  transition: none;
  height: auto;
}

.team-member:hover {
  transform: none;
  box-shadow: none;
}

.member-photo {
  width: 100%;
  margin: 0 0 15px 0;
  border-radius: 0;
  overflow: hidden;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 8px;
  font-family: "Raleway", sans-serif;
  text-align: center;
}

.member-position {
  font-size: 0.95rem;
  color: #666;
  margin: 0;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  text-align: center;
}

/* Trust Section */
.trust-section {
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
  padding: 100px 0;
  position: relative;
}

.trust-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  filter: grayscale(100%);
}

.trust-section .container {
  position: relative;
  z-index: 2;
}

.trust-section .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 60px;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
}

.trust-features {
  margin-top: 40px;
}

.trust-card {
  text-align: center;
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid #f4b958;
  border-radius: 10px;
  height: 100%;
  transition: all 0.3s ease;
}

.trust-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(244, 185, 88, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
}

.trust-icon {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trust-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}

.trust-description {
  font-size: 1rem;
  color: #ffffff;
  opacity: 0.9;
  margin: 0;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}

/* Nosotros Contact Section */
.nosotros-contact-section {
  background-color: #f4b958;
  padding: 100px 0;
}

.nosotros-contact-section .section-title-contact {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
  color: #2c2c2c;
}

.nosotros-contact-section .section-description-contact {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #2c2c2c;
  opacity: 0.9;
  font-family: "Inter", sans-serif;
}

/* Mobile Responsiveness for Nosotros */
@media (max-width: 768px) {
  .nosotros-hero-section .hero-title {
    font-size: 2.5rem;
  }

  .nosotros-hero-section .hero-subtitle {
    font-size: 1.1rem;
  }

  .about-text {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .about-image {
    padding-left: 0;
  }

  .about-text .section-title,
  .directory-section .section-title,
  .trust-section .section-title {
    font-size: 2.2rem;
  }

  .nosotros-hero-section .hero-content,
  .about-us-section,
  .directory-section,
  .trust-section {
    padding: 60px 20px;
  }

  .member-photo {
    width: 100px;
    height: 100px;
  }

  .member-name {
    font-size: 1.1rem;
  }

  .member-position {
    font-size: 0.9rem;
  }

  .trust-card {
    padding: 30px 15px;
    margin-bottom: 20px;
  }

  .trust-title {
    font-size: 1.1rem;
  }

  .trust-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .nosotros-hero-section .hero-title {
    font-size: 2rem;
  }

  .about-text .section-title,
  .directory-section .section-title,
  .trust-section .section-title {
    font-size: 1.8rem;
  }

  .nosotros-contact-section .section-title-contact {
    font-size: 2.2rem;
  }

  .btn-hero,
  .btn-section,
  .btn-dark,
  .btn-form {
    padding: 12px 30px;
    font-size: 1rem;
  }
}

/* ===== EXPERIENCIA PAGE STYLES ===== */

/* Experiencia Hero Section */
.experiencia-hero-section {
  background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 90vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.experiencia-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(44, 44, 44, 0.8) 0%,
    rgba(26, 26, 26, 0.6) 100%
  );
  z-index: 1;
}

.experiencia-hero-section .hero-content {
  padding: 80px 40px;
  color: #ffffff;
  z-index: 2;
  position: relative;
  max-width: 800px;
}

.experiencia-hero-section .hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
}

.experiencia-hero-section .hero-subtitle {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.9;
  font-family: "Inter", sans-serif;
}

/* Timeline Section */
.timeline-section {
  background-color: #ffffff;
  padding: 100px 0;
}

.timeline-section .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 60px;
  font-family: "Raleway", sans-serif;
  color: #2c2c2c;
  text-align: center;
}

.timeline-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.timeline-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #f4b958, #e0a84f);
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-item {
  padding: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  width: 45%;
  margin-bottom: 20px;
}

.timeline-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.timeline-item.gold-border {
  background-color: #ffffff;
  border: 3px solid #f4b958;
  margin-left: 0;
  margin-right: auto;
}

.timeline-item.dark-border {
  background-color: #f8f9fa;
  border: 3px solid #2c2c2c;
  margin-left: auto;
  margin-right: 0;
}

.timeline-item:nth-child(odd) {
  margin-left: 0;
  margin-right: auto;
}

.timeline-item:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.timeline-item:nth-child(odd)::before {
  right: -10px;
}

.timeline-item:nth-child(even)::before {
  left: -10px;
}

.timeline-item.gold-border::before {
  background-color: #f4b958;
}

.timeline-item.dark-border::before {
  background-color: #2c2c2c;
}

.timeline-year {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f4b958;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}

.timeline-item.dark-border .timeline-year {
  color: #2c2c2c;
}

.timeline-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.timeline-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  font-family: "Inter", sans-serif;
}

/* Experiencia Contact Section */
.experiencia-contact-section {
  background-color: #f4b958;
  padding: 100px 0;
}

.experiencia-contact-section .section-title-contact {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
  color: #2c2c2c;
}

.experiencia-contact-section .section-description-contact {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #2c2c2c;
  opacity: 0.9;
  font-family: "Inter", sans-serif;
}

.experiencia-contact-section .contact-form {
  padding: 0;
}

/* Mobile Responsiveness for Experiencia */
@media (max-width: 768px) {
  .experiencia-hero-section .hero-title {
    font-size: 2.5rem;
  }

  .experiencia-hero-section .hero-subtitle {
    font-size: 1.1rem;
  }

  .timeline-section .section-title {
    font-size: 2.2rem;
  }

  .timeline-container {
    gap: 30px;
  }

  .timeline-container::before {
    left: 20px;
  }

  .timeline-item {
    width: 90%;
    margin-left: 40px !important;
    margin-right: 0 !important;
  }

  .timeline-item:nth-child(odd)::before {
    right: -30px !important;
    left: auto !important;
  }

  .timeline-item:nth-child(even)::before {
    left: -30px !important;
    right: auto !important;
  }

  .timeline-item.gold-border::before {
    background-color: #f4b958;
  }

  .timeline-item.dark-border::before {
    background-color: #2c2c2c;
  }

  .experiencia-hero-section .hero-content,
  .timeline-section,
  .experiencia-contact-section {
    padding: 60px 20px;
  }

  .experiencia-contact-section .section-title-contact {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .experiencia-hero-section .hero-title {
    font-size: 2rem;
  }

  .timeline-section .section-title {
    font-size: 1.8rem;
  }

  .experiencia-contact-section .section-title-contact {
    font-size: 1.8rem;
  }

  .timeline-item {
    padding: 20px;
  }

  .timeline-year {
    font-size: 1.3rem;
  }

  .timeline-title {
    font-size: 1.1rem;
  }

  .timeline-description {
    font-size: 0.9rem;
  }
}

/* Statistics Section */
.statistics-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.stat-item {
  padding: 20px;
}

.stat-number {
  font-size: 4rem;
  font-weight: bold;
  color: #d4af37;
  margin-bottom: 15px;
  line-height: 1;
  font-family: "Raleway", sans-serif;
}

.stat-label {
  font-size: 1.1rem;
  color: #333333;
  font-weight: 500;
  margin: 0;
}

/* Companies Section */
.companies-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.companies-title {
  font-size: 1.8rem;
  color: #333333;
  margin-bottom: 40px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}

.companies-box {
  background-color: #ffffff;
  border: 2px solid #333333;
  padding: 40px 30px;
  border-radius: 8px;
  max-width: 500px;
  margin: 0 auto;
}

.box-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}

.box-description {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 25px;
}

.btn-companies {
  background-color: #d4af37;
  color: #ffffff;
  border: none;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
  font-family: "Raleway", sans-serif;
}

.btn-companies:hover {
  background-color: #b8941f;
  color: #ffffff;
  text-decoration: none;
}

/* Responsive adjustments for new sections */
@media (max-width: 768px) {
  .stat-number {
    font-size: 2.5rem;
  }

  .companies-title {
    font-size: 1.5rem;
  }

  .companies-box {
    padding: 30px 20px;
  }
}

/* Thank You Page Styles */
.thank-you-page {
  display: flex;
  flex-direction: column;
}

.thank-you-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

.hero-content-gracias {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
}

.hero-logo .logo-text {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 2rem;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif;
}

.thank-you-title {
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
}

.thank-you-subtitle {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4;
}

.thank-you-contact {
  background-color: #2c2c2c;
  padding: 80px 0;
  flex: 1;
}

.contact-left {
  margin-bottom: 3rem;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 2rem;
  font-family: "Raleway", sans-serif;
}

.contact-logo .logo-text {
  font-size: 2.2rem;
  font-weight: bold;
  color: white;
  margin-bottom: 2rem;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif;
}

.logo-highlight {
  color: #d4af37;
}

.contact-social {
  display: flex;
  gap: 1rem;
}

.contact-social .social-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-social .social-icon:hover {
  background-color: #d4af37;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

.contact-details {
  padding-left: 2rem;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  color: white;
}

.contact-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.contact-text {
  font-size: 1.1rem;
  color: white;
  font-weight: 300;
}

/* Responsive Design for Thank You Page */
@media (max-width: 768px) {
  .thank-you-hero {
    min-height: 50vh;
    padding: 2rem 0;
  }

  .hero-logo .logo-text {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .thank-you-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .thank-you-subtitle {
    font-size: 1.1rem;
  }

  .thank-you-contact {
    padding: 60px 0;
  }

  .contact-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .contact-logo .logo-text {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .contact-social {
    justify-content: center;
    margin-bottom: 2rem;
  }

  .contact-details {
    padding-left: 0;
  }

  .contact-item {
    margin-bottom: 1.5rem;
  }

  .contact-text {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .thank-you-title {
    font-size: 2rem;
  }

  .thank-you-subtitle {
    font-size: 1rem;
  }

  .contact-title {
    font-size: 1.8rem;
  }

  .contact-social .social-icon {
    width: 45px;
    height: 45px;
  }

  .contact-icon {
    width: 35px;
    height: 35px;
    margin-right: 1rem;
  }
}

/* CV Empresas Page Styles */
.hero-section-cv-empresas {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80")
      center/cover;
}

.hero-section-cv-empresas .hero-content {
  text-align: center;
  color: white;
}

.hero-section-cv-empresas .hero-logo {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

.hero-section-cv-empresas .hero-title {
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.companies-listing-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.companies-main-title {
  font-size: 2.5rem;
  font-weight: 300;
  color: #333;
  margin-bottom: 60px;
  line-height: 1.3;
  font-family: "Raleway", sans-serif;
}

.companies-grid {
  margin-top: 40px;
}

.company-card {
  background: white;
  padding: 30px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.company-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.company-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  text-align: left;
  font-family: "Raleway", sans-serif;
}

.company-description {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 25px;
  flex-grow: 1;
  text-align: left;
  font-family: "Inter", sans-serif;
}

.btn-company {
  background: none;
  border: none;
  color: #ff6b35;
  font-weight: 500;
  font-size: 0.95rem;
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.3s ease;
  text-align: left;
  align-self: flex-start;
  font-family: "Raleway", sans-serif;
}

.btn-company:hover {
  color: #e55a2b;
  text-decoration: none;
}

.investment-opportunities-section {
  background-color: #f8f9fa;
  padding: 60px 0 80px 0;
}

.investment-card {
  background: white;
  padding: 30px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.investment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.investment-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  text-align: left;
  font-family: "Raleway", sans-serif;
}

.investment-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 25px;
  flex-grow: 1;
  text-align: left;
  font-family: "Inter", sans-serif;
}

.btn-investment {
  background: none;
  border: none;
  color: #ff6b35;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.3s ease;
  text-align: left;
  align-self: flex-start;
  font-family: "Raleway", sans-serif;
}

.btn-investment:hover {
  color: #e55a2b;
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section-cv-empresas .hero-logo {
    font-size: 2rem;
  }

  .hero-section-cv-empresas .hero-title {
    font-size: 2.5rem;
  }

  .companies-main-title {
    font-size: 1.8rem;
  }

  .company-card,
  .investment-card {
    padding: 20px 15px;
  }
}
