﻿
.inImg {
    float: left;
    width: 50%;
}

.inDescricoes a {
    transition: 300ms ease-in-out;
}

.inDescricoes span {
    color: #000;
    margin: 0 10px;
}

.inDescricoes {
    float: right;
    text-align: left;
    width: 50%;
}

    .inDescricoes a {
        color: #404040;
    }

.inDescricoesImg {
    background-size: cover;
    background-repeat: no-repeat;
}

.dvItemNoticiaG {
    float: left;
    margin: 1%;
    transition: 300ms ease-in-out;
    background: #fff;
}

    .dvItemNoticiaG:hover {
        cursor: pointer;
    }

        .dvItemNoticiaG:hover .inDescricoes a {
            color: #000;
        }

.aiseg {
    width: 40%;
    float: left;
    height: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 0 center;
}

    .aiseg p {
        width: 100%;
        float: left;
        text-align: center;
    }

.categoriaNot {
    padding: 2px 10px;
    position: absolute;
    background: #FDC727;
    color: #296742;
    margin: 10px 0;
}

@charset "UTF-8";

.h2Titulos {
    font-family: Poppins-ExtraBold;
    color: #000;
    vertical-align: middle;
    text-align: center;
    float: left;
    width: 100%;
}

    .h2Titulos span {
        border-bottom: 2px solid #000;
        padding: 0 8px 2px;
        transition: all 0.4s cubic-bezier(0.16, -0.35, 0.88, 1.54);
    }

.subT {
    font-family: Poppins-Light;
    float: left;
    width: 100%;
    margin: 20px 0;
}

section:hover .h2Titulos span {
    padding: 0 25px 2px;
}


.ln {
    width: 100%;
    float: left;
    padding: 20px 0px 30px;
    text-align: center;
}

.undRdp {
    width: 100%;
    float: left;
}

.rdpUndNome {
    font-size: 18px;
    margin-bottom: 7px !important;
}

.dvContatosBottom {
    height: 51px;
    background: #235738;
    width: 100%;
    position: fixed;
    bottom: -50px;
    color: #fff;
    transition: cubic-bezier(1, 0.13, 0, 0.78) 0.250s;
    z-index: 9;
}

.showDv {
    bottom: 0;
    transition: cubic-bezier(1, 0.13, 0, 0.78) 0.250s;
}

.contBItemImg img {
    margin-top: 6px;
}

.contBItem {
    cursor: pointer;
    padding: 0;
    float: left;
    width: 25%;
}

.contBItemTexto {
    float: left;
    padding: 5px;
    line-height: 21px;
    color: #fff;
    font-family: Poppins-ExtraLight;
}

