@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Light.eot');
    src: url('../fonts/manrope/Manrope-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/manrope/Manrope-Light.woff2') format('woff2'), url('../fonts/manrope/Manrope-Light.woff') format('woff'), url('../fonts/manrope/Manrope-Light.ttf') format('truetype'), url('../fonts/manrope/Manrope-Light.svg#Manrope-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Regular.eot');
    src: url('../fonts/manrope/Manrope-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/manrope/Manrope-Regular.woff2') format('woff2'), url('../fonts/manrope/Manrope-Regular.woff') format('woff'), url('../fonts/manrope/Manrope-Regular.ttf') format('truetype'), url('../fonts/manrope/Manrope-Regular.svg#Manrope-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Medium.eot');
    src: url('../fonts/manrope/Manrope-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/manrope/Manrope-Medium.woff2') format('woff2'), url('../fonts/manrope/Manrope-Medium.woff') format('woff'), url('../fonts/manrope/Manrope-Medium.ttf') format('truetype'), url('../fonts/manrope/Manrope-Medium.svg#Manrope-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-SemiBold.eot');
    src: url('../fonts/manrope/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/manrope/Manrope-SemiBold.woff2') format('woff2'), url('../fonts/manrope/Manrope-SemiBold.woff') format('woff'), url('../fonts/manrope/Manrope-SemiBold.ttf') format('truetype'), url('../fonts/manrope/Manrope-SemiBold.svg#Manrope-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Bold.eot');
    src: url('../fonts/manrope/Manrope-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/manrope/Manrope-Bold.woff2') format('woff2'), url('../fonts/manrope/Manrope-Bold.woff') format('woff'), url('../fonts/manrope/Manrope-Bold.ttf') format('truetype'), url('../fonts/manrope/Manrope-Bold.svg#Manrope-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}






/********************* GENERAL.CSS ************
CLEARFIXIN'
*********************/
.clearfix {
    zoom: 1;
  }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  /*********************
  TOOLS
  *********************/
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  /*********************
  TYPOGRAPHY
  *********************/
  
  /* floated elements */
  .left, .alignleft {
      float: left;
  }
  .right, .alignright {
      float: right;
  }
  
  /* text alignment */
  .text-left {
    text-align: left;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .alert {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
  }
  .alert-help {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
    border-color: #e8dc59;
    background: #ebe16f;
  }
  .alert-info {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
    border-color: #bfe4f4;
    background: #d5edf8;
  }
  .alert-error {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
    border-color: #f8cdce;
    background: #fbe3e4;
  }
  .alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
    border-color: #deeaae;
    background: #e6efc2;
  }










/*********** BASE.CSS *************/

/* BASE (MOBILE) SIZE */

/* GENERAL STYLES */
html {
    height: 100%;
    width: 100%;
}
body {
  position: relative;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  width: 100%;
  color: #10315b;
  background-color: #FFF;
}

/* WORDPRESS BODY CLASSES */

/* LAYOUT & GRID STYLES */
.wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* H1, H2, H3, H4, H5 STYLES */
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5 {
    margin: 0;
    padding: 0;
    /*font-family: 'DM Serif Display', serif;*/
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    line-height: 110%;
    text-rendering: optimizelegibility;
}
h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a {
    text-decoration: none;
}
h1,.h1 {
    font-size: 2.4rem;
}
h2,.h2 {
    font-size: 1.8rem;
}
h3,.h3 {
    font-size: 1.5rem;
}
h4,.h4 {
    font-size: 1.2rem;
}
h5,.h5 {
    font-size: 1rem;
}
p, p>div {
  margin: 0 0 15px;
  text-rendering: optimizelegibility;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;

}
strong {
    text-rendering: optimizelegibility;
    font-weight: 700;
}
img {
    max-width: 100%;
    height: auto;
}

/* LINK STYLES */
a {
  text-decoration: none;
  color: #bc955a;
  transition: 0.5s;
}
a i {
    font-size: 1.2rem;
}
a:hover {
  color: #909287;
}
a:link,
a:visited:link {
  /* this highlights links on iPhones/iPads.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* HEADER SYTLES */
/* Cabecero */
#container {
    position: relative;
    padding: 0;
    overflow: hidden;
}
#scroll-top {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 10px;
    color: #FFF;
    background-color: rgba(13,23,32,0.7);
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    z-index: 1000;
    padding: 5px 0 0;
    width: 100%;
    height: 65px;
    background-color: #fff;
    border-bottom: #ddd 1px solid;
}

