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 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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:before {
  background: #ffffff;
  border-radius: 50px;
} */
.btn-black-white:focus {
  box-shadow: none;
  color: #fff;
}
/* .btn-center-out {
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
}
.btn-center-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
}
.btn-center-out:hover:before,
.btn-center-out:focus:before,
.btn-center-out:active:before {
  transform: scale(1.15);
} */

/* ------------------------------------------------------ */
/* 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;
}
@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;
}
.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-contacto {
  background-image: url("../images/contacto/bg-contacto.jpg");
  background-size: cover;
  background-position: bottom center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section-contacto h3,
.section-contacto h5 {
  font-weight: bold;
  margin-bottom: 0;
}
.section-contacto a {
  text-decoration: none;
  color: blueviolet;
  transition: all 0.3s;
}
.section-contacto 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;
}
.form .form-control.form-mensaje {
  border-radius: 15px;
}
.form button[type="submit"] img {
  width: 1rem;
}

/* -------------------------------------- */
/* 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;
}
