/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/


@import url('https://fonts.googleapis.com/css2?family=Pathway+Extreme&display=swap');

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
  padding:0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}













*{
  --primary: #013df5;
  --secondary: #92bfff;
  --tertiary: #0c0c0c;
  --quaternary: #ffff32;
  --quiternary: #e8e8e8;
  scroll-behavior: smooth;
}


h1 span, h2 span, h3 span{
  color:#ffff32;
}

body {
    padding: 0;
    margin: 0;
  font-family: 'Pathway Extreme', sans-serif;
}

main {
  font-weight: 200;
}

.cta-full, .cta-outline {
  font-weight: 400;
  display: inline-block;
}

.title-detail {
    background: var(--secondary);
    width: 30px;
    height: 4px;
    position: relative;
    display: block;
    margin: 12px 0 20px;
    border-radius: 1px;
}

.projetos-section-detail {
    margin-bottom: 50px;
}

nav.menu-topo ul li a:hover {
    color:#013df5;
}



#menuToggle span {
 color:#013df5;
}

div#menuToggle ul li a:hover {
    color: #013df5;
}

.cta-section-full {
    background: #000;
    box-shadow: none;
    clear: right;
    color: #f9f9f9;
    display: block;
    font-size: 15px;
    font-weight: 600!important;
    padding: 14px 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: fit-content;
}

a.cta-section-full:hover{  
    background: #222;
    color: #ebdc39;
}

a.cta-primary{
    border: 2px solid #013df5!important;
    background-color: #013df5!important;
    color: #000!important;
    transition:0.2s linear all;
}

a.cta-primary:hover{
    border: 2px solid #013df5!important;
    background-color: #92bfff!important;
    color: #013df5!important;
}

a.cta-secondary{
    border: 2px solid #92bfff!important;
    background-color: #92bfff!important;
    color: #fff!important;
}

a.cta-secondary:hover{
    border: 2px solid #92bfff!important;
    background-color: #013df5!important;
    color: #92bfff!important;
}

a.cta-quiternary{
    border: 2px solid #92bfff!important;
    background-color: #92bfff!important;
    color: #fff!important;
}

a.cta-quiternary:hover{
    border: 2px solid #92bfff!important;
    background-color: !important;
    color: #92bfff!important;
}


/* Blog posts home */
h3.title-post a:hover {
    color: #013df5;
}

a.post-read-more:hover {
    color: #013df5;
}
/* Fim Blog posts home */


/* SCROLL BAR */

/* width */
::-webkit-scrollbar {
  width: 14px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
    background: #013df5;
    border-radius: 50px;
    border: 4px solid #f2f2f2;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #0c0c0c;
  cursor:pointer;
}
*/
/* FIM SCROLL BAR */


/* TITLE SECTIONS */
.section-header-title {
    position: relative;
    width: fit-content;
}

.section-title-detail {
    background: #013df5;
    width: fit-content;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-30deg);
    box-shadow: 30px 20px 0 #013df5;
    position: absolute;
    width: 100%;
    height: 100%;
}

.section-title-detail.detail-black{
    background: #000;
    box-shadow: 30px 20px 0 #000;
}

h2.title-section.titleprimary{
    color:#013df5;
}

.section-header {
    width: 800px;
    margin: 0 auto;
    max-width: 90%;
    box-sizing: border-box;
}

h2.title-section {
    color: var(--primary);
    display: block;
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 700!important;
    max-width: 800px;
    padding: 0;
    position: relative;
    text-align: center;
    width: fit-content;
    z-index: 9;
    margin:0 auto;
}

h2.title-section.title-center span {
    margin: 30px auto 0;
}

