@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,300i,400,400i,500,500i,600,600i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arya:wght@400;700&display=swap");
/***********************
VARIABLES AND MIXINS
***********************/
.sombra {
  box-shadow: 18px 18px 0 #E8EBEF; }

/*
@mixin fitimage($fitimagewidth,$fitimagewidth) { 
	object-fit: cover;
    width: $fitimagewidth !important;
    height: $fitimageheight !important;
}
*/
/***********************
GENERAL
***********************/
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  background: #fff; }

main {
  scroll-snap-type: y mandatory; }
  main li {
    margin-bottom: 10px; }

section {
  scroll-snap-align: start; }

@media (min-width: 1200px) {
  .container {
    max-width: 1380px; } }

p strong {
  color: white;
  background-color: #09426E;
  /*display: inline-block;*/
  padding: 0 4px;
  font-weight: 600; }

li strong {
  font-weight: 600; }

a:link, a:visited {
  color: #09426E; }

/***********************
ASSETS
***********************/
.rounded {
  border-radius: 50% !important; }

.rojo {
  color: #C26B69 !important; }

.azul {
  color: #09426E !important; }

.fd-negro {
  background-color: #000; }

.fd-azul-claro {
  background-color: #E8EBEF; }

.separador {
  width: 118px;
  stroke-dasharray: 236;
  stroke-dashoffset: 236;
  margin-top: 2rem;
  margin-bottom: 3rem;
  fill: none;
  stroke: #09426E;
  stroke-linejoin: round;
  stroke-width: 5px; }
  .separador.animated {
    animation: separador 2.5s ease-out forwards; }
  .separador.spain {
    stroke: #09426E; }
  .separador.portugal {
    stroke: #09426E; }

@keyframes separador {
  to {
    stroke-dashoffset: 0; } }
h2.pretitle {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #000;
  font-weight: 300; }

h1.playfair,
h2.playfair {
  font-family: "Arya", sans-serif;
  font-size: 3rem;
  line-height: 1.1;
  color: #09426E;
  font-weight: 700;
  position: relative;
  /*&.text-center {
  	&::after {
  		margin: 2rem auto 3rem;	
  	}
  }*/ }
  h1.playfair::after,
  h2.playfair::after {
    /*content:'';
    width: 120px;
    height: 28px;
    display: block;
    background: transparent url('../images/separador.png') no-repeat;
    background-size: contain;
    margin-top: 2rem;
    margin-bottom: 3rem;*/ }
  h1.playfair.rojo::after,
  h2.playfair.rojo::after {
    background: transparent url("../images/separador-rojo.png") no-repeat;
    background-size: contain; }
  h1.playfair.azul::after,
  h2.playfair.azul::after {
    background: transparent url("../images/separador-azul.png") no-repeat;
    background-size: contain; }
  @media (min-width: 768px) {
    h1.playfair,
    h2.playfair {
      font-size: 4rem; } }
  @media (min-width: 768px) {
    h1.playfair.smaller,
    h2.playfair.smaller {
      font-size: 3rem; } }

h4 {
  font-family: "Arya", sans-serif;
  color: #09426E; }

.tit-p {
  color: #09426E;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.1rem; }
  .tit-p::after {
    content: '';
    height: 2px;
    width: 2.5rem;
    display: inline-block;
    background-color: #000;
    margin-left: .8rem;
    line-height: 1;
    vertical-align: middle; }
  .tit-p.text-center::before {
    content: '';
    height: 2px;
    width: 2.5rem;
    display: inline-block;
    background-color: #000;
    margin-right: .8rem;
    line-height: 1;
    vertical-align: middle; }

.fitimage {
  width: 100%;
  height: auto; }
  @media (min-width: 992px) {
    .fitimage {
      object-fit: cover;
      width: 960px !important;
      height: 697px !important; } }

.bot-cta {
  text-transform: uppercase;
  color: black;
  border: 5px solid #09426E;
  padding: .6rem 3rem;
  display: inline-block;
  text-align: center;
  min-width: 250px;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 1rem;
  transition: all .3s ease-out;
  border-radius: 0; }
  .bot-cta:hover {
    text-decoration: none;
    color: #fff;
    background: #09426E;
    		/*animation: cta .3s ease-out forwards;
    		animation-iteration-count: 1;
    		perspective: 800;
      		transform-style: preserve-3d;*/ }
  .bot-cta.rojo {
    color: #000 !important;
    border: 5px solid #C26B69; }
    .bot-cta.rojo:hover {
      color: #fff !important;
      background: #C26B69; }
  .bot-cta.azul {
    color: #000 !important;
    border: 5px solid #09426E; }
    .bot-cta.azul:hover {
      color: #fff !important;
      background: #09426E; }

/*@keyframes cta {
	to {
		transform: rotateX(-30deg) rotateY(15deg);
	}
}*/
.el-intro {
  padding: 1.8rem 2rem;
  color: #fff;
  font-weight: bold;
  background-color: #09426E; }
  .el-intro.el-intro-spain {
    background-color: #C26B69; }
  .el-intro.el-intro-portugal {
    background-color: #09426E; }

/***********************
HEADER
***********************/
header {
  background: black;
  color: #fff;
  /*burger*/ }
  header .navbar-collapse {
    padding-top: 1.5rem; }
    @media (min-width: 992px) {
      header .navbar-collapse {
        padding-top: 0; } }
  header .bl-menu {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background: #000; }
    header .bl-menu .navbar-brand {
      opacity: 1;
      transition: all .3s ease-out; }
      header .bl-menu .navbar-brand:hover {
        opacity: .6; }
      header .bl-menu .navbar-brand img {
        transition: all .3s ease-out;
        width: 60px;
        height: auto; }
        @media (min-width: 768px) {
          header .bl-menu .navbar-brand img {
            width: 100px;
            height: auto; } }
        @media (min-width: 992px) {
          header .bl-menu .navbar-brand img {
            width: 120px;
            height: auto; } }
        @media (min-width: 1200px) {
          header .bl-menu .navbar-brand img {
            width: 170px;
            height: auto; } }
    @media (min-width: 992px) {
      header .bl-menu {
        background: rgba(0, 0, 0, 0);
        /*transition: all .3s ease-out;*/ }
        header .bl-menu.affix {
          background: rgba(0, 0, 0, 0.8); }
          header .bl-menu.affix .navbar-brand img {
            width: 120px;
            height: auto; } }
  header .nav-item {
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-family: "Arya", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    display: flex;
    gap: 0;
    /*&:last-child {
    	display: flex;
    	gap: 10px;
    	@media (min-width: 992px) {
    		gap: 0;
    	}
    }*/ }
    @media (min-width: 992px) {
      header .nav-item {
        font-size: 1rem;
        margin: 0 .7rem; }
        header .nav-item.co-idiomas {
          border-left: 1px solid white;
          padding-left: 15px; } }
    @media (min-width: 1200px) {
      header .nav-item {
        font-size: 1.2rem; } }
    header .nav-item.active a {
      color: #F2EADF !important;
      font-weight: 700; }
    header .nav-item a {
      color: #fff !important;
      transition: all .3s ease-out; }
      header .nav-item a:hover {
        color: #09426E !important; }
  header .icon-bar {
    width: 22px;
    height: 2px;
    background-color: #B6B6B6;
    display: block;
    transition: all 0.2s;
    margin-top: 4px; }
  header .navbar-toggler {
    border: none;
    background: transparent !important;
    outline: 0; }
  header .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%; }
  header .navbar-toggler .middle-bar {
    opacity: 0; }
  header .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%; }
  header .navbar-toggler.collapsed .top-bar {
    transform: rotate(0); }
  header .navbar-toggler.collapsed .middle-bar {
    opacity: 1; }
  header .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0); }
  header .bl-header {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 500px;
    width: 100%;
    margin-top: 82px; }
    @media (min-width: 992px) {
      header .bl-header {
        background-size: cover;
        background-attachment: fixed; } }
    header .bl-header .separador line {
      stroke: #F2EADF !important; }
    header .bl-header.bl-header-home {
      background-image: url("../images/fd-inicio.jpg");
      height: 500px; }
      @media (min-width: 768px) {
        header .bl-header.bl-header-home {
          height: 600px; } }
      @media (min-width: 992px) {
        header .bl-header.bl-header-home {
          height: 800px;
          margin-top: 0; } }
    header .bl-header.bl-header-assets {
      background-image: url("../images/img-activos.jpg");
      height: 400px; }
      @media (min-width: 768px) {
        header .bl-header.bl-header-assets {
          height: 500px; } }
      @media (min-width: 992px) {
        header .bl-header.bl-header-assets {
          height: 500px;
          margin-top: 0;
          background-attachment: scroll; } }
    header .bl-header.bl-header-advisors {
      background-image: url("../images/fd-advisors.jpg");
      height: 400px; }
      @media (min-width: 768px) {
        header .bl-header.bl-header-advisors {
          height: 500px; } }
      @media (min-width: 992px) {
        header .bl-header.bl-header-advisors {
          height: 500px;
          margin-top: 0; } }
    header .bl-header.bl-header-investors {
      background-image: url("../images/img-servicios.jpg");
      height: 400px; }
      @media (min-width: 768px) {
        header .bl-header.bl-header-investors {
          height: 500px; } }
      @media (min-width: 992px) {
        header .bl-header.bl-header-investors {
          height: 500px;
          margin-top: 0;
          background-attachment: scroll; } }
    header .bl-header.bl-header-quienes {
      background-image: url("../images/img-quienes-somos.jpg");
      height: 400px; }
      @media (min-width: 768px) {
        header .bl-header.bl-header-quienes {
          height: 500px; } }
      @media (min-width: 992px) {
        header .bl-header.bl-header-quienes {
          height: 500px;
          margin-top: 0;
          background-attachment: scroll !important; } }
    header .bl-header.bl-header-news {
      background-image: url("../images/fd-contacto.jpg");
      height: 400px; }
      @media (min-width: 768px) {
        header .bl-header.bl-header-news {
          height: 500px; } }
      @media (min-width: 992px) {
        header .bl-header.bl-header-news {
          height: 500px;
          margin-top: 0;
          background-attachment: scroll; } }
    header .bl-header.bl-header-contact {
      background-image: url("../images/fd-contacto.jpg");
      background-size: cover;
      height: 400px; }
      @media (min-width: 768px) {
        header .bl-header.bl-header-contact {
          height: 500px; } }
      @media (min-width: 992px) {
        header .bl-header.bl-header-contact {
          height: 500px;
          margin-top: 0; } }
    header .bl-header.bl-header-legal {
      background-image: url("../images/fd-legal.jpg");
      height: 400px; }
      @media (min-width: 768px) {
        header .bl-header.bl-header-legal {
          height: 500px; } }
      @media (min-width: 992px) {
        header .bl-header.bl-header-legal {
          height: 500px;
          margin-top: 0; } }
    header .bl-header h1 {
      font-family: "Arya", sans-serif;
      font-size: 2.5rem;
      font-weight: 300;
      margin-bottom: 2rem; }
      @media (min-width: 992px) {
        header .bl-header h1 {
          font-size: 4.8rem; } }
    header .bl-header h2 {
      font-size: 1.5rem;
      line-height: 1.4;
      font-weight: 200;
      margin-bottom: 1rem;
      /*&::after {
      	content:'';
      	width: 120px;
      	height: 28px;
      	display: block;
      	background: transparent url('../images/separador.png') no-repeat;
      	background-size: contain;
      	margin: 2rem auto 3rem;
      }*/ }

/***********************
ASSETS
***********************/
.co-asset {
  background: #000;
  overflow: hidden;
  display: block;
  transition: all 0.3s ease-out;
  position: relative;
  height: 100%;
  cursor: default !important; }
  .co-asset img {
    opacity: 1;
    transition: all 0.3s ease-out; }
  .co-asset .el-plus {
    color: #fff;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.2rem;
    font-size: 2rem;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-out; }
  .co-asset:hover {
    background: #333;
    text-decoration: none; }
    .co-asset:hover img {
      opacity: .8; }
    .co-asset:hover .el-plus {
      text-decoration: none; }
    .co-asset:hover .co-asset-text {
      text-decoration: none; }
      .co-asset:hover .co-asset-text p {
        text-decoration: none; }
  .co-asset.co-asset-spain .el-plus {
    background-color: #C26B69; }
  .co-asset.co-asset-portugal .el-plus {
    background-color: #09426E; }
  .co-asset .co-asset-text {
    font-size: 1rem;
    position: relative;
    padding: 1rem;
    text-align: left;
    color: #fff;
    transition: all 0.3s ease-out; }
    .co-asset .co-asset-text p {
      font-size: 1.4rem;
      margin-bottom: .5rem; }
    .co-asset .co-asset-text .el-country {
      font-size: .8rem; }
    .co-asset .co-asset-text .el-desc {
      font-size: .8rem; }

/***********************
INVESTORS
***********************/
.list-documents {
  padding: 0;
  list-style: none; }
  .list-documents li {
    margin: 0;
    list-style: none; }
    .list-documents li a {
      color: #09426E;
      font-weight: 700;
      border-bottom: 1px solid #eee;
      padding: 1.5rem 0 1.5rem 2.5rem;
      display: block;
      padding-left: 2.5rem;
      position: relative;
      transition: all 0.3s ease-out; }
      .list-documents li a:hover {
        background-color: #eee;
        text-decoration: none; }
      .list-documents li a::before {
        content: "\f15c";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        left: .8rem;
        top: 1.5rem; }

.prev, .next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 1.9rem;
  margin-top: -1.3rem;
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease-out;
  font-weight: 100;
  z-index: 1; }
  .prev:hover, .prev:focus, .next:hover, .next:focus {
    opacity: .7; }

.prev {
  left: 30px; }

.next {
  right: 30px; }

.co-asset-info {
  padding: 0; }
  .co-asset-info li {
    padding: 0 0 0 2rem;
    margin: .5rem 0;
    display: block;
    position: relative; }
    .co-asset-info li::before {
      content: "\f058";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      left: 0; }
  .co-asset-info.spain li::before {
    color: #C26B69; }
  .co-asset-info.portugal li::before {
    color: #09426E; }

/***********************
EQUIPO HOME
***********************/
.bl-equipo {
  background: #E8EBEF url(../images/fd-geometrico.svg) top left no-repeat;
  background-size: contain;
  padding: 5rem 0 !important; }
  .bl-equipo img {
    box-shadow: 18px 18px 0 white; }
  .bl-equipo .co-pie-equipo {
    width: 100%;
    max-width: 466px;
    margin: 30px auto 20px auto; }
    .bl-equipo .co-pie-equipo h4 {
      color: #09426E;
      font-family: "Arya", sans-serif; }

/***********************
PROYECTOS HOME
***********************/
/***********************
PROYECTOS HOME
***********************/
.table-ficha {
  margin-top: 20px; }
  .table-ficha tr:nth-child(odd) th, .table-ficha tr:nth-child(odd) td {
    background: #222; }
  .table-ficha tr th {
    width: 40%; }
  .table-ficha tr td {
    width: 60%; }
  .table-ficha tr th, .table-ficha tr td {
    font-size: .8rem;
    padding: 2px; }

/***********************
SOSTENIBILIDAD HOME
***********************/
.bl-sostenibilidad {
  display: none;
  background: #F2EADF url(../images/fd-plantas.svg);
  background-size: cover;
  padding: 3rem 0 !important; }
  .bl-sostenibilidad .co-pie-equipo {
    width: 100%;
    max-width: 466px;
    margin: 20px auto 20px auto; }
    .bl-sostenibilidad .co-pie-equipo h4 {
      color: #09426E;
      font-family: "Arya", sans-serif; }

/***********************
NEWS
***********************/
.co-news {
  background: #fff;
  display: block;
  transition: all 0.3s ease-out;
  height: 100%;
  position: relative; }
  .co-news::after {
    content: '+';
    font-size: 3rem;
    color: white;
    line-height: 1;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -25px;
    top: 25px;
    opacity: 0;
    animation: more 2s forwards; }
  .co-news img {
    width: 100%;
    height: auto;
    filter: grayscale(0) brightness(1);
    transition: all 0.3s ease-out; }
    @media (min-width: 992px) {
      .co-news img {
        height: auto; } }
  .co-news:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.6); }
    .co-news:hover img {
      filter: grayscale(100%) brightness(0.5);
      position: relative; }
    .co-news:hover::after {
      opacity: 1;
      content: '+';
      font-size: 3rem;
      color: white;
      line-height: 1;
      width: 50px;
      height: 50px;
      border: 2px solid white;
      border-radius: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 20px;
      top: 20px; }
  .co-news .el-medio {
    color: white;
    background: #C26B69;
    padding: 0.12rem 0.5rem;
    font-size: .8rem;
    font-weight: 700;
    border-radius: 15px;
    display: inline-block; }
  .co-news .co-news-text {
    color: #000;
    font-size: 1.2rem;
    padding: 1rem;
    text-decoration: none; }
    .co-news .co-news-text .el-date {
      font-weight: bold;
      font-size: .8rem; }
    .co-news .co-news-text p {
      margin-bottom: .5rem; }

@keyframes more {
  0% {
    right: -40px;
    transform: rotate 45deg; }
  100% {
    right: 20px;
    transform: rotate 0deg; } }
.el-date-post {
  color: #09426E;
  font-weight: 600;
  font-size: 1.4rem; }

/***********************
SERVICIOS
***********************/
.bl-ico-servicios {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .bl-ico-servicios .co-ico-servicios {
    display: flex;
    gap: 30px;
    align-items: center; }
    .bl-ico-servicios .co-ico-servicios p {
      margin-bottom: 0; }
    .bl-ico-servicios .co-ico-servicios img {
      width: 100px; }

.list-arrows {
  padding: 0;
  list-style: none; }
  .list-arrows li {
    margin: 6px 0 20px 0;
    padding: 4px 0 0 60px;
    list-style: none;
    position: relative; }
    .list-arrows li::before {
      content: '';
      width: 30px;
      height: 30px;
      background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><style type="text/css">.st0{fill:%2309426E;}</style><path class="st0" d="M0,256c0,141.4,114.6,256,256,256s256-114.6,256-256S397.4,0,256,0S0,114.6,0,256z M241,377c-9.4,9.4-24.6,9.4-33.9,0s-9.4-24.6,0-33.9l87-87l-87-87c-9.4-9.4-9.4-24.6,0-33.9s24.6-9.4,33.9,0L345,239c9.4,9.4,9.4,24.6,0,33.9L241,377z"/></svg>');
      background-repeat: no-repeat;
      background-size: contain;
      font-family: "Font Awesome 5 Free";
      position: absolute;
      left: .8rem;
      top: .2rem; }
    .list-arrows li ul {
      background: #E8EBEF;
      padding: 10px;
      margin-top: 15px; }
      .list-arrows li ul li {
        padding: 0 0 0 30px;
        margin: 0 0 10px 0; }
        .list-arrows li ul li::before {
          content: '•';
          background: none; }

.bl-servicios-azul {
  padding: 5rem 0;
  background: #E8EBEF; }

/***********************
CONTACT
***********************/
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 12px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #09426E;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.co-phone i {
  margin-top: .4rem; }
.co-phone span {
  display: block; }
.co-phone i, .co-phone span {
  font-size: 1.5rem;
  font-weight: bold; }
.co-phone .direccion {
  font-weight: 300;
  font-size: 1rem; }
.co-phone p {
  margin-bottom: 0; }

/***********************
FOOTER
***********************/
footer {
  color: #fff;
  background: #000;
  font-size: .9rem;
  padding: 1.2rem 0; }
  footer p {
    margin: 0; }
    footer p a {
      color: white !important; }
      footer p a:hover {
        color: #09426E; }

/***********************
EFFECTS
**********************/
/*
.blur{
	transition: all .8s ease-out;
  -webkit-filter: blur($blVal);
  -moz-filter: blur($blVal);
  -o-filter: blur($blVal);
  -ms-filter: blur($blVal);
  filter: blur($blVal);
}
*/
.slide-cedofeita {
  display: block;
  margin: 0;
  padding: 0; }
  .slide-cedofeita .slick-slide {
    padding: 0 10px; }
    .slide-cedofeita .slick-slide img {
      display: inline; }
  .slide-cedofeita .co-asset {
    width: 300px; }

.slide-cedofeita2 .slick-slide {
  padding: 0 15px; }
  .slide-cedofeita2 .slick-slide img {
    display: inline; }
.slide-cedofeita2 .co-asset {
  width: 300px; }

.slide-home .slick-slide {
  padding: 0 10px; }
.slide-home .co-asset {
  /*width: 300px;*/ }
  .slide-home .co-asset .co-asset-text {
    min-height: 120px; }
