
:root {
   --fonte-principal: "Dosis"; 
/* --fonte-principal: "Raleway"; */
    
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*+ul{margin-top:0px !important}


/* Fonte Responsivo */

@media screen and (max-width:768px) {
 html {
 font-size: 80% !important;
 }
}

@media screen and (min-width: 768px) {
 html {
 font-size: 115% !important;
 }
}

/* Colunas */




.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 5px;
    box-sizing: border-box;
    
   
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

    @media (max-width: 768px) {
    
    .col-1-sm {width: 8.33%;}
.col-2-sm {width: 16.66%;}
.col-3-sm {width: 25%;}
.col-4-sm {width: 33.33%;}
.col-5-sm {width: 41.66%;}
.col-6 {width: 50%;}
.col-7-sm {width: 58.33%;}
.col-8-sm {width: 66.66%;}
.col-9-sm {width: 75%;}
.col-10-sm {width: 83.33%;}
.col-11-sm {width: 91.66%;}
.col-12-sm {width: 100%;}
        

 }



.clearfix {display: inline-block;}
 
.clearfix:after {
content: " ";
display: block;
height: 0;
clear: both;
font-size: 0;
visibility: hidden;
}

/* MODAL STYLE */
   .uk-modal-body input { 
    background-color: #fefefe;
    border: 1px solid lightgrey;
    width: 80%;
    padding: 10px;
    font-size: .9em;
    margin: 10px;
    }


.uk-modal-title {
    font-size: 1.8em;
    line-height: 1.3;
    font-family: var(--fonte-principal);
}


/* MODAL STYLE */



.container {
    padding: 20px;
    margin: 0 auto;
    max-width: 1200px;
   
}


.center {
    text-align: center;
}


.primary-bg {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    height: 90px;
    background-color: #fff;
    --webkit-box-shadow: 0px 10px 30px 10px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 10px 30px 10px rgba(0,0,0,0.29);
    box-shadow: 0px 10px 30px 10px rgba(0,0,0,0.29);

}

.nav img {
    width: 130px;
    float: left;
    margin: 27px 60px;
   
}



.nav ul li {
    display: inline-block;
  
}

.nav ul li  { 
     margin: 30px 15px;
}

.nav a { 
    text-decoration: none;
    font-size: 1em;
    font-family: var(--fonte-principal);
    color: #000;
    font-weight: 400;
}

.nav a:hover {
    text-decoration: none;
    transition: .15s ease-in-out;
    color: #1BA4F4;
}



/* Capa */

.parallax-top {
    background-image: url("../img/tes2.jpg");

    /* Create the parallax scrolling effect */
    text-align: center;
    width: 100%;
    height: 850px;
    background-attachment: fixed;
    background-position:  ;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 25px solid #F6F6F6;
    display: inline-block;
}

.parallax-cn {
    background-image: url("../img/tes2.jpg");

    /* Create the parallax scrolling effect */
    text-align: center;
    height: 50vh;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 25px solid #F6F6F6;
}




@media (max-width: 768px) {
    
    /* Modal Style */
    
    .uk-button {
    width: 100%;
    display: inline-block;
    margin: 5px 0px !important;
}

    .uk-modal-body input {
    width: 100%;
    display: inline-block;
    position: relative;
    left: auto;
    }
    
    .parallax-top {
    background-position: bottom right;
    background-size: cover;
    height: 600px;
    
    
}
     .parallax-cn {
	 background-position: bottom right;
    background-size: cover;
    height: 350px;
}
    
    .primary-bg {
    text-align: center;
    height: 110px;
    transition: .2s;
  
    }
    
    .main-text h1 {
        margin-top: 100px !important;
    }
    
 
    
    .nav img{
        float: none;
        margin-top: 35px;
        padding: 0;
        margin: 20px 0 15px 0;
    }
    
    .nav ul   {
        width: 100%;
        display: inline-block;
        margin: 0px !important;
        padding: 0px !important;
    }
    
    .nav ul li  {
    margin: 8px;
    }
    
    .orca {
    padding-top: 100px !important;
    max-width: 60% !important ;
    }
    .orca p {
        padding: 0px 30px;
    }

    
    .telefone { 
    display: none;
    }
    
    .bg-footer {
    padding: 20px !important;
    }

}

@media (max-width: 500px) { 
    .clientes h2 { 
        text-align: center;
        font-size: 1.8em !important;
        margin-bottom: 35px !important;
        margin-top: 20px !important;
        padding: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .clientes h3 {
        
        width: 100%;
        display: inline-block;
        margin: 0px !important;
        padding: 8px 0px !important;
        
        
    }
    
        .orca {
    padding: 50px 10px 0 10px !important; 
            max-width: 100% !important ;
  
    
}
    


}





/* Main */ 

.main-text  {
    margin: 0 auto;
    padding: 20px 0;
    
    
        
    }

.main-text h1 {
    font-family: var(--fonte-principal);
    font-weight: 600;
    font-size: 3.0em;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 180px;
    margin-bottom: 0px;
    
}
.main-text h2 {
    font-family: var(--fonte-principal);
    font-weight: 600;
    font-size: 1.65em;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 5px;
   
    
}


.orca {
    margin: 0 auto;
    padding: 220px 10px 0 10px; 
    max-width: 550px;
    
}

#btn-orca {
    border: 2px solid #fff;
    padding: 30px 20px ;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    
}

#btn-orca a {
    text-decoration: none;
      font-family: var(--fonte-principal);
    font-size: 1.3em !important;
    font-weight: 400;
    font-size: 1.5em;
    letter-spacing: 1px;
    color: #fff;
}

