@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

*:active {
  outline: none;
}

@font-face {
  font-family: "montserratbold";
  src: url("fonts/montserrat-bold-webfont.woff2") format("woff2"), url("fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratregular";
  src: url("fonts/montserrat-regular-webfont.woff2") format("woff2"), url("fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratsemibold";
  src: url("fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratextralight";
  src: url("fonts/montserrat-extralight-webfont.woff2") format("woff2"), url("fonts/montserrat-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratlight";
  src: url("fonts/montserrat-light-webfont.woff2") format("woff2"), url("fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
header {
  color: #ffffff;
  position: absolute;
  width: 100%;
  top: 0;
  background: -moz-linear-gradient(top, #001a4b 0%, rgba(0, 26, 75, 0.02) 97%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #001a4b 0%, rgba(0, 26, 75, 0.02) 97%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #001a4b 0%, rgba(0, 26, 75, 0.02) 97%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#001a4b", endColorstr="#00ffffff",GradientType=0 );
  z-index: 999;
  font-family: "Poppins", arial, verdana;
  transition: all 500ms ease 0s;
}
@media (max-width: 1080px) {
  header {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
}
header a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
header .header-bar .center {
  height: auto;
  padding: 1rem 2rem 0 2rem;
  display: grid;
  grid-template-columns: auto;
  justify-content: flex-end;
  transition: all 250ms ease 0s;
}
header .header-bar .telesales {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 1rem;
}
header .header-bar .telesales:before {
  content: "";
  width: 45px;
  height: 40px;
  background: url(../images/icon-televendas.svg) no-repeat;
}
header .header-content {
  background: transparent;
  transition: all 500ms ease 0s;
}
@media (max-width: 1080px) {
  header .header-content {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
  }
}
header .header-content .center {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 2rem;
  position: relative;
  padding: 1rem 2rem;
  z-index: 1;
  align-items: center;
  transition: all 500ms ease 0s;
}
@media (max-width: 1190px) {
  header .header-content .center {
    grid-template-columns: 100px 1fr;
  }
}
@media (max-width: 1080px) {
  header .header-content .center {
    padding: 1rem 2rem;
    grid-template-columns: 150px 1fr;
  }
}
header .header-content .btn {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.5rem;
  align-items: center;
  padding: 0.65rem 1rem;
  justify-content: center;
}
header .header-content .btn:after {
  content: "";
  width: 18px;
  height: 20px;
  background: url(../images/icon-shopping-bag.svg) no-repeat;
}
header .logo {
  width: 100%;
  height: auto;
  display: block;
  transition: all 500ms ease 0s;
}
@media (max-width: 1080px) {
  header .logo {
    width: 70%;
  }
}
header nav {
  display: grid;
  grid-template-columns: 1fr;
}
header nav > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header nav .menu li {
  margin: 0 1rem;
  position: relative;
}
@media (max-width: 1080px) {
  header nav .menu li {
    margin: 0;
  }
}
header nav .menu li:hover .submenu {
  display: block;
}
header nav a {
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  header nav a {
    width: 100%;
    color: #fff;
    display: block;
    padding: 1.5rem;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: initial;
  }
}
@media (max-width: 1080px) {
  header nav a:hover {
    background: #157fdd;
  }
}
header nav .submenu {
  position: absolute;
  left: 50%;
  padding: 1rem 0.25rem 0.25rem 0.25rem;
  display: none;
  box-sizing: border-box;
  transform: translateX(-50%);
}
@media (max-width: 1080px) {
  header nav .submenu {
    display: block;
    position: relative;
    padding: 0;
  }
}
header nav .submenu ul {
  background: #fff;
  position: relative;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1080px) {
  header nav .submenu ul {
    background: none;
    box-shadow: none;
  }
}
header nav .submenu ul:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 4px;
  background: #0072D8;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1080px) {
  header nav .submenu ul:before {
    display: none;
  }
}
header nav .submenu li {
  margin: 0;
  white-space: nowrap;
}
header nav .submenu li:after {
  content: "";
  width: 85%;
  height: 1px;
  background: #e4e4e4;
  display: block;
  margin: auto;
}
@media (max-width: 1080px) {
  header nav .submenu li:after {
    display: none;
  }
}
header nav .submenu li:last-child:after {
  display: none;
}
header nav .submenu a {
  color: #0072D8;
  text-transform: initial;
  padding: 1.5rem;
  display: block;
}
@media (max-width: 1080px) {
  header nav .submenu a {
    padding: 1.5rem;
  }
}
header nav .submenu a:hover {
  background: #0072D8;
  color: #ffffff;
}
@media (max-width: 1080px) {
  header nav .submenu a:hover {
    background: #157fdd;
  }
}
header.fixed {
  background: #fff;
  transition: all 500ms ease 0s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
header.fixed .center {
  padding: 1rem 2rem;
}
header.fixed .menu-login li .btn {
  padding: 12px;
  transition: all 500ms ease 0s;
}
header.fixed .logo {
  width: 70%;
  transition: all 500ms ease 0s;
}
header nav label {
  display: inline-block;
}
@media (min-width: 1080px) {
  header nav label {
    display: none;
  }
}
header input {
  display: none;
}
header .icone_menu {
  transform: rotate(0deg);
  transition: 0.5s ease;
  cursor: pointer;
  padding: 5px;
  width: 37px;
  height: 37px;
  box-sizing: border-box;
  margin: 5px 0px;
  z-index: 3;
  position: absolute;
  top: 16px;
  right: 2rem;
}
header .icone_menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 80%;
  background: #0072D8;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  right: 0px;
  margin: auto;
  transform: rotate(0deg);
  transition: 0.25s ease;
}
header .icone_menu span:nth-child(1) {
  top: 5px;
}
header .icone_menu span:nth-child(2), header .icone_menu span:nth-child(3) {
  top: 15px;
}
header .icone_menu span:nth-child(4) {
  top: 25px;
}
header nav input[type=checkbox]:checked ~ .icone_menu span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header nav input[type=checkbox]:checked ~ .icone_menu span:nth-child(2) {
  transform: rotate(45deg);
}
header nav input[type=checkbox]:checked ~ .icone_menu span:nth-child(3) {
  transform: rotate(-45deg);
}
header nav input[type=checkbox]:checked ~ .icone_menu span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header.header-internal {
  background: #ffffff;
  color: #0072D8;
}
header.header-internal a {
  color: #0072D8;
}
header.header-internal a.btn {
  color: #ffffff;
}
header.header-internal .telesales:before {
  background: url(../images/icon-televendas-blue.svg) no-repeat;
}

.header-fixo .header-content {
  top: 0;
  position: fixed;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  transition: all 250ms ease 0s;
}
.header-fixo .header-content .center {
  grid-template-columns: 150px 1fr;
}
.header-fixo .header-content a {
  color: #0072D8;
}
@media (max-width: 1080px) {
  .header-fixo .header-content a {
    color: #ffffff;
  }
}
.header-fixo .header-content a.btn {
  color: #ffffff;
}
.header-fixo .submenu {
  padding: 2.55rem 0.25rem 0.25rem 0.25rem;
}
@media (max-width: 1080px) {
  .header-fixo .submenu {
    padding: 0;
  }
}

.header-base {
  width: 100%;
  height: 158.55px;
  margin-bottom: 1rem;
}
@media (max-width: 1080px) {
  .header-base {
    height: 78px;
    margin-bottom: 0;
  }
}

@media (max-width: 1080px) {
  .menu li {
    margin-left: 0px;
  }

  .menu ul a {
    color: #fff;
    padding: 20px;
    float: none;
    width: 100%;
    text-align: center;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: -1px;
  }

  header nav label {
    display: inline-block;
  }

  .icone_menu {
    transform: rotate(0deg);
    transition: 0.5s ease;
    cursor: pointer;
    padding: 5px;
    width: 37px;
    height: 37px;
    box-sizing: border-box;
    margin: 5px 0px;
    z-index: 3;
    position: absolute;
    top: 10px;
    right: 2rem;
  }

  .icone_menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 80%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    right: 0px;
    margin: auto;
    transform: rotate(0deg);
    transition: 0.25s ease;
  }

  .icone_menu span:nth-child(1) {
    top: 5px;
  }

  .icone_menu span:nth-child(2), .icone_menu span:nth-child(3) {
    top: 15px;
  }

  .icone_menu span:nth-child(4) {
    top: 25px;
  }

  header nav {
    position: fixed;
    left: 0px;
    width: 100%;
    top: 0px;
  }

  header nav input[type=checkbox]:checked ~ .icone_menu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  header nav input[type=checkbox]:checked ~ .icone_menu span:nth-child(2) {
    transform: rotate(45deg);
  }

  header nav input[type=checkbox]:checked ~ .icone_menu span:nth-child(3) {
    transform: rotate(-45deg);
  }

  header nav input[type=checkbox]:checked ~ .icone_menu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  header nav input[type=checkbox]:checked ~ .menu {
    min-height: calc(100% - 78px);
    /*margin: 1em 0 0 0;*/
  }

  header nav .menu {
    display: block;
    width: 100%;
    list-style: none;
    max-height: 0;
    overflow: auto;
    transition: all 0.25s ease;
    background: #0072D8;
    position: fixed;
    top: 78px;
  }
  header nav .menu a {
    color: #fff;
  }
}
@media (max-width: 1080px) {
  .center.grid {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
}
@media (max-width: 1080px) {
  .center.grid img {
    margin: auto;
  }
}

footer {
  background: #001A4B;
  margin-top: -1rem;
  color: #ffffff;
}
footer .center {
  padding: 5rem 2rem 2rem 2rem;
}
footer .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 9rem;
  gap: 2rem;
}
@media (max-width: 1080px) {
  footer .grid {
    text-align: center;
    grid-template-columns: 1fr;
  }
}
footer .container {
  margin-bottom: 2rem;
}
footer small {
  font-family: "Poppins", sans-serif, arial, verdana;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}
footer address {
  line-height: 1.5rem;
}
footer .btn {
  text-transform: uppercase;
}
footer .btn:hover {
  text-decoration: none;
}
footer a {
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem 0;
  display: inline-block;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-title {
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1rem;
}
footer .footer-bottom {
  margin-top: 1rem;
  padding: 3rem 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer .footer-bottom p {
  font-size: 0.75rem;
  opacity: 0.5;
  margin-bottom: 0.5rem;
}
footer .footer-logo img {
  max-width: 135px;
  width: 100%;
  height: auto;
  margin: auto;
}
footer .social-links {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  gap: 1.5rem;
}
footer .facebook-icon {
  text-indent: -99999px;
  width: 25px;
  height: 25px;
  display: block;
  background: url(../images/icon-facebook.svg) no-repeat;
  padding: 0;
}
footer .instagram-icon {
  text-indent: -99999px;
  width: 25px;
  height: 25px;
  display: block;
  background: url(../images/icon-instagram.svg) no-repeat;
  padding: 0;
}
footer .youtube-icon {
  text-indent: -99999px;
  width: 25px;
  height: 25px;
  display: block;
  background: url(../images/icon-youtube.svg) no-repeat;
  padding: 0;
}
footer .tante {
  font-size: 10px;
  line-height: 18px;
}
footer .tante a {
  text-decoration: none;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
}
footer .tante span {
  width: 50px;
  height: 20px;
  text-indent: -99999px;
  float: right;
  background: url(../images/icone_tante.png) no-repeat;
}

.prev,
.next {
  width: 80px;
  height: 80px;
  text-indent: -99999px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  border: none;
  transition: all 500ms ease 0s;
}

.prev {
  background: url(../images/carousel-arrow.png) no-repeat;
  background-position: center;
  left: 2rem;
  transform: rotateY(180deg) translateY(-50%);
}

.next {
  background: url(../images/carousel-arrow.png) no-repeat;
  background-position: center;
  right: 2rem;
  transform: translateY(-50%);
}

.prev-blue {
  background: url(../images/carousel-blue-arrow.svg) no-repeat;
  background-position: center;
  left: 2rem;
  transform: rotateY(180deg) translateY(-50%);
}

.next-blue {
  background: url(../images/carousel-blue-arrow.svg) no-repeat;
  background-position: center;
  right: 2rem;
  transform: translateY(-50%);
}

.posts-carousel {
  position: relative;
}

.banner {
  position: relative;
}
@media (max-width: 1080px) {
  .banner {
    padding-top: 4.8rem;
  }
}
.banner img {
  width: 100%;
}
@media (max-width: 1080px) {
  .banner img {
    display: none;
  }
}
.banner .slick-dots .slick-active {
  background: #0072D8;
}
.banner .slick-dots li {
  border: 3px solid #0072D8;
  background: #ffffff;
  border-radius: 50%;
  width: 5px !important;
  height: 5px !important;
}
.banner .slick-dots button {
  display: none;
}
@media (max-width: 768px) {
  .banner .prev,
.banner .next {
    display: none;
  }
}

.carousel-default {
  overflow: hidden;
  cursor: all-scroll;
}
.carousel-default .slick-dots .slick-active {
  background: #0072D8;
}
.carousel-default .slick-dots li {
  border: 3px solid #e6e8ed;
  background: #e6e8ed;
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
}
.carousel-default .slick-dots button {
  display: none;
}
.carousel-default .slick-slide img {
  width: 100%;
}

.breadcrumbs {
  margin: 3rem 0;
  font-family: "Poppins", sans-serif, arial, verdana;
}
@media (max-width: 1080px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs ul {
  display: flex;
}
.breadcrumbs li {
  font-weight: 600;
  text-transform: uppercase;
  color: #011866;
  font-size: 0.75rem;
}
.breadcrumbs li:after {
  content: "»";
  margin: 0 0.25rem;
  opacity: 0.2;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  text-decoration: none;
  color: #011866;
  opacity: 0.2;
}
.breadcrumbs .active {
  opacity: 0.8;
}

.our-business {
  overflow: hidden;
  padding-top: 10rem;
}
@media (max-width: 1080px) {
  .our-business {
    padding-top: 3rem;
  }
}
.our-business .grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8.125rem;
  gap: 10%;
}
.our-business .center {
  position: relative;
}
.our-business .center:before {
  content: "Negócio";
  font-size: 18rem;
  position: absolute;
  font-weight: 500;
  opacity: 0.02;
  color: #001A4B;
  top: -9rem;
  left: -9rem;
}

.news {
  overflow: hidden;
  padding-top: 10rem;
}
@media (max-width: 1080px) {
  .news {
    padding-top: 5rem;
  }
}
.news .center {
  position: relative;
  max-width: 1410px;
  padding: 0 7rem;
  box-sizing: border-box;
}
@media (max-width: 580px) {
  .news .center {
    padding: 0 2rem;
  }
}
.news .center:before {
  content: "Blog";
  font-size: 18rem;
  position: absolute;
  font-weight: 500;
  opacity: 0.02;
  color: #001A4B;
  top: -7rem;
  right: 0rem;
}
.news .news-container {
  position: relative;
  margin: 3rem 0px;
}
.news .news-container .posts-carousel {
  position: relative;
  z-index: 1;
}
.news .news-container:before {
  content: "";
  position: absolute;
  width: 47px;
  height: 259px;
  background: #FCC90A;
  top: 1rem;
  left: 1rem;
}
.news .news-container:after {
  content: "";
  position: absolute;
  width: 47px;
  height: 259px;
  background: #FCC90A;
  bottom: 4rem;
  right: 1rem;
}
.news .prev {
  left: -6rem;
}
.news .next {
  right: -6rem;
}
.news .slick-dots .slick-active {
  background: #0072D8;
}
.news .slick-dots li {
  border: 3px solid #0072D8;
  background: #ffffff;
  border-radius: 50%;
  width: 5px !important;
  height: 5px !important;
}
.news .slick-dots button {
  display: none;
}
@media (max-width: 768px) {
  .news .slick-slide img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .news .prev,
.news .next {
    display: none;
  }
}
.news .post-item {
  padding: 2rem;
  box-sizing: border-box;
}
.news .post-item a {
  text-decoration: none;
  color: #58585B;
  display: block;
  border-top-left-radius: 0.55rem;
  overflow: hidden;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 0.55rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.25);
}
.news .post-item .thumb-post {
  position: relative;
}
.news .post-item .thumb-post:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 4px;
  background: #FCC90A;
}
.news .post-content {
  padding: 1.5rem 1.75rem 3rem 1.75rem;
}
.news .post-date {
  font-size: 0.75rem;
  color: #B1B3B5;
  margin-bottom: 1rem;
  display: block;
}
.news .post-title {
  font-size: 1.5rem;
  color: #0072D8;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .post-excerpt {
  line-height: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.partners {
  overflow: hidden;
  padding-top: 4rem;
}
@media (max-width: 1080px) {
  .partners {
    text-align: center;
  }
}
.partners .center {
  position: relative;
  max-width: 1350px;
  padding: 0 7rem;
  box-sizing: border-box;
}
@media (max-width: 580px) {
  .partners .center {
    padding: 0 2rem;
  }
}
.partners .center:before {
  content: "Parceiros";
  font-size: 18rem;
  position: absolute;
  font-weight: 500;
  opacity: 0.02;
  color: #001A4B;
  top: -7rem;
  left: -4rem;
}
.partners .partners-container {
  position: relative;
  margin: 4rem 0px;
}
.partners .prev {
  left: -6rem;
}
.partners .next {
  right: -6rem;
}
.partners .partners-item img {
  margin: auto;
}
.partners .slick-dots .slick-active {
  background: #0072D8;
}
.partners .slick-dots li {
  border: 3px solid #0072D8;
  background: #ffffff;
  border-radius: 50%;
  width: 5px !important;
  height: 5px !important;
}
.partners .slick-dots button {
  display: none;
}

.newsletter {
  position: relative;
}
.newsletter:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 114, 216, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.newsletter:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(images/carta.svg) no-repeat;
  position: absolute;
  bottom: 0;
}
.newsletter .center {
  padding: 4rem 2rem;
  position: relative;
  z-index: 2;
}
.newsletter .center:after {
  content: "";
  width: 95.5%;
  height: 4px;
  background: #FCC90A;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.newsletter .title-section {
  color: #ffffff;
  line-height: 3rem;
}
.newsletter .form .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  margin-bottom: 1.5rem;
  max-width: 830px;
  gap: 2rem;
}
@media (max-width: 1080px) {
  .newsletter .form .grid {
    grid-template-columns: 1fr;
  }
}
.newsletter .form input[type=text],
.newsletter .form input[type=email] {
  background: #207FD5;
  border: 1px solid #489CE7;
  color: #ffffff;
}
.newsletter .form input[type=email] {
  width: 80%;
}
.newsletter .form .col {
  position: relative;
}
.newsletter .btn-send {
  width: auto;
  border-radius: 50px;
  padding: 1rem 2rem;
  border: 1px solid #FCC90A;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  color: #328DDF;
  cursor: pointer;
}
.newsletter .form-group-check {
  display: block;
  margin: auto;
  max-width: 830px;
  color: #ffffff;
}
.newsletter .parsley-error, .newsletter .input-invalido-borda {
  border: 1px solid #FCC90A !important;
}
.newsletter .parsley-required,
.newsletter .parsley-errors-list {
  color: #FCC90A !important;
  font-size: 0.9rem;
}
.newsletter input:-webkit-input-placeholder {
  /* Edge */
  color: #ffffff;
}
.newsletter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.newsletter input::placeholder {
  color: #ffffff;
}

.grid-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 1080px) {
  .grid-col {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.box {
  padding: 3rem 0;
}

.grey-highlight {
  padding: 3rem 0;
  background: rgba(0, 26, 75, 0.02);
}

.yellow-highlight {
  padding: 3rem 0;
  background: #FCC90A;
}
.yellow-highlight .title-section {
  margin-bottom: 3rem;
  color: #011866;
  font-weight: normal;
}
.yellow-highlight .title-section:after {
  content: "";
  width: 3rem;
  height: 4px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: -1rem;
  border-radius: 2px;
}

.center-elements {
  align-items: center;
}

.title-section,
.title-page {
  color: #0072D8;
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  display: block;
  position: relative;
}
@media (max-width: 1080px) {
  .title-section,
.title-page {
    font-size: 1.5rem;
  }
}

.title-page {
  font-size: 3rem;
  position: relative;
  margin-bottom: 2.5rem;
}
@media (max-width: 1080px) {
  .title-page {
    font-size: 2rem;
  }
}
.title-page:after {
  content: "";
  width: 3rem;
  height: 4px;
  background: #FCC90A;
  position: absolute;
  left: 0;
  bottom: -1rem;
  border-radius: 2px;
}

.text-regular {
  font-weight: normal;
}

.title-border:after {
  content: "";
  width: 3rem;
  height: 4px;
  background: #FCC90A;
  position: absolute;
  left: 0;
  bottom: -1rem;
  border-radius: 2px;
}
@media (max-width: 1080px) {
  .title-border:after {
    right: 0;
    margin: auto;
  }
}

.secondary-title {
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 2rem;
  display: inline-block;
}
.secondary-title:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #FCC90A;
  position: absolute;
  left: 0;
  bottom: -1rem;
  border-radius: 2px;
}

.text-section {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (max-width: 1080px) {
  .text-section {
    font-size: 1rem;
  }
}

.center-border {
  position: relative;
}
.center-border:after {
  content: "";
  width: 35px;
  height: 4px;
  background: #FCC90A;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1rem;
  border-radius: 2px;
}

.video {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
}
.video:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #313133;
  opacity: 0.6;
  position: absolute;
  transition: all 250ms ease 0s;
}
.video.active:before {
  opacity: 0;
  transition: all 250ms ease 0s;
}
.video video {
  width: 100%;
  margin: -0.35rem 0;
  display: block;
}
.video .play-btn {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  background: none;
  cursor: pointer;
  opacity: 1;
  transition: all 250ms ease 0s;
}
.video .play-btn:before {
  content: "";
  width: 63px;
  height: 82px;
  position: absolute;
  z-index: 2;
  background: url(../images/institucional/icon-play.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(1);
  transition: all 250ms ease 0s;
}
.video .play-btn:hover:before {
  transform: scale(1.2);
  transition: all 250ms ease 0s;
}
.video .play-btn.active {
  opacity: 0;
  transition: all 250ms ease 0s;
}

.institucional-page {
  position: relative;
}
.institucional-page:before {
  content: "Institucional";
  font-size: 18rem;
  position: absolute;
  font-weight: 500;
  opacity: 0.02;
  color: #001A4B;
  top: 40rem;
  left: -45rem;
  transform: rotate(90deg);
}
@media (max-width: 1500px) {
  .institucional-page:before {
    display: none;
  }
}
.institucional-page .institutional-intro .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.institucional-page .institutional-intro p {
  margin-bottom: 2rem;
}
.institucional-page .best-moments {
  padding: 5rem 0;
}
@media (max-width: 1080px) {
  .institucional-page .best-moments {
    padding: 5rem 0 2rem 0;
  }
}
.institucional-page .best-moments .title-section {
  font-weight: normal;
}
.institucional-page .video-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: auto;
  margin-bottom: 4rem;
}
.institucional-page .video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.institucional-page .premium {
  background: #FCC90A;
  padding: 5rem 0;
}
.institucional-page .premium .title-section {
  margin-bottom: 3rem;
  color: #011866;
  font-weight: normal;
}
.institucional-page .premium .title-section:after {
  content: "";
  width: 3rem;
  height: 4px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: -1rem;
  border-radius: 2px;
}
@media (max-width: 1080px) {
  .institucional-page .premium .title-section:after {
    right: 0;
    margin: auto;
  }
}
.institucional-page .premium p {
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
.institucional-page .premium .premium-carousel {
  cursor: all-scroll;
}
.institucional-page .premium .premium-carousel .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 1080px) {
  .institucional-page .premium .premium-carousel .grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.institucional-page .premium .slick-dots .slick-active {
  background: #000;
}
.institucional-page .premium .slick-dots li {
  border: 3px solid #ffffff;
  background: #ffffff;
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
}
.institucional-page .premium .slick-dots button {
  display: none;
}
.institucional-page .premium .slick-slide img {
  width: 100%;
}
.institucional-page .where-are-we .grid {
  display: grid;
  grid-template-columns: 1fr 25rem;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}

.sobre-page .sobre-intro .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  justify-content: center;
}
.sobre-page .sobre-intro p {
  margin-bottom: 2rem;
}
.sobre-page .sobre-intro .subtitle-section {
  color: #001A4B;
  opacity: 0.3;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 1.5rem;
  display: block;
}
@media (max-width: 1080px) {
  .sobre-page .sobre-intro .subtitle-section {
    font-size: 1.25rem;
  }
}
.sobre-page .highlight p {
  color: #001A4B;
  font-weight: 400;
}
.sobre-page .pillars .grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  gap: 3rem;
}
@media (max-width: 1080px) {
  .sobre-page .pillars .grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.sobre-page .pillars h3 {
  font-weight: 700;
  color: #0072D8;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.sobre-page .pillars h3:before {
  content: "";
  width: 80px;
  height: 80px;
  background: #F3F3F3 url(../images/sobre/icon-star.svg) no-repeat;
  display: block;
  margin: auto;
  margin-bottom: 2.5rem;
  background-position: center;
  border-radius: 50%;
}

.premios-page .premios-intro {
  overflow: hidden;
}
.premios-page .premios-intro .center {
  position: relative;
}
.premios-page .premios-intro .center:before {
  content: "Prêmios";
  font-size: 18rem;
  position: absolute;
  font-weight: 500;
  opacity: 0.02;
  color: #001A4B;
  bottom: -4rem;
  right: -4rem;
}
.premios-page .achievements .grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 6rem;
}
@media (max-width: 1080px) {
  .premios-page .achievements .grid {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.premios-page .achievements .separator {
  width: 4px;
  height: 100%;
  border-radius: 8px;
  background: #FCC90A;
}
.premios-page .achievements h3 {
  font-size: 1.5rem;
  color: #0072D8;
  font-weight: 700;
  margin-bottom: 1rem;
}
.premios-page .achievements .achievements-list {
  padding: 2rem;
}
@media (max-width: 1080px) {
  .premios-page .achievements .achievements-list {
    padding: 0;
  }
}
.premios-page .achievements .achievements-list ul li {
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
.premios-page .achievements .achievements-list ul li:last-child {
  margin-bottom: 1.5rem;
}
.premios-page .achievements .achievements-year {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px dashed #e6e8ed;
}
@media (max-width: 1080px) {
  .premios-page .achievements .achievements-year {
    grid-template-columns: 1fr;
  }
}
.premios-page .achievements .achievements-year:last-child {
  border: none;
  margin-bottom: 0;
}
.premios-page .achievements .achievements-year:before {
  content: "";
  width: 80px;
  height: 80px;
  background: #F3F3F3 url(../images/premios/icon-medalha.svg) no-repeat;
  display: block;
  margin-bottom: 1.5rem;
  background-position: center;
  border-radius: 50%;
}
@media (max-width: 1080px) {
  .premios-page .achievements .achievements-year:before {
    margin: auto;
  }
}

.onde-estamos-page .company-map {
  margin: 2.5rem 0 7rem 0;
}
.onde-estamos-page .map-iframe {
  width: 100%;
}
.onde-estamos-page .maps h2 {
  font-weight: 700;
  color: #0072D8;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.onde-estamos-page .maps address {
  line-height: 1.5rem;
  margin-bottom: 1rem;
  min-height: 97px;
  display: block;
}
.onde-estamos-page .maps .btn {
  padding: 0.75rem 1.5rem;
}
.onde-estamos-page .maps .grid-col {
  gap: 2rem;
  margin-bottom: 5rem;
}
.onde-estamos-page .maps .grid li {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
}
@media (max-width: 1080px) {
  .onde-estamos-page .maps .grid li {
    grid-template-columns: 1fr;
  }
}
.onde-estamos-page .maps .grid li img {
  border-radius: 0.5rem;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1080px) {
  .onde-estamos-page .maps .grid li img {
    margin: auto;
  }
}

.nosso-negocio-page .yellow-highlight .grid {
  grid-template-columns: 1fr auto;
}
@media (max-width: 1080px) {
  .nosso-negocio-page .yellow-highlight .grid {
    grid-template-columns: 1fr;
  }
}
.nosso-negocio-page .box-default .grid {
  grid-template-columns: auto 1fr;
}
@media (max-width: 1080px) {
  .nosso-negocio-page .box-default .grid {
    grid-template-columns: 1fr;
  }
}
.nosso-negocio-page img {
  margin: auto;
}

.medicamentos-page .medicamentos-intro {
  width: 100%;
  height: 335px;
  position: relative;
  display: block;
  background: url(../images/medicamentos/banner-medicamentos.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.medicamentos-page .medicamentos-intro:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #001A4B;
  opacity: 0.4;
  z-index: 1;
}
.medicamentos-page .medicamentos-intro h1 {
  position: absolute;
  font-size: 3rem;
  color: #ffffff;
  max-width: 820px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1080px) {
  .medicamentos-page .medicamentos-intro h1 {
    font-size: 2rem;
    max-width: 100%;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0 2rem;
    line-height: 2.5rem;
  }
}
.medicamentos-page .medicamentos-intro figure {
  width: 100%;
  overflow: hidden;
  height: 335px;
}
.medicamentos-page .medicamentos-intro figure img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1080px) {
  .medicamentos-page .thumb-hnb {
    order: 1;
  }
}
@media (max-width: 1080px) {
  .medicamentos-page img {
    margin: auto;
  }
}

.client-form {
  position: relative;
}
.client-form:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 114, 216, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.client-form:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/carta.svg) no-repeat;
  position: absolute;
  bottom: 0;
}
.client-form .center {
  padding: 4rem 2rem;
  position: relative;
  z-index: 2;
}
.client-form .center:after {
  content: "";
  width: 95.5%;
  height: 4px;
  background: #FCC90A;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.client-form .title-section {
  color: #ffffff;
}
.client-form .form .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  margin-bottom: 1.5rem;
  gap: 2rem;
}
@media (max-width: 1080px) {
  .client-form .form .grid {
    grid-template-columns: 1fr;
  }
}
.client-form .form input[type=text],
.client-form .form input[type=email], .client-form .form .select-contato {
  background: #207FD5;
  border: 1px solid #489CE7;
  color: #ffffff;
  z-index: 1;
  appearance: none;
}
.client-form .form .select-teste option {
  background: white;
  color: black;
}
.client-form .form input[type=email] {
  width: 100%;
}
.client-form .form .col {
  position: relative;
}
.client-form .form .select-estilo-botao {
  width: 100%;
  display: block;
  border-radius: 8px;
  border: none;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.client-form .form .select-estilo-botao:after {
  content: "";
  width: 21px;
  height: 20px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon-arrow-white.svg) no-repeat;
  z-index: 2;
}
.client-form .btn-send {
  width: auto;
  border-radius: 50px;
  padding: 1rem 2rem;
  border: 1px solid #FCC90A;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  color: #328DDF;
  cursor: pointer;
}
.client-form .form-group-check {
  display: contents;
  margin: auto;
  color: #ffffff;
}
.client-form .parsley-error, .client-form .input-invalido-borda {
  border: 1px solid #FCC90A !important;
}
.client-form .parsley-required,
.client-form .parsley-errors-list {
  color: #FCC90A !important;
  font-size: 0.9rem;
}
.client-form input:-webkit-input-placeholder {
  /* Edge */
  color: #ffffff;
}
.client-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.client-form input::placeholder {
  color: #ffffff;
}

.responsabilidade-social-page .responsabilidade-social-intro {
  overflow: hidden;
}
.responsabilidade-social-page .responsabilidade-social-intro .center {
  position: relative;
}
.responsabilidade-social-page .responsabilidade-social-intro .center:before {
  content: "Responsabilidade";
  font-size: 18rem;
  position: absolute;
  font-weight: 500;
  opacity: 0.02;
  color: #001A4B;
  bottom: -4rem;
  right: -145%;
}
.responsabilidade-social-page .responsabilidade-social-intro .grid {
  grid-template-columns: 1fr auto;
}
.responsabilidade-social-page .company-highlight {
  color: #ffffff;
}
.responsabilidade-social-page .company-highlight h2 {
  max-width: 345px;
  margin-bottom: 2rem;
  color: #ffffff;
}
.responsabilidade-social-page .company-highlight p {
  max-width: 540px;
}
.responsabilidade-social-page .company-highlight .grid {
  gap: 0;
}
.responsabilidade-social-page .company-highlight .btn {
  min-width: 160px;
}
.responsabilidade-social-page .eqa {
  background: url(../images/responsabilidade-social/bg-eqa.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  text-align: right;
  padding: 3rem 3rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  justify-content: flex-end;
}
.responsabilidade-social-page .eqa h2 {
  margin-left: auto;
  margin-bottom: 2rem;
  padding-right: 1.5rem;
  border-right: 3px solid #fff;
}
.responsabilidade-social-page .eqa .btn {
  margin-left: auto;
}
.responsabilidade-social-page .eqa .btn:hover {
  color: #ec5403;
}
.responsabilidade-social-page .eqe {
  background: url(../images/responsabilidade-social/bg-eqe.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  text-align: left;
  padding: 3rem 3rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.responsabilidade-social-page .eqe h2 {
  margin-right: auto;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  border-left: 3px solid #fff;
}
.responsabilidade-social-page .eqe .btn {
  margin-right: auto;
}
.responsabilidade-social-page .eqe .btn:hover {
  color: #018db3;
}

.eqa-page .eqa-intro .grid {
  grid-template-columns: 1fr auto;
}
@media (max-width: 1080px) {
  .eqa-page .eqa-intro .grid {
    margin-top: 2rem;
    gap: 0rem;
  }
}
.eqa-page .eqa-intro img {
  margin-top: 4rem;
}
.eqa-page .events {
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
}
@media (max-width: 1080px) {
  .eqa-page .events {
    display: block;
  }
}
.eqa-page .events .grid {
  width: 100%;
  max-width: 530px;
  padding: 2rem;
  display: grid;
  grid-template-columns: 270px 1fr;
  transition: all 500ms ease 0s;
}
@media (max-width: 1080px) {
  .eqa-page .events .grid {
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .eqa-page .events .grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.eqa-page .events .grid p {
  width: 0;
  height: 7rem;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  padding-left: 3rem;
  box-sizing: border-box;
  transition: all 250ms ease 0s;
}
@media (max-width: 680px) {
  .eqa-page .events .grid p {
    width: 100%;
    height: auto;
    overflow: inherit;
    visibility: visible;
    opacity: 1;
    padding-left: 0;
  }
}
.eqa-page .events .grid figure {
  width: 100%;
  height: 0;
  opacity: 0;
  padding-left: 3rem;
  box-sizing: border-box;
  transition: all 250ms ease 0s;
}
.eqa-page .events .grid figure img {
  border-radius: 0.5rem;
  border: 2px solid #fff;
}
.eqa-page .events .grid .buttons {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 680px) {
  .eqa-page .events .grid .buttons {
    display: none;
  }
}
.eqa-page .events .grid .btn {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transition: all 250ms ease 0s;
}
.eqa-page .events .grid .btn-close {
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease 0s;
  width: 21px;
  height: 45px;
  text-indent: -99999px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0 1rem;
}
.eqa-page .events .grid .btn-close:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 14px;
  bottom: 0px;
  transform: rotate(45deg);
}
.eqa-page .events .grid .btn-close:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
  bottom: 14px;
  transform: rotate(-45deg);
}
.eqa-page .events .grid .text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.eqa-page .grid-left {
  display: flex;
  justify-content: flex-end;
}
.eqa-page .grid-right {
  display: flex;
  justify-content: flex-start;
}
.eqa-page h2 {
  font-size: 2.25rem;
  font-weight: 700;
  border-left: 4px solid #ffffff;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 680px) {
  .eqa-page h2 {
    padding: 0;
    border: none;
  }
}
.eqa-page .cinema {
  width: 50%;
  background: url(../images/eqa/bg-cinema.jpg) no-repeat;
  background-size: 125%;
  background-position: center;
  transition: all 500ms ease 0s;
}
.eqa-page .cinema:hover {
  background-size: 120%;
}
@media (max-width: 1080px) {
  .eqa-page .cinema {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .eqa-page .cinema {
    background-size: cover;
  }
  .eqa-page .cinema:hover {
    background-size: cover;
  }
}
.eqa-page .cinema h2:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 1.5rem;
  background: url(../images/eqa/icon-cinema.png) no-repeat;
}
@media (max-width: 680px) {
  .eqa-page .cinema h2:before {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.eqa-page .cinema .btn:hover {
  color: #a33937;
}
.eqa-page .conversatorio {
  width: 50%;
  background: url(../images/eqa/bg-conversatorio.jpg) no-repeat;
  background-size: 125%;
  background-position: center;
  transition: all 500ms ease 0s;
}
.eqa-page .conversatorio:hover {
  background-size: 120%;
}
@media (max-width: 1080px) {
  .eqa-page .conversatorio {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .eqa-page .conversatorio {
    background-size: cover;
  }
  .eqa-page .conversatorio:hover {
    background-size: cover;
  }
}
.eqa-page .conversatorio h2:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 1.5rem;
  background: url(../images/eqa/icon-conversatorio.png) no-repeat;
}
@media (max-width: 680px) {
  .eqa-page .conversatorio h2:before {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.eqa-page .conversatorio .btn:hover {
  color: #d7ac50;
}
.eqa-page .palestras {
  width: 50%;
  background: url(../images/eqa/bg-palestras.jpg) no-repeat;
  background-size: 125%;
  background-position: center;
  transition: all 500ms ease 0s;
}
.eqa-page .palestras:hover {
  background-size: 120%;
}
@media (max-width: 1080px) {
  .eqa-page .palestras {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .eqa-page .palestras {
    background-size: cover;
  }
  .eqa-page .palestras:hover {
    background-size: cover;
  }
}
.eqa-page .palestras h2:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 1.5rem;
  background: url(../images/eqa/icon-palestras.png) no-repeat;
}
@media (max-width: 680px) {
  .eqa-page .palestras h2:before {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.eqa-page .palestras .btn:hover {
  color: #319a80;
}
.eqa-page .teatro {
  width: 50%;
  background: url(../images/eqa/bg-teatro-musica.jpg) no-repeat;
  background-size: 125%;
  background-position: center;
  transition: all 500ms ease 0s;
}
.eqa-page .teatro:hover {
  background-size: 120%;
}
@media (max-width: 1080px) {
  .eqa-page .teatro {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .eqa-page .teatro {
    background-size: cover;
  }
  .eqa-page .teatro:hover {
    background-size: cover;
  }
}
.eqa-page .teatro h2:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 1.5rem;
  background: url(../images/eqa/icon-teatro.png) no-repeat;
}
@media (max-width: 680px) {
  .eqa-page .teatro h2:before {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.eqa-page .teatro .btn:hover {
  color: #36849a;
}
.eqa-page .selected {
  width: 60%;
  transition: all 500ms ease 0s;
}
@media (max-width: 1080px) {
  .eqa-page .selected {
    width: 100%;
  }
}
.eqa-page .selected .grid {
  max-width: 690px;
  transition: all 500ms ease 0s;
}
@media (max-width: 1080px) {
  .eqa-page .selected .grid {
    max-width: 100%;
  }
}
.eqa-page .selected .grid p {
  width: 100%;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  transition: all 250ms ease 0s;
}
.eqa-page .selected .grid figure {
  opacity: 1;
  width: 100%;
  height: 17rem;
  transition: all 250ms ease 0s;
}
.eqa-page .selected .grid .btn-close {
  opacity: 1;
  visibility: visible;
  transition: all 250ms ease 0s;
}
.eqa-page .selected .grid .btn {
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease 0s;
}
.eqa-page .next-active, .eqa-page .prev-active {
  width: 40%;
  background-size: 188%;
  transition: all 500ms ease 0s;
}
@media (max-width: 1080px) {
  .eqa-page .next-active, .eqa-page .prev-active {
    width: 100%;
  }
}
.eqa-page .next-active:hover, .eqa-page .prev-active:hover {
  background-size: 178%;
}
.eqa-page .video-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 4rem;
}
.eqa-page .video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.eqe-page .eqe-intro .grid {
  grid-template-columns: 1fr auto;
}
@media (max-width: 1080px) {
  .eqe-page .eqe-intro .grid {
    margin-top: 2rem;
    gap: 0rem;
  }
}
.eqe-page .eqe-intro img {
  margin-top: 4rem;
}
.eqe-page .yellow-highlight {
  padding: 0;
}
.eqe-page .yellow-highlight .center {
  padding: 3rem 2rem;
  position: relative;
}
.eqe-page .yellow-highlight .center:before {
  content: "";
  top: 0;
  left: -130px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/eqe/bg-projeto-geracao.png) no-repeat;
}
@media (max-width: 1080px) {
  .eqe-page .yellow-highlight .center:before {
    left: 0;
    right: 0;
    margin: auto;
    background-position: center top;
  }
}
.eqe-page .yellow-highlight .grid-col {
  position: relative;
  grid-template-columns: auto 1fr;
}
@media (max-width: 1080px) {
  .eqe-page .yellow-highlight .grid-col {
    grid-template-columns: 1fr;
  }
}
.eqe-page .yellow-highlight figure {
  padding: 5.5rem 4rem 2rem 4rem;
}
@media (max-width: 1080px) {
  .eqe-page .yellow-highlight figure {
    padding: 2rem;
  }
}
@media (max-width: 1080px) {
  .eqe-page .yellow-highlight figure img {
    margin: auto;
  }
}

.contato-page form .grid {
  margin-bottom: 3rem;
}
.contato-page form .btn {
  width: 100%;
  max-width: 160px;
}
@media (max-width: 1080px) {
  .contato-page .content-section {
    text-align: center;
  }
}
.contato-page .work-with-us .grid {
  grid-template-columns: 1fr auto;
  display: grid;
  gap: 3rem;
}
.contato-page .work-with-us h3 {
  font-size: 1.25rem;
  color: #011866;
  margin-bottom: 1rem;
  font-weight: 600;
}
.contato-page .work-with-us .btn {
  width: 100%;
  max-width: 380px;
}
.contato-page .company-map {
  margin: 2.5rem 0 7rem 0;
}
.contato-page .map-iframe {
  width: 100%;
}
.contato-page .parsley-error, .contato-page .input-invalido-borda {
  border: 1px solid #d97171;
}
.contato-page .parsley-required,
.contato-page .parsley-errors-list {
  color: #d97171;
  font-size: 0.9rem;
}

.produtos-profissionais-page {
  background: #1D1D1D;
}
@media (max-width: 1080px) {
  .produtos-profissionais-page .produtos-profissionais-intro {
    height: 330px;
  }
}
.produtos-profissionais-page .produtos-profissionais-intro h1 {
  color: #ffffff;
  font-size: 3rem;
  max-width: 540px;
  line-height: 3.5rem;
}
@media (max-width: 1080px) {
  .produtos-profissionais-page .produtos-profissionais-intro h1 {
    text-align: center;
    max-width: 100%;
    padding: 0 2rem;
    font-size: 2.5rem;
  }
}
.produtos-profissionais-page .produtos-profissionais-intro .center {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 9rem;
}
.produtos-profissionais-page .produtos-profissionais-intro .breadcrumbs li {
  color: #ffffff;
}
.produtos-profissionais-page .produtos-profissionais-intro .breadcrumbs a {
  color: #fff;
  opacity: 0.5;
}
.produtos-profissionais-page .produtos-profissionais-intro figure {
  height: auto;
}
@media (max-width: 1080px) {
  .produtos-profissionais-page .produtos-profissionais-intro figure {
    opacity: 0.2;
  }
}
.produtos-profissionais-page .produtos-profissionais-intro figure img {
  width: 100%;
  object-fit: cover;
}
.produtos-profissionais-page .grid img {
  margin: auto;
}
.produtos-profissionais-page .box h2,
.produtos-profissionais-page .box p {
  color: #ffffff;
}
.produtos-profissionais-page .product-brands {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 740px;
  gap: 2rem;
  align-items: center;
  margin: auto;
}
@media (max-width: 680px) {
  .produtos-profissionais-page .product-brands {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.produtos-profissionais-page .product-brands img {
  margin: auto;
}
@media (max-width: 1080px) {
  .produtos-profissionais-page .instagram-gallery {
    padding-bottom: 2rem;
  }
}
.produtos-profissionais-page .instagram-gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.produtos-profissionais-page .instagram-gallery li {
  margin: 0.25rem;
}
.produtos-profissionais-page .instagram-gallery figure {
  max-width: 200px;
  width: 100%;
  max-height: 200px;
  height: 100%;
}
.produtos-profissionais-page .instagram-gallery img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 250ms ease 0s;
}
.produtos-profissionais-page .instagram-gallery a:hover img {
  height: 100%;
  width: 100%;
  border: 5px solid #fff;
  transition: all 250ms ease 0s;
}
.produtos-profissionais-page .client-form {
  position: relative;
}
.produtos-profissionais-page .client-form:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 114, 216, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.produtos-profissionais-page .client-form:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/carta.svg) no-repeat;
  position: absolute;
  bottom: 0;
}
.produtos-profissionais-page .client-form .center {
  padding: 4rem 2rem;
  position: relative;
  z-index: 2;
}
.produtos-profissionais-page .client-form .center:after {
  content: "";
  width: 95.5%;
  height: 4px;
  background: #FCC90A;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.produtos-profissionais-page .client-form .title-section {
  color: #ffffff;
}
.produtos-profissionais-page .form .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  margin-bottom: 1.5rem;
  gap: 2rem;
}
@media (max-width: 1080px) {
  .produtos-profissionais-page .form .grid {
    grid-template-columns: 1fr;
  }
}
.produtos-profissionais-page .form input[type=text],
.produtos-profissionais-page .form input[type=email] {
  background: #207FD5;
  border: 1px solid #489CE7;
  color: #ffffff;
}
.produtos-profissionais-page .form input[type=email] {
  width: 100%;
}
.produtos-profissionais-page .form .col {
  position: relative;
}
.produtos-profissionais-page .btn-send {
  width: auto;
  border-radius: 50px;
  padding: 1rem 2rem;
  border: 1px solid #FCC90A;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  color: #328DDF;
  cursor: pointer;
}
.produtos-profissionais-page .form-group-check {
  display: contents;
  margin: auto;
  color: #ffffff;
}
.produtos-profissionais-page .parsley-error, .produtos-profissionais-page .input-invalido-borda {
  border: 1px solid #FCC90A !important;
}
.produtos-profissionais-page .parsley-required,
.produtos-profissionais-page .parsley-errors-list {
  color: #FCC90A !important;
  font-size: 0.9rem;
}
.produtos-profissionais-page input:-webkit-input-placeholder {
  /* Edge */
  color: #ffffff;
}
.produtos-profissionais-page input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.produtos-profissionais-page input::placeholder {
  color: #ffffff;
}

.header-blog {
  background: none;
}
.header-blog nav {
  display: grid;
  grid-template-columns: 1fr 385px;
}
.header-blog nav .btn {
  display: none;
}
@media (max-width: 1075px) {
  .header-blog nav .btn {
    display: block;
  }
}
.header-blog nav .btn-insurance a {
  background: none;
  color: #fff !important;
}
.header-blog nav .btn-login a {
  background: #fff;
  color: #008b7d;
}
.header-blog nav .menu-login li {
  margin: 0 0.5rem;
  text-transform: uppercase;
}
.header-blog nav .menu-login li .btn {
  padding: 18px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 3px;
  width: 180px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  transition: all 500ms ease 0s;
}
.header-blog nav .menu-login li .btn-login {
  color: #0072D8;
  border: 2px solid #fff;
  background: #fff;
}
.header-blog nav a {
  color: #fff;
}
@media (max-width: 1075px) {
  .header-blog nav a {
    width: 100%;
    color: #fff;
    display: block;
    padding: 1rem 0;
    text-align: center;
    border-bottom: 1px solid #31a89c;
  }
}
.header-blog.fixed {
  background: #00d1bc;
  transition: all 500ms ease 0s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.header-blog.fixed .center {
  padding: 1rem 2rem;
}
.header-blog.fixed .menu-login li .btn {
  padding: 12px;
  transition: all 500ms ease 0s;
}
.header-blog.fixed .logo {
  width: 70%;
  transition: all 500ms ease 0s;
}
.header-blog nav label {
  display: inline-block;
}
@media (min-width: 1075px) {
  .header-blog nav label {
    display: none;
  }
}
.header-blog input {
  display: none;
}
.header-blog .icone_menu {
  transform: rotate(0deg);
  transition: 0.5s ease;
  cursor: pointer;
  padding: 5px;
  width: 37px;
  height: 37px;
  box-sizing: border-box;
  margin: 5px 0px;
  z-index: 3;
  position: absolute;
  top: 10px;
  right: 2rem;
}
.header-blog .icone_menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 80%;
  background: #0072D8;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  right: 0px;
  margin: auto;
  transform: rotate(0deg);
  transition: 0.25s ease;
}
.header-blog .icone_menu span:nth-child(1) {
  top: 5px;
}
.header-blog .icone_menu span:nth-child(2), .header-blog .icone_menu span:nth-child(3) {
  top: 15px;
}
.header-blog .icone_menu span:nth-child(4) {
  top: 25px;
}
.header-blog nav input[type=checkbox]:checked ~ .icone_menu span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-blog nav input[type=checkbox]:checked ~ .icone_menu span:nth-child(2) {
  transform: rotate(45deg);
}
.header-blog nav input[type=checkbox]:checked ~ .icone_menu span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-blog nav input[type=checkbox]:checked ~ .icone_menu span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.blog-content .carousel-posts {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.blog-content .carousel-posts.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.blog-content .spotlight {
  background: #00d1bc;
  padding: 200px 0 300px 0;
}
@media (max-width: 1075px) {
  .blog-content .spotlight {
    padding: 100px 0 300px 0;
  }
}
.blog-content .search-form {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3rem;
}
.blog-content .search-form .search-field {
  overflow: hidden;
  width: 0px;
  max-width: 500px;
  border: 1px solid #fff;
  margin-right: 0.5rem;
  transition: all 500ms ease 0s;
}
.blog-content .search-form .search-field.active {
  max-width: 500px;
  width: 100%;
  transition: all 500ms ease 0s;
}
@media (max-width: 1075px) {
  .blog-content .search-form .search-field.active {
    max-width: 100%;
  }
}
.blog-content .search-form input {
  padding: 0.5rem;
  width: 100%;
  border: none;
  font-size: 16px;
}
.blog-content .search-form .btn-search {
  position: relative;
}
.blog-content .search-form .btn-search button {
  cursor: pointer;
  width: 21px;
  height: 21px;
  background: url(images/lupa.svg) no-repeat;
  border: none;
  position: relative;
  padding: 0.75rem;
  margin: 0.35rem;
}
.blog-content .search-form .btn-search button span {
  opacity: 0;
  position: absolute;
}
.blog-content .search-form .btn-ok {
  display: none;
}
.blog-content .search-form .btn-ok.active {
  display: block;
}

.container-blog .posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 680px) {
  .container-blog .posts {
    display: block;
  }
}
.container-blog .posts img {
  width: 100%;
  height: auto;
}
.container-blog article {
  width: 48%;
}
@media (max-width: 680px) {
  .container-blog article {
    width: 100%;
  }
}
.container-blog article.post:first-child {
  width: 100%;
  display: grid;
  grid-template-columns: 360px 1fr;
}
@media (max-width: 1075px) {
  .container-blog article.post:first-child {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  .container-blog article.post:first-child {
    grid-template-columns: 1fr;
  }
}
.container-blog .category-links {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
}
.container-blog .category-links a {
  display: inline-block;
  padding: 1rem 0.75rem;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
}
.container-blog .category-links li {
  display: inline-block;
  position: relative;
}
.container-blog .category-links li:after {
  content: "";
  border-right: 1px solid #fff;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.container-blog .category-links li:first-child a {
  padding-left: 0;
}
.container-blog .category-links li:last-child:after {
  content: "";
  border-right: none;
}

.container-blog-home {
  margin-top: -15rem;
}

.posts-info .btn {
  max-width: 400px;
}
@media (max-width: 648px) {
  .posts-info .btn {
    margin: auto;
  }
}
.posts-info article {
  padding: 2rem;
  box-sizing: border-box;
}
.posts-info a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 648px) {
  .posts-info .col-thumb {
    grid-row: 1;
    margin-bottom: 2rem;
  }
}
.posts-info h2 {
  font-size: 62px;
  color: #fff;
  font-family: "Poppins", arial, verdana;
  margin-bottom: 2.5rem;
}
@media (max-width: 1075px) {
  .posts-info h2 {
    font-size: 40px;
  }
}
.posts-info .grid {
  display: grid;
  grid-template-columns: 1fr 360px;
}
@media (max-width: 1075px) {
  .posts-info .grid {
    grid-template-columns: 1fr 250px;
  }
}
@media (max-width: 648px) {
  .posts-info .grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.posts-info figure {
  width: 360px;
  height: 360px;
  overflow: hidden;
}
@media (max-width: 1075px) {
  .posts-info figure {
    margin: auto;
  }
}
@media (max-width: 780px) {
  .posts-info figure {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 648px) {
  .posts-info figure {
    width: 100%;
    height: auto;
  }
}
.posts-info figure img {
  height: 100%;
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 648px) {
  .posts-info figure img {
    width: 100%;
    height: auto;
  }
}
.posts-info .content {
  max-width: 630px;
}
@media (max-width: 1075px) {
  .posts-info .content {
    padding-right: 2rem;
  }
}
@media (max-width: 648px) {
  .posts-info .content {
    padding-right: 0;
  }
}
.posts-info p {
  line-height: 2rem;
  margin-bottom: 2.5rem;
  font-size: 24px;
}
@media (max-width: 1075px) {
  .posts-info p {
    line-height: 1.5rem;
    font-size: 16px;
  }
}

.post {
  width: 50%;
  max-width: 625px;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}
.post .content {
  padding: 2rem;
}
@media (max-width: 1075px) {
  .post .content {
    text-align: center;
  }
}
.post h2 {
  font-size: 36px;
  font-family: "Poppins", arial, verdana;
  color: #00d1bc;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 1075px) {
  .post h2 {
    font-size: 22px;
    line-height: 2rem;
  }
}
.post .categoria {
  display: block;
  color: #aaa;
  margin-bottom: 1rem;
  font-family: "Poppins", arial, verdana;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1075px) {
  .post .categoria {
    font-size: 16px;
  }
}
.post p {
  font-size: 24px;
  line-height: 2rem;
  display: block;
  margin-bottom: 2rem;
}
@media (max-width: 1075px) {
  .post p {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.post .btn {
  max-width: 400px;
  margin: auto;
}
@media (max-width: 1075px) {
  .post .btn {
    font-size: 16px;
    padding: 1rem;
    max-width: 200px;
  }
}
.post:first-child {
  max-width: 100%;
  background: #fff;
  padding: 55px;
  box-sizing: border-box;
  margin: 1rem 0 3rem 0;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.1);
}
.post:first-child figure {
  width: 360px;
  height: 360px;
  overflow: hidden;
}
@media (max-width: 1075px) {
  .post:first-child figure {
    width: 100%;
    height: auto;
  }
}
.post:first-child figure img {
  height: 100%;
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1075px) {
  .post:first-child figure img {
    width: 100%;
  }
}
.post:first-child .content {
  padding: 0 0 0 3rem;
}
@media (max-width: 680px) {
  .post:first-child .content {
    padding: 0;
    padding-top: 2rem;
  }
}
.post:first-child h2 {
  display: block;
  font-size: 52px;
  line-height: 4rem;
  margin-bottom: 2rem;
  color: #00d1bc;
  font-family: "Poppins", arial, verdana;
}
@media (max-width: 1075px) {
  .post:first-child h2 {
    font-size: 22px;
    line-height: 2rem;
  }
}
.post:first-child .btn {
  color: #00d1bc;
  font-family: "Poppins";
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  max-width: auto;
  color: #00d1bc;
  max-width: 106px;
  margin: 0;
  padding: 0;
  background: none;
}
@media (max-width: 1075px) {
  .post:first-child .btn {
    font-size: 16px;
    max-width: 86px;
  }
}
@media (max-width: 1075px) {
  .post:first-child .btn {
    margin: auto;
  }
}

.paginacao {
  padding: 20px 0px;
  overflow: auto;
  margin-bottom: 2rem;
}

.paginacao .current {
  background: #00d1bc;
  color: #fff;
}

.paginacao span, .paginacao a {
  float: left;
  padding: 12px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  color: #58585B;
}

.paginacao a:hover {
  background: #f5f5f5;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 180px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -100px;
}

[dir=rtl] .slick-prev {
  right: -100px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -100px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -100px;
}

.slick-prev:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 0px;
  top: calc(45% - 2px);
  right: 20px;
  margin: auto;
}

.slick-prev:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 0px;
  bottom: calc(45% - 2px);
  right: 20px;
  margin: auto;
}

.slick-next:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  right: 0px;
  top: calc(45% - 2px);
  left: 20px;
  margin: auto;
}

.slick-next:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(-45deg);
  right: 0px;
  bottom: calc(45% - 2px);
  left: 20px;
  margin: auto;
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Loop de categoria */
.search-title {
  color: #fff;
  font-size: 40px;
  font-family: "Poppins", arial, verdana;
}

/*Interna do post*/
.single-content .spotlight {
  position: relative;
}
.single-content .spotlight:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00d1bc;
  opacity: 0.7;
}
.single-content .spotlight .center {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 25px;
  color: #fff;
}
.single-content .spotlight h1 {
  font-size: 62px;
  font-family: "Poppins", arial, verdana;
  margin: 35px 0;
}
@media (max-width: 1075px) {
  .single-content .spotlight h1 {
    font-size: 25px;
  }
}
.single-content .spotlight .categoria {
  font-size: 20px;
  font-family: "Poppins", arial, verdana;
}
.single-content .spotlight .lista-categoria {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1075px) {
  .single-content .spotlight .lista-categoria {
    display: none;
  }
}
.single-content .spotlight .lista-categoria li {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid #fff;
}
.single-content .spotlight .lista-categoria li:last-child {
  border-right: none;
}
.single-content .spotlight .post-data {
  font-size: 14px;
}
.single-content .entry {
  font-size: 20px;
  padding: 3rem 0;
}
@media (max-width: 1075px) {
  .single-content .entry {
    font-size: 16px;
  }
}
.single-content .entry h1, .single-content .entry h2, .single-content .entry h3, .single-content .entry h4, .single-content .entry h5, .single-content .entry h6 {
  color: #00d1bc;
  font-family: "Poppins", arial, verdana;
  margin: 3rem 0 2rem 0;
}
.single-content .entry h1 {
  font-size: 62px;
}
@media (max-width: 1075px) {
  .single-content .entry h1 {
    font-size: 25px;
  }
}
.single-content .entry h2 {
  font-size: 32px;
}
@media (max-width: 1075px) {
  .single-content .entry h2 {
    font-size: 20px;
  }
}
.single-content .entry h3 {
  font-size: 18px;
}
@media (max-width: 1075px) {
  .single-content .entry h3 {
    font-size: 16px;
  }
}
.single-content .entry h4 {
  font-size: 16px;
}
@media (max-width: 1075px) {
  .single-content .entry h4 {
    font-size: 16px;
  }
}
.single-content .entry h5 {
  font-size: 16px;
}
@media (max-width: 1075px) {
  .single-content .entry h5 {
    font-size: 16px;
  }
}
.single-content .entry h6 {
  font-size: 14px;
}
@media (max-width: 1075px) {
  .single-content .entry h6 {
    font-size: 14x;
  }
}
.single-content .entry ul {
  margin-bottom: 2rem;
}
.single-content .entry li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1rem;
  line-height: 2rem;
}
.single-content .entry li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #00d1bc;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.single-content .entry p {
  margin-bottom: 2rem;
  line-height: 2.2rem;
}
.single-content .entry img {
  max-width: 100%;
  height: auto;
}
.single-content .posts-relacionados ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 800px) {
  .single-content .posts-relacionados ul {
    grid-template-columns: 1fr;
  }
}
.single-content .posts-relacionados a {
  background: #fff;
  text-decoration: none;
  display: block;
}
.single-content .posts-relacionados img {
  width: 100%;
  height: auto;
}
.single-content .posts-relacionados .section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 2rem;
  display: block;
}
.single-content .posts-relacionados .title-post {
  color: #00d1bc;
  font-size: 22px;
  padding: 2rem;
  display: block;
  line-height: 2rem;
  font-weight: bold;
}

/*ERRO 404*/
.error-content .spotlight {
  padding: 200px 0 80px 0;
}
.error-content h1 {
  font-size: 32px;
  color: #0072D8;
  margin-bottom: 3rem;
}
.error-content h1 span {
  font-family: "Poppins";
  font-size: 62px;
  display: block;
  margin-bottom: 2rem;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  padding: 0 2rem;
}
@media (max-width: 1078px) {
  .slick-dots {
    text-align: center;
    padding: 0;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
  transition: all 500ms ease 0s;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  transition: all 500ms ease 0s;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: inline-block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.btn {
  padding: 1.25rem 1.5rem;
  display: inline-block;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

button.btn {
  border: none;
  font-size: 16px;
  font-family: "Open Sans", sans-serif, arial, verdana;
  font-weight: 600;
  padding: 1rem 1.5rem;
}

.btn-primary {
  background: #0087ff;
  background: -moz-linear-gradient(top, #0087ff 0%, #0072d8 100%);
  background: -webkit-linear-gradient(top, #0087ff 0%, #0072d8 100%);
  background: linear-gradient(to bottom, #0087ff 0%, #0072d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0087ff", endColorstr="#0072d8",GradientType=0 );
}
.btn-primary:hover {
  background: #0072D8;
}

.btn-secondary {
  background: #FCC90A;
}
.btn-secondary:hover {
  background: #FFDC59;
}

.btn-outline {
  border: 2px solid #ffffff !important;
  background: transparent;
}
.btn-outline:hover {
  color: #FCC90A;
  background: #ffffff;
}

.btn-default {
  max-width: 225px;
  width: 100%;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
textarea, .select-contato {
  width: 100%;
  display: block;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  border: none;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
  height: 100%;
}
@media (max-width: 1080px) {
  input[type=text],
input[type=email],
textarea, .select-contato {
    border: 1px solid #e8e8e8;
  }
}

.form-group {
  margin-bottom: 1rem;
}
.form-group:last-child {
  margin-bottom: 0;
}

.form-highlight input[type=text],
.form-highlight input[type=email],
.form-highlight textarea, .form-highlight .select-contato {
  width: 100%;
  border-radius: 50px;
  padding: 1rem 2rem;
  border: none;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
}

.select-style {
  width: 100%;
  display: block;
  border-radius: 8px;
  border: none;
  box-sizing: border-box;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow: hidden;
  position: relative;
}
.select-style:after {
  content: "";
  width: 21px;
  height: 20px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon-arrow-blue.svg) no-repeat;
}
.select-style select {
  position: relative;
  font-family: "Open Sans", sans-serif;
  padding: 1.22rem 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  color: #58585B;
  font-size: 1rem;
  z-index: 1;
  background: transparent;
}

.m-1 {
  margin: 0.5rem;
}

.m-2 {
  margin: 1rem;
}

.m-3 {
  margin: 1.5rem;
}

.m-4 {
  margin: 2rem;
}

.m-5 {
  margin: 2.5rem;
}

.m-6 {
  margin: 3rem;
}

.m-7 {
  margin: 3.5rem;
}

.m-8 {
  margin: 4rem;
}

.m-9 {
  margin: 4.5rem;
}

.m-10 {
  margin: 5rem;
}

.m-11 {
  margin: 5.5rem;
}

.m-12 {
  margin: 6rem;
}

.m-13 {
  margin: 6.5rem;
}

.m-14 {
  margin: 7rem;
}

.m-15 {
  margin: 7.5rem;
}

.m-16 {
  margin: 8rem;
}

.m-17 {
  margin: 8.5rem;
}

.m-18 {
  margin: 9rem;
}

.m-19 {
  margin: 9.5rem;
}

.m-20 {
  margin: 10rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mt-7 {
  margin-top: 3.5rem;
}

.mt-8 {
  margin-top: 4rem;
}

.mt-9 {
  margin-top: 4.5rem;
}

.mt-10 {
  margin-top: 5rem;
}

.mt-11 {
  margin-top: 5.5rem;
}

.mt-12 {
  margin-top: 6rem;
}

.mt-13 {
  margin-top: 6.5rem;
}

.mt-14 {
  margin-top: 7rem;
}

.mt-15 {
  margin-top: 7.5rem;
}

.mt-16 {
  margin-top: 8rem;
}

.mt-17 {
  margin-top: 8.5rem;
}

.mt-18 {
  margin-top: 9rem;
}

.mt-19 {
  margin-top: 9.5rem;
}

.mt-20 {
  margin-top: 10rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.mb-7 {
  margin-bottom: 3.5rem;
}

.mb-8 {
  margin-bottom: 4rem;
}

.mb-9 {
  margin-bottom: 4.5rem;
}

.mb-10 {
  margin-bottom: 5rem;
}

.mb-11 {
  margin-bottom: 5.5rem;
}

.mb-12 {
  margin-bottom: 6rem;
}

.mb-13 {
  margin-bottom: 6.5rem;
}

.mb-14 {
  margin-bottom: 7rem;
}

.mb-15 {
  margin-bottom: 7.5rem;
}

.mb-16 {
  margin-bottom: 8rem;
}

.mb-17 {
  margin-bottom: 8.5rem;
}

.mb-18 {
  margin-bottom: 9rem;
}

.mb-19 {
  margin-bottom: 9.5rem;
}

.mb-20 {
  margin-bottom: 10rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.ml-2 {
  margin-left: 1rem;
}

.ml-3 {
  margin-left: 1.5rem;
}

.ml-4 {
  margin-left: 2rem;
}

.ml-5 {
  margin-left: 2.5rem;
}

.ml-6 {
  margin-left: 3rem;
}

.ml-7 {
  margin-left: 3.5rem;
}

.ml-8 {
  margin-left: 4rem;
}

.ml-9 {
  margin-left: 4.5rem;
}

.ml-10 {
  margin-left: 5rem;
}

.ml-11 {
  margin-left: 5.5rem;
}

.ml-12 {
  margin-left: 6rem;
}

.ml-13 {
  margin-left: 6.5rem;
}

.ml-14 {
  margin-left: 7rem;
}

.ml-15 {
  margin-left: 7.5rem;
}

.ml-16 {
  margin-left: 8rem;
}

.ml-17 {
  margin-left: 8.5rem;
}

.ml-18 {
  margin-left: 9rem;
}

.ml-19 {
  margin-left: 9.5rem;
}

.ml-20 {
  margin-left: 10rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mr-5 {
  margin-right: 2.5rem;
}

.mr-6 {
  margin-right: 3rem;
}

.mr-7 {
  margin-right: 3.5rem;
}

.mr-8 {
  margin-right: 4rem;
}

.mr-9 {
  margin-right: 4.5rem;
}

.mr-10 {
  margin-right: 5rem;
}

.mr-11 {
  margin-right: 5.5rem;
}

.mr-12 {
  margin-right: 6rem;
}

.mr-13 {
  margin-right: 6.5rem;
}

.mr-14 {
  margin-right: 7rem;
}

.mr-15 {
  margin-right: 7.5rem;
}

.mr-16 {
  margin-right: 8rem;
}

.mr-17 {
  margin-right: 8.5rem;
}

.mr-18 {
  margin-right: 9rem;
}

.mr-19 {
  margin-right: 9.5rem;
}

.mr-20 {
  margin-right: 10rem;
}

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

.p-5 {
  padding: 2.5rem;
}

.p-6 {
  padding: 3rem;
}

.p-7 {
  padding: 3.5rem;
}

.p-8 {
  padding: 4rem;
}

.p-9 {
  padding: 4.5rem;
}

.p-10 {
  padding: 5rem;
}

.p-11 {
  padding: 5.5rem;
}

.p-12 {
  padding: 6rem;
}

.p-13 {
  padding: 6.5rem;
}

.p-14 {
  padding: 7rem;
}

.p-15 {
  padding: 7.5rem;
}

.p-16 {
  padding: 8rem;
}

.p-17 {
  padding: 8.5rem;
}

.p-18 {
  padding: 9rem;
}

.p-19 {
  padding: 9.5rem;
}

.p-20 {
  padding: 10rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pt-5 {
  padding-top: 2.5rem;
}

.pt-6 {
  padding-top: 3rem;
}

.pt-7 {
  padding-top: 3.5rem;
}

.pt-8 {
  padding-top: 4rem;
}

.pt-9 {
  padding-top: 4.5rem;
}

.pt-10 {
  padding-top: 5rem;
}

.pt-11 {
  padding-top: 5.5rem;
}

.pt-12 {
  padding-top: 6rem;
}

.pt-13 {
  padding-top: 6.5rem;
}

.pt-14 {
  padding-top: 7rem;
}

.pt-15 {
  padding-top: 7.5rem;
}

.pt-16 {
  padding-top: 8rem;
}

.pt-17 {
  padding-top: 8.5rem;
}

.pt-18 {
  padding-top: 9rem;
}

.pt-19 {
  padding-top: 9.5rem;
}

.pt-20 {
  padding-top: 10rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 2.5rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.pb-7 {
  padding-bottom: 3.5rem;
}

.pb-8 {
  padding-bottom: 4rem;
}

.pb-9 {
  padding-bottom: 4.5rem;
}

.pb-10 {
  padding-bottom: 5rem;
}

.pb-11 {
  padding-bottom: 5.5rem;
}

.pb-12 {
  padding-bottom: 6rem;
}

.pb-13 {
  padding-bottom: 6.5rem;
}

.pb-14 {
  padding-bottom: 7rem;
}

.pb-15 {
  padding-bottom: 7.5rem;
}

.pb-16 {
  padding-bottom: 8rem;
}

.pb-17 {
  padding-bottom: 8.5rem;
}

.pb-18 {
  padding-bottom: 9rem;
}

.pb-19 {
  padding-bottom: 9.5rem;
}

.pb-20 {
  padding-bottom: 10rem;
}

.pl-1 {
  padding-left: 0.5rem;
}

.pl-2 {
  padding-left: 1rem;
}

.pl-3 {
  padding-left: 1.5rem;
}

.pl-4 {
  padding-left: 2rem;
}

.pl-5 {
  padding-left: 2.5rem;
}

.pl-6 {
  padding-left: 3rem;
}

.pl-7 {
  padding-left: 3.5rem;
}

.pl-8 {
  padding-left: 4rem;
}

.pl-9 {
  padding-left: 4.5rem;
}

.pl-10 {
  padding-left: 5rem;
}

.pl-11 {
  padding-left: 5.5rem;
}

.pl-12 {
  padding-left: 6rem;
}

.pl-13 {
  padding-left: 6.5rem;
}

.pl-14 {
  padding-left: 7rem;
}

.pl-15 {
  padding-left: 7.5rem;
}

.pl-16 {
  padding-left: 8rem;
}

.pl-17 {
  padding-left: 8.5rem;
}

.pl-18 {
  padding-left: 9rem;
}

.pl-19 {
  padding-left: 9.5rem;
}

.pl-20 {
  padding-left: 10rem;
}

.pr-1 {
  padding-right: 0.5rem;
}

.pr-2 {
  padding-right: 1rem;
}

.pr-3 {
  padding-right: 1.5rem;
}

.pr-4 {
  padding-right: 2rem;
}

.pr-5 {
  padding-right: 2.5rem;
}

.pr-6 {
  padding-right: 3rem;
}

.pr-7 {
  padding-right: 3.5rem;
}

.pr-8 {
  padding-right: 4rem;
}

.pr-9 {
  padding-right: 4.5rem;
}

.pr-10 {
  padding-right: 5rem;
}

.pr-11 {
  padding-right: 5.5rem;
}

.pr-12 {
  padding-right: 6rem;
}

.pr-13 {
  padding-right: 6.5rem;
}

.pr-14 {
  padding-right: 7rem;
}

.pr-15 {
  padding-right: 7.5rem;
}

.pr-16 {
  padding-right: 8rem;
}

.pr-17 {
  padding-right: 8.5rem;
}

.pr-18 {
  padding-right: 9rem;
}

.pr-19 {
  padding-right: 9.5rem;
}

.pr-20 {
  padding-right: 10rem;
}

@media (max-width: 1080px) {
  .center.grid {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
}
@media (max-width: 1080px) {
  .center.grid img {
    margin: auto;
  }
}

html {
  scroll-behavior: smooth;
}

body, html {
  width: 100%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif, arial, verdana;
  font-weight: 300;
  color: #58585B;
  background: #ffffff;
}

.center {
  max-width: 1195px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 0 2rem;
}

h1, h2, h3, h4 {
  font-family: "Poppins", sans-serif, arial, verdana;
}

.text-center {
  text-align: center;
}

.text-right {
  display: flex;
  justify-content: flex-end;
}

.title-home {
  position: absolute;
  opacity: 0;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
img.figure-center {
  margin: auto;
}

p {
  line-height: 1.5rem;
  margin-bottom: 2rem;
}

.modal-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99999999;
  display: none;
}
.modal-mask .modal {
  width: 100%;
  max-width: 1140px;
  padding: 2rem;
  box-sizing: border-box;
  height: auto;
  display: none;
  margin: auto;
  top: 50%;
  position: fixed;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.modal-mask .modal.show {
  display: block;
}
.modal-mask .modal .btn-close {
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 1rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  color: #fff;
  background: #a2a2a2;
}
.modal-mask .modal-header {
  display: grid;
  grid-template-columns: 1fr auto;
  background: #fff;
  padding: 1rem 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.modal-mask .modal-body {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  overflow: hidden;
  background: #fff;
}

/*# sourceMappingURL=style.css.map */
