html * {
    font-family: 'Rubik', sans-serif;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 170px;
}


a:link,
a:visited {
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
 
.logo-veiculando {
    max-width: 215px;
    max-height: 50px;
    margin: 5px;
    margin-left: 15px;
}


.close-btn {
    position: absolute;
    top: -7px;
    right: 10px;
    font-size: 35px;
    color: #acaa95;
    cursor: pointer;
}

    .close-btn:hover {
        transition: 1.2s;
        color: #727163;
    }

.div-balao {
    position: absolute;
    height: 50%;
    width: 50%;
    right: 0px;
}

.div-fala {
    position: absolute;
    max-width: 40px;
    left: 20px;
    bottom: -35px;
}

@media screen and (min-width: 936px) {
    .newsBack {
        height: 100vh;
    }
}

@media screen and (min-width: 580px) {
    .veiculando_guy {
        position: fixed;
        bottom: -10px;
        right: 280px;
        z-index: 100 !important;
    }

    .text-veiculando_guy {
        position: absolute;
        top: -60%;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        min-width: 220px;
        left: 20px;
        padding: 15px;
        border: 5px solid #c9c9ca;
        border-radius: 30px;
        background: #faf6d1
    }

    .img-veiculando_guy {
        max-width: 220px;
    }

    .btnCliqueAqui {
        background-color: #ff6c65 !important;
        color: white !important;
        padding: 5px;
        margin-right: 25px;
        margin-left: 25px;
        font-weight: bold;
        display: block;
        text-align: center;
        font-size: 15px !important;
        cursor:pointer;
    }

    .btn-Suportes {
        top: 20px;
        right: 30px;
        background-color: #4aa1f1!important;
        padding: 10px 20px!important;
    }
    .blueText {
        color: #24A1FF;
        font-weight: bold;
        padding-top: 25px !important;
        padding-left: 0px !important;
        border: 0;
    }

    .btn {
        border-radius: 0px !important;
        font-size: 18px;
    }

    .btn-exibidoras {
        font-size: 14.5px;
        color: #434343;
        border: 2.1px solid black !important;
        font-weight: bold;
        margin: 0px;
        min-width: 150px;
        background-color: white !important;
    }

        .btn-exibidoras:hover {
            transition: 1.2s;
            text-decoration: underline;
        }

    .nav-item {
        font-size: 15px !important;
        margin: 5px;
        cursor: pointer;
    }

    .nav-links {
        text-decoration: none;
        color: black;
        margin: 0px;
        padding: 0px;
    }

    .btnPedirSimulacao {
        background-color: #50acff !important;
        font-size: 15px;
        color: white !important;
        font-weight: bold;
        border: 0;
        padding: 2px;
        margin: 0px;
        min-width: 150px;
        text-align: center;
    }

    .btnEntrar {
        background-color: #e9ecef;
        border: none;
        padding: 2px;
        min-width: 150px;
    }

        .btnEntrar:hover {
            transition: 1.2s;
            background-color: #d1d7dd;
        }

    .second-text-white {
        font-size: 16.5px;
        color: white;
        z-index: 2;
        text-align: justify;
        text-justify: inter-word;
        background-color: rgba(0, 0, 0, 0.65) !important;
        padding: 10px;
        max-width: 400px;
    }

    .second-text-black {
        font-size: 16.5px;
        color: white;
        z-index: 2;
        text-align: justify;
        text-justify: inter-word;
        background-color: rgba(0, 0, 0, 0.65) !important;
        padding: 10px;
        max-width: 400px;
    }

    .showOnMobile {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .veiculando_guy {
        position: fixed;
        bottom: -10px;
        z-index: 100 !important;
    }

    .text-veiculando_guy {
        position: absolute;
        top: -150px;
        font-size: 15px;
        text-align: center;
        font-weight: bold;
        left: 20px;
        padding: 20px;
        border: 5px solid #c9c9ca;
        border-radius: 30px;
        background: #faf6d1;
    }

    .img-veiculando_guy {
        max-width: 200px;
    }

    .btnCliqueAqui {
        background-color: #ff6c65 !important;
        color: white !important;
        padding:7px;
        padding-right: 25px;
        padding-left: 25px;
        font-weight: bold;
        min-width: 200px;
        display: block;
        text-align: center;
        font-size: 18px !important;
    }

    .centerMenu {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .btn-Suportes {
        width: 100vw;
        position: relative !important;
        top: 0px;
    }

    .blueText {
        color: #24A1FF;
        font-weight: bold;
        font-size: 19px;
    }

    .btn {
        border-radius: 0px !important;
        font-size: 25px !important;
        padding: 2px;
    }

    .btn-exibidoras {
        color: #434343;
        border: 2.1px solid black !important;
        font-weight: bold;
        background-color: white !important;
        min-width: 250px;
    }

        .btn-exibidoras:hover {
            transition: 1.2s;
            text-decoration: underline;
        }

    .nav-item {
        font-size: 25px !important;
        margin: 5px;
    }

    .nav-links {
        text-decoration: none;
        color: black;
        margin: 0px;
        padding: 0px;
        min-width: 250px;
    }

    .btnPedirSimulacao {
        background-color: #50acff !important;
        color: white !important;
        font-weight: bold;
        min-width: 250px;
    }

    .btnEntrar {
        background-color: #e9ecef;
        border: none;
        padding: 2px;
        min-width: 250px;
    }

        .btnEntrar:hover {
            transition: 1.2s;
            background-color: #d1d7dd;
        }

    .second-text-white {
        font-size: 15px;
        color: white;
        z-index: 2;
        text-align: justify;
        text-justify: inter-word;
        background-color: rgba(0, 0, 0, 0.65) !important;
        margin: 10px;
        padding: 5px;
        max-height: 180px;
        overflow: auto;
    }

    .second-text-black {
        font-size: 15px;
        color: white;
        z-index: 2;
        text-align: justify;
        text-justify: inter-word;
        background-color: rgba(0, 0, 0, 0.65) !important;
        margin: 5px;
        padding: 5px;
    }

    .showOnMobile {
        display: block;
    }

    .abrir {
        display: block;
    }

    .fechar {
        display: none;
    }
}

.btnBoxType {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 18px !important;
    background-color: white !important;
}

.goDownBtn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    cursor: pointer;
    z-index: 5;
    color: #acacac94;
}

    .goDownBtn:hover {
        font-size: 56px;
        color: #d4d4d494;
        transition: 0.8s;
    }



.coloredIcons {
    margin-top: 20px;
    text-align: center;
    max-width: 120px;
}

.iconText {
    color: #033459;
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
}



.section-1 {
    max-height: 100vh;
    overflow: hidden;
}

.IntroText {
    margin: 10px;
    max-width:600px;
    font-size: 25px;
    z-index: 2;
    color: white;
}

.first-text {
    max-width: 463px;
    font-size: 18px;
    color: white;
    z-index: 5;
}

/*Carroussel da Home - Noticias*/
.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    cursor: pointer;
    border-radius: 100%;
    color: #e9ecef;
    background-color: #cecece;
}

.carrousel-text {
    z-index: 2;
    margin-top: 35px;
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-bottom: 0px;
    padding-top: 15px;
    min-height: 450px;
    background-color: white;
}

.first-text-white {
    max-width: 463px;
    font-size: 18px;
    color: white;
    z-index: 5;
}

.btn-marque-demo {
    padding-right: 20px;
    padding-left: 20px;
    min-width: 200px;
    background-color: #24A1FF;
    border: none;
}


.videoBox {
    position: relative;
    background-color: rgba(0, 0, 0, 0.26);
    width: 100vw;
    min-height: 700px;
    height: 80vh;
    overflow: hidden;
}

.myVideo {
    position: absolute;
    z-index: -10;
    min-width: 100vw;
    top: -150px;
}



.Div-Black {
    background-color: black;
    width: 100vw;
    min-height: 700px;
    height: 80vh;
    z-index: 1;
}

.Img-ProXXima {
    background: url(/imgs/noticias/Img-ProXXima.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 100%;
    width: auto;
}

.Div-White {
    background-color: white;
    width: 100vw;
    min-height: 700px;
    height: 80vh;
    z-index: 1;
}

.Img-MeioEMensagem {
    background: url(/imgs/noticias/newsletter-meio-e-mensagem.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 1050px;
    height: 100%;
    width: auto;
}

.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.btn-saiba-mais-white {
    padding:12px;
    background-color: rgba(0, 0, 0, 0.65) !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px !important;
    min-height: 50px !important;
    min-width: 200px;
    border-radius: 0px !important;
    border: solid 2px white !important;
    position: absolute;
    left: 50%;
    color: white;
    transform: translateX(-50%);
}

.btn-saiba-mais-black {
    padding: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px !important;
    min-height: 50px !important;
    min-width: 200px;
    border-radius: 0px !important;
    border: solid 2px black !important;
    position: absolute;
    color: black;
    left: 50%;
    transform: translateX(-50%);
}
.btn-saiba-mais-blue {
    padding: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px !important;
    min-height: 50px !important;
    min-width: 200px;
    border-radius: 0px !important;
    background: #50acff;
    position: absolute;
    color: white;
    left: 50%;
    transform: translateX(-50%);
}

/*Carroussel da Home - Noticias*/

.btnSimulacao {
    background-color: #ff6c65 !important;
    color: white !important;
    padding-right: 25px;
    padding-left: 25px;
    font-weight: bold;
    min-width: 200px;
    cursor:pointer;
}

.img-logos-apoiadores {
   /* min-width: 1200px;*/
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.imgMapaVeiculando {
    min-width: 100%;
    width: auto;
    height: auto;
}


.quote-color {
    color: #d0d0d0;
}

.quote-text {
    font-size: 22px;
    color: #033459;
}

.quote-img {
    border: 1px solid lightgrey;
    max-width: 45px;
    max-height: 45px;
    margin-bottom: 10px;
}

.quote-person-img {
    border: 1px solid lightgrey;
    border-radius: 50%;
    max-width: 75px;
    max-height: 75px;
    margin-bottom: 10px;
}

.pin-veiculando {
    max-height: 45px;
    margin: 10px;
    cursor: pointer;
}

.small-text {
    font-size: 14px;
    margin: 10px;
    font-weight: bold;
    color: #858585;
}

.blue-text {
    color: #1956ad !important;
    font-size: 15.5px;
}

.boxType {
    min-height: 450px;
    width: 50%;
}

.h-100 {
    height:100%;
}

.img-1 {
    background: url(/imgs/pag-filtro.png) no-repeat bottom center;
    background-size: cover;
}

.img-2 {
    background: url(/imgs/img-mapa.png) no-repeat bottom center;
    background-size: cover;
}

.img-3 {
    background: url(/imgs/salve-tempo.png) no-repeat bottom center;
    background-size: cover;
}

.img-4 {
    background: url(/imgs/status.png) no-repeat bottom center;
    background-size: cover;
}

.img-5 {
    background: url(/imgs/avalicao.png) no-repeat bottom center;
    background-size: cover;
}

.img-6 {
    background: url(/imgs/mensure.png) no-repeat bottom center;
    background-size: cover;
}


/* Página Exibidoras */


.drkOverlay {
    filter: brightness(90%);
    min-height: 100vh;
    min-width: 100vw;
}

.TextBoxTitle {
    color: white;
    font-size: 70px;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
    top: -160px;
    position: absolute;
    z-index: 5;
}

.outerBoxSuporte {
    max-width: 900px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.TextBox {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    max-width: 450px;
    min-width: 100px;
    min-height: 100px;
    z-index: 2;
    padding: 50px;
    font-size: 20px;
    background-color: rgba(21, 129, 224, 0.86);
    color: white;
}

.TextBoxImg-1 {
    position: relative;
    height: 100vh;
    z-index: 1;
}

    .TextBoxImg-1:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: url('/imgs/imgs-tipo-suporte/outdoor_standard1.png') no-repeat center center /cover;
        content: '';
        -webkit-filter: brightness(90%);
        filter: brightness(90%);
        z-index: -1;
    }
.TextBoxImg-2 {
    position: relative;
    height: 100vh;
    z-index: 1;
}

    .TextBoxImg-2:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: url('/imgs/imgs-tipo-suporte/abrigo_onibus1.png') no-repeat center center /cover;
        content: '';
        -webkit-filter: brightness(90%);
        filter: brightness(90%);
        z-index: -1;
    }
.TextBoxImg-3 {
    position: relative;
    height: 100vh;
    z-index: 1;
}

    .TextBoxImg-3:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: url('/imgs/imgs-tipo-suporte/top1.png') no-repeat center center /cover;
        content: '';
        -webkit-filter: brightness(90%);
        filter: brightness(90%);
        z-index: -1;
    }

.texto-1 {
    text-align: center;
    margin-top: 58px;
}

.subTexto {
    font-size: 19px;
    color: grey;
    margin-top: 25px;
}

.center-Horizontal {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.center-All {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0px);
}

.colored-Box {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    text-align: center;
}

.iconHover {
    font-size: 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

    .iconHover:hover {
        transition: .5s ease-out;
        font-size: 60px;
    }


/* SUPORTES-DE-MÍDIA */
.btn-Pecas {
    padding: 15px 25px;
    max-height: 85px;
    word-wrap: break-word;
    font-size: 17px;
    background: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 530;
    border: none;
    outline: none !important;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    color: white;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    background-color: black;
}

    .btn-Pecas:hover {
        transition: 1.1s;
        background: #BDBDBD;
    }


.formatosBox {
    padding: 20px;
    background: rgba(132, 132, 132, 0.86);
    position: absolute;
    z-index: 7;
    top: 54.34px;
    width: 100vw;
    overflow-y: scroll;
}


.mid-icon {
    height: 65px;
    margin: 5px;
}

    .mid-icon:hover {
        transition: .5s;
        height: 75px;
    }

.textSuporte {
    font-size: 17px;
    color: white;
}

.btn-close {
    margin: 0px 25px;
    padding: 0px;
    font-size: 40px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.74);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}

    .btn-close:hover {
        transition: .3s;
        color: rgba(255, 255, 255, 0.445);
    }



/* DETALHES SUPORTES-DE-MÍDIA */

.sml-icon {
    height: 60px;
    width: auto;
    margin-bottom: 15px;
}

.btn-Voltar {
    padding: 8px 25px;
    font-size: 17px;
    background: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 530;
    border: none;
    outline: none !important;
    border: 1px solid rgb(255, 255, 255);
    color: white;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    background-color: #4aa1f1;
    top: 20px;
    left: 50px;
}

    .btn-Voltar:hover {
        transition: 1s;
        background-color: #3b7fce;
    }

/*News*/
.newsTitleBox {
    position: relative;
    background: #ffffff;
    color: #000000;
    box-shadow: inset 0 7px 9px -7px #00000040;
    border-bottom: 2px solid #000000;
}

.newsTitle {
    letter-spacing: 1px;
    font-size: 30px !important;
}

.newsBack {
    background: #efefef;
    padding-top: 20px !important;
}

.boxNews {
    background: white;
    cursor: pointer;
    min-height: 340px;
}

    .boxNews:hover {
        transition: 1s;
        color: #8e8e8e;
    }
/*News*/

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

    .resp-sharing-button--twitter:hover {
        background-color: #2795e9
    }

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

    .resp-sharing-button--pinterest:hover {
        background-color: #8c0615
    }

.resp-sharing-button--facebook {
    background-color: #3b5998
}

    .resp-sharing-button--facebook:hover {
        background-color: #2d4373
    }

.resp-sharing-button--tumblr {
    background-color: #35465C
}

    .resp-sharing-button--tumblr:hover {
        background-color: #222d3c
    }

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

    .resp-sharing-button--reddit:hover {
        background-color: #3a80c1
    }

.resp-sharing-button--google {
    background-color: #dd4b39
}

    .resp-sharing-button--google:hover {
        background-color: #c23321
    }

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

    .resp-sharing-button--linkedin:hover {
        background-color: #046293
    }

.resp-sharing-button--email {
    background-color: #777
}

    .resp-sharing-button--email:hover {
        background-color: #5e5e5e
    }

.resp-sharing-button--xing {
    background-color: #1a7576
}

    .resp-sharing-button--xing:hover {
        background-color: #114c4c
    }

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

    .resp-sharing-button--whatsapp:hover {
        background-color: #1da851
    }

.resp-sharing-button--hackernews {
    background-color: #FF6600
}

    .resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
        background-color: #FB6200
    }

.resp-sharing-button--vk {
    background-color: #507299
}

    .resp-sharing-button--vk:hover {
        background-color: #43648c
    }

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

    .resp-sharing-button--facebook:hover,
    .resp-sharing-button--facebook:active {
        background-color: #2d4373;
        border-color: #2d4373;
    }

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

    .resp-sharing-button--twitter:hover,
    .resp-sharing-button--twitter:active {
        background-color: #2795e9;
        border-color: #2795e9;
    }

.resp-sharing-button--tumblr {
    background-color: #35465C;
    border-color: #35465C;
}

    .resp-sharing-button--tumblr:hover,
    .resp-sharing-button--tumblr:active {
        background-color: #222d3c;
        border-color: #222d3c;
    }

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

    .resp-sharing-button--email:hover,
    .resp-sharing-button--email:active {
        background-color: #5e5e5e;
        border-color: #5e5e5e;
    }

.resp-sharing-button--pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
}

    .resp-sharing-button--pinterest:hover,
    .resp-sharing-button--pinterest:active {
        background-color: #8c0615;
        border-color: #8c0615;
    }

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}

    .resp-sharing-button--linkedin:hover,
    .resp-sharing-button--linkedin:active {
        background-color: #046293;
        border-color: #046293;
    }

.footer {
    border-top: 0.5px solid #dadada;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: white;
}