/** Shopify CDN: Minification failed

Line 889:1 Unexpected "{"
Line 919:0 Comments in CSS use "/* ... */" instead of "//"

**/
@font-face {
  font-family: 'Lato';
  src: url('/cdn/shop/files/Lato-Regular.ttf?v=1748460199') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Bringbold Nineties Demo';
  src: url('/cdn/shop/files/Bringbold_Nineties_Demo.ttf?v=1748459263') format('truetype');
}

* {
  font-family: 'Lato';
}

/* #ama_customizer{
  position: relative;
  top: -5px;
}

@media screen and (max-width: 1023px) {
  #ama_customizer{
          display: flex;
      align-items: flex-start;
  }
    #customizer_iframe{
      height: calc(100% - 100px) !important;

    }
} */

.video-overlay {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 14px;
  /* font-family: "Lato", sans-serif; */
    display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  background-color: #6499D9;
}

.video-overlay span{
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.video-overlay img{
filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6));
  
}
.overlay-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.overlay-rating img {
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
}

.overlay-rating span{
  font-size: 16px;
}

.overlay-user {
  font-size: 16px;

}

.video-caption{

  margin: 0 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

div[data-testid="embed-video"] {
  height: 100px !important;
}

  .carousel-controls {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .carousel-dots {
    display: inline-block;
    margin: 0 10px;
  }

  .carousel-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    /* font-family: "Lato" !important; */
    letter-spacing: normal;
  }

  .carousel-dots span.active {
    background-color: #333;
  }

  .arrow {
    cursor: pointer;
    font-size: 24px;
    background: none;
    border: none;
    margin: 0 10px;
  }

  .reviews-video{
     width: 100%;
  height: auto;
  }

.play-button{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reviews-section{
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 100px auto;
}

.reviews-video{
  width: 240px !important;
  height: 420px !important;
  max-width: 240px !important;
  max-height: 420px !important;
}

.reviews-poster{
    width: 240px !important;
  height: 420px !important;
    max-width: 240px !important;
  max-height: 420px !important;
  position: absolute;
  top: 0
}

.reviews-text-div{
 display: flex;
  flex-direction: column;
  max-width: 388px;
  gap: 16px;
}

.reviews-text-div span{
    border: 0.85px solid #10153B33;
    display: inline;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 400;
    color: #10153B;
  font-family: 'Lato';
      max-width: fit-content;
}

.reviews-text-div h4{
    font-size: 64px;
    font-family: 'Bringbold Nineties Demo';
  line-height: 64px;
}

.reviews-text-div p{
    font-size: 16px;
  font-family: 'Lato';
}

.reviews-text-div a{
    font-size: 20px;
  padding: 18px 56px;
  background-color: #10153B;
  color: white;
  font-family: 'Lato';
  border-radius: 16px;
  max-width: fit-content;
}

.reviews-videos-div{
  overflow: hidden;
  max-width: 792px;
  display: flex;
  flex-direction: column;

}

.videos-track{

  display: flex;
    gap: 24px;
  transition: all 0.6s ease;
}
.boton-mobile{
 display: none; 
}

@media (max-width: 1300px) {
  .boton-desktop{
  display: none;
}
  .boton-mobile{
    display: block;
        font-size: 20px;
    padding: 18px 56px;
    background-color: #10153B;
    color: white;
    font-family: 'Lato';
    border-radius: 16px;
    max-width: fit-content;
    margin: 25px auto;
  }
}

@media (max-width: 1200px) {

.shopify-section--hot-spots .place-self-center-start{
  display: none;
}
  

  
}


.video-wrapper{
  position: relative;  
}

#video-detected{
  max-width: 1600px;
  width: 100%;
}

.timeline-button{
      font-size: 18px;
  padding: 18px 56px;
  background-color: #10153B;
  color: white;
  font-family: 'Lato';
  border-radius: 16px;
  max-width: fit-content;
}

.timeline__buttons{
  position: relative;
  top: -25px;
  margin: 0 !important;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.vinyl-section{
  display: flex !important;
  width: 100%;
  padding: 125px 0;
  justify-content: center;
  background-color: #F7F7F7 !important;
}


.vinyl-main-div{
  display: flex;
  max-width: 1723px;
  width: 100%;
  justify-content: space-between;
}

.vinyl-text-div{
  width: 30%;
  display: flex;
  flex-direction: column;
  max-width: 430px;
}

.vinyl-text-div span{
  border: 0.85px solid #00000033;
  display: inline;
  width: auto;
  max-width: max-content;
  padding: 2px 10px;
  font-size: 16px;
  border-radius: 20px;
  /* font-family: "Lato" !important; */
  letter-spacing: normal;
  margin-bottom: 20px
}

.vinyl-text-div img{
  width: 630px;
  height: 321px;
  max-width: fit-content;
}

.vinyl-text-div h4{
  font-size: 64px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  font-family: 'Bringbold Nineties Demo' !important;
}

.vinyl-text-div p{
  font-size: 16px;
}

.vinyl-text-div a{
  font-size: 20px;
  color: white;
  width: 254px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B0352E;
  border-radius: 16px;
}

.vinyl-cards-div{
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  max-width: 850px;
}

.vinyl-card{
  min-width: 400px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  height: auto;
  margin: 10px 10px; 
}

.vinyl-card-text{
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 265px;
}

.vinyl-card-text h5{
  font-weight: bold;
  line-height: normal;
  font-size: 24px;
  margin: 0;
  font-family: 'Lato';
}

.vinyl-card-text p{
  font-size: 17px;
  margin: 0;
  font-family: 'Lato';
}

.vinyl-card-img{
  background-color: #202B81;
  height: 85px;
  width: 85px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #B0352E1A;
}

.vinyl-card-img img{
  height: 55px;
  width: 55px;
}

multiple-images-with-text-image-list{
  min-width: 680px;
}

.revealed-image{
  z-index: 0;
}

.shopify-section--hot-spots{
  padding-top: 70px;
}

impact-text span{
  font-family: 'Bringbold Nineties Demo'
}

impact-text span span{
  font-size: 95px;
  font-family: 'Bringbold Nineties Demo'
}

.shopify-section--impact-text .snap-center{
  display: flex;
  flex-direction: column;
  align-items: center;
}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.articleh-section{
    display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 75px 0;
}

.articleh-a{
  display: flex;
  
}

.articleh-p{
   font-size: 24px; 
}

.articleh-a p{
  font-size: 20px;
  text-decoration: underline;
  margin-right: 5px;
  color: black !important;
}

.articleh-a img{
  height: 34px;
}

.articleh-div{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1600px;
}

.articleh-main-div{
  display: flex;
}

.articleh-title-div{
  display: flex;
  justify-content: space-between;
}

.articleh p{
  color: white;
}

.articleh-date{
  display: flex;
  align-items: center;
  margin: 20px 0;
  font-size: 16px !important;
  
}

.articleh-date img{
  height: 20px;
  width: 20px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.articleh-button{
  color: white;
  display: flex;
  align-items: center;
}

.articleh-button p{
  text-decoration: underline;
  color: rgb(255,255,255) !important;
}

.articleh-button img{
    height: 34px;
  width: 34px;
  margin-left: 5px;
}

.articleh-img{
  /* height: 485px; */
  width: 60%;
   border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.articleh-text-div{
  width: 40%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, #10153B 0%, #233091 100%);
  border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.articleh-tag{
  margin-bottom: 15px;
}

@media (max-width: 1600px) {

  .vinyl-cards-div{
  max-width: 750px
}

.vinyl-card{
  min-width: 300px
}

.vinyl-card-text{
  width: 185px;
}

.vinyl-card-text h5{
  font-size: 20px
}

.vinyl-card-text p{
  font-size: 12px;
}

.vinyl-card-img{
  height: 58px;
  width: 58px;
}

.vinyl-card-img img{
  height: 22px;
  width: 22px;
}
  
  /* .vinyl-section{
  max-width: 1200px;
} */

.vinyl-main-div{
  width: 90%;
}

.vinyl-text-div img{
  width: 416px;
  height: 212px
}
  
.articleh-div{
  max-width: 1200px;
}
  
  .reviews-section{
    max-width: 1300px;
    justify-content: space-evenly;
  }
.reviews-videos-div{
  max-width: 822px;
}
  .videos-track video {
    width: 250px !important;
    height: 444px !important;

    min-width: 250px;
  }
  .reviews-poster {
    width: 250px !important;
    height: 444px !important;

    min-width: 250px;
  }
}

@media (max-width: 1000px) {

  .videos-track{
    gap: 0
  }
  
  effect-carousel{
    padding: 60px 10px !important;
  }

.reviews-text-div p{

  font-size: 13px;
  margin-bottom: 20px;
}
  .reviews-videos-div{

    width: 90%;
  }
  .reviews-text-div h4{
    font-size: 48px;
  }

  .reviews-text-div a{
  font-size: 15px;
}

  .videos-track video{
    flex: 0 0 100%; /* 1 video por fila */
    width: 100%;
    margin: 0;
  }
  .videos-track {
    flex-wrap: nowrap;
  }

  .video-wrapper{
    min-width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .videos-track video {
    /* width: 100% !important;
    min-width: 100% !important; */
    height: auto;
    margin: 0;
    max-width: 250px;
  }
}
@media (max-width: 1300px) {

      .reviews-section{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
    .reviews-text-div{
  width: 90%;
  top: 0;
  align-items: center;
}

  .reviews-text-div{
    margin: 30px 0;  
  }
}
@media (max-width: 1200px) {

  .vinyl-section{
    align-items: center;

  }

  .vinyl-main-div{
        flex-direction: column;
        align-items: center;
  }
  


  .vinyl-text-div{
    width: 90%;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .vinyl-cards-div{
    width: 90%;
  }

  
  .articleh-title-div{
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .articleh-main-div{
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .articleh-text-div{
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
  .articleh-img{
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
  }
  .articleh-a{
    margin-bottom: 20px;
  }

  
}

.shopify-section--faq .section-stack {
  border-radius: 24px;
}

.shopify-section--impact-text-hot-spots-wrapper{

  background: url('/cdn/shop/files/Section_1dc7edb0-a750-4570-a254-2173e8de3a62.png?v=1747780921');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column-reverse;

}

.reveal-text-custom {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.reveal-text-custom.custom-visible {
  opacity: 1;
  transform: translateY(0);
}

.video-text-div{
  width: 100%;
  max-width: 521px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.video-text-div span{
  border: 0.85px solid #00000033;
  display: inline;
  font-weight: 400;
  width: auto;
  max-width: max-content;
  padding: 2px 10px;
  font-size: 16px;
  border-radius: 20px;
  color: black;
}

.video-text-div h4{
  font-family: "Bringbold Nineties Demo" !important;
  font-weight: 400;
  font-size: 64px;
  line-height: normal;
  text-align: center;
  color: black;
}

.multiple-images-with-text{
  grid-template-columns: 60% 40%;
}

@media (max-width: 1200px) {

  .video-text-div h4{
    font-size: 40px;
  }
}

.video-text-div p{
  font-size: 16px;
  color: #080808B2;
}

/* .timeline__nav-bar{
  width: 70% !important;
} */

  .timeline__nav-item{
    place-items: center;
    max-width: none;
    padding: 0;
  }

  .timeline__nav-item:first-of-type {
    place-items: flex-start;
  }

.timeline__nav-item:last-of-type {
    place-items: flex-end;
  
  }

/* @media (max-width: 1000px) {

  .timeline__nav-bar{
    width: 68%;
    left: 50% !important;
    transform: translateX(-50%);
  }
} */

@media (max-width: 1000px) {
  .video-overlay{
    width: auto;
    padding: 6px 40px;
  }
  
  slideshow-carousel .subheading{
    font-size: 12px !important;
  }

  .reviews-text-div span{
    font-size: 12px !important;
  }

  .video-text-div span{
    font-size: 12px !important;
  }

  effect-carousel .subheading{
    font-size: 12px !important;
  }

  effect-carousel .h2{
    font-size: 40px !important;
  }

  .vinyl-text-div span{
   font-size: 12px !important;
  }

  .vinyl-text-div h4{
    font-size: 40px !important;
  }

  .multiple-images-with-text{
    gap: 0 !important;
    display: flex;
    flex-direction: column;
  }

  .multiple-images-with-text__content-list{
    place-items: start;
    margin-top: 10px;
  }

  multiple-images-with-text .subheading{
    font-size: 12px !important;
  }

  multiple-images-with-text .h1{
    font-size: 40px !important;
  }

  #word-1,
  #word-2,
  #word-3,
 {
    font-size: 90px !important;
  }



    revealed-image .h0{
    font-size: 72px!important;
    }
}

@media (max-width: 550px) {
  revealed-image .h0{
    width: 100% !important;
  }

  .vinyl-text-div img{
    width: 100%;
    height: auto;
  }
}

.slideshow-text{
  font-size: 16px;
  color: #080808;
}

.slideshow__slide .content-over-media:before{
  background: transparent !important;
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////

.slide-buttons-div{
  display: flex;
}

.slide-buttons-div{
  display: flex;
  gap: 20px;
}

.slide-buttons-div .button{
   padding: 16px 40px;
    height: 59px;
  background-color: #10153B;
  color: white;
  border-radius: 16px;
  font-weight: 400;
  opacity: 1 !important;
  font-size: 18px;
}

.slide-buttons-div .button-video-slide{
  color: #10153B;
  background-color: white;
  border: 1px solid #10153B;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 216px; */
  margin-top: 0 !important;
}

.button-video-slide img{
  height: 24px;
  width: 24px;
  margin: 0 !important;
  margin-left: 5px !important;
    opacity: 1 !important;
}

.header__wrapper{
 padding-top: 20px;
  padding-bottom: 20px;
}



.numbered-dots__item{
  color: gray !important;
}

.start-crating-button{
  background-color: #10153B;
  color: white;
  padding: 8px 20px;
  border-radius: 16px;
}

.circulo-scroll{
  position: relative; 
  left: 65px;
}

@media (max-width: 700px) {

  .vinyl-section{
    padding: 50px 0;
  }
  
  multiple-images-with-text-image-list{
    min-width: auto;
  }
  
  .circulo-scroll{
  left: 40px;
}
  
  .slide-buttons-div{
     flex-direction: column; 
  }
  .slideshow__controls{
    position: absolute;
    top: 20px;
  }
  .slideshow-text{
    display: none;
  }
  .slide-buttons-div .button{
   padding: 13px 0;
    font-size: 16px;
    height: 44px;
    display: flex;
        align-items: center;
        justify-content: center;
  }

  .slide-buttons-div{
    gap: 5px;
  }
}


@media (min-width: 1050px) {
  
.header__link-list li:first-of-type {
  display: none !important;
}
}

@media (max-width: 1050px) {
.start-crating-button{
  display: none !important;
}

}

@media (max-width: 500px) {
  
.shopify-section--faq .section-stack{
  padding: 20px !important;
}

.shopify-section--faq .h2{
  font-size: 36px !important;
}
}

.slideshow-rating-div{
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 25px !important;
}

.slideshow-rating-div img{
  height: 24px;
  width: 24px;
}

.slideshow-rating-div span{
  font-size: 15px;
  color: #10153B;
  margin-left: 5px;
}

.slideshow-labels-div{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.slideshow-labels-div div{
  display: flex;
  align-items: center;
  background-color: rgba(255, 87, 51,.1);
  border-radius: 20px;
  padding: 8px 12px;
  margin: 0 !important;
}

.slideshow-labels-div img{
  height: 18px;
  width: 18px;
  margin-right: 5px;
}

.slideshow-labels-div span{
  color: #BA040B;
  font-size: 15px;
}

/* .rating-mobile{
  display: none !important;
}

@media (max-width: 700px) {
  .slideshow-rating-div{
    display: none;
  }
  .rating-mobile{
    display: flex !important;
    position: absolute !important;
    top: 20px;
    left: 5px;
    margin: 0 !important;
    gap: 1px;
  }
} */

@media (max-width: 500px) {
  .slideshow-labels-div span{
    font-size: 10px;
  }
  .slideshow-labels-div img{
    height: 12px;
    width: 12px;
  }
  .slideshow-rating-div{
    margin-top: 10px !important;
  }
  .slideshow-labels-div{
    gap: 5px;
  }
  .slideshow-labels-div div{
    padding: 5px;
  }
  .shopify-section--slideshow .subheading{
    font-size: 10px !important;
  }
  .shopify-section--slideshow .slide-buttons-div .button{
    font-size: 12px;
    padding: 5px 0;
    height: 30px;
  }
  .shopify-section--slideshow .h0{
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .slideshow-rating-div{
    gap: 0;
  }
  .slideshow-rating-div span{
    font-size: 10px;
  }
  .slideshow-rating-div img{
    height: 16px;
    width: 16px;
  }
  .button-video-slide img{
    height: 16px;
    width: 16px;
  }
}

.reveal-text-custom {
  transform: translateY(80px);
  transition: all 0.6s ease-out;
}

.custom-visible {
  transform: translateY(0);
}

.custom-invisible{
  display: none !important
}