*{
margin: 0;
padding: 0;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#categoria-inicio{
    scroll-margin-top: 200px;    
}

#categoria-detalhes{
    scroll-margin-top: 200px;    
}

#categoria-servicos{
    scroll-margin-top: 200px;    
}

#categoria-sobre-nos{
    scroll-margin-top: 250px;    
}

header{
    background-color: rgb(22, 22, 22);
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
}

header img{
    margin-right: 300px;
}

header a{
    text-decoration: none;
    color: white;
    margin-left: 20px;
    font-size: 20px;
}

a:hover{
    color: rgb(253, 233, 55);
}

.inicio{
    background-color: rgb(32, 32, 32);
    height: 600px;
    color: white;
    background: linear-gradient(rgba(0,0,0,0.8)), url(/IMAGENS/OFICINA\ DENTRO.jpeg);
    background-size: cover;
    background-position: center -600px;
}

.texto-inicio{
    padding-left: 500px;
    padding-top: 100px;
    display: inline-block;
}

.inicio h1{
    color: rgb(253, 233, 55);
    max-width: 300px;
    font-size: 40px;
}

.inicio h2{
    max-width: 300px;
    font-size: 25px;
}

i{
    color: white;
    margin-right: 5px;
}

.whatsapp{
    display: inline-block;
    margin-top: 50px;
}

.whatsapp a{
    background-color: green;
    padding: 20px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    z-index: 0;
}

.whatsapp a::before, .whatsapp a::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: green;
    z-index: -1;
    border-radius: 20px;
    opacity: 0.7;
}

@keyframes pulsar{
    100%{
        transform: scale(1.5);
        opacity: 0;
    }
}

.whatsapp a::before{
    animation: pulsar 1.5s ease-in-out infinite;
}

.whatsapp a::after{
    animation: pulsar 1.5s ease-in-out infinite;
}

.logo2{
    padding-left: 200px;
    padding-top: 50px;
    vertical-align: top;
    
}

.detalhes{
    background-color: rgb(46, 46, 46);
    height: 800px;
    text-align: center;
}

.texto-detalhes{
    padding-top: 50px;
    text-align: center;
    color: rgb(253, 233, 55);
    font-size: 23px;
}

.texto-detalhes p{
    max-width: 700px;
    margin: auto;
    padding-top: 20px;
}

.card{
    background-color: rgb(253, 233, 55);
    height: 500px;
    width: 420px;
    display: inline-block;
    margin: 0px 50px;
    margin-top: 50px;
    vertical-align: middle;
    border-radius: 20px;
}

.texto-card{
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
    
}

.texto-card h1{
    padding-bottom: 30px;
    font-size: 40px;
}

.texto-card p{
    font-size: 21px;
}

.servicos{
    background-color: rgb(37, 37, 37);
    height: 4090px;
    padding-top: 50px;
}

.texto-servicos{
    background-color: white;
    max-width: 150px;
    margin: auto;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    font-size: 15px;
}

.cambio-aut{
    padding-top: 150px;
    text-align: center;
    color: white;
}

.cambio-aut img{
    width: 600px;
    border: solid 3px white;
    margin-right: 100px;
}

