/**
Theme Name: BOIRASTUDIO
Author: grafreak.net
Author URI: https://grafreak.net
Description: BOIRASTUDIO Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: BOIRASTUDIO
Template: astra
*/
html {
  scroll-behavior: smooth;
}
body {
	overflow-x: hidden !important;
}
body {
	overflow-x: hidden !important;
}
body.menu-open {
	overflow: hidden !important;
}
body.menu-open::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9;
}

.page > header:not(.entry-header) {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
}
.hero-heading .uagb-ifb-title {
	font-family: "made-mirage", sans-serif !important;
	text-shadow: 0 5px 10px #000;
	/*font-size: clamp(4rem, 1.7778rem + 7.1111vw, 8rem);
	line-height: 1.2em;*/
}
.page .entry-header  {
	position: relative !important
}
/*MENUS*/
.menu-momentos {
	display:none;
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 0px;
	right: -100%;
	transition: right 0.5s ease;
	max-height: 100vh;
	overflow: auto !important;
	z-index: 99;
}
body.menu-open.menu-open-momentos .menu-momentos {
	display: grid;
	opacity: 1;
	right: 0%;
}
@media screen and (min-width: 921px) {
	.menu-momentos {
		width: 40%;
		right: -40%;
	}
}
.menu-momentos img {
	aspect-ratio: 16/9;
	object-fit: cover;
  	object-position: center;
	height: auto !important;
}
.menu-general {
	position: absolute;
	opacity: 1;
	width: 100%;
	top: -200vh;
	left: 0;
	max-height: calc(100vh - 160px);
	z-index: 99;
	transition: top 0.8s ease;
}
body.menu-open.menu-open-general .menu-general {
	display: grid !important;
	top: 0%;

}
.menu-general .menu-principal {
	gap: 20px;
	counter-reset: my-counter;
}
.menu-general .menu-principal li {
	counter-increment: my-counter;
	overflow: hidden;
}
.menu-general .wp-block-uagb-container{
	justify-content: flex-start !important;
}
.menu-general .menu-principal li a {
	font-family: "made-mirage";
	font-size: 2.5rem;
	transform: translate(0, 100%);
	transition: transform 1s ease;
	transition-delay: 0.5s;
}
@media screen and (min-width: 768px) {
	.menu-general .menu-principal li a {
		font-size: 5rem;
	}
}
.menu-general .menu-principal li a:hover {
	color: var(--ast-global-color-4);
}
.menu-general .menu-principal li a:after {
	content: '|';
	display: inline-block;
	margin-left: 20px;
	color: var(--ast-global-color-1);
}
.menu-general .menu-principal li:last-child a:after {
	content: '';
	display: none;
}
.menu-general .menu-principal li a span:after {
	content: "0" counter(my-counter);
	display: inline-block;
  	font-size: 30%;
  	font-weight: bold;
  	font-family: 'Jost',sans-serif;
  	vertical-align: top;
}
.menu-open.menu-open-general .menu-general .menu-principal li a {
	transform: translate(0, 0%);
}
/*carrusel portfolio*/
.portfolio-carrusel {
	padding: 0;
}
/*.portfolio-carrusel .slick-slide {
	aspect-ratio: 16/9;
	height: auto !important;
}*/
.portfolio-carrusel article {
	aspect-ratio: 16/9;
	height: auto !important;
	display: flex !important;
	align-content: flex-end;
	flex-wrap: wrap;
}
.portfolio-carrusel .uagb-post__title {
	padding-right: 20px;
	padding-bottom: 0px;
	font-size: 1.2em;
	text-align: right;
	width: 100%;
}
.portfolio-carrusel .uagb-post__text {
	display: block;
	text-align: right;
	width: 100%;
}
.portfolio-carrusel .uagb-post__text span {
	padding-right: 20px;
}
.uagb-post-grid .uagb-post-grid-byline > * {
	margin: 0;
}
.portfolio-carrusel .slick-arrow {
	top: inherit;
	bottom: -50px;
	font-size: 1.2em;
}
.portfolio-carrusel .slick-arrow svg {
	display: none;
}
.portfolio-carrusel .slick-arrow:before {
	content: "";
	font-family: 'dashicons';
	font-size: 1em;
	line-height: 1em;
	color: var(--ast-global-color-2);
}
.portfolio-carrusel .slick-prev.slick-arrow:before {
	content: "\f340";
}
.portfolio-carrusel .slick-next.slick-arrow:before {
	content: "\f344";
}
.portfolio-carrusel .uagb-post__image img {
	max-width: 100%;
}
/*PORTFOLIO*/
.single-portfolio .entry-header {
	display: none !important;
}
/*PORTFOLIO LIST*/
.portfolio-list article {
	aspect-ratio: 16/9;
	height: auto !important;
	display: flex !important;
	align-items: flex-end;
}
.portfolio-list article.uagb-post__inner-wrap {
	flex-wrap: wrap;
  	align-content: flex-end;
}
.portfolio-list article .uagb-post__title,
.portfolio-list article .uagb-post__text {
	display: block;
	width: 100%;
	padding-bottom: 0;
}
.portfolio-list article .uagb-post__link-complete-box:hover::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background: var(--ast-global-color-0);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.75;
}
/*ARCHIVE LIST*/
.archive.category article {
	aspect-ratio: 16/9;
	height: auto !important;
	display: flex !important;
	align-items: flex-end;
	padding: 20px;
}
.archive.category article h2,
.archive.category article span {
	margin-bottom: 0;
}
/*TESTIMONIALS*/
.wp-block-uagb-testimonial .uagb-tm__company {
	display: none !important;
}
.wp-block-uagb-testimonial .uagb-tm__content {
	height: 100%;
}
.wp-block-uagb-testimonial .uagb-tm__content .uagb-tm__text-wrap {
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: space-between;
}
/*CTA*/
.uagb-infobox-cta-link {
	border-top: 1px solid var(--ast-global-color-0);
	padding: 16px;
	text-transform: none;
}
/*FORM*/

