@font-face {
    font-family:"lato";
    src:url("fontes/Lato-Regular.ttf");
    font-display:swap;
    font-style:normal;
    font-weight:400;
    font-stretch:normal;
}
@font-face {
    font-family:"lato";
    src:url("fontes/Lato-Bold.ttf");
    font-display:swap;
    font-style:normal;
    font-weight:600;
    font-stretch:normal;
}
@font-face {
    font-family:"lato";
    src:url("fontes/Lato-Black.ttf");
    font-display:swap;
    font-style:normal;
    font-weight:800;
    font-stretch:normal;
}
html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-family:lato, sans-serif;
    font-weight: 400;
    color: #858585;
    display: block;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    outline: none;
    overflow-x: hidden;
}
div{
    width: 100%;
    height: 100%;
    position: relative;
}
a, a:visited, a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
  }
input{
    width: 250px;
    height: 40px;
    color: #323232;
    border-radius: 5px;
    background: #fff;
    padding: 0 20px;
    border: 1px solid #CFCFCF;
    outline-color: #10069F;
    outline-offset: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
select{
    max-width: 130px;
    height: 30px;
    border: 1px solid #C7CACC;
    border-radius: 5px;
    outline: none;
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color:#323232;
    padding-left: 5px;
}
textarea{
    width: 305px;
    max-width: 960px;
    height: 100%;
    max-height: 150px;
    min-height: 80px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #C7CACC;
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    color: #323232;
    font-family:lato, sans-serif;
    font-weight: 400;
}




::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #323232;
    opacity: 0.4;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #323232;
    opacity: 0.4;
}
.h1{
    font-weight: 600;
    font-size: 50px;
    line-height: 40px;
}
.h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
}
.h2-v{
    font-weight: 600;
    font-size: calc(24px + 1vmin);
    line-height: calc(32px + 0.65vw);
}
.h3{
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
}
.h3-b{
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
}
.h4{
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
}
.h4-v{
    font-weight: 600;
    font-size: calc(16px + 1vmin);
    line-height: calc(20px + 0.65vw);
}
.h5{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.h6{
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
}
.h7{
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
}
.h8{
    font-weight: 800;
    font-size: 12px;
    line-height: 12px;
}
.h9{
    font-weight: 800;
    font-size: 10px;
    line-height: 12px;
}
.body-xxlg{
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}
.body-xlg{
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
}
.body-xlg-v{
    font-size: calc(13px + 2.1vmin);
    line-height: 32px;
    font-weight: 400;
}
.body-lg{
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
.body-lg-v{
    font-size: calc(13px + 1vmin);
    line-height: calc(24px + 0vw);
    font-weight: 400;
}
.body-rg{
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.body-rg-v{
    font-size: calc(10px + 0.7vmin);
    line-height: calc(20px + 0vw);
    font-weight: 400;
}
.body-md{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.body-sm{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.body-xsm{
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
}
.label{
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
}
.link-xlg{
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
}
.link-reg{
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
}
.link-sm{
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
}
.link-xsm{
    font-weight: 800;
    font-size: 10px;
    line-height: 16px;
}



.riscado{
    text-decoration: line-through;
}
.underline{
    text-decoration: underline;
}




.bg-azul{
    background-color: #10069F;
}
.bg-azulD1{
    background-color: #072055;
}
.bg-azulL5{
    background-color: #F1F5FE;
}
.bg-rosa{
    background-color: #F925B1;
}
.bg-vermelho{
    background-color: #F24331;
}
.bg-laranja{
    background-color: #F47425;
}
.bg-azulC{
    background-color: #25F0F5;
}
.bg-verde{
    background-color: #1EBB66;
}
.bg-amarelo{
    background-color: #ECCA0C;
}
.bg-preto{
    background-color: #0D0D0D;
}
.bg-branco{
    background-color: #fff;
}
.bg-pretoL4{
    background-color: #EBEBEB;
}
.bg-pretoL5{
    background-color: #F5F5F5;
}
.bg-roxo{
    background-color: #7D1BF0;
}
.bg-roxoD2{
    background-color: #210C4E;
}
.bg-degAR{
    background-image: #10069f;
    background-image: -moz-linear-gradient(87deg, #10069F 3%, #7D1BF0 100%);
    background-image: -webkit-linear-gradient(87deg, #10069F 3%, #7D1BF0 100%);
    background-image: linear-gradient(87deg, #10069F 3%, #7D1BF0 100%);
}
.bg-degVL{
    background-image: #F47425;
    background-image: -moz-linear-gradient(87deg, #F24331 3%, #F47425 100%);
    background-image: -webkit-linear-gradient(87deg, #F24331 3%, #F47425 100%);
    background-image: linear-gradient(87deg, #F24331 3%, #F47425 100%);
}





.color-pretoL1{
    color:#323232;
}
.color-pretoL2{
    color:#858585;
}
.color-pretoL3{
    color:#CFCFCF;
}
.color-pretoL4{
    color: #EBEBEB;
}
.color-branco{
    color:#fff;
}
.color-azul{
    color: #10069F;
}
.color-azulD1{
    color: #072055;
}
.color-azulD2{
    color: #051942;
}
.color-rosa{
    color: #F925B1;
}
.color-verde{
    color: #1EBB66;
}
.color-verdeD1{
    color: #07BA6D;
}
.color-vermelho{
    color:#F24331;
}
.color-laranja{
    color:#F47425;
}
.color-roxo{
    color:#7D1BF0;
}
.color-roxoL4{
    color: #E7D6FC;
}
.color-roxoD1{
    color:#4F0C9C;
}
.color-roxoD2{
    color:#210C4E;
}
.d-none{
    display: none !important;
}


.rotate-180{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.pointer{
    cursor: pointer;
}
.pointer:active{
    opacity: 0.5;
}
.pointer2{
    cursor: pointer;
}
.pointer2:hover{
    color: #10069F;
}
.pointer2:active{
    opacity: 0.5;
}

.c-pointer{
    cursor: pointer;
}



.hover-deg-facebook{
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: #10069f;
    background-image: -moz-linear-gradient(60deg, #10069f, #6d25e5, #1058b7, #1877f2);
    background-image: -webkit-linear-gradient(60deg, #10069f, #6d25e5, #1058b7, #1877f2);
    background-image: linear-gradient(60deg, #10069f, #6d25e5, #1058b7, #1877f2);
}
.hover-deg-instagram{
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: #10069f;
    background-image: -moz-linear-gradient(60deg, #10069f, #6d25e5, #fdcb00, #ff00b1);
    background-image: -webkit-linear-gradient(60deg, #10069f, #6d25e5, #fdcb00, #ff00b1);
    background-image: linear-gradient(60deg, #10069f, #6d25e5, #fdcb00, #ff00b1);
}
.hover-deg-twitter{
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: #10069f;
    background-image: -moz-linear-gradient(60deg, #10069f, #6d25e5, #1c9cea, #5db3e7);
    background-image: -webkit-linear-gradient(60deg, #10069f, #6d25e5, #1c9cea, #5db3e7);
    background-image: linear-gradient(60deg, #10069f, #6d25e5, #1c9cea, #5db3e7);
}
.hover-deg-facebook:hover,.hover-deg-instagram:hover,.hover-deg-twitter:hover{
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}






.no-user-select{
    -ms-user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}
.user-select-all{
    -ms-user-select:all;
    -o-user-select:all;
    -moz-user-select:all;
    -webkit-user-select:all;
    user-select:all;
}
.user-select{
    -ms-user-select:text;
    -o-user-select:text;
    -moz-user-select:text;
    -webkit-user-select:text;
    user-select:text;
}
.valign{
    height:100%;
    width:100%;
    position:relative;
    box-sizing:border-box;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    text-align: center;
    align-items:center;
    overflow:visible;
    -webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
}
.valignV{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.valignC{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.valignVC{
    position: absolute;
	top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.transition-opacity-150{
    -moz-transition: opacity 150ms;
    -o-transition: opacity 150ms;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
}
.transition-all-150{
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    -webkit-transition: all 150ms;
    transition: all 150ms;
} 
.transition-all-300{
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
} 
.botao{
    width: 155px;
    height: 50px;
    border-radius: 999px;
    cursor: pointer;
    -ms-user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
    white-space: nowrap;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    -webkit-transition: all 150ms;
    transition: all 150ms;
}
.botao:active{
    opacity: 0.5;
}
.mirror-effect{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
}

.overflow-pers{
    overflow-y: auto;
    overflow-x: hidden;
}
.overflow-pers::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}
.overflow-pers::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

.overflow-pers::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #323232;
}

.overflow-pers2{
    overflow-y: auto;
    overflow-x: hidden;
}
.overflow-pers2::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}
.overflow-pers2::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

.overflow-pers2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #323232;
}

.overflow-pers3{
    overflow-y: auto;
    overflow-x: hidden;
}
.overflow-pers3::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(255, 255, 255, 0);
}
.overflow-pers3::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0);
}

.overflow-pers3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #323232;
}


.w-auto{
    width: auto;
}
.w-100{
    width: 100%;
}
.w-50{
    width: 50%;
}
.w-33{
    width: 33.333333333%;
}
.w-70p{
    width: 70px;
}
.wh-a{
    width: auto;
    height: auto;
}
.wh-100{
    width: 100%;
    height: 100%;
}
.wh-100-a{
    width: 100%;
    height: auto;
}
.wh-a-100{
    width: auto;
    height: 100%;
}
.h-auto{
    height:auto;
}
.h-50{
    height: 50%;
}
.min-h-100{
    min-height: 100%;
}
.min-w-50{
    min-width: 50%;
}
.max-w-500{
    max-width: 500px;
}
.max-w-250{
    max-width: 250px;
}



.t-align-left{
    text-align: left;
    -webkit-align-items: start;
    align-items: start;
}
.t-align-right{
    text-align: right;
    -webkit-align-items: end;
    align-items: end;
}
.t-align-center{
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
}




.box-sizing{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.link{
    user-select: none;
    cursor: pointer;
}
.link:hover{
    text-decoration: underline;
}
.link:active{
    opacity: 0.5;
}

.link2{
    user-select: none;
    cursor: pointer;
}
.link2:hover{
    text-decoration: underline;
}
.link2:active{
    opacity: 0.5;
}
.link2:visited{
    color: #10069F;
}



.overflow-h{
    overflow: hidden;
}
.overflow-in{
    overflow: initial !important;
}
.overflow-auto{
    overflow-y: auto;
}




.d-flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
}
.h-align{
    -webkit-justify-content:center;
    justify-content:center;
}
.v-align{
    -webkit-align-items: center;
    align-items: center;
}
.gap-5{
    gap:5px;
}
.gap-15{
    gap:15px;
}
.gap-25{
    gap:25px;
}
.gap-30{
    gap:30px;
}
.flex-column{
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flex-row{
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.align-stretch{
    -webkit-align-items: stretch;
    align-items: stretch;
}
.d-inline-block{
    display: inline-block;
}





.d-grid{
    display:-webkit-grid;
    display:-ms-grid;
    display:-webkit-grid;
    display:grid;
}
.grid-gap-15{
    grid-gap:15px;
}
.grid-gap-30{
    grid-gap:30px;
}
.grid-self-align-v{
    -webkit-align-self: center;
    align-self: center;
}
.grid-self-align-h{
    -webkit-justify-self: center;
    justify-self: center;
}


.mg-t-5{
    margin-top: 5px;
}
.mg-t-10{
    margin-top: 10px;
}
.mg-t-15{
    margin-top: 15px;
}
.mg-t-20{
    margin-top: 20px;
}
.mg-t-30{
    margin-top: 30px;
}
.mg-t-40{
    margin-top: 40px;
}
.mg-t-50{
    margin-top: 50px;
}
.mg-t-60{
    margin-top: 60px;
}
.mg-t-70{
    margin-top: 70px;
}
.mg-t-90{
    margin-top: 90px;
}
.mg-b-5{
    margin-bottom: 5px;
}
.mg-b-10{
    margin-bottom: 10px;
}
.mg-b-20{
    margin-bottom: 20px;
}
.mg-b-30{
    margin-bottom: 30px;
}
.mg-b-40{
    margin-bottom: 30px;
}
.mg-b-50{
    margin-bottom: 50px;
}
.mg-b-60{
    margin-bottom: 60px;
}
.mg-l-auto{
    margin-left: auto;
}

.pd-lr-10{
    padding: 0 10px;
}
.pd-lr-15{
    padding: 0 15px;
}
.pd-lr-20{
    padding: 0 20px;
}
.pd-15{
    padding:15px;
}
.pd-20{
    padding:20px;
}
.pd-tb-10{
    padding: 10px 0;
}
.pd-tb-15{
    padding: 15px 0;
}
.pd-tb-20{
    padding: 20px 0;
}
.pd-t-15{
    padding-top: 15px;
}
.pd-t-20{
    padding-top: 20px;
}
.pd-t-25{
    padding-top: 25px;
}
.pd-t-50{
    padding-top: 50px;
}
.pd-b-15{
    padding-bottom: 15px;
}
.pd-b-20{
    padding-bottom: 20px;
}
.pd-b-30{
    padding-bottom: 30px;
}
.pd-b-45{
    padding-bottom: 45px;
}
.pd-r-15{
    padding-right: 15px;
}
.pd-r-5{
    padding-right: 5px;
}
.pd-l-5{
    padding-left: 5px;
}



.tl-0{
    top: 0;
    left: 0;
}
.left-0{
    left: 0;
}
.right-0{
    right: 0;
}
.bottom-0{
    bottom: 0;
}
.pos-absolute{
    position: absolute;
}

.b-radius-14{
    border-radius: 14px;
}
.b-radius-100{
    border-radius: 100%;
}
.sombra1{
    -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.50);
}
.sombra2{
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
}



.sombra-card{
    -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.20);
}
.sombra-card-hover{
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    -webkit-transition: all 150ms;
    transition: all 150ms;
}
.sombra-card-hover:hover{
    -moz-box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 30%);
}

.container,.w-1000{
    width: 1000px;
}

.custom_scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}
.custom_scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

.custom_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c7c7c7;
}
.custom_scroll2::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}
.custom_scroll2::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

.custom_scroll2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #323232;
}

.poupup_container{
    position: fixed;
    top: 0;
    z-index: 99999999999;
    width: 1000px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
.poup_sucesso{
    background: #1EBB66 !important;
}
.poup_erro{
    background: #F24331 !important;
}
.poup_mensagem_body{
    width: 1000px;
    height: auto;
    margin-top: 7px;
    border-radius: 10px;
    color: #fff;
    background: #7D1BF0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 65px 15px 20px;
    position: relative;
    word-wrap: break-word;
    display: none;
    text-align: left;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.21);
}
.fecha_poup_cont{
    position: absolute;
    right: 19px;
    top: 0;
    width: auto;
    height: 100%;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}
.fecha_poup_cont:hover{
    opacity: 0.5;
}
.fecha_poup_cont:active{
    opacity: 1;
}
.botao_fechar_poupup{
    width: 27px;
    height: auto;
}
.nav-incompativel-style1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999999;
}
.nav-incompativel-style2{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    padding: 8px;
    z-index: 100;
}
.nav-incompativel-style2:hover{
    opacity: 0.5;
}
.nav-incompativel-style2:active{
    opacity: 1;
}




.footer-col{
    width: 33%;
}
.footer-logo{
    width: 155px;
}
.footer-link{
    cursor: pointer;
}
.footer-link:hover{
    text-decoration: underline;
}
.footer-link:active{
    opacity: 0.5;
}
#footer-container{
    background: url('../imgs/footer-background2.svg') no-repeat no-repeat;
    background-size: 100% 100%;
}
.footer-copyright{
    margin: 20px 0;
}
.footer-style1{
    max-width: 1000px;
    margin-top: 175px;
}
.footer-style2{
    max-width: 430px;
    min-width: 430px;
}
.footer-redes-sociais-container{
    height: 70px;
    margin-top: 100px;
}
.footer-botoes-redes-sociais{
    width: 45px;
    height: 45px;
    border-radius: 999px;
    cursor: pointer;
}
.footer-contato-row{
    margin-top: 9px;
}
.footer-contato-row > div:nth-child(1){
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.footer-contato-row img{
    width: 17px;
    height: auto;
}

.menu-cat-catalogos-container{
    height: auto;
    width: calc(100% - 30px);
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    margin: 0 15px;
    margin-top: 20px;
}
.menu-cat-catalogos-container > div:nth-child(1){
    padding-left: 15px;
}
.menu-cat-catalogos{
    padding: 20px 0;
}
.menu-cat-flecha{
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
}
.menu-simple-option{
    border-top: 0;
    margin-top: 0;
}


.card-container-disable{
    opacity: 0.5;
    cursor: auto;
}


.whatsapp-balloon-container{
    position: fixed;
    z-index: 320;
    right: 90px;
}
.whatsapp-balloon{
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    bottom: 90px;
    cursor: pointer;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: #1EBB66;
    background-image: -moz-linear-gradient(60deg, #0d763d, #1EBB66, #22d574, #1EBB66);
    background-image: -webkit-linear-gradient(60deg, #0d763d, #1EBB66, #22d574, #1EBB66);
    background-image: linear-gradient(60deg, #0d763d, #1EBB66, #22d574, #1EBB66);
}
.whatsapp-balloon:active{
    opacity: 0.8;
}
.whatsapp-logo{
    width: 60%;
}
.input-erro{
    border-color: #E01D1D;
}
.loader{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999999;
}
.loader-fixed{
    position: fixed;
}
.img-loader{
    width: 70px;
    height: auto;
}
.loader2{
    position: relative;
    background: none;
    width: 40px;
}
.img-loader2{
    width: 40px;
    height: auto;
}
.pre-carrega-icones{
    width: 1px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: -1;
    opacity: 0;
}
.pre-carrega-icones > img{
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: -1;
}

.confirmacao-container,.background-primeiro-acesso{
    position: fixed;
    z-index: 999999999;
    background-color: rgba(13, 13, 13, 0.9);
}
.confirmacao-caixa,.container-primeiro-acesso{
    width: 380px;
    height: auto;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 14px;
}
.confirmacao-botao-fechar-container{
    width: auto;
    height: auto;
    position: absolute;
    top: 15px;
    right: 15px;
}

.botao-inativo{
    opacity: 0.2 !important;
    cursor: auto;
}
.botao-inativo2{
    opacity: 0.1 !important;
    cursor: auto;
}
.botao-inativo:hover{
    opacity: 0.2 !important;
}
.botao-inativo:active{
    opacity: 0.2 !important;
}


.menu-mob-container{
    width: auto;
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
}
.botao-menu-mob-container{
    position: absolute;
    width: auto;
    height: 100%;
    right: 15px;
}


.menu-mob-container2{
    width: 100%;
    height: calc(100% - 50px);
    padding-bottom: 30px;
}
.botao-fechar-menu-profile-inicial{
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 50;
    background: #ffffff;
    padding-bottom: 0;
}
.botao-fechar-menu-profile-inicial > img{
    width: 35px;
    height: 35px;
    z-index: 10;
    position: absolute;
    left: 10px;
}
.menu-opcoes-mob{
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 300px;
    height: 100%;
    background: #ffffff;
    z-index: 1100;
}
.menu-opcoes-mob-tt{
    z-index: 1;
    height: 50px;
}
.style19{
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    color: #10069F;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-direction: row;
    min-height: 40px;
    margin-top: 10px;
}
.style20{
    width: 20px;
    height: 20px;
}
.style21{
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}
.loader.style22{
    background-color: rgba(245,245,245,0.3);
}
.loader.style23{
    background-color: rgba(245,245,245,0.75);
}

.menu-botoes-rodape-container{
    height: auto;
}
.menu-botoes-rodape-container .botao{
    width: 180px;
    height: 45px;
}
.menu-botoes-rodape-container .botao-menu-cadastro,.menu-botoes-rodape-container .botao-menu-entrar{
    position: relative;
    right: auto;
    top: auto;
}
.menu-mob-log-foto-container{
    width: 85px;
    height: 107px;
}
.menu-mob-log-foto-container > img{
    width: 100%;
    height: auto;
    border-radius: 999px;
}
.menu-mob-logado-botao-config{
    position: absolute;
    bottom: 0;
    height: auto;
    width: calc(100% - 15px);
}
.botao-menu-configuracoes{
    width: 140px;
    height: 40px;
}
.menu-mob-logado-container{
    border-bottom: 1px solid #CFCFCF;
    height: 128px;
    margin-top: 20px;
    padding: 0 15px;
    padding-bottom: 20px;
}
.menu-mob-logado-nome-container{
    padding-left: 15px;
    width: calc(100% - 85px);
    height: 100%;
    text-align: center;
}
.menu-mob-container .botao-inicial-acessar-plat{
    width: 120px;
    height: 40px;
    padding-right: 0 !important;
}
.menu-foto-container{
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #ffffff;
}
.menu-foto-container > img{
    border-radius: 999px;
}

/* Parte do menu de login e cadastro */

.main-log-container{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}
.log-background{
    background-color: #051942;
    opacity: 0.75;
    z-index: 5;
}
.menu-log-container{
    position: absolute;
    width: 750px;
    height: 500px;
    border-radius: 15px;
    z-index: 50;
}
.menu-log-col1{
    width: 360px;
    height: 100%;
    background-image: url('../imgs/menu_log_img.png');
    background-size: 100% 100%;
}
.menu-log-col1 > img{
    position: absolute;
    z-index: 10;
    top: 115px;
    left: 78px;
    border-radius: 15px;
}
.menu-log-col1 ul{
    margin-top: 30px;
    padding-left: 60px;
}
.menu-log-col1 li{
    margin-top: 15px;
}
.menu-log-col2{
    width: 390px;
    height: 100%;
}
.menu-log-desc{
    position: absolute;
    top: 307px;
    left: 0;
    height: auto;
}
.menu-log-botao-fechar{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 11px;
    right: 8px;
    z-index: 20;
    background-image: url('../imgs/close_roxoD1.svg');
    background-size: 100% 100%;
}
.menu-log-princ input{
    width: 240px;
    height: 40px;
    padding: 0 15px;
}
.menu-log-princ .botao{
    width: 180px;
    height: 40px;
    border-radius: 999px;
}
.menu-login-container{
    width: auto;
    height: auto;
}
.log-login-botao-esqueci{
    padding-left: 10px;
}
.menu-log-princ{
    position: absolute;
}
.cadastro-img-botao-proximo{
    width: 13px;
    height: auto;
    right: 35px;
}
.cadastro-numeracao-etapa{
    width: auto;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    font-size: 96px;
}
.log-cadastro-etapas-container{
    position: absolute;
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
    height: 15px;
    margin-top: 15px;
}
.log-cadastro-etapas-container .etapas{
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #CFCFCF;
    border-radius: 99px;
}
.log-cadastro-etapas-container .linhas-etapas-container{
    width: calc((100% - 75px) / 4);
    height: 100%;
}
.log-cadastro-etapas-container .linhas-etapas-container > div{
    width: 100%;
    height: 2px;
    background: #CFCFCF;
}
.log-cadastro-etapas-container .etapas-desc{
    position: absolute;
    bottom: -17px;
    width: auto;
    height: auto;
}
.log-cadastro-etapas-container .preenchido{
    background: #4F0C9C;
    border: 0;
}
.log-cadastro-etapas-container .atual{
    border-color: #4F0C9C;
}
.menu-log-container select{
    width: 100%;
    height: 40px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.log-cadastro-endereco-container1,.log-cadastro-endereco-container2{
    gap: 9px;
}
.log-cadastro-endereco-container1 input,.log-cadastro-endereco-container2 input{
    width: 100%;
}
.log-cadastro-endereco-container1 > div:nth-child(1){
    width: 157px;
}
.log-cadastro-endereco-container1 > div:nth-child(2){
    width: 74px;
}
.log-cadastro-endereco-container2 > div:nth-child(1){
    width: 105px;
}
.log-cadastro-endereco-container2 > div:nth-child(2){
    width: 126px;
}
.log-container-botoes-cadastro{
    padding: 0 30px;
    justify-content: space-between;
    position: absolute;
    bottom: 15px;
    z-index: 10;
}
.log-container-botoes-cadastro > div:nth-child(1){
    width: 90px;
}
.menu-log-container .preenche-linha{
    -webkit-animation: PLinha 150ms forwards;
    -moz-animation: PLinha 150ms forwards;
    animation: PLinha 150ms forwards;
}
.menu-log-container .remove-preenche-linha{
    -webkit-animation: RLinha 150ms forwards;
    -moz-animation: RLinha 150ms forwards;
    animation: RLinha 150ms forwards;
}
.log-login-botao-proximo-cadastrar5{
    width: 180px !important;
}
.log-login-container-cadastro5 .log-container-botoes-cadastro{
    justify-content: center;
}
.log-login-container-cadastro3{
    padding-top: 65px;
    padding-bottom: 70px;
}
.log-login-container-cadastro3 .menu-login-container,.log-login-container-cadastro4 .menu-login-container{
    width: 240px !important;
}
.log-login-botao-adicionar-email,.log-login-botao-adicionar-telefone,.log-login-botao-adicionar-whatsapp{
    width: 130px !important;
    height: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
}
.log-login-emails-container,.log-login-telefones-container,.log-login-whatsapp-container{
    margin-top: 10px;
    padding-left: 10px;
}
.log-login-emails-tt{
    height: 30px;
}
.log-login-emails-input-container input,.log-login-telefones-input-container input,.log-login-whatsapp-input-container input{
    margin-top: 5px;
}
.log-cadastro-refs1-container{
    gap: 10px;
}
.log-cadastro-refs1-container input{
    width: 100%;
}
.log-cadastro-svg-concluido{
    width: 85px;
    height: 85px;
}
.log-login-container-cadastro5 img{
    margin-bottom: 45px;
    width: 100%;
    height: auto;
}
.log-login-container-cadastro5 > div:nth-child(2){
    padding: 0 30px;
}
.log-login-container-cadastro1{
    padding-top: 30px;
}
.log-cadastro-etapas-container .preenche-linha,.log-cadastro-etapas-container .remove-preenche-linha{
    background: #4F0C9C;
}
.log-cadastro-tt-cadastro{
    width: 100%;
    height: auto;
    z-index: 10;
    position: absolute;
    top: -200px;
    padding: 15px 0;
    visibility:hidden;
}
#cadastro-recaptcha-container{
    position: absolute;
    width:auto;
    height:auto;
}
.main-log-container .g-recaptcha{
    position: absolute !important;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
.log-login-container-cadastro1 .log-login-container-cadastro-content{
    max-width: 240px;
}



/* Fim menu login e cadastro */
.efeito-opacity{
    -webkit-animation: opacity 1s forwards;
    -moz-animation: opacity 1s forwards;
    animation: opacity 1s forwards;
}
.efeito-opacity2{
    -webkit-animation: opacity 500ms forwards;
    -moz-animation: opacity 500ms forwards;
    animation: opacity 500ms forwards;
}
.efeito-opacity3{
    -webkit-animation: opacity3 150ms forwards;
    -moz-animation: opacity3 150ms forwards;
    animation: opacity3 150ms forwards;
}
.efeito-opacity-out{
    -webkit-animation: opacity4 150ms forwards;
    -moz-animation: opacity4 150ms forwards;
    animation: opacity4 150ms forwards;
}
.slideIn{
    -webkit-animation: slideRL 150ms forwards;
    -moz-animation: slideRL 150ms forwards;
    animation: slideRL 150ms forwards;
}
.slideOut{
    -webkit-animation: slideLR 150ms forwards;
    -moz-animation: slideLR 150ms forwards;
    animation: slideLR 150ms forwards;
}
.slideIn2{
    -webkit-animation: slideRL2 150ms forwards;
    -moz-animation: slideRL2 150ms forwards;
    animation: slideRL2 150ms forwards;
}
.slideOut2{
    -webkit-animation: slideLR2 150ms forwards;
    -moz-animation: slideLR2 150ms forwards;
    animation: slideLR2 150ms forwards;
}
.slideDown{
    -webkit-animation: slideDown 150ms forwards;
    -moz-animation: slideDown 150ms forwards;
    animation: slideDown 150ms forwards;
}
.slideUp{
    -webkit-animation: slideUp 150ms forwards;
    -moz-animation: slideUp 150ms forwards;
    animation: slideUp 150ms forwards;
}

.slideIn-reverse{
    -webkit-animation: slideRLR 150ms forwards;
    -moz-animation: slideRLR 150ms forwards;
    animation: slideRLR 150ms forwards;
}
.slideOut-reverse{
    -webkit-animation: slideLRR 150ms forwards;
    -moz-animation: slideLRR 150ms forwards;
    animation: slideLRR 150ms forwards;
}
.efeito-in-de2{
    -webkit-animation: de2 300ms forwards;
    -moz-animation: de2 300ms forwards;
    animation: de2 300ms forwards;
}
.efeito-out-ed{
    -webkit-animation: ed3 300ms forwards;
    -moz-animation: ed3 300ms forwards;
    animation: ed3 300ms forwards;
}
.menu_anim_show{
    -webkit-animation: menu_show 300ms forwards;
    -moz-animation: menu_show 300ms forwards;
    animation: menu_show 300ms forwards;
}
.menu_anim_hide{
    -webkit-animation: menu_hide 300ms forwards;
    -moz-animation: menu_hide 300ms forwards;
    animation: menu_hide 300ms forwards;
}
@-moz-keyframes opacity{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@-webkit-keyframes opacity{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes opacity{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@-moz-keyframes opacity3{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 0.75;
    }
}
@-webkit-keyframes opacity3{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 0.75;
    }
}
@keyframes opacity3{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 0.75;
    }
}
@-moz-keyframes opacity4{
    0%{
        opacity: 0.75;
    }
    100%{
        opacity: 0;
    }
}
@-webkit-keyframes opacity4{
    0%{
        opacity: 0.75;
    }
    100%{
        opacity: 0;
    }
}
@keyframes opacity4{
    0%{
        opacity: 0.75;
    }
    100%{
        opacity: 0;
    }
}
@-moz-keyframes PLinha{
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
@-webkit-keyframes PLinha{
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
@keyframes PLinha{
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
@-moz-keyframes RLinha{
    0%{
        width: 100%;
    }
    100%{
        width: 0%;
    }
}
@-webkit-keyframes RLinha{
    0%{
        width: 100%;
    }
    100%{
        width: 0%;
    }
}
@keyframes RLinha{
    0%{
        width: 100%;
    }
    100%{
        width: 0%;
    }
}
@-moz-keyframes menu_hide{
    0%{
        opacity: 1;
        top:0px;
    }
    100%{
        opacity: 0;
        top:-61px;
    }
}
@-webkit-keyframes menu_hide{
    0%{
        opacity: 1;
        top:0px;
    }
    100%{
        opacity: 0;
        top:-61px;
    }
}
@keyframes menu_hide{
    0%{
        opacity: 1;
        top:0px;
    }
    100%{
        opacity: 0;
        top:-61px;
    }
}
@-moz-keyframes menu_show{
    0%{
        opacity: 0;
        top:-61px;
    }
    100%{
        opacity: 1;
        top:0px;
    }
}
@-webkit-keyframes menu_show{
    0%{
        opacity: 0;
        top:-61px;
    }
    100%{
        opacity: 1;
        top:0px;
    }
}
@keyframes menu_show{
    0%{
        opacity: 0;
        top:-61px;
    }
    100%{
        opacity: 1;
        top:0px;
    }
}
@-moz-keyframes slideRL{
    0%{
        opacity: 0;
        margin-left:200px;
    }
    100%{
        opacity: 1;
        margin-left:0px;
    }
}
@-webkit-keyframes slideRL{
    0%{
        opacity: 0;
        margin-left:200px;
    }
    100%{
        opacity: 1;
        margin-left:0px;
    }
}
@keyframes slideRL{
    0%{
        opacity: 0;
        margin-left:200px;
    }
    100%{
        opacity: 1;
        margin-left:0px;
    }
}
@-moz-keyframes slideRL2{
    0%{
        opacity: 0;
        margin-left:100px;
    }
    100%{
        opacity: 1;
        margin-left:0px;
    }
}
@-webkit-keyframes slideRL2{
    0%{
        opacity: 0;
        margin-left:100px;
    }
    100%{
        opacity: 1;
        margin-left:0px;
    }
}
@keyframes slideRL2{
    0%{
        opacity: 0;
        margin-left:100px;
    }
    100%{
        opacity: 1;
        margin-left:0px;
    }
}


@-moz-keyframes slideLR{
    0%{
        opacity: 1;
        margin-left:0px;
    }
    100%{
        opacity: 0;
        margin-left:200px;
    }
}
@-webkit-keyframes slideLR{
    0%{
        opacity: 1;
        margin-left:0px;
    }
    100%{
        opacity: 0;
        margin-left:200px;
    }
}
@keyframes slideLR{
    0%{
        opacity: 1;
        margin-left:0px;
    }
    100%{
        opacity: 0;
        margin-left:200px;
    }
}
@-moz-keyframes slideLR2{
    0%{
        opacity: 1;
        margin-left:0px;
    }
    100%{
        opacity: 0;
        margin-left:100px;
    }
}
@-webkit-keyframes slideLR2{
    0%{
        opacity: 1;
        margin-left:0px;
    }
    100%{
        opacity: 0;
        margin-left:100px;
    }
}
@keyframes slideLR2{
    0%{
        opacity: 1;
        margin-left:0px;
    }
    100%{
        opacity: 0;
        margin-left:100px;
    }
}


@-moz-keyframes slideRLR{
    0%{
        opacity: 1;
        margin-left:0px;
    }
    100%{
        opacity: 0;
        margin-left:-200px;
    }
}
@-webkit-keyframes slideRLR{
    0%{
        opacity: 1;
        margin-left:0px;
    }
    100%{
        opacity: 0;
        margin-left:-200px;
    }
}
@keyframes slideRLR{
    0%{
        opacity: 1;
        margin-left:0px;
    }
    100%{
        opacity: 0;
        margin-left:-200px;
    }
}



@-moz-keyframes slideLRR{
    0%{
        opacity: 0;
        margin-left:-200px;
    }
    100%{
        opacity: 1;
        margin-left:0px;
    }
}
@-webkit-keyframes slideLRR{
    0%{
        opacity: 0;
        margin-left:-200px;
    }
    100%{
        opacity: 1;
        margin-left:0px;
    }
}
@keyframes slideLRR{
    0%{
        opacity: 0;
        margin-left:-200px;
    }
    100%{
        opacity: 1;
        margin-left:0px;
    }
}
@-moz-keyframes de2{
    0%{
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100%{
        -ms-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes de2{
    0%{
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100%{
        -ms-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes de2{
    0%{
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100%{
        -ms-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-moz-keyframes ed3{
    0%{
        -ms-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100%{
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@-webkit-keyframes ed3{
    0%{
        -ms-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100%{
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes ed3{
    0%{
        -ms-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100%{
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}


@-moz-keyframes slideDown{
    0%{
        -ms-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0;
    }
    100%{
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
@-webkit-keyframes slideDown{
    0%{
        -ms-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0;
    }
    100%{
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes slideDown{
    0%{
        -ms-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0;
    }
    100%{
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
@-moz-keyframes slideUp{
    0%{
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    100%{
        -ms-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0;
    }
}
@-webkit-keyframes slideUp{
    0%{
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    100%{
        -ms-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0;
    }
}
@keyframes slideUp{
    0%{
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    100%{
        -ms-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0;
    }
}

@media screen and (min-width: 1280px) {
    .h4-v{
        font-weight: 600;
        font-size: 28px;
        line-height: 32px;
    }
    .body-lg-v{
        font-size: 20px;
        line-height: 24px;
    }
    .body-xlg{
        font-size: 28px;
        line-height: 32px;
    }
  }
  @media screen and (max-width: 1279px) {
    .whatsapp-balloon-container{
        right: 70px;
    }
    .whatsapp-balloon{
        bottom: 30px;
    }
  }
@media screen and (max-width: 1100px) {
    #footer-container{
        background: url('../imgs/footer-background.svg') no-repeat no-repeat;
        background-size: auto 100%;
        background-position-x: 90%;
    }
}
@media screen and (max-width: 1090px) {
    .menu-mob-container{
        display: block !important;
    }
}
@media screen and (max-width: 1030px) {
    .poupup_container{
        width: calc(100% - 30px);
    }
    .poup_mensagem_body{
        width: 100%;
    }
    textarea{
        max-width: calc(100% - 40px);
    }
    .overflow-pers3::-webkit-scrollbar {
        width: 3px;
    }
}
@media screen and (max-width: 900px) {
    .footer-style1{
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .footer-style1 > div:nth-child(2), .footer-style1 > div:nth-child(3){
        text-align: center !important;
        width: 250px;
    }
    .footer-style2{
        min-width: 0;
    }
}
@media screen and (max-width: 750px) {
    .main-log-container{
        -webkit-backdrop-filter:blur(0px);
        backdrop-filter:blur(0px);
    }
    .menu-log-container{
        width: 100%;
        height: 100%;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        border-radius: 0px;
    }
    .menu-log-col1{
        background-image: url('../imgs/menu_log_img_mob.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;
        min-height: 200px;
        height: 200px;
    }
    .menu-log-col2{
        width: 100%;
        height: calc(100% - 200px);
    }
    .menu-log-botao-fechar{
        background-image: url('../imgs/close_branco.svg');
        width: 38px;
        height: 38px;
    }
    .menu-log-col1 > img{
        width: 150px;
        height: auto;
        left: auto;
        top: auto;
        right: 15px;
        bottom: -47px;
    }
    .menu-log-desc{
        top: 15px;
    }
    .log-background{
        display: none;
    }
    .log-cadastro-etapas-container{
        left: 27.5px;
        z-index: 10;
        top: -80px;
    }
    .cadastro-numeracao-etapa{
        z-index: 10;
        height: auto;
        top: -129px;
        width: 100%;
        color: #a395c1;
        font-size: 80px;
    }
    .log-login-container-cadastro1 .log-cadastro-tt{
        display: none;
    }
    .log-login-container-cadastro1{
        padding-top: 0;
    }
    .log-cadastro-etapas-container .atual{
        border-color:#44E2F9;
    }
    .etapas-desc.color-roxoD1{
        color: #44E2F9;
    }
    .log-cadastro-etapas-container .preenche-linha,.log-cadastro-etapas-container .preenchido, .log-cadastro-etapas-container .remove-preenche-linha{
        background: #44E2F9;
    }
    .log-cadastro-tt-cadastro{
        visibility: visible;
    }
    .log-cadastro-tt-endereco{
        display: none;
    }
    .log-login-container-cadastro4 .log-login-container-cadastro-content{
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .log-login-container-cadastro3 .log-login-container-cadastro-content,.log-login-container-cadastro2 .log-login-container-cadastro-content{
        padding-bottom: 55px;
    }
    .log-container-botoes-cadastro{
        bottom: 0;
        padding-bottom: 15px;
        background: #f5f5f5;
    }
    .log-login-container-cadastro3{
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 550px) {
    .container{
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    textarea{
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 400px){
    .confirmacao-caixa{
        width: 100%;
        border-radius: 0;
    }
}
@media screen and (max-width: 360px){
    .confirmacao-caixa > .flex-row{
        -ms-flex-direction: column !important;
        -moz-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }
    .botao.confirmacao-botao-fechar{
        margin-top: 10px;
    }
    .menu-log-col1 > img{
        right: 0;
    }
}
@media screen and (max-width: 300px){
    .menu-opcoes-mob{
        width: 100%;
    }
}
@media screen and (max-height: 600px) {
    .menu-log-col1 > img{
        display: none;
    }
}
@media(hover: hover) and (pointer: fine) {
    .botao:hover {
        opacity: 0.5;
    }
    .botao:active {
        opacity: 1;
    }
    .pointer:hover{
        opacity: 0.5;
    }
    .pointer:active{
        opacity: 1;
    }
    .whatsapp-balloon:hover{
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .whatsapp-balloon:active{
        opacity: 1;
    }
}