.texto-cambio-aut{
    max-width: 700px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.texto-cambio-aut p{
    max-width: 500px;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.revisao-mg{
    padding-top: 150px;
    text-align: center;
    color: white;
    background-color: rgb(24, 24, 24);
    height: 600px;
    margin-top: 100px;
}

.revisao-mg img{
    width: 600px;
    border: solid 3px white;
    margin-left: 100px;
}

.texto-revisao-mg{
    max-width: 700px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.texto-revisao-mg hr{
    width: 400px;
}

.texto-revisao-mg p{
    max-width: 500px;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.inje-ele{
    padding-top: 150px;
    text-align: center;
    color: white;
}

.inje-ele img{
    width: 600px;
    border: solid 3px white;
    margin-right: 100px;
}

.texto-inje-ele{
    max-width: 700px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.texto-inje-ele p{
    max-width: 500px;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.texto-inje-ele hr{
    width: 300px;
}

.motor{
    padding-top: 150px;
    text-align: center;
    color: white;
    background-color: rgb(24, 24, 24);
    height: 600px;
    margin-top: 100px;
}

.motor img{
    width: 600px;
    border: solid 3px white;
    margin-left: 100px;
}

.texto-motor{
    max-width: 700px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.texto-motor hr{
    width: 350px;
}

.texto-motor p{
    max-width: 500px;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.freios{
    padding-top: 150px;
    text-align: center;
    color: white;
}

.freios img{
    width: 600px;
    border: solid 3px white;
    margin-right: 100px;
}

.texto-freios{
    max-width: 700px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.texto-freios p{
    max-width: 500px;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.texto-freios hr{
    width: 100px;
}

.troca-oleo{
    padding-top: 150px;
    text-align: center;
    color: white;
    background-color: rgb(24, 24, 24);
    height: 600px;
    margin-top: 100px;
}

.troca-oleo img{
    width: 600px;
    border: solid 3px white;
    margin-left: 100px;
}

.texto-troca-oleo{
    max-width: 700px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.texto-troca-oleo hr{
    width: 220px;
}

.texto-troca-oleo p{
    max-width: 500px;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.sobre-nos{
    padding-top: 150px;
    text-align: center;
    color: black;
    background-color: rgb(253, 233, 55);
    height: 600px;
}

.sobre-nos img{
    width: 600px;
    border: solid 3px black;
    margin-right: 100px;
}

.texto-sobre-nos{
    max-width: 700px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.texto-sobre-nos p{
    max-width: 500px;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.texto-sobre-nos hr{
    color: black;
    width: 200px;
    border: solid 1px black;
}

footer{
    background-color: rgb(29, 29, 29);
    height: 480px;
    border-top: solid 5px white;
    text-align: center;
}

.menu{
    text-align: left;
    color: white;
    padding-top: 100px;
    padding-right: 50px;
    display: inline-block;
}

.menu h1{
    padding-bottom: 20px;
}

.menu a{
    text-decoration: none;
    display: block;
    color: white;
    font-size: 20px;
    padding: 8px;
}

.menu a:hover{
    color: rgb(253, 233, 55);
}

.contato{
    text-align: left;
    color: white;
    padding-top: 100px;
    display: inline-block;
    vertical-align: top;
    padding-left: 100px;
}

.contato h1{
    padding-bottom: 20px;
}

.contato a{
    text-decoration: none;
    display: block;
    color: white;
    font-size: 20px;
    padding-bottom: 15px;
}

.contato h3{
    padding-left: 5px;
}

.contato p{
    display: block;
    max-width: 300px;
    padding-top: 40px;
}

.contato a:hover{
    color: rgb(253, 233, 55);
}

iframe{
    max-width: 350px;
    max-height: 250px;
    vertical-align: middle;
    padding-bottom: 150px;
    padding-left: 100px;
}

.direitos-autorais{
    text-align: center;
}

.menu-hamburguer{
    display: none;
}

@media (max-width: 800px) {

    .categorias{
        display: none;
    }

    .overlay{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.95);
        z-index: 2;
        transform: scale(0);
        transition: 0.5s;
    }
    .menu-hamburguer{
        display: block;
        position: absolute;
        top: 40px;
        right: 40px;
        z-index: 4;
    }

    #menu-toggle{
        display: none;
    }

    .menu-icon{
        width: 35px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 5;
        position: relative;
        cursor: pointer;
    }

    .linha{
        height: 4px;
        background-color: yellow;
        border-radius: 2px;
        transition: 0.3s;
    }

    .menu2{
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        text-align: center;
    }

    .menu2 ul{
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .menu2 ul li{
        margin: 20px 0;
    }

    .menu2 a{
        text-decoration: none;
        font-size: 2rem;
        color: yellow;
        transition: 0.3s;
    }

    .menu2 a:hover{
        color: white;
    }

    #menu-toggle:checked + .menu-icon .linha:nth-child(1){
        transform: rotate(45deg) translate(13px, 13px);
    }
    #menu-toggle:checked + .menu-icon .linha:nth-child(2){
        opacity: 0;
    }

    #menu-toggle:checked + .menu-icon .linha:nth-child(3){
        transform: rotate(-45deg) translate(5px, -5px);
    }

    #menu-toggle:checked ~ .overlay{
        transform: scale(1);
    }

    header img{
        margin: auto;
    }

    .inicio{
        height: 500px;
    }

    .texto-inicio{
        display: inline;
        text-align: center;
    }

    .texto-inicio h1, h2{
        margin: auto;
        padding: 10px;
    }

    .inicio .whatsapp{
        display: block;
        text-align: center;
    }

    .inicio img{
        display: none;
    }

    .detalhes{
        background-color: rgb(46, 46, 46);
        height: 2000px;    
    }

    .texto-detalhes{
        font-size: 18px;
        max-width: 400px;
        margin: auto;
    }

    .card{
        background-color: rgb(253, 233, 55);
        width: 350px;
    }

    .texto-card{
        max-width: 300px;
        margin: auto;
    }

    .texto-card p{
       font-size: 18px;
    }

    .servicos{
        background-color: rgb(37, 37, 37);
        height: 5125px;
    }

    .cambio-aut{
        display: block;
    }

    .cambio-aut img{
        width: 400px;
        margin: auto;;
    }

    .texto-cambio-aut{
        text-align: center;
        padding-top: 40px;
        max-width: 400px;
    }

    .texto-cambio-aut hr{
        max-width: 400px;
        margin: auto;
    }

    .revisao-mg{
        display: block;
        background-color: rgb(24, 24, 24);
        height: 730px;
        padding-top: 50px;
    }

    .revisao-mg img{
        width: 400px;
        margin: auto;;
    }

    .texto-revisao-mg{
        text-align: center;
        padding-bottom: 60px;
        max-width: 400px;
    }

    .texto-revisao-mg hr{
        max-width: 400px;
        margin: auto;
    }

    .inje-ele{
        display: block;
    }

    .inje-ele img{
        width: 400px;
        margin: auto;;
    }

    .texto-inje-ele{
        text-align: center;
        padding-top: 40px;
        max-width: 400px;
    }

    .texto-inje-ele hr{
        margin: auto;
        max-width: 300px;
    }

    .motor{
        display: block;
        background-color: rgb(24, 24, 24);
        height: 730px;
        padding-top: 50px;
    }

    .motor img{
        width: 400px;
        margin: auto;;
    }

    .texto-motor{
        text-align: center;
        padding-bottom: 60px;
        max-width: 400px;
    }

    .texto-motor hr{
        margin: auto;
        max-width: 400px;
    }

    .freios{
        display: block;
    }

    .freios img{
        width: 400px;
        margin: auto;;
    }

    .texto-freios{
        text-align: center;
        padding-top: 40px;
        max-width: 400px;
    }

    .texto-freios hr{
        margin: auto;
    }

    .troca-oleo{
        display: block;
        background-color: rgb(24, 24, 24);
        height: 730px;
        padding-top: 50px;
    }

    .troca-oleo img{
        width: 400px;
        margin: auto;;
    }

    .texto-troca-oleo{
        text-align: center;
        padding-bottom: 60px;
        max-width: 400px;
    }

    .texto-troca-oleo hr{
        margin: auto;
        max-width: 100px;
    }

    .sobre-nos{
        display: block;
        background-color: rgb(253, 233, 55);
        height: 750px;
    }

    .sobre-nos img{
        width: 400px;
        margin: auto;;
    }

    .texto-sobre-nos{
        text-align: center;
        padding-top: 40px;
        max-width: 400px;
    }

    .texto-sobre-nos hr{
        margin: auto;
        max-width: 150px;
    }

    footer{
        display: flex;
        text-align: left;
        background-color: rgb(29, 29, 29);
        height: 400px;
        margin: auto;
    }

    .menu{
        padding-right: 15px;
        padding-left: 50px;
    }

    .menu h1{
        font-size: 20px;
    }

    .menu a{
        font-size: 15px;
    }

    .contato{
        padding-left: 15px;
    }

    .contato h1{
        font-size: 20px;
    }

    .contato h3{
        font-size: 17px;
        max-width: 200px;
    }

    .contato p{
        display: block;
        max-width: 200px;
        padding-top: 10px;
    }

    .contato a{
        font-size: 15px;
        padding-top: 8px;
    }

    iframe{
        display: none;
    }

    .direitos-autorais{
        font-size: 12px;
        margin: auto;
    }
}

@media (min-width: 801px) and (max-width: 1400px) {

    .categorias{
        display: none;
    }

    .overlay{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.95);
        z-index: 2;
        transform: scale(0);
        transition: 0.5s;
    }
    .menu-hamburguer{
        display: block;
        position: absolute;
        top: 40px;
        right: 40px;
        z-index: 4;
    }

    #menu-toggle{
        display: none;
    }

    .menu-icon{
        width: 35px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 5;
        position: relative;
        cursor: pointer;
    }

    .linha{
        height: 4px;
        background-color: yellow;
        border-radius: 2px;
        transition: 0.3s;
    }

    .menu2{
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        text-align: center;
    }

    .menu2 ul{
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .menu2 ul li{
        margin: 20px 0;
    }

    .menu2 a{
        text-decoration: none;
        font-size: 2rem;
        color: yellow;
        transition: 0.3s;
    }

    .menu2 a:hover{
        color: white;
    }

    #menu-toggle:checked + .menu-icon .linha:nth-child(1){
        transform: rotate(45deg) translate(13px, 13px);
    }
    #menu-toggle:checked + .menu-icon .linha:nth-child(2){
        opacity: 0;
    }

    #menu-toggle:checked + .menu-icon .linha:nth-child(3){
        transform: rotate(-45deg) translate(5px, -5px);
    }

    #menu-toggle:checked ~ .overlay{
        transform: scale(1);
    }

    header img{
        margin: auto;
    }

    .inicio{
        height: 500px;
    }

    .texto-inicio{
        display: inline;
        text-align: center;
    }

    .texto-inicio h1, h2{
        margin: auto;
        padding: 10px;
    }

    .inicio .whatsapp{
        display: block;
        text-align: center;
    }

    .inicio img{
        display: none;
    }

    .detalhes{
        background-color: rgb(46, 46, 46);
        height: 1500px;    
    }

    .texto-detalhes{
        font-size: 18px;
        max-width: 400px;
        margin: auto;
    }

    .card{
        background-color: rgb(253, 233, 55);
        width: 350px;
    }

    .texto-card{
        max-width: 300px;
        margin: auto;
    }

    .texto-card p{
       font-size: 18px;
    }

    .servicos{
        background-color: rgb(37, 37, 37);
        height: 3675px;
    }

    .cambio-aut{
        display: block;
    }

    .cambio-aut img{
        width: 500px;
        margin: auto;
    }

    .texto-cambio-aut{
        text-align: center;
        max-width: 400px;
        vertical-align: top;
        padding-left: 40px;
    }

    .texto-cambio-aut h1{
        font-size: 30px;
    }

    .texto-cambio-aut p{
        font-size: 19px;
    }

    .texto-cambio-aut hr{
        max-width: 300px;
        margin: auto;
    }

    .revisao-mg{
        display: block;
        background-color: rgb(24, 24, 24);
        height: 500px;
        padding-top: 100px;
    }

    .revisao-mg img{
        width: 500px;
        margin: auto;;
    }

    .texto-revisao-mg{
        text-align: center;
        padding-bottom: 60px;
        max-width: 400px;
        padding-right: 40px;
    }

    .texto-revisao-mg hr{
        max-width: 400px;
        margin: auto;
    }

    .inje-ele{
        display: block;
    }

    .inje-ele img{
        width: 500px;
        margin: auto;;
    }

    .texto-inje-ele{
        text-align: center;
        max-width: 400px;
        padding-left: 40px;
    }

    .texto-inje-ele hr{
        margin: auto;
        max-width: 300px;
    }

    .motor{
        display: block;
        background-color: rgb(24, 24, 24);
        height: 500px;
        padding-top: 100px;
    }

    .motor img{
        width: 500px;
        margin: auto;;
    }

    .texto-motor{
        text-align: center;
        padding-bottom: 60px;
        max-width: 400px;
        padding-right: 40px;
    }

    .texto-motor hr{
        margin: auto;
        max-width: 400px;
    }

    .freios{
        display: block;
    }

    .freios img{
        width: 500px;
        margin: auto;;
    }

    .texto-freios{
        text-align: center;
        max-width: 400px;
        padding-left: 40px;
    }

    .texto-freios hr{
        margin: auto;
    }

    .troca-oleo{
        display: block;
        background-color: rgb(24, 24, 24);
        height: 500px;
        padding-top: 100px;
    }

    .troca-oleo img{
        width: 500px;
        margin: auto;;
    }

    .texto-troca-oleo{
        text-align: center;
        padding-bottom: 60px;
        max-width: 400px;
        padding-right: 40px;
    }

    .texto-troca-oleo hr{
        margin: auto;
        max-width: 100px;
    }

    .sobre-nos{
        display: block;
        background-color: rgb(253, 233, 55);
        height: 550px;
    }

    .sobre-nos img{
        width: 500px;
        margin: auto;;
    }

    .texto-sobre-nos{
        text-align: center;
        max-width: 400px;
        padding-left: 40px;
    }

    .texto-sobre-nos hr{
        margin: auto;
        max-width: 150px;
    }

    footer{
        text-align: center;
        background-color: rgb(29, 29, 29);
        height: 500px;
        margin: auto;
    }

    .menu{
        padding-right: 40px;
        padding-left: 50px;
    }

    .menu h1{
        
    }

    .menu a{
        
    }

    .contato{
        padding-left: 40px;
    }

    .contato h1{
        
    }

    .contato h3{
        
        
    }

    .contato p{
        display: block;
        max-width: 200px;
        padding-top: 30px;
    }

    .contato a{
        font-size: 15px;
        padding-top: 8px;
    }

    iframe{
        display: inline-block;
        padding-right: 10px;
    }

    .direitos-autorais{
        font-size: 12px;
        margin: auto;
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {

    .categorias{
        display: none;
    }

    .overlay{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.95);
        z-index: 2;
        transform: scale(0);
        transition: 0.5s;
    }
    .menu-hamburguer{
        display: block;
        position: absolute;
        top: 40px;
        right: 40px;
        z-index: 4;
    }

    #menu-toggle{
        display: none;
    }

    .menu-icon{
        width: 35px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 5;
        position: relative;
        cursor: pointer;
    }

    .linha{
        height: 4px;
        background-color: yellow;
        border-radius: 2px;
        transition: 0.3s;
    }

    .menu2{
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        text-align: center;
    }

    .menu2 ul{
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .menu2 ul li{
        margin: 20px 0;
    }

    .menu2 a{
        text-decoration: none;
        font-size: 2rem;
        color: yellow;
        transition: 0.3s;
    }

    .menu2 a:hover{
        color: white;
    }

    #menu-toggle:checked + .menu-icon .linha:nth-child(1){
        transform: rotate(45deg) translate(13px, 13px);
    }
    #menu-toggle:checked + .menu-icon .linha:nth-child(2){
        opacity: 0;
    }

    #menu-toggle:checked + .menu-icon .linha:nth-child(3){
        transform: rotate(-45deg) translate(5px, -5px);
    }

    #menu-toggle:checked ~ .overlay{
        transform: scale(1);
    }

    header img{
        margin: auto;
    }

    .inicio{
        height: 550px;
    }

    .texto-inicio{
        display: inline-block;
        text-align: left;
        padding-left: 200px;
    }

    .texto-inicio h1, h2{
        
    }

    .inicio .whatsapp{
        display: inline-block;
        text-align: center;
    }

    .inicio img{
        display: inline-block;
        vertical-align: top;
    }

    .detalhes{
        background-color: rgb(46, 46, 46);
        height: 1500px;    
    }

    .texto-detalhes{
        margin: auto;
    }

    .card{
        

    }

    .texto-card{
        
        margin: auto;
    }

    .texto-card p{
       
    }

    .servicos{
        background-color: rgb(37, 37, 37);
        height: 3675px;
    }

    .cambio-aut{
        display: block;
    }

    .cambio-aut img{
        width: 500px;
        margin: auto;
    }

    .texto-cambio-aut{
        text-align: center;
        max-width: 400px;
        vertical-align: top;
        padding-left: 40px;
    }

    .texto-cambio-aut h1{
        font-size: 30px;
    }

    .texto-cambio-aut p{
        font-size: 19px;
    }

    .texto-cambio-aut hr{
        max-width: 300px;
        margin: auto;
    }

    .revisao-mg{
        display: block;
        background-color: rgb(24, 24, 24);
        height: 500px;
        padding-top: 100px;
    }

    .revisao-mg img{
        width: 500px;
        margin: auto;;
    }

    .texto-revisao-mg{
        text-align: center;
        padding-bottom: 60px;
        max-width: 400px;
        padding-right: 40px;
    }

    .texto-revisao-mg hr{
        max-width: 400px;
        margin: auto;
    }

    .inje-ele{
        display: block;
    }

    .inje-ele img{
        width: 500px;
        margin: auto;;
    }

    .texto-inje-ele{
        text-align: center;
        max-width: 400px;
        padding-left: 40px;
    }

    .texto-inje-ele hr{
        margin: auto;
        max-width: 300px;
    }

    .motor{
        display: block;
        background-color: rgb(24, 24, 24);
        height: 500px;
        padding-top: 100px;
    }

    .motor img{
        width: 500px;
        margin: auto;;
    }

    .texto-motor{
        text-align: center;
        padding-bottom: 60px;
        max-width: 400px;
        padding-right: 40px;
    }

    .texto-motor hr{
        margin: auto;
        max-width: 400px;
    }

    .freios{
        display: block;
    }

    .freios img{
        width: 500px;
        margin: auto;;
    }

    .texto-freios{
        text-align: center;
        max-width: 400px;
        padding-left: 40px;
    }

    .texto-freios hr{
        margin: auto;
    }

    .troca-oleo{
        display: block;
        background-color: rgb(24, 24, 24);
        height: 500px;
        padding-top: 100px;
    }

    .troca-oleo img{
        width: 500px;
        margin: auto;;
    }

    .texto-troca-oleo{
        text-align: center;
        padding-bottom: 60px;
        max-width: 400px;
        padding-right: 40px;
    }

    .texto-troca-oleo hr{
        margin: auto;
        max-width: 100px;
    }

    .sobre-nos{
        display: block;
        background-color: rgb(253, 233, 55);
        height: 550px;
    }

    .sobre-nos img{
        width: 500px;
        margin: auto;;
    }

    .texto-sobre-nos{
        text-align: center;
        max-width: 400px;
        padding-left: 40px;
    }

    .texto-sobre-nos hr{
        margin: auto;
        max-width: 150px;
    }

    footer{
        text-align: center;
        background-color: rgb(29, 29, 29);
        height: 500px;
        margin: auto;
    }

    .menu{
        padding-right: 40px;
        padding-left: 50px;
    }

    .menu h1{
        
    }

    .menu a{
        
    }

    .contato{
        padding-left: 40px;
    }

    .contato h1{
        
    }

    .contato h3{
        
        
    }

    .contato p{
        display: block;
        max-width: 200px;
        padding-top: 30px;
    }

    .contato a{
        font-size: 15px;
        padding-top: 8px;
    }

    iframe{
        display: inline-block;
        padding-right: 10px;
    }

    .direitos-autorais{
        font-size: 12px;
        margin: auto;
    }
}