@charset "UTF-8";
/*!
Theme Name: Gea_theme
Theme URI: https://underscores.me/
Author: Underscores.me
Author URI: https://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gea_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-combodyments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Gea_theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* MEDIA QUERIES*/
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1300px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: black;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  margin: auto;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover, a:focus, a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  position: relative; }
  @media (min-width: 1024px) {
    .main-navigation li {
      float: left; } }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  margin: auto;
  background: transparent;
  border: 0; }

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.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;
  clip-path: none;
  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;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  /*margin: 0 0 1.5em;*/
  margin: auto; }

.updated:not(.published) {
  display: none; }

/*.page-content,
.entry-content,
.entry-summary {
	margin: 90px 0 0;
}*/
.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* CUSTOM */
/* FUENTES */
.gotBok {
  font-family: "Gotham Book";
  font-weight: normal; }

.gotBokIt {
  font-family: "Gotham Book Italic";
  font-weight: normal; }

.gotLig {
  font-family: "Gotham Light";
  font-weight: normal; }

.gotLigIt {
  font-family: "Gotham Light Italic";
  font-weight: normal; }

.gotMed {
  font-family: "Gotham Medium";
  font-weight: normal; }

.gotMedIt {
  font-family: "Gotham Medium Italic";
  font-weight: normal; }

.gotBol {
  font-family: "Gotham Bold";
  font-weight: normal; }

.gotBolIt {
  font-family: "Gotham Bold Italic";
  font-weight: normal; }

