/* Guttenberg */

/****ADMIN COLORS PRESETS****/
.has-rojo-background-color{ background-color: var(--rojo) !important; }
.has-rojo-color{ color: var(--rojo) !important; }
.has-rojo-pormas-background-color{ background-color: var(--rojo-pormas) !important; }
.has-rojo-pormas-color{ color: var(--rojo-pormas) !important; }
.has-azul-background-color{ background-color: var(--azul) !important; }
.has-azul-color{ color: var(--azul) !important; }
.has-morado-background-color{ background-color: var(--morado) !important; }
.has-morado-color{ color: var(--morado) !important; }
.has-celeste-background-color{ background-color: var(--celeste) !important; }
.has-celeste-color{ color: var(--celeste) !important; }
.has-verde-background-color{ background-color: var(--verde) !important; }
.has-verde-color{ color: var(--verde) !important; }
.has-esmeralda-background-color{ background-color: var(--esmeralda) !important; }
.has-esmeralda-color{ color: var(--esmeralda) !important; }
.has-amarillo-background-color{ background-color: var(--amarillo) !important; }
.has-amarillo-color{ color: var(--amarillo) !important; }
.has-black-background-color{ background-color: var(--black) !important; }
.has-black-color{ color: var(--black) !important; }
.has-beige-background-color{ background-color: var(--beige) !important; }
.has-beige-color{ color: var(--beige) !important; }
.has-white-background-color{ background-color: var(--white) !important; }
.has-white-color{ color: var(--white) !important; }
.has-light-background-color{ background-color: var(--light) !important; }
.has-light-color{ color: var(--light) !important; }

/*---------------------------------------------------------- CONTACT FORM7 ----------------------------------------------------------*/

.wpcf7-spinner{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.4rem;
	background-color: rgba(255,255,255,0.8);
	opacity: 1;
}
.wpcf7-spinner::before{
	background-color: var(--black);
}
.wpcf7 form .wpcf7-response-output{
	margin: 1rem 0;
	border-width: 1px;
	border-radius: 4px;
	font-size: 0.65em;
	padding: 0.65em 1rem;
	font-family: var(--font-faktum);
}
.wpcf7-not-valid-tip{
	font-size: 0.65em;
	margin-top: 0.5em;
	font-family: var(--font-faktum);
}

.wpcf7-list-item{
	display: block;
	margin: 0;
}
.wpcf7-list-item label{
	margin-bottom: 0;
}
.wpcf7-list-item input{
	width: 1rem;
	height: 1rem;
	margin-right: .25rem;
}

.radio_items br{
	display: none;
}

/*---------------------------------------------------------- GENERAL ----------------------------------------------------------*/

mark:not([style]){
	background-color: transparent;
	padding: 0;
}

main{
	margin-top: 100px;
}

*{
	scroll-margin-top: 100px;
}
.sticky-top{
	position: sticky;
	top: 100px;
}

.swiper_nav{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid;
	border-color: inherit;
	color: inherit;
	background-color: transparent;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
}

.swiper_nav:not(.swiper-button-disabled):hover{
	background-color: rgba(255,255,255,0.3);
}

.swiper_nav.swiper_nav-next{ right: 2rem; }
.swiper_nav.swiper_nav-prev{ left: 2rem; }
.swiper_nav.swiper_nav-prev svg{ transform: rotate(180deg);}

.swiper-button-disabled{
	opacity: 0.2;
}
.swiper-button-lock{
	display: none !important;
}

.swiper-pagination-bullet{
	background-color: var(--black);
}

.subrayado,
.envuelto{
  position:relative;
	display: inline-block;
}

.envuelto::before{
  content:'';
  left:-0.2em;
  top:0;
  border-width:3px;
  border-style:solid;
  border-color:inherit;
  position:absolute;
  border-right-color:transparent;
  width:115%;
  height:1.2em;
  transform:rotate(2deg);
  opacity:1;
  border-radius:50%;
  padding:0.1em 0.25em;
}

.envuelto::after{
  content:'';
  left:-0.2em;
  top:0.05em;
  padding:0.1em 0.25em;
  border-width:3px;
  border-style:solid;
  border-color:inherit;
  border-left-color:transparent;
  border-top-color:transparent;
  position:absolute;
  width:115%;
  height:1.3em;
  transform:rotate(-1deg);
  opacity:1;
  border-radius:50%;
}

.subrayado::before{
	content: "";
	position: absolute;
	bottom: -0.1em;
	left: -0.3em;
	height: 0.2em;
	width: 110%;
	border: solid 3px transparent;
	border-top-color: inherit;
	border-left-color: inherit;
	border-radius: 50%;
	transform: rotate(-1deg);
}

.card_block-overlay .card_content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.custom_block_logos .swiper-pagination{
	position: static;
	transform: none !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.85rem;
}

.custom_block_logos .swiper-wrapper{
	align-items: center;
}
.custom_block_logos .swiper-slide{
	text-align: center;
}
.custom_block_logos .swiper-slide img{
	max-height: 110px;
	width: auto;
}

.custom_block_logos .swiper_nav.swiper_nav-prev{
	left: 0;
    transform: translateX(-100%) translateY(-50%);
}
.custom_block_logos .swiper_nav.swiper_nav-next{
	right: 0;
    transform: translateX(100%) translateY(-50%);
}

.wp-block-lazyblock-seccion{
	width: auto;
    max-width: 100vw;
    margin-left: calc(-1*var(--bs-offset));
    margin-right: calc(-1*var(--bs-offset));
}

.mh-100{
	min-height: calc(100vh - 100px);
}
@media only screen and (max-width: 1399px){
	.mh-100{
		min-height: calc(100vh - 90px);
	}
}
@media only screen and (max-width: 1199px){
	.mh-100{
		min-height: 0;
	}
}

.z-index{
	z-index: 2;
}
.border-white img{
	border: 4px solid var(--white);
}
.grecaptcha-badge{
	visibility: hidden;
	opacity:0;
}

.border-top{
	border-top: 1px solid var(--light);
}

