div,
h1,
h2,
h3,
h4,
h5,
h6,
button,
a,
span,
html,
* {
  font-family: "Montserrat", sans-serif;
}

.custom-card {
  border-radius: 50px;
}

input,
textarea {
  background-color: #eee;
  border: none;
  outline: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
}

input:focus {
  box-shadow: 0 0 5px #0076b5;
}

input:focus.error {
  box-shadow: 0 0 5px red;
}

button {
  border-radius: 20px;
  border: 1px solid #0076b5;
  background-color: #0076b5;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  transition: transform 80ms ease-in;
}

button:active {
  transform: scale(0.95);
}

button:focus {
  outline: none;
}

button.ghost {
  background-color: transparent;
  border-color: #ffffff;
}

h1 {
  font-weight: bold;
  margin: 0;
}

h2 {
  text-align: center;
}

p {
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 20px 0 30px;
}

span {
  font-size: 12px;
}

a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0;
}

* {
  box-sizing: border-box;
}

body {
  background: #f6f5f7;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  margin: -20px 0 50px;
}

.ai {
  background: #109ce7;
  background: -webkit-linear-gradient(to right, #0076b5, #109ce7);
  background: linear-gradient(to right, #0076b5, #109ce7);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #ffffff;
}
span#icon {
  position: absolute;
  padding-right: 5px;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.checkbox-wrap {
  position: relative;
  padding-left: 30px;
  margin-top: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
}

.checkmark:after {
  content: "\f1db";
  font-family: "Montserrat", sans-serif;
  position: absolute;
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  margin-top: -4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .checkmark:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
  content: "\f058";
  font-family: "Montserrat", sans-serif;
  color: #f76262;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

select {
  background-color: #eee;
  border: none;
  outline: none;
  padding: 12px 15px;
  width: 50%;
  margin: 8px 0;
  width: 100%;
  opacity: 0.9;
}

.alert {
  padding: 20px;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.alert-danger {
  background-color: #f44336;
}

.alert-success {
  background-color: #24a96b;
}

.closebtn:hover {
  color: black;
}

.above {
  z-index: 10001;
}
.above-2 {
  z-index: 10002;
}
.above-3 {
  z-index: 10003;
}

i {
  color: #109ce7;
}

.picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
}

.picture {
  width: 140px;
  height: 140px;
  border: 4px solid #f2f2f2;
  color: #ffffff;
  margin: 0px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.picture:hover {
  border-color: #04014662;
}

.picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}

.picture-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input[type="file"] {
  display: none;
}

.input-wrapper label {
  background-color: #0076b5;
  border-radius: 5px;
  color: #fff;
  padding: 6px 20px;
}

.input-wrapper label:hover {
  background-color: #ff5d40;
}

::-webkit-scrollbar {
  width: 5px;
  height: 9px;
}
::-webkit-scrollbar-thumb {
  background: #109ce7;
  border-radius: 15px;
}
::-webkit-scrollbar-thumb:hover {
  background: #109ce7;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: inset 7px 10px 12px #ebebeb;
}

.container-vaga {
  transition: all 1s;
  max-height: 300px;
  overflow: auto;
}

.pre-animation {
  opacity: 0.5;
  max-height: 50px;
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.menu-container {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  color: #109ce7;
  padding-top: 5px;
  z-index: 10050;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.menu-logo {
  line-height: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.menu-logo img {
  max-height: 50px;
  max-width: 100px;
  flex-shrink: 0;
}

.menu-container a {
  text-decoration: none;
  color: #000000;
  transition: color 0.3s ease;
}

.menu-container a:hover {
  color: #0076b5;
}

.menu-container input {
  display: block;
  margin: 0;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 10051;
  -webkit-touch-callout: none;
}

.menu-container span {
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #109ce7;
  border-radius: 3px;
  z-index: 10050;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.menu-container span:first-child {
  transform-origin: 0% 0%;
}

.menu-container span:nth-child(3) {
  transform-origin: 0% 100%;
}

.menu-container input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(3px, -1px);
}

.menu-container input:checked ~ span:nth-child(4) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.menu-container input:checked ~ span:nth-child(3) {
  transform: rotate(-45deg) translate(-5px, 11px);
}

.menu ul {
  list-style: none;
}

.menu li {
  padding: 10px 0;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .menu-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-logo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px 5px;
  }

  .menu {
    position: absolute;
    box-sizing: border-box;
    width: 300px;
    left: -300px;
    top: 0;
    margin: -20px;
    padding: 75px 50px 50px;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translateX(0%);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  .menu-container input:checked ~ .menu {
    transform: translateX(100%);
  }
}

@media only screen and (min-width: 768px) {
  .menu-container {
    width: 100%;
  }

  .menu-container a {
    color: #000000;
  }

  .menu-container input {
    display: none;
  }

  .menu-container span {
    display: none;
  }

  .menu {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .menu ul {
    display: flex;
    padding: 0;
  }

  .menu li {
    padding: 0 15px;
  }
}

a {
  font-size: 14px;
}

.clipped {
  clip-path: circle();
}

textarea {
  background-color: #eee;
  border: none;
  outline: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
}


.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}

.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  font-size: 16px;
}

.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098a9;
  transition: all 0.2s ease;
}

.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #109ce7;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.cbx span:last-child {
  padding-left: 8px;
}

.cbx:hover span:first-child {
  border-color: #109ce7;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #109ce7;
  border-color: #109ce7;
  animation: wave 0.4s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #666;
}

.titleVanilla {
  font-size: 14px;
  font-weight: normal;
}

.gradient-1 {
  background: rgb(109, 0, 210);
  background: linear-gradient(
    0deg,
    rgba(109, 0, 210, 1) 1%,
    rgb(168, 130, 255) 100%
  );
  border-radius: 20px;
}

.gradient-2 {
  background: rgb(17, 154, 141);
  background: linear-gradient(
    0deg,
    rgba(17, 154, 141, 1) 0%,
    rgba(55, 238, 125, 1) 100%
  );
  border-radius: 20px;
}

.gradient-3 {
  background: rgb(238, 10, 119);
  background: linear-gradient(
    0deg,
    rgba(238, 10, 119, 1) 0%,
    rgba(254, 104, 1, 1) 100%
  );
  border-radius: 20px;
}

.gradient-4 {
  background: rgb(71, 182, 73);
  background: linear-gradient(
    0deg,
    rgba(71, 182, 73, 1) 45%,
    rgb(185, 194, 16) 100%
  );
  border-radius: 20px;
}

.gradient-5 {
  background: rgb(71, 77, 182);
  background: linear-gradient(
    0deg,
    rgba(71, 77, 182, 1) 23%,
    rgba(90, 200, 226, 1) 100%
  );
  border-radius: 20px;
}

.gradient-6 {
  background: rgb(58, 165, 245);
  background: linear-gradient(
    0deg,
    rgba(58, 165, 245, 1) 41%,
    rgba(5, 192, 210, 1) 100%
  );
  border-radius: 10px;
}

.gradient-7 {
  background: rgb(92, 58, 245);
  background: linear-gradient(
    0deg,
    rgba(92, 58, 245, 1) 41%,
    rgba(73, 5, 210, 1) 100%
  );
  border-radius: 10px;
}

.gradient-8 {
  background: rgb(213, 196, 3);
  background: linear-gradient(
    0deg,
    rgba(213, 196, 3, 1) 41%,
    rgba(255, 231, 0, 1) 100%
  );
  border-radius: 10px;
}

.gradient-9 {
  background: rgb(214, 59, 3);
  background: linear-gradient(
    0deg,
    rgba(214, 59, 3, 1) 41%,
    rgba(255, 124, 57, 1) 100%
  );
  border-radius: 10px;
}

.gradient-10 {
  background: rgb(9, 191, 147);
  background: linear-gradient(
    0deg,
    rgb(2, 194, 146) 20%,
    rgba(20, 238, 212, 1) 100%
  );
  border-radius: 10px;
}

.icone-card {
  width: 80px;
  height: 80px;
  position: relative;
  top: -20px;
  text-align: center;
  vertical-align: middle;
}

.icone {
  margin-top: 13px;
  color: white;
}

.svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

select{
  height: 48px;
  background-color: #eee !important;
  border: none !important;
  outline: none !important;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
}

select:focus {
  box-shadow: 0 0 5px #0076b5 !important;
}

select:focus.error {
  box-shadow: 0 0 5px red !important;
}

.divider {
  position: relative;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgb(226, 226, 226), transparent);
}


