#preloader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
    /*
    background: #fff url('../images/loading.gif') no-repeat center center;
    */
}
#scrollUp {
    background: #000;
    bottom: 100px;
    color: #fff;
    height: 50px;
    position: absolute;
    right: 50px;
    width: 50px;
    z-index: 999;
    text-align: center;
    line-height: 43px;
    font-size: 30px;
    -webkit-transition: all 0.3s;
    transition: .3s;
    border-radius: 50%;
}
#scrollUp:hover {
    background: #FF3500;
}

#scrollUp:hover i {
    animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
    bottom: 0;
    height: 100%;
    left: 0;
   margin-bottom: -5px;
    position: absolute;
    width: 100%;
}
img {
    max-width: 100%;
    height: auto
}
a:focus {
    outline: 0px solid;
    text-decoration: none;
}
a,
a.btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
a:hover {
    color: #308CC4;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0 none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: inherit;
    font-family:'Open Sans', sans-serif, "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.clear {
    clear: both
}
html,
body {
    height: 100%;
}

body {
    color: #333333;
    font-family:'Open Sans', sans-serif, "Source Sans Pro", Helvetica, Arial, sans-serif,"Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
::-moz-selection {
    background: #EEEEEE;
    text-shadow: none;
    font-family: 'Open Sans', sans-serif, "Source Sans Pro", Helvetica, Arial, sans-serif,"Source Sans Pro", Helvetica, Arial, sans-serif;
}
::selection {
    background: #EEEEEE;
    text-shadow: none;
}
.bt-mobile {
    display: none;
}
@media screen and (max-width: 992px) {
    .bt-mobile {
        display: block;
    }
}

section.fundo{
    z-index:1;
    width: 100%;
    height: auto;
    /*min-height: 300px;*/
    margin: 0 auto 0 auto;
    background-image: url("../images/fundo.jpg");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .9;
}
/*.boxDegrade{
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  background: -moz-linear-gradient(left, rgba(43,162,205,.8) 0%, rgb(84, 56, 142) 85%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(43,162,205,.8)), color-stop(100%, rgb(84, 56, 142)));
  background: -webkit-linear-gradient(left, rgba(43,162,205,.8)  0%, rgb(84, 56, 142) 85%);
  background: -o-linear-gradient(left, rgba(43,162,205,.8) 0%, rgb(84, 56, 142) 85%);
  background: -ms-linear-gradient(left,rgba(43,162,205,.8) 0%, rgb(84, 56, 142) 85%);
  background: linear-gradient(to right, rgba(43,162,205,.8) 0%, rgb(84, 56, 142) 85%);
  background-size: 150% 150%; 
}*/
.container90{
    width: 90%;
    margin: 0 auto 0 auto;
    height: auto;
}
.container80{
    width: 80%;
    margin: 0 auto 0 auto;
    height: auto;
}
.logo {
    width:240px;
    height: 60px;
    /*background-color: transparent;*/
    margin: 10px 0;
    background-color: transparent; 
}
img.logoMeio{
   background-color: transparent;
    margin: 0 auto 10px auto;
    width: 200px;
    height: 35px;
}
.text-banner{
    font-family: 'Open Sans', sans-serif;
    margin-top: 80px;
    margin-left: 150px;
    width: 100%;
}

h1.textBanner{
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #FF4728;
    font-size: 30px;
    line-height: 38px;
}
h1.textBanner span{
    color: #222222;
}
h2.textBanner{
    margin-top: 10px;
    color: #191919;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.3; 
}
h3.textBanner{
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-weight: 300;
    font-size: 40px;
}
h3.textBanner span{
    font-size: 20px;
    color: yellowgreen;
    font-weight: 700;
}
section.telaImg{
    position: relative;
    top: -50px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    background-color: transparent;
}
@media screen and (max-width: 767px) {
    section.telaImg {
        width: 90%;
    }
    .text-banner{
    margin: 0 auto 0 auto;
}
}
section.textTela{
    padding: 40px;
    color: #FFF;
    border-radius: 20px;
    width: 500px;
    height: auto;
    margin: 0 auto 40px auto;
    background-color: #FF3500;
    /*background-color: #2b2c2f;*/
}
section.textTela h1{
font-size: 14px;
font-weight: 400;
line-height: 22px;
}
section.textTela h4{
    font-family: 'Open Sans', sans-serif, "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    /*color: #064463;*/
    color: #98CBE5;
}
section.textTela h4 span{
font-size: 9px;
font-weight: 800;
 line-height: 20px;
 text-transform: uppercase;
 color: #064463;
 font-style: italic;
}
.question{
    position: relative;
    top: 40px;
    width: 150px;
    height: 150px;
    margin: -100px auto 0 auto;
    background-image: url("../images/bg/aspas-01.png");
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    section.textTela {
        width: 90%;
    }
   .text-banner{
   margin: 50px auto 0 auto !important;
}
   .centro-mob{
   margin: 0 auto 0 auto !important;
   display: flex !important;
   align-items: center !important;
   justify-content: center; 
   background-color: transparent;
}
}
.box-text{
    border-left: 3px solid #FF8900;
    padding-left: 30px;
    margin-top: 50px;
}

section.fundo2{
    font-family: 'Titillium Web', sans-serif;
    border:none;
    width: 100%;
    height: auto;
    margin: 0px auto 0 auto;
}

h1.title-f{
    margin: 0;
    font-size: 28px;
    color: #FF8900;
    font-weight: 300;
    text-align: left;
    line-height: 32px;
}
@media screen and (max-width: 992px) {
    h1.alinCentro ,
    p.alinCentro
    {
        text-align: center;
    }
}

h2.title-f{
    margin: 0px 0 40px 0;
    font-size: 25px;
    color: #666666;
    font-weight: 300;
    text-align: left;
    line-height: 32px;
}
p.title-f{
    line-height: 28px;
    font-size: 18px;
    color: #333333;
    font-weight: 300;
}

p.laranja{
    color: #FF8900;
    
}

h3.pergunta{
    margin: 0px 0 10px 0;
    font-size: 16px;
    color: #FF8900;
    font-weight: 600;
    text-align: left;
    line-height: 22px;
    padding-right: 40px;
}
p.resposta{
    font-size: 15px;
    color: #333333;
    font-weight: 300;
    padding-right: 40px;
}
section.fundo3{
    border:none;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
}
.imgFundo{
    min-height: 400px;
    background-image: url("../images/bg/telas-02.jpg");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .imgFundo {
        padding-bottom: 200px; 
    }
}

@media screen and (max-width: 991px) {
    .camadaMobile {
    display: block;
    margin: 0 auto 0 auto;
    height: auto;
    width: 80%;
    background-color: rgba(255,255,255,.8);
    }
}

section.cinza{
    border:none;
    width: 100%;
    height: auto;
    margin: 0px auto 0 auto;
    background-color: #F9F9F9;
}
.softBlu{
    border:none;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    background-color: #EEEEEE;
}
.quote-img {
    width: 80%;
    height: auto;
    margin: 40px auto;
    padding-top: 40px;
    text-align: center;
}
.feature-box {
    /*display: inline-block;*/
    margin: 0;
    margin-right: 0px;
}
.feature-icon {
    float: left;
    background-color: transparent;
    width: 50px;
    color: #FFFFFF;
    margin-bottom: 0px;
    margin-top: 0;  
}
.feature-icon i:before {
    font-size: 26px;
    color: #093e56;
    display: block;
    margin-top:10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.feature-box:hover i::before {
    color: #232a34;
    transform: rotateY(180deg);
}
.feature-media {
    float: left;
    /*background-color: blue;*/
    font-family: 'Titillium Web', sans-serif;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-left: 0px;
    width: auto;
}
.versao-title h3{
    padding: 10px 20px;
    border: 2px solid #1794ca;
    border-radius: 10px;
    color: #1794ca;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-left: 0px;
    width: auto;
}

td.versao h3.ver{
    line-height: 1.5;
    margin-top: 22px;
    font-size: 14px;
    /*color: #1794ca;*/
   
}
td.versao h3.ver span{
    font-weight: 600;
    margin-right: 10px;
    font-size: 13px;
    color: #FF8900;
}

/* CSS DOS RETANGULOS COLORIDOS QUE RETIRAMOS POR ENQUANTO
.boxe{ 
    color: #FFF;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    height: auto;
}
.f-1{
    background-color: #308CC4;
    height: 260px;
}
.f-2{
    height: 120px;
    background: -moz-linear-gradient(left, #8F1D81 0%, #54398D 85%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8F1D81), color-stop(100%, #54398D));
  background: -webkit-linear-gradient(left, #8F1D81  0%, #54398D 85%);
  background: -o-linear-gradient(left, #8F1D81 0%, #54398D 85%);
  background: -ms-linear-gradient(left,#8F1D81 0%, #54398D 85%);
  background: linear-gradient(to right, #8F1D81 0%, #54398D 85%);
  background-size: 150% 150%; 
}
.f-3{
    height: 120px;
    background: -moz-linear-gradient(left, #2CA3CD 0%, #54398D 85%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2CA3CD), color-stop(100%, #54398D));
  background: -webkit-linear-gradient(left, #2CA3CD  0%, #54398D 85%);
  background: -o-linear-gradient(left, #2CA3CD 0%, #54398D 85%);
  background: -ms-linear-gradient(left,#2CA3CD 0%, #54398D 85%);
  background: linear-gradient(to right, #2CA3CD 0%, #54398D 85%);
  background-size: 150% 150%; 
}
.f-4{
    background-color: #56529E;
    height: 260px;
    background-image: url("../images/bg/mural-bg-03-03.jpg");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .9;  
}
@media screen and (max-width: 767px) {
    .f-4 {
        background-image: none;
    }
}
*/
section.fundo-homem{
    font-family:'Open Sans', sans-serif, "Source Sans Pro", Helvetica, Arial, sans-serif;
    width: 100%;
    height: auto;
    /*background-color: #EEF5F9;*/
    background-color: transparent;
}
section.fundo-homem h1{
    padding-top: 30px;
    font-family: 'Titillium Web', sans-serif;
    color: #666666;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.3;
    text-transform: uppercase;
}
section.fundo-homem h1 span{
color: #308CC4;
    font-weight: 600;
}
div.box-centralizado{
    margin: 0 auto 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center; 
}
section.cloudArt{
    padding: 0 ;
    margin: 0 auto 0 auto;
    width: 100%;
    height: auto;
    background-color: #308CC4;
}
section.cloudArt p{
    /*font-family: "Open Sans", "Helvetica Neue",Arial,sans-serif;*/
    color: #FFF;
    margin: 50px 0 30px 0;;
    font-size: 17px;
}
section.textFinal{
    text-align: center;
    padding: 20px;
    margin: 0 auto 0 auto;
    width: 100%;
    height: auto;
    background-color: #0B0C0C;  
}
section.textFinal h1{
    font-weight: 300;
    line-height: 27px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
section.textFinal h1 span{
    text-align: center;
    font-size: 19px;
    color: #308CC4;
}
section.contat{
    padding: 0 10px 50px 10px;
    margin: 0 auto 0 auto;
    width: 100%;
    height: auto;  
}
.footer .custom {
    border-right: 0;
}
.footer .custom {
    border-right: 0;
}
.footer-social {
    margin-top: 18px;
    padding-bottom: 30px;
}
a.insta i {
    padding: 10px;
    font-size: 30px;
    background:#2b2c2f;
}
a.insta:hover {
    background: transparent;
    color: #0071AD;
}
/*a.fb:hover {
    background: #0071AD;
}
a.tw:hover {
    background: #53A8E9;
}
a.ln:hover {
    background: #0071AD;
}
a.yp:hover {
    background: #BB0000;
}*/
.icon-R{
  float: left;
    margin-top: 20px;
  margin-right: 30px;
  margin-left: 0;
  width: 30px;
  height: 30px;
    display: flex !important;
    align-items: center !important;
    justify-content: center; 
}









