@font-face {
    font-family: 'gidolinyaregular';
    src: url('../font/Gidolinya-Regular.woff2') format('woff2'),
         url('../font/Gidolinya-Regular.woff') format('woff'),
         url('../font/Gidolinya-Regular.ttf') format('truetype'),
         url('../font/Gidolinya-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

body {
    margin: 0;
    font-family: gidolinyaregular;
}

.scroll_locked {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    overflow: hidden !important;
}

#bg { 
	position: fixed;
	top: 0;
	left: 0;
	
	background-image: url('../img/backfundo-09.jpg');
	background-position: center center !important;
	height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}


.quemsomos{
	color:#00ABCD;
	font-size:24px;
	margin-top:38px;
	margin-bottom:100px;
	text-align:center;
}

.p1{
	margin-bottom:30px;
}

.portf{
	border-bottom:5px solid #00ABCD;
}
.bgwidth {
	width: 100%;
}

.bgheight {
	height: 100%;
}

.page_title {
    text-align: center;
    color: #00abcd;
    font-size: 32px;
}

.blankspace {
    height: 1000px;
}


a.services_detail{
	color:#00abcd;
	font-weight:bold;
}
.services_detail{
	font-weight:normal;
	color:#524c50;
}

.popup_link_detail{
	margin-bottom:10px;
}

.popup_year_detail{
	margin-bottom:10px;
}

/* HEADER */

div#header_menu {
    position: relative;
    background-color: #fff;
    margin-top: 100vh;
    margin-bottom: 0;
    box-shadow: 0 2px 60px 0 rgb(0, 0, 0),0 2px 33px -5px rgb(0, 0, 0);
}

img.bsblogo_header {
    width: 200px;
    float: left;
	margin-top:30px;
}

nav {
    color: #00abcd;
    background-color: #fff;
    width: 100%;
    height: 46px; 
    line-height: 46px; 
}

nav ul a {
    transition: background-color .3s;
    font-size: 1rem;
    color: #ffffff;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    border-radius: 10%;
	height:46px;
	line-height: 46px;
}

nav ul a:hover {
    background-color: rgb(0, 171, 205);
    color: #fff;
    border-radius: 10%;
}

@media only screen and (min-width: 601px) {

}

.wrap-scrolldownhoney {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 80vh;
    transform: translate(-50%, -50%);
}
.wrap-scrolldownhoney .scrolldownhoney {
    border: 3px solid #fff;
    border-radius: 30px;
    height: 46px;
    margin: 0 auto 8px;
    text-align: center;
    width: 30px;
}
.scroll_down_text {
    color: #fff;
}
.wrap-scrolldownhoney .scrolldownhoney .scrolldownhoney-c1,
.wrap-scrolldownhoney .scrolldownhoney .scrolldownhoney-c2 {
  animation-duration: 1.5s;
  animation-name: scrolldownhoney;
  animation-iteration-count: infinite;
}
.wrap-scrolldownhoney .scrolldownhoney-c2 {
  animation-delay: 0.75s;
}
@-moz-keyframes scrolldownhoney {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 8px);
  }
}
@-webkit-keyframes scrolldownhoney {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 8px);
  }
}
@-o-keyframes scrolldownhoney {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 8px);
  }
}
@keyframes scrolldownhoney {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 8px);
  }
}



/* SERVIÇOS */
div#servicos {
    background-color: #fff;
    position: relative;
}
div#parceiros {
    background-color: #fff;
    position: relative;
}
.serv_icon_img {
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.serv_icon_desc {
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
    color: #00abcd;
}

.serv_icon_img.web_sol {
    background-image: url('../img/webdesign.svg');
}

.serv_icon_img.design {
    background-image: url('../img/design.svg');
}

.serv_icon_img.apps_icon {
    background-image: url('../img/app.svg');
}

/*
.serv_icon_img.apps_icon {
    background-image: url('../img/apps.gif');
}*/


.serv_icon_img.it_consult {
    background-image: url('../img/it.svg');
}





/* PORTFOLIO */

div#portfolio {
    position: relative;
    background-color: #fff;
}

#filters {
	margin:1%;
	padding:0;
	list-style:none;
}

	#filters li {
		float:left;
	}
	
	#filters li span {
		display: block;
		padding:5px 20px;		
		text-decoration:none;
		color:#666;
		cursor: pointer;
	}
	
	