/* COLORES */
.amarillo {
  color: #e8e33c !important; }

.celeste {
  color: #298f98 !important; }

.celeste_claro {
  color: #85c4b1 !important; }

.gris {
  color: #edeef0 !important; }

.cafe {
  color: #745233 !important; }

.white {
  color: #FFFFFF !important; }

.black {
  color: #000000 !important; }

.bg-amarillo {
  background-color: #e8e33c !important; }

.bg-celeste {
  background-color: #298f98 !important; }

.bg-celeste_claro {
  background-color: #85c4b1 !important; }

.bg-gris {
  background-color: #edeef0 !important; }

.bg-cafe {
  background-color: #745233 !important; }

.bg-white {
  background-color: #FFFFFF !important; }

.bg-black {
  background-color: #000000 !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-left {
  text-align: left !important; }

@media (min-width: 1024px) {
  .text-md-right {
    text-align: right !important; }

  .text-md-left {
    text-align: left !important; } }
.ml50 {
  margin-left: 20px; }
  @media (min-width: 1024px) {
    .ml50 {
      margin-left: 50px; } }

.ml50p {
  margin-left: 20px; }
  @media (min-width: 1024px) {
    .ml50p {
      margin-left: 11%; } }

/* GENERAL */
body {
  font-family: "Gotham Light";
  font-size: 17px;
  line-height: 20px;
  font-weight: normal !important;
  background-size: 100% auto;
  background-position: top center; }
  body .row {
    margin: auto; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Gotham Bold";
  font-weight: normal !important; }

h1:focus, h2:focus {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  outline-style: none;
  /* necesario para Internet Explorer */ }

h2, .h2 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -1px; }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 40px;
      line-height: 40px; } }

h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px; }
  @media (min-width: 1024px) {
    h3 {
      font-size: 34px;
      line-height: 34px; } }

h4 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -1px; }
  @media (min-width: 1024px) {
    h4 {
      font-size: 24px;
      line-height: 26px; } }

h5 {
  font-size: 15px;
  line-height: 19px; }
  @media (min-width: 1024px) {
    h5 {
      font-size: 17px;
      line-height: 21px; } }

strong, b {
  font-family: "Gotham Bold";
  font-weight: normal !important; }

/* WIDTH */
.w100auto a {
  width: 100% !important; }
  @media (min-width: 1024px) {
    .w100auto a {
      width: auto !important; } }

.w90 {
  width: 100%; }
  @media (min-width: 1024px) {
    .w90 {
      width: 90% !important; } }

.w80 {
  width: 100%;
  margin: auto; }
  @media (min-width: 1024px) {
    .w80 {
      width: 80% !important; } }

.w70 {
  width: 100%;
  margin: auto; }
  @media (min-width: 1024px) {
    .w70 {
      width: 70% !important; } }

.w60 {
  width: 100%;
  margin: auto; }
  @media (min-width: 1024px) {
    .w60 {
      width: 60% !important; } }

.w50 {
  width: 100%;
  margin: auto; }
  @media (min-width: 1024px) {
    .w50 {
      width: 50% !important; } }

.winterna {
  width: 100%;
  margin: auto; }
  @media (min-width: 1024px) {
    .winterna {
      width: 88% !important; } }

/* BORDER */
.btn-nbr a {
  border-radius: 0 !important;
  font-size: 35px !important;
  line-height: 38px !important;
  font-family: "Gotham Bold"; }

.br {
  border-style: solid;
  border-width: 1px; }

.br-total {
  border: 2px solid; }

.br-t {
  border-top: 2px solid; }

.br-b {
  border-bottom: 2px solid; }

.br-l {
  border-left: 2px solid; }

.br-r {
  border-right: 2px solid; }

.br-amarillo {
  border-color: #e8e33c; }

.br-celeste {
  border-color: #298f98; }

/* VIÑETAS IMAGEN */
.vineta ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 1em; }
  .vineta ul li {
    margin-bottom: 20px; }
    .vineta ul li:before {
      margin-right: 10px;
      display: block;
      float: left; }
    .vineta ul li strong {
      display: flex; }
.vineta.vineta-b ul li:before {
  content: url(img/vineta_blanca.png); }
.vineta.vineta-c ul li:before {
  content: url(img/vineta_celeste.png); }
.vineta.vineta-a ul li:before {
  content: url(img/vineta_amarilla.png); }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.h-mt0 h1 {
  margin-top: 0; }
.h-mt0 h2 {
  margin-top: 0; }
.h-mt0 h3 {
  margin-top: 0; }
.h-mt0 h4 {
  margin-top: 0; }
.h-mt0 h5 {
  margin-top: 0; }
.h-mt0 h6 {
  margin-top: 0; }

.h-mb0 h1 {
  margin-bottom: 0; }
.h-mb0 h2 {
  margin-bottom: 0; }
.h-mb0 h3 {
  margin-bottom: 0; }
.h-mb0 h4 {
  margin-bottom: 0; }
.h-mb0 h5 {
  margin-bottom: 0; }
.h-mb0 h6 {
  margin-bottom: 0; }

/* HEADER */
header#masthead.mobile {
  padding-top: 14px;
  position: absolute;
  z-index: 99;
  width: 100%; }
  header#masthead.mobile .widget_media_image img {
    max-width: 45px !important; }
  header#masthead.mobile .site-branding a {
    max-width: 84px; }
  header#masthead.mobile .main-navigation button {
    width: 44px;
    height: 44px;
    background-image: url(img/hamburguer_icon.png);
    background-repeat: no-repeat;
    background-position: center center; }
  header#masthead.mobile .main-navigation.toggled button.menu-toggle {
    position: absolute;
    z-index: 999;
    background-image: url(img/close_icon.png);
    margin-left: 8%; }
  header#masthead.mobile .main-navigation.toggled .menu.nav-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background: #298f98;
    padding-top: 90px;
    text-align: left;
    padding-left: 30px; }
    header#masthead.mobile .main-navigation.toggled .menu.nav-menu li a {
      color: #e8e33c;
      font-size: 25px;
      line-height: 30px; }
      header#masthead.mobile .main-navigation.toggled .menu.nav-menu li a:hover {
        color: #edeef0; }
    header#masthead.mobile .main-navigation.toggled .menu.nav-menu li.current-menu-item a {
      color: #edeef0; }
  header#masthead.mobile .main-navigation.toggled + #nav-reportes {
    position: absolute;
    left: 0;
    z-index: 999;
    text-align: left;
    top: 369px;
    background: #298f98;
    color: #e8e33c;
    padding: 80px 40px 20px 40px;
    display: block; }
    header#masthead.mobile .main-navigation.toggled + #nav-reportes .tit {
      font-size: 20px;
      line-height: 20px;
      font-family: "Gotham Bold";
      margin-bottom: 20px; }
    header#masthead.mobile .main-navigation.toggled + #nav-reportes #reportes-menu {
      display: block;
      margin-top: 10px; }
      header#masthead.mobile .main-navigation.toggled + #nav-reportes #reportes-menu li {
        display: inline-block;
        border: 3px solid;
        margin-right: -8px; }
        header#masthead.mobile .main-navigation.toggled + #nav-reportes #reportes-menu li a {
          font-size: 20px;
          line-height: 20px;
          color: #e8e33c; }
  header#masthead.mobile .main-navigation.toggled + #nav-reportes + #nav-social {
    display: block;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 564px;
    background: #298f98;
    text-align: left;
    padding: 20px 40px; }
    header#masthead.mobile .main-navigation.toggled + #nav-reportes + #nav-social .tit a {
      font-size: 20px;
      line-height: 20px;
      font-family: "Gotham Bold";
      color: #e8e33c; }
      header#masthead.mobile .main-navigation.toggled + #nav-reportes + #nav-social .tit a img {
        display: none; }
    header#masthead.mobile .main-navigation.toggled + #nav-reportes + #nav-social #social-menu {
      display: block;
      margin-top: 40px;
      padding-bottom: 20px; }
      header#masthead.mobile .main-navigation.toggled + #nav-reportes + #nav-social #social-menu li {
        display: inline-block;
        margin-right: 0;
        padding-left: 0; }
        header#masthead.mobile .main-navigation.toggled + #nav-reportes + #nav-social #social-menu li a {
          background-repeat: no-repeat;
          width: 34px;
          height: 34px;
          text-indent: -9999px;
          background-size: contain; }
        header#masthead.mobile .main-navigation.toggled + #nav-reportes + #nav-social #social-menu li:nth-child(1) a {
          background-image: url(img/icon_facebook_mobile.png); }
        header#masthead.mobile .main-navigation.toggled + #nav-reportes + #nav-social #social-menu li:nth-child(2) a {
          background-image: url(img/icon_linkedin_mobile.png); }
        header#masthead.mobile .main-navigation.toggled + #nav-reportes + #nav-social #social-menu li:nth-child(3) a {
          background-image: url(img/icon_instagram_mobile.png); }
        header#masthead.mobile .main-navigation.toggled + #nav-reportes + #nav-social #social-menu li:nth-child(4) a {
          background-image: url(img/icon_youtube_mobile.png); }

