@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTedw.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_V1s.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1s.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1s.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format("truetype")
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    padding: 0
}

a {
    cursor: pointer
}

a,
a:hover {
    text-decoration: none
}

br {
    clear: both
}

input,
select,
textarea {
    outline: none
}

body,
html {
    height: 100%;
    width: 100%
}

img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

body {
    color: #000;
    color: #606060;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0
}

b,
strong {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

p {
    margin-bottom: 0
}

.section-to-top {
    padding-top: 200px
}

.sub-title {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

.sub-title .sub-divider {
    background: #c62b33;
    height: 1px;
    width: 34px
}

.sub-title p {
    color: #c62b33;
    font-size: 16px;
    font-weight: 600
}

strong {
    color: #c62b33;
    font-weight: 700
}

.anchor {
    position: absolute;
    top: -60px
}

.flex {
    display: flex
}

.center-item {
    align-items: center;
    display: flex
}

.grid {
    display: grid
}

.link {
    color: #6774d2;
    font-size: 18px;
    font-weight: 600;
    position: relative
}

.link:after {
    background: #6774d2;
    bottom: -8px;
    content: "";
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    height: 3px;
    left: 0;
    position: absolute;
    transition: all .2s ease;
    width: 100%
}

.link:hover {
    color: #6774d2
}

.link:hover:after {
    width: 0
}

.divider-section {
    background: #181c3b
}

.divider-section .divider {
    background: #646884;
    height: 1px
}

.send-form {
    width: 100%
}

.send-form label {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px
}

.send-form input,
.send-form label,
.send-form select,
.send-form textarea {
    color: #181c3b;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.send-form input,
.send-form select,
.send-form textarea {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 10px;
    width: 100%
}

.send-form input::-moz-placeholder,
.send-form select::-moz-placeholder,
.send-form textarea::-moz-placeholder {
    color: #787878
}

.send-form input::placeholder,
.send-form select::placeholder,
.send-form textarea::placeholder {
    color: #787878
}

.send-form input:-webkit-autofill,
.send-form input:-webkit-autofill:active,
.send-form input:-webkit-autofill:focus,
.send-form input:-webkit-autofill:hover,
.send-form select:-webkit-autofill,
.send-form select:-webkit-autofill:active,
.send-form select:-webkit-autofill:focus,
.send-form select:-webkit-autofill:hover,
.send-form textarea:-webkit-autofill,
.send-form textarea:-webkit-autofill:active,
.send-form textarea:-webkit-autofill:focus,
.send-form textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #181c3b !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.send-form input.red-border,
.send-form select.red-border,
.send-form textarea.red-border {
    border-color: #ff6e6e
}

.send-form textarea {
    height: 107px;
    resize: none
}

.send-form .btn-geral {
    background: #181c3b;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    justify-content: center;
    max-width: 100%;
    transition: all .2s ease;
    width: 100%
}

.send-form .btn-geral:hover {
    background: #c62b33
}

.custom-modal {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999
}

.custom-modal .geral-title {
    font-size: 27px;
    margin-bottom: 15px
}

.custom-modal .geral-text {
    margin-bottom: 15px
}

.custom-modal .geral-text a {
    color: #c62b33;
    font-weight: 500;
    position: relative
}

.custom-modal .geral-text a:after {
    background: currentcolor;
    bottom: -3px;
    content: "";
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    height: 1px;
    left: 0;
    position: absolute;
    transition: all .2s ease;
    width: 0
}

.custom-modal .geral-text a:hover:after {
    width: 100%
}

.custom-modal .close-modal {
    background: none;
    border: none;
    color: #c62b33;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    font-size: 30px;
    opacity: .7;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all .2s ease
}

.custom-modal .close-modal:active,
.custom-modal .close-modal:focus,
.custom-modal .close-modal:hover {
    opacity: 1;
    outline: 0
}

.custom-modal .background {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .2s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.custom-modal .background,
.custom-modal .content {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50)
}

.custom-modal .content {
    background: #fff;
    border-radius: 10px;
    max-width: 580px;
    padding: 40px 25px;
    position: relative;
    transform: scale(0);
    transition: all .3s ease;
    z-index: 2
}

.custom-modal.show {
    z-index: 9999
}

.custom-modal.show,
.custom-modal.show .background {
    opacity: 1;
    visibility: visible
}

.custom-modal.show .content {
    transform: scale(1)
}

.whatsapp-about {
    bottom: 45px;
    color: #fff;
    position: fixed;
    right: 45px;
    text-decoration-line: underline;
    z-index: 10
}

.whatsapp-about p {
    padding-right: 10px
}

.whatsapp-about .iconify {
    font-size: 30px
}

#cookies-warning {
    background: #2c2c2c;
    bottom: 0;
    box-shadow: 0 0 70px rgba(0, 0, 0, .05);
    display: none;
    font-family: Arial, sans-serif;
    padding-bottom: 33px;
    padding-top: 27px;
    position: fixed;
    width: 100%;
    z-index: 10
}

#cookies-warning .container {
    justify-content: space-between
}

#cookies-warning .container,
#cookies-warning .content {
    align-items: center;
    display: flex
}

