/*
Theme Name: Alee Baes
Theme URL: http://aleebaes.com/
Description: Tienda de AleeBaes
Theme Author: Anuar Maruri
Author URL: http://anuarmaruri.com
Template: twentytwenty
Version: 1.0.2
Text Domain: aleebaes-wp-theme
*/

@font-face {
  font-family: 'Qaligo';
  src: url('/wp-content/themes/aleebaes-wp-theme/fonts/Qaligo-Regular.otf');
}

html, body {
  font-family: 'Hammersmith One', sans-serif;
  font-size: 16px;
  color: #1E3933 !important;
  margin: 0;
}

.alignwide,
.alignfull {
	max-width: 1060px;
	width: 100%;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
}

.pointer {
	position: absolute;
	width: 20px;
	height: 20px;
  border-radius: 50%;
  border: 1px black solid;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition:
    height ease-in-out 0.1s,
    width ease-in-out 0.1s;
  backdrop-filter: invert(100%);
  -webkit-backdrop-filter: invert(100%);
  z-index: 9999;
}

.pointer.over {
  width: 100px;
  height: 100px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

@media (max-width: 920px) {
	.alignwide {
		max-width: 920px;
	}
}

.blocks-gallery-grid, .wp-block-gallery {
  width: 100%;
}

.alee-nav {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.alee-header img {
  display: block;
}

.alee-header {
  background: #FFC212;
  position: relative;
  padding: 0 15px;
  height: 80vh;
  min-height: 475px;
}

.alee-header--container {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.alee-header--content {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  position: relative;
}

.alee-header--scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.alee-header--name {
  display: flex;
  align-items: center;
  font-family: 'Qaligo', serif;
  color: #F7ECD7;
  font-size: 24px;
  padding: 0 20px;
  opacity: 0;
  animation: slide-up .5s ease-in-out .5s forwards;
}

.alee-header--bg {
  position: relative;
  background: #FEF7EF;
  padding-bottom: 130px;
}

@keyframes circle {
  from {
    width: 0px;
    height: 0px;
    opacity: 0;
  }

  to {
    width: 700px;
    height: 350px;
    opacity: 1;
  }
}

@keyframes slide-down {
  from {
    transform: translateY(-50%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-up {
  from {
    transform: translateY(50%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.alee-header--img {
  transform: translateY(-50%);
  opacity: 0;
  animation: slide-down 1s ease-in-out forwards;
}

.alee-header--img img {
  max-height: 550px;
}

.alee-header--half-circle {
  height: 0px;
  border-radius: 350px 350px 0 0;
  background: #F5B527;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  opacity: 0;
  z-index: 0;
  animation: circle 1s ease-in-out .5s forwards;
}

.alee-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.alee-container--content {
  max-width: 970px;
  width: 100%;
}

.alee-container--content__wide {
  max-width: 1060px;
  width: 100%;
}

.alee-article {
  font-family: 'Montserrat', sans-serif;
}

.alee-article h1 {
  font-family: 'Qaligo', serif;
  text-align: center;
  margin: 0;
}

.alee-article h2 {
  font-family: 'Montserrat', serif;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  margin: 0;
}

.alee-article p,
.alee-article h1 {
  max-width: 620px;
  width: 100%;
}

.alee-article--content {
  max-width: 1060px;
  width: 100%;
}

.alee-banner {
  background: #FFF7F0;
  padding: 60px 0;
}

.alee-banner--header {
  display: flex;
  justify-content: space-between;
}

.alee-banner--body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

.alee-banner--footer {
  display: flex;
  justify-content: space-between;
}

.alee-banner--bg {
  opacity: 0.3;
  position: absolute;
  z-index: 0;
}

.alee-banner--description {
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
  font-size: 20px;
  margin: 30px 0;
  text-align: center;
}

.alee--title {
  font-family: 'Qaligo', serif;
  font-size: 24px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.alee-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  color: #020202;
  border: 1px #020202 solid;
  font-family: 'Gruppo', cursive;
  font-size: 24px;
  border-radius: 30px;
  min-width: 150px;
  text-align: center;
  transition: all .2s;
}

.alee-button.qaligo {
  font-family: 'Qaligo', serif;
  font-size: 12px;
  color: #001DD1;
}

.alee-button__borderless {
  display: inline-block;
  padding: 15px 0;
  text-decoration: none;
  color: #020202;
  font-family: 'Gruppo', cursive;
  font-size: 24px;
  min-width: 150px;
  text-align: center;
}

.alee-button__borderless.qaligo {
  font-family: 'Qaligo', serif;
  font-size: 12px;
  color: #001DD1;
}

.alee-button__circle {
  display: inline-block;
  height: 100px;
  width: 100px;
  text-decoration: none;
  color: #020202;
  font-family: 'Gruppo', cursive;
  font-size: 16px;
  text-align: center;
  transition: all .2s;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #020202 solid;
  border-radius: 50px;
}

.alee-button__circle:hover {
  color: #FFFFFF;
  background: #F61C01;
  border-color: #F61C01;
}

.alee-button.blue-solid {
  background: #001DD1;
  border-color: #001DD1;
  color: #FFFFFF;
}

.alee-button.blue-solid:hover {
  background: #001078;
  border-color: #001078;
  color: #FFFFFF;
}

.alee-button.yellow:hover {
  background: #F5B527;
  border-color: #F5B527;
  color: #FFFFFF;
}

.alee-button:hover {
  background: #001DD1;
  border-color: #001DD1;
  color: #FFFFFF;
}

@keyframes colorAnimate {
  0% {
    color: #001DD1;
  }

  33% {
    color: #F5B527;
  }

  66% {
    color: #F61C01;
  }

  100% {
    color: #001DD1;
  }
}

.alee-text__transition {
  color: #001DD1;
  animation: colorAnimate 3.5s ease-in-out infinite;
}

.alee-text__blue {
  color: #001DD1;
}

.alee-breadcrumbs {
  font-family: 'Lato', sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0 50px;
  font-size: 20px;
  font-weight: lighter;
  padding: 0 20px;
  box-sizing: border-box;
}

.alee-breadcrumb {
  color: #020202;
  text-decoration: none;
  cursor: pointer;
}

.alee-breadcrumb:hover,
.alee-breadcrumb.active {
  color: #020202;
  text-decoration: underline;
  text-decoration-color: #FFC200;
}

.alee-breadcrumb.active {
  font-weight: bold;
}

.alee-breadcrumbs a {
  margin: 0 10px;
}

.alee-posts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.alee-post {
  margin-right: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #000;
}

.alee-post.hide {
  display: none;
}

.alee-post:hover .alee-post--title {
  transform: rotate(-10deg);
}

.alee-post:hover .alee-post--img {
  border-radius: 60px;
}

.alee-post:nth-child(3n) {
  margin-right: 0;
}

.alee-post--short {
  width: calc(30% - 9px);
}

.alee-post--long {
  width: calc(40% - 8px);
}

.alee-post--short-even {
  width: calc(25% - 10px);
}

.alee-post--long-even {
  width: calc(38% - 10px);
}

.alee-post--img {
  height: 330px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease-in-out .2s;
}

.alee-post--title {
  font-family: 'Qaligo', serif;
  font-size: 10px;
  text-align: center;
  padding-top: 15px;
}

.alee-post--description {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}

.alee-clients {
  position: relative;
  z-index: 3;
}

.alee-clients--title {
  text-align: center;
  font-family: 'Gruppo', cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 70px;
  margin-bottom: 30px;
}

.alee-clients--content {
  font-family: 'Qaligo', serif;
  font-size: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.alee-clients--content > div {
  margin-right: 10px;
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.alee-clients--content > div:nth-child(even):hover:not(:last-child) {
  color: #001DD1;
  background: url('/wp-content/themes/aleebaes-wp-theme/img/white-star.svg') center no-repeat;
}

.alee-clients--content > div:nth-child(odd):hover:not(:last-child) {
  color: #001DD1;
  background: url('/wp-content/themes/aleebaes-wp-theme/img/white-door.svg') center no-repeat;
}

header.alee-container {
  padding: 15px 0;
}

.alee-about--header {
  background: #FEF7EF;
  text-align: center;
}

.alee-about--header--img {
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}

.alee-about--header--img img{
  max-width: 400px;
  width: 100%;
  height: auto;
}

.alee-about--header--title {
  position: relative;
  margin-bottom: 75px;
}

.alee-about--header--title img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.alee-about--header--title h1 {
  position: relative;
  z-index: 1;
}

.alee-about--header--content h1 {
  font-family: 'Qaligo', serif;
  font-size: 22px;
  text-align: center;
  line-height: 65px;
}

.alee-about--header--content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  text-align: center;
  line-height: 40px;
  font-weight: lighter;
  margin-bottom: 50px;
}

.alee-about--header--content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  font-weight: lighter;
}

.alee-about--work {
  padding: 60px 0;
  position: relative;
}

.alee-about--work > div {
  position: relative;
  z-index: 1;
}

.alee-about--work::before {
  content: '';
  display: block;
  height: 160px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FEF7EF;
  z-index: 0;
}

.alee-about--work__content {
  display: flex;
  justify-content: center;
}

.alee-about--work__img {
  padding-right: 10px;
}

.alee-about--work__body {
  padding-left: 10px;
}

.alee-about--work__body h3 {
  font-family: 'Qaligo', serif;
  font-size: 24px;
  line-height: 65px;
}

.alee-about--work__body p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: lighter;
}

.alee-chillona {
  padding: 40px 0;
  text-align: center;
  background: #FFDDDD;
}

.alee-chillona--tear {
  margin-bottom: 50px;
}

.alee-related {
  position: relative;
}

.alee-link {
  color: #001DD1;
  text-decoration: none;
  font-family: 'Gruppo', cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
}

.alee-link:hover {
  text-decoration: underline;
}

.alee-footer {
  background: #FFDDDD;
  text-align: center;
  font-family: 'Gruppo', cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  padding: 100px 50px 0 50px;
}

hr {
  border: none;
  border-top: 1px solid #000 !important;
  margin: 0;
}

.alee-footer--firm {
  padding: 40px 0 10px;
}

.alee-footer--contact {
  padding: 90px 0;
}

.alee-footer--columns {
  display: flex;
  justify-content: space-between;
}

.alee-footer--column {
  display: flex;
  align-items: center;
  max-width: 340px;
}

.alee-footer--bottom {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  background: white;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #000;
}

.alee-message {
  background: #FFDDDD;
  padding: 30px 0;
}

.alee-marquee {
  font-family: 'Qaligo', serif;
  font-size: 20px;
  color: #000;
  margin: 10px 0;
}

.marquee {
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-10% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}

.marquee-reverse {
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-final: calc(-10% + var(--offset));
  --move-initial: calc(-50% + var(--offset));
}

.marquee__inner {
  width: max-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 60s linear infinite;
  animation-play-state: paused;
}

.marquee span {
  padding: 5px;
}

.marquee .marquee__inner,
.marquee-reverse .marquee__inner {
  animation-play-state: running;
}

.text-left {
  text-align: left;
}

@keyframes marquee {
  0% {
      transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
      transform: translate3d(var(--move-final), 0, 0);
  }
}

footer {
  padding-bottom: 75px;
  position: relative;
}

.alee-footer--bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 100;
  transition: all .3s ease-in-out;
}

.alee-footer--bottom.fixed {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 75px;
}

.only-mobile {
  display: none;
}
.only-desktop {
  display: block;
}

.alee-work {
  position: relative;
  margin-bottom: 50px;
  z-index: 3;
}

.alee-container-circle {
  padding-top: 12vw;
  position: relative;
  overflow: hidden;
}

.alee-container-circle--before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cream {
  background: #FEF7EF;
}

.white {
  background: #FFFFFF;
}

.pink {
  background: #FFDDDD;
}

.alee-container-circle--after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  border-radius: 50% 50% 0 0;
  transition: all ease-out .2s;
}

.alee-container-circle--bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

@media screen and (max-width: 720px) {
  .only-mobile {
    display: block;
  }
  .only-desktop {
    display: none;
  }

  .pointer {
    display: none;
  }

  img {
    width: 100%;
  }

  .alee-container {
    padding: 0 10px;
  }

  .alee-header {
    padding-top: 30px;
    height: auto;
    overflow-x: hidden;
  }

  .alee-header--img img {
    max-height: 350px;
  }

  .alee-header--container {
    position: relative;
    padding-top: 50px;
  }

  .alee-header--name {
    justify-content: center;
    flex-direction: column;
  }

  .alee-banner--header {
    justify-content: center;
  }

  .alee-about--work__content {
    flex-direction: column;
    align-items: center;
  }

  .alee-banner--footer {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .alee-banner--footer>div {
    margin-bottom: 20px;
  }

  .alee-posts {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .alee-post--short,
  .alee-post--long,
  .alee-post--short-even,
  .alee-post--long-even
  {
    width: 100%;
  }

  .alee-clients {
    padding: 0 20px;
  }

  .alee-footer--columns {
    flex-direction: column;
    text-align: left;
  }

  .alee-footer--bottom {
    overflow: visible;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 75px;
    box-sizing: border-box;
  }

  .alee-container-circle--bg {
    height: calc(100% - 200px);
  }

  .alee-container-circle--after {
    height: 200px;
    border-radius: 100% 100% 0 0;
  }
}