/*Tamanho padrão para tablets*/
/*@media only screen and (max-width: 769px) {
	.header-black ul {
		display: none;
	}
}
/*Tamanho padrão para smartphones*/
@media only screen and (max-width: 481px) {

    #cabecalho {
        width: 100%;
        /*height: 45px;*/
        background-color: #CCB586;
        position: fixed;
        top: 0;
        z-index: 9;
    }
    
    #cabecalho p {
        font-size: 16px;
        margin-top: 4px;        
    }
    
    #cabecalho .list-socials a {
        margin-top: 22px;
    }
    .header-black ul, #menu{
        display: none;
    }
    
    header {
        /*height: 130px;*/
    }

    header #logotipo {
        /*left: 15%;
        width: 70%;
        top: 65px;*/
        transition: 1s;        
    }
    header #logotipo2 {
        left: 17%;
        width: 65%;
        top: 36px;
        position: absolute;
    }    
    #btn-bars {
        color: #6D2635;
        font-size: 25px;
        position: absolute;
        /*top: 0;*/
        background: none;
        border: none;
        display: block;
        left: 12px;
    }

    .carousel-inner img {
        height: 400px;
    }

    #text-borda{
        padding: 2px;
        font-size: 8px;
        letter-spacing: 3px;
    }

    #area-atuacao .col-area-atuacao-bottom {
        margin-top: 0;
    }

    #text-center-comentarios {
        margin-bottom: 40px;
    }
    
    #contato {
        margin-top: 30px;
    }

    #fale-conosco {
        height: 100%;
    }
    #mapas {
        margin-bottom: -20px;
    }

    label {
        margin-left: 0;
    }
    
    #botao-enviar {
        margin-left: 0;
        padding: 0px 20px 20px 5px
    }

    #fale-conosco-desenvolvedor p {
        padding-top: 10px;
        font-size: 10px;
    }

    header.open-menu #menu-mobile-mask {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.5);
        z-index: 4;
    }
    header #menu-mobile {
        position: fixed;
        background-color: #6D2635;
        width: 80%;
        height: 100%;
        left:-80%;
        transition: 1s;
        z-index: 5;
    }
    header.open-menu #menu-mobile {
        left: 0;
    }
    header #menu-mobile ul {
        margin: 20px;
        margin-top: 100px;
    }
    header #menu-mobile li {
        text-align: center;
        border-top: #CCC 1px solid;
    }
    header #menu-mobile li:last-child {
        border-bottom: #CCC 1px solid;
    }
    header #menu-mobile li a {
        color: #CCB586;
        font-family: 'OpenSans';
        font-weight: bold;
        font-size: 16px;
        padding: 18px;
        display: block;
    }
    header.open-menu .visible-lg, .visible-md, .visible-sm, .visible-xs {
        display: block;
    }    
    #quemsomos , #area-atuacao, #fale-conosco {
        padding-top: 45px;
    }
    iframe {
        width: 100%;
        height: 270px;
    }    
    #cabecalho .list-socials {
        padding-left: 10px;
    }    
    .col-75  {
        margin-right: 16px;
    }
    #area-atuacao h2 {
        font-size: 30px;    
    }
    #quemsomos h2 {
        font-size: 35px;
    }
}
