@import url('https://use.fontawesome.com/releases/v5.13.1/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***
/******************************************************************************************************************************************/
/*                                                          VARIABLES                                                                      /
/******************************************************************************************************************************************/
/***************  CORES  **************/
 /* White */
 /* Blue */
 /* Gray */





 /*  */
 /*  */


/***************  FONTES  **************/



/***************  WIDTH  **************/


/**************************************/
/*               RESET                */
/**************************************/

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* deixa a rolagem suave */
}
.row-fluid ::before, .row-fluid ::after {
  display:none!important;
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Montserrat;
  color: #3F3F3F;
  overflow-x: hidden!important;
}

h1 {
  font: 900 normal 2.5rem/115% Montserrat;
  color: #080036;
}
h2 {
  font: 400 normal 2rem/115% Montserrat;
  color: #080036;
} 
h3 {
  font: 400 normal 1.5rem/115% Montserrat;
  color: #080036;
}
h4,
h5{
  color: #004F9F;
  font-weight: bold;
}
a, p {
  font: 400 normal 1rem/115% Montserrat;
}

p {
	color: #080036;
}

a {
	color: #0077F1;
}

.blog__container ol,
.blog__container ul {
	padding: revert;
}

.blog__container li {
	list-style: disc;
}

.container-fluid .row-fluid .container { 
  float: none;
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

.padding10tb  { padding:  10px 0 }
.padding15tb  { padding:  15px 0 }
.padding20tb  { padding:  20px 0 }
.padding40tb  { padding:  40px 0 }
.padding60tb  { padding:  60px 0 }
.padding80tb  { padding:  80px 0 }
.padding100tb { padding: 100px 0 }

.red__btn {
  display: flex;
  flex-direction:row;
  align-items:center; 
  justify-content:center;

  font: bold normal 1rem/100% Montserrat, sans-serif!important;
  color: white;
  background: #EF373D;
  border: 0;
  border-radius: 8px;
  text-decoration: none;
  transition: all .4s;

  width: 100%;
  height: 100%;
  min-height: 45px;
  min-width: 180px;
}
.red__btn:hover {
  opacity: .8;
  filter: grayscale(1);
}
.cta_button.red__btn.btn__blue {
  background: #25AACC!important;
}
.desk {
  display:block;
}
.mobo {
  display:none!important;
}



/*-------------------------*/
/*-------- Desktop --------*/
/*-------------------------*/
.mobile-trigger i:before,
.mobile-trigger i::before,
.mobile-trigger i:after,
.mobile-trigger i::after {
  display:block!important;
}
.menu__container > .row-fluid-wrapper > .row-fluid {
  display: flex!important;
  position: relative;
  justify-content: end !important;
}

.banner .hs_cos_gallery_main {
  padding: 0px!important
}
.banner {
  padding:50px 100px;
}

.blog {
	height: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.blog .img img {
	height: auto!important;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%!important;
  z-index: -1;
}

#hs_cos_wrapper_module_1669910560696270 > div > div > div > div > div.section.post-header > h1, #hs_cos_wrapper_module_16699140688641414 > div > div.title > h2{
color: #161C2D;
  font-weight: 500;
}
#hs_cos_wrapper_module_16699140688641414 > div > div.title > h2, #hs_cos_wrapper_module_1669910560696270 > div > div > div > div > div.section.post-header > h1, #hs_cos_wrapper_module_1696352203870284_title{
font-family: "Exo 2", sans-serif !important;
  font-style: italic;
}
/*.hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper,
.slick-track img {
  width: 100%;
}*/

/* Banner - Desktop */
/*.banner {
  position: relative;
  display: flex;
  flex-direction: column;
  object-fit: cover;
  object-position: center;  
  max-height: 700px;
  height: auto;
  max-width: 100%;
}
.banner img {
  object-fit: cover;
  object-position: center;  
  max-height: 700px;
  height: auto;
  max-width: 100%;*/
}
.banner > .row-fluid-wrapper:first-child {
  width: 100%;
}
.banner > .row-fluid-wrapper:last-child {
  position: absolute;
  top: 40%;
  left: 5%;
  width: 90%;
}
body > div.footer-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-2 > div > div{
background: #388232;
}
.banner > .row-fluid-wrapper:last-child h1,
.banner > .row-fluid-wrapper:last-child h2 {
  font: normal 400 3rem/115% Montserrat, sans-serif;
  color: #FFFFFF;
}


