body, html {
    margin: 0;
    padding: 0;
    width: 100%;
}
body {
    font-family: sans-serif;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: underline;
    text-decoration-color: #ff0000;
    color: #000;
}
#myCarousel{
    margin-top: 0px!important;
    color: #000!important;
}
#myCarousel h1{
    font-size: 1.5rem;
}
#myCarousel img{
    object-fit: cover;
    object-position: top;
}
.carousel-caption{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 5px;
}
.logo {
    position: absolute;
    float: left;
    margin-top: 17px;
    margin-left: 10px;
}
.logo img{
    height: auto;
    width: 180px;
}
.contact-top{
    background-color: #f2f2f2;
    height: auto;
    width: 100%;
}
.contact-top span{
    padding: 10px;
}
.contact-top img{
    width: 160px;
    padding: 10px;
}
.contact-top a{
    font-size: 15px;
    margin-bottom: 0;
    margin-right: 15px;
    padding-right: 15px;
    border-right: solid 1px #d5d5d5;
    line-height: 10px;
    color: #333333;
}
nav {
    position: sticky;
    top: 0;
    width: 100%;
    height: 75px;
    transition: 1s;
    z-index: 999;
    box-shadow: 0px 1px 20px #f2f2f2;
}
nav ul {
    list-style: none;
    background-color: white;
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: center;
    margin: 0;
    transition: 1s;
}
nav.black {
    background: white;
    color: black;
}
nav.black ul li{
    color: #000;
}
nav ul li {
    display: inline-block;
    padding: 23px;
}
nav ul li {
    text-decoration: none;
    color: #000;
    font-size: 20px;
}
nav ul li:hover{
    border-bottom: #e30016 3px solid;
    color: #000;
}
.menu-icon {
    width: 100%;
    text-align: right;
    cursor: pointer;
    box-sizing: border-box;
    padding: 26px 24px;
    color: black;
    display: none;
}

/* Breakpoints */

@media(max-width: 700px) {
    .logo {
        position: absolute;
        top: 0;
        margin-top: 18px;
        padding-bottom: 20px;
        color: black;
    }
    nav ul {
        max-height: 0px;
        background-color: white;
    }
    nav {
        background: white;
    }
    .showing {
        max-height: 20em;
    }
    nav ul li {
        box-sizing: border-box;
        width: 100%;
        padding: 24px 0;
        text-align: center;
    }
    nav ul li {
        color: black;
    }
    .menu-icon {
        display: block;
    }
}

#about h4 {
    padding-top: 20px;
    font-size: 50px;
    margin-bottom: -10px;
    margin-left: 40px;
    font-family: 'Raleway', sans-serif;
}
#about p{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    margin: 40px;
    padding-bottom: 20px; 
}
#about{
    padding-top: 50px;
    color: #000;
    width: 100%;
}
#mvv{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#mvv div{
    background: #fff;
    border-radius: 5px;
    margin: 20px;
    width: 300px;
    height: 400px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#mvv div p{
    margin: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    margin: 20px;
}
#mvv div img{
    width: 100px;
    height: 100px;
    margin-top: 50px;
}
#cases{
    padding-top: 50px;
    width: 100%;
    height: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cases img{
    margin: 20px;
}
#cases p{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #000;
    margin: 20px;
}
.images-cases{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.images-cases img{
    margin: 20px;
}
#infos{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.card-2{
    margin: 5px;
    width: 300px;
    height: 280px;
    border: #ccc 1px solid;
}
.card-2 p{
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    margin: 20px;
}
.card-2 h5{
    font-family: 'Lobster', cursive;
    font-size: 20px;
    margin: 20px;
}
#more-infos{
    background: #222;
	height: auto;
	width: 100%;
    margin-top: 50px;
}
#more-infos p{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    margin: 10px;
    margin-bottom: 0px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
#contact{
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
#contact p{
    color: #000;    
}
#contact h3{
    color: #000;    
}
.form-control{
    margin-top: 10px;
}
.button {
    background-color: #fff; 
    color: #656463; 
    border: 2px solid #4CAF50;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    margin-top: 10px;
    float: right;
}
.button:hover {
    background-color: #4CAF50;
    color: white;
}
.no-padding{
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}
.form-contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.form-contact form{
    padding-bottom: 20px;
}
footer{
    background-color: #fff;
}
footer li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #000;
}
footer i{
    padding-top: 50px;
}
footer h5{
    color: #e30016;
    font-size: 25px;
}
footer ul li{
    font-size: 17px;
}
.margin-top{
    margin-top: 50px;
}
.margin-bottom{
    margin-bottom: 5px;
}
.form-contact form input{
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #656463;
    color: #fff;
    font-size: 14px;
    padding: 12px;
}
.form-contact form textarea{
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #656463;
    color: #fff;
    font-size: 14px;
    padding: 12px;
}
.menu{
    background-color: #fff;
}
.menu li a:hover{
    text-decoration: none;
    color: #000;
}
footer ul{
    padding-left: 0;
}
#myCarousel{
    margin-top: 50px;
}
.carousel {
    margin-bottom: 4rem;
}
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}
.carousel-item {
    height: 32rem;
    background-color: #777;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}
@media (min-width: 40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}
.carousel-item {
    background-color: #fff!important;
}
.lnr-code{
    font-size: 30px;
    color: #fff;
}
.powered{
    color: #fff;
    background: #002b4d;
    padding-top: 20px;
    padding-bottom: 20px; 
}
.powered a{
    color: #fff!important;
}
.powered h6{
    margin-bottom: 0;
}
.fluid{
    width: 100%;
}
.faixa{
    width: 100%;
    position: relative;
}