@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600');


  
 *{
     box-sizing:border-box;
     margin:0;
 }

.at-svc-google_plusone_share{
  display:none !important;
}

p, p span, span {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8em;
  	color: #595959;
    padding: 0;
    margin: 0 0 1.3em;
}

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

body {
  font-family: 'Open Sans', sans-serif; 
    font-size:18px;
}

img{
    max-width:100%;
}

ul{
 padding:0;
  list-style:none;
}

li{
  position:relative;
  padding-left:20px;
  line-height:1.3em;
margin-bottom:15px;
font-weight:300;
   color: #595959;
}

.cinza-fundo li::before{
  content:"\f105";
    font-family:fontAwesome;
    line-height:20px;
    color:#666666;
    position:absolute;
    display:block;
    left:0;
    top:5px;
    font-size:16px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

h1, h1 span, h2, h2 span, h3, h3 span, h4, h4 span, h5, h5 span, h6, h6 span {
    font-weight: 400;
    line-height: 1.3em;
    color: #595959;
    padding: 0;
    margin: 0;
  font-family: 'Dosis', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: 'Dosis', sans-serif;
}

h1, h1 span {
    font-size: 42px;
}
h2, h2 span {
    font-size: 40px;
}
h3, h3 span {
    font-size: 28px;
}
h4, h4 span {
    font-size: 22px;
  font-weight: 200;
}

h6, h6 span,h5, h5 span {
    font-size: 20px;
  font-weight: 200;
}



@media (max-width: 768px) {
    h1, h1 span {
    font-size: 38px;
}
h2, h2 span {
    font-size: 36px;
}
h3, h3 span {
    font-size: 26px;
}
}

@media(max-width: 500px) {
     h1, h1 span {
        font-size: 28px;
    }
    h2, h2 span {
        font-size: 26px;
    }
  h4, h4 span {
    font-size: 18px;
}
    h5, h5 span, h6, h6 span {
        font-size: 18px;
    } 
}

.none{
  display:none !important;
}

.header-group{
  font-family: 'Open Sans', sans-serif; 
}

.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: 1250px !important;
}

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


.titulo-secao h2{
    text-transform:uppercase;
}

.relativo{
  position:relative;
}

.cinza-fundo{
	background-color:#e9e9e9;
}

.center-align {
    text-align: center;
}
.right-align {
    text-align: right;
}
.left-align {
    text-align: left;
}
.justify,
.justify *{
  text-align:justify;
}
.white-smoke{
    background-color:#f5f5f5;
}

.secao-cor-primaria{
    background-color:#2b387f;
    color:#FFFFFF;
}
.secao-cor-primaria h2,
.secao-cor-primaria h3,
.secao-cor-primaria p{
    color:#FFFFFF;
}

.secao-cor-secundaria{
    background-color:#2c3c51;
    color:#FFFFFF;
}

.secao-cor-secundaria h2,
.secao-cor-secundaria h3,
.secao-cor-secundaria p{
    color:#FFFFFF;
}

.secao-cor-secundaria a{
    color:#2b387f;
}

.borda img{
    border-radius:8px !important;
}

.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; 
}




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


.sec-hero {
   text-align:center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top:115px;
    position:relative;
    
    
}

    .hero-padding{
        padding: 130px 0;
    }

.sec-hero p{
    margin:0;
}
.sec-hero > div{
    position:relative;
    z-index:5;
}
.sec-hero h1{
    margin:0px;
}
.sec-hero h1, .sec-hero h2, .sec-hero h3{
    color:#FFF;
   text-align:center;
   text-transform:uppercase;
} 

.titulo-azul h1,
.titulo-azul h2,
.titulo-azul h3,
.titulo-azul h4{
  color:#0f3e8e !important;
}

