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

/*--------------------------------------------------
	Alvasolution opacities
----------------------------------------------------*/

.a-bg-azul-opacity-0_3--after::after {
  background-color: rgba(15, 104, 133, 0.3) !important;
}

.a-bg-azul-opacity-0_4--after::after {
  background-color: rgba(15, 104, 133, 0.4) !important;
}

.a-bg-azul-opacity-0_6--after::after {
  background-color: rgba(15, 104, 133, 0.6) !important;
}


/* Ajustar texto largo en varias lineas en movil */
.a-btn-wrap-text {
    white-space: normal !important;
    word-wrap: break-word !important;
}

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

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

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

.a-text-decoration-none {
  text-decoration: none;
}

.a-animate__delay-2s {
  animation-duration: 2s;
}

.a-animate__delay-3s {
  animation-duration: 3s;
}


/* Posiciones Iconos Flotantes */
.a-flotante-v1 {
    height: 50px;
    left: 10px;
    top: 90%;
    width: 50px;
}

.a-flotante-v2 {
    height: 50px;
    left: 10px;
    top: 80%;
    width: 50px;
}

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

.a-color-secondary {
  color: #9E9E9E !important;
}

.a-bg-secondary {
  background-color: #9E9E9E !important;
}

.a-bg-secondary--hover:hover {
  background-color: #9E9E9E !important;
}

.a-bg-azul1 {
  background-color: #005FA7 !important;
}

/**/
/* 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;
}

/* Revolution Slider Customization */
.hesperiden.tparrows:hover {
  background:  #3e3e3e;
}

/* VO Customization */
.a-vista-items a.active {
  background: #9E9E9E;
}
.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;
}

/*------------------------------------
  ZigZag Styles
------------------------------------*/

.a-zigzag-top-azul1 {
  position: relative;
  background: #005FA7;
  z-index: 1;
}

.a-zigzag-top-azul1::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 20px;
  background: -webkit-linear-gradient(-225deg, #005FA7 10px, transparent 0) 0 10px, -webkit-linear-gradient(-315deg, #005FA7 10px, transparent 0) 0 10px;
  background-position: top left;
  background-repear: repeat-x;
  background-size: 20px 20px;
}

.a-zigzag-bottom-azul1 {
  position: relative;
  background: #005FA7;
  z-index: 1;
}

.a-zigzag-bottom-azul1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 20px;
  background: -webkit-linear-gradient(225deg, #005FA7 10px, transparent 0) 0 10px, -webkit-linear-gradient(315deg, #005FA7 10px, transparent 0) 0 10px;
  background-position: top left;
  background-repear: repeat-x;
  background-size: 20px 20px;
}
