/*
Theme Name: JELLYCODE - CHILD THEME
Template: JELLYCODE
Description: website template by JellyCode
Author: jellycode.pt
Author 
URI: http://jellycode.pt/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
*/


/* ------------------------------------------------ */
body .booked-form .field input[type=text],
body .booked-form .field input[type=password],
body .booked-form .field input[type=tel],
body .booked-form .field input[type=email],
body .booked-form .field textarea,
body .booked-form .cf-block select {
    font-family: "Roboto", sans-serif !important;
    font-size: 13px !important;
    color: #000 !important;
}

body {
    background-color: #fff;
}

.entry-content p,
.entry-content a {
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #616161;
    line-height: 26px !important;
}

h2 {
    font-weight: 100 !important;
    font-size: 120px !important;
    color: #D0D0D0 !important;
}

h3 {
    font-weight: 200 !important;
    font-size: 60px !important;
    color: #616161 !important;
    opacity: 1 !important;
    line-height: 70px;
}

h4 {
    font-weight: 300 !important;
    font-size: 30px !important;
    color: #616161 !important;
}

h5 {
    font-weight: 300 !important;
    font-size: 25px !important;
    color: #616161 !important;
    margin-bottom: 55px !important;
    position: relative;
}

h5:after {
    content: "";
    width: 115px;
    height: 1px;
    background-color: #616161;
    position: absolute;
    bottom: -35px;
    left: 0px;
}

.entry-content > * {
    max-width: 100% !important;
    width: 100% !important;
}

.site-content a,
.site-content a:hover {
    text-decoration: none;
    box-shadow: none;
}

header#site-header {
    z-index: 99;
    position: fixed;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 0;
    transition: top 0.5s;
}

header#site-header.fixed {
    background: #FFF;
    transition: top 0.5s;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.04);
}

header#site-header.fixed .navMenu .mainMenuWrapper ul li a {
    color: #000;
}

header#site-header.fixed .navMenu .searchForm .search-field {
    background-image: url(images/pesquisa-escuro.svg);
}

header#site-header .navMenu .mainMenuWrapper .adegaLogo.fixed {
    display: none;
    width: 230px;
    padding-top: 0;
}

header#site-header.fixed .navMenu .langSwitcher .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
    color: #000;
}

header#site-header .wpml-ls-legacy-dropdown-click a span {
    vertical-align: top;
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 300;
}

header#site-header .wpml-ls-legacy-dropdown-click {
    width: 70px;
}

header#site-header .wpml-ls-legacy-dropdown-click a {
    color: #000;
    border: none;
    background-color: transparent;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Roboto";
}

header#site-header.fixed .wpml-ls-legacy-dropdown-click a {
    color: #000;
}

.home .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: "";
    background-image: url(images/down.svg);
    width: 11px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 11px auto;
    background-position: center center;
    border: 0px !important;
    position: absolute;
    left: 40px;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: "";
    background-image: url(images/down-escuro.svg);
    width: 11px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 11px auto;
    background-position: center center;
    border: 0px !important;
    position: absolute;
    left: 40px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    padding-top: 10px !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: 0px;
}

header#site-header.fixed .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: "";
    background-image: url(images/down-escuro.svg);
    width: 11px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 11px auto;
    background-position: center center;
    border: 0px !important;
}

header#site-header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    top: 2px;
}

header#site-header .navMenu .mainMenuWrapper {
    width: 90%;
    margin: 0 auto;
    display: inline-block;
    float: none;
    text-align: center;
}

header#site-header .navMenu .mainMenuWrapper .navWrapperLeft {
    display: inline-block;
}

header#site-header .navMenu .mainMenuWrapper .navWrapperRight {
    display: inline-block;
}

header#site-header .navMenu .mainMenuWrapper .adegaLogo {
    position: relative;
    width: 230px;
    height: 71px;
    display: inline-block;
    margin-left: 80px;
    margin-right: 80px;
    /*padding-top: 8px;*/
}

header#site-header .navMenu .mainMenuWrapper .adegaLogo a {
    width: 230px;
    width: 100%;
    height: 71px;
    background-image: url(images/adegamae-escuro.svg) !important;
    background-position: center center;
    display: inline-block;
    z-index: 3;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-repeat: no-repeat !important;
    background-size: contain;
}

header#site-header .navMenu .mainMenuWrapper .adegaLogo a:hover {
    opacity: .8;
}

header#site-header .navMenu .mainMenuWrapper ul {
    margin-left: 0 !important;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    float: left;
}

header#site-header .navMenu .mainMenuWrapper .menu-main-menu-left-container {
    float: left;
}

header#site-header .navMenu .mainMenuWrapper ul li {
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    float: left;
    margin-right: 80px;
    margin-top: 0;
}

header#site-header .navMenu .mainMenuWrapper ul li:last-child {
    margin-right: 0;
}

header#site-header .navMenu .mainMenuWrapper ul li a {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    line-height: 71px;
    text-decoration: none;
    letter-spacing: 0.3px;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header#site-header .navMenu .mainMenuWrapper ul li a:hover {
    text-decoration: none;
    opacity: .8;
}

header#site-header .navMenu .mainMenuWrapper ul ul.sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    width: 200px;
    text-align: center;
    padding-bottom: 12px;
}

header#site-header .navMenu .mainMenuWrapper li.menu-item-has-children {
    position: relative;
}

header#site-header .navMenu .mainMenuWrapper li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
}

header#site-header .navMenu .mainMenuWrapper ul ul.sub-menu li {
    float: none;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
}

header#site-header .navMenu .mainMenuWrapper ul ul.sub-menu li a {
    text-transform: none;
    text-align: center;
    line-height: 35px;
    width: 100%;
}

header#site-header.fixed ul ul.sub-menu {
    background-color: #fff;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.04);
}

header#site-header .navMenu .searchForm {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

header#site-header .navMenu .searchForm .search-form {
    position: relative;
    top: 0px;
    right: 0px;
}

.home header#site-header .navMenu .searchForm .search-field {
    background-color: transparent;
    background-image: url("images/pesquisa.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
}

.home header#site-header.fixed .navMenu .searchForm .search-field {
    background-color: transparent;
    background-image: url("images/pesquisa-escuro.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
}

header#site-header .navMenu .searchForm .search-field {
    background-color: transparent;
    background-image: url("images/pesquisa-escuro.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 25px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
}

header#site-header .navMenu .searchForm .search-field:focus {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    cursor: text;
    outline: 0;
    width: 230px;
}

header#site-header .navMenu .searchForm .search-submit {
    display: none;
}

header#site-header .navMenu .searchForm input[type="search"] {
    -webkit-appearance: textfield;
}

header#site-header .navMenu .searchForm input[type="search"] {
    -webkit-appearance: textfield !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

header#site-header ::-webkit-input-placeholder {
    color: #000;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

header#site-header :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

header#site-header ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

header#site-header :-ms-input-placeholder {
    color: #000 !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

.searchForm::-webkit-input-placeholder {
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px !important;
}

.searchForm:-moz-placeholder {
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

.searchForm::-moz-p {
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

.searchForm:-ms-input-placeholder {
    color: #fff !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px !important;
}

header#site-header.fixed ::-webkit-input-placeholder {
    color: #000;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

header#site-header.fixed :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

header#site-header.fixed ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

header#site-header.fixed :-ms-input-placeholder {
    color: #000 !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

header#site-header .navMenu .langSwitcher {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

header#site-header .navMenu .langSwitcher span.wpml-ls-display {
    display: none;
}

header#site-header .navMenu .langSwitcher .wpml-ls-legacy-list-horizontal {
    padding: 0;
}

header#site-header .navMenu .langSwitcher .wpml-ls-legacy-list-horizontal .wpml-ls-item:first-child a {
    padding-left: 0;
}

header#site-header .navMenu .langSwitcher .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
    color: #fff;
    font-size: 16px;
}

header#site-header.header-mobile {
    display: none;
}

.home #site-footer .section-inner {
    border-top: 1px solid #BCBCBC;
}

.home header#site-header .navMenu .mainMenuWrapper ul li a {
    color: #fff;
}

.home header#site-header .wpml-ls-legacy-dropdown-click a {
    color: #fff !important;
}

.home header#site-header .navMenu .mainMenuWrapper .adegaLogo a {
    background-image: url(images/adegamae-branco.svg) !important;
}

.home header#site-header.fixed .wpml-ls-legacy-dropdown-click a {
    color: #000 !important;
}

.home header#site-header.fixed .navMenu .mainMenuWrapper ul li a {
    color: #000;
}

.home header#site-header.fixed .navMenu .mainMenuWrapper .adegaLogo a {
    background-image: url(images/adegamae-escuro.svg) !important;
    background-repeat: no-repeat;
    background-position: Center center;
}

.home header#site-header ::-webkit-input-placeholder {
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

.home header#site-header :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

.home header#site-header ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

.home header#site-header :-ms-input-placeholder {
    color: #fff !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

header.header-mobile {
    display: none;
}

header.entry-header {
    display: none;
}

.post-inner {
    padding-top: 0;
}

