/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	list-style:none;
	text-decoration:none;
}

.trans {
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;		
}

#content {
	width: 940px;
	height: auto;
	margin: 0 auto;	
}

.top {
	width: 100%;
	height: 65px;
	margin-bottom: 20px;
}

ul.menu_topo {
	margin-top: 15px;
	margin-bottom: 0px !important;	
}

ul.menu_topo li a {
	font-family: "Malgun Gothic";
	font-weight: bold;
	font-size: 14px;
	color: #231f20;
	text-transform: uppercase;
}

ul.menu_topo li a:hover {
	background-color: #0054a6;
	color: #FFFFFF;
}

.display {
	background: url(../img/display.jpg) center top no-repeat;
	width: 100%;
	height: 488px;	
}

.display p.legenda {
	background: url(../img/legenda_bg.png) repeat;
	float: left;
	width: 490px;
	padding: 15px;
	margin-top: 122px;
	font-size: 20px;
	color: #FFFFFF;
}

.display p.legenda span.titulo {
	font-size: 72px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 2px 2px 0px #1e211e;
}

.display p.legenda strong {
	text-transform: uppercase;
}

.display .human {
	position: relative;
	float: right;
	width: 412px;
	height: 474px;
	background: url(../img/human.png) center top no-repeat;
	margin-top: 14px;
	z-index: 100;
}

.tri_destaque {
	position: relative;
	float: left;
	margin-bottom: 25px;
	width: 100%;
	margin-top: -95px;
	z-index: 200;	
}

.tri_destaque .destaque1 {
	background: url(../img/destaque1.jpg) center top no-repeat;	
}

.tri_destaque .destaque2 {
	background: url(../img/destaque2.jpg) center top no-repeat;	
}

.tri_destaque .destaque3 {
	background: url(../img/destaque3.jpg) center top no-repeat;	
}

