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

/* NORMALIZE */

/* BODY E GERAL *  */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:hover,
*:active,
*:clicked,
*:visited,
*:focus,
*:focus {
  outline-width: 0px !important;
  outline-color: transparent !important;
}

html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  /*font-weight: 500;*/
  font-family: 'montserratBlack', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: 'montserratBlack', sans-serif;
  color: #2b4a74;
  text-align: center;
}

h3 {
  font-size: 2rem;
  margin-bottom: 15px !important;
}

h4 {
  font-size: 1.5rem;
}

h4,
h5,
h6 {
  line-height: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

span:focus,
span:focused,
span:clicked,
span:active,
button:focus,
button:focused {
  outline-width: 0px !important;
}

button:hover,
button *:hover {
  cursor: pointer !important;
}

/* FIM DO BODY */

/* ELEMENTOS DO OPTIMIZE */
.fixed-width {
  width: 100% !important;
  margin: 0px;
  height: 100%;
}

.one-column.column.cols {
  width: 100% !important;
  margin: 0px;
  height: 100%;
}

/* FIM DOS ELEMENTOS DO OPTIMIZE*/

/* CLASSES DE DISPLAYS */
.mobile {
  display: none;
}

.centralizado {
  margin: 0 auto;
}

.displayTable {
  display: table-cell;
  vertical-align: middle;
}

.displayFlex {
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox !important;
  /* TWEENER - IE 10 */
  display: -webkit-flex !important;
  /* NEW - Chrome */
  display: flex !important;
}

.flexLinhas {
  flex-direction: row !important;
}

.flexColunas {
  flex-direction: column !important;
}

.flexCentralizado {
  justify-content: center !important;
  align-content: center !important;
  align-items: center !important;
}

/* .flexAround {
  justify-content: space-around !important;
  /* align-content: center !important; */
/* align-items: center !important; */
/* } */

*/ .flexItensStart {
  align-items: flex-start !important;
}

.flexItensEnd {
  align-items: flex-end !important;
}

.flexItensBaseline {
  align-items: baseline !important;
}

.flexItensCenter {
  align-items: center !important;
}

.flexWrap {
  flex-wrap: wrap !important;
}

.flexNoWrap {
  flex-wrap: nowrap !important;
}

.flexSpaceAround {
  justify-content: space-around !important;
}

.flexSpaceBetween {
  justify-content: space-between !important;
}

.flexStart {
  justify-content: flex-start !important;
}

.flexEnd {
  justify-content: flex-end !important;
}

.flexSelfStart {
  align-self: flex-start !important;
}

.flexSelfEnd {
  align-self: flex-end !important;
}

.flexSelfCenter {
  align-self: center !important;
}

/* FIM DAS CLASSES DE DISPLAYS */

/* CLASSES DE ALTURA */
.secaoComMenu {
  height: 82vh !important;
  max-height: 82vh !important;
}

.secao20 {
  height: 20vh !important;
  max-height: 20vh !important;
}

.secao30 {
  height: 30vh !important;
  max-height: 30vh !important;
}

.secao33 {
  height: 33vh !important;
  max-height: 33vh !important;
}

.secao40 {
  height: 40vh !important;
  max-height: 40vh !important;
}

.secao50 {
  height: 50vh !important;
  max-height: 50vh !important;
}

.secao80 {
  height: 80vh !important;
  max-height: 80vh !important;
}

.secao90 {
  height: 90vh !important;
  max-height: 90vh !important;
}

.secao100 {
  height: 100vh !important;
  max-height: 100vh !important;
}

.secao150 {
  height: 150vh !important;
  max-height: 150vh !important;
}

.secao180 {
  height: 180vh !important;
  max-height: 180vh !important;
}

/* FIM DAS CLASSES DE ALTURA */

/* CLASSES DE LARGURA */
.larguraTotal {
  width: 100% !important;
  max-width: 100% !important;
  /*min-width: 100% !important;*/
  padding: 0 0;
  margin: 0;
}

.largura7 {
  width: 100% !important;
  padding: 0 7%;
  margin: 0;
  max-width: 100%;
}

.largura80 {
  width: 80% !important;
  max-width: 80%;
  padding: 0 0;
  margin: 0 auto;
}

.largura75 {
  width: 75% !important;
  max-width: 75% !important;
  padding: 0 0;
  margin: 0 auto;
}

.larguraMetadeCentralizada {
  width: 50% !important;
  max-width: 50% !important;
  padding: 0 0;
  margin: 0 auto;
}

.larguraMetade {
  width: 50% !important;
  max-width: 50% !important;
  padding: 0 0;
  margin: 0;
}

.largura45 {
  width: 45% !important;
  max-width: 45% !important;
  padding: 0 0;
  margin: 0;
}

.largura40 {
  width: 40% !important;
  max-width: 40%;
  padding: 0 0;
  margin: 0;
}

.largura30 {
  width: 30% !important;
  max-width: 30% !important;
  padding: 0 0;
  margin: 0;
}

.largura25 {
  width: 25% !important;
  max-width: 25% !important;
  padding: 0 0;
  margin: 0;
}

/* FIM DAS CLASSES DE LARGURA */

/* CLASSES DE MARGEM */
.m-2 {
  margin: 0.5rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

/* FIM DAS CLASSES DE MARGEM */

/* DAS CLASSES DE GAP */
.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

/* FIM DAS CLASSES DE GAP */



/* PADRÕES E LINHA 1 */
.texto-branco {
  color: white !important;
}

.main-content {
  /* background: url("../../site/wp-content/uploads/2017/03/fundoR2X_v03.jpg") fixed no-repeat; */
  /* background: url("../imagens/Fundo_parte_01.jpg") fixed no-repeat; */
  /* background: url("../imagens/fundo_geral_desk.jpg") fixed no-repeat; */
  background: url("../imagens/fundo_desktop_padrao.png") fixed no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding-bottom: 13vh;
}

/* #espacoInicial {
  height: 28vh;
} */

.logo-principal {
  max-width: 17.375rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#tituloLinha1 {
  /* font-family: 'PrumoDisplayW00-MediumIt' !important; */
  /* font-weight: normal; */
  font-size: 2.8rem;
  /* font-size: 2.1875rem; */
  line-height: 2.8rem;
  /* font-size: 35px; */
  /* font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  -webkit-font-smoothing: normal; */
  /* width: 80%; */
  margin: 0 auto;
  color: #fff;
  text-align: center;
  margin-top: 4vh !important;
  margin-bottom: 3vh !important;
  top: 33vh;
}

#subTituloLinha1 {
  /* color: rgb(245, 191, 46); */
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.2rem;
  margin-bottom: 0;
  /* font-weight: 100; */
}

#subTituloLinha1 span {
  color: rgb(245, 191, 46);
}