.slider-homepage:before {
    content: "";
    width: 715px;
    height: 95px;
    background-image: url(images/wave-up.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.slider-homepage:after {
    content: "";
    width: 23px;
    height: 12px;
    background-image: url(images/arrow-down.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.custom .tp-bullet {
    margin-top: 4px;
    border: 2px solid rgba(255, 255, 255, .5);
    background-color: transparent;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom .tp-bullet:hover {
    border: 2px solid rgba(255, 255, 255, 1);
}

.custom .tp-bullet.selected {
    margin-top: 0;
    background-color: transparent;
    border: rgba(255, 255, 255, 0);
}

.custom .tp-bullet.selected:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 18px;
    background-image: url(images/gota-active.svg);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.custom.tparrows {
    background-color: transparent;
    background: transparent !important;
}

#rev_slider_1_1_wrapper .custom.tparrows:before,
#rev_slider_2_1_wrapper .custom.tparrows:before {
    color: transparent !important;
}

rs-arrow.tp-leftarrow.tparrows.custom:before {
    content: "";
    background-image: url(images/left-arrow.svg);
    width: 13px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
}

rs-arrow.tp-rightarrow.tparrows.custom:before {
    content: "";
    background-image: url(images/right-arrow.svg);
    width: 13px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
}

.btn-home {
    background: none;
    background-color: transparent !important;
    width: fit-content !important;
}

.svg-wrapper {
    position: relative;
    margin: 0 auto;
    width: 200px;
    /*float:left;*/
}

.svg-wrapper svg {
    width: 200px;
    height: 50px;
}

.shape {
    stroke-dasharray: 116;
    stroke-dashoffset: 0;
    stroke-width: 2px;
    fill: transparent;
    stroke: #000;
    border-bottom: 5px solid black;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

.text {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #000;
    top: -50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.svg-wrapper:hover .shape {
    stroke-width: 2px;
    stroke-dashoffset: 0;
    stroke-dasharray: 760;
}

.btn-home .elementor-widget-container {
    width: fit-content;
}

.btn-home .elementor-button-wrapper {
    width: fit-content;
}

.btn-home a {
    background: none;
    background-color: transparent !important;
    font-size: 12px !important;
    color: #000 !important;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.home #newsletter-footer {
    display: none;
}

.home p.fade p {
    opacity: .5 !important;
}

.home-titles-separator {
    margin-bottom: 42px !important;
}

.home-titles-separator .elementor-divider {
    padding: 0 !important;
}

.homepage-news-title {
    padding-bottom: 20px;
}

.homepage-news {
    padding-top: 0;
}

.homepage-news .elementor-container {
    max-width: none !important;
}

.home-vinho {
    margin-top: -110px !important;
}

.home-vinho p {
    max-width: 100% !important;
}

.home-uvas {
    position: absolute !important;
    z-index: 9;
    bottom: 0;
    left: -30px;
}

.home-fundo-vinho {
    left: -50% !important;
}

.news-slider .news-item.slick-current .news-item-content img {
    width: 100%;
}

.news-slider .news-item .news-item-content {
    background: #FFF;
    position: relative;
    border-left: 60px solid #f6f6f6;
    border-right: 60px solid #f6f6f6;
}

.news-slider .news-item .news-item-content .news-item-image {
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.news-slider .news-item .news-item-content .info {
    padding: 20px 60px;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-slider .news-item .news-item-content .info:focus {
    outline: none !important;
    box-shadow: none !important;
}

.news-slider .news-item .news-item-content .info .date {
    text-transform: uppercase;
    color: #959595;
    font-size: 12px;
    font-weight: 300;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-slider .news-item .news-item-content .info .title {
    font-size: 26px;
    color: #616161;
    line-height: 35px;
    font-weight: 300;
    margin-top: 8px;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    line-height: 39px;
    max-height: 78px !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    box-shadow: none !important;
}

.news-slider .news-item.slick-current .news-item-content .info {
    padding: 40px 60px;
}

.news-slider .news-item.slick-current .news-item-content .info .date {
    font-size: 14px;
}

.news-slider .news-item.slick-current .news-item-content .info .title {
    font-size: 30px;
    line-height: 40px;
}

.news-slider .news-item.slick-slide:focus {
    outline: none;
}

.news-slider .news-item .news-item-content a::before {
    content: ' ';
    position: absolute;
    background: transparent;
    width: 100%;
    height: calc(100% - 105px);
    transition: 0.4s;
}

.news-slider .news-item.slick-current .news-item-content a::before {
    content: ' ';
    position: absolute;
    background: transparent;
    width: 100%;
    height: calc(100% - 150px);
    transition: 0.4s;
}

.news-slider .news-item .news-item-content a:hover::before {
    background: rgba(255, 255, 255, 0.4);
    transition: 0.4s;
}

.slick-list {
    padding: 0 30% 0 30% !important;
}

.slick-prev,
.slick-next {
    bottom: -60px !important;
    top: unset !important;
    background-color: transparent !important;
}

.slick-prev {
    left: 48.5% !important;
    color: transparent !important;
}

.slick-next {
    right: 48.5% !important;
    color: transparent !important;
}

.slick-prev:before,
.slick-next:before {
    color: transparent !important;
}

.slick-prev:before {
    content: "";
    width: 12px;
    height: 20px;
    display: inline-block;
    background-image: url(images/slick-left.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.slick-next:before {
    content: "";
    width: 12px;
    height: 20px;
    display: inline-block;
    background-image: url(images/slick-right.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.slick-track {
    min-height: 530px !important;
}

.newsletter {
    position: absolute !important;
    background: rgba(36, 36, 36, 0.9);
    z-index: 9;
    width: 45% !important;
    right: 0;
    padding: 70px 60px 20px 60px;
}

.newsletter h4 {
    color: #FFF !important;
    font-weight: 300 !important;
    font-size: 35px !important;
    text-align: left;
    letter-spacing: 0.3px;
}

.newsletter p {
    color: #FFF;
    width: 100% !important;
    max-width: 100% !important;
}

.newsletter .gfield_label {
    display: none !important;
}

.newsletter label {
    font-family: "Roboto";
}

.newsletter .email input {
    background: transparent;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: rgba(255, 255, 255, 0.55) !important;
    font-family: "Roboto" !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    width: 100% !important;
    padding: 10px 0 10px 0 !important;
    letter-spacing: 0.3px;
}

.newsletter .email input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "Roboto" !important;
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 16px !important;
    letter-spacing: 0.3px;
}

.newsletter .email input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "Roboto" !important;
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 16px !important;
    letter-spacing: 0.3px;
}

.newsletter .email input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: "Roboto" !important;
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 16px !important;
    letter-spacing: 0.3px;
}

.newsletter .email input:focus {
    outline: none;
}

.newsletter .consent {
    margin-bottom: 40px;
}

.newsletter .consent label {
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px !important;
    font-weight: 300;
}

.newsletter .gform_wrapper .gform_footer {
    width: auto;
    display: inline-block;
    float: none;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0;
    position: relative;
}

.newsletter .gform_wrapper .gform_footer .gform_button.button {
    background-color: transparent !important;
    border: 0px !important;
    font-family: "Roboto", sans-serif;
    font-size: 12px !important;
    font-weight: 300 !important;
    color: #fff;
    position: relative;
    width: auto !important;
    padding: 15px 25px;
    margin: 0;
}

.newsletter .gform_wrapper .gform_footer .gform_button.button:hover {
    text-decoration: none !important;
}

.newsletter .gform_wrapper .gform_footer:before {
    content: "";
    width: 1px;
    height: 40%;
    background-color: #fff;
    display: inline-block;
    position: Absolute;
    bottom: 0;
    right: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.newsletter .gform_wrapper .gform_footer:after {
    content: "";
    width: 1px;
    height: 40%;
    background-color: #fff;
    display: inline-block;
    position: Absolute;
    top: 0;
    left: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.newsletter .submitWrapper {
    display: inline-block;
    width: auto;
}

.newsletter .submitWrapper:before {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.newsletter .submitWrapper:after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.newsletter .gform_wrapper .gform_footer:hover .submitWrapper:before {
    width: 100%;
}

.newsletter .gform_wrapper .gform_footer:hover .submitWrapper:after {
    width: 100%;
}

.newsletter .gform_wrapper .gform_footer:hover:before {
    height: 100%;
}

.newsletter .gform_wrapper .gform_footer:hover:after {
    height: 100%;
}

.newsletter .gform_confirmation_message {
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding-bottom: 55px;
}

.gform_wrapper div.validation_error {
    display: none;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    box-sizing: border-box !important;
}

.newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 16px;
    padding-top: 10px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 300;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
    border: 0px !important;
    border-bottom: 1px solid #dcd7ca !important;
}

.gform_wrapper li:last-child .validation_message {
    padding-top: 0 !important;
}

.botao-hp {
    width: 200px !important;
}

.botao-hp .elementor-button {
    width: 90% !important;
}

body .gfield_checkbox li input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 4px;
    z-index: 9999;
}

body .gfield_checkbox li input[type=checkbox] + label {
    position: relative;
    overflow: hidden;
    padding-top: 2px;
    padding-left: 30px;
    padding-bottom: 2px;
    cursor: pointer;
    display: inline-block;
    max-width: initial;
    letter-spacing: 0.2px;
    line-height: 10px;
    padding-right: 15px;
}

body .gfield_checkbox li input[type=checkbox] + label:before,
body .gfield_checkbox li input[type=checkbox] + label:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
}


/* after */

body .gfield_checkbox li input[type=checkbox]:not(:checked) + label:after {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    top: 5px;
}

body .gfield_checkbox li input[type=checkbox]:checked + label:after {
    top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #7d7e7c;
    z-index: 0;
}


/* before */

body .gfield_checkbox li input[type=checkbox]:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
}

body .gfield_checkbox li input[type=checkbox]:checked + label:before {
    top: 0px;
    left: 3px;
    right: 1px;
    width: 12px;
    height: 20px;
    margin-top: 3px;
    background-image: url(images/check-escuro.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

body ul.gfield_checkbox li input[type=checkbox]:checked + label {
    font-weight: 300 !important;
}

body .gfield_checkbox li input[type=checkbox] + label a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px !important;
    font-weight: 300;
}

body .gfield_checkbox li input[type=checkbox] + label a:hover {
    opacity: .8;
}

body img.gform_ajax_spinner {
    display: none !important;
}


/** Botões AdegaMãe **/

.elementor-button-wrapper a {
    color: #000;
    padding: 0 !important;
    position: Relative;
}

.elementor-button-wrapper a:before {
    content: "";
    width: 60%;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elementor-button-wrapper a:after {
    content: "";
    width: 60%;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elementor-button-wrapper a span {
    padding: 0 !important;
}

.elementor-button-wrapper a span.elementor-button-text {
    position: Relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 15px 30px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    color: #000;
}

.elementor-button-wrapper a:hover span.elementor-button-text {
    color: #000;
}

.elementor-button-wrapper a span.elementor-button-text:before {
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: #000;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elementor-button-wrapper a span.elementor-button-text:after {
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: #000;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elementor-button-wrapper a:hover:before {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
}

.elementor-button-wrapper a:hover:after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
}

.elementor-button-wrapper a span.elementor-button-text:hover:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: #000;
}

.elementor-button-wrapper a span.elementor-button-text:hover:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: #000;
}


/** Vinho **/

.single-vinho #main {
    text-align: center;
}

.single-vinho .page-container {
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 40px;
    display: inline-block;
    width: 100%;
}

.single-vinho .page-container .content {
    float: left;
    padding-top: 40px;
    padding-bottom: 75px;
    width: 100%;
}

.single-vinho .page-container .content .left,
.single-vinho .page-container .content .right {
    float: left;
    position: relative;
}

.single-vinho .page-container .content .left {
    width: 50%;
}

.single-vinho .page-container .content .right {
    width: 38%;
}

.single-vinho .page-container .content .left .bg {
    margin: 0 auto;
}

.single-vinho .page-container .content .right .title {
    text-align: left;
    font-family: "Roboto";
    font-size: 30px !important;
    color: #616161 !important;
    margin-top: 10px;
    font-weight: 400 !important;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.single-vinho .page-container .content .right .line {
    width: 110px;
    margin-top: 42px;
    height: 1px;
    border-bottom: 1px solid #707070;
}

.single-vinho .page-container .content .right .type-year {
    text-align: left;
    font-family: "Roboto";
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.5) !important;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 14px;
}

.single-vinho .page-container .content .right .quote {
    text-align: left;
    font-family: "Roboto";
    font-size: 45px !important;
    color: #616161 !important;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.single-vinho .page-container .content .right .description {
    text-align: left;
    font-family: "Roboto";
    font-size: 16px !important;
    line-height: 26px !important;
    color: #616161 !important;
    letter-spacing: 0.3px;
    font-weight: 300;
    margin-bottom: 35px;
}

.single-vinho .page-container .content .right .details {
    font-family: "Roboto";
    font-size: 12px !important;
    line-height: 15px !important;
    color: #616161 !important;
    letter-spacing: 0.3px;
    font-weight: 300;
    margin-bottom: 20px;
}

.single-vinho .page-container .content .right .details.botao-comprar {
	width:150px;
	display: inline-block;
	float:left;
	position: relative;
	height:50px;
	background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 12px !important;
	text-transform:uppercase;
	line-height:50px;
}
.single-vinho .page-container .content .right .details.botao-comprar:before {
    content: "";
    width: 60%;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-vinho .page-container .content .right .details.botao-comprar:after {
    content: "";
    width: 60%;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-vinho .page-container .content .right .details.botao-comprar:hover:before {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
}
.single-vinho .page-container .content .right .details.botao-comprar:hover:after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
}
.single-vinho .page-container .content .right .details.botao-comprar a {
	height:50px;
	line-height:50px;
	color:#000;
	text-decoration:none;
}
.single-vinho .page-container .content .right .details.botao-comprar a:before {
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: #000;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-vinho .page-container .content .right .details.botao-comprar a:after {
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: #000;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-vinho .page-container .content .right .details.botao-comprar:hover a:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: #000;
}
.single-vinho .page-container .content .right .details.botao-comprar:hover a:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: #000;
}
.single-vinho .page-container .content .right .details .collapsible {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border: 1px solid rgba(112, 112, 112, 0.6);
    text-transform: initial;
    font-weight: 300;
    font-size: 16px;
}

.single-vinho .page-container .content .right .details .collapsible:after {
    content: '+';
    font-size: 35px;
    font-weight: 100;
    float: right;
    color: #616161;
    height: 25px;
    margin-top: -14px;
}

.single-vinho .page-container .content .right .details .collapsible.active:after {
    content: '-';
}

.single-vinho .page-container .content .right .details .active {
    background-color: #fff;
    text-decoration: none;
    border-bottom: 0;
}

.single-vinho .page-container .content .right .details .collapsible:hover {
    background-color: #fff;
    text-decoration: none;
}

.single-vinho .page-container .content .right .details .content {
    padding: 10px 20px 20px 20px;
    display: none;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
    border-left: 1px solid rgba(112, 112, 112, 0.6);
    border-bottom: 1px solid rgba(112, 112, 112, 0.6);
    border-right: 1px solid rgba(112, 112, 112, 0.6);
    text-align: left;
    margin-bottom: 20px;
}

.single-vinho .page-container .content .right .details .gform_wrapper .gform_footer {
    width: auto;
    display: inline-block;
    float: none;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0;
    position: relative;
}

.single-vinho .page-container .content .right .details .gform_wrapper .gform_footer .gform_button.button {
    background-color: transparent !important;
    border: 0px !important;
    font-family: "Roboto", sans-serif;
    font-size: 12px !important;
    font-weight: 300 !important;
    color: #000;
    position: relative;
    width: auto !important;
    padding: 15px 25px;
    margin: 0;
}

.single-vinho .page-container .content .right .details .gform_wrapper .gform_footer .gform_button.button:hover {
    text-decoration: none !important;
}

.single-vinho .page-container .content .right .details .gform_wrapper .gform_footer:before {
    content: "";
    width: 1px;
    height: 40%;
    background-color: #000;
    display: inline-block;
    position: Absolute;
    bottom: 0;
    right: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-vinho .page-container .content .right .details .gform_wrapper .gform_footer:after {
    content: "";
    width: 1px;
    height: 40%;
    background-color: #000;
    display: inline-block;
    position: Absolute;
    top: 0;
    left: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-vinho .page-container .content .right .details .submitWrapper {
    display: inline-block;
    width: auto;
}

.single-vinho .page-container .content .right .details .submitWrapper:before {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-vinho .page-container .content .right .details .submitWrapper:after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-vinho .page-container .content .right .details .gform_wrapper .gform_footer:hover .submitWrapper:before {
    width: 100%;
}

.single-vinho .page-container .content .right .details .gform_wrapper .gform_footer:hover .submitWrapper:after {
    width: 100%;
}

.single-vinho .page-container .content .right .details .gform_wrapper .gform_footer:hover:before {
    height: 100%;
}

.single-vinho .page-container .content .right .details .gform_wrapper .gform_footer:hover:after {
    height: 100%;
}

.single-vinho .page-container .content .right .details form .gfield_label {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0;
}

.single-vinho .page-container .content .right .details form input[type="text"],
.single-vinho .page-container .content .right .details form textarea {
    font-size: 15px !important;
    width: 100%;
    padding: 6px 8px;
}

.single-vinho .page-container .content .right .details form .gform_body {
    margin-bottom: 10px;
}

.single-vinho .page-container .content .right .details .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.single-vinho .page-container .content .right .details .gform_confirmation_message {
    font-size: 15px;
    font-weight: 400;
    color: black;
}

.single-vinho .page-container .content .right .details .ficha {
    margin-top: 25px;
}

.single-vinho .page-container .content .right .details .ficha img {
    width: 17px;
    display: inline;
    margin-right: 9px;
    vertical-align: bottom;
}

.single-vinho .page-container .content .right .details .ficha a {
    text-decoration: none;
    color: #616161 !important;
}

.single-vinho .page-container .content .right .categories {
    font-size: 14px;
    color: #616161;
    font-weight: 300;
    letter-spacing: 0.3px;
    margin-bottom: 35px;
    text-align: left;
    line-height: 23px;
}

.single-vinho .page-container .content .right .categories a {
    font-size: 14px;
    color: #616161;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.single-vinho .page-container .content .right .categories:before {
    content: url(https://adegamae.pt/wp-content/uploads/2019/12/gota-escura.svg);
    margin-right: 9px;
}

.single-vinho header#site-header {
    position: relative;
}

.single-vinho header#site-header .navMenu .mainMenuWrapper ul li a {
    color: #000;
}

.single-vinho header#site-header .navMenu .mainMenuWrapper .adegaLogo.top {
    display: none;
}

.single-vinho header#site-header .navMenu .mainMenuWrapper .adegaLogo.fixed {
    display: inline-block;
}


/** filtros vinho **/

.filter {
    cursor: pointer;
    position: relative;
    width: max-content;
    margin: 0 auto;
}

.filter p {
    color: #C4C4C4;
    font-size: 12px;
    font-family: 'Roboto';
    margin-top: 7px;
    letter-spacing: 0.5px;
}

.filter:hover p {
    color: #616161;
}

.filter:hover svg path {
    fill: #616161;
}

.filter-separator {
    opacity: 0.0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    position: absolute;
    z-index: 9999;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 160px;
    margin-top: -1px;
}

.filter:hover .filter-separator {
    opacity: 1.0;
}

.filter-item svg {
    margin: 0 auto;
}

.filter-item.active svg path {
    fill: #616161;
}

.filter-item.active p {
    color: #616161;
}

.filter-dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    margin: auto;
    z-index: 999;
    left: 50%;
    background-size: cover;
    background-position: center center;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    height: calc(100vh - 170px);
    margin-top: -1px;
}

div#filter-dropdown-marca:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*z-index:1;*/
    background-color: rgba(138, 110, 84, .65);
}

div#filter-dropdown-tipologia:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*z-index:1;*/
    background-color: rgba(120, 14, 50, .76);
}

div#filter-dropdown-ocasiao:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*z-index:1;*/
    background-color: rgba(207, 186, 137, .72);
}

.filter-dropdown-wrapper {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.filter-dropdown-wrapper ul,
.filter-dropdown-wrapper ul li {
    margin-left: 0;
}

.filter-dropdown a.ver-todos {
    font-size: 13px;
}

.filter-dropdown a,
.filter-dropdown h3 {
    font-family: Roboto;
    color: #FFF !important;
}

.filter-dropdown h3 {
    max-width: 50%;
    margin-left: 0;
    margin-right: unset;
}

.filter-dropdown a {
    text-decoration: none;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
}

.filter-dropdown a:hover {
    text-decoration: underline;
}

.filter-dropdown a.ver-todos {
    text-decoration: underline;
}

.filter-dropdown ul li {
    list-style: none;
}

#filters {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 0;
    transition: top 0.5s;
}

#filters.fixed {
    transition: top 0.5s;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.04);
}


/** Lista vinhos **/

.page-template-vinhos .filters {
    background: #F2F2F2;
    border-top: 1px solid #FFF;
    /*margin-top: 85px;*/
    margin-top: 78px;
    height: 95px;
}

.page-template-vinhos .filters .filters-container {
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 10px;
}

.page-template-vinhos .filters .filters-container .col-3 {
    width: 32%;
    display: inline-block;
    text-align: center;
}

.page-template-vinhos .filters .filters-container .col-3 img {
    margin: 0 auto;
}

.page-template-vinhos header#site-header .wpml-ls-legacy-dropdown-click a {
    color: #000;
}

.page-template-vinhos header#site-header {
    /*position: relative;*/
    background: #F2F2F2;
}