header#masthead.desktop {
  display: none;
  visibility: hidden; }

@media (min-width: 1024px) {
  header#masthead.mobile {
    display: none;
    visibility: hidden; }

  header#masthead.desktop {
    	/*background: linear-gradient(90deg, rgba(237,238,240,1) 0%, rgba(237,238,240,1) 51%, rgba(232,227,60,1) 51%, rgba(232,227,60,1) 100%);
    	height: 100vh;
    	max-height: 700px;
    	background-size: auto 100%;
        background-position: center;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        background-color: $amarillo;
        padding-bottom: 20px;
        display: block;
        visibility: visible;*/ } }
  @media (min-width: 1024px) and (min-width: 1300px) {
    header#masthead.desktop {
      padding-bottom: 0; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    header#masthead.desktop {
      background-color: transparent;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 999;
      display: block;
      visibility: visible; } }

@media (min-width: 1024px) {
  .row {
    	    	/*background-image: url(img/bg_header_home_mobile.jpg);
    	    	background-size: cover;
    	    	background-repeat: no-repeat;
    	    	background-position: center;
    	    	height: 100%;
    	    	mar
    
    
    	    	@media (min-width: 1024px){
    	    		//background-image: url(img/bg_header_home.jpg);
    	    	}*/
    margin: auto !important; }
    .row .site-branding {
      padding-top: 25px;
      text-align: center; }
      .row .site-branding a {
        max-width: 194px; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .row .site-branding {
        text-align: left; }
        .row .site-branding a {
          width: 80px; } }
    @media (min-width: 1024px) and (min-width: 1300px) {
      .row .site-branding {
        text-align: left; }
        .row .site-branding a {
          width: 94px; } }
@media (min-width: 1024px) {
    .row #site-navigation {
      padding-top: 60px; }
    .row .header-right {
      padding-top: 30px;
      display: none; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .row .header-right {
        display: block; } }

.main-navigation li {
  margin-right: 6px;
  padding: 5px 4px; }
  @media (min-width: 1200px) and (min-width: 1280px) {
    .main-navigation li {
      margin-right: 12px;
      padding: 5px 8px; } }
  .main-navigation li.current-menu-item a, .main-navigation li:hover a {
    color: #298f98; }

.main-navigation a {
  color: black;
  font-family: "Gotham Bold";
  font-size: 14px;
  font-weight: normal; }
  @media (min-width: 1024px) {
    .main-navigation a {
      font-size: 16px; } }

.main-navigation ul ul li {
  padding: 5px 8px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
  margin-right: 0; }
  .main-navigation ul ul li:last-child {
    border-bottom: 1px solid black; }
  .main-navigation ul ul li:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #e8e33c;
    z-index: -1;
    position: absolute;
    margin: -2px auto 0 -4px;
    opacity: 0; }
  .main-navigation ul ul li:hover:before {
    opacity: 1; }

#primary-menu > li:nth-child(1) {
  padding: 5px 8px 5px 8px; }

