@charset "UTF-8";
/**
 * Theme Name: rivkin-blog-ms-report-child-private-wealth
 * Template:   rivkin-blog-ms-report
 * Author: Tomás Bolognesi
 * Version: 1.0
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
}

.pw-container {
  max-width: 1400px;
  margin: 0 auto;
}

.pw-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.col-20 {
  display: inline-table;
  width: 20%;
  min-width: 130px;
}
.col-20 .logo-header {
  display: table;
  margin: 15px auto;
  max-width: 160px;
}

.col-80 {
  display: flex;
  width: 80%;
  justify-content: flex-end;
  align-items: center;
}
.col-80 #btn-bars {
  opacity: 1;
  transition: all 0.75s;
  margin-right: 20px;
  color: #334740;
  background: transparent;
  padding: 5px;
  /*font-size: 25px;*/
  font-size: 2.1em;
  border: none;
  cursor: pointer;
}
.col-80 #btn-bars img {
  width: 45px;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  transition: all 0.75s;
  opacity: 1;
}
.menu__item {
  margin: 0 10px;
}
.menu__item__link {
  text-decoration: none;
  color: #334740;
  font-weight: 500;
  /*font-size: 19px;*/
  font-size: 1.6em;
  padding: 2px 10px;
}

.header-scrolled {
  background: rgba(255, 255, 255, 0.5);
}
.header-scrolled .menu {
  opacity: 0;
}
.header-scrolled .col-80 #btn-bars {
  opacity: 1;
}
.header-scrolled .logo-header {
  max-width: 120px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 999;
}

.menu-mobile-container {
  background: #334740;
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100vh;
  transition: all 0.75s;
  padding: 35px;
}

#btn-close {
  color: #e0dac4;
  background: transparent;
  border: none;
  /*font-size: 25px;*/
  font-size: 2.1em;
  position: absolute;
  right: 15%;
  top: 5vh;
  padding: 15px;
  cursor: pointer;
}

#btn-close img {
  display: table;
  width: 48px;
  height: auto;
}

.menu-mobile {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10vh;
  margin-left: 25px;
}
.menu-mobile__item {
  margin-bottom: 15px;
}
.menu-mobile__item__link {
  text-decoration: none;
  color: #e0dac4;
  /*font-size: 21px;*/
  font-size: 1.8em;
  padding: 5px;
}
.menu-mobile__item__last {
  margin-top: 50px;
}

.menu-mobile-container.open {
  right: 0 !important;
}

#preload {
  background: #334740;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
#preload img {
  max-width: 500px;
  height: auto;
  display: table;
  margin: 0 auto;
  animation: loader-inner 3s infinite ease-in;
}

@keyframes loader-inner {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 800px) {
  #btn-bars {
    opacity: 1 !important;
  }
  .menu {
    opacity: 0 !important;
    display: none;
  }
  .menu-mobile-container {
    width: 80%;
  }
  .col-20 .logo-header {
    max-width: 100px;
    margin: 0;
  }
  header {
    padding: 5px 0;
  }
}
.section-title-mobile {
  display: block;
  background: transparent;
  border: none;
  text-decoration: none;
  color: #acae9c;
  /* text-transform: uppercase; */
  /*font-size: 19px;*/
  font-size: 1.6em;
  padding: 5px;
}

#btn-smsf {
  background: transparent;
  border: none;
  margin-top: 30px;
}

@media (max-width: 800px) {
  .menu-mobile__item {
    margin-bottom: 10px !important;
  }
  .menu-mobile__item__link {
    font-size: 1em;
  }
}
.pw-footer .pw-row .col-80 {
  padding: 60px 0;
}

.logo-footer {
  display: table;
  height: auto;
  max-width: 180px;
  margin: 0 auto;
  padding-bottom: 180px;
}

.aling-center {
  align-items: center !important;
}

.flex-footer {
  width: 100%;
  padding: 0 90px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .flex-footer {
    margin-bottom: 0px;
  }
}
.flex-footer__item {
  margin-right: 60px;
}
.flex-footer__item__title {
  color: #334740;
  display: block;
  /*font-size: 16px;*/
  font-size: 1.3em;
  margin-bottom: 20px;
  font-weight: 500;
}
.flex-footer__item__line {
  display: block;
  /*font-size: 14px;*/
  font-size: 1.3em;
  font-weight: 300;
  color: #334740;
}
.flex-footer__item__line a {
  color: #334740;
}
.flex-footer__item__line b {
  /*font-size: 14px;*/
  /*font-size: 1.3em;*/
}