.bg-valores{
	background-image: url("../../images/bg_valores-1.svg"), url("../../images/bg_valores-2.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center right, bottom left;
	background-size: auto 100%, auto 56%;
}

#noticias{
	background-image: url("../../images/bg_valores-3.svg"), url("../../images/graf_circulo-puntos.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: right top -4rem, bottom calc((var(--col) - 30px) * -1) left calc(var(--col) - 30px);
	background-size: calc((var(--col)*3 - 30px)) auto, calc((var(--col)*2 - 30px)) auto;
}

.bg-circle-dash-lima::after,
.bg-circle-dash::after,
.bg-circle-dot::after,
.bg-rombo::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.bg-circle-dash-lima::after,
.bg-circle-dash::after{
	background-image: url("../../images/graf_circulo-dash.svg");
	width: calc(var(--col)*2 - 30px);
	height: calc(var(--col)*2 - 30px);
	right: calc((100vw - var(--col)*12)/2);
}

.bg-circle-dash-lima::after{
	background-image: url("../../images/circle-dash-verde.svg");
}

.bg-circle-dot::after{
	background-image: url("../../images/graf_circulo-puntos.svg");
	width: calc(var(--col)*1.5);
	height: calc(var(--col)*1.5);
	left: calc((100vw - var(--col)*12)/2);
}
.bg-rombo::after{
	background-image: url("../../images/graf_rombo-rojo.svg");
	width: calc(var(--col) - 30px);
	height: calc(var(--col) - 30px);
	right: calc(((100vw - var(--col)*12)/2) + var(--col));
}
.bg-rombo-amarillo::after{
	background-image: url("../../images/graf_rombo-amarillo.svg");
}
.bg-circle-dot-amarillo::after{
	background-image: url("../../images/graf_circulo-puntos-amarillo.svg");
}
/*---------------------------------------------------------- BOOTSTRAP COMPONENTS ----------------------------------------------------------*/

.alert{
	display: block;
	padding: .45rem .75rem;
	border: 1px solid;
	border-radius: .4rem;
	font-family: var(--font-faktum);
	font-size: .88889rem;
}
.alert-danger{
	border-color: var(--rojo);
	color: var(--rojo-hover);
	background-color: transparent;
}

.form-control {
  display: block;
  width: 100%;
  padding: 13.5px 1rem;
  font-size: 18px;
  line-height: 1.5;
  color: var(--black);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-family: var(--font-faktum);
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--black);
  background-color: #fff;
  border-color: var(--black);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
	padding: 13.5px 1rem;
	margin: -13.5px -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
	padding: 13.5px 1rem;
	margin: -13.5px -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
	color: var(--black);
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-select {
  display: block;
  width: 100%;
  padding: 13.5px 2.25rem 13.5px 1rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	font-family: var(--font-faktum);
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
	border-color: var(--black);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

label{
	font-size: 0.8em;
	margin-bottom: 0.5rem;
}

.accordion-header{
	margin-bottom: 0;
}

.accordion-button{
	display: block;
	position: relative;
	border: 0 none;
	background-color: transparent;
	padding: 0.5em;
	width: 100%;
	text-align: left;
	padding-left: 2.5em;
	line-height: 1.15;
	color: var(--black);
}
.accordion-button::after,
.accordion-button::before{
	content: '';
	display: block;
	position: absolute;
	width: 1.2em;
	height: 0.2em;
	background-color: var(--rojo);
	border-radius: 50em;
	left: 0;
	top: 0.9em;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.accordion-button.collapsed::after{
	transform: rotate(-90deg);
}
.accordion-item{
	border-bottom: 1px solid rgba(112,112,112,0.25);
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.accordion-body{
	padding: 1.2em 0.8em 1.2em 1.6em;
	border-left: 1px solid var(--rojo);
	margin-bottom: 1.6em;
	margin-left: 4em;
	margin-top: 0.8em;
}

.form-floating {
  position: relative;
}

.form-floating::before:not(.form-control:disabled){
	position: absolute;
	top: var(--bs-border-width);
	left: var(--bs-border-width);
	width: calc(100% - (calc(calc(0.375em + 0.1875rem) + calc(0.75em + 0.375rem))));
	height: 1.875em;
	content: "";
	background-color: var(--bs-form-control-bg);
	border-radius: 0.375rem;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
	margin-bottom: 0;
	font-family: var(--font-faktum);
	font-size: 18px;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.8) translateY(-0.55rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.form-checkbox{
	position: relative;
}
.form-checkbox input[type=checkbox],
.form-checkbox input[type=radio]{
	position: absolute;
	display: block;
	height: 1px;
	width: 1px;
	opacity: 0;
}

.form-checkbox label{
	display: block;
	font-size: 18px;
	font-family: var(--font-faktum);
	margin-bottom: 0;
	padding-left: 1.5em;
	position: relative;
	cursor: pointer;
}

.form-checkbox label::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0.15em;
	width: 1em;
	height: 1em;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}

.form-checkbox label:hover::before{
	background-color: var(--light-hover);
}

.form-checkbox input:checked ~ label::before{
	border-color: var(--black);
}

.form-checkbox input[type=checkbox] ~ label::before{
	border-radius: 0.2em;
	background-size: 1.2em auto;
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/%3e%3c/svg%3e");
}

.form-checkbox input[type=checkbox]:checked ~ label::before{
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/%3e%3c/svg%3e");
}

.form-checkbox input[type=radio] ~ label::before{
	border-radius: 50em;
	background-size: 0.46em auto;
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 16 16'%3e%3ccircle cx='8' cy='8' r='8'/%3e%3c/svg%3e");
}
.form-checkbox input[type=radio]:checked ~ label::before{
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3e%3ccircle cx='8' cy='8' r='8'/%3e%3c/svg%3e");
}

.input-group{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group-text{
	margin-bottom: 0;
	font-family: var(--font-faktum);
	font-size: 18px;
	width: auto;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

label.input-group-text{
	padding: 1rem 0.75rem;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: var(--white);
}

.input-group > *:not(.input-group-text){
	flex: 1 0 0%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
}

/*------------------------------ Modal customize -----------------------------*/

.lightbox .btn-close,
.modal .btn-close{
	position: fixed;
	top: 2rem;
	right: 2rem;
	z-index: 999;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0 none;
	background-color: rgba(0,0,0,0.4);
	border-radius: 50%;
	color: #fff;
}
.lightbox .btn-close svg,
.modal .btn-close svg{
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
	display: block;
	width: 100%;
	height: auto;
}
.lightbox .btn-close:hover svg,
.modal .btn-close:hover svg{
	transform: scale(1.2);
}

.modal-content{
	overflow: hidden;
}

/*---------------------------------------------------------- HEADER ----------------------------------------------------------*/

.site_header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 99;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.15);
}

.site_header_brand{
	flex: 1 0 0%;
	padding-right: 1rem;
}

.site_header_brand img{
	max-height: 80px;
	width: auto;
}
@media only screen and (max-width: 1399px){
	.site_header_brand img{
		max-height: 70px;
	}
}
@media only screen and (max-width: 1199px){
	.site_header_brand img{
		max-height: 80px;
	}
}
@media only screen and (max-width: 767px){
	.site_header_brand img{
		max-height: 60px;
	}
}

.site_header_nav{
	margin-right: calc((100vw - 1446px) / -2);
}
.main_menu{
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
	gap: 0 2.55rem;
}

.main_menu a{
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.main_menu > li:not(.btn_cta):not(.menu-item-has-children) > a::after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.main_menu > li:not(.btn_cta):not(.menu-item-home).current-menu-item > a::after,
.main_menu > li:not(.btn_cta) > a.active::after,
.main_menu > li:not(.btn_cta) > a:hover::after{
	width: 100%;
}

.btn_cta a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	height: 100px;
	padding: 1rem 2.55rem;
	gap: 0 1rem;
	
}

.btn_cta a::after{
	content: '';
	display: block;
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 15 16.617'%3e%3cpath fill-rule='evenodd' d='M5.649,16.6A9.291,9.291,0,0,1,8.406,10.03a9.5,9.5,0,0,1,.813-.722H0v-2H9.218a9.5,9.5,0,0,1-.812-.721A9.293,9.293,0,0,1,5.649.012L7.65,0A7.367,7.367,0,0,0,15,7.308v2a7.367,7.367,0,0,0-7.35,7.308Z'/%3e%3c/svg%3e");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 16px;
}
.btn_cta a:hover::after{
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 25 16.617'%3e%3cpath fill-rule='evenodd' d='M15.65,16.6a9.291,9.291,0,0,1,2.756-6.575,9.5,9.5,0,0,1,.813-.722H0v-2H19.218a9.5,9.5,0,0,1-.812-.721A9.292,9.292,0,0,1,15.65.012l2-.012A7.367,7.367,0,0,0,25,7.308v2a7.367,7.367,0,0,0-7.35,7.308Z'/%3e%3c/svg%3e");
}

.main_menu > li:not(.btn_cta):last-child{
	margin-right: 2.55rem;
}

.main_menu li.menu-item-has-children{ position: relative; padding-right: 16px; }

.main_menu li.menu-item-has-children::before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	right: 0;
	top: 0.5em;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	opacity: 0.2;
}

.main_menu li.menu-item-has-children:hover::before{
	transform: rotate(45deg);
	opacity: 1;
}

.main_menu li > ul{
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	margin: 0 0 0 -1.5em;
	padding: 1.5rem 0 0 0;
	display: none;
}

.main_menu li:hover > ul{
	display: block;
}

.main_menu li > ul::after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	background-color: var(--white);
	position: absolute;
	top: calc(1.5rem - 5px);
	left: 1.5em;
}

.main_menu li > ul li{
	background-color: var(--white);
}

.main_menu li > ul li:first-child{ padding-top: 0.5rem; }
.main_menu li > ul li:last-child{ padding-bottom: 0.5rem; }

.main_menu li > ul a{
	white-space: nowrap;
	display: block;
	padding: 0.5em 1.5em;
	color: var(--black);
}

.main_menu li > ul a:hover{
	text-decoration: underline;
	color: var(--black) !important;
}

@media only screen and (max-width: 1399px){
	.main_menu li > ul{
		position: static;
		margin: 10px -15px;
		padding: 0;
	}
	.main_menu li > ul::after{
		display: none;
	}
	.main_menu li > ul a{
		padding: 8px 15px;
		font-family: var(--font-faktum);
	}
}

.headerOpacity main,
.page-id-1225 main,
.page-template-page-template-home-eshoy2024 main
{
	margin-top: 0;
}

.headerOpacity .site_header:not(.open),
.page-id-1225 .site_header:not(.open),
.page-template-page-template-home-eshoy2024 .site_header:not(.open)
{
	background-color: transparent !important;
	box-shadow: none !important;
}

.headerOpacity .site_header:not(.open)::before,
.page-id-1225 .site_header:not(.open)::before,
.page-template-page-template-home-eshoy2024 .site_header:not(.open)::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background: -webkit-linear-gradient(rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%);
}
.eshoy2024 .site_header .btn_cta{
	display: none !important;
}
.eshoy2024 .site_header_nav{
	margin-right: 0 !important;
}
.headerOpacity .card_slider,
.page-id-1225 .card_slider,
.page-template-page-template-home-eshoy2024 .card_slider
{
	height: 100vh;
}

/*---------------------------------------------------------- HOME SLIDER ----------------------------------------------------------*/

.card_slider{
	height: calc(100vh - 100px);
}

.card_slider .card_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.card_slider .card_image::before{
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
}

.home_slider .swiper-pagination{
	bottom: 2rem;
}
.home_slider .swiper-pagination-bullet{
	background-color: #fff;
}

.home_slider .card_content>.container{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	transform: translateY(4rem);
}
.home_slider .swiper-slide-active .card_content>.container{
	opacity: 1;
	transform: translateY(0);
}

/*---------------------------------------------------------- EQUIPO ----------------------------------------------------------*/

.swiper_sidergaleria .swiper-slide figure{
	position: sticky;
	top: 100px;
}
@media only screen and (max-width: 1399px){
	.swiper_sidergaleria .swiper-slide figure{
		top: 90px;
	}
}
@media only screen and (max-width: 1199px){
	.swiper_sidergaleria .swiper-slide figure{
		top: 100px;
	}
}
@media only screen and (max-width: 767px){
	.swiper_sidergaleria .swiper-slide figure{
		top: 80px;
	}
}

.sider_content_wrapper{
	min-height: calc(100vh - 100px);
}
.sider_section .sider_image{
	height: 100%;
}

.sider_section:not(.rtl) .sider_image{
	margin-left: calc((100vw - 1446px) / -2);
}
.sider_section.rtl .sider_image{
	margin-right: calc((100vw - 1446px) / -2);
}

.sider_section .sider_image img.img-fit{
	height: calc(100vh - 100px);
	position: sticky;
	top: 100px;
}
.sider_section .sider_content{
	width: 100%;
}

.sider_image_caption{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    line-height: 1.1;
    padding: 4rem 4.1666vw;
}
.sider_image_caption > div > *{
	line-height: 1;
}

.nav-tabs{
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: rgba(255,255,255,0.4);
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 2rem;
}

.nav-tabs li{
	width: 33.333%;
}

.nav-tabs .nav-link{
	border: 0 none;
	background-color: var(--white);
	font-size: 18px;
	padding: 12px 1rem;
	font-family: var(--font-faktum);
	width: 100%;
	opacity: 0.5;
}
.nav-tabs .nav-link.active{
	opacity: 1;
	font-family: var(--font-recoletase);
}

#comite .swiper_nav,
.equipo_content .swiper_nav{
	position: static;
	transform: none;
	margin-top: 2rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.equipo_list p{
	font-size: 18px;
}

#equipo .sider_image img{
	object-position: top center;
}

.card_equipo:not(:last-child){
	margin-bottom: 20px;
}
.card_comite:not(:last-child){
	margin-bottom: 30px;
}
.card_comite .card_image{
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid var(--white);
}

/*---------------------------------------------------------- TABS PILLS ----------------------------------------------------------*/

.nav-pills{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 1rem;
}

.nav-pills li{
	flex: 1 0 0%;
	margin-bottom: 0 !important;
}

.nav-pills .nav-link{
	display: block;
	border: 0 none;
	background-color: var(--white);
	font-size: 17px;
	padding: 12px 1rem;
	font-family: var(--font-faktum);
	width: 100%;
	opacity: 0.5;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
.nav-pills .nav-link.active{
	opacity: 1;
	font-family: var(--font-recoletase);
}

@media only screen and (max-width: 991px){
	.nav-pills li{
		flex: auto;
		width: 100%;
	}
}

@media only screen and (max-width: 575px){
	
	.nav-pills .nav-link{
		font-size: 16px;
	}
}

.rounded{
	border-radius: 12px;
	overflow: hidden;
}

/*---------------------------------------------------------- BLOCK PROGRAMAS ----------------------------------------------------------*/

.block_programas{
	list-style: none;
	margin: 0;
	padding: 0;
}
.block_programas .block_link{
	position: relative;
}

.block_programas .block_link .link_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.block_programas .block_link .link_content{
	padding: 6.25rem 3rem;
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,.62);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	
    background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 15 16.617'%3e%3cpath fill-rule='evenodd' d='M5.649,16.6A9.291,9.291,0,0,1,8.406,10.03a9.5,9.5,0,0,1,.813-.722H0v-2H9.218a9.5,9.5,0,0,1-.812-.721A9.293,9.293,0,0,1,5.649.012L7.65,0A7.367,7.367,0,0,0,15,7.308v2a7.367,7.367,0,0,0-7.35,7.308Z'/%3e%3c/svg%3e");
    background-position: right 3.5rem center;
    background-repeat: no-repeat;
    background-size: 25px 16px;
}
.block_programas .block_link .link_content a{
	color: var(--white);
	text-decoration: none;
	font-size: 24px;
}
.block_programas .block_link:hover .link_content{
	background-color: var(--azul);
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 25 16.617'%3e%3cpath fill-rule='evenodd' d='M15.65,16.6a9.291,9.291,0,0,1,2.756-6.575,9.5,9.5,0,0,1,.813-.722H0v-2H19.218a9.5,9.5,0,0,1-.812-.721A9.292,9.292,0,0,1,15.65.012l2-.012A7.367,7.367,0,0,0,25,7.308v2a7.367,7.367,0,0,0-7.35,7.308Z'/%3e%3c/svg%3e");
}
@media only screen and (max-width: 1399px){
	.block_programas .block_link .link_content a{
		font-size: 22px;
	}
}
@media only screen and (max-width: 991px){
	.block_programas .block_link .link_content a{
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px){
	
	.block_programas .block_link .link_content{
		padding: 6rem 2rem;
		background-position: right 2rem center;
	}
	
	.block_programas .block_link .link_content a{
		font-size: 18px;
	}
}

@media only screen and (max-width: 575px){
	
	.block_programas .block_link .link_content{
		padding: 3.5rem 1.25rem;
		background-position: right 1.25rem center;
	}
	.block_programas .block_link .link_content a{
		font-size: 16px;
	}
}

/*---------------------------------------------------------- LINEAS ----------------------------------------------------------*/

.swiper_lineas .card_linea{
	height: 372px;
}

.card_linea .card_content{
	height: 100%;
	flex-direction: column;
	justify-content:space-between;
	align-content: space-between;
}
.card_linea .card_content .nro{
	text-align: left;
	font-size: 120px;
	line-height: 0.8;
	opacity: 0.3;
}
.overlay_grafico{
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateX(33.333%) translateY(30%) scale(0.8);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

/*---------------------------------------------------------- FRENTES ----------------------------------------------------------*/

#frentes{
	border-bottom: 1px solid var(--light);
}

.frentes_wraper{
	gap: 8px;
	justify-content: center;
}

.frentes_wraper .card_frente{
	width: calc(20% - 8px);
}

.card_frente{
	overflow: hidden;
}

.card_frente .card_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.card_frente 
.card_content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: var(--white);
	background-color: rgba(0,0,0,.4);
}
.card_frente .overlay{
	position: relative;
	height: 100%;
	min-height: 440px;
	font-family: var(--font-faktum);
	font-size: 1.125rem;
	flex-direction: column;
	opacity: 0;
	transform: translateY(1rem);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	line-height: 1.25;
}

.card_frente:hover .overlay{
	transform: translateY(0);
	opacity: 1;
}

.card_frente .overlay .content{
	flex: 1 0 0%;
	padding-bottom: 1.5rem;
}
@media only screen and (max-width: 1499px){
	.card_frente .overlay{
		font-size: 1rem;
	}
}
@media only screen and (max-width: 1399px){
	.card_frente .overlay{
		font-size: .875rem;
		min-height: 400px;
	}
}
@media only screen and (max-width: 1199px){
	.card_frente .overlay{
		font-size: 1rem;
		min-height: 420px;
	}
	.frentes_wraper .card_frente{
		width: calc(33.333% - 8px);
	}
}
@media only screen and (max-width: 991px){
	.card_frente .overlay{
		min-height: 380px;
	}
	.frentes_wraper .card_frente{
		width: calc(50% - 8px);
	}
}
@media only screen and (max-width: 767px){
	.card_frente .overlay{
		font-size: .875rem;
	}
}
@media only screen and (max-width: 575px){
	.card_frente .overlay{
		min-height: 320px;
	}
	.frentes_wraper .card_frente{
		width: 100%;
	}
}

/*---------------------------------------------------------- INICIATIVAS ----------------------------------------------------------*/

.card_iniciativa .overlay,
.card_iniciativa .card_content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-size: 16px;
}