#btn-orca:hover {
    background-color: rgba(255,255,255,.35);
    transition: .5s ease-in-out;
    text-decoration-skip: none;
}

    
     

.orca p {
    text-align: center;
    margin: 0 auto;
    font-family: var(--fonte-principal);
    max-width: 550px;
    font-weight: 600;
    font-size: 1.1em;
    color: #fff;
    
}


/* Sobre Nós */

.sobre {
    margin: 0 auto;
    max-width: 1180px;
    margin-top: 50px;
    margin-bottom: 150px;
}

.container-sobre { 
    margin: 0 auto;
    max-width: 780px;
    
}
    .feature h3 {
        color: #000;
        font-size: 2em;
        font-family: var(--fonte-principal);
        font-weight: 600;
        letter-spacing: 1px;
        
}
    

.feature p  {
    font-size: 1.20em;
    font-family: var(--fonte-principal);
    font-weight: 300;
    font-style: italic;
    padding: 50px 0;
    padding-left: 30px;
    color: #767676;
    letter-spacing: 1px;
    
}


.solucao h3 {
    margin: 0 auto;
    padding-left: 30px;
    max-width: 1180px;
    margin-bottom: 20px;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--fonte-principal);
    color: #767676;
    letter-spacing: 1px;
    font-size: 1.30em;
}

.solucao p {
    padding-top: 0px;
    padding: 0 30px;
    margin: 0;
    font-size: 1.30em;
    font-weight: 400;
    font-family: var(--fonte-principal);
    text-align: justify;
    font-style: normal;
    
}







/* icones */

    
    [class^="icon-"]:before {
    content: " ";
    width:32px; height:32px;
    display:inline-block;
    vertical-align:middle;
    margin-right: 20px;
        
    
}
    
    .icon-missao:before { 
        background: url(../icon/icon-svg/Group%201.svg) no-repeat center;
}
    .icon-adm:before { 
        background: url(../icon/icon-svg/admistracao.svg) no-repeat center;
    }
    
    .icon-build:before { 
        background: url(../icon/icon-svg/bulding.svg) no-repeat center;
    }
    
    .icon-user:before { 
        background: url(../icon/icon-svg/user.svg) no-repeat center;
    }
    
    .icon-digital:before { 
        background: url(../icon/icon-svg/digital.svg) no-repeat center;
    }
    
    .icon-security:before { 
        background: url(../icon/icon-svg/security.svg) no-repeat center;
    }
    
    /* ICON BIG */

    [class^="icon-xl-"]:before {
    content: " ";
    width:80px; height:80px;
    display:inline-block;
    vertical-align:middle;
    margin: 0 auto;
    
        
    
}

 .icon-xl-review:before { 
        background: url(../icon/02/review.png) no-repeat center;
    }
 .icon-xl-like:before { 
        background: url(../icon/02/satisfacao.png) no-repeat center;
    }

 .icon-xl-refresh:before { 
        background: url(../icon/02/refresh.png) no-repeat center;
    }