.header #logo {
    display: block;
    float: left;
    /*width: 100px;
    height: 50px;
    background-image: url('../images/logo-color_w150.png'); */
    max-width: 150px;
    width: 100%;
    height: 50px;
    /*background-image: url('../images/logo_azul-min.svg'); */
    background-image: url('../images/AOFISHENI_azul.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* NAVIGATION STYLES */
.nav-pull {
    display: block;
    float: right;
    margin: 3px 0 0;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
}
.menu-wrap {
    position: fixed;
    top: 65px;
    left: 100%;
    z-index: 900;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header .menu-wrap.active {
    left: 0;
}
.nav { 
    display: block;
    margin: 40px auto;
    list-style: none;
    width: 100%;
} 
.nav li { 
    display: block;
    vertical-align: top;
    margin: 0;
    zoom: 1;
    border-top: #EEE 1px solid;
}
.nav li:first-child {
    border: none;
}
.nav li a { 
    display: block;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    /*font-family: 'DM Serif Display', serif; */
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    border: none;
    color: #10315b;
}
.nav li a:hover, .nav .current_page_item a, .nav li.active a {
    color: #d9d9d9;
}

.wpml-ls-legacy-list-horizontal {
    display: block;
    margin: 10px auto;
    height: auto;
}
#lang_sel_list ul {
    text-align: center;
}
.wpml-ls-legacy-list-horizontal li {
    display: inline-block;
}
.wpml-ls-legacy-list-horizontal a {
    display: inline-block;
    margin: 0 5px;
    font-size: 0.8rem;
    /*font-family: 'DM Serif Display', serif; */
    font-family: 'Manrope', sans-serif;
    color: #FFF;
}
.wpml-ls-legacy-list-horizontal li:first-child {
    border-right: #CCC 1px solid;
}
.wpml-ls-legacy-list-horizontal a.lang_sel_sel, .wpml-ls-legacy-list-horizontal a:hover {
    color: #CCC;
}

/* Nav pull */
.header .nav-pull {
    display: block;
    position: fixed;
    top: 15px;
    right: 4%;
    z-index: 1000;
    width: 30px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.header .nav-pull span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #10315b;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.header .nav-pull span:nth-child(1) {
    top: 0px;
}
.header .nav-pull span:nth-child(2), .header .nav-pull span:nth-child(3) {
    top: 10px;
}
.header .nav-pull span:nth-child(4) {
    top: 20px;
}
.header .nav-pull.active span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}
.header .nav-pull.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .nav-pull.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header .nav-pull.active span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}