.card_iniciativa .image_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
}

.card_iniciativa .card_image::after{
	content: '';
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.85)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.card_iniciativa .overlay{
	opacity: 0;
	color: var(--black);
}
.card_iniciativa:hover .overlay{
	opacity: 1;
}

.card_iniciativa .overlay > div{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: translateY(1rem);
}
.card_iniciativa:hover .overlay > div{
	transform: translateY(0);
}

.card_iniciativa .card_taxonomies{
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	font-size: 16px;
}

#iniciativas .swiper_nav{
	position: static;
	transform: none;
	margin:0;
}
.swiper_iniciativas{
	margin-right: calc(-1*var(--bs-offset)) !important;
	padding-right: calc(1*var(--bs-offset)) !important;
}

.swiper_iniciativas .swiper-slide{
	width: calc(var(--col) * 3 - 15px);
}
@media only screen and (max-width: 1199px){
	.swiper_iniciativas{
		margin-right: 0 !important;
		padding-right: 0 !important;
	}
	
	.swiper_iniciativas .swiper-slide{
		width: calc(50% - 15px);
	}
}
@media only screen and (max-width: 767px){	
	.swiper_iniciativas .swiper-slide{
		width: 100%;
	}
}

/*---------------------------------------------------------- LOGOS ----------------------------------------------------------*/

