@charset "UTF-8";
/*
Theme Name: Creados Visual 
Theme URI: https://www.creados.com/
Description: Tema diseñado y desarrollado por Creados Visual
Author: Fernando Rodriguez --Creados--
Author URI: https://www.creados.com/

Version: 3.4.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: darkcyan;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

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

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */
/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1.125em;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.site-container div.wpforms-container-full .wpforms-form input[type=submit],
.site-container div.wpforms-container-full .wpforms-form button[type=submit],
.button {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.button:focus,
.button:hover {
  background-color: darkcyan;
  border-width: 0;
  color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
}

/* Common Classes
---------------------------------------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
---------------------------------------------*/
.search-form {
  overflow: hidden;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title {
  font-size: 1.875em;
  margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: darkcyan;
}

.widget-title {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 0.875em;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 1em;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px;
}

.enews-widget input {
  font-size: 1em;
  margin-bottom: 10px;
}

.after-entry .enews-widget input {
  text-align: center;
}

.enews-widget input[type=submit] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: darkcyan;
}

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460";
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 0.875em;
  font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 0 30px;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}

.wp-custom-logo .custom-logo-link {
  display: block;
}

.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Site Navigation
---------------------------------------------------------------------------- */
/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}

.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 0.9375em;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: darkcyan;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 0.875em;
  position: relative;
  word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.js .nav-primary {
  display: none;
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: darkcyan;
}

