body {
  font-family: 'Work Sans', sans-serif;
  overflow-x: hidden;
}

main {
  padding-top: 76px;
}
@media (min-width: 1200px) {
  main {
    padding-top: 100px;
  }
}
.delay-0-8 {
  transition-delay: 0.8s !important;
}
@media (min-width: 425px) and (max-width: 575.98px) {
  .col-425-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

/* ------------------------------------------------------ */
/* PRELOADER */
/* ------------------------------------------------------ */

.preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader {
  z-index: 999999999999;
}
.loader {
  position: relative;
  width: 65px;
  height: 65px;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: 2px;
  -webkit-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 3px solid #886BAD;
  border-radius: 50%;
}
.loader span {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -3px;
  left: -3px;
  border: 3px solid transparent;
  border-top: 3px solid #ddd;
  border-radius: 50%;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader .content-logo {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
}
.preloader .content-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.preloader .bg-loader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #e92026;
}

/* ------------------------------------------------------ */
/* BUTTONS */
/* ------------------------------------------------------ */

.btn-rounded {
  border-radius: 50px;
}
.btn-custom {
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn-black-white {
  padding-left: 2rem;
  padding-right: 2rem;
  color: #fff;
  background: #000;
  font-weight: bold;
  font-size: .8rem;
  transition: all 0.3s;
  opacity: 1;
}
.btn-black-white:hover {
  color: #fff;
  opacity: .8;
  box-shadow: 12px 12px 29px -8px rgba(0,0,0,1);
  transform: translateY(-3px);
}
.btn-black-white:focus {
  box-shadow: none;
  color: #fff;
}

/* ------------------------------------------------------ */
/* NAVBAR */
/* ------------------------------------------------------ */

#navbar {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1030;
}
.navbar {
  background-color: #ffffff;
  font-family: Bebas Neue;
  font-weight: bold;
  font-size: 18px;
  transition: background-color 0.3s;
  box-shadow: 0 0 15px 0px #ccc;
}
.navbar-brand .logo-navbar {
  height: 50px;
}
/* @media (max-width: 1199.98px) {
  .navbar-nav {
    height: 100vh;
  }
} */
@media (min-width: 1200px) {
  .navbar {
    height: 100px;
  }
  .navbar-brand .logo-navbar {
    height: 70px;
  }
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar .dropdown-toggle {
  color: #000;
}
.navbar-nav .nav-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-nav .nav-item .icon-acceso {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 1400px) {
  .navbar-nav .nav-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.navbar-nav .nav-item .nav-link {
  color: #000000;
  text-align: center;
  transition: all 0.3s;
  padding-top: 10px;
}
.navbar-nav .nav-item:hover .nav-link {
  color: red;
}
.navbar .dropdown-item {
  transition: all 0.3s;
}
.navbar .dropdown-item:hover {
  color: red;
  background-color: #ffffff;
}
.navbar .dropdown-menu {
  border: none;
}

/* -------------------------------------- */
/* ICONES REDES */
/* -------------------------------------- */
.red {
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  border-radius: 3px;
  width: 20px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icon {
  margin: 0;
  padding: 0 !important;
  width: 20px;
  height: 23px;
  font-size: 14px;
  line-height: 26px !important;
  color: #555;
  overflow: hidden;
  display: block;
  text-align: center !important;
  cursor: pointer;
}navbar
.social-icon i {
  display: block;
  position: relative;
  transition: all 0.3s;
}
.social-icon:hover {
  color: #555;
  border-color: transparent;
}
.social-icon i:first-child {
  margin-bottom: 14px;
}
.social-icon:hover i:first-child {
  margin-top: -37px;
}

/* -------------------------------------- */
/* INDEX WELCOME */
/* -------------------------------------- */
.cards-banner {
  display: flex;
}
.cards-banner .content-card-banner {
  flex: 33.33%;
  max-width: 33.33%;
}
.cards-banner .content-card-banner img {
  filter: grayscale(1);
}
.content-card-banner.active img {
  filter: grayscale(0);
}
.btn-welcome {
  padding-left: 2rem;
  padding-right: 2rem;
  color: #fff;
  background: #000;
  font-weight: bold;
  font-size: .8rem;
  transition: all 0.3s;
  opacity: 1;
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: perspective(1px) translateZ(0) translateX(-50%);
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1;
}
.btn-welcome:hover {
  color: #fff;
  opacity: .8;
  box-shadow: 12px 12px 29px -8px rgba(0,0,0,1);
  transform: perspective(1px) translateZ(0) translateX(-50%) translateY(-3px);
}
.carousel-item img {
  width: 100%;
}
.cards-banner img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .btn-welcome {
    font-size: 1rem;
  }
}
@media (max-width: 424.98px) {
  .btn-welcome {
    font-size: .8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .btn-black-white {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* -------------------------------------- */
/* SECTION PRODUCTOS */
/* -------------------------------------- */
.section-productos {
  padding-bottom: 3rem;
}
.section-productos h3 {
  font-weight: bold;
  padding: 3rem 0;
  margin-bottom: 0;
}
.section-productos h5 {
  font-weight: 900;
  color: #000;
}
.section-productos .card {
  border: none;
  padding: 2rem 2rem 0 2rem;
  border-radius: 5px;
  transition: all .3s;
}
@media (max-width: 767.98px) {
  .section-productos .card {
    padding: 2rem;
  }
}
.section-productos .card .content-img {
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-productos .card .content-img .card-img-top {
  width: 90% !important;
}
@media (max-width: 1199.98px) {
  .section-productos h5 {
    font-size: 1rem;
  }
  .section-productos .card .content-img .card-img-top {
    width: 80% !important;
  }
}
@media (max-width: 500px) {
  .section-productos .card .content-img .card-img-top {
    width: 70% !important;
  }
}
@media (max-width: 424.98px) {
  .section-productos .card .content-img .card-img-top {
    width: 60% !important;
  }
}
.section-productos .card .card-body {
  padding: 1rem 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30%;
}
.section-productos .card p {
  font-weight: bold;
}
[class^="imghvr-"],
[class*=" imghvr-"] {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[class^="imghvr-"] > img,
[class*=" imghvr-"] > img {
  vertical-align: top;
  max-width: 100%;
}

[class^="imghvr-"] figcaption,
[class*=" imghvr-"] figcaption {
  background-color: #ffffff;
  padding: 30px;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
}
[class*=" imghvr-"] figcaption h5 {
  font-weight: bold;
}
@media (max-width: 524.98px) {
  [class*=" imghvr-"] figcaption h5 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  [class*=" imghvr-"] figcaption p {
    font-size: .8rem;
  }
}
[class*=" imghvr-"] figcaption img {
  width: 100%;
}
[class^="imghvr-"],
[class*=" imghvr-"],
[class^="imghvr-"]:before,
[class^="imghvr-"]:after,
[class*=" imghvr-"]:before,
[class*=" imghvr-"]:after,
[class^="imghvr-"] *,
[class*=" imghvr-"] *,
[class^="imghvr-"] *:before,
[class^="imghvr-"] *:after,
[class*=" imghvr-"] *:before,
[class*=" imghvr-"] *:after {
  box-sizing: border-box;
  transition: all 0.5s ease;
}
[class^="imghvr-fade"] figcaption,
[class*=" imghvr-fade"] figcaption {
  opacity: 0;
}
[class^="imghvr-fade"]:hover figcaption,
[class*=" imghvr-fade"]:hover figcaption {
  opacity: 1;
}
[class^="imghvr-fade"]:hover,
[class*=" imghvr-fade"]:hover {
  box-shadow: 0 0 15px 0px #e9e9e9;
}
[class^="imghvr-fade"]:hover>img,
[class^="imghvr-fade"]:hover figcaption,
[class*=" imghvr-fade"]:hover>img,
[class*=" imghvr-fade"]:hover figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* -------------------------------------- */
/* SECCION CONTACTO */
/* -------------------------------------- */
.section-registro {
  background: #f2241e;
  background-image: url("../images/bg-register.png");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 2rem;
}
.section-registro .logo-comunidad-fan {
  width: 80%;
}
@media (min-width: 768px) {
  .section-registro .logo-comunidad-fan {
    width: 50%;
  }
}
.section-registro h3,
.section-registro h4,
.section-registro h5 {
  font-weight: bold;
  margin-bottom: 0;
}
.section-registro a {
  text-decoration: none;
  color: blueviolet;
  transition: all 0.3s;
}
.section-registro a:hover {
  color: darkviolet;
}
.form {
  margin-top: 5rem;
}
.form label {
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 1rem;
}
.form .form-control,
.form .form-select {
  border-radius: 50px;
  border: 1px solid #f2241e;
  padding: 1rem;
  font-weight: bold;
}
.form .form-control:focus,
.form .form-select:focus {
  outline: none;
  box-shadow: 0 0 0 .25rem rgba(242, 36, 30, .25);
}
.form .form-control.form-mensaje {
  border-radius: 15px;
}
.form button[type="submit"] img {
  width: 1rem;
}
.form-check-input:checked {
  background-color: #f2241e;
  border-color: #f2241e;
}
.form-check-input:focus {
  border-color: #f2241e;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(242, 36, 30, .25);
}
.form-check .form-check-input {
  float: left;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  margin-left: -2.5rem;
  margin-right: 0.5rem;
  border: 1px solid #f2241e;
}
.form-check.check-sell-fantoche .form-check-input {
  float: left;
  width: 2rem;
  height: 2rem;
  margin-top: 0.3rem;
  margin-left: 0rem;
  margin-right: 0rem;
  border: 1px solid #f2241e;
}
.form-check.check-sell-fantoche .form-check-label {
  display: block;
  margin-top: 0.5rem;
}
.form-check label {
  margin-left: 3.5rem;
  font-weight: 400;
}
.form-check .img-content {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.form-check .img-content img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.form .box-form {
  padding: 2rem 1rem;
  border-radius: 0.5rem;
  background-color: white;
}
@media (min-width: 768px) {
  .form .box-form {
    padding: 3rem 3rem;
  }
}

@media (min-width: 576px) {
  .border-right-red:nth-child(odd) {
    border-right: 1px solid #f2241e;
  }
}
@media (min-width: 992px) {
  .border-right-red {
    border-right: 1px solid #f2241e;
  }
  .border-right-red:nth-child(3n) {
    border-right: none;
  }
}

.select2-container--default .select2-selection--single {
  border-radius: 50px !important;
  border: 1px solid #f2241e !important;
  padding: 1rem !important;
  font-weight: bold !important;
  height: auto !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212529 !important;
  line-height: 1.5 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  right: 1rem !important;
  width: 20px;
  height: 26px;
  transform: translateY(-50%);
}

/* -------------------------------------- */
/* SECCION INSTAGRAM */
/* -------------------------------------- */
.title-instagram h3 {
  font-weight: bold;
}
.title-instagram img {
  width: 4rem;
}
#instafeed {
  background-color: #ECECEC;
  padding: 1rem;
}
#instafeed div {
  padding: 1rem;
}
#instafeed div a img {
  opacity: 0.8;
  transition: all 0.3s;
}
#instafeed div a:hover img {
  opacity: 1;
  transform: scale(1.05);
}

/* -------------------------------------- */
/* FOOTER */
/* -------------------------------------- */
.section-footer {
  background-image: url("../images/fondo-footer.jpg");
  background-size: cover;
}
.logo-footer {
  width: 10vw;
  margin-right: 1rem;
}
.img-footer {
  height: 5.8vw;
  margin-left: 1rem;
}
@media (max-width: 767.98px) {
  .logo-footer {
    width: 25%;
    margin-right: 0;
  }
  .img-footer {
    width: 80%;
    height: auto;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.list-footer {
  list-style: none;
  display: inline-flex;
  padding-left: 0;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .list-footer {
    display: block;
  }
}
.list-footer li a {
  color: #000;
  padding: 1rem;
  text-decoration: none;
  transition: all 0.3s;
}
.list-footer li a:hover {
  color: red;
}