.section_logos .swiper_nav.swiper_nav-next{
	right: 0;
	transform: translateX(100%) translateY(-50%);
}
.section_logos .swiper_nav.swiper_nav-prev{
	left: 0;
	transform: translateX(-100%) translateY(-50%);
}
.section_logos .swiper-pagination:not(.swiper-pagination-lock){
	position: static;
	margin-left: auto;
	margin-right: auto;
	transform: none;
	margin-top: 1.5rem;
}

.section_logos .swiper-slide{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	height: calc((100% / 2) - 15px);
	align-items: center;
	justify-content: center;
}

/*---------------------------------------------------------- CONTACTO ----------------------------------------------------------*/
.contact_layout .side_background{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}

.contact_layout .content{
	font-size: 25px;
}

.contact_layout .content a{
	text-decoration: none;
}

.contact_layout .content .wpcf7{
	max-width: 465px;
	margin-left: auto;
	margin-right: auto;
}

/*---------------------------------------------------------- FOOTER ----------------------------------------------------------*/

.site_footer{
	font-size: 18px;
}

.footer_links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_links a{
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.footer_links a:hover{
	text-decoration: underline;
}

.footer_links .separator{
	display: block;
	height: 32px;
	width: 1px;
	background-color: var(--beige);
	margin-left: 3rem;
	margin-right: 3rem;
}

.footer_links .menu_links{
	gap: 0 3rem;
}

.footer_links .menu_links .resaltar a{
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-width: 1px;
    border-style: solid;
	padding: 0.3rem 1.5rem;
    border-radius: 1rem;
    font-size: 16px;
    min-height: 44px;
	font-weight: normal;
    z-index: 1;
    gap: 0 0.5em;
    font-family: var(--font-faktum);
	background-color: transparent;
	transition: all 0.25s ease;
}
.footer_links .menu_links .resaltar a:hover{
	background-color: var(--beige);
	border-color: var(--beige);
	color: var(--black);
}

.footer_links .rrss_links{
	gap: 0 1rem;
}
.footer_links .rrss_links a:hover{
	color: var(--rojo);
}

.site_footer h3{
	font-size: 1.125rem;
}

.btn-boletin{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	min-height: 38px;
	font-size: 1.125rem;
	font-family: var(--font-faktum);
	color: var(--white);
	background-color: transparent;
	border: 1px solid var(--white);
	border-radius: 8px;
	padding: .2rem 1rem;
	align-items: center;
}

/*---------------------------------------------------------- PAGE ----------------------------------------------------------*/

.page_header .page_header_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page_header .page_header_image:not(.hasbg)::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

.page_header .page_header_image.hasbg img{
	opacity: .42;
}

.page_header.has-image{
	min-height: 24vw;
}
.page_header .icon{
	position: absolute;
	top: -2.5rem;
	right: calc((100vw - var(--col)*12)/2);
	width: calc(var(--col)*2 - 30px);
}

.query_equipo .card_miembro .card_content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1rem 1.25rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: rgba(0,0,0,.42);
	color: var(--white);
}