#cookies-warning .actions .bt-ok-cookie {
    background-color: #c62b33;
    border: none;
    border-radius: 10px;
    color: #fff;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    font-size: 16px;
    font-size: 14px;
    font-weight: 700;
    font-weight: 500;
    height: 60px;
    height: 46px;
    margin-right: 30px;
    min-width: 190px;
    text-align: center;
    transition: all .2s ease
}

#cookies-warning .actions .bt-ok-cookie:hover {
    background-color: #72191d;
    color: #fff
}

#cookies-warning .actions .see-more-details {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    text-decoration-line: underline;
    text-transform: uppercase
}

#cookies-warning .actions .see-more-details:hover {
    color: #ccc
}

#cookies-warning .section-title {
    color: #c62b33;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0
}

#cookies-warning .text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0
}

.checkbox-group-default {
    align-items: center;
    display: flex;
    gap: 15px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.checkbox-group-default input[type=checkbox] {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.checkbox-group-default input[type=checkbox]:checked+.checkbox-area {
    background: #181c3b;
    background-position: 0;
    background-size: 300%;
    border-color: #181c3b
}

.checkbox-group-default input[type=checkbox]:checked+.checkbox-area:after {
    opacity: 1
}

.checkbox-group-default .checkbox-area {
    align-items: center;
    background: #fff;
    border: 1px solid #181c3b;
    border-radius: 5px;
    display: flex;
    height: 23px;
    justify-content: center;
    min-width: 23px;
    position: relative
}

.checkbox-group-default .checkbox-area,
.checkbox-group-default .checkbox-area:after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    transition: all .2s ease
}

.checkbox-group-default .checkbox-area:after {
    background: url(https://api.iconify.design/akar-icons/check.svg?color=white) no-repeat 50%/contain;
    content: "";
    height: 14px;
    opacity: 0;
    width: 14px
}

header {
    background: #fff;
    left: 0;
    padding: 30px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1024
}

header.scroll {
    box-shadow: 0 15px 25px rgba(0, 0, 0, .15)
}

header .logo img {
    height: 60px
}

header .background {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, .6);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.78, -.04, 0, .88);
    visibility: hidden;
    width: 100%;
    z-index: -1
}

header .header-link {
    color: #181c3b;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    position: relative;
    transition: all .2s ease
}

header .header-link.active {
    color: #c62b33;
    font-weight: 700
}

header .header-link:hover {
    color: #c62b33
}

header .iconify {
    font-size: 20px
}

header .nav-default,
header .nav-default .nav-menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

header .nav-default .nav-mobile-links {
    display: flex;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.78, -.04, 0, .88)
}

header .nav-default .nav-links {
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

header .nav-default .nav-links,
header .nav-default .nav-links .socials {
    align-items: center;
    display: flex;
    gap: 30px
}

header .nav-default .nav-toggle {
    display: none
}

header .nav-default .nav-button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-left: auto;
    width: 25px
}

header .nav-default .nav-button .span-menu {
    background: #000;
    border-radius: 50px;
    height: 1px;
    position: relative;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.78, -.04, 0, .88);
    width: 100%;
    z-index: 5
}

header .nav-default .nav-button .span-menu+.span-menu {
    margin-top: 5px
}

header .nav-default.menu-mobile-opened .nav-mobile-links {
    right: 0;
    z-index: 1025
}

header .nav-default.menu-mobile-opened .background {
    opacity: 1;
    visibility: visible;
    z-index: 1024
}

header .nav-default.menu-mobile-opened .nav-button .span-menu {
    background: #181c3b
}

header .nav-default.menu-mobile-opened .nav-button .span-menu:first-child {
    transform: rotate(45deg) translate(5px, 4px)
}

header .nav-default.menu-mobile-opened .nav-button .span-menu:nth-child(2) {
    transform: rotate(-45deg) translateY(1px)
}

header .nav-default.menu-mobile-opened .nav-button .span-menu:nth-child(3) {
    transform: rotate(0deg) scale(0)
}

@media only screen and (max-width:1200px) {
    header .header-link {
        color: #c62b33
    }

    header .background {
        display: block
    }

    header .nav-default .nav-mobile-links {
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, .15);
        flex-direction: column;
        height: 100%;
        padding: 80px 30px;
        position: fixed;
        right: -100%;
        top: 0;
        width: 80%;
        z-index: -1
    }

    header .nav-default .nav-links {
        align-items: flex-start;
        flex-direction: column
    }

    header .nav-default .nav-toggle {
        display: block;
        position: relative;
        z-index: 1026
    }
}

footer {
    background: #181c3b;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 30px
}

footer .flex {
    display: flex;
    flex-direction: column;
    gap: 30px
}

footer .iconify {
    font-size: 21px
}

footer .footer-default {
    width: 100%
}

footer .footer-default .footer-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

footer .footer-default .footer-content .footer-nav {
    display: flex;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.78, -.04, 0, .88)
}

