@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Montserrat:wght@300;400;500&display=swap");
/*!
Theme Name: WDSclean
Theme URI: http://underscores.me/
Author: WeDoStuff
Author URI: http://wedostuff.pt
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wdsclean
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

WDSclean is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  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;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-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;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

a {
  color: #6b261d;
  transition: color 0.3s ease-in-out;
}

a:visited {
  color: #6b261d;
}

a:hover,
a:focus,
a:active {
  color: #c8c6a7;
  transition: color 0.3s ease-in-out;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

#masthead {
  width: 100vw;
  padding-top: 40px;
  padding-bottom: 40px;
  position: fixed;
  top: 0;
  z-index: 3;
  background-color: rgba(110, 124, 124, 0);
  transition: background-color 0.5s ease-in-out;
}
@media screen and (max-width: 699px) {
  #masthead {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1223px) {
  #masthead {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#masthead.special {
  background-color: #6e7c7c;
  transition: background-color 0.5s ease-in-out;
}

.site-branding {
  display: flex;
  justify-content: space-between;
  height: 40px;
}
.site-branding .custom-logo-link {
  width: 71px;
  z-index: 4;
}

.wdsBurger,
.wdsClose {
  position: relative;
}
.wdsBurger .menu-toggle,
.wdsBurger #ContactClose,
.wdsClose .menu-toggle,
.wdsClose #ContactClose {
  position: absolute;
  top: 0;
  width: 38px;
  height: 38px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  z-index: 5;
  display: block;
  cursor: pointer;
  opacity: 0;
}
.wdsBurger .menu-toggle,
.wdsClose .menu-toggle {
  left: 0;
}
.wdsBurger #ContactClose,
.wdsClose #ContactClose {
  right: 0;
  top: -18px;
  border-radius: 50%;
  background-color: #c8c6a7;
  transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, right 0.3s ease-in-out;
}
.wdsBurger #ContactClose:hover,
.wdsClose #ContactClose:hover {
  opacity: 0.4;
  width: 49px;
  height: 49px;
  top: -24px;
  right: -5px;
  transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, right 0.3s ease-in-out;
}

.wdsClose {
  margin-bottom: 11px;
}

#wdsClose {
  padding-top: 8px;
}

#burger {
  width: 38px;
  height: 18px;
  position: relative;
  cursor: pointer;
  z-index: 4;
  -webkit-tap-highlight-color: transparent;
  transform: translateX(0);
}
#burger span {
  display: block;
  width: 38px;
  height: 2px;
  background-color: #f2f4f3;
  margin-bottom: 6px;
  transition: width 0.3s 0.2s ease-in-out, transform 0.3s ease-in-out;
}
#burger span:first-child {
  margin-top: 10px;
}
#burger span:nth-child(3) {
  margin-bottom: 0;
}
#burger span:last-child {
  display: block;
  position: absolute;
  top: 8px;
}
#burger.open span {
  display: block;
  width: 38px;
  height: 2px;
  background-color: #f2f4f3;
  margin-bottom: 6px;
  transition: width 0.3s ease-in-out, transform 0.3s 0.2s ease-in-out;
}
#burger.open span:first-child {
  width: 0;
}
#burger.open span:nth-child(2) {
  transform: rotate(45deg);
}
#burger.open span:nth-child(3) {
  width: 0;
}
#burger.open span:last-child {
  transform: rotate(-45deg);
}

#close {
  width: 38px;
  height: 38px;
  position: relative;
  float: right;
  z-index: 4;
  -webkit-tap-highlight-color: transparent;
  transform: translateX(0);
}
#close span {
  display: block;
  width: 38px;
  height: 2px;
  background-color: #717683;
  margin-bottom: 6;
  transition: width 0.3s 0.2s ease-in-out, transform 0.3s ease-in-out;
}
#close span:first-child {
  margin-top: 0;
  transform: rotate(45deg);
}
#close span:last-child {
  transform: rotate(-45deg);
  margin-top: -2px;
}

#site-navigation {
  opacity: 0;
  position: absolute;
  top: -130vh;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  background-color: #717683;
  background-image: url("../../uploads/2022/01/backgroundLogo.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  padding-top: 120px;
  transition: top 0.8s ease-in-out, opacity 0.1s 0.7s ease-in-out;
  border-bottom: 2px solid #6b261d;
}
@media screen and (max-width: 699px) {
  #site-navigation {
    padding-top: 60px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1223px) {
  #site-navigation {
    padding-top: 60px;
  }
}
#site-navigation.open {
  transition: top 0.8s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 1;
  top: 0vh;
}
#site-navigation .sidenav {
  padding-right: 76px;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (min-width: 1224px) and (max-width: 1399px) {
  #site-navigation .sidenav {
    position: relative;
    top: -10%;
  }
}
#site-navigation .sidenav .label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #c8c6a7;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1224px) and (max-width: 1399px) {
  #site-navigation .sidenav .label {
    margin-bottom: 8px;
  }
}
#site-navigation .sidenav .label:last-of-type {
  margin-top: 48px;
}
@media screen and (max-width: 699px) {
  #site-navigation .sidenav .label {
    margin-bottom: 12px;
  }
  #site-navigation .sidenav .label:last-of-type {
    margin-top: 24px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1223px) {
  #site-navigation .sidenav .label {
    margin-bottom: 12px;
  }
  #site-navigation .sidenav .label:last-of-type {
    margin-top: 24px;
  }
}
#site-navigation .sidenav ul {
  flex-direction: column;
}
#site-navigation .sidenav ul li {
  font-family: "Times New Roman", serif;
  font-size: 2.25rem;
}
@media screen and (max-width: 699px) {
  #site-navigation .sidenav ul li {
    font-size: 1.8rem;
  }
}
#site-navigation .sidenav ul li a {
  color: #f2f4f3;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#site-navigation .sidenav ul li a:hover {
  opacity: 0.33;
}
#site-navigation .sidenav ul li.wpml-ls-first-item {
  padding-top: 8px;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  border-top: 1px solid #c8c6a7;
}
#site-navigation .sidenav ul li.wpml-ls-first-item a {
  display: flex;
  align-items: center;
}

#Overlay {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  background-color: #393b42;
  transition: all 0.5s ease-in-out;
}
#Overlay.open {
  z-index: 6;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

#ContactForm {
  position: fixed;
  top: 0;
  right: -50vw;
  width: 50vw;
  height: 100vh;
  padding: 4rem 5.5rem 1rem;
  z-index: 9;
  transition: right 0.5s ease-in-out;
  background-color: #f2f4f3;
}
@media screen and (max-width: 699px) {
  #ContactForm {
    right: -100vw;
    width: 100vw;
    padding: 1rem;
  }
}
@media screen and (min-width: 700px) and (max-width: 1223px) {
  #ContactForm {
    padding: 2rem;
  }
  #ContactForm .wds-full-width {
    width: 100%;
  }
  #ContactForm h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 700px) and (max-width: 1600px) {
    #ContactForm {
        padding: 1.5rem 2rem 1rem;
    }    
    #ContactForm form textarea {
        min-height: 200px;
    }
  #ContactForm h2 {
    font-size: 2rem;
  }
  #ContactForm .elementor-widget:not(:last-child) {
      margin-bottom: 0;
  }
  #ContactForm label {
    font-size: 1rem;
    margin-bottom: 0.2rem;
    letter-spacing: 0rem;
  }
  #ContactForm div.wpforms-container-full .wpforms-form .wpforms-field {
      padding: 5px 0;
  }
}
#ContactForm.open {
  transition: right 0.5s ease-in-out;
  right: 0vw;
}
#ContactForm h2 {
  font-family: "Times New Roman", serif !important;
  font-weight: 400;
}
@media screen and (max-width: 699px) {
  #ContactForm h2 {
    font-size: 2rem;
  }
}

#ContactForm label {
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
#ContactForm input {
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  height: auto;
  font-family: "Montserrat", sans-serif;
}
#ContactForm input::-moz-placeholder {
  color: #d9d7c1;
}
#ContactForm input:-ms-input-placeholder {
  color: #d9d7c1;
}
#ContactForm input::placeholder {
  color: #d9d7c1;
}
#ContactForm textarea {
  border-color: #d9d7c1;
  font-family: "Montserrat", sans-serif;
  resize: vertical;
  min-height: 250px;
  border-radius: 0.5rem;
}
@media screen and (min-width: 700px) and (max-width: 1223px) {
  #ContactForm textarea {
    min-height: 141px;
  }
}
@media screen and (max-width: 699px) {
  #ContactForm textarea {
    min-height: 141px;
  }
}
#ContactForm textarea::-moz-placeholder {
  color: #d9d7c1;
}
#ContactForm textarea:-ms-input-placeholder {
  color: #d9d7c1;
}
#ContactForm textarea::placeholder {
  color: #d9d7c1;
}
#ContactForm .lightButton {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  color: #7a7a7a;
  background-color: #f2f4f3;
  border: 1px solid #a1a1a1;
  border-radius: 10px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 0.875rem 2rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
#ContactForm .lightButton:hover {
  background-color: #c8c6a7;
  color: #f2f4f3;
}
#ContactForm .wpforms-confirmation-container-full p:last-of-type,
#ContactForm div[submit-success] > .wpforms-confirmation-container-full p:last-of-type {
  font-size: 1.5rem;
}
#ContactForm .wpforms-confirmation-container-full,
#ContactForm div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background-color: #fbe5c4;
  border: 1px solid #c8c6a7;
}
#ContactForm .wpforms-field-gdpr-checkbox label {
  text-transform: unset;
  letter-spacing: unset;
  font-size: 0.8125rem;
}
@media screen and (max-width: 699px) {
  #ContactForm .elementor-widget:not(:last-child) {
    margin: 0;
  }
}

footer {
  background-color: #6e7c7c;
  width: 100%;
  padding: 30px;
}
@media screen and (min-width: 1400px) {
  footer {
    padding: 30px 0;
  }
}
footer .footerBottom {
  border-top: 1px solid #f2f4f3;
  padding-top: 30px;
}
footer .footerBottom .wrapper {
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 699px) {
  footer .footerBottom .wrapper {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  footer .footerBottom .wrapper .copyright {
    font-size: 0.8125rem;
  }
}
footer .footerBottom .wrapper .madeBy i {
  color: #3ad32f;
  font-weight: 600;
}
footer .footerBottom .wrapper .madeBy .wdsCreative {
  color: #3ad32f;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}
footer .footerBottom .wrapper .madeBy .wdsCreative:hover {
  color: #61dc59;
}
footer .footerBottom .wrapper .madeBy .wdsCreative img {
  height: 14px;
  display: inline;
  margin-left: 3px;
}
footer .footerTop {
  display: flex;
  gap: 20px;
  padding-bottom: 40px;
  color: #f2f4f3;
  flex-wrap: wrap;
}
@media screen and (max-width: 699px) {
  footer .footerTop {
    gap: 40px;
  }
}
footer .footerTop .footer-area {
  flex: 1 1 15%;
}
@media screen and (max-width: 699px) {
  footer .footerTop .footer-area {
    flex: 1 1 50%;
    text-align: center;
  }
  footer .footerTop .footer-area h4 {
    text-align: center;
  }
}
footer .footerTop .footer-area .custom-logo {
  width: 90%;
  transition: width 0.3s ease-in-out;
}
@media screen and (max-width: 699px) {
  footer .footerTop .footer-area .custom-logo {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  footer .footerTop .footer-area .custom-logo {
    transition: width 0.3s ease-in-out;
    width: 50%;
  }
}
footer .footer-area-one, footer .footer-area-one a {
  text-decoration: none;
}
footer .footer-area-one p {
  font-size: 1.25rem;
  margin: 0;
}
footer .footer-area-one h4 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 10px;
  color: #c8c6a7;
}
footer .footer-area-two div:first-child p {
  margin: 0;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1224px) and (max-width: 1399px) {
  footer .footer-area-two div:first-child p {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1400px) {
  footer .footer-area-two div:first-child p {
    font-size: 2.25rem;
  }
}
footer .footer-area-two div:first-child p::before, footer .footer-area-two div:first-child p::after {
  line-height: 1;
  font-size: 2.25rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1224px) and (max-width: 1399px) {
  footer .footer-area-two div:first-child p::before, footer .footer-area-two div:first-child p::after {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1400px) {
  footer .footer-area-two div:first-child p::before, footer .footer-area-two div:first-child p::after {
    font-size: 3.25rem;
  }
}
footer .footer-area-two div:first-child p::before {
  content: open-quote;
}
footer .footer-area-two div:first-child p::after {
  content: close-quote;
}
footer .footer-area-two div:last-child p {
  font-size: 1.25rem;
  text-align: right;
  font-style: italic;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1224px) and (max-width: 1399px) {
  footer .footer-area-two div:last-child p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  footer .footer-area-two div:last-child p {
    font-size: 2rem;
  }
}

#disclaimer-menu {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
}
#disclaimer-menu a {
  color: #f2f4f3;
  font-size: 1.5rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
#disclaimer-menu a:hover {
  color: #c8c6a7;
  transition: color 0.2s ease-in-out;
}

#error {
  margin-top: -24px;
}
#error .top {
  padding-top: 120px;
  padding-bottom: 40px;
}
#error .top p {
  color: #9498a3;
}
#error .wdscontent {
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}
#error .wdscontent .bgoverlay {
  content: "";
  background: url(../../uploads/2022/01/bgPatternD.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#error .wdscontent > div[class^=elementor] {
  position: relative;
  z-index: 1;
}
#error .wdscontent p {
  color: #7a7a7a;
}
#error p {
  text-align: center;
  margin: 0;
  line-height: 1.25;
}
#error .elementor-button-wrapper {
  text-align: center;
  margin: 60px 0;
}
#error .elementor-button-wrapper a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #7a7a7a;
  background-color: #f2f4f3;
  border: 1px solid #a1a1a1;
  border-radius: 10px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 0.6rem 2.5rem;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
#error .elementor-button-wrapper a:hover {
  background-color: #c8c6a7;
  color: #f2f4f3;
}

.eael-load-more-button, .eael-load-more-button:hover {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.eael-grid-post-holder {
  border-radius: 40px;
  box-shadow: 2px 2px 6px #a1a1a1;
  border: none;
}
.eael-grid-post-holder .eael-grid-post-holder-inner {
  position: relative;
}
.eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-media {
  border-radius: 40px;
}
.eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(rgba(110, 124, 124, 0), #6e7c7c);
  z-index: 2;
  border-radius: 0px 0px 40px 40px;
}
.eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper h2 {
  color: #f2f4f3;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}
.eael-grid-post-holder .eael-grid-post-holder-inner .eael-entry-wrapper > .eael-entry-meta span.eael-posted-on::before {
  content: "|";
  font-family: unset;
  font-size: 1.25rem;
  opacity: 0.7;
}
.eael-grid-post-holder .eael-posted-by {
  color: #c8c6a7;
}

.post .wds-top-section {
  width: 100%;
  position: relative;
}
.post .wds-top-section .wds-spacer-inner {
  height: 60vh;
}
.post .wds-background-overlay {
  background-image: url(../../uploads/2022/02/bgPatternO.png);
  background-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.post .wdsBGoverlay {
  background-image: url(../../uploads/2022/02/bgPatternO.png);
}
.post .wds-top-section.wds-image-section {
  margin-top: -180px;
}
.post .wds-top-section.wds-image-section .post-thumbnail {
  position: relative;
}
.post .wds-top-section.wds-image-section .post-thumbnail .wdsOverlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(113, 118, 131, 0.2), #f8d49d);
}
@media screen and (max-width: 699px) {
  .post .wds-top-section.wds-image-section .post-thumbnail .wdsOverlay {
    background-image: linear-gradient(rgba(248, 212, 157, 0.6), #f8d49d);
  }
}
.post .wds-top-section.wds-image-section .post-thumbnail img {
  width: 100%;
  max-height: 630px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post .wds-top-section.wds-image-section .wdsTitleWrap {
  position: relative;
}
.post .wds-top-section.wds-image-section .wdsTitleWrap .entry-header {
  padding: 25px;
  position: absolute;
  bottom: 25px;
  z-index: 1;
}
@media screen and (max-width: 699px) {
  .post .wds-top-section.wds-image-section .wdsTitleWrap .entry-header {
    bottom: 0;
    padding: 10px 15px;
  }
}
.post .wds-top-section.wds-image-section .wdsTitleWrap .entry-header .entry-title {
  font-size: 3.25rem;
  color: #6e7c7c;
  text-shadow: 1px 1px 3px #a1a1a1;
  font-family: "Times New Roman", serif !important;
  margin: 0;
  font-weight: 400;
  line-height: 1.25;
  text-transform: capitalize;
}
@media screen and (max-width: 699px) {
  .post .wds-top-section.wds-image-section .wdsTitleWrap .entry-header .entry-title {
    font-size: 2.25rem;
    text-shadow: 2px 2px 3px #7a7a7a;
  }
}
.post .wds-top-section.wds-image-section .wdsTitleWrap .entry-header .entry-meta span {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  color: #7a7a7a;
}
@media screen and (max-width: 699px) {
  .post .wds-top-section.wds-image-section .wdsTitleWrap .entry-header .entry-meta span {
    font-size: 0.8125rem;
  }
}
.post .wds-top-section.wds-image-section .entry-subtitle h3 {
  color: #6e7c7c;
  font-weight: 400;
  margin: 25px 25px 50px;
}
@media screen and (max-width: 699px) {
  .post .wds-top-section.wds-image-section .entry-subtitle h3 {
    margin: 15px 0;
    font-size: 1.125rem;
  }
}

button.wds-button,
.wds-button {
  padding: 0 25px 5vh;
}
button.wds-button,
.wds-button a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #7a7a7a !important;
  background-color: #f2f4f3;
  border: 1px solid #a1a1a1;
  border-radius: 10px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 0.875rem 2rem;
  cursor: pointer;
  text-decoration: none;
  margin-right: 30px;
  display: inline-block;
}
@media screen and (max-width: 699px) {
  .wds-button a {
    width: 100%;
  }
}
.wds-button a:hover {
  background-color: #c8c6a7 !important;
  color: #f2f4f3 !important;
}

#wds-perfil-top > .elementor-container .elementor-column:first-child .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#wds-perfil-top > .elementor-container .elementor-column:last-child .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
@media screen and (max-width: 699px) {
  #wds-perfil-top > .elementor-container .elementor-column:last-child .elementor-element-populated {
    padding: 0 30px;
  }
}
#wds-perfil-top > .elementor-container .elementor-column:last-child .elementor-element-populated .wds-perfil-title p,
#wds-perfil-top > .elementor-container .elementor-column:last-child .elementor-element-populated .wds-perfil-subtitle p {
  margin: 0;
  line-height: 1em;
}
@media screen and (max-width: 699px) {
  #wds-perfil-top > .elementor-container .elementor-column:last-child .elementor-element-populated .wds-perfil-subtitle p {
    font-size: 1.5rem;
  }
}

#wds-perfil-body > .elementor-container .elementor-column:first-child .elementor-element-populated {
  padding: 0 30px;
}
@media screen and (min-width: 1400px) {
  #wds-perfil-body > .elementor-container .elementor-column:first-child .elementor-element-populated {
    padding: 0 75px;
  }
}
#wds-perfil-body > .elementor-container .elementor-column:last-child .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
@media screen and (max-width: 699px) {
  #wds-perfil-body > .elementor-container .elementor-column:last-child .elementor-element-populated {
    padding: 0 30px;
  }
}
@media screen and (max-width: 699px) {
  #wds-perfil-body .elementor-element.elementor-element-e35ccfe > .elementor-element-populated {
    margin-top: -30px;
  }
}

.elementor-widget-image-box .elementor-image-box-wrapper img {
  box-shadow: 2px 2px 6px #a1a1a1;
}
.elementor-widget-image-box .elementor-image-box-wrapper h2.elementor-image-box-title {
  margin-top: 0;
  font-family: "Times New Roman", serif !important;
  font-size: 2.5rem;
  line-height: 1em;
}
.elementor-widget-image-box .elementor-image-box-wrapper h2.elementor-image-box-title a {
  font-family: "Times New Roman", serif;
  font-size: 2.5rem;
}
.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-description {
  padding: 0 25px;
}

section[id$=-tab] section {
  cursor: pointer;
}

.wdsTeamTab p {
  margin: 1em 0;
}
@media screen and (max-width: 699px) {
  .wdsTeamTab p {
    text-align: center;
  }
}

.wds-content {
  display: none;
}
.wds-content.open {
  display: block;
  margin: 0 10px;
}

.fontSmallest {
  font-size: 0.8125rem;
}

.fontSmaller {
  font-size: 1.125rem;
}

.fontSmall {
  font-size: 1.25rem;
}

.fontRegular {
  font-size: 1.5rem;
}

.fontBig {
  font-size: 2.25rem;
}

.fontBigger {
  font-size: 3.25rem;
}

.fontBiggest {
  font-size: 5rem;
}

.second {
  background-color: #6e7c7c;
}

.third {
  background-color: #c8c6a7;
}

.last {
  background-color: #f8d49d;
}

.light {
  background-color: #f2f4f3;
}

h1 {
  font-family: "Montserrat", sans-serif !important;
}

h2 {
  font-family: "Montserrat", sans-serif !important;
}

h3 {
  font-family: "Montserrat", sans-serif !important;
}

h4 {
  font-family: "Montserrat", sans-serif !important;
}

h5 {
  font-family: "Montserrat", sans-serif !important;
}

html,
body {
  height: 100%;
  font-family: "Times New Roman", serif;
  font-size: 1em;
  background-color: #f2f4f3;
}

.page,
.post {
  margin: 0;
}

body.open {
  overflow: hidden;
}

.wdscenter {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 1224px) and (max-width: 1399px) {
  .wdscenter {
    max-width: 95vw;
  }
}
@media screen and (min-width: 700px) and (max-width: 1223px) {
  .wdscenter {
    max-width: 95vw;
  }
}
@media screen and (max-width: 699px) {
  .wdscenter {
    max-width: 95vw;
  }
}

p {
  font-family: "Times New Roman", serif;
}

main {
  margin-top: -120px;

}
main .entry-content {
  margin: 0;
}
main .colored {
  max-height: 445px;
}
main .wdscenter .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
main .wdscenter .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated,
main .wdscenter .elementor-column-gap-no > .elementor-column > .elementor-element-populated {
  padding: 0;
}
@media screen and (max-width: 699px) {
  main .wdscenter .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
main .wdscenter .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated,
main .wdscenter .elementor-column-gap-no > .elementor-column > .elementor-element-populated {
    padding-left: 30px;
    padding-right: 30px;
  }
  main .wdscenter .elementor-column-gap-default > .elementor-column > .elementor-element-populated p,
main .wdscenter .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated p,
main .wdscenter .elementor-column-gap-no > .elementor-column > .elementor-element-populated p {
    margin-bottom: 0;
  }
  main .wdscenter .elementor-column-gap-default > .elementor-column > .elementor-element-populated .elementor-spacer-inner,
main .wdscenter .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated .elementor-spacer-inner,
main .wdscenter .elementor-column-gap-no > .elementor-column > .elementor-element-populated .elementor-spacer-inner {
    height: 40px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1223px) {
  main .wdscenter .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
main .wdscenter .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated,
main .wdscenter .elementor-column-gap-no > .elementor-column > .elementor-element-populated {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1399px) {
  main .wdscenter .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
main .wdscenter .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated,
main .wdscenter .elementor-column-gap-no > .elementor-column > .elementor-element-populated {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 699px) {
  main #wds-aside section .elementor-element-populated {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 699px) {
  .aboveImg > div {
    padding: 0 !important;
  }
}
.aboveImg h1 {
  font-family: "Times New Roman", serif !important;
  font-size: 5rem;
  font-weight: 400;
  margin-top: -160px;
}
@media screen and (max-width: 699px) {
  .aboveImg h1 {
    font-size: 2.25rem;
  }
}

.title .elementor-heading-title {
  text-transform: uppercase;
  font-weight: 500 !important;
  letter-spacing: 0.15rem;
}

.contactBtnSection .fontSmallest h2 {
  text-align: center;
  color: #7a7a7a;
  font-weight: 400;
}
@media screen and (max-width: 699px) {
  .contactBtnSection .fontBiggest {
    font-size: 3.25rem;
  }
}
.contactBtnSection .fontBiggest p {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 0;
  font-family: "Times New Roman", serif;
  color: #f2f4f3;
}
@media screen and (max-width: 699px) {
  .contactBtnSection .fontBigger {
    font-size: 2.25rem;
  }
}
.contactBtnSection .fontBigger p {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 0;
}
.contactBtnSection .fontBigger p:last-child {
  line-height: 1.5rem;
}
.contactBtnSection .lightButton.elementor-element a.elementor-button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #7a7a7a !important;
  background-color: #f2f4f3;
  border: 1px solid #a1a1a1;
  border-radius: 10px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 0.875rem 2rem;
  cursor: pointer;
  text-decoration: none;
}
.contactBtnSection .lightButton.elementor-element a.elementor-button:hover {
  background-color: #c8c6a7 !important;
  color: #f2f4f3 !important;
}

#HomepageVideo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
#HomepageVideo .elementor-element-populated {
  padding: 0;
}

#servicesSection > div {
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 699px) {
  #servicesSection > div {
    flex-wrap: wrap;
  }
}
#servicesSection .fontBiggest p {
  margin: 0;
  line-height: 5.2rem;
}
#servicesSection .fontBiggest p:last-child {
  font-style: italic;
}
#servicesSection .notLightCol {
  background-color: #717683;
  border-radius: 3rem;
  margin-right: 30px;
}
@media screen and (max-width: 699px) {
  #servicesSection .notLightCol {
    margin-left: 30px;
  }
}
#servicesSection .notLightCol h2 {
  color: #f8d49d;
  font-weight: 500;
}
#servicesSection .notFullWidth {
  width: 75%;
  font-weight: 500;
}
@media screen and (max-width: 699px) {
  #servicesSection .notFullWidth {
    width: 100%;
  }
}
#servicesSection .elementor-icon-list-item .elementor-icon-list-text {
  color: #f2f4f3;
}

.contactsSection.noBorder > div {
  border-bottom: none;
}
.contactsSection > div {
  border-bottom: 1px solid #c8c6a7;
  padding-bottom: 65px;
}
.contactsSection .specialCol > div > div {
  width: auto;
  margin: 0 20px 0 0;
}
.contactsSection .specialCol h2 {
  margin: 0;
  font-family: "Times New Roman", serif !important;
  font-size: 3.25rem;
  line-height: 1;
}
.contactsSection .specialCol h2 sup {
  font-size: 1.5rem;
  top: -17px;
  color: #717683;
}
.contactsSection .fontSmallest h2 {
  color: #717683;
  font-weight: 500;
}
.contactsSection p {
  margin: 0;
  font-size: 1.25rem;
}

@media screen and (max-width: 699px) {
  .wds-to-column > div {
    flex-direction: column;
  }
}

section .wLists .elementor-icon-list-item {
  align-items: flex-start;
  margin-bottom: 20px;
}
section .wLists .elementor-icon-list-item .elementor-icon-list-icon {
  margin-top: 6px;
}
section .wLists .elementor-icon-list-item .elementor-icon-list-text {
  font-size: 1.5rem;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  color: #7a7a7a;
}
section .wLists .elementor-icon-list-item i {
  width: 0.8em;
  font-size: 1.4rem;
  color: #6b261d;
}

.imgHome div {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 40px;
}
.imgHome div img {
  border-radius: 40px;
  box-shadow: 2px 2px 9px #a1a1a1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.imgHome div img:hover {
  transition: opacity 0.3s ease-in-out;
  opacity: 0.8;
}

@media screen and (min-width: 700px) and (max-width: 1223px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 95%;
  }
}
@media screen and (max-width: 699px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 95%;
  }
}

@media screen and (max-width: 699px) {
  .fontBiggest {
    font-size: 3rem;
  }
}

div.wpforms-container-full .wpforms-form .wpforms-field-label,
.modern-title,
.modern-hint {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0rem;
}

div.wpforms-container-full .wpforms-form button.lightButton {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  color: #7a7a7a;
  background-color: #f2f4f3;
  border: 1px solid #a1a1a1;
  border-radius: 10px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 0.875rem 2rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
div.wpforms-container-full .wpforms-form button.lightButton:hover, div.wpforms-container-full .wpforms-form button.lightButton:active, div.wpforms-container-full .wpforms-form button.lightButton:focus {
  background-color: #c8c6a7;
  color: #f2f4f3;
  border: 1px solid #a1a1a1;
}

div.wpforms-container-full .wpforms-form textarea {
  max-width: 100%;
  max-height: 50vh;
}

.wds-title-special p {
  line-height: 0.3;
  margin-bottom: 0;
}
@media screen and (min-width: 700px) and (max-width: 1223px) {
  .wds-title-special p {
    line-height: 1.25;
  }
}
@media screen and (max-width: 699px) {
  .wds-title-special p {
    line-height: 1.25;
  }
}

.zoom-window-wrap .meeting-form select,
.zoom-window-wrap .meeting-form input[type=text],
.zoom-window-wrap .meeting-form input[type=password],
.zoom-window-wrap .meeting-form input[type=email] {
  font-family: "Montserrat", sans-serif;
  border: none;
  border-radius: 0.5rem;
  height: auto;
  padding: 0.75rem 1rem;
  width: 100%;
}
.zoom-window-wrap button {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}
.zoom-window-wrap .zoom-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  color: #7a7a7a;
  background-color: #f2f4f3;
  border: 1px solid #a1a1a1;
  border-radius: 10px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 0.875rem 2rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.zoom-window-wrap .zoom-link:hover, .zoom-window-wrap .zoom-link:active, .zoom-window-wrap .zoom-link:focus {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-color: #c8c6a7;
  color: #f2f4f3;
}
.zoom-window-wrap .recording-display-block {
  border-bottom: none;
  border-top: 1px groove #f2f4f3;
}
.zoom-window-wrap .recording-display-block h3 {
  display: none;
}
.zoom-window-wrap .recordingModal {
  display: none;
}

.play-recoding-btn.zoom-link {
  display: none;
}

.back-to-zoom-meeting.zoom-link {
  display: inline !important;
}

#Hide {
  display: none;
}
#ContactForm .wds-phone-input input {
    padding-left: 3.2rem;
}
.hoverMainColor:hover h2 a {
    color: #6b261d;
    transition: all 0.3s ease-in-out;
}
.elementor-view-framed .elementor-icon {
    border-radius: 25px;
}
.wds-hidden {
    display: none;
}

#wds-custom-grid .custom-client-wrapper {
    padding-top: 40px;
}
#wds-custom-grid .custom-client-wrapper:first-of-type {
    padding-top: 0px;
}
#wds-custom-grid .custom-grid-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: space-evenly;
}
#wds-custom-grid .custom-grid-flex article {
    flex-grow: 1;
    flex-basis: 25%;
    max-width: 25%;
    padding: 10px;
    gap: 0 10px;
}
#wds-custom-grid article .custom-grid-post-holder {
    border-radius: 40px;
    border: none;
    box-shadow: 2px 2px 6px #a1a1a1;
}
#wds-custom-grid article .custom-grid-post-inner {
    position: relative;
    height: 100%;
}
#wds-custom-grid article .custom-grid-post-inner .custom-entry-media {
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}
#wds-custom-grid article .custom-grid-post-inner .custom-entry-media .custom-entry-overlay {
    background-color: #92967d38;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
#wds-custom-grid article .custom-grid-post-inner .custom-entry-media .custom-entry-overlay:hover {
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
#wds-custom-grid article .custom-grid-post-inner .custom-entry-media .custom-entry-overlay > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
#wds-custom-grid article .custom-grid-post-inner .custom-entry-media .custom-entry-thumb > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    vertical-align: middle;
}
#wds-custom-grid article .custom-grid-post-inner .custom-entry-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(#6e7c7c00, #6e7c7c);
    z-index: 2;
    border-radius: 0 0 40px 40px;
    padding: 15px;
}
#wds-custom-grid article .custom-grid-post-inner .custom-entry-header h2 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 10px 0 5px;
}
#wds-custom-grid article .custom-grid-post-inner .custom-entry-header h2 a {
    color: #f2f4f3;
}
#wds-custom-grid article .custom-grid-post-inner .custom-entry-header h2 a:hover {
    color: #c8c6a7;
    transition: all 0.3s ease-in-out;
}
#wds-custom-grid .custom-grid-warning {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.25;
}
#escondido {
    display: none;
}
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form button[type="submit"] {
	font-family: "Montserrat", sans-serif;
  	font-weight: 500;
  	font-size: 0.8125rem;
  	color: #7a7a7a;
    background-color: var(--e-global-color-accent );
  	border: 1px solid #a1a1a1;
  	border-radius: 10px;
  	box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
  	padding: 0.875rem 2rem;
  	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form button[type="submit"]:hover{
	background-color: #c8c6a7 !important;
    color: #f2f4f3 !important;
}
/*# sourceMappingURL=style.css.map */