body {
    font-family: "Lato", sans-serif
}

.jumbotron {
    margin: 0px;
    
}
/* Remove the navbar's default rounded borders and increase the bottom margin */ 
.navbar {
    margin-bottom: 50px;
    border-radius: 0;
}

.nav-dark {
    position: absolute;
    width: 100%
}

.nav-dark a{
    color: aliceblue;
}

.color-back {
    color: white;
    background-color:#f80502;
}

.color-back:hover {
    background-color:#f93735;
    color: white;
}


.jumbotron-back {
    background-color: #fff;
    margin-bottom: -50px;
}

.pagamento-text {
    margin: 40px; 
    color: white;
    padding-left: 200px !important;
}

.card {
    color: white;
}

.card-left {
    background-color: #f80502;
    margin-right: -15px !important;
    margin-bottom: 10px !important;
}

.card-center {
    margin-top: -80px;
    background-color: #f8120f;
    box-shadow: 0 0 30px #000000;

}

.card-right {
    margin-left: -15px !important;
    margin-bottom: 10px !important;
    background-color: #f91e1b;
    
}

.icons {
    font-size:48px;
    color:#1BF307;
}

.icons:hover {
   color: #7af86e;
}

.btn-tel {
    color: #f80502;
    background-color:#1BF307;
}

.btn-tel:hover {
    background-color: #7af86e;
    color: #f93735;
}

.btn-wats {
    margin-bottom: 3px;
    background-color:#f80502;
    color: white;
}

.btn-wats:hover {
    background-color: #f93735;
    color: #1BF307;
}

.empresa {
    padding: 20px;
    margin-top: 10px;
    border: 1px outset;
    border-radius: 5px;
    width:100%;
    background: #f80502;
    /* linear-gradient(
        #787878, #f80502
    ),
    url("img/carroquebrado.jpg") no-repeat; */
}

.empresa h3 {
    color: azure;
    font-style: italic;
    font-weight: bold;
}

.pagamento {
    padding: 0;
    width: 100%;
    margin-top: 20px;
}

.cartao {
    width: 20%;
    background-image: url("img/cartao.jpg");
    background-repeat: no-repeat;
}

.form-contato {
    width: 50%;
}

.topo {
    width: 100%;
    height: 700px;
    background:
    /* linear-gradient(
        rgba(238, 55, 55, 0.842),rgba(238, 55, 55, 0.842)
    ), */
    url("../img/topo.jpg") no-repeat;
    padding-top: 45px;
    padding-bottom: 250px;
    background-size: cover;
}

.topo-txt{
    text-align: center;
    padding: 200px;
}

.topo-txt img {
    
}


.btn-color {
    background-color: rgba(90, 127, 230, 0.842);
}

.wats {
    color: chartreuse;
}

.wats :hover {
    text-decoration: none;
}

footer {
    background-color:	#f80502;;
    padding: 25px;
}

.footer-tel {
    padding: 16px;
}

.footer-tel a{
    color: #fff;
    text-decoration: none;
}

.logo {
    margin: auto !important;
    margin-top: 10px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.logo img{
    width: 20%;
    max-height: 146px;
    text-align: left;
}
 .logo span{
    color: #000;
    font-size: 20px;
}
.logo p{
    font-weight: 600;
    font-size: 22px;
    margin: auto;
}

.footer-mobile{
    display:none;
    text-align: center;
}
.footer-web{
    text-align: center;    
    height: 50px;
    font-size: 14px;
}

.frame {
    width: 100%;
    height: 450px;
    border: 0;
}

.text-footer p{
    color: white;
    font-size: 12px;
    padding-top: 20px;
}

.servicos-imagem {
    width: 100%;
    height: 150px;
}

@media screen and (max-width: 650px) {
    .footer-mobile{
        display:flex;
        font-size: 60px;
        flex-wrap: wrap;
        text-align: center;
    }

    .footer-mobile a{
        flex:1;
    }

    .footer-web{
        display:none;
    }

    .topo {
        width: 100%;
        height: 100px;
    }
    
    .topo-txt{
        text-align: center;
        padding: 100px;
    }

    .topo-txt img {
        width: 100px !important;
    }

    .card-center {
        margin: auto;
        box-shadow: 0 0 30px #000000;
        margin-bottom: 10px !important;
    }

    .card-right {
        margin: auto;
        margin-left: 0px !important;  
    }

    .card-left {
        margin: auto;
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }

    .jumbotron-back {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .pagamento {
        max-width: 100%;
        margin-top: 10px;
        padding: 10px;
    }

    .pagamento-text {
        padding-left: 0px !important;
    }

    .frame {
        max-width: 100%;
    }

    a {
        color: #1BF307;
    }

    a:hover {
        color: #7af86e;
    }
}