@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;700;900&display=swap");
.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes balloon {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateY(-5px) scale(1.02) rotate(2deg);
  }
}
@-moz-keyframes balloon {
  0%, 100% {
    -moz-transform: translateY(0) rotate(-2deg);
  }
  50% {
    -moz-transform: translateY(-5px) scale(1.02) rotate(2deg);
  }
}
@-o-keyframes balloon {
  0%, 100% {
    -o-transform: translateY(0) rotate(-2deg);
  }
  50% {
    -o-transform: translateY(-5px) scale(1.02) rotate(2deg);
  }
}
@keyframes balloon {
  0%, 100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-5px) scale(1.02) rotate(2deg);
  }
}
body {
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  background: #f2f2f2;
}
body strong {
  font-weight: 700;
}

* {
  outline: none !important;
}

img {
  max-width: 100%;
}

.desk {
  display: block !important;
}

.mobile {
  display: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h4.title {
  color: #046436;
  font-size: 25px;
  font-weight: bold;
}

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

.btn.btn-primary {
  color: #444444;
  font-size: 15px;
  font-weight: bold;
  background: #fccb0c;
  border: #fccb0c solid 3px;
  border-radius: 30px;
  padding: 5px 30px;
}
.btn.btn-primary:hover {
  background: transparent;
}

button.btn.btn-primary:hover {
  opacity: 0.8;
}

section.title {
  width: 100%;
  height: 215px;
  display: flex;
  align-items: center;
}
section.title h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 28px;
}
section.title h1 span.yellow {
  color: #fccb0c;
}

.page-section {
  margin-top: 0 !important;
  padding: 2rem 0;
}

.pagination {
  justify-content: center;
}
.pagination:after {
  content: ">>";
  background: none;
  border-radius: 30px !important;
  padding: 7px 10px;
  color: #5d5d5d;
  font-weight: bold;
  font-size: 16px;
  border: none;
}
.pagination:before {
  content: "<<";
  background: none;
  border-radius: 30px !important;
  padding: 7px 10px;
  color: #5d5d5d;
  font-weight: bold;
  font-size: 16px;
  border: none;
}
.pagination .page-link {
  background: none;
  border-radius: 30px !important;
  padding: 7px 10px;
  color: #5d5d5d;
  font-weight: bold;
  font-size: 16px;
  border: none;
}
.pagination .page-link:hover {
  background: #046436;
  color: #ffffff;
}

.col-form-label h4 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}
.col-form-label + button {
  border-color: #fccb0c;
  color: #ffffff;
  border-width: 1px;
  padding: 5px 30px;
  line-height: 1;
  border-radius: 30px;
}
.col-form-label + button:hover {
  background: #ffffff;
  color: #046436;
  border-color: #ffffff;
}
.col-form-label.green h4 {
  color: #046436;
}
.col-form-label.green + button {
  background: #fccb0c;
  border-color: #fccb0c;
  text-transform: uppercase;
  color: #444444;
  font-size: 17px;
  font-weight: bold;
}
.col-form-label.green + button:hover {
  background: transparent;
}

.slick-arrow {
  background: none;
  border: none;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 99;
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-arrow.slick-prev {
  left: -15px;
}
.slick-arrow.slick-next {
  right: -5px;
}

@media (max-width: 991px) {
  .desk {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }
}
header {
  background: #046436;
  color: #fff;
  padding: 10px;
  position: relative;
}
header:after {
  content: "";
  width: 100%;
  height: 215px;
  display: block;
  position: absolute;
  bottom: -215px;
  left: 0;
  z-index: -1;
  background: url(../images/banner-topo.png);
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container nav ul {
  display: flex;
  justify-content: flex-end;
}
header .container nav ul li {
  margin: 0 25px;
}
header .container nav ul li a {
  font-size: 17px;
  position: relative;
}
header .container nav ul li a:hover {
  color: inherit;
}
header .container nav ul li a:hover:after {
  width: 100%;
}
header .container nav ul li a:after {
  content: "";
  background: #fccb0c;
  display: block;
  width: 0;
  height: 3px;
  transition: 0.3s;
  position: absolute;
  bottom: -8px;
  left: 0;
}

footer {
  background-color: #046436;
  color: #ffffff;
}
footer .container {
  padding: 60px 0;
}
footer .container .left {
  display: flex;
}
footer .container .left > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .container .left > ul:nth-child(1) {
  padding-right: 40px;
  position: relative;
}
footer .container .left > ul:nth-child(1):after {
  content: "";
  background: #fccb0c;
  height: 120%;
  width: 1px;
  position: absolute;
  top: -10%;
  right: 0;
}
footer .container .left > ul:nth-child(2) {
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
}
footer .container .left > ul:nth-child(2):after {
  content: "";
  background: #fccb0c;
  height: 120%;
  width: 1px;
  position: absolute;
  top: -10%;
  right: 0;
}

footer .container .left > ul:nth-child(3) {
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
  font-size: 20px;
}


footer .container .left img {
  margin-bottom: 10px;

}
footer .container .left p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}
footer .container .right {
  text-align: right;
}
footer .container .right h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}
footer .container .right ul.redes-sociais {
  display: flex;
  justify-content: end;
  align-items: center;
}
footer .container .right ul.redes-sociais li {
  margin: 0 5px;
}
footer .container .right ul.redes-sociais li:hover {
  opacity: 0.8;
}
footer .copyright {
  background-color: #03532d;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  padding: 5px;
}
footer .copyright p {
  margin: 0;
}

