@charset "utf-8";
/* CSS Dynamics General */

/*BACKGROUNDS*/
.bg-dyna-dark {
	background-color: #141b1e !important;
}
.bg-dyna-blue {
	background-color: #004b8d !important;
}
.bg-dyna-light-grey {
	background-color: #f7f7f7 !important;
}
.bg-dyna-light-grey-50 {
	background-color: rgb(247,247,247,0.175) !important;
}
.bg-dyna-card {
	background-color: #f9f9f9 !important;
}
.bg-dyna-medium-grey {
	background-color: #A3AFB7 !important;
}
.bg-dyna-black-10 {
	background: rgb(0,0,0,0.175);
}
.bg-dyna-light {
	background-color: #E4EAEC !important;
}

/*TEXT*/
.text-dyna-light {
	color: #E4EAEC !important;
}
.text-dyna-blue {
	color: #004a8d !important;
}
/*BUTTONS*/
.btn-dyna-primary {
  color: #fff;
  background-color: #004a8d;
  border-color: #004a8d;
}

.btn-dyna-primary:hover {
  color: #fff;
  background-color: #0267c2;
  border-color: #0267c2;
}

.btn-dyna-primary:focus, .btn-dyna-primary.focus {
  color: #fff;
  background-color: #0267c2;
  border-color: #0267c2;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-dyna-primary.disabled, .btn-dyna-primary:disabled {
  color: #fff;
  background-color: #004a8d;
  border-color: #004a8d;
}

.btn-dyna-primary:not(:disabled):not(.disabled):active, .btn-dyna-primary:not(:disabled):not(.disabled).active,
.show > .btn-dyna-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #0062cc;
}

.btn-dyna-primary:not(:disabled):not(.disabled):active:focus, .btn-dyna-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-dyna-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
/*ALERT*/
#overlay {
  background-color:#004a8d;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 10%;
  /*opacity: .80;*/
}
#overlayx {
  background-color:#004a8d;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 10%;
  /*opacity: .80;*/
}
.border-left-lg {
  border-left-width: 0.25rem !important;
}
.lift {
  /*box-shadow: 0 0.15rem 1.75rem 0 rgba(0, 0, 0, 0.15);*/
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.lift:hover {
  transform: translateY(-0.3333333333rem);
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}
.lift:active {
  transform: none;
  box-shadow: 0 0.25rem 1.75rem 0 rgba(0, 0, 0, 0.15);
}

.lift-sm {
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.0);
}
.lift-sm:hover {
  transform: translateY(-0.1666666667rem);
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}
.lift-sm:active {
  transform: none;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 0.75rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 0.75rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.animated--fade-in-up {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-timing-function: margin cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
          animation-timing-function: margin cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}
.animated--fade-in-up.dropdown-menu {
  margin-top: 0;
  top: 0.125rem !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated--fade-in {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
          animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}
.card-waves {
  background-image: url("../img/wave.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.card-carrousel {
	background-image: url("../img/carrousel.png");
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:cover;
  size:cover;
  background-position:center;
}
.trh:hover {
	background: rgb(0, 103, 181, 0.015);
}
.btn-glow:hover {
	box-shadow: 0rem 0rem 0.25rem 0rem rgba(255, 0, 0, 5);
}