/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
  /*z-index: 1;*/
}


/* EFECTOS */

.sticky-section {
  position: -webkit-sticky;
  position: sticky;
  top: 82px;
  /*z-index: 1;*/
}

.overlap-section {
  position: relative;
  z-index: 2;
}

/* fade con sticky content */
.fade-text {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.translate-text {
  transition: transform 0.5s ease-out;
  transform: translateY(0);
}

.fade-text.oculto {
  opacity: 0;
}

.fade-text-2 {
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.fade-on-scroll {
  opacity: 1;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transform: translateY(0);
}

.fade-on-scroll.oculto {
  opacity: 0;
  transform: translateY(-20px);
}

/* parallax */

.parallax-section {
    transition: none !important; /* Elimina cualquier animación en el fondo */
}

/* zoom */

.zoom-bg-container {
	transition: background-size 0.2s linear;
}

.move-up {
  transition: transform 0.3s ease;
}

.move-up:hover {
  transform: translateY(-10px);
}


/* HEADER */

.item-is-stuck .site-branding img{
   /* max-height: 48px!important;*/
    transition: all 0.1s linear;
}



/* HOME */

.page .elementor-heading-title {
	margin: 0!important;
}

.flip-container {
  perspective: 1000px;
}

.flip-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: white; /* color del reverso */
  border-radius: 12px;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.flip-container > .elementor-element {
  transform-style: preserve-3d;
  transition: transform 1s ease;
  transform: rotateY(180deg);
  opacity: 0;

}

.flip-container.show > .elementor-element {
  transform: rotateY(0deg);
  opacity: 1;
}

.premium-testimonial-author-info {
	margin-top: auto;
}

h3.premium-testimonial-person-name {
	margin-bottom: 0!important;
}


/* FOOTER */

#colophon {
	z-index: 2;
}




@media screen and (max-width:1300px) {

}

@media screen and (max-width:1170px) {


}


@media screen and (max-width:1024px) {


}

@media screen and (max-width:767px) {

}

@media screen and (max-width:680px) {

}

@media screen and (max-width:450px) {

}


/* COOKIES */

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    background-color: rgba(0,0,0,0.8)!important;
    border-top: none!important;
    z-index: 10000000000;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
	color: #fff!important;
	font-weight: 300!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
	font-weight: 600!important;
	padding: 6px 24px!important;
	border: 1px solid #e3e3e3;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
	color: #fff!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn {
    line-height: 18px!important;
    width: 32px!important;
    height: 32px!important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
	transform: scale(.9);
}
