@font-face {
   font-family: 'Gotham Rounded';
   src: url(/assets/fonts/GothamRounded-Bold.eot);
   src: url(/assets/fonts/GothamRounded-Bold.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/GothamRounded-Bold.woff2) format("woff2"), url(/assets/fonts/GothamRounded-Bold.woff) format("woff"), url(/assets/fonts/GothamRounded-Bold.ttf) format("truetype");
   font-weight: 700;
   font-style: normal;
   font-display: swap
}

@font-face {
   font-family: 'Gotham Rounded Book';
   src: url(/assets/fonts/GothamRounded-Book.eot);
   src: url(/assets/fonts/GothamRounded-Book.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/GothamRounded-Book.woff2) format("woff2"), url(/assets/fonts/GothamRounded-Book.woff) format("woff"), url(/assets/fonts/GothamRounded-Book.ttf) format("truetype"), url(/assets/fonts/GothamRounded-Book.svg#GothamRounded-Book) format("svg");
   font-weight: 400;
   font-style: normal;
   font-display: swap
}

body {
   font-family: 'Gotham Rounded Book', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.loader {
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: rgba(255, 255, 255, 0.8);
   z-index: 999
}

.loader .animation {
   position: relative;
   width: 100%;
   height: 100%;
   margin: 0 auto;
   top: 49%;
   text-align: center
}

.loader .animation .dots {
   display: inline-block;
   position: relative;
   vertical-align: middle
}

.loader .animation .dots:not(:last-child) {
   margin-right: 9px
}

.loader .animation .dots:after,
.loader .animation .dots:before {
   content: "";
   display: inline-block;
   width: 10px;
   height: 10px;
   border-radius: 50%;
   position: absolute
}

.loader .animation .dots:nth-child(1):before {
   -webkit-transform: translateY(-200%);
   transform: translateY(-200%);
   -webkit-animation: animBefore 1s linear infinite;
   animation: animBefore 1s linear infinite;
   -webkit-animation-delay: -.9s;
   animation-delay: -.9s;
   background-color: #cf3339
}

.loader .animation .dots:nth-child(1):after {
   -webkit-transform: translateY(200%);
   transform: translateY(200%);
   -webkit-animation: animAfter 1s linear infinite;
   animation: animAfter 1s linear infinite;
   -webkit-animation-delay: -.9s;
   animation-delay: -.9s;
   background-color: #00afaa
}

.loader .animation .dots:nth-child(2):before {
   -webkit-transform: translateY(-200%);
   transform: translateY(-200%);
   -webkit-animation: animBefore 1s linear infinite;
   animation: animBefore 1s linear infinite;
   -webkit-animation-delay: -1.8s;
   animation-delay: -1.8s;
   background-color: #cf3339
}

.loader .animation .dots:nth-child(2):after {
   -webkit-transform: translateY(200%);
   transform: translateY(200%);
   -webkit-animation: animAfter 1s linear infinite;
   animation: animAfter 1s linear infinite;
   -webkit-animation-delay: -1.8s;
   animation-delay: -1.8s;
   background-color: #00afaa
}

.loader .animation .dots:nth-child(3):before {
   -webkit-transform: translateY(-200%);
   transform: translateY(-200%);
   -webkit-animation: animBefore 1s linear infinite;
   animation: animBefore 1s linear infinite;
   -webkit-animation-delay: -2.7s;
   animation-delay: -2.7s;
   background-color: #cf3339
}

.loader .animation .dots:nth-child(3):after {
   -webkit-transform: translateY(200%);
   transform: translateY(200%);
   -webkit-animation: animAfter 1s linear infinite;
   animation: animAfter 1s linear infinite;
   -webkit-animation-delay: -2.7s;
   animation-delay: -2.7s;
   background-color: #00afaa
}

.loader .animation .dots:nth-child(4):before {
   -webkit-transform: translateY(-200%);
   transform: translateY(-200%);
   -webkit-animation: animBefore 1s linear infinite;
   animation: animBefore 1s linear infinite;
   -webkit-animation-delay: -3.6s;
   animation-delay: -3.6s;
   background-color: #cf3339
}

.loader .animation .dots:nth-child(4):after {
   -webkit-transform: translateY(200%);
   transform: translateY(200%);
   -webkit-animation: animAfter 1s linear infinite;
   animation: animAfter 1s linear infinite;
   -webkit-animation-delay: -3.6s;
   animation-delay: -3.6s;
   background-color: #00afaa
}

.loader .animation .dots:nth-child(5):before {
   -webkit-transform: translateY(-200%);
   transform: translateY(-200%);
   -webkit-animation: animBefore 1s linear infinite;
   animation: animBefore 1s linear infinite;
   -webkit-animation-delay: -4.5s;
   animation-delay: -4.5s;
   background-color: #cf3339
}

.loader .animation .dots:nth-child(5):after {
   -webkit-transform: translateY(200%);
   transform: translateY(200%);
   -webkit-animation: animAfter 1s linear infinite;
   animation: animAfter 1s linear infinite;
   -webkit-animation-delay: -4.5s;
   animation-delay: -4.5s;
   background-color: #00afaa
}

.loader .animation .dots:nth-child(6):before {
   -webkit-transform: translateY(-200%);
   transform: translateY(-200%);
   -webkit-animation: animBefore 1s linear infinite;
   animation: animBefore 1s linear infinite;
   -webkit-animation-delay: -5.4s;
   animation-delay: -5.4s;
   background-color: #cf3339
}

.loader .animation .dots:nth-child(6):after {
   -webkit-transform: translateY(200%);
   transform: translateY(200%);
   -webkit-animation: animAfter 1s linear infinite;
   animation: animAfter 1s linear infinite;
   -webkit-animation-delay: -5.4s;
   animation-delay: -5.4s;
   background-color: #00afaa
}

.loader .animation .dots:nth-child(7):before {
   -webkit-transform: translateY(-200%);
   transform: translateY(-200%);
   -webkit-animation: animBefore 1s linear infinite;
   animation: animBefore 1s linear infinite;
   -webkit-animation-delay: -6.3s;
   animation-delay: -6.3s;
   background-color: #cf3339
}

.loader .animation .dots:nth-child(7):after {
   -webkit-transform: translateY(200%);
   transform: translateY(200%);
   -webkit-animation: animAfter 1s linear infinite;
   animation: animAfter 1s linear infinite;
   -webkit-animation-delay: -6.3s;
   animation-delay: -6.3s;
   background-color: #00afaa
}

.loader .animation .dots:nth-child(8):before {
   -webkit-transform: translateY(-200%);
   transform: translateY(-200%);
   -webkit-animation: animBefore 1s linear infinite;
   animation: animBefore 1s linear infinite;
   -webkit-animation-delay: -7.2s;
   animation-delay: -7.2s;
   background-color: #cf3339
}

.loader .animation .dots:nth-child(8):after {
   -webkit-transform: translateY(200%);
   transform: translateY(200%);
   -webkit-animation: animAfter 1s linear infinite;
   animation: animAfter 1s linear infinite;
   -webkit-animation-delay: -7.2s;
   animation-delay: -7.2s;
   background-color: #00afaa
}

.loader .animation .dots:nth-child(9):before {
   -webkit-transform: translateY(-200%);
   transform: translateY(-200%);
   -webkit-animation: animBefore 1s linear infinite;
   animation: animBefore 1s linear infinite;
   -webkit-animation-delay: -8.1s;
   animation-delay: -8.1s;
   background-color: #cf3339
}

.loader .animation .dots:nth-child(9):after {
   -webkit-transform: translateY(200%);
   transform: translateY(200%);
   -webkit-animation: animAfter 1s linear infinite;
   animation: animAfter 1s linear infinite;
   -webkit-animation-delay: -8.1s;
   animation-delay: -8.1s;
   background-color: #00afaa
}

.loader .animation .dots:nth-child(10):before {
   -webkit-transform: translateY(-200%);
   transform: translateY(-200%);
   -webkit-animation: animBefore 1s linear infinite;
   animation: animBefore 1s linear infinite;
   -webkit-animation-delay: -9s;
   animation-delay: -9s;
   background-color: #cf3339
}

.loader .animation .dots:nth-child(10):after {
   -webkit-transform: translateY(200%);
   transform: translateY(200%);
   -webkit-animation: animAfter 1s linear infinite;
   animation: animAfter 1s linear infinite;
   -webkit-animation-delay: -9s;
   animation-delay: -9s;
   background-color: #00afaa
}

@-webkit-keyframes animBefore {
   0% {
      -webkit-transform: scale(1) translateY(-200%);
      z-index: 1
   }

   25% {
      -webkit-transform: scale(1.3) translateY(0);
      z-index: 1
   }

   50% {
      -webkit-transform: scale(1) translateY(200%);
      z-index: -1
   }

   75% {
      -webkit-transform: scale(0.7) translateY(0);
      z-index: -1
   }

   100% {
      -webkit-transform: scale(1) translateY(-200%);
      z-index: -1
   }
}

@keyframes animBefore {
   0% {
      transform: scale(1) translateY(-200%);
      z-index: 1
   }

   25% {
      transform: scale(1.3) translateY(0);
      z-index: 1
   }

   50% {
      transform: scale(1) translateY(200%);
      z-index: -1
   }

   75% {
      transform: scale(0.7) translateY(0);
      z-index: -1
   }

   100% {
      transform: scale(1) translateY(-200%);
      z-index: -1
   }
}

@-webkit-keyframes animAfter {
   0% {
      -webkit-transform: scale(1) translateY(200%);
      z-index: -1
   }

   25% {
      -webkit-transform: scale(0.7) translateY(0);
      z-index: -1
   }

   50% {
      -webkit-transform: scale(1) translateY(-200%);
      z-index: 1
   }

   75% {
      -webkit-transform: scale(1.3) translateY(0);
      z-index: 1
   }

   100% {
      -webkit-transform: scale(1) translateY(200%);
      z-index: 1
   }
}

@keyframes animAfter {
   0% {
      transform: scale(1) translateY(200%);
      z-index: -1
   }

   25% {
      transform: scale(0.7) translateY(0);
      z-index: -1
   }

   50% {
      transform: scale(1) translateY(-200%);
      z-index: 1
   }

   75% {
      transform: scale(1.3) translateY(0);
      z-index: 1
   }

   100% {
      transform: scale(1) translateY(200%);
      z-index: 1
   }
}

.bg-fishel {
   background-color: #00aca7
}

.bg-fishel-user {
   background-color: #cf3339;
   padding: 5px
}

.bg-fishel-user label {
   color: #f1f1f1
}

.promedio {
   width: 120px;
   height: 120px;
   margin: 0 auto;
   font-size: 14px;
   text-align: center;
   color: #003cc6;
   border-radius: 50%;
   padding: 15px;
}

#js-propensityToSell {
   font-size: 20px;
   line-height: 40px;
}

.promedio span {
   color: #fff
}

.txt-position {
   line-height: 14px;
   display: block;
   margin-top: 10px;
}

.cat-client {
   background-color: #00aca7;
   color: #f1f1f1;
   padding: 5px 10px;
   border-radius: 25px
}

.form-control,
.input-group-text {
   background-color: #f1f1f1;
   border: none;
}

.form-control {
   height: 50px
}



h2 {
   color: #cf3339;
   font-size: 16px
}

h3 {
   color: #464646;
   font-size: 14px;
}

.modal-body h3{
   color: #cf3339;
   font-size: 20px;
}

h4 {
   color: #cf3339;
   font-size: 14px
}

h5 {
   font-size: 10px
}

label,
h6 {
   color: #cf3339;
   font-size: 18px
}

.table,
.table td {
   font-family: 'Gotham Rounded Book' !important;
   font-size: 12px
}

.btn-red {
   background-color: #cf3339;
   color: #f1f1f1;
}

.btn-red:hover{
   background-color: #00AFAA;
   color: #f1f1f1;
}
p {
   color: #00aca7
}

body {
   min-height: 100vh;
   display: flex;
   flex-direction: column;
}

main {
   flex: 1;
}

footer {
   background-color: #cf3339
}

.container-client {
   max-width: 600px;
   min-width: 300px;
   margin: 0 auto;
}

.accordion-button:focus {
   box-shadow: none;
}

.colored-accordion-button {
   background-color: rgba(4, 174, 170, 0.1);
   color: #04aeaa;
}

.colored-accordion-button:focus,
.colored-accordion-button:not(.collapsed),
.colored-accordion-button .collapsed
{
   background-color: rgba(4, 174, 170, 0.1);
   color: #04aeaa;
}


.colored-tittle-button {
   background-color: white;
   color: #cf3339;
}

.colored-tittle-button:focus, 
.colored-tittle-button:not(.collapsed),
.colored-tittle-button .collapsed
{
   background-color: rgba(207, 51, 56, 0.1);
   color: #cf3339;
}

.client-information {
   color: #cf3339;
   font-family: Gotham Rounded;
   font-weight: 500;
   font-size: 16px;

}

.table-products-body tr:last-child td{
   border-bottom: none;
}

.personal-information {
   width: 100%;
}

.colored-tittle-button::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cf3339'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}

.colored-tittle-button:not(.collapsed)::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cf3339'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
   transform: rotate(-180deg)
}

.colored-accordion-button::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2304aeaa'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.colored-accordion-button:not(.collapsed)::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2304aeaa'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
   transform: rotate(-180deg)
}

.product-name {
   text-overflow: ellipsis;
   overflow: hidden;
   display: -webkit-box !important;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   white-space: normal;
}

.custom-tooltip {
   --bs-tooltip-bg: #cf3339;
   font-family: 'Gotham Rounded Book';
 }

.bs-tooltip-auto {
    --bs-tooltip-bg: #cf3339;
    font-family: 'Gotham Rounded Book';
}

.h1, h1 {
    font-size: 1rem;
    text-align: center;
    color: #cf3339;
}