.bg-azul {
	background-color: #184c85;
}

.text-azul {
	color: #184c85;
}

.bg-celeste {
  background-color: #3e7bb6;
}

.text-celeste {
  color: #3e7bb6;
}

.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: -webkit-linear-gradient(90deg, #00000026 0%, #00000085 70%, #000000 98%);
    background-position: center;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.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: 0;
}

.card:hover .card-img-overlay .servicio-titulo {
  opacity: 0;
}

.card:hover{
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.titulos {
  font-size: 2rem;
  font-weight: 300;
}

.titulos-inicio {
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 0px 0px 4px #000;
}

.titulos-chicos {
  font-size: 1.6rem;
  font-weight: 300;
}

.texto-grande {
  font-size: 1rem;
}

.texto {
  font-size: 0.8rem;
}

.texto-mas-grande {
  font-size: 1.2rem;
}

.bold {
  font-weight: 500;
}

.servicios-inicio {
  background-color: #00000090;
  border: 3px solid #fff;
  font-weight: 400;
}

.servicios-inicio:hover {
  background-color: #184c85d4;
}

.page-section {
    padding: 8rem 0;
}

.parallax-corte {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.parallax-titulo {
    font-weight: 600;
    font-size: 2rem;
    opacity: 1 !important;
}

.g-recaptcha {
  transform: scale(1);
}

@media (max-width: 600px) {
  .parallax-titulo {
      font-weight: 600;
      font-size: 1.5rem;
      opacity: 1 !important;
  }
  .titulos {
    font-size: 1.5rem;
    font-weight: 300;
  }
  .g-recaptcha {
    transform: scale(0.9);
  }

  .titulos-inicio {
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: 0px 0px 4px #000;
  }
}
