/*Geral*/
.nav {
  background-image: linear-gradient(30deg, #1D1D1B 10%, #1D1D1B 60%)
}

.nav-link a {
  color: #fff;
}

/*cotacao*/

section.pricing {
  background: #fff;
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  margin: 15px;
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 10px;
  border: none;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
  background-color: #4ed433;
}

.btn-editar-plano {
  color: #327be7;
  border: none;
  border-radius: 8px;
  background-color: #ffffff00;
  padding: 5px;
  margin-bottom: 15px;
}

.btn-editar-plano:active {

}

.btn-aplicar {
  background-color: #4ed433;
  border: none;
}

.btn-aplicar:hover {
  background-color: #4ed433;
  border: none;
}

.btn-aplicar:active {
  background-color: #4ed433 !important;
  border: none;
}


.cor-footer {
  background-image: linear-gradient(30deg, #1D1D1B 10%, #1D1D1B 60%)
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.desc-travel {
  text-align: justify;
}

.botão-editar {
  font-size: 80%;
  border-radius: 10px;
  border: none;
  letter-spacing: .1rem;
  font-weight: bold;
  /* padding: 1rem; */
  opacity: 0.7;
  transition: all 0.2s;
  /* background-color: #4ed433; */
}

.bandeiras {
  margin-bottom: 20px;
}

.payment-logo {
  width: 50px;
  height: 35px;
  margin: 0 10px;
}

.cardspprecos {
  margin-bottom: 10px;
}

.titulo {
  margin: 0;
  padding-top: 15px;
  background-color: #ffffff;
}

.titulo h1 {
  margin: 0;
}

@media (max-width: 992px) {
  .titulo h1 {
    font-size: 1.2em;
  }
}

.move {
  color: #03a8db;
}

@media (min-width: 992px) {
  .move {
    display: none;
  }
}

html {
  background: #ffffff;
  overflow-x: hidden;
}

body {
  background: #ffffff;
  overflow-x: visible;
}

.pre-footer {
  margin-top: 80px;
}

.payment-logo-porto {
  width: 100%;
}

.payment-logo-pagarme {
  width: 80%;
}

.payment-logo-susep {
  width: 100%;
}

.bandeiras {
  margin-bottom: 20px;
}

.payment-logo {
  width: 15%;
  margin: 0 10px;
}

.badges {
  font-weight: 100;
  color: #5e5e5e;
}

@media (max-width: 768px) {

  .payment-logo-porto,
  .payment-logo-pagarme,
  .payment-logo-susep {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .payment-logo {
    width: 8%;
  }
}

.nome-plano-style {
  color: #03a8db;
}

.off-price-badge,
.price-table-showcase {
  display: inline-block;

}

.price-table-showcase {
  color: #db0303;
  font-size: 1.2em;
  text-decoration: line-through;
}

.off-price-badge {
  background-color: #4ed433;
  border-radius: 15px;
  color: #313131;
  font-size: 18px;
  font-weight: 700;
  padding: 0px 10px;
}

.parcela {
  font-size: 20px;
}

.coberturatotal {
  font-size: 20px;
  color: #03a8db;
}

.selectAges button {
  background: #fff;
  border: solid 1px #00a8dd;
  border-radius: 8px;
  color: #313131;
  font-weight: 700;
}

.selectAges button:hover {
  transition: all 0.2s ease-in;
  background-color: #00a8dd;
}

.selectAges button:active {
  background-color: #4a8ea3;
}

.selectAges input[type=text] {
  align-items: center;
  align-content: center;
  background: none;
  border: none;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.title-cotation {
  color: #313131 !important;
}

.title-desc-cotation {
  color: #313131;
}

.edit-passengers {
  color: #313131;
}

.card-body {
  margin-top: 15px;
}



.edit .div_edit,
.edit .show-no-edit,
.no-edit .div_edit,
.no-edit .show-edit {
  display: none;
}

.btn-edit-cotation {
  background-color: #00a8dd;
}

.btn-edit-cotation:hover {
  background-color: #00a8dd;
}

.btn-edit-cotation:active {
  background-color: #00a8dd !important;
  border: none;
}

.payment-logo-porto {
  width: 100%;
}

.payment-logo-pagarme {
  width: 50%;
}

.payment-logo-susep {
  width: 50%;
}

.bandeiras {
  margin-bottom: 20px;
}

.payment-logo {
  width: 15%;
  margin: 0 10px;
}

.badges {
  font-weight: 100;
  color: #5e5e5e;
}

@media (max-width: 768px) {

  .payment-logo-porto,
  .payment-logo-pagarme,
  .payment-logo-susep {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .payment-logo {
    width: 8%;
  }

}

.card-passenger {
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #00a8dd;
  border-radius: 10px;
}

.card-body {
  width: 100%;
  padding: 15px;
}

.modal-dialog {
  max-width: 560px;
}

.modal-body {
  padding: 0px;
}

.janela-coluna-0 {
  width: 70%; 
  margin-left: auto;
  font-size: 14px; 
  display: flex;
}

.janela-coluna-1 {
  width: 30%; 
  max-width: 120px;
  margin-right: auto;
  display: flex; 
  font-weight: 500; 
}

.janela-linha {
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee
}

.coberturaAdicional {
  margin-top: 5px;
}

.select-ages-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 80;
}

.card-body.card-passenger {
  z-index: 90;
}

.loading-screen {
  z-index: 100;
}

#edit-tab{
  z-index: 90;
  position: relative;
  background-color: #FFF;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.selectAges > .card {
  border: 0px;
}

input.error {
  border-color: red;
}
select.error {
  border-color: red;
}

.error {
  color: red;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.card-container {
  position: relative;
}
.card-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0px;
  left: 0px;
  opacity: 0.6;
  display: none;
  z-index: 80;
}
#input-passageiros {
  z-index: 85;
  cursor: pointer;
}
#start-date, #end-date {
  cursor: pointer;
}
.card-passageiros {
  width: 310px;
  max-width: 310px;
  padding: 15px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #00a8dd;
  border-radius: 10px;
  display: block;
  color: #212529;
  position: absolute;
  background-color: #FFFFFF;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  z-index: 85;
}
.card-row {
  display: flex;
  height: 40px;
  margin-top: 8px;
}
.card-column-0 {
  display: flex;
  margin: 0px 30px 0px auto;
}
.card-column-0 > span { 
  min-width: 116px;
  font-size: 20px;
  font-weight: 500;
  margin: auto 0;
  color: #0dcaf0; 
  text-align: right;
}
.card-column-0 > span > b {
  color: #313131;
}
.card-column-1 {
  display: flex;
  margin: 0px auto 0px 0px;
  min-width: 110px;
}
.btn-passgeiro {
  opacity: 0.8;
  color: #FFFFFF;
  border: 0px;
  border-radius: 32px;
  font-weight: 700;
  font-size: 16px;
  height: 24px;
  line-height: 22px;
  width: 35px;
  text-align: center;
  background-color: #0dcaf0;
  cursor: pointer;
  margin: auto 0;
  user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select: none;
  transition: all 0.2s;
}
.btn-passgeiro:hover {
  opacity: 1;
}
.input-passageiro {
  background-color: #FFFFFF;
  border: 0px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 0px;
  margin: auto 0;
  width: 40px;
  user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select: none; 
}
.btn-aplicar-passageiros {
  opacity: 0.8;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 0px;
  border-radius: 6px;
  background-color: #ffc107;
  padding: 8px 16px;
  width: fit-content;
  margin: 20px auto 5px;
  transition: all 0.2s;
  user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select: none; 
}
.btn-aplicar-passageiros:hover{
  opacity: 1;
}
.btn-atualizar {
  border: 0px;
  border-radius: 6px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.9;
  background-color: #00a8dd;
  transition: all 0.2s;
}
.btn-atualizar:hover{
  background-color: #00a8dd;
  opacity: 1;
}

._show-no-edit { display: none; }
._show-edit { display: none; }

.parcela {
  font-size: 20px;
  padding-right: 5px;
}

.moeda {
  font-size: 33px;
  padding-right: 5px;
}

#valor-parcela-centavos {
  font-size: 20px;
  padding-left: 0px;
}

#valor-parcela-centavos {
  font-size: 25px;
  padding-left: 0px;
}

