@charset "UTF-8";


/*!
 * NOSOTROS  - GLOBAL
 */

  /* 1- EQUIPO DIRECTVIO */    
  /* 2- BLOQUE IMAGEN*/     
  /* 3- ALGUNAS CIFRAS*/     
 /* 4- FORMULARIO*/    
 /* 5- RECONOCIMIENTOS */    
 /* 6- CERTIFICACIONES */    
 /* 7- CONTACTO */    
/* 8- SERVICIOS */    
/*  9 PERFIL */
/*  10 FINANCIACIÓN */






  /* 1- EQUIPO DIRECTVIO */    

.block-views-blockequipo-equipo .separa {
    border-top: 1px solid;
    padding-bottom: 30px;
	margin-top: 90px;
}


.block-views-blockequipo-equipo h2 {
    line-height: 8px;
}

#views-bootstrap-equipo-equipo .cargo {
    font-family: "PP Neue Montreal";
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 25px;
    text-decoration: none;
}

.block-views-blockequipo-equipo a {
	text-decoration: none;
}

.block-views-blockequipo-equipo .views-field-title {
	font-family: "PP Neue Montreal";
	font-size: 22px;
	font-weight: 500;
	line-height: 30px; 
}

.block-views-blockequipo-equipo .col {
	padding-bottom: 80px;
}

.block-views-blockequipo-equipo .views-field-field-imagen img {
	border-radius: 8px;
}

#views-bootstrap-equipo-equipo .linkedin a {
    border: 1px solid #000;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 25px;
    font-family: "PP Neue Montreal";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    height: 50px;
    display: block;
    width: max-content;
}

#views-bootstrap-equipo-equipo .linkedin a:hover {
	border: 1px dashed #000;
}

#views-bootstrap-equipo-equipo .views-field-nothing {
	cursor: pointer;
	position: relative;
}

#views-bootstrap-equipo-equipo .views-field-nothing img {
	transition: all 0.3s ease-out;
}

#views-bootstrap-equipo-equipo .views-field-nothing:hover img {
	filter: brightness(0.6);
	transition: all 0.3s ease-out;
	border-radius: 16px;
}

#views-bootstrap-equipo-equipo .views-field-nothing .imagen  {
	display: flex;
    align-items: center;
    justify-content: center;
}


#views-bootstrap-equipo-equipo .views-field-nothing .imagen .icono {
    width: 50px;
    height: 50px;
	display: none;
    position: absolute;
    background-image: url("../../images/close.svg");
    background-repeat: no-repeat;
    filter: invert(1);
}

#views-bootstrap-equipo-equipo .views-field-nothing:hover .imagen .icono {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    background-image: url("../../images/close.svg");
    background-repeat: no-repeat;
    filter: invert(1);
}

#views-bootstrap-equipo-equipo .views-field-nothing-1 {
	background-color: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(12);  
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 100;
	display: none;
	cursor: pointer;	
}

#views-bootstrap-equipo-equipo .views-field-nothing-1.show {
	display: block;
}

#views-bootstrap-equipo-equipo .popup {
    width: 50vw;
    background-color: #FFF;
    border-radius: 16px;
    padding: 50px 28px 50px 28px;
    cursor: default;
    height: 95vh;
    min-height: 660px;
}


@media (max-width: 991px) {
	
	.block-views-blockequipo-equipo .col {
		padding-bottom: 40px;
	}
	
	#views-bootstrap-equipo-equipo .popup {
		width: 90vw;
		background-color: #FFF;
		border-radius: 16px;
		padding: 15px 15px 15px 15px;
		cursor: default;
		height: auto;
		position: absolute;
		top:0;
		margin-top: 15px;
        margin-bottom: 15px;
	}
	
	.views-field-nothing-1 img {
		width: 50vw;
	}
	
	#views-bootstrap-equipo-equipo .popup .close {
		position: absolute;
    	top: 40px;
	}
	
	#views-bootstrap-equipo-equipo .popup .descripcion {;
		max-height: 39vh !important;
		margin-top: 15px;
	}
	
	#views-bootstrap-equipo-equipo .views-field-nothing .imagen .icono {
		width: 50px;
		height: 50px;
		display: block;
		bottom: 90px;
		right: 15px;
		background-color: #fff;
		filter: invert(0);
		border-radius: 25px;
	}
	
	#views-bootstrap-equipo-equipo .popup .col-dcha {
		height: auto !important;
		padding-bottom: 10px;
	}
	
}


