* {
	box-sizing: border-box;
}
body{
    margin: 0;    
    font-family: Rubik;
    color: #4c566a;
}
.cardTitle {
    font-size: 40px;
    text-align: left;
    color: #CE8315;
}
.wrapperMain{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.socialMedia a {
    text-decoration: none;
    color: #CE8315;
}
.socialMedia i:hover {
    opacity: 0.4;
}
.socialMedia i {
    display: block;
    margin-bottom: 7px;
}
.socialMedia hr{
    border-color: #CE8315;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    margin-top: 40px;
    display: flex;
    justify-content: center;
    width: 85px;
    position: absolute;
    left: -30px;
}
.socialMedia {
    position: absolute;
    top: 65vh;
    left: 20px;
    font-size: 25px;
}

.wrapperMain h1{
    color: white;
    font-size: 6vw;
}
.nav {
    background-color: #131414;
}
.bgColor{
    position: absolute;
    height: 100vh;
    width: 100%;
    background-color: #131414;
    z-index: -1;
}
.rotate {
    transform: rotate(180deg);
}
.precos h2{
    font-size: 18.72px;
}
.nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.navTitle a {
    text-decoration: none;
    color: #CE8315;
}
.navTitle{
    flex: 1;
    margin-left: 30px;
}
.navTitle h2{
    font-size: 17px;
}    
.navElements {
    display: flex;
    list-style-type: none;
}
.navElements li a {
    text-decoration: none;
    color: white;
    opacity: 0.5;
}
.navElements li a:hover{
    opacity: 1;
}
.navElements li a.active {
    opacity: 1;
}
.navElements li {
    margin-right: 40px;
}
.navElements li:last-of-type{
    margin-right: 0px;
}
.hamburger {
    display: none;
}
.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
}
.card{ 
    display: flex;
    max-width: 80%;
    justify-content: space-between;
    align-items: center
}
.prices{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}
.precos{
    box-shadow: #131414;
    max-width: 50%;
}
footer p {
    font-size: 18.72px;
}

.center {
    text-align: center;
    margin: 0 auto;
}
.about {
    width: 100%;
    font-size: 20px;
    text-align: left;
}
.card img {
    border-radius: 20px;
    max-width: 50%;
}
.priceDesc{
    margin-left: 20px;
}
@media only screen and (max-width: 950px) {
    #empresa{
        margin-top: 40px;
    }
    .wrapperMain img {
        position: absolute;
        opacity: 0.4;
        z-index: -1;
        width: 100%;
    }
    .wrapperMain{
        height: 100vh;
        margin-top: -50px;
    }

    .card img {
        max-width: 100%;
    }
    .card h2{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #carros {
        margin-top: 50px !important;
    }
    .card div h2 {
        text-align: center !important;
    }
    .card div {
        text-align: center;
        margin: 0 auto !important;
        margin-top: 15px !important;
    }
    .card.reverse{
        display: flex; 
        flex-direction: column-reverse; 
    }
    .card{
        display: block;
    }
}
.footer h3 {
    font-weight: 400;
    max-width: 80%;
}
.footer{
    width: 100%;
    background-color: #131414;
    color: white;
    margin-top: 5vh;
    display: flex;
    text-align: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .precos{
        box-shadow: #131414;
        max-width: 75%;
    }
    .separator{
        flex: 0 !important;
    }
    .wrapperMain h1{
        font-size: 10vw;
    }
    .hamburger {
        display: block;
        background-color: transparent;
        border: 0px;
        cursor: pointer;
        margin-right: 30px;
    }
    .navElements{
        position: absolute;
        left: -100%;
        top:30px;
        flex-direction: column;
        background-color: #131414;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        padding: 0;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }
    .navElements li {
        margin: 15px 0;
        width: 100%;
    }

    .navElements.activeMenu{
        left:0; 
     }
    .hamburger.activeMenu .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.activeMenu .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.activeMenu .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}
