/********** Template CSS **********/

.back-to-top {
  position: fixed;
  display: none;
  left: 15px;
  bottom: 15px;
  z-index: 99;
}

.fw-medium {
  font-weight: 500;
}

/*** Spinner ***/

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner img {
  width: 70px;
  height: auto;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/

.btn {
  transition: 0.5s;
  font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
  color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
  color: var(--bs-dark);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
  position: relative;
  padding: 0 0 10px 10px;
  z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
  font-size: 60px;
  line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  left: 0;
  bottom: 0;
  border-radius: 35px;
  transition: 0.5s;
  z-index: -1;
}

.icon-box-primary::before {
  background: var(--bs-dark);
}

.icon-box-light::before {
  background: var(--bs-white);
}

/*** Navbar ***/

.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.text-align-center {
  text-align: center;
}

.navbar .navbar-nav .nav-link {
  margin-right: 10px;
  padding: 20px 0;
  color: var(--bs-dark);
  font-size: 14px;
  font-weight: 500;
  outline: none;
  border-radius: 2rem;
  text-align: center;
  width: 120px;
  font-family: "Runboy";
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--bs-light);
  background-color: var(--bs-secondary);
  border-radius: 2rem;
  margin-right: 35px;
  text-align: center;
  width: 120px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link.active {
    margin-right: 0px;
  }
  .navbar .navbar-brand {
    padding: 0;
    height: auto;
    top: 5px;
    left: 0;
  }

  .navbar .navbar-brand .img-fluid {
    width: 40px;
  }

  .slogan img {
    padding: 0;
    width: 200px;
    height: auto;
    top: 5px;
    left: 0;
  }

  .sub-slogan {
    width: auto;
    text-transform: uppercase;
  }

  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px;
  }

  .navbar .navbar-nav {
    margin-top: 15px;
    border-top: 1px solid #eeeeee;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    height: auto;
    top: 5px;
    left: 0;
    overflow-y: auto;
  }

  .navbar .navbar-brand .img-fluid {
    width: 75px;
  }

  .slogan img {
    padding: 0;
    width: 200px !important;
    height: auto;
    top: 5px;
    left: 0;
  }

  .slogan {
    text-align: center;
  }

  .sub-slogan {
    width: auto;
    text-transform: uppercase;
  }

  .sticky-top {
    margin-top: -34px;
  }

  .navbar {
    height: auto;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/

.header-carousel-1 .owl-nav {
  position: absolute;
  width: 200px;
  height: 40px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.header-carousel-1 .owl-nav .owl-prev,
.header-carousel-1 .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel-1 .owl-nav .owl-prev:hover,
.header-carousel-1 .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.header-carousel-1 .owl-dots {
  position: absolute;
  height: 45px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-carousel-1 .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  transition: 0.5s;
}

.header-carousel-1 .owl-dot::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 4px;
  left: 4px;
  background: #ffffff;
  border-radius: 5px;
}

.effects {
  max-width: 100%;
  height: 86vh;
  object-fit: cover;
}

@media (max-width: 768px) {
  .effects {
    height: 40vh;
  }
}

.header-carousel-1 .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Header ***/

.logo-ext {
  text-align: center;
}

.navbar-ext img {
  padding: 0;
  width: auto;
  height: 60px;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container-about {
  height: calc(400px - -20rem);
}

.video-container-about video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#close-preview {
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
  font-size: 2rem;
  cursor: pointer;
  color: var(--light);
}


.display-4 , .display-3, .display-5, .display-6,
.read {
  z-index: 8;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-play {
  position: relative;
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 26px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: #ffffff;
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: #7e0a0a;
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: -1px;
  border-left: 16px solid var(--primary);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}


.bi-chevron-left,
.bi-chevron-right {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-prev {
  position: absolute;
  top: 0vh;
  bottom: 50vh;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding: 0;
  left: 0;
  color: var(--bs-primary);
  float: left;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.owl-next {
  position: absolute;
  top: 0vh;
  bottom: 50vh;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding: 0;
  color: var(--bs-primary);
  float: right;
  text-align: center;
  background: none;
  border: 0;
  right: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-caption h5 {
  font-family: "Fredoka-Light";
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  background-color: var(--bs-dark);
  border: 15px solid var(--bs-dark);
}

@media (max-width: 768px) {
  #header-carousel-1 .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel-1 .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sticky {
    margin-bottom: 5rem !important;
    margin-top: 1rem !important;
  }
}

.header-bg {
  position: relative;
  overflow: hidden;
}

.owl-carousel-item {
  object-fit: cover !important;
}

.page-header {
  background: linear-gradient(
      rgba(129, 7, 119, 0.219),
      rgba(175, 18, 91, 0.158)
    ),
    url(../img/banner-contact.jpg) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 18px;
  color: var(--bs-light);
}

.about-header {
  background: linear-gradient(rgba(26, 26, 26, 0.7), rgba(54, 54, 54, 0.479)),
    url(../img/principal-about-us.jpg) center center no-repeat;
  background-size: cover;
}

.about-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-light);
}

.about-header .breadcrumb-item,
.about-header .breadcrumb-item a {
  font-size: 18px;
  color: var(--bs-light);
}

/*** Products ***/

.product {
  background: linear-gradient(
      to bottom,
      rgba(39, 39, 39, 0.719),
      rgba(35, 35, 36, 0.781)
    ),
    url("../img/products/platos-especiales/platos-especiales.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 55px 0;
  text-align: center;
  position: relative;
}

.product .menu-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 800px;
  box-shadow: 1px 8px 29px -10px rgb(24, 24, 24);
  background-color: #191717de;
}

.container-fluid.product-1 {
  background: linear-gradient(
      to bottom,
      rgba(39, 39, 39, 0.719),
      rgba(35, 35, 36, 0.781)
    ),
    url("../img/products/platos-especiales/platos-especiales.jpg") center top no-repeat
      fixed;
  background-size: cover;
  padding: 55px 0;
  text-align: center;
  position: relative;
}

.container-fluid.product-2 {
  background: linear-gradient(
      to bottom,
      rgba(39, 39, 39, 0.719),
      rgba(35, 35, 36, 0.781)
    ),
    url("../img/products/picadas/picadas.jpg") center top no-repeat
      fixed;
  background-size: cover;
  padding: 55px 0;
  text-align: center;
  position: relative;
}

.container-fluid.product-3 {
  background: linear-gradient(
      to bottom,
      rgba(39, 39, 39, 0.719),
      rgba(35, 35, 36, 0.781)
    ),
    url("../img/products/porciones/arepa-boyacense.jpg") center top no-repeat
      fixed;
  background-size: cover;
  padding: 55px 0;
  text-align: center;
  position: relative;
}

.container-fluid.product-4 {
  background: linear-gradient(
      to bottom,
      rgba(39, 39, 39, 0.719),
      rgba(35, 35, 36, 0.781)
    ),
    url("../img/products/bebidas/bebidas.avif") center top no-repeat
      fixed;
  background-size: cover;
  padding: 55px 0;
  text-align: center;
  position: relative;
}

.product .container {
  position: relative;
  max-width: 900px;
  z-index: 9;
}

.product i {
  color: var(--bs-primary);
  font-style: italic;
}

.product .tab-content .tab-pane .oval-text {
  background: var(--bs-secondary);
  width: 500px;
  color: var(--dark);
  font-family: "Back-to-Black";
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1rem;
  border-radius: 2rem;
}

.product .testimonial-item {
  padding: 0 0 15px 0;
  text-align: left;
}

@media (max-width: 575.98px) {
  .product .testimonial-item {
    text-align: center;
  }
  .product .tab-content .tab-pane .oval-text {
    width: auto;
  }
}

.product .img,
.product .content {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product .product-item .product-img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  height: 385px;
}

.product .product-item .no-cover {
  object-fit: contain !important;
  height: 385px !important;
  background-color: #fff;
}

@media (max-width: 575.98px) {
  .nav-link {
    list-style-type: none;
    white-space: nowrap;
    width: 250px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .product .menu-scroll {
    overflow-y: hidden;
    overflow-x: auto;
    max-height: 100px;
  }
  .nav-pills {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .product .product-item .product-img {
    height: 350px;
  }
  .product .product-item .no-cover {
    height: 100%;
  }
}

.product .product-item .product-content {
  height: 100%;
  width: 100%;
  padding: 15px;
  background: #f2f2f2;
  border-radius: 6px;
}

.product .product-item h3 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: var(--bs-primary);
}

.product .product-item .product-content h4 {
  color: var(--bs-dark);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.product .product-item p {
  color: var(--bs-dark);
  font-weight: 400;
  margin: 0;
  padding-right: 15px;
}

.product .owl-nav,
.product .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.product .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bs-light);
}

.product .owl-dot.active {
  background: var(--bs-secondary);
}

.tab-desc {
  display: flex;
  align-items: center;
}

.product .nav .nav-link {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 60px !important;
  z-index: 300 !important;
  margin-bottom: 5rem;
  margin-top: 7rem;
}

.product .nav .nav-link h3 {
  color: var(--bs-light);
}

.product .nav .nav-link.back-image-1.active {
  background: linear-gradient(
      to bottom,
      rgba(40, 34, 56, 0.315),
      rgba(29, 24, 41, 0.658)
    ),
    url("../img/products/platos-especiales/platos-especiales.jpg") no-repeat;
  border: solid 4px var(--bs-light);
  background-size: cover;
  background-position: center;
}

.product .nav .nav-link.back-image-2.active {
  background: linear-gradient(
      to bottom,
      rgba(40, 34, 56, 0.315),
      rgba(29, 24, 41, 0.658)
    ),
    url("../img/products/picadas/picadas.jpg") no-repeat;
  border: solid 4px var(--bs-light);
  background-size: cover;
  background-position: center;
}

.product .nav .nav-link.back-image-3.active {
  background: linear-gradient(
      to bottom,
      rgba(40, 34, 56, 0.315),
      rgba(29, 24, 41, 0.658)
    ),
    url("../img/products/porciones/arepa-boyacense.jpg") no-repeat;
  border: solid 4px var(--bs-light);
  background-size: cover;
  background-position: center;
}

.product .nav .nav-link.back-image-4.active {
  background: linear-gradient(
      to bottom,
      rgba(16, 9, 36, 0.315),
      rgba(29, 24, 41, 0.658)
    ),
    url("../img/products/bebidas/bebidas.avif") no-repeat;
  border: solid 4px var(--bs-light);
  background-size: cover;
  background-position: center;
}


.product .nav .nav-link.back-image-1 {
  background: linear-gradient(
      to bottom,
      rgba(40, 34, 56, 0.315),
      rgba(29, 24, 41, 0.658)
    ),
    url("../img/products/platos-especiales/platos-especiales.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.product .nav .nav-link.back-image-2 {
  background: linear-gradient(
      to bottom,
      rgba(40, 34, 56, 0.315),
      rgba(29, 24, 41, 0.658)
    ),
    url("../img/products/picadas/picadas.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.product .nav .nav-link.back-image-3 {
  background: linear-gradient(
      to bottom,
      rgba(40, 34, 56, 0.315),
      rgba(29, 24, 41, 0.658)
    ),
    url("../img/products/porciones/arepa-boyacense.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.product .nav .nav-link.back-image-4 {
  background: linear-gradient(
      to bottom,
      rgba(16, 9, 36, 0.315),
      rgba(29, 24, 41, 0.658)
    ),
    url("../img/products/bebidas/bebidas.avif") no-repeat;
  background-size: cover;
  background-position: center;
}

/*** Features ***/

.feature {
  background: url(../img/feature.jpg) left center no-repeat;
  background-size: cover;
}
.about-us {
  background: url(../img/banner-about-us.jpg) left center no-repeat;
  background-size: cover;
}

.bg-text-form {
  background: linear-gradient(rgb(244 182 155 / 64%), rgb(244 182 155 / 73%)),
    url(../img/text-form.png) left center no-repeat;
  background-size: cover;
}

.feature-row {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.feature-item {
  border-color: rgba(0, 0, 0, 0.03) !important;
}

.experience .progress {
  height: 5px;
}

.experience .progress .progress-bar {
  width: 0px;
  transition: 3s;
}

.experience .nav-pills .nav-link {
  color: var(--dark);
}

.experience .nav-pills .nav-link.active {
  color: #ffffff;
}

.experience .tab-content hr {
  width: 30px;
}

/*** About ***/

.about-fact {
  width: 220px;
  height: 220px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
  .about-fact.mt-n130 {
    margin-top: -130px;
  }
}

.btn-play {
  position: relative;
  display: block;
  box-sizing: content-box;
  width: 36px;
  height: 46px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: var(--bs-primary);
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: var(--bs-primary);
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: var(--bs-dark);
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: 3px;
  border-left: 30px solid #ffffff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

.modal-video .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 0px auto 0 auto;
}

.modal-video .modal-body {
  position: relative;
  padding: 0px;
}

.owl-carousel .owl-item img {
  background-color: black;
}

.modal-video .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

/*** Service ***/

.packages-item .docs {
  width: 600px !important;
  height: 600px !important;
  border-radius: 5rem;
  object-fit: cover;
}

.item-links .col-lg-4 {
  display: flex;
  align-items: center;
  padding: 1rem;
  text-align: left;
}

.item-links a {
  width: 40px;
  height: 40px;
}

.container-service {
  position: relative;
}

.twentytwenty-wrapper {
  height: 100%;
}

.container-service::before {
  position: absolute;
  content: "";
  background: var(--bs-light);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
  z-index: -1;
}

.service-item {
  position: relative;
  height: 100%;
  padding: 45px 30px;
  background: #3332327c;
  margin-left: 1rem;
  margin-right: 1rem;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
}

.service-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  background: #af1f24e5;
}

.service-item:hover::before {
  height: 100%;
  top: 0;
}

.service-item * {
  position: relative;
  transition: 0.5s;
  color: var(--bs-light);
  z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
  color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
  background: var(--bs-white);
}

.service-item:hover .icon-box-primary i {
  color: var(--bs-white) !important;
}

/*** Packages Start ***/
.packages-item .packages-img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 1;
}

.packages-item .packages-img .packages-info {
  background: rgba(0, 0, 0, 0.3);
}

.packages-item .packages-img .packages-info small,
.packages-item .packages-img .packages-info small i {
  color: var(--bs-white);
  transition: 0.5s;
}

.packages-item .packages-img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0px solid;
  border-radius: 10px !important;
  visibility: hidden;
  transition: 0.7s;
  z-index: 3;
}

.packages-item .packages-img:hover.packages-img::after {
  width: 100%;
  height: 100%;
  border: 300px solid;
  border-color: rgba(244, 182, 155, 0.479) rgba(211, 152, 127, 0.363)
    rgba(223, 163, 137, 0.466) rgba(229, 176, 153, 0.548);
  visibility: visible;
}
#e58885a8 .packages-item .packages-img small,
.packages-item .packages-img small i {
  transition: 0.5s;
}

.packages-item .packages-img:hover small,
.packages-item .packages-img:hover small i {
  color: var(--bs-white) !important;
}

.rounded-bottom {
  display: flex;
  justify-content: center;
}

.rounded-top {
  object-fit: cover;
  height: 300px;
  object-position: center;
}

.packages-item .packages-img img {
  transition: 0.5s;
}

.packages-item .packages-img:hover img {
  transform: scale(1.3);
}

.packages-item .packages-img .packages-price {
  position: absolute;
  width: 250px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: #e58885a8;
  color: var(--bs-white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 5;
}

.packages-content p {
  height: auto;
  overflow-y: auto;
}

.bg-dentalsoft {
  background-image: url("../img/bg1.png");
  border: dashed 5px var(--bs-primary);
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7); /* Color de fondo con opacidad */
  padding: 10px;
  border-radius: 5px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--bs-dark);
}

.packages-content h5 {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .packages-content p {
    height: auto;
  }
}

.tab-class .nav-item {
  padding: 0 0 20px 0;
}

.tab-class .nav-item a.active {
  background: var(--bs-primary) !important;
}

.tab-class .nav-item a.active span {
  color: var(--bs-dark) !important;
}

/*** Packages End ***/

/*** Team ***/

.container-team {
  position: relative;
}

.container-team::before {
  position: absolute;
  content: "";
  background: var(--bs-light);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
  z-index: -1;
}

.team-item {
  background: var(--bs-white);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
}

.team-item .team-social {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  transition: 0.5s;
  background: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-item:hover .team-social {
  width: 100%;
  left: 0;
}

.team-item .team-social .btn {
  opacity: 0;
  transition: 0.5s;
}

.team-item:hover .team-social .btn {
  opacity: 1;
}

/*** Testimonial ***/

.testimonial {
  background: linear-gradient(rgba(29, 29, 29, 0.64), rgba(27, 27, 27, 0.73), rgba(192, 10, 10, 0.73)),
    url(../img/banner-reviews.jpg) left center no-repeat;
  background-size: cover;
}

.testimonial-item img {
  width: auto;
  height: 320px !important;
  border-radius: 5rem;
  object-fit: cover;
  object-position: center;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin-left: 15px;
  color: var(--bs-primary);
  font-size: 30px;
  line-height: 0;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--bs-dark);
}

/*** Contact ***/

@media (min-width: 992px) {
  .contact-info::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    left: 50%;
    border-left: 1px dashed rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 991.98px) {
  .img-form-complete {
    width: 100%;
    height: auto;
  }
  .contact-info::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0px;
    top: 50%;
    left: 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
  }
  .packages-content .p-4 {
    height: auto;
  }

}

/*** Footer ***/

.footer {
  background: linear-gradient(rgba(31, 31, 31, 0.788), rgba(20, 20, 20, 0.73)),
    url(../img/card-3.jpg) center center no-repeat;
  background-size: cover;
}

.footer-info {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  align-items: center;
}

.footer .navbar-brand img {
  padding: 0;
  width: 75px;
  height: auto;
  top: 5px;
  left: 0;
}

@media (min-width: 992px) {
  .footer::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    left: 50%;
    border-left: 1px dashed rgba(255, 255, 255, 0.2);
  }
}

