:root {
	--clr-caf-red: #f31356;
	--clr-caf-red-dark: #a50d3b;
	--clr-caf-blue-light: #bacfef;
	--clr-caf-blue: #78bbe9;
	--clr-caf-blue-md: #0064a6;
	--clr-caf-blue-dark: #003b61;
	--clr-caf-gray-1: #f1f1f1;
	--clr-caf-gray-2: #cccccc;
	--clr-caf-gray-3: #ababab;
	--clr-caf-gray-4: #999999;
	--clr-caf-gray-5: #333333;

	--clr-caf-white: #fff;
	--clr-caf-black: #000;
}

p {
	font-size: 1.1rem;
}

.caf-bg-gray {
	background-color: var(--clr-caf-gray-1);
}

.caf_azul_md_bg {
	background-color: var(--clr-caf-blue-md) !important;
}

img {
	width: 100%;
}

.caf-mt-105 {
	margin-top: 105px;
}

/* hero image */

.pais-header {
	background-image: linear-gradient(to bottom, rgba(4, 56, 90, 0.79), rgba(243, 19, 87, 0.44)), var(--bgimage);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding: 2rem 0;
}

.pais-header h1 {
	padding: 5rem 0 0 0;
	display: inline-block;
	text-align: center;
	width: 100%;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 3.8rem;
	letter-spacing: 0.8px;
	color: var(--clr-caf-white);
}

.pais-header-slide h1 {
	text-align: center;
	width: 100%;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 3.8rem;
	letter-spacing: 0.8px;
	color: var(--clr-caf-white);
}

@media (max-width: 780px) {
	.pais-header h1, .pais-header-slide h1 {
		font-size: 2rem;
	}
}

/* header slider  */

.pais-header-slide .carousel-item {
	height: 480px;
}

.pais-header-slide .carousel img {
	object-fit: cover;
	width: auto !important;
}

.carousel-inner .imgOverlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(7, 88, 182);
	background: linear-gradient(90deg, rgba(7, 88, 182, 0.8015800070028012) 0%, rgba(228, 26, 196, 0.5298713235294117) 100%);
}

.pais-header-slide  .main-text {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
}



/* borders - reset bootstrap */

.caf-doble .border-right {
	border-right: 0px solid var(--clr-caf-gray-2) !important;
}
.caf-doble .border-left {
	border-left: 0px solid var(--clr-caf-gray-2) !important;
}
.caf-doble .border-top {
	border-top: 1px solid var(--clr-caf-gray-2) !important;
}

@media (min-width: 994px) {
	.caf-doble .border-right {
		border-right: 1px solid var(--clr-caf-gray-2) !important;
	}
	.caf-doble .border-left {
		border-left: 1px solid var(--clr-caf-gray-2) !important;
	}
	.caf-doble .umb-grid .border-right:last-child {
		border-right: 0px solid var(--clr-caf-gray-2) !important;
	}
}

/* Utilidades */

.w-caf-75 {
	width: 100%;
}

.px-30 {
	padding: 0 30px;
}

@media (min-width: 780px) {
	.w-caf-75 {
		width: 75%;
	}
}

/* 2 modulos 1 bloque */

.caf-doble h4 {
	font-size: 1.8rem;
	font-weight: 900;
}

.caf-doble h2 {
	font-size: 2.2rem;
	font-weight: 900;
}

.caf-tit-alt {
	width: 100%;
	position: relative;
}
.umb-grid h3 {
	line-height: 1.2;
	width: 100%;
	position: relative;
	padding-left: 0 !important;
	padding-right: 1rem !important;
	margin-bottom: 2rem !important;
	font-size: 2rem;
	font-weight: 400;
	text-transform: uppercase;
}

.caf-tit-alt::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 90%;
	top: 0px;
	left: -33px;
	background-color: var(--clr-caf-red);
}
.umb-grid h3::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 90%;
	top: 0px;
	left: -48px;
	background-color: var(--clr-caf-red);
}

.caf-tit-alt h5 {
	font-size: 2rem;
	font-weight: 100;
	text-transform: uppercase;
}

.caf-number-red {
	font-size: 1.5rem;
	font-feature-settings: "pnum" on, "lnum" on;
	color: var(--clr-caf-red);
}

.caf-doble-body {
	border-top: 1px solid var(--clr-caf-gray-2);
	padding: 1rem 0;
}

.caf-strap {
	padding: 0 1rem;
	background-color: var(--clr-caf-gray-1);
	margin-bottom: 0.5rem;
	min-height: 78px;
}

.caf-strap-numero {
	font-size: 3rem;
	font-weight: 900;
	margin-right: 1rem;
	text-align: right;
	color: var(--clr-caf-blue);
}

.caf-strap-picto {
	font-size: 1.6rem;
	color: var(--clr-caf-blue);
	margin-right: 1rem;
	width: 30px;
}

.caf-strap-texto {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
}

.caf-strap-texto span {
	font-size: 0.7rem;
	line-height: 0.7;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
	margin-bottom: 0.2rem;
}

