*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background-color: rgb(221, 221, 221);
    transition: all .5s;
}

.faixa-topo{
    background-color: #0b400e;
    height: 20px;
    background-image: linear-gradient(rgba(0, 22, 5, 0.507), rgba(0, 0, 0, 0));
}

.topo{
    background-color: rgb(231, 231, 231);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid rgb(255, 255, 255);
}

.logo-menu{
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: space-between;
}

.logo img{
    width: 200px;
}

.menu a{
    text-decoration: none;
    color: black;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14pt;
    padding-top: 42px;
    padding-bottom: 42px;
    padding-left: 10px;
    padding-right: 10px;
    padding-right: 10px;
}

.menu a:hover{
    color: rgb(231, 231, 231);
    background-color: #0b400e;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 22, 5, 0.507));
    box-shadow: -0px -3px 5px #000;
}

.slide{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.836)), url(../img/slide1.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.747);
    justify-content: center;
    align-items: center;
}

.textoslide{
    display: flex;
    width: 80%;
    color: rgb(231, 231, 231);
}

.slide1{
    display: flex;
    align-items: flex-end;
}

.slide1 p{
    font-size: 30pt;
}

.slide1 strong{
    font-size: 50pt;
    color: #5f8f53;
}

.linhavertical{
    border-left: 6px solid rgb(231, 231, 231);
    margin: 10px;
}

.slide2{
    display: flex;
    align-items: baseline;
    font-size: 18pt;    
}

.cards{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(124, 124, 124);
}

.cards2{
    position: absolute;
    display: flex;
    justify-content: center;
}

.cards .card1{
    height: 70px;
    width: 150px;
    background-color: #0b400e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    transition: all .2s;
    color: rgb(231, 231, 231);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 22, 5, 0.507));
}

.cards .card1:hover{
    background-color: #5f8f53;
    height: 155px;
    width: 150px;
    color: black;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.507);
    cursor: pointer;
}

.cards .card2{
    height: 70px;
    width: 150px;
    background-color: #0b400e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 5px;
    color: rgb(231, 231, 231);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 22, 5, 0.507));
    transition: all .2s;
}

.cards .card2:hover{
    background-color: #5f8f53;
    height: 155px;
    width: 150px;
    color: black;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.507);
    cursor: pointer;
}

.cards .card3{
    height: 70px;
    width: 150px;
    background-color: #0b400e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
    color: rgb(231, 231, 231);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 22, 5, 0.507));
    transition: all .2s;
}

.cards .card3:hover{
    background-color: #5f8f53;
    height: 155px;
    width: 150px;
    color: black;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.507);
    cursor: pointer;
}

.cards a{
    padding: 10%;
}

.fa{
    text-decoration: none;
    font-size: 30pt;
    color: white;
}

.principal{
    background-color: white;
    box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.507);
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content
    : center;
}

.image2{
    display: flex;
    align-items: b;
    justify-content: baseline;
    width: 80%;
    margin-bottom: 50px;
}

.image2 div{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.image2 img{
    width: 95%;
    height: 100%;
}

.texto-quemsomos{
    display: flex;
    margin-left: 5px;
}

.texto-quemsomos h1{
    margin-bottom: 15px;
}

.texto-quemsomos p{
    margin-bottom: 10px;
}

.servicos{
    background-image: linear-gradient(rgba(11, 64, 14, 0.808), rgba(11, 64, 14, 0.726)), url(../img/image-servicos.jpg);
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 30px;
    color: rgb(231, 231, 231);
}

.servicos h1{
    margin-bottom: 20px;
}

.servicos hr{
    width: 200pt;
    margin-bottom: 20px;
}

.servicosgeral{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}
.servicos2{
    margin: 10px;
    width: 25%;
    margin-bottom: 20px;
}

.telefones{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    text-align: center;
}

.telefs{
    display: flex;
    flex-direction: column;
}

.tels{
    background-color: #0b400e;
    color: white;
    padding: 20px;
    border-radius: 5px;
    height: auto;
    margin: 20px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.425);
}

.tels:hover{
    background-color: #5f8f53;
}

