@charset "UTF-8";
/*
Theme Name: Divi Child
Description: Divi
Author: D4G
Author URI: http://d4g.com.br/
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*COMEÇO RESET*/
@import "../Divi-child/compartilhamento.css";
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

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

blockquote,
q {
  quotes: "" "";
}

/*FIM RESET*/
::-moz-selection {
  color: #00064C;
  background: #08E047;
}

::selection {
  color: #00064C;
  background: #08E047;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  line-height: 1.1;
  width: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  position: relative;
  background-color: #00064C;
}

img {
  outline: 1px solid transparent;
}

a {
  text-decoration: none !important;
}

#page-container {
  z-index: 1;
  position: relative;
  padding-top: 80px !important;
  margin-top: 0 !important;
}

.nav li ul {
  border-top: 3px solid #787070 !important;
}

.menusite .fixo {
  padding: 15px;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10000000;
  width: 100%;
  background-color: #fff;
}
.menusite .fixo .centraliza {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menusite .fixo .centraliza img {
  width: 140px;
  transition: all 500ms ease;
}
.menusite .fixo .centraliza button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.menusite .fixo .centraliza button img {
  width: 25px;
}
.menusite .fixo .centraliza > a {
  margin: 0 10px;
}
.menusite .fixo .centraliza > a p {
  display: none;
}
.menusite .scroll {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10000000;
  width: 100%;
}
.menusite .scroll .centraliza {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menusite .scroll .centraliza img {
  width: 130px;
  transition: all 500ms ease;
}
.menusite .scroll .centraliza button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.menusite .scroll .centraliza button img {
  width: 30px;
}
.menusite .scroll .centraliza button hr {
  width: 30px;
  height: 5px;
  border-radius: 50px;
  background-color: #00534F;
  margin: 4px 0;
}
.menusite .scroll .centraliza > a p {
  display: none;
}
.menusite p:empty {
  display: none !important;
}
.menusite .centraliza .menubotao svg {
  cursor: pointer;
}
.menusite .centraliza .menubotao svg path {
  transition: all 500ms ease;
}
.menusite .centraliza .menubotao svg:hover path {
  fill: #000000;
}
.menusite .centraliza > div {
  display: flex;
  align-items: center;
}
.menusite .centraliza > div > div {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.menusite .centraliza > div > div svg {
  margin: 0 10px;
  cursor: pointer;
}
.menusite .centraliza > div > div svg path {
  transition: all 500ms ease;
}
.menusite .centraliza > div > div svg:hover path {
  fill: #000000;
}
.menusite .centraliza > div > a {
  display: none;
  font-family: "IBM Plex Mono", monospace !important;
  color: #fff !important;
  text-decoration-color: #fff !important;
  background-color: #000000;
  background: #000000;
  border-color: #000000;
  text-shadow: none;
  border-radius: 7px;
  border: 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 30px;
  text-decoration: underline !important;
  font-weight: 500 !important;
  margin: 0 10px;
  transition: all 500ms ease;
}
.menusite .centraliza > div > a:hover {
  color: #000000 !important;
  background-color: #1e6aff !important;
}
.menusite .centraliza > div .linksforms button {
  display: none;
  font-family: "IBM Plex Mono", monospace !important;
  color: #fff !important;
  text-decoration-color: #fff !important;
  background-color: #000000;
  background: #000000;
  border-color: #000000;
  text-shadow: none;
  border-radius: 7px;
  border: 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 30px;
  text-decoration: underline !important;
  font-weight: 500 !important;
  margin: 0 10px;
  transition: all 500ms ease;
}
.menusite .centraliza > div .linksforms button:hover {
  color: #000000 !important;
  background-color: #1e6aff !important;
}

.menulateral {
  position: fixed;
  z-index: 1000000000;
  right: -140%;
  top: 0;
  height: 100vh;
  background-color: #fff;
  width: 100%;
  box-shadow: -12px 4px 19px rgba(30, 30, 30, 0.5);
  border-radius: 0;
  overscroll-behavior: contain;
  transform: translate(0, 0);
  transition: all 500ms ease;
}
.menulateral .bloco {
  position: relative;
  z-index: 1000000000;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
  padding: 30px 50px 100px 50px;
  overscroll-behavior: contain;
  transform: translate(0, 0);
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.menulateral .bloco::-webkit-scrollbar {
  width: 5px;
}
.menulateral .bloco::-webkit-scrollbar-track {
  background: #262051;
}
.menulateral .bloco::-webkit-scrollbar-thumb {
  background: #000000;
}
.menulateral .bloco::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
.menulateral .fecharmenu {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.menulateral .social {
  margin-bottom: 75px;
}
.menulateral .social svg {
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.menulateral .social h4 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 20px;
  color: #787070;
}
.menulateral .logo img {
  width: auto;
  margin-bottom: 30px;
}
.menulateral .linksforms button {
  display: inline-block;
  font-family: "IBM Plex Mono", monospace !important;
  color: #fff !important;
  text-decoration-color: #fff !important;
  background-color: #000000;
  background: #000000;
  border-color: #000000;
  text-shadow: none;
  border-radius: 7px;
  border: 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 20px;
  text-decoration: underline !important;
  font-weight: 500 !important;
  margin: 0 10px 30px 0;
  transition: all 500ms ease;
}
.menulateral .linksforms button:hover {
  color: #000000 !important;
  background-color: #1e6aff !important;
}
.menulateral ul {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}
.menulateral ul li.menu-item-has-children {
  position: relative;
}
.menulateral ul li {
  padding: 6px 0 0 0;
  margin: 0;
}
.menulateral ul li a {
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #787070;
  height: 31px;
  display: inline-block;
  align-items: center;
  letter-spacing: 0;
  margin-bottom: -1px;
  transition: all 500ms ease;
}
.menulateral ul li a:hover {
  color: #000000;
}
.menulateral ul li ul.sub-menu {
  margin-bottom: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: all 500ms ease;
}
.menulateral ul li ul.sub-menu li {
  border: 0;
}
.menulateral ul li ul.sub-menu li a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #fff;
  height: 20px;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}
.menulateral ul li ul.sub-menu li a:hover {
  color: #000000;
}
.menulateral ul li.current_page_item a {
  color: #000000;
}

.et_header_style_left #logo {
  max-width: 75% !important;
}

#main-header {
  background-color: #00064C;
  transform: translateY(0) !important;
  opacity: 1 !important;
  box-shadow: none !important;
  position: relative;
}
#main-header .container {
  max-width: 1140px !important;
  width: 90% !important;
}
#main-header .nav li a {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 14px;
  color: #F1F1E9;
  text-transform: uppercase;
}
#main-header .nav li a:hover {
  color: #4671FF;
  text-decoration: underline !important;
  opacity: 1;
}
#main-header .nav li .sub-menu {
  border-top-color: #4671FF !important;
}
#main-header .nav li .sub-menu li a {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 14px;
  color: #F1F1E9;
}
#main-header .nav li .sub-menu li a:hover {
  color: #4671FF;
  text-decoration: underline !important;
  opacity: 1;
}
#main-header #et_search_icon:before {
  font-size: 22px;
  top: -9px;
  color: #fff;
}
#main-header .et_close_search_field {
  color: #a2a2a2;
}
#main-header .et-search-form input[type=search] {
  color: #fff;
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
#main-header .et-search-form input[type=search]::-moz-placeholder {
  color: #fff;
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
#main-header .et-search-form input[type=search]::placeholder {
  color: #fff;
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}

#main-header.et-fixed-header {
  background-color: #00064C;
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
  color: #4671FF;
  font-weight: 700;
}

#et_top_search {
  margin: 11px 35px 0 0 !important;
  float: left;
  display: none !important;
}

