
body{
    font-family: 'Poppins', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif !important;
}

.mgn-10px{
    margin-bottom: 18px;
    margin-top: 18px;
}

.mgn-left-right{
    margin-left:30px;
    margin-right:30px;
}

.mgn-7px{
    margin-bottom: 7px;
    margin-top: 7px;
}

.mgn-3px{
    margin-bottom: 3px;
    margin-top: 3px;
}

.d-flex-column{
    display: flex;
    flex-direction: column;
}

.clr-939393{
    color: #939393;
}

.d-grid-column6{
    display: grid;
    grid-template-columns: 21% repeat(4, 1fr) 13% 5%;
    width: 100%;
}

.d-grid-column2{
    display: grid;
    grid-template-columns: 20% 80%;
    width: 100%;
}

.d-grid-column3{
    display: grid;
    grid-template-columns: 72% 23% 5%;
}

.d-grid-column10{
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
}

.hover-opacity{
    transition:all .3s ease; 
}

.hover-opacity-up:hover{
    opacity: 1;
    transition:all .3s ease; 
}

.hover-opacity-down:hover{
    opacity: 0.7;
    transition: all .3s ease; 
}

.card-item-row-clicked{
    border: 2px solid black;
    opacity: 1;
    transition: all .3s ease;
}

.ef-flip{
    transform: rotateX(0deg);
    transition: all .3s ease;
}
.ef-flip-190{
    transform: rotateX(190deg);
    transition: all .3s ease;
}

.fade-out-height{
    height: 0;
    transition: all .3s ease;
}

.display-none-fade{
    display: none !important;
    transition: all .3s ease;
}

.display-flex-fade{
    display: flex !important;
    transition: all .3s ease;
}

.display-block-fade{
    display: block !important;
    transition: all .3s ease;
}

.cursor-pointer{
    cursor: pointer;
}

.bkg-green{
    background-color: var(--bright-color) !important;
}

.error-faixas-vazia input{
    border-color: red !important;
}

.btn-primary-orcamento{
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    border-radius: 3px;
    color: #fff;
    transition: all .3s ease;
    padding: 15px 30px 15px 30px;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
}

.btn-simple-orcamento{
    transition: all .3s ease;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
    border: none;
    background-color: transparent;
    width: fit-content;
    margin: 0 auto;
}

/* Success animation */
.btn-success{
    color: transparent !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 54px !important;
    border: none !important;
    transition: all .4s ease !important;
    display: flex;
    background: url(../images/success-animation.svg) !important;
}

.btn-success-proposta-enviada{
    color: transparent;
    border-radius: 70px;
    margin: 0 auto;
    background-image: url(../images/success-proposta-enviada.svg) !important;
    transition: all .1s ease !important;
    background-repeat: no-repeat;
    background-position-x: 12px;
    background-position-y: 11px;
    width: 69px;
    height: 69px;
}

.btn-failed-proposta-enviada{
    color: transparent;
    border-radius: 70px;
    margin: 0 auto;
    width: 16%;
    background-image: url(../images/failed-proposta-enviada.svg) !important;
    transition: all .1s ease !important;
    background-repeat: no-repeat;
    background-position-x: -16px;
    background-position-y: -17px;
    background-size: 100px;
    border: none;
}

.btn-success:hover{
    background: url(../images/remove-animation.svg) !important;
    transition: all .4s ease !important;
}

.path {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: dash 1s linear forwards;
}
  
@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Remove select hightlight */
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.error-message{
    color: red;
    text-align: center;
    margin-bottom: 4px;
}

.success-message{
    color: green;
    text-align: center;
    margin-bottom: 4px;

}

/* Add arrows to the left container (pointing right) */
.left::before {
    display: none;
}

/* Animações */

.scale-down-center{-webkit-animation:scale-down-center 1.5s cubic-bezier(.95,.05,.795,.035) infinite alternate-reverse both;animation:scale-down-center 1.5s cubic-bezier(.95,.05,.795,.035) infinite alternate-reverse both}
 @-webkit-keyframes scale-down-center{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes scale-down-center{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.5);transform:scale(.5)}}

.focus-in-expand-fwd{animation:focus-in-expand-fwd 1.1s cubic-bezier(0.46, -0.06, 0.56, 0.89) both}
 @keyframes focus-in-expand-fwd{0%{letter-spacing:-.5em;transform:translateZ(-800px);filter:blur(12px);opacity:0}100%{transform:translateZ(0);filter:blur(0);opacity:1}}

 .slide-in-right{animation:slide-in-right .5s cubic-bezier(.25,.46,.45,.94) both}
 @keyframes slide-in-right{0%{transform:translateX(1000px);opacity:0}100%{transform:translateX(0);opacity:1}}

 .slide-in-left{animation:slide-in-left .5s cubic-bezier(.25,.46,.45,.94) both}
 @keyframes slide-in-left{0%{transform:translateX(-1000px);opacity:0}100%{transform:translateX(0);opacity:1}}

 .tracking-out-contract{animation:tracking-out-contract .7s cubic-bezier(.55,.085,.68,.53) both}
 @keyframes tracking-out-contract{0%{opacity:1}50%{opacity:1}100%{letter-spacing:-.5em;opacity:0}}

 .wobble-hor-bottom{animation:wobble-hor-bottom .5s 2 alternate-reverse both}
 @keyframes wobble-hor-bottom{0%,100%{transform:translateX(0);transform-origin:50% 50%}15%{transform:translateX(-30px) rotate(-6deg)}30%{transform:translateX(15px) rotate(6deg)}45%{transform:translateX(-15px) rotate(-3.6deg)}60%{transform:translateX(9px) rotate(2.4deg)}75%{transform:translateX(-6px) rotate(-1.2deg)}}

 .accordion-content{transition: height 1s; overflow: hidden; height: 0;}

 .slide-in-blurred-left{animation:slide-in-blurred-left .6s cubic-bezier(.23,1.000,.32,1.000) both}
 @keyframes slide-in-blurred-left{0%{transform:translateX(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}100%{transform:translateX(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}

 .slide-in-blurred-bottom{animation:slide-in-blurred-bottom .6s cubic-bezier(.23,1.000,.32,1.000) both}
@keyframes slide-in-blurred-bottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(40px);opacity:0}100%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}

.slide-out-blurred-left{animation:slide-out-blurred-left .45s cubic-bezier(.755,.05,.855,.06) both}
@keyframes slide-out-blurred-left{0%{transform:translateX(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}100%{transform:translateX(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}

.roll-in-blurred-top{display: flex; transition: all 1s ease; animation:focus-in-expand-fwd 1.1s cubic-bezier(0.46, -0.06, 0.56, 0.89) both;}

.roll-out-blurred-bottom{display: none !important; transition: all 1s ease;}

.slide-out-left{animation:slide-out-left .5s cubic-bezier(.55,.085,.68,.53) both}
@keyframes slide-out-left{0%{transform:translateX(0);opacity:1}100%{transform:translateX(-1000px);opacity:0}}

.slide-right{animation:slide-right 1s cubic-bezier(.25,.46,.45,.94) infinite alternate-reverse both}
@keyframes slide-right{0%{transform:translateX(0)}100%{transform:translateX(100px)}}
