@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

main {
  background-image: url(../img/fondoindex.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.portada__foto {
  width: 15rem;
  padding-top: 6rem;
  transform: scale(1.13);
}

@media (min-width: 1000px) {
  .portada__foto {
    width: 20rem;
    padding-top: 10rem;
    margin-right: 3rem;
  }
  .portada__texto {
    padding-left: 65px;
  }
}
@media (max-width: 349px) {
  .portada__titulo {
    font-size: 29px;
  }
}
.float {
  background-color: #77acc0;
  width: 80vw;
  height: 70px;
  border-radius: 30px;
  color: #FFFFFF;
  font-family: Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  list-style: none;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.float__separador {
  font-weight: 100;
  font-size: 35px;
}

@media (max-width: 1470px) {
  .float {
    display: none;
  }
}
.servicios__time {
  transition: all 1s;
}
.servicios__time:hover {
  transform: scale(1.1);
}
.servicios__warranty {
  transition: all 1s;
}
.servicios__warranty:hover {
  transform: scale(1.1);
}
.servicios__lab {
  transition: all 1s;
}
.servicios__lab:hover {
  transform: scale(1.1);
}
.servicios__chat {
  transition: all 1s;
}
.servicios__chat:hover {
  transform: scale(1.1);
}

.clientes__title {
  background-color: #77acc0;
  color: white;
  padding-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.clientes__op1 {
  width: 300px;
  background-color: #efe0d5;
  font-family: Helvetica, sans-serif;
  color: #000;
  padding-top: 10rem;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
}
.clientes__op1 img {
  width: 50px;
}
.clientes__op2 {
  width: 300px;
  background-color: #efe0d5;
  color: #000;
  padding-top: 10rem;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
}
.clientes__op2 img {
  width: 50px;
}
.clientes__op3 {
  width: 300px;
  background-color: #efe0d5;
  color: #000;
  padding-top: 10rem;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
}
.clientes__op3 img {
  width: 50px;
}

.portada2 {
  padding-top: 7rem;
}
.portada2__texto {
  width: 550px;
}
.portada2__foto {
  padding-left: 3rem;
}

.destacadas__title {
  background-color: #77acc0;
  color: white;
  height: 4rem;
  width: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.fallasTipicas, .fallasPlaca {
  background-color: #77acc0;
  color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  border-radius: 30px;
  padding-top: 2rem;
}

.accesorios {
  padding-top: 6rem;
}
.accesorios__title {
  background-color: #77acc0;
  color: white;
  padding-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.novedades {
  padding-top: 6rem;
}
.novedades__title {
  background-color: #77acc0;
  color: white;
  padding-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.contacto__info {
  background-color: #77acc0;
  color: white;
  height: min-content;
  width: max-content;
  padding: 15px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

@media (min-width: 995px) {
  .contacto__info {
    height: 300;
  }
}
.navbar {
  background-color: #f5f6fa !important;
  position: fixed;
  width: 100vw;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  z-index: 10;
}

.navbar__logo {
  width: 55px;
}

.btn-primary {
  background-color: #77acc0;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-radius: 10px;
  font-size: 25px;
  border-style: none;
}

.btn-dark {
  background-color: #77acc0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  border-color: #77acc0;
  color: #FFFFFF;
}

.carousel {
  margin-bottom: 30px;
  z-index: 0;
}
.carousel__title {
  background-color: #77acc0;
  color: white;
  width: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.carousel__img1 {
  border-radius: 30px;
}
.carousel__img2 {
  border-radius: 30px;
}
.carousel__img3 {
  border-radius: 30px;
}
.carousel__img4 {
  border-radius: 30px;
}
.carousel__img5 {
  border-radius: 30px;
}
.carousel__img6 {
  border-radius: 30px;
}

@media (min-width: 1000px) {
  .carousel {
    width: 35rem;
  }
}
.footer {
  display: flex;
  background: rgba(0, 0, 0, 0.9019607843);
  height: 156px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.footer__iso {
  width: 110px;
  cursor: pointer;
}
.footer__marca {
  margin-top: 15px;
  margin-left: 5px;
}
.footer__marca h2 {
  color: #FFFFFF;
  font-size: 35px;
}
.footer__marca h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.footer__texto {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}
.footer__redes {
  display: flex;
  margin-right: 50px;
  gap: 15px;
}

@media (max-width: 1100px) {
  .footer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background: rgba(0, 0, 0, 0.9019607843);
    height: 400px;
    width: 100%;
  }
  .footer__logotipo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
  }
  .footer__iso {
    margin-top: 0px;
  }
  .footer__marca h2 {
    margin-bottom: 0px;
  }
  .footer__marca h3 {
    display: none;
  }
  .footer__redes {
    padding-bottom: 20px;
    margin-right: 0px;
  }
  .footer__texto {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
  }
}
.card {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transition: all 1s;
}
.card:hover {
  transform: scale(1.1);
}

.card__nov {
  width: fit-content;
  border-radius: 0px;
  margin: 0;
  padding: 0;
}

.contacto {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.contacto__info iframe {
  border-radius: 10px;
}
.contacto__form {
  background-color: #77acc0;
  color: #FFFFFF;
  width: 350px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.contacto__form--input {
  width: 300px;
}
.contacto__form--input1 {
  width: 140px;
}
.contacto__form--submit {
  width: 200px;
}
@media (min-width: 995px) {
  .contacto__form {
    width: 600px;
  }
  .contacto__form--input {
    width: 500px;
  }
  .contacto__form--input1 {
    width: 240px;
  }
}

/*# sourceMappingURL=style.css.map */