.et_mobile_menu {
  position: absolute;
  left: 0;
  padding: 5%;
  background: #f3f3f3;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: none;
  z-index: 9999;
  border-top: 3px solid #787070;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.et_mobile_menu li a {
  font-family: "Hanken Grotesk", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  color: #787070;
  padding: 10px 5%;
  display: block;
  font-size: 18px;
  font-weight: 400;
}

#et-main-area {
  margin-top: 0;
  background-color: #00064C;
}

.tagortiz {
  position: absolute;
  right: 6%;
  top: 15px;
  background-color: transparent;
}
.tagortiz img {
  width: 120px !important;
  height: auto;
}

.banner {
  margin-bottom: 0 !important;
}
.banner .et_pb_slides .et_pb_slide {
  min-height: 80vw;
}
.banner .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_content img {
  width: 75px;
}
.banner .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_content img.alignright {
  display: inline;
  float: none;
  margin-left: 15px;
}
.banner .et_pb_slides .et_pb_slide .et_pb_slide_description h1 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 66px;
  line-height: 100%;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #F1F1E9;
}
.banner .et_pb_slides .et_pb_slide .et_pb_slide_description h1 span:last-child {
  letter-spacing: -5px;
}
.banner .et_pb_slides .et_pb_slide .et_pb_slide_description h2 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #F1F1E9;
  margin-bottom: 15px;
}
.banner .et_pb_slides .et_pb_slide .et_pb_slide_description h3 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  color: #F1F1E9;
  margin-bottom: 20px;
}
.banner .et_pb_slides .et_pb_slide .et_pb_slide_description h4 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #F1F1E9;
}
.banner .et_pb_slides .et_pb_slide .et_pb_slide_description h4 span:last-child {
  letter-spacing: -5px;
}
.banner .et_pb_slides .et_pb_slide .et_pb_slide_description h5 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  color: #F1F1E9;
}
.banner .et_pb_slides .et_pb_slide .et_pb_slide_description h5 span:last-child {
  letter-spacing: -5px;
}
.banner .et_pb_slides .et_pb_slide .et_pb_slide_description h6 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #F1F1E9;
}
.banner .et_pb_slides .et_pb_slide .et_pb_slide_description h6 span:last-child {
  letter-spacing: -5px;
}
.banner .et_pb_slides .et_pb_slide .et_pb_slide_description p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #F1F1E9;
}
.banner .et_pb_slides .et_pb_slide .et_pb_slide_description a {
  border: 0;
  display: inline-block;
  font-family: "roboto";
  text-transform: uppercase;
  padding: 8px 30px 6px 30px;
  font-style: normal;
  font-size: 18px;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  text-shadow: none;
  background-color: #4671FF;
  color: #fff;
}
.banner .et_pb_slides .et_pb_slide .et_pb_slide_description a:hover {
  background-color: #87A3FF;
}
.banner .banner-texto .et_pb_slides .et_pb_slide .et_pb_slide_description {
  max-width: 611px;
  margin: 0 0 0 auto;
  text-align: center;
  padding: 16% 2% 16% 10%;
}
.banner .banner-texto .et_pb_slides .et_pb_slide .et_pb_slide_description h4 {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 30px 0 10px 0;
}
.banner .banner-texto .et_pb_slides .et_pb_slide .et_pb_slide_description p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}

.bannerpagina.banner .et_pb_slides .et_pb_slide {
  min-height: 177vw;
  display: flex;
  align-items: center;
}
.bannerpagina.banner .et_pb_slides .et_pb_slide .et_pb_slide_description h2 {
  font-size: 30px;
  line-height: 34px;
}
.bannerpagina.banner .et_pb_slides .et_pb_slide .et_pb_slide_description h3 {
  font-size: 22px;
  line-height: 110%;
}

.banner-home > section {
  padding-bottom: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-home > section .header-content h2 {
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 66px;
  line-height: 55px;
  margin-bottom: 30px;
  font-weight: 700;
}
.banner-home > section .header-content h2 span:last-child {
  letter-spacing: -5px;
}
.banner-home > section .header-content h4 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
}

.faixa.et_section_regular {
  padding-top: 50px !important;
  padding-bottom: 30px !important;
}
.faixa.et_section_regular .texto p {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #F1F1E9;
}

.video-fullscreen .bloco {
  position: relative;
}
.video-fullscreen .bloco .video {
  z-index: 1;
  min-height: 33vh;
}
.video-fullscreen .bloco .texto {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
}
.video-fullscreen .bloco .texto h2 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 24px;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 20px;
  color: #787070;
}
.video-fullscreen .bloco .texto p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 130%;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 20px;
}

.texto-foto .texto h2 {
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 700;
  color: #787070;
}
.texto-foto .texto p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 20px;
  color: #787070;
}
.texto-foto .texto a {
  display: inline-block;
  border: 0 !important;
  display: inline-block;
  font-family: "Hanken Grotesk", sans-serif !important;
  text-transform: uppercase;
  color: #000000;
  padding: 15px 30px 11px 30px;
  background-color: #bfbfbf;
  font-style: normal;
  font-size: 16px !important;
  font-weight: 700;
}
.texto-foto .texto a:hover {
  background-color: #a2a2a2 !important;
  color: #bfbfbf !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}
.texto-foto .imagem {
  transform: translateY(-80px);
}
.texto-foto .imagem img {
  margin-left: 30px;
  max-width: 50%;
}
.texto-foto .et_pb_button_module_wrapper a {
  border: 0;
  display: inline-block;
  font-family: "roboto";
  text-transform: uppercase;
  padding: 12px 50px 11px 50px !important;
  font-style: normal;
  font-size: 18px;
  border-radius: 0;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
  background-color: #787070;
  color: #fff;
  border: 0 !important;
}
.texto-foto .et_pb_button_module_wrapper a:after {
  content: unset !important;
}
.texto-foto .et_pb_button_module_wrapper a:hover {
  background-color: #c9c9c9;
  color: #787070;
}

.tres-blocos .texto {
  text-align: center;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center !important;
  transition: all 500ms ease;
}
.tres-blocos .texto .et_pb_text_inner {
  margin-top: 115px;
}
.tres-blocos .texto h2 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 34px;
  line-height: 90%;
  text-align: center;
  text-transform: uppercase;
  color: #00064C;
  margin-bottom: 30px;
}
.tres-blocos .texto img {
  width: 48px;
}
.tres-blocos .texto.bloco2 h2 {
  color: #08E047;
}
.tres-blocos .foto {
  height: 100%;
}
.tres-blocos .foto img {
  padding: 50px;
  filter: drop-shadow(5px 5px 5px #000000);
}

.compartilhe > div {
  display: none;
}
.compartilhe .topo {
  display: block;
}
.compartilhe .topo h2 {
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 44px;
  font-weight: 700;
}
.compartilhe .topo p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  font-weight: 700;
}

.marinas {
  height: 140vh;
}
.marinas .bloco {
  height: 100%;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.marinas .bloco .texto h2 {
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 100%;
  margin-bottom: 10px;
  white-space: nowrap;
  font-weight: 700;
}
.marinas .bloco .texto p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 20px;
}
.marinas .bloco .texto p br {
  display: none;
}
.marinas .bloco .texto p:nth-of-type(2) a {
  border: 0;
  display: inline-block;
  font-family: "roboto";
  text-transform: uppercase;
  padding: 12px 30px 11px 30px;
  font-style: normal;
  font-size: 14px;
  border-radius: 0;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
  background-color: #fff;
  color: #444444;
}
.marinas .bloco .texto p:nth-of-type(2) a:hover {
  background-color: #787070;
  color: #fff;
}
.marinas .bloco .texto p:nth-of-type(3) {
  text-align: center;
}
.marinas .bloco .texto p:nth-of-type(3) a {
  text-align: center;
}
.marinas .bloco .imagem {
  display: none;
}
.marinas .bloco .imagem img {
  max-width: 100%;
}

