@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: #19335A;
  position: relative;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #19335A; }

::selection {
  color: #fff;
  background: #19335A; }

.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: #19335A; }
  .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: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.grid._2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

.grid._gap10 {
  grid-column-gap: 10px !important;
  grid-row-gap: 10px !important; }

button:focus {
  outline: none !important;
  box-shadow: none; }

a {
  color: #41B4E8;
  text-decoration: none !important; }

.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; }

.centerend {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-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; }
  section > .bg {
    padding: 80px 0;
    border-radius: 0 0 0 90px; }

.image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.flex {
  display: flex;
  align-items: center;
  gap: 30px; }

.flex._2 {
  justify-content: space-between; }

.flex._3 {
  gap: 10px; }

.mt-80 {
  margin-top: 80px; }

.mt-60 {
  margin-top: 60px; }

h1 {
  font-weight: 700; }

.h2, h2 {
  font-size: 2.5rem;
  font-weight: 700; }

p {
  font-size: 1.125rem;
  line-height: 26px;
  margin-bottom: 20px; }

li {
  font-size: 1.125rem;
  line-height: 26px;
  margin-bottom: 5px; }

.subtitle {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: max-content;
  border-top: solid 5px #41B4E8;
  padding-top: 15px;
  margin-top: 50px;
  margin-bottom: 30px; }
  .subtitle h3 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 0; }

.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; } }

ul.pagination {
  align-items: center;
  gap: 15px; }
  ul.pagination .page-link {
    color: #19335A;
    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: #19335A;
    border-color: #EFEFEF;
    border: none;
    border-bottom: solid 3px #EFEFEF;
    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; } }

ul.wp-block-list {
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px; }

