/**
 * Descrição: Estilização da página inicial da C-VALE, assim como suas internas.
 * Author...: Tytotech - LTDA, contato@tytotech.com.br
 */
/*Estilização da barra de rolagem e botão voltar */
body {
  overflow-x: hidden;
  background-color: white !important;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
body::-webkit-scrollbar {
  width: 11px;
  background: rgba(0, 0, 0, 0.7);
}
body::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #555;
}
@font-face {
  font-family: "Branding-Bold";
  font-display: auto;
  src: url("./../font/Branding-Bold.otf");
}
@font-face {
  font-family: "Branding-Medium";
  font-display: auto;
  src: url("./../font/Branding-Medium.otf");
}
/** ************************************************************************* */
/** **************************** INDEX ************************************** */
/** ************************************************************************* */
html {
  height: 100%;
}
body {
  background: #e2e4e7;
  padding: 0;
  font-family: "Branding-Medium";
  position: relative;
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
.wrapper {
  height: 100% !important;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
a {
  text-decoration: none;
}
.espaco{
  padding-top: 50px;
}
.main section .page_container {
  position: relative;
  z-index: 3;
}
.main .page5 .page_container {
  height: 100%;
}
.main section {
  overflow: hidden;
}
.main section > img {
  position: absolute;
  max-width: 100%;
  z-index: 1;
}
body.disabled-onepage-scroll .onepage-wrapper section {
  min-height: 100%;
  height: auto;
}
body.disabled-onepage-scroll .main section .page_container,
body.disabled-onepage-scroll .main section.page3 .page_container {
  padding: 20px;
  margin-top: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.disabled-onepage-scroll section .page_container h1 {
  text-align: center;
  font-size: 50px;
}
body.disabled-onepage-scroll section .page_container .credit,
body.disabled-onepage-scroll section .page_container .btns {
  text-align: center;
  width: 100%;
}
body.disabled-onepage-scroll .main section.page1 > img {
  position: absolute;
  width: 80%;
  left: 10%;
}
body.disabled-onepage-scroll .main section > img {
  position: relative;
  max-width: 80%;
  bottom: 0;
}
body.disabled-onepage-scroll code {
  width: 95%;
  margin: 0 auto 25px;
  float: none;
  overflow: hidden;
}
body.disabled-onepage-scroll .main section.page3 .page_container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  right: 0;
}
/********************************************************************************************************************************************/

/* GELAL -----------------------------------------------------------------------------------------------*/


.background img {
  width: 100%;
  height: 101vh;
  object-fit: cover;
  object-position: center;
}
.background {
  height: 100%;
  position: relative !important;
}
section .row .main-title {
  background-color: #133340;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: black;
  margin-bottom: 30px;
  display: table;
  font-family: "Branding-Bold";
}
section .row .main-title::before {
  content: "";
  display: inline-block;
  background-color: #16335a;
  height: 38px;
  width: 5px;
  vertical-align: bottom;
}
.container-fluid {
  padding: 0;
}
#body-palavra-presidente .row {
  height: 100%;
}
.container {
  height: 100%;
}
/* NAVBAR -----------------------------------------------------------------------------------------------*/
header .botao-navbar {
  left: 20px;
  top: 30px;
}
header .corpo {
  width: 25%;
  background-color: white;
  position: fixed;
  top: 100px;
  left: 20px;
  padding: 30px 0;
  z-index: 5;
}
header .elementos-nav li {
  position: relative;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 7px;
  margin: 0 30px 7px 30px;
  padding-left: 7px;
}
header .elementos-nav li:hover {
  background: linear-gradient(to right, rgb(220, 236, 255), rgba(0, 0, 0, 0));
}
header ul {
  height: 100%;
}
header .elementos-nav li a {
  color: black;
  display: flex;
}
header .elementos-nav li a:hover {
  color: black;
  text-decoration: none;
}
header .elementos-nav li:hover:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #16335a;
  height: 24px;
  width: 2px;
  border: 1px solid #16335a;
  margin: 0;
  padding: 0;
  left: 1px;
  transition: 0.3s;
}
header .botao-home {
  left: 20px;
  top: 150px;
}
header .botao-download {
  left: 20px;
  top: 215px;
}
header .navbar {
  position: fixed;
  z-index: 5;
  padding: 0 !important;
}
.botao-navbar,
.botao-download,
.botao-home {
  border-radius: 0.4rem;
  padding: 4px 12px;
  font-size: 20px;
  text-decoration: none;
  position: fixed;
  line-height: 1.5;
  border: 3px solid #16335a !important;
  background-color: white;
  color: #16335a !important;
}
.botao-navbar:hover,
.botao-download:hover,
.botao-home:hover {
  text-decoration: none;
  color: #16335a !important;
  cursor: pointer;
  border: 3px solid #16335a !important;
}