.namidia .topo h2 {
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 44px;
  font-weight: 700;
}
.namidia .topo p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  font-weight: 700;
}
.namidia .blog article h2 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 36px;
  line-height: 130%;
  color: #787070;
  font-weight: 700;
  margin-bottom: 20px;
}
.namidia .blog article p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #787070;
  margin-bottom: 30px;
}
.namidia .blog article a.more-link {
  display: inline-block;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
  color: #787070;
  text-decoration: underline !important;
}
.namidia .blog article:hover {
  background-color: #bfbfbf;
}
.namidia .blog article:hover h2 {
  color: #787070;
}
.namidia .blog article:hover p {
  color: #787070;
}
.namidia .et_pb_text_inner a {
  border: 0 !important;
  display: inline-block;
  font-family: "Hanken Grotesk", sans-serif !important;
  text-transform: uppercase;
  color: #787070;
  padding: 15px 30px 11px 30px;
  background-color: #a2a2a2;
  font-style: normal;
  font-size: 16px !important;
  font-weight: 700;
}
.namidia .et_pb_text_inner a:hover {
  background-color: #000000 !important;
  color: #787070 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}

.rodape .et_pb_column {
  background-color: transparent;
}
.rodape h2 {
  font-family: "Hanken Grotesk", sans-serif !important;
  font-size: 48px !important;
  line-height: 44px !important;
  letter-spacing: 0 !important;
  font-weight: 700;
  color: #787070 !important;
}
.rodape h4 {
  font-family: "Hanken Grotesk", sans-serif !important;
  letter-spacing: 0 !important;
  font-size: 22px !important;
  line-height: 22px !important;
  font-weight: 700;
  color: #787070 !important;
}
.rodape p, .rodape a {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none !important;
  color: #787070 !important;
}
.rodape a {
  color: #fff;
}
.rodape a:hover {
  color: #a2a2a2 !important;
  text-decoration: underline;
}
.rodape a.fale {
  border: 0 !important;
  display: block !important;
  font-family: "roboto" !important;
  text-transform: uppercase;
  color: #000000;
  padding: 15px 30px 11px 30px !important;
  background-color: #787070 !important;
  font-style: normal;
  font-size: 16px !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
  margin-top: 20px;
  text-align: center;
}
.rodape a.fale:after {
  font-size: 22px;
  margin-top: -5px;
}
.rodape a.fale:hover {
  color: #bfbfbf !important;
  background-color: #a2a2a2 !important;
}
.rodape form {
  margin-bottom: 30px;
}
.rodape form input[type=text] {
  color: #000000 !important;
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 18px !important;
  border-radius: 0 !important;
}
.rodape form input[type=text]::-moz-placeholder {
  color: #000000;
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.rodape form input[type=text]::placeholder {
  color: #000000;
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.rodape form p.et_pb_newsletter_button_wrap a.et_pb_newsletter_button {
  border: 0 !important;
  display: inline-block;
  font-family: "Hanken Grotesk", sans-serif !important;
  text-transform: uppercase;
  color: #000000;
  padding: 15px 30px 11px 30px !important;
  background-color: #bfbfbf;
  font-style: normal;
  font-size: 16px !important;
  border-radius: 0;
  font-weight: 700;
}
.rodape form p.et_pb_newsletter_button_wrap a.et_pb_newsletter_button:after {
  content: unset !important;
}
.rodape form p.et_pb_newsletter_button_wrap a.et_pb_newsletter_button:hover {
  background-color: #a2a2a2 !important;
  color: #787070 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}
.rodape .sociais > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rodape .sociais > div a:hover span {
  color: #bfbfbf !important;
}
.rodape .sociais > div .et_pb_icon {
  margin: 0 8px !important;
}
.rodape .sociais > div span {
  font-size: 30px !important;
  color: #a2a2a2 !important;
  transition: all 300ms ease;
}

#main-footer {
  background-color: #004943;
}
#main-footer > .container {
  display: none !important;
}
#main-footer #footer-widgets {
  padding-top: 30px;
}
#main-footer .footer-widget {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 30px;
}
#main-footer .footer-widget .widget_block {
  margin: 0 !important;
}
#main-footer .footer-widget .widget_block p {
  margin-bottom: 0;
  font-family: "Hanken Grotesk", sans-serif;
  color: #a2a2a2;
  font-size: 19px;
}
#main-footer .footer-widget .widget_block p a {
  color: #bfbfbf;
}
#main-footer .footer-widget .widget_block ul {
  margin-top: 30px;
}
#main-footer .footer-widget .widget_block ul li {
  margin: 0;
  padding: 0;
  background-color: #a2a2a2;
}
#main-footer .footer-widget .widget_block ul li a svg path {
  fill: #bfbfbf;
}
#main-footer .footer-widget .widget_block ul li:before {
  content: unset !important;
}
#main-footer #footer-bottom {
  display: none;
  background-color: #000000;
}
#main-footer #footer-bottom .container {
  display: flex;
  justify-content: center;
}
#main-footer #footer-bottom .container #footer-info {
  display: none;
}
#main-footer #footer-bottom .container .et-social-icons a:before {
  color: #a2a2a2;
}

.video-texto .bloco {
  position: relative;
}
.video-texto .bloco .video {
  z-index: 1;
}
.video-texto .bloco .texto {
  display: none;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-texto .bloco .texto h2 {
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 60px;
  margin-top: 45px;
  font-weight: 700;
}
.video-texto .bloco .texto h2 span:last-child {
  letter-spacing: -7px;
}
.video-texto .bloco .texto h4 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-style: italic;
  font-weight: 700;
}

.desktop {
  display: none !important;
}

.bloco-texto .texto h2 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  font-feature-settings: "ss02" on, "ss03" on;
  color: #00064C;
  margin-bottom: 20px;
}
.bloco-texto .texto p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #00064C;
  margin-bottom: 20px;
}

.historia .texto h2 {
  font-family: "Hanken Grotesk", sans-serif;
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
  color: #4671FF;
  margin-bottom: 20px;
}
.historia .texto p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #4671FF;
  margin-bottom: 20px;
}
.historia .ind h3 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 28px;
  text-transform: uppercase;
  color: #4671FF;
  margin-bottom: 20px;
}
.historia .ind p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #4671FF;
  margin-bottom: 0;
}

.contato2 .texto h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  color: #00064C;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contato2 .texto h1 strong {
  font-weight: 700;
}
.contato2 .texto p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #00064C;
  margin: 0 auto;
}
.contato2 .form .et_pb_contact_field {
  margin-bottom: 20px !important;
}
.contato2 .form label {
  color: #F1F1E9;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.contato2 .form input, .contato2 .form textarea {
  height: 60px;
  min-height: 60px;
  background-color: transparent;
  border-top: 1px solid #fff;
  margin-bottom: 10px; /* Contato_Info_Titulo */
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #F1F1E9;
  padding-left: 0;
  padding-top: 5px;
  overflow: auto;
}
.contato2 .form input::-moz-placeholder, .contato2 .form textarea::-moz-placeholder {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #F1F1E9;
}
.contato2 .form input::placeholder, .contato2 .form textarea::placeholder {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #F1F1E9;
}
.contato2 .form .et_contact_bottom_container {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.contato2 .form .et_contact_bottom_container .et_pb_contact_right {
  color: #F1F1E9;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.contato2 .form .et_contact_bottom_container .et_pb_contact_right input {
  margin-bottom: 0;
  padding: 5px;
  height: 30px;
  min-height: 30px;
  margin-top: -5px;
}
.contato2 .form .et_contact_bottom_container .clearfix {
  display: flex;
}
.contato2 .form .et_contact_bottom_container .clearfix span {
  white-space: nowrap;
}
.contato2 .form button {
  border: 0 !important;
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #00064C;
  background-color: #08E047;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 5px 25px !important;
}
.contato2 .form button:after {
  content: unset !important;
}

.alo .texto h2 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  color: #00064C;
  margin-bottom: 20px;
}
.alo .texto p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #00064C;
  margin-bottom: 20px;
}
.alo .botao a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 0 !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffeb14;
  background-color: #00064C;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 25px !important;
}
.alo .botao a:hover {
  background-color: #87A3FF;
}

