
.box-caracteristicas {
  background-color: #93906a;
  border-radius: 20px;
  color: white;
  padding: 35px;
}



.box-academy .titulo {
  background-color: #73d449;
  border-radius: 10px 10px 0px 0px;
  color: white;
  transition: all .5s ease;


}

.box-estandar {
  transition: all .5s ease;

}

.box-academy {
  transition: all .5s ease;

}

.box-pro {
  transition: all .5s ease;
}

.box-academy a {
  margin-right: 18px !important;
}

.box-estandar a {
  margin-right: 18px !important;
}

.box-pro a {
  margin-right: 18px !important;
}


.box-academy h5 {
  margin-bottom: 0px;
  transition: all .5s ease;

}

.box-academy .mensual {
  background-color: #b8efa1;
  color: white;
  transition: all .5s ease;

}

.box-academy .caract {
  background-color: #d9f6ce;
  color: black;
  padding-top: 5px;
  height: 40px;
  border-right: 2px solid #73d449;
  border-left: 2px solid #73d449;
  transition: all .5s ease;

}

.box-academy .contenido {
  border-right: 2px solid #73d449;
  border-left: 2px solid #73d449;
  border-bottom: 2px solid #73d449;
  border-radius: 0px 0px 10px 10px;
  padding-left: 8%;
  transition: all .5s ease;

}


.box-estandar .titulo {
  background-color: #ff1616;
  border-radius: 10px 10px 0px 0px;
  color: white;
  transition: all .5s ease;


}

.box-estandar h5 {
  margin-bottom: 0px;
  transition: all .5s ease;

}

.box-estandar .mensual {
  background-color: #e48888;
  color: white;
  transition: all .5s ease;

}

.box-estandar .caract {
  background-color: #ffd5d5;
  color: black;
  padding-top: 5px;
  height: 40px;
  border-right: 2px solid #ff1616;
  border-left: 2px solid #ff1616;
  transition: all .5s ease;

}

.box-estandar .contenido {
  border-right: 2px solid #ff1616;
  border-left: 2px solid #ff1616;
  border-bottom: 2px solid #ff1616;
  border-radius: 0px 0px 10px 10px;
  padding-left: 8%;
  transition: all .5s ease;


}

.box-estandar a {
  margin-top: 5%;
  margin-bottom: 5%;
  transition: all .5s ease;

}

.box-pro .titulo {
  background-color: #00c2cb;
  border-radius: 10px 10px 0px 0px;
  color: white;
  transition: all .5s ease;


}

.box-pro h5 {
  margin-bottom: 0px;
  transition: all .5s ease;

}

.box-pro .mensual {
  background-color: #63d7dd;
  color: white;
  transition: all .5s ease;

}

.box-pro .caract {
  background-color: #c2fcff;
  color: black;
  padding-top: 5px;
  height: 40px;
  border-right: 2px solid #00c2cb;
  border-left: 2px solid #00c2cb;
  transition: all .5s ease;

}

.box-pro .contenido {
  border-right: 2px solid #00c2cb;
  border-left: 2px solid #00c2cb;
  border-bottom: 2px solid #00c2cb;
  border-radius: 0px 0px 10px 10px;
  padding-left: 8%;
  transition: all .5s ease;

}

.box-pro a {
  margin-top: 5%;
  margin-bottom: 5%;
  transition: all .5s ease;

}

.box-academy a {
  margin-top: 5%;
  margin-bottom: 5%;
  transition: all .5s ease;

}




