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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
}

/* Global Tags */
h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #242424;
}

/*span {
    color: #e23e23;
    font-size: 90px;
    font-weight: 800;
    letter-spacing: 1px;
}*/
h6 {
  font-size: 1.1rem;
  color: #242424;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.section-p1 {
  padding: 2vw 8vw;
}

button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  background: white;
  border: 1px solid #e23e23;
  color: #e23e23;
}
button:hover {
  border: 1px solid white;
  background-color: #242424;
  color: white;
  font-weight: 600;
}

/* N A V I G A T I O N */
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
}
.header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9vw 8vw;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
.header .navbar .logo img {
  width: 54%;
}
.header .navbar .links a {
  text-decoration: none;
  color: #242424;
  font-weight: 500;
  transition: 0.3s ease;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -left: 2rem;
  margin-left: 25px;
}
.header .navbar .links a:hover, .header .navbar .links a.active {
  color: #e23e23;
}
.header #menu-btn {
  font-size: 3rem;
  cursor: pointer;
  color: #242424;
  display: none;
}

/* H O M E */
.home {
  background-image: url(/img/home.jpg);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 40px;
}
.home h2 {
  color: white;
  font-size: 90px;
  font-weight: 800;
  letter-spacing: 1px;
}
.home p {
  width: 50%;
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  font-weight: 500;
  margin-top: 27px;
  margin-bottom: 40px;
}
.home span {
  font-size: 90px;
  color: #e23e23;
  font-weight: 800;
}

.bg-div {
  display: flex;
  height: 110px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #e23e23;
  padding: 0.8vw 8vw;
}
.bg-div .tex-bg {
  color: white;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 1px;
  font-weight: 500;
}
.bg-div .btn-bg a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
.bg-div .black {
  text-decoration: none;
  color: white;
  background: #242424;
  padding: 23px 50px;
}

.about-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 8vw 8vw 2vw 8vw;
}
.about-container .about-img {
  -o-border-image: 25px solid red;
     border-image: 25px solid red;
  padding: 5p x;
  width: 50%;
  padding-right: 60px;
}
.about-container .about-img img {
  width: 80%;
  -o-border-image: 25px solid red;
     border-image: 25px solid red;
  padding: 5px;
}
.about-container .about-text {
  width: 50%;
}
.about-container .about-text h4 {
  font-size: 16px;
  color: #e23e23;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: inline-block;
}
.about-container .about-text h2 {
  font-size: 42px;
  color: #242424;
  padding-bottom: 15px;
  font-weight: 700;
}
.about-container .about-text p {
  color: #242424;
  font-weight: 300;
}
.about-container .about-text .about-fe {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.about-container .about-text .about-fe i {
  height: 17px;
  width: 17px;
  color: white;
  border-radius: 50%;
  background: #e23e23;
  text-align: center;
  margin-right: 20px;
}
.about-container .about-text .about-fe .fe-text {
  width: 90%;
}
.about-container .about-text .about-fe .fe-text h5 {
  font-size: 16px;
  color: #e23e23;
}

/* F E A T U R E S */
.features {
  padding: 2vw 8vw;
  text-align: center;
}
.features h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  padding: 30px;
}
.features .fea-base {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  grid-gap: 1rem;
  margin-top: 50px;
}
.features .fea-base .fea-box {
  background: #f9f9ff;
  text-align: start;
  padding: 25px;
}
.features .fea-base .fea-box i {
  font-size: 2.3rem;
  color: #e23e23;
}
.features .fea-base .fea-box h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #e23e23;
  padding: 13px 0 7px 0;
}
.features .fea-base .fea-box p {
  font-size: 1rem;
  line-height: 26px;
  font-weight: 400;
  color: #242424;
}

/* F O O T E R */
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #242424;
  padding: 4vw 8vw 2vw 8vw;
  font-size: 0.9rem;
}
.footer .footer_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
.footer .footer_container img {
  width: 52%;
}
.footer .footer_container h4 {
  margin-bottom: 1.2rem;
  color: #e23e23;
}
.footer .footer_container a {
  color: white;
}
.footer .footer_container p {
  color: white;
}
.footer .footer_container .footer__socials {
  display: flex;
}

/* SHOP PAGUE */
#page-head {
  background-image: url(./img/features/banners.jpg);
  width: 100%;
  height: 40vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 14px;
}
#page-head h2 {
  font-size: 42px;
  color: white;
  padding-bottom: 15px;
  font-weight: 700;
}
#page-head p {
  color: white;
}

#feat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
#feat .fea-box {
  width: 180px;
  text-align: center;
  padding: 25px 15px;
  box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
  border: 1px solid #cce7d0;
  border-radius: 4px;
  margin: 15px 0;
}
#feat .fea-box :hover {
  box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1);
}
#feat img {
  width: 100%;
  margin-bottom: 10px;
}
#feat h6 {
  display: inline-block;
  padding: 9px 6px 6px 6px;
  line-height: 1;
  border-radius: 4px;
  color: #cce7d0;
  background: #e23e23;
}

