@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;500;600;700;800&display=swap");
div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  margin: 0 !important;
  font-family: 'Encode Sans', sans-serif !important;
  position: relative;
  overflow-x: hidden !important; }

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 30%;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translate(-50%, 100%);
  transition: all 500ms ease-out;
  color: #000;
  background: #fff; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0%);
  transition-delay: 1000ms; }

.cookiealert .acceptcookies {
  background-color: #549ed1;
  border: none;
  padding: 15px;
  border-radius: 0px;
  font-size: 16px;
  text-transform: uppercase; }
  .cookiealert .acceptcookies:hover {
    background-color: #0069d9; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: 95%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
.fluid50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.fluid150 {
  padding-left: 150px !important;
  padding-right: 150px !important; }

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

button:focus {
  outline: none !important; }

h2.h2 {
  color: #404041;
  font-size: 42px;
  font-weight: 600;
  max-width: max-content;
  margin: 0 auto;
  display: block;
  position: relative; }
  h2.h2:after {
    content: '';
    border-bottom: solid 2px #549ed1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45%; }

a.btn.btn-primary {
  background-color: transparent;
  color: #fff;
  padding: 8px 0px;
  font-size: 18px;
  border: none;
  position: relative;
  transition: all .2s; }
  a.btn.btn-primary:after {
    content: '';
    border-bottom: solid 1px #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    -webkit-transition: all ease .4s;
    transition: all ease .4s; }
  a.btn.btn-primary:hover:after {
    width: 100%; }

a {
  text-decoration: none !important; }

.redes {
  position: absolute;
  right: 50px;
  top: 20px; }
  .redes ul {
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
  .redes ul li {
    margin: 0 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
  .redes ul li a {
    font-size: 18px;
    color: #fff; }

img.img-center {
  margin: 0 auto;
  display: block; }

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.centerleft {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.centerright {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

a.link {
  max-width: max-content;
  display: block; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 1440px) {
  .fluid150 {
    padding-left: 100px !important;
    padding-right: 100px !important; } }
@media screen and (max-width: 900px) {
  .fluid50 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .fluid150 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  h2.h2 {
    font-size: 32px; }
    h2.h2:after {
      left: 50%;
      transform: translateX(-50%); }

  img {
    max-width: 100%; }

  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  padding: 12px 0;
  -webkit-transition: all ease .5s;
  transition: all ease .5s; }
  header .nav-container {
    display: flex;
    align-items: center; }
  header .brand {
    margin-right: 50px; }
    header .brand img#img-logo {
      -webkit-transition: all ease .5s;
      transition: all ease .5s;
      height: 65px; }
  @media screen and (max-width: 900px) {
    header .brand img#img-logo {
      height: 50px !important; } }

.banner {
  background-position: center;
  background-size: 150%;
  height: 100vh;
  padding-top: 100px;
  -webkit-transition: background-size ease 10s;
  transition: background-size ease 10s; }
  .banner h1 {
    color: #fff;
    font-size: 70px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 100px; }
  @media screen and (max-width: 1366px) {
    .banner h1 {
      font-size: 58px; } }
  @media screen and (max-width: 900px) {
    .banner {
      background-size: cover !important;
      height: 85vh;
      padding-top: 75px; }
      .banner h1 {
        font-size: 36px;
        margin-bottom: 50px; }
        .banner h1 br {
          display: none; } }

.banner.active {
  background-size: 115%; }

.banner._2 {
  height: 75vh;
  padding-top: 0px; }
  .banner._2 h1 {
    margin-bottom: 0;
    font-size: 150px;
    letter-spacing: 30px;
    text-align: center;
    color: #ffffff7a;
    font-weight: 500; }
  @media screen and (max-width: 900px) {
    .banner._2 h1 {
      font-size: 44px;
      letter-spacing: 12px;
      line-height: 60px; } }

.about {
  padding: 100px 0 0;
  color: #404041; }
  .about h2 {
    color: #404041;
    font-size: 42px;
    font-weight: 600; }
  .about h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
    max-width: max-content;
    padding-bottom: 4px; }
    .about h3:after {
      content: '';
      border-bottom: solid 2px #549ed1;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
  .about p {
    font-size: 22px;
    color: #6d6e71; }
  @media screen and (max-width: 1366px) {
    .about p {
      font-size: 20px; } }
  @media screen and (max-width: 900px) {
    .about {
      padding: 50px 0 0; }
      .about h2 {
        font-size: 32px; }
      .about h3 {
        font-size: 18px; }
      .about p {
        font-size: 18px; }
      .about img {
        max-width: 60%;
        margin: 50px auto 0;
        display: block; } }

.about._2 {
  padding: 100px 0; }
  .about._2 img {
    width: 100%; }
  .about._2 p {
    font-size: 20px; }
  @media screen and (max-width: 1600px) {
    .about._2 p {
      font-size: 18px; } }
  @media screen and (max-width: 1366px) {
    .about._2 .fluid50 {
      padding-right: 0 !important; }
    .about._2 p {
      font-size: 16px; } }
  @media screen and (max-width: 900px) {
    .about._2 {
      padding: 50px 0; }
      .about._2 .fluid50 {
        padding-right: 15px !important; }
      .about._2 img {
        max-width: 100%;
        margin: 25px auto 0; } }

.services {
  padding: 100px 0 60px;
  background: #efefef; }
  .services .service-container {
    grid-template-columns: repeat(6, 1fr); }
    .services .service-container .service-block:nth-child(4) {
      grid-column: auto / span 3; }
    .services .service-container .service-block:nth-child(5) {
      grid-column: auto / span 3; }
  .services .service-block {
    border: 1px solid #E6E6E6;
    border-right: none;
    background: #fff;
    position: relative;
    grid-column: auto / span 2; }
    .services .service-block .inner-box {
      position: relative;
      min-height: 330px;
      padding: 32px 30px 25px;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly; }
      .services .service-block .inner-box:before {
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        background-color: #549ed1;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .services .service-block .inner-box:hover:before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
      .services .service-block .inner-box h3 {
        position: relative;
        color: #404041;
        font-weight: 500;
        font-size: 24px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .services .service-block .inner-box p {
        position: relative;
        color: #6d6e71;
        font-size: 15px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .services .service-block .inner-box i {
        position: relative;
        color: #549ed1;
        font-size: 52px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .services .service-block .inner-box:hover h3, .services .service-block .inner-box:hover p, .services .service-block .inner-box:hover i {
        color: #fff; }
  @media screen and (max-width: 900px) {
    .services {
      padding: 50px 0; }
      .services .service-container {
        grid-template-columns: repeat(3, 1fr); }
      .services .service-block {
        grid-column: auto / span 3;
        width: 100%; } }

.fluxo {
  background: #efefef;
  padding: 50px 0 140px; }
  .fluxo hr {
    margin-bottom: 100px;
    border-top: 1px solid #00000030; }
  .fluxo .swiper-wrapper .swiper-slide:last-child .single-fluxo-slide:after {
    display: none; }
  .fluxo .single-fluxo-slide {
    background-color: #fff;
    padding: 90px 30px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1; }
    .fluxo .single-fluxo-slide:after {
      content: '';
      background-image: url(../img/icon-fluxo.png);
      background-position: center;
      background-size: cover;
      width: 21px;
      height: 21px;
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2; }
    .fluxo .single-fluxo-slide span {
      position: absolute;
      top: 15px;
      left: 15px;
      padding: 5px;
      font-size: 24px;
      background-color: #549ed1;
      color: #fff;
      border-radius: 40px;
      width: 45px;
      height: 45px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .fluxo .single-fluxo-slide p {
      margin-bottom: 0;
      color: #404041;
      font-size: 18px;
      text-align: center; }
  .fluxo .swiper-pagination {
    bottom: -50px !important; }
  .fluxo .metodo-crousel-prev, .fluxo .metodo-crousel-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .fluxo .metodo-crousel-prev:after, .fluxo .metodo-crousel-next:after {
      display: none; }
    .fluxo .metodo-crousel-prev i, .fluxo .metodo-crousel-next i {
      font-size: 48px;
      color: #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 400;
      background-color: #ffffffe6;
      width: 40px;
      height: 40px; }
  .fluxo .metodo-crousel-prev {
    left: -35px;
    top: 50%; }
  .fluxo .metodo-crousel-next {
    right: -35px;
    top: 50%; }
  @media screen and (max-width: 900px) {
    .fluxo {
      padding: 50px 0 70px !important; }
      .fluxo hr {
        margin-bottom: 70px; }
      .fluxo .metodo-crousel-prev {
        left: -5px; }
      .fluxo .metodo-crousel-next {
        right: -5px; }
      .fluxo .single-fluxo-slide:after {
        display: none; } }

.projects {
  background: #efefef;
  padding: 50px 0 0;
  position: relative; }
  .projects .swiper {
    width: 100%;
    height: 100%; }
  .projects .swiper-slide {
    font-size: 18px;
    color: #fff; }
  .projects .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .projects .tab-carousel-prev, .projects .tab-carousel-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .projects .tab-carousel-prev:after, .projects .tab-carousel-next:after {
      display: none; }
    .projects .tab-carousel-prev i, .projects .tab-carousel-next i {
      font-size: 30px;
      color: #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 400;
      background-color: #ffffffe6;
      width: 40px;
      height: 40px; }
  .projects .single-project-slide {
    position: relative;
    height: 700px; }
    .projects .single-project-slide:hover .content {
      max-height: 680px;
                /*h4 {
                    color: #000000;
                }

                h3 {
                    color: $color1;
                }

                ul {
                    color: #000;
                }

                &:before {
                    height: 100%;
                    -webkit-transition: 0.6s;
                    transition: 0.6s;
                }*/ }
  .projects .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 30px;
    background-color: #000000a3;
    max-height: 130px;
    -webkit-transition: all ease 1s;
    transition: all ease 1s; }
    .projects .content:before {
      position: absolute;
      width: 100%;
      height: 0;
      background: #fff;
      left: 0;
      bottom: 0;
      -webkit-transition: all ease 0.5s;
      transition: all ease 0.5s; }
    .projects .content h3 {
      font-size: 34px; }
    .projects .content h4 {
      font-size: 18px;
      font-weight: 300;
      margin-bottom: 30px; }
    .projects .content h4, .projects .content h3, .projects .content ul {
      -webkit-transition: all 0.6s ease 0s;
      transition: all 0.6s ease 0s;
      position: relative; }
    .projects .content ul {
      padding: 10px 20px;
      font-size: 14px;
      z-index: 1;
      position: relative; }
  @media screen and (max-width: 1366px) {
    .projects .single-project-slide {
      height: 600px; }
    .projects .content h3 {
      font-size: 28px; }
    .projects .content h4 {
      font-size: 16px; } }

.clients {
  background-color: #efefef;
  padding: 100px 0; }
  .clients ul.ul-clientes {
    flex-wrap: wrap; }
    .clients ul.ul-clientes li {
      display: flex;
      max-width: calc(100% / 5);
      flex: 0 0 calc(100% / 5);
      height: 125px;
      padding: 5px;
      align-items: center;
      justify-content: center; }
      .clients ul.ul-clientes li img {
        max-width: 150px;
        max-height: 100px; }
  @media screen and (max-width: 900px) {
    .clients {
      padding: 50px 0; }
      .clients .d-flex {
        flex-direction: column; }
      .clients ul.ul-clientes li {
        max-width: calc(100% / 2);
        flex: 0 0 calc(100% / 2);
        height: 100px; }
        .clients ul.ul-clientes li img {
          max-width: 100px;
          max-height: 60px; } }

.diretoria {
  padding: 15px 0 100px;
  background-color: #efefef; }
  .diretoria hr {
    margin-bottom: 100px;
    border-top: 1px solid #00000030; }
  .diretoria .grid {
    grid-column-gap: 80px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
  .diretoria .box-diretoria img {
    width: 100%;
    height: 600px;
    object-fit: cover; }
  .diretoria .box-diretoria .text-diretoria {
    padding: 40px 30px; }
  .diretoria .box-diretoria h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px; }
  .diretoria .box-diretoria p {
    color: #6d6e71;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px; }
  @media screen and (max-width: 900px) {
    .diretoria {
      padding: 15px 0 40px; }
      .diretoria hr {
        margin-bottom: 50px; }
      .diretoria .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
      .diretoria .box-diretoria img {
        height: 350px; }
      .diretoria .box-diretoria .text-diretoria {
        padding: 30px 20px; }
      .diretoria .box-diretoria p {
        font-size: 16px;
        line-height: 22px; } }

.depoiments {
  padding: 150px 0 50px; }
  .depoiments .swiper {
    width: 100%;
    height: 100%; }
  .depoiments .swiper-slide {
    font-size: 18px;
    color: #fff;
    padding: 20px; }
  .depoiments .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .depoiments .client-crousel-prev, .depoiments .client-crousel-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .depoiments .client-crousel-prev:after, .depoiments .client-crousel-next:after {
      display: none; }
    .depoiments .client-crousel-prev i, .depoiments .client-crousel-next i {
      font-size: 48px;
      color: #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 400;
      background-color: #ffffffe6;
      width: 40px;
      height: 40px; }
  .depoiments .client-crousel-prev {
    left: auto;
    right: 70px;
    top: -70px; }
  .depoiments .client-crousel-next {
    right: 10px;
    top: -70px; }
  .depoiments .single-client-wrapper {
    box-shadow: 0px 0px 10px 5px #bbbbbb36;
    padding: 40px 120px 40px 40px;
    position: relative; }
    .depoiments .single-client-wrapper:after {
      content: '';
      background-image: url(../img/quote.png);
      background-position: center;
      background-size: cover;
      width: 57px;
      height: 44px;
      position: absolute;
      top: 18px;
      right: 25px; }
    .depoiments .single-client-wrapper h4 {
      color: #6d6e71;
      font-weight: 300;
      font-size: 18px;
      margin-bottom: 20px; }
      .depoiments .single-client-wrapper h4 b, .depoiments .single-client-wrapper h4 strong {
        font-weight: 600;
        color: #000;
        font-size: 24px; }
    .depoiments .single-client-wrapper p {
      color: #6d6e71;
      font-size: 16px; }
  .depoiments hr {
    margin-top: 100px;
    border-top: 1px solid #00000030; }
  @media screen and (max-width: 900px) {
    .depoiments {
      padding: 75px 0 20px !important; }
      .depoiments .col-md-12.mt-5 {
        padding-right: 0px;
        padding-left: 0px; }
      .depoiments .client-crousel-prev {
        left: -15px;
        right: auto;
        top: 50%; }
      .depoiments .client-crousel-next {
        right: -15px;
        top: 50%; }
      .depoiments .single-client-wrapper {
        padding: 90px 20px 20px 20px; }
        .depoiments .single-client-wrapper h4 b {
          font-size: 22px; }
        .depoiments .single-client-wrapper p {
          font-size: 15px; }
      .depoiments hr {
        margin-top: 50px; } }

.contact-wrapper {
  background-color: #efefef;
  padding-bottom: 100px; }
  .contact-wrapper .box-contact-wrapper {
    background-color: #549ed1;
    padding: 40px;
    color: #fff;
    margin-top: -110px; }
  .contact-wrapper .grid {
    grid-column-gap: 80px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
  .contact-wrapper h3 {
    font-size: 38px; }
  .contact-wrapper p {
    font-weight: 300;
    line-height: 20px; }
  .contact-wrapper ul {
    display: grid; }
    .contact-wrapper ul li {
      margin: 10px 0; }
      .contact-wrapper ul li a {
        font-weight: 300;
        display: flex;
        align-items: center; }
        .contact-wrapper ul li a i {
          font-size: 20px; }
  .contact-wrapper h4 {
    font-size: 18px; }
  .contact-wrapper a {
    color: #fff; }
  .contact-wrapper .contact-info {
    margin-bottom: 30px; }
    .contact-wrapper .contact-info a {
      font-size: 38px;
      display: block; }
  @media screen and (max-width: 900px) {
    .contact-wrapper {
      padding-bottom: 50px; }
      .contact-wrapper .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
      .contact-wrapper .box-contact-wrapper p br {
        display: none; }
      .contact-wrapper h3 {
        font-size: 32px; }
      .contact-wrapper .contact-info a {
        font-size: 28px; } }

.formulario {
  background-color: #efefef;
  padding-bottom: 100px; }
  .formulario .box-formulario {
    background-color: #a7a9ac;
    padding: 50px 30px; }
    .formulario .box-formulario h2.h2 {
      color: #fff; }
    .formulario .box-formulario .form-control {
      border: none;
      border-radius: 0px;
      height: 45px; }
    .formulario .box-formulario textarea {
      height: 200px !important; }
    .formulario .box-formulario input.btn.btn-enviar {
      background-color: #549ed1;
      color: #fff;
      padding: 6px 50px;
      margin: 25px auto 0;
      display: block;
      border-radius: 0px; }
    .formulario .box-formulario .wpcf7-spinner {
      position: absolute;
      right: 0;
      top: 30px; }
    .formulario .box-formulario .wpcf7 form .wpcf7-response-output {
      text-align: center;
      color: #fff;
      padding: 15px 1em; }
    .formulario .box-formulario .wpcf7 form.invalid .wpcf7-response-output {
      background-color: #ffb900; }
  @media screen and (max-width: 900px) {
    .formulario {
      padding-bottom: 50px; }
      .formulario .box-formulario textarea {
        height: 200px !important; } }

footer {
  padding: 100px 0 0; }
  footer img {
    height: 80px; }
  footer .footer-logo {
    margin-bottom: 40px; }
  footer .footer-nav {
    justify-content: center;
    margin-bottom: 30px; }
    footer .footer-nav li {
      margin: 0 15px; }
      footer .footer-nav li a {
        text-transform: uppercase; }
        footer .footer-nav li a:hover {
          color: #549ed1; }
  footer .contact-info {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
    footer .contact-info a {
      margin: 5px 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
      footer .contact-info a i {
        color: #549ed1;
        font-size: 22px; }
  footer a, footer p {
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    color: #404041; }
  footer ul.social {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px; }
    footer ul.social li {
      display: flex;
      margin: 0 15px; }
      footer ul.social li a {
        color: #549ed1;
        font-size: 22px; }
        footer ul.social li a:hover {
          color: #165dde; }
  footer .copyright {
    background-color: #000;
    padding: 20px;
    margin-top: 70px; }
    footer .copyright p {
      margin-bottom: 0;
      color: #6d6e71;
      font-size: 15px;
      font-weight: 500; }
  @media screen and (max-width: 900px) {
    footer {
      padding: 50px 0 0px; }
      footer .footer-nav {
        flex-direction: column; }
        footer .footer-nav li {
          margin: 8px 0px; }
      footer .contact-info {
        flex-direction: column; }
      footer ul.social {
        margin-bottom: 0px; }
      footer .copyright {
        padding: 20px 20px 70px; } }

.whatsflutuante {
  background-repeat: no-repeat;
  text-indent: 9999px;
  z-index: 200;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 1.5em;
  bottom: 1.5em;
  background-image: url("../img/whatsapp.png");
  background-size: contain; }
  @media screen and (max-width: 900px) {
    .whatsflutuante {
      width: 60px;
      height: 60px;
      right: 1em;
      bottom: 1em; } }

/*# sourceMappingURL=styles.css.map */