#views-bootstrap-equipo-equipo .views-field-nothing-1 .field-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#views-bootstrap-equipo-equipo .views-field-nothing img,
#views-bootstrap-equipo-equipo .views-field-nothing-1 img {
    border-radius: 8px;
}

#views-bootstrap-equipo-equipo .popup .col-dcha {
    height: 88vh;
}

#views-bootstrap-equipo-equipo .popup .descripcion {
    overflow-y: auto;
    margin-bottom: 30px;
    padding-right: 15px;
    max-height: 70vh;
}

#views-bootstrap-equipo-equipo .popup .close-block {
    display: flex;
    justify-content: flex-end;
}

#views-bootstrap-equipo-equipo .popup .close {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    display: block;
    background-image: url("../../images/close.svg");
    background-repeat: no-repeat;
    margin-top: -25px;
    cursor: pointer;
    transform: rotate(45deg);
}



/* 2- BLOQUE IMAGEN */


#bloque-imagen img{
	border-radius: 8px;
}



 /* 3- ALGUNAS CIFRAS*/   

.block-views-blockalgunas-cifras-cifras {
    margin-top: 100px;
    padding-bottom: 100px;
}

.block-views-blockalgunas-cifras-cifras .cifra {
    font-size: 150px;
    font-weight: 400;
    line-height: 125px;
    display: inline-block;
}

.block-views-blockalgunas-cifras-cifras .separa {
    border-top: 1px solid;
    padding-bottom: 30px;
}

.block-views-blockalgunas-cifras-cifras .views-field-nothing {
    width: 100%;
    min-height: 160px;
}

.block-views-blockalgunas-cifras-cifras .views-field-nothing {
    border-top: 1px solid;
    padding-top: 30px;
    margin-bottom: 30px;
}

.block-views-blockalgunas-cifras-cifras .views-row:first-child .views-field-nothing {
    border-top: 0;
    padding-top: 0px;
    margin-bottom: 0px;
}



/* 4- FORMULARIO */    

.path-nosotros .block-webform {
	position: relative;
	max-width: 1320px;
	margin: auto;
	border-radius: 8px;
	padding: 50px;
	background-image: url("../../images/bkg-formulario.jpg");
	background-size: cover;
	background-position: center;
	overflow: hidden;
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px; 
	font-family: "PP Neue Montreal";
	height:  80vh;
	min-height: 600px;
}

.path-nosotros .block-webform::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 0;
    border-radius: inherit;
}

.path-nosotros .block-webform > * {
  position: relative;
  z-index: 1;
}

.path-nosotros .block-webform .description {
    font-size: 15px;
    line-height: 22px;
	padding-top: 10px;
}

.path-nosotros .block-webform .webform-file-button {
    font-size: 15px;
    line-height: 38px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 25px;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.path-nosotros .block-webform .file--application-pdf a {
    font-size: 18px;
    line-height: 23px;
    color: #FFF;
    border-radius: 8px;
}

[id^="edit-cv-remove-button"] {
    background-color: transparent !important;
    border: 1px solid #FFF !important;
    border-radius: 25px;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.path-nosotros .block-webform input.form-control {
    border-radius: 50px;
    background-color: transparent;
    color: #FFF;
    border: 1px solid #FFF;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
	font-family: "PP Neue Montreal";
	font-size: 22px;
	font-weight: 500;
}

.path-nosotros .block-webform input.form-control::placeholder {
	color: #FFF;
	font-family: "PP Neue Montreal";
	font-size: 22px;
	font-weight: 500;
}

.path-nosotros .block-webform input.webform-button--submit {
	background: transparent;
    border: 1px solid #FFF;
    border-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
}

#edit-cv .webform-managed-file-placeholder {
    font-size: 14px;
}


#edit-privacidad a {
	color:#FFF;
}


/* 5- RECONOCIMIENTOS */    



.block-views-blockreco-reco  {
    padding-top:  100px;
}


.block-views-blockreco-reco .view-content {
    margin-bottom: 50px;
}

.block-views-blockreco-reco .separa {
    border-top: 1px solid;
    padding-bottom: 30px;
}

