.banner {

    position: relative;

}



.banner-slide img {

    margin: 0 auto;

}



.prev,

.next {

    background-color: #303335;

    color: #bb8837;

    cursor: pointer;

    position: absolute;

    top: 50%;

    width: 60px;

    height: 60px;

    margin-top: -30px;

    font-size: 20px;

    padding: 15px 0;

    text-align: center;

    border-radius: 200px;

    -webkit-transition: all .3s ease 0s;

    -moz-transition: all .3s ease 0s;

    -o-transition: all .3s ease 0s

}



.next {

    right: 15px

}



.prev {

    left: 15px

}



.prev:hover,

.next:hover {

    background-color: #553d22

}



.tracos-cinza {

    background: url("../../img/tracos_cinza.png");

    height: 28px;

    margin-top: 22px

}



.tracos-branco {

    background: url("../../img/tracos_branco.png");

    height: 38px;

    margin-top: 0px

}



.tracos-verde {

    background: url("../../img/tracos_verde.png");

    height: 28px;

    margin-top: 6px

}



.container-fluid.solucoes {

    margin-top: 30px;

}



.container-fluid.solucoes .titulo {

    font-size: 48px;

    color: #008db3;

    font-weight: 100;

    margin-bottom: 30px;

}



.container-fluid.solucoes .titulo strong {

    font-size: 48px;

    color: #0d5383;

    font-weight: 100

}



.container-fluid.solucoes .titulo span {

    font-size: 18px;

    color: #434343;

    position: relative;

    top: -10px;

}



.container-fluid.solucoes .lista {

    margin-top: 40px;

    margin-bottom: 40px;

}



.container-fluid.solucoes .lista .item {

    background-color: #0d5383;

    position: relative;

    margin-bottom: 20px;

    border-radius: 12px 12px 0 12px

}



.container-fluid.solucoes .lista .item a {

    color: #FFF;

    font-size: 20px;

    padding: 0 0 0 25px;

    height: 150px;

    display: table-cell;

    vertical-align: middle;

    -webkit-transition: all .3s ease 0s;

    -moz-transition: all .3s ease 0s;

    -o-transition: all .3s ease 0s

}



.container-fluid.solucoes .lista .item a small {

    color: #48c0e8;

    font-size: 11px;

}



.container-fluid.solucoes .lista .item a.plus {

    background-color: #008db3;

    position: absolute;

    bottom: 0;

    right: 0;

    display: block;

    height: auto;

    font-size: 32px;

    padding: 0 13px 8px 13px;

    font-weight: 100;

    border-top-left-radius: 12px

}



.container-fluid.solucoes .lista .item a.plus:hover,

.container-fluid.solucoes .lista .item a.plus:focus {

    background: #0fa9d2;

    padding: 4px 18px 12px 18px

}



.container-fluid.solucoes .lista .item a:hover,

.container-fluid.solucoes .lista .item a:focus {

    text-decoration: none;

    padding: 0 18px

}



.container-fluid.somos .titulo {

    font-size: 48px;

    color: #008db3;

    font-weight: 100;

    margin-bottom: 30px;

}



.container-fluid.somos .titulo strong {

    font-size: 48px;

    color: #0d5383;

    font-weight: 100

}



.container-fluid.somos .titulo span {

    font-size: 18px;

    color: #434343;

    position: relative;

    top: -10px;

}



.container-fluid.somos-conteudo {

    background: #303335;

    padding-top: 50px;

    padding-bottom: 50px;

    font-size: 20px;
	color: #FFF;
    font-weight: 100

}



.container-fluid.somos-conteudo .btn-conheca {

    width: 140px;

    color: #FFF;

    padding: 10px 15px 10px 10px;

    background: #0d5383;

    background: -moz-linear-gradient(left, #0d5383 50%, #003c65 100%);

    background: -webkit-linear-gradient(left, #0d5383 50%, #003c65 100%);

    background: linear-gradient(to right, #0d5383 50%, #003c65 100%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0d5383', endColorstr='#003c65', GradientType=1);

    -webkit-transition: all .3s ease 0s;

    -moz-transition: all .3s ease 0s;

    -o-transition: all .3s ease 0s

}



.container-fluid.somos-conteudo .btn-conheca:hover,

.container-fluid.somos-conteudo .btn-conheca:focus {

    background: #008db3;

}



.container-fluid.somos-conteudo .btn-conheca i {

    font-size: 10px;

    margin-right: 10px;

}