
body {
  font-family: 'Source Sans Pro', sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  /* background-color: #335ba3; */
  background-color: #b7daf0;
  max-width: 100%;

}




/* Define uma largura máxima para o conteúdo */
.container {
  
  margin: 0 auto;
  padding: 0;
}

/* Cria uma classe clearfix para evitar problemas de floats */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Remove a decoração padrão dos links */
a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

.full-height{
  height: 100vh;
}


.row a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: auto;
}

.link-img a:hover{
  color:  #1c335e;
  border-color:  #1c335e;
}

.bloco-1{
  float: left;
  width: 40%;
  background: #fff;
  border-right: 5px solid #053f62;
  background-image: url("/././imgs/lines.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left bottom;
}

.bloco-2{
  float: right;
  width: 60%;
  background: #b7daf0;
  border-left: 5px solid #3d97d3;
}

.div-logo{
  width: 100%;
}

.logo-acesso{
  width: 100px;
  height: 92px;
  margin-top: 150px;
  margin-bottom: 100px;
}

.div-buttons{
  width: 100%;
  margin: 0 auto;
  max-width: 350px;
}

.btn-portal{
  /* border: 1px solid #000; */
  padding: 9px;
  border-radius: 10px;
  width: 230px;
  text-align: center;
  font-size: 21px;
  float: left;
  color: #fff;
  background-color: #053f62;
}

.btn-portal:hover{
  color:  #e6e6e6;
  
}

.icon-1, .icon-2, .icon-3 {
  max-width: 50px;
}

.icon-1{
  width: 50px;
  height: 52px;
  background-color: #053f62;
  padding: 10px;
  border-radius: 10px;
  float: left;
}

.icon-2{
  width: 50px;
  height: 50px;
  background-color: #053f62;
  padding: 10px;
  border-radius: 10px;
  float: left;
}

.icon-3{
  width: 55px;
  height: 50px;
  background-color: #053f62;
  padding: 10px 5px;
  border-radius: 10px;
  float: left;
}

.imagem-conhecimento{
  margin: 0 auto;
  max-width: 400px;
  margin-top: -100px; /* sobrepor */
}

.texto-acesso{
  max-width: 500px;
  color: #053f62;
  margin: 0 auto;
  margin-top: 70px;
  text-align: justify;
  font-size: 18px;
  padding: 10px;
}

.blank-space{
  width: 100%;
  height: 200px;
}

.div-top-img{
  width: 100%;
  height: 250px;
 /* background-image: url("/././imgs/topo1.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right top; */
  z-index: 1;
} 

.top-img{
  float: right;
  max-height: 200px;
}

.div-conhecimento{
  width: 100%;
  z-index: 2;
  position: relative;
}

.row {
  display: flex;
  align-items: center;
}

.row-1{
  width: 100%;
  margin: 0 0 15px 0;
}

.row-2{
  width: 100%;
  margin: 0 0 15px 0;
}

.row-3{
  width: 100%;
  margin: 0 0 15px 0;
}

.row-4{
  margin-top: 40px;
  width: 100%;
  margin: 40px 0 15px 0;
}

.texto-1{
  font-weight: 400;
}

.texto-2{
  font-weight: 600;
}


.txt-link-img{
  padding-left: 0px !important;
}

.link-info{
  color:#000;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}

.info-icon{
  max-width: 30px;
  height: auto;
  margin-left: 10px;
  filter: brightness(100) invert(1);
}

.link-info:focus, .link-info:hover{
  color: #000;
}

.blank-space{
  height: 200px;
  width: 100%;
}

@media (max-width: 1200px){
  .imagem-conhecimento{
      max-width: 340px;
  }
}


@media (max-width: 960px) { 


  .bloco-1{
      width: 100%;
      border-right: none;
      background-image: url(/././imgs/lines.png);
      background-color: #b7daf0!important; 

  }
  .mobile-hide{
      display: none;
  }
  body {
    background-color: #b7daf0!important;
  }
  
  .btn-portal{
     /* background: #fff; */
     color: #fff;
     background-color: #053f62;
  }

  /*.logo-acesso{
  filter: brightness(0) invert(1);
  } */

  .row a {

      margin: 0 auto;

  }

  .link-img{
      margin-right: 0px !important;
  }

  .txt-link-img{
      margin-left: 0px !important;
  }

  .info-icon{
      filter: brightness(100) invert(1);
      color: #053f62 !important;
  }
  

}


@media (max-width: 460px) { 
  .logo-acesso{
      margin-top: 100px;
      margin-bottom: 80px;
  }
  


}


/* -- notebooks -- */
@media (max-height: 800px){
  .imagem-conhecimento{
      max-width: 320px;
      margin-top: -120px;
  }

  .texto-acesso{
  font-size: 17px;
  }   

  .logo-acesso{
      margin-top: 130px;
  }



}

@media (max-height: 600px){
  .imagem-conhecimento{
      max-width: 280px;
      margin-top: -200px;
  }

  .texto-acesso{
  font-size: 17px;
  margin-top: 0px;
  }   

  .logo-acesso{
      margin-top: 50px;
      margin-bottom: 50px;
  }

  .div-top-img{
      height: 200px;
      background-size: 15%;
  }


}