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

p.elementor-heading-title{
  line-height: 1.8em;
}

p, body, span, div, table {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8em; /* 150% */
  color: #023A73;
}
@media (max-width: 991px) {
  p, body, span, div, table {
    line-height: 22px;
    font-size: 15px;
  }
}

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

h2 {
  font-family: "Montserrat";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  h2 {
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.wp-singular h2{
  color: #569ED0;
}


h3 {
  font-family: "Montserrat Alternates";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  h3 {
    font-size: 15px;
  }
}

h3.elementor-heading-title {
  font-family: "Montserrat Alternates";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  h3.elementor-heading-title {
    font-size: 20px !important;
  }
}

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

.color-white p {
  color: white;
}



.elementor-widget-container li {
  list-style-type: circle;
}

.elementor-widget-container ul {
  margin-left: 20px;
  max-width: 520px;
}

.whatsapp-contact span {
  color: var(--TIPOGRAFIA, #5A6669);
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .whatsapp-contact span {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .whatsapp-contact {
    margin-left: 130px;
  }
}

@media (max-width: 768px) {
  .whatsapp-contact .elementor-icon-box-wrapper {
    display: flex !important;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .whatsapp-contact .elementor-icon-box-wrapper h3 {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .hour-icon .elementor-icon-box-wrapper {
    display: flex !important;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .hour-icon .elementor-icon-box-wrapper h3, .hour-icon .elementor-icon-box-wrapper p {
    text-align: left;
  }
}


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

.wpcf7-form input, .wpcf7-form textarea {
  border-radius: 10px;
  background: var(--CORPORATIVO, hsla(213, 75%, 52%, 0.25));
  margin-bottom: 25px;
  color: #5A6669;
}
.wpcf7-form .wpcf7-submit {
  color: var(--BLANCO, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 145px !important;
  height: 43px;
  flex-shrink: 0;
  background-color: #2A7DE1 !important;
  padding: 10px 25px !important;
  border-radius: 20px !important;
  display: block;
  margin-top: 30px;
}
.wpcf7-form a {
  color: #2A7DE1;
}

.elementor-section {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.hero-inner-page span {
  color: var(--BLANCO, #FFF);
  /* cuerpo texto negrita */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
}

.hero-inner-page{
  @media (max-width: 1023px) and (min-width: 769px) {
    .elementor-container {
      min-height: 245px !important;
    }
  }
}


@media (max-width: 768px) {
  .hero-inner-page .elementor-container {
    height: 130px;
    min-height: auto !important;
  }
  .hero-inner-page .elementor-container h1 {
    font-size: 18px;
  }
  .hero-inner-page .elementor-container span {
    font-size: 16px;
    margin-top: -15px;
    display: block;
  }
}

/* Header --------------------- */
.header-1 {
  background: var(--BLANCO, #FFF);
  box-shadow: 0px 4px 18.2px 0px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .header-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header-1 .navbar-brand {
  width: 260px;

  @media(max-width: 768px){
    width: 190px;
  }
   @media(max-width: 360px){
    width: 160px;
  }
  @media(max-width: 330px){
    width: 130px;
  }
}
.header-1 a:focus {
  border: none;
  outline: none;
}
.header-1 #menu-header-menu {
  align-items: center;
}
@media (max-width: 768px) {
  .header-1 #menu-header-menu {
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header-1 #menu-header-menu .btn-menu {
    display: none;
  }
  .header-1 #menu-header-menu .menu-item {
    margin: auto;
  }
}
.header-1 #menu-header-menu .nav-link {
  color: var(--CORPORATIVO, #023A73);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  border-bottom: 1.5px solid transparent;
}
.header-1 #menu-header-menu .nav-link:hover {
  border-bottom: 1.5px solid #0D5CBB;
}
@media (max-width: 768px) {
  .header-1 #menu-header-menu .nav-link:hover {
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  .header-1 #menu-header-menu .nav-link {
    text-align: center;
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  .header-1 #menu-header-menu {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.header-1 .dropdown-menu {
  background-color: white;
  border: 0;
  box-shadow: 0px 3px 4.8px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .header-1 .dropdown-menu {
    box-shadow: 0 0 0 0;
    background-color: transparent;
  }
}
.header-1 .dropdown-menu .dropdown-item.active {
  color: #2A7DE1;
}
.header-1 .dropdown-menu .menu-item a {
  background-color: white;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 768px) {
  .header-1 .dropdown-menu .menu-item a {
    background-color: transparent;
    color: #023A73;
    text-align: center;
  }
}
.header-1 .dropdown-menu .menu-item a:hover {
  background: transparent;
  color: #2A7DE1;
}
.header-1 .navbar-toggler {
  border: none;
}
.header-1 .navbar-toggler:hover, .header-1 .navbar-toggler:focus {
  background-color: transparent;
  color: transparent;
}

.btn-menu a {
  color: var(--BLANCO, #FFF) !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 155px;
  height: 43px;
  flex-shrink: 0;
  background-color: rgba(86, 158, 208, 1);
  padding: 10px 25px;
  border-radius: 20px;
  display: block;
  margin-left: 20px;
  border: 1px solid transparent;
}
.btn-menu a:hover {
  background-color: #0D5CBB;
}
@media (max-width: 1024px) {
  .btn-menu a {
    width: 190px;
    margin-top: 20px;

    display: none;
  }
}

@media(max-width: 768px){
  .btn-mobile-menu {
    color: var(--BLANCO, #FFF) !important;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    flex-shrink: 0;
    background-color: rgba(86, 158, 208, 1);
    padding: 10px 17px;
    border-radius: 20px;
    display: block;
    border: 1px solid transparent;
    margin-left: auto;
  }
}
@media(min-width: 768px){
  .btn-mobile-menu {
    display: none !important;
  }
}




.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-bg-color {
  background: #023A73;
  padding-bottom: 30px;
}
@media (max-width: 790px) {
  .footer-bg-color {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.footer-bg-color p {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  color: white;
  max-width: 275px;
}
.footer-bg-color a {
  color: var(--BLANCO, #FFF);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.footer-bg-color a:hover {
  color: #54C8E8;
}
.footer-bg-color h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--FISIOTERAPIA, #54C8E8);
  font-family: "Montserrat Alternates";
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.footer-bg-color ul {
  padding: 0;
}
.footer-bg-color ul li ul {
  display: none;
}
.footer-bg-color .footer-title {
  font-size: 20px;
  font-weight: bold;
}
.footer-bg-color .row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.footer-bg-color .row .menu li {
  list-style: disc;
  color: white;
}
.footer-bg-color .row .wrapper-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 25px;
}
.footer-bg-color .row .wrapper-contact h2 {
  margin: 0;
  color: white;
}
@media (max-width: 991px) {
  .footer-bg-color .row .wrapper-contact h2 {
    text-align: left !important;
  }
}
.footer-bg-color .row .wrapper-contact a {
  margin-top: 5px;
  margin-left: 20px;
}
.footer-bg-color .row .wrapper-contact .tel-a {
  color: var(--FISIOTERAPIA, #54C8E8);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1080px) {
  .footer-bg-color .row .wrapper-contact .tel-a {
    font-size: 15px;
  }
}
@media (max-width: 1210px) {
  .footer-bg-color .col-sm-3 {
    width: 22%;
  }
  .footer-bg-color .contact-info-column {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .footer-bg-color .col-sm-3 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .footer-bg-color ul {
    margin-left: 25px;
  }
}

.copyright-banner-exit {
  display: flex;
  justify-content: center;
}
.copyright-banner-exit .copyright-text {
  text-align: center;
  margin: 0px 0 30px ;
  color: rgba(23, 40, 45, 0.5);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  a{
    color: #023A73;
  }
}

.rrss-icon {
  display: flex;
  gap: 15px;
  align-items: baseline;
  margin-top: 30px;
  margin-bottom: 20px;
}
.rrss-icon a {
  font-size: 30px;
}
.rrss-icon a:hover {
  color: #54C8E8;
}

#menu-textos-legales li {
  list-style-type: disc;
  color: white;
}
#menu-textos-legales li a {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}

.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;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .subenciones .imagenes img {
    width: 80%;
    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: #E45355;
}

/* Front Page --------------------- */
.hero-principal h2 {
  color: var(--BLANCO, #FFF);
  text-align: center;
  font-family: "Montserrat Alternates";
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .hero-principal h2 {
    color: var(--BLANCO, #FFF);
    text-align: center;
    font-family: "Montserrat Alternates";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.hero-principal h3 {
  color: var(--BLANCO, #FFF);
  font-family: "Montserrat Alternates";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .hero-principal h3 {
    color: var(--BLANCO, #FFF);
    font-family: "Montserrat Alternates";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

/* 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;
}

.slider-elementor{
  .elementor-widget-wrap{
    padding: 0 !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;
}









/* Elementor */
  /* Elementor Front page */
    /* Servicios */
    .elementor-element.elementor-element-8260818.elementor-widget.elementor-widget-heading{
      .elementor-widget-container{
            width: 109% !important;
      }
    }

    .servicios-front{
      p{
        margin-top: -10px;

        color: var(--TIPOGRAFIA, #5A6669);
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
      }

      h3 span{
        color: #023A73;
        text-align: center;
        font-family: "Montserrat Alternates";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
      }

      .elementor-icon-box-wrapper{
        transition: 0.5s;
        svg{transition: 0.5s;}
        &:hover{
          svg{
            transform: scale(1.1);
          }
        }
      }
    }

    /* Bonos front */
    .bonos-front{
      p{
        color: #023A73;
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
      }

      .card-bonos{
        .elementor-column{

          .elementor-widget-wrap{
            padding: 50px !important;
            border-radius: 24px;
            margin: 20px;

            @media(max-width: 768px){
              padding: 25px !important;
              margin-bottom: 50px;
            }
          }

          .elementor-element:nth-child(1) p{
            color: #023A73;
            text-align: center;
            font-family: Montserrat;
            font-size: 36px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;

            @media(max-width: 768px){
              font-size: 30px;
            }
          }
          .elementor-element:nth-child(2) p{
            color: #023A73;
            font-family: Montserrat;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
          }
          .elementor-element:nth-child(3) p{
            color: #023A73;
            text-align: center;
            font-family: Montserrat;
            font-size: 20.224px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
          }


          .elementor-button-wrapper{
            a{
                position: absolute;
                right: 0;
                left: 0;
                bottom: -70px;
                margin: auto;
                width: fit-content;
                border-radius: 72.5px;
                background: #023A73 !important;
                @media(max-width: 768px){
                  bottom: -50px;
                }

                &:hover{
                  background: rgba(86, 158, 208, 1) !important;
                  
                }

              span{
                font-family: Montserrat;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 24px; /* 150% */
                color: white;

                @media(max-width: 768px){
                  font-size: 14px;
                }
              }

            }
          }
        }
      }
    }

/* After footer */
.after-footer{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;

  h2{
    color: #023A73;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    max-width: 420px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }

  p{
    color: #023A73;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */

    max-width: 460px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }

  a{
    background-color: #7DC357;
    padding: 10px 20px;
    border-radius: 25px;

    color: var(--BLANCO, #FFF);
    text-align: right;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    &:hover{
      background-color: #427e22;
    }

    i{
      font-size: 22px;
    }
  }
}

/* Blog CSS */
.hero-blog{
  background-image: url(images/hero-blog.jpg);
  background-position: center;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;

  h1, span{
    color: var(--BLANCO, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
}


.widget-area{
  h2{
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  a{
    color: #569ED0 !important;
    /* fecha y hora talleres */
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    margin-left: 10px;
  }
}

.intro-blog{
  margin-top: 40px;
  margin-bottom: -100px;
  h2{
    color: #569ED0;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  p{
    color: #023A73;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */

    margin: auto;
    display: block;
    max-width: 720px;
  }
}

.grid-post-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;

  @media(max-width: 1024px){
    grid-template-columns: 1fr;
  }
  @media(max-width: 768px){
    display: block;
  }
  .post-card{
    width: 100%;
    max-width: 100%;

    @media(max-width: 850px){
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
  }
}

.box-single{
  background-color: #569ED0;
  padding: 25px;

  margin-top: -200px;
  margin-bottom: 50px;

  h1{
    color: var(--BLANCO, #FFF);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    text-align: center;

    margin-bottom: 40px;
  }

  .info{
    display: flex;
    justify-content: space-between;

    @media(max-width: 768px){
      flex-direction: column;
      gap: 20px;
    }


    div{
      width: fit-content;
      color: #FFF;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;

      a, span{
        color: white;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
      }
    }
  }
}


.single-container{
  @media(max-width:768px){
    padding-left: 30px;
    padding-right: 30px;
  }
}

.single-post .single-container a{
  color: #023A73;
  font-weight: 600;
}

.blog-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  .post-card{
    width: 30%;

    @media(max-width: 768px){
      width: 100%;
    }
  }
}

.blog{
  .widget-area{
    border-radius: 0px 0px 39.308px 0px;
    background: #023A73;
    padding: 25px;

    margin-top: 16px;
    margin-left: 15px;
  }
}

.widget-area{
    border-radius: 0px 0px 39.308px 0px;
    background: #023A73;
    padding: 25px;
  }

.post-card{
  .img-fondo{
    width: auto;
    height: 320px;
    background-position: center;
    background-size: cover;
  }

  .texto{
    background-color: rgba(86, 158, 208, 0.10);
    padding: 30px;

    h2{
      color: #023A73;
      font-family: Montserrat;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }

    .post-meta{
      display: flex;
      justify-content: space-between;
      border-top: 2px solid #023A73;
      margin-bottom: 20px;
      padding-top: 10px ;

      span{
        color: #569ED0;
        /* fecha y hora talleres */
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
      }
    }

    .resumen{
      color: #023A73;
      /* cuerpo de texto */
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px; /* 150% */

      text-align: left;
    }

    .button-card{
      color: var(--BLANCO, #FFF);
      text-align: center;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;

      padding: 10px 20px;
      background-color: #023A73;
      border-radius: 18px;

      &:hover{
        background-color: #569ED0;
      }
    }
  }
}

/* Paginacion */
.archive-pagination li a{
  background-color: rgba(86, 158, 208, 0.10);
}
.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a{
  background-color: #023A73;
}

/* Fotn-page slider */
.n2-ss-align{
  .title div{
    color: var(--BLANCO, #FFF) !important;
    font-family: 'Montserrat' !important;
    font-size: 35px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    font-style: italic !important;
    max-width: 560px !important;
    margin: auto !important;
    margin-bottom: 5px !important;

    @media(max-width: 768px){
      font-size: 22px !important;
    }
  }

  div#n2-ss-2 .n2-font-577e3e94d392c80545fffaf7623e9404-hover{
    color: var(--BLANCO, #FFF) !important;
    text-align: center !important;
    font-family: 'Montserrat' !important;
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;

    @media(max-width: 768px){
      font-size: 19px !important;
    }
  }
}

/* Elementor Layout */
.elementor-inner-section{
  padding: 0px !important;
  .elementor-widget-wrap{
    padding: 0 !important;
  }
}

/* Front-page */
.hero-inner-page{
  .elementor-widget-wrap elementor-element-populated{
    border: 0px !important;
  }
  h1{
    color: var(--BLANCO, #FFF);
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
}


/* Podologia */
.card-podologia{
  h2{
    color: #569ED0;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    @media(max-width: 768px){
      font-size: 20px;
    }
  }

  em, p{
    color: #FFF;
    text-align: center;

    /* cuerpo de texto */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    font-style: normal;

    strong{
      color: #FFF;
      font-family: Montserrat;
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      
    }
  }
}


/* Pilates Deportiva */
.card-pilates{
  p{
    color: #FFF;
    text-align: center;

    /* cuerpo de texto */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
  span{
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    font-family: Montserrat, sans-serif;
    color: #FFF;
    font-size: 21px;
    line-height: 1.4;
  }

  th, td {
    border: 1px solid white;
    padding: 15px;
    text-align: center;

    @media(max-width: 768px){
      font-size: 17px
    }
  }

  td:first-child {
    text-align: left;
    font-weight: 600;
  }

thead th {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }

  thead {
    display: none;
  }

  tr {
    background: #003e7e;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid white;
  }

  td {
    padding: 20px 15px;
    text-align: left;
    border: none;
    border-bottom: 1px solid white;
    position: relative;

    line-height: 1.125em;
  }

  td::before {
    content: attr(data-label);
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    color: #fff;
  }

  td:last-child {
    border-bottom: none;
  }
}

}

.banner-pilates{
  p{
    color: var(--5-a-6669, #023A73);
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 109.091% */
  }
  span{
    color: var(--5-a-6669, #023A73);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
}


/* Contacto */
.elementor-element-2839de2 a{
  color: #54C8E8;
}


/* Tarifas */
.text-tarifas ul li{
  color: #023A73;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.text-tarifas ul{
  max-width: 80%;
}


/* Bonos */
.elementor-element-d7cdfeb .elementor-container{
  display: flex;
  justify-content: center;
  gap: 30px;
}

.bono{
  padding: 20px;
  border-radius: 24px;
  background: #D4E3ED;
  max-width: 420px;
  h2{
    color: #023A73;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  p{
    color: #023A73;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: -20px;
  }

  span{
    color: #023A73;
    text-align: center;
    font-family: Montserrat;
    font-size: 20.224px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
    display: block;
  }
}






/* Pagina Nosotros */
.nosotros-titulo{
  h3{
    color: #569ED0;
    font-family: Montserrat;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 35px; /* 145.833% */ 
  }
}

.personal{
  h2 {
    color: #023A73;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  span{
    color: #569ED0;
    /* cuerpo de texto */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */

    margin-top: -15px;
    display: block;
  }
}


.border-top-blue .elementor-container{
  border-top: 1px solid #569ED0;
  padding-top: 30px;
}


/* Legal */
.legal-notice {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 990px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;

  @media(max-width: 768px){
    padding: 0;
    max-width: 95%;
  }

  a{
    color: #023A73 !important;
  }
}

@media(max-width: 768px){
  .legal-notice{
    margin-top: -50px !important;
  }
}

.legal-notice h1,
.legal-notice h2 {
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #023A73;
}

.legal-notice{
  h3, h4{
    color: #023A73;
  }
}

.legal-notice h1 {
  font-size: 2rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}

.legal-notice h2 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}

.legal-notice p {
  margin-bottom: 1rem;
}

.legal-notice ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.legal-notice li {
  margin-bottom: 0.5rem;
}




table{
  tr{
    td{
      &:nth-child(1){
        font-weight: 600;
        width: 90%;

        word-break: normal;
        overflow-wrap: break-word;
        hyphens: none;

        @media(max-width: 768px){
          width: 75%;
        }
      }
    }
  }
}




/* Tablet */
 @media (max-width: 1023px) and (min-width: 769px) {
  .elementor-widget-container{
    padding: 10px;
  }

  .blog{
    .col-sm-3{
      width: 32% !important;
    }
  }

  .single{
    .col-sm-8{
      width: 100%;
    }
  }

  .blog-container .post-card{
    width: 100%;
  }
 }

.social-share-icons{
  display: flex;
  gap: 15px;
  align-items: center;
  span{
    color: #023A73;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  i{
    font-size: 28px;
    color: rgba(86, 158, 208, 1);

    &:hover{
      color:#023A73;
    }
  }
}