﻿@charset "utf-8";
/* CSS Document */

/* -------------------- Fontes -----------------------*/

@import url(http://fonts.googleapis.com/css?family=Dosis:400,700);

*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #E7E7E7;
	width:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.clear{
	clear: both;
}

img{
	border: 0;
}

h1{
	color: #000;
	font-size:34px;
	font-family:Arial; 
	font-weight:bold;
	margin:5px 10px 0 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

h2{
	color: #000;
	font-family:Arial; 
	font-size:19px; 
	font-weight:bold;
	margin-left:10px;
	margin-bottom: 13px;
}

h3{
	color: #000;
	font-family:Arial; 
	font-size:17px; 
	margin-left:10px;
	margin-bottom: 10px;
}

h4{
	color: #000;
	font-family:Arial; 
	font-size:15px; 
	margin-bottom:-10px;
	margin-top:10px;
	margin-right: 15px;
}

h5, h6{
	margin-bottom: 0;
}

p{
	margin-bottom: 15px;
	color: #000;
	text-decoration: none;
}


.p-principal{
	margin:20px;
	text-align: center;
	font-size: 1em;
}

.p-menu{
	margin:10px;
	text-align: center;
}

.p-titulo-conteudo{
	color: #000;
}

.p-conteudo{
	margin:15px 20px 15px 20px;
	color: #000;
}

.p-conteudo-legenda{
	text-align: center;
	font-size: 0.75em;
	color: #000;
}

.p-rodape{
	font-size: 0.7em;
	color: #000;
	text-align: center;
}

a{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color: gray;
}


/* --------------------------- Estrutura ---------------------------- */

.container{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.topo{
	width: 80%;
	height: 1%;
	position: absolute;
}


.principal{
	width: 100%;
	height: auto;
	float:left;
	margin: 11% 0% 0% 0%;
}


/* ----------------------------- Imagens ---------------------------------*/

.img-responsiva{
	max-width: 100%;
	height: auto;
	display: block;
}

.img-responsiva-topo{
	max-width: 100%;
	margin-top: 1%;
	height: auto;
	display: block;
}

.img-galeria{
	opacity:1;
	float: none;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	cursor:pointer;
}

.img-galeria:hover{
	opacity: 0.5;
	-webkit-animation: Aumentar 300ms ease;
	-moz-animation: Aumentar 300ms ease;
	-ms-animation: Aumentar 300ms ease;
}

.img-galeria-ativa{
	opacity: 1;
	float: none;
	cursor: default;
}

.img-pdf{
	opacity:1;
	float: none;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	cursor:pointer;
}

.img-pdf:hover{
	opacity: 0.5;
	-webkit-animation: Aumentar 300ms ease;
	-moz-animation: Aumentar 300ms ease;
	-ms-animation: Aumentar 300ms ease;
}

@-webkit-keyframes Aumentar{
    from {
        -webkit-transform: scale(0.9);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes Aumentar{
    from {
        -moz-transform: scale(0.9);
    }
    to {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes Aumentar{
    from {
        -ms-transform: scale(0.9);
    }
    to {
        -ms-transform: scale(1);
    }
}

.img-fotos{
	float: left;
	margin: 15px 5px 17px 23px;
	border-radius: 4px;
  	border: 2px solid #fff;
	overflow:hidden;
}

.thumb{
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	max-width: 100%;
	height: auto;
}

.img-fotos:hover .thumb {
	-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -------------------------------------------------------------------------------- */
