# CSS - Gustavo Petersen

# Fontes
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500,200);
@import url(http://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.5.4/bootstrap-select.min.css)

body {
	font-family: 'Roboto', sans-serif;
}

.navbar {
	margin-bottom: 0;
}

header.featured {
	background: url(../images/portfolio-novo/banner-topo.png) center center;
	background-size: cover;
}

header .form-group{
   display:inline-block;
}

header h1 {
	margin-top: 150px;
	font-size: 35px;
	line-height: 45px;
  	font-weight: 300;
  	color: #fff;
  	text-align: center;	
}

header h2 {
  	font-size: 23px;
  	color: #fff;
  	text-align: center;
  	margin-top: 10px;
  	font-family: inherit!important;
}

header .ribbon {
	display: block;
	margin-left: auto;
	margin-top: 120px;
}

.row-fluid{
	margin-top: 80px;
}
.gridder-list {
    vertical-align: top;
    padding: 15px;
}

.gridder-list, .gridder-show {
    font-size: 16px;
}
.btn-filter {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff!important;
	background-color: #fc5503;
	border: none;
	border-bottom: 2px solid #ba420f;
	border-radius: 0;
}

.select-filter {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 300;
}

.form-filter {
	margin-top: 50px;
}

.gridder{
    text-align:center;
}

.gridder-navigation{
    display:none;
}

.gridder-navigation.show{
    padding:10px 0;
    text-align:right;
}

.gridder-navigation a{
    margin-right:10px;
    text-decoration:none;
    color:#f1b500;
}

.gridder-show{
    padding: 10px 0 60px;
    text-align:left;
}

.client-open {
	background-color: #f0f0f0;
	margin-top: 80px;
	padding: 50px 0;
}

.client-title {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	color: #f1b500;
	text-align: center;
	font-weight: 200;
	margin: 0;
}

.client-subtitle {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	color: #333;
	font-weight: 500;
	text-align: center;
	margin: 0;
	margin-top: 5px;
}

.client-desc-title {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #333;
	margin-top: 50px;
}

.client-desc {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 28px;
	color: #333;
	font-weight: 300;
}

.client-link {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-decoration: underline;
	font-size: 19px;
}

.btn-client {
	padding: 10px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	border: none;
	color: #fff;
	border-radius: 0;
	display: block;
	margin: auto;
}

.btn-client:hover {
	color: #fff;
}

.btn-vejamais {
	background-color: #636363;
	border-bottom: 4px solid #3f3f3f;
	margin-top: 80px;
}

.btn-verprojeto {
	background-color: #636363;
	border-bottom: 4px solid #3f3f3f!important;
	margin-top: 10px;
    max-width: 40%;
    color: white!important;
}

.hover-conteiner {
    position: relative;
}

.btn-logo {
	background-color: #2e9b00;
	border-bottom: 4px solid #237202;
	margin-top: 15px;
}

.clearfix-50 {
	margin-top: 50px;
}

.btn-showmore {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	background-color: #fff;
	color: #636363;
	border: 1px solid #636363;
	font-size: 18px;
	border-radius: 0;
	padding: 10px 50px;
	max-width: 290px;
	display: block;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.btn-showmore:hover {
	color: #fff;
	background-color: #636363;
}

.modal-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #047fbb;
	text-align: center;
	font-size: 35px;
	font-weight: 300;
}

.como-funciona img {
	display: block;
	margin: auto;
}

.como-funciona .title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #047fbb;
	font-size: 23px;
	text-align: center;
}

.como-funciona .desc {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 28px;
	color: #333;
	text-align: center;
}

.noRadius {
	border-radius: 0 !important;
}

.bar-hover {
    width: 100%;
    display: inline-block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    left: 0px;
    box-sizing: border-box;
    z-index: 2;
    padding: 15px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

.bar-bottom {
    bottom: 0;
}

.bar-text-small {
    font-size: 12px;
    font-weight: bold;
}

#tp_projeto > option, #tp_segmento > option {
    text-align: left !important;
}

.gridder-item {
    display: inline-block;
    position: relative;
}

.bar-bottom > br {
    display: block;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets,  and up) */
@media  (max-width: 768px) {
	br {
		display: none;
	}

	header h1 {
		margin-top: 10px !important;
		font-size: 28px;
		line-height: 38px;
	}

	header h2 {
		font-size: 20px;
	}

	header .ribbon {
	    display: block;
	    margin-left: inherit;
	    margin: auto !important;
	    margin-top: 20px !important;
	}

    header .form-group .btn-group{
        margin-top:0;
        margin-bottom:0;
    }

	.form-filter {
		margin-bottom: 40px;
	}

	.form-filter .btn-group, .btn-group-vertical {
		display: block;
	}

	.form-filter .btn-group-vertical>.btn, .btn-group>.btn {
	    width: 100%;
	    margin: 5px 0;
	}

	.btn-filter {
		width: 100%;
		margin-top: 5px;
	}

	.client-title {
		margin-top: 20px;
	}

	.client-open {
		text-align: center;
	}

    .filter-title {
        position: absolute;
        margin-top: -20px;
        color: #FFFFFF;
        font-size: 14px;
    }

    .form-group {
        margin-bottom: 0 !important;
    }

    .hover-action > .bar-hover {
        padding-top: 15px;
        padding-bottom: 15px;
        max-height: 100px;
    }

    .gridder-item {
        max-width: 100%;
    }

    .clients-section {
	    margin-top: -50px;
    }

    .btn-client {
        max-width: 100%;
    }

    .bar-top {
        top: 0;
    }

}
@media  (max-width: 990){
	.form-filter {
	    margin-top: 50px;
	    margin-bottom: 50px;
	    margin-left: 31px;
	}
}

/* Medium devices (desktops,  and up) */
@media (min-width: 991px) {
	.clients-section .img-responsive {
		display: block;
		margin: auto;
		margin-top: 20px;
	}

    header .form-group .btn-group{
        margin-top:40px;
        margin-bottom:40px;
    }

    .filter-title {
        position: absolute; 
        margin-top: 16px; 
        color: #FFFFFF;
        font-size: 14px;
    }

    .hover-action:hover > .bar-hover {
        padding-top: 15px;
        padding-bottom: 15px;
        max-height: 100px;
    }

    .clients-section {
	    margin-top: 50px;
    }

    .btn-client {
        max-width: 80%;
    }

    .btn-verprojeto {
        max-width: 40%;
    }

    #tp_projeto, #tp_segmento {
        text-align: left !important;
    }

   .bar-top {
       top: 0;
   }
   	.form-filter {
	    margin-top: 50px;
	    margin-bottom: 50px;
	    margin-left: 31px;
	}
}

}