.block-views-blockreco-reco .views-row .views-field-nothing {
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.block-views-blockreco-reco .views-row:last-child .views-field-nothing {
    margin-bottom: 100px;
}

.block-views-blockreco-reco .view-content .views-row:first-child .views-field-nothing {
    border-top: 0;
    padding-top: 0;
}

.block-views-blockreco-reco ul.pager,
.block-views-blockreco-reco li.pager__item{
    padding-left: 0;
}

.block-views-blockreco-reco li.pager__item a {
    border-radius: 50px;
    border: 1px solid #000;
    background: transparent;
    height: 50px;
    color: #000;
    font-family: "PP Neue Montreal";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    padding-left: 30px;
    padding-right: 30px;
}

/* Contenedor del botón relativo para posicionar la flecha */
.block-views-blockreco-reco {
  position: relative;
}

/* Botón principal */
.block-views-blockreco-reco button.ver-mas {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 25px;
    height: 50px;
    padding-left: 22px;
    padding-right: 22px;
    margin-left: 0;
    position: relative;
    display: inline-block;
    z-index: 9;
}

/* Flecha ::after en el contenedor, fuera del botón */
.block-views-blockreco-reco button.ver-mas::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%; /* justo al final del botón */
  transform: translate(10px, -50%); /* separa un poco y centra vertical */
  width: 50px;
  height: 50px;
  background-image: url("../../images/down-arrow.svg"); /* ajusta ruta */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.block-views-blockreco-reco button.ver-mas:hover {
  border: 1px dashed#000;
}

/* Flecha ::after en el contenedor, fuera del botón */
.block-views-blockreco-reco button.ver-mas:hover::after {
  background-image: url("../../images/down-arrow-dashed.svg"); /* ajusta ruta */
}

/* Descarga PDFs */
.view-listado-pdfs {
    display: flex;
    justify-content: flex-end;
    margin-top: -50px;
}

.view-listado-pdfs .views-row {
    width: fit-content;
    z-index: 9;
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.view-listado-pdfs .views-row .file--application-pdf {
    background-image: none;
    padding-left: 0;
}

.view-listado-pdfs .views-row .file--application-pdf a {
    color: #000;
    text-decoration: none;
    font-family: "PP Neue Montreal";
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 7px 24px 7px 24px;
    height: 50px;
    display: block;
}

.view-listado-pdfs .views-row .file--application-pdf a:hover {
    border: 1px dashed #000;
}



/* 6- CERTIFICACIONES */    

.block-views-blockcerti-certi {
	margin-top: 150px;
}

.block-views-blockcerti-certi .separa {
    border-top: 1px solid;
    padding-bottom: 30px;
}

.block-views-blockcerti-certi .views-field-nothing {
    border-top: 1px solid;
    padding-top: 25px;
    margin-top: 15px;
}

.block-views-blockcerti-certi .view-content .views-row:first-child .views-field-nothing {
    border-top: 0;
    padding-top: 0;
}

.block-views-blockcerti-certi .views-field-nothing .field--type-image {
    padding-top: 5px;
}

.view-certi .field--name-field-media-image img {
    max-width: 100%;
    height: auto;
    max-height: 110px;
    width: auto;
    max-width: 240px;
}


 /* 7- CONTACTO */    

#views-bootstrap-contacto-contacto {
    padding-bottom: 200px;
}

#contacto.separa {
    border-top: 1px solid;
    padding-bottom: 0;
    margin-top: 190px;
    height: 25px;
}

#views-bootstrap-contacto-contacto .pais {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-top: 25px;
}

#views-bootstrap-contacto-contacto .hora {
    font-size: 150px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -3px;
    overflow: hidden;
}

#views-bootstrap-contacto-contacto a {
	text-decoration: none;
}

#views-bootstrap-contacto-contacto a:hover {
	color:#808080;
}

#views-bootstrap-contacto-contacto {
	display: flex;
	justify-content: space-between;
}




/* 8- SERVICIOS */    
.block-views-blockservicios-servicios  {
    padding-bottom: 50px;
}

.block-views-blockservicios-servicios .separa {
    border-top: 1px solid;
    padding-bottom: 0;
    margin-top: 0;
    height: 25px; 
}

.block-views-blockservicios-servicios .views-bootstrap-tabs button {
	display: flex;
    color: #000000;
    border-bottom: 1px solid #000;
    padding: 0;
    margin-right: 6vw;
    font-size: 22px;
    font-weight: 500;
    height: 55px;
}

.block-views-blockservicios-servicios .nav-list {
    margin-bottom: 60px;
}

.block-views-blockservicios-servicios .views-bootstrap-tabs button.active {
	color:#808080;
}




/*  9 PERFIL */

.block-block-contentceb0d486-c7c4-4242-8fa9-89c832be968a #tit-desc-link {
    padding-top: 90px;
    padding-bottom: 130px;
}





/*  10 FINANCIACIÓN */

.financiacion  {
    padding-bottom: 90px;
}

.financiacion .separa {
    border-top: 1px solid;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 25px;
}


.financiacion img {
	width: 100%;
    height: auto;
}



