/* Estilos para agregar espacio en la parte superior del contenido */
.cd-main-content {
    padding-top: 60px !important; /* Espacio para la isla dinámica */
}

/* Ajuste para títulos y contenido principal */
h1, h2, h3, .section-title, .big-text {
    margin-top: 20px !important;
}

/* Ajuste específico para headers y contenedores principales */
.cd-header {
    margin-bottom: 50px !important;
}

/* Ajuste para el primer contenedor de cada página */
.section:first-of-type {
    padding-top: 70px !important;
}

/* Ajuste para dispositivos móviles */
@media only screen and (max-width: 767px) {
    .cd-main-content {
        padding-top: 70px !important; /* Más espacio en móviles */
    }
    
    .section:first-of-type {
        padding-top: 80px !important;
    }
}