.foto {
  position: absolute;
  right: -5%;
  bottom: 20px;
}
.foto img {
  width: 120px;
  height: 120px;
}

.titulopagina h1 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #F1F1E9;
  margin-bottom: 0;
}

.blogmarina article, .archive article, .search article {
  background-color: #fff;
  padding-bottom: 19px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #41393d;
}
.blogmarina article h2, .archive article h2, .search article h2 {
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  color: #41393d;
  font-weight: 700;
  transition: all 300ms ease;
}
.blogmarina article p, .archive article p, .search article p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #41393d;
  margin-bottom: 30px;
}
.blogmarina article p a, .archive article p a, .search article p a {
  color: #000000 !important;
}
.blogmarina article p .author a, .archive article p .author a, .search article p .author a {
  color: #a2a2a2 !important;
}
.blogmarina article a.more-link, .archive article a.more-link, .search article a.more-link {
  display: inline-block;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
  color: #a2a2a2;
  text-decoration: underline !important;
}
.blogmarina article:hover h2, .archive article:hover h2, .search article:hover h2 {
  color: #a2a2a2;
}

.et_pb_sidebar_0 .widget_block, #sidebar .widget_block {
  margin-bottom: 30px !important;
}
.et_pb_sidebar_0 h2, .et_pb_sidebar_0 h4, #sidebar h2, #sidebar h4 {
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
  white-space: nowrap;
  color: #a2a2a2;
  font-weight: 700;
}
.et_pb_sidebar_0 ul li a, #sidebar ul li a {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000000 !important;
  transition: all 300ms ease;
}
.et_pb_sidebar_0 ul li a:hover, #sidebar ul li a:hover {
  color: #787070 !important;
}
.et_pb_sidebar_0 form input[type=search], #sidebar form input[type=search] {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #004943;
}
.et_pb_sidebar_0 form .wp-block-search__button, #sidebar form .wp-block-search__button {
  background-color: #a2a2a2;
  color: #bfbfbf;
  font-family: "Hanken Grotesk", sans-serif;
  transition: all 300ms ease;
}
.et_pb_sidebar_0 form .wp-block-search__button:hover, #sidebar form .wp-block-search__button:hover {
  color: #a2a2a2;
  background-color: #bfbfbf;
}

.pagination a {
  color: #bfbfbf;
  font-family: "Hanken Grotesk", sans-serif;
  transition: all 300ms ease;
}
.pagination a:hover {
  color: #787070;
}

.titulo h2 {
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
}

.single .post {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.single .et_post_meta_wrapper h1 {
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  color: #41393d;
  font-weight: 700;
}
.single .et_post_meta_wrapper p.post-meta {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #41393d;
  margin-bottom: 0;
}
.single .et_post_meta_wrapper p.post-meta a {
  color: #000000 !important;
}
.single .et_post_meta_wrapper p.post-meta .author a {
  color: #a2a2a2 !important;
}
.single .entry-content p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #41393d;
  font-weight: 400;
}
.single .entry-content ul li {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #41393d;
}
.single .postsocial h4 {
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  color: #41393d;
}

.et_right_sidebar #main-content .container:before {
  content: unset !important;
}

.et_right_sidebar #sidebar {
  padding-left: 0 !important;
}

.error404 .texto-foto .texto p br {
  display: none;
}

.tabelas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.tabelas p, .tabelas a {
  font-family: "Hanken Grotesk", sans-serif;
}
.tabelas p strong, .tabelas a strong {
  font-weight: 700;
}
.tabelas a {
  color: #004943;
  font-weight: 400;
}

.tabelas > div {
  width: 100%;
}

.tabelas table tr td {
  padding: 5px;
  font-size: 16px;
  font-family: "Hanken Grotesk", sans-serif;
}

.tabelas table tr td span {
  font-size: 12px;
  font-family: "Hanken Grotesk", sans-serif;
}

.overflowtablea {
  overflow-x: scroll;
}

.tabelalista {
  border-collapse: collapse;
  overflow-x: scroll;
  table-layout: fixed;
  width: 1140px;
}

.tabelalista tr td, .tabelalista tr th {
  font-size: 12px;
  font-family: "Hanken Grotesk", sans-serif;
}

