
body {
  position: relative;
  width: 100%;
	overflow: -moz-scrollbars-none;
	-webkit-scrollbar: 0;
	margin: 0;
	padding: 0;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
section {
	margin: 0;
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
b {
	font-weight: bold;
}

/** Scroll **/
::-webkit-scrollbar {
    width: 4px; /** Tamaño Scroll en Vertical */
    height: 4px; /** Tamaño Scroll en Horizontal **/
}
::-webkit-scrollbar-thumb {
    border-radius: 4px; /** Borde redondeado barra **/
}
::-webkit-scrollbar-track {
    border-radius: 4px; /** Borde redondeado **/
}
.title h2 {
	font-size: 40px;
	font-weight: bold;
}
.sub-title h3 {
	font-size: 16px;
	font-size: bold;
	padding-top: 8px;
}

.internal-public .container {
	display: flex;
	align-items: center;
	min-height: 100vh;
	flex-direction: column;
	justify-content: center;
}
.blockContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 1000000;
  bottom: 0;
  left: 0;
}
.page {
	width: 100%;
	border: 1px solid;
	margin: 16px 0;
	min-height: 572px;
	overflow: hidden;
	position: relative;
	display: flex;
}
.security-text {
	font-size: 11px;
	display: flex;
	z-index: 1000;
}
.security-text i {
	font-size: 13px;
	padding-inline-end: 8px;
	font-weight: bold;
}
.column-header-wizard {
	width: 100%;
	padding: 40px 24px 24px 32px!important;
}
.main {
	padding: 40px 48px!important;
  text-align: left;
  display: block;
	height: 100%;
	position: relative;
}

.section-contacts {
 display: flex;
 flex-direction: column;
 width: 100%;
}

.section-contacts .row {
	width: 100%;
}

a.button-option-contact {
  padding: 16px;
  border-radius: 8px;
  display: flex;
  border: 1px solid #B0B0B0;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% + 16px);
  margin-bottom: 16px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 16px #efefef;
}
a.button-option-contact .sect-left {
  display: flex;
  flex-direction: column;
}
a.button-option-contact .sect-left i {
  font-size: 24px;
  padding-inline-end: 16px;
  margin-bottom: 12px;
}

.sect-content {
	width: 100%;
	display: block;
	float: left;
	text-align: start;
	padding-bottom: 0px;
	padding-top: 0px;
	min-height: 329px;
}
.sub-title + .spaceForm .sect-content {
	min-height: 305px;
}

.sect-content.biggest {
	min-height: 372px;
}

.sect-buttons {
	position: relative;
  bottom: 0;
  margin: 0;
  left: 0;
  padding: 24px 0px 0px;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	z-index: 1;
	float: left;
}
.back-mobile {
	display: none;
}
.back-desktop {
	display: flex;
  font-size: 24px;
  padding: 0 0 32px;
	width: 32px;
	margin-top: -10px;
}
.countdown {
	font-weight: bold;
	font-size: 20px;
}
.menu-public {
	position: absolute;
  right: 32px;
  top: 64px;
}
.menu-public a {
	color: #999;
	font-size: 20px;
	margin-inline-start: 8px;
}
.menu-public a i {
	font-weight: bold;
}
.vertical-watermark {
	position: absolute;
	right: -48px;
	bottom: -4px;
	z-index: 0;
}
.horizontal-watermark {
	position: absolute;
	right: 0;
	top: 220px;
	z-index: 0;
}
.title {
	padding-inline-end: 20px
}
.ima-register {
	height: 100%;
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}
.security-center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.menu-mobile {
  display: none;
}
.section-menu {
  width: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 44px 0;
  padding-top: 36px;
}
.section-menu a {
  font-size: 24px;
  padding: 4px;
  margin-bottom: -5px;
}

.section-public {
  width: calc(100% - 120px);
  padding: 32px 48px 32px 48px;
}
.section-with-cards {
  width: calc(100% + 16px);
}
.section-inputs {
	padding-top: 32px;
}
.section-options {
	padding-top: 32px;
}
.sub-title-mobile {
	display: none;
}
.icon-search {
	position: absolute;
  top: 14px;
  left: 32px;
  font-size: 14px;
}
.has-search .form-control {
	border-radius: 40px!important;
	height: 40px;
	padding-inline-start: 40px;
}
.has-search .clearable__clear {
	right: 26px;
  left: unset;
  top: 11px;
}
.section-menu.menu-page-publics a {
	margin: 5px 0!important;
}
.section-menu.menu-page-publics a.option-menu-public {
	margin-top: -5px!important;
  margin-bottom: 20px!important;
}
.label-out {
	padding-bottom: 8px;
	font-weight: 500;
	font-size: 15px;
	color: #222;
}
.section-not-found {
	display: flex;
	width: 100%;
	min-height: 288px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.image-not-found {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}
.image-not-found img {
	max-width: 100%;
  height: 140px;
  width: auto;
}
.text-not-found {
	font-size: 18px;
	color: #565656;
}
.back-tablet {
	display: none;
}
.line-pass {
	border-bottom: 1px solid #dedede;
	margin-bottom: 24px;
	display: block;
	width: 100%;
}

@media (max-width: 1200px) {

	.page {
	  min-height: 466px;
	}
	.sect-content {
    min-height: 260px;
	}
	.section-public {
    padding: 40px 32px 40px 32px;
	}
	.label-out {
		font-size: 16px;
	}
	a.button-option-contact {
	  padding: 16px;
	  border-radius: 8px;
	  display: flex;
	  border: 1px solid #B0B0B0;
	  align-items: flex-start;
	  justify-content: space-between;
	  width: calc(100% + 16px);
	  margin-bottom: 16px;
	  border: 1px solid #eee;
	  box-shadow: 0px 0px 16px #efefef;
	}

}

@media (max-width: 992px) {

	.vertical-watermark {
		display: none;
	}
	.horizontal-watermark {
		display: none;
	}

	.internal-public .container {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0!important;
    margin: 0!important;
		min-height: inherit;
	}
	.centerAll {
    align-items: start;
	}

	.main {
    padding: 32px!important;
		height: 100vh;
	}
	.page {
    width: 100%;
    border: 0;
    border-radius: 0!important;
    padding: 0;
    margin: 0;
		min-height: calc(100vh - 44px);
	}
	.page-login {
    padding: 0;
    margin: 0;
	}
	.sect-content {
    width: 100%;
		padding-bottom: 8px;
		min-height: auto;
	}
	.sect-buttons {
    padding: 20px 0 32px;
		position: relative;
	}
	.security-text {
		padding: 8px;
	}
	.menu-public {
		position: absolute;
		right: 20px;
		top: 48px;
	}
	.back-desktop {
		display: flex;
	  font-size: 24px;
	  padding: 0px 0 32px;
		width: 32px;
		margin-top: -10px;
	}
	.ima-register {
		display: none;
	}
	.security-text {
	  width: 100%;
	}
	.section-public {
    padding: 24px 16px;
  }
  .section-menu {
    padding: 28px 0;
  }
	.sub-title + .spaceForm .sect-content {
		min-height: auto;
	}
	.has-search {
	  margin-top: 20px;
	}
	.icon-search {
    position: absolute;
    top: 33px;
    left: 32px;
    font-size: 14px;
	}
	.has-search .clearable__clear {
    right: 26px;
    left: unset;
    top: 30px;
	}

}

@media (min-width: 768px) {

.bottomsheet {
	display: none!important;
}
.bottomsheet + .modal-backdrop {
	display: none!important;
}

}

@media (max-width: 768px) {

	.internal-public .container {
    justify-content: flex-start;
	}
	.main {
    height: 100%;
		display: flex;
		flex-direction: column;
		padding: 24px 24px 0 24px !important;
	}

	.security-text {
		padding: 16px;
	}
	.menu-public {
    position: absolute;
    right: 24px;
    top: 24px;
	}

	.sect-buttons {
    border-top: 1px solid #D9D9D9;
		padding: 24px 24px 0px 24px;
		position: relative;
		order: 5!important;
		width: calc(100% + 48px);
    margin-inline-start: -24px;
	}
	.security-text i {
	  display: none;
	}
	.security-text {
	  text-align: center;
		width: 100%;
	}
	.section-public {
    padding: 32px 8px;
  }
  .section-menu {
    padding: 28px 0;
  }
	.section-with-cards {
    width: 100%;
	}
	.page {
		box-shadow: none!important;
		min-height: auto;
	}

	.section-inputs {
    padding-top: 16px;
	}
	.sub-title-mobile {
		display: flex;
	}
	.spaceForm {
		order: 4;
	}
	.order-mobile {
		display: flex;
		flex-direction: column;
	}

	.security-text {
		width: 100%!important;
	}
	.back-mobile {
		font-size: 20px;
		margin-bottom: 24px;
		position: relative;
		margin-top: 0px;
	}


.bottomsheet .modal-body li a {
	width: 100%;
  min-height: 64px;
  display: flex !important;
  position: relative !important;
  padding: 8px 8px 8px 16px;
  font-size: 18px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  align-items: center;
}
.bottomsheet .modal-title {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  width: 100%;
  color: #222!important;
}
.bottomsheet-phone .modal-title {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  width: 100%;
  color: #222!important;
}
.bottomsheet .modal-header{
  border-bottom: 1px solid #eee!important;
}
.bottomsheet-phone .modal-header{
  border-bottom: 1px solid #eee!important;
}
.bottomsheet .modal-header .close, .bottomsheet-phone .modal-header .close {
  font-size: 18px!important;
  height: 36px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 16px;
  top: 18px;
  font-weight: lighter!important;
}
.bottomsheet .icon-close, .bottomsheet-phone .icon-close {
   font-size: 18px;
   font-weight: lighter;
}

}

#landscape-mobile {
  display: none;
  z-index: -100;
}

@media(max-width: 767px) and (orientation: landscape) {
	#landscape-mobile {
		display: flex;
		position: fixed;
		top: 0;
		bottom: 0px;
		right: 0px;
		left: 0px;
		z-index: 990000;
		width: 100%;
		height: 100vh;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

		#landscape-mobile i {
			font-size: 64px;
			margin: 0 0 16px 0;
			display: block;
		}

		#landscape-mobile p {
			margin: 0;
			font-size: 24px;
			color: #555;
		}
}

