/* Menu - Redes Sociais */

.social-networks-menu a i {
  padding: 8px 12px;
  color: #9dbfd8;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.social-networks-menu a i:hover {
  color: #fff;
}

/* Botão Padrão */

.btn-padrao {
  font-family: 'Clan Pro Narr News';
  font-size: 14px;
  padding: 12px 32px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  transition: all 0.3s ease-out;
}

.btn-padrao:hover {
  color: #1a4387;
  background-color: #fff;
}

/* Botão Azul */

.btn-azul {
  color: #fff;
  background-color: #1a4387;
}

/* Botão line azul */

.btn-line-azul {
  color: #1a4387;
  border: 1px solid #1a4387;
}

.btn-line-azul:hover {
  color: #fff !important;
  background-color: #1a4387;
  border: 1px solid #1a4387;
}

/* Botão white */

.btn-white {
  color: #1a4387;
  background-color: #fff;
}

.btn-white:hover {
  color: #1a4387;
  background-color: #9dbfd8;
  border-color: #9dbfd8;
}

/* Botão Dropdown */

.funds {
  font-family: 'Clan Pro Narr News';
  font-size: 16px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  padding-left: 4px !important;
  padding-right: 16px !important;
  padding: 10px;
}

.btn-dropdown::after {
  margin-left: 32px !important;
}

/* Botão Download Report */

.btn-dwn-report {
  width: 20px;
  height: 20px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../../assets/img/arrow_dwn.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a4387;
  color: #9dbfd8;
  margin: 0 auto;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.btn-dwn-report:hover {
  background-color: #092555;
  text-decoration: none;
}

/* Botão fatos relevantes */

.btn-fatos-relevantes {
  font-family: 'Clan Pro Narr News';
  font-size: 16px;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 18px;
  transition: all 0.3s ease-out;
  margin-right: 48px;
}

.btn-fatos-relevantes:hover {
  color: #1a4387;
  padding-right: 0;
  border-bottom-color: #1a4387;
}

.btn-fatos-relevantes:focus {
  outline: none;
}

.btn-fatos-relevantes.active {
  color: #1a4387;
  padding-right: 0;
  border-bottom-color: #1a4387;
}

/* Carousel */

#carousel-1 {
  width: 100%;
  height: 100%;
  z-index: 30;
}

@media (min-width: 992px) {
  #carousel-1 {
    width: calc(100vw - 200px);
    height: 100%;
    z-index: 80;
  }
}

#carousel-1 .carousel-item {
  width: 100%;
  height: calc(100vh - 130px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  /* background-image: url(../../assets/img/bg_topo.jpg); */
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  #carousel-1 .carousel-item {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    /* background-image: url(../../assets/img/bg_topo.jpg); */
    background-position: center;
    background-repeat: no-repeat;
  }
}

.carousel p {
  font-family: 'Clan Pro';
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.6);
}