.tprimary{color:var(--primary);}
.tsecondary{color:var(--secondary);}
.twhite{color:#f9f9f9!important;}
.tblack{color:#0c0c0c!important;}

p.subtitle {
    margin: 0 auto 10px;
    display: block;
    text-align: center;
    color: var(--secondary);
    font-weight: 500;
}

.aligntitle-center {
    margin: 0 auto 60px;
}

.aligntitle-left {
    margin: 0 0 60px;
}

div.textbox p{
    color: #666;
    font-size: 16px;
    line-height: 1.5em;
}
/* FIM TITLE SECTIONS */

/* CTA SECTION */
a.cta-section {
    z-index: 9;
    display: block;
    position: relative;
    margin: 40px auto 0;
    width: fit-content;
    text-decoration: none;
    padding: 15px 30px;
    font-weight: 600;
}
/* FIM CTA SECTION */





@media only screen and (max-width: 900px) {
h2.title-section {
    font-size: 22px;
}
  
.aligntitle-left {
    margin: 0 auto 60px;
}

}




/* BLOG */
article.blog-post {
    width: 1000px;
    margin: 50px auto;
    display: block;
    max-width: 100%;
}

article.blog-post h1, article.blog-post h1 span {
    color: #0c0c0c;
    font-size: 40px;
    line-height: 1.4em;
    margin: 0 0 20px;
    font-weight: 400;
    margin-top: 120px;
}

article.blog-post {
    color: #0c0c0c;
    line-height: 1.5em;
    font-size: 16px;
}

article.blog-post a{
    color: #0c0c0c;
transition:0.2s linear all;
}


article.blog-post a:hover{
    color: #92bfff;
}

.blog-post__tags svg {
    width: 15px;
    top: 3px;
    position: relative;
}

.blog-comments {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    background: #f9f9f9;
    padding: 20px;
    box-sizing: border-box;
    border-top: 1px solid #e8e8e8;
    padding-top: 40px;
}

.blog-comments form input, .blog-comments form textarea {
    width: 100%;
    border: 2px solid #e8e8e8;
    padding: 10px;
    margin: 5px 0 20px;
    transition: 0.2s linear all;
	  outline:0;
    box-sizing:border-box;
}

.blog-comments form input:hover, .blog-comments form textarea:hover  {
    border: 2px solid #000;
}

.blog-comments ul.no-list.hs-error-msgs.inputs-list {
    margin: 0 0 20px;
    text-align: center;
    list-style: none;
    font-size: 14px;
}

.blog-comments input.hs-button.primary {
    margin: 30px 0 0;
    padding: 18px;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    transition: 0.2s linear all;
}

.blog-comments input.hs-button.primary:hover {
    background: #53c2d9;
    color: #000;
    border: 0;
}

.news-post-blog{
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(235, 220, 0, 1);
    display:block;
    width:100%;
    max-width:100%;
    box-sizing:border-box;
}

section.blog-related-posts {
    width: 100%;
    max-width: 100%;
    margin: 50px auto 0px;
    text-align: center;
    background: #fafafa;
    padding: 50px 20px;
    box-sizing: border-box;
}

.blog-related-posts__list {
    display: flex;
    margin: 30px auto 0;
    text-align: left;
    width: 1000px;
    max-width: 100%;
}


article.blog-related-posts__post {
    width: 30.3%;
    margin: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
img.blog-featured-img {
    margin: 20px 0 25px;
    width: 100%;
    position: relative;
    display: block;
}

section.blog-related-posts h2 {
    margin: 0;
	font-size:30px;
}

a.blog-related-posts__title-link {
    font-size: 22px;
    line-height: 1.3em;
    color: #3D3D3D;
    transition: 0.2s linear all;
    text-decoration: none;
}

a.blog-related-posts__title-link:hover {
    color: #53c2d9;
}

img.blog-related-posts__image {
    transition: 0.2s linear all;
}

img.blog-related-posts__image:hover {
    opacity:0.8;
}

.blog-related-posts__content {
    color: #737373;
    font-size: 16px;
    line-height: 1.5em;
}

@media only screen and (max-width: 900px) {
  .blog-related-posts__list {
    width: 400px;
    flex-wrap:wrap;
}
  
  .body-container--blog-post .hs-form input {
    margin-bottom: 12px;
}
  
  article.blog-related-posts__post {
    width: 100%;
    max-width: 100%;
}
}
/* FIM BLOG */