body,
html {
    overflow-x: hidden !important;
}
.h5,
body,
h5 {
    font-weight: 400;
}
.transition,
a {
    transition: all 0.4s ease-in-out;
}
.flex,
.flex-end,
.navbar,
video {
    width: 100%;
}
.js-collapse,
.style-btn,
body {
    position: relative;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: none;
}
body {
    z-index: 2;
    font-size: 14px;
}
a[href^="tel"] {
    color: normal;
    text-decoration: none;
}
input:-webkit-autofill {
    --webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-text-fill-color: #151515 !important;
}
textarea::-webkit-scrollbar {
    display: none;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    background-color: transparent !important;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.spacing {
    letter-spacing: 0.2em;
}
.no-spacing {
    letter-spacing: 0;
}
.bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.transition {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.no-transition {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
.zoom {
    transform: scale(1.02);
    -moz-transform: scale(1.021);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
}
.text-shadow {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.box-shadow {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
.box-shadow-hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.h1,
.h2,
h1,
h2 {
    font-weight: 700;
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.flex,
.flex-column {
    display: -ms-flexbox;
}
.flex-column {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.flex {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.flex-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}
.flex-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}
.flex-space {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.flex-space-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.font-1 {
    font-family: Roboto, sans-serif;
}
.h1,
h1 {
    line-height: 1.2;
    color: #fff;
    font-size: 6.714em;
}
.h2,
h2 {
    line-height: 1.1;
    color: #151515;
    font-size: 6.429em;
}
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}
.h5,
a,
h5 {
    color: #3273f0;
}
.h2 span,
h2 span {
    color: #3273f0;
    display: block;
}
.h5,
h5 {
    font-size: 1.214em;
}
legend,
p {
    font-weight: 400;
    color: #151515;
}
p {
    font-size: 1.429em;
    line-height: 1.6;
}
p.small {
    font-size: 14px;
}
legend {
    font-size: 0.857em;
    line-height: 1.2;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
legend,
p {
    margin: 0;
    border: none;
}
a {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a:active,
a:focus,
a:hover {
    color: #1057df;
    text-decoration: none;
}
pre {
    border: none;
    border-radius: 0;
}
strong {
    font-weight: 700;
}
.nav.nav-block {
    display: block;
}
.navbar {
    padding: 0;
}
.navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
}
.navbar-toggler {
    background: 0 0;
    border: none;
    padding: 10px 0 10px 20px;
    border-radius: 0;
}
.btn .icon-next:before,
.btn-prev .icon-prev:before,
.navbar-toggler::before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.navbar-toggler::before {
    position: relative;
    display: block;
    background-image: url(../img/icon-toggle-mob.svg);
    width: 24px;
    height: 24px;
}
.navbar-toggler.active::before {
    background-image: url(../img/icon-toggle-close-mob.svg);
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
}
.js-collapse {
    overflow: hidden !important;
}
.js-collapse .nav-footer,
.js-collapse .swiper-slide .content {
    opacity: 0;
    z-index: -999;
}
.toggle-menu-visible .header .navbar-header {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.toggle-menu-visible .header .navbar-nav {
    display: inline-block;
}
.toggle-menu-visible .header .navbar-nav li {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.toggle-menu-visible .navbar-collapse {
    position: fixed;
    z-index: -999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: transparent;
    padding: 30px;
    display: none;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.btn,
.style-btn {
    line-height: 1.2;
    background-color: #3273f0;
    text-transform: uppercase;
    text-decoration: none;
    white-space: normal;
    font-weight: 500;
    color: #fff;
    font-size: 1.429em;
    box-shadow: none;
}
@supports (-webkit-overflow-scrolling: touch) {
    .toggle-menu-visible .js-collapse {
        width: 100vw;
    }
}
.toggle-menu-visible .js-collapse .navbar-collapse {
    overflow-y: auto !important;
    display: block;
    z-index: 991;
}
.toggle-menu-visible .js-collapse .logo {
    position: absolute;
}
.toggle-menu-visible .js-collapse .navbar-toggler {
    position: fixed;
    z-index: 995;
    top: 27px;
    right: 30px;
}
.style-btn {
    width: auto;
    height: auto;
    text-align: center;
    padding: 10px 25px;
    border: 0;
    outline: 0 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.btn,
.btn-prev {
    transition: all 0.4s ease-in-out;
    outline: 0 !important;
    position: relative;
}
.btn-prev {
    display: inline-block;
    width: auto;
    padding: 0 30px;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    left: 0;
}
.btn-prev .icon-prev:before {
    display: block;
    background-image: url(../img/icon-prev-color.svg);
    width: 85px;
    height: 85px;
}
.btn-prev:hover {
    left: -10px;
}
.btn {
    width: auto;
    height: auto;
    text-align: center;
    padding: 10px 25px;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    display: inline-block;
}
.check-custom input[type="checkbox"] + label:before,
.check-custom input[type="radio"] + label:before,
.owl-theme .nav-next::before,
.owl-theme .nav-prev::before {
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-align: center;
}
.form-control,
label {
    text-transform: none;
}
.btn .icon-next {
    position: relative;
}
.btn .icon-next:before {
    position: relative;
    right: 0;
    display: block;
    background-image: url(../img/icon-next.svg);
    width: 85px;
    height: 85px;
    margin-left: 15px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.btn.active,
.btn.focus,
.btn:active,
.btn:focus,
.btn:hover {
    outline: 0 !important;
    font-weight: 500;
    background-color: #1057df;
    color: #fff;
    box-shadow: none;
}
.btn.btn-link,
.form-control,
.form-control:focus {
    background-color: transparent;
}
.btn.active .icon-next:before,
.btn.focus .icon-next:before,
.btn:active .icon-next:before,
.btn:focus .icon-next:before,
.btn:hover .icon-next:before {
    right: -10px;
}
.btn.btn-link {
    padding: 0;
    color: #3273f0;
    text-decoration: none !important;
}
.btn.btn-link.active,
.btn.btn-link:hover {
    color: #1057df;
}
.btn.btn-block {
    display: block !important;
    width: 100% !important;
}
.check-custom label,
.form-control {
    font-weight: 400;
    color: #151515;
    width: 100%;
}
.btn.disabled,
.btn[disabled] {
    filter: alpha(opacity=100);
    opacity: 10;
}
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show > .btn.dropdown-toggle:focus {
    box-shadow: none;
}
.form-control {
    display: inline-block;
    height: auto;
    position: relative;
    padding: 0 0 10px;
    font-size: 1.429em;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    outline: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
}
.form-control:focus {
    border-color: #3273f0;
    box-shadow: none !important;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.form-control:disabled,
.form-control[disabled],
.form-control[readonly] {
    filter: alpha(opacity=50);
    opacity: 5;
    border-color: transparent !important;
    cursor: no-drop !important;
    pointer-events: none;
}
label {
    color: #151515;
    font-size: 1.143em;
    font-weight: 400;
    vertical-align: top;
}
textarea.form-control {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    height: 100px;
    resize: none;
    list-style-type: none;
}
.form-group {
    margin-bottom: 30px;
}
:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
:focus:-moz-placeholder {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
:focus::-moz-placeholder {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
:focus:-ms-input-placeholder {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.form-control::-webkit-input-placeholder {
    color: #151515;
}
.form-control:-moz-placeholder {
    color: #151515;
}
.form-control::-moz-placeholder {
    color: #151515;
}
.form-control:-ms-input-placeholder {
    color: #151515;
}
.form-control.placeholder {
    color: #151515;
}
select::-ms-expand {
    display: none;
}
input[type="text"]::-ms-clear {
    display: none;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    background: url(../img/arrow-select.svg) 100% center/30px 40px no-repeat !important;
}
select.form-control {
    padding-right: 30px !important;
}
.check-custom label {
    font-size: 0.929em;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.check-custom input[type="checkbox"],
.check-custom input[type="radio"] {
    display: none;
}
.check-custom input[type="checkbox"] + label:before,
.check-custom input[type="radio"] + label:before {
    font-weight: 900;
    display: block;
    width: 15px;
    height: 15px;
    font-size: 12px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.check-custom input[type="checkbox"] + label:before {
    content: "\f0c8";
    color: #d8d8d8;
}
.check-custom input[type="checkbox"]:checked + label:before {
    content: "\f0c8";
    color: #151515;
}
.check-custom input[type="radio"] + label:before {
    content: "\f111";
    color: #d8d8d8;
}
.check-custom input[type="radio"]:checked + label:before {
    content: "\f192";
    color: #151515;
}
.help-block {
    position: absolute;
    font-size: 0.857em;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.help-block ul {
    margin: 0;
}
.has-feedback .form-control {
    padding-right: 15px;
}
.has-error .help-block {
    color: #e74c3c;
    margin-top: 2px;
}
.has-error .form-control,
.has-error .form-control:focus {
    border-color: #e74c3c !important;
    box-shadow: none;
}
.has-success .form-control,
.has-success .form-control:focus {
    border-color: #27ae60 !important;
    box-shadow: none;
}
.owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
    padding: 0;
    background: 0 0;
    border-radius: 0;
    outline: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: 0 0;
}
.swiper-slide.pg-home,
.swiper-slide.pg-produtos .box-carrossel .box-modal-card .btn-close:before {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.owl-theme .nav-next,
.owl-theme .nav-prev {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}
.owl-theme .nav-next::before,
.owl-theme .nav-prev::before {
    font-weight: 900;
    display: inline-block;
    font-size: 25px;
    color: #3273f0;
}
.owl-theme .nav-next:active,
.owl-theme .nav-next:focus,
.owl-theme .nav-next:hover,
.owl-theme .nav-prev:active,
.owl-theme .nav-prev:focus,
.owl-theme .nav-prev:hover {
    background-color: #3273f0;
}
.owl-theme .nav-next:active::before,
.owl-theme .nav-next:focus::before,
.owl-theme .nav-next:hover::before,
.owl-theme .nav-prev:active::before,
.owl-theme .nav-prev:focus::before,
.owl-theme .nav-prev:hover::before {
    color: #fff;
}
.owl-theme .nav-prev::before {
    content: "\f104";
}
.owl-theme .nav-next::before {
    content: "\f105";
}
.owl-theme .owl-next,
.owl-theme .owl-prev {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 10;
    filter: alpha(opacity=100);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background-color: transparent;
    outline: 0;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-theme .owl-prev {
    left: 0;
}
.owl-theme .owl-next {
    right: 0;
}
.owl-theme .owl-next.disabled,
.owl-theme .owl-prev.disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.owl-theme .owl-dots {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto auto;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    outline: 0;
}
.owl-theme .owl-dots .owl-dot span {
    float: none;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #323643;
    outline: 0;
    border: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #3273f0;
}
.owl-theme.dots-absolute .owl-dots {
    position: absolute;
    bottom: 15px;
    margin-top: 0;
}
@media only screen and (max-width: 767.98px) {
    .owl-theme .nav-next,
    .owl-theme .nav-prev {
        width: 30px;
        height: 30px;
    }
    .owl-theme .nav-next::before,
    .owl-theme .nav-prev::before {
        font-size: 18px;
    }
}
.logo,
.logo-mob {
    width: auto;
}
body {
    background-color: #f8f8f8;
    font-family: Roboto, sans-serif;
    color: #151515;
}
.pg-home .header .navbar-nav li a {
    color: #fff;
}
.pg-home .header .navbar-nav li a:hover {
    color: #3273f0;
}
.pg-home .header .logo img.int {
    opacity: 0;
}
.logo {
    position: relative;
    z-index: 992;
    display: inline-block;
    outline: 0 !important;
}
.logo img.mob,
.logo-mob {
    display: none;
}
.logo-mob img {
    width: 75px;
    position: relative;
    top: 2px;
}
.header,
.header .navbar-nav {
    display: -ms-flexbox;
    width: 100%;
}
.header {
    position: fixed;
    z-index: 92;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 7%;
}
.header .box-redes-sociais,
.header .logo img.mob {
    display: none;
}
.header .logo img.int {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    opacity: 10;
    min-width: 75px;
}
.header .navbar-nav {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header .navbar-nav li {
    margin: 0 3%;
    padding: 0;
}
.header .navbar-nav li:first-child {
    margin-left: 0;
}
.header .navbar-nav li:last-child {
    margin-right: 0;
}
.header .navbar-nav li a {
    padding: 0;
    margin: 0;
    font-size: 1.429em;
    color: #3273f0;
}
.header .navbar-nav li a.active,
.header .navbar-nav li a:hover {
    color: #151515;
}
.header .navbar-nav li a.btn {
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 80px;
    width: 400px;
    color: #fff !important;
    text-transform: none;
    margin-left: 20px;
}
.header .navbar-nav .btn.active {
    background-color: #151515;
}
.swiper-container {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-wrapper {
    position: relative;
    z-index: 2;
}
.btn-mask {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 50%;
    background-color: #3273f0;
    height: 195px;
}
.btn-mask.animation {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.swiper-slide {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100vh;
}
.swiper-slide .content {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 7%;
    height: calc(100% - 100px - 195px + 12%);
    top: 100px;
}
.swiper-slide .content .flex-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.swiper-slide .content .group-left {
    width: 30%;
    max-width: 420px;
    margin-top: 5%;
}
.swiper-slide .content .group-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    width: 70%;
    max-width: 1200px;
}
.swiper-slide .content .group-right .group-img {
    position: relative;
    z-index: 3;
    width: 60%;
}
.swiper-slide .content .group-right .group-img img {
    position: relative;
    z-index: 2;
    width: 100%;
}
.swiper-slide .content .group-right .group-img img.icon {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
}
.swiper-slide .content .group-right .article,
.swiper-slide .content .group-right .box-form {
    display: inline-block;
    width: 48%;
    margin-top: -15%;
}
.swiper-slide .content .group-right .article {
    padding-left: 7%;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
}
.swiper-slide .content .group-right .article p {
    padding: 10px 0;
}
.swiper-slide .content .group-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.swiper-slide .content .group-nav .btn-prev {
    padding: 0;
    margin-right: 20px;
}
.swiper-slide.pg-home {
    background-image: url(../img/bg-home.jpg);
    padding: 100px 0 195px;
}
.swiper-slide.pg-home .logo {
    position: absolute;
    top: 100px;
    left: 7%;
}
.swiper-slide.pg-home .logo img {
    min-width: 185px;
}
.swiper-slide.pg-home .content {
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 30px;
    height: 100%;
}
.swiper-slide.pg-home .content h1 {
    text-align: center;
    width: 100%;
}
.swiper-slide.pg-produtos .flex-content {
    margin-top: -10%;
}
.swiper-slide.pg-produtos .owl-carousel .item {
    padding: 10px 5px 30px;
}
.swiper-slide.pg-produtos .owl-carousel .item .card-modal img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
.swiper-slide.pg-produtos .group-carrossel {
    max-width: 1020px;
    display: inline-block;
    width: 100%;
    padding: 0 10% 0 0;
    overflow: hidden;
    margin: 5% 0 0 5%;
}
.swiper-slide.pg-produtos .box-carrossel {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
.swiper-slide.pg-produtos .box-carrossel .card-modal {
    display: inline-block;
    width: 100%;
    height: auto;
}
.swiper-slide.pg-produtos .box-carrossel .box-modal-card {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    margin: auto;
    display: none;
}
.swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal {
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100% - 40px);
    width: calc(100% - 10px);
    margin: 7px 0 0 5px;
}
.swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group {
    min-width: 320px;
    text-align: center;
}
.swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group img {
    width: 200px;
    min-width: 200px;
}
.swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group h5 {
    position: relative;
    top: 40px;
}
.swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .content-group {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .article {
    display: inline-block;
    width: 100%;
    padding: 0 15% 0 30px;
    margin: 0;
}
.swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .article p {
    padding: 10px 0;
}
.swiper-slide.pg-produtos .box-carrossel .box-modal-card .btn-close {
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 15px;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #151515;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.swiper-slide.pg-produtos .box-carrossel .box-modal-card .btn-close:hover {
    color: #3273f0;
}
.swiper-slide.pg-produtos .box-carrossel .box-modal-card .btn-close:before {
    content: "";
    position: relative;
    display: block;
    background-image: url(../img/icon-close.svg);
    width: 24px;
    height: 24px;
}
.swiper-slide.pg-faca-parte .box-form {
    display: inline-block;
    width: 100%;
    padding-left: 120px;
}
.swiper-slide.pg-faca-parte .box-msg {
    width: 48%;
    margin-top: -15%;
    padding-left: 120px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.swiper-slide.pg-faca-parte .box-msg .group {
    padding-right: 120px;
}
.swiper-slide.pg-faca-parte .btn-link {
    margin-top: 30px;
}
.swiper-mob .header,
.swiper-mob .nav-footer {
    background: 0 0;
}
.bg-img-full-mob,
.box-file .icon::before {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}
.swiper-mob .nav-footer .btn {
    display: none !important;
}
@media only screen and (min-width: 768px) {
    .js-swiper-mob {
        display: none;
    }
}
.bg-img-full-mob {
    position: relative;
    z-index: 1;
    background-position: center left;
}
.bg-img-full-mob img.icon {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
}
.nav-footer,
.nav-footer .btn {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 195px;
}
#swiper-slide-mob-2.bg-img-full-mob {
    background-image: url(../img/bg-como-fazemos-mob-2.jpg);
    min-width: 100%;
}
#swiper-slide-mob-3.bg-img-full-mob {
    background-image: url(../img/bg-nossos-produtos-mob-2.jpg);
    min-width: 300%;
}
#swiper-slide-mob-4.bg-img-full-mob {
    background-image: url(../img/bg-faca-parte-mob-2.jpg);
    min-width: 300%;
}
.nav-footer {
    z-index: 91;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 7%;
}
.nav-footer .btn {
    z-index: 9;
    max-width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: right;
    padding-right: 7%;
    background-color: transparent;
}
.nav-footer .btn .icon-next {
    padding-right: 100px;
}
.nav-footer .btn-prev {
    margin-left: 20px;
}
.nav-footer .js-btn-file-mob {
    display: none;
}
.box-redes-sociais {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.box-redes-sociais .item {
    display: block;
    margin: 0 40px;
    color: #fff;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.box-file .box-file-item,
.card {
    display: -ms-flexbox;
    width: 100%;
    position: relative;
}
.box-redes-sociais .item:first-child {
    margin-left: 0;
}
.box-redes-sociais .item:last-child {
    margin-right: 0;
}
.box-redes-sociais .item i {
    font-size: 25px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.box-redes-sociais .item:hover i {
    color: #3273f0;
}
.card {
    top: 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    border: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    background-color: #fff;
    padding: 0;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 465px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.box-file .box-file-item {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.box-file .box-file-item .group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.box-file .box-file-item .group .icon {
    margin-right: 5px;
}
.box-file .box-file-item .group .name {
    padding-right: 5px;
    font-size: 1.143em;
    line-height: 1.2;
    color: #151515;
}
.box-file .icon {
    position: relative;
    display: inline-block;
}
.box-file .icon::before {
    content: "";
    background-position: center center;
    width: 22px;
    min-width: 22px;
    height: 22px;
    display: block;
}
.box-file .icon.file::before {
    background-image: url(../img/icon-file.svg);
}
.box-file .icon.file-close::before {
    background-image: url(../img/icon-close.svg);
}
.nav-footer .btn-link.active,
.nav-footer .btn-link.active:focus {
    color: #fff;
    opacity: 0.5;
}
.form-group .btn-link.active,
.form-group .btn-link.active:focus {
    opacity: 0.5;
}
.js-input-file {
    display: none;
}
.body-relative .nav-footer,
.body-relative .nav-footer .btn {
    position: relative;
}
.body-relative .swiper-slide {
    min-height: auto !important;
}
.body-relative .swiper-slide .content {
    height: 100% !important;
    top: 0;
    margin-top: 100px;
}
@media only screen and (max-width: 1440.98px) {
    body {
        font-size: 75%;
    }
    .h1,
    h1 {
        font-size: 5.714em;
    }
    .h2,
    h2 {
        font-size: 5em;
    }
    .pg-home .header .logo img.home {
        min-width: 150px;
    }
    .card {
        min-height: 300px;
    }
    .help-block {
        font-size: 95%;
    }
}
@media only screen and (max-width: 1366.98px) {
    .header {
        padding-left: 5%;
    }
    .header .navbar-nav li {
        margin: 0 30px;
    }
    .swiper-slide .content .group-right .article,
    .swiper-slide .content .group-right .box-form,
    .swiper-slide .content .group-right .box-msg {
        margin-top: -5%;
    }
    .swiper-slide.pg-faca-parte .box-form,
    .swiper-slide.pg-faca-parte .box-msg {
        padding-left: 80px;
    }
    .swiper-slide.pg-faca-parte .box-msg .group {
        padding-right: 80px;
    }
    .nav-footer {
        padding-left: 5%;
    }
    .nav-footer .btn {
        padding-right: 5%;
    }
}
@media only screen and (max-width: 1199.98px) {
    .no-flex-md {
        width: 100%;
        display: block !important;
    }
    .h1,
    h1 {
        font-size: 5em;
    }
    .h2,
    h2 {
        font-size: 4.286em;
    }
    p {
        font-size: 1.286em;
    }
    .header .navbar-nav li {
        margin: 0 20px;
    }
    .header .navbar-nav li a.btn {
        width: 300px;
        margin-left: 0;
    }
    .form-group {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 991.98px) {
    .no-flex-sm {
        width: 100%;
        display: block !important;
    }
    .h1,
    h1 {
        font-size: 4.143em;
    }
    .h2,
    h2 {
        font-size: 2.857em;
    }
    p {
        font-size: 16px;
    }
    .form-control {
        font-size: 1.143em;
    }
    .header .navbar-nav li {
        margin: 0 15px;
    }
    .header .navbar-nav li a {
        font-size: 18px;
    }
    .header .navbar-nav li a.btn {
        width: 250px;
    }
    .header .logo img.int {
        min-width: 60px;
    }
    .pg-home .header .logo img.home {
        margin-top: 110px;
    }
    .box-redes-sociais .item {
        margin: 0 25px;
    }
    .nav-footer .btn .icon-next {
        padding-right: 0;
    }
}
@media only screen and (width: 1920px) and (max-height: 940px) and (orientation: landscape) {
    .swiper-slide .content .group-right .group-img {
        width: 45%;
    }
    .swiper-slide .content .group-right .article,
    .swiper-slide .content .group-right .box-form,
    .swiper-slide .content .group-right .box-msg {
        margin-top: -5%;
    }
}
@media only screen and (width: 2560px) and (max-height: 1440px) and (orientation: landscape) {
    .swiper-slide .content .group-right,
    .swiper-slide.pg-produtos .group-carrossel {
        max-width: 100%;
    }
    .swiper-slide .content .group-right .group-img {
        width: 65%;
    }
    .swiper-slide.pg-produtos .flex-content {
        margin-top: 0;
    }
    .swiper-slide.pg-produtos .content {
        height: calc(100% - 100px - 195px);
    }
    .swiper-slide.pg-produtos .card {
        min-height: 600px;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group {
        min-width: 452.61px;
        max-width: 452.61px;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group img,
    .swiper-slide.pg-produtos .owl-carousel .item .card img {
        width: 80%;
        min-width: 80%;
    }
}
@media only screen and (min-width: 2560px) and (max-height: 940px) and (orientation: landscape) {
    .swiper-slide .content .group-right {
        max-width: 40%;
    }
    .swiper-slide.pg-produtos .group-carrossel {
        padding-right: 0;
    }
}
@media only screen and (max-width: 1440.98px) and (max-height: 768.98px) and (orientation: landscape) {
    .btn-mask,
    .nav-footer,
    .nav-footer .btn {
        height: 100px;
    }
    .h1,
    h1 {
        font-size: 5em;
    }
    .form-control {
        font-size: 1.286em;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .swiper-slide .content {
        height: calc(100% - 100px - 100px + 7%);
    }
    .swiper-slide .content .group-right .article,
    .swiper-slide .content .group-right .box-form,
    .swiper-slide .content .group-right .box-msg {
        margin-top: -5%;
    }
    .swiper-slide .content .group-right .group-img {
        width: 55%;
    }
    .swiper-slide.pg-home {
        padding-bottom: 100px;
    }
    .swiper-slide.pg-produtos .group-carrossel {
        max-width: 880px;
        margin-top: 5%;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group img,
    .swiper-slide.pg-produtos .owl-carousel .item .card img {
        width: 160px;
        min-width: 160px;
    }
    .swiper-slide.pg-faca-parte .content .group-right .box-form,
    .swiper-slide.pg-faca-parte .content .group-right .box-msg {
        margin-top: 0;
    }
}
@media only screen and (max-width: 1440.98px) and (max-height: 665.98px) and (orientation: landscape) {
    .swiper-slide .content .group-right .group-img {
        width: 44%;
    }
    .swiper-slide.pg-produtos .flex-content {
        margin-top: -5%;
    }
}
@media only screen and (max-width: 1440px) and (orientation: landscape) {
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group {
        min-width: 245.84px;
        max-width: 245.84px;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group img,
    .swiper-slide.pg-produtos .owl-carousel .item .card img {
        width: 80%;
        min-width: 80%;
    }
}
@media only screen and (max-width: 1366px) and (orientation: landscape) {
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group {
        min-width: 232.19px;
        max-width: 232.19px;
    }
}
@media only screen and (max-width: 1280px) and (orientation: landscape) {
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group {
        min-width: 216.3px;
        max-width: 216.3px;
    }
}
@media only screen and (max-device-width: 1366px) and (min-device-height: 1024px) and (orientation: landscape) {
    .swiper-slide .content .group-left {
        width: 30%;
    }
    .swiper-slide .content .group-right {
        width: 100%;
    }
    .swiper-slide .content .group-right .article,
    .swiper-slide .content .group-right .box-form,
    .swiper-slide .content .group-right .box-msg {
        margin-top: 0;
    }
    .swiper-slide .content .group-right .group-img {
        width: 80%;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group {
        min-width: 257.13px;
        max-width: 257.13px;
    }
    .swiper-slide.pg-produtos .card {
        min-height: 400px;
    }
}
@media only screen and (max-device-width: 1024px) and (min-device-height: 1366px) and (orientation: portrait) {
    .swiper-slide .content {
        height: calc(100% - 100px - 195px);
    }
    .swiper-slide .content .flex-content {
        display: inline-block;
        width: 100%;
    }
    .swiper-slide .content .group-left {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px;
    }
    .swiper-slide .content .group-right {
        width: 100%;
        max-width: 100%;
    }
    .swiper-slide .content .group-right .article,
    .swiper-slide .content .group-right .box-form,
    .swiper-slide .content .group-right .box-msg {
        margin-top: 0;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group {
        min-width: 273.55px;
        max-width: 273.55px;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group img,
    .swiper-slide.pg-produtos .owl-carousel .item .card img {
        width: 80%;
        min-width: 80%;
    }
    .swiper-slide.pg-produtos .group-carrossel {
        max-width: 100%;
        margin: 0;
        padding-right: 0;
    }
    .swiper-slide.pg-produtos .card {
        min-height: 440px;
    }
}
@media only screen and (max-device-width: 1024px) and (max-device-height: 768px) and (orientation: landscape) {
    .swiper-slide .content .group-right .article,
    .swiper-slide .content .group-right .box-form,
    .swiper-slide .content .group-right .box-msg {
        width: 100%;
        margin-top: 0;
    }
    .swiper-slide .content .group-right .group-img {
        width: 100%;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group {
        min-width: 169.05px;
        max-width: 169.05px;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group img,
    .swiper-slide.pg-produtos .owl-carousel .item .card img {
        width: 80%;
        min-width: 80%;
    }
    .swiper-slide.pg-produtos .card {
        min-height: 250px;
    }
    .swiper-slide.pg-home .content {
        padding-top: 0;
    }
}
@media only screen and (max-device-width: 768px) and (max-device-height: 1024px) and (orientation: portrait) {
    .swiper-slide .content {
        height: calc(100% - 100px - 195px);
    }
    .swiper-slide .content .flex-content {
        display: inline-block;
        width: 100%;
    }
    .swiper-slide .content .group-left {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px;
    }
    .swiper-slide .content .group-right {
        width: 100%;
        max-width: 100%;
    }
    .swiper-slide .content .group-right .article,
    .swiper-slide .content .group-right .box-form,
    .swiper-slide .content .group-right .box-msg {
        margin-top: 0;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group {
        min-width: 200.16px;
        max-width: 200.16px;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group img,
    .swiper-slide.pg-produtos .owl-carousel .item .card img {
        width: 80%;
        min-width: 80%;
    }
    .swiper-slide.pg-produtos .group-carrossel {
        max-width: 100%;
        margin: 0;
    }
}
@media only screen and (max-device-width: 1280px) and (orientation: landscape) {
    .swiper-slide .content .group-right .group-img {
        width: 50%;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group {
        min-width: 213.17px;
        max-width: 213.17px;
    }
}
@media only screen and (max-device-width: 800px) and (orientation: portrait) {
    .swiper-slide .content {
        height: calc(100% - 100px - 195px);
    }
    .swiper-slide .content .flex-content {
        display: inline-block;
        width: 100%;
    }
    .swiper-slide .content .group-left {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px;
    }
    .swiper-slide .content .group-right {
        width: 100%;
        max-width: 100%;
    }
    .swiper-slide .content .group-right .article,
    .swiper-slide .content .group-right .box-form,
    .swiper-slide .content .group-right .box-msg {
        margin-top: 0;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group {
        min-width: 209.33px;
        max-width: 209.33px;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group img,
    .swiper-slide.pg-produtos .owl-carousel .item .card img {
        width: 80%;
        min-width: 80%;
    }
    .swiper-slide.pg-produtos .group-carrossel {
        max-width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .no-flex-xs {
        width: 100%;
        display: block !important;
    }
    .btn-mask,
    .pg-home .header .logo img.home {
        display: none !important;
    }
    body {
        font-size: 14px;
        background-color: #151515;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        background-position: center center;
    }
    .h1,
    .h2,
    h1,
    h2 {
        font-size: 3.571em;
    }
    .h5,
    h5 {
        font-size: 1em;
    }
    p.small {
        color: #aaa;
        line-height: 1.3;
    }
    .form-control * {
        color: #151515;
    }
    .btn.btn-link,
    .form-control,
    .form-control.placeholder,
    .form-control:focus,
    h2,
    p {
        color: #fff;
    }
    select {
        background: url(../img/arrow-select-white.svg) 100% center/30px 40px no-repeat !important;
    }
    .form-control::-webkit-input-placeholder {
        color: #fff;
    }
    .form-control:-moz-placeholder {
        color: #fff;
    }
    .form-control::-moz-placeholder {
        color: #fff;
    }
    .form-control:-ms-input-placeholder {
        color: #fff;
    }
    .form-group {
        margin-bottom: 30px;
    }
    .pg-home .header .logo img.int {
        opacity: 10;
        min-width: 75px;
    }
    .header .navbar-header {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    .header .navbar-nav li {
        display: inline-block;
    }
    .navbar-collapse {
        position: fixed;
        z-index: -999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background-color: transparent;
        padding: 30px;
        display: none;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
    @supports (-webkit-overflow-scrolling: touch) {
        .js-collapse {
            width: 100vw;
        }
    }
    .js-collapse .navbar-collapse {
        overflow-y: auto !important;
        display: block;
        z-index: 991;
    }
    .js-collapse .logo {
        position: absolute;
    }
    .js-collapse .navbar-toggler {
        position: fixed;
        z-index: 995;
        top: 27px;
        right: 30px;
    }
    .js-collapse .logo-mob {
        display: inline-block;
    }
    .header {
        padding: 0 30px;
    }
    .header .box-redes-sociais {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 40px;
        width: 100%;
    }
    .header .box-redes-sociais .item {
        margin: 0 20px;
    }
    .header .box-redes-sociais .item i {
        font-size: 28px;
    }
    .header .logo img.int {
        display: none !important;
    }
    .header .logo img.mob {
        min-width: 75px;
        display: block;
    }
    .header .logo img.home {
        display: none !important;
    }
    .header .navbar-nav {
        min-height: calc(95vh - 120px);
        overflow-y: auto;
        padding: 20px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        flex-flow: wrap;
        align-content: center;
    }
    @supports (-webkit-overflow-scrolling: touch) {
        .header .navbar-nav {
            min-height: calc(90vh - 120px);
        }
    }
    .header .navbar-nav li {
        width: 100%;
        margin: 0;
    }
    .header .navbar-nav li:last-child a {
        border-bottom: 0;
    }
    .header .navbar-nav li a {
        font-size: 2.857em;
        font-weight: 700;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding: 25px 0;
        width: 100%;
        display: inline-block;
    }
    .header .navbar-nav li a.active,
    .header .navbar-nav li a:hover {
        color: #3273f0 !important;
        background-color: transparent !important;
    }
    .header .navbar-nav li a.btn {
        display: inline-block;
        text-align: left;
        height: auto;
        padding: 0;
        margin: 25px 0 0;
        width: 100%;
        background-color: transparent !important;
    }
    .btn-mask,
    .nav-footer {
        height: 100px;
    }
    .btn-prev .icon-prev:before {
        background-image: url(../img/icon-prev.svg);
    }
    .nav-footer {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav-footer .btn {
        height: 100px;
        max-width: 60%;
        padding: 0 30px 0 0;
        background-color: transparent;
        white-space: nowrap;
    }
    .nav-footer .btn .icon-next:before {
        right: 0 !important;
    }
    .nav-footer .box-redes-sociais,
    .nav-footer .btn-prev {
        display: none !important;
    }
    .nav-footer .group {
        width: 100%;
    }
    .nav-footer .btn-link {
        padding: 0 0 0 30px;
        position: relative;
        text-align: left;
        max-width: 40%;
        justify-content: start;
    }
    .swiper-wrapper.home-duration-mob {
        transition-duration: 2s !important;
    }
    .swiper-slide {
        height: auto !important;
        padding: 0;
    }
    .swiper-slide .content {
        position: relative;
        display: inline-block;
        height: calc(100% - 100px - 100px);
    }
    .swiper-slide .content .flex-content {
        margin-top: 0;
    }
    .swiper-slide .content .group-left {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10%;
    }
    .swiper-slide .content .group-right {
        height: calc(90vh - 100px - 160px);
        align-items: flex-start;
    }
    .swiper-slide .content .group-right .group-img {
        display: none;
    }
    .swiper-slide .content .group-right .article,
    .swiper-slide .content .group-right .box-form,
    .swiper-slide .content .group-right .box-msg {
        width: 100%;
        padding: 0;
        margin: 0;
        height: 100%;
        overflow-y: auto;
    }
    .swiper-slide .content .group-right .article,
    .swiper-slide .content .group-right .box-form {
        display: inline-block;
    }
    .swiper-slide .content .card {
        min-height: 340px;
    }
    .swiper-slide.pg-home {
        padding: 0;
        background-position: left center;
        min-width: 300%;
    }
    .swiper-slide.pg-como-fazemos,
    .swiper-slide.pg-faca-parte,
    .swiper-slide.pg-produtos,
    .swiper-slide.pg-quem-somos {
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        background-position: center center;
    }
    .swiper-slide.pg-home .content {
        height: calc(100% - 100px - 100px);
        top: 100px;
    }
    .swiper-slide.pg-home .content h1 {
        text-align: left;
        padding: 0 15% 0 20px;
        max-width: 42%;
    }
    .swiper-slide.pg-home .content h1 br {
        display: none;
    }
    .swiper-slide.pg-quem-somos {
        background-image: url(../img/bg-quem-somos-mob.jpg);
    }
    .swiper-slide.pg-como-fazemos {
        background-image: url(../img/bg-como-fazemos-mob.jpg);
    }
    .swiper-slide.pg-produtos {
        background-image: url(../img/bg-nossos-produtos-mob.jpg);
    }
    .swiper-slide.pg-produtos .content,
    .swiper-slide.pg-produtos .group-carrossel {
        padding-right: 0;
    }
    .swiper-slide.pg-produtos .box-carrossel .owl-carousel.owl-drag .owl-item {
        padding-right: 130px;
    }
    .swiper-slide.pg-produtos .box-carrossel .owl-carousel .item .card-modal img {
        width: 100%;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .btn-close {
        top: 5px;
        right: 5px;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card {
        width: calc(100% - 130px);
        margin-left: 0;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card h5 {
        position: absolute;
        left: 0;
        bottom: 30px;
        right: 0;
        margin: auto;
        text-align: center;
        width: 100%;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal {
        position: relative;
        display: inline-block;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .content-group {
        padding-top: 5px;
        padding-bottom: 70%;
        overflow: hidden;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .content-group .article {
        padding: 0 15px;
        text-align: center;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group img {
        width: 60%;
        min-width: 60%;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group {
        min-width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .swiper-slide.pg-faca-parte {
        background-image: url(../img/bg-faca-parte-mob.jpg);
    }
    .swiper-slide.pg-faca-parte .box-form,
    .swiper-slide.pg-faca-parte .box-msg {
        padding-left: 30px;
    }
    .swiper-slide.pg-faca-parte .box-msg .group {
        padding: 0 30px;
    }
    .swiper-slide.pg-faca-parte .box-msg p {
        font-size: 1.429em;
    }
    .box-file .box-file-item .group .name {
        color: #fff;
    }
    .box-file .icon.file::before {
        background-image: url(../img/icon-file-white.svg);
    }
    .box-file .icon.file-close::before {
        background-image: url(../img/icon-close-white.svg);
    }
    .nav-footer .btn-link.active,
    .nav-footer .btn-link.active:focus {
        color: #fff;
        opacity: 0.5;
    }
}
@media only screen and (max-width: 414.98px) and (max-height: 736.98px) {
    .h2,
    h2 {
        font-size: 2.857em;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .swiper-slide .content .group-left {
        margin: 0 0 10px;
    }
    .swiper-slide .content .group-right {
        height: calc(90vh - 100px - 125px);
    }
    .swiper-slide .content .card {
        min-height: 290px;
    }
    .swiper-slide.pg-produtos .box-carrossel .owl-carousel .item .card-modal img {
        width: 80%;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card {
        width: calc(88% - 130px);
        left: 6%;
    }
}
@media only screen and (max-width: 414.98px) and (max-height: 625.98px) {
    .swiper-slide.pg-produtos .box-carrossel .owl-carousel .item .card-modal img {
        width: 60%;
    }
}
@media only screen and (max-width: 375.98px) and (max-height: 667.98px) {
    .h1,
    h1 {
        font-size: 3.571em;
    }
    .h2,
    h2 {
        font-size: 2.857em;
    }
    .swiper-slide .content .group-left {
        margin-bottom: 20px;
    }
    .swiper-slide .content .group-right {
        height: calc(90vh - 100px - 140px);
    }
    .swiper-slide .content .card {
        min-height: 310px;
    }
    .swiper-slide.pg-produtos .box-carrossel .owl-carousel .item .card-modal img {
        width: 77%;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .content-group {
        padding-bottom: 80%;
    }
}
@media only screen and (max-width: 320.98px) and (max-height: 568.98px), only screen and (max-width: 375.98px) and (max-height: 520.98px) {
    .btn-mask,
    .nav-footer,
    .nav-footer .btn .icon-next:before {
        height: 65px;
    }
    .nav-footer .btn-link {
        padding-left: 5%;
    }
    .h1,
    h1 {
        font-size: 3em;
    }
    .h2,
    h2 {
        font-size: 2.5em;
    }
    p {
        font-size: 14px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .form-control {
        font-size: 1em;
    }
    .help-block {
        font-size: 0.786em;
        font-weight: 400;
    }
    .nav-footer .btn {
        height: 65px;
        padding-right: 5%;
        font-size: 1.143em;
    }
    .box-file .box-file-item {
        margin-top: 18px;
    }
    .box-file .box-file-item .group .name {
        font-size: 1em;
    }
    .swiper-slide .content {
        height: calc(100% - 100px - 65px);
    }
    .swiper-slide .content .group-left {
        margin-bottom: 10px;
    }
    .swiper-slide .content .group-right {
        height: calc(90vh - 100px - 100px);
    }
    .swiper-slide .content .card {
        min-height: 270px;
    }
    .swiper-slide.pg-home .content {
        top: 0;
        height: 100%;
        margin-top: 0;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card h5 {
        bottom: 10px;
    }
    .header .navbar-nav li a {
        font-size: 2.143em;
        padding: 10px 0;
    }
}
@media only screen and (max-width: 375.98px) and (max-height: 520.98px) {
    .swiper-slide .content {
        margin-top: -8%;
    }
    .swiper-slide .content .group-right {
        height: calc(90vh - 100px - 105px);
        margin-top: -20px;
    }
    .swiper-slide .content .card {
        min-height: 240px;
    }
    .swiper-slide.pg-produtos .box-carrossel .owl-carousel .item .card-modal img {
        width: 58%;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .content-group {
        padding-bottom: 65%;
    }
}
@media only screen and (max-width: 320.98px) and (max-height: 480.98px) {
    body {
        font-size: 80%;
    }
    .swiper-slide .content .card {
        min-height: 190px;
    }
}
@media only screen and (max-width: 812px) and (max-height: 414px) and (orientation: landscape) {
    .header,
    .nav-footer,
    .nav-footer .btn {
        position: absolute;
    }
    .swiper-slide .content {
        height: 100%;
        margin-bottom: 195px;
    }
    .swiper-slide .content .flex-content {
        display: inline-block;
        width: 100%;
    }
    .swiper-slide .content .group-left {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .swiper-slide .content .group-right {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }
    .swiper-slide .content .group-right .article,
    .swiper-slide .content .group-right .box-form,
    .swiper-slide .content .group-right .box-msg {
        margin-top: 0;
    }
    .js-file-link-nav {
        left: 0;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1600px) and (min-height: 700px) and (orientation: landscape) {
    .swiper-slide .content .flex-content {
        transform: scale(0.75);
        transform-origin: center center;
    }
    .swiper-slide.pg-produtos .box-carrossel .box-modal-card .content-modal .group {
        min-width: 265px;
        max-width: 265px;
    }
    .swiper-slide.pg-home .content h1 {
        font-size: 5em;
    }
    .swiper-slide .content .group-right .box-form {
        margin-top: -10%;
    }
}
