:root {
  --primary: #32c6b4;
  --secondary: #36d9c6;
  --light: #f7fcfc;
  --dark: #15233c;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
.btn {
  transition: 0.5s;
}
.btn.btn-primary {
  color: #fff;
}
.btn.btn-primary:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}
.btn-square {
  width: 38px;
  height: 38px;
}
.btn-sm-square {
  width: 32px;
  height: 32px;
}
.btn-lg-square {
  width: 48px;
  height: 48px;
}
.btn-lg-square,
.btn-sm-square,
.btn-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}
.navbar .navbar-brand img {
  max-height: 60px;
}
.navbar .navbar-nav .nav-link {
  margin-left: 25px;
  padding: 10px 0;
  color: #696e77;
  font-weight: 500;
  outline: 0;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
  color: var(--primary);
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand img {
    max-height: 45px;
  }
  .navbar .navbar-nav {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: start;
  z-index: 1;
}
@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }
  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.service-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}
.service-item .service-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-item .service-icon img {
  max-width: 60px;
  max-height: 60px;
}
.service-item a.btn {
  color: var(--primary);
}
.service-item a.btn:hover {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
}
.appointment {
  background: linear-gradient(rgba(84, 115, 127, 0.9), rgba(84, 115, 127, 0.9)),
    url(http://axcan.carlospadron.dev/img/contact.jpg) center center no-repeat;
  background-size: cover;
}
.social-media-page {
  color: white;
  width: 140px;
  cursor: pointer;
}
.social-media-page:hover {
  color: var(--primary);
}
.footer {
  color: #a7a8b4;
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #a7a8b4;
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.3s;
}
.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a7a8b4;
  margin-right: 10px;
}
.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}
.footer .btn.btn-square {
  color: #a7a8b4;
  border: 1px solid#a7a8b4;
}
.footer .btn.btn-square:hover {
  color: var(--secondary);
  border-color: var(--light);
}
.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}
.footer .copyright a {
  color: var(--secondary);
}
.footer .copyright a:hover {
  color: #fff;
}

.seo-pagetitle {
  /* clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(0px 0px 99.9% 99.9%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; */

  font-size: 1px;
}
