@charset "UTF-8";
/*RESET*/

a:link,
a:visited,
a:hover,
a:active {
    color: #f47221
}
a { text-decoration: none }
img { image-rendering: auto }
a.black:link,
a.black:visited,
a.black:hover,
a.black:active {
    color: #292929
}
/* FONTS */

.opensans { font-family: 'OpenSans', Arial, Helvetica, sans-serif }
.opensansbold,
strong {
    font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

/* MAIN */

body,
html {
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #FFF;
    color: #383838;
    line-height: 20px;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
}

ul{
    line-height: 25px;
}
h1{
    font-size: 44px;
}
textarea {
    resize: vertical;
    max-height: 200px
}
em {
    display: inline-block;
}
h1,h2,h3,h4,h5{
    font-weight: bold;
}
h3{
    font-size: 26px;
}
h4{ font-size: 22px; }
h4.small {
    padding-top: 10px
}
::selection {
    background-color: #f47221;
    color: #FFF;
}
::-moz-selection {
    background-color: #f47221;
    color: #FFF;
}
.spaced{
    padding: 80px 0;
}
.low_spaced{
    padding: 30px 0 20px 0;
}
.navbar{
    border-top: 3px solid #f47221;
    padding: 10px 0;
}
.slick-slide{
    outline: none !important;
}
hr{
    padding:0; margin:0; border:0;
    border-top: 1px solid #f47221;
    width: 50%;
    max-width: 100px;
    height: 1px;
    position: relative;
    display: inline-block;
    margin: 30px 0;
    overflow: visible;
}

#banner,
.oferecemos_bg,
.soti_bg{
    background-attachment: initial;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.full{ position:relative; width: 100%; display: block; }
a.orange, .orange{ color: #f47221 !important; }
a.white, .white{ color: #FFF; }
.orange_bg{ background-color: #f47221; }
.gray_bg{ background-color: #f7f7f7; }

#wrapper{
    position: relative;
    height: auto;
}

a.tel_topo{
    padding-left: 40px !important;
    font-size: 16px !important;
}
a.tel_topo:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    border-left: 1px solid #ddd;
    background-image: url(../images/icon_tel.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 22px;
}

#clientes img{
    max-width: 100%;
}
#soti img{
    max-width: 200px;
    margin-top: 50px;
}

#banner{
    position: relative;
    background-image: url(../images/fundo_1.jpg);
    overflow: hidden;
}
.oferecemos_bg{
    background-image: url(../images/fundo2.jpg);
    position: absolute;
    height: 100%;
    left: 50%;
    width: 50%;
    top:0;
}
.soti_bg{
    background-image: url(../images/fundo3.jpg);
}

#banner .container{
    padding-top: 80px;
}

ul.checklist{
    list-style-image: url(../images/check.png);
}
ul.checklist li{
    padding-left: 10px;
}

#footer{
    border-top: 3px solid #f47221;
    background-color: #414141;
    position: relative;
    display: block;
    height: auto;
    font-size: 12px;
}

.navbar-inverse .navbar-nav > li > a,
.btn{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.soti_bg ul{
    display: inline-block;
}
.soti_bg img.graph{
    max-width: 100%;
}
.soti_bg .text-right{
    padding: 100px 80px 0 0;
}

p{ margin: 0}

input[type="text"],
textarea.form-control{
    background-color: #2e2e2e;
    border-radius: 0;
    border:0;
    border-left: 4px solid #f47221;
    color: white;
    resize: none;
}
input[type="text"]:focus,
textarea.form-control:focus{
    border-color: #f47221;
    outline: none;
    box-shadow: none;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
    padding-top: 73px;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
}

.alert_message{
    color: red;
}
.cliente{
    text-align: center;
}
.cliente img{
    display: inline-block;
}

@media (max-width: 992px) {

    .soti_bg ul{
        display: table;
        padding-top: 50px;
    }
    #solucoes{
        text-align: center;
    }
    #solucoes ul{
        display: inline-block;
    }
    #soti img{
        max-width: 200px;
    }
    .middle {
        padding-top: 10px;
    }
    a.tel_topo{
        padding: 15px 10px !important;
    }
    a.tel_topo:before{
        background-image: none;
        border-left: none;
    }
    .nav > li > a{
        padding: 8px 11px !important;
    }
}
@media (max-width: 767px) {
    hr{
        margin: 10px 0;
    }
    h4{
        margin: 10px 0 20px 0 !important;
    }
    #banner .container {
        padding-top: 60px;
    }
    .btn-full-xs {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .text-center-xs{
        text-align: center !important
    }
    .contact_items img{
        margin-top: 20px;
    }
    .pad-xs{
        padding: 10px 0;
    }
    .cliente{
        margin: 20px 0;
    }
    h1{
        font-size: 33px;
    }
    .soti_bg .text-right,
    .oferecemos .lista{
        padding: 0;
        text-align: center !important;
    }
    .soti_bg .text-right ul,
    .oferecemos ul{
        display: inline-block;
    }
    .navbar-inverse .navbar-nav > li,
    .navbar-inverse .navbar-nav > li{
        text-align: center;
    }
    #banner img,
    #banner br{
        display: none;
    }
    #banner h4{
        margin: 20px 0;
        font-size: 18px;
    }
}