/* Styles reset */
* {
  font-family: "inter";
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: whitesmoke;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Fonts */
@font-face {
  font-family: "inter";
  src: url(../assets/fonts/Inter_18pt-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url(../assets/fonts/Inter_18pt-Bold.ttf);
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "inter";
  src: url(../assets/fonts/Inter_18pt-Italic.ttf);
  font-weight: italic;
  font-style: italic;
}
@font-face {
  font-family: "inter";
  src: url(../assets/fonts/Inter_18pt-Light.ttf);
  font-weight: light;
  font-style: light;
}
/* Variables */
/* Styles */
body {
  background-color: #101010;
  /* Navbar */
  /* Banner */
  /* Main content */
}
body nav {
  background-color: #101010;
}
body nav .container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center !important;
  align-items: center;
  /* Navbar menu */
  /* Offcanvas menu */
  /* Cart button */
  /* Searchbar */
}
body nav .container-fluid .navbar-brand {
  color: #d5d5d5;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  transform: translateX(12vh);
}
@media screen and (max-width: 768px) {
  body nav .container-fluid .navbar-brand {
    transform: translateX(0) !important;
  }
}
body nav .container-fluid .navbar-toggler {
  border: none;
  background-color: transparent;
  padding-right: 0;
  left: 0 !important;
  box-shadow: none;
}
body nav .container-fluid .navbar-toggler .navbar-toggler-icon {
  font-size: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='%23d5d5d5' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
body nav .container-fluid .offcanvas {
  transition: all 0.3s ease-in-out;
}
body nav .container-fluid .offcanvas .offcanvas-header {
  background-color: #101010;
}
body nav .container-fluid .offcanvas .offcanvas-header .offcanvas-title {
  color: #d5d5d5;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto;
  margin-left: 4rem;
}
@media screen and (max-width: 1200px) {
  body nav .container-fluid .offcanvas .offcanvas-header .offcanvas-title {
    margin-left: 15vw !important;
  }
}
body nav .container-fluid .offcanvas .offcanvas-body {
  background-color: #101010;
}
body nav .container-fluid .offcanvas .offcanvas-body .searchbar {
  justify-content: center;
  margin-top: 18vh !important;
}
body nav .container-fluid .offcanvas .offcanvas-body .searchbar input {
  border-radius: 0;
  background-color: #101010;
  border: none;
  border-bottom: #d5d5d5 1px solid;
  color: #d5d5d5 !important;
  box-shadow: none;
  width: 200px;
}
body nav .container-fluid .offcanvas .offcanvas-body .dropdowns-box {
  display: flex;
  justify-content: space-around;
}
body nav .container-fluid .offcanvas .offcanvas-body .dropdowns-box button {
  background-color: transparent;
  border: none;
  color: #d5d5d5;
  text-decoration: none;
  font-size: 1rem;
  cursor: pointer;
  padding: 10px 15px;
  text-transform: uppercase;
}
body nav .container-fluid .offcanvas .offcanvas-body .dropdowns-box button:hover {
  color: #d5d5d5;
  background-color: rgba(255, 255, 255, 0.1);
}
body nav .container-fluid .offcanvas .offcanvas-body .dropdown-menu {
  background-color: #101010;
  border: none;
  box-shadow: none;
  position: absolute;
}
body nav .container-fluid .offcanvas .offcanvas-body .dropdown-menu .dropdown-item {
  color: #d5d5d5;
}
body nav .container-fluid .offcanvas .offcanvas-body .dropdown-menu .dropdown-item:hover {
  background-color: #d5d5d5;
  color: #101010;
}
body nav .container-fluid .cart-button {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #d5d5d5;
  text-decoration: none;
  margin: 0 15px;
}
body nav .container-fluid .cart-button .cart-icon {
  width: 22px;
  height: 22px;
}
body nav .container-fluid .cart-button .cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #757575;
  color: #d5d5d5;
  font-size: 10px;
  border-radius: 50%;
  padding: 2px 6px;
}
body nav .container-fluid .searchbar-pc {
  margin-top: 0 !important;
}
body nav .container-fluid .searchbar-pc input {
  border-radius: 0;
  background-color: #101010;
  border: none;
  border-bottom: #d5d5d5 1px solid;
  color: #d5d5d5 !important;
  box-shadow: none;
  width: 200px;
}
@media screen and (max-width: 768px) {
  body nav .container-fluid .searchbar-pc {
    display: none !important;
  }
}
body header .banner-box {
  padding: 0;
}
body header .banner-box img {
  width: 100%;
  height: 85vh;
  border: 1px solid #757575;
  margin-top: 4.5rem;
}
@media screen and (max-width: 1366px) {
  body header .banner-box img {
    height: 70vh;
  }
}
@media screen and (max-width: 768px) {
  body header .banner-box img {
    height: 25vh;
  }
}
body main {
  /* Remeras section */
  /* Baggys section */
  /* Hoodies section */
  /* Zip-Hoodies section */
}
body main .welcome-box {
  border-bottom: 1px solid #757575;
  margin-top: 1rem;
}
body main .welcome-box h1 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  color: #d5d5d5;
  text-transform: uppercase;
}
body main .sections-texto-box-html {
  margin-top: 4rem;
  border: 1px solid #757575;
}
body main .sections-texto-box-html .p-sections-texto {
  margin-top: 0rem;
}
body main .box-sections-html {
  border-bottom: 1px solid #757575;
}
body main .remeras-texto-box, body main .zip-hoodies-texto-box, body main .hoodies-texto-box, body main .baggys-texto-box {
  border-bottom: 1px solid #757575;
  text-align: start;
}
body main .remeras-texto-box p, body main .zip-hoodies-texto-box p, body main .hoodies-texto-box p, body main .baggys-texto-box p {
  margin: 0.5rem;
  font-size: 1.5rem;
  color: #d5d5d5;
  font-weight: bold;
  text-transform: uppercase;
}
body main .box-remeras, body main .box-zip-hoodies, body main .box-hoodies, body main .box-baggys {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body main .box-remeras, body main .box-zip-hoodies, body main .box-hoodies, body main .box-baggys {
    flex-direction: column;
  }
}
body main .box-remeras .remera1-box, body main .box-zip-hoodies .remera1-box, body main .box-zip-hoodies .zip-hoodies-box, body main .box-hoodies .remera1-box, body main .box-hoodies .hoodies-box, body main .box-baggys .remera1-box, body main .box-baggys .baggy1-box {
  border: 1px solid #757575;
  border-top: none;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  body main .box-remeras .remera1-box, body main .box-zip-hoodies .remera1-box, body main .box-zip-hoodies .zip-hoodies-box, body main .box-hoodies .remera1-box, body main .box-hoodies .hoodies-box, body main .box-baggys .remera1-box, body main .box-baggys .baggy1-box {
    border-bottom: 1px solid #757575;
  }
}
body main .box-remeras .remera1-box img, body main .box-zip-hoodies .remera1-box img, body main .box-zip-hoodies .zip-hoodies-box img, body main .box-hoodies .remera1-box img, body main .box-hoodies .hoodies-box img, body main .box-baggys .remera1-box img, body main .box-baggys .baggy1-box img {
  width: 400px;
  height: 400px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  body main .box-remeras .remera1-box img, body main .box-zip-hoodies .remera1-box img, body main .box-zip-hoodies .zip-hoodies-box img, body main .box-hoodies .remera1-box img, body main .box-hoodies .hoodies-box img, body main .box-baggys .remera1-box img, body main .box-baggys .baggy1-box img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  body main .box-remeras .remera1-box img, body main .box-zip-hoodies .remera1-box img, body main .box-zip-hoodies .zip-hoodies-box img, body main .box-hoodies .remera1-box img, body main .box-hoodies .hoodies-box img, body main .box-baggys .remera1-box img, body main .box-baggys .baggy1-box img {
    width: 400px;
    height: 400px;
  }
}
body main .box-remeras .remera1-box img:hover, body main .box-zip-hoodies .remera1-box img:hover, body main .box-zip-hoodies .zip-hoodies-box img:hover, body main .box-hoodies .remera1-box img:hover, body main .box-hoodies .hoodies-box img:hover, body main .box-baggys .remera1-box img:hover, body main .box-baggys .baggy1-box img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  body main .box-remeras .remera1-box img:hover, body main .box-zip-hoodies .remera1-box img:hover, body main .box-zip-hoodies .zip-hoodies-box img:hover, body main .box-hoodies .remera1-box img:hover, body main .box-hoodies .hoodies-box img:hover, body main .box-baggys .remera1-box img:hover, body main .box-baggys .baggy1-box img:hover {
    width: 100%;
  }
  body main .box-remeras .remera1-box img:hover:hover, body main .box-zip-hoodies .remera1-box img:hover:hover, body main .box-zip-hoodies .zip-hoodies-box img:hover:hover, body main .box-hoodies .remera1-box img:hover:hover, body main .box-hoodies .hoodies-box img:hover:hover, body main .box-baggys .remera1-box img:hover:hover, body main .box-baggys .baggy1-box img:hover:hover {
    transform: none;
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  body main .box-remeras .remera1-box img, body main .box-zip-hoodies .remera1-box img, body main .box-zip-hoodies .zip-hoodies-box img, body main .box-hoodies .remera1-box img, body main .box-hoodies .hoodies-box img, body main .box-baggys .remera1-box img, body main .box-baggys .baggy1-box img {
    width: 100%;
  }
}
body main .box-remeras .remera1-box h2, body main .box-zip-hoodies .remera1-box h2, body main .box-zip-hoodies .zip-hoodies-box h2, body main .box-hoodies .remera1-box h2, body main .box-hoodies .hoodies-box h2, body main .box-baggys .remera1-box h2, body main .box-baggys .baggy1-box h2 {
  border-top: 1px solid #757575;
  font-size: 1.5rem;
  color: #d5d5d5;
  text-transform: uppercase;
  margin-top: -2rem;
  padding-top: 1rem;
  text-align: center;
}
body main .box-remeras .remera1-box p, body main .box-zip-hoodies .remera1-box p, body main .box-zip-hoodies .zip-hoodies-box p, body main .box-hoodies .remera1-box p, body main .box-hoodies .hoodies-box p, body main .box-baggys .remera1-box p, body main .box-baggys .baggy1-box p {
  font-size: 1.2rem;
  color: #d5d5d5;
  text-align: center;
  margin: 0.5rem 0;
}
body main .baggys-texto-box {
  border: 1px solid #757575;
}
body main .baggys-texto-box p {
  margin: 0.5rem;
  font-size: 1.5rem;
  color: #d5d5d5;
  font-weight: bold;
  text-transform: uppercase;
}
body main .box-baggys .baggy1-box img {
  width: 400px;
  height: auto;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1366px) {
  body main .box-baggys .baggy1-box img {
    width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  body main .box-baggys .baggy1-box img {
    width: 100%;
    height: auto;
  }
}
body main .box-baggys .baggy1-box h2 {
  font-size: 1.5rem;
  color: #d5d5d5;
  text-transform: uppercase;
  margin-top: 0.5rem;
  padding-top: 1rem;
  text-align: center;
}
body main .box-baggys .baggy1-box p {
  font-size: 1.2rem;
  color: #d5d5d5;
  text-align: center;
  margin: 0.5rem 0;
}
body main .hoodies-texto-box {
  border: 1px solid #757575;
}
body main .hoodies-texto-box p {
  margin: 0.5rem;
  font-size: 1.5rem;
  color: #d5d5d5;
  font-weight: bold;
  text-transform: uppercase;
}
body main .box-hoodies .hoodies-box img {
  width: 400px;
  height: 450px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1366px) {
  body main .box-hoodies .hoodies-box img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  body main .box-hoodies .hoodies-box img {
    width: 100%;
    height: 450px;
  }
}
body main .box-hoodies .hoodies-box h2 {
  font-size: 1.5rem;
  color: #d5d5d5;
  text-transform: uppercase;
  margin-top: 0.5rem;
  padding-top: 1rem;
  text-align: center;
}
body main .box-hoodies .hoodies-box p {
  font-size: 1.2rem;
  color: #d5d5d5;
  text-align: center;
  margin: 0.5rem 0;
}
body main .zip-hoodies-texto-box {
  border: 1px solid #757575;
  justify-content: left;
}
body main .zip-hoodies-texto-box p {
  margin: 0.5rem;
  font-size: 1.5rem;
  color: #d5d5d5;
  font-weight: bold;
  text-transform: uppercase;
}
body main .box-zip-hoodies {
  justify-content: left !important;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  body main .box-zip-hoodies {
    gap: 0;
  }
}
body main .box-zip-hoodies .zip-hoodies-box {
  border-bottom: 1px solid #757575;
}
body main .box-zip-hoodies .zip-hoodies-box img {
  width: 400px;
  height: 450px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1366px) {
  body main .box-zip-hoodies .zip-hoodies-box img {
    width: 350px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  body main .box-zip-hoodies .zip-hoodies-box img {
    width: 100%;
    height: 450px;
  }
}
body main .box-zip-hoodies .zip-hoodies-box h2 {
  font-size: 1.5rem;
  color: #d5d5d5;
  text-transform: uppercase;
  margin-top: 0.5rem;
  padding-top: 1rem;
  text-align: center;
}
body main .box-zip-hoodies .zip-hoodies-box p {
  font-size: 1.2rem;
  color: #d5d5d5;
  text-align: center;
  margin: 0.5rem 0;
}
body footer .footer-background {
  border: #d5d5d5 2px solid;
  margin-top: 25vh;
  width: 100%;
  height: 40vh;
  background-color: #757575;
}
@media screen and (max-width: 768px) {
  body footer .footer-background {
    margin-top: 10vh;
    height: 30vh;
  }
}
body footer .footer-background .logo-footer {
  text-align: left;
  font-size: 2rem;
  color: #d5d5d5;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20vh;
  margin-left: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body footer .footer-background .logo-footer {
    text-align: center;
    margin: 0;
  }
}
body footer .footer-background .derechos {
  text-align: left;
  font-size: 1rem;
  color: #d5d5d5;
}
@media screen and (max-width: 768px) {
  body footer .footer-background .derechos {
    text-align: center;
  }
}
body footer .footer-background .box-nav-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  translate: -18vw -13vh;
}
@media screen and (max-width: 768px) {
  body footer .footer-background .box-nav-footer {
    translate: 0 5vh;
  }
}
body footer .footer-background .box-nav-footer a {
  text-decoration: none;
  color: #d5d5d5;
}
body footer .footer-background .box-nav-footer a:hover {
  scale: 1.05;
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
}
body footer .footer-background .box-information {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  translate: 40vw -27vh;
  width: 20vw;
}
@media screen and (max-width: 768px) {
  body footer .footer-background .box-information {
    display: none;
  }
}
body footer .footer-background .box-information a {
  text-decoration: none;
  color: #d5d5d5;
}
body footer .footer-background .box-information a:hover {
  scale: 1.05;
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
}

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