@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html,
body {
	height: 100%;
	font-family: "Lato";
	overflow-x: hidden;
}

body:not(#new-index):not(.landing, .suscripciones, .suscripcionesF, .perfil, .faqs) {
	/*
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 70%, rgba(12,112,191,0.4009978991596639) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 70%, rgba(12,112,191,0.4009978991596639) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 70%, rgba(12,112,191,0.4009978991596639) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0c70bf",GradientType=1);
	*/

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, EndColorStr='#cc3f3f3f', StartColorStr='#007b7b7b');

	background-image: linear-gradient(90deg, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
	background-image: -o-linear-gradient(90deg, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
}

/* Lato */

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: local('Lato Light'), local('Lato-Light'), url(../webfonts/Lato-Light.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(../webfonts/Lato-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: local('Lato Bold'), local('Lato-Bold'), url(../webfonts/Lato-Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	src: local('Lato Black'), local('Lato-Black'), url(../webfonts/Lato-Black.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 300;
	src: local('Lato Light Italic'), local('Lato-LightItalic'), url(../webfonts/Lato-LightItalic.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 400;
	src: local('Lato Italic'), local('Lato-Italic'), url(../webfonts/Lato-Italic.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 700;
	src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(../webfonts/Lato-BoldItalic.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 900;
	src: local('Lato Black Italic'), local('Lato-BlackItalic'), url(../webfonts/Lato-BlackItalic.ttf) format('truetype');
}


:root {
	--ancho-portada: 85vw;

}

@media (min-width: 768px) {
	:root {
		--ancho-portada: 60%;

	}
}

@media (min-width: 576px) {
	.mainContainer {
		height: calc(100vh - 4.75rem - 5vh);
		/*margin-top: 5vh;*/
		top: 4.75rem;
	}

	.datepicker-dropdown {
		margin: 1rem -5rem !important;
		/*left: auto !important;*/

	}

	.registerFormDiv {
		width: 466px;
	}
}

@media (max-width: 576px) {
	.txt_1 {
		font-size: 1.5rem !important;
	}

	.txt_btn1 {
		font-size: 1.2rem !important;
		line-height: 1.2rem;
	}

	.txt_btn2 {
		font-size: 1rem !important;
	}

	.boletaCol .tipo_dd {
		top: -3.2rem;
	}

	.boletaCol .dniCol {
		padding-left: 0rem !important;
		width: calc(100% - 0.4rem) !important;
	}

	.rucLine {
		margin-top: 1rem !important;
	}

	.datepicker-dropdown {
		margin: 1rem -0.5rem !important;
		/* left: auto !important; */
		left: calc(50% - 136px) !important;
	}

}

::-webkit-scrollbar {
	width: 0.5em;
	height: 0.55em;
	/*background: transparent;*/
	background: #c7c7c7;
}

::-webkit-scrollbar-thumb {

	background: #808080;


	border-radius: 0.2em;
}

::-webkit-scrollbar-corner {
	display: none;
}

button,
input:not(#notifCheck, #notifEmail, #notifWhats, .form-check-input, #my-table_filter input, #my-table input, .r_input, #usuarios #nombre, #usuarios #apellido, #usuarios #email,
 .nombre_guest, .email_guest, .landing input, #usuarios #telefono, #usuarios #campana):focus {
	outline: none !important;
	border: none !important;
	box-shadow: none !important
}

#notifCheck:focus,
#notifEmail:focus,
#notifWhats:focus,
.form-check-input:focus,
#my-table_filter input:focus,
#my-table input:focus,
.r_input:focus {
	outline: none !important;
	box-shadow: none !important;

}

.form-check-input:focus:checked {
	background-color: #0c70bf !important;
}

.tycLabel {
	padding-left: 2.6rem;
	top: 0.5rem !important;
	font-size: .8rem !important;
}

.byfLabel {
	position: relative;
	padding-left: 0.3rem;
	top: -0.1rem !important;
	font-size: .8rem !important;
}

.btnRegistrarse.disabled,
.btnConfirmar.disabled,
.btnRegistrarse_2.disabled {
	opacity: .1 !important;
	pointer-events: all !important;
	cursor: not-allowed !important;
}

.mainNavBar {
	z-index: 1000;
	top: 0px
}

.mainNavBar.registered {
	position: absolute;
	width: 100% !important;
	background-color: #0056A4;
}

.mainContainer {
	height: calc(100vh - 4.75rem);
	top: 4.6rem;
	position: relative;

}


.portadaHoy,
.portadaHoy2 {
	transition: all .2s;
	width: var(--ancho-portada);
}

.portadaHoy:hover {
	/*width: calc(var(--ancho-portada) + 1rem) !important;*/
	cursor: pointer;
}

.divPortada,
.divGraph {
	height: max-content;
	min-height: calc(50vh - 4.75rem);
}

.divPortada .card-header {
	color: #555;
	background-color: #efefef !important;
}

.divPortada .card-footer {

	background-color: #efefef !important;
}

.divPortada {
	background-color: #f7f7f76b !important;
}

.text1 {
	color: #555;
}

.font-weight-bold {
	font-weight: 700;
}

.rotulo1 {
	font-size: 1.3rem;
}

input {
	z-index: 2;
	position: relative;
}

input.validate.error+label.error,
input.validate.error+label.error.active {
	margin-top: 1.7rem;
	font-size: 0.8rem;
	color: red;
	transform: translateY(0%) !important;
}

.fechaPortada {
	cursor: pointer;
}

button.datepicker {
	position: relative;
	top: -0.05rem;
	width: calc(100% + 0rem);
}

.datepicker td,
.datepicker th {
	padding: 2px 10px;
}

td.day {
	color: var(--bs-primary);
	font-weight: 400;
}

.toastCloseBtn {
	position: relative;
	top: -1px;
	right: -4px;
}

.datepicker i {
	font-size: 1.5rem !important;
}

.datepicker-dropdown {
	left: calc(50% - 57px);
}

.datepicker-dropdown:before,
.datepicker-dropdown:after {
	display: none !important;
}

input.disabled {
	color: #bbbbbb;
}

#passwordHelp,
#aliasHelp,
#alias_edHelp,
#codigoHelp,
#codigo_edHelp {
	top: 34px;
	right: 0px;
	position: absolute;
	font-size: .7rem;
}

.navbar .dropdown-menu a {
	font-weight: 400 !important;
	color: #555 !important;
}

.primary-ic {
	color: #0c70bf !important;
}

.carousel-indicators [data-bs-target] {
	background-color: #0c70bf !important;
	/* text-indent: 0px !important; */
	/* height: 1rem !important; */
	/* font-size: .7rem; */
	/* width: 2.5rem !important; */
	/* color: #fff; */
	/* padding: 0px 2px !important; */
}

.nav-link.active {
	border-color: #dee2e6 #dee2e6 #fff !important;
	border-width: 1px !important;
	border-style: solid !important;
}

#orangeForm-telefono2 {
	width: calc(100% - 2.6rem);
	padding-left: 3rem !important;
	padding-bottom: 4px !important;
	border-radius: 0.625rem;
	border: 1px solid #D8DADC !important;
	outline: none !important;
	margin-left: 0.5rem;
	box-shadow: none !important;
	line-height: 1.7rem;
}

#telefono {
	padding-bottom: 4px !important;
	width: calc(100% - 0.7rem);
}

.suscripcionesF #telefono {
	width: calc(100% - 4.3rem);
}

#orangeForm-telefono2::placeholder,
#telefono::placeholder {
	opacity: 1;
}

.iti__flag-container {
	left: .5rem !important;
}

.iti.iti--allow-dropdown {
	/* margin-left: 2rem; */
	width: calc(100% - 2rem);
}

.perfil .iti.iti--allow-dropdown {
	margin-left: 2.5rem;
	width: calc(100% - 5.5rem);
}

#confirmForm .iti.iti--allow-dropdown {
	margin-left: 2rem;
	width: calc(100% - 2rem);
}

.iti__country-list {
	z-index: 121 !important;
}

label[for='orangeForm-telefono2'] {
	margin-left: .5rem !important;
	width: calc(100% + 4.2rem);
}

.iconoNotif {
	position: relative;
	font-size: 1.75rem;
	top: 1;

}

.form-switch.disabled {
	opacity: .5;
}

.tachado {
	font-size: 0.75rem !important;
	opacity: .5;
	position: relative;
	top: 0.05rem;
}

.sus_op {
	cursor: pointer;
}

.sus_op:hover {
	border-color: #0c70bf !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.sus_op.selected {
	border-color: #0c70bf !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.sus_info {
	font-size: .75rem !important;
}

.btnCancelarSus {
	position: relative;
	bottom: -2rem;
}

.btnAceptarSus.disabled {
	opacity: .2 !important;
}

.sus_val,
.tiposus_val {
	font-size: .7rem;
	text-align: end;
}

#modalLoading .modal-dialog {
	display: table;
	position: relative;
	margin: 0 auto;
	top: calc(50% - 24px);
}

