@import url("../bootstrap.min.css");
@import url("../normalize.min.css");
@import url("../font-awesome.min.css");
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
 
*/
/*----------- PAGE STRUCTURE (Templates) ------------*/
/* ----------- Elementos globais (átomos) ------------ */
@font-face {
    font-family: 'CODEBold';
    src: url('../../../font/CODEBold.eot');
    src: local('â˜º'), url('../../../font/CODEBold.woff') format('woff'), url('../../../font/CODEBold.ttf') format('truetype'), url('../../../font/CODEBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CODELight';
    src: url('../../../font/CODELight.eot');
    src: local('â˜º'), url('../../../font/CODELight.woff') format('woff'), url('../../../font/CODELight.ttf') format('truetype'), url('../../../font/CODELight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}
html {
    font-size: 12px;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
    background: #FFF;
}

body.index {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
    background: #FFF;
    background-size: 100%;
    height: auto;
}

#sobre{
    padding: 100px 0;
    background: #F3F7FA;
}

#sobre h1{
    font-size: 32px;
    color: #2D52A2;
}

#programacao{
    padding: 60px 0;
}

#programacao h1{
    color: #00B0F0;
}

#localizacao h1{
    color: #3659A4;
}


#noticias h1{
    color: #0DB493;
}

.title-separator{
    margin-left: -45px;
    margin-top: 10px;
    height: 24px;
}

a,
a:hover,
a:visited,
a:active {
    color: #047291;
}
.container-fluid {
    margin: auto;
}

.container{
    max-width: 1040px;
}

.right {
    float: right;
}
.margintop40 {
    margin-top: 40px;
}
.no-margin-left {
    margin-left: 0 !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.center {
    text-align: center !important;
}
.obs {
    color: #131aac;
}
/* ----------- COMPONENTES (Moléculas) ------------ */

.no-margin{
    margin: 0 !important;
}

.no-padding{
    padding: 0 !important;
}

.no-padding-left{
    padding-left: 0 !important;
}

.margin5{
    margin: 0px 5px 0px 0px;
    float: right;
}

.navbar-brand{
    margin: 0;
    padding: 0;
}

.logo{
    height: 150px;
    margin: 0;
}

.navbar-default{
    height: 60px !important;
    background: #2D52A2;
    border-radius: 0px !important;
    border: none;
    z-index: 10;
}

#banner{
    height: 750px;
    background: #E4EBDB url('../../../images/site/Banner_site.jpg') no-repeat center;
    margin-top: -20px;
    background-size: cover;
}

#banner img{
    width:100%;
}

.login-area{
    width: 450px;
    height: 60px;
    padding: 10px 20px;
    background: #fff;
    float: right;
}

.newsletter-area{
    background: #32B0ED;
    max-width: 620px;
    padding: 20px;
    margin: auto;
    margin-top: 610px;
    height: 130px;
    -webkit-box-shadow: 0px 10px 42px -10px rgba(0,0,0,0.64);
    -moz-box-shadow: 0px 10px 42px -10px rgba(0,0,0,0.64);
    box-shadow: 0px 10px 42px -10px rgba(0,0,0,0.64);
    position: relative;
    z-index: 100;
}

.newsletter-area h2{
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
}

.newsletter-area input{
    padding: 5px 10px;
    font-size: 24px;
    height: 50px;
    font-style: italic;
    font-family: 'Droid Serif', serif;
}

.newsletter-area .btn-default{
    background: #2D52A2;
    border: none;
    border-radius: 0;
    padding: 25px 30px;
    color: #FFF;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    margin-top: -30px;
}

.programacao{
    font-size: 40px;
    color: #FFF;
    background: #01B0EF;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    padding: 60px 0;
    font-family: 'Roboto Condensed', sans-serif;
    opacity: 1;
}

.programacao:hover{
    cursor: pointer;
    opacity: 0.8;
}

.programacao.impar{
    background: #2D52A2;
}

.programacao-show{
    display: none;
    height: auto;
}


.programacao-show.active{
    display: block;
}

.programacao-show h3{
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #848484;
}

.programacao-show strong{
    font-family: 'Source Sans Pro', sans-serif;
    color: #646D76;
    font-weight: bold;
    max-height:  220px;
    overflow-y: auto;
}

.parceiros-list{
    max-width:800px;
    margin: auto;
    margin-top: 50px;
}

.parceiros-list .parceiro{
    text-align: center;
}

hr{
    border: 1px solid #000;
}

.pagseguro{
    padding: 50px 0;
    margin: auto;
    display: block;
}

.control-label{
    margin-right: 20px;
}

.login-area .btn-default{
    margin-left: 10px;
}


.login-area .form-inline label{
    float: left;
}

.navbar-form{
    margin-top: -40px;
    max-width: 280px;
}

.navbar-form input{
    height:24px;
    font-size: 11px;
}

.form-control{
    border: none;
    border-bottom: 1px solid #CCC;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 10px 0;
}

select.form-control{
    padding: 5px 0 !important;
}

.navbar-form .btn-primary{
    margin-top:1px;
    float:right;
}

.navbar-default .navbar-nav{
    margin-top: 5px;
    margin-left: 30px;
}

.navbar-default .navbar-nav>li>a{
    font-weight: normal !important;
    padding: 15px 5px;
    color: #FFF;
    font-size: 16px;
}
.separator{
    color: #FFF !important;
    padding-top: 15px;
}

