/*
Theme Name: Constdelaro
Description: Tema profesional para empresa de construcción Constdelaro. Diseño moderno y responsivo con integración ACF Free Version. Incluye secciones para servicios, proyectos, testimonios y formularios de contacto.
Version: 1.0.0
Author: SkyUp - Hub Creativo
Author URI: https://www.instagram.com/skyup.do/
Text Domain: constdelaro
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: business, construction, professional, responsive, custom-post-types, custom-fields, one-page, portfolio

Constdelaro WordPress Theme
Copyright 2025 SkyUp - Hub Creativo

This theme is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This theme is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this theme. If not, see https://www.gnu.org/licenses/gpl-2.0.html.
*/

/* 
=================================================================
IMPORTANTE: 
Este archivo style.css solo contiene la información del tema.
Los estilos CSS principales deben estar en:
- assets/css/main.css (tus estilos principales)
- assets/css/responsive.css (estilos responsive)

Estos archivos se cargan automáticamente por el tema.
=================================================================
*/

/* WordPress Core Alignment Classes */
.alignleft {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

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

.aligncenter {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.alignwide {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    clear: both;
}

/* WordPress Image Classes */
.wp-caption {
    max-width: 100%;
    height: auto;
}

.wp-caption-text {
    font-size: 0.875rem;
    color: #666;
    text-align: center;
    margin-top: 0.5rem;
}

/* Screen Reader Text */
.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}