/*

VERDE #00A096
AMARELO #E8E2D7
AMARELO CLARO #E9E3D8
MARROM #61513E

*/


html, body  {
    height:100%;
}

.box {
    background: url(../imagens/12_col.gif);
    height: 700px;
}

.bg {
    background: #4A4A4A;

}

.topo {
    background: #00A096;
    height: 60px;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.55); 
    position: fixed;
    z-index: 9999;
}
.navBarMobile {
    text-transform: uppercase;
    font-size: 1.5em;
    color: #E8E2D7;
    font-family: 'frutiger_57_condensed-regular';
    display: none;
    background: rgba(67,47,42, 0.9);    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 999;
}
.navBarMobile ul{
    list-style: none;
    text-align: center;
}
.navBarMobile ul li {
    display: inline-block;
    margin: 0 20px;
}
.navBarMobile ul li > a{
    float: left;
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(237,230,220);
}
.navBarMobile ul li > a:hover{
    background: rgb(237,230,220);
    color: rgb(67,47,42); 
}
.navBar {
    font-family: 'frutiger_57_condensed-regular';
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2em;
    color: #E8E2D7;
}
.navBar ul {
    list-style: none;
}
.navBar ul li {
    display: inline-block;
    margin: 0 3.75%; 
}
.navBar ul li a {
    color: #E8E2D7;
    text-decoration: none;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    transition: color 0.5s; 
}
.navBar ul li a:hover {
    color: #FFFFFF;
}