footer .footer-default .footer-content .footer-nav .nav-links {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

footer .footer-default .footer-content .footer-nav .nav-links .footer-link {
    color: #fff;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    font-size: 14px;
    font-weight: 400;
    position: relative;
    transition: all .2s ease
}

footer .footer-default .footer-content .footer-nav .nav-links .footer-link:hover {
    color: #c62b33
}

footer .footer-default .footer-content p {
    font-size: 14px;
    font-weight: 400
}

footer .logo img {
    height: 41px
}

@media only screen and (max-width:1200px) {
    footer {
        padding-bottom: 30px;
        padding-top: 20px
    }

    footer .footer-default {
        display: block
    }

    footer .footer-default .footer-content {
        justify-content: center
    }

    footer .footer-default .footer-content .footer-nav,
    footer .footer-default .footer-content .logo {
        display: none
    }
}

h1,
h2 {
    font-size: 38px;
    line-height: 45px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #c62b33;
    font-weight: 700;
    margin-bottom: 0
}

h3,
h4,
h5,
h6 {
    font-size: 30px;
    line-height: 38px
}

.simditor-text h1,
.simditor-text h2 {
    color: #c62b33;
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 0
}

.simditor-text h3,
.simditor-text h4,
.simditor-text h5,
.simditor-text h6 {
    color: #c62b33;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 0
}

.simditor-text li,
.simditor-text p,
.simditor-text span {
    color: #606060;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0
}

.btn-geral {
    align-items: center;
    background: #c62b33;
    border: 1px solid transparent;
    border-radius: 20px;
    border-radius: 4px;
    color: #fff;
    display: flex;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    font-size: 18px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 13px 80px;
    text-align: center;
    transition: all .2s ease
}

.btn-geral.disabled {
    opacity: .6;
    pointer-events: none
}

.btn-geral:active,
.btn-geral:focus,
.btn-geral:hover {
    background: #b1262e;
    box-shadow: none;
    color: #fff;
    outline: 0;
    text-decoration: none
}

.btn-geral.whatsapp {
    align-items: center;
    background: #1a9b36;
    border: 1px solid transparent;
    border-radius: 20px;
    color: #fff;
    display: flex;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 10px;
    text-align: center;
    transition: all .2s ease
}

.btn-geral.whatsapp.disabled {
    opacity: .6;
    pointer-events: none
}

.btn-geral.whatsapp:active,
.btn-geral.whatsapp:focus,
.btn-geral.whatsapp:hover {
    background: #16852e;
    box-shadow: none;
    color: #fff;
    outline: 0;
    text-decoration: none
}

.page-home.home-section {
    min-height: 100vh;
    overflow: hidden;
    padding-bottom: 50px
}

.page-home.home-section .logo-50-anos {
    max-width: 125px;
    width: 125px
}

.page-home.home-section .banner-swiper {
    height: 100%;
    position: relative
}

.page-home.home-section .banner-swiper .swiper-slide,
.page-home.home-section .banner-swiper .swiper-wrapper {
    height: 100%
}

.page-home.home-section .banner-swiper .swiper-pagination {
    bottom: -30px;
    left: unset;
    right: 0;
    width: 85%
}

.page-home.home-section .banner-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #181c3b;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    height: 12px;
    opacity: 1;
    transition: all .2s ease;
    width: 12px
}

.page-home.home-section .banner-swiper .swiper-pagination .swiper-pagination-bullet-active,
.page-home.home-section .banner-swiper .swiper-pagination .swiper-pagination-bullet:hover {
    background: #181c3b
}

.page-home.home-section .banner-swiper .banner-item {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.page-home.home-section .banner-swiper .banner-item:hover .icon {
    opacity: 1
}

.page-home.home-section .banner-swiper .banner-item img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.page-home.home-section .banner-swiper .banner-item .icon {
    align-items: center;
    background: #000;
    border-radius: 999px;
    display: flex;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    height: 80px;
    justify-content: center;
    opacity: .5;
    position: relative;
    transition: all .2s ease;
    width: 80px
}

.page-home.home-section .banner-swiper .banner-item .icon .iconify {
    color: #c62b33;
    font-size: 30px;
    margin-left: 5px
}

.page-home.home-section .content-text {
    gap: 90px;
    grid-template-columns: 1fr 1fr 1fr
}

.page-home.home-section .content-text h1,
.page-home.home-section .content-text h2,
.page-home.home-section .content-text h3 {
    color: #181c3b;
    font-size: 52px;
    font-weight: 700;
    line-height: 120%
}

.page-home.home-section .content-text p {
    color: #787878;
    font-size: 16px;
    line-height: 22px
}

.page-home.home-section .content-text .flex {
    flex-direction: column;
    gap: 20px
}

.page-home.home-section .banner-gallery {
    padding-top: 64px;
    position: relative;
    width: -webkit-fill-available
}

.page-home.home-section .banner-gallery .content {
    background: #000;
    height: 620px;
    position: relative;
    width: 100%
}

.page-home.home-section .banner-gallery .content .banner-image {
    bottom: 0;
    height: 150%;
    max-height: 150%;
    position: absolute;
    right: 50px;
    z-index: 3
}

.page-home.home-section .link:after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    transition: all .2s ease;
    width: 23%
}

.page-home.home-section .link:hover {
    color: #6774d2
}

.page-home.home-section .link:hover:after {
    width: 0
}

.page-home.product-section {
    background: #181c3b;
    padding-bottom: 200px;
    padding-top: 70px
}

