@media (max-width: 1199px) {
  :root {
    --bs-border-radius-xxl: 1rem;
  }
}
html,
body {
  overflow-x: hidden;
}

body {
  font-optical-sizing: auto;
  position: relative;
}

.font-secondary {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.font-extra {
  font-family: "universal_doomsday", sans-serif;
  font-style: normal;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.border-radius-xl {
  border-radius: 1rem;
}

.border-radius-xxl {
  border-radius: 2.25rem;
}

.container-limited {
  max-width: 1020px;
}

.container-lg {
  max-width: 1200px !important;
}

nav.navbar .corte {
  display: inline-block;
  height: 25px;
  margin-right: 15px;
  width: 5px;
  border-radius: 5px;
  background-color: #e9c965;
}
nav.navbar a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: white !important;
}

.btn-whatsapp {
  background-color: #00b147;
  padding: 5px;
  border-radius: 15px;
}
.btn-whatsapp:hover, .btn-whatsapp:focus {
  background-color: #00b147;
}
.btn-whatsapp > .rounded {
  border-radius: 15px;
}

.with-next {
  transition: all ease-out 150ms;
  transform: scale(1);
  padding-right: 6px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.with-next > span {
  transition: all ease-out 150ms;
  display: inline-flex;
  background-color: #e5bab8;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  line-height: 0;
  margin-left: 5px;
  border-radius: 15px;
  color: #77787b;
  font-weight: bold;
}
.with-next > span.bg-white {
  background-color: #f4f4f4 !important;
}
.with-next:hover, .with-next:focus {
  transform: scale(1.05);
}
.with-next:hover > span, .with-next:focus > span {
  margin-left: 15px;
}

@media (min-width: 1200px) {
  .btn-whatsapp {
    transition: all ease-out 150ms;
    margin-left: -18px;
  }
  .btn-whatsapp:hover, .btn-whatsapp:focus {
    transform: scale(1.05);
  }
}
.play-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#register_catalog input.form-control {
  width: 250px;
}

.bg-gray-600 {
  background-color: var(--bs-gray-600) !important;
}

.text-gray-600 {
  color: var(--bs-gray-600) !important;
}