.btn.btn-primary {
  position: relative;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  color: #41B4E8 !important;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  padding: 16px 32px;
  border: solid 2px #41B4E8;
  border-radius: 70px;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms; }
  .btn.btn-primary:hover {
    background-color: #41B4E8 !important;
    color: #19335A !important; }
    .btn.btn-primary:hover svg path {
      fill: #19335A; }

.btn.btn-primary._2 {
  background-color: #19335A !important;
  color: #fff !important;
  border: solid 2px #19335A;
  padding: 12px 25px; }
  .btn.btn-primary._2:hover {
    background-color: #41B4E8 !important;
    color: #19335A !important; }
    .btn.btn-primary._2:hover svg path {
      fill: #19335A; }

.btn.btn-primary._2._3 {
  font-size: 1.25rem;
  text-align: left;
  white-space: break-spaces;
  font-weight: 400;
  padding: 16px 26px; }

.redes ul {
  gap: 15px; }
  .redes ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #19335A;
    color: #fff;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    font-size: 20px;
    border-radius: 80px; }

.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
  background-position: center;
  background-size: 20px;
  border: solid 2px #fff;
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 100px; }
  .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-left-banner.svg") !important;
  right: 55px;
  left: auto; }

.swiper-button-next {
  background-image: url("../img/icons/arrow-right-banner.svg") !important;
  right: 0; }

@media (max-width: 1380px) {
  .container {
    max-width: 1140px; } }
@media screen and (max-width: 1380px) {
  section > .bg {
    padding: 60px 0; }

  .mt-80 {
    margin-top: 60px; }

  .mt-60 {
    margin-top: 40px; }

  .subtitle {
    gap: 8px;
    padding-top: 10px;
    margin-top: 40px;
    margin-bottom: 25px; }
    .subtitle h3 {
      font-size: 1.75rem; }
    .subtitle img {
      max-width: 30px; }

  .h1, h1 {
    font-size: 2.25rem; }

  .h2, h2 {
    font-size: 2.25rem; }

  .h4, h4 {
    font-size: 1.25rem; }

  .h5, h5 {
    font-size: 1.125rem; }

  p {
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 15px; }

  li {
    font-size: 1rem;
    line-height: 24px; }

  .btn.btn-primary {
    font-size: 1.25rem;
    padding: 14px 28px; }

  .btn.btn-primary._2 {
    padding: 10px 20px; }

  .btn.btn-primary._2._3 {
    font-size: 1.125rem;
    padding: 14px 22px; }
    .btn.btn-primary._2._3 svg {
      transform: scale(0.9); }

  .mt-5, .my-5 {
    margin-top: 1.5rem !important; } }
@media screen and (max-width: 1140px) {
  section > .bg {
    padding: 50px 0;
    border-radius: 0 0 0 60px; }

  .redes ul {
    gap: 8px; }

  .flex._3 {
    gap: 8px; }

  .mt-80 {
    margin-top: 40px; }

  .mt-5, .my-5 {
    margin-top: 1rem !important; }

  .subtitle {
    gap: 5px;
    border-top: solid 4px #41B4E8;
    padding-top: 8px;
    margin-top: 30px;
    margin-bottom: 20px; }
    .subtitle h3 {
      font-size: 1.5rem; }
    .subtitle img {
      max-width: 22px; }

  .h1, h1 {
    font-size: 1.75rem; }

  .h2, h2 {
    font-size: 1.75rem; }

  .btn.btn-primary {
    font-size: 1.125rem;
    padding: 14px 28px;
    white-space: break-spaces; }
    .btn.btn-primary svg {
      min-width: 17px; }

  .btn.btn-primary._2._3 {
    width: 100%;
    font-size: 1rem;
    padding: 12px 20px;
    min-height: 55px !important; }
    .btn.btn-primary._2._3 svg {
      transform: none;
      max-width: 30px; }

  .swiper-button-prev {
    left: 15px; }

  .swiper-button-next {
    left: 70px; } }
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #19335A;
  border-radius: 0 0 0 120px;
  z-index: 10; }
  header .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0; }
  header nav {
    margin-left: 30px;
    display: flex;
    align-items: center; }
    header nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      align-items: center;
      gap: 35px; }
      header nav ul li {
        position: relative;
        margin-bottom: 0px; }
        header nav ul li:before {
          content: '';
          position: absolute;
          left: -20px;
          top: 50%;
          transform: translateY(-50%);
          width: 5px;
          height: 5px;
          background-color: #41B4E8; }
        header nav ul li a {
          position: relative;
          padding: 5px 0px;
          color: #fff !important;
          font-size: 1.125rem;
          font-weight: 500; }
          header nav ul li a:after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            border-bottom: solid 3px #41B4E8;
            width: 0%;
            transition: all ease 300ms; }
          header nav ul li a:hover:after {
            width: 100%; }
        header nav ul li a.active:after {
          width: 100%; }
      header nav ul li:first-child:before {
        display: none; }
      header nav ul li.has-subnav {
        position: relative;
        padding: 5px 0px;
        color: #fff;
        font-size: 1.125rem;
        font-weight: 500;
        cursor: default; }
        header nav ul li.has-subnav:after {
          content: '';
          position: absolute;
          bottom: -5px;
          left: 50%;
          transform: translateX(-50%);
          border-bottom: solid 3px #41B4E8;
          width: 0%;
          transition: all ease 300ms; }
        header nav ul li.has-subnav:hover:after {
          width: 100%; }
        header nav ul li.has-subnav .subnav {
          position: absolute;
          width: max-content;
          background-color: #19335A;
          padding: 10px 15px 12px;
          top: 45px;
          left: 0px;
          opacity: 0;
          z-index: -1;
          max-height: 0px;
          overflow: hidden; }
          header nav ul li.has-subnav .subnav ul {
            flex-direction: column;
            align-items: flex-start;
            gap: 5px; }
            header nav ul li.has-subnav .subnav ul li {
              height: auto; }
              header nav ul li.has-subnav .subnav ul li a {
                display: block;
                width: 100%;
                padding: 2px 0; }
                header nav ul li.has-subnav .subnav ul li a:hover {
                  color: #EFEFEF; }
        header nav ul li.has-subnav .subnav.active {
          opacity: 1;
          z-index: 1;
          max-height: 200px; }
  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: 7px 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, 7px, 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 {
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      right: 0;
      top: 0;
      background-color: #fff;
      flex-direction: column;
      margin-left: 0;
      z-index: 200;
      padding: 30px 10px;
      transform: translateY(-40vh) translateX(0px);
      border-radius: 0px 0px 20px 20px;
      -webkit-transition: all ease .8s;
      transition: all ease .8s; }
      header .menu-overlay .nav-menu ul {
        gap: 15px;
        flex-direction: column; }
        header .menu-overlay .nav-menu ul li {
          color: #19335A;
          font-size: 1.25rem;
          margin: 0; }
          header .menu-overlay .nav-menu ul li:before {
            display: none; }
          header .menu-overlay .nav-menu ul li a {
            display: block;
            color: #19335A !important;
            font-size: 1.25rem; }
        header .menu-overlay .nav-menu ul li.has-subnav .subnav {
          left: 50%;
          transform: translateX(-50%); }
          header .menu-overlay .nav-menu ul li.has-subnav .subnav ul li a {
            color: #fff !important;
            font-size: 1.125rem; }
  header .menu-overlay.open {
    display: block;
    height: 700px; }
    header .menu-overlay.open .nav-menu {
      transform: translateY(0vh) translateX(0px); }
  @media screen and (max-width: 1380px) {
    header .nav-container {
      padding: 40px 0; }
    header .brand img {
      max-width: 375px; }
    header nav ul li a, header nav ul li.has-subnav {
      padding: 4px 0px;
      font-size: 1rem; }
    header nav ul li:before {
      width: 4px;
      height: 4px; }
    header nav ul li a:after {
      bottom: -2px;
      border-bottom: solid 2px #41B4E8; }
    header nav ul li.has-subnav .subnav {
      padding: 8px 12px 10px;
      top: 42px; }
      header nav ul li.has-subnav .subnav ul {
        gap: 2px; } }
  @media screen and (max-width: 1140px) {
    header {
      border-radius: 0 0 0 20px; }
      header .nav-container {
        padding: 20px 5px; }
      header .brand img {
        max-width: 262px; } }

header.h-home {
  background-color: transparent; }

section.hero .bg {
  background-position: bottom;
  background-size: cover;
  padding: 430px 0 80px; }
  section.hero .bg * {
    color: #fff; }
  section.hero .bg *:last-child {
    margin-bottom: 0; }
section.hero img.plus {
  margin-bottom: 25px; }
@media screen and (max-width: 1380px) {
  section.hero .bg {
    padding: 320px 0 60px; }
  section.hero img.plus {
    margin-bottom: 15px; } }

section.home-hero {
  width: 100%;
  height: 100dvh;
  background-color: #19335A;
  padding: 0;
  border-radius: 0px;
  overflow: hidden; }
  section.home-hero .swiperHero {
    height: 100dvh;
    border-radius: 0 0 0 90px; }
    section.home-hero .swiperHero .swiper-slide {
      position: relative;
      height: 100dvh;
      /*.overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 80%;
          background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
      }*/ }
      section.home-hero .swiperHero .swiper-slide .container {
        position: absolute;
        bottom: 15vh;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: 100%; }
      section.home-hero .swiperHero .swiper-slide .content {
        position: relative;
        border: solid 3px #fff;
        padding: 35px 80px 70px;
        border-radius: 40px 40px 40px 0;
        max-width: max-content; }
        section.home-hero .swiperHero .swiper-slide .content * {
          color: #fff; }
      section.home-hero .swiperHero .swiper-slide .absolute {
        position: absolute;
        left: 80px;
        bottom: -30px; }
        section.home-hero .swiperHero .swiper-slide .absolute .btn.btn-primary {
          background-color: #41B4E8 !important;
          width: 86px;
          min-width: 86px;
          height: 86px;
          border-radius: 0px;
          padding: 10px; }
          section.home-hero .swiperHero .swiper-slide .absolute .btn.btn-primary:hover {
            background-color: #19335A !important; }
            section.home-hero .swiperHero .swiper-slide .absolute .btn.btn-primary:hover svg path {
              fill: #41B4E8 !important; }
      section.home-hero .swiperHero .swiper-slide img {
        width: 110%;
        height: 100%;
        object-fit: cover;
        transition: all linear 6000ms;
        -webkit-transition: all linear 6000ms; }
      section.home-hero .swiperHero .swiper-slide img.active {
        width: 100%; }
  section.home-hero .arrows {
    position: absolute;
    bottom: 15vh;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 300;
    width: 100%; }
  @media screen and (max-width: 1380px) {
    section.home-hero .swiperHero .swiper-slide .content {
      padding: 30px 60px 55px; }
    section.home-hero .swiperHero .swiper-slide .absolute {
      left: 60px;
      bottom: -40px; }
      section.home-hero .swiperHero .swiper-slide .absolute .btn.btn-primary {
        transform: scale(0.8);
        transform-origin: left; } }
  @media screen and (max-width: 1140px) {
    section.home-hero .swiperHero {
      border-radius: 0 0 0 60px; }
      section.home-hero .swiperHero .swiper-slide {
        overflow: hidden; }
        section.home-hero .swiperHero .swiper-slide .container {
          bottom: 20vh; }
        section.home-hero .swiperHero .swiper-slide .content {
          padding: 20px 30px 50px; }
        section.home-hero .swiperHero .swiper-slide .absolute {
          left: 30px; }
    section.home-hero .arrows {
      bottom: 10vh; } }

section.home-about {
  background-color: #EFEFEF; }
  section.home-about .bg {
    background: #19335A; }
  section.home-about .content * {
    color: #fff; }
  section.home-about .content *:last-child {
    margin-bottom: 0; }
  section.home-about .flex {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch; }
    section.home-about .flex div {
      width: calc(25% - 15px);
      display: flex;
      flex-direction: column; }
  section.home-about a.box {
    flex: 1;
    background-color: #fff;
    width: 100%;
    border-radius: 40px 40px 0 40px;
    padding: 40px 30px 30px;
    text-align: center; }
    section.home-about a.box .icon {
      background-color: #41B4E8;
      width: 212px;
      min-width: 212px;
      height: 212px;
      border-radius: 200px;
      margin: 0 auto 25px; }
    section.home-about a.box h4 {
      font-size: 1rem; }
      section.home-about a.box h4 b, section.home-about a.box h4 strong {
        text-transform: uppercase; }
  @media screen and (max-width: 1380px) {
    section.home-about img {
      max-width: 225px; }
    section.home-about a.box {
      padding: 30px 20px 20px; }
      section.home-about a.box .icon {
        margin: 0 auto 15px;
        width: 172px;
        min-width: 172px;
        height: 172px;
        margin: 0 auto 15px; }
        section.home-about a.box .icon img {
          max-height: 80px; } }
  @media screen and (max-width: 1140px) {
    section.home-about img {
      max-width: 160px;
      margin-bottom: 20px; }
    section.home-about .flex {
      flex-direction: column; }
      section.home-about .flex div {
        width: 100%; }
    section.home-about a.box {
      padding: 20px 20px 15px; }
      section.home-about a.box .icon {
        margin: 0 auto 15px;
        width: 152px;
        min-width: 152px;
        height: 152px; }
        section.home-about a.box .icon img {
          max-height: 60px;
          margin-bottom: 0; }
      section.home-about a.box h4 {
        font-size: 1.25rem; } }

section.home-servicos {
  background-color: #41B4E8; }
  section.home-servicos .bg {
    background: #EFEFEF; }

.item-img-content {
  position: relative;
  display: flex;
  margin-bottom: 25px; }
  .item-img-content .plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
    .item-img-content .plus img {
      width: auto; }
  .item-img-content .plus._1 {
    left: -50px; }
  .item-img-content .plus._2 {
    right: -50px; }
  .item-img-content .image-wrapper {
    background-color: #41B4E8;
    min-width: 425px;
    max-width: 425px;
    min-height: 280px; }
    .item-img-content .image-wrapper img {
      border-radius: 0 40px 0 0; }
    .item-img-content .image-wrapper .absolute {
      position: absolute;
      right: 20px;
      bottom: 20px; }
      .item-img-content .image-wrapper .absolute h3 {
        color: #fff;
        font-size: 1.875rem;
        font-weight: 600;
        margin-bottom: 0; }
  .item-img-content .content {
    background-color: #41B4E8;
    border-radius: 0 40px 0 0;
    padding: 20px 70px;
    flex: 1; }
    .item-img-content .content *:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 1380px) {
    .item-img-content .plus img {
      transform: scale(0.8); }
    .item-img-content .image-wrapper .absolute h3 {
      font-size: 1.75rem; }
    .item-img-content .content {
      padding: 15px 50px; } }
  @media screen and (max-width: 1140px) {
    .item-img-content {
      flex-direction: column; }
      .item-img-content .plus {
        display: none; }
      .item-img-content .image-wrapper {
        min-width: 100%;
        max-width: 100%;
        min-height: auto; }
        .item-img-content .image-wrapper .absolute h3 {
          font-size: 1.5rem; }
      .item-img-content .content {
        padding: 25px 20px;
        border-radius: 0 0 40px 0; } }

section.home-esg {
  background-color: #19335A; }
  section.home-esg .bg {
    background: #41B4E8; }
  section.home-esg h2 {
    margin-bottom: 20px; }
  section.home-esg .flex {
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 40px 0; }
  section.home-esg .item {
    width: calc(33.33% - 20px);
    padding: 30px;
    border: solid 4px;
    border-radius: 0 0 0 40px; }
    section.home-esg .item .icon {
      margin-bottom: 20px; }
    section.home-esg .item h4 {
      font-weight: 700;
      margin-bottom: 0; }
  @media screen and (max-width: 1380px) {
    section.home-esg .item .icon {
      margin-bottom: 10px; }
      section.home-esg .item .icon img {
        transform: scale(0.8);
        transform-origin: top left; } }
  @media screen and (max-width: 1140px) {
    section.home-esg .flex {
      flex-direction: column; }
    section.home-esg .item {
      width: 100%; } }

section.blog {
  background-color: #EFEFEF; }
  section.blog .bg {
    background: #19335A; }
  section.blog h2 {
    color: #fff; }
  section.blog .item {
    position: relative;
    width: 100%;
    overflow: hidden; }
    section.blog .item .image-wrapper {
      height: 280px;
      border-radius: 20px;
      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: 30px 0;
      z-index: 2; }
      section.blog .item .content h3 {
        font-size: 1.375rem;
        line-height: 26px;
        font-weight: 600;
        margin-bottom: 15px; }
        section.blog .item .content h3 a {
          color: #fff; }
      section.blog .item .content p {
        font-size: 17px;
        margin-bottom: 0; }
  @media screen and (max-width: 1380px) {
    section.blog .item .image-wrapper {
      height: 225px; }
    section.blog .item .content {
      padding: 20px 0; }
      section.blog .item .content h3 {
        font-size: 1.25rem;
        line-height: 24px;
        margin-bottom: 12px; } }
  @media screen and (max-width: 1140px) {
    section.blog .item .image-wrapper {
      height: auto; }
    section.blog .item .content {
      padding: 15px 0; }
      section.blog .item .content h3 {
        font-size: 1.125rem;
        line-height: 22px; } }

section.home-cta {
  background-color: #fff; }
  section.home-cta .bg {
    background: #EFEFEF;
    padding: 30px 0 0; }
  section.home-cta h2 {
    font-size: 3.75rem;
    margin-bottom: 0px; }
  @media screen and (max-width: 1380px) {
    section.home-cta h2 {
      font-size: 3rem; }
    section.home-cta img {
      max-width: 500px; } }
  @media screen and (max-width: 1140px) {
    section.home-cta .bg {
      padding: 40px 0 0; }
    section.home-cta h2 {
      font-size: 2.25rem; }
    section.home-cta img {
      max-width: 100%; } }

section.valores {
  background-color: #41B4E8; }
  section.valores .bg {
    background: #EFEFEF; }

.item-img-content._2 .image-wrapper {
  background-color: #fff; }
  .item-img-content._2 .image-wrapper .icon {
    background-color: #19335A;
    padding: 35px 40px;
    border-radius: 0 40px 0 0;
    width: 100%;
    height: 100%; }
    .item-img-content._2 .image-wrapper .icon img {
      width: auto;
      height: auto;
      border-radius: 0px; }
.item-img-content._2 .content {
  background-color: #fff; }
@media screen and (max-width: 1140px) {
  .item-img-content._2 .image-wrapper .icon {
    padding: 20px 20px; }
    .item-img-content._2 .image-wrapper .icon img {
      transform: scale(0.7);
      transform-origin: top left; } }

section.marcas {
  background-color: #41B4E8; }
  section.marcas .bg {
    background: #EFEFEF;
    padding: 220px 0 80px; }
  section.marcas img.plus {
    margin-top: 25px; }
  section.marcas .flex-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px; }
  section.marcas .item {
    display: flex; }
    section.marcas .item .image-wrapper {
      width: 274px;
      height: 100%; }
    section.marcas .item .content {
      flex: 1; }
      section.marcas .item .content .title {
        background-color: #19335A;
        padding: 20px 50px;
        height: 100px;
        border-radius: 0 40px 0 0;
        max-width: max-content; }
        section.marcas .item .content .title h3 {
          color: #fff;
          font-size: 1.5rem;
          line-height: 1;
          font-weight: 600;
          margin-bottom: 0; }
      section.marcas .item .content .padding {
        background-color: #fff;
        padding: 35px 50px;
        border-radius: 0 40px 0 0;
        height: calc(100% - 100px);
        gap: 25px; }
        section.marcas .item .content .padding * {
          margin: 0; }
        section.marcas .item .content .padding .btn.btn-primary {
          font-size: 1.25rem;
          line-height: 1; }
  @media screen and (max-width: 1380px) {
    section.marcas .bg {
      padding: 180px 0 60px; }
    section.marcas img.plus {
      margin-top: 20px; }
    section.marcas .item .image-wrapper {
      width: 250px; }
    section.marcas .item .content .title {
      padding: 15px 40px; }
      section.marcas .item .content .title h3 {
        font-size: 1.375rem; }
    section.marcas .item .content .padding .btn.btn-primary {
      font-size: 1.125rem;
      min-height: 56px; }
      section.marcas .item .content .padding .btn.btn-primary svg {
        transform: scale(0.9); } }
  @media screen and (max-width: 1140px) {
    section.marcas .bg {
      padding: 120px 0 60px; }
    section.marcas .item {
      flex-direction: column; }
      section.marcas .item .image-wrapper {
        width: 100%;
        height: 350px; }
      section.marcas .item .content .title {
        padding: 25px 30px;
        height: auto;
        border-radius: 0; }
        section.marcas .item .content .title h3 {
          font-size: 1.25rem;
          line-height: 1.2; }
      section.marcas .item .content .padding {
        padding: 30px;
        border-radius: 0 0 40px 0;
        height: auto;
        gap: 20px; }
        section.marcas .item .content .padding .links {
          flex-direction: column;
          width: 100%; }
        section.marcas .item .content .padding .btn.btn-primary {
          font-size: 1rem; } }

section.servicos .filters {
  display: flex;
  align-items: center;
  margin-top: 30px; }
  section.servicos .filters .btn-filter {
    background-color: #999999;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 25px 50px 25px 80px;
    border-radius: 0 40px 0 0;
    margin-right: -40px;
    z-index: 2;
    outline: none;
    box-shadow: none; }
  section.servicos .filters .btn-filter:nth-child(odd) {
    background-color: #777777;
    z-index: 1; }
  section.servicos .filters .btn-filter:first-child {
    padding: 25px 50px;
    z-index: 3; }
  section.servicos .filters .btn.btn-filter.active {
    background-color: #41B4E8; }
section.servicos .content {
  background-color: #EFEFEF;
  padding: 40px 50px;
  border-radius: 0 40px 0 0; }
  section.servicos .content > div {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all ease 400ms; }
  section.servicos .content > div.active {
    opacity: 1;
    visibility: visible;
    max-height: 1000px; }
  section.servicos .content * {
    color: #222222; }
  section.servicos .content ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    section.servicos .content ul li {
      background-color: #41B4E8;
      color: #fff;
      padding: 15px 28px;
      border-radius: 50px;
      margin: 0; }
@media screen and (max-width: 1380px) {
  section.servicos .filters {
    margin-top: 20px; }
    section.servicos .filters .btn-filter {
      font-size: 1.25rem; } }
@media screen and (max-width: 1140px) {
  section.servicos .filters {
    align-items: flex-start;
    flex-direction: column; }
    section.servicos .filters .btn-filter {
      width: 100%;
      padding: 20px !important;
      border-radius: 0px;
      text-align: left; }
    section.servicos .filters .btn-filter:first-child {
      border-radius: 0 40px 0 0; }
  section.servicos .content {
    padding: 30px;
    border-radius: 0 0 40px 0; }
    section.servicos .content ul {
      gap: 8px; }
      section.servicos .content ul li {
        padding: 12px 20px;
        line-height: 1.2;
        text-align: center;
        border-radius: 12px;
        width: 100%; } }

section.page-single {
  background-color: #41B4E8; }
  section.page-single .bg {
    background: #fff; }
  section.page-single .box {
    width: 100%;
    border-radius: 0 40px 40px 0;
    overflow: hidden; }
    section.page-single .box .title {
      background-color: #19335A;
      padding: 25px 50px; }
      section.page-single .box .title h2 {
        color: #fff;
        font-size: 1.875rem;
        font-weight: 700;
        margin-bottom: 0; }
    section.page-single .box .image-wrapper {
      height: 244px; }
    section.page-single .box .content {
      background-color: #EFEFEF;
      padding: 35px 45px;
      height: calc(100% - 330px); }
      section.page-single .box .content *:last-child {
        margin-bottom: 0; }
  section.page-single .box._2 .content {
    height: auto; }
    section.page-single .box._2 .content ul {
      columns: 3;
      margin-bottom: 30px; }
  section.page-single .box._3 {
    border-radius: 20px; }
    section.page-single .box._3 .content {
      padding: 45px;
      height: 100%; }
      section.page-single .box._3 .content h3 {
        font-size: 1.375rem;
        font-weight: 700; }
        section.page-single .box._3 .content h3 span {
          font-size: 1.125rem;
          font-weight: 400; }
      section.page-single .box._3 .content .contacts {
        border-left: solid 5px #41B4E8;
        padding: 10px 0 10px 20px;
        margin-top: 20px; }
  section.page-single .passos {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    section.page-single .passos .item {
      position: relative;
      background-color: #19335A;
      width: calc(25% + 30px);
      min-height: 330px;
      padding: 20px 40px 25px 70px;
      border-radius: 0 40px 0 0;
      margin-left: -40px;
      z-index: 1; }
      section.page-single .passos .item h4 {
        color: #fff;
        font-size: 1.875rem;
        font-weight: 600;
        margin-bottom: 0; }
      section.page-single .passos .item:after {
        content: '';
        background-image: url("../img/cartao/arrow-passos.svg");
        background-position: center;
        background-size: cover;
        position: absolute;
        right: -23px;
        top: 55px;
        width: 45px;
        height: 45px; }
    section.page-single .passos .item:first-child {
      padding: 20px 30px 25px;
      margin-left: 0;
      z-index: 4; }
    section.page-single .passos .item:nth-child(2) {
      z-index: 3; }
    section.page-single .passos .item:nth-child(3) {
      z-index: 2; }
    section.page-single .passos .item:nth-child(even) {
      background-color: #41B4E8; }
    section.page-single .passos .item:last-child:after {
      display: none; }
  section.page-single ul.ulflex {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px; }
    section.page-single ul.ulflex li {
      background-color: #EFEFEF;
      padding: 14px 25px;
      border-radius: 50px;
      margin-bottom: 0; }
  section.page-single .box._esg {
    position: relative;
    border-radius: 0px;
    overflow: unset; }
    section.page-single .box._esg .icon {
      background-color: #41B4E8;
      padding: 20px;
      border-radius: 0 40px 0 0;
      position: absolute;
      width: 160px;
      height: 160px;
      left: 40px;
      top: -40px; }
    section.page-single .box._esg .content {
      padding: 160px 80px 50px 40px;
      border-radius: 0 40px 0 0; }
      section.page-single .box._esg .content h3 {
        font-size: 1.875rem;
        margin-bottom: 30px; }
      section.page-single .box._esg .content ul {
        padding-left: 30px; }
  @media screen and (max-width: 1380px) {
    section.page-single .box .title {
      padding: 20px 35px; }
      section.page-single .box .title h2 {
        font-size: 1.5rem; }
    section.page-single .box .image-wrapper {
      height: 220px; }
    section.page-single .box .content {
      height: calc(100% - 290px); }
    section.page-single ul.ulflex li {
      padding: 12px 22px; }
    section.page-single .passos {
      margin-bottom: 30px; }
      section.page-single .passos .item {
        min-height: 300px; }
        section.page-single .passos .item h4 {
          font-size: 1.5rem; }
    section.page-single .box._3 .content {
      padding: 30px; }
      section.page-single .box._3 .content h3 {
        font-size: 1.25rem; }
    section.page-single .box._esg .content {
      padding: 140px 50px 40px 40px; }
    section.page-single .box._esg .icon {
      padding: 15px;
      width: 140px;
      height: 140px; }
      section.page-single .box._esg .icon img {
        transform: scale(0.8); } }
  @media screen and (max-width: 1140px) {
    section.page-single .box .title {
      padding: 15px 20px; }
      section.page-single .box .title h2 {
        font-size: 1.25rem; }
    section.page-single .box .image-wrapper {
      height: auto; }
    section.page-single .box .content {
      height: auto;
      padding: 30px 20px; }
      section.page-single .box .content ul {
        padding-left: 25px; }
    section.page-single ul.ulflex li {
      padding: 10px 18px;
      text-align: center;
      width: 100%;
      line-height: 1.3; }
    section.page-single .links {
      flex-direction: column; }
      section.page-single .links .btn.btn-primary br {
        display: block; }
    section.page-single .box._2 .content ul {
      columns: 1;
      margin-bottom: 20px; }
    section.page-single .passos {
      flex-direction: column; }
      section.page-single .passos .item {
        width: 100%;
        min-height: 200px;
        padding: 20px 20px 50px 20px !important;
        border-radius: 0;
        margin: 0; }
        section.page-single .passos .item:after {
          right: auto;
          top: auto;
          bottom: -22px;
          left: 50%;
          transform: translateX(-50%) rotate(90deg); }
        section.page-single .passos .item h4 {
          font-size: 1.25rem; }
      section.page-single .passos .item:first-child {
        border-radius: 0 40px 0 0; }
      section.page-single .passos .item:last-child {
        border-radius: 0 0 40px 0; }
    section.page-single .box._3 .content {
      padding: 20px; }
      section.page-single .box._3 .content h3 {
        font-size: 1.125rem; }
      section.page-single .box._3 .content .contacts {
        border-left: solid 3px #41B4E8;
        padding: 8px 0 8px 15px;
        margin-top: 15px; }
    section.page-single .box._esg {
      margin-top: 30px; }
      section.page-single .box._esg .icon {
        padding: 10px;
        width: 100px;
        height: 100px;
        left: 20px; }
        section.page-single .box._esg .icon img {
          transform: scale(0.6); }
      section.page-single .box._esg .content {
        padding: 80px 20px 30px; }
        section.page-single .box._esg .content h3 {
          margin-bottom: 15px; } }

.faq .faq-title {
  background-color: #19335A;
  max-width: max-content;
  padding: 18px 40px 16px 30px;
  border-radius: 0 40px 0 0; }
  .faq .faq-title h2 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0; }
.faq .faq-component {
  display: flex;
  flex-direction: column;
  grid-row-gap: 8px;
  margin: 8px auto 0; }
.faq .faq-accordion .faq-question {
  position: relative;
  background-color: #41B4E8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 20px;
  border-radius: 0 40px 0 0;
  cursor: pointer;
  z-index: 2; }
  .faq .faq-accordion .faq-question .arrow {
    position: relative;
    width: 29px;
    height: 29px;
    min-width: 29px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
    .faq .faq-accordion .faq-question .arrow:before {
      content: '';
      background-image: url("../img/icons/arrow-faq.svg");
      position: absolute;
      left: 50%;
      transform: translateX(-50%) rotate(-180deg);
      width: 29px;
      height: 29px;
      transform-style: preserve-3d;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all ease .5s;
      transition: all ease .5s; }
  .faq .faq-accordion .faq-question h3 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    padding-right: 50px;
    margin-bottom: 0; }
.faq .faq-accordion .faq-answer {
  width: 100%;
  background-color: #EFEFEF;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden; }
  .faq .faq-accordion .faq-answer .padding {
    padding: 40px 30px 20px;
    margin-top: -20px; }
    .faq .faq-accordion .faq-answer .padding *:last-child {
      margin-bottom: 0; }
  .faq .faq-accordion .faq-answer strong, .faq .faq-accordion .faq-answer b {
    color: #41B4E8; }
.faq .faq-accordion.active .faq-question .arrow:before {
  transform: translateX(-50%) rotate(0deg); }
.faq .faq-accordion.active .faq-answer {
  max-height: 2000px; }
@media screen and (max-width: 1380px) {
  .faq .faq-title h2 {
    font-size: 1.25rem; } }
@media screen and (max-width: 1140px) {
  .faq .faq-title {
    padding: 15px 35px 12px 20px; }
    .faq .faq-title h2 {
      font-size: 1.125rem; }
  .faq .faq-accordion .faq-question {
    padding: 15px 20px 15px; }
    .faq .faq-accordion .faq-question h3 {
      font-size: 1rem; }
  .faq .faq-accordion .faq-answer .padding {
    padding: 35px 20px 20px;
    margin-top: -15px; } }

section.tarja-esg {
  background-color: #41B4E8; }
  section.tarja-esg .bg {
    background: #19335A;
    padding: 0; }
  section.tarja-esg * {
    color: #fff; }
  @media screen and (max-width: 1140px) {
    section.tarja-esg {
      text-align: center; }
      section.tarja-esg .bg {
        padding: 0 0 50px; }
      section.tarja-esg img {
        display: block;
        margin: 0 auto; } }

section.tarja-compliance {
  background-color: #41B4E8; }
  section.tarja-compliance .bg {
    background: #19335A;
    padding: 80px 0 80px; }
  section.tarja-compliance img {
    position: absolute;
    bottom: -80px; }
  section.tarja-compliance * {
    color: #fff; }
  @media screen and (max-width: 1380px) {
    section.tarja-compliance img {
      max-width: 275px; } }
  @media screen and (max-width: 1140px) {
    section.tarja-compliance .bg {
      padding: 50px 0 0px; }
    section.tarja-compliance img {
      display: block;
      position: relative;
      bottom: 0;
      margin: 0 auto; } }

section.carreira .box.flex {
  gap: 0;
  align-items: flex-start; }
  section.carreira .box.flex .image-wrapper {
    width: 367px;
    height: 334px; }
  section.carreira .box.flex .content {
    height: 248px; }
@media screen and (max-width: 1380px) {
  section.carreira .box.flex .image-wrapper {
    width: 350px;
    height: 317px; } }
@media screen and (max-width: 1380px) {
  section.carreira .box.flex {
    flex-direction: column; }
    section.carreira .box.flex .image-wrapper {
      width: 100%;
      height: auto; }
    section.carreira .box.flex .content {
      height: auto; } }

.formulario .form-control, .formulario label.custom-file-label {
  background-color: #EFEFEF;
  color: #19335A;
  font-size: 1.125rem;
  padding: 10px 20px;
  height: 58px;
  border: none;
  border-radius: 20px;
  margin-bottom: 15px; }
  .formulario .form-control::placeholder, .formulario label.custom-file-label::placeholder {
    color: #222222;
    font-size: 1.125rem; }
.formulario .custom-file, .formulario .custom-file-input {
  height: 90px;
  cursor: pointer;
  margin-bottom: 15px; }
.formulario .custom-file:before {
  content: '';
  background-image: url("../img/carreira/upload.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  height: 41px;
  z-index: 2; }
.formulario label.custom-file-label {
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 75px;
  height: 100%;
  margin-bottom: 0; }
  .formulario label.custom-file-label:after {
    display: none; }
.formulario textarea.form-control {
  height: 165px; }
.formulario .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  margin: -10px 10px 20px; }
.formulario .wpcf7 form .wpcf7-response-output {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 20px 0 0;
  padding: 20px;
  border-radius: 12px;
  text-align: center; }
.formulario .wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900; }
.formulario .wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: #fff; }
@media screen and (max-width: 1140px) {
  .formulario .form-control, .formulario .formulario label.custom-file-label {
    font-size: 1rem;
    padding: 8px 18px;
    height: 55px;
    border-radius: 12px;
    margin-bottom: 10px; }
  .formulario .form-control::placeholder {
    font-size: 1rem; }
  .formulario .custom-file, .formulario .custom-file-input {
    height: 80px;
    margin-bottom: 10px; }
  .formulario label.custom-file-label {
    font-size: 14px !important;
    gap: 5px;
    text-align: center; }
  .formulario .btn.btn-primary._2 {
    width: 100%;
    padding: 15px; } }

section.herocontato .bg {
  padding: 240px 0 0px; }
  section.herocontato .bg * {
    color: #19335A; }
section.herocontato img.plus {
  margin-top: 25px; }
@media screen and (max-width: 1380px) {
  section.herocontato .bg {
    padding: 180px 0 0; }
  section.herocontato img.plus {
    margin-top: 20px; } }
@media screen and (max-width: 1140px) {
  section.herocontato .bg {
    padding: 120px 0 0; }
  section.herocontato img.plus {
    margin-top: 15px; } }

section.contato .box._3 .flex {
  gap: 8px;
  margin-top: 15px; }
section.contato .box._3 .btn.btn-primary._2._3 {
  font-size: 1rem;
  white-space: unset;
  font-weight: 400;
  padding: 5px 12px 5px 10px;
  min-height: 45px;
  text-align: center; }
section.contato .box._3 .content h3 {
  font-weight: 400; }
section.contato .subtitle {
  flex-direction: column;
  align-items: flex-start; }
  section.contato .subtitle p {
    font-size: 1.125rem;
    margin-bottom: 0; }
@media screen and (max-width: 1140px) {
  section.contato .box._3 {
    text-align: center; }
    section.contato .box._3 .flex {
      flex-direction: column; }
    section.contato .box._3 .btn.btn-primary._2._3 {
      text-align: center;
      align-items: center;
      justify-content: center; } }

section.hero.heroblog .bg {
  padding: 220px 0 80px; }
@media screen and (max-width: 1380px) {
  section.hero.heroblog .bg {
    padding: 180px 0 60px; } }
@media screen and (max-width: 1140px) {
  section.hero.heroblog .bg {
    padding: 115px 0 40px; } }

section.blog._2 {
  background-color: #41B4E8; }
  section.blog._2 .bg {
    background: #fff; }
  section.blog._2 .post-destaque {
    display: flex; }
    section.blog._2 .post-destaque .image-wrapper {
      width: 50%;
      min-width: 50%;
      border-radius: 0 40px 0 0; }
      section.blog._2 .post-destaque .image-wrapper img {
        -webkit-transition: all ease 400ms;
        transition: all ease 400ms; }
      section.blog._2 .post-destaque .image-wrapper:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
    section.blog._2 .post-destaque .content {
      background-color: #41B4E8;
      width: calc(50% + 50px);
      min-width: calc(50% + 50px);
      padding: 50px 50px 50px 100px;
      border-radius: 0 40px 0;
      margin-left: -50px; }
      section.blog._2 .post-destaque .content h3 {
        font-size: 1.875rem;
        font-weight: 600;
        margin-bottom: 40px; }
        section.blog._2 .post-destaque .content h3 a {
          color: #222222; }
  section.blog._2 .item .content {
    display: flex;
    gap: 30px;
    padding: 20px 10px;
    align-items: flex-end; }
    section.blog._2 .item .content h3 {
      font-size: 1.25rem;
      margin-bottom: 0; }
      section.blog._2 .item .content h3 a {
        color: #222222; }
    section.blog._2 .item .content a.post-arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border: solid 1px #41B4E8;
      border-radius: 50px; }
      section.blog._2 .item .content a.post-arrow svg {
        transform: scale(0.8); }
  @media screen and (max-width: 1380px) {
    section.blog._2 .post-destaque .content h3 {
      font-size: 1.75rem;
      margin-bottom: 30px; }
    section.blog._2 .post-destaque .content a.post-arrow {
      display: block;
      transform: scale(0.8);
      transform-origin: left; }
    section.blog._2 .item .content h3 {
      font-size: 1.125rem;
      line-height: 22px; } }
  @media screen and (max-width: 1140px) {
    section.blog._2 .post-destaque {
      flex-direction: column; }
      section.blog._2 .post-destaque .image-wrapper {
        width: 100%; }
      section.blog._2 .post-destaque .content {
        width: 100%;
        min-width: 100%;
        border-radius: 0 0 40px 0;
        padding: 30px;
        margin-left: 0; }
        section.blog._2 .post-destaque .content h3 {
          font-size: 1.5rem;
          margin-bottom: 10px; }
        section.blog._2 .post-destaque .content a.post-arrow {
          transform: scale(0.7); }
    section.blog._2 .item .content {
      gap: 20px;
      padding: 10px 10px; } }

section.single-post .bg {
  padding: 220px 0 80px; }
section.single-post ul.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none; }
  section.single-post ul.breadcrumbs li {
    color: #222222;
    font-size: 1.125rem;
    margin-bottom: 0; }
    section.single-post ul.breadcrumbs li a {
      color: #222222;
      opacity: 0.9; }
section.single-post h1 {
  font-weight: 600;
  max-width: 80%;
  margin-bottom: 20px; }
section.single-post .date {
  position: relative;
  color: #222222;
  font-size: 1.125rem;
  padding-left: 20px;
  margin-bottom: 0px; }
  section.single-post .date:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #41B4E8;
    width: 12px;
    height: 12px;
    border-radius: 20px; }
section.single-post .image-wrapper {
  border-radius: 0 40px 0 0;
  margin: 30px 0 40px; }
section.single-post article p, section.single-post article li {
  color: #222222; }
@media screen and (max-width: 1380px) {
  section.single-post .bg {
    padding: 180px 0 60px; }
  section.single-post ul.breadcrumbs {
    gap: 8px; }
    section.single-post ul.breadcrumbs li svg {
      transform: scale(0.8); }
  section.single-post .date {
    font-size: 1rem;
    padding-left: 15px; }
    section.single-post .date:before {
      width: 8px;
      height: 8px; } }
@media screen and (max-width: 1140px) {
  section.single-post .bg {
    padding: 120px 0 50px; }
  section.single-post ul.breadcrumbs {
    gap: 2px; }
    section.single-post ul.breadcrumbs li {
      font-size: 0.875rem;
      line-height: 1.2; }
      section.single-post ul.breadcrumbs li svg {
        transform: scale(0.6); }
  section.single-post h1 {
    max-width: 100%; }
  section.single-post .date {
    font-size: 0.875rem; }
  section.single-post .image-wrapper {
    margin: 20px 0 20px; } }

section.blog._relacionados h4 {
  font-size: 1.875rem;
  font-weight: 600; }
@media screen and (max-width: 1380px) {
  section.blog._relacionados h4 {
    font-size: 1.75rem; } }
@media screen and (max-width: 1140px) {
  section.blog._relacionados h4 {
    font-size: 1.5rem; } }

footer {
  background-color: #41B4E8;
  padding: 80px 0 50px; }
  footer a {
    color: #19335A; }
  footer .grid {
    -ms-grid-columns: 1.5fr 1.2fr .11fr;
    grid-template-columns: 1.5fr 1.2fr 1fr; }
  footer nav ul {
    display: block !important;
    column-count: 2;
    gap: 40px; }
    footer nav ul li {
      margin-bottom: 8px; }
      footer nav ul li a {
        font-size: 1.125rem; }
  footer .redes {
    margin-bottom: 92px; }
  footer .copy {
    border-top: solid 1px #19335A;
    padding-top: 25px; }
    footer .copy p {
      font-size: 1rem;
      line-height: 1;
      margin-bottom: 0; }
  @media screen and (max-width: 1140px) {
    footer {
      padding: 60px 0 40px; }
      footer img {
        display: block;
        max-width: 200px;
        margin: 0 auto; }
      footer nav {
        margin-top: 20px; }
      footer .redes {
        margin-bottom: 30px; }
      footer .copy {
        padding-top: 20px; }
        footer .copy p {
          line-height: 1.4;
          text-align: center; } }

/*# sourceMappingURL=styles.css.map */
