.svg-fill-color-primary {
  fill: #3ab916 !important;
}
.nodecoa{
  text-decoration: none !important; /* Remove o sublinhado */
  outline: none !important;
}
.d-none{
	display:none;
}
.left-column, .right-column {
  flex: 1;
}
label.error {
    color: #980c0c !important;
    font-size: .9em;
    line-height: 18px;
    padding: 5px 0 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
	font-size:13px;
    font-weight: 400;
    color: #fff !important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover {
  
    color: #000 !important;
  
}
.dropdown-menu{
	    transform: translate(-61px, 65px) !important;
}
.carb:hover{
	border: 1px solid #4dbb6d;
	-webkit-box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.17);
-moz-box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.17);
box-shadow: 3px 3px 9px 3px rgba(0,0,0,0.17);
}
.process .process-step:hover .svg-fill-color-primary {
  fill: #FFF !important;
}


section.section.section-parallax {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    border: 0
}

section.section.section-parallax.parallax-disabled {
    background-attachment: scroll!important;
    background-position: 50% 50%!important
}
.parallax {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative;
    clear: both
}

.parallax:not(.page-header):not(.match-height):not([class*=section-height-]) {
    margin: 70px 0;
    padding: 50px 0
}

.parallax blockquote {
    border: 0;
    padding: 0 10%
}

.parallax blockquote i.fa-quote-left {
    font-size: 34px;
    position: relative;
    left: -5px
}

.parallax blockquote p {
    font-size: 24px;
    line-height: 30px
}

.parallax blockquote span {
    font-size: 16px;
    line-height: 20px;
    color: #999;
    position: relative;
    left: -5px
}

.parallax-disabled .parallax-background {
    background-attachment: scroll!important;
    background-position: 50% 50%!important
}

.parallax-background+.container {
    position: relative
}


    color: #777;
    font-size: 14px;
    top: -30px;
    right: 0;
    opacity: 1;
}

.custom-progress-bars-style-1 .progress-bar-tooltip:after {
    border-color: transparent;
}

/*
* Custom Circles & Counters
*/
.custom-circles-group-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.custom-circles-group-1 .circle-1 {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 96px;
    margin-bottom: 6rem;
}

.custom-circles-group-1 .circle-2,
.custom-circles-group-1 .circle-3 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate3d(-50%, -50%, 0);
}

.custom-circles-group-1 .circle-2 {
    top: 56%;
    left: 76%;
    width: 190px;
    height: 190px;
}

.custom-circles-group-1 .circle-3 {
    top: 75%;
    left: 53%;
    width: 170px;
    height: 170px;
}

@media (max-width: 767px) {
    .custom-circles-group-1 .circle-2 {
        left: 84%;
    }
    .custom-circles-group-1 .circle-3 {
        left: 40%;
    }
}

.custom-circle {
    position: absolute;
    border-radius: 100%;
}

.custom-circle.custom-circle-big {
    width: 52px;
    height: 52px;
}

.custom-circle.custom-circle-medium {
    width: 23px;
    height: 23px;
}

.custom-circle.custom-circle-small {
    width: 15px;
    height: 15px;
}

.custom-circle.custom-circle-extra-small {
    width: 10px;
    height: 10px;
}

.custom-circle.custom-circle-pos-1 {
    top: 25%;
    left: -13%;
}

.custom-circle.custom-circle-pos-1.custom-circle-pos-1-1 {
    top: 45%;
}

.custom-circle.custom-circle-pos-2 {
    top: 43%;
    left: -4%;
}

.custom-circle.custom-circle-pos-2.custom-circle-pos-2-2 {
    top: 77%;
    left: -1%;
}

.custom-circle.custom-circle-pos-3 {
    top: 9%;
    left: 17%;
}

.custom-circle.custom-circle-pos-3.custom-circle-pos-3-3 {
    top: 35%;
}

.custom-circle.custom-circle-pos-4 {
    top: 53%;
    left: 20%;
}

.custom-circle.custom-circle-pos-4.custom-circle-pos-4-4 {
    left: 107%;
}

.custom-circle.custom-circle-pos-5 {
    top: 61%;
    left: 39%;
}

.custom-circle.custom-circle-pos-5.custom-circle-pos-5-5 {
    top: 21%;
    left: 96%;
}

.custom-circle.custom-circle-pos-6 {
    top: 41%;
    left: 46%;
}

.custom-circle.custom-circle-pos-6.custom-circle-pos-6-6 {
    top: 28%;
    left: 119%;
}

