
/* Cook's Tours V20 - Buscador compacto y adaptable */
.vm-buscadores{
  min-height:auto!important;
  padding-bottom:34px!important;
}

.vm-buscadores .inner{
  min-height:auto!important;
}

.vm-buscadores .app{
  max-width:1180px!important;
  margin:24px auto!important;
  border-radius:24px!important;
}

.vm-buscadores .panes{
  padding:12px!important;
}

.vm-buscadores .frame{
  height:310px!important;
  min-height:310px!important;
  max-height:420px!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:#f7f7f2!important;
}

.vm-buscadores iframe{
  width:100%!important;
  height:310px!important;
  min-height:310px!important;
  display:block!important;
}

.vm-buscadores .footerbar{
  display:none!important;
}

@media (min-width: 900px){
  .vm-buscadores .frame{
    height:280px!important;
    min-height:280px!important;
    max-height:360px!important;
  }

  .vm-buscadores iframe{
    height:280px!important;
    min-height:280px!important;
  }
}

@media (max-width: 768px){
  .vm-buscadores{
    min-height:auto!important;
    padding-bottom:18px!important;
  }

  .vm-buscadores .app{
    width:100%!important;
    margin:0!important;
    border-radius:0!important;
  }

  .vm-buscadores .panes{
    padding:10px 10px 22px!important;
  }

  .vm-buscadores .frame{
    height:520px!important;
    min-height:520px!important;
    max-height:620px!important;
    border-radius:18px!important;
  }

  .vm-buscadores iframe{
    height:520px!important;
    min-height:520px!important;
  }
}

@media (max-width: 420px){
  .vm-buscadores .frame{
    height:540px!important;
    min-height:540px!important;
    max-height:640px!important;
  }

  .vm-buscadores iframe{
    height:540px!important;
    min-height:540px!important;
  }
}
