/* reset componentes pagina */
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');

html{ font-family: 'Roboto', sans-serif; font-family: 'Open Sans', sans-serif !important; font-size: .8em;  animation: ani 4s infinite linear;}

.header-site {
    background-image: url(../images/bkg01.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: ;
    padding-top: 300px;
    padding-bottom: 300px;
}

.header2-site {
    background-image: url(../images/header2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: ;
    padding-top: 120px;
    padding-bottom: 120px;
    font-weight: bold;
}

.header3-site {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #006400;
    padding-top: 80px;
    padding-bottom: 80px;
    font-weight: bold;
}

.header-util {
    background-image: url(../images/header2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #006400;
    padding-top: 150px;
    padding-bottom: 150px;
    font-weight: bold;
}

/* Tamanho dos titulos da pagina inicial */

.header-site h1, .parallax-4 h1 {
    font-size: 3.5rem;
}

.parallax-2 h1 {
    font-size: 3.4rem;
}

.parallax-3 h1, .parallax-5 h1 {
    font-size: 4rem;
}

/* ------------------- */

.content-site {
    padding-top: 100px;
    padding-bottom: 100px;
}

.parallax-2 {
    background-image: url(../images/bkg02.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #006400;
    padding-top: 300px;
    padding-bottom: 300px;
}

.parallax-3 {
    background-image: url(../images/bkg03.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #006400;
    padding-top: 300px;
    padding-bottom: 300px;
}

.parallax-4 {
    background-image: url(../images/bkg04.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #006400;
    padding-top: 300px;
    padding-bottom: 300px;
}

.parallax-5 {
    background-image: url(../images/bkg05.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #006400;
    padding-top: 300px;
    padding-bottom: 300px;
}

.footer-site {
    color: white;
    background-color: #2F6740;
    padding-top: 50px;
    padding-bottom: 10px;
	position: absolute;
	width: 100%;
}

.thumb{
    margin-bottom: 30px;
}

img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

/* Barra Lateral Mídias Sociais */
.icon-bar {
    position: fixed;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
    border-top-right-radius: 10px;
}

.linkedin {
    background: #007bb5;
    color: white;
    border-bottom-right-radius: 10px;
}

.instagram {
    background: #833ab4;  /* fallback for old browsers */
    background: -webkit-linear-gradient(-135deg, #833ab4, #fd1d1d, #fcb045);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(-135deg, #833ab4, #fd1d1d, #fcb045); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
}

/* CIRCULO IMAGEM PUBLICACÕES */

.circle {
    border-radius: 50%;
    background-position: -15px -15px;
    height: 10rem;
    width: 10rem;
    border: 5px;
    border-style: solid;
    border-color: #006400;
}


