body{
    background: #CED6E3;
    font-family: 'Ubuntu Condensed' !important;
    padding-top: 215px;
}
nav.navbar-inverse {
    background-color: transparent !important;
    border: none !important;
    background-image: url("../img/topo.png") !important;
    min-height: 150px !important;
    background-repeat: repeat;
    border-top: solid 3px #F1641E !important;
}

footer {
    background-color: transparent !important;
    border: none !important;
    background-image: url("../img/topo.png") !important;
    min-height: 150px !important;
    background-repeat: repeat;
    margin-top: 50px;
}

footer .copy{
    width: 100%;
    padding: 10px;
    color: #fff;
    text-align: center;
    background-color: #069788;
    margin-top: 20px;
}

footer .copy p{
    color: #fff;
}

footer .copy a{
    float: right;
    font-weight: bold;
    color: #fff;
}

footer .copy a span{
    float: right;
    font-weight: bold;
    color: #ff0000;
}

footer .titulo{
    width: 100%;
    padding: 5px 10px;
    background-color: #f1641e;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
}


footer b{
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

footer p{
    color: #666;
    font-size: 14px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

footer input{
    width: 100%;
    display: block;
    padding: 6px;
    background-color: #eee;
    border: solid 1px #ddd;
    margin-top: 10px;
}
footer input::placeholder{
    color:#555;
}
footer button{
    margin-top: 10px;
    float: right;
}

footer ul {
    list-style-type: none;
    margin-top: 15px;
    float: left;
    margin-left: 0px;
    padding-left: 0px;
    width: 100%;
}

footer ul li{
    display: inline-block;
}

footer ul li {
    width: 14%
}
footer ul li > a{
    color: #d5d5d5;
}
footer ul li > a:hover{
    color: #444;
}
footer ul li > a > i{
    font-size: 34px
}



.xcontainer {
    width: 100%;
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.item {
    width: 31.5%;
    height: auto;
    margin: 10px;
    margin-bottom: 30px;
}

.container-1 {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.container-2 {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}



.navbar-brand > img {
  display: block;
  margin-top: -3px;
}

.nav .navbar-nav{
    
  background: #088477;
}
#navbar {
  width: 100%;
  float: left;
  background: #069788;
}
#top{
    min-height: 70px !important;
    color: #222;
    width: 100%;
    margin-top: 20px;
}
#top .icone{
    float: left;
    width: 26%;
    font-size: 32px;
}

#top .titulo{
    float: left;
    width: 74%;
    font-size: 16px;
}
#top .texto{
    float: left;
    width: 74%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
      margin-top: 10px;
}

#top h3{
    color: #F1641E;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}
.well{
    background-color: #f1641e !important;
    border: solid 2px #fb9360 !important; 
    background-image: none;
    border-radius: 10px;
}
.well h1{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 0px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #088477 !important;
    text-shadow: none;
    background-image: none;
    box-shadow:none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a{
    background-color: #088477 !important;
    text-shadow: none;
    background-image: none;
    box-shadow:none;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed' !important;
    font-weight: normal;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #088477 !important;
}
.nav > li > a{
    padding: 15px 51px;
    border-right: solid 2px #088477;
}
.ajuste_contato{
    border-right: none !important;
    padding-left: 56px !important;
}

.page-header h1{
    font-family: 'Ubuntu Condensed' !important;
    font-weight: bold;
}

#vitrine >div >div{
    background-color: #ffffff;
    padding: 10px;
}


.main_box{
    background-color: #fff;
    border: solid 2px #ddd;
    padding: 20px;
}
.container h1.titulo_paginas{
    margin-top: 0px !important;
    padding-top: 0px !important;
    text-transform: uppercase !important;
    font-weight: bold;
    font-size: 36px;
}
.main_box p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

#vitrine >div >div {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  width: auto;
  height: auto;
  background-color: #fff;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.46);
  transition: all 0.3s ease-in-out;
  cursor: pointer;;
}

/* Create the hidden pseudo-element */
/* include the shadow for the end state */
#vitrine >div >div::after {
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transition: opacity 0.3s ease-in-out;
}

#vitrine >div >div:hover {
  transform: scale(1.1, 1.1);
}

/* Fade in the pseudo-element with the bigger shadow */
#vitrine >div >div:hover::after {
  opacity: 1;
}

#vitrine h4{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

#vitrine h2{
    font-size: 26px;
    color: #000;
    font-weight: bold;
}

#vitrine h1{
    font-size: 36px;
    color: #069788;
    font-weight: bold;
    text-align: center;
}


#vitrine p{
    font-size: 16px;
    color: #333;
}


.input_cell, .select2{
    margin-top: 10px !important;
}
@media (max-width: 767px) {
    body{
        padding-top: 170px;
    }

    .ajuste_thumb_cell{
        margin-bottom: 10px;
    }

    .box_cell{
        margin-top: 30px;
    }
    .hide_cell{
        display: none;
    }

    #top {
        width: 95%;
        margin-top: 60px;
    }
    #top .pull-right{
        float: left;
    }
    #top .icone{
        float: left;
        width: 18%;
        font-size: 28px;
    }
    #top h3 {
      margin-left: -35px;
    }
    #top .titulo{
        float: left;
        width: 80%;
        font-size: 15px;
    }
    #top .texto{
        float: left;
        width: 80%;
        font-size: 18px;
        font-weight: bold;
        margin-top: -8px;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header{
        margin-left: 0px;
    }

    #detalhes h4.cod{
        text-align: left !important;
    }
    #detalhes h3.cod{
        text-align: left !important;
        color: #069788;
    }

    .navbar-collapse {
      margin-top: 50px;
    }

    .item {
      width: 100%;
      height: auto;
      margin: 10px;
        margin-bottom: 10px;
      margin-bottom: 30px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff;
    }
    .navbar-brand > img {
      display: block;
      margin-top: -13px !important;
        width: 80%;
        margin: 0 auto;
    }
    .navbar-inverse .navbar-toggle {
      border-color: #069788;
      background: #069788;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #f1641e;
    }
}

#detalhes h4{
    font-size: 25px;
    padding: 0px;
    margin: 0px;
    color: #999 !important
}

#detalhes h3{
    font-size: 30px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}
#detalhes h4.cod{
    text-align: right;
}
#detalhes h3.cod{
    text-align: right;
    color: #069788;
}
#detalhes .subtitulo{
    font-size: 25px;
    color: #333 !important;
    font-weight: bold !important;
}
#detalhes .caracteristica{
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}
#detalhes .caracteristica li{
    display: block;
    padding: 10px;
    background-color: #eee;
    margin-bottom: 3px;
}
.pequena{
    cursor: pointer;
    padding: 5px;
    border: solid 1px #ccc;
    height: 80px;
}
.video{
    cursor: pointer;
    padding: 5px;
    border: solid 1px #ccc;
    height: 80px;
}

.proposta{
    background-color: #EAEAEA;
    padding: 10px;
}

.proposta h1{
    margin-top: 0px;
    padding-top:0px;
    padding: 10px;
    font-weight: bold;
    font-size: 30px;
}

.input_perso{
    padding:13px;
    border: none;
    width: 100%;
    margin-bottom: 30px;
}







    