@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



html {
    overflow-y: scroll;
    /*overflow-x: hidden;*/
}

body {}

.nk-main,
body {}

.nk-main {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

section {
    /*margin-top: 120px;*/
}

a {
    color: #1140c9;
}

a:focus,
a:hover {
    color: #0d319a;
}

::-moz-selection {
    color: #fff;
    background-color: #444;
}

::selection {
    color: #fff;
    background-color: #444;
}

.nk-block {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 1;
}

.nk-block:after,
.nk-block:before {
    content: "";
    display: table;
    clear: both;
}

.bg-image,
.bg-video {
    z-index: -1;
}

.bg-image,
.bg-image>div,
.bg-video,
.bg-video>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(../images/home.png);
}

.bg-image-row,
.bg-video,
.bg-video-row {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg-image-row,
.bg-video-row {
    position: absolute;
    z-index: -1;
}

.bg-image-row>div,
.bg-video-row>div {
    height: 100%;
    overflow: hidden;
}

@media (max-width: 991px) {

    .bg-image-row,
    .bg-video-row {
        position: relative;
    }

    .bg-image-row>div,
    .bg-video-row>div {
        padding-top: 56.25%;
    }

    .bg-image-row>div>div,
    .bg-video-row>div>div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.bg-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #252525;
    z-index: -1;
}

.nk-gap,
.nk-gap-1,
.nk-gap-2,
.nk-gap-3,
.nk-gap-4,
.nk-gap-5,
.nk-gap-6 {
    display: block;
    height: 20px;
}

.nk-gap-1:after,
.nk-gap-1:before,
.nk-gap-2:after,
.nk-gap-2:before,
.nk-gap-3:after,
.nk-gap-3:before,
.nk-gap-4:after,
.nk-gap-4:before,
.nk-gap-5:after,
.nk-gap-5:before,
.nk-gap-6:after,
.nk-gap-6:before,
.nk-gap:after,
.nk-gap:before {
    content: "";
    display: table;
    clear: both;
}

.nk-gap-1 {
    height: 30px;
}

.nk-gap-2 {
    height: 40px;
}

.nk-gap-3 {
    height: 60px;
}

.nk-gap-4 {
    height: 80px;
}

.nk-gap-5 {
    height: 100px;
}

.nk-gap-6 {
    height: 120px;
}

html {
    font-size: 15px;
}

body {
    font-family: "Public Sans", sans-serif;
    line-height: 1.65;
    letter-spacing: 0.004em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 1.6rem;
}

b,
strong {
    font-weight: 700;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
}

.display-1,
.display-2,
.display-3,
.display-4,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Public Sans", sans-serif;
    color: #171717;
    font-weight: 700;
}

.display-1 {
    font-size: 4.1rem;
}

.display-2 {
    font-size: 3.6rem;
}

.display-3 {
    font-size: 3.4rem;
}

.display-4 {
    font-size: 2.6rem;
}

.h2,
h2 {
    font-size: 2.1rem;
}

.h3,
h3 {
    font-size: 1.69rem;
}

.h4,
h4 {
    font-size: 1.4rem;
}

.nk-subtitle {
    font-size: 0.93rem;
    letter-spacing: 0.2em;
    margin-bottom: 1.1rem;
    margin-top: 20.52px;
    /*max-width: 700px;*/
}

.nk-subtitle,
.nk-subtitle-2 {
    font-family: "Public Sans", sans-serif;
    font-weight: 300;
}

.nk-subtitle-2 {
    font-size: 19.436px;
    font-weight: 300;
}

.row.vertical-gap>[class*="col-"] {
    padding-top: 30px;
}

.row.vertical-gap {
    margin-top: -30px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    padding-right: 12px;
    padding-left: 12px;
}

.thead-default th {
    color: #444;
    background-color: #f7f7f7;
}

.table td,
.table th,
.table thead th {
    border-color: #f2f2f2;
}

.nk-modal .modal-content {
    border: none;
    border-radius: 0;
}

.nk-modal .modal-footer,
.nk-modal .modal-header {
    padding: 25px 30px;
    border-bottom-color: #f3f3f3;
    border-top-color: #f3f3f3;
}

.nk-modal .modal-footer .close,
.nk-modal .modal-header .close {
    position: relative;
    z-index: 2;
    margin-top: 0;
}

.nk-modal .modal-body {
    padding: 30px;
}

.nk-modal.fade .modal-dialog {
    transform: translate(0);
    transition: none;
}