/* Blog Content - Desktop */
.blog__container {
  display: grid!important;
  grid-template-columns: 70% 25%;
  grid-template-rows: 1fr;
  grid-gap: 5%;
  margin-top: -5px;
  /*padding: 0 0 3rem;*/
}
.blog__container .hs-blog-social-share {
  display:none!Important;
}

/* Blog Description - Desktop */
.blog__container > .row-fluid-wrapper:first-child {
  padding: 0 2% 10% 10%;
}
/* .blog__container .blog__description .blog-section br {
  display: block;
  content: '';
  margin: 2rem 0 0;
} */
.blog__container .blog__description .blog-section h1 {
  margin: 0 0 2rem;
}
.blog__container .blog__description .blog-section :is(h2, h3, h4) {
  margin: 0 0 1rem;
}
.blog__container .blog__description .image__cta {
  margin: 3rem 0 0;
}
.blog__container .blog__description img {
/*   object-fit: cover;
  object-position: center;
  height: auto!important; */
  width: 100%!important;
	height: 100%!important;
}
.blog__container .blog__description .cta_button  br {
  display:none!important;
  margin: 0!important;
  padding: 0!important;
}


/* Blog CTA - Desktop */
.blog__container .blog__cta {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  grid-gap: 4rem;
  background: transparent;
  overflow-x: hidden;
  padding: 10% 15% 20%;
}

body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-1 > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-4 > div > div {
  text-align:center;
}
.blog__container .blog__cta .blog__cta--recentPosts .recentPosts__container > .title {
  margin: 0 0 1.5rem;
  
}
.blog__container .blog__cta .blog__cta--recentPosts .recentPosts__container > .title > h2 {
  font: normal bold 2rem/115% Montserrat, sans-serif!important;
  color: #001F59;
}
.blog__container .blog__cta .blog__cta--recentPosts .recentPosts__container > .recentPosts {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  justify-items: center;
  grid-gap: 30px;
}
.blog__container .blog__cta .blog__cta--recentPosts .recentPosts__container > .recentPosts > .link {
  text-decoration: none;
}
.blog__container .blog__cta .blog__cta--recentPosts .recentPosts__container > .recentPosts > .link > .image {
  background: #FFFFFF;
  border-radius: 5px;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
  width: 100%;
  margin: 0 0 1rem;
}
a.cta_button {
color: #161C2D !important;
  background: #60D556 !important;
}
#hs_cos_wrapper_post_body > p > span, .fics h1, .fics h2, .fics h3, #hs_cos_wrapper_post_body > h2 > span{
font-weight: 500 !important;
  font-style: italic !important;
  color: #161C2D !important;
}
#hs_cos_wrapper_post_body a {
color: #37BE88 ;
}
#hs_cos_wrapper_post_body > p > span{
font-size: 30px;
}
.blog__container .blog__cta .blog__cta--recentPosts .recentPosts__container > .recentPosts > .link > .postDescription {
	color: #001F59;
	margin-top: 20px;
}

.post__container--author  {
    display: grid;
    grid-template-columns: 65px auto;
    grid-template-rows: 1fr;
    align-items: center;
    justify-items: flex-start;
    grid-gap: 20px;
    margin: 1rem 0;
}

.post__container--author>.author__avatar>img {
	width: 80px;
}

.post__container--author > .author__data > a {
	color: #080036 !important;
  font: 700 normal 16px Montserrat, sans-serif !important;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.post__container--author > .author__data > p {
	color: #5A5964 !important;
  font: 400 normal 14px Montserrat, sans-serif !important;
  margin: 0;
}

.conteudo {
	padding-bottom: 50px;
}

.conteudo .text__container {
	display: flex;
	justify-content: center;
}

.conteudo .text__container .texto {
	max-width: 500px;
}

.conteudo .redes_sociais {
	display: flex;
  align-items: center;
  gap: 0 30px;
	margin-top: 20px;
	justify-content: center;
}

/* Newsletter - Desktop */
.newsletter__container {
  background: url(https://20607933.fs1.hubspotusercontent-na1.net/hubfs/20607933/background_newsletter.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.newsletter > .row-fluid-wrapper >.row-fluid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  position: relative;
  overflow-x: hidden;
}
.newsletter > .row-fluid-wrapper > .row-fluid > .widget-span {
  width: 100%;
}
.newsletter .sesi {
  display:none;
  left: calc(50% - 225px);
  position: absolute;
  top: 0;
  z-index: 0;
}
.newsletter .sesi img {
  max-width: 250px!important;
  width: 250px!important;
  height: 450px!important;
}
.newsletter .text__container {
  max-width: 300px!important;
}
.newsletter .text__container .icon {
  margin-bottom: 1rem;
}
.newsletter .text__container .text h2 {
  font: normal bold 2rem/115% Montserrat!important;
}
.newsletter .text__container .text p {
  font: normal normal 1rem/115% Montserrat!important;
}

.newsletter .form__container {
  background: #FFFFFF;
  border-radius: 10px;
  margin: 0;
  padding: 25px 20px;
  z-index: 999999;
}
#hs_cos_wrapper_module_1697731527575139_ > div > div > ul > li:nth-child(1),
#hs_cos_wrapper_module_1697732735656334_ > div > div > ul > li:nth-child(1) {
	background: #8A45B0 !important;
}

#hs_cos_wrapper_module_1697731527575139_ > div > div > ul > li:nth-child(2),
#hs_cos_wrapper_module_1697732735656334_ > div > div > ul > li:nth-child(2) {
	background: #0174AF !important;
}

