/* Add here all your css styles (customizations) */

.a-justify { text-align: justify !important; }
.a-content-wrapper p { text-align: justify !important; }
.a-content-wrapper strong { color: #00a0e6; font-weight: 700; }
.a-mr-auto { margin-right: auto; }

.a-item--disabled {
  opacity: .5;
  pointer-events: none;
}

.a-item--nocursor {
  pointer-events: none;
}

.a-color-secondary {
  color: #a2c900;
}

.a-bg-secondary {
  background-color: #a2c900;
}

/*--------------------------------------------------
	[Ajax Loader Image]
----------------------------------------------------*/
#loader {
	text-align: center;
	display: none;
}

/* Ion RangeSlider */
.irs--round .irs-bar {
  background-color: #00a0e6;
}

.irs--round .irs-handle {
  border: 4px solid #00a0e6;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #00a0e6;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #00a0e6;
}

/**/
/* Alvasolution-Form */
/**/
.a-form .message {
  display: none;
  color: #6fb679;
}
.a-form.submited fieldset,
.a-form.submited footer {
  display: none;
}

.a-form.submited .message {
  display: block;
}

/* Button Linkedin */
.u-btn-linkedin {
  color: #fff;
  background-color: #0e76a8;
}

.u-btn-linkedin:hover, .u-btn-linkedin.active {
  border-color: #0c6590;
  background-color: #0c6590;
}

.u-btn-linkedin:hover, .u-btn-linkedin:focus, .u-btn-linkedin.active {
  color: #fff;
}

.u-btn-linkedin.g-btn-hover-reset:hover, .u-btn-linkedin.g-btn-hover-reset.active {
  background-color: #0e76a8;
  border-color: #0e76a8;
}

/* Button Whatsapp */
.u-btn-whatsapp {
  color: #fff;
  background-color: #25D366;
}

.u-btn-whatsapp:hover, .u-btn-whatsapp.active {
  border-color: #50DB84;
  background-color: #50DB84;
}

.u-btn-whatsapp:hover, .u-btn-whatsapp:focus, .u-btn-whatsapp.active {
  color: #fff;
}

.u-btn-whatsapp.g-btn-hover-reset:hover, .u-btn-whatsapp.g-btn-hover-reset.active {
  background-color: #25D366;
  border-color: #25D366;
}

/* Button Email */
.u-btn-email {
  color: #fff;
  background-color: #0166FF;
}

.u-btn-email:hover, .u-btn-email.active {
  border-color: #3384FF;
  background-color: #3384FF;
}

.u-btn-email:hover, .u-btn-email:focus, .u-btn-email.active {
  color: #fff;
}

.u-btn-email.g-btn-hover-reset:hover, .u-btn-email.g-btn-hover-reset.active {
  background-color: #0166FF;
  border-color: #0166FF;
}

/* Product Customization */
.a-vista-items a.active {
  background: #1B7DB0;
}
.a-pagenav-items a.disabled {
  opacity: .2;
}

/* Noty Body Icon */
.noty_body__icon {
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem;
}

/*------------------------------------
  Toasts
------------------------------------*/
/*------------------------------------
  Toasts v1
------------------------------------*/
[class*="noty_theme__unify--v1"] {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 1.57143rem;
}

.noty_theme__unify--v1--dark {
  background-color: #2e3c56;
}

