@charset "UTF-8";


/*!
 * LAYOUT - GLOBAL
 */

  /* 1- CABECERA HOME */
  /* 2- BLOQUE TITULO DESCRIPCIÓN Y LINK */  
  /* 3- ÁREAS DE TRABAJO */  
  /* 4- SLIDER PROYECTOS */





/* 1- CABECERA HOME */
.view-cabeceras-home img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.4);
    border-radius: 0 0 16px 16px;
    min-height: 600px;
}

.view-cabeceras-home img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.4);
    border-radius: 0 0 16px 16px;
    min-height: 600px;
}


.view-cabeceras-home .views-row:first-child .views-field-field-imagen img {
	    filter: brightness(0.9);   /* DEJAR LA IMAGEN MÁS CLARA PARA LA FELICITACIÓN NAVIDEÑA, DESPUÉS BORRAR ESTA LÍNEA *//
}

.view-cabeceras-home .views-row {
	position: relative;
}

.view-cabeceras-home .views-field-nothing {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #FFF;
    height: 100%;
    cursor: n-resize;
}

.boton a {
    color: #FFF;
    text-decoration: none;
    font-family: "PP Neue Montreal";
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    border-radius: 50px;
    border: 1px solid #FFF;
    padding: 7px 24px 7px 24px;
    height: 50px;
    display: block;
}

.boton a:hover {
    border: 1px dashed#FFF;
}

.view-cabeceras-home .views-field-nothing .linea {
  display: flex;
  justify-content: space-between;
  align-items: center;       
  position: absolute;         
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;                  
  max-width: 1320px;             
  padding: 0 20px;                
  box-sizing: border-box;
}

.view-cabeceras-home .views-field-nothing .titulo {
	color: #FFF;
	font-family: "PP Neue Montreal";
	font-size: 42px;
	font-weight: 500;
	line-height: 64px; 
}

.view-cabeceras-home .views-field-nothing .descripcion {
    color: #FFF;
    font-family: "PP Neue Montreal";
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    width: 100%;
    position: absolute;
    bottom: 60px;
}

.view-cabeceras-home .views-field-nothing .descripcion ul {
	padding-left: 20px;
	max-width: 350px;
}

.view-cabeceras-home .views-field-nothing .descripcion p {
	max-width: 350px;
}





/* 2- BLOQUE TITULO DESCRIPCIÓN Y LINK */


#tit-desc-link {
    padding-top: 90px;
    padding-bottom: 200px;
}

#tit-desc-link .field--name-field-cuerpo {
	color: #000;
	font-family: "PP Neue Montreal";
	font-size: 42px;
	font-weight: 500;
	line-height: 52px; 
}

#tit-desc-link .field--name-field-enlace  {
    padding-top: 90px;
}

#tit-desc-link .field--name-field-enlace a {
    color: #000;
    text-decoration: none;
    font-family: "PP Neue Montreal";
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    border-radius: 50px;
    border: 1px solid #000;
    padding: 7px 24px 7px 24px;
    height: 50px;
    display: block;
	width: fit-content;
}

#tit-desc-link .field--name-field-enlace a:hover {
	border: 1px dashed #000;
}




/* 3- ÁREAS DE TRABAJO */


#views-bootstrap-areas-trabajo-areas-trabajo {
	margin: auto;
	margin-left: -12px;
    margin-right: -12px;
	padding-bottom: 190px;
}

#views-bootstrap-areas-trabajo-areas-trabajo img {
    border-radius: 8px;
    width: 100%;
    height: auto;
	transition: all 0.4s ease;
}

#views-bootstrap-areas-trabajo-areas-trabajo .views-field-field-enlace-1 .numero {
	font-family: "PP Neue Montreal";
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	padding-top: 23px;
}

#views-bootstrap-areas-trabajo-areas-trabajo  .views-field-field-enlace-1 .titulo, 
#views-bootstrap-areas-trabajo-areas-trabajo  .views-field-field-enlace-1 .descripcion  {
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
}

