header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 3;
    height: 37px;
}
.bar{    width: 80px;
    margin-right: 20px;
    top: -2px;}
.color-blue{color: #0094a7;}
.whatsapp{
	background-color: #01E675;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 3px;
}
.sombra{
      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);
}
.whatsapp *{
    color: #fff !important;
}
header .logo img{
  width: 140px;
}

header div:not(.boxed){
	float: left;
}
header a{
	    color: #4a4a4a;
	font-weight: 700;
    padding: 15px 15px;
    top: 20px;
    margin-left: 10px;
    border: 2px solid transparent;
    border-radius: 200px;
}

@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 .d4:hover::after{
  animation: circle 1s ease-out;
}
.info-green-white .d4: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%;
}

header ._a:after{
	content: '';
    background: #0994a7;
    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);
}


.info-green-white .d4{
	overflow: hidden;
}
.info-green-white{
	background:#1a921a;
	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: #484848;
	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:#010101;
}


.content{
	padding-top: 60px;
}

.title{
	text-align: right;
	font-size: 40px;
	margin-top: 30%;
}

.btn{
	background: #059807;
    color: #fff;
    padding: 15px 20px;
    border-radius: 3px;
    margin-left: 20px;
}