/* TASK#PARTICIPES */

* {
    box-sizing: border-box;
}
html, body {
    min-width: 100%;
    min-height: 100%;
    overflow: auto;
    float: left;
    width: 100%;
    margin: 0;
    position: absolute;
    background-color: white;
    font-family: 'Roboto', sans-serif;
}
.hide {
    display: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
}
input::placeholder,
textarea::placeholder {
    font-size: 15px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.row {
    float: left;
    width: 100%;
}
/* General */
.content {
    width: calc(90% - 400px);
    max-width: 1200px;
    text-align: center;
    margin: auto;
}
.content > * {
    float: left;
    width: 100%;
}
/* Header */
.header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: white;
    border-bottom: 1px solid #E6E6E6;
}
.header .logo img {
    float: left;
    height: 30px;
    margin-top: 35px;
}
.attitude_logo_responsive {
    display: none;
}
.pageWidth {
    max-width: 1200px;
    width: calc(90% - 400px);
    float: left;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    height: 100%;
}
.menu {
    float: right;
    /*width: calc(100% - 500px);*/
    height: 100%;
}
.menu ul {
    float: left;
    width: 100%;
    height: 100%;
}
.menu li {
    float: left;
    height: 100%;
    padding: 0 10px;
    line-height: 115px;
    position: relative;
}
.menu li:last-child {
    padding-right: 0;
}
.menu li > a {
    text-decoration: none;
    color: #58585A;
    font-weight: bold;
    padding: 20px 5px;
}
.menu li a:hover {
    color: #3184C3;
}
.menu-movil {
    display: none;
    float: right;
    height: 46px;
    width: 46px;
    margin-right: 2px;
    margin-top: 2px;
    background-color: #3184C3;
}
.menu-movil > img {
    width: 90%;
    margin-top: 5%;
    margin-left: 5%;
}
.extraBorderRightWidth {
    float: right;
    width: calc((100% - 1200px) / 2);
}
.personalAreaButton {
    float: right;
    height: 40px;
    background-color: #4792CE;
    color: white;
    padding: 0 30px;
    border-radius: 40px;
    line-height: 40px;
    margin-top: 37px;
    margin-right: 100px;
    text-align: center;
    width: 160px;
    font-size: 15px;
    font-weight: bold;
}
.personalAreaButton:hover {
    background-color: #58585A;
}
#productsSubmenu {
    position: absolute;
    top: 98px;
    left: 50%;
    transform: translate(-50%);
    width: 350px;
    display: none;
    opacity: 0;
    -webkit-transition: 200ms opacity 500ms;
    -moz-transition: 200ms opacity 500ms;
    -o-transition: 200ms opacity 500ms;
    transition: 200ms opacity 500ms;
}
li:hover #productsSubmenu {
    display: block;
    opacity: 1;
}
.menu li .productsSubmenuArea.serviceArea a {
    color: white;
}
.menu li .productsSubmenuArea a {
    color: black;
}
.menu li .productsSubmenuArea a:hover {
    opacity: 0.8;
    color: inherit;
}
#productsSubmenu .productsSubmenuArea.serviceArea .name {
    color: white;
}
#productsSubmenu .titleSubmenuArea {
    text-align: center;
    line-height: normal;
    color: #3184C3;
    padding: 15px 0 10px;
    position: relative;
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
}
#productsSubmenu .titleSubmenuArea.serviceArea {
    color: white;
    margin-top: 10px;
}
#productsSubmenu .titleSubmenuArea::before {
    content: '';
    position: absolute;
    left: calc(50% - 87px);
    width: 20px;
    height: 2px;
    background-color: rgb(49, 132, 195);
    top: 22px;
}
#productsSubmenu .titleSubmenuArea::after {
    content: '';
    position: absolute;
    left: calc(50% + 66px);
    width: 20px;
    height: 2px;
    background-color: #3184C3;
    top: 22px;
}
#productsSubmenu .titleSubmenuArea.serviceArea::before {
    background-color: white;
    left: calc(50% - 58px);
}
#productsSubmenu .titleSubmenuArea.serviceArea::after {
    background-color: white;
    left: calc(50% + 38px);
}
#productsSubmenu .productsSubmenuAreaBackground {
    position: absolute;
    width: 100%;
    height: 250px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
}
#productsSubmenu .productsSubmenuAreaServiceAreaBackground {
    position: absolute;
    width: 100%;
    height: 90px;
    top: 250px;
    background-color: rgba(49, 132, 195, 0.9);
}
#productsSubmenu .productsSubmenuBackground {
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0;
    background-image: url('/static/img/bg_products.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    mix-blend-mode: color-dodge;
}
#productsSubmenu .productsSubmenuArea {
    float: left;
    width: 100%;
    position: relative;
}
#productsSubmenu .productsSubmenuArea.serviceArea {
    color: white;
    padding-bottom: 10px;
}
#productsSubmenu .productInSubmenu {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: normal;
    line-height: 40px;
    height: 40px;
}
#productsSubmenu .productInSubmenu .image {
    height: 50px;
    text-align: center;
    line-height: initial;
}
#productsSubmenu .productInSubmenu .image img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    line-height: normal;
}
#productsSubmenu .productInSubmenu .name {
    line-height: normal;
    text-align: center;
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #58585A;
    font-weight: 500;
}
/* First section */
.cornerDecoration {
    width: 1000px;
    height: 1000px;
    background-color: #3184C3;
    z-index: 10;
    position: fixed;
    transform: rotate(45deg);
    margin-top: -700px;
    margin-left: -700px;
}
#landingSection {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 100px;
    overflow: hidden;
}
.cornerDecorationMid {
    width: 1000px;
    height: 1000px;
    background-color: #3184C3;
    position: absolute;
    transform: rotate(45deg);
    margin-top: -650px;
    margin-left: -650px;
    opacity: 0.6;
    z-index: 3;
}
.cornerDecorationSmaller {
    width: 1000px;
    height: 1000px;
    background-color: #3184C3;
    position: absolute;
    transform: rotate(45deg);
    margin-top: -550px;
    margin-left: -550px;
    opacity: 0.4;
    z-index: 3;
}
.cornerDecorationSmallerBottomRight {
    width: 500px;
    height: 500px;
    background-color: #3184C3;
    position: absolute;
    transform: rotate(45deg);
    margin-bottom: -300px;
    margin-right: -300px;
    opacity: 0.6;
    z-index: 3;
    right: 0;
    bottom: 0;
}
.cornerDecorationSmallerBottomRight.withCookies {
    width: 100vw;
    height: 500px;
    background-color: #3184C3;
    position: absolute;
    transform: rotate(-12deg);
    opacity: 0.6;
    z-index: 3;
    right: 0;
    bottom: -80px;
}
.cookiesArea {
    display: none;
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 500px;
    height: 100px;
    z-index: 3;
}
.cookiesArea.withCookies {
    display: block;
}
.cookiesMessageArea .cookiesMessage {
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}
.cookiesButtonsArea {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.cookiesButtonsArea a {

}
.cookiesButtonsArea a .readMoreCookies {
    float: right;
    color: #868686;
    font-size: 14px;
    margin-right: 37px;
}
.cookiesButtonsArea a .buttonCookies {
    float: right;
    margin-right: 15px;
    background-color: #58585A;
    border-radius: 25px;
    height: 24px;
    line-height: 24px;
    margin-top: -4px;
    position: relative;
    color: white;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    padding-right: 32px;
}
.cookiesButtonsArea a .configure {

}
.cookiesButtonsArea a .accept {

}
.cookiesButtonsArea .buttonCookies .circle {
    position: absolute;
    right: 7px;
    top: 5px;
    width: 14px;
    height: 14px;
    border-radius: 40px;
    background-color: #3184C3;
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
.cookiesButtonsArea .buttonCookies:hover .circle {
    width: 18px;
    height: 18px;
    right: 5px;
    top: 3px;
}
.configurationArea {
    position: absolute;
    width: 250px;
    height: 120px;
    background-color: #58585A;
    left: calc(50% + 70px);
    transform: translate(-50%);
    bottom: 40px;
    padding: 15px;
}
.configurationArea .titleCookies {
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.configurationArea .subtitleCookies {
    text-align: center;
    color: white;
    font-size: 12px;
    margin-bottom: 10px;
}
.configurationArea .rowSelectionCookies {
    float: left;
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
}
.configurationArea .rowSelectionCookies .selection {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    border-radius: 100%;
    background-color: white;
}
.configurationArea .rowSelectionCookies .selection.selected {
    background-color: #3184C3;
}
.configurationArea .rowSelectionCookies .selection.unchangable {
    opacity: 0.7;
}
.configurationArea .rowSelectionCookies .textSelectionCookies {
    float: left;
    font-size: 13px;
    line-height: 20px;
    color: white;
    margin-left: 10px;
}
.darkenWithOpacity {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
.darkenWithOpacity.video-beach {
    background-color: rgba(20, 60, 92, 0.55);
}
.darkenWithOpacity.video-city {
    background-color: rgba(20, 60, 92, 0.55);
}
.darkenWithOpacity.video-climb {
    background-color: rgba(20, 60, 92, 0.55);
}
.darkenWithOpacity.video-plaza {
    background-color: rgba(20, 60, 92, 0.55);
}
.darkenWithOpacity.video-port {
    background-color: rgba(20, 60, 92, 0.55);
}
.mainImage {
    width: 100%;
    height: 100%;/*
    background-image: url('/static/img/first_image.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;*/
    position: absolute;
    z-index: 1;
}
#bgVideo {
    min-width: 100%;
    min-height: 100%;
}
#landingSection .text {
    position: absolute;
    /* left: 10%; */
    width: 100%;
    font-size: 95px;
    font-weight: bold;
    text-align: center;
    top: 40%;
    color: white;
    z-index: 3;
    padding: 0 20px;
}
/* Attitude group section */
#groupSection {
    float: left;
    width: 100%;
    margin-top: 100vh;
    margin-bottom: 100px;
    background-image: url('/static/img/GrupoAttitudeBG.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
#groupSection .title {
    text-align: center;
    font-size: 40px;
    margin-top: 120px !important;
    font-weight: bold;
    color: #59595B;
}
#groupSection .content > * {
    margin: 50px 0 0;
}
#groupSection h3 {
    color: #3184C3;
}
.ongs img {
    margin: 0 30px;
    height: 100px;
    width: auto;
}
/* Products section */
#productsSection {
    float: left;
    width: 100%;
    background-color: #F2F2F2;
}
#productsListSection {
    float: left;
    width: 100%;
    padding: 100px 0;
    position: relative;
    z-index: 2;
}
#bkSicavSection1 {
    mix-blend-mode: color-dodge;
    position: absolute;
    top: 0;
    width: 1434px;
    max-width: 100%;
    left: 50%;
    height: 100%;
    transform: translate(-70%);
}
#productsListSection .products {
    width: calc(100% + 30px);
    margin-left: -15px;/*
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;*/
}
#productsSection .titleArea {
    max-width: 200px;
    float: inherit;
    margin: auto;
    position: relative;
}
#productsSection .line {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: 3px;
    background-color: #3184C3;
}
#productsSection .title {
    color: #3184C3;
    margin: auto;
    width: 130px;
    background-color: #F2F2F2;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}
