/*!
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
-------------------------------------------------------------- */

/* COMMON */

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

.elementor-element ul {
	margin-top: -25px;
}

/* HEADER */

.site-header-item {
	align-items: flex-start;
}

/* MENU LATERAL */

.button-header-menu:hover {
	cursor: pointer;
}

/* Overlay oscuro */
#menu-lateral-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease;
	z-index: 998;
}

/* Contenedor del menú */
#menu-lateral {
	position: fixed;
	top: 0;
	right: -50%;
	width: 50%;
	height: 100vh;
	background: #fff;
	z-index: 999;
	transition: right .3s ease;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	background: var(--global-palette1);
}

/* Estado abierto */
#menu-lateral.active {
	right: 0;
}

#menu-lateral-overlay.active {
	opacity: 1;
	visibility: visible;
}

/* Botón cerrar */
.menu-lateral-close {
	position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    padding: 3px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}

.menu-lateral-close:hover {
	background: none;
}

.menu-text {
	text-align: right;
	font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--e-global-color-kadence9);
    letter-spacing: 0.08em;
    margin-top: 120px;
}

/* Menú vertical */

.custom-logo-lateral {
	display: none;
}

.menu-lateral-list {
	list-style: none;
	padding: 0;
	margin: 40px 0 0;
	counter-reset: menu-item;
}

.menu-lateral-list li {
	margin-bottom: 20px;
	counter-increment: menu-item;
	position: relative;
	padding-left: 40px;
}

.menu-lateral-list > li::before {
	content: counter(menu-item, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0;
	font-size: 17px;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Geist Mono', monospace;
}

.menu-lateral-list a {
	text-decoration: none!important;
	font-size: 50px;
	line-height: 1em;
	color: #fff;
}

.menu-lateral-list a img {
	position: absolute;
	padding-left: 25px!important;
	opacity: 0;
}

.menu-lateral-list li:hover a {
	color: #5E646A;
}

.menu-lateral-list li:hover a img {
	opacity: 1;
}

/* Responsive: móvil ocupa todo */
@media (max-width: 768px) {
	#menu-lateral {
		width: 100%;
		right: -100%;
	}
}



/* HOME */
/*
body.home {
  --g1: #064459;
  --g2: #187D85;
  --g3: #DED2BA;

  min-height: 100vh;         
  background: linear-gradient(
    to bottom,
    var(--g1) 0%,
    var(--g2) 20%,
    var(--g3) 60%
  );
  background-attachment: fixed; 
  background-size: cover;       
  margin: 0;
}

.home #wrapper {
	background: transparent;
}
*/

.home .site-branding a.brand img {
	width: 200px;
	max-width: 200px;
}

#home-01 {
  --g1: #064459;
  --g2: #187D85;
  --g3: #6FA79F;
  --g4: #CFC6B2;
  --g5: #DED2BA;

  background: linear-gradient(
    to bottom,
    var(--g1) 0%,
    var(--g2) 20%,
    var(--g3) 40%,
    var(--g4) 52%,
    var(--g5) 60%
  );
	transition: 0s!important;
}

#home-01 * {
	transition: 0s!important;
}

#home-01::before {
  content: "";
  display: block;
  height: 100vh;
  backdrop-filter: blur(20px); /* difumina lo que está detrás */
  -webkit-backdrop-filter: blur(20px); /* compatibilidad Safari */
}

body:not(.elementor-editor-active) .home01-texto-01 {
  transform: translate3d(0, -48vh, 0);
  will-change: transform;
}

.negative-spacing {
	letter-spacing: -0.08em;
}

body:not(.elementor-editor-active) .home01-content-button {
  transform: translate3d(0, 250px, 0);
  will-change: transform;
}

#home-01 .text-adapt {
    transform: translate3d(0, -50%, 0);
    will-change: transform;
}

#home-01 .text-adapt h2 {
	white-space: nowrap;
	transform: translatex(-8%);
	font-size: clamp(24px, 15vw, 290px);
}

#home-01 .montana {
	height: 54vh;
}

#home-01 .montana img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

#home-01 .home01-texto-opacity {
	font-size: clamp(24px, 3.4vw, 290px);
	transform: translate3d(0, 25vh, 0);
	opacity: 0;
	
}


.word {
  display: inline-block;
  white-space: nowrap;
  opacity: 0;
}

#menu-fijo {
	opacity: 0;
}

#menu-fijo span {
	display: block;
	position: relative;
}

#menu-fijo span.light {
  color: #0F253D;
}

