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 {
    background-color:#00008B;
}

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

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

.card {
    color: white;
}

.card-left {
    margin-top: -80px;
    background-color: #191997;
    margin-right: -15px !important;
    margin-bottom: 10px !important;
    position: relative;
    z-index: 0 !important;
}

.card-center {
    margin-top: -100px;
    background-color: #0d0d91;
    box-shadow: 0 0 30px #000000;
    position: relative;
    z-index: 1 !important;

}

.card-right {
    margin-top: -80px;
    margin-left: -15px !important;
    margin-bottom: 10px !important;
    background-color: #00008b;
    position: relative;
    z-index: 0 !important;
    
}

.icons {
    font-size:48px;
    color:white;
}

.empresa {
    padding: 20px;
    margin-top: 10px;
    border: 1px outset;
    border-radius: 5px;
    width:100%;
    background:
    linear-gradient(
        #00008B, #00008B
    ),
    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;
}

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

.wats {
    color: chartreuse;
}

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

footer {
    background-color:	#00008B;
    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;
}

.fadeIn {
    -webkit-animation: fadeIn 0.5s ease-in-out;
    -moz-animation: fadeIn 0.5s ease-in-out;
    -o-animation: fadeIn 0.5s ease-in-out;
    animation: fadeIn 0.5s ease-in-out;
    }

.fadeInCardCenter {
    -webkit-animation: fadeIn 1.5s ease-in-out;
    -moz-animation: fadeIn 1.5s ease-in-out;
    -o-animation: fadeIn 1.5s ease-in-out;
    animation: fadeIn 1.5s ease-in-out;
    }

.fadeInCardRight {
    -webkit-animation: fadeIn 2s ease-in-out;
    -moz-animation: fadeIn 2s ease-in-out;
    -o-animation: fadeIn 2s ease-in-out;
    animation: fadeIn 2s ease-in-out;
    }

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; } 
    }
    @-moz-keyframes fadeIn {
    0% { opacity: 0;}
    100% { opacity: 1; }
    }
    @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
    }
    @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
    }


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

    .topo-txt {
        display: none;
    }

    .footer-mobile a{
        flex:1;
    }

    .footer-web{
        display:none;
    }

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

    .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%;
    }
}