/* CUSTOM STYLES */
/* Secciones */
section {
    position: relative;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
section[data-type=parallax] {
    background-origin: initial;
	background-clip: initial;
	background-position: 100% 0;
	position:relative;
}

section table {
    margin: 30px 0;
    float: left;
    width: 100% !important;
}
section table th, section table td {
    padding: 10px 15px;
    text-align: left;
    font-size: 13px;
}
section table th {
    font-weight: 300;
    color: #fff;
    background: #76777b;
}
section table td {
    border-top: #76777b 1px solid;
}

/* Home ************************************/
.section-home {
    color: #fff;
}
.section-home .sixcol {
    position: absolute;
    left: 0;
    bottom: 300px;
    padding: 60px 0;
    background: rgba(0,12,74,0.6);
}
.section-company {
    margin-top: -300px;
    color: #fff;
    text-align: justify;
}
.section-company .angle-left-full {
    padding-top: 40px;
    background: #0640ab;
}
.angle-left-full {
    padding-bottom: 80px;
    clip-path: polygon(0 0, 0 100%, 100% calc(100% - 80px), 100% 0);
}
.section-company .angle-left-full a {
    display: inline-block;
    padding: 20px 25px;
    margin: 0 20px 20px 0;
    color: #0d1720;
    border: #0d1720 1px solid;
}
.section-company .sixcol.last {
    /*height: 300px;*/
    height: 100px;
    background: rgba(0,12,74,0.6);
}
.section-company .sixcol.last li {
    display: block;
    float: left;
    width: 100%;
    margin: 0 5% 20px 0;
}
.section-company .sixcol.last li strong {
    /*font-family: 'DM Serif Display', serif; */
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 2rem;
}

.section-company .company-values {
    background: #000c4a;
}
.section-company .company-values .sixcol.last {
    margin-top: -80px;
    padding-top: 100px;
    height: auto;
}
.section-company .company-values .sixcol.last h3 {
    margin: 0 0 20px;
    font-size: 2rem;
}
.section-company .company-values .sixcol.last a {
    display: inline-block;
    padding: 20px 25px;
    margin: 0 20px 20px 0;
    color: #fff;
    border: #fff 1px solid;
}
.section-company .company-values h2 {
    /*font-family: aktiv-grotesk, sans-serif; */
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    /*font-size: 0.9rem; */
}
.section-company .company-values .value-lst {
    padding: 50px 20px;
    text-align: center;
}
.section-company .company-values .value-lst a {
    display: inline-block;
    padding: 20px 25px;
    margin: 0 20px 20px 0;
    color: #909287;
    border: #909287 1px solid;
}

.company-values .value-lst .value-wrapper {
    position: relative;
}
.company-values .value-lst ul {
    margin: 0 auto;
    position: relative;
    display: block;
    height: 200px;
    overflow: hidden;
}
.company-values .value-lst ul li {
    display: block;
    float: left;
    height: 200px;
    padding: 0 40px;
    /*font-family: 'DM Serif Display', serif; */
    font-family: 'Manrope', sans-serif;
    /*font-size: 0.9rem; */
    font-size: 16px;
    text-align: center;
}
.company-values .value-lst ul li strong {
    display: inline-block;
    font-weight: 400;
    /*font-size: 1.4rem;*/
    font-size: 1rem;
    color: #ffffff;
}
.company-values .value-lst .carr-prev {
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    padding: 10px 0 0;
    width: 40px;
    height: 40px;
    font-size: 3rem;
    cursor: pointer;
}
.company-values .value-lst .carr-next {
    left: calc(100% - 40px);
}

.angle-right-full {
    padding-bottom: 50px;
    background: #d9d9d9;
    clip-path: polygon(50% 100%, 100% 100%, 100% 0);
}
.section-investors {
    z-index: 10;
    margin-top: -50px;
    text-align: center;
    color: #0d1720;
}
.section-investors .investors-wrapper {
    padding: 40px 0;
    background: #d9d9d9;
}
.section-investors .investors-wrapper a {
    display: inline-block;
    padding: 20px 25px;
    /*margin: 0 20px 20px 0; */
    margin: 35px 0 20px 0;
    color: #0d1720;
    border: #0d1720 1px solid;
}

.section-investors .investors-wrapper .financial-statements {

    border: none;

}




.section-investors .investors-wrapper .ficheros-wrapper a {
    color: #0d1720;
    border: none;
    border-bottom: #6f736d 1px solid;
    display: block;
    text-align: left;
    padding: 10px 0;
    margin: 0;
}
.section-investors .investors-wrapper .ficheros-wrapper a .icono {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: #0d1720 1px solid;
}
.section-investors .investors-wrapper .ficheros-wrapper a .fecha {
    float: right;
    margin-left: 10px;
    padding-left: 10px;
    border-left: #0d1720 1px solid;
}
.angle-left-third {
    margin-top: -5px;
    padding-bottom: 50px;
    background: #d9d9d9;
    clip-path: polygon(0 0, 0 100%, 33% calc(100% - 50px), 100% 0);
}

.section-assets {
    padding: 0 20px;
    text-align: center;
    color: #0d1720;
}
.section-assets a {
    display: inline-block;
    padding: 20px 25px;
    margin: 0 20px 3rem 0;
    color: #0d1720;
    border: #0d1720 1px solid;
}

.section-company .company-values h2:after, .section-assets h2:after {
    display: block;
    content: '';
    width: 1px;
    height: 80px;
    margin: 30px auto;
    border-left: #fff 1px solid;
}

.section-investors h2:after {
    display: block;
    content: '';
    width: 1px;
    height: 80px;
    margin: 30px auto;
    border-left: #0d1720 1px solid;

}



.section-assets h2:after {
    border-color: #0d1720;
}

.assets-carrusel-wrapper, .assets-carrusel {
    position: relative;
    margin: 0 auto;
    width: 280px;
}
.assets-carrusel-wrapper {
    margin: 40px auto;
}
.assets-carrusel .caroufredsel_wrapper {
    overflow: visible !important;
}
.assets-carrusel .slide {
    float: left;
}
.assets-carrusel-wrapper, .assets-carrusel, .assets-carrusel .slide {
    height: 300px;
}
.assets-carrusel .slide .slide-bg {
    width: 100%;
    height: 260px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.assets-carrusel .slide strong {
    display: block;
    padding: 20px 0 0;
    font-weight: 400;
    text-align: left;
    /*font-family: 'DM Serif Display', serif; */
    font-family: 'Manrope', sans-serif;
}


.assets-carrusel-wrapper .carr-prev {
    position: absolute;
    display: block;
    right: 20px;
    bottom: 0;
    z-index: 100;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 1.4rem;
    color: #555;
    background: #fff;
    cursor: pointer;
}
.assets-carrusel-wrapper .carr-next {
    right: 0;
}

/* Activos lst *************************************************/
.page-heading {
    padding: 180px 0 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-heading .h1 {
    font-size: 3.6rem;
    color: #fff;
}
.page-excerpt .angle-left-full {
    padding-top: 40px;
    background: rgba(13,23,32,1);
}
.page-excerpt .angle-left-full p {
    /*font-family: 'DM Serif Display', serif; */
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    color: #fff;
}

.activos-wrapper {
    padding: 40px 0 0;
}
.activo-item {
    margin: 0 0 60px;
}
.activo-image {
    display: block;
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.activo-data {
    width: 100%;
    padding: 20px 5% 0;
    text-align: center;
}
.activo-data .h2 {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    color: #101f2d;
}
.activo-data .h2:before {
    display: block;
    margin: 0 0 5px;
    content: '\f3c5';
    /*font-family: 'Font Awesome 5 Pro'; */
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: 1.4rem;
    color: #bc955a;
}
.activo-data .h3 {
    display: block;
    width: 100%;
    margin: 5px 0 20px;
    font-size: 1rem;
    color: #909287;
}
.activo-data p {
    display: block;
    width: 100%;
    font-size: 0.9rem;
    color: #101f2d;
}

/* Activo ******************************************************/
.activo-heading {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.activo-heading .shade {
    padding: 240px 0 0;
    background-color: rgba(0,0,0,0.3);
}
.activo-heading .h1,
.activo-heading .h2,
.activo-heading p {
    color: #fff;
}
.activo-heading .h1 {
    position: relative;
    padding-left: 30px;
    font-size: 1.6rem;
}
.activo-heading .h1:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: '\f3c5';
    /*font-family: 'Font Awesome 5 Pro'; */
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: 1.4rem;
    color: #bc955a;
}
.activo-heading .h2 {
    font-size: 3.6rem;
}
.activo-heading p {
    margin: 10px 0 40px;
    padding-left: 30px;
    font-size: 1rem;
}
.activo-excerpt {
    margin: 40px 0 0;
    padding: 80px 0 40px;
    background-color: rgba(16,31,45,0.5);
}

.activo-content {
    background: #f4f4f3;
}
.activo-content .back {
    margin: 0 0 60px;
    padding: 20px 0;
    background-color: rgba(16,31,45,1);
}
.activo-content .back a {
    text-transform: uppercase;
    font-size: 0.8rem;
}
.activo-content h3 {
    margin: 0 0 20px;
    font-size: 1.1rem;
}
.activo-content p {
    margin: 0 0 20px;
    font-size: 0.9rem;
}

.activo-content .assets-carrusel-wrapper {
    margin-left: -25px;
    width: 100%;
}
.activo-content .assets-carrusel-wrapper .carr-prev {
    background: none;
}

.sidebar-form {
    padding: 40px 30px;
    background: #909287;
}
.sidebar-form .h2 {
    margin: 0 0 40px;
    font-size: 2.4rem;
}
.sidebar-form .h2 i {
    font-size: 1.9rem;
}
.sidebar-form input[type=text], 
.sidebar-form input[type=email],
.sidebar-form input[type=tel],
.sidebar-form textarea {
    display: inline-block;
    margin: 0 0 15px;
    padding: 15px;
    width: 100%;
    color: #909287;
    font-size: 1rem;
    background: #fff;
    border: none;
}
.sidebar-form span.wpcf7-list-item {
    margin: 0;
}
.sidebar-form label {
    color: #f2f2f2;
    font-size: 0.7rem;
}
.sidebar-form input[type=submit] {
    display: inline-block;
    padding: 20px 60px;
    margin: 40px 0 0;
    /*font-family: 'DM Serif Display', serif; */
    font-family: 'Manrope', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4rem;
    background: #101f2d;
    border: #101f2d 1px solid;
}
.sidebar-form input[type=submit]:hover {
    color: #101f2d;
    background: #fff;
}

.activo-map-wrapper {
    position: relative;
    margin: 0;
}
.activo-map {
    width: 100%;
    min-height: 400px;
    border-top: #acada5 1px solid;
}
.leyenda {
    position: relative;
    z-index: 800;
    padding: 40px 30px;
    width: 100%;
    background: #909287;
    border-top: #acada5 1px solid;
}
.leyenda .h3 {
    font-size: 1.4rem;
}
.leyenda .h4 {
    margin: 25px 0 5px;
    font-size: 1rem;
}
.leyenda p {
    font-size: 0.8rem;
}
.leyenda p.ocultar {
    margin: 20px 0;
    cursor: pointer;
}
.leyenda li {
    font-size: 0.9rem;
    color: #fff;
    cursor: pointer;
}
.leyenda li i {
    color: #51534a;
}

/* General *****************************************************/
/* Tabs */
.tabs {
    display: block;
    margin: 80px 0 20px;
}
.tabs li {
    display: block;
    /*padding: 20px 0; */
    padding: 20px;
    margin: 0;
    /*width: 50%;*/
    width: 100%;
    float: left;
    /*font-family: 'DM Serif Display', serif; */
    font-family: 'Manrope', sans-serif;
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
    background: #9b9d93;
    cursor: pointer;
}
.tabs li:hover, .tabs li.active {
    background: #0d1720;
}
.tab-group {
    clear: both;
    padding: 20px 0 50px;
}
.tabs-box {
    display: none;
}
.tabs-box.active {
    display: block;
}

/* FOOTER STYLES */
.footer {
    width: 100%;
    text-align: center;
    background-color: #fff;
}
.footer img {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    /*max-width: 100px; */
    max-width: 130px;
    height: auto;
}
.footer p {
    margin: 0;
    padding: 10px 0 0;
    font-size: 0.7rem;
    color: #FFF;
}

.angle-right-third {
    padding-bottom: 50px;
    background: #909287;
    clip-path: polygon(66% 100%, 100% 100%, 100% 0);
}
.footer-upper {
    padding: 20px;
    text-align: center;
    color: #fff;
    background-color: #909287;
}
.footer-upper h3 {
    margin-bottom: 30px;
    font-size: 2rem;
}
.footer-upper input[type=text], .footer-upper input[type=email], .footer-upper textarea {
    display: inline-block;
    margin: 0 0 15px;
    padding: 15px;
    width: 100%;
    color: #333;
    font-size: 1rem;
    background: #bec1b2;
    border: none;
}
.footer-upper label {
    font-size: 0.8rem;
}
.footer-upper input[type=submit] {
    display: inline-block;
    padding: 20px 60px;
    margin: 50px 0;
    /*font-family: 'DM Serif Display', serif; */
    font-family: 'Manrope', sans-serif;
    color: #0d1720;
    text-transform: uppercase;
    font-size: 2rem;
    background: none;
    border: #0d1720 1px solid;
}
.footer-upper input[type=submit]:hover {
    color: #fff;
    background: #0d1720;
}

.footer-lower {
    padding: 35px 0 15px;
    background-color: #0d1720;
}
.footer .nav {
    text-align: center;
}
.footer .nav li {
    display: inline-block;
    margin-left: 15px;
    border: none;
    border-left: #ccc 1px solid;
}
.footer .nav li:first-child {
    margin: 0;
    border: none;
}
.footer .nav a {
    padding: 0;
    margin-left: 10px;
    text-transform: none;
    font-size: 0.7rem;
    color: #ccc;
}
.footer .nav li:first-child a {
    margin: 0;
}









@media (min-width: 600px) {

    /* LARGER MOBILE DEVICES */
    h1,.h1 {
        font-size: 3.4rem;
    }
    h2,.h2 {
        font-size: 2rem;
    }
    .wrap {
    padding: 0 60px;
    }

    /*********************
    NAVIGATION STYLES
    *********************/
    #scroll-top {
        display: none;
    }

    #container {
        padding: 0;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
    }

    /*********************
    POSTS & CONTENT STYLES
    *********************/
    section[data-type=parallax] {
        background-position: center top;
    }

    .assets-carrusel-wrapper, .assets-carrusel {
        width: 720px;
    }
    .assets-carrusel-wrapper, .assets-carrusel, .assets-carrusel .slide {
        height: 520px;
    }
    .assets-carrusel .slide {
        margin: 0 25px;
    }
    .assets-carrusel .slide .slide-bg {
        height: 480px;
    }
    .assets-carrusel-wrapper .carr-prev {
        right: 40px;
    }
    .assets-carrusel-wrapper .carr-next {
        right: 20px;
    }

    /* Activos lst *************************************************/
    .page-heading {
        padding: 280px 0 180px;
    }
    .page-excerpt {
        margin-top: -125px;
    }
    .page-excerpt .angle-left-full {
        padding-top: 80px;
    }
    .page-excerpt .angle-left-full p {
        font-size: 1.8rem;
    }

    .activo-image {
        height: 400px;
    }

    /* Activo ******************************************************/
    .activo-heading .shade {
        padding: 360px 0 0;
    }
    .activo-content .assets-carrusel-wrapper {
        margin-left: -25px;
    }
    .activo-content .assets-carrusel-wrapper, 
    .activo-content .assets-carrusel {
        width: 680px;
    }
    .activo-map-wrapper {
        display: flex;
        justify-content: space-around;
        align-content: stretch;
        flex-wrap: nowrap;
    }
    .activo-map {
        width: calc(100% - 260px);
    }
    .leyenda {
        padding: 60px 30px 40px;
        width: 260px;
    }

    /* Footer */
    .footer-upper {
        padding: 60px 20px;
    }

}


@media (min-width: 960px) {

        /*
    TABLET & SMALLER LAPTOPS
    */
    /******************************************************************
    GRID
    ******************************************************************/
    .onecol {
        width: 8.3333%;
    }
    .twocol {
        width: 16.6666%;
    }
    .threecol {
        width: 25%;
    }
    .fourcol {
        width: 33.3333%;
    }
    .fivecol {
        width: 41.6666%;
    }
    .sixcol {
        width: 50%;
    }
    .sevencol {
        width: 58.3333%;
    }
    .eightcol {
        width: 66.6666%;
    }
    .ninecol {
        width: 75%;
    }
    .tencol {
        /*width: 83.3333%; */
        width: 75.3333%;
    }
    .elevencol {
        width: 91.6666%;
    }
    .twelvecol {
        width: 100%;
    }
    .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .first {
        position: relative;
        float: left;
    }
    .last {
        float: right;
    }
    .centercol {
        margin: 0 auto;
        width: 80%;
    }

    .first .wrap-inner {
        float: right;
    }
    .last .wrap-inner {
        float: left;
    }

    /*********************
    GENERAL STYLES
    *********************/
    h1,.h1 {
        font-size: 3.4rem;
    }

    /*********************
    LAYOUT & GRID STYLES
    *********************/
    #container {
        overflow: hidden;
    }
    .sixcol .wrap-inner {
    max-width: 660px;
    }

    /*********************
    HEADER STYLES
    *********************/
    .header {
        padding: 20px 0 10px;
        height: 85px;
    }
    .header.frontpage {
        background: rgba(255,255,255,0);
        transition: 0.8s;
        border: none;
    }
    .header.solid {
        background: rgba(255,255,255,1);
    }
    .header.frontpage #logo {

        /*background-image: url(../images/logo-white_w150.png);*/
        background-image: url(../images/AOFISHENI_blanco.svg);

        width: 100%;
        max-width: 200px;
    }
    .header.solid #logo {
    
        /*background-image: url(../images/logo-color_w150.png); */
        background-image: url(../images/AOFISHENI_azul.svg);

        width: 100%;
        max-width: 200px;
    }
    .header #logo {

        max-width: 150px;
    }

    .header .nav-pull {
        display: none;
    }
    .menu-wrap {
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
        text-align: right;
        background: none;
    }
    ul.nav { 
        display: inline-block;
        margin: 0;
        list-style: none;
        width: auto;
    } 
    .nav li { 
        display: inline-block;
        margin: 0;
        width: auto;
        zoom: 1;
        border: none;
    }
    .nav li a {
        padding: 12px 20px;
        font-size: 1rem;
        text-align: center;
    }

    .wpml-ls-legacy-list-horizontal {
        display: inline-block;
        float: right;
        margin: 11px 0 0;
        padding: 0 0 0 10px;
    }
    .wpml-ls-legacy-list-horizontal ul {
        text-align: center;
    }
    .wpml-ls-legacy-list-horizontal a {
        font-size: 1rem;
        color: #10315b;
    }

    .frontpage .nav li a, .frontpage .wpml-ls-legacy-list-horizontal a {
        color: #FFF;
    }
    .frontpage .nav li a:hover {
        color: #d9d9d9;
    }
    .solid .nav li a, .solid .wpml-ls-legacy-list-horizontal a {
        color: #10315b;
    }

    .move-down {
        bottom: 85px;
    }

    /*********************
    PAGE STYLES
    *********************/
    /* Home ************************************/
    .section-home .sixcol {
        position: absolute;
        left: 0;
        padding: 120px 0;
    }
    .section-company .angle-left-full {
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 100px;
    }
    .angle-left-full {
        padding-bottom: 280px;
        clip-path: polygon(0 0, 0 100%, 100% calc(100% - 280px), 100% 0);
    }
    .section-company .sixcol.last {
        /*padding-top: 80px; */
        display: flex;
        align-items: center;
        height: 300px;
    }
    .section-company .sixcol.last li {
        width: 45%;
    }
    .section-company .sixcol.last li strong {
        font-size: 3rem;
    }
    .section-company .company-values .sixcol.last {
        margin-top: 0;
        padding-top: 60px;
    }
    .section-company .company-values .value-lst {
        padding: 250px 0 300px;
    }
    .company-values .value-lst ul li {
        /*font-size: 1.4rem;*/
        font-size: 16px;
    }
    .company-values .value-lst ul li strong {
        /*font-size: 3rem; */
        font-size: 1rem;
    }
    .company-values .value-lst .carr-prev {
        left: -40px;
        top: 50px;
    }
    .company-values .value-lst .carr-next {
        left: 100%;
    }

    .angle-right-full {
        padding-bottom: 280px;
    }
    .section-investors {
        margin-top: -280px;
    }
    .section-investors .investors-wrapper {
        padding: 100px 0;
    }
    .angle-left-third {
        padding-bottom: 200px;
        clip-path: polygon(0 0, 0 100%, 33% calc(100% - 200px), 100% 0);
    }

    .section-assets {
        padding: 0;
    }
    .assets-carrusel-wrapper {
        margin: 100px auto;
    }
    .assets-carrusel-wrapper, .assets-carrusel {
        width: 940px;
    }

    /* Activos lst *************************************************/
    .page-content {
        margin-top: -125px;
    }

    .activos-wrapper {
        padding: 0;
    }
    .activo-item {
        display: flex;
        margin: 0 0 80px;
    }
    .activo-data {
        width: 50%;
        padding: 0 10%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        text-align: center;
    }
    .activo-image {
        width: 50%;
        height: 380px;
    }
    .activo-item:nth-child(odd) .activo-data {
        order: 1;
    }
    .activo-item:nth-child(odd) .activo-image {
        order: 2;
    }

    /* Activo ******************************************************/
    .activo-content .assets-carrusel-wrapper {
        margin: 50px 0 50px -25px;
    }
    .activo-content .assets-carrusel-wrapper, 
    .activo-content .assets-carrusel {
        width: 700px;
    }
    .activo-map-wrapper {
        margin: 0 0 50px;
    }

    .sidebar-form {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 500;
        padding-top: 110px;
        width: 260px;
        height: 100%;
    }
    .sidebar-form .h2 {
        font-size: 1.4rem;
    }

    /* Tabs */
    .tabs li {
        display: inline-block;
        padding: 20px 30px;
        margin: 0 15px;
        width: auto;
        float: none;
        font-size: 1rem;
    }

    /*********************
    FOOTER STYLES
    *********************/
    .footer {
        position: relative;
        z-index: 800;
        text-align: left;
    }
    .angle-right-third {
        padding-bottom: 200px;
    }
    .footer-upper {
        padding: 60px;
    }
    .footer-upper input[type=text], .footer-upper input[type=email], .footer-upper textarea {
        margin: 25px;
        padding: 25px;
        width: 40%;
    }
    .footer-upper textarea {
        width: calc(80% + 50px);
    }
    .footer img {
        margin: 0px 30px 0 0;
        float: left;
    }
    .footer p {
        padding: 0;
    }
    .footer .nav {
        display: block;
        text-align: right;
    }


}


@media (min-width: 1200px) {


    /* PANTALLAS GRANDES*/

    section[data-type=parallax] {
        background-attachment: fixed;
    }

    /* Activo ******************************************************/
    .activo-content .assets-carrusel-wrapper, 
    .activo-content .assets-carrusel {
        width: 800px;
    }
    .activo-map {
        width: calc(100% - 360px);
    }
    .leyenda {
        padding: 80px 30px 40px;
        width: 360px;
    }

    .sidebar-form {
        width: 360px;
    }
    .sidebar-form .h2 {
        margin: 0 0 60px;
        font-size: 2.4rem;
    }

}

@media (min-width: 1400px) {

    /*PANTALLAS MUY GRANDES*/

    /* Activo ******************************************************/
    .activo-content .assets-carrusel-wrapper, 
    .activo-content .assets-carrusel {
        width: 940px;
    }


}
