@import url('//cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css?ver=4.7.0');
@import url('//fonts.googleapis.com/css?family=Abel%3A400italic%2C400%2C500%2C600%2C700%2C300&#038;subset=latin%2Clatin-ext&#038;ver=4.9.6');
@import url('//fonts.googleapis.com/css?family=Raleway%3A400italic%2C400%2C500%2C600%2C700%2C300&#038;subset=latin%2Clatin-ext&#038;ver=4.9.6');
@font-face {
  font-family: "revicons";
  font-style: normal;
  font-weight: 300;
  src: url("//cdn2.hubspot.net/hubfs/4156360/Dynamic_Air_June2018/Fonts/revicons.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4156360/Dynamic_Air_June2018/Fonts/revicons.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4156360/Dynamic_Air_June2018/Fonts/revicons.ttf") format("truetype");
}


  
 *, *:before, *:after{
     box-sizing:border-box;
     margin:0;
 }

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-weight:300;
} 

html {
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
}

.legal-consent-container p{
  font-size:12px;
  text-align:left;
  text-transform:none;
}

.legal-consent-container span{
  font-size:12px;
  text-align:left;
}

.legal-consent-container .hs-form-booleancheckbox-display>span{
  display:inline-block;
}

.legal-consent-container .hs-form-booleancheckbox-display input{
  float:none;
}

body {
  background: #fff;
  font-family: Abel,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  line-height: 26px;
  color: #727272;
}

p{
  padding: 0;
    margin: 0 0 15px;
}

p, p span, span {
  	color: #727272;
    
}

p:last-child{
  margin-bottom:0px;
}



img{
    max-width:100%;
      height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}







/* Highlighted Text */
::-moz-selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}
::selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}


/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0 0 15px;
} 

h2{
  margin:15px 0px 20px;
}
small {}
strong {
  font-weight: bold;
}
em {}
cite {}
code {}
pre {}

p strong{
  color: #000;
}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 8px;
  font-family: Raleway;
  color: #000;
  font-weight: 500;
  line-height: 1.35em;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 31px;
}
h2 {
  font-size: 24px;
  font-weight: bold;
}
h3 {
  font-size: 21px;
}
h2 + h3 {
  margin-top: 0;
}
h4 {   
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 11px;
}

/* Anchor Links */

a{
  text-decoration:none !important;
}

