.section-background {
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Efecto parallax */
    position: relative;
}

.overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Superposición oscura para legibilidad del texto */
}

.overlay-2 {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 5cm;
    background-color: rgba(0, 0, 0, 0.3); /* Superposición oscura para legibilidad del texto */
    }
/* Ocultar la barra de desplazamiento pero permitir el scroll */
body {
    color: #fff;
    background-color: #505050;
    margin: 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

a {
    color: #fff;
}
li {
    width: 50px;
    list-style-type: none;
}

h4{
    display: inline;
}

/* Ocultar la barra de desplazamiento para navegadores basados en WebKit (Chrome, Safari) */
body::-webkit-scrollbar {
    display: none;
}
/* Creados por mi */
.s-04 { scale: 0.4 ; }
.mt-0 { margin-top: 0rem; }
.items-top { align-items: top; }
.w-col-1{ width: 40%; /* O calc(100%/4) */}
.mb-0 { margin-bottom: 0; }

.w-col-2{ width: 50%; /* O calc(100%/4) */}

/* Estilos de Tailwind CSS convertidos a CSS plano */
.invertir {filter: invert(1) brightness(2);}
.flex { display: flex; }
.justify-between { justify-content: space-between; }
.items-center { align-items: center; }
.max-w-7xl { max-width: 80rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.space-x-6 > :not([hidden]) ~ :not([hidden]) { margin-right: calc(1.5rem * var(--tw-space-x-reverse)); margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse))); }
.space-x-8 > :not([hidden]) ~ :not([hidden]) { margin-right: calc(2rem * var(--tw-space-x-reverse)); margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))); }
.flex-col { flex-direction: column; }
.h-8 { height: 2rem; }
.h-24 { height: 12rem; }
.w-24 { width: 12rem; }
.h-30 { height: 13rem; }
.w-30 { width: 13rem; }
.h-full { height: 100%; }
.h-screen { height: 100vh; }
.fixed { position: fixed; }
.top-0 { top: 0; }
.left-0 { left: 0; }
.w-full { width: 100%; }
.z-50 { z-index: 50; }
.z-10 { z-index: 10; }
.p-6 { padding: 1.5rem; }
.p-4 { padding: 1rem; }
.text-white { color: #fff; }
.bg-transparent { background-color: transparent; }
.text-center { text-align: center; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mt-12 { margin-top: 3rem; }
.mt-24 { margin-top: 6rem; }
.text-sm { font-size: 0.875rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1rem; }
.text-x2 { font-size: 2rem; }
.text-x3 { font-size: 3rem; }
.text-x5 { font-size: 5rem; }
.md\:text-6xl { font-size: 4rem; }
.font-sans { font-family: ui-sans-serif, system-ui, sans-serif; }
.font-helvetica { font-family: monospace; }
.font-extrabold { font-weight: 800; }
.font-semibold { font-weight: 600; }
.font-light { font-weight: 100; }
.drop-shadow-lg { filter: drop-shadow(0 10px 8px rgba(0,0,0,0.04)) drop-shadow(0 4px 3px rgba(0,0,0,0.1)); }
.drop-shadow-md { filter: drop-shadow(0 4px 3px rgba(0,0,0,0.07)) drop-shadow(0 2px 2px rgba(0,0,0,0.06)); }
.hover\:text-gray-300:hover { color: #d1d5db; }
.hover\:transparency:hover { opacity: 0.6; }
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.3s; }
.rounded-full { border-radius: 9999px; }
.bg-white { background-color: #fff; }
.text-gray-900 { color: #111827; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05); }
.hover\:bg-gray-200:hover { background-color: #e5e7eb; }
.opacity-80 { opacity: 0.8; }
.inline-block { display: inline-block; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.pt-10 { padding-top: 10rem; }
.pt-6 { padding-top: 3rem; }

@media (min-width: 768px) {
    .md\:text-6xl { font-size: 4rem; }
}
