div#simulator-container {
	width: 95%;
	display: block;
	clear: both;
	max-width: 1050px !important;
	min-height: 320px !important;
	background-color: #f5f5f5 !important;
}

div.modal {
	padding: 0 !important;
}

div#smartwizard {
	width: 100%;
	margin: 0 auto !important;
	background-color: #FFF;
	min-height: 280px !important;
}

.sw-theme-dots>.nav {
	background: #e9e9e9
}

.sw-theme-dots>.nav .nav-link.done {
	color: #002D74 !important;
	cursor: pointer;
}

.sw-theme-dots>.nav .nav-link.done::after {
	background-color: #002D74;
}

.sw-theme-dots>.nav .nav-link.active {
	color: #C80000 !important;
	cursor: pointer;
}

.sw-theme-dots>.nav .nav-link.active::after {
	background-color: #C80000 !important;
}

.btn-button {
	text-align: center;
	padding: 20px;
	margin: 0 auto;
	background-color: #000;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	font-family: "Lato", Sans-serif !important;
	display: block;
}

button.sw-btn-prev,
button.sw-btn-next {
	background-color: #000 !important;
	border: 1px solid #000 !important;
	font-family: "Lato", Sans-serif !important;
	cursor: pointer;
	border-radius: 6px !important;
}
button.sw-btn-prev:hover,
button.sw-btn-next:hover,
button.sw-btn-prev:focus,
button.sw-btn-next:focus {
	background-color: #ff0000 !important;
	border: 1px solid #000 !important;
} 

div#smartwizard input {
	width: 100%;
	border: 1px solid #D5D5D5;
	border-radius: 8px;

}

div#smartwizard input,
div#smartwizard select,
textarea {
	line-height: 1.2em;

}

div#smartwizard select,
div#smartwizard select {
	width: 100%;
	border: 1px solid #D5D5D5;
	border-radius: 8px;

}

.inline-chk {
	width: auto !important;
	text-align: left;
}

div.sac-form-group {
	text-align: left;
}

div.sac-form-group label {
	font-size: 16px;
	padding-bottom: 5px;
	/* color: #365ea5; */
	color: black;
	font-weight: 400;
	text-align: left;
	font-family: "Oswald", Sans-serif;
}

.parent {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.parent_2 {
	padding-top: 8px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.parent_3 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	grid-template-areas:
		"A1 A2"
		"B1 B2 B3"
		"foot foot";
}

.parent_5 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	grid-template-areas:
		"A1 A2"
		"B1 B2";
}

.parent_6 {
	display: grid;
	grid-template-columns: 2fr 2fr 1fr 3fr;
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	justify-items: stretch;
	align-items: center;
}


.A1 {
	grid-area: A1;
}

.A2 {
	grid-area: A2;
}

.B1 {
	grid-area: B1;
}

.B2 {
	grid-area: B2;
}

/*.B3 {
	grid-area: B3;
}*/

.CFOOT {
	grid-area: foot;
}

.parent_4 {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 5px;
}

.custom-radios {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	align-items: flex-start;
	text-align: center;
	align-content: flex-start;
	justify-items: center;
	max-width: 840px;
	margin: 0 auto;
}

.custom-radios div {
	display: inline-block;
	color: #16171A;
	font-size: 19px;
	font-weight: 300;
	font-family: "Oswald", Sans-serif;
	width: 120px;
	vertical-align: top;
	line-height: 20px;
}

.custom-radios input[type="radio"] {
	display: none;
}

.custom-radios input[type="radio"]+label {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.custom-radios input[type="radio"]+label span {
	display: inline-block;
	width: 96px;
	height: 96px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 10%;
	border: 2px solid #FFFFFF;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	line-height: 120px;
}

.custom-radios input[type="radio"]+label span i {
	opacity: 0;
	transition: all .3s ease;
}

.custom-radios input[type="radio"]#contrato-1+label span {
	background-color: #CB4335
}

.custom-radios input[type="radio"]#contrato-2+label span {
	background-color: #7D3C98
}

.custom-radios input[type="radio"]#contrato-3+label span {
	background-color: #2E86C1
}

.custom-radios input[type="radio"]#contrato-4+label span {
	background-color: #138D75
}

.custom-radios input[type="radio"]#contrato-5+label span {
	background-color: #D68910
}

.custom-radios input[type="radio"]:checked+label span i {
	opacity: 1;
	color: white;
	font-size: 4em;

}

.invalid {
	border: solid 2px #C80000 !important;
}

.custom-money {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	align-items: flex-start;
	text-align: center;
	align-content: flex-start;
	justify-items: center;
	max-width: 840px;
	margin: 0 auto;
}

.custom-money div {
	display: inline-block;
	color: #16171A;
	font-size: 19px;
	font-weight: 300;
	font-family: "Oswald", Sans-serif;
	width: 120px;
	vertical-align: top;
	line-height: 20px;
}

.custom-money input[type="radio"] {
	display: none;
}