.content-footer {
  width: 100%;
}

@media (max-width: 800px) {
  .pw-footer .block:before {
    display: none;
  }
  .pw-footer .col-20 {
    display: none;
  }
  .flex-footer {
    padding: 0px 15px;
    flex-wrap: wrap;
  }
  .pw-footer .col-80 {
    width: 100%;
  }
  .flex-footer__item {
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .flex-footer__item:nth-child(1) {
    width: 100%;
  }
  .flex-footer__item__title {
    /*font-size: 21px;*/
    font-size: 1em;
    margin-bottom: 10px;
  }
  .flex-footer__item__line {
    /*font-size: 17px;*/
    font-size: 1em;
  }
  .flex-footer__item__line b {
    /*font-size: 15px;*/
    /*font-size: 1.3em;*/
  }
}
@media (max-width: 800px) and (max-width: 800px) {
  .pw-container {
    display: block;
    width: calc(100vw - 1.8rem);
  }
}
.footer-green {
  padding: 60px 0;
}

.footer-green .flex-footer__item__title {
  color: #e0dac4;
}
.footer-green .flex-footer__item__line {
  color: #e0dac4;
}
.footer-green .flex-footer__item__line a {
  color: #e0dac4;
}

.pw-footer-green {
  padding: 0 !important;
}

@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueRoman.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueUltraLight.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueUltraLightItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueThin.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueThinItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueLight.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueLightItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueMedium.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueMediumItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueBold.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueBoldItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueHeavy.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueHeavyItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueBlack.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueBlackItalic.woff) format("woff");
}
body {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.4;
  letter-spacing: 1.1px;
}

.line-divider:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e0dac4;
  position: absolute;
  left: -1%;
  z-index: 9;
}
@media (max-width: 800px) {
  .line-divider:before {
    top: 0;
  }
}
@media (max-width: 800px) {
  .line-divider--hide-on-responsive:before {
    display: none;
  }
}

.p-relative {
  position: relative;
}

@media (min-width: 800px) {
  .pw-page {
    margin-top: 60px;
  }
}
.pw-page {
  /*margin-top: 60px;*/
}
.pw-page .col-content {
  width: 100%;
  /*h1, h2{
          font-weight: 300;
          font-size: 45px;
      }

      p{
          font-size: 24px;
          margin-bottom: 25px;
      }

      p.highlight{
          font-size: 32px;
          margin-bottom: 25px;
          line-height: 39px;
      }*/
}

.text-page .col-content {
  padding: 45px 90px;
  /*p{
          font-size: 22px;
          margin-bottom: 20px;
          line-height: 32px;
      }*/
}
.text-page .block .col-20 {
  /*h3 {
            font-size: 22px;
         }*/
}

.block.bg-grey {
  background: #f1f1f1 !important;
}

.p-35 {
  /*font-size: 35px;*/
  font-size: 3em;
}

.p-21 {
  /*font-size: 21px;*/
  font-size: 1.8em;
}

.p-14 {
  /*font-size: 14px;*/
  font-size: 1.2em;
}

