body {
    padding: 0;
    margin: 0;

    font-family: 'Nunito', sans-serif !important;
    text-align: center;
    
    background-image: url('../../img/bg.png');
    background-position: top;
    background-size: cover;
}

#fornecedores .owl-stage-outer .owl-stage {
    margin: 0 auto;
}

.card-text {
    text-align: justify;
}

#clientes img {
    max-width: 180px; 
}

#fornecedores img {
    max-width: 137px;
}

#banner,
#a-empresa,
#clientes,
#fornecedores,
#servicos {
    margin-bottom: 6rem;
}

#a-empresa h2,
#clientes h2,
#fornecedores h2,
#servicos h2,
#contato h2 {
    color: #1761a3;
    text-align: center;

    margin-bottom: 2rem;

    font-weight: bold;
    font-size: 40px;
}

#a-empresa h5,
#servicos h5 {
    color: green;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
}

#a-empresa h5::before {
    content: "";
    width: 200px;
    height: 2px;
    background-image: linear-gradient(to right, transparent, currentColor);  
    background-image: -webkit-linear-gradient(to right, transparent, currentColor);  
    display: inline-flex;
    vertical-align: middle;
    margin: 0 8px;
}

#a-empresa h5::after {
    content: "";
    width: 200px;
    height: 2px;
    background-image: linear-gradient(to right, currentColor, transparent);  
    background-image: -webkit-linear-gradient(to right, currentColor, transparent);  
    display: inline-flex;
    vertical-align: middle;
    margin: 0 8px;
}

#servicos .card-title::before {
    content: "";
    width: 150px;
    height: 2px;
    background-image: linear-gradient(to right, transparent, currentColor);  
    background-image: -webkit-linear-gradient(to right, transparent, currentColor);  
    display: inline-flex;
    vertical-align: middle;
    margin: 0 8px;
}

#servicos .card-title::after {
    content: "";
    width: 150px;
    height: 2px;
    background-image: linear-gradient(to right, currentColor, transparent);  
    background-image: -webkit-linear-gradient(to right, currentColor, transparent);  
    display: inline-flex;
    vertical-align: middle;
    margin: 0 8px;
}

#servicos .card-title1::before {
    content: "";
    width: 40px;
    height: 2px;
    background-image: linear-gradient(to right, transparent, currentColor);  
    background-image: -webkit-linear-gradient(to right, transparent, currentColor);  
    display: inline-flex;
    vertical-align: middle;
    margin: 0 8px;
}

#servicos .card-title1::after {
    content: "";
    width: 40px;
    height: 2px;
    background-image: linear-gradient(to right, currentColor, transparent);  
    background-image: -webkit-linear-gradient(to right, currentColor, transparent);  
    display: inline-flex;
    vertical-align: middle;
    margin: 0 8px;
}

#telefone {
    border: 0;
    border-radius: 2rem;

    background: linear-gradient(to right bottom, #008030, #46a6d7);
    background: -webkit-linear-gradient(to right bottom, #008030, #46a6d7);
    color: white;
}

header, nav {
    font-weight: bold;
}

#topo .nav-item {
    margin: 0 6px;
}

#a-empresa .card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);

    text-align: left;
    padding: 2rem 4rem;
}

.owl-carousel .item {
    padding: 2rem;
}

/*#clientes .owl-carousel, #fornecedores .owl-carousel {
    display: flex;
    display: -webkit-flex;
    
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}*/

#clientes .item,
#fornecedores .item {
    padding: 2rem;
    margin: 0;
}

#clientes img,
#fornecedores img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#clientes .card {
    width: 250px;
    margin-left: auto;
    margin-right: auto;

    border: 0 solid;
    border-radius: 1rem;

    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);

    padding: 2rem 0;
}

#fornecedores .card {
    width: 200px;
    margin-left: auto;
    margin-right: auto;

    border: 0 solid;
    border-radius: 1rem;

    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);

    padding: 0;
}

