:root {
  --color-innove: #5fd0f0;
  --color-innove-shadow: #3ba2be;
  --color-primary: #0081ff;
}

@font-face {
  font-family: "aleo";
  src: url("../fonts/Aleo-Regular.ttf") format("truetype");
}
/* @font-face {
  font-family: "aleo";
  src: url("../fonts/Aleo-Bold.ttf") format("truetype"),
       url("../fonts/Aleo-Italic.ttf") format("truetype"),
       url("../fonts/Aleo-Regular.ttf") format("truetype");
} */

* {
  font-family: "aleo", Helvetica, sans-serif;
}

.bg-write {
  background-color: white;
}

@media (min-width: 992px) {
  .min-vh-100--lg {
    min-height: 100vh;
  }
  .align-center--lg {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .d-flex--lg {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.link-name {
  color: var(--color-innove);
  font-weight: 600;
  font-size: 30px;
}

.link-name:hover {
  color: var(--color-innove-shadow);
  transition: all 0.5s;
}

.link-name span {
  color: #a2a2a2;
  font-weight: 500;
}

.navbar-home li a {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-size: 22px;
}

.btn-primary {
  /* color: #4d5969;
  background-color: #fff;
  border-color: #fff; */
  -webkit-box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1),
    0 2px 5px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07),
    0 1px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1),
    0 2px 5px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07),
    0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.btn-primary.focus,
.btn-primary:focus {
  color: #002d59 !important;
  /* background: aliceblue; */
  -webkit-box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1),
    0 2px 5px 0 rgba(43, 45, 80, 0.1), 0 3px 9px 0 rgba(43, 45, 80, 0.08),
    0 1px 1.5px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.1),
    0 3px 9px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.08),
    0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1),
    0 2px 5px 0 rgba(43, 45, 80, 0.1), 0 3px 9px 0 rgba(43, 45, 80, 0.08),
    0 1px 1.5px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.1),
    0 3px 9px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.08),
    0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.btn-warning.focus,
.btn-warning:focus {
  color: #002d59 !important;
  /* background: aliceblue; */
  -webkit-box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1),
    0 2px 5px 0 rgba(43, 45, 80, 0.1), 0 3px 9px 0 rgba(43, 45, 80, 0.08),
    0 1px 1.5px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.1),
    0 3px 9px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.08),
    0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1),
    0 2px 5px 0 rgba(43, 45, 80, 0.1), 0 3px 9px 0 rgba(43, 45, 80, 0.08),
    0 1px 1.5px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.1),
    0 3px 9px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.08),
    0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.form-control {
  border: 2px solid #ced4da;
}

.form-control:focus {
  border-color: #84b6ff;
  /* outline: 0; */
  box-shadow: none;
}

.featurette {
  align-items: center;
}

.featurette-heading {
  font-size: 3.5rem;
}
/* 
.btn-primary {
  background-color: var(--color-primary);
} */

footer {
  background-color: var(--color-primary);
  /* color: white; */
}

footer a {
  color: white !important;
}

footer h5 {
  font-size: 22.5px;
  color: #ffffffe6;
  font-weight: 500;
}

footer li {
  font-size: 17.5px;
  padding: 7px 0;
  color: #ffffffde;
}

footer hr {
  border-color: #ffffff47;
}

footer img {
  background: white;
  padding: 5px;
  border-radius: 22px;
}

.container-card-home .card {
  align-items: center;
  display: grid;
  height: 350px;
}

/*  SIGNIN  */

html,
body {
  height: 100%;
}

.content-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  height: 100vh;
}

.form-signin {
  width: 100%;
  max-width: 380px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
}

/* END SIGNIN  */

.animated-3d {
  animation: animated3d 5s linear infinite;
}

@keyframes animated3d {
  0% {
    transform: rotate3d(1, 0, 1, 0deg);
  }
  25% {
    transform: rotate3d(1, 0, 1, 4deg);
  }
  50% {
    transform: rotate3d(1, 0, 1, 0deg);
  }
  75% {
    transform: rotate3d(1, 0, 1, -4deg);
  }
}

.container-home {
  min-height: 630px;
  height: 100vh;
  background-image: url(../img/home-1.jpg);
  background-size: cover;
  background-position: bottom;
  display: grid;
}

.container-home > div {
  width: 100%;
  height: 100%;
  background: #ffffff38;
  display: flex;
}

.container-header-help {
  height: 260px;
  margin-top: 71px;
  display: flex;
  background: aqua;
  background-image: url(../img/bg-chat.jpg);
  background-size: cover;
  background-position: right;
}

.container-header-help div {
  margin: auto;
  font-size: 40px;
  font-weight: 600;
  color: #2c2c2c;
}

.list-contacts {
  font-size: 30px;
}

.list-contacts a {
  color: #585858;
}

.card-action {
  cursor: pointer;
}

.card-action:hover {
  background-color: #0d6efd;
  color: white;
  transition: 0.4s all;
  user-select: none;
}

.card-action:hover .card-subtitle {
  color: #e7e7e7 !important;
  transition: 0.4s all;
}