/*
Theme Name: Tannua
Theme URI: https://tannua.com/
Template: hello-elementor
Author: Tannua Team
Author URI: https://tannua.com/
Description: Tema a medida del diseño web
Version: 1
*/
:root {
	--main-font: Barlow;
	--alt-font: 'Barlow Condensed';
	--max-width: 1340px;
	--gray-color: #f8f8f8;
}
::-webkit-scrollbar {
  width: 2px;
}
::-webkit-scrollbar-track {
  background: #4E4A5966;
}
::-webkit-scrollbar-thumb {
  background: #4E4A59;
}
::-webkit-scrollbar-thumb:hover {
  background: #4E4A59;
}
.submenu-proyecto{
	opacity: 0;
	position: absolute !important;
    top: 75px;
    left: 50%;
    transform: translatex(-50%) translateY(10px);
    width: calc(100% - 400px);
	transition: all 0.3s ease;
	visibility: hidden;
}
.submenu-proyecto.visible {
    opacity: 1;
    visibility: visible;
    transform: translatex(-50%) translateY(0);
}
.tour-virtual .elementor-item-anchor {
    padding: 10px 13px !important;
    background-color: var(--e-global-color-primary);
    border-radius: 5px;
}
.tour-virtual .elementor-item-anchor:after{
	display: none;
}
.green{
	color: var(--e-global-color-primary);
}
.flex {
	display: flex;
}

.jb-icon {
    display: inline-block;
    margin-left: 10px;
    
}
.icon-arrow{
	background-image: url('/wp-content/uploads/2025/09/arrow-left-button.svg');
	width: 50px;
    height: 25px;
	margin-bottom: -7px;
}
.icon-arrow-btn{
	background-image: url('/wp-content/uploads/2025/09/arrow-left-button.svg');
	width: 50px;
    height: 25px;
}
.icon-arrow-project{
	background-image: url('/wp-content/uploads/2025/10/arrow-link-proyecto.svg');
	width: 42px;
    height: 13px;
}
.icon-arrow-city{
	background-image: url('/wp-content/uploads/2025/10/city-icon.svg');
	width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}
.title-decoration h2:before{
	content: '';
	background-image: url('/wp-content/uploads/2025/09/hoja-decoration-title.svg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 56px;
	height: 52px;
	position:absolute;
	left: 0px;
	top: 6px;
	z-index: -1;
}
.title-decoration h2{
	padding-left: 37px;
}
.custom-slider-prev-arrow {
    left: 20px;
}
.custom-slider-next-arrow{
	right: 20px;
}
.custom-slider-arrow::after{
    background-image: url('/wp-content/uploads/2025/09/arrow-prados-left.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
/*     top: inherit; */
    width: 19px;
    height: 14px;
}
.custom-slider-arrow {
    top: 50%;
    width: 68px;
    height: 68px;
    background-color: #FFFFFF80;
    border: 0;
    transform: translateY(-50%);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;
    border-radius: 50px;
}
.custom-slider-dots {
    bottom: 60px;
    left: 13%;
    transform: translateX(0);
	
}
.custom-slider-dot {
    width: 22px;
    height: 22px;
    background-color: transparent;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50px;
}
.custom-slider-dot.active-bullet{
	background-color: transparent !important;
	display: flex;
    justify-content: center;
	align-items: center;
	border-color: var(--e-global-color-primary);
}
.custom-slider-dot.active-bullet:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: var(--e-global-color-primary);
    display: block;
}
*:focus, input:invalid, input:focus, select:focus {
  box-shadow: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
}
.title--section h2 b {
	color: var(--e-global-color-primary);
}
.title--section h2:before {
	content: '';
	background: url(/wp-content/uploads/2025/09/hoja-decoration-title.svg) no-repeat center/contain;
	width: 56px;
	height: 52px;
	bottom: 8px;
	left: -38px;
	position: absolute;
}
.full-section:before {
	content: '' !important;
    width: 100%;
    height: 100%;
    background-color: var(--gray-color);
    position: absolute;
    top: 0;
	left: -100% !important;
}
.full-section:after {
	content: '';
    width: 100%;
    height: 100%;
    background-color: var(--gray-color);
    position: absolute;
    top: 0;
	right: -100%;
}
.btn__maps a {
	display: flex;
    align-items: center;
    gap: 18px;
}
.btn__maps a:after {
	content: "";
	background: url(/wp-content/uploads/2025/10/arrow-green.svg)no-repeat center/contain;
	width: 41px;
	height: 11px;
	display: inline;
}
.btn__maps a svg {
	height: 24px;
	width: 24px;
	aspect-ratio: 1;
	object-fit: contain;
}
.btn__maps a .elementor-button-text {
	line-height: normal;
}
.title--section h2 br {
	display: none;
}
@media(max-width: 768px) {
	.title--section h2:before {
		bottom: 0;
		left: 10px;
	}
	.title--section.leaf-top h2:before {
		top: 0;
		bottom: initial;
	}
	.title--section h2 span {
		font-weight: 700;
		color: var(--e-global-color-primary);
	}
	.title--section h2 br {
		display: initial;
	}
	.btn__maps a {
		gap: 8px;
	}
}