#nav-reportes {
  display: none; }
  @media (min-width: 1024px) {
    #nav-reportes {
      display: block;
      transform: rotate(270deg);
      transform-origin: 0 0;
      position: absolute;
      margin-left: 8.5%;
      top: 540px;
      z-index: 999;
      /*position: absolute;
      top: 275px;*/ }
      #nav-reportes .tit {
        font-family: "Gotham Bold";
        float: left;
        padding: 2px 3px;
        font-size: 14px;
        line-height: 14px;
        margin-right: 10px; }
      #nav-reportes #reportes-menu li {
        border-top: 1px solid black;
        border-left: 1px solid black;
        border-bottom: 1px solid black;
        margin-right: 0;
        font-size: 14px;
        line-height: 14px;
        padding: 2px 3px; }
        #nav-reportes #reportes-menu li a {
          font-size: inherit; }
        #nav-reportes #reportes-menu li:last-child {
          border-right: 1px solid black; }
        #nav-reportes #reportes-menu li:hover:before {
          content: '';
          width: 100%;
          height: 100%;
          display: block;
          background: #e8e33c;
          z-index: -1;
          position: absolute;
          margin: 2px auto 0 2px; } }

#nav-social {
  display: none; }
  @media (min-width: 1024px) {
    #nav-social {
      display: block;
      transform: rotate(270deg);
      transform-origin: 0 0;
      position: absolute;
      z-index: 999;
      top: 515px;
      left: 89%;
      /*position: absolute;
      top: 275px;*/ }
      #nav-social .tit {
        font-family: "Gotham Bold";
        float: left;
        padding: 2px 3px;
        font-size: 14px;
        line-height: 14px;
        margin-right: 60px; }
        #nav-social .tit img {
          vertical-align: middle; }
      #nav-social .icon {
        transform: rotate(90deg); }
      #nav-social #social-menu li {
        margin-right: 0;
        font-size: 14px;
        line-height: 14px;
        padding: 2px 3px; }
        #nav-social #social-menu li a {
          width: 24px;
          height: 24px;
          text-indent: -9999px; }
        #nav-social #social-menu li:nth-child(4) a {
          background-image: url(img/icon_facebook.png); }
        #nav-social #social-menu li:nth-child(3) a {
          background-image: url(img/icon_linkedin.png); }
        #nav-social #social-menu li:nth-child(2) a {
          background-image: url(img/icon_instagram.png); }
        #nav-social #social-menu li:nth-child(1) a {
          background-image: url(img/icon_youtube.png); } }