.footer .btn.btn-link {
  display: block;
  text-align: center !important;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  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: var(--bs-white) !important;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--bs-white) !important;
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

.copyright a {
  color: var(--bs-secondary);
}

.copyright a:hover {
  color: var(--bs-light) !important;
}

/* WHATSAPP BUTTON */

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 8;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  margin: 0px;
}

@media (max-width: 360px) {
  .nav-bottom {
    width: 320px;
  }
}

.whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  z-index: 8;
  transition: 0.3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.circle-anime {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #77bb4a;
  animation: pulse 1.2s 4s ease 4;
}

.popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 10px;
  bottom: 85px;
  right: 6px;
  transition: 0.5s;
  border-radius: 10px;
  background-color: #fff;
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  animation: slideInRight 0.6s 0s both;
}

.popup-whatsapp > div {
  margin: 5px;
}

.about-us-cards {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: var(--tertiary);
  padding: 12px 32px;
  border-radius: 2rem;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

/* MODAL */

.img-modal {
  height: 3rem;
}

.modal-footer {
  justify-content: space-around;
}

.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-content {
  border-radius: 2rem !important;
}

.modal-body {
  height: auto;
  max-height: 100vh;
  overflow-y: auto;
}

.modal-body.form {
  height: 70vh;
}

/* FORM */

.modal input {
  position: relative;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 1.125em 0 6px 6px;
  font-size: 1.25em;
  margin: 0px 0px 9px 0px;
  border: 1px solid #dddddd;
  color: #444;
}

.modal input {
  z-index: 99;
  width: 100%;
  background-color: var(--white) !important;
}

.modal textarea {
  width: 100%;
  height: 6em;
}

.modal label {
  z-index: 100;
  top: 1.2em;
  left: 0.375em;
  height: 1.1111em;
  padding: 0 0.375em;
  transition: 0.3s all ease-in-out;
  color: var(--palet-1);
}

.options {
  display: flex;
}

.options .option {
  width: 20px;
}

.options label {
  height: auto;
}

.label-separe {
  top: 0 !important;
  opacity: initial;
}

.options input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.options label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.thumbnail {
  position: sticky;
  display: inline-block;
  width: 6em;
  height: 6em !important;
  border-radius: 0.6em;
  border: 0.25em solid white;
  vertical-align: middle;
  box-shadow: 0 0.15em 0.35em 0.1em rgba(0, 0, 0, 0.2);
  margin: 0.5em;
  background-position: center;
  background-size: cover;
}

.imagepicker input {
  display: none;
}

.imagepicker {
  cursor: pointer;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}

.imagepicker:before {
  content: "+";
  position: absolute;
  font-size: 3em;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.imagepicker.picked:before {
  z-index: -1;
}

.options label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #888;
  background-color: #fff;
}

.options input[type="checkbox"]:checked + label:before {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.options input[type="checkbox"]:checked + label:after {
  content: "\2713";
  font-size: 16px;
  position: absolute;
  top: 1px;
  left: 4px;
  color: #fff;
}

.form-floating > .form-control:focus ~ .label-separe,
.form-floating > .form-control:not(:placeholder-shown) ~ .label-separe,
.form-floating > .form-select ~ .label-separe {
  top: -10px;
  color: var(--bs-gray);
  background-color: #fff !important;
  opacity: initial;
}

.modal input,
.modal textarea,
.modal select {
  border: dashed 2px var(--bs-primary);
}

.modal input:focus ~ label {
  z-index: 9999;
}

.modal input:focus {
  box-shadow: 0 0 5px var(--bs-primary);
  border: dashed 2px var(--bs-primary);
}

@media (max-width: 680px) {
  .popup-whatsapp p {
    font-size: 0.9em;
  }
}

.popup-whatsapp > .content-whatsapp.-top {
  display: flex;
  flex-direction: column;
}

.popup-whatsapp > .content-whatsapp.-top p {
  color: #585858;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1em;
}

.popup-whatsapp > .content-whatsapp.-bottom {
  display: flex;
  flex-direction: row;
}

.closePopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 0px 0px 15px 0px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #f76060;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.closePopup:hover {
  background-color: #f71d1d;
  transition: 0.3s;
}

.send-msPopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0px 0px 0px 5px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.send-msPopup:hover {
  background-color: #f8f8f8;
  transition: 0.3s;
}

.is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight 0.6s 0s both;
}