#productsSection .subtitle {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin: 10px 0 30px;
    color: #59595B;
}
#productsSection li {
    float: left;
    width: calc(20% - 30px);
    background-color: white;
    padding: 50px 0;
    height: 310px;
    margin: 20px 15px 0;
    position: relative;
}
.products .arrowProduct {
    background-image: url('/static/img/arrow.png');
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translate(-50%);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}
.products li:hover .arrowProduct {
    display: block;
}
.products .lineProduct {
    background-color: #3184C3;
    position: absolute;
    width: 60%;
    left: 50%;
    transform: translate(-50%);
    bottom: -10px;
    height: 10px;
    display: none;
}
.products li:hover .lineProduct {
    display: block;
}
.products .image {
    width: 120px;
    margin: auto;
    border-radius: 100%;
    height: 120px;
    position: relative;
}
.products .image img {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: auto;
}
#productsSection .name {
    max-width: 200px;
    margin: 40px auto 0;
    line-height: 25px;
    text-decoration: none;
    color: #58585A;
    font-size: 23px;
    font-family: 'Roboto';
    font-weight: bold;
}
/* SICAV Section */
#sicavSection {
    float: left;
    width: 100%;
    height: 350px;
    background-color: #565658;
    position: relative;
    background-image: url('/static/img/bg_services.png');
    background-repeat: no-repeat;
    background-position-x: 70%;
    background-position-y: bottom;
}
#bkSicavSection {
    mix-blend-mode: color-dodge;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200%;
    z-index: 1;
}
#sicavSection .content {
    position: relative;
    z-index: 2;
}
#sicavSection a {
    text-decoration: none;
}
#sicavSection .buttonContactServicesArea {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    max-width: 1200px;
    height: 100%;
    z-index: 5;
}
#sicavSection .buttonContactServices {
    position: absolute;
    right: 0;
    width: 300px;
    height: 50px;
    line-height: 50px;
    background-color: #3184C3;
    color: white;
    border-radius: 40px;
    text-align: left;
    padding-left: 35px;
    font-size: 18px;
    bottom: 50px;
    font-weight: bold;
}
#sicavSection .buttonContactServices .circle {
    position: absolute;
    right: 11px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    background-color: #58585A;
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
#sicavSection .buttonContactServices:hover .circle {
    width: 40px;
    height: 40px;
    right: 6px;
    top: 5px;
}
.sicavAreaProduct {

}
.sicavAreaProduct.showing {
    opacity: 1;
}
#sicavSection .rightSicavArea {
    width: 100%;
    float: right;
}
#sicavSection .subtitle {
    font-size: 23px;
    color: #3184C3;
    margin: 50px 0 45px;
    position: relative;
    text-align: left;
}
#sicavSection .subtitle .line {
    background-color: #3184C3;
    width: 150px;
    left: 0;
}
#sicavSection .subtitle .title {
    width: 280px;
    background-color: #565658;
    margin-top: inherit;
    margin-right: inherit;
    margin-bottom: inherit;
    margin-left: 40px;
    padding-left: 15px;
}
#sicavSection .texto {
    text-align: left;
}
#sicavSection .texto p {
    color: white;
    margin: 20px 0;
}
#sicavSection .texto p a {
    color: #3184C3;
}
#sicavSection .summary-wrapper {
    margin-top: 65px;
}
#sicavSection .summary {
    margin-top: 40px;
}
#sicavSection .summary-title {
    text-align: left;
    color: #3184C3;
    font-weight: bold;
    font-size: 20px;
}
#sicavSection .value {
    text-align: left;
    color: white;
    font-size: 27px;
    font-weight: bold;
}/*
#sicavSection .title {
    float: left;
    color: white;
    text-align: left;
    margin-top: 50px;
    font-size: 35px;
    font-weight: bold;
}
#sicavSection .subtitle {
    color: white;
    text-align: left;
    margin-top: 70px;
    font-size: 25px;
}*/
#sicavSection .checkButtonArea {
    width: 250px;
    background-color: #3184C3;
    border-radius: 40px;
    color: white;
    line-height: 50px;
    font-size: 26px;
    text-align: left;
    position: relative;
    margin: 30px auto 0;
}
#sicavSection .checkButton {
    padding: 5px 0 5px 38px;
    color: white;
}
#sicavSection .checkButton .circle {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 30px;
    background-color: #565658;
    right: 15px;
    top: 12px;
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
#sicavSection .checkButton:hover .circle {
    width: 46px;
    height: 46px;
    right: 10px;
    top: 7px;
}
#sicavSection .image {
    height: 150px;
    margin: 65px auto 0;
}
#sicavSection .image img {
    height: 100%;
    width: auto;
}
/* Subscriptions section */
#subscriptionsSection {
    float: left;
    width: 100%;
    padding: 50px 0;
    z-index: 2;
    position: relative;
}
#subscriptionsSection > .content {
    z-index: 5;
    position: relative;
}
#subscriptionsSection .titleArea {
    max-width: 240px;
    float: inherit;
    margin: 0 auto 30px;
    position: relative;
}
#subscriptionsSection .line {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: 3px;
    background-color: #3184C3;
}
#subscriptionsSection .title {
    color: #3184C3;
    margin: auto;
    width: 180px;
    position: relative;
    font-size: 19px;
    background-color: white;
    font-weight: bold;
}
#subscriptionsSection .subscriptions-menu {
    padding: 0 50px;
}
#subscriptionsSection .subscriptions-menu li {
    float: left;
    width: calc(25% - 20px);
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    background-color: #F5F5F5;
    margin: 0 10px;
    color: #58585A;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
}
#subscriptionsSection #section-Nuevo_cliente {
    background-color: #60ABE3;
    color: white;
}
#subscriptionsSection .subscriptions-menu li.selected,
#subscriptionsSection #section-Nuevo_cliente.selected {
    color: white;
    background-color: #3184C3;
}
#subscriptionsSection .subscription-content {
    margin-top: 50px;
    height: 500px;
}
#subscriptionsSection .subscription-content-section {
    display: none;
}
#subscriptionsSection .subscription-content-section.selected {
    display: block;
}
#subscriptionsSection .textArea {
    float: left;
    width: 60%;
    text-align: left;
    color: #616161;
    padding-right: 50px;
}
#subscriptionsSection .documentsArea {
    float: left;
    width: 40%;
    position: relative;
    min-width: 250px;
}
#subscriptionsSection .subtitle {
   font-size: 20px;
    text-align: left;
    padding-left: 20px;
    width: 100%;
    color: #58585A;
    max-width: 300px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    background-color: #F5F5F5;
    cursor: pointer;
    position: relative;
}
#subscriptionsSection .closed .subtitle::before {
    transform: rotate(-45deg);
}
#subscriptionsSection .subtitle::before {
    content: '';
    position: absolute;
    right: 50px;
    width: 10px;
    height: 2px;
    background-color: gray;
    top: calc(50% - 1px);
    transform: rotate(45deg);
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
#subscriptionsSection .closed .subtitle::after {
    transform: rotate(45deg);
}
#subscriptionsSection .subtitle::after {
    content: '';
    position: absolute;
    right: 44px;
    width: 10px;
    height: 2px;
    background-color: gray;
    top: calc(50% - 1px);
    transform: rotate(-45deg);
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
#subscriptionsSection .documentsArea.closed .documents {
    max-height:0;
}
#subscriptionsSection .documents {
    width: 100%;
    max-width: 300px;
    background-color: #F5F5F5;

    max-height: 250px;
    position: absolute;
    left: 0;
    top:  60px;
    z-index: 1;
    overflow: hidden;
    /*-webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);*/
    -webkit-transform-origin:50% 0;
    -webkit-transition:350ms;
    -moz-transition:350ms;
    -o-transition:350ms;
    transition:350ms;
}
#subscriptionsSection .documents a:last-child .document {
    margin-bottom: 10px;
}
#subscriptionsSection .document {
    float: left;
    width: 100%;
    padding: 10px 0 10px 20px;
}
#subscriptionsSection .link {
    margin: 15px 0 0;
}
#subscriptionsSection .fileNameAndInfo {
    line-height: 40px;
    height: 40px;
    float: left;
    width: calc(100% - 40px);
    padding-left: 10px;
    color: #616161;
}
#subscriptionsSection .imageDownload {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-image: url('/static/img/download_button.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-weight: bold;
}
#subscriptionsSection .name {
    color: #7c7c7c;
    float: left;
    max-width: calc(100% - 40px);
    font-weight: bold;
}
#subscriptionsSection .document img {
    height: 40px;
    float: left;
}
/* Team section */
#bgSuscriptionSection {
    background-image: url('/static/img/bg_suscription.png');
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 20% bottom;
    background-size: 70%;
}
#teamSection {
    position: relative;
    float: left;
    width: 100%;
    background-color: #58585A;
    color: white;
    padding-bottom: 100px;
    background-image: url('/static/img/teamBG.png');
    background-position: center 90%;
    background-size: 80%;
    background-repeat: no-repeat;
    overflow: hidden;
}
#teamSection .titleArea {
    max-width: 240px;
    float: inherit;
    margin: 100px auto 0;
    position: relative;
}
#teamSection .line {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: 3px;
    background-color: #3184C3;
}
#teamSection .title {
    color: #3184C3;
    margin: auto;
    width: 180px;
    background-color: #58585A;
    position: relative;
    font-size: 22px;
    font-weight: bold;
}
#teamSection .subtitle {
    margin-top: 50px;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    max-width: 1100px;
    float: inherit;
    margin-left: auto;
    margin-right: auto;
}
#teamSection .membersContainer {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: space-evenly;
    width: calc(100% + 50px);
    margin-left: -25px;
}
#teamSection .member {
    float: left;
    width: calc(20% - 30px);
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
#teamSection .imageMember {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    float: left;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
#teamSection .member:hover .imageMember {
    -webkit-filter: none;
    filter: none;
    box-shadow: 0 -130px 40px -50px inset black;
}
.cornerDecorationMemberBig {
    width: 500px;
    height: 500px;
    background-color: #3184C3;
    z-index: 3;
    position: absolute;
    transform: rotate(60deg);
    top: 133px;
    left: 40px;
    opacity: 0.5;
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
.cornerDecorationMember {
    width: 500px;
    height: 500px;
    background-color: #3184C3;
    z-index: 4;
    position: absolute;
    transform: rotate(60deg);
    top: 172px;
    left: 40px;
    opacity: 0.7;
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
#teamSection .member:hover .darkenWithOpacity {
    background-color: rgba(66, 85, 100, 0);
}
#teamSection .member:hover .cornerDecorationMemberBig {
    transform: rotate(80deg);
    top: 246px;
    left: 0;
}
#teamSection .member:hover .cornerDecorationMember {
    transform: rotate(77deg);
    top: 248px;
    left: 0;
}
#teamSection .name {
    position: absolute;
    z-index: 5;
    bottom: 30px;
    font-weight: bold;
    font-size: 12px;
    left: 10px;
}
#teamSection .position {
    position: absolute;
    z-index: 5;
    bottom: 7px;
    font-size: 11px;
    left: 10px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #BFBFBF;
    width: calc(100% - 50px);
    line-height: 11px;
    text-align: left;
    text-transform: uppercase;
}
#teamSection .linkedin {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
}
#teamSection .linkedin img {
    width: 32px;
    position: absolute;
    z-index: 5;
    right: 5px;
    bottom: 5px;
}
/* Blog section */
#blogSection {
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}
#blogSection .content {
    position: relative;
}
#blogSection .titleArea {
    position: relative;
}
#blogSection .line {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 3px;
    background-color: #3184C3;
}
#blogSection .titleArea .title {
    padding-left: 50px;
    text-align: left;
    color: #3184C3;
    font-weight: bold;
}
#blogSection .title {
    text-align: left;
    color: #3184C3;
}
#blogSection .subtitle {
    text-align: left;
    font-size: 35px;
    margin-top: 20px;
    font-weight: bold;
}
#blogSection .buttonSeeAll {
    position: absolute;
    right: 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background-color: #3184C3;
    color: white;
    border-radius: 40px;
    text-align: left;
    padding-left: 35px;
    font-size: 23px;
    top: 40px;
}
#blogSection .buttonSeeAll .circle {
    position: absolute;
    right: 11px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    background-color: #58585A;
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
#blogSection .buttonSeeAll:hover .circle {
    width: 40px;
    height: 40px;
    right: 6px;
    top: 5px;
}
#blogSection .blogEntriesContainer {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#blogSection .blogEntriesContainer a:first-child {
    margin-left: 0;
}
#blogSection .blogEntriesContainer a {
    float: left;
    width: calc(33% - 20px);
    margin-left: 30px;
    margin-top: 20px;
}
/* Blog block */
.blogEntry .image {
    float: left;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.blogEntry .blogEntryContent {
    float: left;
    width: 100%;
    padding: 30px;
    position: relative;
    background-color: #F5F5F5;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.blogEntry .name {
        float: left;
    width: 100%;
    text-align: left;
    color: #3184C3;
    font-size: 14px;
    font-weight: 400;
}
.blogEntry .date {
    position: absolute;
    right: 30px;
    color: #3184C3;
    font-weight: bold;
}
.blogEntry .title {
    color: #525254 !important;
    font-weight: bold;
    font-size: 19px;
    margin-top: 30px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}
.blogEntry .summary {
    text-align: left;
    margin-top: 10px;
    color: #525254;
    height: 90px;
}
.blogEntry .readArticle {
    float: left;
    margin-top: 40px;
    font-size: 25px;
    color: #525254;
    font-weight: bold;
        color: #58585A;
}
.blogEntry .blogLink {
    float: right;
    margin-top: 40px;
    color: #3184C3;
    font-size: 20px;
    font-weight: bold;
}
/* Content section */
#contactSection {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}
#contactSection .row {
    position: relative;
    overflow: hidden;
}
#contactSection .leftArea {
    position: absolute;
    width: 50%;
    height: 100%;
}
#contactSection .mapArea {
    float: right;
    height: 400px;
    width: 400px;
    border-radius: 206px;
    border: 5px solid #3184C3;
    position: relative;
    top: 0;
    right: 50px;
}
#mapAreaOverlay {
    position: absolute;
    left: 2%;
    top: 2%;
    width: 96%;
    height: 96%;
    background-color: #3184c37d;
    border-radius: 100%;
    z-index: 1;
    cursor:pointer;
}
#insetMapArea {
    position: absolute;
    left: 2%;
    top: 2%;
    width: 96%;
    height: 96%;
    border-radius: 100%;
}
#contactSection .rightArea {
    float: right;
    width: 50%;
    color: #58585A;
    padding-top: 50px;
}
#contactSection .titleArea {
    position: relative;
}
#contactSection .line {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 3px;
    background-color: #3184C3;
}
#contactSection .title {
    padding-left: 50px;
    text-align: left;
    color: #3184C3;
    font-size: 24px;
    font-weight: bold;
}
#contactSection .subtitle {
    text-align: left;
    margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
}
#contactSection .infoWithImage {
    text-align: left;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
}
#contactSection .infoWithImage.direction .image {
    border-radius: 4px;
    border: solid 2px white;
    cursor: pointer;
}
#contactSection .infoWithImage.direction .image:hover {
    border: solid 2px #3184C3;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#contactSection .image {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