/* Numeros */
.numeros-bg{
    text-align: center;
    margin: 0 auto;
    background-color: #F6F6F6;/*cinza*/
    height: 550px;
    width: 100%;
    padding: 40px 0px;
}

/* media */

@media (max-width: 768px) { 
    .numeros-bg{
        height: 1550px;

}
    .features-bg-int {
    height: 300px;
    background-color: #fff;
    padding: 0px;
    margin: 0px 10px;
    }
    

}

/* fim media */
     
.container-numeros {
    max-width: 1200px;
    margin: 0 auto;
}

.container-numeros h2 {
    color: #000;
    font-family: var(--fonte-principal);
    font-weight: 600;
    font-size: 2.5em;
}

.features-bg-numeros {
    padding: 1em;
}

.features-bg-int {
    height: 300px;
    background-color: #fff;
    padding: 80px 0;
 
    
}

.features-bg-int h3 {
    font-size: 50px;
    font-family: var(--fonte-principal);
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    margin-top: 60px
}

    
  .features-bg-int h4 {
    font-size: 20px;
    font-family: var(--fonte-principal);
    font-style: italic;
    font-weight: 200;
    color: #767676;
    margin: 40px 10px 10px 10px; 
    
      
}
  
    
/* Clientes */
.clientes {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
}

.clientes h2 {
    
    color: #767676;
    margin: 50px 0 0 0;
    font-family: var(--fonte-principal);
    letter-spacing: 1;
    font-size: 1.30em;
   

    
}


.clientes h3 {
    color: #767676;
    margin: 40px 0;
    font-family: var(--fonte-principal);
    letter-spacing: 1;
    font-size: 1.30em;
    font-weight: 600;
    
}

.juntos {
    background-color: #1BA4F4;
    font-size: 1.30em;
    font-weight: 600;
    padding: 25px 10px 50px 10px;
    margin-top: 20px;
    
}

.juntos h3 {
   
    color: #fff;
}



/* footer */

.bg-footer {
    padding-top: 60px;
    background-color: #424242 !important;
    display: inline-block;
    min-height: 540px;
    width: 100%;
   
   
    

}

footer .telefone {
    
    background-image: url(../img/telefone2.PNG);
    background-repeat: no-repeat;
    height: 450px;
    background-position:  center;
    position: relative;
    top: 70px;
    
}



footer h1 {
    color: #1BA4F4;
    margin: 35px 0 10px 0 ;
    font-family: var(--fonte-principal);
    letter-spacing: 1;
    font-size: 1.60em;
    font-weight: 600;
    
}

footer p {
    font-family: var(--fonte-principal);
    letter-spacing: 1;
    font-size: 1.0em;
    color: #e1e1e1;
}


footer h2 {
    color: #767676;
    margin: 0;
    font-family: var(--fonte-principal);
    letter-spacing: 1;
    font-size: 1.00em;
    font-weight: 400;
    margin-bottom: 10px;
    color: #e1e1e1;
}

footer hr {
    border-bottom: 1px solid #6B6B6B;
    border-top: none;
    width: 60px;
    
}

footer h1 img {
    width: 21px;
    position: relative;
    top:  -5px;
    left: 5px;
}

footer .col-4 {
    padding: 0px 15px;
}