.p-16 {
  /*font-size: 16px;*/
  font-size: 1.3em;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.link-more {
  display: block;
  margin-top: 45px;
  text-decoration: underline;
}

.t-under {
  text-decoration: underline;
}

.mb-25 {
  display: table;
  margin-bottom: 25px;
}

.mb-35 {
  display: table;
  margin-bottom: 35px;
}

.c-green {
  color: #334740;
}

.mw-350 {
  display: table;
  max-width: 350px;
}

.text-justify {
  text-align: justify;
}

@media (max-width: 800px) {
  .privacy-policy-page .col-content {
    padding: 30px !important;
  }
  .privacy-policy-page .block .col-20 {
    padding: 15px 5px !important;
  }
  .text-page .col-content p {
    font-size: 15px !important;
    margin-bottom: 15px !important;
    line-height: 26px !important;
    font-weight: 300 !important;
    text-align: justify;
  }
  .text-page .block .col-20 h3 {
    font-size: 16px !important;
  }
  .disclaimer-page .col-content {
    padding: 30px !important;
  }
  .disclaimer-page .block .col-20 {
    padding: 15px 5px !important;
  }
  .p-35 {
    /*font-size: 35px;*/
    font-size: 2.4em;
  }
  .p-21 {
    /*font-size: 21px;*/
    font-size: 1.2em;
  }
  .p-14 {
    /*font-size: 14px;*/
    font-size: 0.85em;
  }
  .p-16 {
    /*font-size: 16px;*/
    font-size: 0.85em;
  }
}
.block-container {
  display: flex;
}
.block-container__left {
  width: 20%;
}
.block-container__right {
  width: 80%;
}

.new-login-form .auth__form {
  min-height: 45vh !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 420px !important;
}

.new-login-form .form__input {
  border-radius: 0;
  border: none;
  background: transparent;
  color: #E0DAC4;
  border-bottom: 1px solid #E0DAC4;
  font-size: 14px !important;
}

.new-login-form .btn.btn-primary.btn-block {
  font-size: 19px;
  color: #E0DAC4;
  background: transparent !important;
  border: 1px solid #E0DAC4;
  border-radius: 30px;
  max-width: 210px;
  margin-bottom: 30px;
}

.recovery-item {
  font-size: 14px !important;
  margin-top: 0 !important;
  display: table !important;
  text-decoration: none !important;
  color: #E0DAC4 !important;
  margin-left: 5px;
}

button.section-title {
  display: block;
  color: #778174;
  font-size: 21px;
  margin: 20px 15px 20px 0;
  text-align: right;
  position: relative;
  border: none;
  background: transparent;
  width: 95%;
  cursor: pointer;
}

button.section-title.section-active {
  color: #334740;
}

button.section-title.section-active::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/rivkin-blog-ms-report-child-private-wealth/assets/icons/arrow.png");
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.details {
  text-align: right;
  margin-top: 55px;
  display: block;
  margin-right: 15px;
}
.details__item {
  margin: 10px 0;
  font-weight: 300;
  font-size: 16px;
  color: #334740;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.details__item__img {
  display: inline-table;
  width: auto;
  height: 21px;
  margin-left: 6px;
}

.item-card {
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 30px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 750px;
}
.item-card__name span {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.item-card__account span {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.item-card__update span {
  color: #A3A3A4;
  font-weight: 300;
  margin-top: 25px;
  display: table;
  font-size: 14px;
}
.item-card__value span {
  color: #334740;
  font-size: 16px;
}
.item-card__action {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 115px;
  margin-top: 45px;
}
.item-card__action__see {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  margin-right: 10px;
}
.item-card__action__see img {
  display: inline-table;
  width: 25px;
  height: 25px;
}
.item-card__action__down {
  margin-top: 0 !important;
  margin-right: 10px;
}
.item-card__action__down img {
  display: inline-table;
  width: 25px;
  height: 25px;
}
.item-card__action__open {
  margin-top: 0 !important;
}
.item-card__action__open img {
  display: inline-table;
  width: 25px;
  height: 25px;
}

.new-managed__disclaimer {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  max-width: 750px;
  margin-bottom: 35px;
}
.new-managed__disclaimer__title {
  color: #334740;
  font-size: 27px !important;
  font-weight: 500;
  margin: 15px 0 30px 0 !important;
}
.new-managed__disclaimer p {
  font-size: 14px !important;
  margin-bottom: 15px !important;
  line-height: 26px !important;
  text-align: justify !important;
  font-weight: 300;
}

.new-managed__user__title {
  color: #334740;
  font-size: 21px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

.new-managed__user {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  max-width: 750px;
  margin-bottom: 35px;
}
.new-managed__user__label {
  color: #334740;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin: 15px 0 0px 0 !important;
}
.new-managed__user__value {
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 24px;
  text-align: justify;
}

@media (max-width: 800px) {
  .manage-page .pw-container .pw-row .col-80 .col-content {
    padding: 10px !important;
  }
  .investor-login-page .col-20, .forgot-password-page .col-20 {
    display: none !important;
  }
  .forgot-password-page .block.bg-white::before {
    display: none !important;
  }
  .forgot-password-page .col-80 {
    width: 100%;
  }
  .forgot-password-page .col-content {
    padding: 15px 20px !important;
  }
  .item-card {
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .item-card-right {
    margin-top: 30px;
  }
  .item-card__action {
    margin-top: 15px;
  }
}
.manage-content {
  display: none;
}

.manage-content.tab-content-active {
  display: table;
}

.new-managed__disclaimer p.new-managed__disclaimer__title {
  color: #334740 !important;
  font-weight: 500 !important;
  font-size: 21px !important;
}

#tab2 {
  width: 100%;
}

@media (max-width: 800px) {
  .hide-mobile, .hidden-mobile {
    display: none;
  }
  .hide-desk {
    display: block;
  }
  .manage-page .col-80 {
    width: 100% !important;
  }
  /*.title-page .col-20{
      display: none;
  }*/
  .pw-page .col-content h1 {
    font-size: 24px;
    margin: 35px auto 0 0;
  }
  .item-card__name span {
    font-weight: 300;
    font-size: 15px;
  }
  .item-card__account span {
    font-weight: 300;
    font-size: 14px;
  }
  .item-card__update span {
    font-weight: 300;
    margin-top: 15px;
    font-size: 14px;
  }
  .item-card__value span {
    font-size: 14px;
  }
  .item-card__action {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 115px;
    margin-top: 25px;
  }
  .item-card__action__see {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    margin-right: 10px;
  }
  .item-card__action__see img {
    display: inline-table;
    width: 25px;
    height: 25px;
  }
  .item-card__action__down {
    margin-top: 0 !important;
    margin-right: 10px;
  }
  .item-card__action__down img {
    display: inline-table;
    width: 25px;
    height: 25px;
  }
  .item-card__action__open {
    margin-top: 0 !important;
  }
  .item-card__action__open img {
    display: inline-table;
    width: 25px;
    height: 25px;
  }
  .item-card-left {
    width: 70%;
  }
  .item-card-right {
    width: 30%;
    margin-top: 0 !important;
  }
  .new-managed__disclaimer p {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    line-height: 17px !important;
    font-weight: 300 !important;
  }
  .new-managed__user__title {
    font-size: 20px !important;
  }
  .new-managed__user__label {
    font-size: 18px !important;
  }
  .new-managed__user__value {
    font-size: 18px !important;
  }
  .investor-login-page .col-80 {
    width: 100% !important;
  }
  .investor-login-page .col-content {
    padding: 30px;
  }
  /**revisar aca**/
  .block.bg-green .col-20 {
    /*display: none !important;*/
  }
}
@media (min-width: 800px) {
  .hide-mobile {
    display: block;
  }
  .hide-desk {
    display: none;
  }
}
.forgot-password-page h1 {
  color: #334740;
  font-size: 32px !important;
}

.forgot-form {
  display: table;
  margin: 0;
  max-width: 600px;
}
.forgot-form .woocommerce-Input.woocommerce-Input--text.input-text {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0 !important;
  font-size: 18px;
  font-weight: 200;
}
.forgot-form .woocommerce-Button {
  border-color: #334740 !important;
  border-radius: 30px;
  padding: 13px 40px;
  font-size: 19px;
  color: #334740 !important;
  font-weight: 300 !important;
  font-family: "Helvetica Neue", sans-serif !important;
  background: transparent !important;
}

.page-especial .section__title {
  color: #334740;
  font-size: 32px !important;
  font-weight: 300 !important;
  margin-bottom: 7vh;
}
.page-especial .woocommerce-message {
  border-top: none;
  background: transparent;
  background: transparent;
  padding: 10px 35px !important;
  font-size: 21px;
  color: #334740;
  border: 1px solid #ccc;
  border-radius: 30px;
  max-width: 450px;
  position: relative;
}
.page-especial .woocommerce-message::before {
  display: none !important;
}
.page-especial .woocommerce-message::after {
  content: "";
  width: 37px;
  height: 37px;
  background-image: url(/wp-content/themes/rivkin-blog-ms-report-child-private-wealth/assets/icons/check.png);
  background-size: cover;
  position: absolute;
  top: 3px;
  right: 7px;
}
.page-especial .container-confirmation p {
  font-family: "Helvetica Neue", sans-serif !important;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 300;
  color: #333;
}

@media (min-width: 800px) {
  .page-especial {
    padding-left: 30%;
  }
  .page-especial .container {
    max-width: 700px;
    margin: 0;
  }
}
.smsf-member {
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 30px;
  background: #fff;
  max-width: 750px;
}
.smsf-member__title {
  color: #334740;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  display: block;
}
.smsf-member__group {
  margin-bottom: 25px;
}
.smsf-member__group__name {
  display: block;
  color: #334740;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.smsf-member__group__value {
  display: block;
  color: #334740;
  font-size: 18px;
  font-weight: 300;
}

.smsf-total {
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 30px;
  background: #fff;
  max-width: 750px;
}
.smsf-total__title {
  color: #334740;
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.smsf-total__mount {
  color: #334740;
  font-size: 30px;
  font-weight: 500;
  display: block;
}
.smsf-total .smsf-total__togle {
  position: relative;
}
.smsf-total .smsf-total__togle button {
  border: none;
  background: transparent;
  color: #334740;
  font-size: 48px;
  margin: 15px auto;
  display: table;
  cursor: pointer;
  transition: all 0.5s;
}
.smsf-total__update {
  text-align: center;
  display: none;
}
.smsf-total .smsf-total__link {
  position: absolute;
  right: 0;
  top: 10px;
  margin-top: 0;
  text-decoration: none;
  color: #334740;
  display: flex;
  align-items: center;
}
.smsf-total .smsf-total__link span {
  font-size: 17px;
  font-weight: 300;
}
.smsf-total .smsf-total__link img {
  display: inline-table;
  width: 25px;
  height: auto;
  margin-left: 5px;
}

.arrow-toggle.smsf-open i {
  transform: rotateZ(180deg);
}

#menu-smsf {
  display: none;
}

#menu-smsf-1, #menu-smsf-2, #menu-smsf-3 {
  border: none;
  font-weight: 300;
  cursor: pointer;
  background-color: transparent;
  background: transparent;
}

.smsf-active {
  text-decoration: underline;
}

#smsf-tab2, #smsf-tab3 {
  display: none;
}

.item-doc {
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 30px;
  background: #fff;
  max-width: 750px;
  position: relative;
  min-height: 210px;
}
.item-doc__list {
  margin-top: 25px;
}
.item-doc__list__files {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.item-doc__list__files li {
  display: inline-table;
  width: 50%;
  padding: 5px 0;
}
.item-doc__list__files li span {
  font-weight: 300;
}
.item-doc__list__files li .icon-clip {
  width: 30px;
  margin-bottom: -12px;
  margin-right: 5px;
}
.item-doc__header {
  position: relative;
}
.item-doc__header__name {
  font-size: 23px;
  font-weight: 500;
  color: #32463F;
}
.item-doc__header__attach {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  cursor: pointer;
}
.item-doc__header__attach .icon-check {
  display: inline-table;
  width: 35px;
  height: 35px;
}
.item-doc__header__attach .icon-upload {
  display: inline-table;
  width: 100px;
  padding-top: 5px;
}

.nav-pills__panel__title {
  border-bottom: none !important;
}

.icon-load {
  margin-top: 9px;
  margin-right: 5px;
  display: none;
}

.doc-section h4 {
  color: #6C7A75;
  font-size: 19px;
  display: block;
  margin-bottom: 25px;
}

.flex-list-doc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex-list-doc__item {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-list-doc__item img {
  width: 30px;
  margin-right: 5px;
  margin-bottom: -10px;
}
.flex-list-doc__item a.document--link-1 {
  text-decoration: none;
  font-size: 16px;
  color: #000;
  font-weight: 300;
}

@media (max-width: 800px) {
  .item-doc__header__name {
    font-size: 20px;
    padding-top: 45px;
    display: block;
  }
  .item-doc__list__files li {
    width: 100%;
  }
  .flex-list-doc__item {
    width: 100% !important;
  }
  .smsf-total .smsf-total__togle button {
    padding-top: 40px;
  }
  .smsf-total .smsf-total__link {
    right: auto !important;
  }
  .smsf-total__title {
    font-size: 25px;
  }
  .smsf-total__update p {
    text-align: center !important;
  }
}
.alert.alert-danger.js-alert-doc {
  text-align: left;
  background: #F0D0D3;
  color: #84203E;
  padding: 20px 10px;
  max-width: 740px;
  margin-bottom: 15px;
  border-radius: 15px;
  border: 2px dashed #84203E;
}

.modal__close__btn img {
  width: 32px;
}

.modal__title {
  font-size: 19px !important;
  color: #3E514A;
  margin-top: 25px;
}

.modal__dialogue {
  border-radius: 25px !important;
}

.modal__content {
  padding: 35px !important;
}

.modal__body .table.table--default {
  border: none;
}

.modal__body .table tbody tr:nth-child(even),
.modal__body .table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.modal__body .table--default th, .modal__body .table--default td {
  border-top: 1px solid transparent;
  padding-left: 0;
}

.disclaimers.text-below {
  font-style: normal;
  text-align: justify;
}

.modal__footer .btn.btn-secondary {
  font-family: "Helvetica Neue", sans-serif;
  background: #3E514A;
  font-weight: 200 !important;
  border-radius: 30px;
  font-size: 17px;
  padding: 10px 35px;
}

.video-bg {
  max-height: 90vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 800px) {
  .video-bg .pw-container .pw-row .col-20 {
    display: none;
  }
}
@media (max-width: 800px) {
  .video-bg .pw-container .pw-row .col-80 {
    width: 100%;
  }
}

#bg-video::-webkit-media-controls, #bg-video::-webkit-media-controls-start-playback-button, #bg-video::slotted::-webkit-media-controls-container, #bg-video:host::shadow::-webkit-media-controls-container {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-appearance: none !important;
}
#bg-video *::-webkit-media-controls-panel,
#bg-video *::--webkit-media-controls-play-button,
#bg-video ::-webkit-media-controls-start-playback-button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-appearance: none !important;
}

@media (min-width: 800px) {
  #bg-video {
    width: 100%;
    height: auto;
    display: block;
  }
}
.video-bg__text {
  position: absolute;
  top: 70%;
  left: 20%;
  color: #e0dac4;
  font-weight: 300;
  font-size: 2.5em;
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .video-bg__text {
    bottom: 10%;
    /*font-size: 35px !important;*/
    font-size: 3em;
  }
}

.col-25 {
  display: inline-table;
  width: 25%;
  padding: 15px;
}

.col-75 {
  display: inline-table;
  width: 75%;
  padding: 15px;
}

.block .col-20 {
  padding: 15px;
}
@media (max-width: 800px) {
  .block .col-20 {
    padding-left: 0px;
  }
}
.block .col-20 h3 {
  text-align: right;
  /*font-size: 26px;
        font-weight: 500;*/
  max-width: 210px;
  line-height: 1.1;
}
.block .pw-row {
  align-items: baseline;
}

.bg-green {
  background: #334740;
}

.col-content {
  padding: 60px 90px;
  /*p{
        font-size: 26px;
        line-height: 35px;
        font-weight: 200;
    }

    a{
        font-size: 22px;
        margin-top: 25px;
        display: table;
        text-decoration: underline;
    }*/
}

.bg-green .col-content {
  color: #e0dac4;
}
.bg-green .col-content a {
  color: #9b9f8f;
}
.bg-green .section-title {
  color: #e0dac4;
}

.bg-white .col-content {
  color: #334740 !important;
}
.bg-white .col-content a {
  color: #334740 !important;
}
.bg-white .section-title {
  color: #334740;
}

.col-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 45px;
}
.col-flex__item {
  border-top: 2px solid #e0dac4;
  font-weight: 500;
  /*font-size: 16px;*/
  font-size: 1.3em;
  padding: 10px 20px 10px 5px;
  width: 125px;
  line-height: 25px;
}
.col-flex__item__fix {
  margin-top: 0;
  text-decoration: none !important;
}

