/* nav */

header {
	display: initial;
    position: relative;
    z-index: 100;
}

.primary-v-caf-header {
	position: fixed;
	padding: 2rem;
	width: 100%;
	top: 0;
}



.caf-ue-logo svg {
	width: 80%;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.caf-logo svg {
	width: 88%;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



/* language switcher */

.lang-item {
	position: relative;
	font-family: sans-serif;
	font-size: var(--font-size-v-000);
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	background-color: #0b01452c;
	border-radius: 40px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: var(--size-v-2);
}

.lang-item {
	text-align: center;
	text-decoration: none;
	transition: 0.2s;
}

.lang-item:hover {
	background-color: #0b0145b6;
}

.sticking .lang-item {
	background-color: #4e547dfe;
}

.sticking .lang-item:hover {
	background-color: #7b84cafe;
}

.lang-item:not(.lang-item-current) {
	transform: translateY(10px);
	opacity: 0;
}

.lang-item-current:hover + ul > .lang-item,
.lang-block-select:hover > .lang-item {
	transform: translateY(0);
	opacity: 1;
}

.lang-item-current:hover + ul > .lang-item:nth-child(1),
.lang-block-select:hover > .lang-item:nth-child(1) {
	transition-delay: 0.165s;
}

.lang-item-current:hover + ul > .lang-item:nth-child(2),
.lang-block-select:hover > .lang-item:nth-child(2) {
	transition-delay: 0.205s;
}

.lang-item-current:hover + ul > .lang-item:nth-child(3),
.lang-block-select:hover > .lang-item:nth-child(3) {
	transition-delay: 0.245s;
}

.lang-block-select {
	transform-origin: center top;
	transform: scaleY(0);
	transition: all 0.25s 0.05s ease-in-out;
}
.lang-item-current:hover + ul,
.lang-block-select:hover {
	transform: scaleY(1);
	transition-delay: 0s;
}
.lang-block-select {
	position: absolute;
	top: 48px;
	width: calc(100% + 20px);
}

/* hamburguer */

.hamburger .line {
	width: 25px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 6px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger:hover {
	cursor: pointer;
}

/* header on scroll */

.sticking .caf-ue-logo svg {
	width: 20%;
	transform: translateX(-20px);
}

.sticking .caf-logo svg {
	width: 88%;
}

.sticking {
	background-color: #1a2c42;
	padding: 1rem 1rem 0.5rem 0.5rem !important;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 20;
}

.sticking .caf-ue-logo-sm {
	display: none !important;
}

.caf-ue-logo-sm  {
width: 100%;
text-align: center;
}

.caf-ue-logo-sm svg {
	max-width: 320px;

}

/* @media (max-width: 500px) {
	.caf-ue-logo-sm {
	}
}
 */

@media (max-width: 768px) {
	.sticking {
		padding: 1rem 1rem 1rem 0.5rem !important;
	}
	.sticking .caf-logo svg {
		width: 70%;
	}
}

/* subnavegacion */



.caf-nav-subhome {
	position: relative;
	z-index: 10;
}

.caf-nav-subhome button {
	cursor: pointer;
	border: 0;
	padding: 0;
}

.caf-nav-subhome button:focus {
	outline: 0px;
}

.caf-nav-subhome-2 {
	border-bottom: 1px solid var(--clr-v-gray-1);
	z-index: 10;
}

.caf-nav-subhome:not(.--jsfied) {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.caf-nav-subhome .--hidden {
	display: none;
}

.caf-nav-subhome a,
.caf-nav-subhome button {
	width: 100%;
	height: 100%;
	display: block;
	font-family: Raleway, sans-serif;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	line-height: 1.2;
	text-align: center;
	color: #000;
	background-color: transparent;
	font-weight: 600;  
}

.caf-nav-subhome-2 a,
.caf-nav-subhome-2 button {
	color: #000;
}

.caf-nav-subhome-3 .-secondary a,
.caf-nav-subhome-3 button {
	color: #000;
}

.caf-nav-subhome .caf-primary {
	display: flex;
}

.caf-nav-subhome .caf-primary > li {
	flex-grow: 1;
	background-color: #fff;
}

.caf-nav-subhome-2 .caf-primary > li {
	flex-grow: 1;
	background-color: #fff;
}

.caf-nav-subhome ul {
	margin-bottom: 0px;
}

.caf-nav-subhome .caf-primary > li + li {
	border-left: 1px solid var(--clr-v-gray-1);
}

.caf-nav-subhome-2 .caf-primary > li + li {
	border-left: 1px solid var(--clr-v-gray-1);
}
.caf-nav-subhome .caf-primary > li > a,
.caf-nav-subhome .caf-primary > li > button {
	white-space: nowrap;
	padding: 1.8em 0.6em;
    font-weight: 700;
}
.caf-nav-subhome .caf-primary > li > a:hover,
.caf-nav-subhome .caf-primary > li > button:hover,
.caf-nav-subhome .caf-primary > .activado {
	background-color: var(--clr-v-yellow-1);
	box-shadow: inset 0 -0.4em 0 var(--clr-v-yellow-1);
	color: #000;
}
.caf-nav-subhome .caf-primary > li > a:active,
.caf-nav-subhome .caf-primary > li > button:active {
	background-color: var(--clr-v-yellow-1);
	box-shadow: inset 0 -0.4em 0 var(--clr-v-yellow-1);
	color: #000;
}
.caf-nav-subhome .caf-primary .-more {
	background-color: var(--clr-v-yellow-1);
}
.caf-nav-subhome .caf-primary .-more > button span {
	display: inline-block;
	transition: transform 0.2s;
}
.caf-nav-subhome.--show-secondary .caf-primary .-more > button span {
	transform: rotate(180deg);
}
.caf-nav-subhome .-secondary {
	max-width: 100%;
	min-width: 10em;
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	animation: nav-secondary 0.2s;
	z-index: -1;
}

.-secondary a {
	text-align: right;
}

.caf-nav-subhome .-secondary li {
	background-color: var(--clr-v-yellow-1);
	padding: 0.2rem 1rem;
}
.caf-nav-subhome .-secondary a,
.caf-nav-subhome .-secondary button {
	padding: 1.5em 0.6em;
}
.caf-nav-subhome .-secondary a:hover,
.caf-nav-subhome .-secondary button:hover {
	background-color: var(--clr-v-yellow-1);
}
.caf-nav-subhome .-secondary a:active,
.caf-nav-subhome .-secondary button:active {
	background-color: var(--clr-v-yellow-1);
}
.caf-nav-subhome.--show-secondary .-secondary {
	display: block;
}
.caf-nav-subhome-section .activado {
	background-color: var(--clr-v-yellow-1);
}


@keyframes nav-secondary {
	0% {
		opacity: 0;
		transform: translateY(-1em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* .section-v-header {
	padding-left: 110px;
} */

.section-v-header h1 {
font-size: 4rem;
}

@media (max-width: 991px) {
	/* .section-v-header {
		padding-left: 15px;
	} */
	
	.section-v-header h1 {
		font-size: 2.5rem;
		}
		
}


.caf-op2 {
	padding: 0 !important;
	}
	
