/* #f7a515 */
/* #c57810 */
/* #5d5d5d */

body {
  font-family: "Lato", sans-serif;
}

#hook {
  padding-top: 15%;
  padding-bottom: 15%;
  text-shadow: 0px 0px 3px #5d5d5d;
}

@media (min-width: 992px) {
  #hook {
    padding-top: 16%;
    padding-bottom: 0;
  }
}

h1 {
  font-size: 1.75rem !important;
}

h5 {
  font-size: 1rem !important;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem !important;
  }
  h5 {
    font-size: 1.15rem !important;
  }
}

@media (min-width: 1200px) {
  h5 {
    font-size: 1.3rem !important;
  }
}

.whatsapp {
  z-index: 999;
  position: fixed;
  right: 50%;
  bottom: 1.5rem;
  height: 4rem;
  width: 16rem;
  overflow: hidden;
  transform: translateX(50%);
  border-radius: 2rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.whatsapp-logo {
  display: block;
  position: absolute;
  height: 4rem;
  width: 25%;
  right: 0;
  z-index: 999;
}

.whatsapp-chat {
  display: block;
  position: absolute;
  height: 4rem;
  width: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99;
  overflow: hidden;
}

@media (min-width: 992px) {
  .whatsapp {
    right: 3rem;
    bottom: 3rem;
    transform: translateX(0);
  }
  .w-lg-75 {
    width: 75% !important;
  }
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#inicio {
  background-image: url("../images/home3.jpg");
  background-image: image-set(url("../images/home3.webp") type("image/webp"), url("../images/home3.jpg") type("image/jpeg"));
  background-position: bottom center;
}

#divider {
  height: 300px;
  background-image: url("../images/contacto.jpg");
  background-image: image-set(url("../images/contacto.webp") type("image/webp"), url("../images/contacto.jpg") type("image/jpeg"));
  background-position: bottom;
  /* background-attachment: fixed; */
}

@media (max-width: 768px) {
  #inicio {
    background-position: 40% center;
  }
}

.section-title {
  padding-left: 0.5em;
  border-left: 8px solid;
}

.bg-darker {
  background-color: #171717;
}

.rounded-landscape {
  display: block;
  position: relative;
  width: 50vh;
  height: 50vh;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
}

.rounded-landscape img {
  height: 100%;
  width: auto;
  margin-left: -10%;
}

.burbujas {
  position: absolute;
  width: 130%;
  height: 130%;
  top: -15%;
  left: -15%;
}

.service-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1;
}

.service-head img {
  border-radius: 0.25rem 0.25rem 0 0;
}

.bg-dark-50 {
  background-color: rgba(0, 0, 0, 0.5);
  background: linear-gradient(rgba(0, 0, 0, 0%), rgba(0, 0, 0, 0.8) 70%);
}

.carousel-control-prev {
  left: -18% !important;
  opacity: 1;
}

.carousel-control-next {
  right: -18% !important;
  opacity: 1;
}

@media (min-width: 992px) {
  .carousel-control-prev {
    left: -16% !important;
  }

  .carousel-control-next {
    right: -16% !important;
  }
}

#contacto {
  min-height: 35vh;
}

#gotop {
  position: fixed;
  right: 3rem;
  bottom: 0;
}

.wait {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Reserve the existing closed header height before JavaScript initializes. */
body { margin-top: 146px; }
section.fullheight { min-height: calc(100vh - 146px); }
.whatsapp, #gotop { display: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .carousel-item, .collapsing { transition: none !important; }
  .spinner > div { animation: none !important; }
}