/* FOOTER */
footer#colophon {
  background: black;
  font-size: 12px;
  line-height: 14px;
  color: white;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1024px) {
    footer#colophon {
      padding-left: 0;
      padding-right: 0; }
      footer#colophon .widget {
        margin: 0; } }
  footer#colophon .celda {
    margin-bottom: 20px;
    display: block;
    overflow: visible;
    font-size: 12px;
    line-height: 14px !important;
    overflow-wrap: break-word;
    flex-wrap: nowrap;
    white-space: normal; }
    footer#colophon .celda div {
      display: block;
      overflow: visible;
      font-size: 12px;
      line-height: 14px !important;
      overflow-wrap: break-word;
      flex-wrap: nowrap;
      white-space: normal; }
    footer#colophon .celda strong {
      color: #e8e33c; }
    footer#colophon .celda a {
      color: white !important;
      text-decoration: none !important;
      font-size: 12px;
      line-height: 14px !important; }
    footer#colophon .celda a[x-apple-data-detectors] {
      color: white !important;
      text-decoration: none !important;
      font-size: inherit !important;
      font-family: inherit !important;
      font-weight: inherit !important;
      line-height: inherit !important; }
    footer#colophon .celda a[href^="tel"] {
      color: inherit;
      /* Inherit text color of parent element. */
      text-decoration: none; }
    footer#colophon .celda a:link {
      text-decoration: none;
      color: inherit; }
  footer#colophon p {
    color: #ffffff !important; }
    footer#colophon p strong {
      color: #e8e33c; }
    footer#colophon p:focus {
      outline-style: auto; }
    footer#colophon p:focus-visible {
      color: white; }
    footer#colophon p span:focus {
      outline-style: auto; }
    footer#colophon p span:focus-visible {
      color: white; }
  footer#colophon #footer1 {
    text-align: center; }

#page {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  box-sizing: border-box; }

#page .entry-title {
  display: none; }

/* FRONT PAGE */
@media (min-width: 768px) {
  .page-template-front-page .banner-home-desktop {
    max-height: 421px;
    height: auto !important; } }
@media (min-width: 1024px) {
  .page-template-front-page .banner-home-desktop {
    max-height: 821px; } }
.page-template-front-page .con_imagen h2 {
  background-image: url(http://geasustentable.com.ar/wp-content/uploads/2019/06/icon_toneladas.png);
  margin-right: 60px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 90%;
  margin: auto;
  padding-left: 60px; }
  @media (min-width: 1024px) {
    .page-template-front-page .con_imagen h2 {
      width: 620px;
      background-position: left center; } }
.page-template-front-page #home-residuos a {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  max-width: 145px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .page-template-front-page #home-residuos a img:nth-child(2) {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
  .page-template-front-page #home-residuos a:hover img:nth-child(2) {
    opacity: 1; }
.page-template-front-page .beneficios .item > .elementor-container {
  min-height: calc(100vh / 2.58) !important; }
.page-template-front-page .beneficios .item p {
  font-size: 19px;
  line-height: 20px; }
.page-template-front-page #reconocimientos_icons > .elementor-container {
  max-width: 980px; }

/* PAGE */
.cuadro .titulo1 h2 {
  width: auto;
  display: inline-block;
  padding: 10px 10px;
  margin-top: -5%;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .cuadro .titulo1 h2 {
      padding: 10px 35px;
      margin-bottom: 0; } }
.cuadro .titulo2 h2 {
  width: auto;
  display: inline-block;
  padding: 10px 10px;
  margin-top: -4%;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .cuadro .titulo2 h2 {
      padding: 10px 35px;
      margin-bottom: 0; } }
.cuadro .bg-cuadro-celeste h2 {
  background: #298f98; }
.cuadro .bg-cuadro-amarillo h2 {
  background: #e8e33c; }
.cuadro h4 {
  margin-top: 0; }

/* PAGE TEMPLATES */
.page .theme_default {
  display: inline; }
.page .theme_blanco {
  display: none; }

.page-template-page-menu-blanco .theme_default {
  display: none !important; }
.page-template-page-menu-blanco .theme_blanco {
  display: inline !important; }
.page-template-page-menu-blanco .main-navigation ul li {
  border-color: white !important; }
  .page-template-page-menu-blanco .main-navigation ul li a {
    color: white; }
  .page-template-page-menu-blanco .main-navigation ul li.current-menu-item a, .page-template-page-menu-blanco .main-navigation ul li:hover a {
    color: #e8e33c; }
.page-template-page-menu-blanco .main-navigation .tit {
  color: white; }
.page-template-page-menu-blanco .main-navigation #social-menu li:nth-child(4) a {
  background-image: url(img/icon_facebook_white.png) !important; }
.page-template-page-menu-blanco .main-navigation #social-menu li:nth-child(3) a {
  background-image: url(img/icon_linkedin_white.png) !important; }
.page-template-page-menu-blanco .main-navigation #social-menu li:nth-child(2) a {
  background-image: url(img/icon_instagram_white.png) !important; }
