/* 1500px */
@media screen and (max-width:93.75em){
    #banner .item{
        height:800px;
    }
    .capter_banner {
        padding-top:300px;
        font-size:80px;
    }
    .capter_banner p {
        line-height:70px;
    }
}

/* 1100px */
@media screen and (max-width:68.75em){
    #banner .item{
        height:700px;
    }
     .capter_banner {
        padding-top:300px;
        font-size:60px;
    }
    .capter_banner p {
        line-height:60px;
    }

    nav#menu li{
        margin-left:0px;
    }
    nav#menu li a{
        font-size:14px;
        padding:15px 18px;
    }
    #logo{
        /* width:150px; */
        margin-top:25px;
    }
}


/* 950px */
@media screen and (max-width:59.375em){
    .diretriz{
        margin-right:0px;
        width:100%;
        background-position:left top;
    }

    .list_equipe li{
        width:100%;
    }
    .list_equipe hr.div_line{
        display:none;
    }

    .bloco_area{
        width:100%;
        padding-top:0px;
        padding-left:120px;
        background-position:center left !important;
    }
}


/* LARGURA MÍMIMA PARA O MENU NORMAL 871px */
@media screen and (min-width:54.4375em){
    header .main{
        position:relative;
    }

     nav#menu ul{
		display:table !important;
		opacity:1;
		z-index: 888888;
	}
    #menu_responsive{
        display:none;
    }
}

/* 870px */
@media screen and (max-width:54.375em){
    #banner .item{
        height:500px;
    }
    .capter_banner {
        padding-top:220px;
        font-size:40px;
    }
    .capter_banner p {
        line-height:40px;
    }

    nav#menu{
        display:none;
    }
    #menu_responsive{
        display:table;
    }

    header{
        padding-top:0px;
        background:rgba(0,0,0,0.4);
    }
    header .main{
        padding-left:0px;
        padding-right:0px;
    }
    #cp_cliente{
        width:100%;
    }
    #cp_cliente a{
        border-radius:0px;
        width:100%;
        text-align:center;
    }

    #panel_login{
        width:100%;
        background:rgba(0,0,0,0.8);
        border-radius:0px 0px 10px 10px;
    }

    #logo{
        float:left;
        margin-left:30px;
        margin-top:20px;
        margin-bottom:10px;
    }

    .grid li{
        display: block;
        float: left;
        width:100%;
        opacity: 0;
    }
}


/* 800px */
@media screen and (max-width:50em){
    .texto_destaque_home{
            width:100%;
            text-align:center;
    }
    .icons_home{
        margin-top:20px;
        text-align:center;
        width:100%;
    }
    .icons_home img{
        margin:0 auto;
        margin-top:20px;
        display:table;
    }

    .column_equals{
        width:100% !important;
    }
}

/* 545 */
@media screen and (max-width:34.0625em){
    #development table{
        display:none;
    }

    .contato_footer{
        display:table;
        width:100%;
    }
    .mail{
        width:100%;
        display:table;
        text-align:center;
        padding:20px;
    }
    .b_social{
        display:table;
        width:auto;
        margin:0 auto;
    }
    .b_social a{
        float:left;
    }
    p.whats{
        width:auto;
        display:table;
        padding-left:60px;
        margin:0 auto;
        margin-top:20px;
        background:url("../img/w.png") no-repeat left center;
        margin-bottom:30px;
        text-align:center;
    }

    .list_equipe li figure{
        width:100%;
        margin-bottom:20px;
        margin-right:0px;
    }
    .list_equipe li figure img{
        width:auto;
        margin:0 auto;
        display:table;
    }

    .bloco_area{
        width:100%;
        margin-top:25px;
        padding-left:0px;
        background:none !important;
    }
    .diretriz{
        padding-left:0px;
        background:none;
    }

    #btn_send{
        width:100%;
        text-align:center;
    }
}