input.whats-input[type="text"] {
  width: 250px;
  height: 40px;
  box-sizing: border-box;
  border: 0px solid #fff;
  border-radius: 20px;
  font-size: 1em;
  background-color: #fff;
  padding: 0px 0px 0px 10px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  outline: none;
  transition: 0.3s;
}

@media (max-width: 420px) {
  input.whats-input[type="text"] {
    width: 225px;
  }
}

input.whats-input::placeholder {
  color: rgba(68, 68, 68, 0.705);
  opacity: 1;
}

input.whats-input[type="text"]:focus {
  background-color: #f8f8f8;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  transition: 0.3s;
}

.icon-whatsapp-small {
  width: 24px;
  height: 24px;
}

.icon-whatsapp {
  width: 45px;
  height: 45px;
}

.icon-font-color {
  color: #fff;
}

.icon-font-color--black {
  color: #333;
}

/* END WHATSAPP */

#message-warning,
#message-success {
  display: none;
  padding: 3rem;
  margin-bottom: 3.6rem;
  width: 100%;
}

.form-complete {
  padding: 3rem;
  margin-bottom: 3.6rem;
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: auto;
}

.text-form {
  color: var(--bs-dark);
}

.text-list {
  color: var(--bs-primary);
}

#contactForm {
  padding: 2rem;
}