.dvTituloSup, .dvTituloSupSus {
    background: #F8F9FA;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

    .dvTituloSup p, .dvTituloSupSus p {
        margin: 0;
        width: 100%;
        text-align: center;
    }

.pT {
    font-family: Poppins-Bold;
}

.dvContUnds {
    width: 100%;
    float: left;
}

.pSubTPgs {
    font-family: Poppins-Light;
}

.tlSobre {
    font-family: Poppins-Bold;
}
/*tablet*/
@media (min-width: 768px) {
    .tlSobre {
        font-size: 50px;
        line-height: 55px;
        margin-bottom:40px;
    }

    .pSubTPgs {
        font-size: 25px;
    }

    .contBItemM {
        display: none;
    }

    .contBItemImg {
        float: left;
    }

    footer .container {
        padding: 50px 0;
    }

    .subT {
        font-size: 23px;
    }

    .inDescricoes a {
        font-size: 20px;
    }

    .h2Titulos {
        font-size: 50px;
    }

    .dvContUnds {
        margin: 50px 0 20px;
    }

    .dvTituloSup {
        height: 390px;
        margin-top: 70px;
        font-size: 55px;
        line-height: 55px;
    }


    .dvTituloSupSus {
        height: 500px;
        margin-top: 86px;
        font-size: 85px;
        line-height: 85px;
    }

    .iniLE, .iniLD {
        width: 50%;
    }

    .consImg {
        height: 657px;
        width: 100%;
    }

    .dvTelefones {
        padding-right: 40px;
        background-image: linear-gradient(to right, #9B7071, #000);
    }

    .inImg {
        height: 175px;
    }
}

/*smartphone*/
@media (max-width: 767px) {
    .categoriaNot {
        font-size: 13px;
        padding: 0px 5px!important;
    }
        .tlSobre {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 18px;
    }

    .pSubTPgs {
        font-size: 17px;
        line-height: 17px;
    }

    .contBItemM {
        color: #fff;
        line-height: 15px;
        font-size: 14px;
        margin-top: 5px;
    }

    footer .container {
        padding: 10px 0;
    }

    .subT {
        font-size: 18px;
    }

    .inDescricoes a {
        font-size: 14px;
        font-family: Poppins-Bold;
    }

    .h2Titulos {
        font-size: 25px;
    }

    .dvContUnds {
        margin: 10px 0;
    }

    .dvTituloSup {
        height: 160px;
        margin-top: 77px;
        font-size: 25px;
        line-height: 25px;
    }

    .dvTituloSupSus {
        height: 190px;
        margin-top: 77px;
        font-size: 30px;
        line-height: 30px;
    }

    .inImg {
        margin-bottom: 0;
        height: 135px;
    }

    .iniLE, .iniLD {
        width: 100%;
    }

    .consImg {
        height: 235px;
        width: 100%;
    }

    .navbar-default {
        top: 0;
        width: 100%;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        background: #fff;
    }

    .dvTelefones {
        padding-right: 50px;
        background: #000;
        margin-top: -1px;
    }

    .navbar-collapse {
        margin-bottom: 10px;
    }

    section {
        float: left;
        width: 100%;
    }

    .container, footer {
        float: left;
    }

    .col-md-4 {
        overflow: auto;
        margin-bottom: 20px;
        width: 100% !important;
        padding: 1% !important;
    }

    footer {
        font-size: 17px !important;
        margin-top: 25px;
    }

    .contBItem {
        text-align: center;
    }
}

/*computador*/
@media (min-width: 1200px) {
    .tlSobre {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 40px;
    }

    .pSubTPgs {
        font-size: 25px;
    }

    .contBItemM {
        display: none;
    }

    .contBItemImg {
        float: left;
    }

    footer .container {
        padding: 50px 0;
    }

    .subT {
        font-size: 23px;
    }

    .inDescricoes a {
        font-size: 20px;
    }

    .h2Titulos {
        font-size: 50px;
    }

    .dvContUnds {
        margin: 50px 0 20px;
    }

    .dvTituloSup {
        height: 390px;
        margin-top: 70px;
        font-size: 55px;
        line-height: 55px;
    }

    .dvTituloSupSus {
        height: 500px;
        margin-top: 70px;
        font-size: 85px;
        line-height: 85px;
    }

    .inImg {
        height: 175px;
    }

    .iniLE, .iniLD {
        width: 50%;
    }

    .consImg {
        height: 657px;
        width: 100%;
    }

    .dvTelefones {
        padding-right: 25px;
        background-image: linear-gradient(to right, #9B7071, #000);
    }
}

.iniLE, .iniLD {
    float: left;
}

.nav > li > a {
    font-weight: bold;
    color: #404040;
}

    .nav > li > a:hover {
        color: #000;
        background: none;
    }

.bot a {
    margin: 2px 0 !important;
    padding: 0 10px !important;
    border-right: 1px solid #404040;
}

.menuBot {
    width: max-content;
    margin: 0 auto;
    margin-bottom: 30px;
}

.sociaisImg {
    height: 35px;
    margin: 10px;
    margin-bottom: 0;
    cursor: pointer;
    width: 35px;
    background-repeat: no-repeat;
    float: left;
}

#slider {
    position: relative;
    overflow: hidden;
    margin: 0px auto 0 auto;
    width: 100%;
}

    #slider ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #slider ul li {
            position: relative;
            display: none;
            float: left;
            margin: 0;
            padding: 0;
            /*max-height: 400px;*/
            /*max-width: 1200px;*/
            width: 100%;
            background: #efeeef;
            /*text-align: center;*/
            line-height: 300px;
            background-size: cover;
            background-position: center;
        }

.txtPesquisaNomeVeiculo {
    padding: 0px 10px;
    color: #000;
}
