@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  overflow-wrap: break-word;
}

.top-header .nav-link{
  color: var(--dark);
  transition: all 0.3s;
}

.top-header .nav-link:hover{
  color: var(--dark);
  border-bottom: 2px solid var(--primary);
  transition: border 0s;
}

.btn-primary.btn-custom{
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-outline-primary.btn-custom{
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-outline-primary.btn-custom:hover{
  color: #fff !important;
  background-color: var(--primary) !important;
}

.text-primary.text-custom{
  color: var(--primary) !important;
}

.bg-light.bg-custom{
  background: var(--light) !important;
}

.principal-element-home{
  height: 600px;
}

.vh2-100{
  min-height: 100vh !important;
  height: auto !important;
}

.nav-link.active.nav-custom{
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}




.border-primary.border-custom{
  border-color: var(--primary) !important;
}

ul.taxes-list li{
  min-height: 100px;
}

.form-check-input:checked {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.white-space-nowrap{
  white-space: nowrap;
}





/* backgrounds */
.background-default{
  background: var(--primary) !important;
}
.background-second{
  background: var(--secondary) !important;
}

.background-light-secondary{
  background: var(--light-secondary) !important;
}


/* text-font */
.text-default{
  color: var(--gray-dark) !important;
}
.text-second{
  color: var(--light) !important;
}

.text-defalt-orange{
  color: var(--primary) !important;
}
.text-second-orange{
  color: var(--secondary) !important;
}

.text-defalt-light{
  color: var(--light) !important;
}

.font-1{
  font-size: 20px !important;
}

.f-2{
  font-size: 24px !important;
}

.text-flex{
  color: #fff !important;
}

@media (max-width: 512px) {
  .text-flex{
    color: var(--gray-dark) !important;
  }
}



/* buttons */
.btn-default{
  color:  var(--primary) !important;
  background: var(--thirdy) !important;
}
.btn-default:hover{
  color: #fff!important;
  background: var(--secondary) !important;
}

.btn-secondary{
  color:  #fff!important;
  background: var(--primary) !important;
}
.btn-secondary:hover{
  background: var(--secondary) !important;
}
.btn-outline-defalt{
  border: 2px solid var(--secondary) !important;
}



/* cards */
.card-custom{
  
  border: solid 1px #ececec;
  border-radius: 15px;
  height: 37rem;
}
.multi-card{
  border: solid 1px #fff;
  border-radius: 10px;
  width: 13rem;
  height: 13rem;
  background-color: #C0C0C025;
}
.accordion-button:not(.collapsed) {
  color: #545454 !important;
  background-color: #fff !important;
}
.accordion-button:focus {
  z-index: 3;
  border-color:none !important;
  outline: 0 ;
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F35B04'><path d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/></svg>") !important;
}

.border-default{
  border: solid 3px var(--secondary);
}
.item-custom{
  height: 13rem !important;
}
.recomended{
  cursor: pointer;
}
.recomended:hover span ,.recomended:hover{
  background: var(--secondary);
  color: #fff !important;
  
}
.border-default{
  border: solid 2px var(--primary);
}
.nav-pills .nav-link {
  background: 0 0;
  border: 1px solid var(--primary) !important;
  border-radius: var(--primary) !important;
  color: var(--primary) !important;
  padding: 20px 30px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: var(--primary) !important;
  padding: 20px 30px;
}

.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color) !important;
  background-color: transparent;
  border-color: var(--bs-nav-link-disabled-color) !important;
  opacity: 0.4;
}
.nav-terms{
  border-right: 1px solid #c5c5c5;
  padding-right: 20px;
}
.nav-terms .nav-link {
  background: 0 0;
  border-radius: var(--primary) !important;
  color: var(--primary) !important;
  padding: 10px 20px;
  border-radius: 4px;
}

.nav-terms .nav-link.active, .nav-terms .show>.nav-link {
  color: #fff !important;
  background-color: var(--primary) !important;
  padding: 10px 20px;
  border-radius: 4px !important;
}

.nav-terms .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color) !important;
  background-color: transparent;
  opacity: 0.4;
  border-radius: 4px;
}