#views-bootstrap-areas-trabajo-areas-trabajo  .views-field-field-enlace-1 .titulo {
	padding-bottom: 16px;
}


#views-bootstrap-areas-trabajo-areas-trabajo .views-field-field-enlace-1 a {
    color: #FFF;
    text-decoration: none;
    font-family: "PP Neue Montreal";
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    border-radius: 50px;
    border: 1px solid #FFF;
    padding: 7px 24px 7px 24px;
    height: 50px;
    display: block;
    width: max-content;
}

#views-bootstrap-areas-trabajo-areas-trabajo .views-field-field-enlace-1 .bloq-img {
	position: relative;
}

#views-bootstrap-areas-trabajo-areas-trabajo .views-field-field-enlace-1 .bloq-img .boton {
    position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
}


#views-bootstrap-areas-trabajo-areas-trabajo .col {
    position: relative;
}

#views-bootstrap-areas-trabajo-areas-trabajo .col:hover img{
	filter: brightness(0.8);
	transition: all 0.4s ease;
	border-radius: 16px;
}


#views-bootstrap-areas-trabajo-areas-trabajo .views-field-field-enlace a {
    position: absolute;
    z-index: 9;
    width: calc(100% - 24px);
    height: 100%;
    text-indent: -99999px;
}

#views-bootstrap-areas-trabajo-areas-trabajo .col .views-field-field-enlace-1 .bloq-img .boton {
    opacity: 0;
}

#views-bootstrap-areas-trabajo-areas-trabajo .col:hover .views-field-field-enlace-1 .bloq-img .boton {
    opacity: 1;
}





  /* 4- SLIDER PROYECTOS */

.block-views-blockproyectos-home-proyectos-home {
    padding-bottom: 190px;
}

#views-bootstrap-proyectos-home-proyectos-home a.carousel-control-prev,
#views-bootstrap-proyectos-home-proyectos-home a.carousel-control-next {
	height: 50px !important;
}

#views-bootstrap-proyectos-home-proyectos-home a.carousel-control-prev,
#views-bootstrap-proyectos-home-proyectos-home a.carousel-control-next {
    position: absolute !important;
    top: auto;
    height: 100% !important;
}



#views-bootstrap-proyectos-home-proyectos-home .views-field-nothing {
	top: 0;
	position: absolute;
	width: calc(100% - 25px);
	height: 100%;
	color: #FFF;
}

#views-bootstrap-proyectos-home-proyectos-home .views-field-nothing .grupo{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#views-bootstrap-proyectos-home-proyectos-home .views-field-nothing .tipo {
    padding-top: 40px;
    color: #FFF;
    font-family: "PP Neue Montreal";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

#views-bootstrap-proyectos-home-proyectos-home .views-field-nothing .enlace a {
	color: #FFF;
    text-decoration: none;
    font-family: "PP Neue Montreal";
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    border-radius: 50px;
    border: 1px solid #FFF;
    padding: 7px 24px 7px 24px;
    height: 50px;
	width: fit-content;
    display: block;
}

#views-bootstrap-proyectos-home-proyectos-home .views-field-nothing .enlace a:hover {
    border: 1px dashed #FFF;
}

#views-bootstrap-proyectos-home-proyectos-home .views-field-nothing .bloque-titulo {
    padding-bottom: 40px;
    color: #FFF;
    font-family: "PP Neue Montreal";
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
}

.block-views-blockproyectos-home-proyectos-home img {
    border-radius: 8px;
    filter: brightness(0.7);
}

#views-bootstrap-proyectos-home-proyectos-home .carousel-control-prev-icon {
    background-image: url("../../images/flecha-izda.svg") !important;
    width: 50px;
    height: 50px;
    bottom: 92px;
    left: 34px;
    position: absolute;
}

#views-bootstrap-proyectos-home-proyectos-home .carousel-control-next-icon {
    background-image: url("../../images/flecha-izda.svg") !important;
    width: 50px;
    height: 50px;
    bottom: 92px;
    right: 34px;
    position: absolute;
    transform: rotate(180deg);
}

.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}