.page-template-vinhos header#site-header.fixed {
    box-shadow: none;
}

.page-template-vinhos header#site-header .navMenu .mainMenuWrapper ul ul.sub-menu {
    background-color: #f2f2f2 !important;
}

.page-template-vinhos header#site-header .navMenu .mainMenuWrapper ul li a {
    color: #000;
}

.page-template-vinhos header#site-header .navMenu .mainMenuWrapper .adegaLogo.top {
    display: none;
}

.page-template-vinhos header#site-header .navMenu .mainMenuWrapper .adegaLogo.fixed {
    display: inline-block;
}

.page-template-vinhos main#main {
    text-align: center;
}

.page-template-vinhos .page-container {
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 230px;
    padding-bottom: 70px;
    display: inline-block;
    width: 100%;
}

.page-template-vinhos .page-container .content {
    float: left;
    padding-top: 40px;
    /*padding-bottom: 140px;*/
    padding-bottom: 0;
    width: 100%;
}

.page-template-vinhos .page-container .content .left,
.page-template-vinhos .page-container .content .right {
    float: left;
    position: relative;
}

.page-template-vinhos .page-container .content .vinho {
    margin-bottom: 100px;
}

.page-template-vinhos .page-container .content .vinho a {
    text-decoration: none;
}

.page-template-vinhos .page-container .content .vinho a img {
    opacity: 1;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-template-vinhos .page-container .content .vinho a img:hover {
    opacity: .8;
}

.page-template-vinhos .page-container .content .vinho .title {
    font-size: 20px;
    color: #616161;
    margin-top: 55px;
    margin-bottom: 20px;
    font-family: "Roboto";
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.page-template-vinhos .page-container .content .vinho .title {
    position: relative;
    width: auto;
    display: inline-block;
}

.page-template-vinhos .page-container .content .vinho .title:after {
    content: "";
    max-width: 0px;
    width: 1%;
    height: 1px;
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: 0px;
    display: inline-block;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-template-vinhos .page-container .content .vinho:hover .title:after {
    max-width: 100%;
    width: 100%;
    background-color: #000;
}

.page-template-vinhos .page-container .content .vinho .type-year {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    font-family: "Roboto";
    font-weight: 300;
    text-align: center;
}

.page-template-vinhos .page-container .content .bg {
    margin: 0 auto;
    display: none;
}

.page-template-vinhos .page-container .content .garrafa {
    margin: 0 auto;
}


/* Categorias vinho */

.category .filters {
    background: #F2F2F2;
    border-top: 1px solid #FFF;
    margin-top: 78px;
}

.category .filters {
    background: #F2F2F2;
    border-top: 1px solid #FFF;
}

.category .filters .filters-container {
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 10px;
}

.category .filters .filters-container .col-3 {
    width: 32%;
    display: inline-block;
    text-align: center;
}

.category .filters .filters-container .col-3 img {
    margin: 0 auto;
}

.category header#site-header .wpml-ls-legacy-dropdown-click a {
    color: #000;
}

.category header#site-header {
    /*position: relative;*/
    background: #F2F2F2;
}

.category header#site-header .navMenu .mainMenuWrapper ul li a {
    color: #000;
}

.category header#site-header .navMenu .mainMenuWrapper .adegaLogo.top {
    display: none;
}

.category header#site-header .navMenu .mainMenuWrapper .adegaLogo.fixed {
    display: inline-block;
}

.category main#main {
    text-align: center;
}

.category .page-container {
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 230px;
    padding-bottom: 70px;
    display: inline-block;
    width: 100%;
}

.category .page-container .content {
    float: left;
    padding-top: 40px;
    padding-bottom: 0px;
    width: 100%;
}

.category .page-container .content .left,
.category .page-container .content .right {
    float: left;
    position: relative;
}

.category .page-container .content .vinho {
    margin-bottom: 100px;
}

.category .page-container .content .vinho a {
    text-decoration: none;
}

.category .page-container .content .vinho a:hover {
    text-decoration: underline;
    color: #616161;
}

.category .page-container .content .vinho .title {
    font-size: 20px;
    color: #616161;
    margin-top: 55px;
    margin-bottom: 20px;
    font-family: "Roboto";
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.category .page-container .content .vinho .type-year {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    font-family: "Roboto";
    font-weight: 300;
    text-align: center;
}

.category .page-container .content .bg {
    margin: 0 auto;
}

.category .filter.selected p {
    color: #616161;
}

.category .filter .marca-img,
.category .filter .tipologia-img,
.category .filter .ocasiao-img {
    margin: 0 auto;
}

.category .filter.selected .marca-img path,
.category .filter.selected .tipologia-img path,
.category .filter.selected .ocasiao-img path {
    fill: #616161;
}


/** ADEGA **/

.adega-intro {
    padding: 0 !important;
    height: 130vh;
    background-position: center 193px;
    background-repeat: no-repeat;
}

/*.adega-intro:before {
	content: "";
	width: 100%;
	height: 600px;
	background-image: url(images/ceu-adega.png);
	background-size: cover;
	background-position: center -115px;
	position: absolute;
	top: 0;
	left: 0;
}*/

.adega-intro h2 {
    padding-top: 122px !important;
    color: #616161 !important;
}

.adega-intro p {
    max-width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}

.adega-intro:after {
    content: "";
    width: 100%;
    height: 200px;
    background-image: url(images/wave-down.svg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.adega-banner-bottom {
    padding-top: 120vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.elementor-element p {
    max-width: 50%;
    margin: 0 auto;
}

.fonte-destaque p {
    font-size: 34px !important;
    line-height: 45px !important;
    font-weight: 100 !important;
}

.title-border h3 {
    font-size: 35px !important;
    font-weight: 100 !important;
    position: relative;
    color: #616161 !important;
    padding-bottom: 25px !important;
}

.title-border h3:before {
    content: "";
    width: 70px;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #616161;
    bottom: 0px;
}


/** Terroir **/

.page-terroir h2 {
    color: rgb(97, 97, 97) !important;
}

.page-terroir .elementor-element p {
    ;
    max-width: 50% !important;
    margin: 0 auto !important;
}

.page-terroir .elementor-element h4 {
    max-width: 50% !important;
    margin: 0 auto !important;
}

.terroir-intro {
    height: 110vh;
}

.destaque-h4-terroir h4 {
    color: #759DD4 !important;
    font-size: 35px !important;
    line-height: 45px !important;
    font-weight: 100 !important;
}

.intro-terroir-txt {
    position: relative;
}

.intro-terroir-txt:before {
    content: "";
    width: 53%;
    height: 100%;
    background-image: url(images/topografia.svg);
    background-size: cover;
    background-position: center right;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}

.intro-terroir-txt .destaque-med p {
    font-size: 20px !important;
    line-height: 30px !important;
}

.intro-terroir-txt p {
    font-size: 14px !important
}

.terroir-destaque {
    height: 100vh !important;
}

.terroir-vinho-destaque {
    position: relative;
}

.terroir-vinho-destaque h3 {
    color: #fff !important;
    margin: 0 !important;
}

.terroir-vinho-destaque:before {
    content: "";
    width: 600px;
    height: 700px;
    position: Absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    background-image: url(images/Arinto-sem-fundo.png);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}


/** Contactos **/

.intro-contactos {
    height: 700px !important;
}

.intro-contactos h3 {
    font-size: 25px !important;
    color: #fff !important;
    line-height: 35px !important;
    margin-top: 0 !important;
}

.intro-contactos p {
    color: #fff;
    max-width: 100%;
}

.intro-contactos a.mapa-location {
    text-decoration: underline !important;
    font-size: 11px !important;
    color: #fff !important;
    position: relative;
}

.intro-contactos a.mapa-location:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(images/open-link.svg);
    background-position: center center;
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    right: -25px;
}

.page-contactos p {
    max-width: 100% !important;
}


/** Blog **/

.page-template-page-blog {
    background-color: #F6F6F6 !important;
}

.page-template-page-blog #newsletter-footer {
    background-color: #fff;
}

.page-template-page-blog #site-footer .section-inner {
    border-top: 1px solid #BCBCBC;
}

.page-template-page-blog .mainNews {
    display: inline-block;
    width: 100%;
}

.page-template-page-blog ul.newsPage {
    display: block;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    list-style-type: none;
    margin-top: 180px;
}

.page-template-page-blog ul.newsPage li {
    display: none;
    background-color: #fff;
    float: left;
    width: calc(100%/3);
    margin-left: 0;
    margin-bottom: 5%;
    border-left: 30px solid #F6F6F6;
    border-right: 30px solid #F6F6F6;
}

.page-template-page-blog ul.newsPage li a {
    box-shadow: none;
    ouline: none;
    text-decoration: none !important;
}

.page-template-page-blog ul.newsPage li .title {
    font-size: 28px !important;
    line-height: 40px !important;
    font-weight: 300 !important;
    color: #616161 !important;
    text-transform: none !important;
    text-decoration: none !important;
    outline: none;
    box-shadow: none !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    line-height: 16px;
    max-height: 78px !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    box-shadow: none !important;
}

.page-template-page-blog .post-image {
    width: 100%;
    height: 290px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-template-page-blog .wrapper-content {
    padding: 40px 45px;
}

.page-template-page-blog ul.newsPage li:hover .post-image {
    opacity: 1;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-template-page-blog ul.newsPage li:hover .post-image {
    opacity: .8;
}

.page-template-page-blog .date {
    text-transform: uppercase;
    font-size: 14px;
    color: #959595;
    font-size: 12px;
    font-weight: 300;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-template-page-blog .loadMoreButton {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #707070;
    font-weight: 300;
    margin-bottom: 70px;
}

.page-template-page-blog .loadMoreButton a {
    text-decoration: none;
    color: #707070;
    display: block;
    width: 100px;
    margin: 0 auto;
}

.page-template-page-blog .loadMoreButton .loadMoreIcon {
    width: 40px;
    height: 40px;
    display: block;
    clear: both;
    background-image: url(images/reload.svg);
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 17px;
}

.page-template-page-blog .filterButton {
    cursor: pointer;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: rgba(0, 0, 0, .8);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
}

.page-template-page-blog .filterButton:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background-image: url(images/settings.svg);
    background-size: 17px;
    background-position: center center;
    position: relative;
    top: 3px;
    margin-right: 8px;
}

.page-template-page-blog .filterButton:after {
    content: "";
    width: 100%;
    height: 75px;
    z-index: -1;
    background-size: auto;
    background-image: url(images/wavedown.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    position: absolute;
    bottom: -54px;
    left: 50%;
    transform: translateX(-50%);
}

.page-template-page-blog .filterButton.open:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background-image: url(images/cross.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: 3px;
    margin-right: 8px;
}

.page-template-page-blog .filters {
    position: relative;
    background-color: #fff;
    max-height: 88px;
    height: 100%;
    overflow: hidden;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-template-page-blog .filters ul {
    padding-top: 90px;
    margin-left: 0;
    text-align: center;
    list-style-type: none;
    margin-bottom: 20px;
}

.page-template-page-blog .filters ul a {
    box-shadow: none;
    text-decoration: none;
    cursor: pointer;
}

.page-template-page-blog .filters ul li {
    cursor: pointer;
    display: inline;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #616161;
    text-decoration: none !important;
}

.page-template-page-blog .filters ul li:first-child {
    margin-left: 0;
}

.page-template-page-blog .filters.open {
    max-height: 10000px;
}

.page-template-page-blog header#site-header .navMenu .mainMenuWrapper ul li a {
    color: #000;
}

.page-template-page-blog .filters.fixed {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 0;
    transition: top 0.5s;
}

.page-template-page-blog .filterButton.fixed {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 0;
    transition: top 0.5s;
    transform: none;
}

.page-template-page-blog .filters.fixed.open {
    max-height: 88px;
    padding-top: 18px;
}

.page-template-page-blog .filters.fixed.open ul {
    padding-top: 28px;
}

.tax-categoria-noticias h2 {
    margin-top: 0 !important;
    font-size: 65px !important;
}

.tax-categoria-noticias {
    background-color: #F6F6F6 !important;
}

.tax-categoria-noticias #newsletter-footer {
    background-color: #fff;
}

.tax-categoria-noticias #site-footer .section-inner {
    border-top: 1px solid #BCBCBC;
}

.tax-categoria-noticias .mainNews {
    display: inline-block;
    width: 100%;
}

.tax-categoria-noticias ul.newsPage {
    display: block;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    list-style-type: none;
    margin-top: 180px;
}

.tax-categoria-noticias ul.newsPage li {
    display: none;
    background-color: #fff;
    float: left;
    width: calc(100%/3);
    margin-left: 0;
    margin-bottom: 5%;
    border-left: 30px solid #F6F6F6;
    border-right: 30px solid #F6F6F6;
}

.tax-categoria-noticias ul.newsPage li a {
    box-shadow: none;
    ouline: none;
    text-decoration: none !important;
}

.tax-categoria-noticias ul.newsPage li .title {
    font-size: 30px !important;
    line-height: 40px !important;
    font-weight: 300 !important;
    color: #616161 !important;
    text-transform: none !important;
    text-decoration: none !important;
    outline: none;
    box-shadow: none !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    line-height: 16px;
    max-height: 78px !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    box-shadow: none !important;
}

.tax-categoria-noticias .post-image {
    width: 100%;
    height: 290px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tax-categoria-noticias .wrapper-content {
    padding: 40px 60px;
}

.tax-categoria-noticias ul.newsPage li:hover .post-image {
    opacity: 1;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tax-categoria-noticias ul.newsPage li:hover .post-image {
    opacity: .8;
}

.tax-categoria-noticias .date {
    text-transform: uppercase;
    font-size: 14px;
    color: #959595;
    font-size: 12px;
    font-weight: 300;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tax-categoria-noticias .loadMoreButton {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #707070;
    font-weight: 300;
    margin-bottom: 70px;
}

.tax-categoria-noticias .loadMoreButton a {
    text-decoration: none;
    color: #707070;
}

.tax-categoria-noticias .loadMoreButton .loadMoreIcon {
    width: 40px;
    height: 40px;
    display: block;
    clear: both;
    background-image: url(images/reload.svg);
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 17px;
}

.tax-categoria-noticias .filterButton {
    cursor: pointer;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: rgba(0, 0, 0, .8);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
}

.tax-categoria-noticias .filterButton:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background-image: url(images/settings.svg);
    background-size: 17px;
    background-position: center center;
    position: relative;
    top: 3px;
    margin-right: 8px;
}

.tax-categoria-noticias .filterButton:after {
    content: "";
    width: 100%;
    height: 75px;
    z-index: -1;
    background-size: auto;
    background-image: url(images/wavedown.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    position: absolute;
    bottom: -54px;
    left: 50%;
    transform: translateX(-50%);
}

.tax-categoria-noticias .filterButton.open:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background-image: url(images/cross.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: 3px;
    margin-right: 8px;
}

.tax-categoria-noticias .filters {
    position: relative;
    background-color: #fff;
    max-height: 88px;
    height: 100%;
    overflow: hidden;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tax-categoria-noticias .filters ul {
    padding-top: 86px;
    margin-bottom: 20px;
    margin-left: 0;
    text-align: center;
    list-style-type: none;
}

.tax-categoria-noticias .filters ul li {
    display: inline;
}

.tax-categoria-noticias .filters ul {
    padding-top: 86px;
    margin-left: 0;
    text-align: center;
    list-style-type: none;
    margin-bottom: 20px;
}

.tax-categoria-noticias .filters ul a {
    box-shadow: none;
    text-decoration: none;
    cursor: pointer;
}

.tax-categoria-noticias .filters ul li {
    cursor: pointer;
    display: inline;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #616161;
    text-decoration: none !important;
    margin-right: 5px;
    margin-left: 5px;
}

.tax-categoria-noticias .filters.open {
    max-height: 10000px;
}

.tax-categoria-noticias header#site-header .navMenu .mainMenuWrapper ul li a {
    color: #000;
}

.tax-categoria-noticias .filters.fixed {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 0;
    transition: top 0.5s;
}

.tax-categoria-noticias .filterButton.fixed {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 0;
    transition: top 0.5s;
    transform: none;
}

.tax-categoria-noticias .filters.fixed.open {
    max-height: 88px;
    padding-top: 18px;
}

.tax-categoria-noticias .filters.fixed.open ul {
    padding-top: 28px;
}

.mainNews .newsPage .catName {
    float: left;
    width: 100%;
    text-align: center;
}


/** Blog - Artigo **/

.noticia-template-default .featured-media {
    display: none;
}

.noticia-template-default nav.pagination-single.section-inner {
    display: none;
}

.noticia-template-default .elementor-element p {
    width: 100%;
    margin: 0;
    max-width: 100%;
}

.noticia-template-default .date h6 {
    text-transform: uppercase !important;
    font-size: 14px !important;
    color: #959595 !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}

.noticia-template-default .elementor-element li {
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #616161;
    line-height: 26px !important;
}

.noticia-template-default h3 {
    font-size: 42px !important;
}


/*.noticia-template-default .elementor-spacer-inner {height:25px!important;}*/

.noticia-template-default #newsletter-footer {
    margin-top: 75px !important;
}


/*.noticia-template-default .elementor-text-editor.elementor-clearfix:last-child {margin-bottom:75px;}*/

.noticia-template-default .noticia-titulo {
    padding-top: 35px !important;
    padding-bottom: 25px !important;
}

.noticia-template-default .noticia-titulo .elementor-column-wrap {
    padding: 0 !important;
}


/** Programas de Provas **/

.page-programa-de-provas {
    padding-top: 80px;
}

.page-programa-de-provas section {
    padding-bottom: 0;
    padding-top: 45px;
}

.calendario {
    position: relative;
    background-color: rgba(0, 0, 0, .8);
    min-height: 140px;
}

.calendario-icon {
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: inline-block;
    background-image: url(images/calendar.svg);
    background-size: 60px;
    background-position: center center;
    position: absolute;
    top: -45px;
    right: 20px;
}

.calendario-icon.open {
    width: 60px;
    height: 60px;
    display: inline-block;
    background-image: url(images/calendario-close.svg);
    background-size: 60px;
    background-position: center center;
    position: absolute;
    top: -45px;
    right: 20px;
}

.calendario h6 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 20px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300 !important;
    color: #fff !important;
    text-transform: none !important;
}

.calendario p {
    max-width: 100% !important;
    margin-bottom: 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 24px !important;
}

.calendario-calendar {
    max-height: 0px;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.calendario-calendar.open {
    height: auto;
    max-height: 10000px;
}

.calendario-calendar .calendario-titulo h6 {
    position: relative;
    font-family: "Roboto", sans-serif !important;
    color: #fff !important;
    opacity: .7 !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    font-weight: 300 !important;
}

.calendario-calendar .calendario-titulo h6:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 1px;
    background-color: #fff;
    top: -15px;
    z-index: 22;
    display: inline-block;
}

.calendario .elementor-widget-html,
.programa-visita .elementor-widget-image {
    margin-bottom: 0 !important;
}

.calendario-calendar table.booked-calendar th .page-right {
    margin-top: -10px;
}

.calendario-calendar .booked-calendar-wrap .booked-appt-list h2 {
    font-size: 16px !important;
}

.calendario-calendar .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.calendario-calendar .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.calendario-calendar .booked-calendar-wrap .booked-appt-list h2 {
    color: #616161 !important;
}

.calendario-calendar .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
    font-size: 11px;
}

body .booked-modal .bm-window {
    background-color: #fff;
}

p.booked-title-bar {
    background-color: #fff !important;
    color: #616161 !important;
    border-radius: 0px !important;
    padding: 30px 30px 0px 30px !important;
}

p.booked-title-bar small {
    text-transform: none !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    color: #000 !important;
}

p.booked-title-bar small:before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    left: 30px;
    bottom: -20px;
}

body .booked-modal .bm-window .booked-scrollable {
    border-radius: 0 !important;
    background-color: #fff !important;
    padding-top: 50px;
}

body .booked-modal .bm-window .close {
    color: #000;
}

body .booked-modal .bm-window p {
    margin: 0 0 15px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

body table.booked-calendar .booked-appt-list {
    font-size: 14px !important;
}

body table.booked-calendar td.today .date span {
    border: 2px solid #000;
}

body .booked-form .booked-appointments {
    box-shadow: none;
    background: #f2f2f2;
    border-radius: 0 !important;
}

body .booked-modal .bm-window p.calendar-name {
    font-family: "Roboto", sans-serif !important;
    font-size: 14px !important;
}

body .booked-modal .bm-window p.appointment-info {
    font-family: "Roboto", sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

body .booked-form .field label {
    font-family: "Roboto", sans-serif !important;
    font-size: 14px !important;
}

body .booked-form .required-asterisk {
    display: none;
}

body .booked-form .field input[type=text],
body .booked-form .field input[type=password],
body .booked-form .field input[type=tel],
body .booked-form .field input[type=email],
body .booked-form .field textarea {
    border: 1px solid rgba(97, 97, 97, .4);
    border-radius: 0px;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body .booked-form .field input[type=text]:focus,
body .booked-form .field input[type=password]:focus,
body .booked-form .field input[type=tel]:focus,
body .booked-form .field input[type=email]:focus,
body .booked-form .field textarea:focus {
    outline: 0px;
    border: 1px solid rgba(97, 97, 97, 1);
}

body .booked-form .field input[type=text]::-webkit-input-placeholder,
body .booked-form .field input[type=password]::-webkit-input-placeholder,
body .booked-form .field input[type=tel]::-webkit-input-placeholder,
body .booked-form .field input[type=email]::-webkit-input-placeholder,
body .booked-form .field textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(97, 97, 97, .8);
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    font-weight: 300;
}

body .booked-form .field input[type=text]::-moz-placeholder,
body .booked-form .field input[type=password]::-moz-placeholder,
body .booked-form .field input[type=tel]::-moz-placeholder,
body .booked-form .field input[type=email]::-moz-placeholder,
body .booked-form .field textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(97, 97, 97, .8);
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    font-weight: 300;
}

body .booked-form .field input[type=text]:-ms-input-placeholder,
body .booked-form .field input[type=password]:-ms-input-placeholder,
body .booked-form .field input[type=tel]:-ms-input-placeholder,
body .booked-form .field input[type=email]:-ms-input-placeholder,
body .booked-form .field textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(97, 97, 97, .8);
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    font-weight: 300;
}

body .booked-form .field input[type=text]:-moz-placeholder,
body .booked-form .field input[type=password]:-moz-placeholder,
body .booked-form .field input[type=tel]:-moz-placeholder,
body .booked-form .field input[type=email]:-moz-placeholder,
body .booked-form .field textarea:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(97, 97, 97, .8);
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    font-weight: 300;
}

input#submit-request-appointment {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    font-weight: 400 !important;
    font-family: "Roboto", sans-serif;
}

