/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.0
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

a {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--wp--preset--color--blue);
}
a:hover {
  border: none !important; /* Removes the border */
  text-decoration: none; /* Ensures no underline appears */
  outline: none !important;
}

/*animations*/
/*.animation--init or .animation--init--once */

@media screen and (min-width: 750px) {
  .has-animations .animation--init--once,
  .has-animations .animation--init {
    opacity: 0;
  }
  .has-animations .animation--init--once.fade-in,
  .has-animations .animation--init.fade-in {
    opacity: 1;
  }
  .has-animations .animation--init--once.slide-down,
  .has-animations .animation--init.slide-down {
    transform: translateY(-1em);
  }
  .has-animations .animation--end.slide-down {
    transform: translateY(0);
  }
  .has-animations .animation--init--once.slide-up,
  .has-animations .animation--init.slide-up {
    transform: translateY(1em);
  }
  .has-animations .animation--end.slide-up {
    transform: translateY(0);
  }
  .has-animations .animation--init--once.slide-left,
  .has-animations .animation--init.slide-left {
    transform: translateX(1em);
  }
  .has-animations .animation--end.slide-left {
    transform: translateX(0);
  }
  .has-animations .animation--init--once.slide-right,
  .has-animations .animation--init.slide-right {
    transform: translateX(-1em);
  }
  .has-animations .animation--end.slide-right {
    transform: translateX(0);
  }
  .has-animations .animation--init--once.pop-up,
  .has-animations .animation--init.pop-up {
    transform: scale(0.75);
  }
  .has-animations .animation--end.pop-up {
    transform: scale(1);
  }
  .has-animations .animation--end {
    opacity: 1;
    transition: opacity 1s ease, transform 2s ease;
  }
  .has-animations .animation--end.delay-1 {
    transition-delay: 0.2s;
  }
  .has-animations .animation--end.delay-2 {
    transition-delay: 0.3s;
  }
  .has-animations .animation--end.delay-3 {
    transition-delay: 0.4s;
  }
  .has-animations .animation--end.delay-4 {
    transition-delay: 0.5s;
  }
  .has-animations .animation--end.delay-5 {
    transition-delay: 0.6s;
  }
  .has-animations .animation--end.delay-6 {
    transition-delay: 0.7s;
  }
  .has-animations .animation--end.delay-7 {
    transition-delay: 0.8s;
  }
}

.header-wrapper .wp-block-cover__background {
  animation: blur-to-clear 3s ease-in-out;
}

@keyframes blur-to-clear {
  0% {
    filter: blur(100%);
  }
  100% {
    filter: blur(0);
  }
}

.element-to-animate {
  animation: blur-to-clear 3s ease-in-out;
}

