:root {
  --main-blue: #009AA7;
  --main-green: #64B145;
  --footer-grey: #E5E5E5;
}
/*----GENERAL-----*/
html.lockScroll{
	overflow: hidden;
}
body.lockScroll{
	overflow: hidden;
}
body, html{
	font-family: 'DIN Next W01' !important;
	font-weight: 300;
	line-height: 1em !important;

}

h1,h2,h3{
	line-height: 1em;
	margin-bottom: 7px !important;
}



/*---MARGIN UTILITIES---*/
.mt-20{margin-top: 20px;}
.mt-20{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mb-20{margin-bottom: 20px;}
.mb-40{margin-bottom: 40px;}
.mb-60{margin-bottom: 60px;}
/*----FONT UTILITIES-----*/
.fs10 {font-size: 10px;}
.fs12 {font-size: 12px;}
.fs14 {font-size: 14px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs22 {font-size: 22px;}
.fs24 {font-size: 24px;}

.fs26 {font-size: 26px;}
.fs30 {font-size: 30px;}
.fs36 {font-size: 36px;}
.fs40 {font-size: 40px;}

.fw200{font-weight: 200;}
.bold{font-weight: bold;}
.medium{font-weight: 500;}
.light{font-weight: 300;}
.uppercase{text-transform: uppercase;}

/*----COLOR UTILITIES-----*/
.bg-tone{background-color: var(--main-blue);}
.bg-border-tone{border: solid 1px var(--main-blue);}
.bg-green{background-color: var(--main-green);}
.black{color: black;}
.white{color: white;}
.dark-grey{color: var(--dark-grey);}
.tone{color: var( --tone);}


/*----LINKS-----*/
a.white{color: white;}
a.white:hover{color: #e6ecaf !important;}
a.tone{color: var(--tone);}
a.tone:hover{color: var(--tone-dark) !important;}
a.dark{color: var(--dark-grey);}
a.dark:hover{color: black !important;}
a.main-green{color: var(--main-green);}
a.main-green:hover{color: var(--main-green-dark) !important;}

.pointer{cursor: pointer;}


/*----TEXT EDITOR CONTENT FIXES-----*/
.text-editor-content{
	font-family: 'DIN Next W01' !important;
	line-height: 1.2em;
	font-size: 15px;
}
.text-editor-content div{
	margin-bottom: 1em;
}
.text-editor-content p{
	font-family: 'DIN Next W01' !important;
	margin-bottom: 0em;
}
.text-editor-content h2{
	line-height: 1em;
	margin-bottom: 10px;
}
.text-editor-content h3{
	margin-bottom: 8px;
}
.text-editor-content .section{
	padding: 0 !important ;
}
.text-editor-content .column{
	padding: 0 !important ;
}
.text-editor-content .paragraph{
	margin-bottom: 7px;
}
.text-editor-content ul{
	padding-left: 40px;
	list-style: disc;
	margin-bottom: 1em;
}
.text-editor-content ol{
	list-style: decimal;
	padding-left: 40px;
	margin-bottom: 1em;
}



/*CONTENEDOR PATRIMONIO*/
.container{
	max-width: 1280px!important;
}
.row {--bs-gutter-x: 3.5rem !important;}
@media (max-width: 1280px) {
	.container{
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media (min-width: 992px) {
	.container{
		max-width: 1200px!important;
	}
}
@media (max-width: 992px) {
	.container{
		padding-left: 40px;
		padding-right: 40px;
	}
	.center-mobile{
		text-align: center;
	}
}
@media (max-width: 567px) {
	.container{
		padding-left: 18px;
		padding-right: 18px;
	}
}
@media (max-width: 320px){
	.container{
		padding-left: 18px;
		padding-right: 18px;
	}
}

.full-width-image{
	display: none;
}
.margin-image{
	display: block;
}
@media(max-width: 1024px){
	.full-width-image{
		display: block;
	}
	.margin-image{
		display: none;
	}
}

.patrimonio .page-content{
	margin-top: 40px;
	margin-bottom: 60px;
}
.patrimonio .section-title{
	font-size: 32px;
	font-weight: 500;
	color: black;
}
.patrimonio .section-subtitle{
	font-size: 26px;
	font-weight: 400;
}
.patrimonio .main-img{
	height: 515px;
	width: 100%;
	object-fit: cover;
}
.patrimonio .slider-image{
	height: 569px;
	width: 100%;
	object-fit: cover;
}
.patrimonio .custom-pagination-slider{
	position: absolute;
	bottom: 25px;
	right: 25px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.patrimonio .custom-pagination-slider .slider-btn{
	padding: 0px 2px;
	background-color: #ffffffcf;
}
.patrimonio .custom-pagination-slider .slider-btn i:before{
	font-size: 32px !important;
}    

.patrimonio .custom-pagination-slider .slider-btn:nth-child(1){
	border-radius: 20px 0 0 20px;
}
.patrimonio .custom-pagination-slider .slider-btn:nth-child(2){
	border-radius: 0 20px 20px 0;
}
.patrimonio .ficha-tecnica{
	padding: 31px;
}

@media (max-width: 992px) {
	.patrimonio .section-title{
		font-size: 25px !important;
		font-weight: 500;
	}
	.patrimonio .main-img{
		height: 416px;
		width: 100%;
		object-fit: cover;
	}
	.patrimonio .slider-image{
		height: 416px;
		width: 100%;
		object-fit: cover;
	}
	.patrimonio .ficha-tecnica{
		padding: 20px;
	}
}
@media (max-width: 567px) {
	.patrimonio .main-img{
		height: 292px;
		width: 100%;
		object-fit: cover;
	}
}


.patrimonio #mapid{
	height: 320px; 
	z-index: 99;
}
.patrimonio .sidebar-section{
	padding-left: 29px;
	border-left: solid 2px #009AA7;
}
@media (min-width: 992px) {
  .patrimonio .side-content{
		width: 431px; float: 
		right; max-width: 100%;
	}
}

@media (max-width: 992px){
	.patrimonio .side-content{
		width: 100%; 
		float: right;
		max-width: 100%;
	}
	.patrimonio .sidebar-section{
		padding-left: 0;
		border-left: none;
	}
}

.patrimonio #theme-map{
	height: 515px; 
	z-index: 1;
}

.patrimonio .images-grid{
	grid-gap: 18px;
    display: grid;
    grid-template-columns: repeat( auto-fit, 120px);
}

/*----NAVS-----*/
.top-nav__content{
	font-size: 14px;
	background-color: #009AA7;
	color: white;
	height: 36px;
	padding: 0 15px;
	line-height: 36px;
	width: 431px;
	max-width: 100%;
}
.top-nav__content > * + * { margin-left: 8px !important;}



.top-nav__content a:hover{
	color: #b5f0f5 !important;
}
.top-nav__content a.active{
	color: #b5f0f5 !important;
}
.main-nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-nav__nav-items{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 431px;
	gap: 25px;
	font-weight: bold;
}
.main-nav__nav-items .nav-item{
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
}
.main-nav__nav-items .nav-item li{
	cursor: pointer;
	text-transform: unset !important;
	font-size: 14px;
}


.main-nav__nav-items .nav-item.active{
	color: #009AA7 !important;
}

.main-nav__nav-items .nav-dropdown .dropdown-content{
	padding: 0 !important;
	position: relative;
}
.main-nav__nav-items .nav-dropdown .dropdown-content:before{
	position: absolute;
	top: -10px;
	left: 0;
	content: '';
	width: 65px;
	height: 15px;
	background-color: #009AA7;
}

.main-nav .tablet-dropdown .dropdown-content{
	padding: 0 !important;
	position: relative;
	margin-top: -50px;
}


.mobile-menu{
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	z-index: 999;
	height: 300px;
}
.mobile-menu.active{
	top: 0;
}
.mobile-menu .menu-content{
	max-height: 90%;
	overflow: auto;
	padding: 4px 15px 15px 15px;
	background-color: #009AA7;
}

/*----FOOTER-----*/
/*----FOOTER-----*/
footer{
	background-color: #E5E5E5;
}
.footer-section{
	padding-left: 15px;
	border-left: solid 1px;
}
.footer-section.tone{
	border-color: #64B145 !important;
}
.footer-left{
	display: flex;
	align-items: center;
	gap: 55px;
}
.footer-right{
	display: flex;
	align-items: start;
	gap: 25px;
}
@media (max-width: 992px) {
	.footer-left{
		justify-content: center;
	}
	.footer-right{
		justify-content: center;
	}
}

@media (max-width: 567px) {
	.footer-left{
		text-align: center;
		display: block;
	}
	.footer-right{
		text-align: center;
		display: block;
		width: 213px;
		margin: auto;
		padding-bottom: 25px;
		border-bottom: solid 1px;
	}
	.footer-section{
		width: 213px;
		max-width: 100%;
		margin: auto;
		padding-bottom: 25px;
		padding-left: 0;
		border-left: unset;
		border-bottom: solid 1px;
	}
	.footer-right .footer-section{
		border: none !important;
		padding-bottom: 0px;
		text-align: left;
		padding-left: 25px;
	}
	
	.footer-section.tone{
		border-color: black !important;
	}
}



/*----EXTRA-----*/
[v-cloak]{
    display: none;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
}
.custom-scrollbar::-webkit-scrollbar-track { 
    background : #ffffff;
    border-radius: 5px;
}
.custom-scrollbar::-webkit-scrollbar-thumb { 
    background : #c2c2c7;
    border-radius: 10px;
}
::-moz-selection { /* Code for Firefox */
    color: #1C2829;
    background:  #EEB754 !important;;
}
::selection {
    color: #1C2829;
    background:  #EEB754 !important;;
}
