/*variaveis*/
/*break points*/
/*estilos gerais*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  list-style: none;
}

.fixed {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 10;
}

.wrapper {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .wrapper {
    width: 90%;
  }
}

.bgcenter, .nav, .hero, .servicos__bgcard1, .servicos__bgcard2, .servicos__bgcard3, .servicos__bgcard4, .servicos__bgcard5, .servicos__bgcard6, .servicos__card-body, #contatos, .footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bgtraco {
  background-image: url(../img/tracodefundo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 40%;
}

.btncall, .contatos__form input:nth-last-child(1) {
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #3e3569;
  text-align: center;
  font-size: 1.1rem;
  background: #bfff00;
  border: none;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  margin-top: 10px;
  -webkit-box-shadow: 3px 3px 3px #aaa;
          box-shadow: 3px 3px 3px #aaa;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.btncall:hover, .contatos__form input:hover:nth-last-child(1) {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #04c5d5;
}

.btncall:hover a, .contatos__form input:hover:nth-last-child(1) a {
  color: #fff;
}

#delay4 {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

#delay6 {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

#delay8 {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.top100, .hero {
  position: relative;
  top: 100px;
}

.top175 {
  position: relative;
  top: 175px;
}

.backhome {
  width: 150px;
  line-height: 30px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
  border: 1px solid #fff;
  background: transparent;
}

.backhome a {
  color: #fff;
  letter-spacing: .9px;
}

.backhome:hover {
  border: 1px solid #04c5d5;
}

.backhome:hover a {
  color: #04c5d5;
}

.text, .section__text--center, .section__text--left {
  text-align: justify;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #555;
  line-height: 1.5rem;
}

.text__title {
  color: #555;
  margin: 20px 0;
}

.section {
  width: 60%;
  height: 40px;
  border-radius: 0 20px 20px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#00d9a3), to(#3e3569));
  background-image: linear-gradient(to right, #00d9a3, #3e3569);
  margin: 40px 0;
  color: #fff;
  line-height: 40px;
  text-align: end;
  padding-right: 30px;
  -webkit-box-shadow: 3px 3px 4px #444;
          box-shadow: 3px 3px 4px #444;
}

.section__title {
  letter-spacing: 2px;
}

.section__text--center {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .section__text--center {
    width: 90%;
  }
}

.section__text--left {
  width: 50%;
  margin: 0 auto;
}

.js-color {
  color: #04c5d5 !important;
}

.fullbg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*mixins*/
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: center;
  width: 100%;
  height: 70px;
  background-color: #fff;
}

.logo__img {
  width: 319px;
  height: 61px;
}

.nav {
  width: 100%;
  height: 100px;
  line-height: 100px;
  color: #fff;
  font-weight: 550;
  background-image: url(../img/basemenu.fw.png);
}

.nav__ul {
  margin: 0 auto;
  width: 80%;
}

@media only screen and (max-width: 960px) {
  .nav__ul {
    font-size: .9rem;
  }
}

@media screen and (max-width: 760px) {
  .nav__ul {
    /*font-size: .6rem;*/
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .nav__ul {
    font-size: .8rem;
  }
}

.nav__li {
  width: 25%;
  float: left;
  line-height: 30px;
  position: relative;
}

.nav__li:hover .nav__ul--sub {
  /*transition: all .6s ease;*/
  visibility: visible;
  /*transform: translate(-50%, 0%);*/
  z-index: 0;
  -webkit-box-shadow: 4px 4px 6px #444;
          box-shadow: 4px 4px 6px #444;
}

.nav__li:hover .main-link {
  color: #04c5d5;
}

.nav__li a {
  display: block;
  text-align: center;
  background-color: #3e3569;
  color: #fff;
}

.nav__ul--sub {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  z-index: -10;
  /*transform: translate(-50%, -100%);*/
  border-radius: 0 0 12px 12px;
}

.nav__li--sub {
  font-size: .8rem;
  border-top: 1px solid #ccc;
}

.nav__li--sub:nth-last-child(1) a {
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 760px) {
  .nav__li--sub {
    font-size: .5rem;
  }
}

.nav__li--sub a {
  padding: 0 20px;
}

.nav__li--sub:hover a {
  background-color: #04c5d5;
}

.nav__li--subsm {
  width: 150px;
}

@media screen and (max-width: 760px) {
  .nav__li--subsm {
    width: 120px;
  }
}

.nav__li--submd {
  width: 270px;
}

@media screen and (max-width: 760px) {
  .nav__li--submd {
    width: 180px;
  }
}

.nav__li--sublg {
  width: 360px;
}

@media screen and (max-width: 760px) {
  .nav__li--sublg {
    width: 230px;
  }
}

.hero {
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url(../img/heromod.jpg);
}

.hero__text {
  position: absolute;
  top: 20%;
  left: 15%;
  color: #fff;
}

@media screen and (max-width: 560px) {
  .hero__text {
    left: 5%;
  }
}

.hero__text h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-shadow: 1px 1px 1px #aaa;
}