#modalLoading .modal-dialog .modal-content {
	background-color: transparent;
	border: none;
}

.tipo_dd {
	position: relative;
	left: 2.1rem;
	z-index: 100;
	width: 5rem;
	text-align: left !important;
}

.tipo_dd::after {
	position: absolute;
	right: 0.3rem;
	top: 0.6rem;
}

#perfilForm #dni,
#confirmForm #dni {
	position: relative;
	top: -2.3rem;
	padding-left: 6rem;
	width: calc(100% - 8.5rem);

}

.dropdpown-tipodni li {
	font-size: .8rem;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.toolTipP21W {
	position: fixed;
	bottom: 3rem;
	right: 5.8rem;
	z-index: 100;
	/*display: none;*/

}

.toolTipP21 .tooltip-inner {
	background-color: #0c70bf !important;
	font-size: .8rem !important;
}

.toolTipP21W .tooltip-inner {
	background-color: #00e676 !important;
	font-size: 1rem !important;
	font-weight: 600;
	line-height: 2rem;
	position: relative;
	height: 2.8rem;
	left: 0px;
	top: 7px;
	border: 1px solid #fff;
}

.toolTipP21W .tooltip-arrow::before {
	display: none;
}

.p-6 {
	padding: 2.5rem !important;
}

.txt_1 {
	color: #fff;
	font-family: "Open Sans";
	font-style: italic;
	font-size: 2rem;
	text-shadow: -2px 1px #0000006e;
}

.txt_2 {
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	text-shadow: -2px 1px #0000006e;
}

.txt_2 a,
.txt_2 a:hover,
.txt_2 a:visited {
	color: #fff;

}

.txt_1 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 2rem;
	text-shadow: -2px 1px #0000006e;
}

.txt_btn {
	cursor: pointer;
}

.txt_btn1 {
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	text-shadow: -2px 1px #0000006e;
	white-space: nowrap;
}

.txt_btn2 {
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	font-style: italic;
	text-shadow: -2px 1px #0000006e;
	white-space: nowrap;
}

.fondoPantalla {
	background-image: url(/assets/fondo_landing.png);
	background-position: center center;
	background-size: cover;
	z-index: -1;
}

.loginLink {
	text-decoration: underline;
	cursor: pointer;
}

.loginLink:hover {
	text-decoration: none;
	cursor: pointer;
}

.dropdpown-tiposus li {
	cursor: pointer;
}

.dropdpown-tiposus li:hover {
	background-color: #0c70bf3b !important;
}

#modalLoginForm .close,
#modalRegisterForm .close {

	right: 1rem;
	top: 1rem;
	width: 1rem;
	height: 1rem;
}

#modalLoginForm .close span,
#modalRegisterForm .close span {
	line-height: 1rem;
}

.dataTables_info {
	justify-content: end;
}

#loginForm label:after {
	display: none;
}

#loginForm .togglePassword {
	right: .5rem !important;
}

#editForm .tipo_sus {
	position: relative;
	top: 0.2rem;
	width: 10rem;
}

.calendarInput {
	position: relative;
	top: .5rem;
}

tr.filters th {
	padding: 1px !important;
}