@media (min-width: 544px) {
    .nk-modal .modal-dialog {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.nk-img,
.nk-img-fit {
    max-width: 100%;
}

@media (max-width: 543px) {
    .nk-img-fit-xs-down {
        max-width: 100%;
    }
}

@media (min-width: 544px) {
    .nk-img-fit-sm-up {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .nk-img-fit-sm-down {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .nk-img-fit-md-up {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .nk-img-fit-md-down {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .nk-img-fit-lg-up {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .nk-img-fit-lg-down {
        max-width: 100%;
    }
}

.nk-img-stretch {
    width: 100%;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.of-a {
    overflow: auto !important;
}

.of-h {
    overflow: hidden !important;
}

.of-v {
    overflow: visible !important;
}

.of-x-a {
    overflow-x: auto !important;
}

.of-x-h {
    overflow-x: hidden !important;
}

.of-x-v {
    overflow-x: visible !important;
}

.of-y-a {
    overflow-y: auto !important;
}

.of-y-h {
    overflow-y: hidden !important;
}

.of-y-v {
    overflow-y: visible !important;
}

.br-0 {
    border-radius: 0 !important;
}

.br-1 {
    border-radius: 1px !important;
}

.br-2 {
    border-radius: 2px !important;
}

.br-3 {
    border-radius: 3px !important;
}

.br-4 {
    border-radius: 4px !important;
}

.br-5 {
    border-radius: 5px !important;
}

.br-6 {
    border-radius: 6px !important;
}

.br-7 {
    border-radius: 7px !important;
}

.br-8 {
    border-radius: 8px !important;
}

.br-9 {
    border-radius: 9px !important;
}

.br-10 {
    border-radius: 10px !important;
}

.br-12 {
    border-radius: 12px !important;
}

.br-14 {
    border-radius: 14px !important;
}

.br-16 {
    border-radius: 16px !important;
}

.br-18 {
    border-radius: 18px !important;
}

.br-20 {
    border-radius: 20px !important;
}

.br-25 {
    border-radius: 25px !important;
}

.br-30 {
    border-radius: 30px !important;
}

.br-35 {
    border-radius: 35px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 1px !important;
}

.p-2 {
    padding: 2px !important;
}

.p-3 {
    padding: 3px !important;
}

.p-4 {
    padding: 4px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-6 {
    padding: 6px !important;
}

.p-7 {
    padding: 7px !important;
}

.p-8 {
    padding: 8px !important;
}

.p-9 {
    padding: 9px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-45 {
    padding: 45px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-60 {
    padding: 60px !important;
}

.p-70 {
    padding: 70px !important;
}

.p-80 {
    padding: 80px !important;
}

.p-90 {
    padding: 90px !important;
}

.p-100 {
    padding: 100px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 1px !important;
}

.pt-2 {
    padding-top: 2px !important;
}

.pt-3 {
    padding-top: 3px !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-6 {
    padding-top: 6px !important;
}

.pt-7 {
    padding-top: 7px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pt-9 {
    padding-top: 9px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 1px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pl-3 {
    padding-left: 3px !important;
}

.pl-4 {
    padding-left: 4px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-6 {
    padding-left: 6px !important;
}

.pl-7 {
    padding-left: 7px !important;
}

.pl-8 {
    padding-left: 8px !important;
}

.pl-9 {
    padding-left: 9px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 1px !important;
}

.pr-2 {
    padding-right: 2px !important;
}

.pr-3 {
    padding-right: 3px !important;
}

.pr-4 {
    padding-right: 4px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-6 {
    padding-right: 6px !important;
}

.pr-7 {
    padding-right: 7px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pr-9 {
    padding-right: 9px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 1px !important;
}

.m-2 {
    margin: 2px !important;
}

.m-3 {
    margin: 3px !important;
}

.m-4 {
    margin: 4px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-6 {
    margin: 6px !important;
}

.m-7 {
    margin: 7px !important;
}

.m-8 {
    margin: 8px !important;
}

.m-9 {
    margin: 9px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-11 {
    margin: 11px !important;
}

.m-12 {
    margin: 12px !important;
}

.m-13 {
    margin: 13px !important;
}

.m-14 {
    margin: 14px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-35 {
    margin: 35px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-45 {
    margin: 45px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-60 {
    margin: 60px !important;
}

.m-70 {
    margin: 70px !important;
}

.m-80 {
    margin: 80px !important;
}

.m-90 {
    margin: 90px !important;
}

.m-100 {
    margin: 100px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-6 {
    margin-top: 6px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-9 {
    margin-top: 9px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-11 {
    margin-top: 11px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-13 {
    margin-top: 13px !important;
}

.mt-14 {
    margin-top: 14px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-6 {
    margin-bottom: 6px !important;
}

.mb-7 {
    margin-bottom: 7px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-9 {
    margin-bottom: 9px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-11 {
    margin-bottom: 11px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-13 {
    margin-bottom: 13px !important;
}

.mb-14 {
    margin-bottom: 14px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mnt-0 {
    margin-top: 0 !important;
}

.mnt-1 {
    margin-top: -1px !important;
}

.mnt-2 {
    margin-top: -2px !important;
}

.mnt-3 {
    margin-top: -3px !important;
}

.mnt-4 {
    margin-top: -4px !important;
}

.mnt-5 {
    margin-top: -5px !important;
}

.mnt-6 {
    margin-top: -6px !important;
}

.mnt-7 {
    margin-top: -7px !important;
}

.mnt-8 {
    margin-top: -8px !important;
}

.mnt-9 {
    margin-top: -9px !important;
}

.mnt-10 {
    margin-top: -10px !important;
}

.mnt-11 {
    margin-top: -11px !important;
}

.mnt-12 {
    margin-top: -12px !important;
}

.mnt-13 {
    margin-top: -13px !important;
}

.mnt-14 {
    margin-top: -14px !important;
}

.mnt-15 {
    margin-top: -15px !important;
}

.mnt-20 {
    margin-top: -20px !important;
}

.mnt-25 {
    margin-top: -25px !important;
}

.mnt-30 {
    margin-top: -30px !important;
}

.mnt-35 {
    margin-top: -35px !important;
}

.mnt-40 {
    margin-top: -40px !important;
}

.mnt-45 {
    margin-top: -45px !important;
}

.mnt-50 {
    margin-top: -50px !important;
}

.mnt-60 {
    margin-top: -60px !important;
}

.mnt-70 {
    margin-top: -70px !important;
}

.mnt-80 {
    margin-top: -80px !important;
}

.mnt-90 {
    margin-top: -90px !important;
}

.mnt-100 {
    margin-top: -100px !important;
}

.nk-keyboard {
    display: inline-block;
    height: 30px;
    min-width: 30px;
    line-height: 28px;
    padding: 0 7px;
    text-align: center;
    margin: 5px;
    font-size: 12px;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
    background-color: #fff;
    color: #252525;
}

.nk-header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

.nk-header.nk-header-opaque,
.nk-navbar {
    position: relative;
}

.nk-navbar {
    padding: 33px 0;
    font-size: 0.96rem;
    z-index: 100;
    transition: background-color 0.3s;
    will-change: background-color;
}

.nk-navbar .container-fluid .nk-nav-table {
    padding-left: 30px;
    padding-right: 30px;
}

.nk-navbar.nk-navbar-lg {
    padding: 51px 0;
}

.nk-navbar.nk-navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 0.2s, visibility 0.2s, background-color 0.3s;
    will-change: transform, visibility, background-color;
}

.nk-navbar.nk-navbar-fixed.nk-onscroll-hide {
    transform: translateY(-100%);
    visibility: hidden;
}

.nk-navbar.nk-navbar-fixed.nk-onscroll-show {
    transform: translateY(0);
    visibility: visible;
}

.nk-navbar.nk-navbar-transparent {
    background-color: transparent;
}

.nk-navbar,
.nk-navbar.nk-navbar-solid {
    background-color: #fff;
}

.nk-navbar.nk-navbar-transparent-always {
    background-color: transparent;
}

.nk-navbar.nk-navbar-align-center {
    text-align: center;
}

.nk-navbar.nk-navbar-align-right {
    text-align: right;
}

.nk-navbar .nk-nav-table {
    display: table;
    width: 100%;
    height: 100%;
}

.nk-navbar .nk-nav-table>* {
    display: table-cell;
    vertical-align: middle;
}

.nk-navbar .nk-nav-table>.nk-nav-row {
    display: table-row;
}

.nk-navbar .nk-nav-table>.nk-nav-row-full {
    height: 100%;
}

.nk-navbar .nk-nav-table>.nk-nav-row-center>* {
    display: table-cell;
    vertical-align: middle;
}

.nk-navbar .nk-nav-table>.nk-nav-icons,
.nk-navbar .nk-nav-table>.nk-nav-logo {
    width: 0.1%;
}

.nk-navbar .nk-nav-icons {
    white-space: nowrap;
}

.nk-navbar .nk-nav-icons>* {
    white-space: normal;
}

.nk-navbar a {
    color: inherit;
    transition: color 0.3s;
}

.nk-navbar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nk-navbar ul>li>a {
    white-space: nowrap;
}

.nk-navbar ul>li>a:focus,
.nk-navbar ul>li>a:hover {
    text-decoration: none;
}

.nk-navbar .nk-navbar-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.nk-navbar .nk-nav {
    position: relative;
    /*padding-left: 20px;*/
}

.nk-navbar .nk-nav>li.single-icon:last-of-type>a,
.nk-navbar .nk-nav>li:last-of-type>a {
    padding-right: 0;
}

.nk-navbar .nk-nav+.nk-nav {
    padding-left: 0;
}

.nk-navbar .nk-nav+.nk-nav>li:first-child {
    padding-left: 20px;
}

.nk-navbar .nk-nav .nk-nav {
    padding-left: 0;
    padding-right: 0;
}

.nk-navbar .nk-nav li.single-icon>a {
    padding: 0 15px;
}

.nk-navbar .nk-nav li.single-icon>a:before {
    content: none;
}

.nk-navbar .nk-nav li.single-icon>a>i,
.nk-navbar .nk-nav li.single-icon>a>span {
    height: 32px;
    line-height: 32px;
    font-size: 1.1rem;
    vertical-align: middle;
}

.nk-navbar .nk-nav>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.nk-navbar .nk-nav>li>a {
    position: relative;
    padding: 6px 14.6px;
    display: block;
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
    font-family: "Public Sans", sans-serif;
    font-stretch: normal;
}

.nk-navbar .nk-nav>li.active>a,
.nk-navbar .nk-nav>li>a:hover {
    color: #0e0e0e;
}

.nk-navbar .nk-nav .dropdown {
    position: absolute;
    display: none;
    font-size: 1rem;
    background-color: #252525;
    margin-top: 12px;
    margin-left: -15px;
    padding: 15px 0;
    opacity: 0;
    z-index: 1;
}

.nk-navbar .nk-nav .dropdown:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: -20px;
    height: 90px;
    z-index: -1;
}

.nk-navbar .nk-nav .dropdown>li {
    position: relative;
}

.nk-navbar .nk-nav .dropdown>li>a {
    display: block;
    padding: 6px 30px;
    padding-right: 75px;
    color: #c5c5c5;
    text-decoration: none;
}

.nk-navbar .nk-nav .dropdown>li.active>a,
.nk-navbar .nk-nav .dropdown>li>a:hover {
    color: #fff;
}

.nk-navbar .nk-nav .nk-drop-item .nk-drop-item>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 20px;
    color: inherit;
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid;
}

.nk-navbar .nk-nav .nk-drop-item .nk-drop-item .dropdown {
    top: 0;
    margin-top: -15px;
    margin-left: 100%;
}

.nk-navbar .nk-nav-logo .nk-nav-logo-onscroll {
    display: none;
}

.nk-navbar.nk-navbar-white-text-on-top .nk-nav>li>a {
    color: #FFF;
}

.nk-navbar.nk-navbar-white-text-on-top .nk-nav>li.active>a,
.nk-navbar.nk-navbar-white-text-on-top .nk-nav>li>a:hover {
    color: #fff;
}

.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav>li>a {
    color: inherit;
}

.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav>li.active>a,
.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav>li>a:hover {
    color: #0e0e0e;
}

.nk-navbar.nk-navbar-white-text-on-top .nk-nav-logo .nk-nav-logo-onscroll {
    display: block;
}

.nk-navbar.nk-navbar-white-text-on-top .nk-nav-logo .nk-nav-logo-onscroll+img,
.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav-logo .nk-nav-logo-onscroll {
    display: none;
}

.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-nav-logo .nk-nav-logo-onscroll+img {
    display: block;
}

.nk-navbar .nk-nav-right {
    text-align: right;
}

.nk-navbar .nk-nav-right>* {
    text-align: left;
}

.nk-navbar .nk-nav-center {
    text-align: center;
}

.nk-navbar .nk-nav-center>* {
    text-align: left;
}

.nk-navbar .nk-drop-item.nk-drop-left>a:after {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: none;
    border-right: 2px solid;
}

.nk-navbar .nk-drop-item.nk-drop-left .dropdown {
    margin-left: -100%;
}

.nk-navbar-overlay {
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.nk-navbar-full,
.nk-navbar-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.nk-navbar-full {
    padding: 0;
    overflow: hidden;
    background: #252525;
    z-index: 1002;
}

.nk-navbar-full .nk-nav-header {
    padding: 33px 0;
    margin-right: -22px;
}

.nk-navbar-full .nk-nav-header:after {
    content: "";
    display: table;
    clear: both;
}

.nk-navbar-full .nk-nav-header .nk-nav-logo {
    float: left;
}

.nk-navbar-full .nk-nav-header .nk-nav-close {
    cursor: pointer;
    float: right;
    padding: 6px 25px;
    color: #d8d8d8;
    z-index: 1;
}

.nk-navbar-full .nk-nav-header .nk-nav-close:hover {
    color: #fff;
}

.nk-navbar-full .container-fluid .nk-nav-header {
    padding-right: 8px;
    padding-left: 30px;
    margin-right: 0;
}

.nk-navbar-full .nano {
    display: table-cell;
    height: 100%;
    overflow-y: auto;
}

.nk-navbar-full .nk-nav {
    position: relative;
    padding: 0;
    padding-top: 25px;
    overflow: hidden;
}

.nk-navbar-full .nk-nav .dropdown>li,
.nk-navbar-full .nk-nav>li {
    position: static;
    display: block;
    max-width: 450px;
    margin: 0 auto;
}

.nk-navbar-full .nk-nav .dropdown>li:last-of-type>a,
.nk-navbar-full .nk-nav .dropdown>li>a,
.nk-navbar-full .nk-nav>li:last-of-type>a,
.nk-navbar-full .nk-nav>li>a {
    font-family: "Public Sans", sans-serif;
    font-size: 1.7rem;
    text-transform: none;
    font-weight: 700;
    padding: 3px 80px;
    color: #d8d8d8;
}

.nk-navbar-full .nk-nav .dropdown>li.active>a,
.nk-navbar-full .nk-nav .dropdown>li>a:hover,
.nk-navbar-full .nk-nav>li.active>a,
.nk-navbar-full .nk-nav>li>a:hover {
    color: #fff;
}

.nk-navbar-full .nk-nav .dropdown>li>a:after,
.nk-navbar-full .nk-nav .dropdown>li>a:before,
.nk-navbar-full .nk-nav>li>a:after,
.nk-navbar-full .nk-nav>li>a:before {
    content: none;
}

.nk-navbar-full .nk-nav .bropdown-back>a,
.nk-navbar-full .nk-nav .nk-drop-item>a,
.nk-navbar-full .nk-nav>.nk-drop-item>a {
    position: relative;
}

.nk-navbar-full .nk-nav .nk-drop-item .nk-drop-item>a:after,
.nk-navbar-full .nk-nav .nk-drop-item>a:after,
.nk-navbar-full .nk-nav>.nk-drop-item>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 30px;
    left: auto;
    color: inherit;
    width: 0;
    height: 0;
    border: none;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid;
    transition: opacity 0.3s;
    will-change: opacity;
    transform: none;
    opacity: 0.6 !important;
}

.nk-navbar-full .nk-nav .nk-drop-item>a.hover:after,
.nk-navbar-full .nk-nav .nk-drop-item>a:hover:after,
.nk-navbar-full .nk-nav>.nk-drop-item>a.hover:after,
.nk-navbar-full .nk-nav>.nk-drop-item>a:hover:after {
    opacity: 1 !important;
    width: 0;
    height: 0;
}

.nk-navbar-full .nk-nav .dropdown {
    display: block;
    opacity: 1;
    background-color: transparent;
    padding: 0;
}

.nk-navbar-full .nk-nav .dropdown:before {
    content: none;
}

.nk-navbar-full .nk-nav .nk-drop-item .dropdown,
.nk-navbar-full .nk-nav .nk-drop-item .nk-drop-item .dropdown {
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}

.nk-navbar-full .nk-nav .dropdown>li>a {
    display: none;
}

.nk-navbar-full .dropdown>.bropdown-back>a:after {
    content: "" !important;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 30px;
    color: inherit;
    width: 0;
    height: 0;
    border: none;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid;
    transition: opacity 0.3s;
    will-change: opacity;
    transform: none;
    opacity: 0.6;
}

.nk-navbar-full .dropdown>.bropdown-back>a.hover:after,
.nk-navbar-full .dropdown>.bropdown-back>a:hover:after {
    opacity: 1;
}

.nk-navbar-full .nk-nav-social {
    padding: 51px 20px;
}

.nk-navbar-full .nk-nav-social>ul li {
    display: inline-block;
}

.nk-navbar-full .nk-nav-social>ul li>a {
    display: block;
    font-size: 1.13rem;
    color: #d8d8d8;
    margin: 3px 6px;
}

.nk-navbar-full .nk-nav-social>ul li>a.hover,
.nk-navbar-full .nk-nav-social>ul li>a:hover {
    color: #fff;
}

.nk-header-title {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    padding-top: 75px;
    z-index: 0;
}

.nk-header-title .nk-header-table {
    height: 370px;
}

.nk-header-title.nk-header-title-sm .nk-header-table {
    height: 270px;
}

.nk-header-title.nk-header-title-md .nk-header-table {
    height: 470px;
}

.nk-header-title.nk-header-title-lg .nk-header-table {
    height: 570px;
}

.nk-header-title.nk-header-title-full {
    padding-top: 0;
    min-height: 700px;
    height: 100vh;
}

.nk-header-title.nk-header-title-full .nk-header-table {
    height: 100%;
    min-height: 700px;
}

.nk-header-title .nk-header-table {
    display: table;
    width: 100%;
}

.nk-header-title .nk-header-table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 60px 0;
}

.nk-header-title .nk-header-text-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(37, 37, 37, 0.4);
}

.nk-header-title.nk-header-title-full .nk-header-text-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#glow {
    border: none;
    outline: none;
    color: #fff;
    background: #00662A;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 43px;
    margin-top: 20px;
    padding: 20px 35px !important;

}

#glow a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

#glow:before {
    content: '';
    background: linear-gradient(45deg, #00662A, #00B84A, #008C3A, #fff, #4AE080, #66FFAA, #00B84A, #008C3A, #00662A);
    position: absolute;
    top: -3px;
    left: -3px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 43px;
}


#glow:active {
    color: #000
}

#glow:active:after {
    background: transparent;
}

#glow:hover:before {
    opacity: 1;
}

#glow:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    background: #00662A;
    left: 0;
    top: 0;
    border-radius: 43px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.nk-header-title .nk-header-title-scroll-down {
    display: block;
    position: absolute;
    color: inherit;
    text-decoration: none;
    text-align: center;
    font-size: 2rem;
    bottom: 65px;
    left: 50%;
    margin-left: -9px;
    width: 19px;
    height: 19px;
    line-height: 54px;
    /*border-radius: 50%;*/
    /*border: 1px solid;*/
    opacity: 0.6;
    transition: opacity 0.5s;
}

.nk-header-title .nk-header-title-scroll-down:hover {
    opacity: 1;
}

.nk-header-title h1.nk-title {
    line-height: normal;
    max-width: 700px;
    margin: auto;
    font-size: 50.491px;
    font-weight: 600;
    font-family: "Public Sans", sans-serif;
    margin-top: 33px;
}

.nk-footer {
    position: relative;
    background-color: #ebebeb;
    overflow: hidden;
    z-index: 1;
}

.nk-footer.nk-footer-transparent {
    background-color: transparent;
}

.nk-footer .nk-footer-cont {
    padding-top: 44px;
    padding-bottom: 25px;
}

.nk-footer .nk-footer-cont-sm {
    padding-top: 22px;
    padding-bottom: 2px;
}

.nk-footer .nk-footer-social {
    padding-bottom: 12px;
    color: #171717;
}

.nk-footer .nk-footer-social>ul {
    padding: 0;
    margin: 0;
}

.nk-footer .nk-footer-social>ul li {
    display: inline-block;
}

.nk-footer .nk-footer-social>ul li>a {
    display: block;
    font-size: 1.13rem;
    color: inherit;
    padding: 3px 6px;
    opacity: 0.4;
    transition: opacity 0.5s;
}

.nk-footer .nk-footer-social>ul li>a.hover,
.nk-footer .nk-footer-social>ul li>a:hover {
    opacity: 1;
}

.nk-footer .nk-footer-social.text-white>ul li>a {
    opacity: 0.9;
}

.nk-footer .nk-footer-social.text-white>ul li>a.hover,
.nk-footer .nk-footer-social.text-white>ul li>a:hover {
    opacity: 0.5;
}

.nk-footer .nk-footer-text {
    font-size: 0.95rem;
}

.nk-widget {
    overflow: hidden;
}

.nk-widget~.nk-widget {
    margin-top: 65px;
}

.nk-widget .nk-widget-title {
    font-size: 1.4rem;
    margin-bottom: 2.1rem;
}

.nk-twitter {
    position: relative;
    padding-left: 39px;
}

.nk-twitter+.nk-twitter {
    margin-top: 20px;
}

.nk-twitter .nk-twitter-date {
    font-size: 0.8rem;
    opacity: 0.6;
    line-height: 1.4;
    margin-bottom: 10px;
}

.nk-twitter .nk-twitter-icon {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 1.3rem;
}

.nk-btn {
    display: inline-block;
    border: 0;
    padding: 18px 25px;
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    transition: all 0.5s;
    background-color: #252525;
}

.nk-btn,
.nk-btn.active,
.nk-btn.hover,
.nk-btn:active,
.nk-btn:focus,
.nk-btn:hover {
    color: #fff;
    text-decoration: none;
}

.nk-btn.active,
.nk-btn.hover,
.nk-btn:active,
.nk-btn:focus,
.nk-btn:hover {
    background-color: #444;
}

.nk-btn-xs {
    font-size: 0.9rem;
    padding: 8px 16px;
}

.nk-btn-sm {
    padding: 10px 20px;
}

.nk-btn-lg {
    padding: 14px 30px;
}

.nk-btn-block {
    display: block;
    width: 100%;
}

.nk-btn-2 {
    display: inline-block;
    position: relative;
    padding: 0 3px;
    font-size: 0.96rem;
    font-weight: 500;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    color: #171717;
}

.nk-btn-2:after {
    content: "";
    position: absolute;
    left: 3px;
    bottom: -2px;
    border-bottom: 1px solid;
    opacity: 0.2;
    width: 40px;
    transition: transform 0.5s, opacity 0.5s;
    transform-origin: 0 0;
}

.nk-btn-2.hover:after,
.nk-btn-2:hover:after {
    opacity: 0.5;
    transform: scaleX(1.2);
}

.nk-btn-2:active,
.nk-btn-2:focus,
.nk-btn-2:hover {
    color: #171717;
    text-decoration: none;
}

.nk-progress {
    display: block;
    width: 100%;
    margin-bottom: 13px;
}

.nk-progress .nk-progress-line {
    width: 100%;
    background-color: #e6e6e6;
}

.nk-progress .nk-progress-line>div {
    background-color: #252525;
    height: 100%;
    text-align: right;
}

.nk-progress .nk-progress-title {
    font-size: 0.97rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 13px;
    color: #171717;
}

.nk-progress .nk-progress-line {
    height: 5px;
}

.nk-progress.nk-progress-xs .nk-progress-line {
    height: 1px;
}

.nk-progress.nk-progress-sm .nk-progress-line {
    height: 3px;
}

.nk-progress.nk-progress-md .nk-progress-line {
    height: 8px;
}

.nk-progress.nk-progress-lg .nk-progress-line {
    height: 12px;
}

.nk-ibox-1 {
    position: relative;
    min-height: 50px;
}

.nk-ibox-1 .nk-ibox-icon {
    position: absolute;
    font-size: 3.3rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 3px;
}

.nk-ibox-1 .nk-ibox-cont {
    margin-left: 72px;
}

.nk-ibox-1 .nk-ibox-title {
    font-weight: 500;
}

.nk-ibox-1 .nk-ibox-text {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.97rem;
    margin-top: -1px;
}

.nk-ibox-2 {
    position: relative;
}

.nk-ibox-2 .nk-ibox-cont {
    padding-top: 7px;
}

.nk-ibox-2 .nk-ibox-title {
    font-weight: 500;
    font-size: 0.96rem;
    text-transform: uppercase;
    color: #171717;
}

.nk-ibox-3 {
    position: relative;
    text-align: center;
}

.nk-ibox-3 .nk-ibox-icon {
    font-size: 3.3rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 17px;
}

.nk-ibox-3 .nk-ibox-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.91rem;
}

.nk-ibox-3 .nk-ibox-text {
    margin-top: 8px;
    opacity: 0.75;
}

.nk-ibox-title {
    font-size: 1.25rem;
}

.nk-ibox-title a {
    color: inherit;
    text-decoration: none;
}

.nk-box,
.nk-box-1,
.nk-box-2,
.nk-box-3,
.nk-box-4 {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}

.nk-box-1 {
    padding: 20px;
}

.nk-box-2 {
    padding: 40px;
}

.nk-box-3 {
    padding: 60px;
}

.nk-box-4 {
    padding: 72px;
}

.nk-box-line:before {
    content: "";
    display: block;
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    right: 0;
    border-left: 1px solid;
    opacity: 0.07;
}

.nk-box-line.nk-box-line-top:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 2rem;
    right: 2rem;
    border-bottom: 1px solid;
    opacity: 0.07;
}

.nk-box-line.nk-box-last:before {
    content: none;
}











.container-med {
    max-width: 990px;
}

.container-min {
    max-width: 810px;
}

.icone {
    width: 10px;
    /*padding-left: 3px;*/
    /*margin-left: 5px;*/
}

.icone-dropdown {
    content: url("../images/icon/seta-dropdown.svg");
}

.nk-navbar .nk-nav>li.btn-header-faleconosco {
    display: inline-flex;
    background-color: #00662A;
    width: 169px;
    height: 58px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;

    border-radius: 43px;
    border: 1px solid var(--Black, #000);
    background: #00662A;
    /* Shadow/Default */
    box-shadow: 0px 2px 0px 0px #000;
    /*margin-left: 24px;*/
}

.nk-navbar .nk-nav>li>a.text-header-faleconosco {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 6px 14.6px;
}

.formulario-contact {
    border-radius: 21px;
    border: 0.826px solid #000;
    background: #FFF;
    text-align: start;
    display: flex;
    width: 406.656px;

    padding: 40.666px 33.888px;
    flex-direction: column;
    align-items: flex-start;
    gap: 27.11px;
    z-index: 99 !important;
}

.formulario-contact .form-contact-title h4 {
    color: #030102;
    /*font-family: Roboto;*/
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.formulario-contact .form-label {
    padding-top: 17.7px;
    color: #030102;
    font-size: 18.074px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.formulario-contact button {
    border-radius: 11.296px;
    border: 0.826px solid #000;
    background: #333;
    color: #FFF;
    font-size: 15.814px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 13.56px 27.11px;
    margin-top: 17.7px;
    width: 100%;
}

.form-contact-text {
    color: #010103;
    font-size: 13.555px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: underline;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 10px;
}

.formulario-contact input,
.formulario-contact select {
    font-size: 17.5px;
    border: 0.83px solid #000;
    border-radius: 11.296px;
    padding: 9.04px 13.6px;
    opacity: 0.5;
}





.nk-angle-down {
    content: url("../images/icon/icon-angle-down.svg");
}


@media screen and (max-width: 920px) {
    .nk-nav-table {

        display: flex !important;
        justify-content: center !important;

    }

    .nk-nav-logo {
        display: flex !important;
        justify-content: center !important;
    }

    .nk-nav-logo-onscroll {
        display: flex !important;
        justify-content: center !important;
    }


    .nk-header-title h1.nk-title {
        color: #FFF;
        text-align: center;
        font-family: Public Sans;
        font-size: 38.824px;
        font-style: normal;
        font-weight: 600;
        line-height: 99.5%;
        /* 38.63px */
        margin-top: 60px;
    }

    .nk-subtitle {
        color: #FFF;
        text-align: center;
        font-family: Public Sans;
        font-size: 19.436px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        max-width: 333px;
        margin: auto;
        padding-top: 24px;
    }

    .nk-gap-4 {
        height: 428px;
    }

    .bg-image,
    .bg-image>div,
    .bg-video,
    .bg-video>div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        /*background-position: 50% 50%;*/
        background-image: url(../images/home-mobile.png);
    }

    .formulario-contact {
        background-color: #FFF;
        z-index: 99;
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
        max-width: 470px;
        margin: auto;
        margin-top: -26px;
    }

    #glow {
        margin-top: 30px;
        padding: 20px 35px !important;

    }
}






#about {
    margin-top: 116px;
}

#about .about-container {
    max-width: 990px;
}

#about .about-title {
    color: #000;
    font-family: Public Sans;
    font-size: 52.839px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#about .about-subtitle {
    color: #000;
    font-family: Public Sans;
    font-size: 18.78px;
    font-style: normal;
    font-weight: 500;
    line-height: 160.5%;
    /* 30.142px */
    color: #000;
    font-family: Public Sans;
    font-size: 18.78px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.5%;
    max-width: 320px;
}

#about .about-text {
    color: #000;
    font-family: Public Sans;
    font-size: 16.432px;
    font-style: normal;
    font-weight: 300;
    line-height: 160.5%;
    /* 26.374px */
    max-width: 372px;
}

#about .about-btn-faleconosco {
    display: inline-flex;
    background-color: #00662A;
    width: 234px;
    height: 59px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 43px;
    border: 1px solid var(--Black, #000);
    background: #00662A;
    box-shadow: 0px 2px 0px 0px #000;


}

#about .about-text-faleconosco {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 6px 14.6px;
    color: #FFF;
    text-decoration: none;
}

#about .about-img {
    max-width: 585px;
    margin-left: 15px;
}

#about .about-logo {
    margin: 191px 75px 196px 78px;

}


@media screen and (max-width: 768px) {
    #about .about-img {
        max-width: 100%;
        margin: auto;
        /*padding-left: 5px;*/
        /*padding-right: 5px;*/
    }

    #about .about-title {
        margin-top: 42px;
        color: #000;
        font-family: Public Sans;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 104.5%;
        /* 37.62px */
        max-width: 180px;
    }

    #about .about-text {
        color: #000;
        font-family: Public Sans;
        font-size: 16.432px;
        font-style: normal;
        font-weight: 300;
        line-height: 160.5%;
        /* 26.374px */
        max-width: 450px;
    }

    #about {
        margin-top: 75px;
    }

    #about .about-btn-faleconosco {
        display: inline-flex;
        background-color: #00662A;
        background-color: #000;
        width: 223px;
        height: 60px;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 43px;
        border-radius: 0px;
        border: 1px solid var(--Black, #000);
        background: #00662A;
        background: #000;
        /*box-shadow: 0px 2px 0px 0px #000;*/


    }

    #about .about-text-faleconosco {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        padding: 6px 14.6px;
        color: #FFF;
        text-decoration: none;
    }

}


#service {
    margin-top: 81px;
}

#service .service-title {
    color: #000;
    text-align: center;
    font-family: Public Sans;
    font-size: 44.541px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
    max-width: 440px;
    margin: auto;
    margin-bottom: 50px
}

#service .service-title-2 {
    color: #000;
    text-align: center;
    font-family: Public Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#service .card {
    border-radius: 17px;
    border: 0.476px solid #000;
    max-width: 315px;
}

#service .service-card-img {
    border-radius: 17px !important;
    padding: 23px 24px 15px 25px;
}

#service .card-title {
    color: #030102;
    font-family: Public Sans;
    font-size: 20.554px;
    font-style: normal;
    font-weight: 500;
    line-height: 133.687%;
    padding-left: 9px;
    max-width: 207px;
}

#service hr {
    height: 1px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.50);
    margin-left: 9px;
    margin-right: 9px;
}

#service .card-text {
    color: #000;
    font-family: Public Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160.5%;
    text-align: right;
    padding-right: 9px;
}

#service .service-icon {
    content: url("../images/icon/icon-angle-right.svg");
    width: 6px;
    height: 11px;
    vertical-align: -5%;
}