#hs_cos_wrapper_module_1697731527575139_ > div > div > ul > li:nth-child(3),
#hs_cos_wrapper_module_1697732735656334_ > div > div > ul > li:nth-child(3) {
	background: #FFC907 !important;
}

#hs_cos_wrapper_module_1697731527575139_ > div > div > ul > li:nth-child(4),
#hs_cos_wrapper_module_1697732735656334_ > div > div > ul > li:nth-child(4) {
	background: #EE0D57 !important;
}

#hs_cos_wrapper_module_1697731527575139_ > div > div > ul > li:nth-child(5),
#hs_cos_wrapper_module_1697732735656334_ > div > div > ul > li:nth-child(5){
	background: #080036 !important;
  color: #080036 !important;
}

#hs_cos_wrapper_module_1697731527575139_ > div > div > ul > li:nth-child(3) a,
#hs_cos_wrapper_module_1697732735656334_ > div > div > ul > li:nth-child(3) a{
  color: #080036 !important;
}

#hs_cos_wrapper_module_1697731527575139_ > div > div > ul > li:nth-child(6),
#hs_cos_wrapper_module_1697732735656334_ > div > div > ul > li:nth-child(6) {
	background: #60D556 !important;
}

#hs_cos_wrapper_module_1697731527575139_ > div > div > ul > li:nth-child(6) a,
#hs_cos_wrapper_module_1697732735656334_ > div > div > ul > li:nth-child(6) a{
	color: #080036 !important;
}
/* Footer - Versão Desktop */



/* Formulários */
::-webkit-input-placeholder  {
  color: #A8A8A8; 
}
input:-moz-placeholder { 
  color: #A8A8A8; 
}


/*----------------------------*/
/*-------- Responsivo --------*/
/*----------------------------*/
@media only screen and (min-width: 800px) {
  .newsletter .sesi {
    display: block!important;
  }
}

@media only screen and (max-width: 800px) {
  .menu__container > .row-fluid-wrapper > .row-fluid{
      justify-content: normal !important;
  }
  .banner>.row-fluid-wrapper:last-child {
    left: 0;
    text-align: center;
    width: 100%;
  }

  .blog__container {
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 0 ;
  }
  .blog__container>.row-fluid-wrapper:first-child {
    padding: 4rem;
  }
  .blog__container .blog__description {
    display: flex;
    flex-direction: column-reverse;
  }
  .blog__container .blog__description > .row-fluid-wrapper:last-child {
    margin-bottom: 2rem;
  }

}
@media only screen and (max-width: 500px) {
  .desk {
    display:none!important;
  }
  .mobo {
    display:block!important;
  }

  .banner {
    min-height: 500px!important;
    height: 500px!important;
  }
  .banner img {
    object-fit: cover!important;
    object-position: center;
    min-height: 500px!important;
    height: 500px!important;
  }

  .blog__container>.row-fluid-wrapper:first-child {
    padding: 10% 8%;
  }

  .newsletter .text__container {
    max-width: 100%!important;
    margin-bottom: 1.5rem; 
  }
  .newsletter>.row-fluid-wrapper>.row-fluid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .footer__container .footer>.row-fluid-wrapper>.row-fluid {
    display: block;
    text-align: center;
  }
  .footer__container .footer>.row-fluid-wrapper>.row-fluid>.widget-span:first-child {
    margin-bottom: 1.5rem!important;
  }
  .footer__container .footer .menu__container ul {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
}