@media (max-width: 576px) {

	.main {
    padding: 16px 16px 0 16px!important;
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.sect-buttons {
    padding: 16px 16px 0 16px;
		width: calc(100% + 32px);
    margin-inline-start: -16px;
		flex-direction: column;
	}
	.sect-content {
    width: 100%;
    padding-bottom: 16px;
		order: 4!important;
	}

	.security-text {
    align-items: center;
	}
	.page {
		min-height: auto;
		box-shadow: none!important;
	}
	.page-login {
		min-height: auto;
		box-shadow: none;
	}
	.menu-public {
    position: absolute;
    right: 18px;
    top: 24px;
	}
	.security-text {
	  padding: 16px 16px;
		padding-top: 8px;
	}
	.security-text.no-menu {
	  padding: 16px;
	}
	.menu-mobile {
	  display: flex;
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  height: 64px;
	  width: 100%;
	  background-color: #FFF;
	  box-shadow: 4px 0px 16px #e1e1e1;
	  align-items: center;
	  justify-content: space-around;
		z-index: 1000;
	}
	.menu-mobile i {
	  font-size: 20px;
	  margin-bottom: 4px;
	  position: relative;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.menu-mobile p {
	  font-size: 12px;
	}
	.section-menu {
	  display: none;
	}
	.section-public {
	  width:100%;
	  padding: 16px 0;
		padding-top: 24px;
	}
	.internal-title {
		margin-top: -48px;
		padding: 0 32px;
		padding-bottom: 16px;
	}
	.internal-title .title {
		padding-inline-end: 0px;
		justify-content: center;
		text-align: center;
	}
	.internal-title .sub-title-mobile {
		padding-inline-end: 0px;
		justify-content: center;
		text-align: center;
		font-size: 14px;
	}

	.section-inputs {
    padding-top: 16px;
	}
	.sub-title-mobile {
		display: flex;
	}
	.back-mobile {
		display: flex;
		font-size: 20px;
		margin-bottom: 24px;
		position: relative;
		width: 24px;
		z-index: 1000;
	}
	.internal-title .sub-title-mobile {
    padding-inline-end: 0px;
    justify-content: center;
    text-align: center;
    font-size: 16px;
		padding-top: 4px;
	}
	.icon-search {
	  top: 32px;
	}
	.has-search {
	  margin-top: 20px;
	}
	.section-options {
    padding-top: 16px;
	}
	.page-menu .sect-buttons {
    padding: 0px 16px 0 16px;
    width: calc(100% + 32px);
    margin-inline-start: -16px;
		justify-content: flex-start;
		border: 0;
	}
	.title {
    padding-top: 0px;
	}
	.has-search .clearable__clear {
    right: 26px;
    left: unset;
    top: 30px;
	}
	.label-out {
		padding-bottom: 8px;
		font-weight: bold;
		font-size: 16px;
		color: #222;
	}
	.text-not-found {
		font-size: 16px;
	}
	a.linksecondary {
    font-size: 14px;
	}
	.section-desktop-mobile {
    order: 2;
    margin-top: 24px;
    display: flex;
    justify-content: center;
	}
	.btn.btn-secondary {
    margin-inline-end: 0;
    font-size: 16px;
    padding: 0 32px;
		color: #565656!important;
		border: 0;
		text-decoration: underline;
		height: 36px;
	}
	.btn.btn-secondary:hover {
    background: transparent!important;
		border: none!important;
		color: #565656!important;
	}
	.back-tablet {
		display: none;
	}
	.line-pass {
		display: none;
	}

a.button-option-contact .sect-left {
  flex-direction: row;
	display: flex;
}
a.button-option-contact {
  padding: 22px 16px;
  border-radius: 0px;
  display: flex;
  border: 0px;
  border-bottom: 1px solid #eee;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% + 48px);
  margin-bottom: 0px;
  box-shadow: none;
  margin-inline-start: -16px;
}
a.button-option-contact .sect-left i {
  font-size: 20px;
  padding-inline-end: 16px;
  margin-bottom: 0;
}
a.button-option-contact .sect-arrow i {
  right: 0px;
  top: 0px;
}
.section-contacts {
  display: flex;
  flex-direction: column;
  width: calc(100% + 32px);
  margin: 0 -15px;
  padding: 16px 0 0 16px;
}
.title h2 {
  font-size: 32px;
  font-weight: bold;
}
.section-download-app .section-img-apps img {
  height: 24px;
}

}

@media (min-height:1080px) and (orientation: landscape) {

	.page {
    min-height: 672px;
	}
	.sub-title + .spaceForm .sect-content {
    min-height: 405px;
	}
	.modal-content.security {
    height: 600px;
	}
	.section-input-device {
    min-height: 312px;
	}
	.column-option-device {
	  min-height: 448px;
	}
	.sect-content {
    min-height: 420px;
	}
	.section-not-found {
    min-height: 364px;
	}
	.content-ok {
    min-height: 590px;
	}
  .horizontal-watermark {
    top: 290px;
  }


}

@media only screen and (min-width: 576px) and (max-width: 768px) {

.page {
	min-height: calc(100vh - 60px)
}

}