@media screen and (max-width: 768px) {
    #service {
        margin-top: 49px;
    }

    #service .service-title {
        font-size: 36px;
        line-height: 99.5%;
        margin-bottom: 50px
    }

    #service .service-title-2 {
        font-size: 19.436px;
    }

    #service .card {
        margin: auto;
    }
}





#transportes {
    margin-top: 82px;
}

#transportes .transportes-title {
    color: #000;
    text-align: center;
    font-family: Public Sans;
    font-size: 44.54px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 9px;
}

#transportes .transportes-text {
    color: #000;
    text-align: center;
    font-family: Public Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#transportes .transporte {
    margin-bottom: 25px;
    position: relative;
}

#transportes .bg-detalhe {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 191px;
    border-radius: 22px;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);

}

#transportes .icone-detalhe {
    content: url("../images/icon/icon-detalhe.svg");
    width: 24px;
    height: 24px;
    margin-bottom: 7px;
}

#transportes .link-detalhe {
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translate(-50%, -0%);
    max-width: 230px;
    min-width: 228px;

}

#transportes .link-detalhe-title {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Public Sans;
    font-size: 25.413px;
    font-style: normal;
    font-weight: 600;
    line-height: 114.5%;
    /* 29.098px */
    letter-spacing: -1.017px;
}

