/**
* Author: Marcos Duarte
* Created: 01/08/2021
* Updated: 
* Copyright 2021 - Prati
* --------------------------------------------------
*/

body {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #262A29;
  line-height: 20px;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.5px;
}

content {
  padding-top: 75px;
}

.mobile-check {
  display: block;
}

.hide-mobile {
  display: block !important;
}
.mobile {
  display: none !important;
}

html {
  width: 100%;
  height: 100%;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

img {
  display: block;
  border: none;
}

input[type='text'],
input[type='number'],
input[type="password"],
input[type="submit"],
input[type="email"],
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

label {
  font-size: 12px;
  display: block;
  margin: 5px 0;
  font-weight: 700;
  text-transform: uppercase;
}
input: -webkit-autofill {
  -webkit-background-color:  transparent;
}
input[type='text'],
input[type='number'],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="month"] {
  padding: 10px 15px;
  border: none;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  outline: none;
  font-weight: 700;
  color: #666666;
  margin-bottom: 10px;
  border-radius: 10px;
}
input[type='text'],
input[type="password"],
input[type="email"],
textarea {
  width: 80%;
}
/*input[type='text'].cep,
input[type='text'].number,
input[type='text'].complement,
input[type='text'].neighborhood {
  width: 31%
}
input[type='text'].city,
input[type='text'].state,
input[type='text'].phone,
input[type='text'].user_phone,
input[type='password'].password {
  width: 47%;
}
input[type='text'].cpf {
  width: 180px;
}
input[type='text'].ipt-short {
  width: 30%;
}
input[type='text'].ipt-med {
  width: 60%;
}*/
input[type="date"] {
  width: 200px;
}
input:-moz-read-only {
  background-color: #f1f1f1;
}
input:read-only { 
  background-color: #f1f1f1;
}

input.inpt-min {
  width: 60px;
}
input.inpt-short {
  width: 25%;
}
input.inpt-med {
  width: 45%;
}
input.inpt-long {
  width: 75%;
}
input.inpt-full {
  width: 100%;
}

select {
  background: url('../img/icons/arrow-down.svg') center right 10px no-repeat;
  background-size: 20px 20px;
  background-color: #ffffff;
  padding: 10px 30px 10px 15px;
  border: none;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #444444;
  outline: none;
  font-weight: 700;
  color: #666666;
  margin-bottom: 10px;
  border-radius: 10px;
}
textarea {
  height: 250px;
  padding: 10px 15px;
  border: none;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #444444;
  outline: none;
  font-weight: 700;
  color: #666666;
  margin-bottom: 10px;
  border-radius: 10px;
}
input[type='submit'] {
  cursor: pointer;
  outline: none;
  border: none;
  font-family: 'Poppins', sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 15px;
}
::-webkit-input-placeholder {
  font-weight: 300;
}
::-moz-placeholder {
  font-weight: 300;
}
:-ms-input-placeholder {
  font-weight: 300;
}
input:-moz-placeholder {
  font-weight: 300;
}

.checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.checkbox input[type='checkbox'],
.checkbox input[type='radio'] {
  margin: 0 10px 0 0;
}

