.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
    bottom: 40% !important;
}

.marca {
  filter: grayscale(1);
  transition: 0.3s;
}

.marca:hover {
  filter: grayscale(0);
}

.bg-amarillo {
	background-color: #ffb400;
}

.text-amarillo {
	color: #ffb400;
}

.bg-naranja {
  background-color: #dc853d;
}

.text-naranja {
  color: #dc853d;
}

.bg-gris {
  background-color: #a6a8aa;
}

.text-gris {
  color: #a6a8aa;
}

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(90deg, #000 15%, rgb(0 0 0 / 45%) 35%, rgb(0 0 0 / 35%) 60%);
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('/themes/images/bg-video.jpg') black no-repeat center center scroll;
    background-size: cover;
  }
  header video {
    display: none;
  }
}

.circulo-icono {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: #184c85 solid 2px;
    color: #184c85;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
    border-color: white !important;
    background-color: #ffffff !important;
}

.servicios:hover .circulo-icono {
   background-color: #184c85 !important;
   color: #ffffff !important;
}

.card-img-overlay {
  background-color: #000000d9;
  transition:all 0.3s ease-in-out;
  opacity: 0;
}

.producto-titulo {
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.producto-descripcion {
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.card:hover .card-img-overlay {
  opacity: 1;
}

.card:hover .card-img-overlay .producto-titulo {
  opacity: 1;
}

.card:hover .card-img-overlay .producto-descripcion {
  opacity: 1;
}

.titulos {
  font-size: 2.5rem;
  font-weight: 300;
}

.titulos-inicio {
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 0px 0px 4px #000;
}

.titulos-chicos {
  font-size: 1.8rem;
  font-weight: 300;
}

.texto-grande {
  font-size: 1.2rem;
}

.texto-mas-grande {
  font-size: 1.4rem;
}

.servicios-inicio {
  background-color: #00000080;
  border: 3px solid #fff;
  font-weight: 300;
}

.servicios-inicio:hover {
  background-color: #184c8590;
}

.page-section {
    padding: 5rem 0;
}

.parallax-corte {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-titulo {
    font-weight: 600;
    font-size: 2.5rem;
    opacity: 1 !important;
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid white;
  border-width: 0px 0 2px 2px;
}

.slider-titulo {
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
}
.slider-subtitulo {
  font-size: 2.5rem;
  font-weight: 700;
}

@media (max-width: 580px){
  .carousel-caption {
      bottom: 35% !important;
  }
  .slider-titulo {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
  }
  .slider-subtitulo {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .page-section {
      padding: 3rem 0;
  }
}