#filters li span.active {
    background: #00abcd;
    color: #fff;
}
 

 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:23%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}

.portfolio-wrapper {
overflow:hidden;
position: relative !important;
background: #00abcd;
cursor:pointer;
}

.portfolio img {
max-width:100%;
position: relative;
top:0;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);		
}

.portfolio .label {
position: absolute;
width: 100%;
height: 100%;
bottom: -100%;
-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
background: #00abcd;
width: 100%;
height:100%;
position: absolute;
top:0;
left:0;
}

.portfolio .label-text {
color: #fff;
position: relative;
z-index: 500;
padding: 5px 8px;
width: 100%;
}

.text-title {
font-size: 20px;
}

.portfolio .text-category {
display: block;
font-size: 13px;
}

.portfolio:hover .label {
bottom:0;
}
.portfolio:hover img {
top:-30px;
}


/* FOOTER */
div#footer {
    position: relative;
    background-color: #00abcd;
}
.address_item {
    color: #fff;
    padding: 10px 0;
}
.address_item > i.material-icons {
    float: left;
}
.address_item_text {
    float: left;
    padding: 0 0 0 5px;
}

.form_container:last-child {
    text-align: right;
}
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #74d9f3;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
}
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 2px solid #fff;
    box-shadow: 0 13px 30px -12px #fff;
    outline: none;
}
textarea {
    width: 100%;
    height: 3rem;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #74d9f3;
    border-radius: 0px;
    color: #fff;
}
textarea:focus {
    border-bottom: 2px solid #fff;
    box-shadow: 0 13px 30px -12px #fff;
    outline: none;
}
textarea::-webkit-input-placeholder, input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
textarea:-moz-placeholder, input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
textarea::-moz-placeholder, input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
textarea:-ms-input-placeholder, input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.submit_form {
    background-color: #fff;
    border: 0;
    padding: 5px 35px;
    font-size: 17px;
    color: #00abcd;
}
.submit_form:focus {
    outline: none;
}
.waves-effect.waves-blue .waves-ripple {
  background-color: rgba(0, 171, 205, 0.7);
}
.social_container {
    text-align: right;
}
.social_item {
    display: inline;
    font-size: 20px;
    color: #fff;
    line-height: 25px;
}
.social_container > a > i {
    font-size: 25px;
    color: #fff;
    padding: 0 0 0 10px;
}








/* PORTFOLIO PAGE */
div#portf_popup {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 105%;
    top: 0;
    background-color: #fff;
    z-index: 100000;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}
.portf_popup_visible {
    left: 0% !important;
}
.portf_popup_close {
    position: fixed;
    font-size: 20px;
    padding: 7px 15px;
    cursor: pointer;
}
.portf_popup_content {
    position: relative;
    width: 80%;
    margin: 5vh auto;
}
.popup_description_container {
    position: relative;
    float: left;
    width: 80%;
    overflow-y: auto;
    max-height: 90vh;
}
.popup_title {
    text-align: center;
    font-size: 40px;
    padding: 0 0 35px;
}
img.popup_image_img {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
	margin-bottom:30px;
    display: block;
}
.popup_text {
    margin: 0 auto;
    text-align: justify;
    max-width: 700px;
}
.popup_detail_container {
    width: 20%;
    float: right;
}
.popup_detail_container {
    width: 20%;
    float: right;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
}






/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 768px; 
	}
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 120px;
	float:right;
    /* line-height: 64px; */
}


.side-nav{

	background-color:#00ABCD;
	color:#ffffff;
	text-align:center;
}

.side-nav a{
	color:#ffffff;	
}
.material-icons{
	position:absolute;
	right:20px;
	top:20px;
}

	.wrap-scrolldownhoney {
		left: 50%;
		position: absolute;
		text-align: center;
		top: 70vh;
		transform: translate(-50%, -50%);
	}
	.social_container{
	margin-top:15px;
	}

	img.bsblogo_header{
		width:50% !important;
		height:auto;
		margin-left:25%;
		margin-right:25%;
	}
	.container { 
		width: 95%; 
	}
	
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}		
	img.bsblogo_header{
		width:100%;
	}
	nav{
		height: auto;
	}
}

/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 70%;
	}
	

}