.page-home.product-section .h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 80px
}

.page-home.product-section .h3 strong {
    background: #414774;
    color: #fff
}

.page-home.product-section .flex {
    justify-content: space-between
}

.page-home.product-section .products {
    display: grid;
    gap: 35px;
    grid-template-columns: repeat(3, 1fr);
    place-items: center
}

.page-home.product-section .products .product-item {
    align-items: center;
    background: #fff;
    border-radius: 16px;
    display: flex;
    height: 86px;
    justify-content: center;
    max-height: 86px;
    padding: 12px;
    width: 100%
}

.page-home.product-section .products .product-item img {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all .2s ease;
    width: 100%
}

.page-home.product-section .products .product-item img:hover {
    transform: scale(1.1)
}

.page-home.about-section {
    padding-bottom: 80px;
    position: relative
}

.page-home.about-section .background-detail {
    position: absolute;
    top: -230px;
    width: 100%;
    z-index: -1
}

.page-home.about-section .background-detail img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.page-home.about-section .factory-image {
    margin-bottom: 80px;
    margin-top: -100px
}

.page-home.about-section .factory-image img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.page-home.about-section h3 {
    color: #181c3b;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
    width: 70%
}

.page-home.about-section h3 strong {
    background: #414774
}

.page-home.about-section .description {
    margin-bottom: 40px;
    width: 75%
}

.page-home.about-section .description p {
    color: #787878;
    font-size: 16px;
    line-height: 22px;
    width: 70%
}

.page-home.about-section .flex {
    justify-content: space-between;
    margin-bottom: 40px
}

.page-home.about-section .information {
    display: grid;
    gap: 30px 100px;
    grid-template-columns: repeat(2, 1fr)
}

.page-home.about-section .information div {
    position: relative
}

.page-home.about-section .information img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1
}

.page-home.about-section .information .statics {
    color: #787878;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    font-size: 18px;
    font-weight: 600;
    height: 100%;
    padding-left: 10px;
    padding-top: 30px;
    transition: all .2s ease;
    width: 100%
}

.page-home.about-section .information .statics strong {
    font-size: 52px;
    font-weight: 600
}

.page-home.about-section .information .statics:hover {
    transform: scale(1.1)
}

.page-home.about-section .banner-product-1 {
    align-items: center;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 46px 60px;
    position: relative
}

.page-home.about-section .banner-product-1 img:first-child {
    border-radius: 5px;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.page-home.about-section .banner-product-1 h5 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 23px
}

.page-home.about-section .banner-product-2 a {
    display: block
}

.page-home.about-section .banner-product-2 img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.page-home.contact-section {
    background: #fafafa;
    padding-top: 80px;
    position: relative
}

.page-home.contact-section .content {
    width: 100%
}

.page-home.contact-section .flex {
    gap: 40px
}

.page-home.contact-section h3 {
    color: #181c3b;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px
}

.page-home.contact-section .description {
    margin-bottom: 40px
}

.page-home.contact-section .description p {
    color: #787878;
    font-size: 16px;
    line-height: 22px;
    width: 70%
}

.page-home.contact-section .information {
    display: flex;
    gap: 75px;
    margin-bottom: 70px
}

.page-home.contact-section .information div {
    padding-left: 23px;
    position: relative
}

.page-home.contact-section .information img {
    height: 75%;
    left: 0;
    position: absolute;
    top: 10px;
    z-index: 0
}

.page-home.contact-section .information .phone {
    color: #787878;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    position: relative;
    transition: all .2s ease;
    width: 100%;
    z-index: 1
}

.page-home.contact-section .information .phone strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px
}

.page-home.contact-section .information .phone:hover strong {
    color: #181c3b
}

.page-home.contact-section .contact {
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: -88px;
    padding: 40px 60px;
    width: 50%
}

.page-home.contact-section .contact h5 {
    color: #181c3b;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px
}

.page-home.contact-section .contact div:nth-child(2),
.page-home.contact-section .contact div:nth-child(3),
.page-home.contact-section .contact div:nth-child(4) {
    margin-bottom: 13px
}

.page-home.contact-section .contact div:nth-child(5) {
    margin-bottom: 30px
}

.page-home.contact-section .contact div:nth-child(6) {
    margin-bottom: 20px
}

.page-home.contact-section .contact .btn-geral {
    background: #181c3b;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    justify-content: center;
    max-width: 100%;
    transition: all .2s ease;
    width: 100%
}

.page-home.contact-section .contact .btn-geral:hover {
    background: #c62b33
}

.page-home.contact-section iframe {
    border-radius: 5px;
    height: 54%;
    width: 100%
}

.page-home.work-section {
    background: #181c3b;
    padding-bottom: 50px;
    padding-top: 145px
}

.page-home.work-section .flex {
    align-items: center;
    justify-content: space-between
}

.page-home.work-section h3 {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px
}

.page-home.work-section p {
    color: #fff;
    font-size: 16px;
    line-height: 22px
}

.page-home.work-section .btn-geral {
    height: 46px
}

.page-about.about-section {
    min-height: 100vh
}

.page-about.about-section h1 {
    color: #181c3b;
    font-size: 52px;
    line-height: 71px;
    width: 100%
}

