@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
* {
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }

div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  margin: 0 !important;
  font-family: "Montserrat", sans-serif !important;
  color: #000;
  position: relative;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #0078a3; }

::selection {
  color: #fff;
  background: #0078a3; }

.cookiealert {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 275px;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 15px;
  transform: translate(0, 100%);
  transition: all 500ms ease-out;
  background: #0078a3; }
  .cookiealert p {
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 15px;
    color: #fff; }
  .cookiealert a {
    color: #fff; }
  .cookiealert button.acceptcookies {
    padding: 10px 18px;
    font-size: 0.875rem;
    text-transform: uppercase; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    text-align: center; } }
.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -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;
  box-shadow: none; }

a {
  color: #c2dfe9;
  text-decoration: none !important; }
  a:hover {
    color: #c2dfe9; }

.center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.centerleft {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

.centerright {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 1140px) {
  .grid {
    grid-column-gap: 0px !important;
    grid-row-gap: 30px !important;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important; }

  img {
    max-width: 100%; }

  br {
    display: none; }

  .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; } }
section {
  position: relative;
  padding: 80px 0; }

.flex {
  display: flex;
  align-items: center;
  gap: 30px; }

.flex._2 {
  justify-content: space-between; }

.mt-80 {
  margin-top: 80px; }

.mt-60 {
  margin-top: 60px; }

.video-container {
  position: relative;
  max-width: 768px;
  margin: 0 auto; }
  .video-container .bg-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .video-container .bg-video-thumb {
    background: #000;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
  .video-container button.play {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
    .video-container button.play:hover {
      transform: scale(1.1); }
  .video-container .embed-container {
    position: relative;
    padding-bottom: 56.22%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%; }
  .video-container .embed-container iframe,
  .video-container .embed-container object,
  .video-container .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 1140px) {
    .video-container button.play {
      width: 65px;
      height: 65px; } }

h1 {
  color: #0078a3;
  font-size: 2.625rem;
  font-weight: 700;
  margin-bottom: 30px; }

h2 {
  color: #00a652;
  font-size: 2.625rem;
  font-weight: 700;
  margin-bottom: 20px; }

h3 {
  color: #0078a3;
  font-size: 1.375rem;
  font-weight: 700; }

p {
  font-size: 1.125rem;
  margin-bottom: 30px; }

ul.wp-block-list {
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px; }

.btn.btn-primary {
  position: relative;
  background-color: #00a652 !important;
  color: #fff !important;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  padding: 18px 30px;
  border: none;
  border-radius: 12px;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms; }
  .btn.btn-primary:hover {
    background-color: #00a652 !important; }

.btn.btn-primary._2 {
  border: solid 1px #00a652;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: max-content; }

.contacts-list a {
  display: flex;
  align-items: center;
  gap: 10px; }
  .contacts-list a i {
    color: #fff;
    font-size: 20px; }

.redes ul {
  gap: 12px; }
  .redes ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 20px; }

.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0078a3;
  border-radius: 100px;
  top: 6px; }
  .swiper-button-next:after, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-prev:before {
    display: none; }

.swiper-button-prev {
  background-image: url("../img/icons/arrow-3.svg") !important;
  right: 90px;
  left: auto; }

.swiper-button-next {
  background-image: url("../img/icons/arrow-2.svg") !important;
  right: 15px; }

@media (max-width: 1380px) {
  .container {
    max-width: 1140px; } }
@media screen and (max-width: 1380px) {
  section {
    padding: 60px 0; }

  .flex {
    gap: 20px; }

  .redes ul {
    gap: 6px; }

  .contacts-list a {
    gap: 8px; }

  h1 {
    font-size: 2.5rem; }

  h2 {
    font-size: 2.25rem;
    margin-bottom: 15px; }

  h3 {
    font-size: 1.25rem; }

  p {
    font-size: 1rem;
    margin-bottom: 30px; }

  ul.wp-block-list {
    font-size: 1rem;
    gap: 6px;
    margin-bottom: 20px; } }
@media screen and (max-width: 1140px) {
  section {
    padding: 40px 0; }

  .mt-80 {
    margin-top: 30px; }

  .mt-60 {
    margin-top: 30px; }

  .mt-5, .my-5 {
    margin-top: 1.5rem !important; }

  .mt-4, .my-4 {
    margin-top: 1rem !important; }

  h1 {
    font-size: 2.25rem;
    margin-bottom: 20px; }

  h2 {
    font-size: 2rem;
    margin-bottom: 10px; }

  h3 {
    font-size: 1.125rem; }

  p {
    margin-bottom: 20px; }

  .btn.btn-primary {
    padding: 15px 25px; }

  .redes ul {
    gap: 4px; }
    .redes ul li a {
      width: 18px;
      min-width: 18px;
      height: 18px;
      min-height: 18px;
      font-size: 18px; }

  .swiper-button-next, .swiper-button-prev {
    background-size: 16px;
    width: 34px;
    height: 34px;
    margin-top: 10px; }

  .swiper-button-prev {
    left: 15px; }

  .swiper-button-next {
    right: 15px; } }
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10; }
  header .pre-header {
    background-color: #0078a3;
    padding: 12px 0; }
  header .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 20px; }
  header nav.nav-menu {
    padding: 15px 0; }
    header nav.nav-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      gap: 50px; }
      header nav.nav-menu ul li {
        position: relative; }
        header nav.nav-menu ul li a {
          position: relative;
          display: block;
          color: #0078a3;
          width: 100%;
          font-size: 1.125rem;
          font-weight: 700;
          line-height: 1;
          padding: 12px 2px;
          text-transform: uppercase;
          text-align: center; }
          header nav.nav-menu ul li a::after {
            content: '';
            width: 0%;
            height: 3px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            border-bottom: solid 3px #00a652;
            -webkit-transition: all linear 200ms;
            transition: all linear 200ms; }
          header nav.nav-menu ul li a:hover:after {
            width: 100%; }
        header nav.nav-menu ul li a.active:after {
          width: 100%; }
      header nav.nav-menu ul li:first-child {
        margin-left: 0; }
      header nav.nav-menu ul li:last-child {
        margin-right: 0; }
  header .hamburger {
    position: relative;
    z-index: 10;
    cursor: pointer; }
  header .hamburger-btn .hamburger-lines .close-line {
    position: relative;
    z-index: 1;
    height: 1px;
    width: 28px;
    border-radius: 0px;
    background-color: #fff;
    margin: 8px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s; }
  header .hamburger-btn .hamburger-lines.open .close-top {
    transform: translate3d(0px, 9px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .hamburger-btn .hamburger-lines.open .close-middle {
    opacity: 0; }
  header .hamburger-btn .hamburger-lines.open .close-bottom {
    transform: translate3d(0px, -9px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .menu-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease .8s;
    transition: all ease .8s; }
    header .menu-overlay .nav-menu {
      display: block;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      right: 0;
      top: 0;
      background-color: #c2dfe9;
      padding: 10px 15px;
      padding-bottom: 20px;
      z-index: 200;
      transform: translateY(-40vh) translateX(0px);
      -webkit-transition: all ease .8s;
      transition: all ease .8s; }
      header .menu-overlay .nav-menu ul {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 15px; }
        header .menu-overlay .nav-menu ul li {
          margin: 0; }
          header .menu-overlay .nav-menu ul li a {
            display: block;
            font-size: 1.25rem;
            text-align: left;
            padding: 15px 0px 10px; }
            header .menu-overlay .nav-menu ul li a:after {
              height: 1px;
              border-bottom: solid 1px #0078a3; }
      header .menu-overlay .nav-menu a {
        color: #0078a3; }
  header .menu-overlay.open {
    display: block;
    height: 700px; }
    header .menu-overlay.open .nav-menu {
      transform: translateY(0vh) translateX(0px); }
  @media screen and (max-width: 1600px) {
    header .nav-container {
      padding: 15px 0 10px; }
    header nav.nav-menu ul {
      gap: 40px; }
      header nav.nav-menu ul li a {
        padding: 8px 2px; } }
  @media screen and (max-width: 1380px) {
    header .nav-container {
      padding: 10px 0 5px; }
    header nav.nav-menu ul {
      gap: 30px; }
      header nav.nav-menu ul li a {
        font-size: 1rem; } }
  @media screen and (max-width: 1140px) {
    header {
      background-color: #0078a3; }
      header .container {
        padding: 0; }
      header .nav-container {
        padding: 10px 15px 10px; } }

section.hero {
  padding-top: 0; }
  section.hero img {
    width: 100%; }
  section.hero .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  section.hero .logo img {
    max-width: 750px; }
  @media screen and (max-width: 1600px) {
    section.hero .logo img {
      max-width: 650px; } }
  @media screen and (max-width: 1380px) {
    section.hero .logo {
      margin-top: -50px; }
      section.hero .logo img {
        max-width: 500px; } }
  @media screen and (max-width: 1140px) {
    section.hero img {
      min-height: 300px;
      object-fit: cover; }
    section.hero .logo {
      margin-top: -10px; }
      section.hero .logo img {
        max-width: 200px;
        height: auto;
        min-height: auto; }
    section.hero .pb-5, section.hero .py-5 {
      padding-bottom: 1rem !important; } }

section.hero._2 {
  padding-top: 0; }
  @media screen and (max-width: 1600px) {
    section.hero._2 .pb-5, section.hero._2 .py-5 {
      padding-bottom: 0rem !important; }
    section.hero._2 .logo img {
      max-width: 450px; } }
  @media screen and (max-width: 1380px) {
    section.hero._2 .logo {
      margin-top: 20px; }
      section.hero._2 .logo img {
        max-width: 400px; } }
  @media screen and (max-width: 1140px) {
    section.hero._2 .pl-5, section.hero._2 .px-5 {
      padding-left: 15px !important; } }

section.about .logo img {
  max-width: 500px; }
section.about .danilo {
  position: absolute;
  bottom: -80px;
  left: -60px; }
  section.about .danilo img {
    max-width: 630px; }
@media screen and (max-width: 1380px) {
  section.about .logo img {
    max-width: 450px; }
  section.about .danilo {
    position: absolute;
    bottom: -60px;
    left: -30px; }
    section.about .danilo img {
      max-width: 530px; } }
@media screen and (max-width: 1140px) {
  section.about {
    padding-bottom: 0 !important; }
    section.about .row > div:first-child {
      order: 2; }
    section.about .pb-5, section.about .py-5 {
      padding-bottom: 0.5rem !important; }
    section.about .danilo {
      position: relative;
      bottom: auto;
      left: auto; }
      section.about .danilo img {
        max-width: 300px;
        margin: 0 auto;
        display: block; } }

section.cta {
  background-position: center;
  background-size: cover;
  padding: 128px 0; }
  section.cta * {
    color: #fff; }
  section.cta h2 {
    font-size: 2.25rem;
    margin-bottom: 10px; }
  section.cta p {
    font-size: 1.5rem; }
  section.cta .redes {
    margin-top: 50px; }
    section.cta .redes ul {
      gap: 40px; }
      section.cta .redes ul li a {
        font-size: 50px;
        width: 60px;
        min-width: 60px;
        height: 60px;
        min-height: 60px; }
  @media screen and (max-width: 1380px) {
    section.cta {
      padding: 100px 0; }
      section.cta h2 {
        font-size: 2rem; }
      section.cta p {
        font-size: 1.25rem; }
      section.cta .redes ul {
        gap: 30px; }
        section.cta .redes ul li a {
          font-size: 40px;
          width: 50px;
          min-width: 50px;
          height: 50px;
          min-height: 50px; } }
  @media screen and (max-width: 1140px) {
    section.cta {
      padding: 80px 0;
      background-position: left; }
      section.cta h2 {
        font-size: 1.75rem; }
      section.cta p {
        font-size: 1.125rem; }
      section.cta .redes {
        margin-top: 20px; }
        section.cta .redes ul {
          gap: 10px; }
          section.cta .redes ul li a {
            font-size: 32px;
            width: 40px;
            min-width: 40px;
            height: 40px;
            min-height: 40px; } }

section.bandeiras ul {
  flex-wrap: wrap;
  gap: 50px 70px; }
  section.bandeiras ul li {
    width: 250px;
    text-align: center; }
    section.bandeiras ul li .icon {
      opacity: 0.8; }
    section.bandeiras ul li h3 {
      text-align: center; }
    section.bandeiras ul li:hover .icon {
      opacity: 1; }
@media screen and (max-width: 1380px) {
  section.bandeiras ul li {
    width: 225px; }
    section.bandeiras ul li .icon img {
      max-width: 180px; } }
@media screen and (max-width: 1140px) {
  section.bandeiras ul {
    gap: 20px 10px;
    justify-content: center; }
    section.bandeiras ul li {
      width: calc(50% - 5px); }
      section.bandeiras ul li .icon img {
        max-width: 130px; } }

section.galeria h2 {
  color: #0078a3; }
section.galeria .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center; }
section.galeria .swiperGaleria .swiper-slide {
  height: 380px; }
section.galeria .swiperGaleria img {
  width: 100%;
  max-height: 380px;
  height: 380px;
  object-fit: cover; }
@media screen and (max-width: 1600px) {
  section.galeria .swiperGaleria .swiper-slide {
    height: 300px; }
  section.galeria .swiperGaleria img {
    max-height: 300px;
    height: 300px; } }
@media screen and (max-width: 1380px) {
  section.galeria .mt-4, section.galeria .my-4 {
    margin-top: 0.5rem !important; }
  section.galeria .swiperGaleria .swiper-slide {
    height: 250px; }
  section.galeria .swiperGaleria img {
    max-height: 250px;
    height: 250px; } }
@media screen and (max-width: 1140px) {
  section.galeria .swiperGaleria .swiper-slide {
    height: 175px; }
  section.galeria .swiperGaleria img {
    max-height: 175px;
    height: 175px; } }

ul.pagination {
  align-items: center;
  gap: 15px; }
  ul.pagination .page-link {
    color: #0078a3;
    font-size: 1.25rem;
    font-weight: 700;
    border: none;
    border-radius: 0px; }
  ul.pagination .page-item.active span.page-link.current {
    background-color: transparent;
    color: #0078a3;
    border-color: #33b874;
    border: none;
    border-bottom: solid 3px #33b874;
    border-radius: 0px; }
  ul.pagination a.next.page-link, ul.pagination a.prev.page-link {
    font-size: 1.125rem;
    font-weight: 400; }
  ul.pagination a.next.page-link {
    margin-left: 10px; }
  ul.pagination a.prev.page-link {
    margin-right: 10px; }
  @media screen and (max-width: 1140px) {
    ul.pagination {
      gap: 10px; }
      ul.pagination .page-link {
        font-size: 1em; }
      ul.pagination a.next.page-link, ul.pagination a.prev.page-link {
        font-size: 1rem; }
      ul.pagination a.next.page-link {
        margin-left: 5px; }
      ul.pagination a.prev.page-link {
        margin-right: 5px; } }

section.blog {
  padding-top: 50px; }
  section.blog .grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px; }
  section.blog .item {
    position: relative;
    width: 100%;
    overflow: hidden; }
    section.blog .item .image-wrapper {
      position: relative;
      width: 100%;
      height: 350px;
      margin-bottom: 5px; }
      section.blog .item .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: all ease 400ms;
        transition: all ease 400ms; }
        section.blog .item .image-wrapper img:hover {
          -webkit-transform: scale(1.05);
          transform: scale(1.05); }
    section.blog .item .content {
      position: relative;
      padding: 20px 0;
      z-index: 2; }
      section.blog .item .content .date {
        color: #00a652;
        font-size: 1.125rem;
        margin-bottom: 10px; }
      section.blog .item .content h3 {
        font-size: 1.25rem;
        line-height: 1.5;
        font-weight: 600;
        margin-bottom: 15px; }
        section.blog .item .content h3 a {
          color: #000; }
      section.blog .item .content p {
        font-size: 17px;
        margin-bottom: 0; }
  @media screen and (max-width: 1380px) {
    section.blog {
      padding-top: 40px; }
      section.blog .grid {
        grid-column-gap: 60px;
        grid-row-gap: 60px; }
      section.blog .item .image-wrapper {
        height: 330px; }
      section.blog .item .content .date {
        font-size: 1rem;
        margin-bottom: 8px; }
      section.blog .item .content h3 {
        font-size: 1.125rem;
        line-height: 1.4;
        margin-bottom: 10px; }
      section.blog .item .content p {
        font-size: 16px; } }
  @media screen and (max-width: 1140px) {
    section.blog .item .image-wrapper {
      height: auto; }
    section.blog .item .content {
      padding: 10px 0; }
      section.blog .item .content .date {
        font-size: 0.875rem;
        margin-bottom: 6px; }
      section.blog .item .content p {
        font-size: 14px; } }

section.about._2 .galeria {
  padding-left: 140px; }
  section.about._2 .galeria h4 {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px; }
  section.about._2 .galeria ul {
    flex-direction: column;
    gap: 8px; }
    section.about._2 .galeria ul li img {
      width: 100%;
      max-height: 325px;
      object-fit: cover; }
section.about._2 .logo {
  margin-top: 50px; }
  section.about._2 .logo img {
    max-width: 375px; }
@media screen and (max-width: 1380px) {
  section.about._2 .galeria {
    padding-left: 100px; }
  section.about._2 .logo {
    margin-top: 40px; } }
@media screen and (max-width: 1140px) {
  section.about._2 {
    padding-bottom: 40px !important; }
    section.about._2 .logo {
      margin-top: 20px; }
    section.about._2 .row > div:first-child {
      order: 0; }
    section.about._2 .galeria {
      padding-left: 0;
      margin-top: 40px; }
      section.about._2 .galeria ul {
        flex-direction: row;
        flex-wrap: wrap; }
        section.about._2 .galeria ul li {
          width: calc(50% - 4px); }
          section.about._2 .galeria ul li img {
            max-height: 150px;
            height: 100%; } }

section.single-post .categoria {
  margin-bottom: 40px; }
  section.single-post .categoria h4 {
    color: #00a652;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center; }
section.single-post .date {
  color: #0078a3;
  font-size: 1.375rem;
  margin-bottom: 25px; }
section.single-post h1 {
  font-size: 2.25rem; }
section.single-post .image-wrapper img {
  width: 100%;
  height: auto; }
@media screen and (max-width: 1380px) {
  section.single-post .categoria {
    margin-bottom: 20px; }
  section.single-post .date {
    font-size: 1.25rem;
    margin-bottom: 20px; }
  section.single-post h1 {
    font-size: 2rem; }
  section.single-post .mt-4, section.single-post .my-4 {
    margin-top: 0.5rem !important; } }
@media screen and (max-width: 1140px) {
  section.single-post {
    padding-bottom: 0; }
    section.single-post .categoria {
      margin-bottom: 10px; }
      section.single-post .categoria h4 {
        font-size: 1.5rem; }
    section.single-post .date {
      font-size: 1rem;
      margin-bottom: 15px; }
    section.single-post h1 {
      font-size: 1.5rem;
      margin-bottom: 15px; } }

section.single-post-article article h2 {
  font-size: 1.75rem;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 30px 0 10px; }
section.single-post-article article .h3, section.single-post-article article h3 {
  font-size: 1.5rem;
  margin: 30px 0 10px; }
section.single-post-article .share {
  color: #0078a3;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 40px; }
  section.single-post-article .share ul {
    gap: 10px; }
    section.single-post-article .share ul li a {
      width: 28px;
      min-width: 28px;
      height: 28px;
      color: #fff;
      border-radius: 4px; }
@media screen and (max-width: 1140px) {
  section.single-post-article .content {
    padding: 30px 20px; }
  section.single-post-article article p, section.single-post-article article li {
    font-size: 0.875rem; }
  section.single-post-article article h2 {
    font-size: 1.75rem; }
  section.single-post-article .share {
    font-size: 1rem;
    margin-top: 30px; }
    section.single-post-article .share ul {
      gap: 8px; } }

section.contato .formulario {
  max-width: 650px;
  margin: 20px auto 0; }
  section.contato .formulario label {
    color: #333333;
    font-size: 1.125rem; }
  section.contato .formulario .form-control {
    background-color: #e8e8e8;
    font-size: 1.125rem;
    border: none;
    border-radius: 12px;
    height: 45px;
    padding: 10px 18px;
    margin-bottom: 20px; }
    section.contato .formulario .form-control::placeholder {
      color: #000;
      font-size: 1.125rem; }
  section.contato .formulario textarea.form-control {
    height: 200px; }
  section.contato .formulario p {
    line-height: 1.3;
    margin-bottom: 20px; }
    section.contato .formulario p span {
      font-size: 0.875rem; }
    section.contato .formulario p a {
      color: #000;
      font-weight: 600;
      text-decoration: underline !important; }
  section.contato .formulario span.wpcf7-list-item {
    margin: 0; }
  section.contato .formulario .btn.btn-primary {
    margin-top: 15px; }
  section.contato .formulario .wpcf7-not-valid-tip {
    font-size: 0.875rem;
    margin: -15px 0 20px; }
  section.contato .formulario .wpcf7 form .wpcf7-response-output {
    font-size: 1.125rem;
    line-height: 1.3;
    margin: 20px 0 0;
    padding: 20px;
    border-radius: 12px;
    text-align: center; }
  section.contato .formulario .wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ffb900; }
  section.contato .formulario .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color: #fff; }
@media screen and (max-width: 1380px) {
  section.contato .formulario {
    max-width: 600px;
    margin: 5px auto 0; }
    section.contato .formulario label {
      font-size: 1rem; }
    section.contato .formulario .form-control {
      font-size: 1rem; }
    section.contato .formulario textarea.form-control {
      height: 175px; } }
@media screen and (max-width: 1140px) {
  section.contato .formulario {
    max-width: 100%; }
    section.contato .formulario label {
      font-size: 0.875rem; }
    section.contato .formulario textarea.form-control {
      height: 150px; }
    section.contato .formulario p {
      line-height: 1.2;
      margin-bottom: 15px; }
      section.contato .formulario p span {
        font-size: 0.75rem; } }

.contact-single .contacts-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 150px; }
  .contact-single .contacts-list h3 {
    color: #00a652;
    font-size: 2rem;
    margin-bottom: 10px; }
  .contact-single .contacts-list h4 {
    font-weight: 700; }
  .contact-single .contacts-list p {
    margin-bottom: 5px; }
  .contact-single .contacts-list a {
    color: #000;
    font-size: 1.25rem;
    font-weight: 700; }
  .contact-single .contacts-list a.td {
    text-decoration: underline !important; }
  .contact-single .contacts-list .redes {
    margin-top: 30px; }
    .contact-single .contacts-list .redes ul {
      gap: 40px; }
    .contact-single .contacts-list .redes a {
      color: #00a652;
      opacity: 0.7; }
      .contact-single .contacts-list .redes a:hover {
        opacity: 1; }
      .contact-single .contacts-list .redes a i {
        color: #00a652;
        font-size: 36px; }
@media screen and (max-width: 1380px) {
  .contact-single .contacts-list h3 {
    font-size: 1.75rem; }
  .contact-single .contacts-list h4 {
    font-size: 1.25rem; }
  .contact-single .contacts-list a {
    font-size: 1.125rem; }
  .contact-single .contacts-list .redes ul {
    gap: 30px; }
  .contact-single .contacts-list .redes a i {
    font-size: 30px; } }
@media screen and (max-width: 1140px) {
  .contact-single {
    padding-bottom: 40px; }
    .contact-single .contacts-list {
      gap: 30px;
      margin-top: 30px; }
      .contact-single .contacts-list h3 {
        font-size: 1.5rem;
        margin-bottom: 8px; }
      .contact-single .contacts-list h4 {
        font-size: 1.125rem; }
      .contact-single .contacts-list p {
        font-size: 0.875rem; }
      .contact-single .contacts-list a {
        font-size: 1rem; }
      .contact-single .contacts-list .redes {
        margin-top: 20px; }
        .contact-single .contacts-list .redes ul {
          gap: 20px; }
        .contact-single .contacts-list .redes a i {
          display: block;
          font-size: 28px; } }

footer {
  background-color: #0078a3;
  padding: 80px 0 25px; }
  footer * {
    color: #fff; }
  footer h3 {
    color: #ffbd00;
    font-size: 1.5rem;
    margin-bottom: 30px; }
  footer .contacts-list {
    display: flex;
    flex-direction: column;
    gap: 25px; }
    footer .contacts-list a {
      font-size: 1.125rem;
      font-weight: 300; }
    footer .contacts-list a.td {
      text-decoration: underline !important;
      margin-left: 30px;
      margin-top: 5px; }
  footer .redes {
    margin-top: 35px; }
  footer nav ul {
    flex-direction: column;
    gap: 10px; }
    footer nav ul li a {
      font-size: 1.125rem;
      font-weight: 300; }
  footer .logo {
    margin-bottom: 50px; }
  footer .whatsapp-button a {
    gap: 20px; }
    footer .whatsapp-button a img {
      width: 60px;
      min-width: 60px; }
  footer .copy {
    border-top: solid 1px #ffffff5c;
    padding-top: 25px;
    margin-top: 80px; }
    footer .copy p {
      color: #9ccadb;
      font-size: 1rem;
      margin-bottom: 0; }
  @media screen and (max-width: 1380px) {
    footer h3 {
      font-size: 1.25rem;
      margin-bottom: 20px; }
    footer .contacts-list a {
      font-size: 1rem; }
    footer nav ul li a {
      font-size: 1rem; }
    footer .copy p {
      font-size: 0.875rem; } }
  @media screen and (max-width: 1140px) {
    footer {
      padding: 60px 0 30px; }
      footer .row {
        gap: 40px; }
      footer .contacts-list {
        gap: 15px; }
      footer .redes {
        margin-top: 25px; }
      footer .pl-5, footer .px-5 {
        padding-left: 15px !important; }
      footer h3 {
        margin-bottom: 10px; }
      footer nav ul {
        gap: 5px; }
      footer .copy {
        margin-top: 50px;
        padding: 30px 15px 0; } }

/*# sourceMappingURL=styles.css.map */
