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

body {
  font-family: 'Lato', sans-serif;
  color: #1C1D20;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
* {
  scroll-behavior: smooth;
}

.marker {
  font-family: 'Permanent Marker', cursive;
}

.wrapper {
  overflow: hidden;
}

h1 {
  font-size: 64px;
  line-height: 1;
}

h2 {
  font-size: 40px;
  line-height: 1;
}

h3 {
  font-size: 24px;
  line-height: 1;
}

p {
  line-height: 1;
}

b {
  font-weight: 700;
}

.lh-100 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.2 !important;
}

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

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

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

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

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

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

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

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

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

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.py-100 {
  padding: 100px 0px;
}

.btn {
  border-radius: 50px;
  font-size: 16px;
  padding: 8px 24px;
}

.btn-primary {
  background: #D11F37 !important;
  color: #fff;
  border: 2px solid #D11F37 !important;
  transition: all ease .25s;
  position: relative;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #1C1D20 !important;
  color: #fff !important;
  border: 2px solid #1C1D20 !important;
  transition: all ease .25s;
  box-shadow: none !important;

}

.primary {
  color: #D11F37 !important;
}

.primary-bg {
  background: #D11F37 !important;
}

/* HEADER  */
.top-menu {
  background: #D11F37;
  height: 40px;
  width: 100%;
  position: relative;
  z-index: 200;
}

.hide-on-scroll {
  display: none;
  transition: all 0.3s;
}

.top-menu a {
  color: white;
}

.menu {
  background-color: transparent;
  transition: .3s;
  position: fixed;
  z-index: 10;
  width: 100%;
  background: url("../images/bg-header.svg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.navbar-collapse {
  justify-content: center;
}

.header-logo {
  background-image: url("../images/full-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 150px;
  height: 150px;
  transition: all .3s;
}

.brand-item {
  margin: 0px 30px;
}

.navbar {
  z-index: 5;
  width: 100%;
  padding: .8rem;
  position: relative;
}

.navbar .nav-link {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: white !important;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  padding-bottom: 0px;
  position: relative;
  transition: linear 0.2s;
  padding: 15px !important;
}

.navbar .nav-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0px;
  background-color: #fff;
  bottom: 10px;
}

.navbar .nav-link:hover::before {
  transform: scaleX(1);
  transition: linear .2s;
  width: 35px;
  opacity: 1;

}

.navbar .active .nav-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 35px;
  background-color: #fff;
  bottom: 10px;
}

.scrolled {
  height: 155px;
}

.menu.scrolled .brand-item {
  background: #101115;
  border-radius: 50%;
  padding: .4rem;
}
.menu.scrolled .header-logo {
  background-image: url("../images/sm-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 75px;
  transition: all .3s;
}


/* Bs nav para el menú mobile */
.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  background-color: white !important;
  transition: .3s;
}

.bsnav-mobile .navbar {
  left: 0 !important;
  transform: translate3d(-300px, 0, 0) !important;
  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);
  background: #101820;
  padding: 15px 10px !important;
}

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

/* MAIN */
.float-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 4px 4px 6px rgb(14, 14, 14);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.float-btn:hover {
  text-decoration: none;
}

.float-btn i {
  transition: .3s;
}

.float-btn:hover i {
  transform: scale(1.1);
  color: #fff;
}

.main-section {
  min-height: 100vh;
  color: white;
  display: flex;
  align-items: center;
}

.main-section h1 {
  position: relative;
}

.main-section h1::before {
  content: url("../images/deco-title.svg");
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
}

.main-section button i {
  font-size: 26px;
}

.carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -5;
}

.carousel-inner,
.carousel-item,
.carousel-item .active,
.carousel-item img,
.carousel-item .active img {
  height: 100%;
  object-fit: cover;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 4;
  background: transparent;
  border: 0;
}

.carousel-control-next {
  right: 10%;
}

.carousel-control-prev {
  left: 10%;
}

/* BLOQUE DESCRIPCION */
.description {
  margin-top: -260px
}

.description-container {
  display: flex;
  align-items: center;
  color: white;
}

.description-container img {
  max-width: 180px;
  margin-right: 20px;
}

.description-container p {
  line-height: 1.2;
}

.title-deco-sm,
.title-deco-sm-dark,
.title-deco-sm-left {
  position: relative;
  width: fit-content;
}

.title-deco-sm::before {
  content: url("../images/deco-title-sm.svg");
  position: absolute;
  bottom: -30px;
  right: 70px;
}


.title-deco-sm-dark::before {
  content: url("../images/deco-title-sm-dark.svg");
  position: absolute;
  bottom: -30px;
  right: 40px;
}

