/* Carrusel principal */

.carousel-indicators {
  right: 60%;
  bottom: 95px;
  margin-right: 22%;
  margin-left: 0%;
  z-index: 5;
}

.carousel-indicators li {
  margin-right: 6px;
  maring-left: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #000000;
  opacity: 0.76;
}

.carousel-indicators .active {
  background-color: #000000;
  border: solid 1px #ffffff;
}

.carousel-caption {
  padding: 15px 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0 0 0;
  z-index: 5;
}

.carousel-caption h5 {
  margin: 0;
  font-family: 'Raleway';
  font-weight: 700;
  letter-spacing: 5.6px;
}

.carousel-caption a .blanco {
  color: #FFFFFF;
}

.carousel-caption a .negro {
  color: #000000;
}

.carousel-caption a .naranja {
  color: #f2a868;
}

.carousel-caption a:hover {
  color: white;
  text-decoration: none;
}

.carousel-caption a:hover .blanco {
  text-shadow: 0 0 5px white;
}

.carousel-caption a:hover .naranja {
  text-shadow: 0 0 5px #f2a868;
}

.carousel-caption a:hover .negro {
  text-shadow: 0 0 5px #000000;
}

.carousel-caption.barra-carrusel-roja {
  background-color: rgba(250, 110, 67, 0.9);
}

.carousel-caption.barra-carrusel-verde {
  background-color: rgba(141, 204, 177, 0.9);
}

.carousel-caption.barra-carrusel-gris {
  background-color: rgba(50, 46, 47, 0.9);
}

.carousel-caption.barra-carrusel-gris-oscuro {
  background-color: rgba(37, 31, 28, 0.9);
}

/* Scroller de productos mas vendidos */

.contenedor-scroller {
  position: relative;
  margin: 0 auto 2rem auto;
  overflow-x: hidden;
}

.contenedor-scroller h5 {
  margin: 60px 0 10px 0;
  color: #322e2f;
  font-size: 1.625rem;
  font-family: 'Raleway';
  font-weight: 600;
  letter-spacing: 2.6px;
  text-align: center;
}

.contenedor-scroller .scroller .slider-item {
  margin : 0 auto;
}

.contenedor-scroller .scroller-control {
  position: absolute;
  top: 0%;
  height: 100%;
  width: 50px;
  z-index: 3;
  cursor: pointer;
}

.contenedor-scroller .scroller-control .scroller-button {
  position: relative;
  top: 40%;
  font-size: 2rem;
  transform: translateY(-50%);
}
 
.contenedor-scroller .scroller-control .scroller-button:hover {
  color: black;
}

.contenedor-scroller .scroller-control.scroller-prev {
  left: 0;
  text-align: left;
  background: linear-gradient(to right, rgb(255 255 255) 75%, rgba(255, 255, 255, 0));
}

.contenedor-scroller .scroller-control.scroller-next {
  right: 0;
  text-align: right;
  background: linear-gradient(to left, rgb(255 255 255) 75%, rgba(255, 255, 255, 0));
}