#product1 {
  text-align: center;
}
#product1 .pro-container {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;
}
#product1 .pro {
  width: 21%;
  min-width: 250px;
  padding: 10px 12px;
  border: 1px solid #e23e23;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
  margin: 15px 0;
  transition: 0.2s ease;
}
#product1 .pro:hover {
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.07);
}
#product1 .pro img {
  width: 100%;
}
#product1 .des {
  text-align: center;
  padding: 10px 0;
}
#product1 .des h5 {
  padding-top: 7px;
  color: #e23e23;
  font-size: 14px;
}
#product1 .des p {
  font-size: 11px;
}

#pro {
  color: #242424;
  font-size: 14px;
}

/* SINGLE PRODUCTO */
#prodetails {
  display: flex;
  margin-top: 50px;
}
#prodetails .single-pro-image {
  margin-top: 25px;
  width: 40%;
  margin-right: 50px;
}
#prodetails .small-img-group {
  display: flex;
  justify-content: space-between;
}
#prodetails .small-img-col {
  flex-basis: 24%;
  cursor: pointer;
}
#prodetails .single-pro-details {
  width: 60%;
  padding-top: 50px;
}
#prodetails .single-pro-details h4 {
  padding: 15px 0 20px 0;
}
#prodetails .single-pro-details h6 {
  font-size: 26px;
}
#prodetails .single-pro-details p {
  font-size: 16px;
}
#prodetails .single-pro-details a {
  display: inline-block;
  border: none;
  outline: none;
  background-color: #e23e23;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  transition: all 0.4s ease;
}

/* CONTACT DETAILS */
#contact-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contact-details .details {
  width: 40%;
}
#contact-details span {
  font-size: 16px;
  color: #e23e23;
}
#contact-details h2 {
  font-size: 42px;
  color: #242424;
  padding-bottom: 15px;
  font-weight: 700;
}
#contact-details h3 {
  font-size: 16px;
  padding-bottom: 15px;
}
#contact-details li {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
#contact-details i {
  font-size: 14px;
  color: #e23e23;
  padding-right: 22px;
}
#contact-details p {
  margin: 0;
  font-size: 14px;
}
#contact-details .map {
  width: 55%;
  height: 400px;
}
#contact-details iframe {
  width: 100%;
  height: 100%;
}

#form-details {
  display: flex;
  justify-content: center;
}
#form-details form {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#form-details span {
  font-size: 16px;
  color: #e23e23;
}
#form-details h2 {
  font-size: 42px;
  color: #242424;
  padding-bottom: 15px;
  font-weight: 700;
}
#form-details input, #form-details textarea {
  width: 100%;
  padding: 12px 15px;
  outline: none;
  margin-bottom: 20px;
  border: 1px solid #e23e23;
}

/* A B O U T P A G U E */
#page-head span {
  color: #e23e23;
}

/*  S A L E S */
.sales {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, auto));
  gap: 2.4rem;
}
.sales .box {
  padding: 20px;
  background: #f9f9ff;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.04);
  text-align: center;
  border-radius: 0.5rem;
}
.sales .box:hover {
  background: #e23e23;
  color: white;
  transition: 0.4s all linear;
}
.sales .bx {
  padding: 10px;
  border-radius: 50%;
  background: white;
  color: #e23e23;
  font-size: 20px;
}
.sales h3 {
  font-size: 1.1rem;
  margin: 1rem 0 0.4rem;
}
.sales p {
  font-size: 0.938rem;
}

@media (max-width: 768px) {
  .header .contact-info {
    display: none;
  }
  .header #menu-btn {
    display: inline-block;
    transition: 0.3s;
  }
  .header #menu-btn.fa-times {
    transform: rotate(180deg);
    transition: 0.3s;
    color: #e23e23;
  }
  .header .navbar .links {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #e23e23;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .navbar .links.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .navbar .links a {
    display: block;
    /*margin: 3rem;*/
    margin: 2.5rem 4rem;
    font-size: 1.3rem;
    color: white;
  }
  .bg-div {
    display: flex;
    height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .bg-div .tex-bg {
    font-size: 9px;
    text-align: center;
    margin-bottom: 20px;
  }
  .bg-div .btn-bg {
    padding: 0%;
  }
  .bg-div .btn-bg a {
    color: #e23e23;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .about-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .about-container .about-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .about-container .about-img img {
    display: none;
  }
  .about-container .about-text {
    width: 100%;
    text-align: center;
  }
  .about-container .about-text h2 {
    font-size: 36px;
  }
}
@media (max-width: 475px) {
  .home h2 {
    color: white;
    font-size: 70px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .home .btn {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
  .bg-div {
    display: flex;
    height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .bg-div .tex-bg {
    font-size: 9px;
    text-align: center;
    margin-bottom: 20px;
  }
  .bg-div .btn-bg {
    padding: 0%;
  }
  .bg-div .btn-bg a {
    color: #e23e23;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .footer .footer_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
  .about-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .about-container .about-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .about-container .about-img img {
    display: none;
  }
  .about-container .about-text {
    width: 100%;
    text-align: center;
  }
  .about-container .about-text h2 {
    font-size: 36px;
  }
  .features .fea-base {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */