/*
Theme Name: REMOTION
Theme URI: https://remotion.es
Author: REMOTION Grupo Tecnológico
Author URI: https://remotion.es
Description: Tema corporativo de REMOTION - Grupo de empresas tecnológicas especializadas en desarrollo web, plataformas digitales y productos SaaS.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: remotion
Tags: one-column, custom-logo, custom-menu, featured-images, theme-options, translation-ready

REMOTION - Tema WordPress Corporativo
*/

/* Reset básico */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', system-ui, sans-serif;
    background-color: #050505;
    color: #f2f2f2;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Jura', system-ui, sans-serif;
    letter-spacing: 0.025em;
}

a {
    color: #25E0D7;
    text-decoration: none;
}


/* WordPress required styles */
.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.875rem;
    color: #a1a1aa;
}

.alignleft {
    float: left;
    margin-right: 1.5rem;
}

.alignright {
    float: right;
    margin-left: 1.5rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Sticky post */
.sticky {
    border-left: 4px solid #25E0D7;
    padding-left: 1rem;
}

/* Gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.gallery-item {
    margin: 0;
}

.gallery-icon img {
    width: 100%;
    height: auto;
}
