/* 
Theme Name: CibránStudio
Theme URI: https://www.rubentous.com
Author: Rubén Tous
Author URI: https://www.rubentous.com
Template: hello-elementor
Version: 2024 - 2.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* GENERAL */
body, html {
	font-size: 20px;
}
body {
	font-weight: 400;
	line-height: 1.3;
	color: #fff;
	background-color: #000;
}

h1{
	font-size: 2.2rem;
}
h2{
	font-size: 2rem;
}
h3{
	font-size: 1.5rem;
}
h4{
	font-size: 1rem;
}

a{
	color: inherit;
	transition: all 0.2s ease-in-out;
}
a:hover{
	color: var(--e-global-color-accent);
}
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{
	transform: none;
}
h1 a,
h2 a,
h3 a,
h4 a{
	text-decoration: underline !important;
}
.under-link a{
	text-decoration: none;
	position: relative;
}
.under-link a:after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: -0.2rem;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
	pointer-events: none;
	transition-delay: 0.5s;
}
.under-link a:hover:after{
	width: 0%;
	transition-delay: 0s;
}
.under-link a:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -0.2rem;
	width: 0%;
	height: 2px;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
	transform-origin: left;
	transition-delay: 0.3s;
	z-index: 1;
}
.under-link a:hover:before{
	width: 100%;
	transition-delay: 0.2s;
}



/* CONTENT GENERAL */
.e-con>.e-con-inner{
	max-width: min(100%, 2500px);
}
#content{
	padding: 2rem 2rem 15vh 2rem;
}
.elementor-element,
.elementor-element .e-con-inner{
	padding: 0;
}
.left-col{
	width: 33%;
	padding: 0;
}
.right-col{
	width: 66%;
	padding: 0;
}
.left-col.left-col-60{
	width: 60%;
	padding: 0;
}
.right-col.right-col-40{
	width: 40%;
	padding: 0;
}
.left-col-title{
	padding-top: 1.2rem;
}
.texto-anmimado .elementor-heading-title .letter {
  opacity: 0;
  transform: translateY(50px);
}
.image-radius.elementor-widget-image img{
	border-radius: 1rem;
}
.image-60.elementor-widget-image img{
	width: 60%;
}
.image-100.elementor-widget-image img{
	width: 100%;
}
.section{
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.section.first{
	margin-top: 0;
}
.section.last{
	margin-bottom: 0;
}
.image-section .image-100 img{
	width: 100vw;
}
.section.section-works h6 a{
	display: inline-block;
	margin-top: 1rem;
}
.section.section-services .e-con-inner{
	gap: 1.5rem;
}
.section.section-services .e-con-inner .elementor-element{
	gap: 0;
}
.section.section-services .elementor-widget-image{
	margin-bottom: 1.5rem;
}
.section.section-services .elementor-widget-heading{
	margin-bottom: 0.5rem;
}
.section.section-services p{
	margin-bottom: 0;
}
.section.title-section .right-col .elementor-widget-heading{
	width: 100%;
	max-width: 45rem;
}
.section.text-section .right-col .elementor-widget-text-editor{
	width: 100%;
	max-width: 40rem;
}
.elementor-element .e-off-canvas__overlay{
	background-color: transparent !important;
}
.texto-anmimado .elementor-heading-title {
  opacity: 0;
  visibility: hidden;
}
.elementor-edit-area .texto-anmimado .elementor-heading-title {
  opacity: 1 !important;
  visibility: visible !important;
}
.title-section .left-col.left-col-60{
	gap: 10px;
}

/* Custom Fade In Up Elementor Pro animation*/
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 20%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}



/* HEADER  */
header{
	padding: 2rem !important;
}
header .elementor-element{
	padding: 0 !important;
}
header .logo img{
	width: 4rem !important;
}
header .logo.logo-dark{
	display: none;
	opacity: 0;
	visibility: hidden;
}
header .contact-email{
	display: none !important;
	opacity: 0;
	visibility: hidden;
}
.mobile-menu-off-canvas{
}
.mobile-menu-off-canvas .e-off-canvas .elementor-widget-nav-menu a{
	color: #000;
	font-size: 3rem;
	line-height: 1;
}
.mobile-menu-button{
}
.mobile-menu-button a{
	background-color: transparent !important;
	border-radius: 0 !important;
	border: 1px solid transparent !important;
	color: #fff !important;
	padding: 0 !important;
	font-size: 1.25rem !important;
}
.mobile-menu-button-close{
	position: absolute;
	right: 1rem;
	top: 1rem;
}
.mobile-menu-button-close a{
	background-color: transparent !important;
	border-radius: 0 !important;
	border: 1px solid transparent !important;
	color: #000 !important;
	padding: 0 !important;
	font-size: 1.25rem !important;
}
header .menu-wrapper{
	max-width: min(100%, 2500px) !important;
}
header .mobile-menu-off-canvas .contact-email.menu-item{
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}
header .menu{
	width: 66%;
}
header .menu .elementor-nav-menu{
	width: 100%;
	display: flex;
	justify-content: end;
}
header .menu .elementor-nav-menu .menu-item-type-custom{
	margin-right: auto;
}