#message-warning {
  color: var(--dark);
}

#message-success {
  color: var(--bs-primary);
}

.img-form-complete {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

#message-warning i,
#message-success i {
  margin-right: 10px;
}

.form-floating label {
  font-weight: bold;
  color: var(--bs-dark);
}

/* form loader */

#submit-loader {
  display: none;
  position: relative;
  left: 0;
  top: 1.8rem;
  width: 100%;
  text-align: center;
  margin-bottom: 4.2rem;
}

#submit-loader .text-loader {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  color: var(--primary);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
  display: none;
}

.oldie #submit-loader .text-loader {
  display: block;
}

/*** Animal ***/
.photo-item {
  position: relative;
  display: block;
}

.photo-item .photo-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #faccb981;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 100px !important;
  opacity: 0;
  transition: 0.5s;
}
.photo-item img {
  height: 400px;
}

.photo-item:hover .photo-text {
  opacity: 1;
  padding-bottom: 20px !important;
}

#message-warning,
#message-success {
    display: none;
    padding: 3rem;
    margin-bottom: 3.6rem;
    width: 100%;
}

#message-warning {
    color: var(--dark);
}

#message-success {
    color: #f9a828;
}

#message-warning i,
#message-success i {
    margin-right: 10px;
}

.form-floating label {
    font-weight: bold;
}


/* form loader */

#submit-loader {
    display: none;
    position: relative;
    left: 0;
    top: 1.8rem;
    width: 100%;
    text-align: center;
    margin-bottom: 4.2rem;
}

#submit-loader .text-loader {
    display: none;
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.4rem;
    color: var(--primary);
    letter-spacing: .2rem;
    text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
    display: none;
}

.oldie #submit-loader .text-loader {
    display: block;
}