.caf-doble-body img {
	width: 100%;
	min-height: 190px;
	object-fit: cover;
}

.caf-listing-img img {
	width: 100%;
	max-height: 190px;
	object-fit: cover;
}

.caf-filete-red {
	width: 125px;
	height: 6px;
	background-color: var(--clr-caf-red);
	margin-top: 1rem;
}

/* 2 modulos 1 bloque BG oscuro */

.caf-doble-body-osc img {
	width: 100%;
	max-height: 280px;
	object-fit: contain;
}

.caf-doble .caf_color_blanco_bg {
	padding: 30px 0 20px 0;
}

.caf-doble-body-osc p {
	letter-spacing: 0.6px;
	margin-bottom: 0;
}

.caf-doble-body-osc h3 {
	font-size: 5rem;
	font-weight: 900;
	color: var(--clr-caf-blue-light);
	font-feature-settings: "pnum" on, "lnum" on;
}

.caf-doble-body-osc h5 {
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.caf-doble-body-osc ul {
	font-size: 0.9rem;
	padding: 0px;
	margin-top: 1rem;
}

.caf-doble-body-osc .caf-numero-xl {
	font-family: Raleway, sans-serif;
	font-size: 7rem;
	font-weight: 900;
	color: var(--clr-caf-blue-light);
	line-height: 0.5;
	margin-right: 15px;
	font-feature-settings: "pnum" on, "lnum" on;
}

.caf-titulo-doble-white h3 {
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--clr-caf-white);
}

/* CONTENIDO FILTRADO */

.caf_filtro_tit a {
	font-family: Raleway, sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	color: var(--clr-caf-black);
}

.caf_filtro_tit p {
	color: var(--clr-caf-gray-4);
	font-size: 0.95rem;
	font-weight: 400;
	padding-left: 34px;
}

.fa-sliders-h {
	color: var(--clr-caf-red);
	margin-right: 0.5rem;
}

.caf-grupo-filtros {
	margin-bottom: 0.6rem;
	padding-top: 0.2rem;
}

.caf-grupo-filtros button {
	min-height: 48px;
}

.caf-contacto-pais input[type=submit] {
	margin-top: 15px;
	width: 98% !important;
	background-color: var(--clr-caf-red);
	color: var(--clr-caf-white);
}

.caf-contacto-pais textarea {
	width: 98%;
}

.caf-grupo-filtros .btn-link {
	color: var(--clr-caf-black);
	font-weight: 700;
	font-size: 0.9rem;
}

.caf-listing-content h6 {
	font-size: 0.95rem;
	text-transform: uppercase;
	color: var(--clr-caf-red);
}

.caf-listing-content h5 {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--clr-caf-gray-5);
}

.btn-filter {
	width: 94%;
	text-align: left;
	border-radius: 0px;
	height: 16px !important;
	margin-bottom: 0.1 rem;
}

.btn-filter.d-block.active {
	background-color: var(--clr-caf-red) !important;
	color: var(--clr-caf-white);
	position: relative;
}

.btn-filter.d-block.active::after {
	position: absolute;
	content: "";
	top: -1px;
	right: -25px;
	width: 20px;
	border-left: solid 24px var(--clr-caf-red);
	border-bottom: solid 24px transparent;
	border-top: solid 24px transparent;
}

/* ACTUALIDAD */

.pais-caf-noticias-list img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: left top;
}

@supports (aspect-ratio: 9/5) {
	.pais-caf-noticias-list img {
		width: 100%;
		height: auto;
		aspect-ratio: 9/5;
		object-fit: cover;
		object-position: left top;
	}
}

.pais-caf-noticias-list h6 {
	font-size: 0.9rem;
	color: var(--clr-caf-red);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.pais-caf-noticias-list h5 a {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--clr-caf-gray-5);
}

.pais-list-arrow {
	position: absolute;
	padding: 40px 10px;
	left: unset;
	right: 0;
	background-color: var(--clr-caf-red);
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 50em) {
	.pais-list-arrow {
		left: -34px;
		right: unset;
	}
}

.fa-arrow-right {
	color: var(--clr-caf-white);
}

/* Suscripción */

