/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

body {
	font-family: "Lato", sans-serif;
}

.source-sans {
	font-family: "Lato", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.Lato {
	font-family: "Lato", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}


.menu-item:hover .menu-link {
	box-shadow: none;
}

.menu-item:hover a div {
	font-weight: 600;
}

@media only screen and (max-width: 640px) {
	.logobg {
		width: 100%;
	}

	.aliadopadding {
		padding-right: 0 !important;
	}
}

.darkgrey {
	color: #5F6774;
}

.colorOne {
	color: #172A8F;
}

.colorTwo {
	color: #172373;
}

.colorThree {
	color: #0E1441;
}

.colorFour {
	color: #070926;
}

.colorOneBg {
	background-color: #172A8F;
}

.colorTwoBg {
	background-color: #172373;
}

.colorThreeBg {
	background-color: #0E1441;
}

.darkgreyBg {
	background-color: #5F6774;
}

.team-person {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.person-container {
	border-radius: 50%;
	height: 312px;
	-webkit-tap-highlight-color: transparent;
	transform: scale(0.48);
	transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
	width: 400px;
}

.person-container:hover {
	transform: scale(0.54);
}

.person-container-inner {
	position: relative;
	clip-path: path("M 390,400 C 390,504.9341 304.9341,590 200,590 95.065898,590 10,504.9341 10,400 V 10 H 200 390 Z");
	transform-origin: 50%;
	top: -200px;
}

.person-circle {
	border-radius: 50%;
	cursor: pointer;
	height: 380px;
	left: 10px;
	pointer-events: none;
	position: absolute;
	top: 210px;
	width: 380px;
}

.person-img {
	pointer-events: none;
	position: relative;
	transform: translateY(20px) scale(1.16);
	transform-origin: 50% bottom;
	transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
	width: 380px;
	left: 22px;
	top: 164px;
}

.person-container:hover .person-img {
	transform: translateY(0) scale(1.2);
}

.person-divider {
	height: 1px;
	width: 160px;
}


.block-tab-4 .nav-link {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 500;
	color: #303030;
	transition: none;
}


.block-tab-4 .nav-link.active,
.block-tab-4 .tab-pane {
	color: #FFF;
	background-color: #172373;
}

.block-tab-4 .nav-link:nth-child(2).active,
.block-tab-4 .tab-pane:nth-child(2) {
	background-color: #0E1441;
}

.block-tab-4 .nav-link:nth-child(3).active,
.block-tab-4 .tab-pane:nth-child(3) {
	background-color: #172A8F;
}

.borderrounded {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}


.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #303030;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999999;
}


.float:hover {
	color: #727272 !important;
}

.my-float:hover {
	color: #727272 !important;
}

.buttoncontactmobile {
	background-color: #303030 !important;
}

.buttoncontactmobile:hover {
	background-color: #172373 !important;
}

.button-one {
	--cnvs-btn-color: #172A8F;
}

.button-one.button-3d:hover,
.button-one.button-reveal:hover,
.button-one.button-border:hover {
	--cnvs-btn-color: #172A8F !important;
}

.button-one.button-border.button-fill::before {
	background-color: #172A8F;
}

.button-one.button-action {
	--cnvs-btn-action-border-color: #172A8F;
}

.button-border.button-one,
.button-border.button-light.button-one {
	color: #172A8F;
	border-color: #172A8F;
}

.button-two {
	--cnvs-btn-color: #172373;
}

.button-two.button-3d:hover,
.button-two.button-reveal:hover,
.button-two.button-border:hover {
	--cnvs-btn-color: #172373 !important;
}

.button-two.button-border.button-fill::before {
	background-color: #172373;
}

.button-two.button-action {
	--cnvs-btn-action-border-color: #172373;
}

.button-border.button-two,
.button-border.button-light.button-two {
	color: #172373;
	border-color: #172373;
}

.button-three {
	--cnvs-btn-color: #0E1441;
}

.button-three.button-3d:hover,
.button-three.button-reveal:hover,
.button-three.button-border:hover {
	--cnvs-btn-color: #0E1441 !important;
}

.button-three.button-border.button-fill::before {
	background-color: #0E1441;
}

.button-three.button-action {
	--cnvs-btn-action-border-color: #0E1441;
}

.button-border.button-three,
.button-border.button-light.button-three {
	color: #0E1441;
	border-color: #0E1441;
}

.button-darkgray {
	--cnvs-btn-color: #303030;
}

.button-darkgray.button-3d:hover,
.button-darkgray.button-reveal:hover,
.button-darkgray.button-border:hover {
	--cnvs-btn-color: #303030 !important;
}

.button-darkgray.button-border.button-fill::before {
	background-color: #303030;
}

.button-darkgray.button-action {
	--cnvs-btn-action-border-color: #303030;
}

.button-border.button-darkgray,
.button-border.button-light.button-darkgray {
	color: #303030;
	border-color: #303030;
}

.button-lightgray {
	--cnvs-btn-color: #727272;
}

.button-lightgray.button-3d:hover,
.button-lightgray.button-reveal:hover,
.button-lightgray.button-border:hover {
	--cnvs-btn-color: #727272 !important;
}

.button-lightgray.button-border.button-fill::before {
	background-color: #727272;
}

.button-lightgray.button-action {
	--cnvs-btn-action-border-color: #727272;
}

.button-border.button-lightgray,
.button-border.button-light.button-lightgray {
	color: #727272;
	border-color: #727272;
}


@media only screen and (max-width: 640px) {
	.logomobile {
		width: 20% !important;
		height: 20% !important;
		margin-left: 15px !important;
	}

	.menuitemmobile {
		color: #303030 !important;
		font-size: large;
	}

	.buttonmobilecontact {
		background-color: white !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.logovideomobile {
		height: 80% !important;
		width: 80% !important;
	}

	.textvideomobile {
		font-size: 40px;
	}

	.sectionmobile {
		padding: 3rem;
	}

	.contactformmobile {
		position: relative;
	}

	.rightsmobile {
		display: flex;
		justify-content: center;
	}

	.buttoncontactmobile {
		display: flex;
	}

	.textmobile {
		font-size: medium !important;
	}

	.contactinfommobile {
		margin-bottom: 2rem !important;
	}

	.optionsmenumobile {
		padding: 1rem !important;
	}

	#navmenuhide {
		display: none !important;
	}

	.positionmobilemenu {
		position: fixed;
		background-color: white;
		width: 100%;
		left: 0 !important;
	}

	.aliadopadding {
		padding-right: 0 !important;
	}
}

@media only screen and (max-width: 990px) {
	.menuitemmobile {
		color: #303030 !important;
		font-size: large;
	}

	.buttonmobilecontact {
		background-color: white !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.aliadopadding {
		padding-right: 0 !important;
	}
}

body {
	overflow-x: hidden;
	/* Esto oculta el desplazamiento horizontal */
}

body {
	overflow-x: hidden;
	/* Esto oculta el desplazamiento horizontal */
}

.textmenu {
	color: rgb(47, 47, 47);
	font-weight: 600;
	font-size: 15px;
}

.block-hero-9 .slide-1,
.block-hero-9 .swiper-pagination span:nth-child(1) {
	--color: #172373;
}

.block-hero-9 .slide-2,
.block-hero-9 .swiper-pagination span:nth-child(2) {
	--color: #0E1441;
}

.block-hero-9 .slide-3,
.block-hero-9 .swiper-pagination span:nth-child(3) {
	--color: #172A8F;
}

.block-hero-9 .slide-4,
.block-hero-9 .swiper-pagination span:nth-child(4) {
	--color: #172373;
}

.block-hero-9 .swiper-horizontal>.swiper-pagination-bullets,
.block-hero-9 .swiper-pagination-custom,
.block-hero-9 .swiper-pagination-fraction {
	left: auto;
	right: 0;
}

.block-hero-9 .swiper-pagination {
	padding: 4px 6px;
	width: auto;
}

.block-hero-9 .swiper-pagination span:hover,
.block-hero-9 .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: var(--color) !important;
}

.block-hero-9 .swiper-pagination span {
	border-color: var(--color) !important;
}

.lato-thin {
	font-family: "Lato", serif;
	font-weight: 100;
	font-style: normal;
}

.lato-light {
	font-family: "Lato", serif;
	font-weight: 300;
	font-style: normal;
}

.lato-regular {
	font-family: "Lato", serif;
	font-weight: 400;
	font-style: normal;
}

.lato-bold {
	font-family: "Lato", serif;
	font-weight: 700;
	font-style: normal;
}

.lato-black {
	font-family: "Lato", serif;
	font-weight: 900;
	font-style: normal;
}

.lato-thin-italic {
	font-family: "Lato", serif;
	font-weight: 100;
	font-style: italic;
}

.lato-light-italic {
	font-family: "Lato", serif;
	font-weight: 300;
	font-style: italic;
}

.lato-regular-italic {
	font-family: "Lato", serif;
	font-weight: 400;
	font-style: italic;
}

.lato-bold-italic {
	font-family: "Lato", serif;
	font-weight: 700;
	font-style: italic;
}

.lato-black-italic {
	font-family: "Lato", serif;
	font-weight: 900;
	font-style: italic;
}

.blurred {
	filter: blur(5px);
	/* Ajusta el nivel de desenfoque en píxeles */
}

.botoncontacto {
	background-color: #172A8F;
	color: white;
	border: none;
}

.botoncontacto:hover {
	background-color: #ffffff;
	color: #172A8F;
}

.blue {
	color: #172373;
}

.bluedark {
	color: #0E1441;
}

.bluelight {
	color: #172A8F;
}

.bluewhite {
	color: #1633d4;
}

.iconoinicio {
	color: #0E1441;
	font-size: xx-large;
}

.banner {
	width: 100%;
	/* Ocupa todo el ancho del contenedor */
	height: 500px;
	/* Ajusta la altura como desees */
	overflow: hidden;
	/* Oculta las partes sobrantes de la imagen */
}

.banner img {
	width: 100%;
	/* La imagen se ajusta al ancho del contenedor */
	height: 100%;
	/* Se asegura de cubrir la altura definida */
	object-fit: cover;
	/* Mantiene el aspecto y recorta si es necesario */
}

.block-card-9 .grid-inner .btn-hover {
	opacity: 0;
	display: block;
	transition: opacity .3s ease, transform .3s .1s ease;
	margin-top: 15px;
	position: absolute;
	transform: translateY(0);
}

.block-card-9 .grid-inner:hover .btn-hover {
	opacity: 1;
	transform: translateY(-5px);
}

.block-card-9 .grid-inner .grid-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.block-card-9 .grid-inner:hover .grid-image {
	-webkit-animation: kenburns 20s ease-out both;
	animation: kenburns 20s ease-out both;
}

.block-card-9 .grid-inner .grid-icon,
.block-card-9 .grid-inner .grid-content {
	transition: transform .3s ease;
}

.block-card-9 .grid-inner:hover .grid-content {
	transform: translateY(-45px);
}

.block-card-9 .grid-inner:hover .grid-icon {
	transform: translateY(-5px);
}

@-webkit-keyframes kenburns {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 84%;
		transform-origin: 84% 84%;
	}

	100% {
		-webkit-transform: scale(1.25) translate(20px, 15px);
		transform: scale(1.25) translate(20px, 15px);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
}

@keyframes kenburns {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 84%;
		transform-origin: 84% 84%;
	}

	100% {
		-webkit-transform: scale(1.25) translate(20px, 15px);
		transform: scale(1.25) translate(20px, 15px);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
}

.block-hero-20 {
	--color: #172A8F;
	--color-secondary: 237, 237, 237;
}

.block-hero-20 h1,
.block-hero-20 h2,
.block-hero-20 h3,
.block-hero-20 h4,
.block-hero-20 h5,
.block-hero-20 h6,
.block-hero-20 p,
.block-hero-20 a,
.block-hero-20 .color {
	font-family: 'Playfair Display', serif !important;
	color: var(--color) !important;
}

.block-hero-20 .bg-color {
	background-color: var(--color) !important;
}

.block-hero-20 .fbox-icon i {
	background-color: #ffffff;
	color: var(--color);
}


.process-steps {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: relative;
	margin: 0;
}

.step {
	text-align: center;
}

.i-circled {
	width: 60px;
	/* Tamaño del círculo */
	height: 60px;
	background-color: white;
	/* Relleno blanco */
	border-radius: 50%;
	/* Hace que el elemento sea un círculo */
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: black;
	/* Color del número */
	border: 2px solid rgb(255, 255, 255);
	/* Borde opcional */
	text-decoration: none;
	/* Evita el subrayado si es un enlace */
}

/* Línea de progreso sólida y centrada */
process-steps li::before,
.process-steps li::after {
	border-top: 2px solid var() !important;
}

.progress-line {
	position: absolute;
	top: 70%;
	left: 50%;
	width: 86%;
	height: 5px;
	background-color: white;
	z-index: 0;
	transform: translateX(-50%);
}

/* Estilos de los círculos */
.step-circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	position: relative;
	z-index: 1;
}