.menu-toggle {
  float: right;
  line-height: 1.25em;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

.menu-toggle.activated::before {
  content: "\f335";
}

.site-header .dashicons-before::before {
  transition: none;
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 1em;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333;
  color: #fff;
}

/* Entry Comments
--------------------------------------------- */
.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  border-top: 1px solid #eee;
  background-color: #fff;
  clear: both;
  padding: 60px 0;
}

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------- */
/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}
@media only screen and (min-width: 960px) {
  /* Site Header
  --------------------------------------------- */
  .site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  .admin-bar .site-header {
    top: 32px;
  }
  /* Genesis Menu
  --------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }
  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }
  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: darkcyan;
  }
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 180px;
  }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }
  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }
  /* Responsive Menu
  --------------------------------------------- */
  .js .nav-primary {
    display: block;
    padding-top: 15px;
  }
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }
  /* Header Menu
  --------------------------------------------- */
  .nav-primary {
    clear: none;
    float: right;
    width: auto;
  }
  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Site-Inner
  --------------------------------------------- */
  /* Author Box
  --------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }
  /* After Entry
  --------------------------------------------- */
  .after-entry {
    padding: 40px 60px;
  }
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* Column Classes
  --------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.5641025641%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.7179487179%;
  }
  .one-third,
  .two-sixths {
    width: 31.6239316239%;
  }
  .four-sixths,
  .two-thirds {
    width: 65.811965812%;
  }
  .one-fourth {
    width: 23.0769230769%;
  }
  .three-fourths {
    width: 74.358974359%;
  }
  .one-sixth {
    width: 14.5299145299%;
  }
  .five-sixths {
    width: 82.905982906%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
  /* Entry Misc.
  --------------------------------------------- */
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }
  /* Footer Widgets
  --------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1140px;
  }
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: 33.3333333333%;
  }
}
/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
html {
  padding: 0 !important;
  margin-top: 0 !important;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
}

h1 {
  font-size: 2.5em;
  font-weight: bold;
}

h2 {
  font-size: 1.875em;
  font-weight: 500;
}

h3 {
  font-size: 1.5625em;
  font-weight: 500;
}

h4 {
  font-size: 1.4375em;
  font-weight: 500;
}

h5 {
  font-size: 1.25em;
  font-weight: 500;
}

h6 {
  font-size: 1.125em;
  font-weight: bold;
  font-style: italic;
}

.btn-primary {
  padding: 8px 40px;
  text-decoration: none;
  border-radius: 25px;
  cursor: pointer;
  background-color: darkcyan !important;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #00bebe !important;
}

.extend {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

.mtp {
  margin-top: 30px;
}

.mbp {
  margin-bottom: 30px;
}

.mlp {
  margin-left: 30px;
}

.mrp {
  margin-right: 30px;
}

.mtg {
  margin-top: 50px;
}

.mbg {
  margin-bottom: 50px;
}

.mlg {
  margin-left: 50px;
}

.mrg {
  margin-right: 50px;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

article {
  margin-bottom: 0 !important;
}

.post-edit-link {
  display: none;
}

#cookie_hdr_showagain {
  font-size: 20px;
}

#cookie-law-info-again {
  right: 3px !important;
}

.site-container {
  overflow-x: hidden;
}

p, body, div, span {
  font-family: "Montserrat", sans-serif;
}

.text-content-wrapper {
  padding: 150px 0 0;
}
@media (max-width: 768px) {
  .text-content-wrapper {
    padding: 100px 0 0;
  }
}
.text-content-wrapper h2 {
  font-family: "Cinzel", serif;
  font-size: 28px;
}

.intro-section {
  padding: 20px 20px;
  margin-top: 50px;
  position: relative;
}
.intro-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/fondo.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: -1;
}
.intro-section .title {
  font-family: "Cinzel", serif;
  font-size: 28px;
  text-transform: uppercase;
  margin: 50px auto 20px;
  font-weight: 500;
  display: block;
  text-align: center;
}
.intro-section .intro-text {
  max-width: 700px;
  margin: 20px auto 30px;
  text-align: center;
}
.intro-section .content-grid {
  display: flex;
  margin-bottom: 40px;
  gap: 20px;
}
@media (max-width: 768px) {
  .intro-section .content-grid {
    flex-wrap: wrap;
  }
}
.intro-section .content-grid .card {
  width: 60%;
  background: #fff;
  padding: 20px;
  text-align: left;
  border-radius: 0;
  border: 0;
  text-align: center;
}
.intro-section .content-grid .card h2 {
  font-family: "Cinzel", serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.intro-section .content-grid .card li {
  font-size: 17px;
  line-height: 1.1em;
  margin: 20px 0;
}
.intro-section .content-grid .card li strong {
  display: block;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .intro-section .content-grid .card {
    width: 100%;
  }
}
.intro-section .call-to-action {
  margin-top: 40px;
}
.intro-section .call-to-action h3 {
  font-family: "Cinzel", serif;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 100px auto 20px;
  text-align: center;
  display: block;
}
.intro-section .call-to-action p {
  max-width: 700px;
  margin: 0 auto 20px;
  text-align: center;
}
.intro-section .call-to-action p em {
  color: #300e0e;
  font-style: italic;
}
.intro-section .call-to-action .btn {
  width: fit-content;
  padding: 5px 20px;
  color: black;
  font-size: 17.5px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.5s;
  margin: 40px auto;
  display: block;
  border-radius: 0;
  border-bottom: 2px solid black;
}
.intro-section .call-to-action .btn:hover {
  padding: 5px 25px;
  border-color: #d6a788;
}

.content-wrapper {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media (max-width: 768px) {
  .content-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content-wrapper .a-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
}
.content-wrapper .a-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.content-wrapper .a-wrapper img:hover {
  object-fit: 115%;
}
.content-wrapper .a-wrapper .informacion {
  color: black;
}
.content-wrapper .a-wrapper .informacion h2 {
  color: black;
  margin-bottom: -20px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
}
.content-wrapper .a-wrapper .informacion p {
  font-size: 15px;
  line-height: 1.125em;
  text-align: justify;
  width: 90%;
  min-height: 85px;
  margin: 30px 0 15px;
}
.content-wrapper .a-wrapper .informacion .button-into-a {
  display: flex;
  gap: 10px;
  width: fit-content;
  align-items: center;
  justify-content: left;
  background-color: transparent;
  border-bottom: 2px solid black;
  color: black;
  padding-bottom: 3px;
  color: black;
  font-size: 15px;
  font-weight: 400;
  transition: 0.2s;
}
.content-wrapper .a-wrapper .informacion .button-into-a:hover {
  padding-right: 20px;
  border-color: #d6a788;
}

.container-filter {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  padding: 0px;
  margin: 0px;
  max-width: 800px;
  margin-bottom: 30px;
  margin-top: 30px;
  z-index: 100;
  position: relative;
}
.container-filter select {
  padding: 7px 25px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
}
.container-filter button {
  display: flex;
  gap: 10px;
  width: fit-content;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid rgb(189, 189, 189);
  color: black;
  font-size: 15px;
  font-weight: 400;
  transition: 0.2s;
  border-radius: 0;
  padding: 7px 25px;
}
.container-filter .active-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
  font-size: 15px;
  line-height: 1.1em;
}
.container-filter .active-filters .active-filter {
  background: #e3e3e3;
  border-radius: 3px;
  padding: 2px 8px;
  margin-left: 5px;
  font-weight: 500;
}

.hero-inner-page {
  height: 85px;
  width: 100%;
  background-image: url(images/fondo.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}

.background-video-wrapper {
  position: relative;
  height: 350px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.background-overlay-text {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
  padding: 0 20px;
  pointer-events: none;
}

.aviso-asistencia {
  background-color: #fef6f1;
  padding: 10px;
  font-size: 15px;
  max-width: 900px;
  margin-bottom: 30px;
}

/* Header --------------------- */
.header-principal.header-1 {
  width: 100vw;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header-principal.header-1 .conatiner {
    flex-wrap: nowrap;
  }
}
.header-principal.header-1 .navbar-brand {
  width: 180px;
  padding: 0;
  font-size: 25px;
  font-family: "Cinzel", serif;
  color: black;
  font-weight: 600;
  margin: 0;
}
.header-principal.header-1 .rrss {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 40px;
}
.header-principal.header-1 .rrss i {
  color: black;
  font-size: 25px;
}
@media (max-width: 768px) {
  .header-principal.header-1 .rrss {
    display: none;
  }
}
.header-principal.header-1 h1 {
  font-size: 28px;
  color: white;
  max-width: 540px;
  margin: auto;
  text-align: center;
  margin-top: 30px;
}
.header-principal.header-1 .nav-link {
  text-transform: uppercase;
  font-weight: 500;
  color: black;
  font-family: "Cinzel", serif;
  padding: 0px 0px 2px;
  border-bottom: 2px solid transparent;
  margin-right: 20px;
  transition: 0.3s;
}
.header-principal.header-1 .nav-link:hover {
  border-bottom: 1px solid black;
}