.page-template-page-menu-blanco .main-navigation #social-menu li:nth-child(1) a {
  background-image: url(img/icon_youtube_white.png) !important; }

/* NOSOTROS */
.page-nosotros .titular .elementor-widget-heading {
  margin-bottom: 0; }
.page-nosotros .cuadro .elementor-widget-container {
  margin-top: -10px !important; }
  @media (min-width: 1024px) {
    .page-nosotros .cuadro .elementor-widget-container {
      margin-top: 0 !important; } }
.page-nosotros .cuadro .titulo1 h2 {
  padding: 10px 12px; }
.page-nosotros .itemfun {
  display: inline-block;
  margin: auto;
  width: 100%; }
  @media (min-width: 1024px) {
    .page-nosotros .itemfun {
      margin-right: 50px;
      width: auto; } }

/* QUE HACEMOS */
.page-que-hacemos .gestiones .item {
  height: calc(100vh / 1.8); }
  .page-que-hacemos .gestiones .item .elementor-container {
    min-height: 100% !important; }
  .page-que-hacemos .gestiones .item h4 {
    display: inline-block;
    padding: 12px 40px; }
  .page-que-hacemos .gestiones .item div[data-id="5f69edd"] {
    background: #edeef0; }
    .page-que-hacemos .gestiones .item div[data-id="5f69edd"] h4 {
      color: #298f98; }
    @media (min-width: 768px) {
      .page-que-hacemos .gestiones .item div[data-id="5f69edd"] {
        background: #298f98; }
        .page-que-hacemos .gestiones .item div[data-id="5f69edd"] h4 {
          color: #edeef0; } }
.page-que-hacemos .gestiones .over h4.elementor-heading-title {
  display: none; }
  @media (min-width: 1024px) {
    .page-que-hacemos .gestiones .over h4.elementor-heading-title {
      display: block; } }
@media (min-width: 768px) {
  .page-que-hacemos .gestiones .over {
    position: absolute;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity ease 0.2s;
    -moz-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s; }
    .page-que-hacemos .gestiones .over .elementor-container {
      min-height: 100% !important; }
    .page-que-hacemos .gestiones .over:hover, .page-que-hacemos .gestiones .over:focus {
      opacity: 1;
      display: block; } }
.page-que-hacemos .testimonio {
  font-family: 'Times-New-Roman';
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: .5px; }
.page-que-hacemos .testimonial-heading {
  font-size: 18px;
  color: #298f98;
  text-align: center !important;
  letter-spacing: 1px; }
.page-que-hacemos .strong-view.pager-style-buttons .wpmslider-pager-link:before {
  color: #000000; }

.f70 h2, .f70 h3 {
  font-size: 40px;
  margin: 10% 0 !important; }
  @media (min-width: 1024px) {
    .f70 h2, .f70 h3 {
      font-size: 70px;
      margin: 0 !important; } }

/* CONTACTO */
.page-contactanos input, .page-contactanos textarea {
  width: 100%;
  background: transparent;
  color: black;
  border-color: #b9babf;
  font-size: 14px;
  line-height: 14px;
  border-radius: 0;
  margin-bottom: 10px;
  font-family: "Gotham Light";
  padding-left: 10px; }
  .page-contactanos input:focus, .page-contactanos textarea:focus {
    color: black;
    outline-style: auto;
    font-family: "Gotham Light"; }
  .page-contactanos input::placeholder, .page-contactanos textarea::placeholder {
    color: black;
    opacity: 1;
    /* Firefox */ }
  .page-contactanos input:-ms-input-placeholder, .page-contactanos textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black; }
  .page-contactanos input::-ms-input-placeholder, .page-contactanos textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black; }
  .page-contactanos input::-webkit-input-placeholder, .page-contactanos textarea::-webkit-input-placeholder {
    color: black; }
.page-contactanos input[type="submit"] {
  font-weight: 800;
  background: #e8e33c;
  color: #298f98;
  border: none;
  width: 94px;
  padding: 10px 25px;
  cursor: pointer; }
.page-contactanos span.wpcf7-not-valid-tip,
.page-contactanos div.wpcf7-validation-errors,
.page-contactanos div.wpcf7-acceptance-missing {
  color: #e8e33c; }
.page-contactanos p {
  font-size: 14px;
  line-height: 16px; }
.page-contactanos a[x-apple-data-detectors] {
  color: white;
  text-decoration: none; }

.page-clientes #titcambio .item {
  display: none;
  opacity: 0; }
  .page-clientes #titcambio .item.active {
    opacity: 1;
    display: block; }
  .page-clientes #titcambio .item h2 {
    margin: 0;
    font-size: 45px; }
.page-clientes .elementor-tabs .elementor-tabs-wrapper {
  padding-top: 44px; }
.page-clientes .elementor-tabs .elementor-tab-title {
  padding: 5px 10px 5px 0; }
.page-clientes .elementor-tabs .elementor-tab-title a {
  font-family: "Gotham Bold"; }
.page-clientes .texto-borde {
  -webkit-text-stroke: 2px #298f98;
  color: transparent; }
.page-clientes .elementor-391 .elementor-element.elementor-element-878d283 .elementor-tab-title {
  font-family: "Gotham Bold"; }

.page-que-residuos #que-residuos-iconos a {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  max-width: 145px; }
  .page-que-residuos #que-residuos-iconos a img:nth-child(2) {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
  .page-que-residuos #que-residuos-iconos a:hover img:nth-child(2) {
    opacity: 1; }
.page-que-residuos #que-residuos-iconos .elementor-active a img:nth-child(2) {
  opacity: 1; }