#menu-fijo .menu-item.active:before {
  	content: '';
  	width: 1px;
  	height: 14px;
  	background: #f5f5f5;
	display: block;
    position: absolute;
    left: -7px;
    top: 4px;
}

#menu-fijo .menu-item.active.light:before {
  	background: #0F253D;
}

.texto-opacity-2 h6 {
	/*font-size: clamp(24px, 10.60vw, 290px);*/
	font-size: calc( 1.66 * ((100vw - 90px) / 15));
}

.word2 {
  display: inline-block;
  white-space: nowrap;
  opacity: 0.2;
  will-change: opacity;
}

#home-02, #home-02 * {
	transition: 0s!important;
	will-change: transform;
}

.bg-video, .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* cubre todo el panel */
  z-index: -1;
  opacity: 0.8;  
}

.video {
	display: none;
}

#canvas1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.home02-content-button {
	margin-top: calc( (-1.2 * ((100vw - 90px) / 15)) - 37px);
}

#button-explore-2 {
	/*width: 24vw;*/
	width: calc(((100vw - 90px) / 15) * 3.85);
	/*height: 7.8vw;*/
	height: calc( 1.2 * ((100vw - 90px) / 15));
	display: flex;
    margin-left: auto;
    justify-content: center;
    align-items: center;
}

#home-03, #home-03 * {
	transition: 0s!important;
	will-change: transform;
}

.texto-horizontal h6 {
	font-size: calc( 1.66 * ((100vw - 90px) / 15));
	white-space: nowrap;
}

#home-04, #home-04 *, #home-05, #home-05 * {
	transition: 0s!important;
	will-change: transform;
}

#home-05 {
  --g1: #0F253D;
  --g2: #0F253D;
  --g3: #0F253D;
  --g4: #0F253D;
  --g5: #0F253D;

  background: linear-gradient(
    to bottom,
    var(--g1) 0%,
    var(--g2) 20%,
    var(--g3) 40%,
    var(--g4) 52%,
    var(--g5) 60%
  );
}

#home-05::before {
  content: "";
  display: block;
  height: 100vh;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

#home-05 .menu-scroll {
  /*transform: translate3d(0, -48vh, 0);*/
  will-change: transform;
  /*opacity: 0;*/
}

.menu-scroll .menu-element {
	display: block;
	font-family: 'Geist Mono', monospace;
	font-size: calc( 1.66 * ((83vw - 90px) / 15));
    font-weight: 200;
    color: #fff;
    line-height: 0.8em;
}

.menu-scroll .menu-element:nth-child(2) {
	opacity: 0.2;
}

.menu-scroll .menu-element:nth-child(3) {
	opacity: 0.05;
}

#home-05 .text-content {
	/*opacity: 0;*/
}

body:not(.elementor-editor-active) .home05-content-button1 {
  transform: translate3d(0, 80vh, 0);
  will-change: transform;
}

body:not(.elementor-editor-active) .home05-content-button2 {
  transform: translate3d(0, 85vh, 0);
  will-change: transform;
}

body:not(.elementor-editor-active) #home-05 .montana2 {
  transform: translate3d(0, 85vh, 0);
  will-change: transform;
  height: 34vh;
}

#home-05 .montana2 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

/* PLATFORM */

.title-line {
  display: flex;
  align-items: center;
}

.title-line h6 {
  margin: 0;
  white-space: nowrap;
}

.title-line::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #fff;
  margin-left: 11px;
}

#platform-01, #platform-01 * {
	transition: 0s!important;
	will-change: transform;
}

.background-parallax {
	background-size: auto 110%!important;
}

#platform-01 .titulo {
	transform: translate3d(0, -50vh, 0);
}

body:not(.elementor-editor-active) #platform-01 div[class*="punto-"] {
	opacity: 0;
}

body:not(.elementor-editor-active) #platform-01 .subtitle {
	opacity: 0;
}

#platform-01 .texto-opacity-1, #platform-02 .texto-opacity-2 {
	font-size: clamp(24px, 3.4vw, 290px);
}

body:not(.elementor-editor-active) #platform-01 .texto-opacity-1, body:not(.elementor-editor-active) #platform-01 .texto-opacity-2 {
	opacity: 0;
}

.circulo-01, .circulo-02, .circulo-03 {
	aspect-ratio: 1 / 1;
	cursor: pointer;
}

.title-circulo {
	aspect-ratio: 1 / 1;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.circulo-01:hover .title-circulo h3, .circulo-02:hover .title-circulo h3, .circulo-03:hover .title-circulo h3 {
	color: #fff!important;
}

body:not(.elementor-editor-active) .bloque-02, body:not(.elementor-editor-active) .bloque-03 {
  display: none;
}

/* PARTNER */

#partner-01, #partner-01 * {
	transition: 0s!important;
	will-change: transform;
}

