
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400&display=swap');

body, p, span, h1, h2, h3, h4, h5, h6, button, a, label, input, textarea {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}


body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: light;
    background-color: #fff;
}


h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    color: #3A58A2;
}


h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    color: #2B3A54;
}


h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    color: #000
}

h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #2B3A54;
}


h1.font-sm-24 {
    font-size: 34px;
}

p,
ul li {
    line-height: 1.6;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.8px;
    margin: 2px;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.f-14 {
    font-size: 14px;
    line-height: 24px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
    line-height: normal;
}

.f-30 {
    font-size: 30px;
    line-height: normal;
}

.f-34 {
    font-size: 34px;
}

.f-40 {
    font-size: 40px;
    line-height: normal;
}

.grey-text {
    color: #878c9b;
}

.font-weight-regular {
    font-weight: 400;
}

.font-weight-medium {
    font-weight: 500;
}

.z-index {
    z-index: 1;
}

.transition {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.link-border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.back_top {
    position: fixed;
    bottom: 20px;
    height: 40px;
    width: 40px;
    display: none;
    right: 20px;
    z-index: 99;
    background-image: linear-gradient(to right, #367DBF, #367DBF, #4AB5E3, #4AB5E3);
    background-size: 300%;
    background-position: 0 0;
}

.back_top:hover {
    background-position: 100% 0;
}

.back_top i {
    line-height: 40px;
    font-size: 25px;
}

/*==========================
        2.HELPER
============================*/

.form-control {
    padding: 7px 20px;
}

.section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.theme-btn {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #fff;
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active {
    color: #fff !important;
}

.btn {
    height: 38px;
    line-height: 35px;
    text-align: center;
    padding: 0 18px;
    text-transform: uppercase;
    transition: background-image .3s linear;
    transition: box-shadow .3s linear;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 12px !important;
}

.theme-color,
.navbar-toggler {
    color: #367DBF !important;
}


.theme-bg {
    background-color: #1C4CA3;
}

.contact_btn .btn,
.theme-btn {
    transition: all ease 1s;
    background-image: linear-gradient(to right, transparent, transparent, #007bff, #007bff);
    background-size: 300%;
    background-position: 0 0;
}

.custom-nav.sticky-header .contact_btn .btn {
    background-image: linear-gradient(to right, #4AB5E3, #1C4CA3, #4AB5E3, #4AB5E3);
    border: 2px solid #4AB5E3;
}

.contact_btn .btn:hover,
.theme-btn:hover,
.custom-nav.sticky-header .contact_btn .btn:hover {
    background-position: 100% 0;
    color: #fff;
    border: 2px solid #4AB5E3;
}

.theme-dark-btn {
    transition: all ease 1s;
    background-image: linear-gradient(to left, #4AB5E3, #4AB5E3, #235FCD, #1C4CA3);
    background-size: 300%;
    background-position: 0 0;
    border: 1px solid #1C4CA3;
    font-weight: 600;
    letter-spacing: 1px;
}

.theme-dark-btn:hover {
    background-position: 100% 0;
    border: 1px solid #1ACC8D;
}

/*==========================
        3.BREADCRUMB
============================*/
.inner-header-bg {
    background-image: url(../images/breadcrum-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-position: center;
    position: relative;
}

.banner-trabalhe-conosco::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 200px;
    z-index: 0;
    background-image: url(../images/icons-ult/banner-trabalhe-conosco.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-politica::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 200px;
    z-index: 0;
    background-image: url(../images/icons-ult/banner-politica.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-horus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 200px;
    z-index: 0;
    background-image: url(../images/icons-ult/banner-horus.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-principal::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: url(../images/icons-ult/banner-principal.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-pereciveis::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: url(../images/icons-ult/banner-pereciveis.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-parceiros::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: url(../images/icons-ult/banner-parceiros.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-letpp::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: url(../images/icons-ult/banner-letpp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-sobre::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: url(../images/icons-ult/banner-sobre.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-brasil-id::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: url(../images/icons-ult/banner-brasil-id.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-tecnologia::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: url(../images/icons-ult/banner-tecnologia.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-evolucao::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: url(../images/icons-ult/banner-evolucao.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-solucao::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: url(../images/icons-ult/banner-solucao.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-contate-nos::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: url(../images/icons-ult/banner-contate-nos.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inner-header-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: rgba(28, 76, 163, 0.9);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.section-breadcrumb {
    position: relative;
    z-index: 2;
}

.breadcrumb-content {
    min-height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.breadcrumb-content h1 {
    font-size: 28px;
}

.breadcrumb-link>li {
    display: inline-block;
    font-size: 12px;
    text-shadow: none;
}

.breadcrumb-link>li a {
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-link>li:hover a {
    color: #fff;
}

.breadcrumb-link>li+li:before {
    opacity: 1;
    content: ">";
    margin: 0 15px;
}

/*==========================
        4.NAVBAR
============================*/

.custom-nav {
    padding: 18px 0px;
    z-index: 999;
}

.custom-nav .container-fluid {
    width: 90%;
}

.custom-nav.sticky-header {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background-color: #fff;
}

.custom-nav .navbar-nav li a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding: 0 !important;
    margin: 0 10px;
    position: relative;
}

.custom-nav .navbar-nav .submenu li a {
    padding: 6px 16px !important;
    margin: 0;
}

.custom-nav .navbar-nav li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #007bff;
    height: 2px;
    width: 0;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.custom-nav .navbar-nav li:hover a::before,
.custom-nav .navbar-nav li.active a::before {
    width: 25px;
    opacity: 1;
    left: 0;
}


.custom-nav .navbar-nav .submenu li a::before,
.custom-nav .navbar-nav .submenu li.active a::before {
    display: none;
}

.custom-nav.sticky-header .navbar-nav li a {
    color: #000 !important;
}

.navbar-toggler {
    font-size: 28px;
}

.adjust-nav {
    max-width: 1500px;
}

.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
    color: #007bff !important;
}

.custom-nav.sticky-header .navbar-nav li.active a,
.custom-nav.sticky-header .navbar-nav li:hover a,
.custom-nav.sticky-header .navbar-nav li:active a {
    color: #007bff !important;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #007bff;
}

.brand-logo .logo-light {
    display: inline-block;
}

.brand-logo .logo-dark {
    display: none;
}

.sticky-header .brand-logo .logo-dark {
    display: inline-block;
}

.sticky-header .brand-logo .logo-light {
    display: none;
}

.contact_btn .btn {
    min-width: 140px;
}

.contact_btn .btn:hover {
    color: #fff !important;
}

.nav-bar.submenu {
    position: absolute;
    top: 30px;
    left: 15px;
    width: 200px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    min-width: 200px;
}

.submenu::after {
    position: absolute;
    top: -6px;
    left: 0;
    right: auto;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.custom-nav.sticky-header .submenu::after {
    border-bottom: 5px solid #007bff;
}

.custom-nav.sticky-header .nav-bar.submenu {
    border: 1px solid #007bff;
}

.custom-nav .nav-bar.submenu li.nav-item .nav-link {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: normal !important;
    transition: all 0.3s ease;
}

.custom-nav .nav-bar.submenu li.nav-item:hover .nav-link {
    background-color:#007bff;
    margin: 0;
    color: #fff !important;
}

.nav-bar.submenu a.nav-link {
    color: #000;
}

.open>.dropdown-toggle.btn-white {
    color: #fff !important;
}

.custom-nav .navbar-nav .submenu li a,
.custom-nav.sticky-header .navbar-nav .submenu li a {
    color: #000 !important;
}

/*==========================
        4.HOME
============================*/
.bg-header {
    background-image: url(../images/parallax.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-position: center;
    position: relative;
}

.bg-header::after,
.about-parallex::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: rgba(28, 76, 163, 0.9);
}

.bg-header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 110px;
    display: block;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 1;
}

.home-bg-img {
    z-index: 1;
    position: relative;
    padding: 150px 0 150px 0;
}

.banner-title {
    font-size: 50px;
    font-weight: 600;
}

/*==========================
        5.ABOUTUS
============================*/
.hover-block {
    transition: all ease 1s;
    background-size: 300%;
    background-position: 0 0;
}

.hover-block:hover {
    background-image: linear-gradient(to right, #235FCD, #1C4CA3, #1C4CA3, #235FCD);
    background-position: 100% 0;
    color: #fff !important;
}

.hover-block:hover .theme-color {
    color: #fff !important;
}

hr {
    border: 2px;
    border-top: 2px solid #367DBF;
    width: 60px;
    margin: 0 10px;
    height: 7px;
}

.about-list li::after {
    content: "";
    position: absolute;
    left: -25px;
    top: 5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #235FCD, #1C4CA3, #1C4CA3, #235FCD);
    background-position: 100% 0;
}

/*==========================
    5.1.ABOUTUS-INNERPAGE
============================*/
.about-parallex {
    background-image: url(../images/about-parallax.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-position: center;
    position: relative;
    padding: 150px 0;
}


.owl-carousel .owl-item img {
    width: 150px;
    margin: 0 auto;
}

/*==========================
        14.CONTACT US
============================*/
.google-map iframe {
    width: 100%;
    border: none;
}

.contact-form-btn {
    min-width: 140px;
    background-image: linear-gradient(to right, #4AB5E3, #4AB5E3, #235FCD, #1C4CA3) !important;
}

.contact-form-btn:hover {
    color: #fff !important;
}

.contactus-section .icon-block {
    height: 60px;
    width: 60px;
}

.contactus-section .icon-block .icon {
    line-height: 30px;
    font-size: 35px;
}

.contactus-section a {
    font-weight: 400;
    line-height: normal;
    font-size: 18px;
}

.common-input-form input.form-control,
.common-input-form textarea.form-control,
.contactus-section input.form-control,
.contactus-section textarea.form-control {
    height: 58px;
    background: #F0F0F0;
}

.contactus-section textarea.form-control {
    height: auto !important;
}

.common-input-form textarea.form-control {
    height: 205px !important;
}

.common-input-form input.form-control:focus,
.common-input-form textarea.form-control:focus {
    box-shadow: none;
    border: 1px solid #1ACC8D;
}

::placeholder {
    color: #000;
    font-weight: 500;
}

.contact-item:hover .icon-block {
    background-color: #3A58A2 !important;
}

.contact-item:hover .icon-block .icon {
    color: #fff !important;
}

/*==========================
        15.LOGIN
============================*/
.common-input-form .form-group {
    position: relative;
}

.login-icon {
    padding: 15px 15px;
    border-left: 2px solid #4AB5E3;
    position: absolute;
    font-size: 18px;
    border-radius: 4px 0px 0 4px;
    border-right: 1px solid #ced4da;
}

.common-input-form input.form-control,
.common-input-form textarea.form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.login-form input.form-control,
.login-form textarea.form-control {
    text-indent: 45px;
}

.login-btn {
    border-radius: 5px;
    height: 45px;
}


.form-footer {
    border: 1px solid #ddd;
    border-top: 0;
}

.form-footer a,
.custom-control-label a {
    color: #235FCD;
}

.form-footer a:hover,
.custom-control-label a:hover {
    color: #1ACC8D;
}

/*==========================
        16.FOOTER
============================*/
.section.footer {
    padding-top: 120px;
    background-image: linear-gradient(to right, #2F5BA9, #2F5BA9);
    background-position: 100% 0;
    background-size: 300%;
    position: relative;
    overflow: hidden;
}

.grafismo {
    position: absolute;
    right: -120px;
    top: -50px;
    opacity: 0.4;
}



@media (max-width: 767px) {
    .grafismo {
        position: relative;
        right: 0;
        top: 0;
        opacity: 0.6;
    }


}


.section.footer li:hover a {
    transform: scale(1.1);
    font-weight: 600;
}

.icn-block:hover .icon {
    color: #4AB5E3 !important;
}

.footer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    width: 100%;
    height: 111px;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: 1;
    transform: rotateX(180deg);
}

.footer .icon-block:hover {
    color: #1ACC8D !important;
    transform: rotateY(180deg);
}

.term-policy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
    cursor: pointer;
}

.term-policy p a {
    color: #fff;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.social-media-content {
    display: flex;
}

.opening-hours {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin-top: 10px;
}

.brasil-id-icons {
    font-size: 60px;
}

.img-sp {
    width: 150px;
}

#circles {
    font-size: 35px;
    color: #367DC1;
}

.inspections {
    position: relative;
}

.inspections-points {
    position: absolute;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    top: -80px;

}

.inspections-points div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contract-img {
    height: 150px;
    background-color: #778899;
    padding: 5px;
}

.img-term-content {
    background-color: #F8F9FA;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-process {
    border: 1px solid gray;
    border-radius: 50%;
    width: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 200px;
}

.inside-circle {
    border: 2px solid gray;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #f8f9fa;
}

.mdi-arrow-down {
    font-size: 24px;
    margin: 10px 0;
}


.process-workflow {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.card-body {
    min-height: 400px;
}

.card-portos {
    min-height: 440px;
}

.img-default-size {
    height: 90px;
    margin: 10px;
}


/* .overview{
    flex-direction: column;
} */

.antenna-rfid {
    height: 40px;
}

.icon-default {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100px;
}

.icon-tecs {
    width: 100px;
    height: 120px;
}

.workflow-paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
}


.text-center {
    margin-bottom: 10px;
}

.img-costom {
    width: 100px;
}

.logotipo {
    max-width: 150px;
    width: 150px;
}

.nav-link {
    white-space: nowrap;
}

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400&display=swap');

.design-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 100px 0;
    font-family: Jost;
}

.design {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline {
    width: 80%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.timeline-content {
    padding: 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 5px 5px 10px #1a1a1a, -5px -5px 10px #242424;
    box-shadow: 5px 5px 10px #1a1a1a, -5px -5px 10px #242424;
    border-radius: 5px;
    color: #1f1f1f;
    padding: 1.75rem;
    transition: 0.4s ease;
    font-weight: bold;
    overflow-wrap: break-word !important;
    margin: 1rem;
    margin-bottom: 20px;
    border-radius: 6px;
}

.timeline-component {
    margin: 0px 20px 20px 20px;
}

@media screen and (min-width: 768px) {
    .timeline {
        display: grid;
        grid-template-columns: 1fr 3px 1fr;
    }

    .timeline-middle {
        position: relative;
        background: rgb(2, 0, 36);
        background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 48%);
        width: 3px;
        height: 100%;
    }

    .main-middle {
        opacity: 0;
    }

    .timeline-circle {
        position: absolute;
        top: 0;
        left: 50%;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #367DBF;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.nav-item.dropdown {
    position: relative;
}

.nav-item.dropdown .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.nav-item.dropdown:hover .submenu {
    display: block;
}

.nav-item.dropdown .submenu .nav-link {
    color: #333;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.nav-item.dropdown .submenu .nav-link:hover {
    background-color: #f0f0f0;
}

.img-trucks {
    width: 230px;
}

.img-truck-solucao {
    height: 180px;
    width: 350px;
}

.img-projetos {
    width: 220px;
    height: 160px;
    border-radius: 10px;
}


.deafault-tec-img {
    width: 150px;
    height: 150px;
}

.costum-img-icon {
    width: 190px;

}

.img-rodovia {
    width: 220px;
}

.img-navio {
    width: 220px;
}

.card-overflow {
    min-height: 250px;
}

.arrow {
    width: 100%;
    max-width: 550px;
    height: 2px;
    background-color: #333;
    border: none;
    position: relative;
}

.arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
}


.destaque {
    font-size: 24px;
}

.alimentos {
    min-height: 720px;
}

.line-politica {
    width: 100%;
    height: 2px;
    background-color: #A0A0A0;
    border: none;
    margin: 40px auto;
}

.line-politica-break {
    width: 70%;
    height: 2px;
    background-color: #A0A0A0;
    border: none;
    margin: 40px auto;
}



ul,
li,
a,
p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.03em;/
}

strong {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-size: inherit;
}

.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center;
}

.owl-dot.active {
    background: #1C4CA3 !important;
}

.owl-dot {
    background: #CCCCCC !important;
    height: 12px;
    width: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 5px;
}

.team-slider .border.bg-white:hover {
    border: 1px solid #1C4CA3 !important;
}


.title-brasil-id {
    color: #fff;
    position: absolute;
    top: 100px;
    left: 60px;
}

.email-msg{
    position: fixed;
    bottom: 160px;
    right: 20px;
    padding: 20px;
    width: 400px;
    border-radius: 10px;
    display:none;
}

.grafico-vertical-horus,
.grafico-vertical-rfid,
.grafico-vertical,
.grafico-vertical-trabalhe,
.grafico-vertical-who-we-are,
.grafico-vertical-brasilid,
.grafico-vertical-parceiros,
.grafico-vertical-alimentos,
.grafico-vertical-letpp,
.grafico-vertical-lora {
    position: absolute;
    left: -20px;
    max-width: 100%;
}


.section-with-grafico-vertical {
    height: auto;
}

.section-with-grafico-vertical-horus {
    height: 600px;
}

.section-with-grafico-vertical {
    height: 600px;
}

.text-about-CybernetartCom,
.text-who-we-are-CybernetartCom,
.text-lora,
.text-parceiros,
.text-alimentos,
.text-horus,
.text-brasilid,
.text-trabalhe,
.text-rfid {
    margin-top: 210px !important;
}


.title-responsive {
    display: none;
}


@media (min-width: 1400px) {
    .section-full {
        height: 100dvh;
    }

    .text-about-CybernetartCom {
        margin-top: 210px !important;
    }

    .text-parceiros,
    .text-who-we-are-CybernetartCom,
    .text-lora,
    .text-brasilid,
    .text-horus,
    .text-trabalhe,
    .text-rfid {
        margin-top: 300px !important;
    }



}




@media (max-width: 992px) {

    .grafico-vertical-lora,
    .grafico-vertical,
    .grafico-vertical-parceiros,
    .grafico-vertical-who-we-are,
    .grafico-vertical-brasilid,
    .grafico-vertical-letpp,
    .grafico-vertical-trabalhe,
    .grafico-vertical-alimentos,
    .grafico-vertical-horus,
    .grafico-vertical-rfid {
        display: none;
    }

    .title-responsive {
        display: block;
        font-size: 1.5rem;
    }

    .section-with-grafico-vertical,
    .section-with-grafico-vertical-horus {
        height: auto;
    }

    #wave {
        display: none;
    }

    .inner-header-bg,
    .banner-sobre {
        display: none;
    }

    .text-about-CybernetartCom,
    .text-who-we-are-CybernetartCom,
    .text-lora,
    .text-parceiros,
    .text-alimentos,
    .text-horus,
    .text-brasilid,
    .text-trabalhe,
    .text-rfid {
        margin-top: 110px !important;
    }
    .title-solucao,
    .title-evolucao{
        display: none;
    }
    .header-responsive{
        margin-top: 100px;
    }

    .section-evolucao{
        margin-top: 100px;
    }

}

/*==========================
       17.RESPONSIVE
============================*/

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

    .overview {
        flex-direction: column;
    }
}

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

    .grid-5 .col-lg-3 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media (max-width: 1750px) {
    .grafismo {
        right: -50px;
    }

}

@media (max-width: 1580px) {
    .grafismo {
        right: -280px;

    }

}

@media (max-width: 1450px) {
    .grafismo {
        right: -360px;
    }
}

@media (max-width: 1450px) {
    .title-brasil-id {
        top: 60px;
        left: 10px;
    }
}

@media (max-width: 1199px) {
    .grafismo {
        display: none;
    }

    .container {
        max-width: 99%;
    }

    .footer::after {
        background-size: contain;
        height: 111px;
        top: -50px;
    }

    .custom-nav .navbar-nav li a,
    .portfolio-section .filters ul li {
        font-size: 14px;
        margin: 0 12px !important;
    }
}

@media (max-width: 991px) {

    .title-brasil-id{
        display: none;
    }

    .banner-title {
        font-size: 35px;
    }

    .breadcrumb-content h1,
    .portfolio-section h2 {
        font-size: 25px;
    }

    .breadcrumb-content {
        min-height: 100px;
        padding: 0 0 30px;
        margin-top: 80px;
    }

    .home-bg-img {
        padding: 100px 0 100px 0;
    }

    .owl-item .banner-img-02 img {
        max-width: 50%;
    }

    .bg-header::before {
        background-size: contain;
    }

    .custom-nav .brand-logo .logo-dark {
        display: inline-block;
    }

    .custom-nav .brand-logo .logo-light {
        display: none;
    }

    .contact_btn {
        display: flex;
    }

    .contact_btn .btn {
        background-image: linear-gradient(to right, #235FCD, #1C4CA3, #1ACC8D, #1ACC8D) !important;
        border: 2px solid #235FCD;
    }

    .custom-nav {
        position: fixed;
        background-color: #fff !important;
        margin-top: 0px;
        padding: 10px 0px !important;
    }

    .custom-nav .navbar-nav li a {
        color: #333333 !important;
        margin: 0 0px;
        font-size: 14px;
        padding: 6px 10px !important;
    }

    .custom-nav .navbar-nav li.active a,
    .custom-nav .navbar-nav li:hover a,
    .custom-nav.sticky-header .navbar-nav li:hover a,
    .custom-nav.sticky-header .navbar-nav li.active a {
        background: #1C4CA3;
        color: #fff !important;
        border-radius: 0;
    }

    .custom-nav .navbar-nav li.active .submenu a,
    .custom-nav .navbar-nav li:hover.submenu a,
    .custom-nav.sticky-header .navbar-nav .submenu li a,
    .custom-nav .nav-bar.submenu li.nav-item .nav-link,
    .custom-nav.sticky-header .navbar-nav .submenu li:hover a {
        background-color: transparent;
        color: #000 !important;
    }

    .custom-nav .navbar-nav li .submenu,
    .custom-nav.sticky-header .navbar-nav .submenu {
        width: 100%;
        left: 0;
        border: transparent;
    }

    .nav-bar.submenu {
        position: relative;
        top: 0;
        box-shadow: none;
    }

    .custom-nav .navbar-nav li .submenu li:last-child a {
        border-radius: 0 0 25px 25px;
    }

    .custom-nav>.container {
        width: 100%;
    }

    .custom-nav .brand-logo {
        padding: 0px;
    }

    .navbar-collapse {
        background: #fff;
        border-top: 2px solid #eee;
        position: fixed;
        top: 0;
        margin: 0 !important;
        width: 300px;
        padding: 0;
        height: 100%;
        display: block !important;
        right: -300px;
        transition: all 0.3s;
    }

    .navbar-collapse.show {
        right: 0;
    }

    .custom-nav .navbar-nav li a {
        margin: 0 !important;
        border-bottom: 1px solid #eee;
    }

    .menu-overlay {
        display: none;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 0;
        left: 0;
        transition: all 0.3s;
    }

    body.openmenu .menu-overlay {
        display: block;
    }

    .navbar-nav {
        margin-top: 0px;
        overflow: scroll;
        height: 100vh;
    }

    .custom-nav .navbar-nav li:hover a::before,
    .custom-nav .navbar-nav li.active a::before,
    .custom-nav .navbar-nav li a::before {
        display: none;
    }

    .submenu::after,
    .custom-nav.sticky-header .submenu::after {
        left: 0;
        right: 0;
        width: 5px;
        margin: 0 auto;
        border-bottom-color: #fff;
    }

    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .custom-nav {
        padding: 12px 0;
    }

    .container {
        max-width: 98%;
    }

    .aboutus-inner .row {
        justify-content: center;
    }

    .custom-nav li.nav-item:hover .nav-bar.submenu {
        width: 100%;
        left: 0;
    }

    .owl-dots {
        display: none;
    }

    .team-slider {
        margin: 0 auto;
    }

    .section.footer {
        padding-top: 80px;
    }

    .footer::after {
        height: 88px;
        top: -30px;
    }

    .wrapper,
    .wrapper iframe {
        width: 100%;
    }

    .team-img img {
        height: 170px;
        width: 170px;
    }

    .filters.my-5 {
        margin: 15px 0 !important;
    }

    .f-40 {
        font-size: 26px;
        line-height: 26px;
    }

    #counter h5 {
        font-size: 16px;
    }

    .clients-card {
        margin: 0 0px 0 43px;
    }

    .about-inner .title-section h3 {
        font-size: 24px;
    }
}

@media (max-width: 900px) {
    .footer::after {
        height: 80px;
    }
}

@media (max-width: 768px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

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

    .contact-mobile{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .container {
        max-width: 98%;
    }

    .title-section .f-40,
    .about-inner-text .f-40,
    .f-34,
    .about-inner .title-section h2,
    h1.title,
    h2.title {
        font-size: 24px;
    }

    .about-inner .title-section h2 {
        line-height: normal;
    }

    h1.font-sm-24 {
        font-size: 22px;
    }

    .link-btn {
        font-size: 16px;
    }

    .counter-section .number,
    .counter-section .icon-block .icon .f-40 {
        font-size: 30px;
    }

    .subtitle,
    .f-16,
    .contactus-section input.form-control,
    .contactus-section textarea.form-control {
        font-size: 14px;
    }

    .about-bottom-section.mt-5 {
        margin-top: 35px !important;
    }

    footer h5,
    .f-20 {
        font-size: 16px;
    }

    .home-bg-img {
        padding: 100px 0 70px 0;
    }

    .text-sm-center {
        text-align: center;
    }

    hr {
        margin: 0 auto;
    }

    .subtitle-hr {
        display: block !important;
        text-align: center;
    }

    .footer::after {
        height: 80px;
        top: -40px;
    }

    .banner-title,
    .para-txt {
        text-align: center;
    }

    .contactus-section input.form-control {
        height: 48px;
    }

    .res-h3-small {
        font-size: 18px !important;
    }
}

@media (max-width: 640px) {
    .about-list li::after {
        top: 15px;
    }
}

@media (max-width: 600px) {
    .footer::after {
        height: 73px;
    }
}

@media (max-width: 575px) {
    .home-bg-img .banner-title {
        font-size: 26px;
    }

    .home-bg-img .para-txt,
    .blog-post-subtitle {
        font-size: 14px;
    }

    .blog-post-title {
        font-size: 20px;
    }

    .section.footer {
        padding-top: 40px;
    }

    .home-bg-img {
        padding: 100px 0 50px 0;
    }

    .user-pics {
        position: static;
        margin-bottom: -50px;
    }

    .clients-card {
        padding: 60px 15px 15px;
        margin: 0;
    }

    .play-btn .mdi {
        font-size: 50px;
    }

    .play-btn {
        height: 75px;
        width: 75px;
    }

    .play-btn::after {
        height: 100px;
        width: 100px;
    }

    .link-border-right {
        border: none !important;
    }

    .wrapper iframe {
        height: 500px;
    }

    .blog-post-left {
        padding: 30px 15px 15px;
    }

    .blog-item-padding {
        padding: 30px 15px 30px;
    }

    .portfolio-section .filters ul li {
        padding: 0 0 15px !important;
    }

    .about-feature-main {
        margin-top: 30px !important;
    }

    .col-lg-4.col-sm-6:first-child .about-feature-main {
        margin-top: 0 !important;
    }

    .common-input-form .form-body.mt-5.mb-5 {
        margin: 0 0 !important;
    }
}

@media only screen and (max-width: 479px) {
    .brand-logo.navbar-brand {
        margin-right: 5px !important;
    }

    .contact_btn .btn,
    .theme-btn,
    .theme-dark-btn {
        padding: 0 15px;
        font-size: 12px;
        min-width: 100px;
        height: 35px;
        line-height: 30px;
    }

    .footer::after {
        height: 70px;
    }
}

@media only screen and (max-width: 440px) {
    .footer::after {
        height: 65px;
    }
}

@media only screen and (max-width: 380px) {
    .footer::after {
        height: 60px;
    }

    .contactus-section .text-chat {
        font-size: 14px;
    }

    .about-list li::after {
        top: 20px;
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(0deg) brightness(0) contrast(100%) !important;
}



