/* #root {
  min-height: 100vh;
  margin: 0;
  padding: 0;
} */
/* For Webkit-based browsers (Chrome, Safari and Opera) */

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* For IE, Edge and Firefox */

.scrollbar-hide {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Firefox */
.scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #6fc6ff #f8f8f8;
}

/* Chrome, Edge and Safari */
.scrollbar::-webkit-scrollbar {
  height: 50px;
  width: 10px;
}
.scrollbar::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #f8f8f8;
}

.scrollbar::-webkit-scrollbar-track:hover {
  background-color: #f8f8f8;
}

.scrollbar::-webkit-scrollbar-track:active {
  background-color: #f8f8f8;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #6fc6ff;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #6fc6ff;
}

.scrollbar::-webkit-scrollbar-thumb:active {
  background-color: #6fc6ff;
}

/* CSS FOR SLIDER */

.slick-dots {
  bottom: 10px !important;
}

.slick-dots li button {
  border: 5px solid #222823 !important;
  border-radius: 100%;
  background-color: #222823 !important;
}

.slick-dots .slick-active button {
  background-color: #6ec1e4 !important;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  display: none;
}

.popular-badge span {
  background-color: #ff0000;
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.09);
  color: #ffffff;
  font-size: 12px;
  height: 30px;
  line-height: 2.5;
  position: absolute;
  right: -29px;
  text-align: center;
  top: 10px;
  transform: rotate(45deg);
  width: 110px;
}

/* REMOVE ARROWS IN INPUT TYPE NUMBER */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

/* LANDING */