.card {
  background-color: #ffffff;
  border: none;
}
.card .card-body h5.card-title {
  color: #046436;
  font-size: 20px;
  font-weight: bold;
}
.card .card-body p.card-text {
  color: #444444;
  font-size: 14px;
  font-weight: 500;
}
.card.card-grafico {
  border: none;
  padding: 20px 10px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}
.card.card-grafico .card-header {
  color: #046436;
  font-size: 20px;
  font-weight: bold;
}
.card.card-grafico-mini {
  border: none;
  padding: 10px 10px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}
.card.card-grafico-mini .card-body {
  padding: 1rem 1rem 0.5rem 1rem;
}
.card.card-grafico-mini .card-body > h5 {
  margin: 0;
  padding: 0;
}
.card.card-grafico-mini .card-body > h2 {
  margin: 0;
  padding: 0;
  color: #046436;
  font-weight: bold;
  font-size: 36px;
}
.card.card-grafico-mini .card-header {
  color: #444444;
  font-size: 17px;
  font-weight: 500;
}

.banner-middle {
  padding: 35px 0;
}
.banner-middle.white {
  background: #fff;
  padding: 15px 0;
}
.banner-middle.white .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-middle.white .col-12 img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.banner-middle h3 {
  color: #046436;
  font-size: 26px;
  font-weight: bold;
}
.banner-middle p {
  color: #444444;
  font-size: 15px;
  font-weight: 500;
}
.banner-middle .position-relative img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.wrap-parcerias {
  padding: 50px 0;
}
.wrap-parcerias ul li {
  padding: 5px 10px;
}
.wrap-parcerias h4.title {
  margin-bottom: 30px;
}

@media (max-width: 998px) {
  .banner-middle .position-relative img {
    top: -120px;
  }

  .banner-middle .col-12.col-lg-7 {
    order: 1;
  }

  .banner-middle .row {
    display: flex;
    flex-direction: column;
  }

  .banner-middle .col-12.col-lg-5 {
    order: 2;
  }

  section.title h1 {
    font-size: 18px;
  }

  section.title {
    align-items: flex-start;
    padding-top: 40px;
  }

  .banner-middle .col-12.col-lg-5 {
    margin-top: 70px;
  }

  .banner-middle p {
    font-size: 14px;
  }

  footer .container .left {
    flex-direction: column;
    align-items: center;
  }

  footer .container .left > ul {
    padding: 0 !important;
    margin-bottom: 40px;
    text-align: center;
  }

  footer .container .left > ul:nth-child(1):after {
    height: 1px;
    width: 65%;
    bottom: -20px;
    top: inherit;
    right: 15%;
  }
  footer .container .left > ul:nth-child(2):after {
    height: 1px;
    width: 65%;
    bottom: -20px;
    top: inherit;
    right: 15%;
  }

  footer .container .left img {
    max-width: 200px;
  }

  footer .container .right {
    text-align: center;
  }

  footer .container .right ul.redes-sociais {
    justify-content: center;
  }

  footer .copyright {
    font-size: 10px;
  }

  footer .container {
    padding: 30px 0;
  }

  header .container nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #046436;
    padding: 15px 0;
    z-index: 99;
  }

  header .container nav ul {
    display: block;
  }

  header .container nav ul li a {
    font-size: 14px;
    padding: 5px 0;
    display: block;
  }

  .options {
    flex-wrap: wrap;
  }

  .btn.btn-primary {
    padding: 5px 15px;
    margin: 5px 2px !important;
  }

  .col-form-label h4 {
    font-size: 14px;
  }

  .col-form-label + button {
    padding: 5px 15px;
    margin-left: 5px !important;
  }

  h4.title {
    font-size: 16px;
  }

  .col-form-label.green + button {
    font-size: 14px;
  }

  .card.card-grafico .card-header {
    font-size: 12px !important;
  }

  .page-artigos section.title {
    position: absolute;
  }

  .page-artigos .page-section {
    margin-top: 50px !important;
  }

  header:after {
    background: url(../images/banner-topo-mobile.png);
    background-size: cover;
  }

  #page-articles .col-md-4 {
    padding: 20px !important;
  }

  header .container nav ul li a:after {
    bottom: 0;
    height: 1px;
  }

  header .container nav.desk.show.in {
    display: block !important;
  }
}

/*# sourceMappingURL=abcomm-new.css.map */