.wpcf7 form select,
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="date"] {
	background: #000;
  	border-bottom: 1px solid var(--ast-global-color-0);
  	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
}
.wpcf7 form textarea {
	color:#fff;
		background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 23px, var(--ast-global-color-0) 24px, var(--ast-global-color-0) 24px, rgba(0, 0, 0, 0) 25px);
		background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 23px, var(--ast-global-color-0) 24px, var(--ast-global-color-0) 24px, rgba(0, 0, 0, 0) 25px);
		background-image: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 23px, var(--ast-global-color-0) 24px, var(--ast-global-color-0) 24px, rgba(0, 0, 0, 0) 25px);
		background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 23px, var(--ast-global-color-0) 24px, var(--ast-global-color-0) 24px, rgba(0, 0, 0, 0) 25px);
		background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 23px, var(--ast-global-color-0) 24px, var(--ast-global-color-0) 24px, rgba(0, 0, 0, 0) 25px);
		background-size: 100% 25px;
		border: 0px solid var(--ast-global-color-0);
		line-height: 25px;
		font-size: 16px;
		display: inline-block;
		width: 100%;
		height: 150px;
		vertical-align: top;
		resize: none;
		background-color: rgba(0, 0, 0, 0);
		padding: 0 5px;
		resize: none;
}

/*FOOTER*/
.site-above-footer-inner-wrap  {
	min-height: inherit  !important;
}
.site-footer-above-section-1 .menu {
	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
	gap: 1rem;
}
.site-footer-above-section-1 .menu li {
	width: 100%;
}
.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
	text-align: right;
}
@media screen and (min-width: 768px) {
	.site-footer-above-section-1 .menu {
		flex-wrap: nowrap;
	}
	.site-footer-above-section-1 .menu li {
		width: auto;
	}
}
/*CAPTCHA*/
.grecaptcha-badge {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	z-index: -1 !important;
}