.tarja-amarela {
  background-color: #d49f1f;
  color: black;
}

.texto-amarelo {
  color: rgb(245, 191, 46);
  /* color: #d49f1f; */
  color: #d49f1f;
}

.texto-amarelo-claro {
  color: rgb(255, 193, 7);
}

.negrito {
  font-weight: bold;
}

.texto-maior {
  font-size: 110%;
}

/* FIM DA PADRÕES E LINHA 1 */

/* DIVS VÍDEOS */
#divFundoBranco {
  max-width: 80%;
  min-height: 40vh;
  height: auto;
  margin: 0 auto;
  margin-top: 5vh;
  margin-bottom: 13vh;
  -webkit-box-shadow: 1px 0px 21px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 1px 0px 21px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 1px 0px 21px 0px rgba(50, 50, 50, 0.7);
  background-color: #fff;
  position: relative;
  z-index: 20;
}

.divLinhaDeVideos {
  width: 100%;
  text-align: center;
}

.divVideo {
  height: 33vh;
  width: 25%;
  margin-top: 7vh;
  margin-top: 7vh;
  margin-left: 2vw;
  margin-right: 2vw;
  margin-bottom: 3vh;
  position: relative;
  overflow: hidden;
}

.divVideo img {
  max-height: 70%;
  width: 100%;
}