.title-deco-sm-left::before {
  content: url("../images/deco-title-sm.svg");
  position: absolute;
  bottom: -30px;
  left: 10px;
}

/* NOSOTROS */
.nosotros {
  background: url("../images/bg-nosotros.jpg") #101820;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: visible;
  padding: 10rem 0 3rem 0;
}

/* CORTES */
.nav-tabs .nav-item {
  width: 50%;
}

.nav-tabs .nav-link {
  border-radius: 0;
  border: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  background: #F5F5F5;
  color: #1C1D20 !important;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
}

.nav-tabs .nav-link.active {
  background-color: #D11F37;
  color: white !important;
}

.nav-tabs .nav-link.active::after {
  content: "";
  border-top: solid 15px #D11F37;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
}

.owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.owl-nav button i {
  margin: 0 10px;
  font-size: 26px;
  color: #D11F37;
}

.owl-stage-outer {
  margin-top: 2rem;
}

.carousel-container {
  text-align: center;
}

.carousel-image {
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  height: 100%;
  object-fit: contain;
  margin-bottom: 1.4rem;
}

.carousel-container p {
  font-size: 24px;
}

.owl-item.active:first-child .carousel-image {
  border-color: #D11F37;
}

/* Banner calidad */
.calidad-banner {
  min-height: 300px;
  background: url("../images/bg-banner-calidad.jpg") #101820;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

/* Por mayor */
.por-mayor {
  min-height: 800px;
  background: url("../images/bg-pormayor.jpg");
  background-size: cover;
  background-position: center 0px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.por-mayor ul {
  padding-left: 1.2rem;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-bottom: 1.8rem;
}

.por-mayor ul li {
  margin-bottom: .6rem;
}

/* Banner hogar */
.hogar-banner {
  min-height: 260px;
  background: url("../images/bg-banner-hogar.svg") #A48668;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}


/* CONTACTO */
.contacto {
  background: url("../images/bg-contacto.jpg") #CCB59E;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0px 120px 0px;
}

.contacto label {
  text-transform: uppercase;
  color: white;
  margin-bottom: 1px !important;
}

.form-control {
  border: 0;
  border-radius: 8px;
  background-color: #ECE3DB;
}

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

/* FOOTER */
footer {
  background-color: #1C1D20;
  padding: 60px 0 0px 0;
  color: white;
  position: relative;
}

footer p {
  line-height: 1.3;
}

.f-info-container {
  background-color: #D11F37;
  padding: 1rem;
  border-radius: 6px;
  margin-top: -100px;
}

.f-info-container i {
  font-size: 32px;
  width: 40px;
}
.f-info-container a {
  color:  white;
  font-size: 21px;
}

footer ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-bottom: 2rem;
}

footer ul li {
  margin-bottom: .6rem;
}

footer ul li a {
  color: white;
  transition: .3s;
}

footer ul li a:hover {
  color: white;
}

footer .social-media {
  color: white;
  font-size: 36px;
}

footer img {
  max-width: 160px;
}

footer .copy {
border-top: 1px solid #ffffff48;
padding: .8rem 0;
margin-top: 2rem;
}

/* RESPONSIVE */
@media (max-width: 1240px) {}

@media (max-width: 1024px) {
  .por-mayor {
    min-height: auto;
    background: url(../images/bg-pormayor.jpg) #101820;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    background-position-x: -300px;
    padding: 60px 0;
  }

  .por-mayor img {
    width: 100%;
  }

}

@media (max-width: 768px) {
  .menu {
    background: #101115;
  }

  .scrolled {
    height: auto;
  }

  .navbar {
    justify-content: space-between;
  }

  .bsnav-mobile .navbar {
    justify-content: flex-start;
  }

  .navbar-nav {
    align-items: flex-start;
  }

  .brand-item {
    display: none;
  }

  .bsnav-mobile .navbar-nav .nav-item .nav-link {
    padding: 5px 0 !important;
  }

  .header-logo {
    width: 90px;
    height: 90px;
}
.menu.scrolled .header-logo {
  width: 65px;
  height: 65px;
}

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

  .carousel-control-next {
    right: 0;
  }

  .carousel-control-prev {
    left: 0;
  }

  .description-container {
    align-items: flex-start;
  }

  .description-container img {
    max-width: 120px;
  }


}

@media (max-width: 525px) {
  .mobile-center {
    text-align: center;
    justify-content: center;
    margin: 0 auto;
  }
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }
  .carousel-control-prev, 
  .carousel-control-next {
    display: none;
  }
  .por-mayor ul {
    text-align: left;
}

footer img {
  max-width: 120px;
}
.f-info-container {
  margin-top: 0px;
}

}