@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;
}

.UpperCase {
    text-transform: uppercase;
}

.LowerCase {
    text-transform: lowercase;
}

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: 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;
}

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: 50px;
    line-height: 55px;
    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;
}

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;
}

.TextCenter {
    text-align: center;
}

.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-flex;
    background: #044f9f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: white;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 0 0 0;
    padding: 6px 20px;
}

.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;
}

.top15 {
    margin-top: 15px !important;
}

.bottom15 {
    margin-bottom: 15px !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;
}

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

.PaddingMenor_4 {
    padding-left: 0px;
    padding-right: 0px;
}

.PaddingMenor_5 {
    padding-left: 20px;
    padding-right: 20px;
}

.sem_margem_direita {
    margin-right: 0px !important;
}

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

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

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

.Borda {
    border: 1px solid red;
}

.Borda2 {
    border: 1px solid green;
}

.MarginRight5 {
    margin-right: 5px !important;
}

.MarginRight10 {
    margin-right: 10px !important;
}














.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: 25px;

    -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: 160px !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;
}

.MenuBackToTop {
    bottom: 260px !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: 50px;
    height: auto;
    fill: #261c17;
}

.to-top {
    cursor: pointer;
}

.BackToTopUsuarios {
    margin-right: 10px !important;
}

.AlignRight {
    text-align: right;
}

.Btn_1 {
    display: inline-block;
    background-color: var(--corGeral);
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--corFonteBtn) !important;
    margin: 0 8px 8px 0;
    padding: 14px 22px;
    outline: none;
    cursor: pointer;
    border: none !important;
}

.Btn_1_Largura250 .Btn_1 {
    width: 250px;
    text-align: center;
}

.Btn_1:hover {
    background-color: var(--corGeral);
    color: var(--corFonteBtn);
    filter: brightness(0.85);
    outline: none;
    cursor: pointer;
}

.Btn_2 {
    display: inline-block;
    background-color: var(--corGeral);
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--corFonteBtn);
    margin: 0 5px 0 0;
    padding: 2px 12px;
    outline: none;
    cursor: pointer;
    border: none !important;
    border-bottom: 2px solid !important;
}

.Btn_2:hover {
    background-color: var(--corGeral);
    border-bottom: 2px solid !important;
    color: var(--corFonteBtn);
    filter: brightness(0.85);
    outline: none;
    cursor: pointer;
}

.Btn_2 {
    border-bottom-color: var(--corGeralBorda) !important;
    filter: brightness(1);
}

.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: var(--corGeral);
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 2px;
    color: var(--corFonteBtn) !important;
    margin: 0 0 0 0;
    padding: 8px 12px;
    outline: none;
    cursor: pointer;
    border: none !important;
}

.Btn_Small_Blue:hover {
    background: var(--corGeral);
    color: var(--corFonteBtn);
    filter: brightness(1.20);
}


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

.Btn_Small_Blue_Inline:hover {
    background: #38bad1;
    color: #0b5d6c;
}

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

.Btn_Small_Blue_Perfil:hover {
    background: #38bad1;
    color: #0b5d6c;
}

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

.Btn_Small_Grey:hover {
    background: #CFCECE;
}


.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: 1px;
    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_Small_Blue2 {
    display: inline-block;
    width: 220px;
    background-color: var(--corGeral);
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
    color: var(--corFonteBtn);
    margin: 0 0 3px 0;
    padding: 8px 12px;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: none !important;
}

.Btn_Small_Blue2:hover {
    background: var(--corGeral);
    color: var(--corFonteBtn);
    filter: brightness(1.20);
}

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

.Btn_MarcasMarcadas {
    display: inline-block;
    background-color: var(--corGeral);
    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: var(--corGeral);
    color: white;
    filter: brightness(1.20);
}


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

.Btn_FecharPedido {
    display: inline-block;
    background-color: var(--corGeralBotao);
    filter: brightness(1.1);
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--corFonteBtn);
    margin: 0 5px 5px 0;
    padding: 7px 16px;
    outline: none;
    cursor: pointer;
    border: none !important;
}

/*.Btn_FecharPedido:hover {
    background-color: var(--corGeralBorda);
    filter: brightness(0.80);
    color: var(--corFonteBtn);
}*/


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

.BtnForm {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95%;
    height: 60px;
    padding: 0 0;
    background-color: #00a5c9;
    color: white;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 8px;
}

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





.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;
    visibility: hidden !important;
}

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

.OpacidadeDivOlhos {
    opacity: 0.6 !important;
}

.DisabilitaDadosReceita {

    opacity: 0.3;
    pointer-events: none;

}



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

.tooltip-inner {
    background: var(--corGeral) !important;
    opacity: 1 !important;
    padding: 5px 10px;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: var(--corGeral) !important;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: var(--corGeral) !important;
}


.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: var(--corGeral) !important;
}


.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: var(--corGeral) !important;
}


.bs-tooltip-top {
    margin-bottom: 15px !important;
}




.rowBlock {
    display: block !important;
}

#spinner:not([hidden]) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#spinner::after {
    content: "";
    width: 80px;
    height: 80px;
    border: 4px solid #f3f3f3;
    border-top: 6px solid #2071fd;
    border-radius: 50%;
    will-change: transform;
    animation: spin 1s infinite linear
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.swal-button-WebPedidos {
    color: #fff;
    background-color: var(--corGeral) !important;
}

.swal-button--finalizarPedido,
.swal-button--continuarComprando {
    width: 200px !important;
}

.swal-footer-WebPedidos .swal-footer {
    text-align: center !important;
}

.swal-centralizar-texto .swal-text {
    text-align: center !important;
}

.JustifyContent-Center {
    justify-content: center;
}

#bannerHabilitaPropaganda {
    margin-bottom: 10px;
}

#bannerHabilitaPropaganda .col-12 img {
    cursor: pointer;
    width: 700px;
}

@media (max-width: 450px) {
    #bannerHabilitaPropaganda .col-12 img {
        width: 100%;
    }

    .Btn_1_Largura250 .Btn_1 {
        width: 100%;
    }
}

@media (max-height: 414px) {
    #bannerHabilitaPropaganda .col-12 img {
        width: 84%;
    }
}

.PaginationPages .page-item.active .page-link {
    background-color: var(--corGeral) !important;
    border-color: var(--corGeral) !important;
}

.bottom0 {
    margin-bottom: 0px !important;
}

.Conteudo .card-body .card-line.bottom0{
    margin-bottom: 0px !important;
}