h6.card-price {
  display: inline-table;
}

.period {
  padding-left: 3px
}

/*CountDown*/

.countdown_section {
  display: inline-block;
  margin-left: 4px;
}

.countdown_section:first-child {
  margin-left: 0;
}

.countdown_section .value {
  background-color: #333;
  border-radius: 10px;
  font-size: 22px;
  color: #ffc107;
  line-height: 85px;
  text-align: center;
  height: 85px;
  width: 85px;
}

.countdown_label {
  font-size: 10px;
  padding-top: 1px;
  text-align: center;
}

.black{
}

.countdown-container {
  display: flex;
  font-size: 0.8rem;
  width: fit-content;
  margin: 0 auto;
}

.big-text {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: red;
  margin: 0;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.countdown-container > div {
  margin: 0 1rem;
  text-align: center;
  box-sizing: border-box;
  color: #000;
  min-width: 20px;
}

#aplicar-cupom-1 {
  width: fit-content; 
  font-size: 0.8rem; 
  background-color: #4ed433; 
  color: #FFF; 
  font-weight: 500; 
  padding: 6px 10px; 
  text-align: center; 
  cursor: pointer; 
  opacity: 0.8; 
  transition: all 0.5s ease-in-out; 
  border-radius: 5px; 
  margin: auto 0px auto 10px;
}