.page-about.about-section p {
    color: #787878;
    font-size: 16px;
    line-height: 22px;
    text-align: justify
}

.page-about.about-section .flex {
    gap: 190px;
    margin-bottom: 60px
}

.page-about.about-section .grid {
    gap: 88px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 60px
}

.page-about.about-section .grid div {
    position: relative
}

.page-about.about-section .grid img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1
}

.page-about.about-section .grid .statics {
    color: #787878;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    font-size: 18px;
    font-weight: 600;
    height: 100%;
    line-height: 26px;
    padding-left: 10px;
    padding-top: 30px;
    transition: all .2s ease;
    width: 100%
}

.page-about.about-section .grid .statics strong {
    font-size: 52px;
    font-weight: 600
}

.page-about.about-section .grid .statics:hover {
    transform: scale(1.1)
}

.page-about.about-section .banner-welcome {
    background: #181c3b;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 40px;
    padding: 45px 60px 45px 66px;
    position: relative
}

.page-about.about-section .banner-welcome .flex {
    gap: 0;
    justify-content: space-between;
    margin: 0
}

.page-about.about-section .banner-welcome .btn-geral {
    height: -moz-fit-content;
    height: fit-content;
    max-width: 100%;
    padding: 13px 50px;
    position: relative;
    z-index: 1
}

.page-about.about-section .banner-welcome h3 {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px
}

.page-about.about-section .banner-welcome p {
    color: #fff;
    font-size: 16px;
    line-height: 22px
}

.page-about.about-section .banner-welcome img {
    mix-blend-mode: luminosity;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.page-about.item-section {
    background: #181c3b;
    padding-bottom: 70px;
    padding-top: 70px
}

.page-about.item-section h5 {
    color: #fff;
    font-size: 28px;
    line-height: 38px
}

.page-about.item-section .text {
    width: 60%
}

.page-about.item-section .text p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    width: 100%
}

.page-about.item-section .flex {
    flex-direction: column;
    gap: 50px
}

.page-about.item-section .item-row {
    display: flex;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    justify-content: space-between;
    transition: all .2s ease
}

.page-about.item-section .item-row .title {
    align-items: center;
    display: flex;
    gap: 20px
}

.page-about.item-section .item-row .title .sub-divider {
    background: #fff;
    height: 1px;
    width: 55px
}

.page-about.item-section .item-row:hover {
    transform: scale(1.01)
}

.page-about.history-section {
    margin-bottom: 70px;
    margin-top: 70px
}

.page-about.history-section h3 {
    color: #181c3b;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px
}

.page-about.history-section p {
    color: #787878;
    font-size: 16px;
    line-height: 22px
}

.page-about.movie-section {
    margin-bottom: 70px
}

.page-about.movie-section h3 {
    color: #181c3b;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px
}

.page-about.movie-section p {
    color: #787878;
    font-size: 16px;
    line-height: 22px
}

.page-about.movie-section .banner-item {
    align-items: center;
    display: flex;
    height: 465px;
    justify-content: center;
    position: relative;
    width: -webkit-fill-available
}

.page-about.movie-section .banner-item:hover .icon {
    opacity: 1
}

.page-about.movie-section .banner-item img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.page-about.movie-section .banner-item .icon {
    align-items: center;
    background: #000;
    border-radius: 999px;
    display: flex;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    height: 80px;
    justify-content: center;
    opacity: .5;
    position: relative;
    transition: all .2s ease;
    width: 80px
}

.page-about.movie-section .banner-item .icon .iconify {
    color: #c62b33;
    font-size: 30px;
    margin-left: 5px
}

.page-about.gallery-section h3 {
    color: #181c3b;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px
}

.page-about.gallery-section .about-gallery {
    margin-bottom: -80px;
    overflow: hidden
}

.page-about.gallery-section .about-gallery .gallery-item {
    display: block
}

