@font-face {
    font-family: 'gandhi';
    src: url('../fonts/GandhiSans-Regular-webfont.eot');
    src: url('../fonts/GandhiSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GandhiSans-Regular-webfont.woff') format('woff'),
         url('../fonts/GandhiSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/GandhiSans-Regular-webfont.svg#gandhi_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gandhi_bold';
    src: url('../fonts/GandhiSans-Bold-webfont.eot');
    src: url('../fonts/GandhiSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GandhiSans-Bold-webfont.woff') format('woff'),
         url('../fonts/GandhiSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/GandhiSans-Bold-webfont.svg#gandhi_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    margin:0;
    padding:0;
    list-style:none;
    vertical-align:baseline;
    font-family: 'gandhi', sans-serif;
}

body {
    overflow-x: hidden;
    background: url('../img/bg.jpg') repeat;
}

/*HEADER*/

header {
    width: 100%;
    height: 220px;
    /*background: url('../img/bg_top.jpg') no-repeat scroll center bottom transparent;*/
    z-index: 9999;
}

#content_menu{
    /*height: 134px !important;*/    
    margin-top: 60px;    
}

#logo img{
    width: 240px;
    /*margin-top: 55px;*/
    position: absolute;
    z-index: 10;
}

img#hsja {
    width: 70px;
}

/*MENU*/

#cssmenu ul{    
    margin-top: 10px !important;
}

#cssmenu ul li{
    padding-bottom: 20px !important;  
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    font-family: 'gandhi_bold', sans-serif;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 10px 17px;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    /*font-weight: 700;*/
/*    text-transform: uppercase;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-right: 20px;
    font-family: 'gandhi_bold', sans-serif;
}

#cssmenu > ul > li > a.link_roxo {
    color: #563B70;
    border: 2px #563B70 solid;
}

#cssmenu > ul > li > a.link_azul {
    color: #0083B8;
    border: 2px #0083B8 solid;
}

#cssmenu > ul > li > a.link_verde {
    color: #6F8E47;
    border: 2px #6F8E47 solid;
}

#cssmenu > ul > li > a.link_amarelo {
    color: #D88739;
    border: 2px #D88739 solid;
}

#cssmenu > ul > li > a.link_laranja {
    color: #F1623F;
    border: 2px #F1623F solid;
}

#cssmenu > ul > li > a.link_vermelho {
    color: #A0334B;
    border: 2px #A0334B solid;
}

#cssmenu > ul > li:hover > a.link_roxo {
    color: #fff;
    background: #563B70;
    border: 2px #563B70 solid;
}

#cssmenu > ul > li:hover > a.link_azul {
    color: #fff;
    background: #0083B8;
    border: 2px #0083B8 solid;
}

#cssmenu > ul > li:hover > a.link_verde {
    color: #fff;
    background: #6F8E47;
    border: 2px #6F8E47 solid;
}

#cssmenu > ul > li:hover > a.link_amarelo {
    color: #fff;
    background: #D88739;
    border: 2px #D88739 solid;
}

#cssmenu > ul > li:hover > a.link_laranja {
    color: #fff;
    background: #F1623F;
    border: 2px #F1623F solid;
}

#cssmenu > ul > li:hover > a.link_vermelho {
    color: #fff;
    background: #A0334B;
    border: 2px #A0334B solid;
}

ul.sub-menu {
    background: #fff;
    z-index: 9999;    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 12px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 12px -13px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 12px -13px rgba(0,0,0,0.75);
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
    font-family: 'gandhi_bold', sans-serif;
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 17px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 14px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
    z-index: 9999;
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu li:hover > ul > li {
    height: 35px;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 270px;
    font-size: 17px;
    text-decoration: none;
    color: #606162;
    font-weight: 400;
    /*background: #333333;*/
    /*background: url('../img/fundo_verde.jpg') no-repeat;*/
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ADCDD0;
}
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

/*CONTEUDO PAGINAS*/

#slider {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
    z-index: 1;
}

#content_index1 {
    background: url('../img/sombra_slider.png') no-repeat;
    background-size:100%;
    padding-top: 60px;
}

#content_index2 {
    padding-top: 60px;
    background: rgba(130, 130, 130, 0.3);
}


#content_index1 .thumbnail, #content_index2 .thumbnail{
    background: transparent;
    border: none;
    text-decoration: none;
    text-align: center;
}

#content_index1 .thumbnail h5{
    color: #322F6A;
    font-family: 'gandhi_bold', sans-serif;
    font-size: 15px !important;
}

#content_index1 .thumbnail p{
    color: #4B4B4D;
    font-size: 13px !important;
    text-transform: none;
}

#content_index2 .thumbnail h5{
    margin-top: -40px;
    color: #606062;
    text-transform: none;
    font-family: 'gandhi_bold', sans-serif;
    font-size: 20px !important;
}

#content_pag {
    min-height: 550px;
    padding-top: 100px;
    padding-bottom: 50px;
    background: rgba(130, 130, 130, 0.2);
    text-align: justify;
}

#content_result {
    min-height: 550px;
    padding-top: 20px;
    padding-bottom: 50px;
    background: rgba(130, 130, 130, 0.2);
    text-align: justify;
}