.custom-money input[type="radio"]+label {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.custom-money input[type="radio"]+label span {
	display: inline-block;
	width: 96px;
	height: 96px;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	line-height: 140px;
}

.custom-money input[type="radio"]+label span img {
	opacity: .5;
	transition: all .3s ease;
	width: 64px;
	height: 64px;
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%);
}

.custom-money input[type="radio"]#ingresos-1+label span {
	background-color: #FFF
}

.custom-money input[type="radio"]#ingresos-2+label span {
	background-color: #FFF
}

.custom-money input[type="radio"]#ingresos-3+label span {
	background-color: #FFF
}

.custom-money input[type="radio"]#ingresos-4+label span {
	background-color: #FFF
}

.custom-money input[type="radio"]#ingresos-5+label span {
	background-color: #FFF
}

.custom-money input[type="radio"]:checked+label span {
	background-color: #C80000;

}

.custom-money input[type="radio"]:checked+label span img {
	opacity: 1;
	font-size: 4em;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.center_button {
	display: block;
	text-align: center;
}

button.sub {
	width: 124px;
	height: 193px;
	white-space: revert;
	line-height: normal;
	color: #000;
	border: 1px solid #000;
	clear: both;
}

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff !important;
	text-align: center;
}

div.only_mobile {
	display: none !important;
	overflow: hidden;
}

.select2-selection__rendered {
	font-size: 1rem !important;
	line-height: 1.5 !important;
	font-family: "Lato", Sans-serif !important;
}

.select2-container--default .select2-selection--single {
	width: 100% !important;
	border: 1px solid #D5D5D5 !important;
	border-radius: 8px !important;
	padding: .5rem 1rem !important;
	-webkit-transition: all .3s !important;
	-o-transition: all .3s !important;
	transition: all .3s !important;
	overflow: visible;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	height: 42px;
}

div#smartwizard select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

div#smartwizard table td {
	font-size: 1rem !important;
	line-height: 1.5 !important;
	font-family: "Lato", Sans-serif !important;
}

table.result_table {
	width: 100%;
}

table.result_table td {
	white-space: break-spaces;
	word-break: break-all;
	text-overflow: ellipsis;
}

.w25 {
	width: 25%;
}

.w50 {
	width: 50%;
}