.page-about.gallery-section .about-gallery .gallery-item img {
    border-radius: 5px;
    height: 409px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.page-about.work-section {
    background: #181c3b;
    padding-bottom: 50px;
    padding-top: 145px
}

.page-about.work-section .flex {
    align-items: center;
    justify-content: space-between
}

.page-about.work-section h3 {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px
}

.page-about.work-section p {
    color: #fff;
    font-size: 16px;
    line-height: 22px
}

.page-about.work-section .btn-geral {
    height: 46px
}

.page-product.product-section {
    min-height: 100vh;
    padding-bottom: 60px
}

.page-product.product-section .section-to-top .flex {
    align-items: unset
}

.page-product.product-section h1 {
    color: #181c3b;
    font-size: 52px;
    line-height: 71px;
    width: 100%
}

.page-product.product-section .content-text {
    margin-bottom: 45px
}

.page-product.product-section .flex-banner {
    display: flex;
    gap: 22px;
    justify-content: space-between;
    margin-bottom: 30px
}

.page-product.product-section .banner-product-1 {
    align-items: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 35px;
    position: relative;
    width: 100%
}

.page-product.product-section .banner-product-1 img:first-child {
    border-radius: 5px;
    height: 100%;
    left: 0;
    margin-bottom: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.page-product.product-section .banner-product-1 h5 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 15px
}

.page-product.product-section .banner-product-1 .btn-geral {
    justify-content: center;
    max-width: 100%;
    width: 100%
}

.page-product.product-section .banner-product-2 {
    width: 100%
}

.page-product.product-section .banner-product-2 a {
    display: block
}

.page-product.product-section .banner-product-2 img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.page-product.product-section .product-content {
    flex-direction: column;
    gap: 30px
}

.page-product.product-section .product-content .category-select {
    justify-content: end
}

.page-product.product-section .product-content .category-select .flex {
    flex-direction: column;
    gap: 5px
}

.page-product.product-section .product-content .dropdown-category,
.page-product.product-section .product-content label {
    color: #181c3b;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.page-product.product-section .product-content .dropdown-category {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 10px;
    text-align: start;
    width: 370px
}

.page-product.product-section .product-table {
    gap: 20px 22px;
    grid-template-columns: repeat(5, 1fr)
}

.page-product.product-section .product-table .product-item {
    align-items: center;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    display: flex;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
    padding: 27px;
    transition: all .2s ease
}

.page-product.product-section .product-table .product-item:hover {
    transform: scale(1.05)
}

.page-product.product-section .product-table .product-item img {
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain
}

.page-product.product-section .product-table h5 {
    color: #787878;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px
}

.page-product.work-section {
    background: #181c3b;
    padding-bottom: 50px;
    padding-top: 50px
}

.page-product.work-section .flex {
    align-items: center;
    justify-content: space-between
}

.page-product.work-section h3 {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px
}

.page-product.work-section p {
    color: #fff;
    font-size: 16px;
    line-height: 22px
}

.page-product.work-section .btn-geral {
    height: 46px
}

.paginationjs {
    font-family: inherit
}

.paginationjs .paginationjs-pages {
    float: unset;
    width: 100%
}

.paginationjs .paginationjs-pages ul {
    align-items: center;
    display: flex;
    gap: 32px;
    justify-content: center;
    width: 100%
}

.paginationjs .paginationjs-pages li {
    border: none !important
}

.paginationjs .paginationjs-pages li.active a {
    color: #c62b33;
    gap: 32px
}

.paginationjs .paginationjs-pages li.active a:after {
    width: 130px
}

.paginationjs .paginationjs-pages li:last-child a {
    flex-direction: row-reverse
}

.paginationjs .paginationjs-pages li a {
    align-items: center;
    background: none !important;
    border: none !important;
    color: #787878;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    height: -moz-fit-content !important;
    height: fit-content !important;
    line-height: 150%;
    min-height: unset;
    min-width: unset;
    width: -moz-fit-content !important;
    width: fit-content !important
}

.paginationjs .paginationjs-pages li a,
.paginationjs .paginationjs-pages li a:after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    transition: all .2s ease
}

.paginationjs .paginationjs-pages li a:after {
    background: #c62b33;
    content: "";
    height: 1px;
    width: 0
}

.page-work .section-to-top .flex {
    align-items: center
}

.page-work.work-section {
    min-height: 100vh
}

.page-work.work-section h1 {
    color: #181c3b;
    font-size: 52px;
    line-height: 71px;
    width: 100%
}

.page-work.work-section p {
    color: #787878;
    font-size: 16px;
    line-height: 22px
}

.page-work.work-section .content-text {
    margin-bottom: 65px
}

.page-work.work-section .input-checkbox {
    display: grid;
    gap: 18px 100px;
    grid-template-columns: repeat(3, 1fr)
}

.page-work.work-section .work {
    margin-bottom: 60px
}

.page-work.work-section .grid {
    gap: 20px 31px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px
}

.page-work.work-section .content-checkbox,
.page-work.work-section .content-textarea {
    margin-bottom: 40px
}

.page-work.work-section .content-checkbox .sub-label {
    margin-bottom: 8px
}

.page-work.work-section .content-checkbox label {
    margin-bottom: 0
}

.page-work.work-section .btn-geral {
    max-width: 30%;
    width: 30%
}

.curriculum-file {
    margin-bottom: 40px
}

.curriculum-file label {
    margin-bottom: 10px
}

.curriculum-file .input-button {
    background: #fff;
    border: 1px dashed;
    border-radius: 4px;
    color: #181c3b;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    padding: 35px 40px;
    position: relative;
    transition: all .2s ease;
    width: -moz-fit-content;
    width: fit-content
}

