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: 'Montserrat', 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;
}

.menu_container.landing {
	height: 80px;
	line-height: 80px;
	text-align: center;
}

.menu_container.landing .logo {
	height: 90px;
	line-height: 90px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}

.menu_container.landing .logo img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

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

/*PLANS*/
.mainContent .productRow {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
	margin: 40px;
	flex-direction: row;
}

.productRow .landing_title {
    flex: 0 0 100%;
	font-family: 'Outfit', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -1px;
	text-align: center;
	color: #000;
	margin: 20px auto 40px auto;
}

.productRow .landing_title .blue {
	color: #132a5e;
	font-weight: 500;
}

.productRow .landing_title .light {
	color: #3e9ece;
	font-weight: 500;
}

.productRow .landing_title p {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
}

.productRow .productAuthority {
	font-family: 'Montserrat', sans-serif;
    position: relative;
    flex: 1;
	max-width: 50%;
    margin: 0 auto;
    padding: 10px;
	color: #606161;
}

.productRow .productAuthority .productImg {
	width:50px;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
	position: relative;
}
	
.productRow .productAuthority .productImg img {
	width:50px;
    display: inline-block;
    margin: 0 auto;
    touch-action: manipulation;
}

.productRow .productAuthority .title {
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
	font-weight: 600;
}

.productRow .productAuthority .content {
    font-size: 16px;
	font-weight: 400;
	text-align: center;
}

.mainContent .productRow .productInfo {
    display: inline-block;
    margin: 0 auto;
	padding: 20px;
	width: 30%;
    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);
    background-color: #FEFEFE;
	position: relative;
	margin-bottom: 30px;
}

.productRow .productInfo .Eyebrow {
	font-size: 14px;
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
    text-align: center;
	padding: 5px;
}

.productRow .productInfo .Eyebrow .subtitle {
	margin: 0 auto;
	font-size: 14px;
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
    text-align: center;
	padding: 5px;
	width: 90%;
	background: #a7b8d6;
	border: 1px solid #132a5e;
	color: #132a5e;
	border-radius: 5px;
	position: relative;
	top: -10px;
}

.productRow .productInfo .success_content {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    text-align: center;
	padding: 5px 15px 5px 15px;
	line-height: 1.6;
	color: #333;
	margin: 0 auto;
	padding-bottom: 20px;
}

.countdown_wrap {
	text-align: center;
	margin: 15px auto 5px auto;
}

.countdown_label {
	font-family: 'Outfit', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #3AA9E0;
	margin: 0 0 8px 0;
}