.input_0 {
	width: 3rem;
}

.input_1 {
	width: 5rem;
}

.input_2 {
	width: 5rem;
}

.input_3 {
	width: auto;
}

.input_4 {
	width: 3rem;
}

.input_5 {
	width: 3rem;
}

.input_6 {
	width: 6rem;
}

.input_7 {
	width: 4rem;
}

.input_8 {
	width: 5rem;
}

.input_9 {
	width: 5rem;
}

.input_10 {
	width: 5rem;
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 2px 3px !important;

}

.preciosSuscripciones {
	top: -.6rem;
}

.mailLogo,
.whatsappLogo {

	position: relative;

}

.mailLogo {
	font-size: 1rem !important;
	color: #1d65aa;
	top: 0.15rem;
}

.whatsappLogo {
	font-size: 1.2rem !important;
	color: #25D366;
	top: .2rem;
}

.togglePassword {
	position: absolute;
	top: 0.6rem;
	right: -0.5rem;
	z-index: 11;
	color: #1d65aa;
	cursor: pointer;
}

.dniCol {
	padding-left: 5.5rem !important;
	width: calc(50% - 0rem) !important;
	top: -2.1rem !important;
	font-size: .8rem !important;
}

.inputCol {
	font-size: .8rem !important;
}

.boletaCol,
.facturaCol,
#ruc.disabled,
#razon_social.disabled {
	opacity: .4;
}

.boletaCol.selected,
.facturaCol.selected {
	opacity: 1;
}

.md-form label.active2 {
	-webkit-transform: translateY(-140%);
	-ms-transform: translateY(-140%);
	transform: translateY(-140%);
}

.dniLine {
	width: calc(100% - 6rem) !important;
}