input#submit-request-appointment:hover {
    background-color: transparent !important;
    opacity: .8;
    text-decoration: none !important;
}

body .booked-modal button.cancel {
    border: 0px;
    background-color: transparent !important;
    text-transform: none;
    font-weight: 400;
}

body .booked-modal button.cancel:hover {
    background-color: transparent !important;
}

body table.booked-calendar td .date .number {
    font-size: 12px;
}


/** Visitas e Provas **/

.page-visitas-e-provas h3 {
    color: rgba(0, 0, 0, .2) !important
}

.visitas-intro:before {
    content: "";
    width: 100%;
    height: 75px;
    z-index: -1;
    background-size: auto;
    background-image: url(images/wavedown.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.programa .elementor-column-wrap.elementor-element-populated:before {
    content: "";
    width: 80%;
    height: 80%;
    background-color: rgba(36, 36, 36, .9);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.programa:hover .elementor-column-wrap.elementor-element-populated:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(36, 36, 36, .9);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.programa h4 {
    font-weight: 100 !important;
    font-size: 30px !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    letter-spacing: 0 !important;
}

.programa h4,
.programa p {
    color: #fff !important;
    letter-spacing: 0 !important;
}

.programa p {
    font-size: 16px !important;
    font-weight: 100 !important;
    letter-spacing: 0 !important;
}

.programa .elementor-button-wrapper a {
    color: #fff;
    padding: 0 !important;
    position: Relative;
}

.programa .elementor-button-wrapper a:before {
    content: "";
    width: 60%;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.programa .elementor-button-wrapper a:after {
    content: "";
    width: 60%;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.programa .elementor-button-wrapper a span {
    padding: 0 !important;
    color: #fff;
}

.programa .elementor-button-wrapper a:hover span {
    color: #fff;
}

.programa .elementor-button-wrapper a span.elementor-button-text {
    position: Relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 15px 30px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 100 !important;
}

.programa .elementor-button-wrapper a span.elementor-button-text:before {
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: #fff;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.programa .elementor-button-wrapper a span.elementor-button-text:after {
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: #fff;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.programa .elementor-button-wrapper a:hover:before {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.programa .elementor-button-wrapper a:hover:after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.programa .elementor-button-wrapper a span.elementor-button-text:hover:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: #fff;
}

.programa .elementor-button-wrapper a span.elementor-button-text:hover:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: #fff;
}


/** Eventos **/

.page-eventos h3 {
    color: rgba(0, 0, 0, .2) !important;
}

.formulario-de-eventos h3 {
    color: #fff !important;
    line-height: 35px;
    color: #fff !important;
    font-size: 25px !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    font-family: "Roboto", sans-serif !important;
    margin-top: 0 !important;
}

.formulario-de-eventos input,
.formulario-de-eventos textarea {
    border: 1px solid #fff;
    background-color: transparent;
    width: 100% !important;
    font-family: "Roboto", sans-serif !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.formulario-de-eventos input:focus,
.formulario-de-eventos textarea:focus {
    box-shadow: none;
    outline: 0px;
}

.formulario-de-eventos .gform_wrapper {
    margin-top: 0;
}

.formulario-de-eventos .gform_wrapper form {
    text-align: center;
    background-color: rgba(67, 67, 67, .9);
    max-width: 100%;
    margin: 0 !important;
    max-width: 35%;
    padding: 25px 8px 25px 25px;
}

.formulario-de-eventos .gform_wrapper label.gfield_label {
    font-family: "Roboto", sans-serif !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.formulario-de-eventos .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.formulario-de-eventos .gform_wrapper span label {
    display: none !important;
}

.formulario-de-eventos .gform_wrapper .gform_footer {
    width: auto;
    display: inline-block;
    float: none;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0;
    position: relative;
}

.formulario-de-eventos .gform_wrapper .gform_footer .gform_button.button {
    background-color: transparent !important;
    border: 0px !important;
    font-family: "Roboto", sans-serif;
    font-size: 12px !important;
    font-weight: 300 !important;
    color: #fff;
    position: relative;
    width: auto !important;
    padding: 15px 25px !important;
    margin: 0;
    height: 50px !important;
}

.formulario-de-eventos .gform_wrapper .gform_footer .gform_button.button:hover {
    text-decoration: none !important;
}

.formulario-de-eventos .gform_wrapper .gform_footer .gform_button.button:before {
    content: "";
}

.formulario-de-eventos .gform_wrapper .gform_footer .gform_button.button:after {
    content: "";
}

.formulario-de-eventos .gform_wrapper .gform_footer:before {
    content: "";
    width: 1px;
    height: 40%;
    background-color: #fff;
    display: inline-block;
    position: Absolute;
    bottom: 0;
    right: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.formulario-de-eventos .gform_wrapper .gform_footer:after {
    content: "";
    width: 1px;
    height: 40%;
    background-color: #fff;
    display: inline-block;
    position: Absolute;
    top: 0;
    left: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.formulario-de-eventos .submitWrapper {
    display: inline-block;
    width: auto;
}

.formulario-de-eventos .submitWrapper:before {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.formulario-de-eventos .submitWrapper:after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.formulario-de-eventos .gform_wrapper .gform_footer:hover .submitWrapper:before {
    width: 100%;
}

.formulario-de-eventos .gform_wrapper .gform_footer:hover .submitWrapper:after {
    width: 100%;
}

.formulario-de-eventos .gform_wrapper .gform_footer:hover:before {
    height: 100%;
}

.formulario-de-eventos .gform_wrapper .gform_footer:hover:after {
    height: 100%;
}

.formulario-de-eventos .gform_wrapper .gform_heading {
    text-align: left !important;
}

.formulario-de-eventos .gform_wrapper .gform_body {
    text-align: left !important;
}

.formulario-de-eventos input[type="checkbox"] + label {
    font-family: "Roboto", sans-serif !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}

.formulario-de-eventos input {
    height: 40px;
    padding-left: 15px !important;
    font-weight: 300 !important;
}

.formulario-de-eventos textarea {
    padding-left: 15px !important;
    font-weight: 300 !important;
}

.formulario-de-eventos .gdpr {}

.formulario-de-eventos .gdpr label.gfield_label {
    display: none;
}

.formulario-de-eventos .gdpr span.gfield_required {
    display: none;
}

.formulario-de-eventos .gform_wrapper .gfield_required {
    display: none;
}

.formulario-de-eventos label {
    padding-right: 5px;
}

.formulario-de-eventos form li:last-child {
    margin-top: 0;
}

.formulario-de-eventos h3.gform_title {
    color: #fff !important;
    position: relative;
    font-family: "Roboto", sans-serif;
    line-height: 40px !important;
    margin-bottom: 25px !important;
    padding-right: 15px;
}

.formulario-de-eventos h3.gform_title:after {
    content: "";
    width: 115px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.formulario-de-eventos .gfield_description.validation_message {
    font-size: 10px;
    color: #fff;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.formulario-de-eventos .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.formulario-de-eventos .gform_wrapper li.gfield_error textarea {
    border: 1px solid #fff !important;
}

.formulario-de-eventos .gfield_checkbox li input[type=checkbox] + label a {
    font-size: 12px !important;
    color: #fff;
    text-decoration: underline;
}

.elementor-tab-title a {
    color: rgba(67, 67, 67, .6) !important;
}

.elementor-widget-accordion p {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px !important;
    font-family: "Roboto", sans-serif;
}

span.elementor-accordion-icon-opened i,
span.elementor-accordion-icon-closed i {
    color: transparent !important;
}

span.elementor-accordion-icon-opened {
    background-image: url(images/minuss.svg);
    background-size: 20px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

span.elementor-accordion-icon-closed {
    background-image: url(images/pluss.svg);
    background-size: 20px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.container-formulario-eventos {
    height: 1000px !important;
}


/** Arquitetura **/

.page-arquitetura h3 {
    color: rgba(0, 0, 0, .2) !important;
}


/** Equipa **/

.page-template.page-template-page-equipa .teamSliderContainer {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 45px;
    background-color: #f2f2f2;
    padding-top: 150px;
    padding-bottom: 150px;
}

.page-template.page-template-page-equipa .teamSliderContainer .team-members {
    max-width: 100%;
    margin: 0 auto;
    position: Relative;
}

.page-template.page-template-page-equipa .teamSliderContainer .slick-prev {
    position: absolute;
    left: 40px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 99 !important;
}

.page-template.page-template-page-equipa .teamSliderContainer .slick-next {
    position: absolute;
    right: 40px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 99 !important;
}

.page-template.page-template-page-equipa .teamSliderContainer .team-members .member {
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 135px;
}

.page-template.page-template-page-equipa .slick-slide {
    margin: 0;
}

.page-template.page-template-page-equipa .slick-slide:focus {
    box-shadow: none;
    outline: none;
}

.page-template.page-template-page-equipa .slick-prev:before,
.page-template.page-template-page-equipa .slick-next:before {
    color: black;
}

.page-template.page-template-page-equipa .slick-current {
    background-color: transparent;
}

.page-template.page-template-page-equipa .content {
    opacity: 0;
}

.page-template.page-template-page-equipa .slick-current .content {
    opacity: 1;
}

.page-template.page-template-page-equipa .image {
    opacity: .4;
    width: 60%;
    height: 490px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-template.page-template-page-equipa .slick-current .image {
    height: 545px;
    opacity: 1;
}

.slick-center img {
    transform: scale(1.1);
}

.page-template.page-template-page-equipa h4 {
    font-size: 30px;
    font-weight: 400 !important;
    text-align: center;
    color: rgba(97, 97, 97, 1);
    margin-bottom: 0;
}

.page-template.page-template-page-equipa h6 {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-top: 18px;
    text-transform: none;
    letter-spacing: 0;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 12px;
}

.page-template.page-template-page-equipa h6:before {
    content: "";
    width: 20%;
    height: 1px;
    background-color: rgba(112, 112, 112, .8);
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}

.page-template.page-template-page-equipa p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.page-template.page-template-page-equipa .main {
    text-align: center;
}

.page-template.page-template-page-equipa .page-container {
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 70px;
    display: inline-block;
    width: 100%;
}

.page-template.page-template-page-equipa .page-container .membro {
    margin-bottom: 70px;
    padding-right: 37px;
    padding-left: 37px;
}

.page-template.page-template-page-equipa .page-container .membro img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.page-template.page-template-page-equipa .page-container .membro .img-wrapper {
    position: relative;
}

.page-template.page-template-page-equipa .page-container .membro .img-wrapper:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.page-template.page-template-page-equipa .page-container .membro .img-wrapper:hover::before {
    opacity: 0.8;
}


/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    padding-top: 15px;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: rgba(254, 254, 254, 0.95);
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    max-width: 1000px;
    width: 85%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    padding-bottom: 100px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: #909090;
    float: right;
    font-size: 38px;
    font-weight: 200;
    background-color: transparent !important;
    padding: 13px 22px 13px 22px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    background: transparent;
    color: #000;
    padding-bottom: 38px;
}

.modal-body {
    padding: 3% 8% 0% 8%;
    height: calc(100% - 250px);
    overflow: auto;
    width: 100%;
}

.modal-body h4 {
    margin-top: 0;
}

.modal .hide-mobile {
    display: none;
}


.myBtn {
    position: relative;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    color: #000;
    background-color: transparent !important;
    padding: 14px;
    padding-right: 0;
    padding-left: 0;
}

.myBtn span {
    padding: 13px 20px 13px 20px;
}

.myBtn:hover {
    text-decoration: none;
}

.myBtn span:before {
    content: " ";
    width: 1px;
    height: 40%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: #000;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.myBtn span:after {
    content: "";
    width: 1px;
    height: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: #000;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.myBtn span:hover:before {
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: #000;
}

.myBtn span:hover:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: #000;
}

.myBtn:before {
    content: " ";
    width: 60%;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.myBtn:after {
    content: " ";
    width: 60%;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.myBtn:hover:before {
    content: " ";
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
}

.myBtn:hover:after {
    content: " ";
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
}

/** Politica de privacidade **/

.politica-privacidade {
    max-width: 1366px !important;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    margin-top: 120px !important;
    margin-bottom: 100px !important;
}

.politica-privacidade h1 {
    font-size: 26px !important;
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
}

.politica-privacidade h2 {
    font-size: 23px !important;
    font-family: "Roboto", sans-serif;
    color: #000 !important;
    font-weight: 400 !important;
}

.politica-privacidade h3 {
    font-size: 19px !important;
    font-family: "Roboto", sans-serif;
    color: #000 !important;
    font-weight: 400 !important;
    margin-top: 45px;
    line-height: 19px !important;
    margin-bottom: 21px;
}

.politica-privacidade h4 {
    font-size: 16px !important;
    font-family: "Roboto", sans-serif;
    color: #000 !important;
    font-weight: 400 !important;
    margin-top: 45px;
    line-height: 16px !important;
    margin-bottom: 21px;
}

.politica-privacidade li {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300 !important;
    color: #616161;
}

.politica-privacidade #iubenda_policy h2 {
    font-size: 20px !important;
    font-weight: 300 !important;
    color: #000 !important;
    font-family: "Roboto", sans-serif;
}


/** Newsletter Footer **/

#newsletter-footer {
    background-color: #F2F2F2;
    padding-top: 30px;
    padding-bottom: 60px;
}

#newsletter-footer .gform_wrapper {
    margin: 0;
}

#newsletter-footer .gform_wrapper form {
    max-width: 30%;
    margin: 0 auto;
}

#newsletter-footer h4 {
    text-align: center;
    color: rgba(0, 0, 0, .2) !important;
    font-size: 35px !important;
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
}

#newsletter-footer h4:before {
    content: "";
    width: 10%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 20px;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

#newsletter-footer p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300 !important;
    text-align: center;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#newsletter-footer .svg-wrapper {
    float: none;
}

#site-footer {
    padding: 0 !important;
    margin-top: 0 !important;
    border: 0;
}

#site-footer .section-inner {
    padding-top: 30px;
    padding-bottom: 20px;
    max-width: 1366px;
}

#site-footer .footer-div-1 li {
    display: inline-block;
    margin: 0;
    margin-right: 16px;
}

#site-footer .footer-div-1 li:nth-child(1),
#site-footer .footer-div-1 li:nth-child(2) {
    margin-bottom: 3px;
}

#site-footer .footer-div-1.mobile {
    display: none;
}

#site-footer .footer-div-2 li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

#site-footer .footer-div-2 li a {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    color: #616161;
}

#site-footer .footer-div-3 li {
    list-style: none;
}