.formulario-wrapper {
  background: var(--wp--preset--color--green) !important;
  max-width: 350px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 20px !important;
  border-radius: 10px !important;
}
.formulario-wrapper .wpcf7-form-control-wrap input,
.formulario-wrapper .wpcf7-form-control-wrap textarea {
  min-height: 40px;
  border-radius: 10px;
  border: none;
  width: 100%;
}
.formulario-wrapper form {
  display: flex;
  flex-direction: column;
  max-width: 280px;
}
.formulario-wrapper .wpcf7-submit {
  width: 100%;
  min-height: 60px;
  border-radius: 10px;
  border: 2px solid var(--wp--preset--color--blue);
  background: var(--wp--preset--color--blue);
  font-size: 18px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
.formulario-wrapper .wpcf7-submit:hover {
  background: transparent;
  font-size: 18px;
  color: var(--wp--preset--color--blue);
}
h3 mark em {
  font-size: 22px !important;
}

.logo-header img {
  transition: all 0.3s ease;
  transform: scale(1) rotateX(0deg);
}

.logo-header img:hover {
  transform: scale(0.5) rotateX(360deg);
}
p.logo-header-text {
  transition: all 0.3s ease;
  transform: rotateX(0deg);
  transition-delay: 0.3s;
}

p.logo-header-text:hover {
  transform: rotateX(360deg);
}
footer.wp-block-template-part,
:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
}
.wp-block-navigation ul .home-image-nav img {
  filter: brightness(0) saturate(100%) invert(76%) sepia(11%) saturate(1025%)
    hue-rotate(126deg) brightness(91%) contrast(85%) !important;
}
.top-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.intro-interior h1 {
  font-weight: bold !important;
  font-size: 40px !important;
  font-style: italic !important;
}
.button-outline .wp-block-button__link {
  transition: all 0.3s ease;
}
.button-outline .wp-block-button__link:hover {
  background: var(--wp--preset--color--blue);
  color: white !important;
}
.contact-wrapper {
  position: relative;
}
.contact-wrapper .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.contact-wrapper .wp-block-cover__inner-container::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(./assets/images/contact-2.svg);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.05;
}
ul.wp-block-list li::marker {
  color: var(--wp--preset--color--green) !important;
}
.wp-block-slider .splide__arrow {
  background: transparent;
}
.wp-block-slider .splide__arrow svg {
  fill: var(--wp--preset--color--blue);
  height: 27.2em;
  width: 4.2em;
}
.slide-interior {
  margin-top: 0 !important;
}
.slide-interior .splide__arrow svg {
  fill: var(--wp--preset--color--white);
  height: 27.2em;
  width: 4.2em;
}
.wp-block-slider .wp-block-cover.splide__slide {
  margin-right: 0 !important;
}
.top-menu-wrapper {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.top-header,
.top-header-interior {
  background: var(--wp--preset--color--white);
  position: sticky !important;
  width: 100% !important;
  top: 0 !important;
  z-index: 999 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.top-header.is-fixed,
.top-header-interior.is-fixed {
  position: fixed !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.top-header .logo-header img,
.top-header-interior .logo-header img {
  transform: scale(1) rotateX(0);
  transition: all 0.3s ease;
}
.top-header.is-fixed .logo-header img,
.top-header-interior.is-fixed .logo-header img {
  transform: scale(0.5) rotateX(360deg);
}
.top-header .logo-header-text,
.top-header-interior .logo-header-text {
  transform: rotateX(0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
}
.top-header.is-fixed .logo-header-text,
.top-header-interior.is-fixed .logo-header-text {
  transform: rotateX(360deg);
}
.blur-wrapper .wp-block-cover .wp-block-cover__image-background {
  filter: blur(10px);
}
.clients-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  height: 100px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/*
.clients-cover img {
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.16);
}*/
.z-index-behind {
  z-index: 0;
}
.slide-xl .wp-block-cover .wp-block-cover__image-background {
  filter: blur(10px);
  transform: scale(1.2) rotateY(10deg);
  transition: all 3s ease;
}
.slide-xl .wp-block-cover.is-active .wp-block-cover__image-background {
  filter: blur(10px);
  transform: scale(1) rotateY(0deg);
}
.slide-xl .wp-block-cover.is-active .wp-block-cover__inner-container {
  transform: scale(1);
}
.slide-xl .wp-block-cover__inner-container {
  transform: scale(1);
  transition: all 3s ease;
}
.header-wrapper {
  position: relative;
  margin: auto;
}
.outline-text {
  position: absolute;
  width: 100%;
  text-align: center;
  max-width: 100%;
}
.outline-text p {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e6e6e6;
  color: transparent !important;
  animation: up-down 3s ease-in-out infinite;
}
.outline-text.vertical {
  transform: rotate(-90deg);
  position: absolute;
  left: 10px;
  width: auto;
  bottom: 0;
}
.outline-text.vertical p {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e6e6e6;
  color: transparent !important;
  animation: up-down 3s ease-in-out infinite;
  font-size: 60px !important;
  white-space: nowrap;
}
@keyframes up-down {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media screen and (min-width: 150px) {
  .blockstop-background,
  .blockstop-background-2 {
    background-color: white;
    z-index: 2;
    position: relative;
  }
  .blockstop-background-3 {
    background-color: #f9f9f9;
    z-index: 2;
    position: relative;
  }

  .blockstop-background:before {
    background: inherit;
    content: "";
    display: block;
    height: 222px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-transform: skewY(1deg);
    transform: skewY(1deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    margin-top: -107px;
  }

  .blockstop-background-2-blue {
    background-color: var(--wp--preset--color--blue);
    z-index: -1;
    position: relative;
  }
  .blockstop-background-2:before {
    background: inherit;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-transform: skewY(1deg);
    transform: skewY(1deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    margin-top: 0;
  }
  .blockstop-background-2-blue:before {
    background: #f9f9f9;
    content: "";
    display: block;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3;
    -webkit-transform: skewY(1deg);
    transform: skewY(1.5deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    margin-top: -50px;
  }
  .blockstop-background-3:before {
    background: inherit;
    content: "";
    display: block;
    height: 195px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-transform: skewY(1deg);
    transform: skewY(1deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    margin-top: -66px;
  }

  .blockstop-background:after {
    background: inherit;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    margin-top: 10px;
    z-index: 1;
  }
  .blockstop-background-3:after {
    background: inherit;
    content: "";
    display: block;
    height: 67px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    margin-top: 0;
    z-index: 0;
  }
}
@media screen and (max-width: 780px) {
  .img-intro {
    max-width: 200px !important;
    height: auto !important;
  }
  .intro-wrapper img,
  .intro-interior img {
    width: 130px !important;
  }
  .wp-block-group.has-global-padding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .wp-block-columns.p-mobile,
  .wp-block-columns .wp-block-column.p-mobile {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  h3 {
    text-align: center !important;
  }
  .wp-block-column.is-vertically-aligned-center {
    width: auto !important;
  }
  .intro-interior,
  .intro-interior p {
    text-align: center !important;
  }
  .formulario-wrapper,
  .formulario-wrapper p {
    max-width: 100% !important;
    text-align: center !important;
  }
  .wp-block-buttons > .wp-block-button {
    margin: auto !important;
  }
  .mod-shadow.has-base-2-background-color {
    background-color: transparent !important;
  }
  .contact-wrapper .wp-block-cover__inner-container::after {
    display: none;
  }
  .title-icon {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .wp-block-slider h2,
  .wp-block-slider p {
    text-align: center;
  }
  .modules-icon img {
    width: 70px !important;
    height: auto;
  }
  .wp-block-slider .wp-block-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact-wrapper img {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .email-icon {
    display: none !important;
  }
  .blockstop-background:before {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
  }
  .slide-xl .splide__pagination {
    bottom: 4.5em;
    left: auto;
  }
  .splide__arrow--prev,
  .splide__arrow--next {
    display: none !important;
  }
  .outline-text {
    display: none;
  }
}