.a_vasallo {
    background: #E8E2D7 url(../midias/imagem_02.png) repeat-x bottom;
    min-height: 100%;
    padding: 10px 0;
}
.logo {
    margin-top: 8.474576271186441%;
    margin-left: 24.42372881355932%;
    text-align: center;
}
.logo  img {
    width: 85%;
}
.imagem img {
    width: 100%;
}
.textos {
    margin-top: 10%;
    margin-bottom: 2.542372881355932%;
    font-family: 'frutiger_47_light_condensed-regular';
    color: #61513E;
    font-size: 1.18em;
    text-align: justify;
}
.textos .destaque {
    font-family: 'frutiger_67_condensed-bold';
    font-size: 1.18em;
}
.btn {
    margin-top: 5%;
    text-align: center;
}
.botoes {
    width: 44%;
    text-align: center;
    margin: 3% 3%;
    padding: 15px 0;
    float: left;
    background: #DED5C7 url(../imagens/bg-btn.jpg) repeat-x; border-radius: 5px; box-shadow: 0 0 4px #FFF;
    transition: 0.1s ease-in-out 0.1s; -webkit-transition: 0.1s ease-in-out 0.1s; -moz-transition: 0.1s ease-in-out 0.1s; -o-transition: 0.1s ease-in-out 0.1s;
}
.botoes:hover{box-shadow: 0 0 4px #61513E;}
.botoes a{width: 90%; text-decoration: none; color: #61513E; padding: 15px 20px;}


.atuacao {
    background: #00A096 url(../midias/imagem_03.png) no-repeat top center ;
    min-height: 90%;
    padding: 7% 0;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.55); 
}
.texto_atuacao {
    font-family: 'frutiger_47_light_condensed-regular';
    color: #E8E2D7;
    margin-left: 21.875%;
    text-align: center;
    font-size: 2.5em;
}
.texto_atuacao .destaque{
    font-family: 'frutiger_67_condensed-bold';
    color: #E8E2D7;
    font-size: 1em;
}
.atuacao hr{
    margin: 40px 0;
}
.icon {
    margin: 5% 0 5% 47.5%;
}
.icon img {
    width: 100%;
    max-width: 48px;
}

.lista_icons {
    margin-top: 5%;
}
.icons_marg {
    margin-left: 38%;
}
.icons {
    font-family: 'frutiger_67_condensed-bold';
    text-align: center;
    color: #E8E2D7;
    font-size: 1em;
    text-transform: uppercase;   
    position: relative;
}
.icons a {
    color: #E8E2D7;
    cursor: pointer;
    text-decoration: none;
}
.icons img {
    width: 100%;
    max-width: 120px;
}
.icons a span {
    display: none;
}
.icons a:hover span {
    display: block;
}
.icons a .seta_up {
    display: none;
    text-align: center;
    width: 21px;
    margin: 0 auto -10px auto;
}
.icons a:hover .seta_up {
    display: block;
}
.icons a .seta_down {
    display: none;
    text-align: center;
    width: 21px;
    margin: 0 auto -10px auto;
}
.icons a:hover .seta_down {
    display: block;
}

.icon_down01 {
    width: 513%;
    position: absolute;
    margin-top: 10px;
    margin-left: 0;
    font-family: 'frutiger_47_light_condensed-regular';
    text-align: justify;
    padding: 15px 20px;
    text-transform: none;
    background: rgba(91,180,170,0.9);
    z-index: 99;
}
.icon_down02 {
    width: 513%;
    position: absolute;
    margin-top: 10px;
    margin-left: -109%;
    font-family: 'frutiger_47_light_condensed-regular';
    text-align: justify;
    padding: 15px 20px;
    text-transform: none;
    background: rgba(91,180,170,0.9);
    z-index: 99;
}
.icon_down03 {
    width: 513%;
    position: absolute;
    margin-top: 10px;
    margin-left: -218%;
    font-family: 'frutiger_47_light_condensed-regular';
    text-align: justify;
    padding: 15px 20px;
    text-transform: none;
    background: rgba(91,180,170,0.9);
    z-index: 99;
}
.icon_down04 {
    width: 513%;
    position: absolute;
    margin-top: 10px;
    margin-left: -327%;
    font-family: 'frutiger_47_light_condensed-regular';
    text-align: justify;
    padding: 15px 20px;
    text-transform: none;
    background: rgba(91,180,170,0.9);
    z-index: 99;
}
.icon_down {
    width: 613%;
    position: absolute;
    margin-top: 10px;
    margin-left: -513%;
    background: rgba(91,180,170,0.9);
    z-index: 99;
}
.icon_down li {
    list-style: none;
    text-align: left;
    margin: 3px 0;
    padding: 8px 20px;
    background: rgba(91,180,170,1);
    font-family: 'frutiger_47_light_condensed-regular';
    text-transform: none;
}


.texto_icon {    
    display: none;
    text-decoration: none;
    padding: 5px;
    color: #E8E2D7;
    font-family: 'frutiger_47_light_condensed-regular';
    font-size: 1em;
    background: rgba(255,255,255,0.2);
    border-radius: 5px;
    z-index: 99;
    position: relative;    
}
.icon_text:hover .texto_icon {
    display: block;
}

.fluxograma {
    background: #E9E3D8 ;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.55); 
}
.fluxograma img {
    width: 100%;
    margin-top: 40px;
}
.fluxograma_content {
    background: #00A096;
    text-align: center;
    color: #FFFFFF;
    font-family: 'frutiger_67_condensed-bold';
    font-size: 1.5em;
    padding: 0.55% 0;
}

.realizacoes {
    background: #DCD2C2;
    min-height: 100%;
    padding: 3% 0;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.55); 
}
.imagens {
    margin-top: 2%;
}
.img_inc{
    width: 100%;
    text-align: center;
    float: left;
}
.margin-inc{
    margin-left: 13.33% !important;
}
.margin-enp{
    margin-left: 20.83% !important;
}

.realizacoes hr {
    margin: 40px 0;
    border: 1px solid #61513E;
}
.realizacoes h1 {
    font-family: 'frutiger_67_condensed-bold';
    color: #61513E;
    font-size: 1.4em;
    text-align: center;
}
.realizacoes h2 {
    font-family: 'frutiger_67_condensed-bold';
    color: #61513E;
    font-size: 1em;
}
.realizacoes h3 {
    font-family: 'frutiger_67_condensed-bold';
    color: #61513E;
    font-size: 1.2em;
    text-align: center;
}
.realizacoes p {
    font-family: 'frutiger_47_light_condensed-regular';
    color: #61513E;
    font-size: 1em;
}
.realizacoes .empr {
    height: 120px;
}
.realizacoes img{width: 90%;}

