/* 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: #0160a5;
    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: #0160a5;
    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: #0160a5;
    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: #0160a5;
    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: #0160a5;
    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: #0160a5;
    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: #0160a5;
    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: #0160a5;
    padding-top: 300px;
    padding-bottom: 300px;
}

.footer-site {
    color: white;
    background-color: #0160a5;
    padding-top: 50px;
    padding-bottom: 10px;
}

.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: #0160a5;
}


/* faz o submenu descer automaticamente */

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* galeria de imagens com cards bootstrap */

.gallery-block{padding-bottom: 60px; padding-top: 60px;}
.gallery-block .heading {margin-bottom: 50px; text-align: center;}

.gallery-block .heading h2 {font-weight: bold; font-size: 1.4em; text-transform: uppercase;}

.gallery-block.cards-gallery h6 {font-size: 17px; font-weight: bold;}

.gallery-block.cards-gallery .card {transition: 0.4s easy;}
.gallery-block.cards-gallery .card img{box-shadow: 0px 2px 10px rgba(0,0,0,0.15);}
.gallery-block.cards-gallery .card-body{text-align: center;}
.gallery-block.cards-gallery .card-body p {font-size: 15px;}
.gallery-block.cards-gallery a{color: #212529;}
.gallery-block.cards-gallery a:hover{text-decoration: none;}
.gallery-block.cards-gallery .card{
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
}

@media (min-width:576px) {
    .gallery-block .transform-on-hover:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0px 10px 10px rgba(0,0,0,0.15) !important;
    }
}

@media screen and (max-width: 480px) {
   .header-site h1,.parallax-2 h1,.parallax-3 h1,.parallax-4 h1,.parallax-5 h1 {
        font-size: 2.5rem;
    }

}