.col-flex-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.col-flex-img__item {
  width: 20%;
}
.col-flex-img__item__img {
  height: 90px;
  display: table;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .video-bg {
    max-height: 100vh;
  }
  .video-bg video {
    width: 100%;
    height: 100vh;
    object-fit: none;
    object-position: center center;
  }
  .video-bg__text {
    top: 62%;
    right: 10%;
    /*font-size: 30px !important;*/
    font-size: 1.8em;
    font-weight: 200 !important;
    padding-left: 25px;
  }
}
@media (max-width: 800px) and (max-width: 800px) {
  .video-bg__text {
    right: inherit;
    left: 0;
    padding: 0 25px;
    top: 68%;
  }
}
@media (max-width: 800px) {
  .block .col-20 h3 {
    /*font-size: 21px;*/
  }
  .col-content {
    padding: 50px 30px;
    width: 100%;
  }
  .col-content p {
    /*font-size: 16px;
    line-height: 22px;*/
  }
  .col-content a {
    /*font-size: 16px;*/
    margin-top: 15px;
  }
  .block {
    position: relative;
  }
  .col-flex {
    flex-wrap: wrap;
  }
  .col-flex__item {
    font-weight: 400;
    /*font-size: 15px;*/
    font-size: 0.8em;
    width: 48%;
    line-height: 18px;
  }
  .col-flex-img__item__img {
    height: 46px;
  }
  .col-flex-img__item {
    width: 30%;
  }
  .col-flex-img {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.with-cicle {
  position: relative;
  margin-right: 5px;
}

.with-cicle::before {
  content: "";
  width: 124%;
  height: 200%;
  position: absolute;
  left: -27px;
  border: 1px solid transparent;
  top: -23px;
  background-image: url(/wp-content/themes/rivkin-blog-ms-report-child-private-wealth/assets/icons/circulo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 209px;
  top: -19px;
  left: -32px;
  height: 70px;
}

/* Adjustments for Windows OS */
.windows-os .with-cicle::before {
  /* Adjust the top and left values slightly if needed */
  top: -15px;
  left: -29px;
}

.text-especial {
  font-size: 1.8em;
  line-height: 35px;
  text-align: left !important;
  display: table;
}

.with-underline {
  border-bottom: 1px solid;
}

@media (min-width: 800px) {
  .title-partners {
    padding-top: 40px;
  }
  .aling-flex-start {
    align-items: flex-start !important;
  }
  .col-flex-img__item a {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .col-flex-img {
    /*max-width: 90% !important;*/
    margin-left: -15px !important;
  }
}
.about-us-page {
  /*margin-top: 60px;*/
}
.about-us-page .col-content {
  width: 100%;
  /*h1, h2{
      font-weight: 300;
      font-size: 45px;
  }*/
  /*p{
      font-size: 24px;
      margin-bottom: 25px;
  }

  p.highlight{
      font-size: 32px;
      margin-bottom: 25px;
      line-height: 39px;
  }*/
}

.section-our-team .col-content {
  padding: 50px 90px !important;
}

.flex-team {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.member {
  width: 100%;
  max-width: 370px;
  margin-bottom: 65px;
}
.member__img {
  display: table;
  width: 100%;
  height: auto;
}
.member__name {
  display: block;
  font-size: 1.8em;
  margin: 20px 0 0px 0;
  color: #334740;
}
.member__position {
  display: block;
  font-size: 1.3em;
  margin: 5px 0 25px 0;
}
.member__description {
  display: block;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 25px;
  margin-bottom: 40px;
  text-align: left;
  font-weight: 300;
}
.member__link__connect {
  display: block !important;
  color: #84908C !important;
  font-size: 1.2em !important;
  text-decoration: underline;
}

.block.bg-white.section-our-team .pw-row {
  align-items: flex-start !important;
}
@media (max-width: 800px) {
  .about-us-page {
    /*margin-top: 60px;*/
  }
  .about-us-page .col-content h1, .about-us-page .col-content h2 {
    font-weight: 300;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 0px;
  }
  .about-us-page .col-content p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about-us-page .col-content p.highlight {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .section-our-team .col-content {
    padding: 20px !important;
    padding-right: 0px !important;
  }
  .col-content h2 {
    margin-left: 8px;
  }
  .member {
    margin-bottom: 45px;
  }
  .member__name {
    font-size: 20px;
  }
  .member__position {
    font-size: 14px;
  }
  .member__description {
    font-size: 14px;
    line-height: 20px;
  }
  .member__link__connect {
    font-size: 16px !important;
  }
}
@media (max-width: 800px) {
  .text-especial.p-21.fw-200.mb-35 {
    font-size: 1.1em !important;
    line-height: inherit !important;
  }
  .with-cicle::before {
    display: none;
  }
}
.bg-white .col-content a.member__link__connect {
  color: #84908C !important;
}

.flex-services {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10% 5% 2% 5%;
}

.service {
  background: #E0DAC4;
  width: 100%;
  max-width: 440px;
  margin-bottom: 80px;
  z-index: 9;
  padding: 80px 40px 25px 40px;
  position: relative;
}
.service__name {
  display: block;
  font-size: 1.3em;
  color: #334740;
  margin-bottom: 25px;
  font-weight: 500;
}
.service__description {
  display: block;
  font-size: 1.1em;
  font-weight: 200;
  line-height: 25px;
  margin-bottom: 40px;
  text-align: left;
  min-height: 320px;
  overflow: hidden;
}
.service__img {
  display: table;
  width: 120px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
}
.service__link__connect {
  display: block;
  position: relative;
}
.service__link__connect span {
  font-size: 1.1em;
  text-decoration: underline;
  color: #778174;
}
.service__link__connect img {
  display: table;
  width: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.border-right-green {
  position: relative;
}

.border-right-green:before {
  content: "";
  width: 500px;
  height: 100%;
  background: #334740;
  position: absolute;
  top: 0;
  right: -25%;
}

.col-content-green {
  margin-left: 40px;
  background: #334740;
  padding: 40px 0;
}

@media (max-width: 800px) {
  .border-right-green:before {
    display: none;
  }
  .col-content-green {
    margin-left: 5px;
    background: transparent;
  }
  .col-content-green-off {
    margin-top: 2em;
  }
  .service {
    margin-bottom: 60px;
    z-index: 9;
    padding: 60px 20px 15px 20px;
  }
  .service__name {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .service__description {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 30px;
    min-height: 260px;
  }
  .service__img {
    display: table;
    width: 100px;
    top: -50px;
  }
  .service__link__connect {
    display: block;
    position: relative;
  }
  .service__link__connect span {
    font-size: 15px;
    text-decoration: underline;
    color: #778174;
  }
  .service__link__connect img {
    width: 20px;
  }
}
.portfolio {
  width: 100% !important;
  max-width: 370px !important;
  margin-bottom: 65px !important;
  text-decoration: none !important;
  display: inline-table !important;
}
.portfolio__img {
  display: table !important;
  width: 100% !important;
  height: auto !important;
}
.portfolio__name {
  display: block !important;
  font-size: 1.8em !important;
  margin: 20px 0 0px 0 !important;
  color: #334740;
  font-weight: 400;
}
.portfolio__position {
  display: block !important;
  font-size: 1.3em !important;
  margin: 0px 0 25px 0 !important;
  font-weight: 400;
}
.portfolio__description {
  display: block !important;
  font-size: 1.2em !important;
  font-weight: 200 !important;
  line-height: 25px !important;
  margin-bottom: 40px !important;
  text-align: left !important;
  min-height: 225px;
}

.portfolio-page {
  margin-top: 60px;
}
.portfolio-page .col-content {
  width: 100%;
  /*padding: 45px 90px;*/
  /*h1, h2{
          font-weight: 300;
          font-size: 45px;
          margin: 60px 0 0 0;
      }*/
  /*p{
          font-size: 24px;
          margin-bottom: 25px;
      }*/
  /*p.highlight{
          font-size: 32px;
          margin-bottom: 25px;
          line-height: 39px;
      }*/
}

.flex-portfolio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.container-video {
  max-height: 50vh;
  overflow: hidden;
}
.container-video video {
  margin-top: -15%;
}
@media (max-width: 800px) {
  .container-video video {
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

@media (max-width: 800px) {
  .portfolio-page {
    margin-top: 60px;
  }
  .portfolio-page .col-content {
    /*h1, h2{
              font-weight: 300;
              font-size: 35px;
          }

          p{
              font-size: 18px;
              margin-bottom: 20px;
          }

          p.highlight{
              font-size: 22px;
              margin-bottom: 20px;
              line-height: 22px;
          }*/
  }
  .portfolio {
    margin-bottom: 45px;
  }
  .portfolio__name {
    font-size: 20px;
  }
  .portfolio__position {
    font-size: 14px;
  }
  .portfolio__description {
    font-size: 14px;
    line-height: 20px;
  }
  .with-video::before {
    display: none !important;
  }
}
.flex-contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-contact .col-60 {
  width: 60%;
  display: inline-table;
  padding-right: 25px;
  /*h3{
      font-size: 32px;
      font-weight: 300;
      margin-bottom: 25px;
  }

  p{
      font-size: 20px;
      margin-bottom: 17px;
      line-height: 27px;
  }*/
}
.flex-contact .col-40 {
  width: 40%;
  display: inline-table;
  padding-left: 25px;
  /*h2{
      font-size: 28px;
      font-weight: 500;
      margin-bottom: 25px;
  }*/
}

.line-contact {
  margin-bottom: 15px;
}
.line-contact__name {
  font-weight: 500;
  font-size: 1.1em;
  display: block;
  margin: 3px 0;
}
.line-contact__value {
  font-weight: 300;
  font-size: 1.1em;
  display: block;
  margin: 3px 0;
}
.line-contact__value a {
  margin-top: 0;
  font-size: 1.1em;
}

.container-map {
  margin-top: 45px;
}
.container-map iframe {
  width: 100%;
  min-height: 20vh;
  max-width: 270px;
}

@media (max-width: 800px) {
  .col-40, .col-60 {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .flex-contact .col-60 h3 {
    font-size: 12px !important;
  }
  .flex-contact .col-60 p {
    font-size: 10px;
    margin-bottom: 15px;
    line-height: 15px;
  }
  .flex-contact .col-40 h2 {
    display: none;
  }
  .line-contact__name,
  .line-contact__value,
  .line-contact__value a {
    font-size: 12px;
  }
}
.just-mobile {
  display: none;
}

@media (max-width: 800px) {
  .col-content {
    padding: 50px 30px 15px !important;
    padding-right: 3px !important;
  }
  .just-mobile {
    padding-top: 22vh;
    display: table;
    padding-left: 18px;
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
