/*///////////////////////// GENERALES /////////////////////////*/

* {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Sporting Grotesque";
  src: url("fonts/SportingGrotesque-Regular.otf");
  font-weight: normal;
}

@font-face {
  font-family: "Sporting Grotesque";
  src: url("fonts/SportingGrotesque-Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: "Recoleta";
  src: url("fonts/Recoleta-Bold.ttf");
  font-weight: bold;
}

body {
  font-family: "Sporting Grotesque", sans-serif;
  overflow-x: hidden;
  background-color: #efefef;
}

h1 {
  font-size: 100px;
  line-height: 0.7;
}

.recoleta {
  font-family: "Recoleta";
}

img {
  width: 100%;
}

a:hover {
  text-decoration: none;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.blue {
  color: #313f91;
}

.pink {
  color: #fb007e;
}
.gray{
  color: #58595B;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*///////////////////// BOTONES QUE PISAN BS //////////////////*/

.btn {
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  transition: all 150ms ease-out;
  text-decoration: none !important;
  display: flex;
  width: fit-content;
}

/* .btn-primary {
  border: 2px solid #fff;
  color: #1c235d;
  background-color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #1c235d;
  color: #fff;
  border: 2px solid #1c235d;
  transition: all ease 0.25s;
} */

.btn-outline-primary {
  border: 1px solid #313f91;
  color: #313f91;
  background-color: #ffffff00;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background: #313f91;
  color: #fff;
  border: 1px solid #313f91;
  transition: all ease 0.25s;
}

.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show > .btn-outline-white.dropdown-toggle {
  background: #313f91;
  color: #fff;
  border: 1px solid #313f91;
  transition: all ease 0.25s;
}

.btn-sm{
  font-size: 14px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
}
/*///////////////////////// HEADER /////////////////////////*/
header {
  display: none;
}

.header-overlay {
  background: rgb(0, 1, 4);
  background: linear-gradient(
    270deg,
    rgba(0, 1, 4, 0) 40%,
    rgba(0, 1, 4, 0.9) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}
.menu {
  -webkit-transition: background 0.3s 0s linear;
  -moz-transition: background 0.3s 0s linear;
  -o-transition: background 0.3s 0s linear;
  transition: background 0.3s 0s linear;
}

.navbar {
  z-index: 5;
  width: 100%;
  padding: 0.8rem 1rem;
}

.nav-link {
  font-size: 21px;
  color: #b6a792 !important;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  position: relative;
  transition: linear 0.2s !important;
  padding: 0px 0px 10px 0px !important;
  width: fit-content;
}

.desktop-menu ul .nav-item:last-child .nav-link {
  padding-bottom: 0px !important;
}

.desktop-menu ul .nav-item {
  overflow: hidden;
}

.desktop-menu .nav-link::before {
  position: absolute;
  top: 22px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transform: translateX(-10px);
}

.desktop-menu .nav-link:hover::before, .desktop-menu .nav-link.active::before {
  opacity: 1;
  transform: translateX(0px);
  border: 1px solid #fff !important;
}

.desktop-menu .nav-link:hover, .desktop-menu .nav-link.active {
  color: #fff !important;
}

/* Menu desktop  */
.desktop-menu ul {
  list-style: none;
  padding-left: 0;
  border-left: 1px solid white !important;
}

.desktop-menu img {
  width: 100%;
  max-width: 209px;
  margin-bottom: 1.4rem;
}
/*
.bsnav-sticky.bsnav-sticky-slide.sticked.in {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 8px 15px -5px,
    rgba(0, 0, 0, 0.25) 0px 4px 10px -8px;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in {
  background: #fff !important;
}*/

.bsnav-sticky.bsnav-sticky-slide .navbar-toggler-icon,
.bsnav-sticky.bsnav-sticky-slide .navbar-toggler-icon::after,
.bsnav-sticky.bsnav-sticky-slide .navbar-toggler-icon::before {
  background-color: #b6a792;
  transition: 0.5s !important;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-toggler-icon,
.bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-toggler-icon::after,
.bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-toggler-icon::before {
  background-color: #313f91 !important;
  transition: 0.3s !important;
}
.bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-brand img {
  filter: invert(46%) sepia(80%) saturate(2476%) hue-rotate(206deg)
    brightness(55%) contrast(119%);
}
/* Bs nav para el menú mobile */
.navbar-toggler {
  padding: 0 !important;
}
.bsnav-mobile .navbar {
  left: 0 !important;
  transform: translate3d(-300px, 0, 0) !important;
}

.bsnav-mobile.in .navbar {
  transform: translate3d(0px, 0, 0) !important;
}

.bsnav-mobile .navbar.bsnav-dark {
  background: #000000 !important;
  color: #fff !important;
  padding: 0px 0 15px;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
}

/* MAIN */
.main-section {
  height: 100vh;
  overflow: hidden !important;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #1a1a1a;
  background-image: url(../images/bg-main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-section h1 span {
  transform: translateX(55%);
  display: block;
}
.main-section-approachers {
  height: 100vh;
  overflow: hidden !important;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url(../images/bg-approachers.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-section-approachers .stamp img {
  transform: translateX(-12%);
  display: block;
}
.banner-home-01{
  width: 100%;
  height: 85vh;
  background-image: url(../images/banner-home-01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: relative;
  transition: all 0.3s ease-out;
}
.banner-home-02{
  width: 100%;
  height: 85vh;
  background-image: url(../images/banner-home-02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: relative;
  transition: all 0.3s ease-out;
}
.banner-home-box{
  background: rgb(0, 1, 4);
  background: linear-gradient(180deg,rgba(0, 1, 4, 0) 4%,rgba(0, 1, 4, 0.8399334733893557) 100%);
  position: absolute;
  width: 100%;
  height: 150px;
  padding: 0px 20px;
  bottom: 0;
  z-index: 0;
  
}
.banner-home-01 span, .banner-home-02 span{
  font-size: 3rem;
  color: #fff;
}

.banner-home-01:hover, .banner-home-02:hover {
  transform: scale(1.05);
}
.banner-home-03 img{
  transition: all 0.3s ease-out;
}
.banner-home-03:hover img {
  filter: brightness(1.2);
}


/*///////////////////// Productos //////////////////*/
.carousel-main-container {
  position: relative;
}
.highlights,
.t-shirts,
.jogging {
  border-bottom: 1px solid #313f91;
}
.product-img {
  height: 380px;
  background-color: #313f91;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  overflow: hidden;
}

.product-container .product-photo {
  transition: 0.3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-container:hover .product-img {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.product-container:hover .product-photo {
  opacity: 0.6;
}

.icon-more {
  position: absolute;
  width: 52px !important;
  z-index: 5;
  transform: translateY(1000px);
  transition: 0.3s;
}

.product-container:hover .icon-more {
  transform: translateY(0px);
}

.product-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: #313f91;
}

.product-price {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  color: #313f91;
}

.carousel-main-container {
  position: relative;
}

.carousel-main-container .owl-nav {
  position: absolute;
  top: -5rem;
  right: 0;
}

.owl-theme .owl-nav button {
  transition: 0.3s;
}
.owl-theme .owl-nav button:hover {
  background: transparent !important;
  color: #fff;
  text-decoration: none;
  filter: drop-shadow(0 0 0.75rem rgba(16, 1, 100, 0.538));
}

/*///////////////////////// Spotify //////////////////////////*/
.spotify {
  background-color: #1a1a1a;
  padding: 8rem 0 5rem 0;
}

.spotify-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.spotify-img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  background-color: #000000;
  overflow: hidden;
}

.spotify-container .spotify-photo {
  transition: 0.3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.spotify-container:hover .spotify-photo {
  opacity: 0.6;
  transform: scale(1.1);
}

.spotify-name {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0rem;
  position: absolute;
  z-index: 5;
  transition: 0.3s;
}

.spotify .owl-nav button {
  filter: brightness(5);
  transition: 0.3s;
}

/*///////////////////////// DETALLE //////////////////////////*/
.internal .header-overlay {
  display: none;
}
.internal .navbar-brand img {
  filter: brightness(0);
}

.internal .bsnav-light .navbar-toggler .navbar-toggler-icon,
.internal .bsnav-light .navbar-toggler .navbar-toggler-icon::after,
.internal .bsnav-light .navbar-toggler .navbar-toggler-icon::before {
  background-color: #000000 !important;
}

.internal .bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-toggler-icon,
.internal
  .bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler-icon::after,
.internal
  .bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler-icon::before {
  background-color: #000000 !important;
}

.internal .navbar-toggler.toggler-spring.active .navbar-toggler-icon {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.product-detail {
  background-color: #efefef;
  padding: 6rem 0;
}

.product-photo-detail {
  margin-bottom: 1rem;
}

.internal .desktop-menu-detail .nav-link {
  color: #1a1a1a !important;
  font-size: 17px;
}

.internal .desktop-menu-detail img {
  filter: brightness(0);
  width: 80%;
}

.internal .desktop-menu-detail .nav-link::before {
  background-color: #313f91;
  content: "";
}

.internal .nav-link:hover::before, .internal .nav-link.active::before {
  border: 1px solid #313f91 !important;
}
.internal .nav-link:hover, .internal .nav-link.active {
  color: #313f91 !important;
}

/* Menu desktop  */
.internal .desktop-menu ul {
  border-left: 1px solid rgb(0, 0, 0) !important;
}

p small {
  line-height: 1.5;
}

.size-list {
  padding-left: 0;
  margin-top: 2.4rem;
  list-style: none;
  display: flex;
}

.size-list li {
  font-size: 17px;
  width: 43px;
  display: flex;
  align-items: center;
  margin-right: 6px;
  border: 1px solid black;
  text-align: center;
  justify-content: center;
  line-height: 2;
  transition: 0.3s;
  padding-top: 0.2rem;
  cursor: pointer;
}

.size-list li:hover {
  background-color: #313f915c;
}
.size-list li:focus,
.size-list li:active {
  background-color: #313f91;
  border: 1px solid #313f91;
  color: #fff;
}

.color-list {
  padding-left: 0;
  margin-top: 1.6rem;
  list-style: none;
  display: flex;
}

.color-list li a {
  width: 50px;
  height: 50px;
  margin-right: 6px;
  display: block;
  border-radius: 50%;
  border: 1px solid;
}

.fix-on-scroll {
  position: sticky;
  top: 0;
  padding-top: 2rem;
}
/*///////////////////////// APPROACHERS //////////////////////////*/
.bg-black{
  background-color: #000000;
}
.approachers-intro{
  font-size: 2.8rem;
  line-height: 3.5rem;
}
.approachers-quote{ 
  max-width: 470px;
}
/*///////////////////////// FOOTER //////////////////////////*/
.whatsapp-mobile {
  position: fixed;
  z-index: 700;
	bottom: 1.5rem;
	right: 1.5rem;
	opacity:.9;
	transition: all ease .25s;
}
.whatsapp-mobile {
    width: 56px;
	height: 56px;
}
.whatsapp-mobile:hover {
	opacity:1;
	transition: all ease .25s;
  }
footer {
  background-color: #ffffff;
  overflow: hidden;
}

.links-container {
  border-top: 1px solid #313f91;
  border-bottom: 1px solid #313f91;
}

.footer-logo {
  width: 150px !important;
}
footer a,
footer p {
  color: #313f91 !important;
  font-size: 18px;
  transition: 0.3s;
}
footer a:hover {
  color: #b6a792 !important;
}
.footer-btn {
  background-color: #313f91;
  padding: 1.2rem 2.2rem;
  color: white !important;
  display: inline-block;
  margin-left: 2rem;
  transition: 0.3s;
}
.footer-btn:hover {
  background-color: #101d67;
  color: white !important;
}
@media (max-width: 1600px) {
  .product-img {
    height: 300px;
  }
}
@media (max-width: 1400px) {
  .main-section-approachers .stamp img {
    width: 90%;
    transform: translateX(10%);
  }
  .product-img {
    height: 300px;
  }
}
@media (max-width: 1240px) {
  h1 {
    font-size: 90px;
  }
  .main-section-approachers .stamp img {
    width: 80%;
    transform: translateX(10%);
  }
}

@media (max-width: 1100px) {
  footer p,
  footer a {
    font-size: 16px;
  }
  .footer-btn {
    margin-left: 1rem;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 75px;
  }
  .product-photo-detail {
  }
}
@media (max-width: 768px) {
  .header-overlay {
    background: rgb(0, 1, 4);
    background: linear-gradient(
      0deg,
      rgba(0, 1, 4, 0) 4%,
      rgba(0, 1, 4, 0.8399334733893557) 100%
    );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
  }
  header {
    display: block;
  }

  .links-container {
    border-top: 0;
  }

  .product-photo-detail {
  }
}

@media (max-width: 525px) {
  .main-section {
    background-image: url(../images/bg-main-sm.jpg);
  }
  h1 {
    font-size: 48px;
    text-align: center;
  }
  .h1 {
    font-size: 2rem;
  }
  .main-section h1 span {
    transform: none;
  }
  .main-section-approachers{
    height: 50vh;
  }
  .main-section-approachers .stamp img {
    transform: none
  }
  .banner-home-01, .banner-home-02 {
    height: 68vh;
  }
  .approachers-intro{
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .carousel-title {
    padding: 0 16px 0 16px;
  }
  .carousel-main-container .owl-nav {
    right: 16px;
  }
  .carousel-main-container #owl-spotify .owl-nav {
    position: relative;
    bottom: 0;
    top: auto;
    margin-top: 1rem;
  }
  .product-photo-detail,
  .product-img {
  }
  .fix-on-scroll {
    position: relative;
  }
  .footer-btn {
    margin-left: 0rem;
    margin-top: 1rem;
  }
}
@media (max-width: 375px) {
  h1 {
    font-size: 40px;
  }
  .h1 {
    font-size: 1.6rem;
  }
}

/* Otros */

.relative {
  position: relative;
}
#response {
  background: #2ec770;
  color: #fff;
  text-align: center;
  padding: 25px 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
.fx-fading-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #ffffffad url(../images/loading.gif) center no-repeat;
}
.loading {
  display: none;
}