#transportes .tranporte-localizacao {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Public Sans;
    font-size: 13.692px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%;
    letter-spacing: -0.548px;
    margin-top: 26px;
    /*    min-height: 450px;
        max-width: 160px !important;*/
}

#transportes .icone-localizacao {
    content: url("../images/icon/icon-localizacao.svg");
    width: 12px;
    height: 15px;
    vertical-align: -20%;
    position: absolute;
    right: 20px;
    bottom: 34px;
}

#transportes .icone-localizacao-1 {
    content: url("../images/icon/icon-localizacao.svg");
    width: 12px;
    height: 15px;
    vertical-align: -20%;
    position: absolute;
    right: 15px;
    bottom: 25px;
}

#transportes h3 {
    margin-bottom: -20px;
}

@media screen and (max-width: 768px) {
    #transportes .transportes-title {
        font-size: 46.351px;
        line-height: 99.5%;
    }

    #transportes {
        margin-top: 89px;
    }
}






#depoimentos {
    margin-top: 63px;
}

#depoimentos .depoimentos-title {
    color: #000;
    text-align: center;
    font-family: Public Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#depoimentos .depoimentos-text {
    color: #000;
    text-align: center;
    font-family: Public Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 725px;
    margin: auto;
}



.depoimentos-img {
    border-radius: 11.791px;
}

