/* Media Query */
@media only screen and (max-width:1199px) {

}


@media only screen and (max-width:991px) {

}



@media only screen and (max-width:959px) {

}



@media only screen and (max-width:767px) {
    form.buscador-eventos {
        border-radius: 20px;
        padding: 25px
    }
    form.buscador-eventos .separador {
        width: 100%;
        height: 1px
    }
    form.buscador-eventos > div.justify-content-md-end {
        max-width: none !important
    }
}
  

@media only screen and (max-width:599px) {
    header .wp-block-columns .wp-block-column {
        flex-basis: 50% !important
    }
}


@media only screen and (max-width:575px) {

}


@media only screen and (max-width:480px) {

}


@media only screen and (max-width:380px) {

}