﻿.bg-overlay-theme-black-60:before {
  background: rgba(7, 28, 31, 0.1);
}

.sticky-active {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
}

.seccion-llamada-accion1 {
  color: white;
}

.seccion-llamada-accion1 p {
  color: white;
  font-size: 20px;
}

.seccion-llamada-accion1 h2 {
  color: white;
  font-size: 45px;
}

.btn-llamada-accion1 {
  padding: 25px;
  font-size: 21px;
}

.btn-block {
  width: 100%;
}

.espaciador-menu {
  height: 100px;
  background-color: #808080;
}

@media (max-width: 767px) {
  .espaciador-menu {
    height: 190px;
  }
}
.div-val {
  margin-top: -5px;
  margin-bottom: 5px;
}

span.field-validation-error span {
  color: red;
}

.section-padding {
  padding: 50px 0;
}

input[type=number] {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--border-color-9);
  height: 65px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  width: 100%;
  margin-bottom: 30px;
  border-radius: 0;
  padding-right: 40px;
}

.aviso {
  text-align: right;
  position: absolute;
  top: -20px;
  right: 10px;
  color: white;
  font-size: 12px;
  height: 20px;
  z-index: 9999;
}