#partner-01 .titulo {
	transform: translate3d(0, -50vh, 0);
}

body:not(.elementor-editor-active) #partner-01 .titulo2 {
	opacity: 0;
}

body:not(.elementor-editor-active) #partner-01 .titulo3 span {
	opacity: 0;
}



body:not(.elementor-editor-active) #partner-01 .subtitle, body:not(.elementor-editor-active) #partner-01 .subtitle2, body:not(.elementor-editor-active) #partner-01 .titulo-transp, body:not(.elementor-editor-active) #partner-02 .subtitle, body:not(.elementor-editor-active) #partner-03 .texto {
	opacity: 0;
}

#partner-01 .texto-opacity-1, #partner-02 .texto-opacity-2 {
	font-size: clamp(24px, 3.4vw, 290px);
}

body:not(.elementor-editor-active) #partner-01 .texto-opacity-1 {
	opacity: 0;
}

body:not(.elementor-editor-active) .content-flecha {
	opacity: 0;
}

.bloque-transparente .titulo-transp .word-2 {
	margin-left: 120px;
}


.flecha, .flecha-b {
	margin-left: 23px;
}

.flecha:before {
	content: '';
	background-image: url(images/flecha.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
    left: -23px;
    top: -2px;
}

.flecha-b:before {
	content: '';
	background-image: url(images/flecha-b.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
    left: -23px;
    top: -2px;
}

.content-hover {
	/*min-height: 1vw;*/
}

.title-hover-01 {
	overflow: hidden;
}

.title-hover-02 {
	height: 0;
	overflow: hidden;
}
/*
.content-hover:hover .title-hover-02 {
	height: auto;
}

.content-hover:hover .title-hover-01 {
	height: 0;
}
*/

/* ABOUT */

#about-01, #about-01 * {
	transition: 0s!important;
	will-change: transform;
}

body:not(.elementor-editor-active) #about-01 .titulo {
	transform: translate3d(0, -50vh, 0);
}

body:not(.elementor-editor-active) #about-01 .subtitle, body:not(.elementor-editor-active) #about-02 .subtitle, body:not(.elementor-editor-active) #about-02 .texto, body:not(.elementor-editor-active) #about-02 .boton, body:not(.elementor-editor-active) #about-03 .texto {
	opacity: 0;
}

#about-01 .texto-opacity-1, #about-02 .texto-opacity-2 {
	font-size: clamp(24px, 3.4vw, 290px);
}

body:not(.elementor-editor-active) #about-01 .texto-opacity-1 {
	opacity: 0;
}


/* CONTACT */

.wpcf7-form {
	max-width: 400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.wpcf7-form * {
	font-size: 12px;
}

.wpcf7-form p {
	margin-bottom: 15px;
}

.wpcf7-form label {
	font-weight: 600;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email] {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #d9d9d9;
	color: #a9a9a9;
	padding: 1px 0;
	width: 100%;
}

.wpcf7-form textarea {
	border-radius: 4px;
	background: #ededed;
	color: #a9a9a9;
	width: 100%;
	margin-top: 3px;
}

.wpcf7-form .wpcf7-list-item {
	margin-left: 0;
	margin-right: 3px;
    vertical-align: sub;
}

.wpcf7-form input[type=submit] {
	border-radius: 4px;
	width: 100%;
	font-family: "Inter", Sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 7px 25px;
}

.wpcf7-spinner {
	display: none;
}


/* FOOTER */

#colophon .site-container {
	padding-left: 60px;
	padding-right: 60px;
}

#colophon p {
	margin: 0;
}

#colophon li {
	line-height: 1.3em;
}

#colophon li a {
	padding: 0;
}

#colophon .site-footer-top-section-1 img {
	max-width: 225px!important;
	width: 100%;
}

.site-footer-row.site-footer-row-columns-4 {
	display: flex;
}

.site-footer-middle-section-1, .site-footer-top-section-1 {
	width: 30%;
}

.site-footer-middle-section-2, .site-footer-top-section-2 {
	width: 25%;
}

.site-footer-middle-section-3, .site-footer-top-section-3 {
	width: 25%;
}

.site-footer-middle-section-4, .site-footer-top-section-4 {
	width: 20%;
}

.site-footer-middle-section-4 .custom-html-widget {
	width: fit-content;
    margin-left: auto;
}

