body{
  background: #00572d !important;
}

.space1{
  padding: 7.5px;
}


.space05{
  padding: 4px;
}

.white{
   color: #fff;
} 
.green{
   color: #00572d;
}

.img-margin{
  margin: 10px;
}
.white-background{
   background: #fff;
} 
.green-background{
   background: #00572d;
}

.placa{
  padding: 60px 0px 60px 0px;
}

.btn-green {
    color: #fff !important;
    background-color: #00572d !important ;
    border-color: #00572d !important;
    border-radius: 100px !important;
    padding: 6px 25px 6px 25px !important;
}

.btn-green:hover {
     background-color: #0088ce !important;
     border-color: #0088ce  !important;
 }



.btn-white-g {
    color: #00572d !important;
    background-color: #ffffff !important ;
    border-color: #ffffff !important;
    border-radius: 100px !important;
    padding: 6px 25px 6px 25px !important;
}

.btn-white-g:hover { 
    color: #00572d !important;
}


.btn-white-b {
    color: #00572d !important;
    background-color: #ffffff !important ;
    border-color: #ffffff !important;
    border-radius: 100px !important;
    padding: 6px 25px 6px 25px !important;
}

.btn-white-b:hover { 
    color: #00572d !important;
}