.home-topo .foto .et_pb_image_wrap {
  width: 100%;
}
.home-topo .foto .et_pb_image_wrap img {
  width: 100%;
}
.home-topo .texto {
  margin-bottom: 50px !important;
}
.home-topo .texto h1 {
  color: #787070;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home-topo .texto h1 strong {
  font-weight: 700;
}
.home-topo .texto h4 {
  color: #787070;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}
.home-topo .texto a {
  color: #787070;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: underline !important;
}

.trabalhos .texto h2 {
  color: #787070;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 75px;
}
.trabalhos .bloco .ind {
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  border-bottom: 2px solid #d4d4d4;
}
.trabalhos .bloco .ind img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.trabalhos .bloco .ind .titulo {
  padding-top: 30px;
  width: 100%;
}
.trabalhos .bloco .ind .titulo h4 {
  color: #787070;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.trabalhos .bloco .ind .titulo h4 strong {
  font-weight: 700;
}
.trabalhos .bloco .ind .titulo hr {
  width: 20px;
  height: 3px;
  background-color: #787070;
  margin: 30px auto 15px 0;
  border: 0;
}
.trabalhos .bloco .ind .titulo p {
  color: #787070;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 20px;
}
.trabalhos .bloco .ind .titulo a {
  color: #787070;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: underline !important;
}

.sobre .texto h1 {
  color: #787070;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sobre .texto h1 strong {
  font-weight: 700;
}
.sobre .texto p {
  color: #787070;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 30px;
}

/* SIMONE */
.topo-imagem .et_pb_image_wrap {
  width: 100%;
}
.topo-imagem .et_pb_image_wrap img {
  width: 100%;
}

.faixa-texto h3 {
  line-height: 100%;
  font-size: 32px;
}

.botao .et_pb_column {
  display: flex;
  justify-content: center;
}
.botao .et_pb_column .et_pb_button_module_wrapper {
  margin: 0 10px !important;
}
.botao .et_pb_column .et_pb_button_module_wrapper a {
  border: 0;
  display: inline-block;
  font-family: "roboto";
  text-transform: uppercase;
  padding: 12px 50px 11px 50px;
  font-style: normal;
  font-size: 18px;
  border-radius: 0;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
  background-color: #787070;
  color: #fff;
}
.botao .et_pb_column .et_pb_button_module_wrapper a:after {
  content: unset !important;
}
.botao .et_pb_column .et_pb_button_module_wrapper a:hover {
  background-color: #c9c9c9;
  color: #787070;
}

.video3 .et_pb_image_wrap {
  width: 100%;
}
.video3 .et_pb_image_wrap img {
  width: 100%;
  aspect-ratio: 1/0.45;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video3 .et_pb_image_wrap img:hover ~ .et_overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.video3 .et_pb_image_wrap .et_overlay {
  z-index: 3;
  opacity: 1;
}
.video3 .et_pb_image_wrap .et_overlay:before {
  font-size: 100px;
}

.marca img {
  max-width: 200px;
  height: auto;
}

.lista-videos .texto h3 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #00064C;
  text-transform: uppercase;
}
.lista-videos .texto p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #00064C;
  margin-bottom: 50px;
}
.lista-videos .bloco {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.lista-videos .bloco .video-ind {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.lista-videos .bloco .video-ind button.playbutton {
  cursor: pointer;
  border: 0;
  position: absolute;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: transparent;
}
.lista-videos .bloco .video-ind button.playbutton svg {
  width: 100%;
  height: 100%;
}
.lista-videos .bloco .video-ind img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0;
}
.lista-videos .bloco .video-ind .titulo {
  padding: 20px 0 0 0;
}
.lista-videos .bloco .video-ind p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #00064C;
  margin-bottom: 15px;
}
.lista-videos .bloco .video-ind h4 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
  color: #00064C;
  margin-bottom: 10px;
}
.lista-videos .bloco .video-ind > div > div.cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 0 0;
}
.lista-videos .bloco .video-ind > div > div.cat a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #00064C;
  color: #00064C;
  text-decoration: unset !important;
  padding: 6px 10px 4px 10px;
  transition: all 300ms ease;
}
.lista-videos .bloco .video-ind > div > div.cat a:hover {
  background-color: #08E047;
  border: 1px solid #08E047;
}
.lista-videos .bloco .video-ind > div > div.cat time {
  font-family: "Roboto", sans-serif;
  color: #00064C;
  font-weight: 400;
  line-height: 130%;
  font-size: 14px;
}
.lista-videos .bloco .video-ind > div input {
  display: none;
}
.lista-videos .bloco .video-ind > div a {
  text-decoration: none !important;
}
.lista-videos .bloco .video-ind > div a svg {
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
}
.lista-videos .bloco .video-ind > div button {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}
.lista-videos .bloco .video-ind > div button svg {
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.lista-videos .bloco .video-ind > a {
  color: #fff !important;
  border-width: 0px !important;
  border-radius: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase !important;
  background-color: #4671FF;
  padding: 5px 20px !important;
  display: inline-block;
  margin-top: 20px;
}
.lista-videos .bloco .video-ind > a:hover {
  background-color: #08E047;
  color: #fff !important;
}
.lista-videos .blocopost {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.lista-videos .blocopost .video-ind {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.lista-videos .blocopost .video-ind button.playbutton {
  cursor: pointer;
  border: 0;
  position: absolute;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: transparent;
}
.lista-videos .blocopost .video-ind img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0;
}
.lista-videos .blocopost .video-ind .titulo {
  padding: 20px 0 0 0;
}
.lista-videos .blocopost .video-ind p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #00064C;
  margin-bottom: 15px;
}
.lista-videos .blocopost .video-ind h4 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
  color: #00064C;
  margin-bottom: 10px;
}
.lista-videos .blocopost .video-ind > div > div.cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 0 0;
}
.lista-videos .blocopost .video-ind > div > div.cat a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #00064C;
  color: #00064C;
  text-decoration: unset !important;
  padding: 6px 10px 4px 10px;
  transition: all 300ms ease;
}
.lista-videos .blocopost .video-ind > div > div.cat a:hover {
  background-color: #08E047;
  border-color: #08E047;
}
.lista-videos .blocopost .video-ind > div > div.cat time {
  font-family: "Roboto", sans-serif;
  color: #00064C;
  font-weight: 400;
  line-height: 130%;
  font-size: 14px;
}
.lista-videos .blocopost .video-ind > div input {
  display: none;
}
.lista-videos .blocopost .video-ind > div a {
  text-decoration: none !important;
}
.lista-videos .blocopost .video-ind > div a svg {
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
}
.lista-videos .blocopost .video-ind > div button {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}
.lista-videos .blocopost .video-ind > div button svg {
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.lista-videos .blocopost .video-ind > a {
  color: #fff !important;
  border-width: 0px !important;
  border-radius: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase !important;
  background-color: #4671FF;
  padding: 5px 20px !important;
  display: inline-block;
  margin-top: 20px;
}
.lista-videos .blocopost .video-ind > a:hover {
  background-color: #87A3FF;
}
.lista-videos .blocopost2col .video-ind img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0;
}
.lista-videos .blocopost1col .video-ind {
  margin-bottom: 30px;
}
.lista-videos .blocopost1col .video-ind img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0;
}
.lista-videos .blocopost.blocopostwrap {
  flex-wrap: wrap;
}
.lista-videos .blocopost.blocopostwrap > div:nth-of-type(1) {
  width: 100%;
  margin-bottom: 30px;
}
.lista-videos .blocopost.blocopostwrap > div:nth-of-type(1) img {
  aspect-ratio: 1/0.4943333333;
}
.lista-videos .blocopost.blocopostwrap > .video-ind {
  width: 100%;
}
.lista-videos .bloco.blocovideo .video-ind button.playbutton {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lista-videos .blocolink {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.lista-videos .blocolink .video-ind {
  width: 100%;
  position: relative;
}
.lista-videos .blocolink .video-ind img {
  width: 100%;
  aspect-ratio: 1/0.66;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
}

.compartilhar .texto h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #333;
}
.compartilhar .sociais > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.compartilhar .sociais > div a:hover span {
  color: #bfbfbf !important;
}
.compartilhar .sociais > div .et_pb_icon {
  margin: 0 8px !important;
}
.compartilhar .sociais > div span {
  font-size: 30px !important;
  color: #a2a2a2 !important;
  transition: all 300ms ease;
}

.flickr p {
  font-family: "Roboto", sans-serif;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
}

.tempo .tempo-ind h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #333;
}
.tempo .tempo-ind p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 20px;
  color: #787070;
  min-height: 100px;
}
.tempo .tempo-ind p img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.agenda .bloco {
  margin-bottom: 30px;
}
.agenda .bloco h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #333;
}
.agenda .bloco > div {
  border: 1px solid #d9d9d9;
  padding: 20px;
  margin-bottom: 20px;
}
.agenda .bloco button.accordion {
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  text-align: left;
  transition: all 500ms ease;
}
.agenda .bloco button.accordion h4 {
  color: #333;
  margin-bottom: 10px;
  line-height: 125%;
  font-size: 24px;
  font-weight: 600;
}
.agenda .bloco button.accordion p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 0;
  color: #787070;
}
.agenda .bloco button.accordion:before {
  content: "+";
  position: absolute;
  left: 0;
  top: -7px;
  color: #be883e;
  font-size: 32px;
}
.agenda .bloco button.accordion.active:before {
  content: "-";
  font-size: 48px;
  top: -17px;
}
.agenda .bloco .panel {
  margin-bottom: 5px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: all 500ms ease;
  padding-left: 30px;
}
.agenda .bloco .panel .eventoind {
  padding: 20px;
  background-color: #f8f8f8;
  margin-top: 20px;
}
.agenda .bloco .panel h3 {
  color: #333;
  margin-bottom: 10px;
  line-height: 125%;
  font-size: 24px;
  font-weight: 600;
}
.agenda .bloco .panel h4 {
  color: #333;
  margin-bottom: 0;
  line-height: 125%;
  font-size: 20px;
  font-weight: 600;
}
.agenda .bloco .panel p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 5px;
  color: #787070;
  font-weight: 600;
}
.agenda .bloco .panel p span {
  font-weight: 400;
}
.agenda .bloco .panel a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #787070;
  font-weight: 600;
  text-decoration: underline !important;
  display: inline-block;
  margin-right: 20px;
}

.perguntas .bloco button.accordion {
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  text-align: left;
  transition: all 500ms ease;
}
.perguntas .bloco button.accordion h4 {
  color: #333;
  margin-bottom: 10px;
  line-height: 125%;
  font-size: 24px;
  font-weight: 600;
}
.perguntas .bloco button.accordion:before {
  content: "+";
  position: absolute;
  left: 0;
  top: -4px;
  color: #be883e;
  font-size: 32px;
}
.perguntas .bloco button.accordion.active:before {
  content: "-";
  font-size: 48px;
  top: -14px;
}
.perguntas .bloco .panel {
  margin-bottom: 20px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: all 500ms ease;
  padding-left: 30px;
}
.perguntas .bloco .panel p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 5px;
  color: #787070;
  font-weight: 400;
}
.perguntas .bloco .panel a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #787070;
  font-weight: 600;
  text-decoration: underline !important;
  display: inline-block;
  margin-right: 20px;
}

