/* Scss Document */
.div_filtro_p {
  background-color: #f6f6f6;
  width: 100%;
  padding-top: 2vw;
  padding-bottom: 2vw;
  min-height: calc(100% - 38vw);
  position: relative;
}

.div_filtro {
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0px;
  margin-left: auto;
  margin-right: auto;
}

.div_filtro > h1 {
  font-size: 4vw;
}

.div_filtro > h2 {
  font-size: 2vw;
}

.menu_filtro {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1vw;
  color: #152133;
  font-family: "Glober SemiBold Free";
  vertical-align: top;
  display: inline-block;
}

.div_menu_filtro {
  width: 100%;
  background-color: white;
  padding: 1vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-bottom: 0.5vw;
}

.div_menu_filtro input[type="text"],
.div_menu_filtro [type="password"],
.div_menu_filtro [type="number"],
.div_menu_filtro select {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5vw 1.2vw;
  font-size: 1vw;
  border: none;
  border-radius: 0.5vw;
  margin: 0.8vw 0;
  background-color: #f6f6f6;
}

.div_menu_filtro input[type="text"]:focus,
.div_menu_filtro [type="password"]:focus,
.div_menu_filtro [type="number"]:focus,
.div_menu_filtro select:focus {
  outline: 0px;
}

.menu_busc {
  display: inline-block;
  width: 20%;
  padding: 0.5vw 0.5vw 0.5vw 1.5vw;
  color: white;
  background-color: #3dd660;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "metropolis";
  font-size: 0.9vw;
  border-top-left-radius: 0.8vw;
  border-bottom-left-radius: 0.8vw;
  height: 2.9vw;
  vertical-align: top;
  position: relative;
}

.menu_busc span {
  padding: 0.5vw;
  display: inline-block;
  vertical-align: middle;
}