/* FOOTER */
footer{
	padding: 2rem !important;
}
footer .elementor-element{
	padding: 0 !important;
}
footer .logo{
	margin-bottom: 2rem !important;
}
footer .logo img{
	width: 50rem;
	max-width: 70vw;
}



/* CONTACT */
.section.contact-section p,
.section.contact-section pre{
	margin: 0;
}
.section.contact-section pre{
	font-family: inherit;
	color: var(--e-global-color-accent);
}
.section.contact-section .elementor-element{
	row-gap: 0;
}



/* WORKS */
body.single-work{
	background-color: #fff;
}
body.single-work .elementor-location-single .single-work-content{
	padding: 2rem 2rem 15vh 2rem;
}
body.single-work header .logo{
	display: none;
	opacity: 0;
	visibility: hidden;
}
body.single-work header .logo.logo-dark{
	display: block;
	opacity: 1;
	visibility: visible;
}
body.single-work header .contact-email{
	display: flex !important;
	opacity: 1;
	visibility: visible;
}
body.single-work header .contact-email a{
	margin-inline-end: 2rem !important;
}
body.single-work header .mobile-menu-button a{
	color: #000 !important;
}
body.single-work .elementor-widget-heading .elementor-heading-title,
body.single-work .elementor-widget-text-editor{
	color: #000 !important;
}
body.single-work header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{
	color: #000 !important;
}
body.single-work footer{
	background-color: #000;
}
body.single-work .section.image-section{
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
body.single-work .section.image-section.image-section-one{
}
body.single-work .section.image-section.image-section-two{
}
body.single-work .client-col .item{
	gap: 0.5rem;
}
body.single-work .client-col h6{
	font-size: 0.7rem;
	line-height: 1;
}
body.single-work .client-col .client-label h6{
	color: var(--e-global-color-accent) !important;
}
body.single-work .client-col .item{
	margin-bottom: 0.5rem;
}
body.single-work .elementor-location-single .single-work-related{
	background-color: #000;
	padding: 10vh 2rem 15vh 2rem;
}
body.single-work .elementor-location-single .single-work-related .elementor-widget-heading .elementor-heading-title{
	color: #fff !important;
	margin-bottom: 1rem;
}



/* WORKS GRID */
.work-item .e-con-inner{
	gap: 0;
}
.work-item .elementor-widget-image{
	margin-bottom: 1.5rem !important;
	transition: all 0.25s ease-in-out;
}
/*
.work-item:hover .elementor-widget-image{
	transform: translateY(0.5rem);
}
*/
.work-item .grid-title{
	margin-bottom: 0.5rem !important;
}
.work-item .grid-title .elementor-icon svg{
	width: 1rem;
	height: 1rem;
	opacity: 0;
	transform: translateX(-1rem);
	transition: all 0.25s ease-in-out;
}
.work-item:hover .grid-title .elementor-icon svg{
	opacity: 1;
	transform: translateX(0);
}
.work-item .elementor-widget-heading{
}
.work-item .elementor-widget-image img{
	width: 100%;
	border-radius: 1rem;
}
.work-item .elementor-widget-heading h2{
	font-size: 1rem;
}
.work-item .elementor-widget-theme-post-excerpt{
}







/* RESPONSIVE */
@media screen and (max-width: 767px) {
	body, html {
		font-size: 18px;
	}
	#content{
		padding: 2rem 1rem 5vh 1rem;
	}
	body.single-work .elementor-location-single .single-work-content {
		padding: 2rem 1rem 5vh 1rem;
	}
	.left-col,
	.right-col{
		width: 100% !important;
	}
	.image-60.elementor-widget-image img{
		width: 100%;
	}
	.section{
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	header{
		padding: 1rem !important;
	}
	footer{
		padding: 1rem !important;
	}
	footer .elementor-element{
		flex-direction: column-reverse !important;
	}
	footer .elementor-nav-menu{
		flex-direction: column !important;
	}
	footer .elementor-nav-menu a{
		margin: 0 !important;
		padding: 0.25rem 0 !important
	}
	footer .logo{
		margin-bottom: 0 !important;
	}
	footer .logo img{
		max-width: 100%;
		margin-top: 2rem;
	}
	h1{
		font-size: 1.6rem;
	}
	h2{
		font-size: 1.4rem;
	}
	h3{
		font-size: 1.2rem;
	}
	h4{
		font-size: 1rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
		margin-inline-end: 0.8rem !important;
	}
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a {
		margin-inline-start: 0.8rem !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 950px) {
	body.single-work header .contact-email{
		/* display: none !important; */
		font-size: 0.6rem;
		transition: all 0.2s ease-in-out;
	}
}