.depoimentos-play {
    position: absolute;
    top: 43%;
    left: 43%;
    width: 48px;
    height: 48px;
}

#depoimentos .card {
    border: none;
    width: 268px;

}

#depoimentos .card-body {
    padding: 0px;
}

#depoimentos .card-image {}

#depoimentos .card-img-top {
    padding: 0px;
    margin-bottom: 13px;
    margin-right: 0px;
    margin-top: 13px;
    margin-left: 0px;
    /*    max-height: 404px;
        max-width: 288px;*/
}


#depoimentos .slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 0px 0px;
}

#depoimentos .slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

#depoimentos .image-content,
#depoimentos .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0px;
}

#depoimentos .card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    /*border: 4px solid #4070F4;*/
}

.swiper-button-prev-team {
    /*margin-left: -10px;*/
}

.swiper-button-next-team {
    margin-right: 28px;
}

#depoimentos .swiper-button-prev {
    content: url(../images/icon/icon-prev.svg);
    width: 50px;
    height: 50px;
    margin-left: -15px;
    margin-top: -20px;
}

#depoimentos .swiper-button-next {
    content: url(../images/icon/icon-next.svg);
    width: 50px;
    height: 50px;
    margin-right: -15px;
    margin-top: -20px;
}

#depoimentos .depoimento-btn-faleconosco {
    display: inline-flex;
    background-color: #00662A;
    width: 311px;
    height: 59px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 43px;
    border: 1px solid var(--Black, #000);
    background: #00662A;
    box-shadow: 0px 2px 0px 0px #000;
}

