.btn_vehiculos_destacados {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: white;
  background-color: #E83751;
  height: 54px;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

.btn_vehiculos_destacados::after {
  content: "";
  position: absolute;
  width: 0;
  height: 54px;
  background-color: #DD324B;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.btn_vehiculos_destacados.nuestros_modelos::after {
  content: "";
  position: absolute;
  width: 0;
  height: 68px;
  background-color: #DD324B;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.btn_vehiculos_destacados:hover::after {
  width: 100%;
}

.btn_vehiculos_destacados.nuestros_modelos {
  width: 100%;
  height: 68px;
}

.p_flotantes_rojos::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 8px;
  background-color: #EA001E;
  left: 25%;
  top: 28px;
}

.p_flotantes_rojos::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 8px;
  background-color: #EA001E;
  right: 25%;
  top: 28px;
}

.p_flotantes_rojos.ocasion::before {
  left: 22%;
}

.p_flotantes_rojos.ocasion::after {
  right: 22%;
}

.btn_reservar {
  background-color: #E83751;
  width: 33%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  margin: 30px auto;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.btn_reservar::after {
  content: "";
  position: absolute;
  width: 0;
  height: 45px;
  background-color: #DD324B;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.btn_reservar:hover::after {
  width: 100%;
}

.btn_editar {
  background-color: #E83751;
  width: 30%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
}

.btn_agregar {
  background-color: #E83751;
  width: 193px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
}

.btn_agregar:hover {
  color: white;
  text-decoration: none;
}

.btn_aplicar_filtros {
  background-color: #E83751;
  width: 100%;
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: 0px -3px 9px 2px rgba(232, 55, 81, 0.25);
  -moz-box-shadow: 0px -3px 9px 2px rgba(232, 55, 81, 0.25);
  box-shadow: 0px -3px 9px 2px rgba(232, 55, 81, 0.25);
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.btn_aplicar_filtros::after {
  content: "";
  position: absolute;
  width: 0;
  height: 83px;
  background-color: #DD324B;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.btn_aplicar_filtros.sucursal::after {
  content: "";
  position: absolute;
  width: 0;
  height: 70px;
  background-color: #DD324B;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.btn_aplicar_filtros:hover::after {
  width: 100%;
}



.btn_guardar_mensaje {
  background-color: #fff;
  width: 100%;
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E83751;
  border-radius: 5px;
  -webkit-box-shadow: 0px -3px 9px 2px rgba(232, 55, 81, 0.25);
  -moz-box-shadow: 0px -3px 9px 2px rgba(232, 55, 81, 0.25);
  box-shadow: 0px -3px 9px 2px rgba(232, 55, 81, 0.25);
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.btn_guardar_mensaje::after {
  content: "";
  position: absolute;
  width: 0;
  height: 83px;
  background-color: #e3e3e3;
  color: #ee677b;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.btn_guardar_mensaje:hover::after {
  width: 100%;
}

.btn_guardar_mensaje:hover {
  color: #f7778a;
}

/*# sourceMappingURL=generales.css.map */

/* circulo de loading   */

.lds-ring {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 8px;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}


.lds-ring-rojo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.lds-ring-rojo span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 8px;
  border: 3px solid #DD324B;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #DD324B transparent transparent transparent;
}

.lds-ring-span span:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring-span span:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring-span span:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* fin circulo de loading   */