.blog-post a,
.blog-post a *{
  text-decoration:underline !important;
  color:#00A867;
-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-post a:hover,
.blog-post a *:hover{
  text-decoration:none !important;
}
/* Lists */
ul, ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


.none{
  display:none !important;
}


.page-center,
.page-center-estreito{
    float: none !important;
    margin: 0 auto !important;
    padding:0 30px;
  
}

.page-left{
  float: none !important;
    margin-right: auto !important;
    padding:0 30px;
  max-width:900px;
}

.page-center {
    max-width: 1170px !important;
}

.page-center-estreito {
    max-width: 900px !important;
}


.relativo{
  position:relative;
}

.center-align,
.center-align *{
    text-align: center;
}
.right-align,
.right-align *{
    text-align: right;
}
.left-align,
.left-align *
{
    text-align: left;
}
.justify,
.justify *{
  text-align:justify;
}



.normal-padding {
    padding: 30px 0px;
}
.large-padding {
    padding: 80px 0px;
}

.normal-top-padding {
    padding-top:  40px !important;
}
.normal-bottom-padding {
    padding-bottom:  40px !important;
}

.large-top-padding {
    padding-top:  80px !important;
}
.large-bottom-padding {
    padding-bottom:  80px !important; 
}

.custom-contact-form .hs-form-required {
  display: none;
}
.custom-contact-form .hs-input {
  max-width: 100% !important;
}
.custom-contact-form {
  padding-top: 5px;
}
.custom-map-data {
  padding-top: 32px;
}
.custom-map-data iframe {
  max-width: 100%;
}
.custom-contact-form .hs_segmento_ > label {
  color: #000;
  font-weight: bold;
}
.custom-contact-form .hs_segmento_ .inputs-list li > label {
  cursor: pointer;
  margin-bottom: 7px;
  margin-top: 14px;
  display: inline-block;
}
.custom-contact-form .hs_segmento_ .inputs-list li {
  display: inline-block;
  margin: 0 -1px 0 11px;
}

.custom-contact-form .hs-message {
  padding-top: 25px;
}

.custom-contact-form .hs-button.primary{
  float: right;
}


.left-padding {
    padding-left: 40px;
}
.right-padding {
    padding-right: 40px;
}




.botao-ancora{
  text-align:center;
  font-size:16px;
  display:inline-block;
  border:transparent solid 1px;
  border-radius:8px;
  padding:7px 25px;
  background-color:#45c0df;
  color:#FFFFFF;
  text-decoration:none;
  text-transform:uppercase;
  margin-top:30px;
  -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


@media (max-width:767px){



    .left-padding {
        padding-left: 0;
    }
    .right-padding {
        padding: 0;
    }

    .normal-padding {
    padding: 30px 0px;
}
    .large-padding {
    padding: 50px 0px;
}
  
  .normal-top-padding {
    padding-top: 30px !important;
}
.normal-bottom-padding {
    padding-bottom: 30px !important;;
}
  
  .large-bottom-padding{
    padding-bottom:  50px !important;
  }
  
  .large-top-padding{
    padding-top:  50px !important;
  }
  

.page-center, .page-center-estreito{
    padding:0 15px;
}

    
}

/******************************************** HEADER *******************************************/
/******************************************** HEADER *******************************************/
/******************************************** HEADER *******************************************/
/******************************************** HEADER *******************************************/
/******************************************** HEADER *******************************************/
/******************************************** HEADER *******************************************/




.header-container-wrapper {}
.header-container {
  /*min-height: 175px;*/
}

.custom-header-group{}

.custom-header-group .page-center{}

.custom-top-header-group{
  font-size: 14px;
  background-color: #E8E8E8;
  color: #c1c1c1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1.62857;
}
.custom-header-contact {
  text-align: right;
  font-family: Raleway;
}

.custom-header-content {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  float: right;
  min-height: 60px;
}


.custom-header-content li{
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 17px 25px;
  display: table-cell;
  vertical-align: middle;
}
.custom-header-social li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.custom-header-content li + li {
  margin-left: 13px;
}
.custom-header-address li span {
  display: inline-block;
  vertical-align: middle;
  color: #8a8a8a;
}

.custom-header-address li span.fa {
  padding-right: 12px;
  color: #ffffff;
}
.custom-header-social li a{
  color: #8a8a8a !important;
  text-decoration: none !important;
}

.custom-bottom-header-group{
  transition: all .3s ease-out;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 100% !important;
  z-index: 999;
  left: 0;
  height: 114px;
  top: 0;
}

.fixheader .custom-bottom-header-group{
  padding: 0;
  position: fixed;
  height: 75px;
}

.custom-logo{}

.custom-logo img{
  width: auto;
  transition: all .3s ease-out;
}

.fixheader .custom-logo img{
  width: 226.45px;
}
.custom-header-group .page-center {
  position: relative;
  padding-left:15px;
  padding-right:15px;
}

.no-nav ul.custom-header-social.custom-header-content {
  display: none !important;
}
.no-nav ul.custom-header-social.custom-header-content {
  padding-left: 6px;
  padding-right: 0;
  display: none !important;
}


.fixheader .custom-logo-group {
  padding: 0;
}


.blog-pagination {
  margin-top:30px;
}

.blog-pagination a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  width: auto;
  padding: 5px 20px;
  background-color: #ffffff;
  color: #07a569;
  border: 2px solid #07a569;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blog-pagination a:hover{
  background-color: #07a569;
  color: #ffffff
}

/* =============== Custom Menu Primary =============== */
@media screen and (min-width:992px) {
  .custom-logo-group {
    display: table !important;
    left: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    width: auto !important;
    float: none !important;
    padding: 15px 0;
    transition: all .3s ease-out;
  }
  .custom-menu-primary.js-enabled {
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    right: 15px;
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    padding: 15px 0;
    transition: all .3s ease-out;
  }
  .fixheader .custom-menu-primary.js-enabled {
    top: -5px;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper {
    display: table-cell !important;
    vertical-align: middle;
  }

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul:after,
  .custom-menu-primary .hs-menu-wrapper > ul:before{
    content: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul{
    text-transform: uppercase;
    margin-right: -10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child{
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    display: inline-block;
    float: none !important;
    margin-left: 18.5px;
    vertical-align: bottom;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.site-institucional {
    position: relative;
    top: 3px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.site-institucional:last-of-type {
    top: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.site-institucional:last-of-type img{
    max-width: 113px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: inline-block;
    padding: 10px;
    position: relative;
    z-index: 1;
    font-family: Raleway;
    color: #000;
    font-weight: bold;
    line-height: 1.62857;
    font-size: 14px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    content: "";
    left: 0;
    height: 25px;
    position: absolute;
    bottom: -15px;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    background-color: currentColor;
    bottom: 5px;
    content: "";
    left: 10px;
    right: 10px;
    height: 1px;
    opacity: 0;
    position: absolute;
    transition: .3s opacity;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #00AA66;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after {
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color: #00AA66;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after{
    opacity: 1;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}


  /* Fix menu disappearing on desktop after toggling mobile menu */

  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .mobile {
    display: none !important;
  }
  @-moz-document url-prefix() {
    .custom-header-content li {
      padding: 19px 25px 18px;
    }
    .custom-header-address.custom-header-content.desktop li {
      padding-top: 17px;
    }
  }
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 991px){

  .desktop {
    display: none !important;
  }

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger:after {
    content: "\f0c9";
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    line-height: 30px;
  }

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -52px;
    right: 15px;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    height: 30px;
    transition: .4s background-color;
    width: 30px;
    padding: 0 !important;
    text-align: center;
    background-color: #292929;
    line-height: 30px;
  }
  .mobile-trigger:hover,
  .mobile-open .mobile-trigger{
    background-color: #00AA66;
  }



  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .header-container-wrapper {
    position: relative;
    z-index: 999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #0f0f0f;
    color: #fff;
    width: 100%; /* Full screen width */
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 30px 22px;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 14px;
    overflow: visible;
    line-height: 1.62857;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Raleway;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: none;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 4px 0;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #00AA66;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.active > a{
    color: #00AA66;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li + li {
    margin-top: 5px;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a div {
    text-align: left;
    padding-left: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.site-institucional:last-of-type div {
    padding-left: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.site-institucional:last-of-type div img {
    max-width: 113px;
  }
  .mobile-open .custom-bottom-header-group {
    position: relative;
  }
}

/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1260px) {
  .cm-rec-slider-wrapper ul li {
    min-height: auto;
  }
  .body-container .slider-wrapper .page-center {
    padding-top: 9.8%;
    padding-bottom: 9.8%;
    max-width: 100% !important;
    padding-left: 185px;
    padding-right: 185px;
  }
}

@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }

}
@media (min-width: 992px) and (max-width: 1199px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: inline-block;
    padding: 10px 4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-left: 0;
  }
}

@media (max-width: 1040px) {
  .body-container .slider-wrapper .page-center {
    padding-top: 22.8%;
    padding-bottom: 22.8%;
    max-width: 100% !important;
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 991px) {
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }
  .custom-header-contact {
    text-align: center;
    padding: 4px 0 0;
    position: relative;
  }
  .custom-header-content {
    display: inline-block;
    float: none;
    min-height: auto;
    padding-top: 15px;
  }
  .custom-header-content li {
    border-left: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .custom-header-content li + li {
    margin-left: 12px;
  }
  ul.custom-header-social.custom-header-content {
    padding-left: 6px;
    padding-right: 0;
  }
  ul.custom-header-social.custom-header-content li {
    margin-left: 7px;
    padding-right: 5px;
  }
  ul.custom-header-social.custom-header-content li:last-child {
    margin-right: 0;
  }
  .custom-bottom-header-group .page-center {
    max-width: 100% !important;
  }
  .top-bar-close {
    background: none;
    border: none;
    bottom: 0;
    left: 50%;
    padding: 7px 20px;
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .4s transform;
  }
  .top-bar-close.active {
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
  .custom-addr-wrap {
    display: none;
  }
  .top-bar-close:hover {
    color: #000;
    outline: none;
  }
  .top-bar-close-outer.mobile {
    position: relative;
    min-height: 36px;
    cursor: pointer;
    width: 54px;
    margin: 0 auto;
  }
  .custom-logo img {
    max-width: 226.45px;
  }
  .custom-bottom-header-group {
    height: auto;
  }
  .header-container {
    /*min-height: 114px;*/
  }
  .custom-banner {
    margin-top: -1px;
  }
  .custom-logo-group {
    width: 100% !important;
    float: none !important;
    padding: 0 15px;
  }
  .custom-bottom-header-group .page-center {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .fixheader .custom-logo img {
    max-width: 226.45px;
  }
  .fixheader .custom-logo-group {
    padding: 0 15px;
  }
  .blog .blog-content {
    width: 100% !important;
    float: none !important;
  }
  .blog .blog-sidebar {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .custom-header-social li:last-child {
    border-right: none;
  }
}


/************************ BANNER ********/



.hero-banner{
  padding:38px 0 33px;
}

.hero-banner{
  margin:0 !important;
}


/**********FORM*********/


.hs-form{
    
}

.esconde-titulo h3{
    display:none;
}

.hs-form ul{
    list-style:none;
    padding:0;
}

.hs-form .hs-form-field{
    margin-bottom:15px;
    position:relative;
}

.hs-form .hs_error_rollup{
    display:none;
}

.hs-form .hs-form-field .hs-error-msgs{
    position: absolute;
    right: 0;
    top: 60px;
}

.hs-form .hs-form-field .hs-error-msgs{
    position: absolute;
    right: 0;
    bottom: -20px;
    animation: erro 0.5s 1;
    -webkit-animation: erro 0.5s 1;
}

@keyframes erro {
    0% {right: 100px;}
    25% {right: -10px;}
    100% {right: 0px;}
}

@-webkit-keyframes erro {
    0% {right: 100px;}
    25% {right: -10px;}
    100% {right: 0px;}
}

@-moz-keyframes erro {
    0% {right: 100px;}
    25% {right: -10px;}
    100% {right: 0px;}
}

@-o-keyframes erro {
    0% {right: 100px;}
    25% {right: -10px;}
    100% {right: 0px;}
}

.hs-form .hs-form-field .hs-error-msgs *{
    font-size:11px;
    color:#F00;
}

.hs-form .hs-form-field label{
    font-size:15px;
    font-weight:200;
  color:#727272;
    display:block;
    line-height:1.2em;
}

.hs-form .hs-form-field input[type="text"],
.hs-form .hs-form-field input[type="email"],
.hs-form .hs-form-field input[type="tel"],
.hs-form .hs-form-field select,
.hs-form .hs-form-field textarea{
    font-weight: 300;
    width: 100%;
    padding: 8px 10px 8px;
    font-size: 16px;
    line-height: 1em;
    outline: none;
    border-radius: 5px;
    border: 1px solid transparent;
    margin: 0px;
  margin-top:3px;
  color:#727272;
  background-color:#eee;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.hs-form .hs-form-field textarea{
    height:90px;
    max-height:90px;
    min-height:90px;
    max-width:100%;
    min-width:100%;
}

.hs-form .hs-fieldtype-textarea .hs-error-msgs{
    bottom: -10px;
    top: unset;
}

.hs-form .hs-form-field input[type="text"]:focus,
.hs-form .hs-form-field input[type="email"]:focus,
.hs-form .hs-form-field input[type="tel"]:focus,
.hs-form .hs-form-field textarea:focus{
  
    /*animation: moveInput 0.3s 1;
    -webkit-animation: moveInput 0.3s 1;*/
}

@keyframes moveInput {
    0% {left: 0px;}
    25% {left: 5px;}
    75% {left: -2px;}
    100% {left: 0px;}
}

@-webkit-keyframes moveInput {
    0% {left: 0px;}
    25% {left: 5px;}
    75% {left: -2px;}
    100% {left: 0px;}
}

@-moz-keyframes moveInput {
    0% {left: 0px;}
    25% {left: 5px;}
    75% {left: -2px;}
    100% {left: 0px;}
}

@-o-keyframes moveInput {
    0% {left: 0px;}
    25% {left: 5px;}
    75% {left: -2px;}
    100% {left: 0px;}
}

.hs-form .hs-form-field input[type="checkbox"],
.hs-form .hs-form-field input[type="radio"]{
    vertical-align: baseline;
    transform: scale(1.3);
    margin:0;
    margin-right: 8px;
    cursor:pointer;
    -webkit-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out; 
}

.hs-form .hs-form-field input[type="checkbox"]:checked,
.hs-form .hs-form-field input[type="radio"]:checked{
     margin-right: 13px;
}

.hs-form .hs-form-field input[type="checkbox"]:checked + span,
.hs-form .hs-form-field input[type="radio"]:checked + span{
     animation: coresCheck 1s 1;
     -webkit-animation: coresCheck 1s 1;
}

@keyframes coresCheck {
    0% {color: #FFFFFF;}
    50% {color: #07a569;}
    100% {color: #FFFFFF;}
}

@-webkit-keyframes coresCheck {
    0% {color: #FFFFFF;}
    50% {color: #07a569;}
    100% {color: #FFFFFF;}
}

@-moz-keyframes coresCheck {
    0% {color: #FFFFFF;}
    50% {color: #07a569;}
    100% {color: #FFFFFF;}
}
@-o-keyframes coresCheck {
    0% {color: #FFFFFF;}
    50% {color: #07a569;}
    100% {color: #FFFFFF;}
}

.hs-form input[type="submit"],
.form-popup a.l{
    font-weight:300;
    padding:8px 40px;
    color:#FFFFFF;
    font-size:18px;
    line-height:20px;
    background-color:#6cabef;
    outline:none;
    border-radius:5px;
    border:2px solid #6cabef;
    margin:0px;
    position:relative;
    cursor:pointer;
    -webkit-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out; 
}

.hs-form input[type="submit"]:hover{
    color:#6cabef;
    background-color:transparent;
    border:2px solid #6cabef;
}

/**********************/

/**********************/


.anima-cta .cta_button, .bt-ancora{
    transform: rotate(0deg);
    /*animation: rodaCta 10s infinite 5s;
     -webkit-animation: rodaCta 10s infinite 5s;*/
}

@keyframes rodaCta {
    0% {transform: rotate(0deg);}
    1% {transform: rotate(5deg);}
    2% {transform: rotate(-3deg);}
    3% {transform: rotate(2deg);}
    4% {transform: rotate(0deg);}
    100% {transform: rotate(0deg);}
}

@-webkit-keyframes rodaCta {
    0% {transform: rotate(0deg);}
    1% {transform: rotate(5deg);}
    2% {transform: rotate(-3deg);}
    3% {transform: rotate(2deg);}
    4% {transform: rotate(0deg);}
    100% {transform: rotate(0deg);}
}

@-moz-keyframes rodaCta {
    0% {transform: rotate(0deg);}
    1% {transform: rotate(5deg);}
    2% {transform: rotate(-3deg);}
    3% {transform: rotate(2deg);}
    4% {transform: rotate(0deg);}
    100% {transform: rotate(0deg);}
}

@-o-keyframes rodaCta {
    0% {transform: rotate(0deg);}
    1% {transform: rotate(5deg);}
    2% {transform: rotate(-3deg);}
    3% {transform: rotate(2deg);}
    4% {transform: rotate(0deg);}
    100% {transform: rotate(0deg);}
}

@media (max-width:767px){
    
    .body-container-wrapper .cta_button{
        display:block !important;
        max-width:250px;
        margin:0 auto 20px;
    }
    
}


/***************FORM LINHA **********/




.form-linha .hs-form ul{
    list-style:none;
  margin-left:0px;
    padding:0;
}

.form-linha ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.3);
}

.form-linha ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.3);
}

.form-linha :-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.3);
}

.form-linha :-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.3);
}

.form-linha .hs-form .hs-form-field{
    margin-bottom:30px;
    position:relative;
}

.form-linha .hs-form .hs_error_rollup{
    display:none;
}

.form-linha .hs-form-checkbox{
  margin-top:15px;
}

.form-linha .hs-form .hs-form-field .hs-error-msgs{
    position: absolute;
    right: 0;
    top: 50px;
    animation: erro 0.5s 1;
    -webkit-animation: erro 0.5s 1;
}

@keyframes erro {
    0% {right: 100px;}
    25% {right: -10px;}
    100% {right: 0px;}
}

@-webkit-keyframes erro {
    0% {right: 100px;}
    25% {right: -10px;}
    100% {right: 0px;}
}

@-moz-keyframes erro {
    0% {right: 100px;}
    25% {right: -10px;}
    100% {right: 0px;}
}

@-o-keyframes erro {
    0% {right: 100px;}
    25% {right: -10px;}
    100% {right: 0px;}
}

.form-linha .hs-form .hs-form-field .hs-error-msgs *{
    font-size:11px;
    color:#F00;
}

.form-linha .hs-form .hs-form-field label,
.form-linha .hs-form .hs-form-field label span{
    font-size:14px;
    line-height:1.2em;
}

.form-linha .hs-form .hs-form-field input[type="text"],
.form-linha .hs-form .hs-form-field input[type="email"],
.form-linha .hs-form .hs-form-field input[type="tel"],
.form-linha .hs-form .hs-form-field select,
.form-linha .hs-form .hs-form-field textarea{
    font-weight: 300;
  outline:none;
    width: 100%;
  border-radius:0;
    padding: 0px 10px 2px;
    font-size: 16px;
    line-height: 1em;
    outline: none;
  border: none;
    border-bottom: 1px solid #DDD;
    margin: 0px;
  margin-top:3px;
  color:#EEE;
  background-color:transparent;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-linha .hs-form .hs-form-field select option{
  background-color:rgba(255,255,255,0.8);
  border:none;
  color:#666 !important;
}

.form-linha .hs-form .hs-form-field textarea{
        height: 50px;
    max-height: 50px;
    min-height: 50px;
    max-width: 100%;
    min-width: 100%;
  margin-top: 10px;
}

.form-linha .hs-form .hs-fieldtype-textarea .hs-error-msgs{
    bottom: -10px;
    top: unset;
}

.form-linha .hs-form .hs-form-field input[type="text"]:focus,
.form-linha .hs-form .hs-form-field input[type="email"]:focus,
.form-linha .hs-form .hs-form-field input[type="tel"]:focus,
.form-linha .hs-form .hs-form-field textarea:focus{
    animation: moveInput 0.3s 1;
    -webkit-animation: moveInput 0.3s 1;
}

@keyframes moveInput {
    0% {left: 0px;}
    25% {left: 5px;}
    75% {left: -2px;}
    100% {left: 0px;}
}

@-webkit-keyframes moveInput {
    0% {left: 0px;}
    25% {left: 5px;}
    75% {left: -2px;}
    100% {left: 0px;}
}

@-moz-keyframes moveInput {
    0% {left: 0px;}
    25% {left: 5px;}
    75% {left: -2px;}
    100% {left: 0px;}
}

@-o-keyframes moveInput {
    0% {left: 0px;}
    25% {left: 5px;}
    75% {left: -2px;}
    100% {left: 0px;}
}

.form-linha .hs-form .hs-form-field input[type="checkbox"],
.form-linha .hs-form .hs-form-field input[type="radio"]{
    display:none;
}

.form-linha .hs-form .hs-form-field input[type="checkbox"] + span,
.form-linha .hs-form .hs-form-field input[type="radio"] + span{
  cursor:pointer;
  display:block;
  line-height:25px;
}

.form-linha .hs-form .hs-form-field input[type="checkbox"] + span::before,
.form-linha .hs-form .hs-form-field input[type="radio"] + span::before{
  content: "";
    height: 12px;
      font-weight: 600;
    vertical-align: bottom;
    font-size: 12px;
    text-align: center;
    line-height: 1em;
    padding: 2px 0;
    display: inline-block;
    position: relative;
    border: 1px #FFF solid;
    width: 16px;
    margin: 5px 0;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-linha .hs-form .hs-form-field input[type="radio"] + span::before{
  border-radius:9px;
}

.form-linha .hs-form .hs-form-field input[type="checkbox"]:checked + span::before,
.form-linha .hs-form .hs-form-field input[type="radio"]:checked + span::before{
  
  margin-right:20px;
  background-color:#FFFFFF;
  color:#6cabef
}

.form-linha .hs-form .hs-form-field input[type="checkbox"]:checked + span::before{
  content:"\2713";
}

.form-linha .hs-form .hs-form-field input[type="radio"]:checked + span::before{
content:"\2717";
}



@keyframes coresCheck {
    0% {color: #FFFFFF;}
    50% {color: #07a569;}
    100% {color: #FFFFFF;}
}

@-webkit-keyframes coresCheck {
    0% {color: #FFFFFF;}
    50% {color: #07a569;}
    100% {color: #FFFFFF;}
}

@-moz-keyframes coresCheck {
    0% {color: #FFFFFF;}
    50% {color: #07a569;}
    100% {color: #FFFFFF;}
}
@-o-keyframes coresCheck {
    0% {color: #FFFFFF;}
    50% {color: #07a569;}
    100% {color: #FFFFFF;}
}

.form-linha .hs-form input[type="submit"],
.form-linha .hs-button{
      display: block;
    font-weight: 300;
    padding: 8px 40px;
    color: #00a378 !important;
    font-size: 18px;
    line-height: 20px;
    background-color: #FFFFFF !important;
    outline: none;
    border-radius: 0;
    border: 2px solid #FFFFFF !important;
    margin: 10px 0px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    max-width: 400px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-linha .hs-form input[type="submit"]:hover,
.form-linha .hs-button:hover{
    color:#FFF !important;
    background-color:transparent !important;

}



/*********BLOG********/

.blog-topic-bar{
  margin:0px 0px 40px 0px;
}

.blog-topic-bar ul{
  list-style-type:none;
  padding:0px;
  margin:0px;
  text-align:center;
}

.blog-topic-bar ul li{
  display:inline-block;
  margin-right:11px;
  margin-bottom:5px;
}

.blog-topic-bar ul li:last-child{
  margin-right:0px;
}

.blog-topic-bar ul li a{
  display:inline-block;
  color:#07a569;
  border:2px solid #07a569;
  background-color:#fff;
  padding: 5px 54px;
  border-radius:20px;
  
}

.blog-topic-bar ul li a:hover{
  background-color:#07a569;
  color:#fff;
}

.blog-conteudo, .side-bar{
    margin-bottom:25px;
}

.post-breadcumb > *{
	text-decoration:none;
  font-size:16px;
  
}

.post-imagem{
  margin-bottom:30px;
}

.post-breadcumb a{
  color:#6cabef;
    margin:0 10px;
}

.post-breadcumb a:first-of-type{
  margin-left:0;
}

.post-breadcumb  span{
  margin-left:10px;
}


.card-flex{
    margin:0 auto;
    margin-top:50px;
}

.card-flex:first-of-type{
    margin-top:0px;
} 

.card-flex > div a.imagem-lista{
    display:block;
    border-radius:5px;
    box-shadow:-2px 5px 5px 0 #cccccc;
    width:100%;
    padding-bottom:60%;
    height:0;
    overflow:hidden;
  position:relative;
}

.card-flex > div a.imagem-lista img{
  width:100%  !important;
  height:100% !important;
  display:block;
  position:absolute;
  top:0;
  left:0;
  object-fit:cover;
  -webkit-object-fit:cover;
  object-position:center;
  -webkit-object-position:center;
}

.card-flex h2{
    font-size:22px;
/*     margin-bottom:10px; */
    
}

.card-flex h6, .card-flex h6 span{
    font-size:14px;
    color:#333333;
    font-weight:500;
    display:inline-block;
    white-space: nowrap;
    margin:0;
    margin-right:10px;
}

.card-flex h6:last-of-type{
    margin-right:0px;
}

.card-flex h6 i{
    margin-right:5px;
    color:#07a569;
    font-size:14px;
}

.card-flex h2, .card-flex h2 a{
  color:#07a569;
    text-decoration:none;
    font-weight:500;
}

.card-leia-mais{
    display:inline-block;
    font-size:16px;
    line-height:20px;
    cursor:pointer;
    width:auto;
    padding:5px 20px;
    background-color:#ffffff;
    color:#07a569;
    border:2px solid #07a569;
    border-radius:20px;
    text-align:center;
    text-decoration:none;
    margin-top:20px;
    -webkit-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out; 
}
    
.card-leia-mais:hover{
    background-color:#07a569;
    color:#ffffff;
}

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-feature-image {
  margin-bottom: 20px;
}
.post-feature-image img{
  width: 100%;
}

.post-header h2, h2.post-listing-simple {
/*   margin-bottom: 10px; */
  font-size: 30px;
  color: #ffffff;
  margin-top: 9px;
  font-weight: 500;
}
.post-header h2 a, h2.post-listing-simple a{
  text-decoration: none;
  color: #ffffff;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
  text-decoration: none;
  color: #ffffff;
}
.section.post-header h1 {
  font-size: 26px;
  margin-top: 20px;;
  
}
.post-meta {
  font-family: Abel;
  line-height: 1.62857;
}
.post-meta ul {
  padding: 0;
  list-style: none;
}
.post-meta li {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #b8b8b8;
}
.post-meta .fa {
  margin-right: 10px;
  color: #292929;
}

.post-meta li a{
  display: inline-block;
  color: #b8b8b8;
  font-family: Abel;
}
.post-meta li a:hover{
  color: #727272;
}
li.post-meta-categories i {
  margin-right: 0 !important;
}
li.post-meta-categories i:before {
  margin-right: 10px;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width:699px){
    .card-flex{
        max-width:400px;
    }
    .card-flex .card-conteudo{
        margin-top:20px;
    }
    .card-leia-mais{
        margin-top:15px;
    }
}

@media (min-width:1100px){
    
}

@media (min-width:700px){
    
    .card-flex{
        display: -webkit-flex; /* Safari */
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        display: flex;
        flex-wrap: wrap;
        align-items:center;
        -webkit-align-items:center;
        position:relative;
    }
    
    .card-flex > div{
        width:50%;
        margin:0;
    }
    
    .card-flex > .card-conteudo{
        padding-left:25px;
    }
    

}


/* Side-bar */

.side-bar > div{
    margin-top:25px;
    padding-top:25px;
    border-top:1px solid #CCCCCC;
}

.side-bar > div:first-of-type{
    margin-top:0px;
    padding-top:0px;
    border-top:none;
}

.side-bar .cta_button img{
  box-shadow:-2px 5px 5px 0 #cccccc;
}


.side-bar h3{
  color: #727272;
    line-height: 1.1em;
    letter-spacing: 0.02em;
    font-size: 20px;
    font-weight: 500;
    margin-bottom:15px;
}

.side-bar  .cta_button{
    max-width: 400px;
    margin: 0 auto;
    font-size:0;
    display:block;
}

.side-bar .cta_button img{
    width:100%;
    height:auto;
    max-width:400px;
    border-radius:5px;
}

.side-bar ul{
    list-style:none;
    padding:0;
}

.side-bar ul li{
    padding-left:20px;
    position:relative;
  margin-bottom:15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.side-bar ul li::before{
    content:"\f101";
    font-family:fontAwesome;
    line-height:18px;
    color:#666666;
    position:absolute;
    display:block;
    left:0;
    top:3px;
    font-size:16px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.side-bar ul li a{
  color:#727272;
  font-size:18px;
    text-decoration:none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.side-bar ul li:hover a{
  color:#07a569;
}

.side-bar ul li:hover::before{
    color:#07a569;
    left:5px;
}

.custom-sidebar-search form{
  position: relative;
}

.custom-sidebar-search .hs-search-field__input {
  outline: none !important;
  border: none !important;
  padding: 5px 0 !important;
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
}
.custom-sidebar-search .hs-search-field__input:focus {
  color: #000;
}

.custom-sidebar-search button[type="submit"] {
  background: #fff;
  border: none;
  font-size: 14px;
  padding: 6px 10px;
  position: absolute;
  right: 0;
  top: 2px;
  cursor: pointer;
}

@media (max-width:767px){
    
    .side-bar{
        border-top:1px #ccc solid;
        padding-top:25px;
    }
    
}

@media (min-width:768px){
    .side-bar{
        padding-left:25px;
        border-left:1px #cccccc solid;
    }
}



/******************FOOTER************/


.wrapper-footer{
  background-color: #00A378;
    padding:50px 0 0;
}

.wrapper-footer .footer-column {
    
  	padding:0px 0 40px;
}
  
.wrapper-footer .container{
  width:100% !important;
  max-width:1250px;
  margin:0 auto !important;
  float:none !important;
  padding:0px 20px;
}

.wrapper-footer h3,
.wrapper-footer h4,
.wrapper-footer h5,
.wrapper-footer h6 {
    color: #F9F9F9;
    font-weight: 600;
    margin-bottom:1em;
  text-transform:uppercase;
}

.wrapper-footer h3{
    font-size:18px !important;
}

.wrapper-footer h5{
    font-size:16px;
}


.wrapper-footer .footer-column ul{
  
  padding-left:00px;
  margin-left:0px;
}

.wrapper-footer p,
.wrapper-footer p > span,
.wrapper-footer span,
.wrapper-footer a,
.wrapper-footer strong{
    color:#FFF !important;
  font-size:16px !important;
}

.wrapper-footer ul{
    list-style: none;
  margin-left:0px;
    padding:0;
    /*border-top: #222 solid 1px;
    border-bottom: #444 solid 1px;*/
}

.wrapper-footer ul > li{
    margin-bottom:10px;
}

.wrapper-footer ul > li > a {
    display:block;
  line-height:1.1em;
    text-decoration:none;
  padding:0;
    padding-bottom: 8px;
    letter-spacing: 1px;
    
}

.wrapper-footer ul > li > a:hover {
    color: #07a569;
}

.medias-icons a{
  color:#07a569 !important;
}

.medias-icons a:hover{
  color:#FFF !important;
}


.medias-icons a{
   display:inline-block;
  font-size:0;
    text-align:center;
  line-height:1em;
  margin-right:10px;
}

.medias-icons .fab{
    font-size:28px !important;
    width:1em;
    line-height: 1em;
}


.custom-banner-2 {
  background-size: cover;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045);
  font-size: 14px;
  padding: 0 0 70px;
  background-color: #f8f8f8;

}

.page-center-2{
  max-width:900px;
  float:none !important;
  padding:0 15px !important;
  margin:0 auto !important;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

.rich-banner{
  padding:70px 0 0;
  border-left:1px #333 solid;
  padding-left:15px;
  min-height:210px;
}

.rich-banner.inverte{
  border-right:1px #333 solid;
  border-left:none;
  padding-right:15px;
  padding-left:0;
  justify-content:flex-end;
}

.rich-banner *{
  font-family: 'Roboto', sans-serif !important;
  color: #333 !important;
      line-height: 1.2em;
}

.rich-banner.inverte *{
  text-align:right;
}

.medias-icons a{
  color:#FFF !important;
  font-size:30px !important;
  -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
     display:inline-block;
  margin-top:20px;
  font-size:0;
    text-align:center;
  line-height:1em;
  margin-right:10px;
}

.medias-icons a:hover{
  
}


.medias-icons .fab{
    font-size:28px !important;
    width:1em;
    line-height: 1em;
}



/* ======================================================================================================================================================================
                                                                                    NOVA PÁGINA DE CONTATO                                             
   ====================================================================================================================================================================== */
.page-title{
  text-align:center;
  padding:60px 0px;
}

.page-title h1{
  font-size:26px;
  color:#727272;
  margin:0px 0px 35px 0px;
}

.page-title .secondary-header{
  font-size:21px;
  color:#727272;
}

.contact-tabs-section{
  background-color:#eeeeee;
  padding:60px 0px;
}

.contact-tabs-section .tabs{
  
}

.contact-tabs-section .tab-content{
  margin:45px 0px;
}

.contact-tabs-section fieldset{
  max-width:100% !important;
}

.contact-tabs-section .hs-form .hs-form-field label{
  font-size:21px;
  color:#727272;
}

.contact-tabs-section .hs-form .hs-form-field label.hs-error-msg{
  font-size: 11px;
  color: #F00;
}

.contact-tabs-section .hs-form .hs-form-field .hs-error-msgs{
  position: absolute;
  right: 14px;
  bottom: -22px;
  margin-top: 14px;
  animation: erro 0.5s 1;
  -webkit-animation: erro 0.5s 1;
}

fieldset.form-columns-1 .hs-input{
  width:100% !important;
}

fieldset.form-columns-1 input[type="checkbox"]{
  width:auto !important;
}

.contact-tabs-section .hs-form .hs-form-field input[type="text"], 
.contact-tabs-section .hs-form .hs-form-field input[type="email"], 
.contact-tabs-section .hs-form .hs-form-field input[type="tel"], 
.contact-tabs-section .hs-form .hs-form-field select, 
.contact-tabs-section .hs-form .hs-form-field textarea{
  border:1px solid #cccccc;
  border-radius:5px;
  background-color:#fff;
  color:#727272;
  font-size:16px;
  height:36px;
  padding-left:10px;
}

.contact-tabs-section form .actions{
  text-align:center;
  margin-top:20px;
}