#depoimentos .depoimento-text-faleconosco {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: Public Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    #depoimentos {
        margin-top: 40px;
    }
}









#licencas {
    background: #F7D900;
    margin-top: 72px;
}

#licencas .licencas-title {
    color: #000;
    text-align: center;
    font-family: Public Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 54px;
}

#licencas .licencas-text {
    color: #000;
    text-align: center;
    font-family: Public Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 15px;

}

#licencas .licencas-container-img {
    padding-top: 15px;
    padding-bottom: 60px;
    max-width: 590px;
    margin: auto;
}

#licencas img {
    max-height: 100px;
}

@media screen and (max-width: 768px) {
    #licencas {
        margin-top: 54px;
    }

    #licencas .licencas-title {
        font-size: 38.824px;
    }

    #licencas img {
        max-height: 78px;
    }
}





#clientes {
    margin-top: 35px;
}

#clientes .clientes-title {
    color: #000;
    text-align: center;
    font-family: Public Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#clientes .clientes-text {
    color: #000;
    text-align: center;
    font-family: Public Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 62px;
}

#clientes .clientes-img {
    margin-bottom: 32px;
}

#clientes img {
    max-width: 236px;
    max-height: 105px;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    #clientes .clientes-title {
        font-size: 38.824px;
    }

    #clientes img {
        max-width: 148px;
        max-height: 66px;
        padding: 1px;
    }
}





#feedback {
    margin-top: 34px;
}

#feedback .feedback-title {
    color: #000;
    text-align: center;
    font-family: Public Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#feedback .feedback-text {
    color: #000;
    text-align: center;
    font-family: Public Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 535px;
    margin: auto;
}



#feedback .card {
    position: relative;
    max-width: 280px;
    /*max-height: 450px;*/
    /*    width: 325px;
        height: 450px;*/
    background: #FFF;
    box-shadow: 15px 15px 60px rgba(0, 0, 0, 0.01);
    padding: 16px 27px 9px 29px;
    /*transform: translateX(40vw);*/
    /*border: 0.799962px solid #000000;*/
    border-radius: 22px;
    margin: auto;
    /*margin: 20px 30px 50px 30px;*/
    margin-top: 52px;


    border-radius: 12px;
    border: 0.423px solid #000;
}

#feedback .card .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#feedback .card .top .userDetails {
    display: flex;
    align-items: center;
}

#feedback .card .top .userDetails .profile_img {
    position: relative;
    width: 33px;
    min-width: 33px;
    height: 33px;
    min-height: 33px;
    /*border-radius: 50%;*/
    /*overflow: hidden;*/
    margin-right: 7px;
}

#feedback .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#feedback .card .top .userDetails h3 {
    color: #000;
    font-family: Public Sans;
    font-size: 15.238px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#feedback .message {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Public Sans;
    font-size: 12.698px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.624px;
    /* 146.667% */
    margin-top: 17px;
    min-height: 130px;
    margin-bottom: 8px;
}

#feedback hr {
    height: 5.079px;
    border-radius: 12px;
    background: #00662A;
    color: #00662A;
    opacity: 1;
}

#feedback .font {
    font-family: "Puclic Sans", sans-serif;
    font-weight: 600;
    margin-top: 3px;
    font-size: 11.1995px;
    line-height: 14px;
    letter-spacing: 0.04em;
    color: rgba(0, 0, 0, 0.4);
    padding-left: 8px;
}

#feedback .settings:after {
    /*content: '\2807';*/
    content: '\2812\2802';
    font-size: 25px;
    color: #4d4d4d;
    cursor: pointer;
    letter-spacing: -5px;
}

#feedback .icon-feedback-google img {
    /*width: 188px;*/
    /*height: 62px;*/
    /*flex-shrink: 0;*/
}

#feedback .icon-feedback-google {
    /*position: absolute;*/
    /*right: 21px;*/
    /*bottom: 21px;*/
}

#feedback .icon-avaliacao {
    width: 105px;
}

#feedback .logo-google {
    width: 57px
}

#feedback .swiper-button-prev {
    content: url(../images/icon/icon-prev.svg);
    width: 50px;
    height: 50px;
    margin-left: -15px;
    margin-top: 10px;
}

#feedback .swiper-button-next {
    content: url(../images/icon/icon-next.svg);
    width: 50px;
    height: 50px;
    margin-right: -15px;
    margin-top: 10px;
}

#feedback .slide-content-feedback {
    margin: 0 45px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .container-feedback {
        /*max-width: 900px;*/
    }


    #feedback .swiper-button-prev {
        margin-left: -12px;
    }

    #feedback .swiper-button-next {
        margin-right: -12px;
    }

    #feedback .feedback-title {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 390px) {
    #feedback .card {
        position: relative;
        /*max-width: 85%;*/
        max-width: 20px;
        width: 220px;
    }

    #feedback .message {
        min-height: 220px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    #feedback .feedback-title {
        font-size: 38.824px;
    }

    #feedback .feedback-text {
        font-size: 19.436px;
    }

    #feedback .card {
        max-width: 97%;
    }
}



#cotacao {
    margin-top: 89px;
}

#cotacao {
    background-image: url("../images/bg-cotacao.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

#cotacao .cotacao-title {
    color: #000;
    text-align: center;
    font-family: Public Sans;
    font-size: 44.54px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 9px;
}

#cotacao .cotacao-subtitle {
    color: #000;
    text-align: center;
    font-family: Public Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#cotacao .card {
    border-radius: 19px;
    border: 1px solid #000;
    max-width: 260px;
}

#cotacao .card-img-top {
    border-radius: 20px;
    border-bottom: 1px solid #000;
}

