/*
Theme Name: RENOVO
Theme URI: https://rnovo.co
Description: Custom landing page theme for RENOVO - Circular Economy Solutions. Landing page profesional para soluciones de economía circular.
Version: 1.0.0
Author: RENOVO Team
Author URI: https://rnovo.co
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: renovo
Domain Path: /languages
Requires at least: 6.0
Requires PHP: 7.4
Tags: one-column, custom-colors, custom-logo, featured-images, responsive-design, accessibility-ready
*/

/* ==========================================================================
   Fallback Styles
   ========================================================================== */

/* These styles serve as fallback if the main CSS file doesn't load */

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
  color: #2B2B2B;
  background-color: #FFFFFF;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #1FA37A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   WordPress Core Styles
   ========================================================================== */

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

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

.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;
}

.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-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