@media (min-width: 1200px) {
  .link-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .link-banner .row {
    height:50%;
  }
  .link-banner .row .coluna-link-banner {
    height:100%; 
    width: 100%; 
  }
  .link-banner .row .coluna-link-banner a {
    display: flex; 
    height:100%; 
    width: 100%;
   }
}
/* PALAVRA DO PRESIDENTE -----------------------------------------------------------------------------------------------*/
#body-palavra-presidente .main-title {
  margin-top: 0;
}
#body-palavra-presidente .img-presidente {
  padding: 0;
}
#body-palavra-presidente .img-presidente img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#body-palavra-presidente .texto-palavra-presidente {
  padding: 0 60px;
  padding-right: 80px;
  margin-top: 0;
  padding-top: 0;
}
#body-palavra-presidente .texto-palavra-presidente .botao-modal {
  color: #fff;
  background-color:#133340;
  vertical-align: middle;
  border: none;
  padding: 1rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  letter-spacing: 0.15rem;
  width: 30%;
}
/* DESMONSTRAÇÕES CONTÁVEIS -----------------------------------------------------------------------------------------------*/
#body-demonstracoes-contaveis .collapse-body {
  padding: 1rem 1.25rem;
  background-color: #f7f7f7;
}
#body-demonstracoes-contaveis .collapse-body a {
  text-decoration: none;
  color: #212529;
}
#body-demonstracoes-contaveis .collapse-body i {
  font-size: 1.5rem;
  padding-top: 5px;
  padding-right: 10px;
}
#body-demonstracoes-contaveis button:not(.collapsed) {
  background-color: #16335a;
  color: white;
  transition: 0.2s;
}
#body-demonstracoes-contaveis button:not(.collapsed) .icone-flecha {
  transform: rotate(180deg);
  transition: 0.3s;
}
#body-demonstracoes-contaveis .collapsed {
  background-color: #f7f7f7;
  color: #212529;
  transition: 0.3s;
}
#body-demonstracoes-contaveis .collapsed .icone-flecha {
  transition: 0.2s;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
#body-demonstracoes-contaveis .botao-collapse {
  width: 100%;
  vertical-align: middle;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.15rem;
  padding: 15px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  margin: auto;
  justify-content: space-between;
}
#body-demonstracoes-contaveis .collapse-inteiro:not(:first-child) {
  margin-top: -1px;
}
/* Anos Anteriores -----------------------------------------------------------------------------------------------*/
.tabela-anos-anteriores{
  padding-top: 20px;
}

#body-anos-anteriores .img-lateral img {
  width: 100%;
  height: 100vh;
  object-fit: contain;
  object-position: bottom;
}


#body-anos-anteriores .img-anos-anteriores img {
  width: 100%;
  object-fit: cover;
}

#body-anos-anteriores .tabela-anos-anteriores {
  width: 100%;
  padding-bottom: 50px;
}
#body-anos-anteriores .scroll-tabela {
  height: 35%;
  width: 90%;
  overflow-y: scroll;
}
#body-anos-anteriores td {
  padding: 5px !important;
}
.scroll-tabela::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}
.scroll-tabela::-webkit-scrollbar-thumb {
  background-color: lightgray;
  border-radius: 5px;
}
/* FALE CONOSCO ---------------------------------------------------------------------------------------------*/
#body-fale-conosco{
  padding-top: 15px;
}

