#home div div img 
{
    max-width: 150px;
    max-height: 200px;
    width: auto;
    height: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.input
{
    font-family: Arial, Verdana;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #b9bdc1;
    width: 300px;
    color: #797979;
}

.table tr td a img
{
    width: 140px;
    align-items: center;
} 

.imgbtn_paypal
{
    width: 140px;
}
#depoimentos div div div div img
{
    border-radius: 10px;
    width: 85%;
}
a.navbar-item:hover {
    
    border-radius: 4px;
}
.navbar-item:hover, .navbar-link{
    border-radius: 4px;

}
/*
@media screen and (max-width: 442px) {
  table th:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 442px) {
  table td:nth-child(1) {
    display: none;
  }
}
@media screen and (min-width: 442px) {
  table th:nth-child(1) {
     display: inline;
  }
}
@media screen and (min-width: 442px) {
  table td:nth-child(1) {
     display: inline;
  }
}
*/