@media (min-width: 576px) {
  .carousel p {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .carousel p {
    font-size: 46px;
  }
}

/* Icone */

.icon-menu {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 33px;
  border: 1px solid #8fadcc;
  background-image: url(../../assets/img/icon_menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.icon-menu:hover {
  background-color: #8fadcc;
  background-image: url(../../assets/img/icon_menu_hover.svg);
}

/* Logo Menu */

.logo-menu {
  width: 160px;
  height: auto;
  opacity: 1;
}

/* Box Investidores */

.box-investidores {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 450px;
}

@media (min-width: 992px) {
  .box-investidores {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 550px;
  }
}

.box-investidores .image {
  position: absolute;
  width: 85%;
  height: 85%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 10px;
  right: 10px;
}

.box-investidores .text {
  position: absolute;
  width: 70%;
  height: 60%;
  background-color: #0d233f;
  z-index: 2;
  left: 10px;
  bottom: 10px;
  color: #fff;
  padding: 48px 32px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .box-investidores .text {
    position: absolute;
    width: 50%;
    height: 60%;
    background-color: #0d233f;
    z-index: 2;
    left: 10px;
    bottom: 10px;
    color: #fff;
    padding: 48px 32px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1200px) {
  .box-investidores .text {
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #0d233f;
    z-index: 2;
    left: 10px;
    bottom: 10px;
    color: #fff;
    padding: 48px 32px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
}

.box-investidores .text h3 {
  font-family: 'Clan Pro';
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 16px;
}

.box-investidores .text ul {
  font-family: 'Clan Pro Narr News';
  font-size: 13px;
  font-weight: 100;
  line-height: 24px;
  /*list-style-type: none;*/
  padding-left: 16px;
}

/* Box estratégia */

.box-estrategia {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 480px;
  min-height: 480px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .box-estrategia {
    position: relative;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .box-estrategia {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 380px;
    min-height: 380px;
  }
}

@media (min-width: 1400px) {
  .box-estrategia {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 440px;
    min-height: 380px;
  }
}

.box-estrategia .image {
  position: absolute;
  width: 85%;
  height: 85%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 10px;
  right: 10px;
}

@media (min-width: 1200px) {
  .box-estrategia .image {
    position: absolute;
    width: 90%;
    height: 80%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 10px;
    right: 10px;
  }
}

@media (min-width: 1400px) {
  .box-estrategia .image {
    position: absolute;
    width: 85%;
    height: 85%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 10px;
    right: 10px;
  }
}

.box-estrategia .text {
  position: absolute;
  width: 70%;
height: auto;
  min-height: 72%;
  background-color: #0d233f;
  z-index: 2;
  left: 10px;
  bottom: 10px;
  color: #fff;
  padding: 32px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1200px) {
  .box-estrategia .text {
    position: absolute;
    width: 80%;
	  height: auto;
    min-height: 80%;
    background-color: #0d233f;
    z-index: 2;
    left: 10px;
    bottom: 10px;
    color: #fff;
    padding: 32px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1400px) {
  .box-estrategia .text {
    position: absolute;
    width: 70%;
    height: 80%;
    background-color: #0d233f;
    z-index: 2;
    left: 10px;
    bottom: 10px;
    color: #fff;
    padding: 48px 32px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
}

.box-estrategia .text h3 {
  font-family: 'Clan Pro';
  font-size: 18px;
  padding-bottom: 16px;
}

.box-estrategia .text ul {
  font-family: 'Clan Pro Narr News';
  font-size: 12px;
  font-weight: 100;
  line-height: 25px;
  list-style-type: none;
  padding-left: 0;
}

/* Mídia box */

.midia-box {
  max-width: 300px;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.midia-box .foto {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.midia-box .content {
  width: 100%;
  min-height: 305px;
  /* margin: 0 auto; */
  background-color: #fff;
  padding: 24px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#midia .midia-box .content {
  min-height: 340px !important;
}

.midia-box .content .heading {
  display: block;
  width: 100%;
  font-family: 'Clan Pro';
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 16px;
  color: #0d233f;
  text-align: left;
}

.midia-box .content p {
  width: 100%;
  font-family: 'Clan Pro Narr News';
  font-size: 12px;
  line-height: 20px;
  color: #0d233f;
  text-align: left;
}

.midia-box .content .links {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.midia-box .content .links a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.midia-box .content .links a:hover {
  color: #86a7cf;
}

.midia-box .content .links a i {
  padding: 2px;
}

/* Modal CV */

#modalCV {
  display: none;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(74, 80, 88, 0.9);
  z-index: 100;
}

#cardCV {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 32px 24px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-y: auto;
}

@media (min-width: 992px) {
  #cardCV {
    position: relative;
    width: 50vw;
    min-height: 400px;
    padding: 32px 24px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

#cardCV .photo {
  width: 200px;
  height: auto;
  margin-right: 0;
  margin: 0 auto;
  position: relative;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  #cardCV .photo {
    width: 400px;
    height: auto;
    margin-right: 24px;
    position: relative;
  }
}

#cardCV .linkedin {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-decoration: none;
  color: #1a4387;
  transition: all 0.3s ease-out;
}

#cardCV .linkedin:hover {
  color: #062341;
  text-decoration: none;
}

#cardCV .linkedin i {
  padding: 8px;
  font-size: 24px;
}

#cardCV .content {
  width: 100%;
  height: 100%;
}

#cardCV .content .nome {
  font-family: 'Clan Pro';
  font-size: 24px;
  color: #0d233f;
}

#cardCV .content .title {
  font-family: 'Clan Pro';
  font-size: 18px;
  color: #0d233f;
  padding-bottom: 16px;
}

#cardCV .content .curriculum {
  width: 100%;
  height: auto;
}

#cardCV .content p {
  font-family: 'Clan Pro';
  font-size: 14px;
  color: #0d233f;
  margin: 0;
  padding-bottom: 8px;
}

#cardCV .content ul {
  padding-left: 14px;
}

#cardCV .content ul li {
  font-family: 'Clan Pro';
  font-size: 14px;
  line-height: 22px;
  color: #0d233f;
  padding-bottom: 30px;
}

.btn-close-cv {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../../assets/img/btn_close_cv.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  font-size: 10px;
  color: #fff;
  right: 10px;
  top: 10px;
}

.content-cv {
  display: none;
}