.registerLink {
	background: rgb(249, 129, 7);
	background: -moz-linear-gradient(90deg, rgba(249, 129, 7, .97) 50%, rgba(249, 210, 7, .97) 100%);
	background: -webkit-linear-gradient(90deg, rgba(249, 129, 7, .97) 50%, rgba(249, 210, 7, .97) 100%);
	background: linear-gradient(90deg, rgba(249, 129, 7, .97) 50%, rgba(249, 210, 7, .97) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f98107", endColorstr="#f9d207", GradientType=1);
	border-radius: 1.8rem;
	width: calc(100% - 0rem);
	position: relative;
}

.registerLinkCont {
	position: relative;
}

.registerLinkCont::before {
	content: "";
	position: absolute;
	top: 0.5rem;
	left: 1.1rem;
	width: calc(100% - 3rem);
	height: calc(100% + 0rem);
	display: block;
	border: 2px solid #fff;
	border-radius: 2.2rem;
	z-index: 0;
}

.accordion-button {
	font-weight: 600;
}

.accordion-button:not(.collapsed) {
	color: #0c70bf !important;
}

@media (min-width: 576px) {
	.container:not(.container-nav) {
		max-width: 100vw !important;
	}
}

@media (min-width: 768px) {
	.container:not(.container-nav) {
		max-width: 100vw !important;
	}
}

@media (min-width: 1200px) {
	.container:not(.container-nav) {
		max-width: 100vw !important;
	}

}

@media (min-width: 1400px) {
	.container:not(.container-nav) {
		max-width: 100vw !important;
	}
}

.datepickercontainer {
	height: 2.3rem;
}

.datepicker-btn {
	width: 0rem !important;
	height: 1rem;
	margin: 0px auto;
	padding: 0px !important;
}

.loadingRecPass {
	left: calc(50% - 0.5rem);
	bottom: -1.3rem;
	position: absolute;
	width: 1rem;
	margin: 0px auto;

}

.tachado2 {
	text-decoration: line-through;
	opacity: .7;
}

.preciosPromociones {
	top: .5rem;
}

.imagenPromocion {
	max-width: 100%;
	position: absolute;
}

.imagenPromocion img {
	max-width: 100%;
}

.aviso {
	font-size: 0.7rem !important;
	color: #757575;
	font-weight: 300;
}

/* SUSCRIPCIONES */

/*
@font-face {
font-family: 'TheSans';
src: url('css/fonts/THESANS.ttf') format('truetype');
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: 'TheSans';
src: url('css/fonts/THESANSB.ttf') format('truetype');
font-style: normal;
font-weight: 800;
}
html, body{
font-family: "TheSans";
}
*/
.mainCol {
	/*background-image: url(/assets/fondoweb.jpg);*/
	background-image: url(/assets/fondo_verano.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-color: #ebebeb !important;
}

.suscripciones .rotulo1 {
	font-size: 3rem;
	font-weight: 800;
}

.suscripciones .rotulo2 {
	font-size: 1.8rem;
	top: -1rem;
	position: relative;
}

.suscripciones .rotulo3 {
	font-size: 1.2rem;
	font-weight: 800;
}

.suscripciones .rotulo4 {
	font-size: 1.2rem;
	font-weight: 800;
	margin-bottom: 1rem;
}

.suscripciones .rotulo5 {
	font-size: 1.8rem;
	font-weight: 200;
	margin-bottom: .8rem;
	line-height: 2rem;
}

.nombrePlan {
	font-size: 1.6rem;
	font-weight: 800;
	text-align: center;
	line-height: 1.4rem;
}

.rowCards,
.rowCardsF {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.rowCards .card {
	margin: 0px auto;
	border-radius: 0.5rem;
	width: 254px;
	top: -1.5rem;
}

.priceDiv {
	position: relative;
	top: -1rem;
}

.pricePart1 {
	font-weight: 200;
	font-size: 1.8rem;
	position: relative;
	top: -1.8rem;
	margin-left: 1rem;
}

.pricePart2 {
	font-size: 4rem;
	font-weight: 800;
}

.pricePart3 {
	font-size: 1.5rem;
	font-weight: 200;
}

.pricePart4 {
	font-size: 1.5rem;
	font-weight: 800;

}

.principal-3 {
	margin-top: 10rem !important;
}

.principal-3 .pricePart1 {
	font-weight: 200;
	font-size: 1.5rem;
	position: relative;
	top: -1.2rem;
	margin-left: -1.6rem;
}

.principal-3 .pricePart2 {
	font-size: 3rem;
	font-weight: 800;
}

.principal-4 {
	margin-top: 16rem !important;
	margin-bottom: 10rem;
}

.pricePill {
	border: 1px dashed #757575 !important;
	-webkit-border-radius: .5rem;
	border-radius: 0.7rem;
	padding: 0 0.3rem;
	font-size: 1.2rem;
	letter-spacing: -1px;
}

.priceButton a {
	text-transform: capitalize;
	font-weight: 800;
}

.payButton {
	margin-top: -1.5rem;
}

.payButton a {
	text-transform: capitalize;
	padding: 0.2rem 2.5rem;
	font-weight: 800;
}

.divPlan {
	position: relative;
	margin-top: 2rem !important;
}

.divPlan::after {
	content: attr(data-periodo);
	display: block;
	height: 3rem;
	font-size: 1.2rem;
	font-weight: 800;
	color: #0c70bf;
	text-align: center;
	position: absolute;
	top: -2rem;
	width: 100%;
	padding-right: 1.5rem;
}

.body2024 .divPlan::after,
.divPlanC::after {
	color: #FFFFFF;
}

.rowCardSin::before {
	content: "" !important;
	background-color: transparent !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.rowCard::before {
	text-align: center;
	content: "AHORRA " attr(data-disc) "%";
	font-weight: 800;
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
	border-radius: 0.7rem;
	display: block;
	color: #FFFFFF;
	width: 160px;
	height: 3rem;
	position: relative;
	left: calc(50% - 80px);
	box-shadow: 0 0 0 1px #ffffff;
	-webkit-box-shadow: 0 0 0 1px #ffffff;
}

.rowCard3::before {
	background-color: #ce0012 !important;
}

.comment {
	position: relative;
	top: -0.9rem;
	color: #757575;
	font-size: .8rem;
	min-height: 1.5rem;
}

.line-dashed {
	border-bottom: 1px dashed #757575 !important;
}

.via {
	height: 2rem;
	text-align: center;
	font-weight: 800;
	color: #939598;
	line-height: 5.4rem;
	margin-bottom: 1.5rem;
}

.via1 {
	height: 2rem;
	background-image: url(/assets/email_grey.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 2rem;
	text-align: center;
	font-weight: 800;
	color: #939598;
	line-height: 5.4rem;
	margin-bottom: 1.5rem;
}

.via2 {
	height: 2rem;
	background-image: url(/assets/whatsapp_grey.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 2rem;
	text-align: center;
	font-weight: 800;
	color: #939598;
	line-height: 5.4rem;
	margin-bottom: 1.5rem;
}

.shdt[aria-expanded=false] .fa-caret-up {
	display: none;
}

.shdt[aria-expanded=true] .fa-caret-down {
	display: none;
}

.shdt[aria-expanded=false] .fa-minus {
	display: none;
}

.shdt[aria-expanded=true] .fa-plus {
	display: none;
}

.btn.toTop {
	position: absolute;
	right: 1rem;
	width: 2rem;
	height: 2rem;
	line-height: 2rem !important;
	display: none;
	z-index: 1;
}

.whatsapp {
	position: fixed;
	width: 3rem;
	/*height:60px;*/
	bottom: 2.5rem;
	right: 2.5rem;
	z-index: 100;
	/*display: none;*/
}

.whatsapp-icon {
	width: 100%;
}

.suscripcionesF .planPersonal,
.suscripcionesF .planFamiliar,
.suscripcionesF .planCorporativo {
	display: none;
	margin-top: 0rem !important;
}

@media (max-width: 576px) {
	.toTop {
		right: -1rem;
	}

	.whatsapp {
		right: 0.2rem !important;
		bottom: 5.4rem !important;

	}

	.toolTipP21W .tooltip-inner {
		display: none !important;
	}

	.suscripciones .rotulo5 {
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
}

.input_test {
	opacity: 0;
	height: 0px;
	border: none;
	padding: 0;
	position: absolute;
}

/* LANDING */
body.landing,
body.suscripcionesF,
body.perfil,
body.faqs {
	background: rgb(228, 242, 254);
	background: -moz-linear-gradient(300deg, rgba(228, 242, 254, 1) 0%, rgba(255, 255, 255, 1) 35.34%);
	background: -webkit-linear-gradient(300deg, rgba(228, 242, 254, 1) 0%, rgba(255, 255, 255, 1) 35.34%);
	background: linear-gradient(300deg, rgba(228, 242, 254, 1) 0%, rgba(255, 255, 255, 1) 35.34%);
	/* background: rgb(192,226,255);
	background: -moz-linear-gradient(162deg, rgba(192,226,255,1) 0%, rgba(255,255,255,1) 35.34%);
	background: -webkit-linear-gradient(162deg, rgba(192,226,255,1) 0%, rgba(255,255,255,1) 35.34%);
	background: linear-gradient(162deg, rgba(192,226,255,1) 0%, rgba(255,255,255,1) 35.34%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4f2fe", endColorstr="#ffffff", GradientType=1);
	overflow-x: hidden;
}

.landing .mainNavBar {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.landign .divGraph {
	min-height: clamp(11.25rem, -2.083rem + 37.037vw, 31.25rem);
}

.landing .txtl_1 {
	/* font-size: 2.75rem; */
	font-size: clamp(1.5rem, 0.667rem + 2.315vw, 2.75rem);
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
}

.landing .txtl_2 {
	color: var(--Blue, #0056A4);
	/* font-size: 4.5rem; */
	font-size: clamp(2.75rem, 1.583rem + 3.241vw, 4.5rem);
	font-style: normal;
	font-weight: 800;
	line-height: 100%;
	/* 5.5rem */
}

.landing .txtl_3 {
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 80%;
	/* 3.5415rem */
}

.landing .txtl_4 {
	color: #FC2B2B;
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 800;
	line-height: 100%;
}

.landing .txtl_5 {
	color: #797979;
	text-align: center;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 157.4%;
	/* 2.16425rem */
}

.landing .txtl_6 {
	color: #232323;
	text-align: center;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	/* 46.8px */
}

.landing .txtl_7 {
	color: #797979;
	text-align: center;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	/* 46.8px */
}

.landing .txtl_8 {
	color: #232323;
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}

.landing #orangeForm-email2,
.landing #orangeForm-pass2,
.landing #orangeForm-email2_2,
.landing #orangeForm-pass2_2,
.landing #orangeForm-telefono2_2,
.landing #orangeForm-email2:focus,
.landing #orangeForm-pass2:focus,
.landing #orangeForm-telefono2_2:focus,
.landing #orangeForm-email2_2:focus,
.landing #orangeForm-pass2_2:focus {
	border-radius: 0.625rem;
	border: 1px solid #D8DADC !important;
	outline: none !important;
	box-shadow: none !important;
}

input#orangeForm-telefono2_2 {
	margin-left: 0.5rem;
	width: calc(100% + 1rem);
	padding-left: 3rem !important;
}

.landing #registerForm input.validate.error+label.error,
.landing #registerForm input.validate.error+label.error.active {
	margin-left: 1rem;
	margin-top: 2rem;
}

.landing #registerForm_2 input.validate.error+label.error,
.landing #registerForm_2 input.validate.error+label.error.active {
	margin-left: 1rem;
	margin-top: 0rem;
	position: absolute;
}

.logoTag {
	background-color: #0056A4;
	border-radius: 0px 0px 12px 12px;
}

.logoMid {
	background-color: #0056A4 !important;
}

.rounded-11 {
	border-radius: .5rem !important;
}

.landing .btnRegistrarse {
	text-transform: unset !important;
	width: 70%;
	border-radius: 2.75rem;
	padding: 0.7rem 1rem;
	background-color: #242331;
}

.landing #registerForm .md-form .prefix~input {
	margin-left: .5rem;
	width: calc(100% - 1rem);
	box-sizing: border-box;
}

.landing #registerForm_2 .prefix~input {
	margin-left: .5rem;
	width: calc(100% - 1rem);
	box-sizing: border-box;
}

.landing #registerForm .clausulas {
	margin-left: .5rem;
	width: calc(100% - 1rem);
}

.indexCyber.landing #registerForm .clausulas {
	margin-left: -2rem;
	width: calc(100% + 2rem);
}