.topo-post2 h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #787070;
  margin: 0;
  line-height: 120%;
  word-spacing: 2px;
  letter-spacing: 1px;
  font-size: 42px;
  text-align: center;
}
.topo-post2 .blog-info {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin-top: 30px;
}
.topo-post2 .blog-info li {
  position: relative;
  font-family: "Roboto", sans-serif;
  color: #787070;
  font-weight: 400;
  line-height: 130%;
  font-size: 16px;
  margin: 0 20px;
}
.topo-post2 .item-cat a {
  background-color: transparent;
  border: 1px solid #787070;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #787070;
  text-decoration: unset !important;
  padding: 4px 10px;
}
.topo-post2 .item-autor a {
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #787070;
  text-decoration: unset !important;
}

.conteudo-post2 .texto h1 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 700;
  color: #787070;
}
.conteudo-post2 .texto h2 {
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 700;
  color: #787070;
}
.conteudo-post2 .texto h3 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 700;
  color: #787070;
}
.conteudo-post2 .texto h4 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 700;
  color: #787070;
}
.conteudo-post2 .texto h5 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 700;
  color: #787070;
}
.conteudo-post2 .texto h6 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 700;
  color: #787070;
}
.conteudo-post2 .texto p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #3c3c3c;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 140%;
}
.conteudo-post2 .texto a {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 20px;
  color: #787070;
  text-decoration: underline !important;
}