.curriculum-file .input-button input {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.curriculum-file .input-button.success {
    border-color: #21ae49
}

.curriculum-file .input-button.success .state.normal-state {
    height: 0;
    opacity: 0;
    width: 0
}

.curriculum-file .input-button.success .state.success-state {
    height: auto;
    opacity: 1;
    width: auto
}

.curriculum-file .input-button.error {
    border-color: #c62b33
}

.curriculum-file .input-button.error .state.normal-state {
    height: 0;
    opacity: 0;
    width: 0
}

.curriculum-file .input-button.error .state.error-state {
    height: auto;
    opacity: 1;
    width: auto
}

.curriculum-file .input-button .state {
    align-items: center;
    display: flex;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    gap: 10px;
    overflow: hidden;
    transition: all .2s ease
}

.curriculum-file .input-button .state.error-state {
    height: 0;
    opacity: 0;
    width: 0
}

.curriculum-file .input-button .state.error-state .iconify,
.curriculum-file .input-button .state.error-state p {
    color: #c62b33
}

.curriculum-file .input-button .state.success-state {
    height: 0;
    opacity: 0;
    width: 0
}

.curriculum-file .input-button .state.success-state .iconify,
.curriculum-file .input-button .state.success-state p {
    color: #21ae49
}

.curriculum-file .input-button .state .iconify {
    font-size: 22px
}

.curriculum-file .input-button .state .iconify,
.curriculum-file .input-button .state p {
    color: inherit;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    transition: all .2s ease
}

.curriculum-file .input-button .state p {
    font-size: 16px;
    font-weight: 600
}

.page-legal.legal-section {
    min-height: 100vh
}

.page-legal.legal-section h1 {
    color: #181c3b;
    font-size: 52px;
    line-height: 71px
}

.page-legal.legal-section div p {
    color: #787878;
    font-size: 16px;
    line-height: 22px;
    width: 100%
}

.page-legal.legal-section .flex {
    justify-content: space-between;
    margin-bottom: 60px
}

.page-legal.legal-section .flex>div {
    width: 80%
}

.page-legal.work-section {
    background: #181c3b;
    padding-bottom: 50px;
    padding-top: 50px
}

.page-legal.work-section .flex {
    align-items: center;
    justify-content: space-between
}

.page-legal.work-section h3 {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px
}

.page-legal.work-section p {
    color: #fff;
    font-size: 16px;
    line-height: 22px
}

.page-legal.work-section .btn-geral {
    height: 46px
}

@media only screen and (min-width: 1921px) {

    .page-home,
    .page-about,
    .page-product,
    .page-work,
    .page-legal,
    .container,
    .main-content,
    .divider-section,
    footer {
        max-width: 2140px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px;
    }


}

@media only screen and (max-width:1440px) {
    .page-home.home-section .banner-gallery .content .banner-image {
        bottom: 0;
        height: 165%;
        max-height: 165%;
        position: absolute;
        right: 165px
    }
}

@media only screen and (max-width:1366px) {

    .page-home.home-section .content-text h1,
    .page-home.home-section .content-text h2,
    .page-home.home-section .content-text h3 {
        font-size: 46px
    }

    .page-home.home-section .link:after {
        width: 28%
    }

    .page-about.gallery-section .about-gallery .gallery-item img {
        height: 350px
    }

    .page-product.product-section .banner-product-1 {
        padding: 15px 25px
    }

    .page-product.product-section .banner-product-1 h5 {
        font-size: 18px
    }
}

@media only screen and (max-width:1180px) and (orientation:landscape) {
    .page-home.home-section .banner-gallery .content .banner-image {
        height: 155%;
        max-height: 155%;
        right: 10px
    }

    .page-home.home-section .content-text .flex {
        width: 156%
    }
}

@media only screen and (max-width:1024px) {
    .section-to-top {
        padding-top: 125px
    }

    .section-to-top .flex {
        display: flex;
        flex-direction: column;
        gap: 20px !important;
        margin-bottom: 60px
    }

    .page-home.contact-section {
        padding-bottom: 100px;
        padding-top: 40px
    }

    .page-home.contact-section .flex {
        align-items: start;
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .page-home.contact-section .information {
        margin-bottom: 40px
    }

    .page-home.contact-section .contact {
        padding: 20px 30px;
        width: 100%
    }

    .page-home.home-section .content-text {
        align-items: start;
        display: flex;
        flex-direction: column;
        gap: 25px
    }

    .page-home.home-section .content-text .flex {
        align-items: start;
        width: 70%
    }

    .page-work.work-section h1 {
        font-size: 46px
    }

    .content-text p {
        font-size: 16px
    }

    .page-home.home-section .banner-gallery .content .banner-image {
        right: 0
    }

    .page-product.product-section .banner-product-1 {
        padding: 10px 20px
    }

    .page-product.product-section .banner-product-1 h5 {
        font-size: 16px
    }

    .page-product.product-section .banner-product-1 .product-logo {
        width: 90px
    }
}

@media only screen and (max-width:768px) {
    #cookies-warning {
        padding-bottom: 20px;
        padding-top: 20px
    }

    #cookies-warning .container {
        align-items: flex-start;
        flex-direction: column
    }

    #cookies-warning .container .actions {
        align-items: center;
        align-self: flex-end;
        display: flex
    }

    #cookies-warning .container .actions .btn-accept-cookie {
        margin-left: 30px;
        margin-right: 0
    }

    #cookies-warning .content {
        width: 50%
    }

    #cookies-warning .content .icon {
        margin-right: 20px
    }
}