#site-footer .footer-div-3 p {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 14px;
    color: #616161;
}

#site-footer img {
    float: right;
    margin-left: 10px;
}

#newsletter-footer {
    text-align: center;
}

#newsletter-footer .gfield_label {
    display: none !important;
}

#newsletter-footer label {
    font-family: "Roboto";
    /*display: none;*/
}

#newsletter-footer .email input {
    background: transparent;
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.55) !important;
    font-family: "Roboto" !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    width: 100% !important;
    padding: 10px 0 10px 0 !important;
    letter-spacing: 0.3px;
}

#newsletter-footer .email input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "Roboto" !important;
    color: rgba(0, 0, 0, 0.55) !important;
    font-size: 16px !important;
    letter-spacing: 0.3px;
}

#newsletter-footer .email input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "Roboto" !important;
    color: rgba(0, 0, 0, 0.55) !important;
    font-size: 16px !important;
    letter-spacing: 0.3px;
}

#newsletter-footer .email input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: "Roboto" !important;
    color: rgba(0, 0, 0, 0.55) !important;
    font-size: 16px !important;
    letter-spacing: 0.3px;
}

#newsletter-footer .email input:focus {
    outline: none;
}

#newsletter-footer .consent {
    margin-bottom: 40px;
}

#newsletter-footer .consent label {
    color: rgba(0, 0, 0, 0.55);
    font-size: 11px !important;
    font-weight: 300;
    overflow: visible;
    letter-spacing: 0;
    font-family: "Roboto", sans-serif;
    line-height: 17px;
}

#newsletter-footer .gform_wrapper form {
    position: relative;
    display: none;
}

#newsletter-footer.form-open .gform_wrapper form {
    display: block !important;
}

#newsletter-footer .gform_wrapper .gform_footer {
    width: 40px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
}

#newsletter-footer .gfield_checkbox li input[type=checkbox]:not(:checked) + label:after {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
    top: 1px;
}

#newsletter-footer .gform_wrapper .gform_footer input[type=submit] {
    font-size: 0px;
    color: transparent;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #616161;
    background-image: url(images/arrow-submit.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 20px;
    opacity: 1;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#newsletter-footer .gform_wrapper .gform_footer input[type=submit]:hover {
    opacity: .8;
}

#newsletter-footer .newsletter-subscribe .submitWrapper {
    width: 40px;
    float: right;
}

#newsletter-footer .button-newsletter {
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    width: auto;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    height: 50px;
    line-height: 50px;
}

#newsletter-footer .button-newsletter:before {
    content: "";
    width: 1px;
    height: 50%;
    background-color: #000;
    position: Absolute;
    top: 0;
    left: 0;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#newsletter-footer .button-newsletter:after {
    content: "";
    width: 1px;
    height: 50%;
    background-color: #000;
    position: Absolute;
    bottom: 0;
    right: 0;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#newsletter-footer .button-newsletter .wrapper {
    padding-left: 25px;
    padding-right: 25px;
}

#newsletter-footer .button-newsletter .wrapper:before {
    content: "";
    width: 45%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#newsletter-footer .gfield_checkbox li input[type=checkbox]:checked + label:after {
    top: -3px;
}

#newsletter-footer .gfield_checkbox li input[type=checkbox]:checked + label:before {
    top: -6px;
}

#newsletter-footer .gfield_checkbox li input[type=checkbox] + label a {
    color: rgba(0, 0, 0, .55);
    font-size: 11px !important;
    font-weight: 300;
}

#newsletter-footer .button-newsletter .wrapper:after {
    content: "";
    width: 45%;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#newsletter-footer .button-newsletter:hover:before {
    height: 100%;
}

#newsletter-footer .button-newsletter:hover:after {
    height: 100%;
}

#newsletter-footer .button-newsletter:hover .wrapper:before {
    width: 100%;
}

#newsletter-footer .button-newsletter:hover .wrapper:after {
    width: 100%;
}

#newsletter-footer .gform_wrapper .validation_message {
    color: #616161;
    font-weight: 600;
    letter-spacing: normal;
    font-size: 10px;
}

#newsletter-footer div#gform_confirmation_wrapper_1 {
    font-family: "Roboto", sans-serif !important;
    line-height: 25px !important;
    color: #616161 !important;
    font-weight: 300 !important;
}


/*Elementos Gerais Elementor*/

.full-paragraph h4 {
    color: #fff !important;
    font-weight: 100 !important;
    font-size: 40px !important;
}

.full-paragraph p {
    max-width: 100%;
    width: 100%;
    color: #fff;
}

.full-paragraph.dark p {
    color: #616161;
}

.full-paragraph ul {
    list-style-type: none;
    margin-left: 0;
}

.full-paragraph ul li {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #616161;
    position: relative;
    padding-left: 20px;
    margin-left: 0;

}

.full-paragraph ul li:before {
    content: "–";
    display: inline;
    position: absolute;
    left: 0px;

}

.full-paragraph .elementor-button-wrapper a span.elementor-button-text {
    color: #fff;
}

.full-paragraph .elementor-button-wrapper a:before {
    background-color: #fff;
}

.full-paragraph .elementor-button-wrapper a:after {
    background-color: #fff;
}

.full-paragraph .elementor-button-wrapper a span.elementor-button-text:before {
    background-color: #fff;
}

.full-paragraph .elementor-button-wrapper a span.elementor-button-text:after {
    background-color: #fff;
}

.slider-section .elementor-accordion {
    padding-left: 20px;
}

.slider-section .elementor-swiper-button-next:focus {
    box-shadow: none;
    outline: none;
    background-color: Transparent;
}

.slider-section .elementor-swiper-button-prev:focus {
    box-shadow: none;
    outline: none;
    background-color: transparent
}

.swiper-pagination {
    bottom: -50px !important;
    text-align: left !important;
    width: 70% !important;
}

.elementor-swiper-button {
    bottom: -60px !important;
    text-align: left !important;
    top: unset !important;
}

.elementor-swiper-button-prev {
    right: 40px !important;
    left: unset !important;
}

.elementor-swiper-button-next {
    right: 0 !important;
}

.elementor-swiper-button-next i,
.elementor-swiper-button-prev i {
    color: transparent;
    position: relative;
}