#contactSection .phone .image {
    background-image: url('/static/img/phone.png');
}
#contactSection .mail .image {
    background-image: url('/static/img/mail.png');
}
#contactSection .direction .image {
    background-image: url('/static/img/location.png');
}
.phone .info {
    font-weight: 600;
    font-size: 24px;
}
.direction .info {
    line-height: 20px;
}
#contactSection .buttonInvestor {
    float: right;
    width: 250px;
    text-align: left;
    padding-left: 25px;
    height: 50px;
    line-height: 50px;
    background-color: #3184C3;
    border-radius: 50px;
    color: white;
    margin-bottom: -5px;
    position: relative;
    cursor: pointer;
}
#contactSection .buttonInvestor .circle {
        position: absolute;
    right: 10px;
    top: 10px;
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    transition: all .4s ease;
    -webkit-transition: all .3s
}
#contactSection .buttonInvestor:hover .circle {
    width: 40px;
    height: 40px;
    right: 5px;
    top: 5px;
}
.contactFormArea {
    background-color: #F5F5F5;
    padding: 50px 25px;
}
.contactFormArea input[type="text"] {
   border: none;
    float: left;
    width: calc(50% - 50px);
    margin: 0 25px;
    padding: 20px;
    font-weight: bold;
    color: #58585A;
}
.contactFormArea input[type="checkbox"] {
    float: left;
    margin-left: 25px;
}
.contactFormArea .acepto {
    float: left;
    margin: 0 0 0 10px;
    color: #58585A;
}
.contactFormArea textarea {
    border: none;
    float: left;
    width: calc(100% - 50px);
    margin: 25px;
    padding: 20px;
    height: 150px;
    resize: unset;
    font-weight: bold;
    color: #58585A;
}
.submitRowForm {
    float: left;
    width: 100%;
}
.submitRowForm .input {
    position: relative;
}
.submitRowForm .input::after {
    content: " ";
    position: absolute;
    left: calc(50% + 74px);
    top: 14px;
    width: 30px;
    height: 30px;
    background-color: #58585A;
    border-radius: 50px;
    transform: translate(-50%);
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
.submitRowForm .input:hover::after {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 9px;
}
#contactSection [type="submit"] {
    background-color: #3184C3;
    color: white;
    border: none;
    border-radius: 50px;
    height: 60px;
    width: 200px;
    font-size: 27px;
    text-align: left;
    padding-left: 44px;
    cursor: pointer;
}
/* Footer section */
#footerSection {
    background-color: #58585A;
    float: left;
    width: 100%;
    min-height: 300px;
    margin-top: -35px;
    padding-top: 100px;
    padding-bottom: 50px;
}
#footerSection .content {
    position: relative;
}
#footerSection .logo img {
    position: absolute;
    left: -3px;
    top: -15px;
    width: 220px;
}
#footerSection .separator {
    height: 2px;
    background-color: #3184C3;
    margin-top: 50px;
    margin-bottom: 40px;
    position: relative;
}
#footerSection .separator .circle {
    position: absolute;
    left: 50%;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 150px;
    background-color: #3184C3;
    transform: translate(-50%, -50%);
    background-image: url('/static/img/scrollUpIcon.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
#footerSection .leftArea {
    width: auto;
    color: #7A8D9C;
    min-height: 30px;
    display: inline-block;
    text-align: center;
}

