.title{
  padding:0 80px;
  display: flex;
}

.title h1{
  margin-top:100px;
  margin-bottom:40px;
  font-weight: bold;
  font-size: 45px;
  line-height: 47px;
  color: #17479E;
  width: 600px;
}

.title img{
  max-width:500px;
  margin-top:60px;
  position: absolute;
  right: 150px;
  top: 29px;
}

.error {
  float: left;
  width: 100%;
}

.error .meioimg {
  max-width: 200px;
  margin: auto;
}

.error .meioimg img {
  width: 100%;
}

.ops {
  font-size: 28px;
  font-weight: bold;
  float: left;
  width: 100%;
  text-align: center;
}

.error p {
  text-align: center;
}

.error a {
  text-align: center;
}

.imagemPrimeiroPost {
  float: left;
  width: 40%;
}
.imagemPrimeiroPost img {
  width: 100%;
}

.conteudoPrimeiroPost {
  float: left;
  width: 60%;
}

.primeiroPost {
  float: left;
  width: 100%;
  padding: 16px 0;
}

.primeiroPost img {
  border-radius: 16px;
}

.borda img {
  border-radius: 16px;
}


/*
@media (max-width: 768px) {
  .imagemPrimeiroPost {
    width: 100%;
    padding: 14px;
  }

  .conteudoPrimeiroPost {
    width: 100%;
    padding: 20px;
  }

  .maisAcessadas .col-3 {
    width: 100% !important;
  }

  .mobile {
    width: 100%;
  }

  .telatoda {
    width: 100% !important;
    padding: 14px;
    margin-top: 18px;
  }
}



*/

.contatos{
  display: flex;
  margin-bottom:50px;
}

.contatos a{
  color:inherit;
  text-decoration:none;
}

.contatos .item{
  display: flex;
  flex-direction: column;
  padding:25px;
}

.contatos .item span{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #EA7626;
}


.contatos .item strong{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
   color: #17479E;
}


.formContato{
  background:#fff;
  padding:100px 60px;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
}

.formContato input[type=text], .formContato input[type=email]{
  border:0;
  border-bottom:1px solid #666666;
  padding:10px;
  width:90%;
  margin:25px 0;
}
.formContato .btnSend{
  display: flex;
  justify-content: flex-end;
  margin-top:40px;
}


.formContato select {
  border: 0;
  border-bottom: 1px solid #666666;
  padding: 10px;
  width: 90%;
  margin: 25px 0;
  font-size: 14px;
  color: #666666;
  background-color: #fff;
  appearance: none;
}
.formContato select {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23666666" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}


@media only screen and (max-width: 1024px) {
  .contatos{
    flex-direction: column;
  }
  .contatos .item{
    padding:0;
    margin:25px 0;
  }

  .formContato{
    margin:1px;
    padding:20px;
  }

  .formContato .btnSend{
    justify-content: center;
  }
  
}

.blog .linha {
  float: left;
  width: 100%;
  padding: 50px 0;
  margin: 20px 0;
  background-image: url(../../../assets/img/bg-Blog.jpg);
  background-size: cover;
}

.newsletter {
  float: left;
  width: 100%;
  padding: 30px 0;
  margin: 20px 0;
  background-image: url(../../../assets/img/bg-Blog.jpg);
  background-size: cover;
}

.newsletter p {
  color: #fff;
}

.newsletter p.chamada {
  font-size: 22px;
}

.newsletter span {
  font-weight: bold;
}

input.news {
  float: left;
  margin: 18px;
  padding: 8px;
  border-radius: 6px;
  border: 0 !important;
}

input.enviar {
  float: left;
  width: 120px;
  background-color: orange;
  color: #fff;
  border-radius: 5px;
  border: 0 !important;
  clear: both;
  margin-left: 18px;
}

.quatromil {
  font-size: 114px;
  font-weight: bold;
  background: #154EA3;
background: linear-gradient(to right, #154EA3 0%, #0785cb 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.clientes {
  font-weight: bold;
  color: black;
}

.saiba {
  width: 110px;
  background-color: orange;
  color: #fff;
  border-radius: 20px;
  padding: 8px;
  text-decoration: none;
}

.logos {
  padding: 0;
  margin: 0;
}

.logos li {
  float: left;
  list-style: none;
  width: 33%;
  height: 100px;
}

.logos li a{
  float: left;
  width: 100%;
}

.logos li a img{
  float: left;
  width: 95%;
}

.blog h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.blog hr {
  border: 2px solid #fff;
  width: 110px;
  margin: auto;
}

.blog p.subtitulo {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-top: 14px;
}

.blog .col-12 img {
  float: left;
  width: 100%;
  padding: 8px
}

.blog h4 {
  float: left;
  width: 100%;
  font-weight: bold;
  color: #1e81b0;
}

.blog h4 a {
  float: left;
  width: 100%;
  font-weight: bold !important;
  color: #1e81b0 !important;
}


.blog .col-12 a {
  float: left;
  width: 100%;
  padding: 8px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  text-align: justify;
}

.blog .col-12 a:hover {
  text-decoration: underline;
}

.zoom {
  padding: 50px;
  transition: transform 1s; /* Animation */
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.interna .linha {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #1e81b0;
  border-bottom: 1px solid #1e81b0;
  margin: 20px 0;
}

.interna h1.bold {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #1e81b0;
}


.interna .imgPost {
  float: left;
  width: 100%;
  padding: 10px;
}

.interna .imgPost img {
  float: left;
  width: 100%;
}

.date {
  max-width: 28px;
  padding: 6px;
}

.interna h3 {
  font-weight: bold;
  color: #1e81b0;
}

.interna ul {
  padding: 40px 0 !important;
  margin: 0 !important;
}

.interna ul li {
  list-style: none;
  padding: 8px 0;
}

.interna ul li a {
  text-decoration: none;
  color: #000;
}

.interna ul li a:hover {
  text-decoration: underline;
}

.interna ul li a img {
  float: right;
  max-width: 20px;
}


.maisAcessadas h4 {
  color: #17479E;
}

.maisAcessadas a {
  color: #17479E;
  text-decoration: none;
}

.maisAcessadas a.vermais {
  color: orange;
  text-decoration: none;
  padding: 8px 0;
}

.maisAcessadas a.vermais:hover {
  text-decoration: underline;
}

.maisAcessadas img {
  width: 100%;
}

/*
@media only screen and (max-width: 1024px) {
  .title{
    padding:20px;
    
    
  }
  .title h1{
    font-weight: bold;
    font-size: 38px;
    line-height: 44px;
    margin-top:30px;
    width: 320px;
  }
  .title img{
    display: none;
  }
}
*/