/*
Theme Name: Book & Partners
Version: 1.0
*/
:root {
  --bs-border-radius: 2.5em;
}

.container {
  width: 100%;
  max-width: 1616px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 1024px) {
  .container {
    padding: 0;
    width: 95%;
  }
}

.text-container, p, span, .icon-container, .title {
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.75s ease-in;
}
.text-container.active, p.active, span.active, .icon-container.active, .title.active {
  opacity: 1;
  overflow: visible;
}

span.low-opacity.active {
  opacity: 0.75;
}

.imagen-wrapper-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

a {
  text-decoration: none;
  color: inherit;
}

*:has(> .parallax) {
  overflow: hidden;
}

.color-gris {
  color: #707070;
}

.color-primary {
  color: #000;
}

.color-secondary {
  color: #fff;
}

.hover-secondary:hover {
  color: #fff;
}

.hover-primary:hover {
  color: #000;
}

.hover-child-secondary > a:hover {
  color: #fff;
}

.hover-child-primary > a:hover {
  color: #000;
}

.hover-child-gris > a:hover {
  color: #707070;
}

.border-gris {
  border-color: #707070 !important;
}

.border-primary {
  border-color: #000 !important;
}

.border-secondary {
  border-color: #fff !important;
}

.fill-primary svg path, .fill-primary svg rect {
  fill: #000;
}

.fill-secondary svg path, .fill-secondary svg rect {
  fill: #fff;
}

.fill-gris svg path, .fill-gris svg rect {
  fill: #707070;
}

.stroke-primary svg path, .stroke-primary svg rect {
  stroke: #000;
}

.stroke-secondary svg path, .stroke-secondary svg rect {
  stroke: #fff;
}

.stroke-gris svg path, .stroke-gris svg rect {
  stroke: #707070;
}

.icon-container-blanco svg path {
  fill: #fff;
}

.icon-container {
  display: flex;
  align-items: center;
}
.icon-container svg {
  width: 0.5em;
  height: 0.5em;
}
.icon-container.icon-normal svg {
  width: 2.28625rem;
  height: 2.28625rem;
}

.btn-flecha {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.btn-flecha svg path, .btn-flecha svg rect {
  transition: all 0.3s ease;
  fill: #fff;
}

.btn-flecha-blanco {
  background-color: #fff;
  border-color: #000;
}
.btn-flecha-blanco svg path, .btn-flecha-blanco svg rect {
  fill: #000;
}

a:hover .btn-flecha {
  background-color: #fff;
}
a:hover .btn-flecha svg path, a:hover .btn-flecha svg rect {
  fill: #000;
}

a:hover .btn-flecha-blanco {
  background-color: #000;
}
a:hover .btn-flecha-blanco svg path, a:hover .btn-flecha-blanco svg rect {
  fill: #fff;
}

.svg-primary svg path, .svg-primary svg rect {
  fill: #000;
}

.svg-secondary svg path, .svg-secondary svg rect {
  fill: #fff;
}

.svg-gris svg path, .svg-gris svg rect {
  fill: #707070;
}

.follow-mouse-container:hover .follow-mouse {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */