
.card-body{
	padding: 0;
}

.card-body .row {
    width: 100%;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0;
	margin-top: 10px;
}

.nav-tabs .nav-link>img{
    max-height: 25px;
    margin-right: 10px;
}

.nav-tabs .nav-item:first-child{
	margin-left: 15px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 25%;
}

.nav-tabs .nav-link{
	background: #F5F5F5;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid #dee2e6;
}

.card-body .tab-content>.active > iframe,
.card-body .tab-content>.active > .row {
    margin-top: 35px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 20px;
}

.card-body .tab-content>.active p{ font-size: 13px; }
.card-body .tab-content>.active strong{ font-weight: 600; }
.card-body .tab-content>.active form{ text-align: right; }
.card-body .tab-content>.active .btn.comprar {
    min-width: 177px;
    background-position: 95% 10px !important;
}

.card-body .tab-content>.active>iframe {
    height: 450px !important;
}

.card-header.bg-dark{
	height: 55px;
	font-size: 20px;
}

.card-footer{
	padding: 20px;
}

@media (max-width: 768px) {
	.card-body .tab-content>.active > .row>.col-3{
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.nav-tabs .nav-item:first-child,
	.nav-tabs .nav-item {
		width: 31%;
	}
	
	.nav-tabs .nav-item:first-child {
		margin-left: 7px;
	}
	
	.card-body .tab-content>.active > .row{
		padding: 20px !important;
	}
	
	.tab-content>.active .col-8{
		padding: 15px;
		border-radius: 10px;
		background: #F5F5F5;
	}

}