@media only screen and (max-width: 960px) {
  .hero__text h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 760px) {
  .hero__text h1 {
    font-size: 1.2rem;
    text-align: center;
  }
}

.hero__text h2 {
  font-size: 1.5rem;
  margin: 0 0 20px 50px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #aaa;
}

@media only screen and (max-width: 960px) {
  .hero__text h2 {
    margin-left: 0;
  }
}

@media screen and (max-width: 760px) {
  .hero__text h2 {
    font-size: .9rem;
    text-align: center;
  }
}

.hero__fone, .hero__agua {
  position: absolute;
  right: 15%;
  bottom: 22%;
  font-size: 3rem;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #aaa;
  color: #bfff00;
}

@media screen and (max-width: 760px) {
  .hero__fone, .hero__agua {
    font-size: 2rem;
  }
}

@media screen and (max-width: 560px) {
  .hero__fone, .hero__agua {
    font-size: 1.5rem;
  }
}

.hero__agua {
  color: #3e3569;
  font-size: 2.45rem;
  bottom: 13%;
}

@media screen and (max-width: 760px) {
  .hero__agua {
    font-size: 1.65rem;
  }
}

@media screen and (max-width: 560px) {
  .hero__agua {
    font-size: 1.25rem;
  }
}

.empresa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: center;
}

.empresa__div {
  width: 300px;
  position: relative;
  text-align: center;
}

.empresa__div-p {
  font-size: 1.1rem;
  font-weight: bold;
  color: #04c5d5;
  letter-spacing: 1px;
  margin: 10px 0;
}