.caf-suscripcion h3 {
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.caf-suscripcion .btn {
	margin-top: 1rem;
	color: var(--clr-caf-blue-dark);
	background-color: var(--clr-caf-gray-2);
	text-transform: uppercase;
	font-weight: 700;
}

.caf-suscripcion input.btn-block {
	width: 96%;
}

.caf-suscripcion div.umbraco-forms-field {
	position: relative;
}

.caf-suscripcion div.umbraco-forms-field-wrapper span.field-validation-error {
	background-color: rgba(220,53,69,.9) !important;
	border-radius: .25rem;
	color: #fff !important;
	display: block !important;
	display: none;
	font-size: .800rem;
	line-height: 1.5;
	margin-top: .1rem;
	max-width: 100%;
	padding: .25rem .5rem;
	position: absolute;
	right: 4%;
	top: -10px;
	z-index: 5;
}

.caf-suscripcion div.umbraco-forms-field-wrapper span.field-validation-error > span {
	color: #fff !important;
}

.caf-suscripcion div.umbraco-forms-field-wrapper input[type="text"].input-validation-error,
.caf-suscripcion div.umbraco-forms-field-wrapper input[type="email"].input-validation-error {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
}

/* Contacto país */
section.caf-contacto-pais div.umbraco-forms-field {
	position: relative;
}

section.caf-contacto-pais div.umbraco-forms-field-wrapper span.field-validation-error {
	background-color: rgba(220,53,69,.9) !important;
	border-radius: .25rem;
	color: #fff !important;
	display: block !important;
	display: none;
	font-size: .875rem;
	line-height: 1.5;
	margin-top: .1rem;
	max-width: 100%;
	padding: .25rem .5rem;
	position: absolute;
	right: 4%;
	top: -12px;
	z-index: 5;
}

section.caf-contacto-pais div.umbraco-forms-field-wrapper span.field-validation-error > span {
	color: #fff !important;
}

section.caf-contacto-pais div.umbraco-forms-field-wrapper input[type="text"].input-validation-error,
section.caf-contacto-pais div.umbraco-forms-field-wrapper input[type="email"].input-validation-error {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
}


/* Single content - 1 block */
.caf-block-single-tit:after {
	position: absolute;
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0;
	background-color: var(--clr-caf-white);
	width: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	align-items: center;
	justify-content: center;
}

@media (min-width: 994px) {
	.caf-block-single-tit:after {
		font-size: 1rem;
		background-color: var(--clr-caf-white);
		width: 30px;
		display: flex;
	}
}

.caf-pills {
	display: inline-block;
	padding: 0.3rem 0.7rem;
	font-family: Raleway, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background-color: var(--clr-caf-red);
	color: var(--clr-caf-white);
	margin-bottom: 0.4rem;
}

.caf-block-single-content h3 {
	font-size: 0.95rem;
	font-weight: 700;
	margin-bottom: 0;
}

.caf-block-single-content p {
	font-size: 0.95rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	line-height: 1.3;
}

.caf-block-single-tit h3 {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1;
}

.caf-block-single-tit h6 {
	font-size: 1.1rem;
	font-weight: 100;
	letter-spacing: 0.5px;
	line-height: 1;
	font-feature-settings: "pnum" on, "lnum" on;
}

.caf-block-single-num {
	font-family: Raleway, sans-serif;
	font-size: 5rem;
	font-weight: 100;
	color: var(--clr-caf-red);
	font-feature-settings: "pnum" on, "lnum" on;
	line-height: 1;
}

.caf-block-single-num-lg {
	font-family: Raleway, sans-serif;
	font-size: 8rem;
	font-weight: 900;
	color: var(--clr-caf-red);
	font-feature-settings: "pnum" on, "lnum" on;
	line-height: 1;
}

.caf-doble li p {
	font-weight: 700;
}

/* NUMEROS CLAVES */

.caf-claves-container {
	margin-top: 1rem;
}

.caf-claves-container h3, .umb-grid h4 {
	font-family: Raleway, sans-serif;
	font-size: 1.8rem;
	font-weight: 900;
	color: var(--clr-caf-red);
	font-feature-settings: "pnum" on, "lnum" on;
	line-height: 1;
}
.umb-grid h5 {
	font-family: Raleway, serif;
	font-weight: 700;
}

.caf-claves-container h5, .umb-grid h5 {
	font-size: 1rem;
}

.caf-claves-container p, .caf-doble .umb-grid p {
	font-size: 1rem;
	line-height: 1.3;
}
.caf-doble .umb-grid p {margin-bottom: 0.5rem;}
.caf-doble .umb-grid .border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
	margin-bottom: 1rem;
	padding-top: 0.5rem;
	margin-left: -1rem;
	margin-right: -1rem;
}

/* GRID NOTICIAS */

.caf-categories h6 {
	color: var(--clr-caf-red);
}

/* LEAFLET MAP */
#mapLeaf {
	height: 360px;
	width: 100%;
	z-index: 0;
}

.leaflet-container {
	background-color: #71bcdc;
}

.leaflet-popup,
.leaflet-popup-content-wrapper,
.leaflet-popup-content {
	background: #005186;
	color: #fff;
}

.leaflet-popup-content-wrapper {
	border-radius: unset;
}

.leaflet-popup-tip {
	background: #005186;
}

.leaflet-popup-content p {
	font-size: 0.8rem;
}

.leaflet-popup-content p.project-name {
	color: #d0d0d0;
	font-weight: bold;
	text-transform: uppercase;
}

.leaflet-popup-content p.project-number {
	text-transform: capitalize;
}

.leaflet-popup-content p.project-type {
	text-transform: capitalize;
	font-weight: bold;
}

.leaflet-popup-content p.project-investment {
	font-weight: bold;
}
/* END LEAFLET MAP */