.conteudo-post3 .titulo {
  margin-bottom: 50px;
}
.conteudo-post3 .titulo h5 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #a2a2a2;
  margin-bottom: 10px;
}
.conteudo-post3 .titulo h3 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #787070;
  margin-bottom: 10px;
  text-transform: none;
}
.conteudo-post3 .titulo h6 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #787070;
  margin-bottom: 5px;
  display: inline-block;
}
.conteudo-post3 .texto h1 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 700;
  color: #787070;
}
.conteudo-post3 .texto h2 {
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 700;
  color: #787070;
}
.conteudo-post3 .texto h3 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 700;
  color: #787070;
}
.conteudo-post3 .texto h4 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 700;
  color: #787070;
}
.conteudo-post3 .texto h5 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 700;
  color: #787070;
}
.conteudo-post3 .texto h6 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 700;
  color: #787070;
}
.conteudo-post3 .texto p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #3c3c3c;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 140%;
}
.conteudo-post3 .texto a {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 20px;
  color: #787070;
  text-decoration: underline !important;
}
.conteudo-post3 .compartilhar {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #bfbfbf;
  clear: both;
}
.conteudo-post3 .compartilhar h4 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #a2a2a2;
  text-shadow: none !important;
  margin-bottom: 10px;
}
.conteudo-post3 .compartilhar a svg {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.compatilhepost {
  margin-top: 30px;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.compatilhepost .iconescomp {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.compatilhepost .iconescomp h6 {
  margin-bottom: 10px;
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #00064C;
}
.compatilhepost .iconescomp a {
  margin-right: 5px;
}
.compatilhepost .iconescomp a svg {
  width: 35px;
  height: 35px;
}
.compatilhepost .iconescomp a svg path {
  transition: all 300ms ease;
}
.compatilhepost .iconescomp a:hover svg path {
  fill: #666;
}
.compatilhepost .tags {
  text-align: right;
}
.compatilhepost .tags h6 {
  margin-bottom: 10px;
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #00064C;
}
.compatilhepost .tags a {
  text-decoration: unset !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: gray;
  font-size: 14px;
}

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

.categorias-mobile h3 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #00064C;
  display: inline-block;
  padding: 15px;
  margin: 0;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.categorias-mobile h3 img {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 18px;
  height: 11.25px;
  transition: transform 0.3s ease-in-out;
}

.categorias-mobile h3 svg {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 18px;
  height: 11.25px;
  transition: transform 0.3s ease-in-out;
}

.categorias-mobile .cat-list {
  display: none;
  padding: 5px 20px 20px;
  margin: 0;
  list-style: none;
}

.categorias-mobile .cat-list li {
  display: block;
  margin: 0 auto;
}

.categorias-mobile .cat-list li a {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #4671FF;
  padding: 8px 0;
  line-height: 100%;
  text-decoration: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  text-transform: uppercase;
}
.categorias-mobile .cat-list li a:hover {
  color: #787070;
}

.categorias-mobile h3.is-active svg {
  transform: translateY(-50%) rotate(-180deg);
}

.pensa .bloco {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.pensa .bloco .pensa-ind {
  margin-bottom: 50px;
  width: 100%;
  cursor: pointer;
}
.pensa .bloco .pensa-ind button {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}
.pensa .bloco .pensa-ind img {
  min-height: 375px;
  margin-bottom: 10px;
  cursor: pointer;
}
.pensa .bloco .pensa-ind h3 {
  font-family: "Roboto", sans-serif;
  color: #333;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  cursor: pointer;
}
.pensa .bloco .pensa-ind p {
  font-family: "Roboto", sans-serif;
  color: #333;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 130%;
  font-size: 15px;
}
.pensa .bloco .pensa-ind a.saibamais {
  color: #787070 !important;
  border-width: 0px !important;
  border-radius: 0;
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #c6c6c6;
  padding: 10px 30px !important;
  display: inline-block;
  margin-top: 10px;
}
.pensa .bloco .pensa-ind a.saibamais:hover {
  background-color: #787070;
  color: #fff !important;
}
.pensa .bloco .pensa-ind div a, .pensa .bloco .pensa-ind div button {
  text-decoration: unset !important;
}
.pensa .bloco .pensa-ind div a svg, .pensa .bloco .pensa-ind div button svg {
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
}
.pensa .bloco .pensa-ind div input {
  display: none;
}

.rodape3 .menurodape .et_pb_text_inner {
  text-align: center;
}
.rodape3 .menurodape .et_pb_text_inner p {
  display: inline-block;
  margin: 0;
}
.rodape3 .menurodape .et_pb_text_inner p a {
  margin-left: 10px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  color: #787070;
  height: 31px;
  display: block;
  align-items: center;
  letter-spacing: 0;
  margin-bottom: -1px;
  transition: all 500ms ease;
}
.rodape3 .sociais3 {
  display: flex;
  align-items: center;
}
.rodape3 .sociais3 .et_pb_icon {
  margin: 0 !important;
}
.rodape3 .sociais3 .et_pb_icon .et_pb_icon_wrap .et-pb-icon {
  font-size: 28px !important;
  margin: 0 8px;
  color: #a2a2a2 !important;
}

.video-int {
  width: 100%;
  aspect-ratio: 1/0.56;
}
.video-int iframe {
  aspect-ratio: 1/1.24;
  height: auto !important;
  width: 100%;
}

.info-int {
  background-color: transparent;
}
.info-int a {
  text-decoration: unset !important;
}
.info-int a svg {
  margin: 0 5px;
  width: 25px;
  height: 25px;
}
.info-int h4 {
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.info-int div {
  display: flex;
}
.info-int button {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}
.info-int button svg {
  margin: 0 5px;
  width: 25px;
  height: 25px;
}

.fancybox__content {
  background-color: transparent;
}

.rodape2 {
  text-align: center;
}
.rodape2 .menu-rodape {
  text-align: center;
}
.rodape2 .menu-rodape p {
  display: block;
  margin-bottom: 10px;
}
.rodape2 .menu-rodape a {
  display: inline-block;
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  color: #4671FF;
  text-transform: uppercase !important;
  transition: all 300ms ease;
}
.rodape2 .menu-rodape a:hover {
  color: #87A3FF;
}
.rodape2 .et_pb_code {
  margin: 0 25px 10px 0 !important;
}
.rodape2 .et_pb_code svg path {
  fill: #4671FF !important;
}
.rodape2 .et_pb_code:hover svg path {
  fill: #87A3FF !important;
}
.rodape2 .copy .texto p {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #4671FF;
  margin-bottom: 0;
  text-transform: uppercase;
}
.rodape2 .copy .texto p a {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #4671FF;
  margin-bottom: 0;
  text-transform: uppercase;
  text-decoration: underline !important;
}

.widget_search {
  display: none !important;
}

.widget_block h2 {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #00064C;
  margin-bottom: 10px;
}
.widget_block ul li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #00064C;
}

h1.entry-title {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: #00064C;
  margin-bottom: 10px;
}

p.et_pb_title_meta_container {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #00064C !important;
}
p.et_pb_title_meta_container a, p.et_pb_title_meta_container p, p.et_pb_title_meta_container span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #00064C !important;
}

.et_pb_post_content {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #00064C !important;
}
.et_pb_post_content .fluid-width-video-wrapper {
  margin-bottom: 30px;
}

.et_pb_widget_area_left {
  border: 0;
}

.imagempost .et_pb_image_wrap {
  width: 100%;
}
.imagempost .et_pb_image_wrap img {
  width: 100%;
}

.tagoj {
  position: absolute;
  right: 0;
  bottom: -140px;
}
.tagoj img {
  width: 120px;
  height: 120px;
}

.tagfaixa {
  position: absolute;
  left: 5%;
  bottom: -60px;
}
.tagfaixa img {
  height: auto;
  width: 90% !important;
}

.wp-pagenavi {
  width: 100%;
  text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  border: 0 !important;
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #00064C;
  text-transform: uppercase;
}
.wp-pagenavi a:hover {
  color: #ffeb14;
}
.wp-pagenavi span.current {
  color: #33E21D;
}

/* Small devices (smartphones, 480px ld or 320px pt and up) */
@media (max-width: 575px) and (orientation: landscape) {
  .banner-home > section {
    padding-bottom: 55%;
  }
}
/* Small devices (smartphones, 480px ld or 320px pt and up) */
@media (min-width: 321px) and (orientation: portrait) {
  .marinas {
    height: 100vh;
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  .banner-home > section {
    padding-bottom: 45%;
  }
}
/* Small devices (tablets pt, 768px and up) */
@media (min-width: 768px) {
  .lista-videos .bloco .video-ind {
    width: 48.3%;
    position: relative;
    margin-bottom: 20px;
  }
  .lista-videos .texto h3 {
    font-size: 26px;
    line-height: 48px;
  }
  .bannerpagina.banner .et_pb_slides .et_pb_slide {
    min-height: 80vh;
  }
  .bannerpagina.banner .et_pb_slides .et_pb_slide .et_pb_slide_description h2 {
    font-size: 52px;
    line-height: 69px;
  }
  .bannerpagina.banner .et_pb_slides .et_pb_slide .et_pb_slide_description h3 {
    font-size: 36px;
  }
  .bannerpagina.banner .et_pb_slides .et_pb_slide .et_pb_slide_description p {
    max-width: 1000px;
    margin: 0 auto;
  }
  .banner .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_content img {
    width: auto;
  }
  .lista-videos .texto h3 {
    font-size: 36px;
    line-height: 48px;
  }
  .rodape2 .et_pb_code {
    margin: 0 10px 0 0 !important;
  }
  .banner .et_pb_slides .et_pb_slide .et_pb_slide_description h2 {
    font-family: "Hanken Grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 69px;
    text-align: center;
    text-transform: uppercase;
    color: #F1F1E9;
    margin-bottom: 15px;
  }
  .banner .et_pb_slides .et_pb_slide .et_pb_slide_description h3 {
    font-family: "Hanken Grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #F1F1E9;
    margin-bottom: 20px;
  }
  .lista-videos .blocopost {
    display: flex;
    gap: 35px;
  }
  .lista-videos .blocopost .video-ind {
    margin-bottom: 30px;
  }
  .tabelas > div {
    width: 24%;
  }
  .tabelalista {
    overflow-x: hidden;
    width: 100%;
  }
  .error404 .texto-foto .texto p br {
    display: block;
  }
  .video-texto .bloco .texto {
    display: block;
  }
  .tres-blocos .texto h2 br {
    display: block;
  }
  .banner-home > section {
    padding-bottom: 50%;
  }
  #main-footer .footer-widget {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  #main-footer .footer-widget .widget_block ul {
    margin-top: 0;
  }
  .marinas .bloco .texto p:nth-of-type(3) {
    display: none;
  }
  .desktop {
    display: flex !important;
  }
  .trabalhos .texto h1 {
    font-size: 48px;
  }
  .trabalhos .bloco .ind {
    flex-wrap: nowrap;
  }
  .trabalhos .bloco .ind img {
    width: 50%;
  }
  .trabalhos .bloco .ind .titulo {
    padding-top: 0;
    padding-left: 50px;
    width: 50%;
  }
  .trabalhos .bloco .ind .titulo p {
    font-size: 20px;
  }
  .sobre .texto h1 {
    font-size: 56px;
  }
  .menulateral .linksforms {
    display: none;
  }
  .menusite .centraliza > div .linksforms button {
    display: inline-block;
  }
  .menusite .centraliza > div > div {
    margin: 0 20px;
  }
  .menusite .fixo .centraliza img {
    width: auto;
  }
  .menusite .scroll .centraliza img {
    width: auto;
  }
  .rodape2 .et_pb_icon {
    margin-bottom: 0 !important;
  }
  .rodape2 .menu-rodape {
    text-align: right;
  }
  .rodape2 .menu-rodape a {
    margin-right: 20px;
  }
  .rodape2 .menu-rodape p {
    display: inline-block;
  }
  .lista-videos .blocopost .video-ind {
    width: 47.1%;
    position: relative;
  }
}
@media (min-width: 981px) {
	
		
	#et_mobile_nav_menu {
		display: block;
	}
	#top-menu-nav {
		display: none;
	}
	.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
        text-decoration: none !important;
    }
	
  .tres-blocos .texto h2 {
    font-size: 52px;
    line-height: 90%;
  }
  .lista-videos .blocopost.blocopost2col .video-ind {
    width: 48.3%;
    position: relative;
  }
  .lista-videos .blocopost.blocopost1col .video-ind {
    width: 100%;
    position: relative;
  }
  .contato2 .form button {
    border: 0 !important;
    font-family: "Hanken Grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 50px !important;
  }
  .alo .botao a {
    display: inline-block;
    max-width: 200px;
    text-align: center;
    border: 0 !important;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 10px 20px !important;
  }
  .compatilhepost .iconescomp {
    width: 40%;
    text-align: left;
    margin-bottom: 0;
  }
  .rodape2 .et_pb_icon .et_pb_icon_wrap .et-pb-icon {
    font-size: 40px;
    color: #87A3FF;
    margin-right: 10px;
  }
  .foto img {
    width: 200px;
    height: 200px;
  }
  .foto {
    position: absolute;
    right: -5%;
    bottom: -35px;
  }
  .tagortiz {
    top: 30px;
  }
  .tagortiz img {
    width: 160px !important;
    height: auto;
  }
  #page-container {
    padding-top: 0 !important;
  }
  .banner .et_pb_slides .et_pb_slide {
    min-height: 100vh;
  }
  .video-texto .bloco .video {
    min-height: 100vh;
  }
  .menusite .centraliza > div > a {
    display: block;
  }
  .menulateral {
    right: -100%;
    width: 600px;
  }
  .menusite .fixo {
    padding: 10px 0;
  }
  .menusite .fixo .centraliza {
    width: 100%;
  }
  .menusite .scroll .centraliza {
    width: 100%;
  }
  .lista-videos .blocopost .video-ind {
    width: 31.1%;
    position: relative;
  }
  .lista-videos .blocopost.blocopostwrap > .video-ind {
    width: 31.92%;
  }
  .pensa .bloco .pensa-ind {
    margin-bottom: 50px;
    width: 31.9771%;
    cursor: pointer;
  }
  .lista-videos .blocolink .video-ind {
    width: 23.6%;
    position: relative;
  }
  .categorias-mobile .cat-list li {
    display: block;
    margin: 0 auto;
    width: 300px;
  }
  .lista-videos .blocopost .video-ind {
    width: 47.8%;
    position: relative;
  }
}
/* Medium devices (desktops and tablets ld, 992px and up) */
@media (min-width: 992px) {
  .banner .banner-texto .et_pb_slides .et_pb_slide .et_pb_slide_description h4 {
    font-size: 52px;
    line-height: 100%;
    margin: 30px 0 10px 0;
  }
  .tagortiz {
    position: absolute;
    right: 6%;
    top: 0;
    background-color: transparent;
  }
  .video-fullscreen .bloco .texto h2 {
    font-size: 52px;
  }
  .marinas .bloco .texto h2 {
    font-size: 72px;
  }
  .video-texto .bloco .texto {
    display: block;
  }
  #et_top_search {
    margin: 2px 0 0 25px !important;
  }
  .texto-foto .texto h2 {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 38px;
  }
  .banner-home > section {
    padding-bottom: 42%;
  }
  .video-texto {
    padding-top: 0 !important;
  }
  .video-texto .bloco {
    position: relative;
    min-height: unset !important;
  }
  .faixa.et_section_regular .texto p {
    font-size: 24px;
    line-height: 160%;
  }
  .tagfaixa img {
    height: 120px;
    width: auto !important;
  }
  .tagoj {
    position: absolute;
    right: -40%;
    bottom: unset;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media all and (min-width: 1200px) {

	#et_mobile_nav_menu {
		display: block;
	}
	#top-menu-nav {
		display: none;
	}
	.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
        text-decoration: none !important;
    }
	
  .lista-videos .blocopost .video-ind {
    width: 30.8%;
    position: relative;
  }
  .lista-videos .bloco .video-ind {
    width: 31.9%;
    position: relative;
  }
  .banner .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_content img {
    width: auto;
  }
  #et-main-area {
    margin-top: 80px;
  }
  .et_header_style_left #logo {
    max-width: 50% !important;
  }
  .tagfaixa {
    left: 5%;
    bottom: -85px;
  }
  .tagfaixa img {
    width: auto !important;
    height: auto;
  }
  .tagoj {
    position: absolute;
    right: -48%;
  }
  .tagoj img {
    width: 220px;
    height: 220px;
  }
  #main-header nav #top-menu.nav li {
    padding-right: 15px;
  }
  #main-header nav #top-menu.nav > li:last-child {
    padding-right: 0;
  }
  .rodape2 .et_pb_code {
    margin: 0 15px 0 0 !important;
  }
  .tagortiz img {
    width: 240px !important;
    height: auto;
  }
  .menusite .fixo .centraliza {
    width: 100%;
  }
  .menusite .scroll .centraliza {
    width: 1140px;
  }
  .menusite .fixo .centraliza > a {
    display: flex;
    align-items: flex-end;
    color: #fff;
    margin: 0;
  }
  .menusite .fixo .centraliza > a img {
    margin-right: 10px;
  }
  .menusite .fixo .centraliza > a p {
    display: block;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
  }
  .menusite .scroll .centraliza > a {
    display: flex;
    align-items: flex-end;
    color: #fff;
  }
  .menusite .scroll .centraliza > a img {
    margin-right: 10px;
  }
  .menusite .scroll .centraliza > a p {
    display: block;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
  }
  .overflowtablea {
    overflow-x: hidden;
  }
  .tabelalista tr th {
    font-size: 18px;
    font-family: "roboto";
  }
  .tabelas table tr td {
    font-size: 16px;
  }
  .tabelalista tr td {
    font-size: 16px;
  }
  .video-texto .bloco .video {
    min-height: 100vh !important;
  }
  .video-texto .bloco .et-last-child {
    min-height: 100vh !important;
  }
  .video-texto .bloco .texto h2 {
    font-size: 70px;
    line-height: 130%;
    font-weight: 700;
    color: #787070;
  }
  .video-texto .bloco .texto h4 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
  }
  .single .entry-content p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }
  .texto-foto .texto p {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 20px;
  }
  .texto-foto .imagem {
    transform: translateY(-150px);
  }
  .texto-foto .imagem img {
    margin-left: 275px;
    max-width: 50%;
  }
  .video-texto .bloco .texto {
    display: block;
  }
  .marinas .bloco .et-last-child .imagem img {
    transform: translateX(50px) translateY(50px);
  }
  .marinas .bloco .imagem {
    display: block;
  }
  .marinas .bloco .texto {
    padding-bottom: 50px;
  }
  .marinas .bloco .texto h2 {
    line-height: 100%;
    margin-bottom: 20px;
  }
  .marinas .bloco .texto p {
    font-size: 20px;
    line-height: 28px;
  }
  .marinas .bloco .texto p br {
    display: none !important;
  }
  .marinas .bloco .texto p br {
    display: block;
  }
  .marinas .bloco .texto p:nth-of-type(2) a {
    display: inline-block;
  }
  .marinas .bloco {
    align-items: flex-end;
  }
  .marinas {
    height: 100vh;
  }
  .namidia .topo p {
    font-size: 20px;
    line-height: 28px;
  }
  .compartilhe .topo p {
    font-size: 20px;
    line-height: 28px;
  }
  .video-fullscreen .bloco .texto p {
    font-size: 20px;
    line-height: 32px;
  }
  .video-fullscreen .bloco .texto h2 {
    font-size: 48px;
    line-height: 44px;
  }
  .video-fullscreen .bloco .texto {
    top: 40%;
    width: auto;
  }
  .texto-foto .texto h2 {
    font-size: 74px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .faixa.et_section_regular p {
    font-size: 26px;
    line-height: 34px;
  }
  .banner-home > section {
    padding-bottom: 40%;
  }
  .banner-home > section .header-content h4 {
    font-size: 32px;
    line-height: 38px;
  }
  #et_top_search {
    margin: 0 0 0 35px !important;
  }
  .marinas .bloco .texto {
    padding-bottom: 30px;
  }
}