.tri_destaque span {
	float: left;
	margin-top: 125px;
	background: url(../img/legenda_bg.png) repeat;
	height: 45px;
	line-height: 41px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Malgun Gothic";
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.tri_destaque span:hover {
	color: #bebebe;
	text-shadow: 0px 0px 3px #000000;
}

.tri_destaque img.botao {
	float: left;
	margin-top: 125px;
}

.tri_destaque p.tri_resumo {
	float: left;
	margin-top: 60px;
	font-family: "Malgun Gothic";
	font-size: 15px;
	color: #000000;
}

.tri_destaque img.geladeira {
	position: absolute;
	right: -80px;
	top: 33px;	
}

.bi_destaque h3 {
	font-family: "Malgun Gothic";
	font-size: 24px;
	color: #010101;
	text-transform: uppercase;
}

.bi_destaque h4 {
	font-family: "Malgun Gothic";
	font-size: 18px;
	color: #0054a6;	
}

.bi_destaque p {
	font-family: "Malgun Gothic";
	font-size: 15px;
	color: #000000;
}

.bi_destaque1 a:hover {
	text-decoration: none !important;
	opacity: 0.8;
}

.bi_destaque2 a:hover {
	text-decoration: none !important;
	opacity: 0.8;
}

.bi_destaque1 {
	position: relative;	
}

.bi_destaque1 img.arvore {
	position: absolute;
	right: -18px;
	top: -10px;	
}

.sub_footer h4 {
	font-family: "Malgun Gothic";
	font-size: 18px;
	color: #0054a6;	
}

.sub_footer p {
	font-family: "Malgun Gothic";
	font-size: 15px;
	color: #000000;	
}

.sub_footer a:hover {
	text-decoration: none !important;
	opacity: 0.8;
}

footer {
	height: 65px;
	margin-bottom: -12px;	
}

footer p {
	float: left;
	font-family: "Malgun Gothic";
	font-size: 15px;
	color: #000000;
	line-height: 65px;	
}

footer img {
	float: right;
	margin-top: 46px;
}

.sub_footer .sub_destaque3 {
	position: relative;	
}

.sub_footer span.ver_map {
	position: absolute;
	right: 0px;
	top: 124px;
	font-family: "Malgun Gothic";
	font-size: 15px;
	color: #FFFFFF;
	background-color: #0054a6;
	padding: 5px;
}

.sub_footer {
	margin-top: 50px;
	padding-top: 35px;
	padding-bottom: 25px;
	background-color: #edf6ff;
	width: 100%;
	border-top: 3px solid #e8eff7;
	border-bottom: 3px solid #e8eff7;	
}

.display_inter {
	background: url(../img/display_interna.jpg) center top no-repeat;
	width: 100%;
	height: 235px;	
}

.leitura .img_leitura img {
	margin-top: -108px;
	border: 10px solid #FFFFFF;
}

.leitura .img_leitura a:hover img {
	box-shadow: 0px 0px 15px #FFFFFF;
}

.txt_leitura h2.tit_interna {
	font-family: "Malgun Gothic";
	font-size: 20px;
	color: #565656;
	text-transform: uppercase;	
}

.txt_leitura h3.subtit_interna {
	font-family: "Malgun Gothic";
	font-size: 20px;
	color: #3c3c3c;
	line-height: 28px;
	margin-bottom: 25px;	
}

.txt_leitura p.ler_interna {
	font-family: "Malgun Gothic";
	font-size: 15px;
	color: #434343;
}

.listagem .lista {
	margin-top: -90px;
	margin-bottom: 50px;
}

.listagem .no-top {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.listagem .lista img {
	display: block;
	border: 10px solid #FFFFFF; 
	margin: 0 auto;
}

.listagem .lista:hover img {
	box-shadow: 0px 0px 15px #FFFFFF;
}

.listagem .lista h2 {
	font-family: "Malgun Gothic";
	font-size: 20px;
	color: #565656;
	text-transform: uppercase;
	text-align: center; 
}

.listagem .lista p {
	width: 245px;
	font-family: "Malgun Gothic";
	font-size: 15px;
	color: #434343;
	text-align: center;
	margin: 0 auto;
}

.listagem .lista a {
	font-family: "Malgun Gothic";
	margin-top: 15px;
	font-size: 15px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	width: 100%;
	display: block;
}

.contatos .contato h2 {
	font-family: "Malgun Gothic";
	font-size: 20px;
	color: #565656;
	text-transform: uppercase;
}

.contatos .contato p {
	font-family: "Malgun Gothic";
	font-size: 15px;
	color: #434343;
}

.contato .form_container {
	margin-top: 20px;
}

.form_container span.tit_forms {
	float: left;
	margin-bottom: 2px;
	width: 100%;
	font-family: "Malgun Gothic";
	font-size: 14px;
	color: #565656;
	font-weight: bold;
	text-transform: uppercase;
}

.form_container input.form {
	background: #dddddd;
	border: 1px solid #bdbdbd;
}

.form_container textarea.txtarea {
	background: #dddddd;
	border: 1px solid #bdbdbd;
	height: 134px;
}

.form_container button.enviar {
	float: right;
	text-transform: uppercase;	
}

.contatos {
	margin-top: 20px;	
}

.contatos .local h2 {
	font-family: "Malgun Gothic";
	font-size: 20px;
	color: #565656;
	text-transform: uppercase;
}

.contatos .local p {
	font-family: "Malgun Gothic";
	font-size: 15px;
	color: #434343;
}

.local .mapa {
	float: left;
	margin-top: 31px;
	border: 1px solid #bdbdbd;	
}


.carrousel {
	position: relative;
}

ul.estrutura_block {
	float: left;	
}

ul.estrutura_block li {
	float: left;
	margin-left: 35px;
	margin-top: 35px;
}

ul.estrutura_block li img {
	float: left;
	border: 1px solid #cdcdcd;
	transition: none !important;
}

span#prev_estrut {
	cursor: pointer;
	position: absolute;
	z-index: 555;
	left: 0px;
	top: 50px;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;	
}

span#prev_estrut:hover {
	opacity: 0.8;
}

span#next_estrut {
	cursor: pointer;
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 444;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;	
}

span#next_estrut:hover {
	opacity: 0.8;
}

#map-canvas {
	width: 940px;
	height: 155px;	
}

.pp_social {
	display: none;	
}

ul.portifa li {
	font-family: "Malgun Gothic";
	font-size: 15px;
	color: #434343;
}

footer span.tel {
	float: left;
	margin-top: -38px;
	font-size: 13px;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
