@import url('https://fonts.googleapis.com/css2?family=Grey+Qo&display=swap');

:root{
  --orange: #fd7942;
  --blue: #0840A5;
}

@font-face {
  font-family: "KGTheFighter";
  src: url("../fonts/KGTheFighter.ttf");
}

@font-face {
  font-family: "KGSecondChancesSolid";
  src: url("../fonts/KGSecondChancesSolid.ttf");
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueBold.woff");
  font-weight: bold;
}


@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueRegular.woff");
}

@font-face {
  font-family: "HelveticaRegular";
  src: url("../fonts/HelveticaRegular.otf");
}


.f_kg{
  font-family: 'KGTheFighter', sans-serif;
}

.f_kg2{
  font-family: 'KGSecondChancesSolid', sans-serif;
}

.f_helBold{
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: bold;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: 'HelveticaNeue', sans-serif;
  background-color: #fff;
  width: 100%;
  scroll-behavior: smooth;
  line-height: 1 !important;
}


html, body{
  overflow-x: hidden;
}

input:hover, input:focus, input:active,
select:hover, select:focus, select:active {
  outline: none !important;
}

.btn{
  background-color: var(--orange);
  color: #fff;
  border-radius: 50px;
  margin-top: 1em;
  width: 60%;
  font-family: 'HelveticaRegular';
}

.btn:hover {
  outline: none !important;
  transform: scale(1.1);
  color: #fff;
}


.cancel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.cancel .btn {
  width: 35%;
  background: #ff3535 !important;
}

.back {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back .btn{
  width: 35%;
  background: #5c5c5c !important;
}

.container__ {
  width: 100% !important;
  height: 100% !important;
  max-width: 1050px !important;
  margin: 0 auto !important;
}

/* Estilos para o modal #cancelModal */
#cancelModal .modal-header {
  background-color: var(--blue);
  color: white;
}

#cancelModal .modal-header .close {
  color: white;
  font-size: 1.5em;
  opacity: 1;
}

#cancelModal .modal-body {
  font-family: 'HelveticaRegular', sans-serif;
  color: #333;
}

#cancelModal .modal-body p {
  font-size: 1.1em;
  color: #6c757d;
}

#cancelModal .modal-body p.text-muted{
  font-weight: 600;
}
#cancelModal .form-group {
  margin-bottom: 1.5em;
}

#cancelModal .custom-control-label {
  font-size: 1.1em;
  color: #495057;
}

#cancelModal .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--orange);
  border-color: var(--orange);
}

#cancelModal .form-control {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.75em;
  font-size: 1em;
}

#cancelModal .form-control:focus {
  border-color: var(--orange);
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#cancelModal .btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}

#cancelModal .btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

#cancelModal .btn-primary {
  background-color: #008225;
  border-color: #008225;
}

#cancelModal .btn-primary:hover {
  background-color: #008225;
  border-color: #008225;
}


#cancelModal .modal-footer .btn {
  padding: 0.5em 1.5em;
  font-size: 1em;
  border-radius: 0.25rem;
  width: 130px;
  margin: 0 5px;
}

#cancelModal .modal-footer .btn:hover {
  transform: scale(1.01);
}

#cancelModal .modal-body .form-group textarea {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 1em;
  font-size: 1em;
}

#cancelModal .modal-body .form-group textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#cancelModal form {
  width: 70%;
  min-width: auto !important;
  height: 100% !important;
  display: block !important;
  text-align: left !important;
}

#cancelModal .modal-body .form-group .custom-control{
  display: flex;
  align-items: center;
}


@media (max-width: 575px) {
  #cancelModal form{
    width: 100%;
  }

  #cancelModal h5{
    font-size: 18px;
  }

  #cancelModal .modal-body p{
    font-size: 1em;
  }
  #cancelModal .modal-footer{
    justify-content: space-between;
  }

  #cancelModal .modal-footer .btn{
    margin: 0;
  }
}
main {
  width: 100% !important;
  min-height: calc(100vh - (5em)) !important;
  display: flex !important;
  flex-direction: column !important;
}

main .container__ {
  flex: 1 !important;
  display: flex !important;
}

.datas {
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  width: 100% !important;
  height: 100% !important;
  flex: 1 !important;
}

.div-left, .div-right{
  width: 50% !important;
  display: grid !important;
  place-items: center !important;
  margin: 4em 0 !important
}

.top {
  width: 100% !important;
  height: 40px !important;
  background: url('../img/banner-rainbow.png') !important;
  background-size: cover !important;
  margin-top: 5em;
}

.bar {
  width: 1px !important;
  height: 400px !important;
  background-color: #393632 !important;
  margin: 0 2em !important;
}