#footerSection .rightArea {
    float: right;
    width: auto;
    display: flex;
}
#footerSection .rightArea a {
    color: #7A8D9C;
    text-decoration: none;
    margin-left: 20px;
    min-height: 30px;
    display: inline-block;
}
#footerSection .rightArea a:hover {
    color: white;
}
#footerSection .titleSubscription {
    color: white;
    font-size: 18px;
    font-weight: bold;
}
#footerSection .separator-margin-bottom {
    height: 25px;
}
#footerSection .rightAreaImgCNMV {
    height: 48px;
    margin-left: 8px;
    margin-top: -12px;
    background-color: white;
    opacity: 0.8;
}
#footerSection .rightAreaImgCNMV:hover {
    opacity: 1;
}
input.email {
    margin-top: 30px;
    width: 320px;
    padding: 10px;
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    color: white;
    border-bottom: 2px solid #35495A;
}
#footerSection .submitArea {
    position: absolute;
    right: 50px;
    top: 50px;
    background-color: #3184C3;
    color: white;
    border: none;
    border-radius: 50px;
    height: 60px;
    width: 250px;
    font-size: 30px;
    text-align: left;
    cursor: pointer;
}
#footerSection [type="submit"] {
    float: left;
    width: 100%;
    padding-left: 40px;
    line-height: 60px;
    height: 60px;
    background: transparent;
    border: none;
    color: white;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}
#footerSection .submitArea .circle {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    background-color: #58585A;
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
#footerSection .submitArea:hover .circle {
    width: 44px;
    height: 44px;
    right: 8px;
    top: 8px;
}
/* Investor web form page */
#investorFormSection {
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 35px;
    background-color: #F5F5F5;
    background-image: url('/static/img/AtencionInversorImage.png');
    background-position: 5% bottom;
    background-repeat: no-repeat;
}
#investorFormSection .centerArea {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
#investorFormSection .centerArea > .textarea {
    float: right;
    width: 65%;
    max-width: 960px;
    padding: 50px 0;
}
#investorFormSection .titleArea {
    position: relative;
}
#investorFormSection .line {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 3px;
    background-color: #3184C3;
}
#investorFormSection h1 {
    font-size: 24px;
    font-weight: normal;
    color: #3184C3;
    margin-left: 44px;
}
#investorFormSection .descriptionArea {
    color: #484848;
}
#investorFormSection .descriptionArea .grid {
    float: left;
    width: 100%;
}
#investorFormSection .descriptionArea .grid img {
    float: left;
    height: 30px;
}
#investorFormSection .descriptionArea .grid .name {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    color: #484848;
    text-decoration: underline;
}
#investorFormSection .descriptionArea .description {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #484848;
}
#investorFormSection .formArea {
    float: left;
    width: 100%;
}
#investorFormSection form {
    margin-top: 30px;
}
#investorFormSection form > .text:first-child {
    padding-right: 10px;
}
#investorFormSection form > .text:nth-child(2) {
    padding-left: 10px;
}
#investorFormSection form > .text {
    float: left;
    width: 50%;
}
#investorFormSection form > .text input {
    float: left;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 3px;
    padding: 0 15px;
}
#investorFormSection form > .textarea {
    float: left;
    width: 100%;
    margin-top: 20px;
}
#investorFormSection form > .textarea textarea {
    float: left;
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 15px;
    height: 100px;
    resize: none;
}
#investorFormSection form > .checkbox {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}
#investorFormSection form > .checkbox input {
    margin: 0;
}
#investorFormSection form .acepto {
    float: left;
    margin: 22px 0 0 7px;
    font-size: 14px;
}
#investorFormSection form > .submit {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    position: relative;
}
#investorFormSection form input[type="submit"] {
    float: right;
    width: 120px;
    height: 30px;
    border: none;
    background-color: #3184C3;
    color: white;
    border-radius: 40px;
    text-align: left;
    padding-left: 12px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}
#investorFormSection form > .submit::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 7px;
    width: 16px;
    height: 16px;
    background-color: #58585A;
    border-radius: 50px;
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
#investorFormSection form > .submit:hover::after {
    width: 22px;
    height: 22px;
    right: 4px;
    top: 4px;
}
#investorFormSection .directionsArea {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #484848;
    margin-top: 10px;
}
#investorFormSection .directionsArea a {
    color: #3184C3;
}
#investorFormSection .directionsArea .grid {
    float: left;
    width: 100%;
}
#investorFormSection .directionsArea .grid img {
    float: left;
    height: 30px;
}
#investorFormSection .directionsArea .grid .name {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    color: #484848;
    text-decoration: underline;
}
/* Product page */
#productSection {
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 35px;
    background-color: #F5F5F5;
    background-image: url('/static/img/AtencionInversorImage.png');
    background-position: 5% bottom;
    background-repeat: no-repeat;
}
#productSection .centerArea {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
/* Blog page */
#blog-page {
    margin-top: 100px;
}
#blog-page h2 {
    color: #3184C3;
    font-size: 40px;
    margin-top: 100px;
    position: relative;
    margin-bottom: 30px;
}
#blog-page h2::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #3184C3;
    top: calc(50% - 1px);
    left: calc(50% - 180px);
}
#blog-page h2::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #3184C3;
    top: calc(50% - 1px);
    left: calc(50% + 180px);
}
#filterBlogs {
    text-align: center;
    margin-bottom: 10px;
}
#filterBlogs .inside {
    width: 240px;
    margin: auto;
}
#filterBlogs .entryFilter {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 33.333%;
}
#filterBlogs a {
    text-decoration: none;
}
#filterBlogs .insideEntryFilter {
    color: gray;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}
