header{
	position: fixed;
	top: 0;
    min-height: 60px!important;
	left: 0;
	width: 100%;
	background: white;
	box-shadow: 0px 3px 40px #0400193b;
	-o-box-shadow: 0px 3px 40px #0400193b;
	-ms-box-shadow: 0px 3px 40px #0400193b;
	-moz-box-shadow: 0px 3px 40px #0400193b;
	-webkit-box-shadow: 0px 3px 40px #0400193b;
	z-index: 3;
}
img{
	    max-width: 100%;
}
.whatsapp{
	background-color: #01E675;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 3px;
}
.whatsapp *{
    color: #fff !important;
}
header .logo img{
	padding: 10px;
	width: 110px;
}

header div:not(.boxed){
	float: left;
}
header a{
	color: #010101;
	font-weight: 700;
    padding: 15px 25px;
    top: 20px;
    margin-left: 10px;
}

@keyframes circle {
  0% {
    transform: scale(0, 0);
    opacity: 0.1;
  }
  05% {
    transform: scale(25, 25);
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(100, 100);
  }
}


.info-green-white .d6:hover::after,
.info-green-white .d4:hover::after,
.material-div:hover::after{
  animation: circle 1s ease-out;
}
.info-green-white .d6:after,
.info-green-white .d4:after,
.material-div:hover::after{
	content: '';
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 5px;
	  height: 5px;
	  background: rgba(255, 255, 255, .5);
	  opacity: 0;
	  border-radius: 1000000px;
	  transform: scale(1, 1) translate(-50%);
	  transform-origin: 50% 50%;
}

.no-material .d6:after{
	display: none;
}

header a:after{
	content: '';
    background: #2d2d4c;
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
    bottom: 0;
    transition: width 0.3s cubic-bezier(0.59, -0.01, 0.24, 1.29);
    -o-transition: width 0.3s cubic-bezier(0.59, -0.01, 0.24, 1.29);
	-ms-transition: width 0.3s cubic-bezier(0.59, -0.01, 0.24, 1.29);
	-moz-transition: width 0.3s cubic-bezier(0.59, -0.01, 0.24, 1.29);
	-webkit-transition: width 0.3s cubic-bezier(0.59, -0.01, 0.24, 1.29);
}
header a:hover:after{
	width: 100%;
}

.info-green-white .d4,
.info-green-white .d6,
.material-div{
	overflow: hidden;
}
.info-green-white{
	background:#2d2d4c;
	box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.5);
}
.info-green-white *{
	color:#fff;
}

.ripple:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, .5);
  opacity: 0;
  border-radius: 1000000px;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}
.ripple:focus:not(:active)::after{
  animation: circle 1s ease-out;
}

footer a:after{
	content: '';
    background: #fff;
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.3s cubic-bezier(0.59, -0.01, 0.24, 1.29);
    -o-transition: width 0.3s cubic-bezier(0.59, -0.01, 0.24, 1.29);
	-ms-transition: width 0.3s cubic-bezier(0.59, -0.01, 0.24, 1.29);
	-moz-transition: width 0.3s cubic-bezier(0.59, -0.01, 0.24, 1.29);
	-webkit-transition: width 0.3s cubic-bezier(0.59, -0.01, 0.24, 1.29);
}
footer a:hover:after{
	width: 100%;
}

footer{
	background:#2b2b2b;
	box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.5);
}

.color-1{
	color:#2d2d4c;
}


.content{
	padding-top: 60px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.title{
	text-align: right;
	font-size: 40px;
	margin-top: 30%;
}

.btn{
	background: #059807;
    color: #fff;
    padding: 15px 20px;
    border-radius: 3px;
    margin-left: 20px;
}