.card_prensa .card_content h3 a{
	text-decoration: none;
}

.card_prensa .card_content h3 a:hover{
	color: var(--rojo);
	text-decoration: underline;
}

.btn_video::before,
.card_prensa .card_image::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: var(--black);
	opacity: 0.15;
}
.btn_video:hover::before,
.card_prensa:hover .card_image::before{
	opacity: 0.6;
}
.btn_video::after,
.card_prensa .card_image::after{
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 92px;
	height: 92px;
	border-radius: 50%;
	-webkit-backdrop-filter: blur(30px) brightness(150%);
    backdrop-filter: blur(30px) brightness(150%);
	transform: translateX(-50%) translateY(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	border: 1px solid var(--white);
}
.card_prensa:hover .card_image::after{
	transform: translateX(-50%) translateY(-50%);
	opacity: 1;
}


.btn_video::after{
	opacity: 1;
	transform: translateX(-50%) translateY(-50%);
}
.btn_video:hover::after{
	transform: translateX(-50%) translateY(-50%) scale(1.2);
}

.btn_video::after,
.card_prensa.video .card_image::after{
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z'/%3e%3c/svg%3e");
	background-size: 60% auto;
}
.card_prensa.imagen .card_image::after,
.card_prensa.pdf .card_image::after{
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/%3e%3cpath fill-rule='evenodd' d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/%3e%3cpath fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/%3e%3c/svg%3e");
}
.card_prensa.enlace .card_image::after{
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3e%3c/svg%3e");
}

.btn_video::before{	z-index: 2;}
.btn_video::after{ z-index: 3;}

.prensa_link{
	position: relative;
	z-index: 2;
}
.prensa_tag{
	display: inline-block;
	padding: 2px 8px;
	border-radius: 3px;
	background-color: var(--rojo);
	font-family: 'faktum';
	text-decoration: none;
	color: var(--white);
}

.breadcrumbs a{
	font-size: 1rem;
	font-family: var(--font-faktum);
	text-decoration: none;
}

.card_prensa-full:not(:last-child){
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid rgba(0,0,0,.3);
}

.card_prensa-full .card_content h3 a{
	text-decoration: none;
}

.archive_prensa{
	background-image: url("../../images/graf_circulo-dash.svg"), url("../../images/graf_asterisco.svg");
	background-position: top 25vh left calc(90vw - var(--bs-offset)), top 58vh right 30px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.archive_prensa .page_content::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: calc(var(--bs-offset) + (var(--col)*2));
	transform: translateY(-50%);
	background-image: url("../../images/graf_rombo-rojo.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: calc(var(--col) - 30px);
	height: calc(var(--col) - 30px);
	z-index: 2;
	pointer-events: none;
}

.archive_prensa .page_content::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--white);
	right: calc(var(--bs-offset) + var(--col));
	height: 100%;
}
.card_prensa-full .card_image{
	border: 1px solid rgba(0,0,0,.15);
}

.archive_filtros{
	position: sticky;
	top: calc(100px + 2.5rem);
	padding-right: 2rem;
}

.btn_filter{
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
	background-color: #fff;
	padding: .5rem;
	width: 3rem;
}