.icon-step {
	display: none
}

.text-step {
	font-size: 16px;
}

/* Corrousel Amenities, Tipologias*/
.carrousel-computer {
	display: inline-block;
}

.carrousel-mobile {
	display: none
}

/* Cambiar a vista vertical en móviles */
@media (max-width: 768px) {
	.process-steps {
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.step {
		width: 100%;
		justify-content: flex-start;
		text-align: start;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-top: 5%;
	}

	.icon-step {
		display: inline-block;
		zoom: 3;
		margin-right: 5%;
		/* O flex si es necesario */
	}

	.text-step {
		padding: 0;
		margin-top: 8%;
	}

	.step-circle {
		display: none;
	}

	.progress-line {
		display: none;
	}

	/* Corrousel Amenities, Tipologias*/
	.carrousel-computer {
		display: none
	}

	.carrousel-mobile {
		display: inline-block;
	}
}

/* Círculos blancos */
.incompleted {
	background-color: #0E1441 !important;
}

/* Círculos blancos */
.completed {
	background-color: rgb(211, 211, 211);
	
	border: 3px solid #0E1441;
}

/* Último círculo transparente con borde blanco */
.last-step {
	border: 3px solid #1633d4;
}

/* PROJECTS - Slider sitios de interes
  -----------------------------------------------------------------*/
/* Estilos para el slider */
/* Estilos para el overlay */
.bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, #17237383 100%);
	/*background: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
}

.bg-overlay-content-custom {
	position: absolute;
	bottom: 40px;
	/* Distancia desde la parte inferior */
	left: 40px;
	/* Distancia desde la izquierda */
	color: white;
	/* Color del texto */
	display: flex;
	flex-direction: column;
	/* Alinea el título y subtítulo en columna */
	align-items: flex-start;
	/* Alinea a la izquierda */
	justify-content: end
		/* Alinea al fondo */
}

