@media (max-width:1209px){
    .espaco-menu{
        display: none;
    }
    .sec1{
        background-image: url(./Img/img-fundo2.png);
        height: 1250px;
    }
    .txtcont{
        margin-top: 0;
        margin-bottom: 10px;
    }
    .caixa{
        position: relative;
        right: 0px;
        width: 250px;
        height: 230px;
        margin: 10px;
        }
    /*FECHAR E ABRI MENU*/
    .menu{
        width: 300px;
        height: 100vh;
        box-shadow: 5px 0 7px #000;
    }
    .menu, .menu ul{
        margin: auto;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .elementos-nav ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu button{
        width: 150px;
        height: 50px;
        margin: 20px auto;
    }
    .menu ul li {
        margin: 20px;
    }
    .menu ul li a{
        margin: auto;
    }

    .menu{
        display: none;
    }
    .img-logo{
        width: 100px;
        height: 100px;
    }
    .close-menu-label::after{
        content: '☰';
        position: fixed;
        top: 20px;
        right: 10px;
        background: #459119;
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        height: 30px;
        width: 30px;
        text-align: center;
        padding: 5px;
        cursor: pointer;
        border-radius: 50%;
        border: solid #fff 2px;
        z-index: 10;
        box-shadow: 0 0 10px #000;
    }
    
    .close-menu:checked~.menu{
        display: block;
    }
    .close-menu:checked~ .close-menu-label::after{
        content: '×';
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }
    .card {
        transform: scale(1.06);
        transition: transform 0.3s ease; 
    }
    
    .card:hover {
        transform: none;
    }
}
@media (max-width:1140px) {
    .sec1{
        background-image: url(./Img/img-fundo2.png);
        height: 1250px;
    }
    .caixa{
        position: relative;
        right: 0px;
        width: 250px;
        height: 230px;
        margin: 10px;
        }
}