.tels:hover{
    box-shadow: none;
}

.tels h2{
    margin-bottom: 5px;
}

.tels a{
    text-decoration: none;
    color: white;
    font-size: 15pt;
}

.tels i{
    margin-right: 5px;
    color: white;
    font-size: 15pt;
}

.bottom{
    height: 100px;
    background-color: #08260a;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.rodape{
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #08260a;
    color: rgb(231, 231, 231);
}

.logo-rodape{
    width: 80%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
}

.rodape img{
    width: 100px;
}

.rodape img:hover{
    width: 120px;
    transition: 500ms;
}

.menurodape{
    display: flex;
    flex-direction: column;
}

.menurodape ul li a{
    text-decoration: none;
    color:#5f8f53;
    margin-bottom: 18px;
}

.menurodape a:hover{
    color: rgb(231, 231, 231);
}

.mapa{
    display: flex;
    justify-content: right;
    align-items: center;
    flex-direction: column;
    transition: 500ms;
}

.mapa iframe{
    margin-bottom: 10px;
}

.mapa img:hover{
    width: 120px;
    transition: 500ms;
}

.rodape p{
    text-align: center;
}

.rodape a{
    text-decoration: none;
    color: white;
}

.rodape strong h3{
    text-transform: uppercase;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

/* MEDIA QUERY */

@media (max-width: 600px)
{
    /* TOPO QUERY */

    .faixa-topo{
        background-color: #0b400e;
        height: 20px;
        background-image: linear-gradient(rgba(0, 22, 5, 0.507), rgba(0, 0, 0, 0));
    }
    
    .topo{
        background-color: rgb(231, 231, 231);
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 2px solid rgb(255, 255, 255);
    }
    
    .logo-menu{
        display: flex;
        justify-content: center;
    }
    
    .logo img{
        width: auto;
    }
    
    .menu a{
        display: none;
    }

    .logo-menu.menumovel .menu a{
        display: flex;
    }
    
    /* SLIDE QUERY */
    
    .textoslide{
        display: flex;
        flex-direction: column;
    }
    
    /* CARDS QUERY */

    .menumovel{
        display: flex;
    }

    .cards{
        background-color: rgb(226, 226, 226);
        height: 200px;
    }
    
    .cards2{
        position: relative;
    }
    
    .cards .card1{
        height: 100px;
        width: 100px;
    }
    
    .cards .card1:hover{
        height: 110px;
        width: 100px;
    }
    
    .cards .card2{
        height: 100px;
        width: 100px;
    }
    
    .cards .card2:hover{
        height: 110px;
        width: 100px;
    }
    
    .cards .card3{
        height: 100px;
        width: 100px;
    }
    
    .cards .card3:hover{
        height: 110px;
        width: 100px;
    }
    
    /* PRINCIPAL QUERY */

    .image2{
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap-reverse;
    }
    
    .image2 div{
        width: 100%;
    }
    
    .image2 img{
        width: 100%;
        margin-bottom: 15px;
    }
    
    .texto-quemsomos{
        padding: 20px;
    }
    
    .texto-quemsomos h1{
        margin-bottom: 15px;
    }

    /* SERVIÇOS QUERY */

    .servicosgeral{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 80%;
    }
    .servicos2{
        margin: 10px;
        width: auto;
    }

    /* TELEFONES QUERY */

    .telefones{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }
    
    .telefs{
        display: flex;
        flex-direction: column;
    }
    
    .tels:hover{
        box-shadow: none;
    }
    
    .tels h2{
        margin-bottom: 5px;
    }
    
    .tels a{
        text-decoration: none;
        color: white;
        font-size: 12pt;
    }

    /* RODAPE MEDIA QUERY */

    .rodape{
        height: auto;
        padding-bottom: 30px;
    }
    
    .logo-rodape{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;    
    }
    
    .rodape img{
        margin-top: 50px;
    }
    
    .menurodape{
        display: flex;
        flex-direction: column;
        margin-top: 50px;
        text-align: center;
    }
    
    .rodape p{
        margin-top: 50px;
        margin-bottom: 40px;
    }
}