@font-face {
  font-family: "NettoOT";
  src: url("../fonts/NettoOT-Light.otf"), format("opentype");
}

@font-face {
  font-family: "NettoOT";
  src: url("../fonts/NettoOT.otf"), format("opentype");
}
main,
#js-header {
  max-width: 1700px;
  margin: auto !important;
}
body {
  font-family: "NettoOt", sans-serif;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0rem 0rem;
}

footer {
  background-color: #30261c;
}

.contacto {
  letter-spacing: 15px;
}

.entorno {
  letter-spacing: 20px;
}

.form-control-md {
  border: 0px;
  background-color: transparent;
  border-bottom: 1px solid black;
}

.bg-contact {
  background-image: url(../img/bg-contact.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0;
}

address p,
footer a {
  color: #99928f;
}

.form-control:focus {
  background-color: transparent;
}

.u-icon-v3 {
  width: 5rem;
  height: 5rem;
}

.boton-flotante {
  z-index: 0;
  position: fixed;
  bottom: 140px;
  right: 20px;
  filter: drop-shadow(1px 1px 2px rgb(158, 158, 158));
  -webkit-filter: drop-shadow(1px 1px 2px rgb(158, 158, 158));
}

.boton-flotante-2 {
  z-index: 0;
  position: fixed;
  bottom: 90px;
  right: 20px;
  filter: drop-shadow(1px 1px 2px rgb(158, 158, 158));
  -webkit-filter: drop-shadow(1px 1px 2px rgb(158, 158, 158));
}

.boton-flotante img {
  width: 60px;
  height: auto;
  transition: all 0.3s;
}

.boton-flotante-2 img {
  width: 60px;
  height: auto;
  transition: all 0.3s;
}

.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}

.carousel-indicators {
  position: relative;
  right: 0;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  list-style: none;
}

.carousel-indicators li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  text-indent: 0px;
  margin: 0px;
}

.tipo {
  font-size: 18px;
  padding: 10px;
}

.tipo p {
  border: 1px solid rgb(128, 128, 128);
  padding: 10px;
  margin-bottom: 0px;
}

.u-bg-overlay::before,
.u-bg-overlay::after {
  transition-duration: 0.3s;
  /* border: 2px solid #f2f1ef; */
}
.fancybox-slide .promo {
  padding: 0px !important;
}
.bg-piedra-derecha {
  background-image: url(../img/gracias/piedras.jpg);
  background-repeat: no-repeat;
  padding-right: 50px;
  background-position: right;
}
.bg-piedra-izquierda {
  background-image: url(../img/gracias/piedras.jpg);
  background-repeat: no-repeat;
  padding-left: 50px;
  background-position: left;
}
.img-border-1 {
  border-right: 10px solid #404040;
  border-bottom: 10px solid #404040;
}
.img-border-2 {
  border-left: 10px solid #404040;
}
@media (min-width: 992px) {
  .contacto {
    letter-spacing: 45px;
  }

  .entorno {
    letter-spacing: 45px;
  }
}

@media (min-width: 575px) {
  .gradient {
    background: #000;
    background: linear-gradient(90deg, #98928e 8%, #000 8%);
  }

  .boton-flotante {
    right: 15px;
  }

  .boton-flotante img {
    width: 70px;
  }

  .boton-flotante:hover img {
    width: 80px;
  }

  .boton-flotante-2 {
    right: 15px;
  }

  .boton-flotante-2 img {
    width: 70px;
  }

  .boton-flotante-2:hover img {
    width: 80px;
  }

  .mr-7p {
    margin-left: 7% !important;
  }
}

@media (max-width: 575px) {
  .tipo {
    font-size: 16px;
    padding: 5px;
  }
}

.modal-open {
  padding-right: 0px !important;
}

.g-absolute-centered--top {
  position: absolute !important;
  top: 5% !important;
  right: 1% !important;
  backface-visibility: hidden;
}

.box-vendido {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  border-radius: 0 20px 0 0;
  padding: 20px 30px;
  line-height: 1.2;
}