.divVideo:hover .divEfeito {
  z-index: 999999999;
  opacity: .7;
  right: 0;
}

.divImg {
  height: 33vh;
  width: 25%;
  margin-top: 7vh;
  margin-top: 7vh;
  margin-left: 2vw;
  margin-right: 2vw;
  margin-bottom: 3vh;
  position: relative;
  background: #d49f1f;
}

.divImg a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.divImg img {
  max-height: 100%;
  max-width: 100%;
}

.divEfeito {
  background: #000;
  opacity: 0;
  height: 70%;
  position: absolute;
  top: 0;
  transition: right .2s, opacity .2s;
  width: 100%;
  max-width: 100%;
  right: 100%;
}

.divEfeito .preparado {
  color: white;
  font-family: 'PrumoDisplayW00-MediumIt' !important;
  font-weight: normal;
}

.divEfeito .vcPode {
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  font-style: italic;
}

.rodapeVideo {
  background-color: #d49f1f;
  height: 30%;
  width: 100%;
  z-index: 999999999;
}

.rodapeVideo p {
  color: white;
  margin-bottom: 0px;
  margin-top: 0px;
  /* font-family: 'montserratBlack' !important; */
}

.tituloVideo {
  font-size: 1.6em;
}

.descricaoVideo {
  font-size: 1.1em;
}

.open-popup-link {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* FIM DAS DIVS VÍDEOS */

/* SEÇÃO DE CAPTURA */
.divLinhaCaptura {
  height: 45vh;
  width: 100%;
  /* background: url(../imagens/fundoParallaxConquistasReais_v04.jpg) fixed no-repeat; */
  /* background: url("../imagens/Fundo_parte_01.jpg") fixed no-repeat; */
  background: url("../imagens/Fundo_parte_01.jpg") fixed no-repeat;
  background-size: cover;
  background-position: center;
}

.tituloQuebra {
  /* font-family: 'montserratBlack', Helvetica; */
  font-weight: 100;
  font-size: 3rem;
}

.tituloQuebra span {
  font-weight: bold;
  font-size: 3.2rem;
  font-style: italic;
}

.divLinhaCaptura .op-popup.cf {
  width: 100%;
  margin-top: 4vh;
}

.op-popup-button {
  width: 100%;
}

.op-popup-button button {
  border: 0px;
  padding: 0;
}

.op-popup-button button {
  width: 60%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #d49f1f;
  color: #000;
  /* font-family: 'montserratBlack'; */
  font-weight: bold;
  font-size: 1.82rem;
  /* padding: 20px; */
}

.op-popup-button button:hover,
.op-popup-button button span:hover {
  cursor: pointer;
}

.op-popup-button button:focus,
.op-popup-button button span:focus {
  outline-width: 0px !important;
}

/* FIM DA SEÇÃO DE CAPTURA */

/* POPUP */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 560px;
  margin: 20px auto;
}

.popup-captura {
  position: relative;
  background: transparent;
  margin: 20px auto;
  max-width: 750px;
  width: auto;
  /* height: 533px !important; */
  overflow: hidden !important;
}

.popup-imagem {
  max-width: 75%;
  background: transparent;
}

.popup-imagem .mfp-close {
  color: #000;
}

.popup-imagem img {
  max-width: 100%;
}

#divSuperior {
  width: 699px;
  /* height: 326px; */
  margin-top: 71px;
  background-color: #f2f9fb;
}

#divSuperior .containerDeTitulos {
  width: 100%;
  /* margin-left: 60px; */
}

#divSuperior .titulo {
  /* font-family: 'montserratBlack' !important; */
  font-size: 1.5em !important;
  margin-top: 35px !important;
  margin-bottom: 35px !important;
  text-align: center;
  width: 75%;
  color: #000;
}

#divSuperior .descricao {
  /* font-family: 'montserratBlack' !important; */
  text-align: justify;
  font-size: 1em;
  line-height: 1.3em !important;
}