.landing #registerForm .tycLabel {
	padding-left: 3rem;
	top: .2rem !important;
}

.landing #registerForm_2 .clausulas {
	margin-left: .5rem;
	width: calc(100% - 1rem);
}

.landing #registerForm_2 .tycLabel {
	padding-left: 3rem;
	top: .2rem !important;
}

.landing #registerForm_2 .rlabel {
	color: #242331;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	padding-bottom: 0.3rem;
}

.landing #registerForm .togglePassword {
	top: 0.8rem;
	right: 1rem;
}

.landing #registerForm_2 .togglePassword {
	top: 2.6rem;
	right: 1rem;
}

.landing .tienesCuenta {
	color: #797979;
}

.landing .tienesCuenta .loginLink {
	color: #000;
	text-decoration: none;
	font-weight: 700;
}

.btnFAQS {
	text-transform: unset !important;
	margin-top: 4rem;
	border-radius: 2.75rem;
	font-size: 1.5rem;
	padding: 1.3rem 3.6rem;
	background-color: #F7CC46 !important;
	color: #000 !important;
}

.btnFAQS11 {
	text-transform: unset !important;
	margin-top: 4rem;
	border-radius: 2.75rem;
	font-size: 1.5rem;
	padding: 1.3rem 3.6rem;

}

.btnRegistrarse_2 {
	text-transform: unset !important;
	margin-top: 1rem;
	border-radius: 2.75rem;
	font-size: 1.2rem;
	font-weight: 600;
	padding: 0.7rem 3rem;
	background-color: #F7CC46;
	color: #000000;
}

.conocePlanes {
	border-radius: 6rem;
	background: #FF2776;
	color: #FFFFFF !important;
	padding: 0.3rem 0.3rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 800;
	width: 100%;
	margin: 0;
}

.landing .md-form .validate {
	margin-bottom: .5rem;
}

.landing .footer,
.suscripcionesF .footer,
.perfil .footer {
	min-height: 200px;
	border-top: 1px solid #fff;
}

.landing .footer .text,
.suscripcionesF .footer .text,
.perfil .footer .text {
	color: #FFF;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
}

.landing .footer .text1,
.suscripcionesF .footer .text1,
.perfil .footer .text1 {
	line-height: 157.4%;
}

.landing .footer .text2,
.suscripcionesF .footer .text2,
.perfil .footer .text2 {
	line-height: 267.5%;
}

.landing .footer .header,
.suscripcionesF .footer .header,
.perfil .footer .header {
	color: #FFF;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 128.182%;
	/* 2.40338rem */
	text-transform: capitalize;
}

.landing .footer .logo,
.suscripcionesF .footer .logo,
.perfil .footer .logo {
	left: -2.2rem;
	position: relative;
}

.landing .footer .rowCols,
.suscripcionesF .footer .rowCols,
.perfil .footer .rowCols {
	justify-content: space-between;
}

.landing .footer .footerCol,
.suscripcionesF .footer .footerCol,
.perfil .footer .footerCol {
	padding: 0px 2rem;
	max-width: 400px;
}

.landing .footer .footerCol:first-child,
.suscripcionesF .footer .footerCol:first-child,
.perfil .footer .footerCol:first-child {
	padding-left: 0rem;
}

.landing .footer .footerCol:last-child,
.suscripcionesF .footer .footerCol:last-child,
.prefil .footer .footerCol:last-child {
	padding-right: 0rem;
	display: flex !important;
	align-items: end;
}

.landing .footer a,
.suscripcionesF .footer a,
.perfil .footer a,
.tooltip-inner a {
	color: #FFF;
	text-decoration: none;
}

.landing .footer a:hover,
.suscripcionesF .footer a:hover,
.perfil .footer a:hover {
	color: #F7CC46;
	text-decoration: none;
}

