.info-acesso {
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 20px 30px;
    width: auto;
    display: inline-block;
    margin-top: 10px;
    color: #ffffff;
}

.team_block {
  padding: 30px 20px;
}

.team_block p {
  line-height: 1.5;
  margin-top: 8px;
}

.service_block {
  border-radius: 10px;
  padding: 30px 30px 10px;
  min-height: 192px;
}

.about_list.style_2 li, 
.service_block .text p {
  line-height: 1.5;
  font-size: 15px;
}

.why-us-list li {
  padding: 25px 25px 22px;
  min-height: 95px;
  align-items: center;
}

.why-us-list li .text h6 {
  font-size: 18px;
  margin: 0 !important;
}

.why-us-list li .icon {
  top: -1px;
}

.service_block .icon img {
  border-radius: 6px;
}

.service_block:before {
  font-size: 130px;
  top: 50%;
}

.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.margin-5px-top {
    margin-top: 5px !important;
}
.margin-10px-top {
    margin-top: 10px !important;
}
.margin-15px-top {
    margin-top: 15px !important;
}
.margin-20px-top {
    margin-top: 20px !important;
}
.margin-25px-top {
    margin-top: 25px !important;
}
.margin-30px-top {
    margin-top: 30px !important;
}
.margin-35px-top {
    margin-top: 35px !important;
}
.margin-40px-top {
    margin-top: 40px !important;
}
.margin-45px-top {
    margin-top: 45px !important;
}
.margin-50px-top {
    margin-top: 50px !important;
}
.margin-55px-top {
    margin-top: 55px !important;
}
.margin-60px-top {
    margin-top: 60px !important;
}
.margin-65px-top {
    margin-top: 65px !important;
}
.margin-70px-top {
    margin-top: 70px !important;
}
.margin-75px-top {
    margin-top: 75px !important;
}
.margin-80px-top {
    margin-top: 80px !important;
}
.margin-85px-top {
    margin-top: 85px !important;
}
.margin-90px-top {
    margin-top: 90px !important;
}
.margin-95px-top {
    margin-top: 95px !important;
}
.margin-100px-top {
    margin-top: 100px !important;
}
.margin-120px-top {
    margin-top: 120px !important;
}
.margin-5px-bottom {
    margin-bottom: 5px !important;
}
.margin-10px-bottom {
    margin-bottom: 10px !important;
}
.margin-15px-bottom {
    margin-bottom: 15px !important;
}
.margin-20px-bottom {
    margin-bottom: 20px !important;
}
.margin-25px-bottom {
    margin-bottom: 25px !important;
}
.margin-30px-bottom {
    margin-bottom: 30px !important;
}
.margin-35px-bottom {
    margin-bottom: 35px !important;
}
.margin-40px-bottom {
    margin-bottom: 40px !important;
}
.margin-45px-bottom {
    margin-bottom: 45px !important;
}
.margin-50px-bottom {
    margin-bottom: 50px !important;
}
.margin-55px-bottom {
    margin-bottom: 55px !important;
}
.margin-60px-bottom {
    margin-bottom: 60px !important;
}
.margin-65px-bottom {
    margin-bottom: 65px !important;
}
.margin-70px-bottom {
    margin-bottom: 70px !important;
}
.margin-75px-bottom {
    margin-bottom: 75px !important;
}
.margin-80px-bottom {
    margin-bottom: 80px !important;
}
.margin-85px-bottom {
    margin-bottom: 85px !important;
}
.margin-90px-bottom {
    margin-bottom: 90px !important;
}
.margin-95px-bottom {
    margin-bottom: 95px !important;
}
.margin-100px-bottom {
    margin-bottom: 100px !important;
}
.margin-10px-right {
    margin-right: 10px !important;
}
.margin-15px-right {
    margin-right: 15px !important;
}
.margin-20px-right {
    margin-right: 20px !important;
}
.margin-25px-right {
    margin-right: 25px !important;
}
.margin-30px-right {
    margin-right: 30px !important;
}
.margin-35px-right {
    margin-right: 35px !important;
}
.margin-40px-right {
    margin-right: 40px !important;
}
.margin-45px-right {
    margin-right: 45px !important;
}
.margin-50px-right {
    margin-right: 50px !important;
}
.margin-55px-right {
    margin-right: 55px !important;
}
.margin-60px-right {
    margin-right: 60px !important;
}
.margin-65px-right {
    margin-right: 65px !important;
}
.margin-70px-right {
    margin-right: 70px !important;
}
.margin-75px-right {
    margin-right: 75px !important;
}
.margin-80px-right {
    margin-right: 80px !important;
}
.margin-85px-right {
    margin-right: 85px !important;
}
.margin-90px-right {
    margin-right: 90px !important;
}
.margin-95px-right {
    margin-right: 95px !important;
}
.margin-100px-right {
    margin-right: 100px !important;
}
.margin-5px-left {
    margin-left: 5px !important;
}
.margin-10px-left {
    margin-left: 10px !important;
}
.margin-15px-left {
    margin-left: 15px !important;
}
.margin-20px-left {
    margin-left: 20px !important;
}
.margin-25px-left {
    margin-left: 25px !important;
}
.margin-30px-left {
    margin-left: 30px !important;
}
.margin-35px-left {
    margin-left: 35px !important;
}
.margin-40px-left {
    margin-left: 40px !important;
}
.margin-45px-left {
    margin-left: 45px !important;
}
.margin-50px-left {
    margin-left: 50px !important;
}
.margin-55px-left {
    margin-left: 55px !important;
}
.margin-60px-left {
    margin-left: 60px !important;
}
.margin-65px-left {
    margin-left: 65px !important;
}
.margin-70px-left {
    margin-left: 70px !important;
}
.margin-75px-left {
    margin-left: 75px !important;
}
.margin-80px-left {
    margin-left: 80px !important;
}
.margin-85px-left {
    margin-left: 85px !important;
}
.margin-90px-left {
    margin-left: 90px !important;
}
.margin-95px-left {
    margin-left: 95px !important;
}
.margin-100px-left {
    margin-left: 100px !important;
}
.margin-5px-lr {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.margin-10px-lr {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.margin-15px-lr {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.margin-20px-lr {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.margin-25px-lr {
    margin-left: 25px !important;
    margin-right: 25px !important;
}
.margin-30px-lr {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.margin-35px-lr {
    margin-left: 35px !important;
    margin-right: 35px !important;
}
.margin-40px-lr {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.margin-45px-lr {
    margin-left: 45px !important;
    margin-right: 45px !important;
}
.margin-50px-lr {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.margin-55px-lr {
    margin-left: 55px !important;
    margin-right: 55px !important;
}
.margin-60px-lr {
    margin-left: 60px !important;
    margin-right: 60px !important;
}
.margin-65px-lr {
    margin-left: 65px !important;
    margin-right: 60px !important;
}
.margin-70px-lr {
    margin-left: 70px !important;
    margin-right: 65px !important;
}
.margin-75px-lr {
    margin-left: 75px !important;
    margin-right: 70px !important;
}
.margin-80px-lr {
    margin-left: 80px !important;
    margin-right: 75px !important;
}
.margin-85px-lr {
    margin-left: 85px !important;
    margin-right: 80px !important;
}
.margin-90px-lr {
    margin-left: 90px !important;
    margin-right: 85px !important;
}
.margin-95px-lr {
    margin-left: 95px !important;
    margin-right: 90px !important;
}
.margin-100px-lr {
    margin-left: 100px !important;
    margin-right: 100px !important;
}
.margin-5px-tb {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.margin-10px-tb {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.margin-15px-tb {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.margin-20px-tb {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.margin-25px-tb {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.margin-30px-tb {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.margin-35px-tb {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}
.margin-40px-tb {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.margin-45px-tb {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}
.margin-50px-tb {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.margin-55px-tb {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}
.margin-60px-tb {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.margin-65px-tb {
    margin-top: 65px !important;
    margin-bottom: 60px !important;
}
.margin-70px-tb {
    margin-top: 70px !important;
    margin-bottom: 65px !important;
}
.margin-75px-tb {
    margin-top: 75px !important;
    margin-bottom: 70px !important;
}
.margin-80px-tb {
    margin-top: 80px !important;
    margin-bottom: 75px !important;
}
.margin-85px-tb {
    margin-top: 85px !important;
    margin-bottom: 80px !important;
}
.margin-90px-tb {
    margin-top: 90px !important;
    margin-bottom: 85px !important;
}
.margin-95px-tb {
    margin-top: 95px !important;
    margin-bottom: 90px !important;
}
.margin-100px-tb {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.padding-5px-top {
    padding-top: 5px !important;
}
.padding-10px-top {
    padding-top: 10px !important;
}
.padding-15px-top {
    padding-top: 15px !important;
}
.padding-20px-top {
    padding-top: 20px !important;
}
.padding-25px-top {
    padding-top: 25px !important;
}
.padding-30px-top {
    padding-top: 30px !important;
}
.padding-35px-top {
    padding-top: 35px !important;
}
.padding-40px-top {
    padding-top: 40px !important;
}
.padding-45px-top {
    padding-top: 45px !important;
}
.padding-50px-top {
    padding-top: 50px !important;
}
.padding-55px-top {
    padding-top: 55px !important;
}
.padding-60px-top {
    padding-top: 60px !important;
}
.padding-65px-top {
    padding-top: 65px !important;
}
.padding-70px-top {
    padding-top: 70px !important;
}
.padding-75px-top {
    padding-top: 75px !important;
}
.padding-80px-top {
    padding-top: 80px !important;
}
.padding-85px-top {
    padding-top: 85px !important;
}
.padding-90px-top {
    padding-top: 90px !important;
}
.padding-95px-top {
    padding-top: 95px !important;
}
.padding-100px-top {
    padding-top: 100px !important;
}
.padding-5px-bottom {
    padding-bottom: 5px !important;
}
.padding-10px-bottom {
    padding-bottom: 10px !important;
}
.padding-15px-bottom {
    padding-bottom: 15px !important;
}
.padding-20px-bottom {
    padding-bottom: 20px !important;
}
.padding-25px-bottom {
    padding-bottom: 25px !important;
}
.padding-30px-bottom {
    padding-bottom: 30px !important;
}
.padding-35px-bottom {
    padding-bottom: 35px !important;
}
.padding-40px-bottom {
    padding-bottom: 40px !important;
}
.padding-45px-bottom {
    padding-bottom: 45px !important;
}
.padding-50px-bottom {
    padding-bottom: 50px !important;
}
.padding-55px-bottom {
    padding-bottom: 55px !important;
}
.padding-60px-bottom {
    padding-bottom: 60px !important;
}
.padding-65px-bottom {
    padding-bottom: 65px !important;
}
.padding-70px-bottom {
    padding-bottom: 70px !important;
}
.padding-75px-bottom {
    padding-bottom: 75px !important;
}
.padding-80px-bottom {
    padding-bottom: 80px !important;
}
.padding-85px-bottom {
    padding-bottom: 85px !important;
}
.padding-90px-bottom {
    padding-bottom: 90px !important;
}
.padding-95px-bottom {
    padding-bottom: 95px !important;
}
.padding-100px-bottom {
    padding-bottom: 100px !important;
}
.padding-120px-bottom {
    padding-bottom: 120px !important;
}
@media (max-width: 1199px) {
    .lg-text-center {
        text-align: center !important;
    }
    .lg-text-left {
        text-align: left !important;
    }
    .lg-text-right {
        text-align: right !important;
    }
    .lg-margin-5px-top {
        margin-top: 5px !important;
    }
    .lg-margin-10px-top {
        margin-top: 10px !important;
    }
    .lg-margin-15px-top {
        margin-top: 15px !important;
    }
    .lg-margin-20px-top {
        margin-top: 20px !important;
    }
    .lg-margin-25px-top {
        margin-top: 25px !important;
    }
    .lg-margin-30px-top {
        margin-top: 30px !important;
    }
    .lg-margin-35px-top {
        margin-top: 35px !important;
    }
    .lg-margin-40px-top {
        margin-top: 40px !important;
    }
    .lg-margin-45px-top {
        margin-top: 45px !important;
    }
    .lg-margin-50px-top {
        margin-top: 50px !important;
    }
    .lg-margin-55px-top {
        margin-top: 55px !important;
    }
    .lg-margin-60px-top {
        margin-top: 60px !important;
    }
    .lg-margin-65px-top {
        margin-top: 65px !important;
    }
    .lg-margin-70px-top {
        margin-top: 70px !important;
    }
    .lg-margin-75px-top {
        margin-top: 75px !important;
    }
    .lg-margin-80px-top {
        margin-top: 80px !important;
    }
    .lg-margin-85px-top {
        margin-top: 85px !important;
    }
    .lg-margin-90px-top {
        margin-top: 90px !important;
    }
    .lg-margin-95px-top {
        margin-top: 95px !important;
    }
    .lg-margin-100px-top {
        margin-top: 100px !important;
    }
    .lg-margin-5px-bottom {
        margin-bottom: 5px !important;
    }
    .lg-margin-10px-bottom {
        margin-bottom: 10px !important;
    }
    .lg-margin-15px-bottom {
        margin-bottom: 15px !important;
    }
    .lg-margin-20px-bottom {
        margin-bottom: 20px !important;
    }
    .lg-margin-25px-bottom {
        margin-bottom: 25px !important;
    }
    .lg-margin-30px-bottom {
        margin-bottom: 30px !important;
    }
    .lg-margin-35px-bottom {
        margin-bottom: 35px !important;
    }
    .lg-margin-40px-bottom {
        margin-bottom: 40px !important;
    }
    .lg-margin-45px-bottom {
        margin-bottom: 45px !important;
    }
    .lg-margin-50px-bottom {
        margin-bottom: 50px !important;
    }
    .lg-margin-55px-bottom {
        margin-bottom: 55px !important;
    }
    .lg-margin-60px-bottom {
        margin-bottom: 60px !important;
    }
    .lg-margin-65px-bottom {
        margin-bottom: 65px !important;
    }
    .lg-margin-70px-bottom {
        margin-bottom: 70px !important;
    }
    .lg-margin-75px-bottom {
        margin-bottom: 75px !important;
    }
    .lg-margin-80px-bottom {
        margin-bottom: 80px !important;
    }
    .lg-margin-85px-bottom {
        margin-bottom: 85px !important;
    }
    .lg-margin-90px-bottom {
        margin-bottom: 90px !important;
    }
    .lg-margin-95px-bottom {
        margin-bottom: 95px !important;
    }
    .lg-margin-100px-bottom {
        margin-bottom: 100px !important;
    }
    .lg-margin-10px-right {
        margin-right: 10px !important;
    }
    .lg-margin-15px-right {
        margin-right: 15px !important;
    }
    .lg-margin-20px-right {
        margin-right: 20px !important;
    }
    .lg-margin-25px-right {
        margin-right: 25px !important;
    }
    .lg-margin-30px-right {
        margin-right: 30px !important;
    }
    .lg-margin-35px-right {
        margin-right: 35px !important;
    }
    .lg-margin-40px-right {
        margin-right: 40px !important;
    }
    .lg-margin-45px-right {
        margin-right: 45px !important;
    }
    .lg-margin-50px-right {
        margin-right: 50px !important;
    }
    .lg-margin-55px-right {
        margin-right: 55px !important;
    }
    .lg-margin-60px-right {
        margin-right: 60px !important;
    }
    .lg-margin-65px-right {
        margin-right: 65px !important;
    }
    .lg-margin-70px-right {
        margin-right: 70px !important;
    }
    .lg-margin-75px-right {
        margin-right: 75px !important;
    }
    .lg-margin-80px-right {
        margin-right: 80px !important;
    }
    .lg-margin-85px-right {
        margin-right: 85px !important;
    }
    .lg-margin-90px-right {
        margin-right: 90px !important;
    }
    .lg-margin-95px-right {
        margin-right: 95px !important;
    }
    .lg-margin-100px-right {
        margin-right: 100px !important;
    }
    .lg-margin-5px-left {
        margin-left: 5px !important;
    }
    .lg-margin-10px-left {
        margin-left: 10px !important;
    }
    .lg-margin-15px-left {
        margin-left: 15px !important;
    }
    .lg-margin-20px-left {
        margin-left: 20px !important;
    }
    .lg-margin-25px-left {
        margin-left: 25px !important;
    }
    .lg-margin-30px-left {
        margin-left: 30px !important;
    }
    .lg-margin-35px-left {
        margin-left: 35px !important;
    }
    .lg-margin-40px-left {
        margin-left: 40px !important;
    }
    .lg-margin-45px-left {
        margin-left: 45px !important;
    }
    .lg-margin-50px-left {
        margin-left: 50px !important;
    }
    .lg-margin-55px-left {
        margin-left: 55px !important;
    }
    .lg-margin-60px-left {
        margin-left: 60px !important;
    }
    .lg-margin-65px-left {
        margin-left: 65px !important;
    }
    .lg-margin-70px-left {
        margin-left: 70px !important;
    }
    .lg-margin-75px-left {
        margin-left: 75px !important;
    }
    .lg-margin-80px-left {
        margin-left: 80px !important;
    }
    .lg-margin-85px-left {
        margin-left: 85px !important;
    }
    .lg-margin-90px-left {
        margin-left: 90px !important;
    }
    .lg-margin-95px-left {
        margin-left: 95px !important;
    }
    .lg-margin-100px-left {
        margin-left: 100px !important;
    }
    .lg-margin-5px-lr {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .lg-margin-10px-lr {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .lg-margin-15px-lr {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .lg-margin-20px-lr {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .lg-margin-25px-lr {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
    .lg-margin-30px-lr {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .lg-margin-35px-lr {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
    .lg-margin-40px-lr {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    .lg-margin-45px-lr {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }
    .lg-margin-50px-lr {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    .lg-margin-55px-lr {
        margin-left: 55px !important;
        margin-right: 55px !important;
    }
    .lg-margin-60px-lr {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }
    .lg-margin-65px-lr {
        margin-left: 65px !important;
        margin-right: 60px !important;
    }
    .lg-margin-70px-lr {
        margin-left: 70px !important;
        margin-right: 65px !important;
    }
    .lg-margin-75px-lr {
        margin-left: 75px !important;
        margin-right: 70px !important;
    }
    .lg-margin-80px-lr {
        margin-left: 80px !important;
        margin-right: 75px !important;
    }
    .lg-margin-85px-lr {
        margin-left: 85px !important;
        margin-right: 80px !important;
    }
    .lg-margin-90px-lr {
        margin-left: 90px !important;
        margin-right: 85px !important;
    }
    .lg-margin-95px-lr {
        margin-left: 95px !important;
        margin-right: 90px !important;
    }
    .lg-margin-100px-lr {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }
    .lg-margin-5px-tb {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .lg-margin-10px-tb {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .lg-margin-15px-tb {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .lg-margin-20px-tb {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .lg-margin-25px-tb {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .lg-margin-30px-tb {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .lg-margin-35px-tb {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .lg-margin-40px-tb {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .lg-margin-45px-tb {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .lg-margin-50px-tb {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .lg-margin-55px-tb {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .lg-margin-60px-tb {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .lg-margin-65px-tb {
        margin-top: 65px !important;
        margin-bottom: 60px !important;
    }
    .lg-margin-70px-tb {
        margin-top: 70px !important;
        margin-bottom: 65px !important;
    }
    .lg-margin-75px-tb {
        margin-top: 75px !important;
        margin-bottom: 70px !important;
    }
    .lg-margin-80px-tb {
        margin-top: 80px !important;
        margin-bottom: 75px !important;
    }
    .lg-margin-85px-tb {
        margin-top: 85px !important;
        margin-bottom: 80px !important;
    }
    .lg-margin-90px-tb {
        margin-top: 90px !important;
        margin-bottom: 85px !important;
    }
    .lg-margin-95px-tb {
        margin-top: 95px !important;
        margin-bottom: 90px !important;
    }
    .lg-margin-100px-tb {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
    .lg-padding-5px-top {
        padding-top: 5px !important;
    }
    .lg-padding-10px-top {
        padding-top: 10px !important;
    }
    .lg-padding-15px-top {
        padding-top: 15px !important;
    }
    .lg-padding-20px-top {
        padding-top: 20px !important;
    }
    .lg-padding-25px-top {
        padding-top: 25px !important;
    }
    .lg-padding-30px-top {
        padding-top: 30px !important;
    }
    .lg-padding-35px-top {
        padding-top: 35px !important;
    }
    .lg-padding-40px-top {
        padding-top: 40px !important;
    }
    .lg-padding-45px-top {
        padding-top: 45px !important;
    }
    .lg-padding-50px-top {
        padding-top: 50px !important;
    }
    .lg-padding-55px-top {
        padding-top: 55px !important;
    }
    .lg-padding-60px-top {
        padding-top: 60px !important;
    }
    .lg-padding-65px-top {
        padding-top: 65px !important;
    }
    .lg-padding-70px-top {
        padding-top: 70px !important;
    }
    .lg-padding-75px-top {
        padding-top: 75px !important;
    }
    .lg-padding-80px-top {
        padding-top: 80px !important;
    }
    .lg-padding-85px-top {
        padding-top: 85px !important;
    }
    .lg-padding-90px-top {
        padding-top: 90px !important;
    }
    .lg-padding-95px-top {
        padding-top: 95px !important;
    }
    .lg-padding-100px-top {
        padding-top: 100px !important;
    }
    .lg-padding-5px-bottom {
        padding-bottom: 5px !important;
    }
    .lg-padding-10px-bottom {
        padding-bottom: 10px !important;
    }
    .lg-padding-15px-bottom {
        padding-bottom: 15px !important;
    }
    .lg-padding-20px-bottom {
        padding-bottom: 20px !important;
    }
    .lg-padding-25px-bottom {
        padding-bottom: 25px !important;
    }
    .lg-padding-30px-bottom {
        padding-bottom: 30px !important;
    }
    .lg-padding-35px-bottom {
        padding-bottom: 35px !important;
    }
    .lg-padding-40px-bottom {
        padding-bottom: 40px !important;
    }
    .lg-padding-45px-bottom {
        padding-bottom: 45px !important;
    }
    .lg-padding-50px-bottom {
        padding-bottom: 50px !important;
    }
    .lg-padding-55px-bottom {
        padding-bottom: 55px !important;
    }
    .lg-padding-60px-bottom {
        padding-bottom: 60px !important;
    }
    .lg-padding-65px-bottom {
        padding-bottom: 65px !important;
    }
    .lg-padding-70px-bottom {
        padding-bottom: 70px !important;
    }
    .lg-padding-75px-bottom {
        padding-bottom: 75px !important;
    }
    .lg-padding-80px-bottom {
        padding-bottom: 80px !important;
    }
    .lg-padding-85px-bottom {
        padding-bottom: 85px !important;
    }
    .lg-padding-90px-bottom {
        padding-bottom: 90px !important;
    }
    .lg-padding-95px-bottom {
        padding-bottom: 95px !important;
    }
    .lg-padding-100px-bottom {
        padding-bottom: 100px !important;
    }
}
@media (max-width: 991px) {
    .md-text-center {
        text-align: center !important;
    }
    .md-text-left {
        text-align: left !important;
    }
    .md-text-right {
        text-align: right !important;
    }
    .md-margin-5px-top {
        margin-top: 5px !important;
    }
    .md-margin-10px-top {
        margin-top: 10px !important;
    }
    .md-margin-15px-top {
        margin-top: 15px !important;
    }
    .md-margin-20px-top {
        margin-top: 20px !important;
    }
    .md-margin-25px-top {
        margin-top: 25px !important;
    }
    .md-margin-30px-top {
        margin-top: 30px !important;
    }
    .md-margin-35px-top {
        margin-top: 35px !important;
    }
    .md-margin-40px-top {
        margin-top: 40px !important;
    }
    .md-margin-45px-top {
        margin-top: 45px !important;
    }
    .md-margin-50px-top {
        margin-top: 50px !important;
    }
    .md-margin-55px-top {
        margin-top: 55px !important;
    }
    .md-margin-60px-top {
        margin-top: 60px !important;
    }
    .md-margin-65px-top {
        margin-top: 65px !important;
    }
    .md-margin-70px-top {
        margin-top: 70px !important;
    }
    .md-margin-75px-top {
        margin-top: 75px !important;
    }
    .md-margin-80px-top {
        margin-top: 80px !important;
    }
    .md-margin-85px-top {
        margin-top: 85px !important;
    }
    .md-margin-90px-top {
        margin-top: 90px !important;
    }
    .md-margin-95px-top {
        margin-top: 95px !important;
    }
    .md-margin-100px-top {
        margin-top: 100px !important;
    }
    .md-margin-5px-bottom {
        margin-bottom: 5px !important;
    }
    .md-margin-10px-bottom {
        margin-bottom: 10px !important;
    }
    .md-margin-15px-bottom {
        margin-bottom: 15px !important;
    }
    .md-margin-20px-bottom {
        margin-bottom: 20px !important;
    }
    .md-margin-25px-bottom {
        margin-bottom: 25px !important;
    }
    .md-margin-30px-bottom {
        margin-bottom: 30px !important;
    }
    .md-margin-35px-bottom {
        margin-bottom: 35px !important;
    }
    .md-margin-40px-bottom {
        margin-bottom: 40px !important;
    }
    .md-margin-45px-bottom {
        margin-bottom: 45px !important;
    }
    .md-margin-50px-bottom {
        margin-bottom: 50px !important;
    }
    .md-margin-55px-bottom {
        margin-bottom: 55px !important;
    }
    .md-margin-60px-bottom {
        margin-bottom: 60px !important;
    }
    .md-margin-65px-bottom {
        margin-bottom: 65px !important;
    }
    .md-margin-70px-bottom {
        margin-bottom: 70px !important;
    }
    .md-margin-75px-bottom {
        margin-bottom: 75px !important;
    }
    .md-margin-80px-bottom {
        margin-bottom: 80px !important;
    }
    .md-margin-85px-bottom {
        margin-bottom: 85px !important;
    }
    .md-margin-90px-bottom {
        margin-bottom: 90px !important;
    }
    .md-margin-95px-bottom {
        margin-bottom: 95px !important;
    }
    .md-margin-100px-bottom {
        margin-bottom: 100px !important;
    }
    .md-margin-10px-right {
        margin-right: 10px !important;
    }
    .md-margin-15px-right {
        margin-right: 15px !important;
    }
    .md-margin-20px-right {
        margin-right: 20px !important;
    }
    .md-margin-25px-right {
        margin-right: 25px !important;
    }
    .md-margin-30px-right {
        margin-right: 30px !important;
    }
    .md-margin-35px-right {
        margin-right: 35px !important;
    }
    .md-margin-40px-right {
        margin-right: 40px !important;
    }
    .md-margin-45px-right {
        margin-right: 45px !important;
    }
    .md-margin-50px-right {
        margin-right: 50px !important;
    }
    .md-margin-55px-right {
        margin-right: 55px !important;
    }
    .md-margin-60px-right {
        margin-right: 60px !important;
    }
    .md-margin-65px-right {
        margin-right: 65px !important;
    }
    .md-margin-70px-right {
        margin-right: 70px !important;
    }
    .md-margin-75px-right {
        margin-right: 75px !important;
    }
    .md-margin-80px-right {
        margin-right: 80px !important;
    }
    .md-margin-85px-right {
        margin-right: 85px !important;
    }
    .md-margin-90px-right {
        margin-right: 90px !important;
    }
    .md-margin-95px-right {
        margin-right: 95px !important;
    }
    .md-margin-100px-right {
        margin-right: 100px !important;
    }
    .md-margin-5px-left {
        margin-left: 5px !important;
    }
    .md-margin-10px-left {
        margin-left: 10px !important;
    }
    .md-margin-15px-left {
        margin-left: 15px !important;
    }
    .md-margin-20px-left {
        margin-left: 20px !important;
    }
    .md-margin-25px-left {
        margin-left: 25px !important;
    }
    .md-margin-30px-left {
        margin-left: 30px !important;
    }
    .md-margin-35px-left {
        margin-left: 35px !important;
    }
    .md-margin-40px-left {
        margin-left: 40px !important;
    }
    .md-margin-45px-left {
        margin-left: 45px !important;
    }
    .md-margin-50px-left {
        margin-left: 50px !important;
    }
    .md-margin-55px-left {
        margin-left: 55px !important;
    }
    .md-margin-60px-left {
        margin-left: 60px !important;
    }
    .md-margin-65px-left {
        margin-left: 65px !important;
    }
    .md-margin-70px-left {
        margin-left: 70px !important;
    }
    .md-margin-75px-left {
        margin-left: 75px !important;
    }
    .md-margin-80px-left {
        margin-left: 80px !important;
    }
    .md-margin-85px-left {
        margin-left: 85px !important;
    }
    .md-margin-90px-left {
        margin-left: 90px !important;
    }
    .md-margin-95px-left {
        margin-left: 95px !important;
    }
    .md-margin-100px-left {
        margin-left: 100px !important;
    }
    .md-margin-5px-lr {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .md-margin-10px-lr {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .md-margin-15px-lr {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .md-margin-20px-lr {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .md-margin-25px-lr {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
    .md-margin-30px-lr {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .md-margin-35px-lr {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
    .md-margin-40px-lr {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    .md-margin-45px-lr {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }
    .md-margin-50px-lr {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    .md-margin-55px-lr {
        margin-left: 55px !important;
        margin-right: 55px !important;
    }
    .md-margin-60px-lr {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }
    .md-margin-65px-lr {
        margin-left: 65px !important;
        margin-right: 60px !important;
    }
    .md-margin-70px-lr {
        margin-left: 70px !important;
        margin-right: 65px !important;
    }
    .md-margin-75px-lr {
        margin-left: 75px !important;
        margin-right: 70px !important;
    }
    .md-margin-80px-lr {
        margin-left: 80px !important;
        margin-right: 75px !important;
    }
    .md-margin-85px-lr {
        margin-left: 85px !important;
        margin-right: 80px !important;
    }
    .md-margin-90px-lr {
        margin-left: 90px !important;
        margin-right: 85px !important;
    }
    .md-margin-95px-lr {
        margin-left: 95px !important;
        margin-right: 90px !important;
    }
    .md-margin-100px-lr {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }
    .md-margin-5px-tb {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .md-margin-10px-tb {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .md-margin-15px-tb {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .md-margin-20px-tb {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .md-margin-25px-tb {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .md-margin-30px-tb {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .md-margin-35px-tb {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .md-margin-40px-tb {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .md-margin-45px-tb {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .md-margin-50px-tb {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .md-margin-55px-tb {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .md-margin-60px-tb {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .md-margin-65px-tb {
        margin-top: 65px !important;
        margin-bottom: 60px !important;
    }
    .md-margin-70px-tb {
        margin-top: 70px !important;
        margin-bottom: 65px !important;
    }
    .md-margin-75px-tb {
        margin-top: 75px !important;
        margin-bottom: 70px !important;
    }
    .md-margin-80px-tb {
        margin-top: 80px !important;
        margin-bottom: 75px !important;
    }
    .md-margin-85px-tb {
        margin-top: 85px !important;
        margin-bottom: 80px !important;
    }
    .md-margin-90px-tb {
        margin-top: 90px !important;
        margin-bottom: 85px !important;
    }
    .md-margin-95px-tb {
        margin-top: 95px !important;
        margin-bottom: 90px !important;
    }
    .md-margin-100px-tb {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
    .md-padding-5px-top {
        padding-top: 5px !important;
    }
    .md-padding-10px-top {
        padding-top: 10px !important;
    }
    .md-padding-15px-top {
        padding-top: 15px !important;
    }
    .md-padding-20px-top {
        padding-top: 20px !important;
    }
    .md-padding-25px-top {
        padding-top: 25px !important;
    }
    .md-padding-30px-top {
        padding-top: 30px !important;
    }
    .md-padding-35px-top {
        padding-top: 35px !important;
    }
    .md-padding-40px-top {
        padding-top: 40px !important;
    }
    .md-padding-45px-top {
        padding-top: 45px !important;
    }
    .md-padding-50px-top {
        padding-top: 50px !important;
    }
    .md-padding-55px-top {
        padding-top: 55px !important;
    }
    .md-padding-60px-top {
        padding-top: 60px !important;
    }
    .md-padding-65px-top {
        padding-top: 65px !important;
    }
    .md-padding-70px-top {
        padding-top: 70px !important;
    }
    .md-padding-75px-top {
        padding-top: 75px !important;
    }
    .md-padding-80px-top {
        padding-top: 80px !important;
    }
    .md-padding-85px-top {
        padding-top: 85px !important;
    }
    .md-padding-90px-top {
        padding-top: 90px !important;
    }
    .md-padding-95px-top {
        padding-top: 95px !important;
    }
    .md-padding-100px-top {
        padding-top: 100px !important;
    }
    .md-padding-5px-bottom {
        padding-bottom: 5px !important;
    }
    .md-padding-10px-bottom {
        padding-bottom: 10px !important;
    }
    .md-padding-15px-bottom {
        padding-bottom: 15px !important;
    }
    .md-padding-20px-bottom {
        padding-bottom: 20px !important;
    }
    .md-padding-25px-bottom {
        padding-bottom: 25px !important;
    }
    .md-padding-30px-bottom {
        padding-bottom: 30px !important;
    }
    .md-padding-35px-bottom {
        padding-bottom: 35px !important;
    }
    .md-padding-40px-bottom {
        padding-bottom: 40px !important;
    }
    .md-padding-45px-bottom {
        padding-bottom: 45px !important;
    }
    .md-padding-50px-bottom {
        padding-bottom: 50px !important;
    }
    .md-padding-55px-bottom {
        padding-bottom: 55px !important;
    }
    .md-padding-60px-bottom {
        padding-bottom: 60px !important;
    }
    .md-padding-65px-bottom {
        padding-bottom: 65px !important;
    }
    .md-padding-70px-bottom {
        padding-bottom: 70px !important;
    }
    .md-padding-75px-bottom {
        padding-bottom: 75px !important;
    }
    .md-padding-80px-bottom {
        padding-bottom: 80px !important;
    }
    .md-padding-85px-bottom {
        padding-bottom: 85px !important;
    }
    .md-padding-90px-bottom {
        padding-bottom: 90px !important;
    }
    .md-padding-95px-bottom {
        padding-bottom: 95px !important;
    }
    .md-padding-100px-bottom {
        padding-bottom: 100px !important;
    }
}
.section-title p {line-height: 1.5; font-size: 16px;}
@media (max-width: 767px) {
    .info-acesso {
      font-size: 16px;
      padding: 15px 10px;
      width: 100%;
    }
    .meet .subtitle {
        text-align: center;
    }
    .meet .section-title {
        padding-bottom: 0;
    }
    .team_block {
      padding: 30px 30px;
    }
    .container {
      padding-left: 30px;
      padding-right: 30px;
    }
    .bg-banner:before {
        background-image: none;
        background-color: #023059;
    }
    .sidebar.style_3 .sidebar_widget .thm-btn {
        font-size: 12px;
        padding: 16px;
        width: 100%;
        text-align: center;
        display: block;
    }
    .cta_box .cta_box_inner .thm-btn {
        padding: 16px;
        width: 100%;
        text-align: center;
        display: block;
    }
    .sm-text-center {
        text-align: center !important;
    }
    .sm-text-left {
        text-align: left !important;
    }
    .sm-text-right {
        text-align: right !important;
    }
    .sm-margin-5px-top {
        margin-top: 5px !important;
    }
    .sm-margin-10px-top {
        margin-top: 10px !important;
    }
    .sm-margin-15px-top {
        margin-top: 15px !important;
    }
    .sm-margin-20px-top {
        margin-top: 20px !important;
    }
    .sm-margin-25px-top {
        margin-top: 25px !important;
    }
    .sm-margin-30px-top {
        margin-top: 30px !important;
    }
    .sm-margin-35px-top {
        margin-top: 35px !important;
    }
    .sm-margin-40px-top {
        margin-top: 40px !important;
    }
    .sm-margin-45px-top {
        margin-top: 45px !important;
    }
    .sm-margin-50px-top {
        margin-top: 50px !important;
    }
    .sm-margin-55px-top {
        margin-top: 55px !important;
    }
    .sm-margin-60px-top {
        margin-top: 60px !important;
    }
    .sm-margin-65px-top {
        margin-top: 65px !important;
    }
    .sm-margin-70px-top {
        margin-top: 70px !important;
    }
    .sm-margin-75px-top {
        margin-top: 75px !important;
    }
    .sm-margin-80px-top {
        margin-top: 80px !important;
    }
    .sm-margin-85px-top {
        margin-top: 85px !important;
    }
    .sm-margin-90px-top {
        margin-top: 90px !important;
    }
    .sm-margin-95px-top {
        margin-top: 95px !important;
    }
    .sm-margin-100px-top {
        margin-top: 100px !important;
    }
    .sm-margin-5px-bottom {
        margin-bottom: 5px !important;
    }
    .sm-margin-10px-bottom {
        margin-bottom: 10px !important;
    }
    .sm-margin-15px-bottom {
        margin-bottom: 15px !important;
    }
    .sm-margin-20px-bottom {
        margin-bottom: 20px !important;
    }
    .sm-margin-25px-bottom {
        margin-bottom: 25px !important;
    }
    .sm-margin-30px-bottom {
        margin-bottom: 30px !important;
    }
    .sm-margin-35px-bottom {
        margin-bottom: 35px !important;
    }
    .sm-margin-40px-bottom {
        margin-bottom: 40px !important;
    }
    .sm-margin-45px-bottom {
        margin-bottom: 45px !important;
    }
    .sm-margin-50px-bottom {
        margin-bottom: 50px !important;
    }
    .sm-margin-55px-bottom {
        margin-bottom: 55px !important;
    }
    .sm-margin-60px-bottom {
        margin-bottom: 60px !important;
    }
    .sm-margin-65px-bottom {
        margin-bottom: 65px !important;
    }
    .sm-margin-70px-bottom {
        margin-bottom: 70px !important;
    }
    .sm-margin-75px-bottom {
        margin-bottom: 75px !important;
    }
    .sm-margin-80px-bottom {
        margin-bottom: 80px !important;
    }
    .sm-margin-85px-bottom {
        margin-bottom: 85px !important;
    }
    .sm-margin-90px-bottom {
        margin-bottom: 90px !important;
    }
    .sm-margin-95px-bottom {
        margin-bottom: 95px !important;
    }
    .sm-margin-100px-bottom {
        margin-bottom: 100px !important;
    }
    .sm-margin-10px-right {
        margin-right: 10px !important;
    }
    .sm-margin-15px-right {
        margin-right: 15px !important;
    }
    .sm-margin-20px-right {
        margin-right: 20px !important;
    }
    .sm-margin-25px-right {
        margin-right: 25px !important;
    }
    .sm-margin-30px-right {
        margin-right: 30px !important;
    }
    .sm-margin-35px-right {
        margin-right: 35px !important;
    }
    .sm-margin-40px-right {
        margin-right: 40px !important;
    }
    .sm-margin-45px-right {
        margin-right: 45px !important;
    }
    .sm-margin-50px-right {
        margin-right: 50px !important;
    }
    .sm-margin-55px-right {
        margin-right: 55px !important;
    }
    .sm-margin-60px-right {
        margin-right: 60px !important;
    }
    .sm-margin-65px-right {
        margin-right: 65px !important;
    }
    .sm-margin-70px-right {
        margin-right: 70px !important;
    }
    .sm-margin-75px-right {
        margin-right: 75px !important;
    }
    .sm-margin-80px-right {
        margin-right: 80px !important;
    }
    .sm-margin-85px-right {
        margin-right: 85px !important;
    }
    .sm-margin-90px-right {
        margin-right: 90px !important;
    }
    .sm-margin-95px-right {
        margin-right: 95px !important;
    }
    .sm-margin-100px-right {
        margin-right: 100px !important;
    }
    .sm-margin-5px-left {
        margin-left: 5px !important;
    }
    .sm-margin-10px-left {
        margin-left: 10px !important;
    }
    .sm-margin-15px-left {
        margin-left: 15px !important;
    }
    .sm-margin-20px-left {
        margin-left: 20px !important;
    }
    .sm-margin-25px-left {
        margin-left: 25px !important;
    }
    .sm-margin-30px-left {
        margin-left: 30px !important;
    }
    .sm-margin-35px-left {
        margin-left: 35px !important;
    }
    .sm-margin-40px-left {
        margin-left: 40px !important;
    }
    .sm-margin-45px-left {
        margin-left: 45px !important;
    }
    .sm-margin-50px-left {
        margin-left: 50px !important;
    }
    .sm-margin-55px-left {
        margin-left: 55px !important;
    }
    .sm-margin-60px-left {
        margin-left: 60px !important;
    }
    .sm-margin-65px-left {
        margin-left: 65px !important;
    }
    .sm-margin-70px-left {
        margin-left: 70px !important;
    }
    .sm-margin-75px-left {
        margin-left: 75px !important;
    }
    .sm-margin-80px-left {
        margin-left: 80px !important;
    }
    .sm-margin-85px-left {
        margin-left: 85px !important;
    }
    .sm-margin-90px-left {
        margin-left: 90px !important;
    }
    .sm-margin-95px-left {
        margin-left: 95px !important;
    }
    .sm-margin-100px-left {
        margin-left: 100px !important;
    }
    .sm-margin-5px-lr {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .sm-margin-10px-lr {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .sm-margin-15px-lr {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .sm-margin-20px-lr {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .sm-margin-25px-lr {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
    .sm-margin-30px-lr {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .sm-margin-35px-lr {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
    .sm-margin-40px-lr {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    .sm-margin-45px-lr {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }
    .sm-margin-50px-lr {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    .sm-margin-55px-lr {
        margin-left: 55px !important;
        margin-right: 55px !important;
    }
    .sm-margin-60px-lr {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }
    .sm-margin-65px-lr {
        margin-left: 65px !important;
        margin-right: 60px !important;
    }
    .sm-margin-70px-lr {
        margin-left: 70px !important;
        margin-right: 65px !important;
    }
    .sm-margin-75px-lr {
        margin-left: 75px !important;
        margin-right: 70px !important;
    }
    .sm-margin-80px-lr {
        margin-left: 80px !important;
        margin-right: 75px !important;
    }
    .sm-margin-85px-lr {
        margin-left: 85px !important;
        margin-right: 80px !important;
    }
    .sm-margin-90px-lr {
        margin-left: 90px !important;
        margin-right: 85px !important;
    }
    .sm-margin-95px-lr {
        margin-left: 95px !important;
        margin-right: 90px !important;
    }
    .sm-margin-100px-lr {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }
    .sm-margin-5px-tb {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .sm-margin-10px-tb {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .sm-margin-15px-tb {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .sm-margin-20px-tb {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .sm-margin-25px-tb {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .sm-margin-30px-tb {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .sm-margin-35px-tb {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .sm-margin-40px-tb {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .sm-margin-45px-tb {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .sm-margin-50px-tb {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .sm-margin-55px-tb {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .sm-margin-60px-tb {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .sm-margin-65px-tb {
        margin-top: 65px !important;
        margin-bottom: 60px !important;
    }
    .sm-margin-70px-tb {
        margin-top: 70px !important;
        margin-bottom: 65px !important;
    }
    .sm-margin-75px-tb {
        margin-top: 75px !important;
        margin-bottom: 70px !important;
    }
    .sm-margin-80px-tb {
        margin-top: 80px !important;
        margin-bottom: 75px !important;
    }
    .sm-margin-85px-tb {
        margin-top: 85px !important;
        margin-bottom: 80px !important;
    }
    .sm-margin-90px-tb {
        margin-top: 90px !important;
        margin-bottom: 85px !important;
    }
    .sm-margin-95px-tb {
        margin-top: 95px !important;
        margin-bottom: 90px !important;
    }
    .sm-margin-100px-tb {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
    .sm-padding-5px-top {
        padding-top: 5px !important;
    }
    .sm-padding-10px-top {
        padding-top: 10px !important;
    }
    .sm-padding-15px-top {
        padding-top: 15px !important;
    }
    .sm-padding-20px-top {
        padding-top: 20px !important;
    }
    .sm-padding-25px-top {
        padding-top: 25px !important;
    }
    .sm-padding-30px-top {
        padding-top: 30px !important;
    }
    .sm-padding-35px-top {
        padding-top: 35px !important;
    }
    .sm-padding-40px-top {
        padding-top: 40px !important;
    }
    .sm-padding-45px-top {
        padding-top: 45px !important;
    }
    .sm-padding-50px-top {
        padding-top: 50px !important;
    }
    .sm-padding-55px-top {
        padding-top: 55px !important;
    }
    .sm-padding-60px-top {
        padding-top: 60px !important;
    }
    .sm-padding-65px-top {
        padding-top: 65px !important;
    }
    .sm-padding-70px-top {
        padding-top: 70px !important;
    }
    .sm-padding-75px-top {
        padding-top: 75px !important;
    }
    .sm-padding-80px-top {
        padding-top: 80px !important;
    }
    .sm-padding-85px-top {
        padding-top: 85px !important;
    }
    .sm-padding-90px-top {
        padding-top: 90px !important;
    }
    .sm-padding-95px-top {
        padding-top: 95px !important;
    }
    .sm-padding-100px-top {
        padding-top: 100px !important;
    }
    .sm-padding-140px-top {
        padding-top: 140px !important;
    }
    .sm-padding-5px-bottom {
        padding-bottom: 5px !important;
    }
    .sm-padding-10px-bottom {
        padding-bottom: 10px !important;
    }
    .sm-padding-15px-bottom {
        padding-bottom: 15px !important;
    }
    .sm-padding-20px-bottom {
        padding-bottom: 20px !important;
    }
    .sm-padding-25px-bottom {
        padding-bottom: 25px !important;
    }
    .sm-padding-30px-bottom {
        padding-bottom: 30px !important;
    }
    .sm-padding-35px-bottom {
        padding-bottom: 35px !important;
    }
    .sm-padding-40px-bottom {
        padding-bottom: 40px !important;
    }
    .sm-padding-45px-bottom {
        padding-bottom: 45px !important;
    }
    .sm-padding-50px-bottom {
        padding-bottom: 50px !important;
    }
    .sm-padding-55px-bottom {
        padding-bottom: 55px !important;
    }
    .sm-padding-60px-bottom {
        padding-bottom: 60px !important;
    }
    .sm-padding-65px-bottom {
        padding-bottom: 65px !important;
    }
    .sm-padding-70px-bottom {
        padding-bottom: 70px !important;
    }
    .sm-padding-75px-bottom {
        padding-bottom: 75px !important;
    }
    .sm-padding-80px-bottom {
        padding-bottom: 80px !important;
    }
    .sm-padding-85px-bottom {
        padding-bottom: 85px !important;
    }
    .sm-padding-90px-bottom {
        padding-bottom: 90px !important;
    }
    .sm-padding-95px-bottom {
        padding-bottom: 95px !important;
    }
    .sm-padding-100px-bottom {
        padding-bottom: 100px !important;
    }
    .sm-padding-130px-bottom {
        padding-bottom: 130px !important;
    }
    .sm-padding-225px-tb {
        padding: 225px 0 !important;
    }
    .counter_box {
        min-height: auto;
    }
    .footer .ft_about .logo {
        max-width: 90px;
    }
    .aside_bar .logo img {
        max-width: 80px;
    }
    .nav-tabs.style_2 .nav-item .nav-link {
        font-size: 9px;
    }
    .cta_box .section-title .title {
        font-size: 24px;
        line-height: 1.3;
    }
    .cta_box .text_block {
        padding: 0;
    }
    .cta_box .cta_box_inner {
        padding: 0 30px 25px;
    }
    .footer .ft_about .logo {
        margin-bottom: 15px;
    }
    .footer .ft_widget {
        margin-bottom: 20px;
    }
    .nav-tabs.style_2 .nav-item {
        margin-right: 15px;
    }
    .widget-whatsapp {
        bottom: 20px !important;
        right: 20px !important;
    }
}
.footer.style_3 .ft_about .social li a {
    font-size: 28px;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link.active {
    background: 0 0;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.widget-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 16000160;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #4dc247;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.widget-whatsapp--sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.widget-whatsapp {
    width: 60px;
    height: 60px;
    background-color: #4dc247;
    display: block;
    border-radius: 50%;
    text-align: center;
}
.widget-whatsapp:hover {
    background-color: #f1f1f1;
    outline: 0;
}
.widget-whatsapp:hover .widget-whatsapp--icon {
    fill: #4dc247;
}
.widget-whatsapp--icon {
    fill: #fff;
    width: 50px;
    height: 60px;
}
.tooltip-inner {
    background-color: #4dc247 !important;
    color: #fff !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #4dc247;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #4dc247;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #4dc247;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #4dc247;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #4dc247;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #4dc247;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #4dc247;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #4dc247;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #4dc247 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #4dc247 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #4dc247 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #4dc247 !important;
}