#cotacao .card-body {
    padding: 16px 21px 31px 26px;
}

#cotacao .card-title {
    color: #000;
    font-family: Public Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#cotacao .card-subtitle {
    color: #000;
    font-family: Public Sans;
    font-size: 21.559px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 11px;
}

#cotacao .card-text {
    color: #000;
    font-family: Public Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160.5%;
    padding-top: 11px
}

#cotacao .cotacao-btn-faleconosco {
    display: inline-flex;
    background-color: #00662A;
    width: 311px;
    height: 59px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 43px;
    border: 1px solid var(--Black, #000);
    background: #00662A;
    box-shadow: 0px 2px 0px 0px #000;
    /*justify-content: center;*/
    margin-top: 24px;
}

#cotacao .cotacao-text-faleconosco {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 6px 14.6px;
    color: #FFF;
    text-decoration: none;
}

#cotacao .cotacao-box-contato {
    margin-top: 35px;
    text-align: center;
}

#cotacao .cotacao-tel-contato {
    border-radius: 12px;
    border: 1px solid #000;
    box-shadow: 0px 3.125px 10px 0px rgba(8, 15, 52, 0.06);
    /*    width:  370px;
        height: 137px;*/
    margin: auto;
    margin-top: 35px;
    color: #000;
    text-align: center;
    font-family: Public Sans;
    font-size: 40.145px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 31px 44px 59px;
    z-index: 1;
}

#cotacao .cotacao-btn {
    /*padding: 18.78px 26.996px 19px 26.996px;*/
    padding: 21.78px 26.996px 19px 26.996px;
    /*gap: 11.737px;*/
    border-radius: 11.25px;
    background: #00662A;
    max-width: 310px;
    margin: auto;
    margin-top: 26px;
    text-align: center;
    position: relative;
    z-index: 99;
}

#cotacao .cotacao-text-btn {
    color: #FFF;
    font-family: Public Sans;
    font-size: 18.78px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: auto;
    text-align: center;
}

#cotacao a {
    text-decoration: none;
}

#cotacao .icone-phone {
    content: url("../images/icon/icon-phone.svg");
    width: 24px;
    height: 24px;
    vertical-align: -20%;
    margin-right: 7px;
}

@media screen and (max-width: 768px) {
    #cotacao .card {
        margin: auto;
    }

    #cotacao .card {
        border-radius: 19px;
        border: 1px solid #000;
        max-width: 351px;
    }

    #cotacao .cotacao-tel-contato {
        font-size: 34px;
    }

    #cotacao .cotacao-btn {
        max-width: 292px;
    }

    #cotacao .cotacao-text-btn {
        font-size: 15px;
        /*padding: 21.78px 26.996px 19px 26.996px;*/
        padding: 11.78px 13.996px 9px 13.996px;
    }

    #cotacao .icone-phone {
        content: url("../images/icon/icon-phone.svg");
        width: 20px;
        height: 20px;
        vertical-align: -20%;
    }
}






.faq-title {
    color: #000;
    text-align: left;
    font-family: Public Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: -23px;
    margin-top: 90px;
}


.accordion-button:not(.collapsed)::after {
    background-image: url("../images/icon/icon-faq-after.svg");
    /*background-image: url("../images/icon/icon-faq-before.svg");*/
    width: 25px;
    height: 25px;
    background-size: 25px;
    transform: rotate(90deg);
}

.accordion-button::after {
    flex-shrink: 0;
    /*  width: 1.25rem;
      height: 1.25rem;*/
    width: 32px;
    height: 32px;
    margin-left: auto;
    content: "";
    background-image: url("../images/icon/icon-faq-before.svg");
    background-repeat: no-repeat;
    background-size: 32px;
    transition: transform 0.2s ease-in-out;
}


#cotacao .accordion-item {
    border-radius: 14px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0px 3.125px 10px 0px rgba(8, 15, 52, 0.06);
    margin-top: 25px;
}

#cotacao .accordion-button {
    border-radius: 14px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.5px;
    /* 97.222% */
    text-transform: uppercase;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    background: #FFF;
}

#cotacao .accordion-body {
    color: #000;
    font-family: Public Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    max-width: 600px;
}

#cotacao .accordion-button-active-bg {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

#cotacao .accordion-collapse {
    padding-bottom: 20px;
    padding-left: 16px;
}

#cotacao .accordion-header {
    /*    padding-top: 2px;
        padding-bottom: 5px;*/
    padding-left: 15px;
}

#cotacao .accordion-body {
    padding-top: 0px;
}


#cotacao .orcamento-title {
    color: #000;
    font-family: Public Sans;
    font-size: 49.594px;
    font-style: normal;
    font-weight: 600;
    line-height: 106%;
    /* 52.569px */
}

#cotacao .orcamento-text {
    color: #000;
    font-family: Public Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 50px;
}

#cotacao .col-contato {
    margin-top: 85px;
    margin-bottom: 275px;
    padding-left: 90px;
}

@media screen and (max-width: 768px) {
    #cotacao .faq-title {
        margin-left: 0px;
        font-size: 32px;
    }

    #cotacao .accordion-button {
        font-size: 16px;
        line-height: 21.5px;
        /* 134.375% */

    }

    #cotacao .accordion-button:not(.collapsed)::after {
        margin-left: 61px;
    }

    #cotacao .accordion-button::after {
        margin-left: 54px;
    }

    #cotacao .orcamento-title {
        font-size: 38.82px;
    }

    #cotacao .orcamento-text {
        font-size: 22px;
    }

    #cotacao .col-contato {
        padding-left: 15px;
        margin-bottom: 35px;
    }

    #cotacao {
        /*        background-image: url("../images/bg-cotacao.png");*/
        background-repeat: no-repeat;
        background-position: bottom;
        background: #FFF;
    }

    #form-footer {
        background: linear-gradient(90deg, #098CCE 0%, #6AABD4 100%);
        margin-top: 45px;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 0px !important;
    }

    #form-footer .formulario-contact {
        margin-left: 0px;
    }

    #form-footer form {
        margin-top: 30px;
    }
}

/* #form-footer {
    margin-bottom: 80px;
    margin-top: 80px;
} */



#footer {
    background-color: #121A15;
}

#footer .footer-logo-text {
    color: #FFF;
    font-family: Public Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    margin-top: 36px;
    padding-right: 95px;
}

#footer .footer-title {
    color: #FFF;
    font-family: Public Sans;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#footer .footer-title-contato {
    margin-left: 28px;
}

#footer .footer-item-list {
    color: #FFF;
    font-family: Public Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 177%;
    /* 28.32px */
    margin-bottom: 20px;
}

#footer .icone-whastApp {
    content: url("../images/icon/icon-whatsApp.svg");
    width: 23px;
    height: 24px;
    vertical-align: -20%;
    margin-right: 6px;
}

#footer .icone-phone {
    content: url("../images/icon/icon-phone.svg");
    width: 24px;
    height: 24px;
    vertical-align: -20%;
    margin-right: 6px;
}

#footer .icone-endereco {
    content: url("../images/icon/icon-endereco.svg");
    width: 24px;
    height: 24px;
    vertical-align: -20%;
    margin-right: 6px;
}

#footer .icone-email {
    content: url("../images/icon/icon-email-white.svg");
    width: 24px;
    height: 24px;
    vertical-align: -30%;
    margin-right: 6px;
}

.logo-alavant {
    margin-top: 68px;
    margin-bottom: 83px;
}


@media screen and (max-width: 768px) {
    .container-min {
        max-width: 375px;
        margin: auto;
    }

    .container-med {
        max-width: 375px;
        margin: auto;
    }
}

.container-header {
    max-width: 1220px !important;
}