#filterBlogs .insideEntryFilter.selected {
    color: black;
}
#filterBlogs .insideEntryFilter:hover::after,
#filterBlogs .insideEntryFilter.selected::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #3184C3;
    width: 80%;
    left: 50%;
    transform: translate(-50%);
}
#blog-page .articles_column {
    float: left;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 150px;
}
#blog-page .blogEntry {
    float: left;
    width: calc(33.333% - 30px);
    margin: 15px;
}
.pagination-container {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.pagination-container ul {
    margin: auto;
    width: 290px;
}
.pagination-container li {
    float: left;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 1px solid #58585A;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
}
.pagination-container li.next {
    margin-right: 0;
}
.pagination-container li.disabled {
    opacity: 0.5;
}
.pagination-container li.active {
    background-color: #3184C3;
    border: 1px solid #3184C3;
    cursor: default;
}
.pagination-container .arrow-previous-page {
    float: left;
    width: 100%;
    height: 100%;
    background-image: url('/static/img/arrow_next.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    transform: rotate(180deg);
}
.pagination-container .arrow-next-page {
    float: left;
    width: 100%;
    height: 100%;
    background-image: url('/static/img/arrow_next.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.pagination-container .page-number {
    float: left;
    width: 100%;
    color: #58585A;
    height: 50px;
    width: 100%;
    border-radius: 100%;
}
.pagination-container .active .page-number {
    float: left;
    width: 100%;
    color: #FFFFFF;
}
/* Blog entry */
#blog-single {
    margin-top: 200px;
}
#blog-single .article_column {
    width: 100%;
}
#blog-single .image_area {
    float: left;
    width: 100%;
}
#blog-single .image_area img {
    width: auto;
    height: auto;
    max-height: 400px;
    max-width: 100%;
}
#blog-single .author_and_date_area {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
#blog-single .author {
    float: left;
    color: #3184C3;
    font-weight: bold;
}
#blog-single .date {
        float: right;
    margin-left: 50px;
    color: #696969;
    text-transform: uppercase;
    font-weight: bold;
}
#blog-single h1 {
    float: left;
    width: 100%;
    text-align: left;
    color: #58585A;
    margin: 30px 0 5px;
}
#blog-single .blog_entry_content {
    color: #58585A;
}
#blog-single .next_previous_entry_area {
    float: left;
    width: 100%;
    height: 50px;
    margin-bottom: 150px;
    margin-top: 30px;
}
#blog-single .previous_entry_area {
    float: left;
    width: 50%;
    height: 100%;
}
#blog-single .next_entry_area {
    float: right;
    width: 50%;
    height: 100%;
}
#blog-single .arrow_previous_entry {
    float: left;
    width: 40px;
    height: 100%;
    background-image: url('/static/img/arrow_next.png');
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}
#blog-single .arrow_next_entry {
    float: right;
    width: 40px;
    height: 100%;
    background-image: url('/static/img/arrow_next.png');
    background-repeat: no-repeat;
    background-position: center;
}
#blog-single .text_previous_entry_area {
    float: left;
    height: 100%;
}
#blog-single .text_next_entry_area {
    float: right;
    height: 100%;
}
#blog-single .text_previous_entry_area .date {
    float: left;
    width: 100%;
    height: 50%;
    margin: 0;
    text-align: left;
    line-height: 25px;
    right: 30px;
    color: #616161;
    font-weight: 400;
}
#blog-single .text_previous_entry_area .title {
    float: left;
    width: 100%;
    height: 50%;
    text-align: left;
    line-height: 25px;
    color: #3184C3;
    font-weight: bold;
}
#blog-single .text_next_entry_area .date {
    float: right;
    width: 100%;
    height: 50%;
    margin: 0;
    text-align: right;
    line-height: 25px;
    color: #616161;
    font-weight: 400;
}
#blog-single .text_next_entry_area .title {
    float: right;
    width: 100%;
    height: 50%;
    text-align: right;
    line-height: 25px;
    color: #3184C3;
    font-weight: bold;
}
/* Investor page */
body.body-pagesinvestor {
    background-color: #F5F5F5;
}
#investor {
    margin-top: 180px;
    text-align: left;
    float: left;
    position: relative;
    margin-left: 50%;
    transform: translate(-50%);
}
#investor .article_column {
    width: 100%;
    float: right;
}
#investor .titleArea {
    float: left;
    position: relative;
    width: 100%;
}
#investor .titleArea .line {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 3px;
    background-color: #3184C3;
}
#investor .titleArea h1 {
    padding-left: 40px;
    color: #3184C3;
    font-size: 25px;
}
#investor .descriptionArea {
    float: left;
}
#investor .link {
    float: left;
    width: 100%;
    height: 30px;
}
#investor .link a img {
    float: left;
    height: 100%;
}
#investor .link a .name {
    float: left;
    line-height: 30px;
    color: black;
    padding-left: 10px;
    margin-bottom: 10px;
}
#investor .descriptionArea .description {
    float: left;
    width: 100%;
}
#investor .formArea {
    float: left;
    width: 100%;
    margin-top: 30px;
}
#investor #ContactName {
    float: left;
    border: none;
    padding: 15px;
    width: calc(50% - 20px);
    border-radius: 3px;
}
#investor #ContactEmail {
    float: left;
    width: 50%;
    margin-left: 20px;
    border: none;
    padding: 15px;
    border-radius: 3px;
}
#investor #ContactMessage {
    float: left;
    width: 100%;
    resize: none;
    border: none;
    padding: 15px;
    margin-top: 20px;
    height: 100px;
    border-radius: 3px;
}
#investor [type="checkbox"] {
    float: left;
    border: 1px solid gray;
    margin: 20px 0 0 20px;
    width: 22px;
    height: 22px;
}
#investor .acepto {
    float: left;
    margin-top: 20px;
    line-height: 24px;
    margin-left: 10px;
}
#investor .submit {
    float: right;
    position: relative;
    margin-top: 10px;
}
#investor [type="submit"] {
    background-color: #3184C3;
    color: white;
    border: none;
    border-radius: 50px;
    height: 44px;
    width: 150px;
    font-size: 23px;
    text-align: left;
    padding-left: 20px;
    cursor: pointer;
}
#investor .submit::after {
    content: " ";
    position: absolute;
    left: calc(50% + 50px);
    top: 7px;
    width: 30px;
    height: 30px;
    background-color: #58585A;
    border-radius: 50px;
    transform: translate(-50%);
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
#investor .submit:hover::after {
    width: 34px;
    height: 34px;
    left: calc(50% + 48px);
    top: 5px;
}
#investor .directionsArea {
    float: left;
    margin-top: 10px;
    margin-bottom: 100px;
    width: 100%;
}
/* Products page */
#product_page {
    float: left;
    margin: 100px 0 35px 50%;
    transform: translate(-50%);
    padding-top: 100px;
    padding-bottom: 70px;
    background-image: url('/static/img/bg_product.png');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 20%;
    background-blend-mode: color-dodge;
}
#product_page .header_product_page {
    text-align: right;
    height: 150px;
    margin-bottom: 40px;
}
.product_image_row {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.product_image {
    float: right;
    width: 200px;
    padding-left: 10px;
}
.product_image img {
    height: auto;
    width: 100%;
}
.latest_changes_area {
    float: right;
    width: calc(100% - 200px);
    position: relative;
    min-height: 150px;
    display: flex;
    flex-direction: column;
}
.latest_changes_area > .latest_changes_area_entry {
    flex: 1;
}
/*
.latest_changes_area_entry:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
}
*/
.latest_changes_area_header {
    color: #3184C3;
    font-weight: bold;
    font-size: 17px;
}
.latest_changes_area_value {
    font-size: 32px;
    font-weight: bold;
    color: #58585A;
}
.latest_changes_area_value_small {
    font-size: 22px;
    font-weight: bold;
    color: #58585A;
    white-space: nowrap;
}
#product_page .main_column_product_page {
    width: 68%;
    text-align: left;
    color: #58585A;
    margin-top: -9px;
    padding-right: 20px;
}
#product_page .main_column_product_page h1 {
    font-size: 50px;
    font-weight: normal;
    margin: 0;
}
#product_page .main_column_product_page h2 {
    color: #3184C3;
    margin: 40px 0 20px;
}
.sidebar_column_product_page {
    width: 28.8%;
    text-align: right;
    position: fixed;
    max-width: 384px;
    right: calc((100vw - 1200px) / 2);
    top: 200px;
    z-index: 2;
}
.sidebar_column_product_page.fixedBottom {
    bottom: 450px;
    top: auto;
    position: absolute;
}
#GraphicFrom {
    border-radius: 45px;
    border: 1px solid #93939340;
    width: 150px;
}
#GraphicTo {
    border-radius: 45px;
    border: 1px solid #93939340;
    width: 150px;
}
#GraphicYear {
    border-radius: 45px;
    border: 1px solid #93939340;
    background-color: white;
}
.columnYAxisAnualProfit .mobile {
    display: none;
}
#risk_return_table.mobile {
    display: none;
    width: auto;
    margin: auto;
    text-align: center;