.navbar-default .navbar-nav>li>a:hover{
    color: #eeeeee;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    background: none !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background: none !important;
    color: #FFF;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color: #FFF;
}

.dropdown-menu{
    background: #2D52A2;
}

.dropdown-menu li a{
    color: #FFF;
}
.dropdown-menu li a:hover{
    background: #32B0ED;
}

.destaque{
    color: #009bdb;
    font-weight: bold;
    position: relative;
    right: 0px;
    top:-25px;
    margin-left: -50px !important;
}

.destaque a{
    padding: 0 !important;
}

.destaque li{
    margin-left: 10px;
}

.destaque img{
    height: 30px;
    margin-top: -10px;
}

.content{
    padding: 30px 0;
}

.mapa iframe{
    width: 100% !important;
    margin: 40px 0;
    height: 500px !important;
}

div.title{
    margin: auto;
    width: 100px;
    text-align: center;
    margin-top: 20px;
}

div.title h1{
    font-weight: bold;
    font-size: 24px;
    width: 208px;
    margin: 0 auto;
    left: -50%;
    position: relative;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

p.subtitle{
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    margin: 25px auto;
}

#unidades {
    padding: 70px 0;
    background: #333333 url('../../../images/site/bg.jpg') no-repeat center;
}

#unidades h1{
    color: #0FB492;
}


.unidade{
    text-align: center;
    color: #fff;
}

.unidade h2{
    font-family: 'Source Sans Pro', sans-serif;
}

#agendamento h1{
    color: #0FB492;
}

#agendamento h2{
    font-weight: bold;
    color: #000;
    font-size: 20px;
    margin-bottom: 40px;
}

#filtering{
    height: 750px;
}

footer{
    background: #01B0EF;
    text-align: center !important;
    color: #FFF !important;
    padding: 20px 0 10px 0;
}

footer p{
    text-align: center;
}

/*GALLERY*/

.gallery-title
{
    font-size: 36px;
    color: #009bdb;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: none;
    border-radius: 5px;
    text-align: center;
    color: #000;
    background: #CCC;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: none;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #009bdb;

}
.btn-default:active .filter-button:active
{
    background-color: #009bdb;
    color: #ffffff;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 0;
    padding: 0;
}

.gallery_product img{
    width: 100% !important;
    height: 350px !important;
    object-fit: cover !important;
    overflow: hidden;
}

/*OVERLAY*/

.container-img {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: none;
}

.over-noticia{
    background-color: #0FB492;
}

.title-noticia{
    text-align: center;
    margin-top: 10px;
}

.title-noticia a{
    color: #000;
    font-weight: bold;
}

.title-noticia a:hover{
    color: #0DB493;
    text-decoration: none !important;
}

.title-noticia a small{
    color: #CCC !important;
}

.container-img:hover .overlay {
    opacity: 0.85;
}



.text {
    color: white;
    font-size: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.text-noticia {
    color: white;
    font-size: 18px;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.fale{
    margin: auto;
    text-align: center;
    font-weight: bold;
    top: -80px;
    position: relative;
    color: #000 !important;
}

.phone{
    background: #4d4d4d;
    color: #FFF;
    padding: 20px;
    font-size: 30px;
    width: 300px;
    margin: auto;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.light{
    background: #eeeeee;
    padding: 30px;
    margin-bottom: 50px;
}

.light h2{
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 28px;
    margin-bottom: 20px;
}

.interna{
    padding-top: 120px;
}

.titleinsp{
    color: #60b0e0 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

#links img{
    margin-bottom: 20px; 
}

.titleprojeto{
    background: #60b0e0;
    color: #FFF;
    font-weight: bold !important;
    font-size: 10px !important;
    padding: 5px;
    margin-top: 50px;
}

.titleprojeto h1{
    font-weight: bold !important;
}

.linkinsp{
    color: #b60415 !important;
    float: left;
    margin-bottom: 30px;
}

.img-interna{
    display: block;
    margin: 20px auto;
}

.imgsocial{
    display: block;
    margin: auto;
}

.panel-heading {
    background: #60b0e0 !important;
    border-radius: 0 !important;
}

.panel-title{
    background: #60b0e0;
    color: #FFF;
    font-weight: bold;
    border-radius: 0 !important;
}

.interna{
    margin-top: 80px;
}

#bs-example-navbar-collapse-1, .container-menu{
    height: 50px !important;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none !important;
}

.navbar .navbar-collapse {
    text-align: center;
}



@media (max-width: 768px) 
{
    #banner {
        height: 200px;
        background-size: 100%;
    }

    #bs-example-navbar-collapse-1, .container-menu{
        height: auto !important;
    }
    #bs-example-navbar-collapse-1{
        background: #2D52A2;
        padding-top: 100px;
        margin-top: -100px;
        position: absolute;
        width: 100%;
        max-height: 800px;
        overflow: hidden;
        z-index: 10;
    }
    
    .logo{
        position: relative;
        z-index:100;
    }
    
    .navbar .navbar-nav{
        margin: 0;
    }
    
    .newsletter-area {
        margin-top: 150px;
        margin-bottom: 200px;
        z-index: 1;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #FFF;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #60b0e0;
    }
    
    .separator {
        display :none !important;
    }
    
    .newsletter-area .btn-default{
        float: right;
        margin-top: -85px;
    }
    
    #sobre .title {
        margin-top: 120px;
    }
}