@media only screen and (max-width:820px) {
    .page-home.home-section .banner-gallery .content .banner-image {
        height: 135%;
        max-height: 135%;
        right: -10px
    }

    .contact-section #contact-flex {
        flex-direction: column;
        gap: 100px
    }

    .contact-section #contact-flex #contact-form {
        background: transparent;
        margin-bottom: 40px;
        padding: 0;
        width: 100%
    }

    .page-about.about-section .grid {
        grid-template-columns: repeat(2, 1fr);
        margin-left: 60px
    }

    .flex img {
        height: 100%;
        width: 55%
    }

    .page-product.product-section h1 {
        margin-right: 40px
    }

    .page-product.product-section .product-table {
        grid-template-columns: repeat(3, 1fr)
    }

    .page-home.product-section .h3 {
        color: #fff;
        font-size: 26px;
        margin-bottom: 30px
    }

    .page-home.product-section .flex {
        flex-direction: column;
        gap: 40px
    }

    .page-home.product-section .flex img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 35%
    }

    .page-home.home-section .content-text .flex {
        margin-bottom: 0;
        width: 100%
    }

    .page-home.home-section .banner-gallery .content .banner-image {
        display: none
    }

    .page-home.about-section .h3 {
        font-size: 22px
    }

    .page-home.about-section .factory-image {
        margin-bottom: 40px;
        margin-top: -70px
    }

    .page-home.about-section .factory-image img {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 600px
    }

    .page-home.about-section .description {
        margin-bottom: 20px;
        width: 100%
    }

    .page-home.about-section .flex {
        flex-direction: column;
        gap: 35px
    }

    .page-home.about-section .information {
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr
    }

    .page-home.about-section .banner-product-1 {
        flex-direction: column;
        padding: 10px 15px;
        text-align: center
    }

    .page-home.about-section .banner-product-1 .btn-geral {
        margin: 0 auto;
        padding: 7px 18px
    }

    .page-home.about-section .banner-product-1 .evora-logo {
        margin: 15px 0;
        width: 100px
    }

    .page-home.contact-section {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .page-home.contact-section #contact-flex {
        gap: 20px
    }

    .page-home.contact-section .information {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 40px
    }

    .page-home.contact-section .information div {
        padding-left: 0
    }

    .page-home.contact-section .description p {
        width: 100%
    }

    .page-home.product-section .products {
        gap: 25px;
        grid-template-columns: repeat(2, 1fr)
    }

    .page-about.about-section .banner-welcome img {
        display: none
    }

    .page-about.gallery-section .about-gallery .gallery-item img {
        height: 240px
    }

    .page-about.work-section .flex,
    .page-product.work-section .flex {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
        justify-content: space-between
    }

    .page-product.product-section .flex-banner {
        display: flex;
        flex-direction: column;
        gap: 22px;
        justify-content: space-between;
        margin-bottom: 30px
    }

    .section-to-top .flex {
        margin-bottom: 10px
    }

    .page-about.about-section h1,
    .page-legal.legal-section h1,
    .page-product.product-section h1,
    .page-work.work-section h1 {
        font-size: 32px;
        line-height: 61px
    }

    .page-home.home-section .content-text h1,
    .page-home.home-section .content-text h2,
    .page-home.home-section .content-text h3 {
        font-size: 30px;
        line-height: 36px
    }

    .page-legal.legal-section .flex>div {
        width: 100%
    }

    .page-about.about-section .grid {
        grid-template-columns: repeat(1, 1fr);
        margin-left: 0
    }

    .page-about.about-section .banner-welcome {
        padding: 20px
    }

    .page-about.item-section .item-row {
        flex-direction: column;
        gap: 20px
    }

    .page-about.item-section .item-row .text {
        width: 100%
    }

    header .logo img {
        height: 40px
    }

    .custom-modal .content {
        max-width: 90%
    }

    .page-work.work-section .grid {
        gap: 30px
    }

    .page-work.work-section .input-checkbox {
        gap: 18px 50px;
        grid-template-columns: repeat(2, 1fr)
    }

    .page-legal.work-section .flex {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px
    }

    .page-product.product-section .banner-product-1 h5 {
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px;
        text-align: center
    }

    .btn-geral {
        padding: 13px 25px
    }

    .page-product.product-section .product-table {
        grid-template-columns: repeat(2, 1fr)
    }

    .paginationjs .paginationjs-pages li.active a:after {
        width: 50px
    }

    .paginationjs .paginationjs-pages li.active a,
    .paginationjs .paginationjs-pages ul {
        gap: 25px
    }

    .page-product.product-section .product-content select {
        width: 100%
    }

    .page-work.work-section .grid {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 20px
    }

    .page-work.work-section .input-checkbox {
        gap: 10px;
        grid-template-columns: repeat(1, 1fr)
    }

    .curriculum-file .input-button {
        padding: 20px
    }

    .curriculum-file .input-button .state .iconify {
        font-size: 16px
    }

    .curriculum-file .input-button .state p {
        font-size: 14px
    }

    .page-home.work-section {
        padding-bottom: 25px;
        padding-top: 25px
    }

    .page-home.work-section .flex {
        align-items: center;
        flex-direction: column;
        gap: 20px;
        text-align: center
    }

    .whatsapp-about {
        bottom: 25px;
        right: 20px
    }

    footer {
        padding-top: 0
    }
}

@media only screen and (max-width:425px) {
    #cookies-warning .content {
        margin-bottom: 20px;
        width: 100%
    }

    #cookies-warning .actions {
        align-self: center
    }
}