#header_pag {
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 10px;
}

#header_pag img{
    width: 300px; margin-top: 70px;
}

#pag_title h2{
    width: 100%;
    color:#606062;
    padding-bottom: 25px;
    text-align: center;
    font-family: 'gandhi_bold', sans-serif;
}


#blog_content p{
    font-size: 20px !important;
    color: #5C5C5B !important;
    text-align: justify !important;
    font-family: Calibri, sans-serif;
}

#blog_list li{
    font-size: 18px !important;
    text-align: justify !important;
    padding: 20px 0 10px;
    border-bottom: #fff 2px solid;
}

#blog_list li a{
    text-decoration: none;
    color: #000 !important;
}

#blog_content{
    margin-bottom: 50px;
}


.form-control{
    border: 2px solid #322F6A;
}

#map iframe{
    border: 2px solid #322F6A !important;
}

button.nvbutton {
    float: right;
    background: #322F6A;
    color: #fff;
    border: 2px solid #322F6A;
}

#contact_form {
    margin-bottom: 30px;
}

/*FOOTER*/

footer {
    color: #fff;
    z-index: 1;
    width: 100%;
/*    height: 100%;
    min-height: 134px;*/
    background: rgba(130, 130, 130, 0.9);
    font-family: 'gandhi_bold', sans-serif;
}

footer .container {
    padding-top: 30px;
    text-align: center;
}

label.error {
    padding-left: 7px;
    /*background: #fff;*/
    font-size: 14px;
    color: #f00;
    display: block;
    /*margin-top: -10px;*/
}
input.error, textarea.error {
    border-color: #f00;
}

/*RESPONSIVE*/
@media all and (max-width: 1200px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

    header {
        height: 150px;
    }


    #content_menu{
        /*height: 134px !important;*/    
        margin-top: 40px;    
    }
    
    #logo img {
/*        position: absolute;*/
        /*top: 30px;*/
        width: 180px;
    }
    
    img#hsja {
        width: 40px;
    }

    #cssmenu > ul > li > a {
        margin-right: 3px;
    }    
}

@media all and (max-width: 1005px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    header {
        height: 128px;
    }
    
    #map {
        margin-top: 40px;            
    }

    #content_menu{
        margin-top: 10px;    
    }    
    
    #content_menu #menu {
        width: 100% !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }    
    
    #content_menu #cssmenu {
        margin-top: 70px;
    }  

    #cssmenu {
        z-index: 9999 !important;
        background: #848688;
    }  
    #cssmenu {
        width: 100%;
		position:absolute;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
    }
    #cssmenu.align-center > ul {
        text-align: left;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto;
    }

    #cssmenu > ul > li > a {
        padding: 10px 17px;
        font-size: 15px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #fff !important;
        border: none !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;        
        font-family: 'gandhi_bold', sans-serif;
    }    

    #cssmenu ul li{
        padding-bottom: 0 !important;  
    }
    
    ul.sub-menu {
        background: none;
        z-index: 9999;    
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;        
    }    
    
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    #cssmenu > ul > li {
        float: none;
    }
    #cssmenu ul ul li a {
        padding-left: 35px;
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px;
        padding: 10px 17px;
        font-size: 15px;
    }
    #cssmenu ul ul li a {
        color: #dddddd;
        background: none;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #333;
        background: #fff;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 17px;
        color: #dddddd;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }
    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: '';
    }
    #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #dddddd;
        content: '';
    }
    #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 36px;
        width: 36px;
        cursor: pointer;
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626;
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #ffffff;
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
   
    header {
        /*height: 250px;*/
    }
    
    #content_menu #cssmenu {
/*        margin-top: 200px !important;
        margin-left: 0 !important;*/
    }
    
    #menu_top {
        position: absolute;
        right: 0;
    }
    
    img#hsja {
        display: none;
    }
    
    #logo img {
        position: absolute;
        width: 100px;
        /*top: 55px;*/
        /*height: 180px;*/
        /*margin: 0 auto;*/
        /*left:50%;
        margin-left:-150px;*/
    }


    #content_pag {
        padding-top: 70px;
        padding-bottom: 50px;
        background: rgba(130, 130, 130, 0.2);
        text-align: justify;
    }

    #header_pag {
        height: 120px;
        text-align: center;
        margin-top: 10px;
    }  

    #header_pag img{
        width: 180px; margin-top: 50px;
    }    
    
    footer, footer h5 {
        font-size: 11px;
    }    
    
    footer img.icobt {
        width: 15px;
    }

}

@media all and (max-width: 850px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #slider {display: none;}
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    .footer_menu,.footer_contato{        
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

@media all and (max-width: 588px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #slogan {
        /*height:100px;*/
    }
    
    #slogan img{
        height:100px;
    }

    #index_destaque{
        margin-top: 0;
    }    
    
    #index_destaque img{
        margin-top: 20px;
        margin-left: 15%;
    }      
}
@media all and (max-width: 394px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #slogan {
        height: 70px;
    }
    
    #slogan img{
        height: 70px;
    }

    #index_destaque{
        margin-top: 0;
    }    
    
    #index_destaque img{
        margin-top: 20px;
        margin-left: 0;
    }      
}