/*    float: left;*/
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
#risk_return_table.mobile {
    display: none;
}
#risk_return_table,
#risk_return_table tr,
#risk_return_table td,
#risk_return_table_2,
#risk_return_table_2 tr,
#risk_return_table_2 td {
    border-collapse: collapse;
}
#risk_return_table td,
#risk_return_table_2 td {
    padding: 10px 0;
}
#risk_return_table,
#risk_return_table_2 {
    width: 100%;
    text-align: center;
}
#risk_return_table td:first-child {
    width: 120px;
    text-align: center;
    color: #3184C3;
    font-weight: bold;
}
#risk_return_table_2 td.bold {
    width: 120px;
    text-align: center;
    color: #3184C3;
    font-weight: bold;
}
#risk_return_table td,
#risk_return_table_2 td {
    width: 120px;
}
#risk_return_table td {
    border-right: 1px dashed #eaeaea;
}
#risk_return_table td:last-child,
#risk_return_table_2 td:last-child {
    border-right: none;
}
#risk_return_table tr:first-child td:nth-child(n+2) {
    background-color: #E0EDF6;
    color: #58585A;
    font-weight: bold;
}
#risk_return_table_2 {
    margin-top: 20px;
  }
#nav_values {
    position: relative;
    float: left;
    padding-right: 40px;
}
#nav_values::after {
    content: '';
    background-image: url('/static/img/download_button.png');
    width: 30px;
    height: 30px;
    right: 0;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
}
.sidebar_column_product_page .documentsArea {
    position: relative;
    float: right;
    background-color: transparent;
    margin-top: 20px;
}
.sidebar_column_product_page .documentsArea.closed {
    /*background-color: white;*/
}
.sidebar_column_product_page .subtitle {
    font-size: 26px;
    text-align: right;
    padding-right: 40px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    position: relative;
    float: right;
    color: #3184C3;
    font-weight: bold;
    padding-left: 20px;
}
.sidebar_column_product_page .closed .subtitle::before {
    transform: rotate(-45deg);
}
.sidebar_column_product_page .subtitle::before {
    content: '';
    position: absolute;
    right: 16px;
    width: 10px;
    height: 2px;
    background-color: #3184C3;
    top: calc(50% - 1px);
    transform: rotate(45deg);
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
.sidebar_column_product_page .closed .subtitle::after {
    transform: rotate(45deg);
}
.sidebar_column_product_page .subtitle::after {
    content: '';
    position: absolute;
    right: 10px;
    width: 10px;
    height: 2px;
    background-color: #3184C3;
    top: calc(50% - 1px);
    transform: rotate(-45deg);
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
.sidebar_column_product_page .documentsArea.closed .documents {
    max-height:0;
}
.sidebar_column_product_page .documents {
    width: 100%;
    max-width: 300px;
    max-height: 250px;
    /*position: absolute;*/
    right: 0;
    top: 60px;
    z-index: 1;
    overflow: hidden;
    /*-webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);*/
    -webkit-transform-origin:50% 0;
    -webkit-transition:350ms;
    -moz-transition:350ms;
    -o-transition:350ms;
    transition:350ms;
    float: right;
}
.sidebar_column_product_page .documents a:last-child .document {
    margin-bottom: 10px;
}
.sidebar_column_product_page .document {
    float: left;
    width: 100%;
    padding: 10px 0 10px 20px;
    /*background-color: #fbfbfb;*/
}
.sidebar_column_product_page .link {
    margin: 15px 0 0;
}
.sidebar_column_product_page .fileNameAndInfo {
    line-height: 40px;
    height: 40px;
    float: left;
    width: calc(100% - 40px);
    padding-left: 10px;
    color: #616161;
}
.sidebar_column_product_page .imageDownload {
    float: right;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-image: url('/static/img/download_button.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
}
.sidebar_column_product_page .name {

    float: right;
    max-width: calc(100% - 40px);
    color: #7c7c7c;
    font-weight: bold;
}
.sidebar_column_product_page .document img {
    height: 40px;
    float: left;
}
#selloFundInfo {
    float: right;
    margin-top: 50px;
    width: 100%;
}
#selloFundInfo img {
    width: 250px;
}
#selloFundInfo2021 {
    float: right;
    margin-top: 10px;
}
#selloFundInfo2021 img {
    width: 230px;
}

/* Legal policy page */
#legal-policy {
    width: 100%;
    min-height: calc(100vh - 365px);
    position: relative;
    margin-top: 100px;
}
#legal-policy .article_column {
    float: left;
    width: 60%;
    text-align: left;
    margin-top: 100px;
}
#legal-policy .titleArea {
    float: left;
    position: relative;
    width: 100%;
}
#legal-policy .titleArea .line {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 3px;
    background-color: #3184C3;
}
#legal-policy .titleArea h1 {
    padding-left: 40px;
    color: #3184C3;
    font-size: 25px;
}
#legal-policy .descriptionArea {

}
#legal-policy .descriptionArea p {

}
#legal-policy .files_column {
    float: left;
    width: 40%;
    margin-top: 100px;
    padding-left: 100px;
}
#legal-policy .files_column .file_row {
    float: left;
    width: 100%;
    text-align: left;
}
#legal-policy .files_column .link {
    float: left;
    width: 100%;
}
#legal-policy .files_column .link a:hover {
    opacity: 0.8;
}
#legal-policy .files_column .link .name::before {
    position: absolute;
    content: '';
    background-image: url('/static/img/download_button.png');
    left: -5px;
    height: 28px;
    width: 28px;
    top: 50%;
    transform: translate(0, -50%);
}
#legal-policy .files_column .link .name {
    float: left;
    position: relative;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-right: 10px;
    color: black;
}
#legal-policy .documentsArea {
    position: relative;
    float: right;
    background-color: transparent;
    margin-top: 20px;
}
#legal-policy .documentsArea.closed {
    background-color: white;
}
#legal-policy .subtitle {
    font-size: 26px;
    text-align: right;
    padding-right: 40px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    position: relative;
    float: right;
    color: #3184C3;
    font-weight: bold;
    padding-left: 100px;
}
#legal-policy .closed .subtitle::before {
    transform: rotate(-45deg);
}
#legal-policy .subtitle::before {
    content: '';
    position: absolute;
    right: 16px;
    width: 10px;
    height: 2px;
    background-color: #3184C3;
    top: calc(50% - 1px);
    transform: rotate(45deg);
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
#legal-policy .closed .subtitle::after {
    transform: rotate(45deg);
}
#legal-policy .subtitle::after {
    content: '';
    position: absolute;
    right: 10px;
    width: 10px;
    height: 2px;
    background-color: #3184C3;
    top: calc(50% - 1px);
    transform: rotate(-45deg);
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
#legal-policy .documentsArea.closed .documents {
    max-height:0;
}
#legal-policy .documents {
    width: 100%;
    width: 350px;
    max-height: 500px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1;
    overflow: hidden;
    /*-webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);*/
    -webkit-transform-origin:50% 0;
    -webkit-transition:700ms;
    -moz-transition:700ms;
    -o-transition:700ms;
    transition:700ms;
}
#legal-policy .documents a:last-child .document {
    margin-bottom: 10px;
}
#legal-policy .document {
    float: left;
    width: 100%;
    padding: 10px 0 10px 20px;
    background-color: #fbfbfb;
}
#legal-policy .link {
    margin: 15px 0 0;
}
#legal-policy .fileNameAndInfo {
    line-height: 40px;
    height: 40px;
    float: left;
    width: calc(100% - 40px);
    padding-left: 10px;
    color: #616161;
}
#legal-policy .imageDownload {
    float: right;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-image: url('/static/img/download_button.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
}
#legal-policy .name {
    color: #616161;
    float: right;
    max-width: calc(100% - 40px);
}
#legal-policy .document img {
    height: 40px;
    float: left;
}