.countdown {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.cd_block {
	background: #F5FAFD;
	border: 1px solid #E3F0F9;
	border-radius: 10px;
	min-width: 58px;
	padding: 8px 6px;
}
.cd_block span {
	display: block;
	font-family: 'Outfit', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #262626;
	line-height: 1;
}
.cd_block small {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	margin-top: 4px;
}

.productRow .productInfo .content {
    display: flex;
    justify-content: center;
	margin-top: 20px;
	margin: 0 auto;
    font-family: 'Montserrat', sans-serif; 
	font-weight: 300;
	color:#000;
	font-size:12px;
	padding: 5px;
}

.productRow .productInfo::placeholder {
	color:#656565;
}

.productRow .productInfo input {
	width: 100%;
	padding: 15px 20px;
	margin: 0 0 15px 0;
	box-sizing: border-box;
	border: 1px solid #D9E2EC;
	border-radius: 8px;
	background: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.2s ease;
}

.productRow .productInfo select {
	width: 100%;
	padding: 15px 20px;
	margin: 0 0 15px 0;
	box-sizing: border-box;
	border: 1px solid #D9E2EC;
	border-radius: 8px;
	background: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;    
	transition: all 0.2s ease;
}

.productRow .productInfo select:invalid {
	color: #656565;
}
.productRow .productInfo select option {
	color: #000;
}
.productRow .productInfo select option[value=""] {
	color: #656565;
}

.productRow .productInfo textarea {
	width: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
	border: 1px solid #D9E2EC;
	border-radius: 8px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #000;
	resize: vertical;
}

.productRow .productInfo .question {
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	padding: 5px;
	text-align: left;
	margin: 5px 0;
}
.productRow .productInfo .question_title {
	font-weight: 600;              /* la pregunta resalta */
	color: #262626;
	margin: 0 0 8px 0;
}
.productRow .productInfo .question_title small {
	font-weight: 400;
	color: #999;
	font-size: 13px;
}
.productRow .productInfo .question_label {
	display: block;                /* una opción por línea */
	font-weight: 400;
	color: #656565;
	margin: 6px 0;
	cursor: pointer;
}
.productRow .productInfo .question_label.inline {
	display: inline-block;         /* Sí / No en la misma línea */
	margin-right: 20px;
}

.productRow .productInfo .question input[type=checkbox],
.productRow .productInfo .question input[type=radio] {
	width: 15px;
	height: 15px;
	accent-color: #f7b85c;
	margin: 0 8px 0 0;
	vertical-align: -2px;          /* alinea con el texto */
	cursor: pointer;
}

.productRow .productInfo .input_other {
	width: 60%;
	padding: 8px 12px;
	margin-left: 5px;
	border: 1px solid #D9E2EC;
	border-radius: 6px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	box-sizing: border-box;
}

.productRow .productInfo .error_message {
	display: inline-block;
	margin: 15px;
	padding: 5px;
	box-sizing: border-box;
	background: #fff5f5;
	border: 1px solid #f5c2c7;
	border-radius: 5px;
	color: #842029;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
}

.productRow .productInfo .success_message {
	display: inline-block;
	margin: 15px;
	padding: 5px;
	box-sizing: border-box;
	background: #f0fff4;
	border: 1px solid #9ae6b4;
	border-radius: 5px;
	color: #276749;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
}

.productRow .productInfo .data_protection input[type=checkbox] {
	width: 22px;
	height: 22px;
	accent-color: #f7b85c;
	margin: 0 8px 0 0;
	position: relative;
	top: 7px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	padding: 10px 0px 10px 0px;
}

.productRow .productInfo .data_protection {
	font-family: 'Outfit', sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 10px 0px 10px 0px;
}

.productRow .productInfo .subscription_button {
	display: flex;
    flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: 'Outfit', sans-serif;
	text-transform: uppercase;
	margin: 10px auto;
	width: 50%;
	min-height: 35px;
	padding: 10px 16px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	border: none;
	border-radius: 25px;
	box-sizing: border-box;
	background-color: #f7b85c;
	color: #262626;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transition:
		background-color 0.2s linear,
		color 0.2s linear,
		transform 0.2s linear,
		box-shadow 0.2s linear;
}

.productRow .productInfo .subscription_button:hover {
	background-color: #FCD575;
	color: #3A3A3A;
	transform: translateY(-1px);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
}

.productRow .productInfo .subscription_button:active {
	transform: translateY(0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.productRow .productInfo .subscription_button:focus-visible {
	outline: 3px solid rgba(253, 199, 53, 0.4);
	outline-offset: 3px;
}

.productRow .productInfo .subscription_button.disabled {
	pointer-events: none;
	opacity: 0.5;
	cursor: default;
}

.productRow .productInfo .foot {
	font-family: 'Montserrat', sans-serif;
    font-size: 10px;
	font-weight: 300;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 0.3px;
}

.productRow .productSponsors {
	position: relative;
	flex: 0 0 15%;
	max-width: 15%;
	margin: 0 auto;
	padding: 0;
	border-radius: 10px;
	border: 0.5px solid #CACACA;
	box-sizing: border-box;
}

.productRow .productSponsors .productImg {
	width: 100%;
	height: 150px;             /* medida razonable para logos */
	margin: 0 0 10px 0;
	padding: 10px;        /* aire alrededor del logo */
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.productRow .productSponsors .productImg img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;       /* completo, centrado, sin recortes */
	touch-action: manipulation;
}

/* Media query for tablets */
@media screen and (max-device-width : 1024px) { 
.productRow .productSponsors {
	flex: 0 0 28%;
	max-width: 28%;
	margin: 8px auto;
}
.productRow .productSponsors .productImg {
	height: 110px;
}
}

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

}

/*media query for small screen devices */
@media screen and (max-width:480px) { 
.mainContent .productRow {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
	margin: 20px;
	flex-direction: row;
}
	
.productRow .landing_title {
	font-family: 'Outfit', sans-serif;
	margin: 0 auto 20px auto;
	font-size: 32px;
}
	
.productRow .productAuthority {
    flex: 0 0 calc(100% - 10px);
	max-width: 90%;
	padding: 10px;
}

.mainContent .productRow .productInfo {
    margin: 0 auto;
	padding: 10px;
	width: 100%;
    border-radius: 5px;
    background-color: #FEFEFE;
	position: relative;
}
	
.productRow .productInfo .data_protection input[type=checkbox] {
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
	top: 5px;
}
	
.productRow .productInfo .data_protection {
	font-size: 14px;
}
	
.productRow .productInfo .subscription_button {
	width: 70%;
}
	
.productRow .productSponsors {
	flex: 0 0 44%;
	max-width: 44%;
	margin: 6px auto;
}
	
.productRow .productSponsors.main {
	flex: 0 0 100%;
	max-width: 100%;
}

.productRow .productSponsors .productImg {
	height: 90px;
	padding: 8px;
	margin-bottom: 0;
}
	
.productRow .productSponsors.main .productImg {
	height: 120px;
}
}