.tarjeta {
  max-width: 80vw;
  margin: 48px auto;
  display: block;
  border-radius: 10px;
  border: 1px solid black;
  overflow: hidden;
}
.titulo {
  font-size: 400%;
  font-weight: 900;
  margin-bottom: 10vh;
  line-height: 1.2;
}
.cuerpo {
  font-size: 200%;
  font-weight: 450;
  margin-bottom: 10vh;
}
.contenido {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ladoIzq,
.ladoDer {
  padding: 48px;
  width: 100%;
}
.ladoDer img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn {
  font-size: 150%;
  display: inline-block;
  background: white;
  margin-right: 4px;
  padding: 15px 40px 15px;
  border-radius: 15px;
  margin-top: 18px;
  font-weight: 400;
}
a.btn {
  text-decoration: none;
}
a.btn:first-of-type {
  background: #121097;
  color: white;
}
a.btn:hover {
  opacity: 0.8;
}

.flex-container {
  overflow-wrap: break-word;
  justify-content: center;
  display: flex;
  flex-wrap: wrap; /* Items will wrap onto new lines */
  padding: 100px;
  background-image: radial-gradient(
    circle at 50% 50%,
    #27287c 0,
    #28277c 50%,
    #1b196a 100%
  );
  background-color: #007bff;
  color: #ffffff;
  font-size: larger;
  font-weight: 600;
}
.flex-container div {
  justify-content: center;
  text-align: center;
  width: 200px;
  overflow-wrap: break-word;
  margin: 35px;
}
.flex-container div img {
  margin-left: 55px;
  width: 110px;
  height: 90px;
}

.flexcontainerdiv {
  justify-content: center;
  text-align: center;
  width: 200px;
  overflow-wrap: break-word;
}

.categorias {
  background-color: #007bff;
}
.body-shop {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-bottom: 30vh; */
}
.container-shop {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.card-shop {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  width: 300px;
  height: 500px;
  background-color: #fff;
  margin: 10px;
  overflow: hidden;
  transition: 0.5s;
}
.container-shop:hover .card-shop {
  transform: scale(0.9);
}
.container-shop .card-shop:hover {
  transform: scale(1.1);
}

.circle-shop {
  text-align: center;
}
.circle-shop h2 {
  font-weight: 700;
  font-size: 2.5em;
  margin-top: 20%;
  margin-bottom: 20%;

  display: inline-block;
}

.container-shop .card-shop .content-shop {
  margin-left: 20px;

  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: absolute;
  width: 85%;
  height: 45%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-shop .card-shop .content-shop p {
  font-size: 24px;
  font-weight: 700;
  margin: 5px 0;
  width: 85%;
  font-style: italic;
}
.container-shop .card-shop .content-shop {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  margin-top: 15px;
}
.money {
  text-align: center;
  font-weight: 900;
  font-size: 22px;
  margin-top: 15px;
}

.container-shop .card-shop .content-shop a {
  font-style: italic;
  font-weight: 500;
  transition: 0.2s;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background: #121097;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  border-radius: 15px;
}

.navbar {
  font-weight: 600;
  font-family: Inter, sans-serif;
  background-color: #ffffff;
  border-bottom-color: #222823;
  border-bottom-width: 2px;
}
.navbarTitle {
  font-size: 34px;
}
.landingli {
  padding-left: 1em;
  text-indent: -1em;
  margin: 55px;
  font-size: 50px;
}

.landingli:before {
  content: " \2714";
  padding-right: 5px;
}
.button {
  background: #121097;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
}

.textButton {
  margin: 14px, 10px, 14px, 10px;
  font-size: 18px;
}

.footer {
  background: linear-gradient(270deg, #181666 0%, #29287e 57.05%, #181666 96%);
  /* position: absolute;
  bottom: 0;
  width: 100%; */
}
.footer h2 {
  font-size: 34px;
  color: #f8f8f8;
}
form {
  max-width: 500px;
  margin: 40px auto;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: rgba(23, 21, 92, 1);
  font-size: 20px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: left;
}

label {
  display: block;
  margin-bottom: 10px;
}

input[type="text"],
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

input[type="submit"] {
  background: rgba(23, 21, 92, 1);
  color: #fff;
  cursor: pointer;
  width: Fixed (343px) px;
  height: Fixed (48px) px;
  padding: 20px 190px 20px 190px;
  gap: 10px;
  border-radius: 8px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
}

.cardvehiculo {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-bottom: 30vh; */
}
.container-shop .card-shop .content-shop a {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: 200px;
}

.cardvehiculoinfo {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  width: 30vw;
  height: 500px;
  background-color: #fff;
  margin: 10px;
  overflow: hidden;
}
.btnconf {
  background: rgba(23, 21, 92, 1);
  color: #fff;
  cursor: pointer;
  width: 343px;
  height: 48px;
  gap: 10px;
  border-radius: 8px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
}
.btnback {
  background: rgb(3, 3, 14);
  color: #fff;
  cursor: pointer;
  width: 343px;
  height: 48px;
  gap: 10px;
  border-radius: 8px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
}
.coberturacard {
  border-radius: 28px;
}

.body-cobertura {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-bottom: 30vh; */
}
.container-cobertura {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.card-cobertura {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  width: 300px;
  height: 500px;
  background-color: #fff;
  margin: 10px;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 20px;
}

.container-cobertura .card-cobertura .content-cobertura {
  margin-left: 20px;
  position: absolute;
  width: 85%;
  height: 45%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-cobertura .card-cobertura .content-cobertura p {
  font-size: 24px;
  font-weight: 700;
  margin: 5px 0;
  width: 85%;
}
.container-cobertura .card-cobertura .content-cobertura {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  margin-top: 15px;
}
.coberturaCardButton {
  color: rgba(23, 21, 92, 1);
  border-radius: 15px;
  padding: 10px 50px;
  border: 3px solid #222823;
}

.body-aceptar-cobertura {
  display: flex;
  justify-content: center;
  align-items: center;

  /* padding-bottom: 30vh; */
}
.container-aceptar-cobertura {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.card-aceptar-cobertura {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  width: 80vb;
  height: 500px;
  background-color: #fff;
  margin: 10px;
  overflow: hidden;
  transition: 0.5s;
}

.container-aceptar-cobertura
  .card-aceptar-cobertura
  .content-aceptar-cobertura {
  margin-left: 75px;
  position: absolute;
  width: 85%;
  height: 45%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.container-aceptar-cobertura
  .card-aceptar-cobertura
  .content-aceptar-cobertura
  p {
  font-size: 24px;
  font-weight: 700;
  width: 85%;
}
.container-aceptar-cobertura
  .card-aceptar-cobertura
  .content-aceptar-cobertura {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  margin-top: 15px;
}
.aceptarCoberturaCardTitle {
  background: rgba(23, 21, 92, 1);
  color: #fff;
  padding: 50px 20px;
}

.cardaceptarinfo {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  width: 30vw;
  height: 600px;
  background-color: #fff;
  margin: 10px;
  overflow: hidden;
}
.imgaceptarinfo {
margin-right: 10px;
  width: 25px;
  height: 25px;
}
@media (max-width: 1024px) {
  .contenido {
    flex-direction: column;
  }
  .tarjeta {
    max-width: 95vw;
  }
}
