/*
Theme Name: Estudio Fuhr
Theme URI: 
Author: Jabian
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: estudio-fuhr
Tags: 
*/

/* GLOBAL
========================================================= */

html {
	scroll-behavior: smooth;
}

.home__banner {
	position: relative;
}

.hhome__banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--wp--preset--color--primary);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}

.banner__stack-left {
	min-height: calc(100vh - 100px);
	position: relative;
}

.header__menu-contacto a {
	background-color: var(--wp--preset--color--secondary);
  border-radius: var(--wp--custom--border--radius--button);
  color: var(--wp--preset--color--white) !important;
  font-weight: 700;
  box-shadow: 2px 2px 5.3px 0px rgba(0, 0, 0, 0.25);
	padding: 1rem 2rem !important;
}

.scrolled #header {
	background-color: #051b39 !important;
}

.banner__column-left {
	max-width: clamp(575px, 40vw, 640px);
	margin-left: auto;
	justify-self: end;
	z-index: 2;
}

.scrolled #header .custom-logo {
	max-width: 80px;
}

/* Icono hamburguesa personalizado */
.wp-block-navigation__responsive-container-open svg {
	display: none;
}

.wp-block-navigation__responsive-container-open {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='23' viewBox='0 0 32 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.3599 21L1.99986 21' stroke='%231b1a18' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M29.3599 11.1201L1.99986 11.1201' stroke='%231b1a18' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M29.3599 2L1.99986 2' stroke='%231b1a18' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 32px;
	height: 23px;
}
#header-mobile .custom-logo{
 width: 60px;
}
#header-mobile .wp-block-navigation-item__content {
	font-weight: 700;
}

/* Buttons
========================================================= */
#simple-chat-button--container {
	
}


/* Forms
========================================================= */
.with_frm_style .frm_primary_label {
	color: white;
}


@media (max-width: 600px) {
	.hide-mobile {
		display: none !important;	
	}

	.home #header {
		position: sticky;
		top: 0;
		z-index: 100;
	}

	#header .custom-logo {
		max-width: 80px;
	}

	.mobile-center,
	.mobile-center h5,
	.mobile-center p {
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	.is-layout-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}	
	.is-layout-grid.mobile-reverse-grid {
		display: flex;
		flex-direction: column-reverse;
	}
	.banner__stack-left {
		padding-bottom: 2rem !important;
	}
	.banner__stack-left::after {
		content: '';
		position: absolute;
		inset: 0;
		background-color: rgba(5, 27, 57, 0.5);
		pointer-events: none;
		z-index: 1;
	}
}

@media (min-width: 600px) {
	.banner__stack-left {
		background-image: none !important;
	}	
	.content-half {
		max-width: calc(var(--wp--style--global--content-size) / 2);
		justify-self: end;
	}
}