@font-face {
    font-family: 'Acumin Pro Regular';
    src: url('../fonts/acuminpro-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Acumin Pro Condensed Medium';
    src: url('../fonts/acuminprocond-medium.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/acuminpro-bold.otf') format('opentype');
    font-style: normal;
}
@font-face {
    font-family: 'Viva Beautiful Pro';
    src: url('../fonts/viva-beautiful-pro.otf') format('opentype');
    font-style: normal;
}

:root {
    /* color palette */
    --color--black: #000000;
    --color--white: #ffffff;
    --color--vivid-red: #cf2e2e;
    --color--primary: #147c3f;
    --color--secondary: #2cc84d;
    --color--light-orange: #FFAE2D;
    --color--orange: #ff8200;
    --color--dark-grey: #5d636d; /* text */
    --color--green-secondary: #1b9343;
    --color--dove-gray: #666666;
    /* hover */
    --color--orange-hover: #FFBF31;
    --color--green-hover: #168845;
    --color--light-green-hover: #2FDC55;

    /* button style */
    --button-outline-radius: 3px;
    --button-padding: .6rem 1rem .4rem;
}


/* general */
* {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: var(--color--white);
}
li {
    list-style: none;
}
input:focus, textarea:focus, select:focus{
    outline: none;
}

/* header */
.menu-section {
    width: 100%;
    background-color: var(--color--secondary);
}
.sticky {
    position: sticky;
    top: 0;
    width: 100%;
}
.top-menu-row {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: flex;
    background-color: var(--color--secondary);
    max-width: 1800px;
}
.column {
    display: flex;
    padding: 5px 6px 5px 5px;
    /* margin: 5px; */
    align-items: center;
}
.column-wrap {
    /* padding: 10px 5px 10px 5px; */
    width: 100%;
}
.column-wrap.social {
    width: 100%;
    text-align: right;
}
.column-wrap.right-button {
    text-align: right;
}
.menu-item a{
    font-weight: 700;
    font-size: 15px;
    color: var(--color--white);
}

.menu.menu-item a {
    padding: 13px 20px;
}
.grid-item {
    display: inline-block;
}
.social-icon {
    color: var(--color--secondary);
    --icon-size: 16px;
    transition: all .3s;
    display: inline-flex;
    width: calc(var(--icon-size, 25px) + 2*var(--icon-padding, .5em));
    height: calc(var(--icon-size, 25px) + 2*var(--icon-padding, .5em));
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50%;
    background-color: var(--color--white);
}
.social-icon:active, .social-icon:focus, .social-icon:hover {
    transform: translateY(-8px);
    background-color: var(--color--green-secondary);
}
.elementor-screen-only {
    --grid-template-columns: repeat(0, auto);
    --icon-size: 16px;
    --grid-column-gap: 5px;
    --grid-row-gap: 0px;
    word-spacing: var(--grid-column-gap);
    word-break: break-word;
    font-size: var(--icon-size,25px);
    line-height: var(--icon-size,25px);
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    box-sizing: border-box;
}

.top-menu-row .button a {
    font-weight: 700;
    font-size: 14px;
    fill: var(--color--secondary);
    color: var(--color--secondary);
    background-color: var(--color--white);
    border-radius: 25px 25px 25px 25px;
    /* padding: 10.5px 18px 10.5px 18px; */
    padding-top: 9px;
    padding-bottom: 9px;
    transition: .4s;
    /* margin: 10px; */
    padding-left: 22px;
    padding-right: 22px;
    /* padding: 10.5px 18px 10.5px 18px; */
}
.top-menu-row .button a .entrar {
    font-size: 14px;
    padding: 7px 4px 7px 4px;
    border-radius: 20px;
    line-height: 20px;
} 
/* .top-menu-row .button-text {
    color: var(--color--secondary);
} */
.top-menu-row .button a:focus, .button a:hover  {
    color: var(--color--white);
    background-color: #50802A;
}
/* .top-menu-row .search-form {
    padding: 5px 5px 5px 100px; 
} */
.column.last-button .column-wrap {
    margin-left: 21px;
}

/* dropdown menu */
ul.menu {
    padding-left: 0;
    width: auto;
    top: auto;
    left: 0px;
    max-width: 1000px;
    transition: all 0.2s ease-in;
}
.navigation {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-right: 20px;
    padding-left: 20px;
}

ul.menu.sub-menu.dropdown {
    display: none;
    position: absolute;
    z-index: 1;
    top: auto;
    left: 0px;
    width: auto;
    margin-left: 0px;
    margin-top: 15px;
    max-width: 1000px;
    background-color: var(--color--secondary);
    border-radius: 7px 7px 7px 7px;
    transition: all 0.2s ease-in;
}
.menu-item {
    position: relative;
}
.sub-menu.dropdown .menu-item {
    transition: .4s;
    padding: 0;
    white-space: nowrap;
    font-family: 'Acumin Pro Regular', sans-serif;
    margin-left: 0px;
    margin-top: 0px;
    /* margin-top: 5px !important; */
    position: relative;
}

.sub-menu.dropdown .menu-item a {
display: block;
  justify-content: space-between;
  line-height: 20px;
  align-items: center;
  font-size: 15px;
  border-left: 8px solid transparent;
  padding-left: 5px;
  padding: 13px 20px;
  font-weight: 400;
}

/* display on hover */
.column .navigation:hover ul.sub-menu.dropdown {
    display: block;
}
.sub-menu.dropdown .menu-item a:hover ul.menu.sub-menu.dropdown {
    display: block;
}
.sub-menu.dropdown:hover ul.menu.sub-menu.dropdown {
    display: block;
}
.sub-menu.dropdown .menu-item:hover {
    background-color: var(--color--primary);

}
.sub-menu.dropdown .menu-item:first-child:hover {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.sub-menu.dropdown .menu-item:last-child:hover {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.menu .sub-arrow {
    font-size: 16px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
}
.sub-arrow i:before {
    content: ""; 
}

.top-menu-row .button {
    line-height: 1; 
}
.top-menu-row .search-form__container {
    min-height: 30px;
    background-color: var(--color--white);
    border-color: #F3F3F3;
    border-radius: 25px;
    display: flex;
    transition: .2s;
    overflow: hidden;
    border: 0 solid transparent;
}        
.top-menu-row .search-form__input {
    border: 0;
    padding-right:10px;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 15px;
    color: var(--color--secondary);
    width: 100%!important;
}
input[type="search"]::placeholder {
    color: var(--color--secondary);
    opacity: .8;
    font-family: 'Acumin Pro Regular', sans-serif;

}
.column.searchBox {
    padding: 5px 0px 5px 95px;
}
.top-menu-row .search-form__icon {
    display: flex;
    font-size: 14px;
    color: var(--color--secondary);
    padding-left: 10px;
    opacity: .6;
    align-items: center;
}
.column .button a {
    white-space: nowrap;
    padding-left: 22px;
    padding-right: 22px;
    padding: 8.5px 18px 8.5px 18px;
}
/* bottom menu row & burger menu*/
.clever-icon-plus:before {
    content: "\c025";
}
.menu-item-bottom .cmm4e-item-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: -20px;
    line-height: 40px;
    transition: all ease-in 0.3s;
    padding: 0 20px;
    z-index: 9;
    color: #666;
}

.cmm4e-toggle-wrapper {
    display: none;
}
.cmm4e-toggle {
    color: #565656;
    background: var(--color--white);
    font-size: 24px;
    text-align: center;
    display: inline-block;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
}
/* canvas mask  */
    .cmm4e-off-canvas-mask {
        background-color: rgba(0, 0, 0, .5);
        bottom: 0;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateZ(0);
        transition: opacity 0.3s linear;
        visibility: hidden;
        cursor: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 18 18' fill='%23fff'%3e%3cpath d='M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z'/%3e%3c/svg%3e"), pointer;
    }
.bottom-menu {
    margin: 0;
}
.bottom-menu-row {
    width: 100%;
    display: flex;
    box-shadow: 0px 8px 7px -5px rgba(0, 0, 0, 0.28);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    background: var(--color--white);
    z-index: 200;
    justify-content: space-between;
}
.bottom-menu-wrap {
    justify-content: center;
}
.bottom-menu-row .column .elementor-image {
    text-align: right;
}
.bottom-menu-row .column .elementor-image img.size-full {
    width: 220px;
    vertical-align: middle;
    display: inline-block;
    justify-content: right;
}
.bottom-menu-row .column .elementor-image img.size-mobile {
    width: 9.375rem;
    padding: 10px;
    display: none;
}
.bottom-menu-row .column:nth-child(2) {

    margin-left: 70px;
    margin-right: 70px; 

}
.bottom-menu-row .column {
    white-space: nowrap;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    background-color: var(--color--white);
    max-width: 1800px;
    position: relative;
    padding: 0;
}
/* bottom menu */
.bottom-menu-wrap .bottom-menu {
    display: flex;
    /* position: relative; */
}
.bottom-menu-wrap .bottom-menu .menu-item-bottom {
    padding: 32px 17px 32px 10px;
    display: flex;
    align-items: center;
}
.menu-item-bottom .nav-link {
    color: var(--color--dark-grey)
}
.menu-item-bottom:hover .nav-link  {
    color: var(--color--primary);
}
.menu-item-bottom:hover .menu-item-arrow {
    color: var(--color--primary);
}
.nav-link {
    width: 100%;
    font-weight: 600;
    font-size: 17px;
}
.menu-item-arrow {
    color: #666;
    font-size: 16px;
    width: 25px;

    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    padding-left: 5px;
}

.banner, .banner-mobile {
    width: 100%;
    background-color: var(--color--white);
}
.banner-mobile {
    display: none;
}

/* sub-menu paineis */
.heading-title {
    color: var(--color--primary);
    margin-top:0;
    line-height: 1;
    font-family: 'Acumin Pro Bold', sans-serif;
    font-size: 17px;
    font-weight: 700;
}
.sub-panel-container a {
    color: #666;
    font-size: 17px;
    font-weight: 600;
}

.sub-panel-container a:hover {
    color: var(--color--primary);
}
.sub-panel-container.simple a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.sub-panel-container.simple:hover {
    color: #333;
}
.sub-panel-container {
    left: 0;
    white-space: normal;
    width: 100%;
    visibility: hidden;
    /* visibility: visible; */
    position: absolute;
    /* top: 100%; */
    top: calc(100% + 20px) !important;
    background-color: white;
    transition: all 0.2s ease-in;
    display: flex;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    padding: 35px 25px 40px 30px;
    box-shadow: 1px 3px 5px 0px rgba(255, 255, 255, 0.2);
    border-radius: 0px 0px 20px 20px;
    opacity:0;
    transition: all 0.2s ease-in;
    box-shadow: 1px 3px 5px 0px rgb(0 0 0 / 20%);
}
.sub-panel-container .for-centering {
    display: flex;
    max-width: 781px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.sub-panel-container.simple {
    min-width: max-content;
    padding: 0px 20px 0px 20px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    left: initial;
    border-radius: 0;
}
.sub-panel-container.simple .list-item {
    padding: 10px 0px 10px 0px;
}
.sub-panel-container .list-item {
    padding:calc(5px/2);
}

/* .menu-item-bottom a:hover > .sub-panel-container {
    top: 100% !important;
} */
.sub-panel-column {
    width: 100%;
    padding: 10px 10px 10px 20px;
}
.sub-panel-container .sub-panel-column.el1{
    padding: 10px 10px 10px 30px;
}
.sub-panel-container .sub-panel-column.el7 {
    border: none;
    }
.sub-panel-container .sub-panel-column:last-of-type, .sub-panel-column.el4{
    border-style: solid;
    border-width: 0px 0px 0px 01px;
    border-color: var(--color--secondary);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 10px 10px 20px;
}
.list-wrapper {
    line-height: 1.6;
    padding-left: 0px;
}
.ilustration.side {
    width: 16%;
    margin: 0px 0px 0px 0px;
    padding: 60px 0px 10px 0px;
}
/*
.ilustration.full-width {
    width: 100%;
}


.divider {
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: 1px solid var(--color--secondary);
    width: 50%;
    margin: 20px 0;

}*/
.socio-ilustr {
    width: 50%;
    max-width: 50%;
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
.divider .separator {
    width: 50%;
}
/* footer */
.upper-footer {
    background-color: var(--color--primary);
    padding: 30px 0 0 0;
    position: relative;
    z-index: 1!important;
    margin-top: 100px;
}
.upper-footer .row {
    margin: auto;
    z-index: 10;
    display: flex;
}

.upper-footer .morada {
    color: var(--color--white);
    margin-top: 0;
    margin-bottom: .9rem;
    margin: 0px 0px 0px 14px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 36px;
}
.footer-column img {
    width: 95%;
    max-width: 95%;
    margin-bottom: 20px;
    vertical-align: middle;
}
.upper-footer .background-overlay {
    background-attachment: scroll;
    background-color: var(--color--secondary);
    background-image: url(../images/background_receitas_single.jpg);
    background-position: 1px -435px;
    background-size: cover;
    opacity: 0.06;

    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1 !important;
}
.social-wrap.in-footer {
    margin: -12px 0px 0px 13px;
    --icon-size: 18px;
}
.social-icon.in-footer i {
font-size: 18px;
}
.social-wrap.in-footer .social-icon{
    color: var(--color--white);
    background-color: var(--color--primary);
    --icon-size: 20px;
    font-size: var(--icon-size,25px);
}
.footer-column .heading-footer {
    color: var(--color--white);
    font-family: "Acumin Pro", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
}
.footer-column .footer-menu {
    padding: 0;
}
.footer-column .footer-menu li {
    margin-top: calc(5px/2);
    padding-bottom: calc(8px/2);
}
.footer-column .footer-menu a {
    color: var(--color--white);
    padding-left: 0px;
    font-family: 'Acumin Pro Regular', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.footer-column .footer-menu a:hover { 
    color: var(--color--black);
}
footer {
    background-color: #659F34;
}
.footer-container {
    display: flex; 
    align-items: center;
    min-height: 40px;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    font-size: 13px;
}
.footer-container a {
    color: var(--color--white);
}
/* newsletter */
.footer-column.el5 {
    margin: 5px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
}
.tnp-widget {
    width: 100%;
    display: block;
    box-sizing: border-box;
}
form {
    display: block;
    margin-top: 0em;
}
.tnp-widget .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}
.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 25px;
    /* padding: .5rem 1rem; */
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.elementor-location-footer .tnp-privacy-field label a {
    color: var(--color--white); !important;
    font-family: 'Acumin Pro Regular', sans-serif;
}
.tnp-widget label {
    display: block;
    color: var(--color--white);
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.tnp-widget input.tnp-submit {
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: var(--color--white);
    margin: 0;
    cursor: pointer;
}
.tnp-widget input.tnp-submit:hover {
    background-color: #659F34;
}

.elementor-location-footer .tnp-privacy a:link, .elementor-location-footer .tnp-privacy a:visited, .elementor-location-footer .tnp-privacy a:hover, .elementor-location-footer .tnp-privacy a:active {
    color: var(--color--white); !important;
}

.tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
    border-radius: 3px;

    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/* media queries */
@media (min-width: 768px) {
    .menu-section {
        padding: 5px;
        height: auto;
    }
    .bottom-menu.hidden {
        padding-left: 0;
    }
    .column {
        width: 23%;
    }
    .column.last-button {
        width: 31%;
    }
    .column.navi {
        width: 12%;
    }
    .column.adesao {   
        width: 39%;
    }
    .lastTopColumns {
        width: 23%;
        display: flex;
        flex-wrap: nowrap;
        gap: 11px;
        justify-content: space-around;
    }
    .column.searchBox {
        width: 29%;
    }
    .bottom-menu-row .column:first-child {
        width: 27%;
        justify-content: flex-end;
        margin: 5px 5%;
    }

    .bottom-menu-row .column:nth-child(2) {
        width: 70.666%;
        width: 64.666%;
        padding: 3px 0 2px 0;
        padding: 4px 0 2px 0;
        justify-content: center;
        /* margin-left: 70px;
        margin-right: 70px; */
    }
    .bottom-menu-row .column:last-child {
        width: 0%;
        display: none;
    }
    .sub-panel-container .sub-panel-column.el1{
        width: 100%;
    }
    .sub-panel-container .sub-panel-column.el2 {
        width: 30.59%;
    }
    .sub-panel-container .sub-panel-column.el3 {
        width: 44%;
        padding: 10px 20px 10px 40px;
    }
    .sub-panel-container .sub-panel-column.el4 {
        width: 45%;
    }
    .sub-panel-container .sub-panel-column.el8 {
        width: 49%;
    }
    .sub-panel-container .sub-panel-column.el5 {
        width: 33.982%;
    }
    .sub-panel-container .sub-panel-column.img {
        width: 32%;
        text-align: center;
    }
    .sub-panel-container .sub-panel-column.el6
    {
        border-style: none;
        width: 34.32%;
    }
    .sub-panel-container .sub-panel-column.el7 {
        border: none;
        border-radius: 0!important;
        right: 0;
        padding: 0;
    }
    /* footer */

    .upper-footer .footer-column.el1 {
        width: 220px;
        margin-left: 37%;
    }
    .upper-footer .footer-column.el2 {
        padding: 36px;
        width: 22%;
    }
    .upper-footer .footer-column.el3 {
        width: 2%;
        padding: 10px 0px 10px 30px;
    }
    .footer-column.el3 {
        width: 2.802%;
    }
    .upper-footer .footer-column.el4 {
        padding: 10px 0 10px 30px;
        
        width: 22%;
    }
    .upper-footer .footer-column.el5 {
        width: 28%;
    }

        /* .column .bottom-menu-wrap {
            width: 70.666%;
        } */
        /* .bottom-menu-row .column {
            width: 27%;
    } */
}

@media (max-width: 1024px) {
    .column.last-button {
        justify-content: flex-end;
        width: auto;
    }
    .lastTopColumns {
        width: 32%;
        display: flex;
        flex-wrap: nowrap;
        gap: 0px;
        justify-content: flex-end;
        padding-right: 23px;
    }

    .upper-footer .row {
        flex-wrap: wrap;
    }
    .bottom-menu-row .column:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }
    .column.searchBox {
        visibility: hidden;
    }
    .top-menu-row {
        justify-content: space-between;
    }
    .column.adesao {
        width: auto;
    }
    .column-wrap {
        width: auto;
        padding-right: 15px;
    }
    .column.last-button .column-wrap {
        margin-left: -11px;
    }
    .column.adesao .column-wrap {
        padding-right: 9px;
    }

    /* inserir o bottom-menu-row .column:nth-child(2)
    normal (sem margin) ; */
}
@media (max-width: 1400px) {
    /* area socio */
    .memberContainer .illustration {
        max-width: 265px!important;
    }
    .welcome {
        padding-top: 35px;
    }

    /* SOCIO */
    .container-img {
        margin-left: 0;
    }
    
}
@media (max-width: 1024px) and (min-width: 768px) {
    .bottom-menu-row .column:first-child
    .column.last-button {
        width: 50%;
    }

    .menu-section {
        padding: 5px;
        height: auto;
    }
    .bottom-menu-row .column:nth-child(2) {
        width: 100%;
        margin-right: 0;
        /* padding-left: 180px; */
    }
    .column.search, .column.navi {
        display: none;
    }
    .upper-footer .footer-column.el1 {
        width: 30%;
    }
    .upper-footer .footer-column.el2, .upper-footer .footer-column.el3 {
        width: 33%;
    }
    .upper-footer .footer-column.el5 {
        width: 70%;
    }
    .upper-footer .footer-column.el4 {
        width: 5%;
    }
    /* area socio */
    .memberMenu {
        margin: 20px 4% auto;
        width: 216px;
    }
    .welcome {
        padding-top: 20px;
    }
    .memberContainer .illustration {
        display: none;
    }
    .memberMainContent h3, .headingNewMember, .memberMainContent.fullWidth h3 {
        font-size: 30px;
        margin: 7px 0;
        padding-top: 12px;
    }
    .memberMainContent .subheading {
        font-size: 22px;
    }

}

@media (max-width: 767px) {
    .sideMenuColumn {
        margin: auto;
    }
    .banner-mobile {
        display: block;
    }
    .banner {
        display: none;
    }
    .column-wrap {
        padding: 0;
    }
    .column {
        width: 35%;
        --icon-size: 14px;
        --grid-column-gap: 8px;
    }
    .bottom-menu-row .column:last-child {
        display: none;
    }
    .bottom-menu-row .column.principal {
        justify-content: flex-end;
        margin: 0;
    }
    .column.logo{
        width: 50%;
        justify-content: center;
    }
    .column.last-button {
        width: 18%;
    } 
    .column.adesao {
        width: 23%;
        font-size: 11px;
        line-height: 0.9em;
        padding: 10px 10px 10px 9px;
    }
    .top-menu-row .button a {
        font-size: 11px;
        line-height: 0.9em;
        padding: 7px 10px 7px 9px;
    }
    .menu-section {
        padding: 2px;
    }
    .top-menu-row .button a .entrar {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: 700;
        font-size: 12px;
        margin-left: 3px;
    }
    .lastTopColumns {
        width: 27%;
        display: flex;
        gap: 0px;
        padding-right: 17px;
        justify-content: flex-end;
    }
    .column.searchBox, .column.navi {
        display: none;
    }

    .column.adesao {
        width: auto; 
    }
    .column.last-button {
        width: auto;
        margin-left: -4px;
    }
    .column-wrap.social {
        text-align: center;
    }
    .social-icon {
        --icon-size: 14px;
        --grid-column-gap: 8px;
        --icon-padding: 0.5em;
    }
    .upper-footer .footer-column {
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 15px 0px 15px;
        text-align: center;
    }
    .upper-footer .footer-column.el1 {
        order: 5;
        margin-bottom: 0;
    }
    .footer-column img {
        width: 50%;
        margin-top: -30px;
    }
    .footer a {
        text-align:center;
    }
    .upper-footer .footer-column.el5 {
        order: 1;
        margin-top: 25px;
        text-align: left;
        padding-left: 50px;
        padding-right: 50px;
    } 
    .upper-footer .footer-column.el4 {
        order: 4;
    }
    .upper-footer .footer-column.el2 {
        order:3;
        margin-bottom: 0;
    }
    .upper-footer .footer-column.el3 {
        order: 2;
        margin-bottom: 20px;
    }
    .footer-column .heading-footer:last-of-type {
        padding-top: 10px;
        text-align: center;
    }
    .bottom-menu-row .column .elementor-image img.size-mobile {
        width: 100%; 
        display: inline-block;
        padding: 6px;
    }
    .bottom-menu-row .column .elementor-image img.size-full {
        display: none;
    }
    .morada {
        display: none;
    }
    /* area socio */
    .memberContainer {
        flex-wrap: wrap;
    }
    .memberMenu {
        width: 283px;
        margin: auto;
    }
    .welcome {
        padding-top: 12px;
        padding-bottom: 12px;
        display: flex;
        flex-wrap: wrap;
    }
    .memberMenu li {
        font-size: 15px;
    }
    .welcome .logout {
        font-size: 15px;
        margin-right: 20px;
        background-color: var(--color--white);
        color: var(--color--primary);
        border-color: var(--color--primary);
        border-style: solid;
    }
    .welcome .logout:hover {
        background-color: var(--color--primary);
        color: var(--color--white);
    }
    .welcome h2 {
        font-size: 17px;
        padding-left: 20px;
        padding-top: 3px;
    }
    .memberMainContent {
        /* mudei de margin para padding */
        padding: 5%;
    }
    .memberMainContent h3, .headingNewMember, .memberMainContent.fullWidth h3 {
        font-size: 25px;
        padding-top: 0;
    }
    .memberMainContent .subheading {
        font-size: 18px;
    }

    .banner-container h2 {
        font-size: 45px;
    }

    .banner-container h1 {
        font-family: 'Viva Beautiful Pro', cursive;
    }

    .memberContainer .illustration {
        display: none;
    }
    .elementor-divider {
        width: 20%;
    }
}

@media (max-width: 991.98px) {
    .column.searchBox, .column.navi {
        visibility: hidden!important;
    }
    .bottom-menu-row .column:nth-child(2) {
        margin-right: 0;
        padding-right: 3%;
        justify-content: flex-end;
    }
    .bottom-menu-row .column:first-child {
        width: auto;
        justify-content: flex-end;
        margin: 5px 7%;
    }
    
    .cmm4e-toggle-wrapper {
        display: flex;
        position: relative;
        width: 100%;
        max-width: 100%;
        align-items: center;
        justify-content: flex-end;        
        /* margin: 0;
        padding: 1em 0;
        box-shadow: none; */
    }
    .bottom-menu-wrap .bottom-menu{
        transform: translateX(-390px);
        overflow: hidden;
        overflow-y: auto;
        background: none;
        background-color: var(--color--white);
        padding: 20px 20px 20px 20px;
        display: block;
        height: 100vh !important;
        max-height: 100vh !important;
        width: 390px !important;
        max-width: calc(100vw - 50px);
        position: fixed;
        z-index: 99;
        top: 0;
        transition: all ease-in 0.3s;
        right: -390px;
    }
    .bottom-menu-row .column .elementor-image img.size-full {
        width: 90%;
        padding: 10px;
        min-width: 221px;
    }
    .sub-panel-container {
        box-shadow: none;
    }
    /* para ativar o canvas mask- adicionar este .cmm4e-active  */
    .cmm4e-off-canvas-mask.cmm4e-active {
        visibility: visible;
        opacity: 1;
        z-index: 9;
    }
    /* se o menu não tiver ativo fica escondido */
    .bottom-menu-wrap .bottom-menu.hidden {
        transform: translateY(0);
    }
    .menu-item-arrow.fa-angle-down {
        display: none;
    }
    .menu-item-bottom .sub-panel-container {
        display: block; 
        width: 100% !important;
        min-width: 0;
        position: static;
        z-index: 9;
        visibility: visible;
        opacity: 1;
        transition: none;
    }

    .bottom-menu .menu-item-bottom {
        display: block!important;
    }

    .sub-panel-container .sub-panel-column {
        width: 100%!important;
    }
    .menu-item-bottom:hover> .cmm4e-item-toggle {
        color: #f58634;
    }

    .menu-item-bottom .cmm4e-item-toggle {
        display: block;
    }

    .menu-item-bottom {
        display: inline-block;
        position: relative !important;
        width: 100%;
        background: none;
        height: auto;
        margin: 0;
    }
    .bottom-menu-wrap .bottom-menu .menu-item-bottom {
        padding: 20px 0px 0px 0px;
    }
    .bottom-menu-wrap .bottom-menu .menu-item-bottom.single-item {
        padding-bottom: 20px;
    }
    .cmm4e-item-toggle {
        padding: 5px 5px 5px 5px;
        line-height: 16px;
        cursor: pointer;
    }
    .cs-font {
        font-family: cleversoft!important;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .fa-navicon:before {
        content: "\f0c9";
    }
    .upper-footer .footer-column {
        margin: 0px 0px 40px 0px;
    }

    /* normal state for sub panel is closed  */
    .bottom-menu-wrap .bottom-menu .menu-item-bottom {
        padding: 0px 0px 0px 0px;}

    .sub-panel-container .sub-panel-column.el1 {
        padding: 0px 10px 10px 0px;
    }
    .sub-panel-container .sub-panel-column:last-of-type, .sub-panel-column, .sub-panel-column.el4 {
        border-style: none;
        padding: 10px 10px 10px 0px;
    }
    .divider, .ilustration.side, .ilustration.full-width, .socio-ilustr {
        display: none;
    }
    .menu-item-bottom .sub-panel-container {
        visibility: hidden;
        max-height: 0;
        position: static;
        padding:  10px 0px 10px 0px;
        transition: all ease 0.4s;
        overflow: hidden;
    }
    .heading-title {
        padding-top: 10px;
    }
    .menu-item-bottom .sub-panel-container.show {
        visibility: visible;
        height: auto;
        max-height: 1000px;
        padding:  25px 0px 14px 0px;
        transition: all ease 0.4s;
        overflow: hidden;
    }
    .menu-item-bottom .sub-panel-container.show .sub-panel-column.el7 {
        padding:0!important;
    }
    .sub-panel-column.el7 {
        margin-top: -20px;
    }
    .sub-panel-container .for-centering {
        display: none;
    }
    .sub-panel-container .for-centering.show {
        display: block;
    }



        /* search */
        .cmm4e input[type="search"]::placeholder {
            color: #666;
            opacity: .8;
            font-family: 'Acumin Pro Regular', sans-serif;
        }
        .menu-item.elementor-search-form form {
            display: flex;
        }
        .menu-item.elementor-search-form {
            margin-top: 10px;
            margin-bottom: 20px;
            display: block;
        }
        .menu-item.elementor-search-form form label {
            margin-right: 1%;
            display: inline-block;
            vertical-align: top;
        }
        
        .menu-item.elementor-search-form form input[type=search] {
            width: 100%;
            height: 100%;
            display: inline-block;
            vertical-align: top;
            min-height: 42px;
            line-height: 40px;
            border: 1px solid;
      
            padding: 5px 10px;
            box-sizing: border-box;
            border-radius: 20px 0 0 20px;
            padding-left: 20px;
        }
        .is-menu.default form {
            max-width: 100%;
        }
        .menu-item.elementor-search-form form input[type="submit"] {
            background: var(--color--primary);
            color: var(--color--white);
            font-weight: bold;
            transition: 0.5s;
            border-radius: 0 20px 20px 0;
            width: 33%;
        }


}

@media (min-width: 991.99px) {
    .menu-item-bottom:hover >.sub-panel-container {
        visibility: visible;
        opacity: 1;
        z-index: 9;
        top: 86% !important;
    }
    .banner-member {
        background-attachment: fixed;
    }
    .cmm4e.elementor-search-form {
        display: none;
    }
    .top-menu-nav {
        justify-content: space-around;
    }
    .lastTopColumns {
        width: 32%;
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        justify-content: center;
    }
    .column.adesao {
        width: auto;
    }
    .column.last-button {
        width: auto;
    }
    .column-wrap.right-button {
        /* text-align: right; */
        padding-right: 0px;
    }
    .column.last-button .column-wrap {
        margin-left: 0;
    }
}