@media only screen and (max-width: 1120px) {
  .empresa__div-p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1120px) {
  .empresa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.empresa__circle {
  margin: 0 auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04c5d5), to(#3e3569));
  background-image: linear-gradient(to bottom, #04c5d5, #3e3569);
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 18%;
}

.empresa__circle-span {
  font-size: 4rem;
}

.empresa__hist {
  margin-top: 20px;
}

.empresa__hist img {
  float: left;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 3px #444;
          box-shadow: 3px 3px 3px #444;
  shape-outside: circle(50%);
  margin: 0 20px 20px 0;
}

@media only screen and (max-width: 1120px) {
  .empresa__hist img {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 560px) {
  .empresa__hist img {
    width: 150px;
    height: 150px;
  }
}

.empresa__hist p {
  margin-left: 20px;
}

@media screen and (max-width: 560px) {
  .empresa__hist p {
    margin-left: 0;
  }
}

.clientes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: center;
  color: #555;
}

.clientes__icon {
  width: 25%;
  text-align: center;
}

@media only screen and (max-width: 1120px) {
  .clientes__icon {
    width: 100%;
    margin-bottom: 30px;
  }
  .clientes__icon:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.clientes i {
  font-size: 5rem;
  color: #04c5d5;
  margin: 20px 0 10px 0;
}

.clientes__img {
  width: 100%;
  max-height: 400px;
  margin-top: 50px;
}

@media only screen and (max-width: 1120px) {
  .clientes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.servicos {
  height: auto;
  position: relative;
}

.servicos__card {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.servicos__card:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.servicos__card:hover .servicos__bgcard1 {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.servicos__card:hover .servicos__bgcard2 {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.servicos__card:hover .servicos__bgcard3 {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.servicos__card:hover .servicos__bgcard4 {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.servicos__card:hover .servicos__bgcard5 {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.servicos__card:hover .servicos__bgcard6 {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.servicos__bgcard1 {
  background-image: url(../img/serv01.jpg);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.servicos__bgcard2 {
  background-image: url(../img/serv02.jpg);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.servicos__bgcard3 {
  background-image: url(../img/serv03.jpg);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.servicos__bgcard4 {
  background-image: url(../img/serv04.jpg);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.servicos__bgcard5 {
  background-image: url(../img/serv05.jpg);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.servicos__bgcard6 {
  background-image: url(../img/serv06.jpg);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.servicos__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 1120px) {
  .servicos__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.servicos__card {
  width: 250px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 4px #aaa;
          box-shadow: 3px 3px 4px #aaa;
}

@media only screen and (max-width: 1120px) {
  .servicos__card {
    margin-top: 30px;
  }
}

.servicos__card-title {
  width: 100%;
  height: 50px;
  color: #fff;
  text-align: center;
  letter-spacing: .9px;
  line-height: 50px;
  background: -webkit-gradient(linear, left top, right bottom, from(#209877), to(#3e3569));
  background: linear-gradient(to bottom right, #209877, #3e3569);
  border-radius: 10px 10px 0 0;
}

.servicos__card-body {
  width: 100%;
  height: 150px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  letter-spacing: .9px;
  padding: 5px;
}

.servicos__card-body p {
  margin-top: 20px;
}

.servicos__card-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  color: #3e3569;
  background: #bfff00;
  border-radius: 0 0 10px 10px;
}

.servicos__card-btn:hover {
  background-color: #04c5d5;
}

.servicos__card-btn:hover a {
  color: #fff;
}

.servicos__card-btn a {
  color: #3e3569;
}

.saibamais__div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: center;
}

.saibamais__div button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(17.5%, #00d9a3), color-stop(17.5%, #3e3569), to(#3e3569));
  background-image: linear-gradient(to right, #00d9a3 17.5%, #3e3569 17.5%, #3e3569);
  color: #fff;
  text-align: end;
  font-size: 1.2rem;
  padding-right: 10px;
  letter-spacing: .9px;
  cursor: pointer;
  outline: none;
}

@media screen and (max-width: 760px) {
  .saibamais__div button {
    font-size: .9rem;
  }
}

@media screen and (max-width: 560px) {
  .saibamais__div button {
    font-size: .8rem;
  }
}

.saibamais__div button:hover {
  opacity: .7;
}

.saibamais__div button::after {
  font-family: "Font Awesome 5 Free";
  content: '\f103';
  position: relative;
  right: 90%;
  font-size: 1.2rem;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  color: #fff;
}

.saibamais__div button.isopen::after {
  font-family: "Font Awesome 5 Free";
  content: '\f102';
}

.saibamais ul {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}

.saibamais ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #04c5d5;
  border-top: 1px solid #fff;
  cursor: pointer;
  text-align: center;
}

.saibamais ul li:hover {
  background-color: #aaa;
}

.saibamais ul li a {
  color: #fff;
}

@media screen and (max-width: 760px) {
  .saibamais ul li a {
    font-size: .8rem;
  }
}

.saibamais__galery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: center;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}

.saibamais__galery img {
  width: 33.33%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: pointer;
  scale: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.saibamais__galery img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#contatos {
  background-image: url(../img/tracodefundoinv.jpg);
}

.contatos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: center;
  /*background: linear-gradient(to bottom right, $azuldk, $azullt);*/
}

.contatos h2 {
  color: #555;
  margin-top: 20px;
}

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

.contatos__form input {
  display: block;
  width: 100%;
  margin: 15px 0;
  height: 40px;
  background: transparent;
  border: 2px solid #555;
  border-top: none;
  border-left: none;
  outline: none;
}

.contatos__form input::-webkit-input-placeholder {
  color: #555;
  font-size: 1rem;
}

.contatos__form input:-ms-input-placeholder {
  color: #555;
  font-size: 1rem;
}

.contatos__form input::-ms-input-placeholder {
  color: #555;
  font-size: 1rem;
}

.contatos__form input::placeholder {
  color: #555;
  font-size: 1rem;
}

.contatos__form input:nth-last-child(1) {
  border: none;
  margin: 20px auto;
}

.contatos__form textarea {
  width: 100%;
  margin-top: 20px;
  background: transparent;
  border: 2px solid #555;
  border-top: none;
  border-left: none;
  outline: none;
}

.contatos__form textarea::-webkit-input-placeholder {
  color: #555;
  font-size: 1rem;
}

.contatos__form textarea:-ms-input-placeholder {
  color: #555;
  font-size: 1rem;
}

.contatos__form textarea::-ms-input-placeholder {
  color: #555;
  font-size: 1rem;
}

.contatos__form textarea::placeholder {
  color: #555;
  font-size: 1rem;
}

.contatos i {
  font-size: 5rem;
  color: #555;
  margin: 20px 0 20px 0;
}

.contatos i:hover {
  color: #00d9a3;
}

.footer {
  width: 100%;
  height: 300px;
  background-image: url(../img/agua.webp);
  background-position: 50% 30%;
  position: relative;
}

@media only screen and (max-width: 1120px) {
  .footer {
    background-position: 50% 40%;
  }
}

@media screen and (max-width: 760px) {
  .footer {
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 560px) {
  .footer {
    background-position: 50% 75%;
    height: 250px;
  }
}

.footer__icons {
  position: absolute;
  bottom: 10%;
  left: 15%;
  font-size: 3rem;
  margin-right: 50px;
}

@media screen and (max-width: 560px) {
  .footer__icons {
    left: 5%;
  }
}

.footer__icons a {
  color: #3e3569;
  margin-right: 30px;
}

@media screen and (max-width: 560px) {
  .footer__icons a {
    font-size: 1.7rem;
    margin-right: 25px;
  }
}

.footer__icons a:hover {
  color: #04c5d5;
}

.footer__rodape {
  width: 100%;
  height: auto;
  background-color: #3e3569;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .footer__rodape {
    font-size: .7rem;
  }
}

@media screen and (max-width: 560px) {
  .footer__rodape {
    font-size: .5rem;
  }
}

@media screen and (max-width: 760px) {
  .clientes-list {
    width: 95%;
    font-size: .65rem;
  }
}

.clientes-list__title {
  width: 100%;
  height: 40px;
  background-color: #04c5d5;
  color: #fff;
  line-height: 40px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 20px;
}

.clientes-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 20px;
}

.clientes-list__list li {
  line-height: 25px;
}

@media screen and (max-width: 760px) {
  .clientes-list__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.clientes-list__btn, .servicos-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: center;
  width: 60%;
  margin: 0 auto;
}

.clientes-list__btn button, .servicos-list__btn button {
  width: 200px;
  height: 40px;
  background-color: #00d9a3;
  border: none;
  outline: none;
  font-size: 1.1rem;
  border-radius: 10px;
  letter-spacing: .9px;
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 3px #aaa;
          box-shadow: 3px 3px 3px #aaa;
  margin-bottom: 20px;
}

.clientes-list__btn button a, .servicos-list__btn button a {
  color: #fff;
}

.clientes-list__btn button:hover, .servicos-list__btn button:hover {
  background-color: #04c5d5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 960px) {
  .clientes-list__btn, .servicos-list__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.servicos-list {
  position: relative;
}

@media only screen and (max-width: 960px) {
  .servicos-list {
    width: 90%;
  }
}

@media screen and (max-width: 560px) {
  .servicos-list {
    width: 95%;
  }
}

.servicos-list__div h1, .servicos-list__div h2 {
  font-size: 1.3rem;
}

.servicos-list img {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  shape-outside: circle(50%);
  float: left;
  margin-right: 20px;
  border: 1px solid #fff;
  -webkit-box-shadow: 3px 3px 3px #aaa;
          box-shadow: 3px 3px 3px #aaa;
}

@media only screen and (max-width: 1120px) {
  .servicos-list img {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 760px) {
  .servicos-list img {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width: 560px) {
  .servicos-list img {
    width: 150px;
    height: 150px;
  }
}

.servicos-list__btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.servicos-list__btn button {
  width: 300px;
}

.processar {
  width: 100%;
  height: 300px;
  padding-top: 50px;
  background-color: #3e3569;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.processar a {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 50px;
}
/*# sourceMappingURL=main.css.map */