footer {
    background-color: #ECF3FF;
}

.endereco {
    display: flex;
    justify-content: space-between;
    padding: 40px 80px;
    align-items: center;
}

.endereco h3 {
    font-size: 48px;
    font-weight: 700;
    color: #3E82FC;
    line-height: 0.8;
}

.text1 {
    width: 300px;
}

.text2 {
    margin-top: 50px;
}

.text2 p {
    text-align: right;

}

.endereco p {
    margin-top: 30px;
}

.info {
    display: flex;
    justify-content: space-between;
    padding: 40px 80px;
    align-items: center;
}

.text1-1 {
    width: 300px;

}

.text1-1 img {
margin-top: 20px;
margin-right: 5px;
}

.text1-1 a {
    cursor: pointer;
}

.text2-1 {
    text-align: right;
    width: 300px;

}



.direitos p {
    text-align: center;
}

.direitos {
    display: flex;
    text-align: center;
    margin: auto;
    justify-content: space-between;
    padding: 40px 80px;
}

.scrolltop {
    width: 200px;
    background: url(../img/top.png);
    background-size: 180px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 999999;

}

/* CSS */
.button-40 {
  background-color: #1e293b;
  border: 1px solid transparent;
  border-radius: .75rem;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: .75rem 1.2rem;
  text-align: center;
  text-decoration: none #6B7280 solid;
  text-decoration-thickness: auto;
  transition-duration: .2s;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  margin: 10px 0px;
}

.button-40:hover {
  background-color: #374151;
}

.button-40:focus {
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .button-40 {
    padding: .75rem 1.5rem;
  }
}


@media screen and (max-width: 980px) {
    .endereco {
        display: block;
        padding: 25px;
    }

    .info {
        display: block;
        padding: 25px;
    }

    .text2 p {
        text-align: left;
    }

    .text1-1 {
        width: 100%;
        margin-bottom: 50px;
    }

    .text1-1 img {
        width: 250px;
    }

    .text2-1 {
        text-align: left;
        width: 100%;
    }

    .direitos p {
        text-align: center;
    }

    .scrolltop {
        background-size: 115px;
    }

    .direitos {
        padding: 10px;
    }
    
}