.page-que-residuos #que-residuos-iconos .elementor-tabs-wrapper {
  justify-content: space-between;
  display: block;
  width: 98%;
  margin: auto;
  margin-bottom: 80px; }
  @media (min-width: 1024px) {
    .page-que-residuos #que-residuos-iconos .elementor-tabs-wrapper {
      width: 60%;
      display: flex; } }
  .page-que-residuos #que-residuos-iconos .elementor-tabs-wrapper .elementor-tab-desktop-title {
    padding: 5px;
    width: 49%;
    text-align: center;
    display: inline-block; }
    .page-que-residuos #que-residuos-iconos .elementor-tabs-wrapper .elementor-tab-desktop-title a {
      margin: auto; }
    @media (min-width: 1024px) {
      .page-que-residuos #que-residuos-iconos .elementor-tabs-wrapper .elementor-tab-desktop-title {
        padding: 0 0 0 25px; } }
.page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-title {
  display: none; }
.page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content {
  background-position: center center;
  background-size: cover; }
  .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content .row {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 60px; }
    @media (min-width: 1024px) {
      .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content .row {
        width: 60%; } }
  .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content[data-tab="1"] {
    background: url(img/que_res_reciclables_bg.jpg); }
    .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content[data-tab="1"] h5 {
      color: #298f98; }
  .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content[data-tab="2"] {
    background: url(img/que_res_organicos_bg.jpg); }
    .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content[data-tab="2"] h5 {
      color: #745233; }
  .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content[data-tab="3"] {
    background: url(img/que_res_especiales_bg.jpg); }
    .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content[data-tab="3"] h2 {
      border-color: #000000;
      color: black; }
    .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content[data-tab="3"] h5 {
      color: #e8e33c;
      background: #000000; }
    .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content[data-tab="3"] ul li {
      color: #000000; }
  .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content[data-tab="4"] {
    background: url(img/que_res_otros_bg.jpg); }
    .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content[data-tab="4"] h2 {
      border-color: #edeef0;
      color: #FFFFFF; }
    .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content[data-tab="4"] h5 {
      color: #B0AEA8;
      background: #FFFFFF; }
  .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content h2 {
    border: 2px solid;
    padding: 6px 16px 10px;
    display: inline-block;
    margin-bottom: 35px !important; }
  .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content h5 {
    background-color: #e8e33c;
    padding: 5px 16px 4px;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 0; }
  .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content ul {
    margin-left: 16px; }
    .page-que-residuos #que-residuos-iconos .elementor-tabs-content-wrapper .elementor-tab-content ul.nols {
      list-style: none; }

/* FORMULARIOS */
.um-field-label, .um-field-area .um-field-checkbox-option, .um-col-alt-b a.um-link-alt, .um-field-checkbox-option, .um-field-radio-option {
  color: black !important; }

.um input[type="submit"].um-button, .um input[type="submit"].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
  border-radius: 0 !important;
  width: auto;
  font-family: "Gotham Bold" !important; }

.um-left.um-half, .um-right.um-half {
  width: auto;
  float: left;
  margin-right: 10px; }

.um-left input {
  background-color: #e8e33c !important;
  color: #298f98 !important;
  padding: 10px 15px !important; }

.um-right input, .um-right a.um-button {
  background-color: #298f98 !important;
  color: #e8e33c !important;
  padding: 10px 15px !important; }

.um .um-form input[type="text"], .um .um-form input[type="tel"], .um .um-form input[type="password"], .um .um-form textarea {
  background: #edeef0 !important; }

/* USUARIO */
.page-template-page-usuario .site-content {
  width: 60%;
  margin: auto;
  padding-top: 130px;
  min-height: 100vh; }

.p20 {
  padding: 0 20px; }
  @media (min-width: 1024px) {
    .p20 {
      padding: 0; } }

.font76 h2 {
  font-size: 56px;
  letter-spacing: -1px; }
  @media (min-width: 1024px) {
    .font76 h2 {
      font-size: 76px;
      letter-spacing: -1px; } }

.page-biogas .hmobile h3 {
  margin-top: -38% !important;
  margin-left: 25% !important; }
.page-biogas .cuadro .elementor-widget-container {
  margin-top: -10px !important; }

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important; }

.elementor-148 .elementor-element.elementor-element-836b689 .elementor-image-box-wrapper .elementor-image-box-img,
.elementor-148 .elementor-element.elementor-element-1d156ef .elementor-image-box-wrapper .elementor-image-box-img {
  width: 75% !important; }
  @media (min-width: 1024px) {
    .elementor-148 .elementor-element.elementor-element-836b689 .elementor-image-box-wrapper .elementor-image-box-img,
    .elementor-148 .elementor-element.elementor-element-1d156ef .elementor-image-box-wrapper .elementor-image-box-img {
      width: auto !important; } }

#custom_html-2 {
  display: none; }
  @media (min-width: 1024px) {
    #custom_html-2 {
      display: block; } }
  #custom_html-2 .col-xs-3, #custom_html-2 .col-xs-2, #custom_html-2 .col-xs-12 {
    padding: 0; }
    @media (min-width: 1024px) {
      #custom_html-2 .col-xs-3, #custom_html-2 .col-xs-2, #custom_html-2 .col-xs-12 {
        padding: 0 .5rem; } }

@media (min-width: 1024px) {
  #custom_html-3 {
    display: none; } }
#custom_html-3 .col-xs-12, #custom_html-3 .col-xs-4 {
  padding: 0; }
#custom_html-3 .col-xs-8 {
  padding: 0 0 0 10px; }

.pl-20 {
  margin-left: 0; }

@media (min-width: 768px) {
  .pl-20 {
    margin-left: 20px; } }
#txt-banner-home {
  width: 50% !important;
  z-index: 9 !important;
  top: 42%;
  position: absolute;
  left: 23%; }

#txt-test h2 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#txt-testdos h2 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #298f98 !important; }

div.wpcf7-mail-sent-ng {
  border: 2px solid #298f98 !important; }

div.wpcf7-spam-blocked {
  border: 2px solid #298f98 !important; }

div.wpcf7-validation-errors {
  border: 2px solid #298f98 !important; }

.elementor-editor-active header {
  display: none !important; }

/*# sourceMappingURL=style1.css.map */