@media all and (min-width: 1280px) {

	#main-header .nav li a {
		font-size: 15px;
	}
	
	#main-header .container {
		max-width: unset !important;
		width: 95% !important;
	}
	
	#et_mobile_nav_menu {
		display: none;
	}
	#top-menu-nav {
		display: block;
	}
	  .mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
		text-decoration: underline !important;
	  }
	
}

@media all and (min-width: 1366px) {
  .tabelas > div {
    width: 320px;
  }
  .lista-videos .bloco .video-ind {
    width: 32%;
    position: relative;
  }
  .lista-videos .blocopost .video-ind {
    width: 31.1%;
    position: relative;
  }
}
@media all and (min-width: 1440px) {
  .texto-foto .texto p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .marinas .bloco .texto {
    padding-bottom: 30px;
  }
	#main-header .container {
		max-width: 1400px !important;
		width: 95% !important;
	}
	
}
@media all and (min-width: 1920px) {
  .marinas .bloco .et-last-child .imagem img {
    transform: translateX(150px) translateY(50px);
  }
  .texto-foto .texto h2 {
    font-size: 130px;
    line-height: 115px;
    margin-bottom: 20px;
  }
  .marinas .bloco .texto {
    padding-bottom: 110px;
  }
}
@media all and (min-width: 2560px) {
  .marinas .bloco .texto {
    padding-bottom: 200px;
  }
}/*# sourceMappingURL=style.css.map */