.integracao {
    width: 530px;
    height: 440px;
    margin: 0 auto;
    position: relative;
}

.integracao img {
    width: 100%;
}

.integracao>img {
    margin-top: 40px;
}

.options {
    width: 200px;
    position: absolute;
    cursor: pointer;
}

.animate {
    animation-name: girando;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

@keyframes girando {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.options img {
    transition: transform .1s;
    /* Animation */
}

.options img:hover {
    transform: scale(1.1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.bilhetagem {
    left: -180px;
    top: 14px;
}

.gps {
    left: -180px;
    top: 112px;
}

.bombas {
    left: -180px;
    top: 209px;
}

.funcionarios {
    left: -180px;
    top: 306px;
}

.compra-auto-pecas {
    right: -180px;
    top: 14px;
}

.cameras-de-seguranca {
    right: -180px;
    top: 112px;
}

.governo {
    right: -180px;
    top: 209px;
}

.bancos {
    right: -180px;
    top: 306px;
}

.circulo {
    position: absolute;
    left: calc(50% - 115px);
    top: 87px;
}

.circulo img {
    width: 230px;
}

.transnet {
    width: 180px;
    position: absolute;
    left: calc(50% - 90px);
    top: 170px;
}

.txt {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 102px;
    /* background: #ccc; */
    left: calc(50% - 100px);
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
    padding: 12px 25px;
    font-size: 13px;
}

/*____________________________________________________________ OUTRA PARTE ________________________________________________________________ */
html {
    height: 100%;
}

body {
    height: 100%;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Roboto', sans-serif !important;
}

.wrap {
    height: 100%;
}

#home-header {
    height: 100%;
    min-height: 568px;
    background-color: #003068;
    background-image: url("images/bg_transnet.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

#internal-header {
    height: 50%;
    background-color: #003068;
    background-image: url("images/bg_transnet.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
}

#home-header a,
#internal-header a {
    color: #fff;
    text-decoration: none;
}

#home-header img,
#internal-header img {
    margin-right: 20px;
}

.top-bar {
    background-color: rgba(0, 42, 90, 0.7);
    height: 50px;
    color: #fff;
    line-height: 48px;
    font-size: 11pt;
}

#btn-saa {
    border: 1px solid #fff;
    padding: 4px 18px 4px 19px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 10pt;
    font-weight: bold;
}

.bg-light {
    background-color: transparent !important;
    color: #fff;
    height: 100px;
    border-bottom: 1px solid #fff;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    border-bottom: 5px solid transparent;
    line-height: 65px;
    margin-bottom: -5px;

}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 5px solid #0d6ee9;
}

.box-header {
    position: absolute;
    top: calc(50% - 190px);
    width: 40%;
    margin-left: 2%;
    /*height: 380px;*/
    background-color: rgba(0, 42, 90, 0.85);
    color: #fff;
    padding: 30px;
}

.box-header h2 {
    border-bottom: 5px solid #0d6ee9;
    display: inline;
}

#menu-slider {
    margin-top: -70px;
    height: 70px;
    background-color: #003068;
    color: #fff;
    font-weight: bold;
    font-size: 15pt;
    line-height: 70px;
}

.btnSlider {
    background-color: #0d6ee9;
    padding: 10px 45px 10px 45px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: right;
}

.col.sliderIco {
    margin-top: -90px;
    text-align: center;
}

.menuSliderTransoft>img {
    /* width: 40%; */
    width: 70px;
}

.menuSliderTecnomobile>img {
    /* width: 40%; */
    width: 70px;
}

.menuSliderMr>img {
    /* width: 33%; */
    width: 70px;
}

.menuSliderAuttran>img {
    width: 32%;
}

.bg1 {
    background-image: url("images/bg_transnet.jpg") !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bg2 {
    background-image: url("images/bg_tecnomobile.jpg") !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bg3 {
    background-image: url("images/bg_mr.jpg") !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bg4 {
    background-image: url("images/bg_auttran.jpg") !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menuSliderTransoft,
.menuSliderTecnomobile,
.menuSliderMr,
.menuSliderAuttran {
    cursor: pointer;
}

#bemVindo {
    background-color: #fff;
    color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

#integracao {
    background-color: #f0f0f0;
    color: #183650;
    position: relative;
    margin: 0px 0px 7vw 0;
}

#integracao .container {
    position: absolute;
    height: fit-content;
    left: 0;
    top: 140px;
    right: 0;
    bottom: 0;
}

#integracao canvas {
    height: 800px !important;
}

.div-centered {
    margin: 0 auto;
}

.img-min {
    width: 0;
    height: 0;
}

div#particles-js {
    opacity: 0.5;
}