#name-page {
  background-image: url("../img/bg_singratur.jpg");
}

#a_singratur {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #0d2128;
  font-size: 14px;
  line-height: 30px;
}
#a_singratur p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1185d9;
  margin: 50px 0;
}

.ctas-documentos {
  display: flex;
  flex-direction: column;
}
#relatorio-ouvidoria {
  margin-top: 15px;
}
#politica-lavagem {
  margin-top: 15px;
}
#politica-ciberseguranca {
  margin-top: 15px;
}
.cta-documentos {
  width: 62%;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #0d2128;
  border: 1px solid #1185d9;
  padding: 10px 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta-documentos__texto {
}

.cta-documentos__arrow {
  background: url("../img/arrow_politica.png") 0 0 no-repeat;
  width: 6px;
  height: 10px;
  display: inline-block;
  margin-left: 30px;
}

@media (max-width: 1200px) {
  .cta-documentos {
    width: 70%;
  }
}

@media (max-width: 998px) {
  .cta-documentos {
    width: 100%;
  }
  .cta-documentos__texto {
    font-size: 12px;
  }
  .cta-documentos__arrow {
    width: 10px;
  }
}

#politica {
  margin-bottom: 15px;
}

/*#politica{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color:#0d2128;
    border: 1px solid #1185d9;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
}
#politica span{
    background: url('../img/arrow_politica.png') 0 0 no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
    margin-left: 30px;
}*/
#planeta {
  margin-top: 160px;
  background-image: url("../img/planeta.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 495px;
  margin-bottom: 140px;
}
#entre-contato h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #1185d9;
  margin-bottom: 85px;
}
#entre-contato a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #0d2128;
}
#entre-contato a span {
  color: #1185d9;
  margin-right: 10px;
}
#entre-contato a.whats span {
  font-size: 20px;
}
#entre-contato a.phone {
  margin-left: 10px;
}
#entre-contato a.phone span {
  border: 1px solid #1185d9;
  border-radius: 50%;
  padding: 3px 4px 2px 4px;
  text-align: center;
}