.expertise {
    background: #e9e3d7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTNkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjN2JjYWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #e9e3d7 0%, #c7bcab 100%, #2989d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e3d7), color-stop(100%,#c7bcab), color-stop(100%,#2989d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e9e3d7 0%,#c7bcab 100%,#2989d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e9e3d7 0%,#c7bcab 100%,#2989d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e9e3d7 0%,#c7bcab 100%,#2989d8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e9e3d7 0%,#c7bcab 100%,#2989d8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e3d7', endColorstr='#2989d8',GradientType=0 ); /* IE6-8 */

    min-height: 100%;
}
.dados_div {
    background: url(../midias/imagem_02.png) repeat-x top;
    min-height: 134px;
}
.bg_dados {
    background:url(../midias/imagem_06.png) no-repeat left;
    min-height: 300px;
}
.perfil {
    text-align: right;
    float: left;

    transition: 0.1s linear 0.1s; -webkit-transition: 0.1s linear 0.1s; -moz-transition: 0.1s linear 0.1s; -o-transition: 0.1s linear 0.1s;
}
.perfil_info {
    margin-top: 5%;
    float: right;

    transition: 0.1s linear 0.1s; -webkit-transition: 0.1s linear 0.1s; -moz-transition: 0.1s linear 0.1s; -o-transition: 0.1s linear 0.1s;
}
.perfil_info h2 {
    font-family: 'frutiger_67_condensed-bold';
    color: #61513E;
    font-size: 1.1em;
}
.perfil_info h2 img {
    vertical-align: middle;
    margin-right: 10px;
}
.perfil_info p {
    font-family: 'frutiger_47_light_condensed-regular';
    color: #61513E;
    font-size: 1.1em;
    margin-left: 65px;
    text-align: justify;
}
.experiencia {
    margin-top: 6.666666666666667%;
}
.informacoes{
    background: #826C53;
    min-height: 100%;
    padding: 1% 0;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.55); 
}
.informacoes h2 {
    font-family: 'frutiger_67_condensed-bold';
    color: #E8E2D7;
    font-size: 1.875em;
}
.informacoes p {
    font-family: 'frutiger_47_light_condensed-regular';
    color: #E8E2D7;
    font-size: 1.1em;
    text-align: justify;
}
.escritorio {
    margin-top: 40px;
}
.escritorio h1 {
    font-family: 'frutiger_67_condensed-bold';
    color: #E8E2D7;

    font-size: 1.625em;
    width: 130px;
    padding: 5px 10px;
    margin-bottom: 0;
}
.escritorio hr {
    margin-top: -1px;
    margin-bottom: 20px;
    border: 1px solid #E8E2D7;
}
.foto {
    position:relative
}
.foto img {
    width: 100%;
    height: 290px;
    opacity: 0.7;
    -webkit-transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    transition: opacity 0.7s; 
    border: 2px solid #E8E2D7;
}
.foto img:hover {
    opacity: 1;
}
.mais {
    margin-top: -31px;
    margin-right: -2px;
    float: right;
    position: relative;
    z-index: 99;
}


.contato {
    background: #00A096;
    min-height: 90%;
    padding: 3% 0;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.55); 
}
.contato .icon {
    margin-top: 50px;
    text-align: center;
}
.contato .icon img {
    width: 100%;
    max-width: 60px;
}
.form_contato {
    margin-top: 60px;
}
.form_contato label {
    width: 45.5%;
    margin: 1.5%;
    float: left;
}
.form_contato p {
    display: block;
    margin: 0 1.5% 0 2%;
    font-family: 'frutiger_47_light_condensed-regular';
    text-transform: uppercase;
    color: #E8E2D7;
    font-size: 1.1em;
}
.form_contato span {
    display: block;
    margin: 0 1.5%;
    font-family: 'frutiger_47_light_condensed-regular';
    text-transform: uppercase;
    color: #E8E2D7;
    font-size: 1.1em;
}
.form_contato input[type=text] {
    width: 100%;
    margin: 1.5%;
    padding: 1.5%;
    border: 0;
}
.form_contato input[type=email] {
    width: 100%;
    margin: 1.5%;
    padding: 1.5%;
    border: 0;
}
.form_contato input[type=tel] {
    width: 100%;
    margin: 1.5%;
    padding: 1.5%;
    border: 0;
}
.form_contato textarea {
    width: 93%;
    height: 100%;
    min-height: 160px;
    margin: 0 2.4%;
    padding: 1%;
    border: 0;
}
.form_contato input[type=submit] {
    background: #00817A;
    border: 0;
    margin: 2.5%;
    padding: 0.6% 2.5%;
    font-family: 'frutiger_67_condensed-bold';
    color: #E8E2D7;
    float: right;
}
.localizacao{
    margin-top: 20px;
}
.localizacao h2{
    font-family: 'frutiger_67_condensed-bold';
    color: #E8E2D7;
    font-size: 1.875em;
    text-transform: uppercase;
}
.localizacao p{
    font-family: 'frutiger_57_condensed-regular';
    color: #E8E2D7;
    font-size: 1.0625em;
}
.localizacao a{
    text-decoration: none;
    color: #E8E2D7;
}