input, select {
  width: 100%;
  height: 45px;
  border: 2px solid var(--blue);
  border-radius: 100px;
  padding: 0 10px;
  margin-bottom: 10px;
  color: var(--orange);
  font-family: 'HelveticaRegular';
}

input::placeholder,
select::placeholder {
  color: var(--orange) !important;
}

form {
  width: 70%;
  min-width: 250px !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}


form a {
  text-decoration: none !important;
}

.message {
  display: flex;
  width: 50%;
  height: 70px;
  border: 2px solid var(--orange);
  text-align: center;
  border-radius: 100px;
  color: var(--orange);
  justify-content: center;
  align-items: center;
}

.message p{
  margin: 0;
  padding: 0;
}

.titles {
  text-align: center;
  font-size: clamp(3em, 8vw, 4em);
  color: var(--orange);
  font-family: 'KGTheFighter', sans-serif;
}

.titles p{
  color: var(--blue);
  font-size: 1.3em;
  font-family: 'KGSecondChancesSolid', sans-serif;
}

.accordion{
  width: 60%;
}

.card{
  border: 2px solid var(--blue) !important;
  border-radius: 28px !important;
}

.card-header{
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 0 !important;
  border: none;
}

.card-header .valores{
  text-align: center;
}

.header-accordion{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--blue);
  border-radius: 100px;
  position: relative;
}


.header-accordion input[type=radio]{
  display: none;
}

.header-accordion label{
  position: absolute;
  top: 0;
  left: 0;
  width: 40px !important;
  height: 100% !important;
  cursor: pointer;
  z-index: 100;
}

.header-accordion input[type="radio"] + label:before {
  width: 100% !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #0840A5;
  border: 1px solid #0840A5;
}

.header-accordion input[type="radio"]:checked + label:before {
  width: 100% !important;
  background: #008225;
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  text-align: center;
}

.header-accordion input[type="radio"]:checked + label:after {
  width: 100% !important;
  font-weight: bold;
}

.header-accordion input[type=radio]:checked {
  background-color: red;
}

.card-header button{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff !important;
  width: 100%;
  height: 100%;
}

.card-body{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-header .header-accordion button div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
}

.card-header .header-accordion button div::after{
  font-size: 25px;
  content: '\f077';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  color: var(--orange);
}

.card-header .header-accordion button.collapsed div::after{
  content: '\f078';
}

.accordion>.card {
  overflow: visible;
}


input[type=number]::-webkit-inner-spin-button { 
  -webkit-appearance: none;
  
}
input[type=number] { 
 -moz-appearance: textfield;
 appearance: textfield;

}


select + .nice-select {
  margin-bottom: 10px;
}

/*Formatação do Select*/
.nice-select {
  color: var(--orange);
  height: 45px; /* altura do select */
  width: 100% !important;
  line-height: 45px; /* este valor deve ser o mesmo acima */
  border: 2px solid var(--blue); /* cor da borda do select*/
  border-radius: 100px; 
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: 'HelveticaRegular';
  font-size: 16px;
  font-weight: normal;
  outline: none;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:hover {
  /* border-color: orange; cor da borda do select ao passar o mouse */
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  /* border-color: blue; cor da borda quando o select estiver aberto */
}
.nice-select:after {
  border-bottom: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  height: 8px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .options {
  opacity: 1;
  width: 101.2%;
  margin-top: -1.5em;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  z-index: 1;
}
.nice-select.open .options .list {
  background-color: #fff;
  padding: 1em 0;
  margin-top: 1.65em;
  margin-bottom: 0;
  width: 100%;
  height: 80%;
}
.nice-select.disabled {
  border-color: #000;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #000;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .options {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .options {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .options {
  /* background-color: #fff; */
  color: var(--blue);
  /* box-shadow: 0 0 0 1px var(--blue); cor da borda dos options em RGB */
  border: 2px solid var(--blue); /* cor da borda dos options em RGB */
  border-top: none;
  box-sizing: border-box;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  /* margin-top: 4px; */
  opacity: 0;
  overflow: hidden;
  /* padding: 2em 0; */
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: -.5%;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .options:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 22px; /* altura das options */
  min-height: 22px; /* este valor deve ser o mesmo do acima */
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: transparent; /* corde fundo da option selecionada e ao passar o mouse */
  /* color: red; cor da option ao passar o mouse e do item selecionado */
  font-family: 'HelveticaNeue';
  font-weight: bold;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .options {
  display: none;
}
.no-csspointerevents .nice-select.open .options {
  display: block;
}

@media (max-width: 900px) {
  .back .btn{
    display: none;
  }
}

@media(max-width: 767px) {
  .datas {
    flex-direction: column;
  }

  .bar {
    display: none;
  }

  .div-left, .div-right {
    width: 100% !important;
  }

  /* .div-left img {
    height: 50px !important;
  } */
}
