@import url('css/reset.css');
@import url('css/normalize.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: 'Helvetica Neue', sans-serif;
  background: rgba(20, 28, 41, 1);
}

h1 {
  font-family: "owners-wide", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
h3 {
  font-family: "owners-wide", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  color: #e0d6c0;
  margin-top: -20px;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('img/slide_allgerunclub.webp') center center / cover no-repeat;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.6); */
  background: linear-gradient(0deg, rgba(20, 28, 41, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.content-hero,
.content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #61ceff;
  padding: 0 20px;
}
.content-hero{
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
.content-hero h1 {
  font-family: "owners-wide", sans-serif;
  font-style: normal;
  font-size: clamp(3rem, 10vw, 8rem); /* mínimo, ideal, máximo */
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -2px;
  text-transform: uppercase;
  flex: 1 1 n;
  text-wrap: nowrap;
}

.content p {
  font-size: 1.2rem;
  margin-top: 1rem;
  max-width: 600px;
}
.content-hero .imgass{
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.miniallge{
  width: 100%;
  max-width: 60px;
}
.allgood1{
  width: 100%;
  max-width: 150px;
}
.somos{
  width: 100%;
  margin: 20vh 0;
}
.somos h2{
  font-family: "owners-wide", sans-serif;
  font-style: normal;
  font-size: clamp(1rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 0.9;
  color: antiquewhite;
}
.depoprint {
  width: 90vw;
  background: #2c394b;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: stretch;
  position: relative;
  padding: 20px;
  margin: 3em auto;

  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;

  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;

  scroll-snap-type: mandatory;
  scroll-snap-points-x: repeat(350px);
  scroll-snap-type: x mandatory;
}
.depoprint::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.depoprint::-webkit-scrollbar-thumb {
  background: #e0d6c0;
  border-radius: 10px;
}
.depoprint::-webkit-scrollbar-track {
  background: transparent;
}
.depoprint::after {
  content: '➜';
  position: absolute;
  bottom: 5px;
  left: 2.4em;
  font-size: 1.618rem;
  color: #e0d6c0;
  animation: seta 0.5s ease-in 0s infinite alternate;
}
@keyframes seta {
  from {
    left: 2.2em;
  }
  to {
    left: 3em;
  }
}
.depoprint > div {
  scroll-snap-align: center;
  flex-shrink: 0;
  width: 350px;
  height: 424px;
  margin: 20px;
  background: #fff;
  transform-origin: center center;
  transition: transform 0.5s;
  position: relative;
}
.depoprint > div img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.cta{ 
  padding: 4rem 0;
}
.cardsales {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 2em;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
}
.cardsales > div {
  flex: 1;
  width: 100%;
  border-radius: 1rem;
  border: 4px solid transparent;
  background: #2c394b;
  color: #fff;
}
.cardsales > div:nth-child(2) {
  flex-grow: 1;
  border: 4px solid #61ceff;
  background: #577899;
}
.carditem {
  padding: 1rem 1rem 2rem;
}
.carditem > ul {
  width: 100%;
  margin: 0 auto 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.carditem > ul li {
  padding: 12px 0 12px 26px;
  position: relative;
}
.carditem > ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.carditem > div {
  text-transform: uppercase;
  text-align: center;
  background: rgba(20, 28, 41, 1);
  padding: 10px 0;
  border-radius: 2vmin;
}
.carditem > div h1 {
  font-size: 1.4rem;
  font-weight: 700;
}
.carditem > div ul {
  width: 93%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  background: #577899;
  border-radius: 1.2vmin;
}
.carditem > div ul > li:nth-child(1) {
  box-shadow: 0 0 0 6px #2c394b;
  border-radius: 1.2vmin;
  padding: 6px;
  margin-right: 12px;
}
.carditem > div ul > li {
  flex: 1;
}
.carditem > div ul > li .number {
  font-size: 2rem;
  font-weight: 600;
}
.carditem > div ul > li .label {
  margin: 8px auto;
  color: #2c394b;
  font-size: 0.8rem;
  font-weight: 600;
}
.carditem > p small {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
.carditem > p {
  margin-top: 20px;
  font-family: "owners-wide", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  text-align: center;
  text-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
.carditem > p sup {
  font-size: 1.4rem;
  font-weight: 400;
}
.carditem button {
  width: 100%;
}
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 1.25em 2em;
  background: #61ceff;
  border: 2px solid #a1e0fc;
  border-radius: 0.75em;
  transform-style: preserve-3d;
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
    background 150ms cubic-bezier(0, 0, 0.58, 1);
}
button.learn-more::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a1e0fc;
  border-radius: inherit;
  box-shadow: 0 0 0 2px #a1e0fc, 0 0.625em 0 0 rgba(65, 214, 214, 0.2);
  transform: translate3d(0, 0.75em, -1em);
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
    box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}
button.learn-more:hover {
  background: #a1e0fc;
  transform: translate(0, 0.25em);
}
button.learn-more:hover::before {
  box-shadow: 0 0 0 2px #a1e0fc, 0 0.5em 0 0 rgba(65, 214, 214, 0.2);
  transform: translate3d(0, 0.5em, -1em);
}
button.learn-more:active {
  background: #61ceff;
  transform: translate(0em, 0.75em);
}
button.learn-more:active::before {
  box-shadow: 0 0 0 2px #a1e0fc, 0 0 rgba(65, 214, 214, 0.2);
  transform: translate3d(0, 0, -1em);
}


.transition, ul li i:before, ul li i:after, p {
  transition: all 0.25s ease-in-out;
}

.flipIn, ul li, h1 {
  animation: flipdown 0.5s ease both;
}

.no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.camisa{
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('img/bg-camisa.webp') center center / cover no-repeat;
  background-attachment: fixed;
}
.card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  width: 320px;
  text-align: center;
}

.image-zoom-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 320px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.image-zoom-container:hover .main-image {
  transform: scale(1.5);
}

.thumbnails {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.thumbnails img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnails img.active {
  border-color: #111;
}

.title {
  font-size: 1.2rem;
  margin: 10px 0 20px;
  color: #2c394b;
}
.price {
  margin: 10px 0 20px;
  font-size: 2rem;
}
/* .old-price {
  text-decoration: line-through;
  color: #888;
  margin-right: 8px;
} */
.new-price {
  color: #61ceff;
  font-weight: bold;
}
.sizeSel {
  padding: 10px;
  width: 100%;
  font-size: 1rem;
}
.buy-button {
  display: block;
  background-color: #2c394b;
  color: #fff;
  padding: 12px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  margin-top: 15px;
}

.buy-button:disabled {
  background-color: #999;
  pointer-events: none;
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}


.beneficios{
  padding: 60px 0;
}
.creative-cards{
  padding: 40px 0 60px;
  position: relative;
}
.creative-cards .container {
  max-width: 1320px;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  margin-right: auto;
  margin-left: auto;
}
.creative-cards .container .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.creative-cards .container .row .card-column {
  flex: 0 0 auto;
  width: 33.33333333%;
  text-align: center;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.card-details {
  width: 80%;
  margin: auto;
  position: relative;
  transition: .3s ease-in-out;
}
.card-details:before {
  content: "";
  width: 190px;
  height: 380px;
  background: #2c394b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skew(-20deg, 0deg);
  z-index: -1;
  transition: .3s ease-in-out;
}
.card-details:hover:before{
  background-color: #577899;
}
.card-icons {
  width: 140px;
  height: 150px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-icons:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid;
  width: 100%;
  height: 100%;
  transform: skew(-20deg, 0deg);
  background: #1c2530;
  border-color: #e0d6c0;
  transition: .3s ease-in-out;
}
.card-details:hover .card-icons:before{
  background-color: #e0d6c0;
}
.card-icons img{
  position: relative;
  width: 70px;
  height: 70px;
}
.card-details h1{
  text-align: left;
}
.card-details p{
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: left;
}
.read-more-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 100%;
  margin: auto;
  background: #fff;
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  border-color: #e0d6c0;
  transition: .3s ease-in-out;
  text-decoration: none;
}
.read-more-btn i{
  color: #000;
  font-size: 12px;
}
.card-details:hover .read-more-btn{
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* ============= Responsive Ipad ==================== */
@media (max-width: 992px) {
.creative-cards .container .row .card-column {
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 40px;
}
}

/* ============= Responsive Iphone ==================== */
@media (max-width: 480px) {
.creative-cards .container .row .card-column {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 20px;
}
.card-details{
  width: 100%;
}
.read-more-btn{
      transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
}


@keyframes moveBg {
  from { background-position: 0 50%; }
  to { background-position:  -3032px 50%; }
}

.carousel {
  --blur: 9px;
  --contrast: 100%;
  --speed: 13s;
  height: 250px;
  /* max-width: 700px; */
  width: 100%;
  position: relative;

  .mask {
    position: absolute;
    inset: 0;
    background: #0000;
    backdrop-filter: blur(var(--blur)) contrast(var(--contrast));
    -webkit-backdrop-filter: blur(var(--blur)) contrast(var(--contrast)); /* so it works on Safari */
    -webkit-mask: linear-gradient(90deg, #000 50px, #0000 175px calc(100% - 175px), #fff calc(100% - 50px));
    pointer-events: none;
  }

  .logos {
    animation: moveBg var(--speed) linear infinite;
    position: absolute;
    inset: 0;
    background: url(img/brands3.webp) 0 50% / 3032px 150px repeat-x;
    -webkit-mask: linear-gradient(90deg, #0000 5px, #000 50px calc(100% - 50px), #0000 calc(100% - 5px));
  }
}