.sac_cards {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.sac_cards .card {
	margin: 1rem;
	width: 40%;
	padding: .5rem 1rem;
	background-color: #f9f9f9;
	border-radius: 15px;
	box-shadow: 0 0px 15px 7px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: .2s;
}

.sac_cards .card .title {
	color: #FFF;
	margin: .5rem 1rem;
	padding: .5rem 1rem;
	transition: .2s;
	cursor: pointer;
	width: 100%;
	display: block;
}

.sac_cards .card h2 {
	margin: 0!important;
	padding: 0!important;
	line-height: 1em;
	font-size: 1em;
}

.sac_cards .card .title img {
	width: 100%;
	display: block;
	clear: both;
}

.sac_cards .card .title--legendary {
	background-color: #f4d03f;
}

.sac_cards .card .title--legendary:hover {
	box-shadow: 0 0 12px rgba(244, 208, 63, 0.8);
}

.sac_cards .card .title--epic {
	background-color: #000;
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
	font-weight: bolder;
}

.sac_cards .card .title--epic span, span.cuota {
	font-size: .8rem;
	display: block;
	font-weight: 300;
	color: #fff;
}

.card h2 img.item_image {
    max-height: 100px;
}

.sac_cards .card .title--common {
	background-color: #2ecc71;
}

.sac_cards .card .title--common:hover {
	box-shadow: 0 0 12px rgba(46, 204, 113, 0.8);
}

.sac_cards .card .desc {
	text-align: center;
}

.sac_cards .card .actions {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1rem;
	grid-gap: 8px;
	justify-items: center;
}

.sac_cards .card .actions a {
	background: #fff;
	color: #000;
	border-radius: 1px ;
	cursor: pointer;
	font-size: 13px;
	padding: .5rem;
	border: 0;
	transition: all 0.5s;
	border-radius: 9px;
	width: auto;
	position: relative;
    border: 1px solid #000
}
.icon-1::before, .icon-2::before {
	content: "";
	display: block;
	width: 73px;
    height: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.icon-1::before {
	background-image: url(../images/icono-asesor-black.png);
}
.icon-2::before {
	background-image: url(../images/icono-de-llamada-black.png);
}
.sac_cards .card .actions a i {
	border: solid 1px;
	padding: .5rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.sac_cards .card .actions a:hover i {
	color: white;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.sac_cards .card .actions a:active {
	transform: scale(0.95);
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}

.sac_cards .card .actions__like:hover i {
	background-color: #002D74;
	color: white;
}

.con-exit {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    display: flex;
}

.con-exit div {
    width: 132px;
    padding: 5px 10px;
}

.con-exit div a#ir_moto {
    border: 1px solid #000;
    display: block;
    border-radius: 10px;
    font-size: 11px;
    min-height: 50px;
    padding: 10px;
	cursor: pointer;
}

.con-exit div a.close-modal {
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    font-size: 11px;
    min-height: 50px;
    padding: 10px;
}

.con-exit div {
    width: 170px;
}

.sac_card {
	border: 2px solid #e7e7e7;
	border-radius: 4px;
	font-size: initial;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.sc_header {
	width: 100%;
	background: #002D74 !important;
	padding: .5rem;
	color: white !important;
	font-family: "Oswald", Sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
}

.sc_content {
	padding: 1em 0;
}

.sc_links {
	padding: 1em 0;
	align-items: center;
	text-align: center;
	font-size: 14px;
}

a#check_simulator img {
	width: 96px;
	max-width: 96px;
}

small.notes {
	color: #000;
	font-family: "Oswald", Sans-serif;
	font-weight: 200;
	font-size: 13px;
}

div.tab-pane h3 {
	text-align: center;
}

div#smartwizard h5 {
	display: block;
	color: #000;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: "Oswald", Sans-serif;
	text-align: center;
}

.custom-radios_v2 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	align-items: flex-start;
	text-align: center;
	align-content: flex-start;
	justify-items: center;
	max-width: 840px;
	margin: 0 auto;
}
.tab-content section.chkbtn_type_a label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
section.chkbtn_type_a label p {
	margin-bottom: 0;
}
section.chkbtn_type_a {
	display: flex;
	flex-flow: row wrap;
}

section.chkbtn_type_a>div {
	flex: 1;
	padding: 0.5rem;
	height: 7rem;
}

section.chkbtn_type_a input[type="radio"] {
	display: none;
}

section.chkbtn_type_a input[type="radio"]:not(:disabled)~label {
	cursor: pointer;
}

section.chkbtn_type_a input[type="radio"]:disabled~label {
	color: #bcc2bf;
	border-color: #bcc2bf;
	box-shadow: none;
	cursor: not-allowed;
}

section.chkbtn_type_a label {
	display: inline-block;
	padding: 1em;
	margin: 0.5em;
	cursor: pointer;
	color: #292929;
	border-radius: .5em;
	background: #efefef;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%), inset 0 -3px 0 rgb(0 0 0 / 22%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	max-width: 300px;
	height: 5rem;
	border: solid 1px gray;
	filter: opacity(0.6);
}

section.chkbtn_type_a input[type="radio"]:checked+label {
	background: #000;
	color: white;
	-webkit-filter: opacity(1);
	filter: opacity(1);

}

section.chkbtn_type_a input[type="radio"]:checked+label::after {
	color: #000000;
	font-family: FontAwesome;
	border: 2px solid #000;
	content: "\2713";
	font-size: 12px;
	position: absolute;
	top: -10px;
	left: 96%;
	transform: translateX(-50%);
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	background: white;

}

section.chkbtn_type_a p {
	font-weight: 900;
	font-family: "Oswald", Sans-serif;
}

label.tcpa-text {
	font-size: .85rem !important;
	padding-bottom: 5px !important;
	color: black !important;
	font-weight: 300 !important;
	text-align: justify !important;
	font-family: "Oswald", Sans-serif !important;
	line-height: 1.2em !important;
}

div.notes {
	font-size: .95rem !important;
	padding-bottom: 5px !important;
	color: black !important;
	font-weight: 300 !important;
	text-align: justify !important;
	font-family: "Oswald", Sans-serif !important;
	line-height: 1.2em !important;
}

@media only screen and (max-width: 700px) {
	section.chkbtn_type_a {
		flex-direction: column;
	}
}

select#zona-venta {
	text-transform: capitalize;
}

@media only screen and (max-height: 800px) {
	div#simulator-container {
		margin-top: 4em;
	}
}

@media only screen and (max-width: 600px) {

	.parent,
	.parent_2,
	.parent_3,
	.parent_4,
	.parent_5,
	.parent_6 {
		display: grid !important;
		grid-template-columns: repeat(1, 1fr) !important;
		grid-template-rows: repeat(1, 1fr) !important;
		grid-column-gap: 10px !important;
		grid-row-gap: 10px !important;
	}

	.parent_5 {
		grid-template-areas:
			"A1"
			"A2"
			"B1"
			"B2"
			"B3";
	}

	.custom-money,
	.custom-radios {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		text-align: center;
		align-items: center;
	}

	.sw-theme-dots>.nav {
		display: none;
	}

	div.sac-form-group label {
		font-size: 13px;
		padding-bottom: 0;
		color: #365ea5;
		font-weight: 400;
		text-align: left;
	}

	div#simulator-container {
		margin-bottom: 19%;
		vertical-align: initial !important;
	}

	.mobile-title {
		font-size: 14px;
		text-align: center;
		font-family: "Lato", Sans-serif !important;
	}

	div.only_mobile {
		display: block !important;
	}

	.cards {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		grid-auto-rows: auto;
		grid-gap: 1rem;
	}

	.select2-container--default .select2-selection--single {
		text-overflow: ellipsis !important;
		max-width: 283px !important;
	}

}