@media (min-width: 1270px) {
    .cms-newsletter .container {
        max-width: 1270px;
    }
}

@media (min-width: 1330px) {
    .cms-newsletter footer .container {
        max-width: 1034px;
    }
}


.blockNewsPage .h3 {
    font-size: 3rem;
    line-height: 52px;
    font-weight: 400;
    max-width: 295px;
    display: block;
    margin-top: 120px;
}

.blockNewsPage p {
    font-size: 1.125rem;
    line-height: 22px;
    color: #3D3935;
    margin-top: 20px;
    margin-bottom: 14px;
    max-width: 385px;
}

.newspage input {
    border-color: #CFCACA;
    width: 100%;
    max-width: 412px;
    color: #847F7A;
    margin-bottom: 24px;
}

.newspage input::-webkit-input-placeholder {
    color: #847F7A;
}

.newspage input::-moz-placeholder {
    color: #847F7A;
}

.newspage input:-ms-input-placeholder {
    color: #847F7A;
}

.newspage input:-moz-placeholder {
    color: #847F7A;
}

.actions span {
    color: #707070;
    line-height: 21px;
    display: block;
    margin-top: 15px;
}

.actions span a {
    color: #707070;
    text-decoration: underline;
}

.actions .btn {
    width: 100%;
    max-width: 412px;
    height: 48px;
    line-height: 48px;
    background: #BD8457;
    border-radius: 4px;
    display: block;
    font-weight: 500;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: 0;
    margin-top: 8px;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.actions .btn:hover {
    color: #fff;
    background: #9E724E;
}

.newspage .control {
    position: relative;
}

.newspage div.mage-error[generated] {
    font-size: 0.8rem;
    color: #F73218;
    padding-left: 0;
    line-height: 16px;
    position: absolute;
    bottom: 8px;
}

.animeZoom picture {
    transition: all 2s;
    transform: scale(1.2);
    display: block;
}

.animeZoom picture.zoomout {
    transform: scale(1.0);
}

.animeZoom.parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.animeZoomP {
    height: 100vh;
    max-height: 767px;
    position: relative;
    overflow: hidden;
}

.animeZoom picture img {
    transform: none !important;
}

.newsZoom01 {
    margin-top: 32px;
    max-width: 434px;
    min-height: 562px;
    max-height: 562px;
}

.newsZoom01 .animeZoom picture {
    height: auto;
}

.newsZoom02 {
    max-width: 332px;
    min-height: 276px;
    max-height: 276px;
    position: absolute;
    bottom: 46px;
    right: 0;
}

.newsZoom02 .animeZoom picture {
    height: auto;
}

.bloco-img {
    min-height: 594px;
}

.animeMt {
    position: relative;
}

.blog404 {
    background: #F5F5F5;
}

.blog404 a {
    text-decoration: none !important;
}

.blog404 h2 {
    margin-bottom: 14px;
    margin-top: 58px;
}

.blog404 .h2 {
    color: #212529;
}

.newspage .field:not(.choice) label {
    background: #fff;
    font-weight: 400;
    font-size: 1rem;
    padding: 0;
    padding-left: 4px;
    padding-right: 4px;
    float: none;
    color: #847F7A;
    position: absolute;
    margin: 10px 0 0 12px;
    padding-top: 1.5px;
    width: auto;
    transition: 0.5s all;
    clip: auto;
    text-align: left;
}

.newspage .field.active label {
    margin-top: -14px;
    font-size: 0.85rem;
    z-index: 1;
    color: #3D3935;
}

.cms-newsletter .modal-popup .success-msg {
    max-width: 190px;
}

.blocoNews .block.newsletter .actions span {
    margin: 0;
}

.blocoNews .block.newsletter .actions .btn {
    margin-top: 0;
}

@media (max-width:767px) {
    .blockNewsPage .h3 {
        font-size: 2.375rem;
        line-height: 42px;
        max-width: 240px;
        margin-top: 48px;
    }

    .blockNewsPage>.container {
        padding: 0;
    }

    .blockNewsPage p {
        margin-top: 22px;
    }

    .actions span {
        max-width: 260px;
    }

    .blockNewsPage .bloco-form {
        padding: 0 24px;
    }

    .blockNewsPage .bloco-img {
        padding: 0;
        min-height: auto;
    }

    .blockNewsPage .animeMt {
        display: none;
    }

    .newsZoom01 {
        margin-top: 43px;
        max-width: 100%;
        min-height: auto;
        max-height: 107vw;
    }

    .page-layout-1column .blog404 .container.pagecms.page404 {
        margin-top: 0;
    }

    .blog404 {
        padding-bottom: 0;
    }

    .blog404 .row {
        margin: 0;
    }

    .blog404 h2 {
        margin-bottom: 2px;
        margin-top: 37px;
        padding: 0;
        font-size: 1.375rem;
    }

    .blog404 .h2 {
        font-size: 1.375rem;
        margin-top: 18px;
        margin-bottom: 6px;
    }

    .blog404 .infoBlog {
        display: inline-block;
        color: #A39B94;
        font-size: 1.0625rem;
        line-height: 1.0625rem;
        border-right: 1px solid;
        margin-top: 0;
        padding-right: 8px;
        margin-right: 4px;
    }

    .blog404 .infoLeitBlog {
        line-height: 1.0625rem;
        display: inline-block;
        color: #A39B94;
        margin-top: 0;
        font-size: 1.0625rem;
    }

    .blog404 .infoLeitBlog img {
        float: left;
        margin-top: 2px;
        margin-right: 2px;
    }

    .blog404 #two,
    .blog404 #three {
        display: none;
    }

    .blog404 a.btn-active {
        width: 100%;
        height: 40px;
        border-radius: 4px;
        border: 1px solid #3D3935;
        text-align: center;
        line-height: 38px;
        color: #3D3935;
        margin-top: 22px;
    }
}