.elementor-swiper-button-prev:before {
    content: "";
    width: 20px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(images/left-arrow-escuro.svg);
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.elementor-swiper-button-next:before {
    content: "";
    width: 20px;
    height: 25px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(images/right-arrow-escuro.svg);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}

.swiper-pagination-bullet {
    border: 2px solid #616161 !important;
    width: 11px !important;
    height: 11px !important;
    background-color: Transparent !important;
}

.swiper-pagination-bullet:focus {
    box-shadow: none !important;
    outline: none !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid transparent !important;
    position: relative;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "";
    width: 10px;
    height: 15px;
    background-image: url(images/gota-active-escura.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: -2px;
    top: -5px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-left: 0 !important;
}

.paragraph-full p {
    max-width: 100%;
    width: 100%;
}


/** Age Verification **/

.wpd-av img {
    margin: 0 auto;
    margin-bottom: 50px;
}

.wpd-av-overlay {
    background: rgba(255, 255, 255, 0.9);
}

.wpd-av {
    background-color: transparent;
    width: 45%;
    box-shadow: none;
}

.wpd-av h2 {
    display: none;
}

.wpd-av p {
    font-size: 35px !important;
    line-height: 41px !important;
    font-weight: 100 !important;
    line-height: 45px;
    font-family: "Roboto", sans-serif;
}

button.no {
    display: none;
}

.wpd-av p:nth-of-type(2) {
    margin-bottom: 0;
    position: relative;
    width: 150px;
    margin: 0 auto;
    line-height: 50px;
    margin-top: 45px;
}

.wpd-av p:nth-of-type(2):before {
    content: "";
    width: 30%;
    height: 1px;
    background-color: #000;
    position: Absolute;
    top: 0;
    left: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wpd-av p:nth-of-type(2):after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: #000;
    position: Absolute;
    bottom: 0;
    right: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wpd-av button.yes {
    border: 0px;
    border-radius: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background: #8EB908;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
    letter-spacing: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 50px;
}

.wpd-av button.yes:hover {
    text-decoration: none;
    background-color: transparent;
}

.wpd-av button.yes:before {
    content: "";
    width: 1px;
    height: 30%;
    background-color: #000;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wpd-av button.yes:after {
    content: "";
    width: 1px;
    height: 30%;
    background-color: #000;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wpd-av button.yes:hover:before {
    height: 100%;
}

.wpd-av button.yes:hover:after {
    height: 100%;
}

.wpd-av p:last-child:hover:after {
    width: 100%;
}

.wpd-av p:last-child:hover:before {
    width: 100%;
}

.wpd-av img {
    width: 50%;
}


/** PopUp Formulários - Programas **/

.popup-form {
    padding: 0 !important;
    background-color: rgba(61, 61, 61, .9) !important;
}

.popup-form form {
    margin-bottom: 0;
}

.popup-form .elementor-widget {
    margin-bottom: 0 !important;
}

.popup-form .elementor-container {
    width: 100%;
    max-width: 100% !important;
}

.popup-form input,
.popup-form textarea {
    border: 1px solid #fff;
    background-color: transparent;
    width: 100% !important;
    font-family: "Roboto", sans-serif !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.popup-form input:focus,
.popup-form textarea:focus {
    box-shadow: none;
    outline: 0px;
}

.popup-form .gform_wrapper {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.popup-form .gform_wrapper form {
    text-align: center;
    background-color: transparent;
    max-width: 100%;
    margin: 0 !important;
    max-width: 100%;
    padding: 25px 8px 25px 25px;
}

.popup-form .gform_wrapper label.gfield_label {
    font-family: "Roboto", sans-serif !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.popup-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.popup-form .gform_wrapper span label {
    display: none !important;
}

.popup-form .gform_wrapper .gform_footer {
    width: auto;
    /* margin: 0 auto!important; */
    display: inline-block;
    float: none;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0;
    position: relative;
}

.popup-form .gform_wrapper .gform_footer .gform_button.button {
    background-color: transparent !important;
    border: 0px !important;
    font-family: "Roboto", sans-serif;
    font-size: 12px !important;
    font-weight: 300 !important;
    color: #fff;
    position: relative;
    width: auto !important;
    padding: 15px 25px !important;
    margin: 0;
    line-height: 23px;
    height: 50px !important;
}

.popup-form .gform_wrapper .gform_footer .gform_button.button:hover {
    text-decoration: none !important;
}

.popup-form .gform_wrapper .gform_footer .gform_button.button:before {
    content: "";
}

.popup-form .gform_wrapper .gform_footer .gform_button.button:after {
    content: "";
}

.popup-form .gform_wrapper .gform_footer:before {
    content: "";
    width: 1px;
    height: 40%;
    background-color: #fff;
    display: inline-block;
    position: Absolute;
    bottom: 0;
    right: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup-form .gform_wrapper .gform_footer:after {
    content: "";
    width: 1px;
    height: 40%;
    background-color: #fff;
    display: inline-block;
    position: Absolute;
    top: 0;
    left: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup-form .submitWrapper {
    display: inline-block;
    width: auto;
}

.popup-form .submitWrapper:before {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup-form .submitWrapper:after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup-form .gform_wrapper .gform_footer:hover .submitWrapper:before {
    width: 100%;
}

.popup-form .gform_wrapper .gform_footer:hover .submitWrapper:after {
    width: 100%;
}

.popup-form .gform_wrapper .gform_footer:hover:before {
    height: 100%;
}

.popup-form .gform_wrapper .gform_footer:hover:after {
    height: 100%;
}

.popup-form .gform_wrapper .gform_heading {
    text-align: left !important;
}

.popup-form .gform_wrapper .gform_body {
    text-align: left !important;
}

.popup-form input[type="checkbox"] + label {
    font-family: "Roboto", sans-serif !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}

.popup-form input {
    height: 40px;
    padding-left: 15px !important;
    font-weight: 300 !important;
}

.popup-form textarea {
    padding-left: 15px !important;
    font-weight: 300 !important;
}

.popup-form .gdpr {}

.popup-form .gdpr label.gfield_label {
    display: none;
}

.popup-form .gdpr span.gfield_required {
    display: none;
}

.popup-form .gform_wrapper .gfield_required {
    display: none;
}

.popup-form label {
    padding-right: 5px;
}

.popup-form form li:last-child {
    margin-top: 0;
}

.popup-form h3 {
    color: #fff !important;
    position: relative;
    font-family: "Roboto", sans-serif;
    line-height: 40px !important;
    margin-bottom: 25px !important;
    margin: 25px !important;
    font-size: 25px !important;
    font-weight: 300 !important;
}

.popup-form h3:after {
    content: "";
    width: 115px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.popup-form .gfield_description.validation_message {
    font-size: 10px;
    color: #fff;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.popup-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.popup-form .gform_wrapper li.gfield_error textarea {
    border: 1px solid #fff !important;
}

.popup-form .gfield_checkbox li input[type=checkbox] + label a {
    font-size: 12px !important;
    color: #fff;
    text-decoration: underline;
}

.popup-form .gfield_checkbox li input[type=checkbox] + label {
    position: relative;
    overflow: visible;
    padding-top: 2px;
    padding-left: 30px;
    padding-bottom: 2px;
    cursor: pointer;
    display: inline-block;
    max-width: initial;
    letter-spacing: 0.2px;
    padding-right: 15px;
    height: 18px;
    line-height: 25px;
}

.popup-form .gform_wrapper ul.gfield_checkbox li {
    overflow: visible !important;
}

.popup-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 5px;
}

.dialog-widget-content {
    background-color: transparent !important;
    box-shadow: none !important;
}

.popup-form .gform_confirmation_message {
    color: #fff;
    font-size: 18px;
    font-weight: 300 !important;
    font-family: "Roboto", sans-serif;
    padding: 25px;
}


/** Search **/

.search-container .site-main {
    text-align: center;
}

.search-container .page-container {
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 70px;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
}

.search-container .search-img {
    width: 500px;
}

.search-container .search-img img {
    width: 100%;
}

.search-container .search-post-excerpt {
    font-weight: 300 !important;
    color: #616161;
}

.search-container .page-container h5 {
    margin-bottom: 16px !important;
    font-weight: 400 !important;
}

.search-container .page-container h5:after {
    content: none;
}

.search-container .elementor-button-wrapper {
    margin-top: 30px;
    width: 113px;
    height: 45px;
}

.search-container .elementor-button-wrapper .elementor-button {
    padding-top: 10px !important;
    padding-bottom: 14px !important;
}

.search-container .resultado {
    margin-bottom: 65px;
}

.search-container .search-submit {
    background-color: #efefef;
    background-image: url(https://adegamae.pt/wp-content/themes/JELLYCODE-CHILD/images/pesquisa-escuro.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    border: 1px solid #cccccc73;
    cursor: pointer;
    height: 52px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
    margin-left: 9px;
    margin-top: 0;
    padding-left: 50px;
}

/* WHATSAPP */
.whatsapp {
    position: fixed;
    bottom: 2.5%;
    right: 2%;
    background: #25d366;
    width: 280px;
    border-radius: 50px;
    padding: 10px 23px;
    cursor: pointer;
    z-index: 9999;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    height: 30px;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head .close {
    background-color: transparent !important;
    padding: 0px 0px 0px 0px;
    height: 30px;
    color: #fff;
    line-height: 10px;
    font-size: 30px !important;
}

.whatsapp .floating-wpp-button {
    display: none;
}

.whatsapp .floating-wpp-head span {
    font-size: 15px;
}

.whatsapp svg {
    float: left;
    margin-right: 10px;
}

.whatsapp span {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #fff;
}

/** MEDIA QUERIES **/

@media all and (max-width:1600px) {
    .formulario-eventos .gform_wrapper form {
        max-width: 100%;
    }

    .formulario-eventos .gform_wrapper textarea {
        height: 85px !important;
    }
}

@media all and (max-width:1366px) {
    h2 {
        font-size: 100px !important;
    }

    .border-image {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .slider-section {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .terroir-vinho-destaque h3 {
        padding-left: 50px !important;
    }

    .programas {
        padding-left: 50px !important;
        padding-right: 40px !important;
    }

    header#site-header .navMenu .mainMenuWrapper .adegaLogo {
        margin-left: 40px;
        margin-right: 40px;
    }

    header#site-header .navMenu .mainMenuWrapper .adegaLogo.fixed {
        padding-top: 0;
    }

    header#site-header .navMenu .mainMenuWrapper ul li {
        margin-right: 40px;
    }

    header#site-header .navMenu .mainMenuWrapper ul ul.sub-menu {
        width: 150px;
    }

    header#site-header .navMenu .mainMenuWrapper ul ul.sub-menu li a {
        font-size: 14px;
    }

    header#site-header .navMenu .searchForm {
        top: 43%;
        right: 20px;
    }

    header#site-header .navMenu .langSwitcher {
        left: 20px;
    }

    #site-footer .section-inner {
        max-width: 100%;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .news-slider .news-item .news-item-content {
        border-left: 50px solid #f6f6f6;
        border-right: 50px solid #f6f6f6;
    }

    .slick-next {
        right: 48% !important;
    }

    .slick-prev {
        left: 48% !important;
    }

    .newsletter-homepage .newsletter-coluna {
        padding-left: 80px;
        padding-right: 80px;
    }

    .page-template-vinhos .filters {
        margin-top: 75px;
    }

    .adega-intro h2 {
        padding-top: 135px !important;
    }

    .adega-texto {
        padding-top: 0 !important;
    }

    .page-template-page-blog ul.newsPage {
        max-width: 90%;
    }

    .page-template-page-blog ul.newsPage li,
    .tax-categoria-noticias ul.newsPage li {
        border-left: 20px solid #F6F6F6;
        border-right: 20px solid #F6F6F6;
    }

    .noticia-template-default .elementor-element p {
        padding-right: 20px;
    }

    .page-contactos .moradas {
        padding-left: 50px;
    }

    .container-formulario-evento {
        width: 50% !important;
    }

    .noticia-titulo,
    .noticia-corpo {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .formulario-de-eventos {
        padding-left: 55px;
    }

    #site-footer .footer-div-2 li a,
    #site-footer .footer-div-3 p {
        font-family: "Roboto";
        font-size: 13px;
        font-weight: 300;
        color: #616161;
    }
}

@media (max-width: 1148px) {
    #site-footer {
        float: left;
        width: 100%;
    }

    #site-footer .section-inner {
        display: block;
    }

    #site-footer .footer-div-1,
    #site-footer .footer-div-2,
    #site-footer .footer-div-3 {
        float: left;
        text-align: center;
        width: 100%;
    }

    #site-footer .footer-div-1 li {
        margin-left: 11px;
        margin-right: 11px;
    }

    #site-footer .footer-div-2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #site-footer .footer-div-2 li {
        display: block;
        margin-right: 0px;
        margin-bottom: 12px;
    }

    #site-footer .footer-div-3 li {
        margin: 0;
    }

    #site-footer .footer-div-1.mobile {
        display: block;
        margin-bottom: 30px;
    }

    #site-footer .footer-div-1.desktop {
        display: none;
    }
}