.noty_theme__unify--v1--light {
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

.noty_type__success.noty_theme__unify--v1 {
  background-color: #1cc9e4;
}

.noty_type__info.noty_theme__unify--v1 {
  background-color: #1d75e5;
}

.noty_type__error.noty_theme__unify--v1 {
  background-color: #e62154;
}

.noty_type__warning.noty_theme__unify--v1 {
  background-color: #e6a821;
}

.noty_body {
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}

[class*="noty_theme__unify--v1"] .noty_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.noty_theme__unify--v1--light .noty_body {
  color: #41464B;
}

.noty_body__icon {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.noty_body__icon::before {
  display: block;
}

.noty_body__icon > i {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.noty_theme__unify--v1 .noty_body__icon {
  background-color: rgba(245, 249, 249, 0.2);
}

.noty_theme__unify--v1--dark .noty_body__icon {
  background-color: rgba(245, 249, 249, 0.1);
}

.noty_theme__unify--v1--dark.noty_type__success .noty_body__icon {
  color: #1cc9e4;
}

.noty_theme__unify--v1--dark.noty_type__info .noty_body__icon {
  color: #1d75e5;
}

.noty_theme__unify--v1--dark.noty_type__error .noty_body__icon {
  color: #e62154;
}

.noty_theme__unify--v1--dark.noty_type__warning .noty_body__icon {
  color: #e6a821;
}

.noty_theme__unify--v1--light.noty_type__success .noty_body__icon {
  background-color: rgba(28, 201, 228, 0.15);
  color: #1cc9e4;
}

.noty_theme__unify--v1--light.noty_type__info .noty_body__icon {
  background-color: rgba(29, 117, 229, 0.15);
  color: #1d75e5;
}

.noty_theme__unify--v1--light.noty_type__error .noty_body__icon {
  background-color: rgba(230, 33, 84, 0.15);
  color: #e62154;
}

.noty_theme__unify--v1--light.noty_type__warning .noty_body__icon {
  background-color: rgba(230, 168, 33, 0.15);
  color: #e6a821;
}

[class*="noty_theme__unify--v1"] .noty_close_button {
  top: 14px;
  right: 14px;
  width: 0.85714rem;
  height: 0.85714rem;
  line-height: 0.85714rem;
  background-color: transparent;
  font-weight: 300;
  font-size: 1.71429rem;
  color: #fff;
  border-radius: 0;
}

.noty_theme__unify--v1--light .noty_close_button {
  color: #cad6d6;
}

.noty_progressbar {
  height: 0.5rem !important;
}

.noty_theme__unify--v1 .noty_progressbar {
  background-color: rgba(0, 0, 0, 0.08) !important;
}

.noty_theme__unify--v1--dark.noty_type__success .noty_progressbar {
  background-color: #1cc9e4;
}

.noty_theme__unify--v1--dark.noty_type__info .noty_progressbar {
  background-color: #1d75e5;
}

.noty_theme__unify--v1--dark.noty_type__error .noty_progressbar {
  background-color: #e62154;
}

.noty_theme__unify--v1--dark.noty_type__warning .noty_progressbar {
  background-color: #e6a821;
}

.noty_theme__unify--v1--light.noty_type__success .noty_progressbar {
  background-color: rgba(28, 201, 228, 0.15);
}

.noty_theme__unify--v1--light.noty_type__info .noty_progressbar {
  background-color: rgba(29, 117, 229, 0.15);
}

.noty_theme__unify--v1--light.noty_type__error .noty_progressbar {
  background-color: rgba(230, 33, 84, 0.15);
}

.noty_theme__unify--v1--light.noty_type__warning .noty_progressbar {
  background-color: rgba(230, 168, 33, 0.15);
}

/*------------------------------------
  Noty
------------------------------------*/
#noty_layout__topRight,
#noty_layout__bottomRight,
#noty_layout__bottomLeft,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__bottomCenter {
  width: 380px;
}

#noty_layout__topFullWidth,
#noty_layout__bottomFullWidth {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-filter: blur(0);
          filter: blur(0);
}

#noty_layout__topFullWidth {
  top: 0;
  left: 0;
}

#noty_layout__bottomFullWidth {
  bottom: 0;
  left: 0;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  opacity: 1;
}

/*------------------------------------
  Datatables
------------------------------------*/

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
  display: none;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: normal;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  background-image: none;
}

table.dataTable.no-footer {
  border-bottom: none;
}