.tooltip-inner a:hover {
	color: #FFF;
	text-decoration: none !important;
}

.landing a,
.suscripcionesF a {
	text-decoration: none;
}

/* .landing  a:hover{
	text-decoration: underline;
} */

/*SUSCRIPCIONES*/
.suscripcionesF .rotulo1 {
	color: #242331;
	font-weight: 700;
	font-size: 4rem;

}

.suscripcionesF .nombrePlanF {
	color: #170F49;
	font-weight: 700;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.6rem;
}

.suscripcionesF .nombrePlanF span {
	color: #6F6C90;
	font-weight: 400;
	font-size: 1.25rem;
}

.suscripcionesF .rowCardsF {
	margin-top: 2rem !important;
}

.rowCardF .card {
	margin: 0px auto;
	border-radius: 1.5rem;
	width: clamp(15.875rem, 8.817rem + 11.384vw, 19.063rem);
	top: 0rem;
}

.rowCardF .card-header,
.rowCardF .card-body {
	padding: 1rem 1.4rem !important;
}

.rowCardF .descuento {
	position: absolute;
	top: 0;
	right: 2rem;
	padding: 1.6rem 0.5rem 0.5rem 0.5rem;
	background-color: #C7D6FF;
	border-radius: 0 0 0.8rem 0.8rem;
	color: #0056A4;
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 1.4rem;
}

.rowCardF .descuento span {
	font-size: 1rem;
	font-weight: 400;
}

.rowCardF .hasta {
	color: #6F6C90;
	font-size: .875rem;
	font-style: normal;
	font-weight: 400;
}

.body2024 .rowCardF .hasta {
	color: #004F9F;
	font-size: .875rem;
	font-style: normal;
	font-weight: 400;
}