.hero {
  height: 35vh;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/fondo.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5; /* Ajusta la opacidad (0.1 - 1) */
  z-index: -1; /* Coloca el fondo detrás del contenido */
}
.hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}
.hero .container h1 {
  padding: 0;
  margin: 0 0 20px;
  font-family: "Montserrat", serif;
  font-size: 24px;
  margin-bottom: 10px;
}
.hero .container h2 {
  font-size: 24px;
}
.hero .container .asl_w_container {
  max-width: 540px;
  margin: 20px 0;
}
.hero .container .asl_w_container .probox {
  background-color: white !important;
}
.hero .container .asl_w_container input {
  height: 30px;
}
.hero img {
  position: absolute;
  right: -5%;
  top: 0px;
  width: 30%;
}

.home .hero {
  height: 55vh;
}
@media (max-width: 768px) {
  .home .hero {
    height: 100%;
    padding: 40px 0;
  }
}
.home .hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}
.home .hero .container h1 {
  padding: 0;
  margin: 0 0 20px;
  font-family: "Montserrat", serif;
  font-size: 35px;
  margin-bottom: 10px;
  font-family: "Cinzel", serif;
  color: #300e0e;
}
.home .hero .container h2 {
  font-size: 24px;
  font-family: "Cinzel", serif;
}
.home .hero .container .asl_w_container {
  max-width: 540px;
  margin: 20px 0;
}
.home .hero .container .asl_w_container .probox {
  background-color: white !important;
}
.home .hero .container .asl_w_container input {
  height: 30px;
}
.home .hero img {
  position: absolute;
  right: -5%;
  top: 105px;
  width: 45%;
  bottom: -42px;
}
@media (max-width: 768px) {
  .home .hero img {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    display: block;
    margin-left: -80px;
    margin-top: -171px;
  }
}

