/*FONTES*/

@font-face {
    font-family: 'verdana';
    src: url('../fonts/verdana.eot');
    src: url('../fonts/verdana.eot') format('embedded-opentype'),
         url('../fonts/verdana.woff2') format('woff2'),
         url('../fonts/verdana.woff') format('woff'),
         url('../fonts/verdana.ttf') format('truetype'),
         url('../fonts/verdana.svg#verdana') format('svg');
}
body{
    font-family: 'verdana';
    
}
.conteudo{
    background: url(../imgs/bg.jpg) repeat;
    padding-top: 3%;
}

#meuContainer{
    max-width: 985px;
    margin: auto;
}
.infosTopo{
    color: #003b4f;
    font-weight: bold;
    float: left;
    margin-top: 3px;
    margin-left: 10px;
}
.imgTopo{
    float: left;
    margin-left: 10px;
}
.navbar-default .navbar-nav>li>a{
    color: #003b4f;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 89px;
    height: 38px;
    padding: 7px 0px 0px 0px;
}

.navbar-default .navbar-nav>li>a:hover{
    background: url(../imgs/bg-menu.png) no-repeat;
    color: #fff;
}
.navbar-default{
    background: none;
    border: none;
}
.nav>li{
    margin-left: 20px;
}
.bgTopo{
    background: #eeeeef;
}
.topo{
    margin-left: 39%;
}
.logo{
    margin-top: -45px;
}
.pageTop{
    padding-top: 8px;
    padding-bottom: 4px;
}
.menuTopo{
    margin-bottom: 0px;
    min-height: 20px;
    /*margin-top: 3.7%;*/
}
.menuTopo1{
    margin-bottom: 0px;
    min-height: 20px;
    /*margin-top: 3.7%;*/
}
.menuTopo2{
    margin-bottom: 0px;
    min-height: 20px;
    /*margin-top: 3.7%;*/
}
.menuTopo3{
    margin-bottom: 0px;
    min-height: 20px;
    /*margin-top: 3.7%;*/
}
.menuTopo4{
    margin-bottom: 0px;
    min-height: 20px;
    /*margin-top: 3.7%;*/
}
.carousel-control.right{
    background: url(../imgs/seta-right.png) no-repeat;
    width: 56px;
    height: 55px;
    color: transparent;
    right: 4%;
}
.carousel-control.left{
    background: url(../imgs/seta-left.png) no-repeat;
    width: 56px;
    height: 55px;
    color: transparent;
    left: 4%;
}
.carousel-control{
    top: 42%;
    opacity: 200;
}
.content{
    margin: auto;
    max-width: 980px;
}
.txtDepoimento{
    color: #636466;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    clear: both;
}
.txtNome{
    color: #003b4f;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background: #cbcf45;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
     border-radius:5px;
     float: left;
     padding: 2px 7px 2px 7px;
     margin-left: 25%;
}
.nomeDepoimento{
    text-align: center;
}
.depoimentos{
    padding-top: 7%;
    padding-bottom: 7%;
}
.txtFooter{
    color: #636466;
    font-weight: bold;
    font-size: 11px;
}
.txtFooter a{
    color: #636466;
	text-decoration:none;
}
.txtFooter a:hover{
	text-decoration:underline;
}
.footer{
    background: #eeeeef;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 6px;
}
.txtPerfil{
    color: #636466;
    font-size: 14px;
    line-height: 22px;
    clear: both;
    text-align: justify;
}
.titPerfil{
    color: #003b4f;
    font-size: 18px;
    font-weight: bold;
}
.perfil{
    padding-top: 7%;
    padding-bottom: 7%;
}
.singleServico{
    margin-bottom: 50px;
}
.titContato{
    color: #b8b8ba;
    font-size: 18px;
    font-weight: bold;
}
.inputContato{
    background: #d8d8d9;
    color: #000;
    border: none;
    width: 100%;
    margin-bottom: 25px;
    height: 25px;
    padding-left: 5px;
}
.btEnviar{
    background: #cbcf45;
    border: none;
    color: #fff;
    width: 78px;
    height: 30px;
    float: right;
}
.txtContato{
    background: #d8d8d9;
    color: #000;
    border: none;
    width: 100%;
    height: 100px;
    padding-left: 5px;
    margin-bottom: 25px;
}
.txtInfos{
    color: #636466;
    font-size: 16px;
    font-weight: bold;
}
.infosCont{
    margin-top: 7%;
    float: left;
    margin-left: 26%;
}
.antes{
    background: #cbcf45;
    min-height: 18px;
    width: 9%;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}
.imgContato{
    float: right;
}

.inputContato::-webkit-input-placeholder,
.txtContato::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    color:    #000;
}
.inputContato:-moz-placeholder,
.txtContato:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
.inputContato::-moz-placeholder,
.txtContato::-moz-placeholder{ /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
.inputContato:-ms-input-placeholder,
.txtContato:-ms-input-placeholder
{ /* Internet Explorer 10-11 */
   color:    #000;
}




/*PARA CELULAR*/
@media screen and (max-width: 380px) { 
    .topo{
        margin-left: 0%;
    }
}