#body-fale-conosco .main-title {
  margin-bottom: 0px;
}
#body-fale-conosco .formulario-contato input {
  height: 50px;
}
#body-fale-conosco .form-linha {
  margin-bottom: 0.5rem;
}
#body-fale-conosco .botao-submit {
  padding: 15px 50px;
  margin-top: 10px;
  float: right;
  border-radius: 0.4rem;
  border: none;
  font-family: "Branding-Bold";
  color: white;
  background-color: #133340;
}
#body-fale-conosco .texto-light {
  color: gray;
}
#body-fale-conosco .sem-before {
  margin-top: 0;
}
#body-fale-conosco .sem-before::before {
  display: none;
}
#body-fale-conosco .icones {
  margin: 25px;
}
#body-fale-conosco .icones .link-icone {
  text-decoration: none;
  cursor: pointer;
  color: #16335a;
  display: flex;
  align-items: center;
}
#body-fale-conosco .icones .link-icone:hover {
  text-decoration: none;
  color: #16335a;
  cursor: pointer;
}
#body-fale-conosco .icones .link-icone span {
  margin-left: 15px;
}
#body-fale-conosco .icones .link-icone i {
  color: #16335a;
  font-size: 2rem;
  border-radius: 0.4rem;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 3px solid #16335a !important;
  background-color: white;
  color: #16335a !important;
}
#body-fale-conosco .icones .link-icone img {
  width: 30px;
}
#body-fale-conosco .icones-social:first-child {
  margin-left: 25px;
}
#body-fale-conosco .icone-social {
  font-size: 1.5rem;
  color: #16335a;
  margin: 0 10px;
}
#body-fale-conosco .icone-social:hover {
  text-decoration: none;
}
#body-fale-conosco #copyright {
  width: 100%;
  position: inherit;
  bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #313b6d;
}
#body-fale-conosco #copyright .direitos {
  display: flex;
  color: #fff;
  font-family: "Segoe UI";
  font-size: 0.8rem;
}
#body-fale-conosco #copyright .tytotech {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#body-fale-conosco #copyright a.logotipo {
  align-items: right;
}
#body-fale-conosco #copyright a.logotipo img {
  width: 85px;
}
@media (max-width: 991.98px) {
  .direitos {
    display: flex;
    justify-content: center;
  }
  .tytotech {
    justify-content: center !important;
    align-items: center;
  }
  .tytotech a.logotipo {
    align-items: center;
  }
}



@media (min-width: 992px ){
  .mobile{
    display: none !important;
  }
}
/* RESPONSIVO -----------------------------------------------------------------------------------------------*/
@media (max-width: 991.98px) {

  .desktop{
    display: none !important;
  }
  body {
    overflow: hidden !important;
  }
  .img-banner-principal {
    height: 100%!important;
    padding-top: 50px;
  }
  .background {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .corpo {
    width: 100% !important;
    left: 0 !important;
    overflow: auto;
    top: 84px !important;
    max-height: 100%;
    align-content: center;
    justify-content: center;
  }
  .background img {
    width: 100%;
    margin-bottom: 15px;
  }
  .botao-download,
  .botao-home {
    display: none;
  }
  header .botao-navbar {
    left: auto;
    top: 20px;
    right: 20px !important;
  }
  .navbar {
    width: 100%;
    height: 85px;
    background-color: white;
  }
  header .elementos-nav li {
    text-align: center !important;
  }
  header nav .logo {
    text-align: left !important;

    width: 100%;
    height: 100%;
  }
  header nav .logo img {
    margin-left: 20px;
    margin-top: 10px;
    height: 65px;
  }
  .row {
    padding: 0 !important;
  }
  section .row .texto-palavra-presidente {
    padding: 0 30px !important;
  }
  body.disabled-onepage-scroll .main section .page_container,
  body.disabled-onepage-scroll .main section.page3 .page_container {
    margin-top: 0px;
    padding: 0;
  }
  .main .page2 {
    padding: 50px 0;
  }
  .modal-body {
    text-align: left;
  }
  #body-demonstracoes-contaveis .botao-collapse {
    width: 100%;
  }
  .main-title {
    text-align: left;
    margin-top: 50px !important;
  }
  .centralizar {
    padding-left: 0;
    padding-right: 0;
  }
  #next-page {
    display: none;
  }
  #body-palavra-presidente .texto-palavra-presidente .botao-modal {
    width: 100%;
  }
  #body-anos-anteriores .tabela-anos-anteriores {
    padding: 30px;
  }
  #body-anos-anteriores .scroll-tabela {
    overflow-y: visible;
    height: 100%;
    width: 100%;
  }
  #body-fale-conosco .botao-submit {
    width: 100%;
  }
  #body-anos-anteriores .img-lateral {
    display: none;
  }
  body.disabled-onepage-scroll .onepage-wrapper section {
    min-height: initial;
  }
}
@media (min-width: 998.98px) {
  .invisivel-desktop {
    display: none;
  }
  .modal-dialog {
    max-width: 80%;
    margin: 30px auto;
    text-align: left;
    line-height: 1.2;
  }
  .modal {
    overflow-y: hidden !important;
  }
}

/* Import do .CSS */
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
.demo a {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -10%);
  color: black;
  text-decoration: none;
  transition: opacity 0.3s;
}
.demo a:hover {
  opacity: 0.5;
}
#next-page a {
  padding-top: 50px;
}
#next-page a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin-left: -12px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
.cor-branco a {
  color: white;
}
.cor-branco a span {
  border-left: 1px solid white !important;
  border-bottom: 1px solid white !important;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
