html,  body {
	margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.body_table {
	border-collapse: collapse;
	font-family: 'Fira+Sans', sans-serif;
	background-color: #FFF;
	width:100%;
	color:#FFF;
}

.container {
	background-color:transparent;
	font-size:12px;
	font-weight: 300;
	color:#000;
	text-align: center;
    width: 100%;
	z-index: -100000;
}

/*BANNER*/
.mainContent {
	margin-top: 10px;
}
/*END-BANNER*/

/*PLANS*/
.mainContent .productRow {
	color:#000;
	background-color: #FFF;
	padding: 20px 5px 20px 5px;
	margin: 40px 0px 40px 0px;
}

.mainContent .productRow .productInfo {
    display: inline-block;
    margin: 0 auto;
	padding: 0px;
	width: 22%;
    margin: 25px;
    border-radius: 5px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #E5E5E5;
    background-color: #FEFEFE;
	position: relative;
}

.mainContent .productRow .productInfo:hover {
	border: 1px solid #449BB6;
}

.productRow .productInfo .signal {
	position: relative;
  	top: 0px;
	margin: 0 auto;
	align-content: center;
	font-family: "Inter", sans-serif;
	font-size:10px;
	font-weight: 300;
	letter-spacing: 0px;
	color:#000;
    vertical-align: middle;
    text-align: center;
	display: inline-block;
    padding: 5px 4px 4px 4px;
}

.productRow .productInfo .signal::before {
    content: "*";
    margin-right: 1px;
}

.productRow .productInfo .signal.mas_popular {
	text-transform: uppercase;
	font-size:9px;
	font-weight: 600;
	color:#FFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 4px 4px;
    background-color: #509200;
}

.productRow .productInfo .signal.mas_popular::before {
    content: "";
    margin-right: 0px;
}

.productRow .productInfo .signal.premium {
   display: none;
}

.productRow .productInfo .signal_premium {
    display: none;
}

.productRow .productInfo .signal_premium.premium {
    display: block;
	position: relative;
	top: 5px;
}

.productRow .productInfo .signal_premium.premium img {
    width: 18px;
}

.productRow .productInfo .title {
    font-family: 'Inter', sans-serif; 
	font-weight: 900;
	color:#000;
	font-size:22px;
	position: relative;
	top: -10px;
}

.productRow .productInfo .title:hover {
	cursor: pointer;
}

.productRow .productInfo .title a:link {
    color: #000;
    text-decoration: none;
}

.productRow .productInfo .title a:visited {
    color: #000;
    text-decoration: none;
}

.productRow .productInfo .description {
	width: 90%;
	margin: 0 auto;
    font-family: 'Inter', sans-serif; 
	font-weight: 300;
	color:#666666;
	font-size:12px;
    position: relative;
    top:-25px;
	border-top: 2px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
	padding: 10px 0px 10px 0px;
}

.subscription_type {
    display: inline-block;
    background-color: #E5E5E5;
    border-radius: 8px;
    padding: 0px;
	margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
	position: relative;
	top: -10px;
}

.type_button {
    display: inline-block;
    margin: 0 auto;
}

.type_button input {
	position: absolute;
    opacity: 0;
    cursor: pointer;
}

.option {
    padding: 8px 12px;
    background-color: transparent;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    position: relative;
    transition: background-color 0.2s ease;
    white-space: nowrap;
	margin: 4px;
}

.option .tag {
    color: #459CB7;
	border: 1px solid #459CB7;
	border-radius: 2px;
    font-size: 8px;
    padding: 2px 5px;
    margin-left: 6px;
    font-weight: 400;
    text-transform: uppercase;
	position: relative;
	top: -1px;
}

.type_button input:checked ~ .option {
    background-color: #FFF;
    color: #000;
}

.type_button:after {
    content: "";
    position: absolute;
    display: none;
}

.productRow .productInfo .price_container {
	float: left;
	margin: 0px 0px 10px 15px;
	text-align: left;
	transition: all 0.3s ease;
}

.productRow .productInfo .price {
    font-family: 'Inter', sans-serif; 
	font-weight: 900;
	color:#000;
	font-size: 50px;
	letter-spacing: 1px;
}

.productRow .productInfo .price_symbol {
    font-family: 'Inter', sans-serif; 
	font-weight: 600;
	color:#000;
	font-size: 18px;
    position: relative;
    top:-10px;
	left: 5px;
}

.productRow .productInfo .price.inactive {
	display: none;
}

.productRow .productInfo .decimal {
	font-size: 20px;
}

.productRow .productInfo .price .unit {
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0px;
}

.productRow .productInfo .price .was {
	font-weight: 300;
	font-size: 11px;
	text-decoration: line-through;
	color: red;
}

.productRow .productInfo .price_container .note {
	font-size: 12px;
}

.productRow .productInfo .price_container .note .color {
	color: #459CB7;
}

.productRow .productInfo .content {
	display: inline-table;
	width: 90%;
	margin-top: 20px;
	margin: 0 auto;
    font-family: 'Inter', sans-serif; 
	font-weight: 300;
	color:#000;
	font-size:12px;
	border-top: 2px solid #E5E5E5;
	padding: 5px;
}

.productRow .productInfo .subscription_button {
	font-family: 'Fira+Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 10px;
	width:50%;
	height: 15px;
	line-height: 18px;
	vertical-align: middle;
	padding: 10px;
	text-align: center;
	letter-spacing: 2px;
	transition: all 0.2s linear;
	border-radius: 25px;
	font-size: 12px;
	font-weight: 600;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.productRow .productInfo .subscription_button {
	background-color: #FDC735;
	color:#262626;
}

.productRow .productInfo .subscription_button::after {
    content: 'Suscribirse';
}

.productRow .productInfo .subscription_button:hover {
	background-color:#FCD575;
	color: #3A3A3A;
	cursor: pointer;
}

.productRow .productInfo .features {
	font-family: 'Inter', sans-serif;
    text-align: left;
    padding: 5px;
    width: 100%;
    font-size: 12px;
	margin: 10px 0px 10px 0px;
}

.productRow .productInfo .features .features_title {
    font-size: 12px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
}

.productRow .productInfo .features img {
	width: 18px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.productRow .productInfo .features .inclusions_bullets {
    list-style-position: inside;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.productRow .productInfo .inclusions_bullets li {
    background: url('../images/inclusions.png') no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
    margin-bottom: 15px;
}

.productRow .productInfo .features .inclusions_title {
    font-weight: 600;
	font-size: 12px;
	color: #449BB6;
}

.productRow .productInfo .features .exclusions_bullets {
    list-style-position: inside;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
	color: #868686;
}

.productRow .productInfo .features .exclusions_bullets li {
    background: url('../images/exclusions.png') no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
    margin-bottom: 15px;
}

.productRow .productInfo .more_details {
	float: right;
    font-size: 12px;
	font-weight: 600;
	color: #202659;
	padding: 0px 5px 5px 0px;
}

.productRow .productInfo .more_details a:link {
    text-decoration: none;
	color: #202659;
}

.productRow .productInfo .more_details a:visited {
    text-decoration: none;
	color: #202659;
}

.productRow .productInfo .more_details a:hover {
    text-decoration: none;
	color: #202659;
}

.productRow .productInfo .more_details {
	float: right;
    font-size: 12px;
	font-weight: 600;
	color: #202659;
	padding: 0px 5px 5px 0px;
}

.productRow .productInfo .product_footer {
    background-color: #F4F4F4;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    font-weight: 600;
    color: #000;
    font-size: 10px;
}

.mainContent .productRow .productInfo.Compare {
    display: inline-block;
    margin: 0 auto;
	padding: 0px;
	width: 70%;
    margin: 25px;
    border-radius: 0px;
    box-shadow: none;
	border: none;
    background-color: #FFF;
	position: relative;
}

.productRow .productInfo.Compare .header {
    font-family: 'Inter', sans-serif; 
	font-weight: 900;
	color:#000;
	font-size:24px;
	padding-bottom: 20px;
}

.productRow .productInfo.Compare .compare_table {
	font-size: 14px;
    margin-top: 20px;
	vertical-align: middle;
	border-collapse: collapse; 
	width: 100%;
}

.productRow .productInfo.Compare .compare_table .title {
    font-size: 18px;
	font-weight: 600;
	cursor: default;
	top: 0px;
}

.productRow .productInfo.Compare .compare_table td { 
	border-bottom: 1px solid #ddd; 
	padding: 10px; 
	width: 25%;
}

.productRow .productInfo.Compare .compare_table img { 
	width: 25px;
	vertical-align: middle;	
}

.productRow .productInfo.Compare .compare_table td:first-child { 
	text-align:left;
}

.productRow .productInfo.Compare .compare_table td:not(last-child) { 
	border-right: 1px solid #ddd;
}

.productRow .productInfo.Compare .compare_table td:last-child { 
	border-right: none;
}

.productRow .productInfo.Compare .compare_table .section { 
	background:#f7f7f7; 
	text-align: left; 
	font-weight:600;
	letter-spacing: 1px; 
	border: none;
}

.productRow .productInfo.Compare .compare_table tr:last-child td {
  	border-bottom: none;
}

.productRow .productInfo.Compare .compare_table .notes { 
	font-size: 10px; 
	opacity: .85; 
	margin-top: 4px; 
}
/*END-PLANS*/

/* Media query for tablets */
@media screen and (max-device-width : 1024px) { 

}

/* Media query for tablets2 */
@media screen and (max-device-width : 1180px) { 

}

/*media query for small screen devices */
@media screen and (max-width:480px) {  

}