.rowCardF h5 {
	color: var(--Neutral-600, #6F6C90);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
}

.body2024 .rowCardF h5 {
	color: #004F9F;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
}

.body2024 .rowCardF .pricePart2,
.body2024 .rowCardF .pricePart3 {
	color: #004F9F;
}

.rowCardF .pricePart1 {
	display: none;
}

.rowCardF .pricePart1C2 {
	display: inline;
	color: #0F1849;
	font-size: 2rem;
	font-style: normal;
	font-weight: 800;
	position: relative;
	top: -1.5rem;
	left: .2rem;
}

.rowCardF .pricePart2 {
	color: #0F1849;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 800;
}

.rowCardF .pricePart3 {
	color: #6F6C90;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
}

.rowCardF .pricePillF {
	color: #6F6C90;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	border: none !important;
}

.body2024 .rowCardF .pricePillF {
	color: #000;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 600;
	border: none !important;
	line-height: 100%;
}

.body2024 .rowCardF .pricePillF span {
	color: #000;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	border: none !important;
	line-height: 100%;
}

.rowCardF .comment {
	color: #0F1849;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	margin-top: .5rem;
}

.body2024 .rowCardF .comment {
	display: none;
}

.rowCardF .priceButton {
	margin: 1rem 0rem 2rem 0rem;
}

.rowCardF .recomendado {
	border-radius: 2.5rem;
	background: #035FA8;
	color: #FFFFFF;
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: 2.04px;
	padding: 0.2rem 0rem;
	text-align: center;
	width: 60%;
	position: absolute;
	top: 5.4rem;
}

.rowCardF .shdt {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.rowCardF .priceButton .btn {
	border-radius: 6rem;
	background: #F7CC46;
	padding: 1rem 2.375rem;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 800;
	width: 100%;
	margin: 0;
}

.body2024 .rowCardF .priceButton .btn,
/*.body2024.suscripcionesF .backButton .btn,*/
.body2024 .rowCardF .payButton .btn {
	background: #EB027F;
	color: #fff;
}

.suscripcionesF .backButton .btn {
	border-radius: 1rem;
	background: #F7CC46;
	padding: 0.2rem 0rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	width: 8rem;
	margin: 0;
	text-transform: none;
}

.rowCardF .payButton .btn {
	border-radius: 6rem;
	background: #F7CC46;
	padding: .5rem 2.375rem;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 800;
	width: 100%;
	margin: 0;
}

.rowCardF .priceButton.priceButtonC .btn {
	border-radius: 6rem;
	background: #FF2776;
	color: #FFFFFF;
	padding: 1rem 2.375rem;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 800;
	width: 100%;
	margin: 0;
}

.suscripcionesF .backButton.backButtonC .btn {
	border-radius: 1rem;
	background: #FF2776;
	color: #FFFFFF;
	padding: 0.2rem 0rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	width: 8rem;
	margin: 0;
	text-transform: none;
}

.rowCardF .payButton.payButtonC .btn {
	border-radius: 6rem;
	background: #FF2776;
	color: #FFFFFF;
	padding: .5rem 2.375rem;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 800;
	width: 100%;
	margin: 0;
}

.suscripcionesF .planPersonal .rotulo1 {
	font-weight: 700;
	font-size: 2rem;
}

.suscripcionesF .text_cancel {
	color: #797979;
	text-align: center;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
}

.suscripcionesF .text_accede {
	font-size: 2rem;

}

.suscripcionesF .pill_interes {
	border-radius: 2rem;
	border: 1.4px solid #0056A4;
	/* background: #FFF; */
	padding: 2rem 1rem 2rem 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3.5rem;
	flex-direction: column;
}

.suscripcionesF .pi_txt1,
.suscripcionesF .pa_txt1 {
	color: #242331;
	text-align: center;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 800;
}

.suscripcionesF .pi_txt2 {
	color: #242331;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
}

.suscripcionesF .pill_ayudaC {
	border-radius: 2rem;
	border: 1.4px solid #0056A4;
	margin-bottom: 3rem;
}

.suscripcionesF .pill_ayuda {

	padding: 2rem 1rem 2rem 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2.5rem;
	flex-direction: column;
}

.suscripcionesF .pa_txt2 {
	color: #797979;
	text-align: center;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
}

.suscripcionesF .pill_beneficios {
	color: #242331;
	text-align: center;
	font-size: 4.125rem;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 3rem;
}

.suscripcionesF .pill_beneficios .row {
	justify-content: space-around;
}

.suscripcionesF .pill_beneficios .pb_txt1 {
	margin-bottom: 2rem;
}

.suscripcionesF .pill_beneficios span:not(.text_yellow) {
	font-weight: 700;
}

.suscripcionesF .pill_beneficios.pb2024 span:not(.text_yellow) {
	font-weight: 300;
}

.suscripcionesF .pill_beneficios span.text_yellow {
	color: #F7CC46 !important;
	font-weight: 700;
}

.suscripcionesF .pill_beneficios .card {
	border-radius: 2rem;
	max-width: 260px;
	align-items: center;
	padding: 3rem 1rem 3rem 1rem;
	margin-bottom: 1rem;
	margin: 0px auto 1rem auto;
}

.suscripcionesF .pill_beneficios .card .text {
	color: #000;
	text-align: center;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
}

.suscripcionesF .pill_beneficios .card .text span {
	color: #797979;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
}

.suscripcionesF .pill_beneficios img {
	width: 84px;
	margin-bottom: 1rem;
}

.suscripcionesF .carruselBeneficios {
	display: none;
}

.mainRow {
	padding-top: 3rem;
	background: url(/assets/background07.png);
	background-position: bottom;
}

.mainRow2 {
	padding-top: 3rem;
}

.cyberWow1 {
	background: url(/assets/cyberWow1_13.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}

.cyberWow11 {
	background: url(/assets/cyberWow1_14.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
}

.beneficiosRow {
	background: url(/assets/beneficios.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	height: 300px;
}

.registroCyber {
	background-color: #F7CC46 !important;
	color: #242331 !important;
	font-weight: 800 !important;
}

.registroCyber.rc2024 {
	background-color: #242331 !important;
	color: #FFF !important;
	font-weight: 800 !important;
}

.semanaCyber {
	background-color: #1748C5;
	height: 88px;
	width: 100vw;
	background-image: url(/assets/semanaCyber.png);
	background-repeat: repeat-x;
	background-position: -204px;
	margin-top: 2.5rem;
}

.semanaCyber2 {
	background-color: #F7CC46;
	height: 88px;
	width: 100vw;
	background-image: url(/assets/semanaCyber2.png);
	background-repeat: repeat-x;
	background-position: -204px;
	margin-top: 2.5rem;
}

.colorCyberRosa {
	color: #FF2776 !important;
}

.divGraphCyber {
	padding: 4rem 0rem !important;
	max-width: 410px !important;
}

body.suscripcionesC {
	background: url(/assets/background07.png);
	background-size: cover;
	background-repeat: no-repeat;
}

body.suscripcionesC.body2024 {
	background: url(/assets/background07.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 -10rem;
}

.imgSup {
	background: url(/assets/cyberWow1_13.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 642px;

}

.imgSup.is2024 {
	background: url(/assets/cyberWow1_15.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 642px;
}

.descuentoC {
	position: absolute;
	top: -1px;
	right: 2rem;
	padding: 1.6rem 0.5rem 0.5rem 0.5rem;
	border-radius: 0 0 0.8rem 0.8rem;
	font-weight: 800;
	font-size: 1.6rem !important;
	line-height: 1.4rem;
	background-color: #F7CC46;
	color: #805321 !important;
}

.descuentoC.pad0 {
	padding: 1.6rem 0.2rem 0.5rem 0.2rem;
}

.descuentoC div.small {
	display: inline;
	font-size: 1.2rem;
	position: relative;
	top: -2px;
}

.descuentoC span {
	color: #805321;

	font-size: 1rem;
	font-weight: 400;
}

.p-2-5 {
	padding: .75rem !important;
}

.pricePart1C {
	font-size: 1rem;
	color: #FF2776;
	font-weight: 800;
	line-height: 1.125rem;
	display: inline-block;
}

.pricePart2 span {
	font-size: 2rem;
	position: relative;
	top: -1.2rem;
}

.line-through-color {
	text-decoration: 4px solid #0056A4 line-through;
	font-size: 2rem !important;
	color: #0F1849 !important;
	font-weight: 800 !important;
}

.line-through-color2 {
	text-decoration: 2px solid #0056A4 line-through !important;
	font-size: 1.2rem !important;
	color: #0F1849 !important;
	font-weight: 600 !important;
	display: flex;
}

.priceDivCS {
	position: relative;
	left: -2rem;
}

.line-through-color_2 {
	text-decoration: 2px solid #0056A4 line-through !important;
	font-size: 1.2rem !important;
	color: #0F1849 !important;
	font-weight: 600 !important;
	position: absolute;
	display: inline;
}

.perfil label[for="dni"] {
	margin-left: 7.8rem;
}

.nuevaExperiencia {
	color: #F7CC46;
	text-align: center;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 900;
	line-height: 137%;
	/* 84.94px */
	letter-spacing: -1.24px;
}

@media (max-width: 767px) {
	.cyberWow1 {
		background: url(/assets/cyberWow2_13.png);
		background-size: auto;
		background-repeat: no-repeat;
		background-position: top;
		height: 380px;
	}

	.cyberWow11 {
		background: url(/assets/cyberWow2_14.png);
		background-size: auto;
		background-repeat: no-repeat;
		background-position: top;
		height: 380px;
	}

	.registerFormDiv {
		width: 100%;
	}

	.divGraphCyber {
		padding: 0rem 0rem !important;

	}

	.imgSup {
		background: url(/assets/cyberWow2_13.png);
		background-size: auto;
		background-repeat: no-repeat;
		background-position: center;
		height: 469px;
		min-height: 440px;
	}
}

@media (max-width: 576px) {
	.planesAnuales {
		position: absolute;
		bottom: 1rem;
		width: 100vw;
		text-align: center;
		left: -0.5rem;
	}

	.suscripcionesC .mainContainer {
		top: 0;
	}

	.landing #registerForm .tycLabel {
		padding-left: 2.5rem;

	}

	.mainRow {
		background-size: auto;
		background-repeat: no-repeat;
	}

	.mainRow.mr2024 {
		background-size: auto;
		background-position: 0 -8rem;
	}

	.beneficiosRow {
		height: 164px;
		background: url(/assets/beneficios2.png);
		background-size: calc(100% - 2rem);
		background-repeat: no-repeat;
		background-position: top;
	}

	.semanaCyber {
		background-image: url(/assets/semanaCyberMV.png);
		background-repeat: no-repeat;
		background-position: 1.5rem;
	}

	.semanaCyber2 {
		background-image: url(/assets/semanaCyber2MV.png);
		background-repeat: no-repeat;
		background-position: 1.5rem;
	}

	.suscripcionesF .pill_ayudaC {
		border-radius: unset;
		border: none;
		margin-top: -2rem;
		width: 100vw;
		margin-left: 0rem;
	}

	.landing #registerForm_2 .clausulas {
		margin-left: -1.5rem !important;
	}

	.landing #registerForm_2 .tycLabel {
		padding-left: 2.2rem;
	}

	.cyberWow1 {
		background: url(/assets/cyberWow2_13.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top;
		height: 380px;
		max-width: 353px !important;
	}

	.landing .mainContainer {
		height: calc(100vh - 0rem);
		top: 4rem;
	}

	/* .landing .mainNavBar{
		width: calc(100% + 1rem);
		margin-left: -0.5rem;
	} */
	.landing .txtl_1 {
		font-size: 1.5rem;
	}

	.landing .txtl_2 {
		font-size: 2.75rem;

		margin: 0 1.1rem;
	}

	.landing .txtl_3 {
		font-size: 1.5rem;
	}

	.landing .txtl_4 {
		font-size: 2.5rem;
	}

	.landing .txtl_5 {
		font-size: 1rem;
	}

	.header__logo {
		width: 122px;
	}

	.landing .divPortada,
	.divGraph {
		min-height: unset;
	}

	.landing .md-form .validate {
		margin-bottom: .5rem;
	}

	.landing .registerFormDiv {
		width: 100%;
	}

	.landing .md-form .prefix~input {
		margin-left: 1rem;
		width: calc(100% - 2rem);
		box-sizing: border-box;
	}

	.landing #loginForm .md-form .prefix~input {
		margin-left: 1rem;
		width: calc(100% - 1rem);
		box-sizing: border-box;
	}

	.landing #loginForm .prefix {
		left: -1rem;
	}

	.landing #loginForm .md-form .prefix~label {
		margin-left: 1rem;
	}

	.landing .togglePassword {
		top: 0.8rem;
		right: 1.5rem;
	}

	.landing .clausulas {
		margin-left: 0rem !important;
		margin-right: 0rem !important;
		width: calc(100% + 0rem) !important;
	}

	.landing .tycLabel {
		padding-left: 2.2rem;
		top: 0.3rem !important;
		font-size: .7rem !important;
		white-space: nowrap;
	}

	.landing .txtl_6 {
		font-size: 1.375rem;
		line-height: 129%;
	}

	.landing .txtl_7 {
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 400;
		line-height: 160%;
	}

	.btnFAQS {
		text-transform: unset !important;
		margin-top: 4rem;
		border-radius: 2.75rem;
		font-size: 1.2rem;
		padding: 1rem 3rem;
	}

	.landing .footer .logo {
		position: unset;
	}

	.landing .footer .text {
		font-size: 1rem;
	}

	.landing .footer .text1 {
		line-height: 140%;
	}

	.landing .footer .text2 {
		line-height: 1.8rem;
	}

	.landing .footer .header {
		font-size: 1.25rem;
		line-height: 110%;
	}

	.suscripcionesF .rotulo1 {
		font-size: 2.375rem;
	}

	.suscripcionesF .pi_txt1,
	.suscripcionesF .pa_txt1 {
		font-size: 1.375rem;
		line-height: 1.5rem;
	}

	.suscripcionesF .pi_txt2 {
		margin-top: 1rem;
		font-size: 1.25rem;
		line-height: 1.375rem;
	}

	.suscripcionesF .pa_txt2 {
		margin-top: 1rem;
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.suscripcionesF .pill_beneficios {
		font-size: 2.375rem;
		line-height: 2.6rem;
	}

	.suscripcionesF .pill_beneficios span {
		display: block;
	}

	.suscripcionesF .text_cancel {
		font-size: 1rem;
	}

	.landing .footer .footerCol:first-child,
	.suscripcionesF .footer .footerCol:first-child {
		padding: 0rem;
	}

	.landing .footer .footerCol:last-child,
	.suscripcionesF .footer .footerCol:last-child {
		padding: 0rem;
		display: flex !important;
		align-items: end;
	}

	.landing .footer .logo,
	.suscripcionesF .footer .logo {
		left: unset;
	}

	.suscripcionesF .rowBeneficios {
		display: none;
	}

	.suscripcionesF .carruselBeneficios {
		display: block;
	}

	.suscripcionesF .carruselBeneficios .carousel-item {
		/*margin-left: 1rem;*/
	}

	.suscripcionesF .carruselBeneficios .carousel-indicators {
		bottom: -1rem;
		margin: 0;
	}

	.suscripcionesF .carruselBeneficios .carousel-indicators [data-bs-target] {
		background-color: #94A3B8 !important;
		width: 0.5rem;
		height: 0.5rem;
		border-radius: 1rem;
		opacity: 1;
		transition: all .2s;
	}

	.suscripcionesF .carruselBeneficios .carousel-indicators .active {
		opacity: 1;
		background-color: #0056A4 !important;
		width: 2rem;
	}

	.nuevaExperiencia {
		font-size: 1.6rem;
	}

	.suscripcionesC .nuevaExperiencia {
		margin-top: 4rem !important;
	}

	.imgSup.is2024 {
		height: 266px;
		min-height: 266px;
	}

	body.suscripcionesC.body2024 {
		background-repeat: repeat-y;
		background-size: auto;
	}
}

@media (max-width: 1200px) {

	body.suscripcionesC.body2024 {
		background-repeat: repeat-y;
		background-size: auto;
	}
}