.site-footer-top-section-4 img {
	margin-left: auto;
	margin-right: 76px;
}

#nav_menu-2 {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
}


/* 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);
}

/* RESPONSIVE */


@media screen and (max-width:1600px) {
	.home02-content-button {
	    margin-top: calc((-1.2 * ((100vw - 90px) / 15)) - 34px);	    
	}
	
	#button-explore-2 {
		padding: 30px;
	}
	
	#home-05 .items-scroll {
		top: 19vh;
	}
}

@media screen and (max-width:1350px) {
	.home02-content-button {
	    margin-top: calc((-1.2 * ((100vw - 90px) / 15)) - 31px);
	}

	#button-explore-2 {
		width: calc(((100vw - 90px) / 15) * 3.75);
	}
	
	#home-05 .text-content {
		font-size: 30px;
	}

}

@media screen and (max-width:1200px) {
	#home-05 .items-scroll {
		top: 25vh;
	}
	
	.site-footer-middle-section-2, .site-footer-top-section-2 {
		width: 20%;
	}

	.site-footer-middle-section-3, .site-footer-top-section-3 {
		width: 30%;
	}
}

@media screen and (max-width:1024px) {
	body:not(.elementor-editor-active) .home01-content-button {
	  transform: translate3d(0, 350px, 0);
	  max-width: calc(100vw - 60px);
	  left: 30px;
	  right: auto;
	}
	
	#home-01 .home01-texto-opacity {
		font-size: clamp(24px, 5.4vw, 290px);
		transform: translate3d(0, 25vh, 0);
	}
	
	.home02-content-button {
	    margin-top: 0;
	}
	
	#button-explore-2 {
		width: auto;
	}	
	
	.menu-scroll .menu-element {
		font-size: calc(2 * ((83vw - 90px) / 15));
	}
	
	#home-05 .text-content {
		font-size: 28px;
	}
	
	body:not(.elementor-editor-active) #home-05 .montana2 {
	  	height: 60vh;
	}
	
	.home05-content-button1, .home05-content-button2 {
		max-width: calc(100vw - 60px);
	}
	
	.site-footer-middle-section-2, .site-footer-top-section-2 {
		width: 0;
	}

}



@media screen and (max-width:767px) {
	.custom-logo-lateral {
		display: block;
	}
	
	#menu-fijo {
		display: none!important;
	}
	
	#home-01 .text-adapt h2 {
	    transform: translatex(-28%);
	    font-size: clamp(24px, 20vw, 290px);
	}
	
	.texto-opacity-2 h6 {
	    font-size: calc(1.70 * ((100vw - 90px) / 15));
	}
	
	.texto-horizontal h6 {
	    font-size: calc(2.5 * ((100vw - 90px) / 15));
	}
	
	#home-05 .items-scroll {
		top: 40vh;
	}
	
	.menu-scroll .menu-element {
        font-size: calc(1.7 * ((100vw - 60px) / 15));
    }
	
	#home-05 .text-content {
		font-size: 24px;
	}
	
	/* platform */
	
	#platform-01 {
		display: block!important;
	}
	
	#partner-01 {
		display: block!important;
	}
	
	
	/* footer */
	
	#colophon .site-container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	
	.site-top-footer-inner-wrap {
		grid-column-gap: 6%;
		padding-bottom: 20px;
	}
	
	.site-top-footer-inner-wrap .site-footer-top-section-1, .site-top-footer-inner-wrap .site-footer-top-section-4 {
		width: 47%;
	}
	
	.site-top-footer-inner-wrap .site-footer-top-section-2, .site-top-footer-inner-wrap .site-footer-top-section-3 {
		display: none;
	}
	
	.site-footer-top-section-4 img {
	    margin-left: 0;
	    margin-right: auto;
	}
	
	.site-middle-footer-inner-wrap {
	    flex-wrap: wrap;
	    grid-column-gap: 6%;
    	grid-row-gap: 50px;
	}
	
	.site-middle-footer-inner-wrap .site-footer-middle-section-1 {
		width: 100%;
		padding-left: 53%;
	}
	
	.site-middle-footer-inner-wrap .site-footer-middle-section-2 {
		order: 4;
		width: 100%;
	}
	
	.site-middle-footer-inner-wrap .site-footer-middle-section-3, .site-middle-footer-inner-wrap .site-footer-middle-section-4 {
		width: 47%;
	}
	
	#nav_menu-2 {
		margin-left: 0;
	}
	
	.site-footer-middle-section-4 .custom-html-widget {
	    margin-left: 0;
	}
	
}