/* Estilos para el título */
.slide-title {
	/* Tamaño grande para el título */
	margin: 0;
	line-height: 1.2;
	/* Espaciado entre líneas */
}

/* Estilos para el subtítulo */
.slide-subtitle {
	font-size: 24px;
	/* Tamaño grande para el subtítulo */
	margin: 0;
	line-height: 1.2;
	/* Espaciado entre líneas */
}

.block-hero-20 .fbox-icon i {
	background-color: #ffffff;
	color: var(--color);
}

html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	/* Evita que el contenido desborde horizontalmente */
	width: 100%;
	/* Asegura que el cuerpo no exceda el ancho de la ventana */
	box-sizing: border-box;
	/* Aplica el modelo de caja para evitar desbordamientos por padding/borders */
}

.copyright-links a {
	border-bottom: none !important;
}

.aliadopadding {
	padding-right: 7em;
}

/* CARDS PROYECTOS */
@media (max-width: 992px) {

	/* Para tablets y móviles */
	.btn-hover {
		opacity: 1 !important;
		visibility: visible !important;

	}


	#project-cards .grid-content {
		margin-bottom: 4rem !important;
	}
}

/* 5-column layout for project cards */
@media (min-width: 992px) {
	.col-lg-2-4 {
		flex: 0 0 auto;
		width: 20%;
	}
}

/* Increase font sizes in project cards */
.block-card-9 .grid-content h4 {
	font-size: 1.1rem !important;
}

.block-card-9 .grid-content h3 {
	font-size: 2.5rem !important;
}

.block-card-9 .grid-content h5 {
	font-size: 1rem !important;
}

/* Make strategic partners images bigger on mobile */
@media only screen and (max-width: 768px) {
	#oc-clients-full .oc-item img {
		width: 100% !important;
		height: auto !important;
	}

	#oc-clients-full .oc-item {
		max-width: 250px !important;
	}
}