/* ::::: Novo Form :::::: */
.newspage form {
    margin: 0 !important;
    padding: 0 !important;
}

.newspage form input[type="text"] {
    font-family: freight-neo-pro, sans-serif !important;
    font-size: 1rem !important;
    height: 48px !important;
    padding: 0 15px !important;
    border-color: #CFCACA !important;
    width: 100% !important;
    max-width: 412px !important;
    color: #847F7A !important;
    margin-bottom: 24px !important;
}


.newspage form {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.newspage ._submit {
    background: #3D3935 !important;
    opacity: 1 !important;
    cursor: pointer !important;
}

.newspage ._submit:hover {
    opacity: 0.8 !important;
}

.newspage form input[type="text"] {
    font-family: freight-neo-pro, sans-serif !important;
    font-size: 1rem !important;
    height: 48px !important;
    padding: 0 15px !important;
    border-color: #CFCACA !important;
    width: 100% !important;
    max-width: 412px !important;
    color: #847F7A !important;
    margin-bottom: 24px !important;
}

.newspage ._form_9 ._submit.processing::after,
.newspage ._form_9 ._submit.processing::before {
    position: relative !important;
    padding: 0 !important;
    border: none !important;
    animation: none !important;
    z-index: -1 !important;
}

.newspage input:-webkit-autofill {
    -webkit-text-fill-color: #847F7A !important;
}

.newspage ._form_9 ._field-wrapper {
    position: relative;
}

.newspage ._form_9 input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.newspage ._form_9 ._form-label {
    font-family: freight-neo-pro, sans-serif !important;
    position: absolute;
    top: 12px;
    left: 16px;
    pointer-events: none;
    color: #847F7A;
    font-weight: 400 !important;
    font-size: 16px;
    transition: .5s all;
}

.newspage ._form_9 .active {
    top: -11px;
    font-size: 14px;
    background-color: #ffffff;
    padding: 0 5px;
    z-index: 9;
    width: fit-content;
    border-color: #847F7A !important;
    color: #3D3935 !important;
}

.newspage ._error._below,
.newspage ._error._above {
    display: block !important;
}

.newspage ._form_9 input:focus {
    border-color: #847F7A !important;
    color: #3D3935 !important;
}

.newspage ._form_9 input:-webkit-autofill {
    -webkit-text-fill-color: #3D3935 !important;
}