.contenedor-scroller .scroller {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.contenedor-scroller .scroller::-webkit-scrollbar {
  display: none;
}

.contenedor-scroller .scroller .slider-item {
  flex: 0 0 auto;
  width: 220px;
  height: 350px;
  overflow: hidden;
  text-align: center;
}

.contenedor-scroller .scroller .slider-item h3 {
  margin: 0 10px 10px;
  line-height: 1;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.contenedor-scroller .scroller .slider-item h3 a {
  color: #585854;
  font-size: 1rem;
  font-family: 'Raleway';
  font-weight: 800;
  letter-spacing: 1.8px;
}

.contenedor-scroller .scroller .slider-item h5 {
  margin: 0 10px;
  color: #8e8a8a !important;
  font-size: 0.8rem;
  font-family: 'Roboto';
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  line-height: 1;
}

.contenedor-scroller .scroller .slider-item a {
  color: black;
}

.contenedor-scroller .scroller .slider-item a:hover {
  color: black;
}

.contenedor-scroller .scroller .slider-item .product-preview {
  border-bottom: solid 2px #d6d6d6;
  padding: 10px;
  margin: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom 10px right 10px;
  background-size: 50px 50px;
  transition: border-color 250ms ease;
}

.contenedor-scroller .scroller .slider-item .product-preview .imagenes {
  position: relative;
  height: 200px;
  line-height: 200px;
  text-align: center;
  overflow: hidden;
}

.contenedor-scroller .scroller .slider-item .product-preview .imagenes img {
  display: inline-block;
  max-width: 100%;
  max-height:100%;
  margin: 0 auto;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  border:none;
  transition: transform 250ms ease;
}

.contenedor-scroller .scroller .slider-item:hover .product-preview {
  border-bottom-color: black;
}

.contenedor-scroller .scroller .slider-item:hover .product-preview .imagenes img {
  transform: scale(1.05);
}

/* Tarjetas de información */

.card.service, .card.featured {
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin: 0 auto;
}


.card.service .card-body {
  text-align: center;
  text-overflow: ellipsis;
  max-height: 175px;
  overflow: hidden;
}

.card.service .card-footer {
  padding: 50px 16px;
  border: none;
  text-align: center;
  background-color: transparent;
}

.card.service .card-header {
  height: 100px;
  padding: 0;
  margin-bottom: 20px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

.card.service .card-header.taned_lether {
  background-size: 50px;
  background-image: url(/images/branding/taned_lether.svg);
}

.card.service .card-header.sustentable {
  background-size: 50px;
  background-image: url(/images/branding/sustentable.svg);
}

.card.service .card-header.warranty {
  background-size: 50px;
  background-image: url(/images/branding/warranty.svg);
}

.card.service .card-body h5 {
  font-family: 'Raleway';
  font-weight: 700;
  color: #322e2f;
  letter-spacing: 1.2px;
}

.card.service .card-body p {
  font-family: 'Raleway';
  font-weight: 500;
  color: #322e2f;
  letter-spacing: 1.02px;
}

.card.service .card-body a {
  color: #322e2f;
}

/* Tarjetas de información destacadas */

.card.featured .card-img-top {
  transition: all 450ms ease;
}

.card.featured .card-body {
  padding: 30px 5px;
}

.card.featured .nav-link {
  padding: 0;
}

.card.featured .nav-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: solid 2px white;
  background-color: transparent;
  opacity: 0;
  transition: all 250ms ease;
  z-index: 2;
}

.card.featured .nav-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Raleway';
  font-weight: 900;
  letter-spacing: 2.2px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 5px black;
  text-transform: uppercase;
  transition: font-size 250ms ease;
}

.card.featured:hover .card-img-top {
  filter: grayscale(1) brightness(0.5);
}

.card.featured:hover .nav-link:after {
  transform: scale(0.75);
  opacity: 1;
}

.card.featured:hover .nav-link span {
  font-size: 1.25rem;
}


/* Barra de newletter */
.newsletter {
  position: relative;
  margin: 6.25rem 0rem;
  color: #fff;
  width: 100%;
  overflow: hidden;
}

.newsletter .barra-interior {
  padding: 10px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(191, 170, 118, 0.56);
}

.newsletter .submit-mobile {
  display: none;
}

.newsletter h1 {
  font-family: 'Raleway';
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 2.04px;
  line-height: 1;
  margin-bottom: 0;
}

.newsletter h1 strong {
  font-weight: 600;
}

.newsletter .btn-submit {
  width: 40px;
  background-image: url(/images/branding/newsletter-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
}

.newsletter .btn-submit-mobile {
  display: none;
  position: absolute;
  bottom: -45px;
  left: calc(50% - 45px);
  height: 90px;
  width: 90px;
  background-image: url(/images/branding/newsletter-arrow-mobile-white.svg);
  background-size: 86px;
  background-repeat: no-repeat;
  background-position: center center;
}

.newsletter .input-group .form-control {
  border-radius: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #707070;
  background-color: rgba(255, 255, 255, 0.89);
}

.newsletter .input-group input::placeholder {
  color: #585854;
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.96px;
}

.our-history {
  position: relative;
}

.our-history:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 450ms ease;
  z-index: 1;
}

.our-history img {
  width: 100%;
}

.our-history h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 20px 30px;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.our-history h1:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  border: solid 2px white;
  background-color: transparent;
  opacity: 0;
  transition: all 250ms ease;
  z-index: -1;
}

.our-history h1 a {
  font-size: 2.5rem;
  font-family: 'Raleway';
  font-weight: 600;
  letter-spacing: 5.4px;
  color: #ffffff;
}

.our-history h1 a:hover {
  text-decoration: none;
}

.our-history:hover h1:before {
  height: 100%;
  opacity: 1;
  background-color: black;
}

.our-history:hover:after {
  opacity: 1;
}

.partners {
  margin-top: 120px;
  margin-left: 20%;
  margin-right: 20%;
}

.partners h5 {
  color: #322e2f;
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 2.6px;
}

.partners hr {
  border-width: 2px 0 0;
  margin-bottom: 60px;
}

@media(min-width: 992px) {
  .newsletter img {
    width: 100%;
  }
}

@media(max-width: 767px) {
  .card.service .card-footer {
    padding: 20px 16px 50px 16px;
  }
  
  .newsletter {
    margin: 1rem 0;
  }
  
  .newsletter img {
    width: 100%;
  }

  .newsletter .barra-interior {
    padding: 20px;
  }

  .newsletter h1 {
    font-size: 1.5rem;
    padding: 0;
    margin-bottom: 10px;
  }

  .newsletter .input-group {
    margin-bottom: 48px;
  }

  .newsletter .btn-submit {
    display: none;
  }

  .newsletter .btn-submit-mobile {
    display: block;
  }
}