.checkbox-content {

}
.checkbox-content .checkbox {

}
.checkbox-content .content-show {
  margin-left: 20px;
  display: none;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

/* LGPD */
.lgpd {
  display: none;
}
.lgpd .lgpd-content {
  background-color: #ffffff;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  z-index: 902;
  padding: 15px 5%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lgpd .lgpd-content .cta-lgpd {
  width: 320px;
  margin: 10px auto 0 5%;
}
.lgpd .lgpd-content .cta-lgpd:hover {
  padding: 17px 40px;
}

/* Links */
a {
  cursor: pointer;
}
a:link {
  color: #262A29;
  text-decoration: none;
}
a:hover {
  color: #262A29;
  text-decoration: none;
}
a:visited {
  color: #262A29;
}
a:active {
  color: #262A29;
}

/* Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0;
}
h1 {
  font-size: 32px;
  margin-bottom: 5px;
  line-height: 36px;
}
h2 {
  font-size: 28px;
  line-height: 32px;
}
h3 {
  font-size: 24px;
  line-height: 26px;
}
h4 {
  font-size: 20px;
  line-height: 24px;
}
h5 {
  font-size: 18px;
  line-height: 22px;
}
h6 {
  font-size: 15px;
  line-height: 22px;
}
hr {
  border: none;
  border-top: 1px solid #dddddd;
  margin: 25px 0;
}

ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
i {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
}

input.error {
  border: 1px solid #c54b3a;
  border-bottom: 3px solid #c54b3a;
}
textarea.error {
  border: 1px solid #c54b3a;
  border-bottom: 3px solid #c54b3a;
}
i.error {
  border: 1px solid #c54b3a !important;
  border-right: none !important;
}
label.error {
  color: #c54b3a !important;
  margin: -5px 0 5px;
}
span.error {
  color: #c54b3a !important;
}

input.success {
  border: 1px solid #9fc14d !important;
  border-left: none !important;
}
textarea.success {
  border: 1px solid #9fc14d !important;
}
i.success {
  border: 1px solid #9fc14d !important;
  border-right: none !important;
  color: #9fc14d !important;
}

.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}

.center {
  text-align: center;
}
.center-block {
  margin: auto;
}
strong {
  font-weight: 700;
}

::-moz-selection {
  background: #ebc32e;
  color: #ffffff;
}
::selection {
  background: #ebc32e;
  color: #ffffff;
}

/* Colors */
.purple {
  color: #9c6dd0 !important;
}
.green {
  color: #7ba541 !important;
}
.red {
  color: #c54b3a !important;
}
.yellow {
  color: #ebc32e !important;
}
.blue {
  color: #51ccc6
 !important;
}
.black {
  color: #222222 !important;
}
.orange {
  color: #f07143 !important;
}
.white {
  color: #ffffff !important;
}
.cream {
  color: #efd0ab !important;
}
.salmao {
  color: #c54b3a !important;
}
.grey-primary {
  color: #414042;
}
.grey-secondary {
  color: #666666;
}
.grey-tertiary {
  color: #cccccc;
}
.grey-quaternary {
  color: #777777;
}

/* Highlights */
.highlight-black {
  background-color: #333333 !important;
}
.highlight-blue {
  background-color: #51ccc6 !important;
}
.highlight-purple {
  background-color: #9c6dd0 !important;
}
.highlight-black {
  background-color: #222222 !important;
}
.highlight-green {
  background-color: #7ba541 !important;
}
.highlight-orange {
  background-color: #f07143 !important;
}
.highlight-red {
  background-color: #c54b3a !important;
}
.highlight-yellow {
  background-color: #ebc32e !important;
}
.highlight-cream {
  background-color: #efd0ab !important;
}
.highlight-salmao {
  background-color: #c54b3a !important;
}
.highlight-grey {
  background-color: #aaaaaa !important;
}
.highlight-black,
.highlight-purple,
.highlight-blue,
.highlight-green,
.highlight-orange,
.highlight-red,
.highlight-salmao,
.highlight-grey {
  color: #ffffff;
  padding: 10px 15px;
  margin: 10px 10px 10px 0;
  display: inline-block;
  border-radius: 20px;
}
.highlight-yellow {
  color: #000000;
  padding: 7px 10px 7px 10px;
  margin: 10px 10px 10px 0;
  display: inline-block;
}

/* Alerts */
.alert-success,
.alert-error {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alert-success img,
.alert-error img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.alert-success {
  background-color: #7ba541;
  color: #ffffff;
}
.alert-error {
  background-color: #c54b3a;
  color: #ffffff;
}
.alert-success .fechar-alert,
.alert-error .fechar-alert {
  color: #ffffff;
  font-weight: 600;
}

input.cta-primary,
a.cta-primary,
input.cta-secondary,
a.cta-secondary,
input.cta-tertiary,
a.cta-tertiary {
  width: fit-content;
  height: auto;
  padding: 17px 40px;
  text-align: center;
  font-weight: 700;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: block;
  font-size: 14px;
  margin: 20px 10px 0 0;
}
input.cta-primary:hover,
a.cta-primary:hover,
input.cta-secondary:hover,
a.cta-secondary:hover,
input.cta-tertiary:hover,
a.cta-tertiary:hover {
  padding: 17px 50px;
}
input.cta-primary.small,
a.cta-primary.small,
input.cta-secondary.small,
a.cta-secondary.small,
input.cta-tertiary.small,
a.cta-tertiary.small {
  font-size: 12px;
  padding: 10px 25px;
}
input.cta-primary.small:hover,
a.cta-primary.small:hover,
input.cta-secondary.small:hover,
a.cta-secondary.small:hover,
input.cta-tertiary.small:hover,
a.cta-tertiary.small:hover {
  padding: 10px 35px;
}

input.cta-primary,
a.cta-primary {
  background-color: #4A2C78;
  color: #ffffff;
  -webkit-box-shadow: 0px 10px 15px -10px #4A2C78;
  -moz-box-shadow: 0px 10px 15px -10px #4A2C78;
  box-shadow: 0px 10px 15px -10px #4A2C78;
}
.cta-primary.disabled,
.cta-primary.disabled:hover {
  background-color: #cccccc;
  color: #ffffff;
  cursor: default;
  -webkit-box-shadow: 0px 10px 15px -10px #aaaaaa;
  -moz-box-shadow: 0px 10px 15px -10px #aaaaaa;
  box-shadow: 0px 10px 15px -10px #aaaaaa;
}
input.cta-primary.small,
a.cta-primary.small {
  padding: 10px 30px;
  font-size: 14px;
}

input.cta-secondary,
a.cta-secondary {
  background-color: #D8204F;
  color: #ffffff;
  -webkit-box-shadow: 0px 10px 15px -10px #D8204F;
  -moz-box-shadow: 0px 10px 15px -10px #D8204F;
  box-shadow: 0px 10px 15px -10px #D8204F;
}
.cta-secondary.disabled,
.cta-secondary.disabled:hover {
  background-color: #cccccc;
  color: #ffffff;
  cursor: default;
  -webkit-box-shadow: 0px 10px 15px -10px #aaaaaa;
  -moz-box-shadow: 0px 10px 15px -10px #aaaaaa;
  box-shadow: 0px 10px 15px -10px #aaaaaa;
}
input.cta-secondary.small,
a.cta-secondary.small {
  padding: 10px 30px;
  font-size: 14px;
}

input.cta-tertiary,
a.cta-tertiary {
  background-color: #ffffff;
  color: #4A2C78;
  -webkit-box-shadow: 0px 10px 15px -10px #E1AC48;
  -moz-box-shadow: 0px 10px 15px -10px #E1AC48;
  box-shadow: 0px 10px 15px -10px #E1AC48;
}
.cta-tertiary.disabled,
.cta-tertiary.disabled:hover {
  background-color: #cccccc;
  color: #ffffff;
  cursor: default;
  -webkit-box-shadow: 0px 10px 15px -10px #aaaaaa;
  -moz-box-shadow: 0px 10px 15px -10px #aaaaaa;
  box-shadow: 0px 10px 15px -10px #aaaaaa;
}
input.cta-tertiary.small,
a.cta-tertiary.small {
  padding: 10px 30px;
  font-size: 14px;
}

input.cta-confirm,
a.cta-confirm {
  width: 100%;
  height: auto;
  background-color: #3c8e46;
  padding: 15px 40px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-top: 20px;
}
input.cta-confirm:hover,
a.cta-confirm:hover {
  background-color: #3caf4a;
  color: #ffffff;
}
.cta-confirm.disabled,
.cta-confirm.disabled:hover {
  background-color: #cccccc;
  color: #ffffff;
  cursor: default;
}
input.cta-confirm.small,
a.cta-confirm.small {
  width: fit-content;
  padding: 10px 30px;
  font-size: 14px;
}

input.cta-danger,
a.cta-danger {
  width: fit-content;
  height: auto;
  background-color: #c54b3a;
  padding: 15px 40px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
}
input.cta-danger:hover,
a.cta-danger:hover {
  background-color: #9e3e3d;
  color: #ffffff;
}
.cta-danger.disabled,
.cta-danger.disabled:hover {
  background-color: #cccccc;
  color: #ffffff;
  cursor: default;
}

a:link.cta-link {
  display: block;
  margin: 15px 0 10px;
  text-decoration: underline;
}

.pending {
  animation-name: stretch;
  animation-duration: 0.5s; 
  animation-timing-function: ease-out; 
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running; 
}
@keyframes stretch {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.label-disclaimer {
  max-width: 500px;
  width: fit-content;
  padding: 8px 16px;
  background-color: #f0f5eb;
  color: #7ba541;
  border-radius: 5px;
  margin: 16px 0;
  font-size: 12px;
  font-weight: 600;
}
.label-disclaimer .icon {
  width: 30px;
  height: auto;
}
.label-disclaimer .icon img {
  width: 100%;
  height: auto;
}

.animated {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.rounded {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.content {
  width: 90%;
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  margin: 0 auto;
}

.disclaimer,
a:link.disclaimer,
a:hover.disclaimer,
a:visited.disclaimer {
  display: block;
  font-size: 12px;
  color: #eca644;
  margin: -5px 0 10px;
}
a:link.disclaimer,
a:hover.disclaimer,
a:visited.disclaimer {
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  margin-top: 10px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  top: 120%;
  left: 0; 
  margin: 0;
  background-color: #666666;
  color: #ffffff;
  padding: 10px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.whatsapp {
  background-color: green;
  width: 65px;
  height: 65px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 99;
  border-radius: 35px;
  padding: 10px;
  -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 10px 15px 0px rgb(0, 0, 0, 20%);
  box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 20%);
}
.whatsapp img {
  width: 100%;
  height: auto;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  top: 0;
  left: 0;
  color: #ffffff;
  display: none;
  font-weight: bolder;
}
.loading.visible {
  display: flex;
}

@media (max-width: 900px) {
  body {
    padding-top: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .mobile-check {
    display: none !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }

  .lgpd .lgpd-content {
    flex-wrap: wrap;
    padding: 10%;
  }
  .lgpd .lgpd-content .cta-lgpd {
    width: 100%;
    margin: 30px 0 0;
  }

  h1 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 32px;
  }
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
  h3 {
    font-size: 18px;
    line-height: 20px;
  }
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
  h5 {
    font-size: 13px;
    line-height: 13px;
  }

  input.cta-secondary,
  a.cta-secondary,
  input.cta-primary,
  a.cta-primary,
  input.cta-tertiary,
  a.cta-tertiary,
  input.cta-danger,
  a.cta-danger {
    font-size: 12px;
    margin-top: 10px;
  }

  input[type='text'].ipt-long,
  input[type='email'].ipt-long,
  input[type='text'].ipt-med,
  input[type='text'].ipt-short {
    width: 100%;
  }

  input.inpt-short,
  input.inpt-med,
  input.inpt-long,
  input.inpt-full,
  textarea {
    width: 100%;
  }


  .modal content {
    width: 90%;
  }
  .modal content input {
    width: 100%;
  }
}