/* Move down content because we have a fixed navbar that is 3.5rem tall */


/* Navbar */

.navbar-toggler-icon {
  width: 1.2em;
  height: 1.2em;
}

/* Carousel */
.carousel-control-prev, .carousel-control-next {
  width: 5%;
}

.carousel-caption {
  right: 7%;
  left: 7%;
}

/* Blocks */
.text-justify {
  text-align: justify !important;
}

/* Servicios */
.sticky-sub-top {
  position: sticky;
  top: 11%;
  z-index: 1020;
}

.servicios-window {
  position: relative;
}

/* .scrollspy-servicios {
  height: 200px;
  overflow: auto;
} */

/* Modal */
.fafa {
	font-size: 2rem;
}

/* Footer */

.display-6 {
  font-size: 2rem;
}


/* Responsive */

@media only screen and (max-width: 600px) {
  body {
    font-size: small;
  }

  a.btn {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
  }

  .h4 {
    font-size: 1.275rem;
  }
}