@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, Poppinsrea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[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;
}

Poppinsrea {
  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-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],
Poppinsrea: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,
Poppinsrea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1.125em;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

input:focus,
Poppinsrea: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 Poppinsrea {
  padding: 15px;
}

.site-container .entry-content .wpforms-form Poppinsrea.wpforms-field-small {
  height: 120px;
}

.site-container .entry-content .wpforms-form Poppinsrea.wpforms-field-medium {
  height: 200px;
}

.site-container .entry-content .wpforms-form Poppinsrea.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,
  Poppinsrea,
  .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;
  }
}
@font-face {
  font-family: "Poppins";
  src: url("library/fonts/Poppins/PoppinsBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("library/fonts/Poppins/PoppinsBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("library/fonts/Poppins/PoppinsBook.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("library/fonts/Poppins/PoppinsHeavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("library/fonts/Poppins/PoppinsIt.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("library/fonts/Poppins/PoppinsLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("library/fonts/Poppins/PoppinsMedium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("library/fonts/Poppins/PoppinsRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* 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;
} */


body, p, div{
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media(max-width: 768px){
  .body, p, div{
    font-size: 20px;
  }
}


h1 {
  font-size: 2.5em;
  font-weight: bold;
}

h2 {
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

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;
}

h1.elementor-heading-title {
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

h2.elementor-heading-title {
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p.elementor-heading-title {
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-top: -20px;
  margin-bottom: -20px;
}

.katifa h2{
  color: #FFF;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.katifa p{
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.katifa-button{
  .elementor-button{
    border-radius: 100px;
    background: #F1B311;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.20);
    &:hover{
      background-color: white;
    }
    span{
      color: black;
      text-align: center;
      font-family: Poppins;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
  }
}

.swiper-pagination{
  .swiper-pagination-bullet{
    background-color: white !important;
    opacity: 100;
    width: 10px;
    height: 10px;
    &.swiper-pagination-bullet-active{
      background-color: #F1B311 !important;;
    }
  }
}

.slider-katifa{
  img{
    width: 390px;
    /* box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.10) !important; */
  }
}


.valores{
  h2{
    color: #305089;
    text-align: center;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    height: 60px;
  }
  .elementor-heading-title p{
    color: #305089;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
  }
  p{
    color: #606060;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;

    @media(max-width: 768px){
      font-size: 16px;
    }
  }
}

.elementor-element-b333acf .elementor-widget-wrap {
  padding: 0 !important;
}

/* .elementor-element-3de4155 .wp-caption:hover img {
  border-color: #000;
} */
.elementor-element-3de4155 .wp-caption:hover figcaption {
  color: #00814A;
}
.elementor-element-3de4155 .wp-caption img {
  border-bottom: 2px solid #0A7D3C;
}
@media(max-width: 768px){
  .elementor-element-3de4155 .wp-caption img {
    width: 70%;
    margin: auto;
  }
}


.best-seller{
  .elementor-column{
    margin: 0 10px;

    h2{
      color: #305089;
      text-align: center;
      font-family: Poppins;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px; /* 111.111% */
    }
    p{
      color: #606060;
      text-align: center;
      font-family: Poppins;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    .elementor-button-wrapper a{
      border-radius: 100px;
      background: #305089;
      box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.20);
      margin-bottom: 20px;
      margin-top: -20px;
      &:hover{
        background-color: #5AB3DD;
      }
    }
  }
}


.elementor-element-3de4155 .wp-caption figcaption {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 17.288px; /* 96.045% */
}
.category-product a{
	width: 100%;
}

.category-product .elementor-widget-wrap{
  padding: 5px !important;
}

.category-product .wp-caption {
  position: relative;
}
.category-product .wp-caption img{
  transition: transform 0.5s ease;
  transform-origin: center center;
  display: block;
}
.category-product .wp-caption img:hover{
  transform: scale(1.1);
}

.category-product .wp-caption a{
  overflow: hidden;
}


.category-product .wp-caption figcaption {
  position: absolute;
  bottom: 7px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.83px; /* 123.937% */
  text-transform: capitalize;
  margin: 0;
  width: 100%;
  padding: 30px 0;
}

.elementor-element-3870a63 {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

/* .elementor-element-420cd34 .elementor-button{
	border-color: #5cb85c !important;
}

.elementor-button-success .elementor-button-link {
  border-radius: 9.087px;
  background: var(--verde, #00814A) !important;
  margin-top: 0;
}
.elementor-button-success .elementor-button-link:hover {
  background-color: transparent !important;
  border: 1px solid #00814A !important;
}
.elementor-button-success .elementor-button-link:hover span {
  color: #00814A !important;
}
.elementor-button-success .elementor-button-link span {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: math-auto;
}
@media (max-width: 768px) {
  .elementor-button-success .elementor-button-link span {
    font-size: 16px;
  }
} */

.front-page-mundo p {
  color: #000;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-bottom: 0px;
}

/* .elementor-button-link {
  background-color: transparent !important;
  border-radius: 10px !important;
  border: 1px solid black;
  transition: 0.3s;
  margin-top: -30px;
}
@media (max-width: 768px) {
  .elementor-button-link {
    border-radius: 3px;
  }
}
.elementor-button-link:hover {
  background-color: #F6F1EF !important;
}
.elementor-button-link span {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .elementor-button-link span {
    font-size: 16px;
    line-height: 1.1em;
  }
} */

.wpcf7-form .col-md-6 p {
  margin: 0;
}

.wpcf7-form-control {

  font-family: Poppins !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  border: 1px solid #000 !important;
  border-radius: 0;
}


.wpcf7-form-control::placeholder {

  font-family: Poppins !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  color: black !important;
}

.wpcf7-form-control.wpcf7-acceptance {
  border: 0px solid #000 !important;
  border-radius: 0;
}

.wpcf7-list-item {
  margin: 0 !important;
}

@media (max-width: 768px) {
  .elementor-element-3de4155 .elementor-container {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
  }
  .elementor-element-3de4155 .swiper-container {
    width: 100%;
  }
  .elementor-element-3de4155 .swiper-wrapper {
    display: flex;
  }
  .elementor-element-3de4155 .swiper-slide {
    text-align: center;
    flex-shrink: 0;
    width: 100%;
    display: flex; /* Asegura que los elementos sean visibles */
    justify-content: center;
    align-items: center;
  }
  /* Asegurar que los elementos sean visibles dentro del slide */
  .elementor-element-3de4155 .swiper-slide .elementor-column {
    display: flex !important;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  /* Ocultar las columnas originales antes de pasarlas al Swiper */
  .elementor-element-3de4155 .elementor-column {
    display: none;
  }
}
@media (max-width: 768px) {
  .elementor-element-a0521ba .elementor-container {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
  }
  .elementor-element-a0521ba .swiper-container {
    width: 100%;
  }
  .elementor-element-a0521ba .swiper-wrapper {
    display: flex;
  }
  .elementor-element-a0521ba .swiper-slide {
    text-align: center;
    flex-shrink: 0;
    width: 100%;
    display: flex; /* Asegura que los elementos sean visibles */
    justify-content: center;
    align-items: center;
  }
  /* Asegurar que los elementos sean visibles dentro del slide */
  .elementor-element-a0521ba .swiper-slide .elementor-column {
    display: flex !important;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  /* Ocultar las columnas originales antes de pasarlas al Swiper */
  .elementor-element-a0521ba .elementor-column {
    display: none;
  }
}
@media (max-width: 768px) {
  .premium-carousel-wrapper img {
    width: 240px;
  }
}
.card-inner {
  max-width: fit-content !important;
  width: 70% !important;
  margin: auto;
}
.card-inner p {
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 80%;
  margin: auto;
}

@media (max-width: 767px) {
  .card-inner {
	width: 90% !important;
    margin-right: 20px;
    margin-left: 20px;
  }
  .card-inner .elementor-container {
    max-width: 100% !important;
  }
  
  .card-inner:nth-child(odd) .elementor-container {
    flex-direction: column-reverse;
  }

  .card-inner:nth-child(odd) .elementor-column:nth-child(1) .elementor-widget-wrap,
  .card-inner:nth-child(even) .elementor-column:nth-child(2) .elementor-widget-wrap{
    padding: 0px 0px 0 00px !important;
  }

  .card-inner .elementor-container p {
    padding: 0px;
  }
}


@media (max-width: 1023px) {
  .card-inner {
    width: fit-content;
    margin: auto;
  }
}
.wpcf7-submit {
  background-color: transparent !important;
  border-radius: 5px !important;
  text-transform: uppercase;
  margin-bottom: -30px;
}

.elementor-element-6613cdd .elementor-container, .elementor-element-7851e0c .elementor-container {
  display: flex;
}
.elementor-element-6613cdd .elementor-container .elementor-column, .elementor-element-7851e0c .elementor-container .elementor-column {
  width: 50%;
}
@media (max-width: 768px) {
  .elementor-element-6613cdd .elementor-container .elementor-column .widget-image-caption, .elementor-element-7851e0c .elementor-container .elementor-column .widget-image-caption {
    padding: 12px 10px;
    font-size: 20px;
    line-height: 1.1em;
  }
}

/* Header --------------------- */
.header-principal {
  background-color: #ffffff;
  flex-direction: column;
  border-bottom: 4px solid #305089;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.10);
  z-index: 100;
}
.header-principal .navbar-collapse {
  justify-content: flex-end
}
@media (max-width: 768px) {
  .header-principal .navbar-brand img {
    width: 220px;
  }
}
.header-principal .navbar-nav {
  margin-left: 10%;
}
@media (max-width: 991x) {
  .header-principal .navbar-nav {
    margin-left: 20px;
    margin-top: 30px;
  }
}
.header-principal .navbar-brand{
  padding: 25px 0;
}
.header-principal .navbar-nav .menu-item .nav-link {
  color: #305089;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 0;
  border-right: 1px solid black;
  padding-right: 10px;
  margin-right: 10px;
}
.header-principal .navbar-nav .menu-item .nav-link:hover {
  color: #5AB3DD;
}
@media (max-width: 991px) {
  .header-principal .navbar-nav .menu-item .nav-link {
    border-right: 0;
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.header-principal .navbar-nav .menu-item .dropdown-menu {
  background-color: transparent;
  border: 0;
}
.header-principal .navbar-nav .menu-item .dropdown-menu .dropdown-item {
  color: #305089;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.288px; /* 123.486% */

}

.header-principal .navbar-nav .menu-item .dropdown-menu .dropdown-item:hover{
  color: #305089;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (max-width: 991px) {
  .header-principal .navbar-nav .menu-item .dropdown-menu .dropdown-item {
    border-right: 0;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.header-principal .navbar-nav .menu-item .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.header-principal .dropdown-item.active, .header-principal .dropdown-item:active {
  background-color: transparent;
  border: 0;
}
.header-principal .contacto {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
.header-principal .contacto a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #305089;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-principal .contacto a i {
  color: #305089;
}

.header-principal.open-submenu {
  height: 210px;
  border-bottom: 4px solid #305089;
}

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: transparent !important;
  box-shadow: 0 0 0 transparent !important;
}

.contact-mobile {
  display: none;
}

@media(max-width: 1366px){
	.contacto{
		display: none !important;
	}
}

@media(max-width: 1366px){
	.contact-mobile {
    margin-left: 10%;
    display: flex;
    gap: 12px;
  }
  .contact-mobile i {
    color: #305089;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .header-principal .navbar-brand img {
    width: 165px;
  }
  .header-principal .container .navbar-collapse {
    height: 95vh;
  }
  .header-principal .container .navbar-collapse .navbar-nav {
    height: 100%;
    display: flex;
    gap: 15px;
    margin-top: 50px;
    margin-left: 20px;
  }
  .header-principal .container .navbar-collapse .navbar-nav li {
    border-top: 1px solid lightgrey;
    padding: 20px 0px 0px 10px;
  }
  .header-principal .container .navbar-collapse .navbar-nav li a {
    color: #000;
    font-family: Poppins;
    font-size: 18.004px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-principal .container .navbar-collapse .navbar-nav li ul li {
    border: 0;
    padding: 0;
  }
  .header-principal .container .navbar-collapse .navbar-nav li ul li a {
    padding: 0;
    color: #000;
    font-family: Poppins;
    font-size: 18.004px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .header-principal .contacto {
    display: none;
  }
  .contact-mobile {
    margin-left: auto;
    display: flex;
    gap: 17px;
  }
  .contact-mobile i {
    color: #305089;
    font-size: 24px;
  }
}
.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--------------------- */
.blog .button-footer{
  padding-bottom: 70px;
}
.button-footer {
  background-color: #F6F1EF;
}
.button-footer .container .row {
  padding-top: 50px;
  padding-bottom: 0px;
  margin-bottom: -50px;
}
.button-footer .container .row .col-sm-6 a img {
  width: 100%;
}
.button-footer a{
	position: relative;
	width: fit-content;
	height: fit-content;
	display: block;
}

.elementor-icon-list-text{
  color: black;
}



.button-footer a:before {
    content: '\f019'; /* Código del ícono de descarga */
    font-family: 'Font Awesome 6 Pro'; /* O la versión que uses */
    font-weight: 900; /* Necesario para los íconos sólidos */
    width: 100%;
    height: 100%;
    position: absolute;
    background: #5cb85c82;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    color: white;
	
	opacity: 0;
}

.column-card p{
	color: var(--verde, #00814A);
	text-align: center;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 22.439px;
	width: 60%;
	margin: auto;
}

@media(max-width: 768px){
  .column-card p{
    text-align: center;
    max-width: 100% !important;
    width: 100%;
    margin: 0px 0 -15px;
  }

  .column-card img{
    width: 60%;
  }
}

.button-footer a:hover:before{
	opacity: 100%;
	transition: 0.2s;
}

.card-inner {
  width: fit-content !important;
}

@media(max-width: 768px){
	.button-footer a{
		margin-bottom: 30px;
	}
  .card-inner{
		width: 90% !important;
	}

  .elementor-element-d919371{
    background-color: #F6F1EF;
  }
}

@media(min-width: 1024px){
	.card-inner{
		width: 70% !important;
	}
}

@media(max-width: 1024px){
	.card-inner .elementor-column{
		width: 100% !important;
	}
  .card-inner:nth-child(odd) .elementor-container{
		flex-direction: column-reverse;
	}
  .card-inner:nth-child(even) .elementor-column:nth-child(2), .card-inner:nth-child(odd) .elementor-column:nth-child(1){
		padding: 30px 0;
	}

  .elementor-element-3de4155 .elementor-container{
    display: flex;
    justify-content: center;
  }

  .elementor-element-3de4155 .elementor-container .elementor-column{
    width: 30%;
  }


}

.footer-bg-color {
  background: linear-gradient(180deg, #305089 0%, #1B3C86 100%);
}

.footer-bg-color .row{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}



/* .footer-bg-color ul li ul {
  display: none;
} */
 /* Desplegable footer */
 .footer-bg-color ul li ul {
  display: none;
  padding-left: 1em;
  white-space: nowrap;
}

.footer-bg-color ul li.active > ul {
  display: block;
  margin-bottom: 20px;
}

.footer-bg-color li {
  cursor: pointer;
  position: relative;
  padding-right: 1em;
}

/* Ángulo por defecto */
.footer-bg-color li:has(> ul)::after {
  content: "\f105";
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

/* Ángulo rotado si el submenú está visible */
.footer-bg-color li.active:has(> ul)::after {
  transform: rotate(90deg);
}







.footer-bg-color .row {
  justify-content: space-between;
  padding-bottom: 150px;
}


@media (max-width: 768px) {
  .footer-bg-color .row {
    padding: 20px !important;
  }
  .footer-bg-color .row .col-sm-3 {
    max-width: 100% !important;
    margin: 10px 0;
  }
}

.footer-bg-color .row .col-sm-3:nth-child(1){
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  figcaption{
    display: none;
  }  
}

/* .footer-bg-color .row .col-sm-3 {
  max-width: 320px;
} */
.footer-bg-color .row .col-sm-3 .footer-title {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid #AAD4C8;
}
.footer-bg-color .row .col-sm-3 ul li {
  list-style: disc;
  list-style-position: inside;
}
.footer-bg-color li:has(> ul)::after{
  display: none !important;
}


.footer-bg-color .row .col-sm-3 ul li::marker {
  color: #AAD4C8;
}
.footer-bg-color .row .col-sm-3 ul li a {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-bg-color .row .col-sm-3 .contacto-footer li a{
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.footer-bg-color .row .col-sm-3 ul li a:hover {
  color: #AAD4C8;
}
.footer-bg-color .row .col-sm-3 .contacto-footer li {
  list-style: none;
}
.footer-bg-color .row .col-sm-3 .contacto-footer li a i {
  color: #AAD4C8;
}
.footer-bg-color .linkedin a {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  color: #000;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer-bg-color .linkedin a {
    justify-content: flex-start;
    padding: 0 20px;
  }
}
.footer-bg-color .after-footer {
  /* border-top: 1px solid #00814A; */
  padding-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1080px) {
  .footer-bg-color .after-footer {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.footer-bg-color .after-footer .imagenes {
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .footer-bg-color .after-footer .imagenes {
    flex-direction: column;
  }
}
.footer-bg-color .after-footer p {
  color: #FFF;
  text-align: right;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.footer-bg-color .after-footer p a {
  color: #FFF;
  text-align: right;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

.img-after-footer {
  object-fit: cover;
  object-position: bottom;
  height: 40px;
  width: 100%;
}

.rrss-icon {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.rrss-icon a:hover {
  color: rgb(81, 81, 255);
}

.textos-legales {
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .textos-legales {
    flex-direction: column;
    gap: 0;
  }
}

.subenciones {
  padding: 30px;
}
.subenciones .imagenes {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .subenciones .imagenes {
    flex-direction: column;
  }
  .subenciones .imagenes img {
    width: 215px;
    margin: auto;
  }
}

/* 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: #305089;
}

/* 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;
  }
} */

.hero-front-page{
  .elementor-container.elementor-column-gap-default{
    .elementor-section.elementor-section-boxed>.elementor-container{
      max-width: 1100px;

      h1{
        color: #305089;
        font-family: Poppins;
        font-size: 28.886px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        max-width: 420px;
      }
      p{
        color: #606060;
        font-family: Poppins;
        font-size: 20.798px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: left;
        max-width: 420px;
      }
    }
  }
}

.hero-inner-page{
  height: 100px;
  width: 100%;
  background-image: url(images/inner-hero.jpg);
  background-size: cover;
}



/* 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;
}

.hero-deco{
  background-position: bottom;
}
.hero-deco .elementor-container{
  min-height: 45px !important;
}

.hero-inner{
  background-position: center;
  background-size: cover;
}

/* 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 {
  border-radius: 100px !important;
  background: #305089 !important;
  width: 151px !important;
  height: 44.165px !important;
  flex-shrink: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0;
  border-color: #305089 !important;

  &:hover{
    background-color: #5AB3DD !important;
  }
}
.wpcf7-form .wpcf7-submit:hover {
  color: white;
  background-color: #707070;
}

.hero-blog {
  margin-bottom: 30px;
}
.hero-blog .imagen {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.hero-blog .mandala {
  height: 70px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}

.container.title h1 {
  color: #305089;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  margin: auto;
  display: block;
  width: fit-content;

  margin-top: 50px;
}
.container.title p {
  color: #606060;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;

  margin: auto;
  display: block;
}

.blog .row {
  padding: 0px;
}

.blog-container {
  display: flex;
  flex-wrap: wrap;
}
.blog-container .post-card {
  width: 29%;
  background-color: transparent;
  border: 1px solid #D1D0D0;
  position: relative;
}

@media (max-width: 821px) {
  .blog-container .post-card {
    width: 100%;
  }
}
.blog-container .post-card .img-post {
  width: 100%;
  height: 228px;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
}
.blog-container .post-card .text {
  padding: 20px 30px;
}
.blog-container .post-card .text h3 {
  color: #305089;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.blog-container .post-card .text p {
  color: #606060;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-container .post-card .text .viewmore {
  color: #305089;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: #5AB3DD;
  text-decoration-thickness: 9.5%; /* 1.71px */
  text-underline-offset: 18%; /* 3.24px */
  text-underline-position: from-font;

  position: absolute;
  bottom: 20px; 
  right: 20px;
}
.blog-container .post-card:hover .text .viewmore,
.blog-container .post-card .text .viewmore:hover{
	color: #5AB3DD;
}

.single .row {
  padding: 0;
}
@media (max-width: 821px) {
  .single .row .col-sm-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.single .row .wp-post-image {
  width: 100%;
  object-fit: cover;
}
.single .row h1 {
  color: #305089;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.225em; /* 85.714% */
}
.single .row h2 {
  color: #305089;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 85.714% */
}
.single .row h3 {
  color: #305089;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 85.714% */
}
.single .row h4 {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 85.714% */
}
.single .row h5 {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 85.714% */
}
.single .row p {
  color: #606060;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single .row .widget-wrap .wp-block-group {
  padding: 0 33px;
}
@media (max-width: 768px) {
  .single .row .widget-wrap .wp-block-group {
    padding: 0px 20px 20px;
  }
}
.single .row .widget-wrap .wp-block-group h2 {
  color: #305089;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.single .row .widget-wrap .wp-block-group li {
  list-style: none;

  &:before{
    content: ">";
    color: #305089;
    font-family: Poppins;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-right: 10px;
  }
}
.single .row .widget-wrap .wp-block-group li a {
  color: #305089;
  font-family: Poppins;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.single .row .widget-wrap .wp-block-group li a:hover {
  color: #5AB3DD;
}

.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;
}

.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 Poppinsrea {
  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;
}





.custom-toggler {
    width: 25px;
    height: 17px;
    position: relative;
    border: none;
    background: none;
    z-index: 1001;
}

.custom-toggler .bar {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.custom-toggler .top-bar {
    top: 0;
}

.custom-toggler .middle-bar {
    top: 50%;
    transform: translateY(-50%);
}

.custom-toggler .bottom-bar {
    bottom: 0;
}

/* Animación al abrir */
.custom-toggler.open .top-bar {
    transform: rotate(45deg);
    top: 50%;
}

.custom-toggler.open .middle-bar {
    opacity: 0;
}

.custom-toggler.open .bottom-bar {
    transform: rotate(-45deg);
    bottom: 50%;
}


@media (min-width: 600px) and (max-width: 1024px) {
  .producto-image{
    width: 45% !important;
  }
  .producto-details{
    width: 55%;
  }
}


.page-id-399 .button-footer{
  display: none !important;
}


@media (min-width: 766px) and (max-width: 1024px) {
  .card-inner img{
    height: 450px !important;
  }

  .card-inner p{
    margin-bottom: 10px;
  }

  .footer-bg-color .row .col-sm-3{
    width: 45% !important;
    max-width: 100% !important;
  }

  .filtros .wp-block-group{
    padding: 0 !important;
  }

  .single .button-footer{
    margin-bottom: 50px;
  }
}



.single .button-footer{
  margin-bottom: 50px;
}



/* Politicas */
.page-id-1250 .hero-inner-page, .page-id-115 .hero-inner-page, .page-id-113 .hero-inner-page{
  margin-bottom: 50px;
}



.wpml-ls-statics-footer{
  display: none;
}


.single-return{
  color: #305089;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: #5AB3DD;
  text-decoration-thickness: 9.5%; /* 1.71px */
  text-underline-offset: 18%; /* 3.24px */
  text-underline-position: from-font;
  margin-bottom: 50px;
  float: right;
}

.custom-toggler .bar{
  height: 2px !important;
  color: #1B3C86;
}

@media(max-width: 768px){
  .header-principal .container{
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bg-color .row .col-sm-3:nth-child(1){
    margin-top: -20px;
  }
  .footer-bg-color .after-footer p{
    text-align: center;
  }
    .producto-image img {
      width: 80% !important;
  }
  .elementor-icon-list-text{
    font-size: 17px;
  }
}

@media(max-width:1080px){
  .single .row .widget-wrap .wp-block-group li a{
    font-size: 16px;
  }
}


.elementor-446 .elementor-element.elementor-element-921d7bf .elementor-icon-list-item > .elementor-icon-list-text, .elementor-446 .elementor-element.elementor-element-921d7bf .elementor-icon-list-item > a{
  &:hover{
    text-decoration: underline;
  }
}

.elementor-297 .elementor-element.elementor-element-e279615 .elementor-heading-title{
  line-height: 1.5em !important;
}

.sr7-bullet{
 background-color: rgb(201, 201, 201) !important; 
 border: 0px !important;
 background-image:  none !important;
}

.sr7-bullet.selected{
 background-color: #305089 !important; 
 border: 0px !important;
 background-image:  none !important;
}