/*!
Theme Name: My Theme (Zedel)
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: my-theme
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 with others.

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




/* CARDS */

.cards-section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .cards-section {
    padding: 60px 0;
  }
}

.cards-section h2 {
    text-align: center;
    color: #000;
    padding-bottom: 40px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.22222;
    font-family: "Charcuterie Block";
    text-align: center;
}

.cards-section .cards-list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

@media (max-width: 767px) {
  .cards-section .cards-list {
    margin: -10px;
  }
}

.cards-section .cards-list .custom-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 40px);
  margin: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,.31);
}

@media (min-width: 768px) and (max-width: 991px) {
  .cards-section .cards-list .custom-card {
    width: calc(50% - 40px);
  }
}

@media (max-width: 767px) {
  .cards-section .cards-list .custom-card {
    width: calc(100% - 20px);
    margin: 10px;
  }
}

.cards-section .cards-list .custom-card .image {
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  background-position: center center;
  transition: all .4s ease;
}

.cards-section .cards-list .custom-card .text {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 35px;
  background: #fffaec;
  transition: all .4s ease;
}

@media (max-width: 767px) {
  .cards-section .cards-list .custom-card .text {
    padding: 30px 25px;
  }
}

.cards-section .cards-list .custom-card .text h3 {
  margin-top: -5px;
  margin-bottom: 0;
  color: #000;
  font-family: "Cochin";
  font-weight: 700;
  font-size: 26px;
  line-height: 1.32;
}

@media (max-width: 767px) {
  .cards-section .cards-list .custom-card .text h3 {
    font-size: 24px;
  }
}

.cards-section .cards-list .custom-card .text .link {
  position: static;
  margin-top: auto;
  padding-top: 30px;
  align-self: flex-start;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .cards-section .cards-list .custom-card .text .link {
    padding-top: 20px;
  }
}

.cards-section .cards-list .custom-card .link span {
  padding-bottom: 3px;
  border-bottom: 1px solid;
  transition: border-color .25s ease;
}

.cards-section .cards-list .custom-card .text .link::before {
  content: '';
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: auto;
}

.cards-section .cards-list .custom-card.has-link:hover .image {
  opacity: .8;
}
.cards-section .cards-list .custom-card.has-link:hover .text {
  background: transparent;
}

.cards-section .cards-list .custom-card.has-link:hover .link span {
  border-color: transparent;
}

@media (max-width: 767px) {
    .header-mericaina-btn {
      display:none!important;
    }
}

/* COOKIE BANNER */

