
.simulator-payments {
	padding: 60px 0;
}

.title-2 {
	margin: 0 0 50px;
}

.title-2 h3 {
	font-weight: 700;
	font-size: 40px;
	text-align: center;
	line-height: 1.5em;
	color: #333;
}

.table-row {
	display: flex;
	justify-content: space-between;
	/* margin: 0 0 60px; */
}

.title-3 {
	margin: 0 0 30px;
}

.title-3 h4 {
	font-weight: 400;
	font-size: 28px;
	text-align: center;
	line-height: 1.5em;
	color: #333;
}

#tablas_simulador {
	display: none;
}

.table-type1-content table {
	width: 100%;
}

.table-type1-content table tr:nth-child(even) {
	background: #fff;
}

.table-type1-content table tr:nth-child(odd) {
	background: #f7f7f7;
}

.table-type1-content table tr td {
	padding: 20px 10px;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	overflow-wrap: break-word;
}

.terms-payment {
	padding: 60px 0;
}

.terms-payment .simulator-terms-conditions {
	max-width: 100%;
}

.table-type2.col-md-4 {}

.terms-payment .table-row {
	margin: 0 0 60px;
}

.table-type2-content table {
	width: 100%;
}

.table-type2-content table tr td {
	padding: 14px 10px;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	overflow-wrap: break-word;
	width: 50%;
}

.table-type2-content table tr:nth-child(even) {
	background: #fff;
}

.table-type2-content table tr:nth-child(odd) {
	background: #f7f7f7;
}

.table-type2-content table tr th {
	color: #fff;
	padding: 0 0;
	font-size: 18px;
	text-align: center;
	font-weight: 800;
	line-height: 40px;
}

.table-color-1 th {
	background-color: #4cb050;
}

.table-color-2 th {
	background-color: #8cc251;
}

.table-color-3 th {
	background-color: #cddc39;
}

.fontSize3 {
	font-size: 23px;
	/* overflow-wrap: break-word; */
	margin: 0 7px 0 0;
}

p.paragraph-2 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 16px;
}

.simulator-terms-conditions {
	max-width: 380px;
	margin: 0 auto;
}

.simulator-terms-conditions p {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 26PX;
	letter-spacing: normal;
	text-align: center;
	color: #999999;
	margin: 0 0 21px;
}

.simulator-terms-conditions p a {
	color: #8cc251;
	text-decoration: underline;
}

.fontSize1 {
	font-size: 31px;
	font-weight: bold;
	color: #565b59;
}

.fontSize2 {
	font-weight: bold;
	color: #565b59;
}

@media(min-width:992px) {
	.col-md-4 {
		width: 32%;
	}
	.col-md-6 {
		width: 48%;
	}
}

@media(max-width:992px) {
	
	.table-row {
		display: inherit;
		justify-content: inherit
		/* margin: 0 0 60px; */
	}
	.title-2 h3 {
		font-size: 28px;
		line-height: 36px;
	}
	.title-3 {
		margin: 0 0 15px;
	}
	.title-3 h4 {
		font-size: 24px;
	}
	.table-type1,
	.table-type2 {
		margin: 0 0 40px;
	}
	p.paragraph-2 {
		font-size: 21px;
	}
	.simulator-payments {
		padding: 40px 0;
	}
}