.mapa-fundo{
  background-image:url(https://cdn2.hubspot.net/hubfs/4348624/Website%20Img/map%20dots.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center top;
  
}

.pino{
  position:relative;
}

.pino::before{
    content: "";
    display:block;
    width: 100%;
    left: 0;
    height: 65px;
  margin-bottom:40px;
    background-image: url(https://cdn2.hubspot.net/hubfs/4348624/Website%20Img/Pino.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
}

.fundo-2{
  background-image:url(https://cdn2.hubspot.net/hubfs/4348624/imagens/home/fundo2.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center top;
  padding-top:120px;
  position:relative;
}

.fundo-2 > div{
  position:relative;
  z-index:10;
}

.fundo-2::before{
  content:"";
  top:0;
  left:0;
  display:block;
  position:absolute;
  z-index:5;
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,0.5);
}

.fundo-2 h1,
.fundo-2 h2,
.fundo-2 h3,
.fundo-2 h4{
  color:#FFF;
  text-align:center;
  margin-bottom:30px;
  text-transform:uppercase;
}

.fundo-3{
  background-image:url(https://cdn2.hubspot.net/hubfs/4348624/Website%20Img/fundo%20p%C3%B3.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center top;
  position:relative;
}

.fundo-3 > div{
  position:relative;
  z-index:10;
}

.fundo-3::before{
  content:"";
  top:0;
  left:0;
  display:block;
  position:absolute;
  z-index:5;
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,0.5);
}

.fundo-3 h1,
.fundo-3 h2,
.fundo-3 h3,
.fundo-3 h4{
  color:#FFF;
  text-align:center;
  margin-bottom:30px;
  text-transform:uppercase;
}

.overlay-cinza{
  position:relative;
}

.overlay-cinza::before{
    content: "";
    z-index: 5;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(233,233,233,0.5);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

.overlay-cinza > div{
		position:relative;
  z-index:10;
}




.cta_button{
font-family: 'Open Sans', sans-serif; 
}

.botao-ancora{
  font-family: 'Open Sans', sans-serif; 
  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;
}

.botao-ancora.cor2{
  background-color:#821FB8;
}

.botao-ancora.cor3{
  background-color:#E82E7F;
}

.botao-ancora.cor4{
  background-color:#FE5200;
}

.botao-ancora.cor5:hover{
  background-color:#fff !important;
  color:#0f3e8e !important;
}

.over-titulo{
  position:relative;
  top:-40px;
  left:0;
  width:100%;
  text-align:center;
  margin-bottom:60px;
  z-index:10;
}

.over-titulo *{
  margin:0;
}

.over-titulo > div{
  background-color:#FFF;
  border:2px solid #0f3e8e;
  padding:16px 50px;
  display:inline-block;
  margin:0 20px;
}

.over-titulo  h1,
.over-titulo  h2,
.over-titulo  h3{
	color:#45c0df;
  text-transform:uppercase;
  font-weight:500;
}

.over-titulo::before{
    content: "";
    display: inline-block;
    width: 100%;
    left: 0;
    height: 60px;
    background-image: url(https://cdn2.hubspot.net/hubfs/4348624/Website%20Img/Pino.png?t=1525893754244);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -52px;
}
  .pad-60-bottom{
  padding-bottom:60px;
}

@media (min-width:768px){
.sec-hero {
    min-height:30vh !important;
    
    
}
    .parallax {
    background-attachment: fixed !important;
}
    .absoluto{
    position:absolute;
      z-index:100;
}
  


}
@media (max-width:767px){

  .botao-ancora{
    padding:10px 30px;
    font-size:14px;
  }

    .hero-padding{
        padding:70px 0px;
    }
    .sec-hero h1,  .sec-hero h1 span{
    font-size:24px !important;
    }
        .sec-hero h1, .sec-hero h2, .sec-hero h3{
         margin:0;
    }
    .parallax {
    background-attachment: scroll !important;
}
    .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;
  }
  
  .fundo-2{
    padding-top: 90px;
  }

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

    
}

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

/********* Grid Col Flex ********/


.flex-col > span.hs_cos_wrapper > div.hs_cos_wrapper{
    width:100%;
    margin:0;
    position:relative;
}





  
  .grid-imagem img{
    height:auto;
    width:100% !important;
  }

@media (max-width:767px){
  .flex-col > span.hs_cos_wrapper > div.hs_cos_wrapper{

    margin-top:70px;
    
}

.flex-col > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(1){
    margin-top:0px;
}
}

@media (min-width:768px){
  
  .efeito-grid{
    position:relative;
    z-index:20;
    top:-100px;
    margin-bottom:-100px;
  }
  
    .grid-destaque{
    	top:-30px;
    
  }
  
  .grid-destaque img{
    
    transform: scale(1.2);
  }
  
  .grid-destaque h3{
    
    margin-top: 50px !important;
  }
  

  .sobe-grid-mais{
  	position:relative;
    top:-80px;
    margin-bottom:-160px;
    z-index:15;
  }
  
  

  

  
    
    .flex-col > span.hs_cos_wrapper{
        display: -webkit-box !important;    
        display: -moz-box !important;        
        display: -ms-flexbox !important;    
        display: -webkit-flex !important;    
        display: flex !important;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
    
    
    /***5***/
    .flex-col.col-5 > span.hs_cos_wrapper > div.hs_cos_wrapper{
        width:18.4%;
        margin-right:2%;
        margin-top:2%;
    }
    .flex-col.col-5 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(1),
    .flex-col.col-5 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(2),
    .flex-col.col-5 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(3),
    .flex-col.col-5 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(4),
    .flex-col.col-5 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(5){
        margin-top:0px;
    }
    .flex-col.col-5 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(5n){
        margin-right:0px;
    }
    
    
    /***4***/
    .flex-col.col-4 > span.hs_cos_wrapper > div.hs_cos_wrapper{
        width:23.5%;
        margin-right:2%;
        margin-top:2%;
    }
    .flex-col.col-4 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(1),
    .flex-col.col-4 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(2),
    .flex-col.col-4 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(3),
    .flex-col.col-4 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(4){
        margin-top:0px;
    }
    .flex-col.col-4 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(4n){
        margin-right:0px;
    }
    
    /***3***/
    .flex-col.col-3 > span.hs_cos_wrapper > div.hs_cos_wrapper{
        width:32%;
        margin-right:2%;
        margin-top:2%;
    }
    .flex-col.col-3 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(1),
    .flex-col.col-3 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(2),
    .flex-col.col-3 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(3){
        margin-top:0px;
    }
    .flex-col.col-3 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(3n){
        margin-right:0px;
    }
    
    /***2***/
    .flex-col.col-2 > span.hs_cos_wrapper > div.hs_cos_wrapper{
        width:49%;
        margin-right:2%;
        margin-top:2%;
    }
    .flex-col.col-2 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(1),
    .flex-col.col-2 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(2){
        margin-top:0px;
    }
    .flex-col.col-2 > span.hs_cos_wrapper > div.hs_cos_wrapper:nth-of-type(2n){
        margin-right:0px;
    }
    
}


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


/********Flex Imagem rich***********/

    .vertical-center > div.row-fluid-wrapper > div.row-fluid{
        -webkit-justify-content: center;
        justify-content: center;
        align-items:center;
        -webkit-align-items:center;
    }

    .flex-img-rich > div.row-fluid-wrapper{
        margin-top:90px;
    }
    
    .flex-img-rich > div.row-fluid-wrapper:nth-of-type(1){
        margin-top:0;
    }

  .flex-img-rich.invertido  h3{
    margin-bottom:30px;
  }


@media (min-width:768px){
    

    
    .flex-img-rich > div.row-fluid-wrapper > div.row-fluid{
        display: -webkit-box !important;    
        display: -moz-box !important;        
        display: -ms-flexbox !important;    
        display: -webkit-flex !important;    
        display: flex !important;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    

    .flex-img-rich > div.row-fluid-wrapper > div.row-fluid > div.span6{
        width:50%;
        margin:0;
        position:relative;
    }
    
    .flex-img-rich > div.row-fluid-wrapper > div.row-fluid > div.span6{
        padding:0px 20px;
    }
    
    
    .flex-img-rich.invertido > div.row-fluid-wrapper:nth-of-type(even) > div.row-fluid > div.span6:nth-of-type(1){
        left:50%;
    }
    
    .flex-img-rich.invertido > div.row-fluid-wrapper:nth-of-type(even) > div.row-fluid > div.span6:nth-of-type(2){
        left:-50%;
    }
  
  .flex-img-rich.invertido > div.row-fluid-wrapper:nth-of-type(even) h3{
    text-align:right;
    
  }
  

    
    .flex-img-rich img{
        border-radius:8px;
height:300px;
      object-fit:cover;
      -webkit-object-fit:cover;
      
    }
  
  .flex-img-rich p,
  .flex-img-rich div,
  .flex-img-rich span{
    text-align:justify;
  }
    
}

@media (max-width:767px){
    .flex-img-rich > div.row-fluid-wrapper > div.row-fluid > div.span6.widget-type-linked_image{
        margin:0px -15px;
    }
}



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

.bx-window, .bx-wrapper{
    width:100% !important;
}

#slider > div.row-fluid-wrapper {
	width:250px !important;
}

#slider img { 
	width:200px; 
	height:auto ;
	margin:0px; 
	display:inline-block  ;
}

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


/**********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:;
    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:;
  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: #2b387f;}
    100% {color: #FFFFFF;}
}

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

@-moz-keyframes coresCheck {
    0% {color: #FFFFFF;}
    50% {color: #2b387f;}
    100% {color: #FFFFFF;}
}
@-o-keyframes coresCheck {
    0% {color: #FFFFFF;}
    50% {color: #2b387f;}
    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;
    }
    
}


/*****Vá ao topo*******/




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


/*****Card Item*****/

.processBox{
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    -webkit-transition: -webkit-box-shadow .3s ease-in-out,-webkit-transform .2s ease-in-out;
        -o-transition: -o-box-shadow .3s ease-in-out,-o-transform .2s ease-in-out;
        transition: box-shadow .3s ease-in-out,transform .2s ease-in-out,-moz-transform .2s ease-in-out,-ms-transform .2s ease-in-out;
}

@media (min-width:768px){
.processBox:hover{
    position: relative;
    z-index: 1;
    border: 0;
    -webkit-box-shadow: 0 8px 5px rgba(0,0,0,0.1);
    box-shadow: 0 8px 5px rgba(0,0,0,0.1);
    -webkit-transform: scale(1.1,1.1) translateY(-10px);
    -ms-transform: scale(1.1,1.1) translateY(-10px);
    -o-transform: scale(1.1,1.1) translateY(-10px);
    transform: scale(1.1,1.1) translateY(-10px);
}
}

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



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




.container {
    float:none !important;
    margin:0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
}

.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:24px;
    margin-bottom:10px;
    
}

.card-flex h6, .card-flex h6 span{
    font-size:14px;
    color:#333333;
    font-weight:400;
    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:#2b387f;
    font-size:14px;
}

.card-flex h2, .card-flex h2 a{
  color:#2b387f;
    text-decoration:none;
    font-weight:400;
}

.card-leia-mais{
    display:inline-block;
    font-size:16px;
    line-height:20px;
    cursor:pointer;
    width:auto;
    padding:5px 20px;
    background-color:#ffffff;
    color:#2b387f;
    border:2px solid #2b387f;
    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:#2b387f;
    color:#ffffff;
}

@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{

-webkit-box-shadow: -1px 2px 5px 0 #cccccc;
    box-shadow: -1px 2px 5px 0 #cccccc;
  display:block;
}

.wrapper-footer .hs-form .hs-form-field label{
  padding-left:10px;
  margin-top:0px;
}

.side-bar h3{
    color: #333333;
    line-height: 1.1em;
    letter-spacing: 0.02em;
    font-size: 20px;
    font-weight: 400;
    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;
    -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:#666666;
    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:#ff7a59;
}

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

@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;
    }
}