/* ESG policy page */
#esg-policy {
    width: 100%;
    min-height: calc(100vh - 365px);
    position: relative;
    margin-top: 100px;
}
#esg-policy .article_column {
    float: left;
    width: 60%;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 100px;
}
#esg-policy .titleArea {
    float: left;
    position: relative;
    width: 100%;
}
#esg-policy .titleArea .line {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 3px;
    background-color: #3184C3;
}
#esg-policy .titleArea h1 {
    padding-left: 40px;
    color: #3184C3;
    font-size: 25px;
}
#esg-policy .descriptionArea {

}
#esg-policy .descriptionArea p {

}
#esg-policy .files_column {
    float: left;
    width: 40%;
    margin-top: 100px;
    padding-left: 100px;
}
#esg-policy .files_column .file_row {
    float: left;
    width: 100%;
    text-align: left;
}
#esg-policy .files_column .link {
    float: left;
    width: 100%;
}
#esg-policy .files_column .link a:hover {
    opacity: 0.8;
}
#esg-policy .files_column .link .name::before {
    position: absolute;
    content: '';
    background-image: url('/static/img/download_button.png');
    left: -5px;
    height: 28px;
    width: 28px;
    top: 50%;
    transform: translate(0, -50%);
}
#esg-policy .files_column .link .name {
    float: left;
    position: relative;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-right: 10px;
    color: black;
}
#esg-policy .documentsArea {
    position: relative;
    float: right;
    background-color: transparent;
    margin-top: 20px;
}
#esg-policy .documentsArea.closed {
    background-color: white;
}
#esg-policy .subtitle {
    font-size: 26px;
    text-align: right;
    padding-right: 40px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    position: relative;
    float: right;
    color: #3184C3;
    font-weight: bold;
    padding-left: 20px;
}
#esg-policy .closed .subtitle::before {
    transform: rotate(-45deg);
}
#esg-policy .subtitle::before {
    content: '';
    position: absolute;
    right: 16px;
    width: 10px;
    height: 2px;
    background-color: #3184C3;
    top: calc(50% - 1px);
    transform: rotate(45deg);
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
#esg-policy .closed .subtitle::after {
    transform: rotate(45deg);
}
#esg-policy .subtitle::after {
    content: '';
    position: absolute;
    right: 10px;
    width: 10px;
    height: 2px;
    background-color: #3184C3;
    top: calc(50% - 1px);
    transform: rotate(-45deg);
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
#esg-policy .documentsArea.closed .documents {
    max-height:0;
}
#esg-policy .documents {
    width: 100%;
    max-width: 300px;
    max-height: 250px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1;
    overflow: hidden;
    /*-webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);*/
    -webkit-transform-origin:50% 0;
    -webkit-transition:350ms;
    -moz-transition:350ms;
    -o-transition:350ms;
    transition:350ms;
}
#esg-policy .documents a:last-child .document {
    margin-bottom: 10px;
}
#esg-policy .document {
    float: left;
    width: 100%;
    padding: 10px 0 10px 20px;
    background-color: #fbfbfb;
}
#esg-policy .link {
    margin: 15px 0 0;
}
#esg-policy .fileNameAndInfo {
    line-height: 40px;
    height: 40px;
    float: left;
    width: calc(100% - 40px);
    padding-left: 10px;
    color: #616161;
}
#esg-policy .imageDownload {
    float: right;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-image: url('/static/img/download_button.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
}
#esg-policy .name {
    color: #616161;
    float: right;
    max-width: calc(100% - 40px);
}
#esg-policy .document img {
    height: 40px;
    float: left;
}

/* Complain Channel page TASK#776551 */
#complain-channel-div {
    width: 100%;
    min-height: 80vh;
    position: relative;
    margin-top: 100px;
}
#complain-channel-div .article_column {
    float: left;
    width: 60%;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 100px;
}
#complain-channel-div .titleArea {
    float: left;
    position: relative;
    width: 100%;
}
#complain-channel-div .titleArea .line {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 3px;
    background-color: #3184C3;
}
#complain-channel-div .titleArea h1 {
    padding-left: 40px;
    color: #3184C3;
    font-size: 25px;
}

#complain-channel-div .files_column {
    float: left;
    width: 40%;
    margin-top: 100px;
    padding-left: 100px;
}
#complain-channel-div .files_column .file_row {
    float: left;
    width: 100%;
    text-align: left;
}
#complain-channel-div .files_column .link {
    float: left;
    width: 100%;
}
#complain-channel-div .files_column .link a:hover {
    opacity: 0.8;
}
#complain-channel-div .files_column .link .name::before {
    position: absolute;
    content: '';
    background-image: url('/static/img/download_button.png');
    left: -5px;
    height: 28px;
    width: 28px;
    top: 50%;
    transform: translate(0, -50%);
}
#complain-channel-div .files_column .link .name {
    float: left;
    position: relative;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-right: 10px;
    color: black;
}
#complain-channel-div .documentsArea {
    position: relative;
    float: right;
    background-color: transparent;
    margin-top: 20px;
}
#complain-channel-div .documentsArea.closed {
    background-color: white;
}
#complain-channel-div .subtitle {
    font-size: 26px;
    text-align: right;
    padding-right: 40px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    position: relative;
    float: right;
    color: #3184C3;
    font-weight: bold;
    padding-left: 20px;
}
#complain-channel-div .closed .subtitle::before {
    transform: rotate(-45deg);
}
#complain-channel-div .subtitle::before {
    content: '';
    position: absolute;
    right: 16px;
    width: 10px;
    height: 2px;
    background-color: #3184C3;
    top: calc(50% - 1px);
    transform: rotate(45deg);
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
#complain-channel-div .closed .subtitle::after {
    transform: rotate(45deg);
}
#complain-channel-div .subtitle::after {
    content: '';
    position: absolute;
    right: 10px;
    width: 10px;
    height: 2px;
    background-color: #3184C3;
    top: calc(50% - 1px);
    transform: rotate(-45deg);
    transition: all .4s ease;
    -webkit-transition: all .3s ease;
}
#complain-channel-div .documentsArea.closed .documents {
    max-height:0;
}
#complain-channel-div .documents {
    width: 100%;
    max-width: 300px;
    max-height: 250px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1;
    overflow: hidden;
    /*-webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);*/
    -webkit-transform-origin:50% 0;
    -webkit-transition:350ms;
    -moz-transition:350ms;
    -o-transition:350ms;
    transition:350ms;
}
#complain-channel-div .documents a:last-child .document {
    margin-bottom: 10px;
}
#complain-channel-div .document {
    float: left;
    width: 100%;
    padding: 10px 0 10px 20px;
    background-color: #fbfbfb;
}
#complain-channel-div .link {
    margin: 15px 0 0;
}
#complain-channel-div .fileNameAndInfo {
    line-height: 40px;
    height: 40px;
    float: left;
    width: calc(100% - 40px);
    padding-left: 10px;
    color: #616161;
}
#complain-channel-div .imageDownload {
    float: right;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-image: url('/static/img/download_button.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
}
#complain-channel-div .name {
    color: #616161;
    float: right;
    max-width: calc(100% - 40px);
}
#complain-channel-div .document img {
    height: 40px;
    float: left;
}

/* Buscador evoluciÃ³n valor liquidativo */
.searcher {
    margin-bottom: 1rem;
}
.searcher .input {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    display: inline;
    margin-right: 1.666rem;
}
.searcher .input label {
    margin-right: 1.666rem;
    line-height: 2rem;
    height: 2rem;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    display: inline;
    font-weight: bold;
}
.searcher .input input {
    padding: 0 1rem;
    line-height: 2rem;
    height: 2rem;
    border: 1px solid #58585a4f;
}
.searcher .input input:focus {
    outline: none;
}
.searcher .input select {
    padding: 0 1rem;
    line-height: 2rem;
    height: 2rem;
    border: 1px solid #58585a4f;
}
.searcher .input select:focus {
    outline: none;
}
/* jquery ui datepicker css only */
#ui-datepicker-div {
    background-color: white;
    border: 1px solid #58585a4f;
}
.ui-datepicker {
    display: none;
    padding: .2em .2em 0;
    width: 17em;
}
.ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span {
    left: 0;
}
.ui-datepicker .ui-datepicker-next span {
    right: 0;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 0 .4em;
    width: 100%;
}
.ui-datepicker th {
    border: 0;
    font-weight: bold;
    padding: .7em .3em;
    text-align: center;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
    color: #4792ce;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0 0;
    padding: 0 .2em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
/* with multiple calendars */.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    font-size: 0em;
    width: 100%;
}
/* RTL support */.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */.ui-datepicker-cover {
    filter: mask();
    /*must have*/
    height: 200px;
    /*must have*/
    left: -4px;
    /*must have*/
    position: absolute;
    /*must have*/
    top: -4px;
    /*must have*/
    width: 200px;
    /*must have*/
    z-index: -1;
    /*must have*/
}
/* Rentabilidades anuales */
#anualProfitGraph {
    position: relative;
    margin-top: 10px;
    margin-bottom: 70px;
    width: calc(100% - 45px);
    margin-left: 45px;
}
#anualProfitGraph * {
    box-sizing: border-box;
    font-weight: bold;
    color: #58585A;
}
.lineAnualProfitGragh {
    position: absolute;
    width: 100%;
    height: 1px;
}
.lineAnualProfitGragh.zero {
    border-top: 1px dotted;
}
.keyPercentage {
    position: absolute;
    left: -40px;
    width: 30px;
    text-align: right;
    top: -9px;
}
.outerColumnAnualProfit {
    position: absolute;
    height: 100%;
}
.columnAnualProfit {
    position: absolute;
    width: 100%;
    background-color: #4792ce;
    transform: translate(-50%);
    left: 50%;
}
.columnAnualProfit.positive {
    border-bottom: none;
    margin-bottom: 1px;
}
.columnAnualProfit.negative {
    border-top: none;
    border-color: #999;
    background-color: #c1c1c1;
}
.columnAnualProfit .value {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background-color: white;
    padding: 0 3px;
}
.columnAnualProfit.positive .value {
    top: -20px;
}
.columnAnualProfit.negative .value {
    bottom: -20px;
}
.percentageKey {
    position: absolute;
    right: 10px;
    margin-top: -9px;
}
#anualProfitInnerGraph {
    width: 100%;
    height: 150px;
}
#xAxisAnualProfit {
    position: absolute;
    left: -50px;
    width: 50px;
    top: 0;
    height: 100%;
    font-weight: bold;
    color: #58585A;
}
#yAxisAnualProfit {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 50px;
    padding-top: 10px;
}
#yAxisAnualProfit .columnYAxisAnualProfit {
    float: left;
    text-align: center;
    font-weight: bold;
    color: #58585A;
}