#clientes .owl-carousel img, #fornecedores .owl-carousel img {
    width: auto;
    height: auto;
}

#servicos .card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 2rem 4rem;
}

.contato {
    justify-content: center;
}

#contato .img {
    border-radius: 2rem;
    border: 0;
    padding: 10px;

    margin-bottom: 1rem;

    background: linear-gradient(to right bottom, #008030, #46a6d7);
    background: -webkit-linear-gradient(to right bottom, #008030, #46a6d7);
}

#contato form .row {
    margin-bottom: 1rem;
}

#contato, label {
    text-align: left;
}

#contato .form-control {
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.botao {
    margin-bottom: 2rem;
}

.botao .btn-primary {
    border-radius: 2rem;
    margin: 2rem;
    border: 0 solid;
    border-color: white;
    padding: 15px 30px;

    background: linear-gradient(to right bottom, #008030, #46a6d7);
    background: -webkit-linear-gradient(to right bottom, #008030, #46a6d7);

    font-weight: bold;
    font-size: 14px;
    color: white;
}

#endereco .endereco {
    padding: 1rem 0;
    margin: 0;

    background: linear-gradient(to left, #b2d4ee, white);
    background: -webkit-linear-gradient(to left, #b2d4ee, white);
}

#endereco .mapa {
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:20%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

footer {
    padding: 55px 0;
    justify-content: space-between;
}


#footer {
    bottom: 0;
    background: linear-gradient(to right, #b2d9c0, white);
    background: -webkit-linear-gradient(to right, #b2d9c0, white);
}

#footer img {
    max-width: 50px;
    max-height: auto;
    padding: 0 4px;
}

#footer .assinatura {
    max-width: 80px;
}

.footer {
    display: flex;
}

@media (max-width: 600px) {
    .owl-carousel .item {
        max-width: 100%;
    }

    #a-empresa .card,
    #servicos .card {
        width: 100%;
        padding: 1rem 2rem;
    }

    #a-empresa .card-body,
    #servicos .card-body {
        padding: 0;
    }

    #a-empresa .card-text,
    #servicos .card-text {
        padding: 0;
    }

    #a-empresa h5::before {
        content: "";
        width: 180px;
        height: 2px;
        background-image: linear-gradient(to right, currentColor, currentColor);  
        background-image: -webkit-linear-gradient(to right, currentColor, currentColor);  
        display: inline-flex;
        vertical-align: middle;
        margin: 0 8px;
    }
    
    #a-empresa h5::after {
        content: "";
        width: 180px;
        height: 2px;
        background-image: linear-gradient(to right, currentColor, currentColor);  
        background-image: -webkit-linear-gradient(to right, currentColor, currentColor);  
        display: inline-flex;
        vertical-align: middle;
        margin: 0 8px;
    }

    #servicos h5::before {
        content: "";
        width: 180px;
        height: 2px;
        background-image: linear-gradient(to right, currentColor, currentColor);  
        background-image: -webkit-linear-gradient(to right, currentColor, currentColor);  
        display: inline-flex;
        vertical-align: middle;
        margin: 0 8px;
    }
    
    #servicos h5::after {
        content: "";
        width: 180px;
        height: 2px;
        background-image: linear-gradient(to right, currentColor, currentColor);  
        background-image: -webkit-linear-gradient(to right, currentColor, currentColor);  
        display: inline-flex;
        vertical-align: middle;
        margin: 0 8px;
    }

    #contato .img {
        margin-bottom: 1rem;
    }

    .map-responsive{
        height: 150px;
    }

    #endereco .endereco {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    footer {
        padding: 25px 0;
    }

    .footer {
        display: block;
    }

    .footer ul {
        margin-top: 0.5rem;
    }
}

@media (min-width: 601px) {
    #a-empresa .container,
    #servicos .container {
        padding-left: 15%;
        padding-right: 15%;
    }

    #contato .container {
        padding-left: 20%;
        padding-right: 20%;
    }
}