@charset "UTF-8";

.logoresponsivo {
    max-width: 700px;
    width: 100%;
    height: auto;
}
.logoresponsivo  img{
    max-width: 700px;
    width: 100%;
    max-height: 300px;
}
.header-background {
    background-image: url("../img/background.jpg");
}

.responsivo img {
    max-width: 500px;
    max-height: 357px;
    width: 100%;
}

.servresponsivo img {
    max-width: 413px;
    width: 100%;
}

#ctthead{
    color: #353535;
    text-align: center;
    background-image: url("../img/aviso.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.rodape{
    background-color: #222222;
    padding-top: 3%;
}

#textorodape {
    color: #969696;
}


.ulrodape {
    list-style-type: none;
    }


#textocentral {
    padding-top: 5%;
    padding-bottom: 30%;
}

.parceiros {
    padding-bottom: 2%;
}

#hparceiros {
    text-align: center;
    padding: 1%;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #353535;
}

#servicos {
    text-align: justify;
    font-size: 17px;
    padding-bottom: 50px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #d5efe1 !important;
}
.navbar-default {
    background-color: #4bc38f !important;
    border-color: #4bc38f;
}
ul, ol {
    list-style-type: none;
    text-align-last: start;
    display: contents;
}