@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  font-family: "Questrial", sans-serif;
}

.topbar-widget.tb-social a i {
  color: #fff !important;
}

.dev9-green {
  color: #00a65a !important;
}

.topbar-widget {
  color: #fff;
}

a.btn-border.btn-invert,
.small-border,
.icon-box {
  border-color: #b2b2b2;
}

.text-light .card {
  background: unset;
}

.social-icons i:hover {
  color: #000;
}

#topbar {
  background: #050d32;
}

header.header-light #mainmenu a span,
header.scroll-light #mainmenu a span,
#subheader h1 {
  border-color: #b2b2b2;
}

header.transparent {
  background: #fff;
}
header.transparent #mainmenu a {
  color: #000;
}

address.s1 span {
  color: #000;
}
address.s1 span i {
  color: #000;
}

footer address span a {
  color: #000;
}

.subfooter {
  color: #000;
}
.subfooter a {
  color: #000;
}

header .logo,
header .logo-2 {
  width: 100px;
}

#mainmenu li a {
  cursor: pointer;
}

#bozok h2,
#bozok p,
#bozok h3,
#bozok span {
  color: #000;
}
#bozok .small-border,
#bozok h5 {
  color: #b2b2b2;
  border-color: #b2b2b2;
}

.owl-carousel .owl-item img {
  width: 150px;
  margin: 0 auto;
}

footer .logo-footer {
  width: 200px;
}

address span.socials i {
  margin-left: 15px;
}

.slider-section {
  position: relative;
  padding-bottom: 0;
}

.slider {
  max-height: 700px;
  overflow: hidden;
}
.slider img {
  width: 100%;
}
.slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.slider-cite {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
}
.slider-cite h1 {
  font-style: italic;
  width: 70vw;
  position: relative;
  z-index: 1;
}

.nosotros::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 13, 50, 0.5);
}

.divider {
  border-top: 1px solid #b2b2b2;
  margin: 60px 0;
}

.service-icon {
  padding: 0 1.25rem;
}
.service-icon .fas {
  font-size: 2.5rem;
}
.service-icon .icofont {
  font-size: 3rem;
}

.owl-item.active div blockquote {
  background-color: rgba(248, 248, 248, 0.7);
}

/* ---- whatsapp ----*/
@keyframes whatsapp_animation {
  0% {
    opacity: 0;
    right: 0;
    bottom: 70px;
  }
  100% {
    opacity: 1;
    right: 10px;
    bottom: 70px;
  }
}
@keyframes whatsapp_rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.w-flotante {
  opacity: 0;
  background-color: green;
  width: 4rem;
  height: 4rem;
  position: fixed;
  bottom: 50px;
  right: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation-name: whatsapp_animation;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.w-flotante:hover {
  background-color: #2879ff;
}
.w-flotante .whatsapp {
  color: white;
  font-size: 2.5rem;
  animation-name: whatsapp_rotation;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.mobile {
  display: none;
}

.topbar-widget {
  display: flex;
  align-items: center;
  i {
    margin-top: unset;
    margin-right: unset;
  }
}

@media (max-width: 993px) {
  header .logo,
  header .logo-2 {
    width: 80px;
  }
  .header-mobile-2 {
    position: relative;
  }
  .header-mobile-2 .de-flex {
    padding-top: 0;
  }
  .slider-section {
    padding: 0;
  }
  .slider::after {
    top: -10px;
  }
  .slider-cite h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .p-title {
    line-height: 1.2;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .slider-cite h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
  h2 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  footer .logo-footer {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .slider-cite h1 {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
  section {
    padding: 50px 0;
  }
  .spacer-single {
    display: none;
  }
  #subheader {
    padding: 30px 0;
  }
  #subheader h1 {
    font-size: 1.2rem;
  }
}