#aplicar-cupom-1:hover {
  opacity: 1 !important;
}

#mensagem-cupom-1 {
  margin: auto 0;
  font-weight: 500;
  max-width: 335px;
}


#cupom-container{
  transition: box-shadow 0.5s ease-in-out;
  width: fit-content; 
  height: auto; display: 
  flex; border-radius: 10px;   
  z-index: 91; 
  position: fixed; 
  background-color: #FFF; right: 0; bottom: 0px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}

.cupom-glowing {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5) !important; 
}

#cupom-textarea-1 {
  width: 140px; 
  font-size: 0.9rem; 
  padding: 4px 10px; 
  resize: none; 
  text-align: left; 
  border-color: #ddd; 
  background-color: #eee; 
  border-radius: 5px; 
  scrollbar-width: none; 
  -ms-overflow-style: none;
}

#copiar-cupom-1 {
  position: absolute; 
  top: 0px; 
  right: 10px; 
  bottom: 0px; 
  display: flex; 
  cursor: pointer;
}

#section-cupom{
  height: auto;
  max-height: 200px;
  overflow-y: hidden;
  transition: all 0.3s ease;
  z-index: 85; 
  position: sticky; 
  top: 0px; 
  border-bottom: 1px solid #dee2e6; 
  background-color: #FFF; 
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.ocultar-section {
  max-height: 0px !important;
  border-bottom: 0px !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

#sub-section-cupom {
  display: flex;
}

#copiar-cupom-1 {
  /*display: none;*/
}

#popUp-collapse-1 {
  z-index: 95;
}

.moeda, #valor-parcela, #valor-parcela-centavos {
  transition: color 0.5s ease;
}

@media (max-width: 890px) {
  #mensagem-limite-cupom { 
    display: none !important; 
  }
  
}

@media (max-width: 770px) {
  #sub-section-cupom { 
    display: block !important; 
  }

  #mensagem-cupom-1 {
    max-width: max-content !important;
    padding: 0 5px;
  }

  #sub-cupom-timer{
    padding: 5px 0px 0px;
  }

  #sub-cupom-box{
    margin: 15px auto 0px;
  }
}

@media (max-width: 660px) {
  .countdown-container > div {
    margin: 0 0.6rem;
  }
}

@media (max-width: 500px) {
  .countdown-title {
    display: none;
  }

  .countdown-container > div {
    margin: 0 0.5rem;
  }

  #cupom-textarea-1 {
    width: 125px;
  }

  .countdown-title {
    display: none;
  }

  #sub-cupom-timer{
    padding: 7px 0px 0px;
  }

  #section-cupom {
    overflow: hidden;
  }
  
}
/**/

@media (max-width: 770px) {
  #passengers_title {
    margin-top: 0.3rem !important;
  }
  #dates_title{
    margin-top: 0.3rem !important;
  }
  #_destiny-title{
    margin-top: 0.3rem !important;
  }
}