.attitude_logo_responsive {
    float: left;
    height: 50px;
    margin-top: 0;
    position: fixed;
    z-index: 11;
    left: 130px;
    transform: translate(-50%);
}
#MenuMobile {
    display: none;
    width: 100%;
    height: auto;
    line-height: unset;
    padding: 0;
    position: fixed;
    top: 50px;
    left: 0;
    background-color: white;
    z-index: 11;
}
#buttomMenuPersonalArea {
    display: none;
}
#buttomMenuPersonalArea li {
    background-color: #3184C3;
    color: white;
}
@media only screen and (max-width: 1500px) {
    .pageWidth {
        width: 90%;
    }
    .attitude_logo_pc {
        display: none;
    }
    .attitude_logo_responsive {
        display: block;
    }
    #blog-single {
        margin-top: 100px;
    }
    .header {
        height: 50px;
    }
    .menu-pc {
        display: none;
        position: static;
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
    .pageWidth {
        width: 100%;
    }
    #MenuMobile ul {
        float: left;
        width: 100%;
    }
    #MenuMobile li {
        float: left;
        width: 100%;
        text-align: center;
        padding: 20px 0;
        border-bottom: 1px solid #eee;;
    }
    #MenuMobile a {
        text-decoration: none;
        color: black;
    }
    #buttomMenuPersonalArea {
        display: block;
    }
    .menu-movil {
        display: block;
    }
    .extraBorderRightWidth {
        display: none;
    }
    #landingSection {
        padding-top: 50px;
    }
    .content {
        width: 90%;
    }
    #productsSection li {
        width: calc(50% - 30px)!important;
    }
    #teamSection .member {
        width: calc(25% - 30px);
    }
    #legal-policy .documentsArea {
        max-width: 500px;
    }
    #legal-policy .subtitle {
        float: left;
    }
    #legal-policy .documents {
        position: unset;
        float: left;
    }
    #legal-policy .article_column {
        width: 100%;
        padding: 0 100px;
    }
    #legal-policy .files_column {
        margin-top: 0;
        padding-left: 0;
        width: auto;
        margin-bottom: 50px;
    }
    #esg-policy .article_column {
        width: 100%;
        /* Commented next line because it made too thin esg, policies.. pages */
        /*padding: 0 100px;*/
    }
    #esg-policy .files_column {
        margin-top: 0;
        padding-left: 0;
        width: auto;
        margin-bottom: 50px;
    }
    #investor .article_column {
        width: 100%;
        padding: 0 100px;
    }
    #investor .files_column {
        margin-top: 0;
        padding-left: 0;
        width: auto;
        margin-bottom: 50px;
    }
    .cornerDecorationSmallerBottomRight.withCookies {
        transform: rotate(0);
        width: 100%;
        margin: 0;
        height: 240px;
    }
}
@media only screen and (max-width: 1400px) {
    #product_page .main_column_product_page {
        width: 100%;
    }
    .sidebar_column_product_page,
    .sidebar_column_product_page.fixedBottom {
        position: unset;
        width: 100%;
        max-width: 600px;
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        margin-bottom: 100px;
    }
    .sidebar_column_product_page .subtitle {
        padding-left: 0;
    }
    #product_page {
        width: calc(100% - 40px);
        padding-bottom: 0;
    }
    .product_image {
        float: left;
        padding-right: 10px;
        padding-left: 0;
    }
    .latest_changes_area {
        float: left;
        right: 0;
        text-align: left;
    }
    .latest_changes_area_entry:last-child {
        left: 0;
    }
    .sidebar_column_product_page .subtitle {
        float: left;
    }
    .sidebar_column_product_page .imageDownload,
    .sidebar_column_product_page .name,
    .sidebar_column_product_page .documents {
        float: left;
    }
}
@media only screen and (max-width: 1000px) {
    #sicavSection {
        height: auto;
    }
    #sicavSection .buttonContactServicesArea {
        position: relative;
        max-width: none;
        transform: unset;
        margin: 0 5%;
        float: right;
        left: unset;
    }
    #sicavSection .buttonContactServices {
        position: static;
        margin-bottom: 30px;
        float: right;
    }
    #subscriptionsSection .subscriptions-menu {
        padding: 0 30px;
    }
    #subscriptionsSection .subscriptions-menu li {
        width: calc(50% - 20px);
    }
    #subscriptionsSection .textArea {
        width: 100%;
        padding-right: 0;
    }
    #subscriptionsSection .documentsArea {
        margin-left: 50%;
        transform: translate(-50%);
        margin-top: 30px;
    }
    #subscriptionsSection .subscription-content {
        height: auto;
    }
    #bgSuscriptionSection {
        opacity: 0.1;
    }
    #teamSection .member {
        width: calc(33.333% - 30px);
    }
    #productsSection li {
        width: calc(100% - 30px)!important;
    }
    #blogSection .blogEntriesContainer a {
        width: calc(50% - 20px);
    }
    #contactSection .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #contactSection .leftArea {
        display: none;
    }
    #contactSection .rightArea {
        width: auto;
    }
    #contactSection .buttonInvestor {
        margin-top: 20px;
    }
    #footerSection .submitArea {
        position: relative;
        left: 50%;
        transform: translate(-50%);
        margin-bottom: 70px;
    }
    #footerSection .logo img {
        position: relative;
    }
    #landingSection .text {
        font-size: 60px;
    }
    #blog-page .blogEntry {
        width: calc(50% - 30px);
    }
}
@media only screen and (max-width: 760px) {
    #teamSection .member {
        width: calc(50% - 30px);
    }
    #blogSection .buttonSeeAll {
        position: relative;
        float: right;
        top: 20px;
    }
    #blogSection .blogEntriesContainer a {
        width: calc(100% - 20px);
        margin-left: 0;
    }
    #contactSection .infoWithImage {
        margin-bottom: 30px;
    }
    .contactFormArea input[type="text"] {
        width: calc(100% - 50px)
    }
    #ContactEmail {
        margin-top: 35px;
    }
    .submitRowForm {
        margin-top: 15px;
    }
    #footerSection .separator {
        margin-bottom: 75px;
    }
    #investor #ContactName {
        width: 100%;
    }
    #investor #ContactEmail {
        margin-left: 0;
        padding-right: 0!important;
        width: 100%;
        margin-top: 15px;
    }
    #blog-page .blogEntry {
        width: calc(100% - 30px);
    }
    #landingSection .text {
        font-size: 40px;
    }
    .input.form-group {
        width: 100%;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 550px) {
    .cookiesArea {
        height: unset;
        width: 100%;
        background-color: rgba(49, 132, 195, 0.6);
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px 20px 30px;
    }
    .cornerDecorationSmallerBottomRight {
        display: none;
    }
    .configurationArea {
        bottom: 60px;
    }
    .cookiesButtonsArea a .readMoreCookies {
        margin-right: 0;
    }
    #risk_return_table_2 td,
    #risk_return_table_2 td.bold {
        display: block;
        text-align: left;
    }
    #footerSection .leftArea {
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .attitude_logo_responsive {
        height: 40px;
        top: 5px;
        left: 85px;
    }
    .cornerDecoration {
        transform: rotate(60deg);
        margin-left: -900px;
    }
    .cornerDecorationMid {
        transform: rotate(60deg);
        margin-top: -800px;
    }
    .cornerDecorationSmaller {
        transform: rotate(60deg);
        margin-top: -750px;
    }

    .latest_changes_area {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }
    .latest_changes_area_entry:last-child {
        position: unset;
    }
    #risk_return_table.big-screen {
        display: none;
    }
    #risk_return_table.mobile {
        display: block;
    }
    #risk_return_table_2 {
        width: auto;
        float: left;
        margin: 20px auto 40px;
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
    #risk_return_table tr:first-child td:nth-child(n+2) {
        background-color: transparent;
    }
    #risk_return_table tr:nth-child(n+2) td:first-child {
        background-color: #E0EDF6;
        color: black;
    }
    #risk_return_table tr:first-child td:nth-child(n+2) {
        color: #3184C3;
    }
    #anualProfitInnerGraph .outerColumnAnualProfit .value {
        display: none;
    }/*
    #anualProfitInnerGraph .outerColumnAnualProfit:nth-child(2n + 1) .value {
        display: none;
    }
    #yAxisAnualProfit .columnYAxisAnualProfit:nth-child(2n + 1) {
        visibility: hidden;
    }
    .columnAnualProfit.positive .value {
        top: -30px;
    }
    .columnAnualProfit.negative .value {
        bottom: -30px;
    }*/
    .columnYAxisAnualProfit .big-screen {
        display: none;
    }
    .columnYAxisAnualProfit .mobile {
        display: block;
    }
}

/* Task#802758 */
.annualisedYield {
    margin: 8px;
}
