﻿/*

Theme Name: Stellaris Investimentos

Author: Casa de Arte SP

Author URI: http://casadeartesp.com.br

Description: Tema desenvolvido para Stellaris Investimentos

Version: 1.0.0

*/
:root {
  --blue: #00344d;
  --light-blue: #063e59;
  --yellow: #ccb73c;
  --green: #bdac47;
}
body {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03rem;
}
@media (max-width: 991px) {
  body {
    padding-top: 98px !important;
  }
}
h3 {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}
p {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 992px) {
  h3 {
    font-size: 22px;
    text-align: left;
  }
  p {
    font-size: 17px;
  }
}
p b {
  font-weight: 700;
  color: var(--blue);
}
.text-blue {
  color: var(--blue);
}
/******************* Wordpress Core ************/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
#link-editar {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #41ab6e;
  padding: 10px 20px;
  z-index: 99999;
}
#link-editar a {
  color: #fff;
  font-weight: 700;
}
.header {
  background-color: var(--blue);
  color: white;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}
@media (min-width: 768px) {
  .header {
    padding-right: 54px;
  }
}
.navbar {
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar-brand {
  padding: 0;
  max-width: 100%;
}
.logo {
  width: 202px;
}
@media (min-width: 992px) {
  .navbar-brand {
    margin-left: 55px;
  }
  .logo {
    width: 333px;
  }
}
@media (min-width: 992px) {
  .home #menu-principal-wrapper {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    flex-grow: unset;
  }
}
.nav-link {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--blue);
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-icon {
  background-image: url("images/icon_menu.png");
}
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    width: 100%;
    left: 0;
    padding: 10px 30px;
    background-color: var(--blue);
    z-index: 9;
    top: 95px;
    text-align: right;
  }
}
.navbar-collapse .nav-link {
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
  color: white;
}
.navbar-collapse .nav-link.active {
  font-weight: 400;
  color: #e4dfd3;
}
.header .menu-idiomas {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 49px;
}
.header .menu-idiomas .nav-link {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .wrapper-banner {
    margin-left: 250px;
    width: calc(100% - 250px);
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-collapse {
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .wrapper-banner {
    margin-left: 368px;
    width: calc(100% - 368px);
  }
}
.home-content {
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-content {
    padding-left: 0;
    padding-right: 0;
  }
  .header .menu-idiomas {
    justify-content: end;
    margin-right: 0;
  }
}
.banner {
  position: relative;
}
.carousel-item {
  overflow: hidden;
}
.img-banner {
  display: block;
  width: auto;
  height: 350px;
}
@media (min-width: 992px) {
  .img-banner {
    width: 100%;
    height: auto;
  }
}
.text-banner {
  position: absolute;
  top: 50%;
  color: #fff;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  transform: translateY(-50%);
}
.text-banner h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.text-banner p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.31404958677686;
}
@media(min-width: 992px) {
  .text-banner {
    top: 67px;
    left: 71px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }
  .text-banner h3 {
    font-size: 21.61px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .text-banner p {
    font-size: 18px;
    line-height: 1.31404958677686;
    width: 408px;
    max-width: 100%;
  }
  #carousel-item-1 .text-banner {
    top: auto;
    bottom: 54px;
  }
}
.textos-home {
  padding-top: 44px;
  padding-bottom: 45px;
  text-align: center;
}
.text-one {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .textos-home {
    padding-top: 84px;
    padding-bottom: 65px;
    text-align: left;
    background-image: url(images/bg_texto_home.png);
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 706px;
  }
  .text-one {
    margin-left: 79px;
    width: 612px;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .text-one {
    margin-left: 79px;
  }
}
.col-menu-home {
  width: 250px;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 28px;
  background-color: #ffffff;
  height: 100%;
  z-index: 9;
}
@media (min-width: 992px) {
  .col-menu-home {
    position: fixed;
    top: 123px;
  }
}
@media (min-width: 1400px) {
  .col-menu-home {
    width: 368px;
    max-width: 100%;
    padding-left: 66px;
    padding-right: 66px;
    padding-top: 28px;
    background-color: #ffffff;
    height: 100%;
    z-index: 9;
  }
}
.col-menu-home .menu-item {
  padding-top: 2px;
  padding-bottom: 3px;
  border-bottom: solid 1px var(--blue);
}
.social-media {
  border-top: solid 1px var(--blue);
  border-bottom: solid 1px var(--blue);
  margin-top: 147px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 12px;
}
.social-link {
  text-decoration: none;
  vertical-align: middle;
  margin-left: 22px;
  margin-right: 22px;
}
@media (min-width: 768px) {
  .section {
    margin-left: 250px;
    padding-left: 30px;
    width: calc(100% - 250px);
  }
}
@media (min-width: 1400px) {
  .section {
    margin-left: 368px;
    padding-left: 96px;
    width: calc(100% - 368px);
  }
}
.fundo-azul {
  padding-top: 42px;
  padding-bottom: 52px;
  background-color: var(--blue);
  color: white;
  text-align: center;
}
.wrapper-diferenciais {
  display: flex;
  flex-flow: column;
}
.titulo-diferencial {
  display: inline-block;
  text-align: center;
}
.icone-diferencial {
  height: 50px;
  margin-bottom: 20px;
}
.diferencial {
  margin-top: 30px;
}
.diferencial h4 {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.diferencial p {
  font-size: 13px;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .wrapper-diferenciais {
    flex-flow: row;
    gap: 58px;
    padding-top: 35px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .fundo-azul {
    padding-top: 72px;
    padding-bottom: 52px;
    text-align: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .diferencial {
    margin-top: 0;
    min-width: 150px;
  }
  .diferencial p {
    display: none;
    width: 150px;
    padding-left: 0;
    padding-right: 0;
  }
}
.text-two {
  padding-top: 44px;
  padding-bottom: 45px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .text-two {
    padding-top: 84px;
    padding-bottom: 75px;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    background-image: url(images/bg_text_two.png);
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 0;
  }
  .text-two p {
    margin-left: 31.25%;
    width: 535px;
  }
}
@media (max-width: 576px) {
  #carteira h3 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.wrapper-carteira-mobile {
  margin-top: 30px;
  margin-bottom: 30px;
}
.passo-mobile {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.texto-passo-mobile {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  font-size: 11px;
}
#passo-mobile-1 .texto-passo-mobile {
    transform: translateY(-33.58%);
}
#passo-mobile-4 .texto-passo-mobile {
  transform: translateY(-62.58%);
}
@media (min-width: 400px) {
  .texto-passo-mobile {
    font-size: 13px;
  }
}
.passo-mobile:nth-child(odd) .texto-passo-mobile {
  left: 20px;
  right: auto;
}
.passo-mobile:nth-child(even) .texto-passo-mobile {
  left: auto;
  right: 20px;
  text-align: right;
}
.wrapper-carteira {
  margin-top: 75px;
  padding-bottom: 94px;
  position: relative;
}
.passos-carteira {
  position: absolute;
  top: 104px;
  left: 178px;
  display: flex;
  gap: 41px;
}
.passo {
  width: 124px;
  height: 120px;
  font-size: 11.54px;
  font-weight: 700;
  color: var(--blue);
  text-align: center;
}
.passo:hover .num-passo {
  color: var(--yellow);
}
.num-passo {
  font-size: 40.61px;
  font-weight: 700;
  color: var(--blue);
  margin-top: 14px;
  line-height: 1.2;
}
.texto-passo {
  line-height: 1.2;
}
.textos-carteira {
  height: 90px;
  padding-top: 43px;
}
.texto-carteira {
  font-size: 14px;
  width: 656px;
  max-width: 100%;
  text-align: center;
  margin-left: 158px;
  display: none;
}
.checks {
  position: relative;
}
.bg-checks {
  width: 100%;
  height: auto;
}
.wrapper-checks {
  display: flex;
  flex-flow: column;
  gap: 34px;
  margin-top: 40px;
}
.check {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 2px;
  font-size: 17px;
  font-weight: 500;
  color: var(--blue);
}
.icon-check {
  vertical-align: baseline;
}
@media (min-width: 992px) {
  .wrapper-checks {
    position: absolute;
    top: 50%;
    left: 26px;
    flex-flow: row;
    gap: 34px;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .check {
    font-size: 21px;
    color: white;
  }
}
@media (min-width: 1400px) {
  .wrapper-checks {
    left: 86px;
  }
}
#investimentos {
  padding-top: 104px;
}
.wrapper-investimentos {
  margin-top: 78px;
}
.tipo {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.tipo p {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.49rem;;
  color: var(--blue);
  text-align: center;
}
.wrapper-tipos {
  display: flex;
  flex-flow: column;
  margin-bottom: 36px;
}
.tipo-description {
  width: 390px;
  max-width: 100%;
  font-size: 14px;
  color: #6a7073;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .wrapper-tipos {
    flex-flow: row;
    margin-bottom: 16px;
    align-items: center;
  }
  .tipo {
    flex-flow: row;
    gap: 34px;
    margin-left: 0;
    margin-right: 0;
  }
  .tipo img {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .tipo p {
    font-size: 15.5px;
    width: 223px;
  }
  .tipo-description {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    display: none;
  }
}
@media (min-width: 1600px) {
  .wrapper-tipos {
    gap: 29px;
  }
  .tipo-description {
    width: 416px;
  }
}
#equipe {
  margin-top: 40px
}
.wrapper-equipe {
  display: flex;
  flex-flow: column;
  gap: 40px;
  margin-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.membro h3 {
  font-size: 17.51px;
  color: var(--blue);
  letter-spacing: 0.10rem;
}
.membro h4 {
  font-size: 14px;
}
@media (min-width: 1400px) {
  .membro h4 {
    font-size: 16.12px;
  }
}
.membro h4 a {
  color: var(--blue);
  text-decoration: none;
}
.btn.show-more {
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  color: var(--yellow);
  background: none;
  border: none;
  display: inline-block;
}
.less {
  display: none;
}
.bio {
  display: none;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 16.65px;
  letter-spacing: 0.01rem;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  #equipe {
    padding-top: 100px
  }
  .wrapper-equipe {
    display: flex;
    flex-flow: row;
    gap: 30px;
    margin-top: 60px;
    padding-bottom: 60px;
    text-align: left;
  }
  .bio {
    width: 302px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .wrapper-equipe {
    gap: 80px;
  }
}
.wrapper-contato {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .wrapper-contato {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 956px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.wrapper-formulario {
  width: 440px;
  max-width: 100%;
}
.wpcf7 label {
  font-size: 11px;
}
.wpcf7 p {
  margin-bottom: 0;
}
.form-control,
.form-select {
  font-size: 11px;
  color: white;
  margin-bottom: 5px;
  border: none;
  border-radius: 0;
  background-color: var(--light-blue);
}
.form-select {
  padding-left: 26px;
  background-image: url(images/seta_branca.png);
  background-size: 8px;
  background-position-x: 9px;
}
.nota {
  font-size: 10px;
  font-weight: 300;
}
.btn-submit {
  font-size: 11.48px;
  font-weight: 700;
  letter-spacing: 0.10rem;
  color: var(--green);
  padding-right: 0;
  float: right;
  background: none;
  border: none;
}
.extra-contatos {
  margin-top: 40px;
}
@media(min-width: 992px) {
  .extra-contatos {
    margin-top: 0;
  }
}
.extra-contatos .social-icon {
  margin-right: 18px;
  display: inline-block;
  vertical-align: baseline;
}
.extra-contatos p {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 0.725;
  margin-bottom: 40px;
}
.nome {
  font-weight: 400;
}
.extra-contatos hr {
  opacity: 1;
  border-color: var(--green);
  width: 292px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .extra-contatos hr {
    margin-left: unset;
    margin-right: unset;
  }
  .extra-contatos p {
    line-height: 1.2;
    margin-bottom: unset;
  }
}
.wrapper-ouvidoria {
  text-align: center;
}
@media (min-width: 992px) {
  .wrapper-ouvidoria {
    text-align: right;
  }
}
.ouvidoria{
  display: flex;
  flex-flow: column;
  gap: 17px;
}
.ouvidoria p {
  font-size: 13.43px;
  font-weight: 300;
}
.ouvidoria h4 {
  font-size: 13.43px;
  font-weight: 500;
}
.ouvidoria a {
  color: white;
  text-decoration: none;
}
.ouvidoria a b {
  font-weight: 700;
  color: white;
}
#footer .section {
  padding-top: 28px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  #footer .section {
    padding-top: 48px;
    padding-left: 34px;
    padding-right: 0;
    padding-bottom: 38px;
    text-align: left;
  }
}
#footer p {
  font-size: 11px;
  width: 1025px;
  max-width: 100%;
}
@media (max-width: 576px) {
  .logo-rodape {
    margin-top: 20px;
  }
}
#totop {
  height: 40px;
  opacity: 0;
  position: fixed;
  right: 20px;
  width: 49px;
  z-index: 999;
  display: block;
  top: 85%;
  background-repeat: no-repeat;
  background-position: center 15px;
  background-color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  color: white;
  text-align: center;
  line-height: 1;
  border-radius: 2px;
  padding: 10px 0 21px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#totop.on-totop {
  right: 10px;
  opacity: 0.7;
}