.header-2 .navbar-brand {
  width: 200px;
}
.header-2 a:focus {
  border: none;
  outline: none;
}
.header-2 .collapse.navbar-collapse {
  flex-grow: 0;
  flex-basis: 0;
}
@media (max-width: 1023px) {
  .header-2 ul#menu-header-menu {
    height: 100vh;
    display: flex;
    margin-top: 40px;
    gap: 20px;
  }
}
.header-2 ul#menu-header-menu li {
  text-transform: uppercase;
  font-size: 20px;
  color: grey;
  font-weight: 200;
}
@media (max-width: 1023px) {
  .header-2 ul#menu-header-menu li {
    border-bottom: 1px solid gray;
  }
  .header-2 ul#menu-header-menu li a {
    font-size: 25px;
  }
}
.header-2 ul#menu-header-menu li ul {
  padding: 0;
  border-radius: 0;
}
@media (max-width: 1023px) {
  .header-2 ul#menu-header-menu li ul {
    background-color: transparent;
    border: none;
  }
}
.header-2 ul#menu-header-menu li ul li {
  background-color: rgb(246, 235, 235);
  margin: 1px 0;
}
@media (max-width: 1023px) {
  .header-2 ul#menu-header-menu li ul li {
    background-color: transparent;
    border: none;
  }
  .header-2 ul#menu-header-menu li ul li a {
    font-size: 20px;
  }
}
.header-2 ul#menu-header-menu li ul li a {
  color: black;
}
.header-2 ul#menu-header-menu li ul li a:hover {
  color: rgb(219, 244, 250);
  background-color: #000000 !important;
}
.header-2 .icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-2 .icon select {
  background-color: transparent;
  border: 0;
}
.header-2 .navbar-toggler {
  border: none;
}
.header-2 .navbar-toggler:hover, .header-2 .navbar-toggler:focus {
  background-color: transparent;
  color: transparent;
}

.header-3 .logotipo img {
  width: 200px;
  padding: 10px 0;
}

.navbar-toggler {
  background-color: transparent;
  border: none;
  color: white;
}

/* Footer--------------------- */
footer {
  position: relative;
  padding-top: 30px;
}
footer .brand {
  padding: 0;
  font-size: 30px;
  font-family: "Cinzel", serif;
  color: black;
  font-weight: 400;
  margin: 0 0 0px;
  text-align: center;
  display: block;
}
footer .rrss {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 0px;
  margin-bottom: 30px;
}
footer .rrss i {
  color: black;
  font-size: 22px;
}
footer .sub-banner {
  position: relative;
}
footer .sub-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/fondo.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: -1;
}
footer .sub-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
footer .sub-banner .container .menu-principal #menu-header-menu-1, footer .sub-banner .container .menu-legal ul {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
footer .sub-banner .container .menu-principal #menu-header-menu-1 a, footer .sub-banner .container .menu-legal ul a {
  color: black;
}
footer .sub-banner .container a {
  color: black;
  font-size: 15px;
}

/* General --------------------- */
.max-width-page {
  max-width: 900px;
  margin: 0 auto;
}

