/*Base*/
body, html{
	height: 100%;
	font-size: 16px;
}
#banner img{
	width: 34%;
}
@media screen and (max-width:850px){
	h1{font-size: 28px;}
	h2{font-size: 23px;}
	.cards div{
		height: 100px;
		width: 100px;
	}
	.cards div p{
		font-size:20px;
	}

}
/*materialize*/
.row{
	margin-bottom: 0px;
}
.modal{
	color: #FFF;
	background-color: #222;
}
/* components */
.btn.transparent {
	border: 1px solid #fff;
}

@media screen and (min-width: 800px){
	
	.full-height{
		height: 100%;
	}

}

.box{
	letter-spacing: 2px;
	border: 1px solid;
	border-top-color:  #00bcd4 ;
	border-left-color: #00bcd4 ; 
	border-bottom-color: #76ff03; 
	border-right-color: #76ff03; 
	padding: 10px;
}
.cards div{
	position: relative;
	display: inline-block;
	height: 250px;
	width: 250px;
	margin: 10px;
	vertical-align: middle;
	transition: 1s all;
}
.modal .modal-content p{
	font-size: 20px;
}
.ideas{
	border-width: 3px;
}
.cards div,.modal{
	border: 1px solid;
	border-top-color:  #00bcd4 ;
	border-left-color: #00bcd4 ; 
	border-bottom-color: #76ff03; 
	border-right-color: #76ff03; 
}
.cards a{
	color:#fff;
}
.cards p{
	font-size: 28px;
}

.cards div:hover{
	transform: scale(1.1);
}
.cards div .fa{
	transition: 1s all;
}

.cards div:hover .fa{
	color: #76ff03;
	font-size: 40px;
}

.cards .middle-button{
	position: absolute;
    bottom: 0%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -15% 0 0 -25%;
}

@media screen and (max-width: 1200px){
	.cards div{
		height: 200px;
		width: 200px;
	}
	.cards p{
		font-size: 25px;
	}
}

/*Colors*/
.facebook{
	background-color: #3b5998;
}
.twitter{
	background-color: #1da1f2;
}
.youtube{
	background-color: #e62117;
}
.google{
	background-color: #ea4335;
}
.side-nav{
	letter-spacing: 2px;
	background: #333;
	text-transform: uppercase;
}
.side-nav a{
	font-size: 20px;
	color: #fff;	
}
.side-nav a:hover{
	color: #76ff03;	
}
/*Banenr*/
#banner {
	position: relative;
}
#banner video{
	width: 100%;
}
#banner div, #portafolio>div {
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
	width: 100%;
	text-align: center;
}
/*Services*/
#services{
	padding: 2% 0 4% 0;
}
#services h2{
	margin: 2%;
	display: inline-block;
}
/*Slogan*/
#slogan{
	padding: 10px 0px;
}
#slogan h2{
	color: #000;
	padding: 10px;
	display: inline-block;

}

/*Portfolio*/
#portafolio{
	background-image: url(../images/imagenp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	height: 600px;
	overflow: hidden;
	background-attachment: fixed;
}

#portafolio p{
 	font-size: 100px;
 	display: inline-block;
 	margin: 20px;
 }
 @media screen and (max-width: 800px){
	 #portafolio p{
		 font-size: 50px;
	 }
	 
 }
 @media screen and (max-width: 600px){
	 #portafolio p{
		 font-size: 30px;
	 }
	  .box.btn-polux{
		font-size: 14px;
	  }
 }


#port{
	text-align: center;
}
#port img{
	margin-left: 10px;	
	vertical-align: middle;
	width: 100px;
}
 

/*Contact*/
#contacto{
	margin-top:  -8px;
	padding: 15px 0px;
}
#contacto ul{
	width: 100%;
}
#contacto .valign-wrapper{
	height: 60vh;
	padding: 0;
}
#contacto h2{
	display: inline-block;
}
.address{
	letter-spacing: 3px;
	font-size: 16px;
}
.address li{
	padding: 10px;
}
.address .fa{
	width: 25px;
	text-align: center;
}
.input-field input ,.input-field textarea{
	color: #fff;
}
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: 1px solid #76ff03 ;
    box-shadow: 0 1px 0 0 #76ff03 ;
	color: #fff;
}
.active{
	color: #76ff03!important;	
}
@media screen and (max-width: 700px){
	
}

/*Social*/
#socialNetworks a{
	width: 25%;
	float: left;
	display: block;

	padding: 20px 0px;
	
	color: #FFF;
	font-size: 60px;
}
#socialNetworks i{
	margin-left: 10px;
	transition: 1s all;
}
#socialNetworks a:hover i{
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
#map{
	width: 100%;
	height: 100%;
}
#map-container{
	height: 300px;
}
#nav-btn{
	position: fixed;
	right: 10px;
	top: 10px;
	font-size: 30px;
	z-index: 2;
	color: #FFF;
	background-color: #222;
	padding: 15px 20px;
    line-height: 30px;
}
footer{
	letter-spacing: 2px;
	padding:40px;
	background: #222;
	color:#fff;
}
footer ul{
	list-style: none;
}
footer ul li a{
	line-height: 25px!important;
	color:#fff;	
	text-decoration: none!important;
	padding-left: 30px;
}

footer ul li a:hover{
	color:#fff;	
	font-weight: 700;
}
footer ul li .title{
	font-weight: 700;
	font-size: 20px;
}
footer .copyright{
	margin-top: 10px;
	letter-spacing: 3px;
}
.btn-polux{
	font-size: 20px;
	padding: 10px 20px;
	background: transparent;
	color: #fff;
	background: #212121;
	text-transform: uppercase;
	transition: 0.5s all; 
}
.btn-polux:hover{
	color: #76ff03;
	border-width: 3px;
	font-weight: bold;
}