.div_tags_menu {
  width: 100%;
  padding: 1vw 0 1vw 23%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.boton_busc_menu {
  height: 2.9vw;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2vw;
  color: white;
  background-color: #3dd660;
  padding: 0.8vw 1.5vw;
  border-top-right-radius: 0.8vw;
  border-bottom-right-radius: 0.8vw;
}

.input_busc_menu {
  width: 50%;
  height: 2.9vw;
  display: inline-block;
  font-size: 0.9vw;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5vw;
  vertical-align: top;
}

.input_busc_menu input[type="text"] {
  background-color: white;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5vw 1vw;
  border: none;
  outline: none;
}

.menu_cate_filtro {
  width: 100%;
  color: white;
  background-color: #3b438c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "metropolis";
  font-size: 0.9vw;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu_cate_filtro span {
  padding: 1vw;
  display: inline-block;
  vertical-align: middle;
  font-weight: bolder;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1vw;
}

.menu_cate_filtro ul {
  padding: 0.5vw 0.5vw 0.5vw 1vw;
  margin: 0.5vw 0 0 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

.menu_cate_filtro ul > li {
  padding: 0.5vw;
  display: block;
  border-top: white solid 0.1vw;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu_cate_filtro ul > li:hover {
  font-family: "Metropolis Extra Bold";
}

.li_menu_click {
  font-family: "Metropolis Extra Bold";
  background-color: rgba(0, 0, 0, 0.2);
}

.icon_desp_menu {
  font-size: 1vw;
  padding: 0.5vw;
  color: white;
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.2);
  float: right;
  cursor: pointer;
}

.resultado_filtro {
  width: 78%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  vertical-align: top;
  border-radius: 0.8vw;
  font-family: "Glober SemiBold Free";
  float: right;
  font-size: 0;
}

.div_datos_busc {
  width: 100%;
  height: 10.5vw;
  padding: 1vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  border-radius: 1vw;
  margin-bottom: 1vw;
  overflow: hidden;
}

.div_datos_busc:hover {
  border: solid 0.1vw #3dd660;
  -webkit-box-shadow: 0.2vw 0.2vw 0.2vw 0.1vw #cccccc;
          box-shadow: 0.2vw 0.2vw 0.2vw 0.1vw #cccccc;
}

.div_result_filtro {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1vw;
  margin: 0.5vw;
  border: solid 1px #152133;
  display: inline-block;
  border-radius: 0.8vw;
  font-size: 1vw;
  height: 16vw;
  position: relative;
  vertical-align: top;
}

.div_result_filtro:nth-child(even) {
  float: right;
}

.div_result_filtro:hover {
  border: solid 1px #3dd660;
}

.div_result_filtro:hover .boton_cont_filtro {
  background: -webkit-gradient(linear, left top, right top, from(#249458), to(#b3ff72));
  background: linear-gradient(90deg, #249458, #b3ff72);
  color: white;
  border-top: none;
}

.div_result_filtro:hover .tag_filtro {
  background-color: #152133;
  color: white;
}

.sub_menu_busc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14.8vw;
  margin-left: 1vw;
  padding: 0.5vw 1vw;
  font-size: 0.9vw;
  background-color: #3dd660;
  color: white !important;
  border-top: 0.1vw solid white;
  cursor: pointer;
  display: none;
}

.grid_datos_busc {
  font-size: 0.9vw;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12% 65% 23%;
      grid-template-columns: 12% 65% 23%;
}

.grid_datos_busc > div {
  padding-right: 1vw;
  height: 7vw;
}

.grid_datos_busc > div:nth-child(2) {
  border-right: 0.1vw solid #777777;
}

.grid_datos_busc > div:last-child {
  padding-left: 1vw;
}

.div_ubicacion_busc {
  font-size: 0.8vw;
  color: #777777;
  float: right;
  margin-top: -1vw;
}

.bton_datos_busc {
  width: 100%;
  background-color: #3dd660;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: white;
  padding: 0.5vw 0;
  border-radius: 0.5vw;
  display: block;
  margin-top: 1vw;
  cursor: pointer;
}

.punt_datos_busc {
  width: 2vw;
  border: solid #777777 0.1vw;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5vw;
  text-align: center;
  font-size: 0.9vw;
  margin-bottom: 0.3vw;
  font-family: "metropolis";
  color: #777777;
}

.cant_com_busc {
  border-radius: 0.3vw;
  font-size: 0.8vw;
}

.div_tags_busc {
  margin-left: 12%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 65%;
}

.txt_punt_busc {
  font-size: 0.8vw;
  display: inline-block;
  vertical-align: middle;
  color: #777777;
}

.div_img_filtro {
  width: 6vw;
  height: 6vw;
  text-align: center;
  border-radius: 0.8vw;
  vertical-align: top;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 4vw;
  text-transform: uppercase;
  font-family: "Metropolis Extra Bold";
  color: #152133;
}

.img_filtro_pyct {
  background-color: white;
  border: solid 0.1vw #4c4c4c;
  color: #4c4c4c;
}

.txt_prsu_pyct {
  font-size: 0.9vw;
  display: block;
  font-family: "Metropolis Semi Bold";
  margin-bottom: 0.5vw;
}

.div_detalle_filtro {
  width: 18vw;
  display: inline-block;
  vertical-align: top;
  float: right;
  font-size: 1vw;
}

.div_detalle_info {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.div_califi_u {
  display: inline-block;
  width: 8vw;
  background-color: #152133;
  color: white;
  border-radius: 0.8vw;
  padding: 0.5vw 0;
  margin-top: 0.5vw;
}

.div_est_conect {
  width: 0.5vw;
  height: 0.5vw;
  background-color: #878787;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.5vw;
}

.tit_nomb_filtro {
  font-family: "Metropolis Extra Bold";
  font-size: 1vw;
  display: block;
  font-weight: bold;
}

.desc_filtro {
  font-family: "metropolis";
  font-size: 0.9vw;
  display: block;
  margin-top: 0.5vw;
  word-break: break-word;
}

.estrellas_filtro {
  margin-right: 0.2vw;
  font-size: 1.5vw;
  display: inline-block;
  vertical-align: middle;
  color: #777777;
}

.icon-rubi-completo {
  color: #3dd660 !important;
}

.icon-rubi-medio {
  color: #3dd660 !important;
}

.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  width: 6vw;
  text-align: center;
  border-radius: 0.6vw;
  font-family: "metropolis";
  font-size: 0.8vw;
  padding: 0.5vw;
  /* Position the tooltip text */
  position: absolute;
  z-index: 90;
  bottom: 125%;
  left: 50%;
  margin-left: -3vw;
  /* Fade in tooltip */
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  text-decoration: none;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tag_filtro {
  word-wrap: break-word;
  width: 5.8vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #777777;
  font-size: 0.8vw;
  background-color: #e4e4e4;
  border-radius: 0.8vw;
  padding: 0.3vw 0;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin-bottom: 1vw;
  margin-right: 1vw;
  font-family: "Glober SemiBold Free";
  vertical-align: top;
  cursor: context-menu;
}

.boton_cont_filtro {
  padding: 1vw 0;
  font-size: 1.2vw;
  color: #152133;
  display: block;
  width: 100%;
  text-align: center;
  border-bottom-right-radius: 0.8vw;
  border-bottom-left-radius: 0.8vw;
  left: 0vw;
  cursor: pointer;
  font-weight: bold;
  font-family: "Glober Bold";
  position: absolute;
  bottom: 0vw;
  border-top: solid 0.1vw #152133;
}

.div_busqueda_filtro {
  width: 20vw;
  padding: 1vw;
  color: #152133;
  border: solid 0.1vw #152133;
  font-size: 1vw;
  border-radius: 0.8vw;
  display: block;
  margin-bottom: 1vw;
  margin-left: 24%;
  font-family: "Glober SemiBold Free";
}

.div_busqueda_filtro input[type="text"] {
  background: transparent;
  font-family: "Glober SemiBold Free";
  border: none;
  outline: none;
  vertical-align: middle;
  display: inline-block;
  width: 16vw;
  font-size: 1vw;
}

.div_busqueda_filtro .icon-magnifying-glass {
  margin-left: 1.8vw;
  vertical-align: middle;
  font-size: 1.5vw;
  display: inline-block;
}

.ul_paginacion {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  font-family: "metropolis";
  margin-left: auto;
  margin-top: 1.5vw;
}

.ul_paginacion li {
  list-style: none;
  display: inline-block;
  font-size: 1.2vw;
  color: #878787;
  text-align: center;
  border-radius: 0.5vw;
  margin: 0.5vw;
  padding: 0.5vw 0;
  cursor: pointer;
}

.ul_paginacion .li_num {
  width: 2.4vw;
}

.ul_paginacion .li_num_click {
  background-color: #3b438c;
  color: #ffffff;
}

.remover_pag {
  display: none !important;
}

.tag_form {
  padding: 0.3vw 1vw;
  border: 1px solid #777777;
  color: #777777;
  margin-right: 0.5vw;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5vw;
  background-color: white;
  font-size: 0.8vw;
}

.tags_busc {
  display: inline-block;
}

.tag_busc {
  padding: 0.3vw 1vw;
  border: 1px solid #3dd660;
  color: white;
  margin-right: 0.5vw;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5vw;
  background-color: #3dd660;
  font-size: 0.8vw;
}

.tag_cate {
  background-color: #3b438c;
  border: 1px solid #3b438c;
}

.tag_cerrar {
  position: absolute;
  right: 0.4vw;
  top: -0.1vw;
  font-size: 0.8vw;
  font-weight: bold;
  display: block;
  cursor: pointer;
}

.fancy_postula {
  background-color: #f6f6f6;
  padding: 15px;
  color: #152133;
  font-family: "Metropolis Medium";
  font-size: 14px;
}

.fancy_postula > span {
  vertical-align: middle;
  display: inline-block;
}

.cerrar_fancy {
  color: red;
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.span_nic {
  font-size: 0.8vw;
  color: #777777;
  display: inline-block;
  font-family: "metropolis";
}

@media screen and (max-width: 800px) {
  .div_filtro {
    width: 90%;
  }
  .menu_busc {
    display: none;
  }
  .icono_menu_filtro {
    display: inline-block;
    vertical-align: middle;
    color: #4c4c4c;
    font-size: 32px;
    float: right;
    margin-top: 6px;
  }
  .boton_busc_menu {
    height: 44px;
    font-size: 20px;
    padding: 12px 22px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .input_busc_menu {
    width: 65%;
    height: 44px;
    font-size: 14px;
    padding: 8px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .input_busc_menu input[type="text"] {
    width: 100%;
    padding: 6px 14px;
  }
  .grid_bton_filtro {
    width: 300px;
    padding: 3px;
    border-radius: 70px;
    display: -ms-grid;
    display: grid;
    color: #4c4c4c;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin: 10px auto 20px auto;
    background-color: white;
  }
  .grid_bton_filtro > div {
    border-radius: 70px;
    font-size: 14px;
    font-family: "metropolis Extra bold";
    text-align: center;
    padding: 14px 0;
    cursor: pointer;
  }
  .opc_bton_filtro {
    color: white;
    background-color: #3dd660;
  }
  .menu_filtro {
    display: none;
  }
  .resultado_filtro {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    vertical-align: top;
    border-radius: 16px;
    font-family: "Glober SemiBold Free";
    float: right;
    font-size: 0;
  }
  .div_tags_menu {
    width: 100%;
    padding: 10px 0%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tag_busc {
    padding: 6px 16px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .tag_form {
    padding: 6px 16px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .tag_cate {
    background-color: #3b438c;
    border: 1px solid #3b438c;
  }
  .tag_cerrar {
    right: 6px;
    top: -2px;
    font-size: 14px;
  }
  .div_datos_busc {
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 15px;
  }
  .div_datos_busc:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .div_img_filtro {
    width: 110px;
    height: 110px;
    border-radius: 14px;
    font-size: 80px;
  }
  .div_img_filtro > span {
    line-height: 110px !important;
  }
  .grid_datos_busc {
    font-size: 14px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 70%;
        grid-template-columns: 30% 70%;
  }
  .grid_datos_busc > div {
    padding-right: 0;
    height: auto;
  }
  .grid_datos_busc > div:nth-child(2) {
    border-right: none;
  }
  .grid_datos_busc > div:last-child {
    padding-left: 0;
  }
  .tit_nomb_filtro {
    font-size: 16px;
    color: #4c4c4c;
  }
  .span_nic {
    font-size: 14px;
  }
  .desc_filtro {
    font-size: 14px;
    margin-top: 8px;
    color: #777777;
  }
  .punt_datos_busc {
    width: 36px;
    border: solid #777777 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    font-size: 14px;
    margin-bottom: 6px;
    padding: 5px 0;
  }
  .cant_com_busc {
    border-radius: 10px;
    width: 34px;
    font-size: 14px;
  }
  .estrellas_filtro {
    margin-right: 2px;
    font-size: 28px;
  }
  .txt_prsu_pyct {
    color: #4c4c4c;
    font-size: 24px;
    margin: 8px 0;
    font-family: "metropolis";
  }
  .txt_punt_busc {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #777777;
  }
  .div_comentario_m {
    float: right;
  }
  .bton_datos_busc {
    width: 100%;
    background-color: #3dd660;
    color: white;
    padding: 12px 0;
    border-radius: 8px;
    display: block;
    margin-top: 14px;
    font-size: 16px;
    font-family: "metropolis Extra Bold";
  }
  .div_conecta_m {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    font-family: "metropolis";
  }
  .div_est_conect {
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }
  .div_tags_busc {
    margin-left: 0%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 40px;
    overflow: hidden;
  }
  .tooltip {
    position: relative;
    display: inline-block;
  }
  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    width: 96px;
    text-align: center;
    border-radius: 8px;
    font-family: "metropolis";
    font-size: 14px;
    padding: 8px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 90;
    bottom: 125%;
    left: 50%;
    margin-left: -54px;
    /* Fade in tooltip */
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  /* Tooltip arrow */
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    text-decoration: none;
  }
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  .tag_filtro {
    word-wrap: break-word;
    width: 92px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #777777;
    font-size: 14px;
    background-color: #e4e4e4;
    border-radius: 14px;
    padding: 6px 10px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0px;
    margin-right: 16px;
    font-family: "Glober SemiBold Free";
    vertical-align: top;
  }
  .ul_paginacion {
    margin-top: 22px;
  }
  .ul_paginacion li {
    font-size: 18px;
    border-radius: 8px;
    margin: 8px;
    padding: 8px 0;
  }
  .ul_paginacion .li_num {
    width: 36px;
  }
  .div_sub_filtro_m {
    width: 350px;
    position: fixed;
    padding: 0;
    background: white;
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 130;
    margin-top: 40px;
    right: 5%;
    border-radius: 16px;
    border-top-right-radius: 0;
  }
  .div_sub_filtro_m:before {
    content: "";
    position: absolute;
    top: -33px;
    right: 0;
    width: 0;
    height: 0;
    border-width: 0 0 35px 40px;
    border-style: solid;
    border-color: transparent transparent white;
  }
  .tit_filtro_m {
    width: 100%;
    display: block;
    padding: 15px 0;
    font-size: 24px;
    text-align: center;
    font-family: "metropolis Semi Bold";
    border-bottom: 1px solid #4c4c4c;
    color: #4c4c4c;
  }
  .ul_filtro_m {
    padding: 15px;
    margin: 0;
    color: #4c4c4c;
    font-size: 20px;
    font-family: "metropolis";
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ul_filtro_m > li {
    list-style: none;
    padding: 0;
    padding-left: 30px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .txt_filtro_opc_m {
    padding: 15px 0;
    width: 250px;
    display: inline-block;
  }
  .icono_filtro_opc_m {
    margin-top: 8px;
    font-size: 24px;
    float: right;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .opc_filtro_selec_m {
    margin-top: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .div_fondo_filtro_m {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: transparent;
    background: rgba(0, 0, 0, 0.5);
    z-index: 120;
    text-align: center;
  }
  .div_sub_li_filtro_m {
    width: 100%;
    display: none;
    margin-top: 10px;
  }
  .div_sub_li_filtro_m input[type="text"],
  .div_sub_li_filtro_m [type="number"],
  .div_sub_li_filtro_m select {
    width: 100%;
    color: #4c4c4c;
    border: solid 1px #4c4c4c;
    font-family: "metropolis";
    font-size: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 15px;
    margin-left: -15px;
    background-color: white;
    outline: none;
  }
  .div_filtro_p {
    background-color: #f6f6f6;
    width: 100%;
    padding-bottom: 20px;
    min-height: calc(100% - 38vw);
  }
}
/*# sourceMappingURL=filtro.css.map */