body {
font-family: 'Open Sans', sans-serif;
color: #3A3A3A;
line-height: 1.7;
overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Playfair Display', serif;
font-weight: 700;
}

.top-bar {
background-color: #3A3A3A;
padding: 10px 0;
font-size: 11px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
}

.top-link {
color: #FFFFFF;
text-decoration: none;
transition: color 0.3s ease;
}

.top-link:hover {
color: #C4D849;
}

.top-link i {
margin-right: 6px;
font-size: 13px;
}

.main-header {
background-color: #FFFFFF;
padding: 30px 0 0;
text-align: center;
}

.logo-img {
max-height: 100px;
width: auto;
}

.tagline {
font-family: 'Playfair Display', serif;
font-style: italic;
color: #7A5FB5;
font-size: 16px;
margin-top: 10px;
margin-bottom: 20px;
}

.header-gradient {
height: 4px;
background: linear-gradient(90deg, #7A5FB5 0%, #C4D849 100%);
}

.sticky-nav {
background-color: #FFFFFF;
border-bottom: 1px solid #E0E0E0;
position: sticky;
top: 0;
z-index: 1020;
padding: 0;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.sticky-nav .nav-link {
color: #3A3A3A;
font-size: 13px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 18px 22px;
transition: all 0.3s ease;
border-bottom: 2px solid transparent;
}

.sticky-nav .nav-link:hover {
color: #7A5FB5;
border-bottom-color: #7A5FB5;
}

.navbar-toggler {
border: none;
padding: 12px;
}

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

.hero-section {
background-color: #F5F5F5;
padding: 80px 0;
}

.hero-title {
font-size: 42px;
color: #3A3A3A;
line-height: 1.2;
margin-bottom: 10px;
}

.hero-subtitle {
font-family: 'Playfair Display', serif;
font-style: italic;
color: #7A5FB5;
font-size: 18px;
margin-bottom: 25px;
}

.hero-text {
color: #555555;
font-size: 15px;
line-height: 1.7;
margin-bottom: 18px;
}

.hero-cta {
margin-top: 30px;
display: flex;
gap: 15px;
flex-wrap: wrap;
}

.btn-primary-custom {
background-color: #7A5FB5;
color: #FFFFFF;
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
padding: 12px 28px;
border-radius: 0;
border: none;
transition: all 0.3s ease;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 8px;
}

.btn-primary-custom:hover {
background-color: #6A4FA5;
color: #FFFFFF;
}

.btn-secondary-custom {
background-color: #C4D849;
color: #3A3A3A;
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
padding: 12px 28px;
border-radius: 0;
border: none;
transition: all 0.3s ease;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 8px;
}

.btn-secondary-custom:hover {
background-color: #B4C839;
color: #3A3A3A;
}

.hero-image {
width: 100%;
height: 420px;
object-fit: cover;
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.section-editorial {
padding: 80px 0;
}

.section-light {
background-color: #FFFFFF;
}

.section-colored {
padding: 80px 0;
}

.section-purple {
background-color: #7A5FB5;
}

.section-border-top {
border-top: 4px solid #C4D849;
}

.section-label {
font-size: 11px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: #7A5FB5;
display: block;
margin-bottom: 12px;
}

.label-lime {
color: #C4D849;
}

.label-lime-dark {
color: #9AB02E;
}

.section-title {
font-size: 32px;
color: #3A3A3A;
line-height: 1.3;
margin-bottom: 20px;
}

.title-white {
color: #FFFFFF;
}

.section-text {
color: #555555;
font-size: 15px;
line-height: 1.7;
margin-bottom: 16px;
}

.text-white {
color: #FFFFFF;
opacity: 0.95;
}

.image-border-left {
border-left: 6px solid #7A5FB5;
overflow: hidden;
}

.image-border-bottom {
border-bottom: 6px solid #C4D849;
overflow: hidden;
}

.section-image {
width: 100%;
height: 500px;
object-fit: cover;
display: block;
}

.section-image-wide {
width: 100%;
height: 380px;
object-fit: cover;
display: block;
}

.section-fullimage {
width: 100%;
height: 320px;
object-fit: cover;
margin-top: 40px;
display: block;
}

.section-image-bg {
position: relative;
padding: 100px 0;
background-image: url('../imagenes/seguridad.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed;
}

.section-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.6);
z-index: 1;
}

.section-content-center {
position: relative;
z-index: 2;
text-align: center;
}

.section-content-center .section-text {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}

.footer-cta {
background-color: #F5F5F5;
padding: 80px 0;
border-top: 4px solid #7A5FB5;
}

.footer-cta-title {
font-size: 36px;
color: #3A3A3A;
margin-bottom: 25px;
}

.footer-cta-text {
color: #555555;
font-size: 15px;
line-height: 1.7;
max-width: 800px;
margin: 0 auto 18px;
}

.footer-cta-buttons {
margin-top: 35px;
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
}

.btn-lg {
padding: 14px 32px;
font-size: 13px;
}

.main-footer {
background-color: #3A3A3A;
padding: 60px 0 0;
color: #FFFFFF;
}

.footer-logo {
max-height: 80px;
width: auto;
margin-bottom: 15px;
filter: brightness(0) invert(1);
}

.footer-tagline {
font-family: 'Playfair Display', serif;
font-style: italic;
color: #C4D849;
font-size: 14px;
}

.footer-heading {
font-size: 20px;
color: #FFFFFF;
margin-bottom: 18px;
font-family: 'Playfair Display', serif;
}

.footer-text {
color: rgba(255,255,255,0.75);
font-size: 14px;
line-height: 1.7;
margin-bottom: 14px;
}

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

.social-link {
width: 44px;
height: 44px;
background-color: #7A5FB5;
color: #FFFFFF;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 20px;
text-decoration: none;
transition: all 0.3s ease;
}

.social-link:hover {
background-color: #C4D849;
color: #3A3A3A;
}

.footer-bottom {
border-top: 1px solid rgba(255,255,255,0.15);
margin-top: 40px;
padding: 20px 0;
text-align: center;
}

.copyright {
color: rgba(255,255,255,0.5);
font-size: 12px;
margin: 0;
}

@media (max-width: 991px) {
.hero-title {
font-size: 32px;
}

.hero-section {
padding: 50px 0;
}

.hero-image {
height: 300px;
margin-top: 30px;
}

.section-editorial {
padding: 50px 0;
}

.section-image {
height: 350px;
margin-bottom: 30px;
}

.section-image-wide {
height: 280px;
margin-bottom: 30px;
}

.section-image-bg {
background-attachment: scroll;
padding: 60px 0;
}

.footer-cta {
padding: 50px 0;
}

.footer-cta-title {
font-size: 28px;
}

.sticky-nav .nav-link {
padding: 12px 16px;
}
}

@media (max-width: 767px) {
.top-bar .col-md-6 {
text-align: center;
}

.top-bar .col-md-6:first-child {
margin-bottom: 6px;
}

.hero-title {
font-size: 26px;
}

.section-title {
font-size: 26px;
}

.footer-cta-title {
font-size: 24px;
}

.main-footer .col-lg-4 {
margin-bottom: 30px;
}

.hero-cta {
flex-direction: column;
}

.hero-cta .btn {
width: 100%;
justify-content: center;
}

.footer-cta-buttons {
flex-direction: column;
}

.footer-cta-buttons .btn {
width: 100%;
justify-content: center;
}
}