#divSuperior #imgMauraPopup {
  width: 232.5px;
  position: absolute;
  top: 20px;
  right: 12px;
  display: none;
}

.optin-box-3 {
  margin: 0 auto 20px;
  padding: 20px;
  width: 270px;
  max-width: 100%;
  border: 4px solid #f5f5f5;
  outline: #dedede solid 1px;
  text-align: center;
  background: #fff;
}

.optin-box-3 p {
  color: #6b6b6b;
  margin-bottom: 10px;
  margin: 0 0 1.1em;
}

.optin-box.optin-box-3 {
  margin-left: 0px;
  margin-right: 0px;
  position: fixed;
  left: -200vw;
  top: 8%;
  background: transparent;
  border: 0px;
  outline: none;
}

.optin-box.optin-box-3 form {
  background-color: #dba8f3;
  padding-bottom: 2vh;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-top: 2vh;
  /*width: 720px;*/
  width: 699px;
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox !important;
  /* TWEENER - IE 10 */
  display: -webkit-flex !important;
  /* NEW - Chrome */
  display: flex !important;
  flex-direction: column !important;
  gap: 1vh;
  /*justify-content: center !important;*/
  align-content: center !important;
  align-items: center !important;
  justify-content: space-around !important;
}

.text-boxes {
  width: 100%;
  display: inline-flex;
}

.optin-box.optin-box-3 input,
.optin-box.optin-box-3 input:focus {
  margin-bottom: 0px !important;
  background-color: transparent !important;
  background-image: none !important;
  font-size: 16px !important;
  /* font-weight: bold !important; */
  /* font-family: 'montserratBlack' !important; */
  box-sizing: border-box !important;
  height: 42.4px !important;
  width: 90% !important;
  padding: 0px !important;
  padding-left: 5px !important;
  border: 1px solid #000 !important;
  border-radius: 0px !important;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
  /* margin-right: 7px !important; */
  outline-width: 0px !important;
  color: #000;
}

form button {
  padding: 8px 55px !important;
  /* font-family: 'montserratBlack' !important; */
  margin-top: 0px !important;
  background-color: #000;
  border-radius: 0px;
  /*margin-top: .5vw !important;*/
  margin-left: auto !important;
  width: 90%;
}

form button span.text {
  padding: 0px;
  font-weight: normal !important;
  white-space: nowrap !important;
}

.popup-captura .mfp-close {
  top: 11% !important;
  right: 3.8% !important;
  /* font-family: 'montserratBlack' !important; */
  font-size: 2em !important;
  background: none !important;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #000 !important;
}

:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
}

:focus:-ms-input-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}

:focus::-moz-placeholder {
  opacity: 0.5;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #000 !important;
  opacity: 1;
}

:focus:-moz-placeholder {
  opacity: 0.5;
}

#btn_popup_eu_quero .text {
  font-size: 23px;
  color: #000;
  font-weight: bold;
}

#btn_popup_eu_quero {
  padding: 12px 60px;
  border-color: rgba(7, 112, 159, 0);
  border-width: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #f3e86b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3e86b), color-stop(100%, #f3e86b));
  background: -webkit-linear-gradient(top, #f3e86b 0%, #f3e86b 100%);
  background: -moz-linear-gradient(top, #f3e86b 0%, #f3e86b 100%);
  background: -ms-linear-gradient(top, #f3e86b 0%, #f3e86b 100%);
  background: -o-linear-gradient(top, #f3e86b 0%, #f3e86b 100%);
  background: linear-gradient(to bottom, #f3e86b 0%, #f3e86b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3e86b, endColorstr=#f3e86b, GradientType=0);
  box-shadow: none;
}

#btn_popup_eu_quero .gradient {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#btn_popup_eu_quero .shine {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#btn_popup_eu_quero .active {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#btn_popup_eu_quero .hover {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* POPUP */

/* OVERLAY + FORM CAPTURA */
#fundoOverlay {
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*z-index: 9999999999;*/
  z-index: -1;
  height: 0px;
  width: 0px;
}

/* FIM DO OVERLAY + FORM CAPTURA */

/* FIM DO POPUP */