.modal-container {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    /*position: fixed;*/
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.modal-container.mostrar {
    display: flex;
}

.modal-popup {
    background: #255E3C;
    border-radius: 21px;
    width: 60%;
    min-width: 370px;
    max-width: 800px;
    padding: 62px 63px 0px;
    /*border: 10px solid #988b7a;*/
    /*box-shadow: 0 0 0 10px white;*/
    position: relative;
    border-radius: 10px;
    z-index: 110;
}


.popup-title {
    color: #FFF;
    font-family: Public Sans;
    font-size: 28.037px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /*margin-top: 74px;*/
    max-width: 203px;
    border-bottom: 2px solid #FFF;
}

.popup-text {
    color: #FFF;
    font-family: Public Sans;
    font-size: 16.789px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#modal-popup input {
    background: rgba(217, 217, 217, 0.10);
    border: 1px solid #FFF;
    opacity: 0.72;
    margin-top: 11px;
    font-size: 13.874px;
    padding: 10px 11px 11px;
}

#modal-popup input::placeholder {
    color: #FFF;
    opacity: 0.72;
    /* Firefox */
    font-size: 13.874px;
}

.btn-popup {
    border-radius: 27.431px;
    border: 0.638px solid var(--Black, #000);
    background: #00662A;
    box-shadow: 0px 1.27586px 0px 0px #000;
    color: #FFF;
    text-transform: uppercase;
    font-size: 10.207px;
    text-align: center;
    font-family: Public Sans;
    padding: 12px 30px;
    margin-top: 25px;
    min-width: 133px;
    margin-bottom: 73px;
}

#modal-popup .fechar {
    position: absolute;
    font-size: 1.5em;
    top: 25px;
    right: 43px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /*border: 4px solid white;*/
    background: #255E3C;
    color: #fff;
    /*font-family: "PT Mono", monospace;*/
    cursor: pointer;
    /*box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);*/
    border-color: #000;
    border: none;
}

#modal-popup .popup-footer {
    font-family: Public Sans;
    font-size: 8.103px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.505px;
    /* 166.667% */
    text-transform: uppercase;
    /*opacity: 0.62;*/
    color: rgba(255, 255, 255, 0.62);
}

#modal-popup .popup-footer-img {
    margin-right: 10px;
    opacity: 1;
}

#modal-popup .popup-img {
    max-height: 467px;
}

#modal-popup .icone-popup-close {
    /* content: url("../images/icon/icon-popup-close.svg");
    width: 14px;
    height: 14px; */
    /*vertical-align: -20%;*/
    /*margin-right: 7px;*/
}

@media screen and (max-width: 913px) {
    .modal-popup {
        /*min-width: 90%;*/
        /*max-height: 600px;*/
        padding: 0px;
        border-radius: 21px;
    }

    #modal-popup .popup-img {
        /*max-height: 228px;*/
        width: 100%;
        border-radius: 21px 21px 0px 0px;
    }

    #modal-popup .col-6 {
        padding-right: 0px !important;
    }

    #modal-popup .fechar {
        background: transparent;
    }

    #modal-popup .popup-dados {
        padding: 15px 41px 43px
    }

    .btn-popup {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .popup-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .popup-text {
        margin-bottom: 10px;
    }

    #modal-popup input {
        font-size: 12.874px;
        padding: 9px 10px 10px;
    }

    #modal-popup input::placeholder {
        font-size: 12px;
    }

    .nk-header-title .nk-header-table-cell {
        padding-top: 42px
    }

    #modal-popup .fechar {
        top: 10px;
        right: 15px;
    }
}







#obrigado .obrigado-text {
    max-width: 575px;
    margin-left: 87px;
    margin-top: 20px;
}

#obrigado li {
    font-size: 19.44px;
    line-height: 26.341px;
    font-style: normal;
    margin-bottom: 7px;
    font-weight: 600;
}

#obrigado .nk-header-title h1.nk-title {
    margin-left: 0px;
    font-size: 50.491px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 29px;
}

#obrigado h2 {
    font-size: 44.54px;
    font-weight: 600;
}

#obrigado p {
    font-family: Public Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    ;
    margin-bottom: 31px;
}


#obrigado .bg-image,
#obrigado .bg-image>div,
#obrigado .bg-video,
#obrigado .bg-video>div {
    /*    position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;*/
    /*background-size: cover;*/
    /*background-position: 50% 50%;*/
    background-image: none;
    background-color: #E6E6E6;
    margin-top: 125px;
    border-radius: 21px 21px 0px 0px;
    background-image: url("../images/obrigado-comemorando.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 60%;
    /*min-height: 955px;*/

}

@media screen and (max-width: 1281px) {

    #obrigado .bg-image,
    #obrigado .bg-image>div,
    #obrigado .bg-video,
    #obrigado .bg-video>div {
        margin-top: 60px;
        background-size: 55%
    }
}

@media screen and (max-width: 1025px) {

    #obrigado .bg-image,
    #obrigado .bg-image>div,
    #obrigado .bg-video,
    #obrigado .bg-video>div {
        margin-top: 20px;
        background-size: 44%
    }
}

@media screen and (max-width: 913px) {
    #obrigado .obrigado-text {
        max-width: 575px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    #obrigado .nk-header-title h1.nk-title {
        margin-left: 0px;
        font-size: 30.491px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 19px;
        text-align: left;
    }

    #obrigado .nk-header-title h2.nk-title {
        margin-left: 0px;
        font-size: 27.491px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 4px;
        text-align: left;
    }

    #obrigado p {
        font-family: Public Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 31px;
        margin-bottom: 15px;
    }

    #obrigado li {
        font-size: 15.44px;
        line-height: 20px;
        font-style: normal;
        margin-bottom: 7px;
        font-weight: 600;
    }

    #obrigado ol {
        /*margin-bottom: 3000px;*/
    }

    #obrigado .bg-image,
    #obrigado .bg-image>div,
    #obrigado .bg-video,
    #obrigado .bg-video>div {
        margin-top: 0px;
        background-size: 90%;
        border-radius: 0px;
        /*min-height: 800px;*/
        /*background-image: none;*/
        background-position: bottom center;
    }
}


.pulsar img {
    width: 35px;
    height: 35px;
    background: transparent;
}

.pulsar {
    position: relative;
    width: 70px;
    height: 70px;
    background: #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.pulsar:before,
.pulsar:after {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    border: 2px solid #25d366;
    animation: animar 1.5s linear infinite;
    opacity: 0;
}

.pulsar:after {
    animation-delay: .5s;
}

.whatsapp {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 25px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

@keyframes animar {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;

    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }

}


.popup-Whatsapp {
    position: fixed;
    width: 135px;
    height: 50px;
    bottom: 25px;
    background-color: #f5f7f9;
    font-size: 13px;
    font-weight: 500;
    color: #43474e;
    padding: 5px 0 5px 12px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    right: 75px;
    bottom: 35px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 999;
}


.dimbox-figure img {
    border-radius: 25.554px !important;
    /*max-width: 75%;*/
    /*max-width: 75%;*/
}

/*.dimbox-container{
    color: #000;
}
.dimbox-container::before {
    background-color: #fff;
    opacity: 1;
}

dimbox-btn{
    color: #000 !important;
}*/


#notice {
    max-width: 900px;
    margin: 116px auto 130px;

}

#notice .notice-img {
    max-width: 106px;
}

#notice .notice-title {
    color: #000;
    font-family: Public Sans;
    font-size: 52.839px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 50px;
}

#notice .notice-text {
    color: #000;
    font-family: Public Sans;
    font-size: 16.432px;
    font-style: normal;
    font-weight: 300;
    line-height: 160.5%;
    /* 26.374px */
}

@media screen and (max-width: 819px) {
    #notice .notice-title {
        font-size: 36px;
    }

    #notice .notice-img {
        max-width: 75px;
    }
}


@media screen and (min-width: 1000px) and (max-width: 1584px) {
    .nk-header-table-cell .nk-header-text .nk-gap-4 {
        height: 0px;
    }
}



#form-contact-footer {
    min-height: 423px;
}

#form-contact-footer .cotacao-tel-contato {
    background-color: #fff;
    font-size: 27px;
}


@media screen and (max-width: 819px) {

    #form-contact-footer {
        min-height: 100px;
    }
}