@media screen and (min-width:640px) and (max-width:828px){
    .planta-card{
        width: 500px;
        height: 300px;
    }
    .logo img{
        width: 120px;
    }
    .menu ul a{
        font-size: 12px;
    }
    .menu{
        width: 80%;
    }
    .menu ul{
        display: flex;
    }
}

@media screen and (max-width:639px){
    .whats>div{
        z-index: 1;
    }
    .menu-list li{
        border: none !important;
    }
    .menu-mob{
        background: #DCCE83;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        position: fixed;
        right: 20px;
        top: 4%;
        display: flex;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 0 0 0 #DCCE83, 0 0 0 0 #DCCE83;
        transition: .4s ease-in-out;
        z-index:9999;
    }
    /* .menu-mob:hover{
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.7), 0 0 0 5px rgba(0, 0, 0, 0.7);
    } */
    #menu-hamburguer{
        display: none;
    }
    .menu-mob span{
        margin: auto 0;
    }
    .hamburguer{
        width: 35px;
        height: 2px;
        background: white;
        position: relative;
        display: block;
        transition: .5s ease-in-out;
    }
    .hamburguer:before,.hamburguer:after{
        width: 35px;
        height: 2px;
        background: white;
        display: block;
        position: absolute;
        content: '';
        transition: .5s ease-in-out;
    }
    .hamburguer:before{
        top: -10px;
    }
    .hamburguer:after{
        bottom: -10px;
    }
    input.inpt:checked  ~ ul.menu-list{
        z-index: 9999;
        display: block;
        width: 80%;
        list-style-type: none;
    }
    input:checked ~ label .menu-mob{
        box-shadow: 2vh 0 0 100vw #DCCE83, 0 0 0 0 #DCCE83;
        z-index: 9999;
    }
    input:checked ~ label .hamburguer{
        transform: rotate(45deg);
    }
    input:checked ~ label .hamburguer:before{
        transform: rotate(90deg);
        top: 0;
    }  
    input:checked ~ label .hamburguer:after{
        transform: rotate(90deg);
        bottom: 0;
    }
    ul.menu-list{
        position: fixed;
        top: 10%;
        font-size: 20px;
        text-align: center;
        width: 100%;
        transition: .25s 2s ease-in-out !important;
        visibility: hidden;
    }
    .menu-list li{
        margin: 8% 0;
    }
    .menu-list li a{
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        font-family: 'itc avant regular';
    } 
    .menu ul{
        display: none;
    }
    .navbar header{
        width: 100%;
        display: block;
        position: relative;
    }
    .logo{
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .logo img{
        max-height: 170px;
        min-width: 120px;
        width: 39%;
        margin-top: -15px;
    }
    .planta-card{
        max-width: 100%;
        width: 325px;
        height: 200px;
    }
    .banner-all{
        display: block;
    }
    .text,.formulario{
        width: 100%;
    }
    .formulario{
        display: flex;
        justify-content: center;
    }
    .banner-all .text h1{
        font-size: 30px;
        margin-top: 8%;
    }
    .banner-all .text h2{
        font-size: 20px;
    }
    .text p{
        font-size: 14px;
        margin-bottom: 8%;
        line-height: 1.5;
    }
    .msg textarea{
        max-height: 40px !important;
        min-width: 100%;
        max-width: 100%;
    }
    .formulario h3{
        font-size: 20px;
    }
    .banner .seta{
        bottom: 5%;
        left: 5%;
    }
    .box-sitemap{
        display: block;
    }
    .icon-sitemap{
        width: 100%;
        margin-bottom: 50px;
    }
    .sitemap{
        height: auto;
    }
    .formulario form{
        width: 100%;
    }
    .menu{
        display: block;
    }
    .menu ul li:hover{
        border: none;
    }
    /* .js [data-menu="button"]{
        display: flex;
        background-color: #DCCE83;
        border: none;
        color: white !important;
        text-transform: uppercase;
        padding: .5rem 1rem;
        position: absolute;
        top: 50px;
        right: 5%;
        border-radius: 5px;
        align-items: center;
        font-size: 12px;
    }
    .js [data-menu="button"]:focus{
        outline: none;
    }

    .js [data-menu="button"]::before{
        background-color: white;
        width: 10px;
        height: 2px;
        content: '';
        display: inline-block;
        box-shadow: 0 4px white, 0 -4px white;
        margin-right: 4px;
        transition: transform .3s;
    }
    .js [data-menu="button"].active::before{
        transform: rotate(180deg);
        box-shadow: 0 0 white, 0 0 white;
    }
    .js [data-menu="list"]{
        display: none;
        position: absolute;
        background-color: #DCCE83 !important;
        font-size: 12px;
        text-align: center;
        z-index: 9999;
        width: 100%;
        min-width: 100%;
        height: fit-content;
    }
    .js [data-menu="list"].active{
        display: block;
        animation: show-right .3s forwards;
    }
    .menu ul li a{
        color: white;
    }
    .menu ul li{
        border-bottom: none;
        padding: 2%;
    } */
    .banner{
        height: fit-content;
    }
    .navbar{
        position: absolute;
        top: 0;
    }
    .mapa{
        height: 100%;
    }

}