@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap');

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

html,
body {
    height: auto !important;
}

html {
    -webkit-font-smoothing: antialiased;
    height: auto !important;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
}

.NoScroll {
    overflow: hidden !important;
}

a {
    background: transparent;
    outline: none;
    text-decoration: none;

    -webkit-transition: .2s cubic-bezier(0.25, .46, .45, .94);
    transition: .2s cubic-bezier(0.25, .46, .45, .94);
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

a:active,
a:hover,
a:focus {
    outline: 0;
    color: #1c1c1c;
    text-decoration: none;
    box-shadow: none;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.button,
.button:focus,
.button:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.rowBlock {
    display: block !important;
}





h1 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0;
    padding: 0;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1px;
    margin: 0;
    padding: 0;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h5 span {
    font-size: 35px;
}

h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p strong {
    font-weight: 600;
}

a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #044f9f;
    margin: 0;
    padding: 0;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color: black;
}

.TextoApresentacao {
    text-align: justify;
}

.SmallTxt {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.MediumTxt {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.LabelOrange {
    display: inline-flex;
    background: #f5633d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #261c17;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 20px 20px;
}

.LabelOrange2 {
    display: table;
    background: #f5633d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #261c17;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 auto 20px auto;
    padding: 10px 20px;
}

.LabelOrange3_Left {
    display: table;
    background: #f5633d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #261c17;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 10px 20px;
}

.LabelOrange4_Small {
    width: 240px;
    display: inline-block;
    background: rgba(245, 99, 61, 0.80);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #261c17;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 12px 12px 0 !important;
    padding: 4px 18px !important;
}

.LabelBlue {
    display: inline-block;
    background: #00a5c9;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    color: white;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 auto;
    padding: 8px 7px 8px 10px;
}

.LabelSemBlue {
    display: inline-flex;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #044f9f;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 0 0;
    padding: 6px 20px;
}

.TextoAlt {
    line-height: 20px !important;
}




.Opacidade6 {
    opacity: 0.6;
}



.left5 {
    margin-left: 5px !important
}

.right5 {
    margin-right: 5px !important
}

.top100 {
    margin-top: 100px !important;
}

.bottom100 {
    margin-bottom: 100px !important;
}

.top90 {
    margin-top: 90px !important;
}

.bottom90 {
    margin-bottom: 90px !important;
}

.top80 {
    margin-top: 80px !important;
}

.bottom80 {
    margin-bottom: 80px !important;
}

.top70 {
    margin-top: 70px !important;
}

.bottom70 {
    margin-bottom: 70px !important;
}

.top60 {
    margin-top: 60px !important;
}

.bottom60 {
    margin-bottom: 60px !important;
}

.top50 {
    margin-top: 50px !important;
}

.bottom50 {
    margin-bottom: 50px !important;
}

.top40 {
    margin-top: 40px !important;
}

.bottom40 {
    margin-bottom: 40px !important;
}

.top30 {
    margin-top: 30px !important;
}

.bottom30 {
    margin-bottom: 30px !important;
}

.top20 {
    margin-top: 20px !important;
}

.bottom20 {
    margin-bottom: 20px !important;
}

.top10 {
    margin-top: 10px !important;
}

.bottom10 {
    margin-bottom: 10px !important;
}

.top5 {
    margin-top: 5px !important;
}

.bottom5 {
    margin-bottom: 5px !important;
}

.NoPadding {
    padding: 0 !important;
}

.NoMargin {
    margin: 0 !important;
}

.PaddingMenor {
    padding-left: 5px;
    padding-right: 5px;
}

.PaddingMenor_2 {
    padding-left: 8px;
    padding-right: 8px;
}

.PaddingOnlyLeft {
    padding-left: 10px;
    padding-right: 0;
}

.PaddingOnlyRight {
    padding-left: 0;
    padding-right: 10px;
}

.PaddingMenorOnlyLeft {
    padding-left: 5px;
    padding-right: 0;
}

.PaddingMenorOnlyRight {
    padding-left: 0;
    padding-right: 5px;
}

.NoMarginSide {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.Borda {
    border: 1px solid red;
}

.Borda2 {
    border: 1px solid green;
}















.my-toggle {
    background: transparent;
    border: 0;
    border-radius: 0.25em;
    color: #888;
    cursor: pointer;
    font-size: 0.75em;
    font-weight: bold;
    margin-right: 0.5em;
    padding: 0.5em;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.my-toggle:hover,
.my-toggle:focus {
    background-color: #eee;
    color: #555;
    outline: transparent;
}

.my-toggle {

    background: red;
    border: 0;
    border-radius: 0.25em;
    color: #888;
    cursor: pointer;
    font-size: 0.75em;
    font-weight: bold;
    margin-right: 0.5em;
    padding: 0.5em;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;

}

.my-toggle:hover,
.my-toggle:focus {

    background-color: #eee;
    color: #555;
    outline: transparent;

}

.fill-red {

    fill: red;

}

.hideShowPassword-toggle {
    background-color: transparent;
    background-image: url('../svg/Wink.svg');
    background-position: center -3px;
    background-repeat: no-repeat;
    border: 0px solid transparent;
    border-radius: 0;
    cursor: pointer;
    font-size: 100%;
    width: 26px;
    height: 20px;
    top: 0 !important;
    margin: 12px 10px 0 0 !important;
    max-height: 100%;
    padding: 0;
    overflow: 'hidden';
    text-indent: -999em;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.hideShowPassword-toggle-hide {

    background-position: center -29px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {

    outline: none;

}







#back-to-top {
    background: transparent;
    position: fixed;
    z-index: 300 !important;
    bottom: -50px;
    right: 0;
    cursor: pointer;
    height: 50px;
    width: 50px;
    display: block;
    margin-right: 60px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#back-to-top img {
    width: 50px;
    height: auto;
}

.UpBackToTop {
    bottom: 15px !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.MaisBackToTop {
    bottom: 95px !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Desce_BackToTop {
    margin-bottom: -80px;
}

#back-to-top svg {
    width: 18px;
    height: auto;
    fill: #261c17;
}

.to-top {
    cursor: pointer;
}















.Btn_1 {
    display: inline-block;
    background-color: #00a5c9;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 2px;
    color: white;
    margin: 0 8px 8px 0;
    padding: 8px 12px;
    outline: none;
    cursor: pointer;
    border: none !important;
    border-bottom: 4px solid #0491b0 !important;
}

.Btn_1:hover {
    background-color: #0491b0;
    color: white;
    outline: none;
    cursor: pointer;
    border-bottom: 4px solid #00a5c9 !important;

}

.Btn_2 {
    display: inline-block;
    background-color: #00a5c9;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 2px;
    color: white;
    margin: 0 5px 0 0;
    padding: 2px 12px;
    outline: none;
    cursor: pointer;
    border: none !important;
    border-bottom: 2px solid #0491b0 !important;
}

.Btn_2:hover {
    background-color: #0491b0;
    border-bottom: 2px solid #00a5c9 !important;
    color: white;
    outline: none;
    cursor: pointer;
}

.Btn_3 {
    display: inline-block;
    height: 36px;
    background-color: #008bd0;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 2px;
    color: white;
    margin: 0 5px 0 5px;
    padding: 7px;
    outline: none;
    cursor: pointer;
    border: none !important;
}



.Btn_3 {
    display: inline-block;
    width: 100%;
    height: 60px;
    background-color: #008bd0;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 2px;
    color: white;
    margin: 0 5px 0 5px;
    padding: 0;
    outline: none;
    cursor: pointer;
    border: none !important;
}

.Btn_Close {
    display: inline-block;
    background-color: #01acca;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 2px;
    color: #0b5d6c;
    margin: 0 5px 0 5px;
    padding: 4px 12px;
    outline: none;
    cursor: pointer;
    border: none !important;
}

.Btn_Close:hover {
    background-color: #0491b0;
    color: white;
}






.Btn_Small_Blue {
    display: inline-block;
    background-color: #01acca;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 2px;
    color: white;
    margin: 0 0 0 0;
    padding: 8px 12px;
    outline: none;
    cursor: pointer;
    border: none !important;
}

.Btn_Small_Blue:hover {
    background: #38bad1;
}




.Btn_Text_1 {
    display: inline-block;
    background-color: transparent;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 2px;
    margin: 0 0 0 0;
    padding: 3px 0;
    outline: none;
    cursor: pointer;
    border: none !important;
}

.Btn_Text_1:hover {}


.Btn_Text_2 {
    display: inline-block;
    background-color: transparent;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0.5px;
    margin: 0 0 0 0;
    padding: 3px 0;
    outline: none;
    cursor: pointer;
    border: none !important;
}

.Btn_Text_2:hover {}



.Btn_MarcasMarcadas {
    display: inline-block;
    background-color: #01acca;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 2px;
    color: white;
    margin: 0 0 0 0;
    padding: 8px 12px;
    outline: none;
    cursor: pointer;
    border: none !important;
}

.Btn_MarcasMarcadas:hover {
    background: #38bad1;
    color: white;
}


.Btn140px {
    width: 140px !important;
    text-align: center;
}

.Btn_FecharPedido {
    display: inline-block;
    background-color: #35b7d3;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 2px;
    color: #084b5a;
    margin: 0 5px 5px 0;
    padding: 7px 16px;
    outline: none;
    cursor: pointer;
    border: none !important;
}

.Btn_FecharPedido:hover {
    background-color: #084b5a;
    color: #35b7d3;
}


.BtnBreakLine {
    display: table !important;
    margin: 0 0 5px 0 !important;
}



input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.LabelSwitchDhell {
    cursor: pointer;
    text-indent: -9999px;
    width: 60px;
    height: 30px;
    background: grey;
    display: block;
    border-radius: 30px;
    position: relative;
}

.LabelSwitchDhell:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.LabelSwitchDhell:checked+label {
    background: #bada55;
}

.LabelSwitchDhell:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.LabelSwitchDhell:active:after {
    width: 60px;
}





.HideDiv {
    display: none !important;
}

.HideOlhos {
    opacity: 0 !important;
    pointer-events: none !important;
}

.OpacidadeDivOlhos {
    opacity: 0.6 !important;
}

.DisabilitaDadosReceita {

    opacity: 0.3;
    pointer-events: none;

}







.CarouselFiltrosRelatorios .owl-carousel {
    padding: 0 20px;
}

.CarouselFiltrosRelatorios .item {
    margin: 0 auto;
}

.CarouselFiltrosRelatorios .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 40px;
    margin-top: -35px;
    text-align: center;
    pointer-events: none;
}

.CarouselFiltrosRelatorios .owl-theme .owl-nav .owl-prev,
.CarouselFiltrosRelatorios .owl-theme .owl-nav .owl-next {
    text-indent: -9999px;
    display: inline-block;
    width: 25px;
    height: 25px;
    opacity: 1;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 100%;
}

.CarouselFiltrosRelatorios .owl-theme .owl-nav .owl-prev {
    float: left;
    margin: 0 0 0 -20px;
    background: transparent !important;
    pointer-events: none;
}

.CarouselFiltrosRelatorios .owl-theme .owl-nav .owl-next {
    float: right;
    margin: 0 -20px 0 0;
    background: transparent !important;
    pointer-events: none;
}

.CarouselFiltrosRelatorios .owl-theme .owl-nav .owl-prev:before {
    content: "";
    color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    text-indent: 0;
    line-height: 50px;
    margin-top: -2px;
    margin-left: -2px;
    background: url("../svg/Left.svg") center center no-repeat;
    pointer-events: auto;
}

.CarouselFiltrosRelatorios .owl-theme .owl-nav .owl-next:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    text-align: center;
    text-indent: 0;
    margin-top: -2px;
    margin-right: -2px;
    background: url("../svg/Right.svg") center center no-repeat;
    pointer-events: auto;
}

.CarouselFiltrosRelatorios .owl-carousel .owl-nav button.owl-next,
.CarouselFiltrosRelatorios .owl-carousel .owl-nav button.owl-prev,
.CarouselFiltrosRelatorios .owl-carousel button.owl-dot {
    border: none;
    outline: none;
}

.CarouselFiltrosRelatorios .owl-theme .owl-dots,
.owl-theme .owl-nav {
    margin-top: 5px;
}

.CarouselFiltrosRelatorios .owl-dots {
    text-align: center;
}

.CarouselFiltrosRelatorios .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 5px 7px;
    background: #00a5c9;
    display: block;
    opacity: 0.5;
}

.CarouselFiltrosRelatorios .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00a5c9 !important;
    opacity: 1;
}

@media (max-width: 450px) {

    .CarouselFiltrosRelatorios .owl-theme .owl-nav .owl-prev,
    .CarouselFiltrosRelatorios .owl-theme .owl-nav .owl-next {
        margin: 0 0 0 0;
    }
}

.Conteudo .page-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.tooltip {
    margin-right: 10px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: white;
}

.tooltip-inner {
    background: #00a5c9 !important;
    padding: 10px;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #00a5c9 !important;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #00a5c9 !important;
}


.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #00a5c9 !important;
}


.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #00a5c9 !important;
}

.noPaddingLeft {
    padding-left: 0px !important;
}

.noPaddingRight {
    padding-right: 0px !important;
}

.noMargin {
    margin: 0px !important;
}