.container .row {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .container .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.btn-primary {
  background-color: #E45355;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 30px;
}
.btn-primary:hover {
  color: white;
  background-color: #707070;
}

.btn-primary.center {
  margin: auto;
}

a {
  text-decoration: none;
  color: #E45355;
}

/* Front Page --------------------- */
.front-page-hero {
  height: 600px;
  background-image: url(images/front-page/hero.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}
@media (max-width: 991px) {
  .front-page-hero {
    text-align: center;
    height: 320px;
  }
  .front-page-hero h1 {
    font-size: 22px;
  }
  .front-page-hero h2 {
    font-size: 12px;
  }
}

/* Page --------------------- */
.hero-page {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
}

.bloque-especial {
  background-color: #F4F4F4;
  padding: 50px 50px !important;
  margin-top: -250px;
  margin-bottom: 50px;
  box-shadow: 0px 10px 50px -22px black;
}
.bloque-especial h2 {
  text-align: center;
  margin-bottom: 20px;
}
.bloque-especial .p-especial {
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
}
.bloque-especial img {
  margin: auto;
  width: 100%;
}
.bloque-especial p {
  max-width: 550px;
  margin: auto;
  text-align: center;
}

.columnas-servicios :where(.wp-block-columns.is-layout-flex) {
  gap: 4em !important;
}
.columnas-servicios h2 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-top: 20px;
}
.columnas-servicios h2:before {
  content: url(images/front-page/servicios/tick.svg);
  margin-right: 10px;
}

.wrapper-proyectos {
  display: flex;
  margin: 50px 0;
}
.wrapper-proyectos .proyecto {
  min-height: 280px;
  width: 50%;
  background-color: rgb(187, 187, 187);
  color: black !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper-proyectos .proyecto:hover .hover-proyecto {
  display: flex;
}
.wrapper-proyectos .proyecto .hover-proyecto {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.wrapper-proyectos .proyecto .hover-proyecto h2 {
  font-size: 26px;
  font-weight: bold;
}
.wrapper-proyectos .proyecto .hover-proyecto h2:before {
  content: url(images/tick.svg);
  margin-right: 5px;
}
.wrapper-proyectos .proyecto .hover-proyecto p {
  margin: 10px 30px;
  text-align: center;
}

/* Single --------------------- */
.single-img-galery {
  width: 100%;
  margin: 20px 0;
}

/* Contacto --------------------- */
.contact-column {
  margin-top: 30px;
}
.contact-column .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-column .wp-block-column h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0px;
}
.contact-column .wp-block-column p {
  margin-top: 10px;
}
.contact-column .wp-block-column p a {
  color: #E45355;
  text-decoration: none;
}
.contact-column .wp-block-column p a:hover {
  color: black;
}

.wpcf7-form p {
  text-align: left;
  max-width: 100%;
}
.wpcf7-form label {
  width: 100%;
  margin-bottom: 20px;
}
.wpcf7-form .wpcf7-submit {
  background-color: #E45355;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 30px;
}
.wpcf7-form .wpcf7-submit:hover {
  color: white;
  background-color: #707070;
}

.post-card {
  text-decoration: none;
  max-width: 45%;
}
@media (max-width: 1200px) {
  .post-card {
    max-width: 100%;
  }
}
.post-card .img-post {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin: 0 0 30px;
}
.post-card h3 {
  font-size: 25;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.post-card p {
  color: #000000;
  text-align: justify;
}
.post-card .viewmore {
  margin: 20px 0;
  font-weight: bold;
  color: darkcyan;
  text-decoration: none;
  transition: 1s;
}
.post-card .viewmore hr {
  color: black;
  margin: 0;
  display: none;
}
@keyframes subhr {
  from {
    width: 10px;
  }
  to {
    width: 150px;
  }
}
.post-card .viewmore:hover hr {
  width: 150px;
  display: block;
  animation: subhr 1s;
}

aside.widget-area .widget {
  margin-bottom: 30px;
}
aside.widget-area .widget h2 {
  font-size: 22px;
}
aside.widget-area .widget ul, aside.widget-area .widget ol {
  margin: 0;
  padding: 0;
}
aside.widget-area .widget a {
  color: grey;
  font-weight: 500;
  text-decoration: none;
}

.comment article .comment-header {
  border-bottom: 2px solid rgb(187, 187, 187);
  margin-bottom: 15px;
}
.comment article .comment-header .avatar {
  margin: 0 15px 10px 0;
}
.comment article .comment-header p {
  display: inline;
  margin: auto 0;
}
.comment article .comment-header p:first-child {
  text-transform: capitalize;
}
.comment article .comment-header p:first-child a {
  text-decoration: none;
}
.comment article .comment-header p .says {
  text-transform: lowercase;
}
.comment article .comment-header .comment-time-link {
  color: #333;
  text-decoration: none;
}
.comment article .comment-reply a {
  color: #333;
  text-decoration: none;
  border-bottom: 2px solid darkcyan;
}

.error404 .container.error {
  text-align: center;
  font-family: "Roboto";
  margin-bottom: 50px;
}
.error404 .container.error .imagen {
  margin: 100px auto 50px;
  background-image: url("library/images/404/404.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 25vh;
  width: 40vw;
}
@media (max-width: 768px) {
  .error404 .container.error .imagen {
    margin: auto;
  }
}
.error404 .container.error p {
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .error404 .container.error p {
    font-size: 28px;
    margin: 10px;
  }
}
.error404 .container.error h3 {
  font-size: 3.25em;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 768px) {
  .error404 .container.error h3 {
    font-size: 22px;
    margin: 10px;
  }
}
.error404 .container.error .small {
  font-size: 1.375em;
  font-weight: normal;
  margin: 0 0 50px;
}

.elementor-section {
  padding: 50px 0;
}

.slider {
  padding: 0;
}
.slider .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0px;
}

.elementor-button-link {
  background-color: darkcyan !important;
  color: #fff !important;
  padding: 8px 40px;
  text-decoration: none;
  border-radius: 25px;
  cursor: pointer;
}
.elementor-button-link:hover, .elementor-button-link:active {
  background-color: #00bebe !important;
}

.elementor-button-info .elementor-button-link {
  background-color: darkblue !important;
  color: #fff !important;
  padding: 8px 40px;
  text-decoration: none;
  border-radius: 25px;
  cursor: pointer;
}
.elementor-button-info .elementor-button-link:hover, .elementor-button-info .elementor-button-link:active {
  background-color: #0000be !important;
}

.elementor-button-success .elementor-button-link {
  background-color: green !important;
  color: #fff !important;
  padding: 8px 40px;
  text-decoration: none;
  border-radius: 25px;
  cursor: pointer;
}
.elementor-button-success .elementor-button-link:hover, .elementor-button-success .elementor-button-link:active {
  background-color: #00b300 !important;
}

.elementor-button-warning .elementor-button-link {
  background-color: rgb(255, 119, 0) !important;
  color: #fff !important;
  padding: 8px 40px;
  text-decoration: none;
  border-radius: 25px;
  cursor: pointer;
}
.elementor-button-warning .elementor-button-link:hover, .elementor-button-warning .elementor-button-link:active {
  background-color: #ff9233 !important;
}

.elementor-button-danger .elementor-button-link {
  background-color: rgb(159, 6, 6) !important;
  color: #fff !important;
  padding: 8px 40px;
  text-decoration: none;
  border-radius: 25px;
  cursor: pointer;
}
.elementor-button-danger .elementor-button-link:hover, .elementor-button-danger .elementor-button-link:active {
  background-color: #d00808 !important;
}

.outline .elementor-button-link {
  background-color: transparent !important;
  color: darkcyan !important;
  border: 1px solid darkcyan !important;
  padding: 8px 40px;
  text-decoration: none;
  border-radius: 25px;
  cursor: pointer;
}
.outline .elementor-button-link:hover, .outline .elementor-button-link:active {
  background-color: darkcyan !important;
  color: #fff !important;
  border: 1px solid darkcyan !important;
}

.elementor-button-info.outline .elementor-button-link {
  background-color: transparent !important;
  color: darkblue !important;
  border: 1px solid darkblue !important;
  padding: 8px 40px;
  text-decoration: none;
  border-radius: 25px;
  cursor: pointer;
}
.elementor-button-info.outline .elementor-button-link:hover, .elementor-button-info.outline .elementor-button-link:active {
  background-color: darkblue !important;
  color: #fff !important;
  border: 1px solid darkblue !important;
}

.elementor-button-success.outline .elementor-button-link {
  background-color: transparent !important;
  color: green !important;
  border: 1px solid green !important;
  padding: 8px 40px;
  text-decoration: none;
  border-radius: 25px;
  cursor: pointer;
}
.elementor-button-success.outline .elementor-button-link:hover, .elementor-button-success.outline .elementor-button-link:active {
  background-color: green !important;
  color: #fff !important;
  border: 1px solid green !important;
}

.elementor-button-warning.outline .elementor-button-link {
  background-color: transparent !important;
  color: rgb(255, 119, 0) !important;
  border: 1px solid rgb(255, 119, 0) !important;
  padding: 8px 40px;
  text-decoration: none;
  border-radius: 25px;
  cursor: pointer;
}
.elementor-button-warning.outline .elementor-button-link:hover, .elementor-button-warning.outline .elementor-button-link:active {
  background-color: rgb(255, 119, 0) !important;
  color: #fff !important;
  border: 1px solid rgb(255, 119, 0) !important;
}

.elementor-button-danger.outline .elementor-button-link {
  background-color: transparent !important;
  color: rgb(159, 6, 6) !important;
  border: 1px solid rgb(159, 6, 6) !important;
  padding: 8px 40px;
  text-decoration: none;
  border-radius: 25px;
  cursor: pointer;
}
.elementor-button-danger.outline .elementor-button-link:hover, .elementor-button-danger.outline .elementor-button-link:active {
  background-color: rgb(159, 6, 6) !important;
  color: #fff !important;
  border: 1px solid rgb(159, 6, 6) !important;
}

.wp-block-group, .wp-block-columns {
  padding: 50px 0;
}

.has-background {
  margin-top: 0;
  margin-bottom: 0;
}

.sidebar section {
  width: 90%;
  padding: 0 5%;
}

.search .btn-filtros {
  display: none !important;
}

.search-card h3 {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline;
  margin-bottom: -10px;
}
.search-card p {
  margin: 8px 0;
}
.search-card span {
  margin-left: 5px;
  text-transform: capitalize;
  font-style: italic;
  font-size: 15px;
}
.search-card span::before {
  content: "_________";
  letter-spacing: -1.5px;
  margin-right: 5px;
}
.search-card .viewmore {
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  border-bottom: 2px solid darkcyan;
}

.frm_forms fieldset {
  border: 0;
}
.frm_forms fieldset legend {
  display: none;
}
.frm_forms input, .frm_forms textarea {
  border-radius: 15px;
  margin: 5px 0;
  padding: 10px;
}
.frm_forms .frm_form_field {
  margin: 10px 0;
}
.frm_forms .frm_form_field label {
  display: block;
  width: 100%;
  font-weight: bold;
}
.frm_forms .frm_form_field label span {
  display: inline;
}
.frm_forms .frm_form_field input {
  display: block;
  width: 100%;
}
.frm_forms .frm_form_field .frm_description {
  font-size: 15px;
  font-style: italic;
}
.frm_forms .frm_button_submit {
  padding: 8px 40px;
  text-decoration: none;
  border-radius: 25px;
  cursor: pointer;
  background-color: darkcyan !important;
  color: #fff !important;
}
.frm_forms .frm_button_submit:hover, .frm_forms .frm_button_submit:active {
  background-color: #00bebe !important;
}

.frm_forms #form_contact-form label, .frm_forms #form_contact-form .frm_description {
  color: white;
}
.frm_forms .frm_button_submit {
  padding: 8px 30px;
  background-color: white !important;
  color: black !important;
}
.frm_forms .frm_button_submit:hover {
  background-color: #beffff !important;
}

.comer-template-default .hero {
  display: none !important;
}
.comer-template-default hr {
  border: 1px solid black;
}

.nuestro-contenido{
  margin-top: 50px;

  h3{
    font-family: "Cinzel", serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;

    margin-bottom: 30px;
  }

  iframe{
    max-width: 200px !important;
  }

  .videos{
      display: flex;
      gap: 20px;
  }
}

.valoraciones{
  @media(max-width: 768px){
    padding-left: 25px;
    padding-right: 25px;
  }
  .valoracion {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    font-size: 17px;
    strong {
      font-weight: 500;
    }
    .valoracion-conclusion {
      width: 100%;
      text-align: justify;
      margin: auto;
        h3 {
          font-family: "Cinzel", serif;
          font-size: 20px;
          text-transform: uppercase;
          font-weight: 500;
          display: block;
        }
    }
    .puntos-fuertes, .areas-mejora {
      width: 48%;
      @media(max-width: 768px){
        width: 100%;
      }
      h3 {
        font-family: "Cinzel", serif;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 500;
        display: block;
      }
      ul {
        max-width: 80%;
        margin-bottom: 30px;
        margin-left: 20px;
        li {
          list-style: disc;
          margin-bottom: 10px;
          line-height: 1.7em;
        }
      }
    }
  }
}




.galeria-imagen-hero .owl-item img {
  height: 450px;
  object-fit: cover;

  @media(max-width: 768px){
    height: 280px;
  }
}

.info-bussiness {
  padding-top: 50px;

  @media(max-width: 768px){
    padding-left: 25px;
    padding-right: 25px;
  }

  h1{
    font-family: "Cinzel", serif;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
  }
  .row {
    padding: 0 !important;
  }
  .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
      .direccion {
        margin-top: -15px;
        display: flex;
        align-items: center;
        gap: 10px;
        z-index: 100;
          strong i {
            font-size: 17px;
            color: black;
          }

          a, p{
            color: black;
            text-transform: uppercase;
            font-size: 14px;
          }
      }

      .precio {
        margin-top: -25px;
        color: black;
        font-size: 14px;
        margin-left: 20px;
      }
      .botones {
        display: flex;
        align-items: center;
        gap: 20px;
      }
      .horario {
        display: flex;
        flex-wrap: wrap;
        p {
          text-transform: capitalize;
          width: 40%;
          box-shadow: 1px 1px 10px rgb(214, 214, 214);
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 10px 20px;
          margin-right: 30px;
          font-size: 16px;

          @media(max-width: 768px){
            width: 100%;
          }
        }
      }
  }
  .info-text {
    margin-top: 30px;
    text-align: justify;
    color: black;
  }
}

.info-bussiness .info .btn-single {
  display: flex;
  gap: 10px;
  width: fit-content;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 0px;
  max-height: 40px;
  color: black;
  padding: 10px 20px;
}
.info-bussiness .info .btn-single a {
  color: black;
  font-size: 15px;
  font-weight: 400;
}
.info-bussiness .info .redes-sociales {
  display: flex;
  gap: 20px;
}
.info-bussiness .info .redes-sociales a {
  width: fit-content;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid black;
  max-height: 40px;
  color: black;
  padding: 10px 20px;
  color: black;
  font-size: 15px;
  font-weight: 400;
}
.info-bussiness .info .redes-sociales a i {
  font-size: 18px;
}
.info-bussiness .info .info-text {
  font-size: 17px;
}










/* Footer */
#menu-textos-legales{
  display: flex;
  display: flex;
  gap: 20px;
  font-weight: 300;

  a{
    font-size: 12px;
  }
}