body {
  font-family: "Montserrat", sans-serif;
}

.lato {
  font-family: "Lato", sans-serif;
}

.monserrat {
  font-family: "Montserrat", sans-serif;
}

.work {
  font-family: "Work Sans", sans-serif;
}

.pop {
  font-family: "Poppins", sans-serif;
}

.h100p {
  height: 100%;
}

.opens {
  font-family: "Open Sans", sans-serif;
}

.monserrat {
  font-family: "Montserrat", sans-serif;
}

.fw-bold {
  font-weight: bold;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.lh55 {
  line-height: 55px;
}

.ls3 {
  letter-spacing: 3px;
}

.prelative {
  position: relative;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.pointer {
  cursor: pointer;
}

.ancla_blanca:hover {
  color: #ffffff;
  text-decoration: none;
}

.ancla_blancaf2:hover {
  color: #F2F2F2;
  text-decoration: none;
}

.ancla_gris5f:hover {
  color: #5F5F5F;
  text-decoration: none;
}

.ancla_negra2e:hover {
  color: #2E2E2D;
  text-decoration: none;
}

.ancla-negra06:hover {
  color: #060606;
}

.ancla-negra:hover {
  color: #000000;
}

.p_verde {
  margin-bottom: 0%;
}

.lh130-0 {
  line-height: 130px;
}

.lh25 {
  line-height: 25px;
}

.lh50 {
  line-height: 50px;
}

#contenedor_detalles_cotizador {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.contenedor_3_grid_columngape_15 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
}

.contenedor_3_grid_columngape_30 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}

.contenedor_1_2_grid_columngape_15 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 15px;
}

.contenedor_filtro_ofertas_disponibles {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 25px;
}

.overflow-hidden {
  overflow: hidden;
}

.negro_op5 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.borderr5 {
  border-radius: 5px;
}

.w90 {
  width: 90%;
}

.grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.linea_ploma {
  width: 100%;
  height: 2px;
  background-color: #D8D8D8;
}

.text-italic {
  font-style: italic;
}

/*# sourceMappingURL=estilos.css.map */