/***********PRODUTOS************/

.sec-produtos,
.sec-categorias{
  position:relative;
  z-index:10;
  margin-top: 55px; 
}

.sec-categorias{
  background-image:url(https://cdn2.hubspot.net/hubfs/4348624/Website%20Img/bolinhas%20cinzas%20fundo.png);
  background-repeat:no-repeat;
  background-position:right 100px;
  background-size:auto 400px;
  position:relative;
}

.sec-categorias > div{
  position:relative;
  z-index:1;
}

.sec-produtos::before,
.div-cinza::after,
.div-branco::after,
.sec-produtos::after{
  content:"";
  display:block;
  position:absolute;
  left:0;
  z-index:6;
  height:40px;
  width:100%;
  background-position:center;
  background-size:100% 100%;
  background-repeat:no-repeat;
}

.sec-produtos::before{
  background-image:url(https://cdn2.hubspot.net/hubfs/4348624/Website%20Img/Section%20divider.png);
  top:-39px;
}

.div-cinza::after{
  background-image:url(https://cdn2.hubspot.net/hubfs/4348624/Website%20Img/artigos%20%20de%20background/Dobra%20cinza.png);
  bottom:0px;
}

.div-branco::after{
  background-image:url(https://cdn2.hubspot.net/hubfs/4348624/Website%20Img/Section%20divider.png);
  bottom:0px;
}

.sec-produtos::after{
  background-image:url(https://cdn2.hubspot.net/hubfs/4348624/Website%20Img/Section%20divider%20rotated.png);
  bottom:-39px;
}

.sec-categorias::before{
	content:"";
  display:block;
  position:absolute;
  background-color:rgba(255,255,255,0.96);
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:0;
}



@media (min-width:768px){
  
  .sec-produtos .flex-col > span > div{
    text-align:center;
  }
  


  .sec-produtos .flex-col img{
  	max-width:250px !important;
    width:80% !important;
	}
  
   .sec-produtos.anima-produto .flex-col > span > div{
  		opacity:0;
     transform: scale(0.5);
      -webkit-transition: all 0.2s ease-in-out;
    	transition: all 0.2s ease-in-out;
	}
  
  /*.sec-produtos.anima-produto .flex-col > span > div:nth-of-type(2n){
     left:150px;
  }
  
  .sec-produtos.anima-produto .flex-col > span > div:nth-of-type(odd){
     left:-150px;
  }*/
  
  .sec-produtos.anima-produto .flex-col > span > div.produto-aparece{
    opacity:1;
    transform: scale(1);
  }
  
}

@media (max-width:767px){
    
  .sec-produtos .flex-col img{
  	width:57% !important;
    max-width:220px !important;
    min-width:180px !important;
	}
  
  .sec-produtos .flex-col{
    max-width:400px;
    margin:0 auto !important;
    float:none;
  }
  
  .sec-produtos .flex-col > span > div:nth-of-type(even){
  	text-align:right;
	}
  
  .sec-produtos.anima-produto > div{
    overflow:hidden;
  }
  
  
  
   .sec-produtos.anima-produto .flex-col > span > div{
  		opacity:0;
      -webkit-transition: all 0.2s ease-in-out;
    	transition: all 0.2s ease-in-out;
	}
  
  .sec-produtos.anima-produto .flex-col > span > div:nth-of-type(even){
     left:150px;
  }
  
  .sec-produtos.anima-produto .flex-col > span > div:nth-of-type(odd){
     left:-150px;
  }
  
  .sec-produtos.anima-produto .flex-col > span > div.produto-aparece{
    left:0;
    opacity:1;
  }
  
  .sec-produtos .flex-col > span > div{
    margin-top:-40px !important;
  }
  
  .sec-produtos .flex-col > span > div:first-child{
    margin-top:0px !important;
  }
  
    
}

/**********SOLUCOES************/

.sec-solucoes{

  background-image:url(https://cdn2.hubspot.net/hubfs/4348624/Website%20Img/fundo%20rel%C3%B3gio.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center top;
  position:relative;
  
}

.sec-solucoes > div{
  position:relative;
  z-index:10;
}

.sec-solucoes::before{
  content:"";
  top:0;
  left:0;
  display:block;
  position:absolute;
  z-index:5;
  height:100%;
  z-index:2;
  width:100%;
  background-color:rgba(0,0,0,0.1);
}



.sec-solucoes h1,
.sec-solucoes h2,
.sec-solucoes h3,
.sec-solucoes h4{
  color:#45c0df;
  margin-bottom:0px;
  text-transform:uppercase;
}

.hs-sub-flex{
  
    display: -webkit-box !important;    
        display: -moz-box !important;        
        display: -ms-flexbox !important;    
        display: -webkit-flex !important;    
        display: flex !important;
  align-items:center;

}

.hs-sub-flex > div{
  
  text-align:right;
  position:relative;
}

.hs-sub-flex > div:nth-of-type(2){
  text-align:right;
  width:60%;
}

.hs-sub-flex > div:nth-of-type(1){
  padding-right:20px;
  padding-left:0;
  font-size:100px;
  font-weight:400;
  color:#45c0df;
  width:40%;
  font-family:dosis !important;
  text-align: right;
  
}

    .flex-solucoes > span > div:nth-of-type(odd) .hs-sub-flex > div:nth-of-type(1){
    	left:60%;
      text-align:center;
      padding-left:0;
  		padding-right:0;
      font-family:dosis !important;
  }
  
  .flex-solucoes > span > div:nth-of-type(odd) .hs-sub-flex > div:nth-of-type(2){
    left:-40%;
    text-align:left;
  }

.hs-sol-lado,
.hs-sol-lado *{
  color:#FFF;
}

.hs-sol-lado {
  width: 55% !important; 
}

.hs-sol-lado h4{
  font-weight:500;
  /* font-size:26px; */
  margin-bottom:5px;
  color:#FFF;
}

.hs-sol-lado p{
  font-weight:200;
  font-size:14px; 
  margin-bottom:5px;
  color:#FFF;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
}

@media (min-width:768px){
  
  .sec-solucoes{
    background-attachment:fixed;
  }
  
  .sec-solucoes::after{

  content:"";
  display:block;
  position:absolute;
  z-index:5;
  top:-7px;
    left:0;
  height:300px;
  width:100%;
  background-image:url(https://cdn2.hubspot.net/hubfs/4348624/Website%20Img/divis%C3%B3ria%20longa.png);
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;

}

  .flex-solucoes > span{
    display: -webkit-box !important;    
        display: -moz-box !important;        
        display: -ms-flexbox !important;    
        display: -webkit-flex !important;    
        display: flex !important;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
  }
  
  .flex-solucoes > span > div{
    width:50%;
    min-height:200px;
    margin:0;
        margin-top: -5%;
  }
  
  .flex-solucoes > span > div:first-of-type{
    margin-top: 0;
  }
  
  .flex-solucoes > span > div:nth-of-type(even){

        margin-right:50%;

  }
  

  
  .flex-solucoes > span > div:nth-of-type(odd) {
  


        margin-left:50%;

  }
  

  .hs-solucoes{
    display: -webkit-box !important;    
        display: -moz-box !important;        
        display: -ms-flexbox !important;    
        display: -webkit-flex !important;    
        display: flex !important;
  align-items:center;
    flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    height:100%;
  }
  
  .hs-solucoes > div{
    width:40%;
    position:relative;
  }
  
  .flex-solucoes > span > div:nth-of-type(even) .hs-solucoes > div:nth-of-type(1){
  		left:50%;
  
  }
  
  .flex-solucoes > span > div:nth-of-type(even) .hs-solucoes > div:nth-of-type(2){
  		left:-45%;
  		text-align:right;
  }


}

@media (max-width:767px){
  
  .sec-solucoes{
    padding-bottom:120px;
  }
  
  .flex-solucoes > span > div .hs-solucoes{
    margin-top:80px;
  }
  
  .flex-solucoes > span > div:first-child .hs-solucoes{
    margin-top:0;
  }
  
  .flex-solucoes > span > div .hs-sub-flex{
    margin-bottom:20px;
  }
  
  .hs-sol-lado,
  .hs-sol-lado *{
    text-align:center !important;
  }
  
  .hs-sol-lado {
  width: 55% !important; 
  }

  .flex-solucoes > span > div:nth-of-type(odd) .hs-sub-flex > div:nth-of-type(2){
    text-align:right;
  }
  
  .flex-solucoes > span > div:nth-of-type(even) .hs-sub-flex > div:nth-of-type(2){
    text-align:left;
  }
  
  .flex-side h2{

  margin-bottom:30px !important;
}
  
  .sec-solucoes .simetrico *{
    text-align:center;
  }
  
}

/**************FLEX BE SIDE**************/


.flex-side > div.row-fluid-wrapper{
        margin-top:40px;
    }
    
    .flex-side > div.row-fluid-wrapper:nth-of-type(1){
        margin-top:0;
    }

.flex-side h2{
	margin:0;
 	font-weight:500;
  text-align:center;
}


@media (min-width:768px){
  
      .flex-side > div.row-fluid-wrapper > div.row-fluid > div.span6{
        width:50%;
        padding:0;
        margin:0;
        position:relative;
    }
  
  .flex-side h2{
    text-align:right;
  }
    
  .simetrico > div.row-fluid-wrapper > div.row-fluid > div.span6:nth-of-type(1){
  	padding-right:80px;
  }
  
  .simetrico > div.row-fluid-wrapper > div.row-fluid > div.span6:nth-of-type(2){
  	padding-left:87px;

  }
    
    .flex-side > div.row-fluid-wrapper > div.row-fluid{
        display: -webkit-box !important;    
        display: -moz-box !important;        
        display: -ms-flexbox !important;    
        display: -webkit-flex !important;    
        display: flex !important;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    


    

    
    .flex-side:not([class~="invertido"]) > div.row-fluid-wrapper:nth-of-type(even) > div.row-fluid > div.span6:nth-of-type(1){
        left:50%;
    }
    
    .flex-side:not([class~="invertido"]) > div.row-fluid-wrapper:nth-of-type(even) > div.row-fluid > div.span6:nth-of-type(2){
        left:-50%;
    }
    
    .flex-side.invertido > div.row-fluid-wrapper:nth-of-type(odd) > div.row-fluid > div.span6:nth-of-type(1){
        left:50%;
    }
    
    .flex-side.invertido > div.row-fluid-wrapper:nth-of-type(odd) > div.row-fluid > div.span6:nth-of-type(2){
        left:-50%;
    }
    
    .flex-side img{
        border-radius:5px;
    }
    
}

@media (max-width:767px){
    .flex-side > div.row-fluid-wrapper > div.row-fluid > div.span6.widget-type-linked_image{
        margin:0px -15px;
    }
}




/*********CUSTOM MODULES********/

/**Main Section**/

.main-section.desktop{
  display:block !important;
}

.main-section.mobile{
  display:none !important;
}

.fixa-img img{
  display:block;
  margin:0 auto !important;
  width:100% !important;
  max-width:300px !important;
}

.main-section{
  margin:0 !important;
  margin-top:85px !important; 
  position:relative;
  
}
.main-section span{
  display:block;
}

.main-section > div{
  margin:0 !important;
  float:none !important;
  display:block !important;
}

.owl-nav.disabled,
.owl-dots.disabled{
  display:none !important;
}

  div.owl-dots{
    display:none !important;
  }

.owl-carousel .owl-item img{
  width:auto !important;
}

.owl-dots{
      position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.hero-bg{
	position:relative;
  z-index:15;
  background-repeat:no-repeat;
  background-position: center;
  background-size:cover;
  min-height:522px;
}

.hero-bg > div{
  position:relative;
  z-index:10;
}

.ajuste-imagem-flutuante .img-flutua{
  right: 10% !important;
  top: 5% !important;
}

.hero-bg .limite{

  position:relative;
  z-index:2;
}

.hero-bg .pad-vertical{
  padding:100px 0 130px;
}

.hero-bg .overlay{
	content:"";
  top:0;
  left:0;
  position:absolute;
  z-index:10;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0);
}

.hero-bg h1{
	text-transform:uppercase;
  color:#FFFFFF;
  text-align:left;
  margin:0;
}



.hero-bg .botao-ancora:hover{
  background-color:#0f3e8e;
}

.hero-bg .bg-video{
	position: absolute;
    width: 100%;
    height: 100%;
  	z-index:1;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #000;
}

.hero-bg #hero-video{
  position:absolute;
	object-fit: cover;
  -webkit-object-fit: cover;
  width:100%;
  height:100%;
  left:0;
  top:0;
}



.hero-bg .sec-rich{
  padding:30px 0px;
}


.hero-bg .sec-rich::before{
  content:"";
  display:block;
  position:absolute;
  width:100px;
  height:3px;
  background-color:#FFFFFF;
  bottom:0;
}

.hero-bg .img-flutua{
  position:absolute;
  right:0;
  top:0;
  z-index:1;
}

.hero-bg .img-flutua.top{
  top:0;
}

.hero-bg .img-flutua.bottom{
  top:unset;
  bottom:0;
}

.hero-bg .img-flutua.center{
  top:10%;
}

.hero-bg .img-flutua img{
  display: block !important;
    height: auto !important;
    width: 450px !important;
}

.hero-bg.inverter .limite{
  margin-left:auto;
}

.hero-bg.inverter .img-flutua{
  left:0;
  right:unset;
}

@media (min-width:900px){
  .hero-bg.no-image{
    background-image: none !important;
  }
}


@media (min-width:768px){

  /*.main-section .hero-bg{
  min-height: 550px !important; 
  
}*/
  
  .hero-bg{
    /*background-attachment: fixed !important;*/
  }
  .hero-bg .limite{
  width:50%;

}

}

@media (max-width:920px){




  .hero-bg .pad-vertical{
    padding:50px 0;
  }

  .hero-bg .bg-video{
  	display:none;
  }
  
  .hero-bg .sec-rich{
    max-width:450px;
  }
  
  .hero-bg .limite{
    max-width:450px;
  }

  .hero-bg .img-flutua img{
    width:280px !important;
  }

}

@media (max-width:767px){
  .main-section.desktop{
    display:none !important;
  }

  .main-section.mobile{
    display:block !important;
  }
  
  .main-section{
  margin-top:0px !important; 
  
  }
  .hero-bg .img-flutua{
    display:none;
  }
  
  .hero-bg{
    margin-top:0px;
   
  }
  
  .hero-bg .sec-rich{
    max-width:none;

  }
  
  /*.hero-bg .page-center{

   min-height:70vh;
  }*/

  .hero-bg .pad-vertical{
    padding:50px 0 30px;
  }
  

  
  .hero-bg .img-flutua img{
    width:150px !important;
  }

}


@media (max-width:430px){

  .hero-bg .botao-ancora{
    max-width:200px;
  }
  
}



@media (max-width:350px){

  .hero-bg .img-flutua img{
    height:100px;
  }
  
}


/****************** Section Tecnologias / Soluções ****************/

.hero-produto{
   display: -webkit-box !important;    
  display: -moz-box !important;        
  display: -ms-flexbox !important;    
  display: -webkit-flex !important;    
  display: flex !important;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top:85px;
  padding:100px 0;
  min-height:50vh !important;
	position:relative;
  z-index:15;
  background-repeat:no-repeat;
  background-position: center;
  background-size:cover;
  background-image:url(https://cdn2.hubspot.net/hubfs/4348624/Website%20Img/fundo%20engine.png);
}



.hero-produto > div{
  width:100% !important;
  position:relative;
  z-index:10;
}

.hero-produto::before{
	content:"";
  top:0;
  left:0;
  position:absolute;
  z-index:10;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0);
}

.hero-produto h1{
      letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 32px;
    text-shadow: 1px 1px 2px #000;
}

@media (min-width:768px){
  .hero-produto{
   /* background-attachment:fixed;*/
  }
  
  .direita{
    border-right:1px #CCC solid;
  }
}

@media (max-width:767px){
  
  .hero-produto{
    margin-top:0px;
  padding:40px 0;
  }
  
  .hero-produto h1{
    font-size: 24px;
  }
  
}



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





/**Depoimentos**/

.hs-depoimentos{
  display:flex;
  flex-wrap: wrap;
  height: 100%;
	padding:15px;
  margin:0 auto;
}

.hs-depoimentos .hs-dep-imagem{
  width:25%;
  margin-top:3%;

}

.hs-depoimentos .hs-dep-texto{
  position:relative;
  width:72%;
  margin-left:3%;
  border:1px #45c0df solid;
  border-radius:0 10px 10px;
  padding:15px;

}

.hs-depoimentos .hs-dep-texto::before{
  content:"";
  display:block;
  position:absolute;
  background-image:url(https://cdn2.hubspot.net/hubfs/4348624/Website%20Img/ponta%20bal%C3%A3o%202.64px.png);
  background-repeat:no-repeat;
  background-size:contain;
  top:-1px;
  left:-15%;
  height:100%;
  width:15%;
}

.hs-depoimentos .hs-dep-texto h4{
  font-weight:400;
  margin-bottom:15px;
}

.hs-depoimentos .hs-dep-texto h4 a{
  text-decoration:none;
  color:#0f3e8e;
  font-weight:300;
}

@media (min-width:768px){

.hs-depoimentos .hs-dep-imagem{
  position:relative;
  left:-75%;
}

.hs-depoimentos .hs-dep-texto{
  position:relative;
  left:25%;
}

}

@media (max-width:767px){

  .hs-depoimentos .hs-dep-texto::before{
    
    height: 50px;
    width: 50px;
    background-position: right center;
    bottom: -50px;
    top: unset;
    transform: rotate(-90deg);
    left: -1px;
  }
  
  .flex-par-impar > span > div:nth-of-type(even) .hs-depoimentos .hs-dep-texto::before{
     -moz-transform:  scaleX(-1) rotate(-90deg);
    -o-transform:  scaleX(-1) rotate(-90deg);
    -webkit-transform: scaleX(-1) rotate(-90deg);
    transform: scaleX(-1) rotate(-90deg);
    left: unset;
    right: -1px;
  }
  
  .hs-depoimentos .hs-dep-texto{
  	width:100%;
  	margin-left:0;
  	border-radius:10px 10px 10px 0px;
	}
  
  .flex-par-impar > span > div:nth-of-type(even) .hs-depoimentos .hs-dep-texto{
  	border-radius:10px 10px 0px 10px;
  }
  
  .hs-depoimentos .hs-dep-imagem{
  	width:100%;
  	margin-top:15px;
    margin-left:10px;
    margin-right:10px;
    text-align:left;
  }
  
  .hs-depoimentos .hs-dep-imagem img{
  	max-width:100px;
  }
  
  .flex-par-impar > span > div:nth-of-type(even) .hs-depoimentos .hs-dep-imagem{
  	text-align:right;
  }

}

.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:#Ff0;
}

.form-linha .hs-form .hs-form-field label,
.form-linha .hs-form .hs-form-field label span{
    font-size:14px;
    line-height:1.2em;
  color:rgba(255,255,255,0.6);
}

.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 #BBB;
    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:
}

.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: ;}
    100% {color: #FFFFFF;}
}

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

@-moz-keyframes coresCheck {
    0% {color: #FFFFFF;}
    50% {color: ;}
    100% {color: #FFFFFF;}
}
@-o-keyframes coresCheck {
    0% {color: #FFFFFF;}
    50% {color: ;}
    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: 500px;
    border-radius:8px;
    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;

}




.medias-icons a{
  color:#6cabef !important;
  -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

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


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

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

.share-btn{
  margin:30px 0;
  border-bottom:1px solid rgba(0,0,0,0.2);
}

.share-btn .share-label{
  margin-bottom:5px;
}

.share-btn a{
  background-color:#2b387f !important;
}