@media all and (max-width:1100px) {
    a.claro {
        display: none !important;
    }

    h2 {
        font-size: 65px !important;
        line-height: 55px !important;
    }

    h3 {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    header#site-header {
        display: none;
    }

    header.header-mobile {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 90px;
        background-color: #fff;
        z-index: 99;
    }

    header.header-mobile .adegaLogo.top {
        width: 195px;
        height: 58px;
        z-index: 9999;
        position: absolute;
        top: 0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 20px;
    }

    header.header-mobile .adegaLogo.top a {
        width: 100%;
        height: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
    }

    header.header-mobile #menu-mobile {
        display: none;
        background-color: #fff;
        height: calc(100vh - 90px);
        overflow: scroll;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
    }

    header.header-mobile #menu-mobile .mobile-items ul {
        margin: 0;
        list-style-type: none;
    }

    header.header-mobile #menu-mobile .mobile-items ul li {
        margin-left: 20px;
    }

    header.header-mobile #menu-mobile .mobile-items ul li a {
        font-family: "Roboto", sans-serif;
        font-size: 50px;
        font-weight: 100;
        text-decoration: none;
        color: rgba(167, 167, 167, 1);
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    header.header-mobile #menu-mobile .mobile-items ul li:hover a,
    header.header-mobile #menu-mobile .mobile-items ul li.current-menu-item a,
    header.header-mobile #menu-mobile .mobile-items ul li.open > a {
        color: rgba(67, 67, 67, 1);
    }

    header.header-mobile #menu-mobile .mobile-items ul ul.sub-menu {
        display: none;
    }

    header.header-mobile #menu-mobile .mobile-items li.current-menu-parent ul.sub-menu {
        display: block;
    }

    header.header-mobile #menu-mobile .mobile-items ul ul.sub-menu li a {
        font-size: 25px;
    }

    header.header-mobile .search-form {
        position: relative;
    }

    header.header-mobile .search-form .search-field {
        border: 0px;
        border-bottom: 1px solid #000;
    }

    header.header-mobile .search-form .search-submit {
        font-size: 0px;
        color: transparent;
        width: 20px;
        height: 20px;
        background-color: transparent;
        position: absolute;
        right: 0;
        background-image: url(images/pesquisa-escuro.svg);
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        top: 15px;
        right: 20px;
    }

    #site-header-mobile {
        z-index: 99;
        position: fixed;
        background-color: transparent;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 3px;
        padding-bottom: 0;
        transition: top 0.5s;
    }

    #site-header-mobile.fixed {
        background: #FFF;
        transition: top 0.5s;
        box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.04);
    }

    #menu {
        width: 40px;
        height: 22px;
        position: relative;
        margin: 0;
        position: absolute;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
    }

    #menu span {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: #000;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #menu span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #menu span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #menu span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #menu.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }

    #menu.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #menu.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 25px;
        left: 8px;
    }

    header.header-mobile .searchForm {
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }

    header.header-mobile .langSwitcher {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    header.header-mobile .langSwitcher a {
        font-family: "Roboto", sans-serif;
        text-decoration: none;
        color: rgba(112, 112, 112, .4);
    }

    .slick-next {
        right: 47.5% !important;
    }

    .slick-prev {
        left: 47.5% !important;
    }

    .destaque-titulo .elementor-widget-container {
        margin-top: 145px !important;
    }

    .destaque-titulo .elementor-widget-container,
    .destaque-subtitulo .elementor-widget-container {
        margin-left: 0 !important;
    }

    .page-template-vinhos .filters .filters-container .col-3 {
        width: 25%;
    }

    .page-template-vinhos header.header-mobile {
        background-color: #F2F2F2;
    }

    .page-template-vinhos .filters {
        margin-top: 88px;
    }

    .page-template-vinhos #site-header-mobile {
        background: #F2F2F2;
    }

    .category .filters .filters-container .col-3 {
        width: 25%;
    }

    .category header.header-mobile {
        background-color: #F2F2F2 !important;
    }

    .category .filters {
        margin-top: 88px;
    }

    .single-vinho .page-container {
        padding-top: 90px;
        padding-bottom: 35px;
    }

    .adega-intro:before {
        background-position: center top;
    }

    .formulario-de-eventos-mobile {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 0;
        margin-top: -150px !important;
    }

    .formulario-de-eventos-mobile .elementor-column-wrap {
        padding: 0 !important;
    }

    .formulario-de-eventos-mobile h3 {
        color: #fff !important;
        line-height: 35px;
        color: #fff !important;
        font-size: 25px !important;
        font-weight: 300 !important;
        color: #ffffff !important;
        font-family: "Roboto", sans-serif !important;
        margin-top: 0 !important;
    }

    .formulario-de-eventos-mobile input,
    .formulario-de-eventos-mobile textarea {
        border: 1px solid #fff;
        background-color: transparent;
        width: 100% !important;
        font-family: "Roboto", sans-serif !important;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 300 !important;
    }

    .formulario-de-eventos-mobile input:focus,
    .formulario-de-eventos-mobile textarea:focus {
        box-shadow: none;
        outline: 0px;
    }

    .formulario-de-eventos-mobile .gform_wrapper {
        margin-top: 0;
    }

    .formulario-de-eventos-mobile .gform_wrapper form {
        text-align: center;
        background-color: rgba(67, 67, 67, .9);
        max-width: 100%;
        margin: 0 !important;
        max-width: 100%;
        padding: 25px 8px 25px 25px;
    }

    .formulario-de-eventos-mobile .gform_wrapper label.gfield_label {
        font-family: "Roboto", sans-serif !important;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 300 !important;
    }

    .formulario-de-eventos-mobile .gform_wrapper .top_label div.ginput_container {
        margin-top: 0 !important;
    }

    .formulario-de-eventos-mobile .gform_wrapper span label {
        display: none !important;
    }

    .formulario-de-eventos-mobile .gform_wrapper .gform_footer {
        width: auto;
        display: inline-block;
        float: none;
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 0;
        position: relative;
    }

    .formulario-de-eventos-mobile .gform_wrapper .gform_footer .gform_button.button {
        background-color: transparent !important;
        border: 0px !important;
        font-family: "Roboto", sans-serif;
        font-size: 12px !important;
        font-weight: 300 !important;
        color: #fff;
        position: relative;
        width: auto !important;
        padding: 15px 25px !important;
        margin: 0;
    }

    .formulario-de-eventos-mobile .gform_wrapper .gform_footer .gform_button.button:hover {
        text-decoration: none !important;
    }

    .formulario-de-eventos-mobile .gform_wrapper .gform_footer .gform_button.button:before {
        content: "";
    }

    .formulario-de-eventos-mobile .gform_wrapper .gform_footer .gform_button.button:after {
        content: "";
    }

    .formulario-de-eventos-mobile .gform_wrapper .gform_footer:before {
        content: "";
        width: 1px;
        height: 40%;
        background-color: #fff;
        display: inline-block;
        position: Absolute;
        bottom: 0;
        right: 0;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .formulario-de-eventos-mobile .gform_wrapper .gform_footer:after {
        content: "";
        width: 1px;
        height: 40%;
        background-color: #fff;
        display: inline-block;
        position: Absolute;
        top: 0;
        left: 0;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .formulario-de-eventos-mobile .submitWrapper {
        display: inline-block;
        width: auto;
    }

    .formulario-de-eventos-mobile .submitWrapper:before {
        content: "";
        width: 40%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .formulario-de-eventos-mobile .submitWrapper:after {
        content: "";
        width: 40%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        right: 0;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .formulario-de-eventos-mobile .gform_wrapper .gform_footer:hover .submitWrapper:before {
        width: 100%;
    }

    .formulario-de-eventos-mobile .gform_wrapper .gform_footer:hover .submitWrapper:after {
        width: 100%;
    }

    .formulario-de-eventos-mobile .gform_wrapper .gform_footer:hover:before {
        height: 100%;
    }

    .formulario-de-eventos-mobile .gform_wrapper .gform_footer:hover:after {
        height: 100%;
    }

    .formulario-de-eventos-mobile .gform_wrapper .gform_heading {
        text-align: left !important;
    }

    .formulario-de-eventos-mobile .gform_wrapper .gform_body {
        text-align: left !important;
    }

    .formulario-de-eventos-mobile input[type="checkbox"] + label {
        font-family: "Roboto", sans-serif !important;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 300 !important;
    }

    .formulario-de-eventos-mobile input {
        height: 40px;
        padding-left: 15px !important;
        font-weight: 300 !important;
    }

    .formulario-de-eventos-mobile textarea {
        padding-left: 15px !important;
        font-weight: 300 !important;
    }

    .formulario-de-eventos-mobile .gdpr {}

    .formulario-de-eventos-mobile .gdpr label.gfield_label {
        display: none;
    }

    .formulario-de-eventos-mobile .gdpr span.gfield_required {
        display: none;
    }

    .formulario-de-eventos-mobile .gform_wrapper .gfield_required {
        display: none;
    }

    .formulario-de-eventos-mobile label {
        padding-right: 5px;
    }

    .formulario-de-eventos-mobile form li:last-child {
        margin-top: 0;
    }

    .formulario-de-eventos-mobile h3.gform_title {
        color: #fff !important;
        position: relative;
        font-family: "Roboto", sans-serif;
        line-height: 40px !important;
        margin-bottom: 25px !important;
        padding-right: 15px;
    }

    .formulario-de-eventos-mobile h3.gform_title:after {
        content: "";
        width: 115px;
        height: 1px;
        background-color: #fff;
        display: inline-block;
        position: absolute;
        bottom: -12px;
        left: 0;
    }

    .formulario-de-eventos-mobile .gfield_description.validation_message {
        font-size: 10px;
        color: #fff;
        text-align: left;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
    }

    .formulario-de-eventos-mobile .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .formulario-de-eventos-mobile .gform_wrapper li.gfield_error textarea {
        border: 1px solid #fff !important;
    }

    .formulario-de-eventos-mobile .gfield_checkbox li input[type=checkbox] + label a {
        font-size: 12px !important;
        color: #fff;
        text-decoration: underline;
    }
}


@media all and (max-width: 1024px) {
    .home .tp-bullets {
        left: 0 !important;
    }

    .home-enoturismo {
        padding-top: 60px !important;
    }

    .garrafa img {
        height: 710px !important;
        width: auto !important;
    }

    .home-uvas img {
        width: 250px !important;
        height: auto !important;
        margin-left: 50px;
    }

    .news-slider .news-item .news-item-content {
        border-left: 20px solid #f2f2f2;
        border-right: 20px solid #f2f2f2;
    }

    .slick-next {
        right: 46.5% !important;
    }

    .slick-prev {
        left: 46.5% !important;
    }

    .news-slider .news-item.slick-current .news-item-content .info {
        padding: 40px 40px;
    }

    .news-slider .news-item .news-item-content .info {
        padding: 20px 40px;
    }

    .home-buttons .elementor-column {
        width: 40% !important;
    }

    .home-buttons .elementor-column:first-child,
    .home-buttons .elementor-column:last-child {
        width: 10% !important;
    }

    .home-buttons .button-left {
        text-align: right !important;
    }

    .home-buttons .button-left .elementor-column-wrap {
        text-align: right !important;
    }

    .slider-homepage:before {
        content: "";
        width: 450px;
        height: 60px;
    }

    .slider-homepage:after {
        bottom: 23px;
    }

    .newsletter {
        top: 300px;
        position: absolute !important;
        background: rgba(36, 36, 36, 0.9);
        z-index: 9;
        width: 45% !important;
        right: unset;
        padding: 70px 60px 20px 60px;
        left: 50%;
        transform: translateX(-50%);
    }

    .newsletter-homepage .newsletter-coluna {
        padding: 0 !important;
    }

    .newsletter-homepage .elementor-column-wrap {
        padding: 0 !important;
    }

    .newsletter-coluna .imagem-newsletter .elementor-widget-container {
        padding-top: 85px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .newsletter-mobile {
        background: rgba(36, 36, 36, 0.9);
        margin-top: -200px;
        padding: 30px 20px 30px 20px !important;
        max-width: 40%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 75px;
    }

    .newsletter-mobile h2 {
        text-align: center;
        font-size: 35px !important;
        font-weight: 300 !important;
    }

    .newsletter-mobile p {
        text-align: center !important;
        max-width: 100% !important;
    }

    .newsletter-mobile p span {
        background-color: transparent !important;
    }

    .newsletter-mobile form {
        text-align: center !important;
        margin-bottom: 0 !important;
    }

    .newsletter-mobile .gform_wrapper .top_label .gfield_label {
        display: none;
    }

    .newsletter-mobile .email input {
        background: transparent;
        font-size: 16px !important;
        font-weight: 300 !important;
        color: rgba(255, 255, 255, 0.55) !important;
        font-family: "Roboto" !important;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        width: 100% !important;
        padding: 10px 0 10px 0 !important;
        letter-spacing: 0.3px;
    }

    .newsletter-mobile .gfield_checkbox li input[type=checkbox] + label {
        color: rgba(255, 255, 255, 0.55);
        font-size: 11px !important;
        font-weight: 300;
        font-family: "Roboto", sans-serif;
        text-align: left !important;
        line-height: 21px !important;
    }

    .newsletter-mobile .gform_wrapper .gform_footer {
        width: auto;
        display: inline-block;
        float: none;
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 25px;
        margin-bottom: 0px;
        padding: 0;
        position: relative;
    }

    .newsletter-mobile .gform_wrapper .gform_footer .gform_button.button {
        background-color: transparent !important;
        border: 0px !important;
        font-family: "Roboto", sans-serif;
        font-size: 12px !important;
        font-weight: 300 !important;
        color: #fff;
        position: relative;
        width: auto !important;
        padding: 15px 25px !important;
        margin: 0;
    }

    .newsletter-mobile .gform_wrapper .gform_footer .gform_button.button:hover {
        text-decoration: none !important;
    }

    .newsletter-mobile .gform_wrapper .gform_footer .gform_button.button:before {
        content: "";
    }

    .newsletter-mobile .gform_wrapper .gform_footer .gform_button.button:after {
        content: "";
    }

    .newsletter-mobile .gform_wrapper .gform_footer:before {
        content: "";
        width: 1px;
        height: 40%;
        background-color: #fff;
        display: inline-block;
        position: Absolute;
        bottom: 0;
        right: 0;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .newsletter-mobile .gform_wrapper .gform_footer:after {
        content: "";
        width: 1px;
        height: 40%;
        background-color: #fff;
        display: inline-block;
        position: Absolute;
        top: 0;
        left: 0;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .newsletter-mobile .submitWrapper {
        display: inline-block;
        width: auto;
    }

    .newsletter-mobile .submitWrapper:before {
        content: "";
        width: 40%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .newsletter-mobile .submitWrapper:after {
        content: "";
        width: 40%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        right: 0;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .newsletter-mobile .gform_wrapper .gform_footer:hover .submitWrapper:before {
        width: 100%;
    }

    .newsletter-mobile .gform_wrapper .gform_footer:hover .submitWrapper:after {
        width: 100%;
    }

    .newsletter-mobile .gform_wrapper .gform_footer:hover:before {
        height: 100%;
    }

    .newsletter-mobile .gform_wrapper .gform_footer:hover:after {
        height: 100%;
    }

    .newsletter {
        width: 50% !important;
    }

    .slick-track {
        min-height: 395px !important;
    }

    .newsletter-coluna .imagem-newsletter .elementor-widget-container {
        padding-top: 85px !important;
    }

    .fonte-destaque p {
        max-width: 70%;
    }

    .slider-section .elementor-element p {
        max-width: 70% !important;
    }

    .terroir-vinho-destaque:before {
        right: 0
    }

    .page-template-page-blog .filters {
        max-height: 90px;
    }

    .page-template-page-blog .filters ul {
        padding-top: 90px;
    }

    .page-template-page-blog .wrapper-content {
        padding: 30px 35px;
    }

    .tax-categoria-noticias .wrapper-content {
        padding: 30px 35px;
    }

    .page-template-page-blog ul.newsPage li .title {
        font-size: 23px !important;
        line-height: 33px !important;
    }

    .tax-categoria-noticias ul.newsPage li .title {
        font-size: 23px !important;
        line-height: 33px !important;
    }

    .calendario-icon,
    .calendario-icon.open {
        right: 0px;
    }

    .slider-section .elementor-accordion {
        padding-left: 20px;
    }

    .slider-section .elementor-accordion p {
        max-width: 100% !important;
        text-align: left;
    }

    .formulario-de-eventos .gform_wrapper form {
        max-width: 50%;
    }

    .page-template.page-template-page-equipa .image {
        width: 85%;
    }

    #site-footer .footer-div-3 img {
        float: none;
        margin-left: 10px;
        display: inline;
        top: 5px;
        position: relative;
    }

    .adega-intro:before {
        background-size: auto 155%;
    }

    .adega-banner-bottom {
        padding-top: 380px !important;
    }

    .page-adega-mae .fonte-destaque p {
        text-align: center !important;
    }

    .filter-dropdown h3 {
        max-width: 100%;
    }

    .filter-dropdown {
        height: calc(100vh - 95px);
        margin-top: -1px;
        top: 95px;
    }

    .filter-separator {
        top: 78px;
    }

    .terroir-intro {
        max-height: 750px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .modal {
        padding-top: 0;
    }

    .modal-content {
        height: 100%;
        width: 100%;
        padding-bottom: 0;
        margin: 0 !important;
        max-width: none;
        border: 0;
    }
}

@media all and (max-width: 991px) {
    .page-template.page-template-page-equipa .page-container .img-wrapper .myBtn {
        position: absolute;
        bottom: -180px;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        min-width: 157px;
    }

    .page-template.page-template-page-equipa .page-container .membro .img-wrapper:hover::before {
        opacity: 0 !important;
    }

    .page-template.page-template-page-equipa .page-container .membro {
        margin-bottom: 110px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .page-template.page-template-page-equipa .page-container {
        padding-top: 55px;
    }
}

@media all and (max-width:768px) {
    .elementor-element p {
        max-width: 80%;
    }

    .fonte-destaque p {
        max-width: 80%;
        font-size: 25px !important;
    }

    h3 {
        font-size: 35px !important;
    }

    .wpd-av img {
        width: 100%;
    }

    .slider-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 10px !important;
    }

    .slider-section .swiper-pagination {
        left: 50px !important;
    }

    .elementor-swiper-button-next {
        right: 50px !important;
    }

    .elementor-swiper-button-prev {
        right: 100px !important;
    }

    .slider-section .elementor-column-wrap {
        padding: 0 !important;
    }

    .slider-section .elementor-column {
        width: 100% !important;
    }

    .slider-section .elementor-accordion {
        padding-left: 0;
        margin-top: 150px;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .page-template-page-blog ul.newsPage li,
    .tax-categoria-noticias ul.newsPage li {
        width: calc(100%/2);
    }

    .intro-eventos,
    .intro-visitas {
        padding-bottom: 0px !important;
    }

    .imagem-formulario-eventos {
        padding-top: 300px;
    }

    .newsletter-mobile {
        max-width: 50% !important;
    }

    #filter-dropdown-ocasiao {
        background-position: right center;
    }

    .filter-dropdown h3 {
        margin-top: 0;
    }

    .texto-slider {
        padding-top: 150px !important;
    }

    .slider-section.equipa {
        padding-bottom: 0px !important;
    }

    .slider-section.equipa img {
        padding-top: 75px;
    }

    .programas {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .full-paragraph {
        width: 100% !important;
    }

    .full-paragraph p {
        max-width: 100% !important;
        padding: 0 !important
    }

    .pagina-programa {
        background-image: none !important;
        padding-bottom: 0 !important;
        height: auto !important;
        padding-top: 90px;
    }

    .imagem-programa {
        width: 100% !important;
    }

    .imagem-programa .elementor-widget {
        margin-bottom: 0 !important;
    }

    .tax-categoria-noticias ul.newsPage li {
        width: calc(100%/2);
    }

    .page-template-vinhos .page-container .content .vinho {
        margin-bottom: 60px;
    }

    .page-template-vinhos .page-container .content .vinho .title {
        height: 48px;
    }
}

@media (max-width: 767px) {

    .single-vinho .page-container .content .left,
    .single-vinho .page-container .content .right {
        width: 100%;
    }

    .single-vinho .page-container .content {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }

    .single-vinho .page-container .content .left {
        text-align: center;
        margin-bottom: 0;
    }

    .single-vinho .page-container .content .left .vinho {
        top: 65px;
    }

    .single-vinho .page-container .content .left img {
        margin: 0 auto;
    }

    .single-vinho .page-container .content .right .title {
        margin-top: 30px;
        text-align: center;
    }

    .single-vinho .page-container .content .right .type-year {
        text-align: center;
    }

    .single-vinho .page-container .content .right .line {
        margin: 42px auto;
    }

    #rev_slider_1_1_wrapper .custom.tparrows {
        left: 111% !important;
        top: 102% !important;
    }

    .home-enoturismo {
        padding-top: 60px !important;
    }

    .home-vinho-texto {
        text-align: center;
    }

    .image-height {
        padding: 600px 0px 0px 0px !important;
    }

    .arquitetura-height {
        padding: 500px 0px 0px 0px !important;
    }

    .garrafa img {
        height: 550px !important;
        margin-top: 35px;
    }

    .destaque-titulo .elementor-widget-container {
        margin-top: 45px !important;
    }

    .home-fundo-vinho img {
        left: initial !important;
        width: 67% !important;
        margin: 0 auto !important;
        height: 420px !important;
    }

    .garrafa .elementor-widget-container {
        margin: 0% 0% 0% 0% !important;
    }

    #newsletter-footer .gform_wrapper form {
        max-width: 80%;
    }

    .dialog-message.dialog-lightbox-message {
        width: 100vw !important;
        height: 100% !important;
        padding: 0 !important;
    }

    .popup-form h3 {
        margin: 10px !important;
    }

    .popup-form .gfield_checkbox li input[type=checkbox] + label {
        max-width: 100% !important;
        width: 100% !important;
    }

    .popup-form .elementor-container {
        max-width: 100% !important;
    }

    .popup-form .gform_wrapper form {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .popup-form .gform_wrapper .gform_footer {
        margin-top: 20px;
    }

    .popup-form .gform_confirmation_message {
        padding: 25px 10px !important;
    }

    .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
        margin-top: 0px !important;
    }

    .popup-form .gform_wrapper form {
        padding: 10px 8px 25px 25px;
    }

    .popup-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
        padding-top: 0px;
    }

    .popup-form .gfield_error span.name_first {
        margin-bottom: 0 !important;
    }

    .popup-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
        margin-bottom: 0;
        margin-top: 0;
    }

    .popup-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
    .popup-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
        margin-top: 5px;
    }

    .page-programa-de-provas #site-content .elementor-widget-image .elementor-image img {
        width: 100%;
    }
}

@media (max-width: 736px) {
    .whatsapp {
        width: 70px;
        padding: 0;

    }

    .whatsapp .content {
        display: none;
    }

    .whatsapp .floating-wpp-button {
        display: block;
    }
}

@media all and (max-width:600px) {
    .slick-list {
        padding: 0 !important;
    }

    .garrafa .elementor-widget-container {
        margin: 0% 0% 0% 0% !important;
    }

    .home-uvas img {
        width: 250px !important;
        height: auto !important;
        margin-left: 50%;
    }

    .garrafa img {
        height: 550px !important;
    }

    .home-vinho {
        padding-bottom: 0 !important;
    }

    .home-vinho .elementor-divider-separator {
        width: 115px !important;
    }

    .home-fundo-vinho {
        top: 115px !important;
        left: 0 !important;
        text-align: center !important;
        overflow: hidden;
        max-width: 100% !important;
        width: calc(100% - 30px) !important;
        height: 460px !important;
        margin-left: 15px;
        margin-right: 15px;
    }

    .home-fundo-vinho .elementor-widget-container,
    .home-fundo-vinho .elementor-widget-container .elementor-image {
        height: 100% !important;
    }

    .home-fundo-vinho img {
        left: 0 !important;
        width: auto !important;
        height: 100% !important;
        max-width: none !important;
    }

    .destaque-titulo .elementor-widget-container {
        margin-top: 30px !important;
    }

    .home-vinho-texto p {
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }

    .btn-home.elementor-widget {
        margin-left: auto;
        margin-right: auto;
    }

    .homepage-news-title h2 {
        padding-top: 20px !important;
    }

    .homepage-news {
        padding-bottom: 100px !important;
    }

    .slick-next {
        right: 44.5% !important;
    }

    .slick-prev {
        left: 44.5% !important;
    }

    .news-slider .news-item .news-item-content .info {
        padding: 40px;
    }

    .news-slider .news-item .news-item-content .info .title {
        font-size: 30px;
    }

    .newsletter-homepage {
        padding-top: 0 !important;
    }

    .newsletter-mobile {
        max-width: calc(100% - 40px) !important;
    }

    .newsletter-mobile .gform_wrapper form li,
    .newsletter-mobile .gform_wrapper li {
        text-align: left !important;
    }

    .newsletter-mobile label {
        width: 100% !important;
    }

    .newsletter-coluna .imagem-newsletter .elementor-widget-container {
        padding: 0 !important;
    }

    .filter-dropdown-wrapper {
        left: 20px;
    }

    .filter-dropdown a,
    .filter-dropdown h3 {
        padding-right: 20px;
    }

    .page-adega-mae .fonte-destaque p {
        text-align: left !important;
    }

    .page-adega-mae .fonte-destaque.center p {
        text-align: center !important;
    }

    .wpd-av {
        width: 80%;
    }

    .wpd-av img {
        width: 70%;
    }

    .imagem-destaque {
        padding: 600px 0px 0px 0px !important;
    }

    .page-template-page-blog .filterButton:after {
        background-size: cover;
    }

    .tax-categoria-noticias .filterButton:after {
        background-size: cover;
    }

    .visitas-intro:before {
        background-size: auto 100%;
    }

    .page-programa-de-provas section {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 20px;
    }

    .page-programa-de-provas .programa-visita {
        margin-bottom: 20px;
    }

    .page-programa-de-provas #newsletter-footer {
        margin-top: 30px !important;
    }

    .page-programa-de-provas #site-content {
        margin-top: 12px;
    }
}

@media all and (max-width:480px) {
    .elementor-element p {
        max-width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left !important;
    }

    .elementor-element.center p {
        text-align: center !important;
    }

    .slider-section .swiper-pagination {
        left: 20px !important;
    }

    .slider-section .elementor-accordion {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .elementor-swiper-button-next {
        right: 20px !important;
    }

    .elementor-swiper-button-prev {
        right: 50px !important;
    }

    .page-template-page-blog ul.newsPage li,
    .tax-categoria-noticias ul.newsPage li {
        width: 100%;
    }

    .fonte-destaque p {
        max-width: 80%;
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .formulario-de-eventos-mobile {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .formulario-de-eventos-mobile .gform_wrapper form {
        padding: 25px !important;
    }

    .formulario-de-eventos-mobile .gform_wrapper .gform_footer .gform_button.button {
        line-height: 40px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        padding-top: 0 !important;
        padding-bottom: 0px !important;
    }

    #newsletter-footer h4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-vinho-texto p {
        text-align: center !important;
    }

    .home-buttons .elementor-column {
        width: 100% !important;
    }

    .home-buttons .button-left .elementor-column-wrap {
        text-align: center !important;
    }

    .home-buttons .elementor-button-wrapper a:after,
    .home-buttons .elementor-button-wrapper a:before {
        width: 35%;
    }

    .home-buttons .elementor-column:first-child,
    .home-buttons .elementor-column:last-child {
        width: 100% !important;
    }

    .newsletter-mobile p {
        text-align: center !important;
    }

    .filter-dropdown {
        height: calc(100vh - 170px);
        margin-top: -1px;
        top: 95px;
    }

    .terroir-intro {
        height: 100vh;
        background-size: cover;
        background-position: center 0px;
        background-repeat: no-repeat;
    }

    .page-terroir .elementor-element h4 {
        width: 100%;
        max-width: 100% !important;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .intro-terroir-txt .destaque-med p {
        max-width: 100% !important;
    }

    .page-terroir .elementor-element p {
        max-width: 100% !important;
    }

    .intro-terroir-txt:before {
        width: 100%;
    }

    .botao-left {
        padding-left: 15px;
    }

    .terroir-vinho-destaque:before {
        content: "";
        width: 499px;
        height: 525px;
        position: Absolute;
        right: 20%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
        background-image: url(images/Arinto-sem-fundo.png);
        background-size: auto 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .terroir-vinho-destaque {
        padding-top: 180px !important;
    }

    .citacao-mobile h4 {
        font-size: 30px !important;
        font-weight: 300 !important;
        line-height: 40px !important;
        padding-bottom: 45px !important;
    }

    .page-template-page-blog ul.newsPage {
        margin-top: 90px;
    }

    .page-template-page-blog ul.newsPage li,
    .tax-categoria-noticias ul.newsPage li {
        margin-bottom: 15%;
    }

    .noticia-titulo,
    .noticia-corpo {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .noticia-template-default .elementor-element p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-contactos .moradas {
        margin-top: 85px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-contactos p {
        padding: 0 !important;
    }

    .imagem-destaque img {
        height: 450px !important;
        width: auto !important;
        max-width: none !important;
    }

    .arquitetura-height {
        padding-top: 235px !important;
        background-size: 100% auto !important;
    }

    .imagem-destaque img {
        height: 100%;
        width: auto;
    }

    .programas {
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-bottom: 0px !important;
    }

    .programas .elementor-colu2mn-wrap {
        margin-bottom: 40px !important;
    }

    .programa p {
        text-align: center !important;
    }

    .tax-categoria-noticias ul.newsPage li {
        width: 100%;
        margin-bottom: 15%;
        border-left: 0px solid #F6F6F6;
        border-right: 0px solid #F6F6F6;
    }

    .tax-categoria-noticias ul.newsPage .catName {
        margin-left: 0;
        text-align: center;
    }

    .tax-categoria-noticias ul.newsPage .catName h2 {
        font-size: 35px !important;
    }

    .newsletter-mobile {
        margin-top: -100px;
    }

    .page-template.page-template-page-equipa h4 {
        font-size: 26px !important;
        margin-top: 40px;
    }

}


@media all and (max-width:400px) {
    header.header-mobile .adegaLogo.top {
        width: 140px;
    }

    .tax-categoria-noticias ul.newsPage {
        margin-top: 100px;
    }

    .adega-intro h2 {
        padding-top: 95px !important;
    }

    .adega-intro p {
        margin-top: -60px !important;
        font-size: 13px !important;
        line-height: 23px !important;
    }
}

@media all and (max-width:375px) {
    .imagem-destaque {
        padding: 410px 0px 0px 0px !important;
    }

    .programas .elementor-column-wrap {
        /*padding:50px!important;*/
    }

    .programas h4 {
        width: 85% !important;
    }

    .programas .elementor-column-wrap {
        padding: 100px 10px 100px 10px !important;
    }

    .programas .elementor-column-wrap {
        margin-bottom: 0px !important;
    }

    .programa {
        margin-bottom: 40px !important;
    }

    .page-visitas-e-provas #newsletter-footer {
        margin-top: -40px;
    }

    .popup-form h3 {
        margin-right: 30px !important;
    }

    .wpd-av {
        width: 90%;
    }

    .wpd-av p {
        font-size: 20px !important;
    }
}

@media all and (min-width: 992px) {
    .page-template.page-template-page-equipa .page-container .img-wrapper .myBtn {
        display: none !important;
    }

    .page-template.page-template-page-equipa .page-container .img-wrapper:hover .myBtn {
        position: absolute;
        top: 46%;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        display: block !important;
    }

    .modal {
        padding: 0;
    }

    .modal-body {
        max-width: 1200px;
        margin: 0 auto;
    }

    .modal-content {
        width: 100%;
        max-width: none !important;
    }

    .modal .hide-mobile {
        display: block;
        max-width: 500px;
    }

}