.archive_filtros .nav_filtros ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.archive_filtros .nav_filtros li:not(:last-child){
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.archive_filtros .nav_filtros a{
	display: block;
	padding: 1rem 1rem 1rem 0;
	font-family: var(--font-faktum);
	font-size: 1.125rem;
	text-decoration: none;
}
.archive_filtros .nav_filtros li:not(.current-menu-item) a:hover{
	font-family: var(--font-faktumsemibold);
	color: var(--rojo);
}

.archive_filtros .nav_filtros li.current-menu-item a{
	opacity: .6;
	padding-left: 1.5rem;
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 25 16.617'%3e%3cpath d='M15.65,16.6a9.291,9.291,0,0,1,2.756-6.575,9.5,9.5,0,0,1,.813-.722H0v-2H19.218a9.5,9.5,0,0,1-.812-.721A9.292,9.292,0,0,1,15.65.012l2-.012A7.367,7.367,0,0,0,25,7.308v2a7.367,7.367,0,0,0-7.35,7.308Z'/%3e%3c/svg%3e");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1rem auto;
}

@media only screen and (max-width: 1199px){
	.archive_prensa .page_content::before{
		display: none;
	}
	.archive_prensa .page_content{
		background-color: var(--white);
	}
	.archive_prensa .page_content::after{
		right: var(--bs-offset);
		width: 64px;
		height: 64px;
	}
	
	.archive_filtros{
		margin-bottom: 3rem;
		padding-right: 0;
	}
	#menuCategorias{display: none;}
	#menuCategorias.active{ display: block;}
}

/*---------------------------------------------------------- Menú expand ----------------------------------------------------------*/

.btn-expand{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid var(--beige);
	background-color: var(--beige);
	color: var(--black);
	padding: 0;
	border-radius: 50%;
}
.btn-expand svg{
	width: 20px;
	height: auto;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-expand.active{
	background-color: transparent;
	border-color: var(--black)
}
.btn-expand.active svg{
	transform: rotate(90deg);
}
.archive_menu{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	gap:10px;
	justify-content: center;
}
.archive_menu.expand{
	flex-wrap: wrap;
}
.archive_menu a{
	display: block;
	white-space: nowrap;
	padding: 0.7rem 1.25rem;
	font-size: 0.9em;
	font-family: 'faktum';
	text-decoration: none;
	border: 1px solid var(--black);
	border-radius: 50em;
	background-color: transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.archive_menu .current-menu-item a,
.archive_menu a:hover{
	border-color: var(--black);
	background-color: var(--black) !important;
	color: var(--white) !important;
}
/*---------------------------------------------------------- Archive ----------------------------------------------------------*/

.egresados_list .list_header{
	font-family: var(--font-recoletase);
	padding-bottom: 10px;
	border-bottom: 2px solid var(--black);
	margin-bottom: 10px;
}
.egresados_list .list_content{
	list-style: none;
	margin: 0;
	padding: 0;
}
.egresados_list .list_item{
	padding-top: 12px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.list_content .list_nro,
.list_content .list_link,
.list_content .list_loc,
.list_content .list_status{
	font-size: 0.9em;
}

.list_content .list_link p{
	padding-left: 24px;
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3e%3cpath d='M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.002 1.002 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z'/%3e%3cpath d='M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243L6.586 4.672z'/%3e%3c/svg%3e");
	background-position: left top 0.2em;
	background-size: 1em auto;
	background-repeat: no-repeat;
}

.badge{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	font-size: 0.8em;
	align-items: center;
	gap: 0.5rem;
	line-height: 1.1;
}

.badge .icon{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.badge .icon svg{
	width: 12px;
	height: auto;
}
.badge span:not(.icon){
	flex: 1 0 1%;
}

.page_filtros_div ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.page_filtros_div ul a{
	display: block;
	font-size: 0.85em;
	padding: 0.4rem 0.6em;
	background-color: var(--white);
	border-radius: 6px;
	border: 1px solid var(--white);
	text-decoration: none;
	line-height: 1.1;
}

.page_filtros_div ul li:not(:last-child){
	margin-bottom: 8px;
}
.page_filtros_div ul a:hover{
	border-color: inherit;
	text-decoration: underline;
}
.pagination{
	justify-content: center;
	gap:10px;
}
.page-numbers{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	font-size: 0.85em;
	align-items: center;
	justify-content: center;
	font-family: var(--font-faktum);
	width: 42px;
	height: 42px;
	background-color: var(--white);
	border: 1px solid var(--white);
	color: var(--black);
	border-radius: 50%;
	text-decoration: none;
}
.page-numbers:not(.current):hover{
	border-color: var(--black);
}

.page-numbers.prev,
.page-numbers.next{
	text-indent: -999px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px auto;
}
.page-numbers.prev{
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.page-numbers.next{
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.page-numbers.current{
	background-color: var(--celeste);
	border-color: var(--celeste);
}

.wp-block-lazyblock-swiper-principios .swiper-pagination{
	position: static;
	margin: 1.5rem auto;
	transform: none !important;
}
.wp-block-lazyblock-swiper-principios .swiper_nav{
	position: static;
    transform: none;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

a mark,
.download_link{
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	flex-wrap:  wrap;
	align-items:  center;
	justify-content: flex-start;
	vertical-align: middle;
	padding: 0.5rem 0.8rem;
	border-radius: 0.5em;
	gap: 0.8rem;
	background-color: var(--white);
	text-decoration: none;
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
	border: 1px solid rgba(0,0,0,.333);
}

a mark::after,
.download_link::after{
	content: '';
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3e%3cpath d='M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm2.354 6.854-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5a.5.5 0 0 1 1 0v3.793l1.146-1.147a.5.5 0 0 1 .708.708z'/%3e%3c/svg%3e");
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 1em;
	height: 1em;
}

a:hover mark,
.download_link:hover{
	background-color: var(--black) !important;
	color: var(--white) !important;
	border-color: var(--black) !important;
}

a:hover mark::after,
.download_link:hover::after{
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 16 16'%3e%3cpath d='M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm2.354 6.854-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5a.5.5 0 0 1 1 0v3.793l1.146-1.147a.5.5 0 0 1 .708.708z'/%3e%3c/svg%3e") !important;
}

.wp-block-table th{
	font-family: var(--font-recoletase);
}

.wrap_regiones{
	gap: 0.5rem 1.5rem;
}
.wrap_regiones > div{
	width: calc(25% - 1.5rem);
}

.wp-block-table.is-style-no-borders td{
	border: 0 none;
}

/*------------------------------ SWIPER EQUIPO -----------------------------*/

.block_swiper_equipo .swiper_nav{
	position: static !important;
	transform: none !important;
}
.block_swiper_equipo .swiper-pagination{
	position: static;
	margin: 0 auto;
	transform: none !important;
}
.block_swiper_equipo .swiper-pagination .swiper-pagination-bullet{
	margin-top: 1rem;
}

/*---------------------------------------------------------- BLOCK TIMELINE ----------------------------------------------------------*/

.block_timeline{
	position: relative;
}
.block_timeline::before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #707070;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(60px + 3rem + .5rem);
}

.block_timeline .card_fecha{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	flex: 1 0 0%;
	text-align: center;
}

.card_fecha .card_fecha_nombre{
	color: var(--white);
	background-color: var(--azul);
	font-size: 1.25rem;
	padding: 1rem 1.5rem;
	border-radius: .5rem;
	margin-bottom: 3rem;
}

.card_fecha .card_fecha_nombre::after{
	content: '';
	display: block;
	width: 1px;
	height: 3rem;
	background-color: var(--azul);
	position: absolute;
	top: 100%;
	left: 50%;
}

.card_fecha .card_fecha_fecha{
	font-family: var(--font-faktum);
	font-size: 1.5rem;
	color: var(--azul);
	margin-top: 1rem;
}
.card_fecha .dot{
	display: block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: var(--azul);
}
@media only screen and (max-width: 1399px){
	.card_fecha .card_fecha_nombre{
		font-size: 1rem;
		padding: .8rem 1.5rem;
	}
	.card_fecha .card_fecha_fecha{
		font-size: 1.25rem;
	}
	.block_timeline::before{
		top: calc(47.98px + 3rem + 0.5rem);
	}
}

@media only screen and (max-width: 1199px){
	.block_timeline{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 2rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.block_timeline .card_fecha{
		flex-direction: row;
	}
	
	.card_fecha .card_fecha_nombre{
		margin-bottom: 0;
		right: calc(50% + 3rem);
	}
	.card_fecha .dot{
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
	.card_fecha .card_fecha_nombre,
	.card_fecha .card_fecha_fecha{
		position: absolute;
		white-space: nowrap;
	}
	
	.block_timeline::before{
		left: 50%;
		top: 0;
		width: 1px;
		height: 100%;
	}
	
	.card_fecha .card_fecha_nombre::after{
		width: 3rem;
		height: 1px;
		top: 50%;
		left: 100%;
	}
	.card_fecha .card_fecha_fecha{
		margin-top: 0;
		left: calc(50% + 1rem);
	}

}

@media only screen and (max-width: 767px){
	.block_timeline .card_fecha{
		width: 100%;
		justify-content: space-between;
	}
	.card_fecha .card_fecha_nombre,
	.card_fecha .card_fecha_fecha{
		position: relative;
		white-space: normal;
		width: calc(50vw - 40px);
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.card_fecha .card_fecha_fecha{
		text-align: left;
	}
	.card_fecha .card_fecha_nombre{
		padding: .8rem 1rem;
	}
	.card_fecha .card_fecha_nombre::after{
		width: 2rem;
	}
}

/*---------------------------------------------------------- FRENTES 2024 ----------------------------------------------------------*/

.card_frente_v2{
	border-radius: 1.25rem;
	overflow: hidden;
}
.card_frente_v2 .card_image img{
	position: absolute;
	top: 0;
	left: 0;
	opacity: .42;
}

.card_frente_v2 .card_image .icon{
	position: absolute;
	top: -2rem;
	right: 1rem;
	width: 160px;
	transition: transform .35s ease;
}
.card_frente_v2:hover .card_image .icon{
	transform: rotate(45deg) scale(1.3) translateX(-1rem);
}

.card_frente_v2 .card_content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 0 1.5rem 3rem;
	justify-content: flex-end;
}
.btn_cta{
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	text-decoration: none;
	align-items: center;
	gap: .5rem;
	font-size: 1.125rem;
}

.btn_cta:hover{
	text-decoration: none;
}

.btn_cta svg{
	width: 1.125rem;
	height: auto;
	transition: transform .25s ease;
}

.btn_cta:hover svg{
	transform: translateX(.75rem);
}

/*---------------------------------------------------------- INDICADORES 2024 ----------------------------------------------------------*/

.card_indicador .card_meta{
}
.card_indicador .card_cifra{
	font-size: 5rem;
}
.card_indicador .card_cifra .circle{
	display: inline-block;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin-bottom: 1rem;
	transform: translateX(50%);
}
.card_indicador .card_cifra span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

@media only screen and (max-width: 767px){
	.card_indicador .card_cifra{
		font-size: 4rem;
	}
}

/*------------------------------ FRENTE EMPLEO -----------------------------*/

.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 9999;
}
.lightbox img {
	max-width: 80vw;
	max-height: 80vh;
	display: block;
}
.lightbox figure{
	margin-bottom: 0;
}
.lightbox #lightbox-caption{
	background-color: var(--black);
	color: white;
	padding: .65rem 1.125rem;
	font-size: 18px;
	font-family: var(--font-faktum);
}
.lightbox.visible {
	visibility: visible;
	opacity: 1;
}
.close, .prev, .next {
	position: absolute;
	font-size: 30px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
.lightbox .close {
	top: 1.5rem;
	right: 1.5rem;
}
.prev {
	left: 1.5rem;
}
.next {
	right: 1.5rem;
}

.block_galeria::after,
.block_galeria::before{
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 9;
	pointer-events: none;
}

.block_galeria::after{
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23C5FF00' viewBox='0 0 93 93'%3e%3cpath d='M0,46.5C35.2,40.3,40.3,35.2,46.5,0c6.2,35.2,11.3,40.3,46.5,46.5-35.2,6.2-40.3,11.3-46.5,46.5C40.3,57.8,35.2,52.7,0,46.5Z'/%3e%3c/svg%3e");
	width: 4rem;
	height: 4rem;
	bottom: calc(56px + .5rem);
	right: 3rem;
	transform: translateY(50%);
}

.swiper_galeria .swiper-slide{
	width: auto;
	cursor: pointer;
	transform: filter .3s ease;
}
.swiper_galeria .swiper-slide img{
	max-height: 540px;
	width: auto;
	border-radius: 18px;
}
.swiper_galeria .swiper-slide:hover{
	filter: brightness(.6);
}

.block_galeria .swiper_nav{
	position: static !important;
	transform: none !important;
	border-color: var(--white);
	color: var(--white);
}

.swiper-pagination.testimonios-pagination{
	bottom: -1.5rem;
}

.swiper_testimonios .swiper-slide{
	height: auto;
}

.card_testimonio .card_image{
	max-width: 8.5rem;
	border-radius: 50%;
	border: 4px solid var(--azul);
}

.card_testimonio .nombre{
	font-size: .77778em;
	position: relative;
}

.card_testimonio .nombre strong{
	font-size: 1.125rem;
}

.card_testimonio .nombre::after{
	content: '';
	display: block;
	position: absolute;
	bottom: calc( 100% + .5rem);
	left: 4px;
	width: 3rem;
	height: 3rem;
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23C5FF00' viewBox='0 0 93 93'%3e%3cpath d='M0,46.5C35.2,40.3,40.3,35.2,46.5,0c6.2,35.2,11.3,40.3,46.5,46.5-35.2,6.2-40.3,11.3-46.5,46.5C40.3,57.8,35.2,52.7,0,46.5Z'/%3e%3c/svg%3e");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 1499px){
	.swiper_galeria .swiper-slide img{
		max-height: 420px;
	}
}
@media only screen and (max-width: 1399px){
	.swiper_galeria .swiper-slide img{
		max-height: 380px;
	}
}
@media only screen and (max-width: 575px){
	.card_testimonio .card_image{
		max-width: 6.5rem;
	}
}

/*------------------------------ GANADORES -----------------------------*/

.block_ganadores .swiper_nav.ganadores-next{right: -1rem;}
.block_ganadores .swiper_nav.ganadores-prev{left: -1rem;}
.swiper-pagination.ganadores-pagination{
	bottom: -1.5rem;
}

/*------------------------------ PRINT -----------------------------*/

.resultados_diagnostico .banner{
	display: none;
}

@media print{
	
	body{
	  -webkit-print-color-adjust:exact !important;
	  print-color-adjust:exact !important;
	}
	
	h1, .h1{ font-size: 42px; }
	h2, .h2{ font-size: 30px; }
	h3, .h3{ font-size: 18px; }
	h4, .h4{ font-size: 16px; }
	h5, .h5{ font-size: 14px; }
	h6, .h6{ font-size: 14px; }
	
	.wp-block-lazyblock-seccion{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.container{
		max-width: 100vw !important;
	}
	.resultados_diagnostico{
		padding-top: 60px;
	}
	.resultados_diagnostico > .row:not(:first-child){
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.resultados_diagnostico .banner{
		display: block !important;
	}

	.resultados_download,
	.page_header,
	.site_header,
	.site_footer{
		display: none !important;
	}
	.py{
		padding-top: 0;
		padding-bottom: 0;
	}
	
	main{
		margin-top: 0;
	}
	
	.icon img{
		max-width: 60px;
		height: auto;
		margin-right: 20px;
	}
	
	.col-lg-6{
		width: 50% !important;
	}
	.hr-dotted{
		background: none !important;
		border-bottom: 2px dotted #EB5C5D;
	}
	.text-rojo{
		color: #EB5C5D !important;
	}
	.resultado_general{
		background-color: #FAF8F5 !important;
	}
}

/*---------------------------------------------------------- RECURSOS ----------------------------------------------------------*/

.header_recursos{
	position: relative;
}
.header_recursos::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: calc(var(--col)*2);
	height: calc(var(--col)*2);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../../images/graf_recursos.svg");
	right: calc((100vw - (var(--col)*12))/2);
}

/******************** CORTINA *********************/
#staticBackdrop .container{padding:2em 0em 5em 0em;}
#staticBackdrop.modal.show{display: flex !important; align-items: center;}
#staticBackdrop .modal-content{background-color: transparent;}
.loader17{position:relative;width:65px;border:1px solid transparent;margin:40px auto}
.loader17 span{position:absolute;bottom:0;display:block;width:9px;height:5px;border-radius:5px;background:rgba(0,0,0,.1);-webkit-animation:preloader 2s infinite ease-in-out;animation:preloader 2s infinite ease-in-out}
.loader17 span:nth-child(2){left:11px;-webkit-animation-delay:.2s;animation-delay:.2s}
.loader17 span:nth-child(3){left:22px;-webkit-animation-delay:.4s;animation-delay:.4s}
.loader17 span:nth-child(4){left:33px;-webkit-animation-delay:.6s;animation-delay:.6s}
.loader17 span:nth-child(5){left:44px;-webkit-animation-delay:.8s;animation-delay:.8s}
.loader17 span:nth-child(6){left:55px;-webkit-animation-delay:1s;animation-delay:1s}
@-webkit-keyframes preloader{
	0%,100%,50%{height:5px;-webkit-transform:translateY(0);transform:translateY(0);background:rgba(0,0,0,.1)}
	25%{height:30px;-webkit-transform:translateY(15px);transform:translateY(15px);background:#f8990c}
}
@keyframes preloader{
	0%,100%,50%{height:5px;-webkit-transform:translateY(0);transform:translateY(0);background:rgba(0,0,0,.1)}
	25%{height:30px;-webkit-transform:translateY(15px);transform:translateY(15px);background:#f8990c}
}

.button_video .button_btn{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 0 none;
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
}
.wp-block-image > a img,
.button_video:hover .button_image{
	transition: all .3s ease;
}

.wp-block-image > a:hover img,
.button_video:hover .button_image{
	filter: brightness(80%);
}
.button_video .button_btn svg{
	width: 5.5rem;
	height: 5.5rem;
}

/*---------------------------------------------------------- RURALIA ----------------------------------------------------------*/

.bg_participantes>section{
	background-image: url("../../images/bg_estrella.svg"), url("../../images/bg_circle-dotted.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: right -150px top 240px, right -140px top -150px;
}

.card_impulsa{
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.card_impulsa .card_image img{
	transition: all .5s ease;
}

.card_impulsa .card_content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.42);
	transition: all .3s ease;
}

.card_impulsa:hover .card_image img{
	transform: scale(1.1);
}
.card_impulsa:hover .card_content{
	background-color: rgba(0,0,0,.62);
}
.card_impulsa a{
	text-decoration: none;
	color: inherit;
}

.block_participantes .participantes-next{
	right: 0;
}
.block_participantes .participantes-prev{
	left: 0;
}

.swiper_participantes .swiper-slide > div:not(:last-child){
	margin-bottom: 4rem;
}

/*---------------------------------------------------------- COMPROMISO MYPE ----------------------------------------------------------*/

.compromisomype-pagination{
	transform: none !important;
	margin-bottom: 1rem;
}
/*---------------------------------------------------------- PORMAS ----------------------------------------------------------*/

.pormas_image_form{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.bg_pormas::after{
	content: '';
	position: absolute;
	top: 0;
	right: 1rem;	
	transform: translateY(-50%);
	width: calc(var(--col)*2 - 30px);
	height: 100%;
	background-image: url("../../images/symbol_x-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

.card_comite.pormas .nombre strong{
	display: inline-block;
	padding: 0 .4rem;
	border: 1px solid var(--rojo-pormas);
}

.archive_prensa .page_content.pormas::after{
	filter: brightness(0);
}

/*---------------------------------------------------------- EPA ----------------------------------------------------------*/

.block_epa{
	position: relative;
	overflow: visible !important;
}
.block_epa::after,
.block_epa::before{
	content: '';
	display: block;
	position: absolute;
	width: calc(var(--col)*2 - 30px);
	height: calc(var(--col)*2 - 30px);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../../images/graph_circle-dashed-amarillo.svg");
	pointer-events: none;
	z-index: -1;
}

.block_epa::after{
	top: 2rem;
	left: 0;
	transform: translateX(-50%);
}
.block_epa::before{
	bottom: 2rem;
	right: 0;
	transform: translateX(50%);
}
/*---------------------------------------------------------- SECTION ----------------------------------------------------------*/

.block_section .block_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block_section .block_image img{
	position: sticky;
	top: 100px;
	max-height: calc(100vh - 100px);
}

/*---------------------------------------------------------- EPA ----------------------------------------------------------*/

.rombo_amarillo{position: relative;}
.rombo_amarillo::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: calc(var(--bs-offset));
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FDC608' viewBox='0 0 93 93'%3e%3cpath fill-rule='evenodd' d='M0,46.5C35.2,40.3,40.3,35.2,46.5,0c6.2,35.2,11.3,40.3,46.5,46.5-35.2,6.2-40.3,11.3-46.5,46.5C40.3,57.8,35.2,52.7,0,46.5Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: calc(var(--col) - 30px);
    height: calc(var(--col) - 30px);
    z-index: 2;
    pointer-events: none;
}

.bg_bottom_dots{
	background-image: url(../../images/graf_circulo-puntos.svg);
    background-repeat: no-repeat;
    background-position: bottom calc((var(--col) - 30px)* -1) left calc(var(--col) - 30px);
    background-size: calc((var(--col)* 2 - 30px)) auto;
}

.wp-block-lazyblock-recurso-card{
	height: 100%;
}
.card_recurso{
	border: 3px dashed var(--verde);
	background-color: var(--white);
}
.card_recurso .card_content{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.card_recurso:hover{
	border-color: var(--amarillo);
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}
/*---------------------------------------------------------- RUTA CONFIANZA ----------------------------------------------------------*/

.bg_ruta_aliados{
	position: relative;
}
.bg_ruta_aliados::after{
	content: '';
	display: block;
	position: absolute;
	top: -3rem;
	right: 0;
	width: calc(var(--col)*2);
	height: calc(var(--col)*2);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../../images/img-flash.svg");
}