.custom-circle.custom-circle-pos-7 {
    top: 30%;
    left: 104%;
}

.custom-circle.custom-circle-pos-8 {
    top: 7%;
    left: 114%;
}

.custom-circle.custom-circle-pos-9 {
    top: 76%;
    left: 27%;
}

.custom-circle.custom-circle-pos-10 {
    top: 10%;
    left: 114%;
}

.custom-circle.custom-circle-pos-11 {
    top: 6%;
    left: 117%;
}

.custom-circle.custom-circle-pos-12 {
    top: 9%;
    left: 119.3%;
}

.custom-circle.custom-circle-pos-13 {
    top: 6%;
    left: 120%;
}

.custom-circle.custom-circle-pos-14 {
    left: 60%;
    top: -15%;
}

.custom-circle.custom-circle-pos-15 {
    top: -11%;
    left: 60.7%;
}

.custom-circle.custom-circle-pos-16 {
    top: -13.9%;
    left: 62%;
}

.custom-circle.custom-circle-pos-17 {
    top: 6%;
    left: 105%;
}

.custom-circle.custom-circle-pos-18 {
    top: 8%;
    left: 106.9%;
}

.custom-circle.custom-circle-pos-19 {
    top: 9.5%;
    left: 108.4%;
}

.custom-circle.custom-circle-pos-20 {
    bottom: 5.5%;
    left: -7%;
}

.custom-circle.custom-circle-pos-21 {
    bottom: 4.5%;
    left: -8.6%;
}

.custom-circle.custom-circle-pos-22 {
    bottom: 2.7%;
    left: -6.8%;
}

.custom-circle.custom-circle-pos-23 {
    bottom: 2.5%;
    left: -8.5%;
}

.custom-circle.custom-circle-pos-24 {
    top: 38%;
    left: -14.5%;
}

.custom-circle.custom-circle-pos-25 {
    top: 12.5%;
    left: -8.5%;
}

.custom-circle.custom-circle-pos-26 {
    top: 25.5%;
    left: 0.5%;
}

.custom-circle.custom-circle-pos-27 {
    top: 46%;
    left: 44.5%;
}

.custom-circle.custom-circle-pos-28 {
    top: 26%;
    left: 107%;
}

.custom-circle.custom-circle-pos-29 {
    top: 6.5%;
    left: 110%;
}

.custom-circle.custom-circle-pos-30 {
    top: 36.5%;
    left: 119.5%;
}

.custom-circle.custom-circle-pos-31 {
    top: 66.5%;
    left: 23.7%;
}

.custom-circle.custom-circle-pos-32 {
    top: 79%;
    left: 20%;
}

.custom-circle.custom-circle-pos-33 {
    top: 82%;
    left: 24.2%;
}

.custom-circle.custom-circle-pos-34 {
    top: 86%;
    left: 20.2%;
}

.custom-circle.custom-circle-pos-35 {
    top: 84%;
    left: 69.5%;
}

.custom-circle.custom-circle-pos-36 {
    top: 89.3%;
    left: 74.3%;
}

.custom-circle.custom-circle-pos-37 {
    top: 13.1%;
    left: 69.5%;
}

.custom-circle.custom-circle-pos-38 {
    top: 11.5%;
    left: 80.7%;
}

.custom-circle.custom-circle-pos-39 {
    top: 5.4%;
    left: 75.7%;
}

.custom-circle.custom-circle-pos-40 {
    top: 5.4%;
    left: 82.7%;
}

.custom-circle.custom-circle-pos-41 {
    top: 86%;
    left: 103%;
}

.custom-circle.custom-circle-pos-42 {
    top: 88.8%;
    left: 104.6%;
}

.custom-circle.custom-circle-pos-43 {
    top: 91%;
    left: 105.8%;
}

.custom-circle.custom-circle-pos-44 {
    left: 103%;
    top: 10%;
}

.custom-circle.custom-circle-pos-45 {
    left: 104.7%;
    top: 14.1%;
}

.custom-circle.custom-circle-pos-46 {
    left: 106.2%;
    top: 10.4%;
}

.custom-circle.custom-circle-pos-47 {
    top: 86%;
    left: -3%;
}

.custom-circle.custom-circle-pos-48 {
    top: 95%;
    left: -2.5%;
}

.custom-circle.custom-circle-pos-49 {
    top: 93%;
    left: -4.5%;
}

.custom-circle.custom-circle-pos-50 {
    top: 97%;
    left: -4.3%;
}
.custom-bg-color-grey-1 {
    background-color: #b9b9b9 !important;
}