#moove_gdpr_cookie_info_bar {
    z-index: 99999 !important;
    border: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    background: rgba(0, 0, 0, 0.6) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    position: absolute !important;
    bottom: 1px;
    left: 0;
    right: 0;
    padding: 0 !important;
    background-color: #f0e9d7 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    justify-content: center !important;
}
}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding: 20px 30px !important;
}
@media (max-width: 991px) {
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    flex-wrap: wrap;
    justify-content: center!important;
}
}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
    padding-left: 0;
}
@media (max-width: 991px) {
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
    margin: 0 0 20px 0 !important;
    text-align: center;
}
}@media (max-width: 767px) {
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
    padding-left: 0;
}
}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container p a {
    color: #000 !important;
    font-family: 'Cabin';
    font-size: 13px !important;
    line-height: 1.69231 !important;
    letter-spacing: .03847em !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container p a:hover {
    text-decoration: none !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder {
    margin-top: 0 !important;
    margin-left: auto !important;
    margin-right: -10px !important;
}
@media (max-width: 991px) {
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder {
    margin-right: auto !important;
    display: flex;
    justify-content: center;
}
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content  .moove-gdpr-button-holder button.mgbutton {
    position: relative !important;
    opacity: 1 !important;
    display: flex !important;
    justify-content: center !important;
    padding: 12px 30px !important;
    line-height: 1 !important;
    margin: 0 5px !important;
    text-transform: uppercase !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: "Charcuterie Block" !important;
    font-size: 18px !important;
    text-align: center !important;
    color: #fff !important;
    letter-spacing: .111em !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-image: url(assets/img/bg-button-menus.svg) !important;
    background-color: transparent !important;
}

@media (max-width: 767px) {
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content  .moove-gdpr-button-holder button.mgbutton {
      width: 100% !important;
      padding: 15px 30px !important;
    }
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content  .moove-gdpr-button-holder button.mgbutton+.mgbutton {
      margin-top: 10px !important;
    }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content  .moove-gdpr-button-holder button.mgbutton:hover {
    opacity: .7 !important;
}
.gdpr_lightbox {
    z-index: 999990 !important;
    background: rgba(0, 0, 0, 0.6) !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-close {
    display: none !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
    transform: none !important;
    padding-top: 30px !important;
    border-radius: 0 !important;
    background: #f0e9d7 !important;
    max-width: 961px !important;
}
@media (max-width: 767px) {
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
    padding-top: 15px !important;
}
}body #moove_gdpr_cookie_modal .moove-gdpr-modal-right-content {
    background: #f0e9d7 !important;
    border-radius: 0 !important;
    padding: 0 0 130px !important;
}
@media (max-width: 767px) {
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content {
    max-height: calc(80vh - 200px) !important;
  }
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-title, body #moove_gdpr_cookie_modal .main-modal-content, body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content {
    padding: 0 60px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-title, body #moove_gdpr_cookie_modal .main-modal-content, body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content {
    padding: 0 40px !important;
}
}@media (max-width: 767px) {
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-title, body #moove_gdpr_cookie_modal .main-modal-content, body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content {
    padding: 0 20px !important;
}
}@media (max-width: 767px) {
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-title {
    height: 60px !important;
}
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-title,
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main {
    margin-bottom: 0 !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-title .tab-title,
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .tab-title {
    font-family: "Charcuterie Block" !important;
    font-size: 22px !important;
    line-height: 1.2381 !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    color: #98002e !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .tab-title {
    margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-title .tab-title,
  body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .tab-title {
    font-size: 20px !important;
  }
}
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main#privacy_overview .moove-gdpr-tab-main-content {
    padding-right: 0 !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .moove-gdpr-tab-main-content p, body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
    color: #000 !important;
    font-family: 'Cabin';
    font-size: 13px !important;
    line-height: 1.69231 !important;
    letter-spacing: .03847em !important;
}
@media (max-width: 767px) {
    body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .moove-gdpr-tab-main-content p, body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
    font-size: .8rem !important;
    line-height: 1.4rem !important;
}
}body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:hover {
    text-decoration: none !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main+.moove-gdpr-tab-main {
    padding-top: 30px;
    border-top: 1px dashed #000;
}
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main+.moove-gdpr-tab-main .moove-gdpr-tab-main-content {
    padding-top: 10px;
}
@media (max-width: 991px) {
    body #moove_gdpr_cookie_modal .moove-gdpr-tab-main: first-child .moove-gdpr-tab-main-content {
    padding-right: 0 !important;
}
}@media (max-width: 767px) {
    body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}
}body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap .cookie-switch {
    width: 78px !important;
    height: 40px !important;
}
body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap .cookie-switch .cookie-slider {
    width: 78px !important;
    height: 40px !important;
    background-color: #fff !important;
}
body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap .cookie-switch .cookie-slider:before {
    content: "";
    width: 30px !important;
    height: 30px !important;
    left: 5px !important;
    bottom: 4px !important;
    background: #ddd !important;
    border-color: #ddd !important;
}
body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap .cookie-switch .cookie-slider:after {
    content: "" !important;
    width: 32px !important;
    height: 31px !important;
    left: 5px !important;
    right: auto !important;
    top: auto !important;
    bottom: 4px !important;
    background: transparent !important;
    background-image: url("../../img/x.svg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 26% !important;
    transition: .4s;
    min-width: auto !important;
}
body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap .cookie-switch input:checked+.cookie-slider:before, body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap .cookie-switch input:checked+.slider:before {
    transform: translateX(36px) !important;
    background: #98002e !important;
    border-color: #98002e !important;
}
body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap .cookie-switch input:checked+.cookie-slider:after, body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap .cookie-switch input:checked+.slider:after {
    transform: translateX(36px) !important;
    background-image: url("../../img/check.svg") !important;
    background-size: 50% !important;
    filter: invert(1) brightness(1) !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content {
    background: #f0e9d7 !important;
    border-top: 1px solid #000;
    border-radius: 0 !important;
    height: 120px !important;
}
@media (max-width: 767px) {
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content {
      height: 140px !important;
    }
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
    padding: 0 !important;
    width: 100% !important;
    margin: 0 -10px !important;
}
@media (max-width: 767px) {
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
    margin: -5px !important;
}
}body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    display: flex !important;
    justify-content: center !important;
    position: relative !important;
    min-width: 0 !important;
    padding: 12px 30px !important;
    margin: 0 5px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
    font-family: "Charcuterie Block" !important;
    font-size: 18px !important;
    text-align: center !important;
    color: #fff !important;
    letter-spacing: .111em !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-image: url(assets/img/bg-button-menus.svg) !important;
    background-color: transparent !important;
}

@media (max-width: 767px) {
    body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    width: 100% !important;
    margin: 5px !important;
    padding: 15px 30px !important;
}
}body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover {
    opacity: .7 !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content:before {
    content: none !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-branding-cnt, body #moove_gdpr_cookie_modal .moove-gdpr-company-logo-holder {
    display: none !important;
}
