<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Poppins Black";
  src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Black";
  src: url("../fonts/poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
.header-site {
  background: #fff;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.header-site__logo {
  width: 15%;
}
@media (max-width: 991px) {
  .header-site__logo {
    width: 20%;
  }
}
@media (max-width: 576px) {
  .header-site__logo {
    width: 100%;
  }
}
.header-site__logo img {
  padding: 20px 10px;
}
@media (max-width: 991px) {
  .header-site__logo img {
    margin: 0 auto;
    display: block;
  }
}
.header-site__menu {
  width: 78%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-site__menu {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .header-site__menu {
    display: none;
  }
}
.header-site__menu .menu-header {
  width: 80%;
  height: 100%;
}
.header-site__menu .menu-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.header-site__menu .menu-header ul li {
  height: 100%;
}
.header-site__menu .menu-header ul li a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  padding: 10px;
  height: 100%;
  text-decoration: none;
  color: #006b68;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.header-site__menu .menu-header ul li a:hover {
  background: #f5f5f5;
  border-top: 5px solid #ffb611;
  font-weight: bold;
}
.header-site__menu__filie {
  width: 20%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}
.header-site__menu__filie__botao {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  color: #006b68;
  background: #ffb611;
  padding: 5px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width: 576px) {
  .header-site__menu__filie__botao {
    width: 100%;
    margin-bottom: 20px;
  }
}
.header-site__menu__filie__botao__icone {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50px;
}
.header-site__menu__filie__botao span {
  padding: 10px 15px;
  margin: 0 auto;
}
.header-site__menu__filie__botao:hover {
  background: #006b68;
  color: #fff;
}
.header-site__menu-mob {
  width: auto;
  display: none;
}
@media (max-width: 576px) {
  .header-site__menu-mob {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-site__menu-mob {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.header-site__menu-mob__btnMobile {
  border-radius: 50%;
  font-size: 25px;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 2px solid #ffb611;
  background: #fff;
  color: #006b68;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.header-site__menu-mob__btnMobile:hover {
  color: #006b68;
  background: #efefef;
}
.header-site__menu-mob__btnMobile span {
  padding: 2px 10px;
  margin: 0 auto;
}
.header-site .menu-cover {
  background: #fff;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 2;
  color: #fff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.header-site .menu-cover::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/apm-fundo-horiz.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.header-site .menu-cover__fechar {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 40px;
  color: #006b68;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width: 576px) {
  .header-site .menu-cover__fechar {
    right: 0;
    margin: 10px 0 0;
    width: 100%;
    height: auto;
    padding: 5px;
  }
}
.header-site .menu-cover__fechar:hover {
  background: #006b68;
  color: #fff;
}
.header-site .menu-cover__nav {
  text-align: center;
  margin-bottom: 20px;
}
.header-site .menu-cover__nav__logo {
  margin: 35px auto 0;
}
@media (max-width: 576px) {
  .header-site .menu-cover__nav__logo {
    margin: 10px auto 0;
    padding: 10px;
  }
}
.header-site .menu-cover__nav__titulo {
  margin: 35px auto 20px;
  max-width: 300px;
  width: 100%;
}
@media (max-width: 576px) {
  .header-site .menu-cover__nav__titulo {
    margin: 20px auto;
    padding: 10px;
  }
}
.header-site .menu-cover .menu-header {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}
.header-site .menu-cover .menu-header ul {
  width: 100%;
  max-width: 576px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-site .menu-cover .menu-header ul li {
  width: 100%;
  position: relative;
}
.header-site .menu-cover .menu-header ul li a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 2px 0px;
  padding: 8px;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px solid #009595;
  text-decoration: none;
  color: #006b68;
  font-weight: 500;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  position: relative;
}
.header-site .menu-cover .menu-header ul li a:hover {
  background: #006b68;
  color: #fff;
}
.header-site .menu-cover .menu-header ul li:hover .sub-menu {
  max-height: 1000px;
  background: rgba(0, 0, 0, 0.1);
}
.header-site .menu-cover .menu-header ul li .sub-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.header-site .menu-cover .menu-header ul li .sub-menu li {
  position: relative;
}
.header-site .menu-cover .menu-header ul li .sub-menu li a:first-of-type {
  content: "";
}
.header-site .menu-cover .menu-header ul .menu-item-has-children::after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  color: #fff;
  font-size: 30px;
  top: 0;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.header-site .menu-cover__footer {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
}
.header-site .menu-cover__footer__botoes-aluno {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 576px) {
  .header-site .menu-cover__footer__botoes-aluno {
    padding-bottom: 0;
  }
}

.removeScroll {
  overflow-y: hidden !important;
}

.addScroll {
  overflow-y: scroll !important;
}

.menu-cover-open {
  height: 100vh !important;
  position: fixed !important;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  border-bottom: 2px solid #ebebeb;
  transform: translateY(-200px);
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.sticky-transitioned {
  transform: translateY(0) !important;
}

.section-regional {
  background: #fff;
  width: 100%;
}
.section-regional__img {
  overflow: hidden;
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow: 0 0 3px #4a4a4a;
  margin-top: -15%;
}
@media (max-width: 991px) {
  .section-regional__img {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .section-regional__img {
    width: 60%;
    margin: 40px auto 0;
  }
}
.section-regional__cont {
  padding: 20px;
}
.section-regional__cont h1 {
  margin-top: 30px;
}

.section-diretoria {
  padding: 60px 0px;
  background: #efefef;
  position: relative;
}
.section-diretoria::before {
  content: "";
  z-index: 0;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/apm-fundo-vert.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.section-diretoria h1 {
  text-align: center;
  margin-bottom: 30px;
}
.section-diretoria__item {
  background: #fff;
  width: 90%;
  border-right: 10px solid #006b68;
  margin: 40px auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.section-diretoria__item__img {
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #009595;
  width: 20%;
  transform: scale(1.5);
}
.section-diretoria__item__info {
  width: 70%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.section-diretoria__item__info h5 {
  font-weight: 500;
  color: #3f3f3f !important;
  margin-bottom: 2px;
}
.section-diretoria__item__info p {
  margin: 0;
  text-transform: uppercase;
  color: #009595;
  letter-spacing: 1px;
  font-size: 14px;
}

.section-servicos {
  padding: 60px 0px;
  background: linear-gradient(45deg, #84822c, #006b68);
  position: relative;
}
.section-servicos::before {
  content: "";
  z-index: 0;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/logo-fundo-vert.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.section-servicos h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
.section-servicos h1 span {
  color: #ffb611;
}
.section-servicos__item {
  width: 100%;
  background: #fff;
  margin-bottom: 40px;
}
.section-servicos__item__img {
  width: 100%;
}
.section-servicos__item__img img {
  width: 100%;
}
.section-servicos__item__info {
  width: 100%;
  padding: 25px;
}
.section-servicos__item__info h5 {
  color: #3f3f3f !important;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.section-servicos__item__info__conteudo {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
}
.section-servicos__item__info__conteudo p {
  margin: 0;
}
.section-servicos__item__info__conteudo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: 1px;
  background: #3f3f3f;
}
.section-servicos__item__info__conteudo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 1px;
  background: #3f3f3f;
}
.section-servicos__item__info .btnPad {
  max-width: 150px;
  margin: 0 auto;
}

.section-newsletter {
  background-color: #fff;
  padding: 60px 0px;
}
.section-newsletter h2 {
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .section-newsletter h2 {
    margin-bottom: 40px;
  }
}
.section-newsletter form {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .section-newsletter form {
    flex-wrap: wrap;
    background: transparent;
  }
}
.section-newsletter form input[type=text], .section-newsletter form input[type=email] {
  border-radius: 50px;
  padding: 15px 25px;
  outline: none;
  font-size: 20px;
  background-color: #efefef;
  color: #3f3f3f;
  width: 75%;
  border: 0;
}
@media (max-width: 767px) {
  .section-newsletter form input[type=text], .section-newsletter form input[type=email] {
    width: 100%;
    border-radius: 50px;
  }
}
.section-newsletter form input[type=text]::placeholder, .section-newsletter form input[type=email]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3f3f3f !important;
  opacity: 1;
  /* Firefox */
}
.section-newsletter form input[type=text]:-ms-input-placeholder, .section-newsletter form input[type=email]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3f3f3f;
}
.section-newsletter form input[type=text]::-ms-input-placeholder, .section-newsletter form input[type=email]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #3f3f3f;
}
.section-newsletter form input[type=submit] {
  border: 0;
  width: 25%;
  height: 100%;
  margin-bottom: 0;
  padding: 20px;
}
@media (max-width: 767px) {
  .section-newsletter form input[type=submit] {
    width: 100%;
    margin-top: 20px;
  }
}

.page-title {
  background: #006b68;
  padding: 30px 0px;
}
.page-title h1 {
  color: #fff !important;
}

.page-interna {
  margin-bottom: 30px;
}
.page-interna h2 {
  margin-bottom: 20px;
}
.page-interna__conteudo h5, .page-interna__conteudo h6 {
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 100;
}
.page-interna ul {
  list-style: none;
}
.page-interna ul li {
  margin-bottom: 10px;
}
.page-interna ul li::before {
  content: "•";
  color: #006b68;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.page-interna a {
  color: #1a1a1a;
  text-decoration: none !important;
  font-weight: bold;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.page-interna a:hover {
  color: #006b68;
}
.page-interna .container-box {
  background: #fff;
  padding: 40px 40px 30px;
  position: relative;
  border-bottom: 5px solid #006b68;
}
.page-interna .container-box i {
  color: #006b68;
  font-size: 20px;
  margin-right: 5px;
}

.item-noticia {
  width: 100%;
  background: #fff;
  margin-bottom: 40px;
}
.item-noticia__img {
  width: 100%;
}
.item-noticia__img img {
  width: 100%;
}
.item-noticia__info {
  width: 100%;
  padding: 25px;
}
.item-noticia__info h5 {
  color: #3f3f3f !important;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.item-noticia__info__conteudo {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
}
.item-noticia__info__conteudo p {
  margin: 0;
}
.item-noticia__info__conteudo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: 1px;
  background: #3f3f3f;
}
.item-noticia__info__conteudo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 1px;
  background: #3f3f3f;
}
.item-noticia__info .btnPad {
  max-width: 150px;
  margin: 0 auto;
  color: #fff !important;
  font-weight: 500;
}
.item-noticia__info .btnPad:hover {
  color: #006b68 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins";
  background: #f5f5f5;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #006b68;
}

.btnPad {
  background: #006b68;
  padding: 15px 20px;
  display: block;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
  font-weight: 500;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btnPad:hover {
  background: #ffb611;
  color: #006b68;
}

.form-padrao .form-input label {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
  left: 25px;
  top: 2px;
  z-index: 1;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: #f5f5f5;
  width: 90%;
  padding: 6px 0;
}
.form-padrao .form-input input[type=text], .form-padrao .form-input textarea {
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  padding: 25px 10px 10px 10px;
  position: relative;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: #f5f5f5;
  border: 2px solid #cecece;
}
.form-padrao p {
  margin: 10px 0px;
}
.form-padrao input[type=submit] {
  border: 0 !important;
  bottom: -25px;
  margin-bottom: 0;
  width: 100%;
}

.paginacaoContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  background: #f3f3f3;
  border-radius: 8px;
  margin: 12px;
}

.paginacaoContainer .page-numbers {
  background: #006b68;
  color: #fff;
  display: block;
  font-weight: bold;
  width: auto;
  float: left;
  border-radius: 8px;
  margin: 5px;
  padding: 15px 18px 14px 18px;
  text-decoration: none;
}

@media only screen and (max-width: 500px) {
  .paginacaoContainer .page-numbers {
    width: 70%;
    padding: 10px !important;
  }
}
.paginacaoContainer .page-numbers:hover {
  background: #ffb611;
  color: #fff;
  text-decoration: none;
}

.paginacaoContainer .page-numbers-disabled, .paginacaoContainer .page-numbers-disabled:hover {
  background: #e4e4e4;
  color: #868686;
}

.paginacaoContainer .current {
  background: #ffb611;
  color: #006b68;
  padding: 15px 18px 14px 18px;
}

.filie-mob-span {
  padding: 10px 40px !important;
  font-size: 20px !important;
}

#wbot-open-chat {
  background-color: #009688 !important;
}

#atendimento {
  cursor: pointer;
}

.menu-contato-lateral {
  background: #006b68;
  position: fixed;
  top: 40%;
  width: 60px;
  padding: 0px 10px;
  border-radius: 0px 30px 30px 0px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-size: 0px;
  border: 2px solid #ffffff;
  border-left: 0;
  z-index: 10;
}
.menu-contato-lateral__item {
  border-bottom: 2px solid #fff;
  display: block;
  padding: 15px 0 15px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
}
.menu-contato-lateral__item .fa-telegram {
  font-size: 38px !important;
  margin-right: 5px;
  color: #fff;
}
.menu-contato-lateral__item__num {
  display: none;
  font-weight: 500;
  margin: 0 10px 0 15px;
  text-overflow: ellipsis;
}
.menu-contato-lateral__item__num a {
  text-decoration: none !important;
  color: #fff;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.menu-contato-lateral__item__num a:hover {
  color: #ffb611;
}
.menu-contato-lateral__item:last-child {
  border: 0;
}
.menu-contato-lateral:hover {
  width: 280px;
  background: #005b58;
  font-size: 20px;
}
.menu-contato-lateral:hover .menu-contato-lateral__item__num {
  display: block !important;
}

.footer-site {
  background: #006b68;
  padding-top: 20px;
}
.footer-site h4 {
  color: #fff;
  width: 100%;
}
@media (max-width: 991px) {
  .footer-site h4 {
    text-align: center;
  }
}
.footer-site .col-contato {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 991px) {
  .footer-site .col-contato {
    margin-top: 40px;
    margin-bottom: 40px;
    align-items: center;
  }
}
.footer-site .col-contato__item {
  margin: 10px 0px;
  color: #fff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}
.footer-site .col-contato__item span i {
  font-size: 30px;
  margin-right: 10px;
  color: #fff;
}
.footer-site .col-contato__item span img {
  max-width: 30px;
  margin-right: 10px;
}
.footer-site .col-contato__item a {
  text-decoration: none !important;
  color: #fff;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.footer-site .col-contato__item a:hover {
  color: #ffb611;
}
.footer-site .img-atendimento {
  max-width: 275px;
}
.footer-site .footer_copy {
  width: 100%;
  padding: 20px;
  text-align: center;
  background: #005b58;
  color: #fff;
  margin-top: 20px;
}

/*# sourceMappingURL=theme.min.css.map */
</pre></body></html>