.footer {
    background: #00A096;
}
.copyright {
    font-family: 'frutiger_47_light_condensed-regular';
    color: #E8E2D7;
    font-size: 0.8em;
    margin: 1%;
    float: left;
}
.blank {
    float: right;
}


@media (max-width: 599px) {
    .topo, .navBar{display: none}
    .mobile_action{
        background: url(../imagens/list.png) center center no-repeat;
        background-color: #61513E;
        width: 38px;
        height: 38px;        
        right: 0;
        margin: 12px;
        cursor: pointer;
        position: fixed;
        z-index: 999;
    }
    .active{
        background-color: #00A096;
    }
    .navBarMobile{
        display: block;
        left: -100%;
        width: 76%;
        min-width: 200px;
        max-width: 360px;
        height: 100%;
        z-index: 9999;
        overflow: hidden;
        overflow-y: auto;
    }
    navBarMobile ul{
        list-style: none;
        text-align: left;
    }
    .navBarMobile ul li {
        display: block;
        margin: 0;
    }

    .logo {margin: 15% auto}

    .botoes {
        width: 45%;
        min-height: 108px;
        text-align: center;
        margin: 3% 2.5%;
    }
    .botoes a{text-decoration: none; color: #61513E; padding: 10px 20px; font-size: 0.9em;}

    .texto_atuacao {
        text-align: center;
        font-size: 1.8em;
        margin-left: auto;
    } 

    .icon {
        text-align: center;
        margin: 5% auto;
    }

    .icons_marg {
        margin-left: auto;
    }

    .icon_down,
    .icon_down01,
    .icon_down02,
    .icon_down03,
    .icon_down04 {
        width: 95%;
        margin-left: 0;
        position: relative;
    }
    .border_left {border: none}

    .perfil img{width: 80%}

    .empr{height: auto !important}

    .margin-enp{margin-left: auto !important;}

    .fluxograma_content {font-size: 1.2em;}

}

@media (min-width: 600px) and (max-width: 959px) {
    .textos {font-size: 1.08em;}
    .textos .destaque {font-size: 1.08em;}
}

@media (min-width: 600px) and (max-width: 910px){   
    .perfil, .perfil_info {float: none; transition: 0.1s linear 0.1s; -webkit-transition: 0.1s linear 0.1s; -moz-transition: 0.1s linear 0.1s; -o-transition: 0.1s linear 0.1s;}
    .perfil img{width: 35%}

}

@media (min-width: 600px) and (max-width: 959px) {
    .navBar ul li {
        display: inline-block;
        margin: 0 2.4%; 
    }

    .icons {font-size: 0.64em;}

    .icon_down,
    .icon_down01,
    .icon_down02,
    .icon_down03,
    .icon_down04 {font-size: 1.6em;}

    .experiencia {
        margin-top: 4.666666666666667%;
    }

    .fluxograma_content {font-size: 1.4em;}


}

@media (min-width: 768px) and (max-width: 959px) {
    .icons {font-size: 0.9em;}
}

@media (min-width: 600px) and (max-width: 1024px) {   
    .btn {margin-top: 2.5%;}
}
