@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeueLTStd-Roman.otf") format("opentype");
}

@font-face {
  font-family: Barlow;
  src: url("../fonts/BarlowCondensed-Bold.ttf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: Barlow;
  src: url("../fonts/BarlowCondensed-Light.ttf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: Barlow;
  src: url("../fonts/BarlowCondensed-Medium.ttf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: Barlow;
  src: url("../fonts/BarlowCondensed-Regular.ttf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: Barlow;
  src: url("../fonts/BarlowCondensed-SemiBold.ttf") format("opentype");
  font-weight: 600;
}

main {
  max-width: 1700px;
  margin: auto;
}

body,
header {
  font-family: "Barlow", sans-serif;
}

.navbar-brand img {
  width: 160px;
}

img.stay {
  max-width: 300px;
}

.text-shadow {
  text-shadow: 1px 1px 4px #3a3a3a;
}

.text-shadow-title {
  text-shadow: 3px 2px 1px rgba(29, 29, 29, 0.361);
}
.text-shadow-title-dark {
  text-shadow: 3px 2px 1px rgba(0, 0, 0, 0.589);
}

.form-control.rounded-0 {
  background-color: transparent !important;
  border: 0px;
  border-bottom: 1px solid #fff;
  color: white;
  font-size: 18px;
}

.boton-flotante {
  z-index: 9;
  position: fixed;
  bottom: 130px;
  right: 15px;
}

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

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

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  margin-right: 8px;
  margin-left: 8px;
  text-indent: 0px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.tipo p {
  border: 1px solid #808080;
  padding: 0px 15px;
  margin-bottom: 0px;
}

.active.tipo p {
  background: #0288ad;
  color: #fff;
  border-color: #0099c4;
}

.table-sm td,
.table-sm th {
  padding: 0.1rem;
}

.bg-gradient {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 25%,
    rgba(224, 224, 224, 1) 25%
  );
}

.bg-gradient-carousel {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 67%,
    rgba(224, 224, 224, 1) 67%
  );
}

.layer {
  width: 200px;
  height: 200px;
  z-index: 1;
}

.layer h3 {
  margin-bottom: -55px;
  position: absolute;
  font-size: 4rem;
  text-transform: uppercase;
  bottom: 0;
  left: 0;
  margin-left: -70px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

footer {
  background-color: #26b1df;
  /* background: url('../img/footer.jpg'), #048dba;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
}

.boton-floating {
  z-index: 9;
  position: fixed;
  bottom: 160px;
  right: 15px;
}

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

.tparrows.uranus:before {
  font-size: 20px;
  color: #008dbb;
}
.tparrows.uranus {
  cursor: pointer;
  background: #ffffffde;
}
.tparrows.uranus:hover {
  background: #008dbb;
}
.tparrows.uranus:hover:before {
  color: #fff;
}
@media (max-width: 1200px) {
  .layer h3 {
    margin-bottom: -10px;
    font-size: 3.2rem;
    margin-left: -60px;
  }
}

@media (max-width: 992px) {
  img.stay {
    max-width: 240px;
  }
}

@media (max-width: 767.9px) {
  img.stay {
    max-width: 180px;
  }

  .navbar-brand img {
    width: 120px;
  }

  .g-left-minus-40 {
    left: 0px !important;
  }

  .g-right-minus-40 {
    right: 0px !important;
  }
}

@media (max-width: 600px) {
  .boton-flotante {
    bottom: 70px;
  }

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

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

  .navbar-brand img {
    width: 115px;
  }
}

@media (min-width: 600px) {
  .boton-floating {
    right: 35px;
  }

  .boton-floating img {
    width: 60px;
  }

}
@media (max-width: 575px) {
  .layer h3 {
    margin-left: -52px;
  }
  .bg-gradient-carousel {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 80%,
      rgba(224, 224, 224, 1) 80%
    );
  }
  .tparrows {
    width: 25px !important;
    height: 25px !important;
  }
  .tparrows:before {
    line-height: 25px !important;
  }
}
