* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
    font-family: 'Roboto';
    /* transition: all .58s !important; */
}

ul,
ol,
li {
    list-style: none;
    margin-bottom: 0px !important;
}

a {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body{
    overflow: hidden;
    background: #fff !important;
}
.scrollOpen {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    /* background: red; */
}
.scrollOpen::-webkit-scrollbar{
    background: #fff;
    width: 7px;
    border-radius: 10px;
}
.scrollOpen::-webkit-scrollbar-thumb
{
    background: #555;
    width: 7px;
    border-radius: 10px;
}
/* body.show {
    overflow-y: auto;
    background: #fff;
} */
input,
select,
textarea {
    border: 1px #ddd solid;
    border-radius: 3px;
    height: 40px;
    text-indent: 1rem;
    font-size: 1rem;
    background-color: #fff;
}

input:focus,
select:focus {
    outline: none;
    border: none;
    border: 1px solid #3352A4;
    /* background-color: #FFF; */
}

.iptField {
    font-size: .95rem;
    font-weight: 500;
    color: #555;
}

.iptField input,
.iptField select {
    height: 47px;
}

.iptField input,
.iptField select,
.iptField textarea {
    width: 100%;
    margin: 5px 0;
    font-size: .9rem;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#homes {
    position: relative;
    top: 0;
    width: 100%;
    height: 100vh;
    /* background: #25D366; */
    align-items: center;
    justify-content: center;
    background-size: 300% 300%;
    /*background-image: linear-gradient(-45deg, #022F6A 10%, #ff0000 30%, #ff0000 30%, green 100%);*/
    /*-webkit-animation: AnimateBG 20s ease infinite;*/
    /*animation: AnimateBG 20s ease infinite;*/
}
.navbarSTP{
    white-space: nowrap;
  }
@-webkit-keyframes AnimateBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes AnimateBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.myhomes {
    position: relative;
}

header {
    /* background: #FCDF00 !important; */
    /* box-shadow: 0 7px 16px 0 rgb(0 0 0 / 5%), 0 1px 3px 0 rgb(0 0 0 / 5%); */
    /* position: relative; */
    padding-top: 1rem;
    /* background: #fff; */
}

header .navbarSTP li {
    color: #fff;
    font-weight: 500 !important;
    text-transform: uppercase;
    position: relative;
    padding: 0 !important;
    z-index: 99;
}

header .navbarSTP li a {
    color: #fff;
    font-size: .8rem !important;
    font-weight: 500 !important;
    /* padding:0 1rem !important; */
}
header .dropdown-menu li a{
    color: #fff;
}
header .navbarSTP li a:hover {
    color: #25D366;
}

header .navbarSTP li a.active {
    color: #000;

}
.ocultarLetter{
    display: none;
}
.carousel-caption{
    /* opacity: .4; */
    /* z-index: 9999; */
}
.carousel-caption h1{
    color: #fff;
    z-index: 99;
    /* width: 789px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.carousel-caption p{
    /* background: #000; */
    /* opacity: 1 !important; */
    color: #fff;
    z-index: 99;
    font-size: 40px;

}
.navbar-brand img{
    z-index: 99;
}
.carousel-item{
    perspective: none !important;
    height: 100vh;
}
.carousel-control-prev{
    z-index: 99;
}
.carousel-control-next{
    z-index: 99;
}
/* teste */
.owl-carousel.owl-drag1 .owl-item img{
    border-radius: .3rem;
}
/* teste */


/* header .navbarSTP li a::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    background: #D7062F;
    width: 0%;
    height: 2.5px;
    transition: .5s ease;
    z-index: 999;
}

header .navbarSTP li a:hover::after {
    width: 100%;
}
*/
.tracoX {
    background: #008AF4;
    width: 9%;
    height: 5px;
    position: absolute;
    left: 11rem;
    right: 0;
    border-radius: .2rem;
}

header .navbarSTP li .hideX:hover::after {
    /* display: none; */
}

.navbar {
    /* box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06); */
    /* background: #fff; */
}

.containerNew {
    display: flex;
    align-items: baseline;
    width: 100%;
}

.ContactoBtn {
    /*background: linear-gradient(334deg, tomato, #ff0000) !important;*/
    background: #25D366;
    padding: 1rem 2rem !important;
    border-radius: 26px !important;
    line-height: 1rem !important;
    margin-left: 2rem;
    /* background: #FCDF00 !important; */
    color: #fff !important;
}

.ContactoBtn:hover {
    background-color: transparent;
    background-image: linear-gradient(215deg, #0044b931 0%, #005AD980 100%);
    box-shadow: 0 7px 16px 0 rgb(0 0 0 / 5%), 0 1px 3px 0 rgb(0 0 0 / 5%);
}

.PontoPartida .AreaDescrition {
    margin-top: 0rem;
    /* padding: 2rem 3rem; */
}

.PontoPartida .AreaDescrition h1 {
    width: 69%;
    margin: auto;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.PontoPartida .AreaDescrition .AreaEscrita p {
    width: 60%;
    margin: 1.5rem;
    color: #fff;
    font-size: 1.1rem;
}

.PontoPartida .AreaDescrition .STPbtn {
    margin: 2rem;
    margin-top: 3rem;
}

.PontoPartida .AreaDescrition .STPbtn a {
    color: #fff;
    /* background: #008AF4; */
    background: linear-gradient(334deg, #008AF4, #FCDF00) !important;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 0;
    padding: 19px 45px;
    border-radius: 5rem;
    transition: color 0.4s linear;
    position: relative;
    border: 0;
    margin: 0;
}
#descrition-one strong{
    color: #25D366;
}
.itemDown{
    display: flex;
    align-items: center;
    justify-content: center;
}
.gotDown{
    border-radius: 50%;
    background: transparent;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 6rem;
    left: 0;
    right: 0;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    transition: opacity 1s ease 0s;
    animation: 2s ease 0s infinite normal none running bounce;
    border: 4px solid #25D366;
    cursor: pointer;
}
.gotDown i{
    position: absolute;
    /* bottom: 40px; */
    cursor: pointer;
    color: #25D366;
    font-size: 1.5rem;
    /* left: calc(50% - 24px); */


}
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0px);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.PontoPartida .AreaDescrition .STPbtn a:hover {
    background: linear-gradient(334deg, #fff, #fff) !important;
    color: #008AF4;
    /* background: #fff;
    text-transform: capitalize;
    color: #008AF4; */
    /* -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05); */
    /* box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05); */
}

.PontoPartida .AreaDescrition .STPbtn a i {
    margin-right: .5rem;
}

.PontoPartida {
    /* height: 74vh; */
    /* background: #022F6A; */
    position: relative;
    top: 133px;
}

.backgroundRight {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/inopu78.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* z-index: -1; */
}

.imgstp24 {
    height: auto !important;
    width: 24rem !important;
    position: relative;
    /*left: -5rem;*/
}

.topforma {
    /*width: 36vw;*/
    padding: 1rem;
    margin-top: 2rem;
}

.fundoBlack {
    /* background: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; */
    /* opacity: .3; */
}

.jhd-area-descrition p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    height: 7rem;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
}

.jhd-area-descrition p:after {
    content: "";
    display: inline-block;
    background-color: #FFD632;
    margin-left: 2px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    -webkit-animation: cursor 0.4s infinite;
    animation: cursor 0.4s infinite;
}

@-webkit-keyframes cursor {
    0% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes cursor {
    0% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#sobreNos {
    background: #fafafa;
    width: 100%;
    height: auto;
    padding: 4rem 2rem;
    position: relative;
}

#sobreNos .imgX {
    /* width: 100%; */
    height: 100%;
    max-width: 100%;
    border-radius: .3rem;
    /* max-height: 67vh; */
    /* object-fit: inherit; */
}

#sobreNos .TituloFirstX h2 {
    text-transform: uppercase;
    margin-top: 1rem;
    color: #022F6A;
}

#sobreNos .TituloFirstX span {
    text-transform: uppercase;
    font-size: .9rem;
    color: #022F6A;
    font-weight: bold;
}

#sobreNos .TituloFirstX .tracoY {
    height: 4px;
    width: 40px;
    background: #ff0000;
    margin: .4rem 0;
}

#sobreNos .TituloFirstX .doubleX {
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

#sobreNos .TituloFirstX .descrisaoX {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-align: justify;

}

/* Destaques */
#destaques{
    padding: 2rem 0;
}

#destaques .NewsdoubleX {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
}

#destaques .NewsdoubleX span {
    text-transform: uppercase;
    font-size: .9rem;
    color: #022F6A;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
#destaques .NewsdoubleX small{
    color: tomato;
    font-size: 90%;
}
#destaques .NewsdoubleX .tracoY {
    display: flex;
    align-items: center;
    justify-content: center;
}
#destaques .NewsdoubleX .otherTracoX {
    height: 4px;
    width: 40px;
    background: #ff0000;
    margin: .4rem 0;

}
#destaques .CardDestaques{
    cursor: pointer;
    width: 330px !important;
}
/* Destaques */
.owl-carousel .owl-item img{
    height: 200px;
    object-fit: cover;
}

/* OUTRO DESTAQUES */
#destaques{
    padding: 2rem 0;
}
/* #destaques .CardNoticias{
    cursor: pointer;
} */
#destaques .CardFirstXNew {
    background: #fff;
    height: 350px;
    overflow: hidden;
    border-radius: .5rem;
    box-shadow: 0px 10px 12px 0px rgba(0, 82.36059782608689, 186, 0.1);
    transition: ease .5s;
    margin: .5rem 0;
    cursor: pointer;
}
/*  */
#destaques .CardFirstX {
    background: #fff;
    height: 350px;
    overflow: hidden;
    border-radius: .5rem;
    box-shadow: 0px 10px 12px 0px rgba(0, 82.36059782608689, 186, 0.1);
    transition: ease .5s;
    margin: .5rem 0;
    cursor: pointer;
}
#destaques .CardFirstX:hover{
    margin-top: -5px;
}
#destaques .CardFirstX .imgCardX{
    width: 100%;
    height: 120px;
}
#destaques .CardFirstX .imgCardX img {
    width: 100%;
    height: 100%;
    max-height: 120px;
    border-radius: .3rem;
    object-fit: cover;
}

#destaques .CardFirstX .destalhesCardX {
    /* margin-top: .5rem; */
    padding: 1rem;
}

#destaques .CardFirstX .destalhesCardX i {
    margin-right: .5rem;
}

#destaques .CardFirstX .destalhesCardX small {
    color: tomato;
}

#destaques .CardFirstX .destalhesCardX h3 {
    font-size: 1.2rem;
    margin: .7rem 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
}

#destaques .CardFirstX .destalhesCardX .Description-first {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: justify;
}

#destaques .NewsdoubleX {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
}

#destaques .NewsdoubleX span {
    text-transform: uppercase;
    font-size: .9rem;
    color: #022F6A;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
#destaques .NewsdoubleX small{
    color: tomato;
    font-size: 90%;
}
#destaques .NewsdoubleX .tracoY {
    display: flex;
    align-items: center;
    justify-content: center;
}

#destaques .NewsdoubleX .otherTracoX {
    height: 4px;
    width: 40px;
    background: #ff0000;
    margin: .4rem 0;

}

/*  */
/* noticia */
#noticias{
    padding: 2rem 0;
}
#noticias .CardNoticias{
    cursor: pointer;
}
#noticias .CardFirstX {
    background: #fff;
    height: 350px;
    overflow: hidden;
    border-radius: .5rem;
    box-shadow: 0px 10px 12px 0px rgba(0, 82.36059782608689, 186, 0.1);
    transition: ease .5s;
    margin: .5rem 0;
    cursor: pointer;
}
#noticias .CardFirstX:hover{
    margin-top: -5px;
}
#noticias .CardFirstX .imgCardX{
    width: 100%;
    height: 120px;
}
#noticias .CardFirstX .imgCardX img {
    width: 100%;
    height: 100%;
    max-height: 120px;
    border-radius: .3rem;
    object-fit: cover;
}

#noticias .CardFirstX .destalhesCardX {
    /* margin-top: .5rem; */
    padding: 1rem;
}

#noticias .CardFirstX .destalhesCardX i {
    margin-right: .5rem;
}

#noticias .CardFirstX .destalhesCardX small {
    color: tomato;
}

#noticias .CardFirstX .destalhesCardX h3 {
    font-size: 1.2rem;
    margin: .7rem 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
}

#noticias .CardFirstX .destalhesCardX .Description-first {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: justify;
}
#noticias .CardFirstX .destalhesCardX .Description-first-Y {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3 !important;
    text-align: justify;
}
#noticias .NewsdoubleX {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
}

#noticias .NewsdoubleX span {
    text-transform: uppercase;
    font-size: .9rem;
    color: #022F6A;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
#noticias .NewsdoubleX small{
    color: tomato;
    font-size: 90%;
}
#noticias .NewsdoubleX .tracoY {
    display: flex;
    align-items: center;
    justify-content: center;
}

#noticias .NewsdoubleX .otherTracoX {
    height: 4px;
    width: 40px;
    background: #ff0000;
    margin: .4rem 0;

}

.down-content small{
    color: tomato;
    margin-top: .8rem;
}
.down-content small i{
    margin-right: .3rem;
}
.down-content h4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: justify;
    font-size: 1.1rem;
    margin-top: .5rem;
}
.description-news{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: justify;
}
.description-news p{
    font-size: .89rem;
}
#paraCima {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 50%;
    background: linear-gradient(334deg, #FF0000, #FF0000) !important;
}

#paraCima.Cima_visivel {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: none;
}
#MyAcessoRapido {
    font-weight: 900;
    color: #FF0000;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 144px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 50%;
    /* background: linear-gradient(334deg, #FF0000, #FF0000) !important; */
    animation: 5s ease 0s infinite normal none running up-bounce;
    cursor: pointer;
}
@keyframes up-bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0px);
    }

    40% {
        transform: translateX(-30px);
    }

    60% {
        transform: translateX(-15px);
    }
}

#MyAcessoRapido.ReplyVisivel {
    height: 40px;
    width: 40px;
    font-size: 37px;
    display: inline;

}
#MyAcessoRapido.ReplyVisivel:hover{
    animation: none;
}
#menuFlex{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    transition: all 1s;
    padding: 0 5rem;
    /* box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06); */
}
#menuFlex.show{
    position: fixed;
    transition: all 0.3s;
    background: #fff;
    box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
#menuFlex.show .navbarSTP li a{
    color: #32325d;
}
#menuFlex.show .imgstp24{
    height: auto !important;
    width: 10rem !important;
}
#menuFlex.show .navbarSTP .corPagina{
    color: #32325d;
}
#menuFlex.show .navbarSTP .dropdown-menu{
    background-color: #fff;
}
#menuFlex.show .navbar-nav .dropdown-menu:before {
    background-color: #fff;
}
.hideImgX{
    height: 5rem !important;
    display: none;
}
.hideImgX.show{
    display: block;
}
.BodyFaqs .tracoY{
    display: flex;
    align-items: center;
    justify-content: center;
}
.BodyFaqs .tracoY .otherTracoX{
    height: 4px;
    width: 40px;
    background: #FF0000;
    margin: .4rem 0;
}
.VerTodas{
    text-align: end;
}
.VerTodas {
    text-align: right;
    /* color: #FF9600; */
    font-size: 1rem;
    margin-top: 2rem;
}
.VerTodas span {
    cursor: pointer;
    text-transform: uppercase;
    font-size: .7rem;
}
.VerTodas a{
    /* color: #FF9600 !important; */
}
.VerTodas span:hover {
    text-decoration: underline;
}


/* Contato */
.Body_Contact {
    margin-bottom: 6rem;
}
.ImagemCriar_Contact .itemCriar_Contact {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ImagemCriar_Contact {
    background-image: url(../img/fundo24.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
    background-attachment: fixed;
    position: relative;
}
.ImagemCriar_Contact .Todas_Contact {
    background: #fff;
    width: 100%;
    /* height: 80vh; */
    margin: auto;
    max-width: 850px;
    /* max-height: 500px; */
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.35);
    transform: translateY(3rem);
    border-radius: 4px;
    position: relative;
    padding: 1rem;
    line-height: 3.5rem;
}
.ImagemCriar_Contact .Todas_Contact::after {
    height: 53px;
    width: 96%;
    -webkit-transform: translateY(-11px);
    -ms-transform: translateY(-11px);
    transform: translateY(-11px);
    left: 2%;
    z-index: -10;
    content: "";
}
.ImagemCriar_Contact .Todas_Contact::after,
.ImagemCriar_Contact .Todas_Contact::before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    /*background: #1da1f2;*/
    border-radius: 4px;
    position: absolute;
}
.ImagemCriar_Contact .Todas_Contact::before {
    width: 92%;
    -webkit-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    transform: translateY(-22px);
    height: 30px;
    left: 4%;
    z-index: -15;
}
.ImagemCriar_Contact .Todas_Contact .Flex_Contact {
    opacity: .7;
}
.ImagemCriar_Contact .Todas_Contact .Flex_Contact .Criar_img {
    margin-left: 1rem;
}
.ImagemCriar_Contact .Todas_Contact .Flex_Contact .Criar_Contact {
    padding: 0 2rem;
}
.ImagemCriar_Contact .Todas_Contact .Flex_Contact .Criar_Contact .TextArea_Contact {
    margin-top: .5rem;
}
.ImagemCriar_Contact .Todas_Contact .Flex_Contact .Criar_Contact .TextArea_Contact textarea {
    width: 100%;
    height: 20vh;
    background: #fff;
    outline: none;
    border: none;
    border-bottom: 1px solid #ddd;
    line-height: normal !important;
}
.ImagemCriar_Contact .Todas_Contact .Flex_Contact .Criar_Contact .TextArea_Contact textarea::placeholder{
    color: #8898aa;
    font-size: .95rem;
}
.ImagemCriar_Contact .Todas_Contact .DadosCriar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 1rem 0; */
}
.ImagemCriar_Contact .Todas_Contact .DadosCriar span {
    color: #0099FF;
    text-transform: uppercase;
    font-weight: 500;
}
.ImagemCriar_Contact .Todas_Contact .DadosCriar b {
    font-weight: 500;
}
.ImagemCriar_Contact .Todas_Contact .Contact_Input {
    display: flex;
    /* flex-wrap: wrap; */
}
.ImagemCriar_Contact .Todas_Contact .iptFieldContact {
    margin: .3rem 0;
}
.ImagemCriar_Contact .Todas_Contact .iptFieldContact input,
.iptFieldContact select {
    height: 51px;
    border: none;
    border-bottom: 1px solid #ddd;
}
.ImagemCriar_Contact .Todas_Contact .iptFieldContact input::placeholder{
    color: #8898aa;
}
.ImagemCriar_Contact .Todas_Contact .Contact_Input .iptField {
    width: 100%;
    /* padding: 0 .2rem; */
}
.BtnCriar_Contact {
    display: flex;
    justify-content: flex-end;
    padding: 1.5rem 0;
}
.BtnCriar_Contact button {
    /* margin: 0 1rem; */
    padding: .7rem;
    border: 1px solid tomato;
    outline: none;
    border-radius: .3rem;
    cursor: pointer;
    width: 12rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    background-color: #FFf;
    /* padding: 10px; */
}
.BtnCriar_Contact button:hover {
    color: #fff;
    background: #ff0000;
    /*background: linear-gradient(334deg, #84c1ef, #008AF4) !important;*/
}
.BtnCriar_Contact button i {
    margin-left: .5em;
}

.Registardocumento {
    position: relative;
}
.stpAreaInfo{
    line-height: 1.1rem;
}
.stpAreaInfo p{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.stpAreaInfo b i{
    margin-right: .5rem;
    padding: .7rem;
    /*background: linear-gradient(334deg, #84c1ef, #008AF4) !important;*/
    border-radius: 50%;
    background: #ff0000;
    color: #fff;
}
.corPagina{
    text-transform: uppercase;
    font-weight: 500;
    font-size: .9rem;
    box-shadow: none;
    border: none;
    border-radius: 26px !important;
    color: #F5F6F7;
}
.corPagina:hover{
    color: #FF0000 !important;
    /* background: linear-gradient(334deg, #008AF4, #FCDF00) !important; */
    border: none;
    background: none;
    box-shadow: none;
}
.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show>.btn-default.dropdown-toggle {
    color: #008AF4;

    /* background: linear-gradient(334deg, #008AF4, #FCDF00) !important; */
    border: none;
    background: none;
    box-shadow: none;
}
.Cardropdown{
    padding: .5rem;
    line-height: 2rem;
}
.Cardropdown li{
    white-space: nowrap;
}
.dropdown-menu{
    background-color: #32325d;
}
.navbar-nav .dropdown-menu:before{
    background-color: #32325d;
}
.customcontrol {
    line-height: normal;
}
.customcontrol label {
    padding-top: 0.3rem;
}
.login{
    margin-left: 2rem;
}
.login i{
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
}
.copyRight{
    /* background: linear-gradient(334deg, #84c1ef, #008AF4) !important; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
}
.copyRight p{
    font-size: .9rem;
    color: #fff;
    margin: 0 !important;
}
.copyRight p a{
    color: #fff !important;
}
.copyRight p a:hover{
    color: #008AF4 !important;
}
.panel-heading{
    color: #fff !important;
    background-color: #25D366 !important;
}

/* footer */
/* // ------------ */
.mainFaqs{
    min-height: 59.4vh;
}
.bodyFooter {
    width: 100%;
    position: relative;
    bottom: 0;
    background: #000;
    /*background: linear-gradient(334deg, #84c1ef, #008AF4) !important;*/
}
.item_Footer {
    padding: 1rem 3rem;
}
.item_Footer .container_item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.CorpoFooter {
    position: relative;
}
.footerTexto {
    height: 13rem;
    width: 100%;
}
.footerTexto p {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
}
.footerTexto span {
    text-transform: uppercase;
    font-size: .9rem;
    color: #661016;
    font-weight: 900;
}
.CorpoFooter .footerTexto .TodosFooter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 2rem;
    padding: 1rem 0;
}
.CorpoFooter .footerTexto .TodosFooter .Informacao {
    margin: 0 3rem;
}
.CorpoFooter .footerTexto .TodosFooter .Informacao ul li {
    font-size: .8rem;
    cursor: pointer;
}
.CorpoFooter .footerTexto .TodosFooter .Informacao ul li:hover {
    color: #3352A4;
}
.CorpoFooter .footerTexto .TodosFooter .Informacao .menuTexto {
    font-weight: 900;
    color: #555;
    text-transform: uppercase;
}
.CorpoFooter .footerTexto .TodosFooter .Informacao ul label {
    font-size: .9rem;
}
.CorpoFooter .footerTexto .TodosFooter .Politicas {
    padding: 2rem 0;
}
.CorpoFooter .footerTexto .TodosFooter .Politicas ul li {
    font-size: .8rem;
    cursor: pointer;
    color: #fff;
}
.CorpoFooter .footerTexto .TodosFooter .Politicas ul li:hover {
    margin-left: .3rem;
    text-decoration: underline;
}

.CorpoFooter .footerTexto .TodosFooter .Politicas .menuTexto {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
.CorpoFooter .footerTexto .TodosFooter .Politicas ul label {
    font-size: .9rem;
}
.CorpoFooter .footerTexto .TodosFooter .Siga {
    padding: 2rem 0;
}
.CorpoFooter .footerTexto .TodosFooter .Siga ul li {
    font-size: .8rem;
}
.CorpoFooter .footerTexto .TodosFooter .Siga .menuTexto {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
.CorpoFooter .footerTexto .TodosFooter .Siga ul label {
    font-size: .9rem;
}
.CorpoFooter .MeioFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem;
}
.CorpoFooter .MeioFooter p {
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
}
.CorpoFooter .footerTexto .TodosFooter .Siga .facebook label {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.face {
    color: #fff;
}
.in {
    color: #01B4EF;
}
.yout {
    color: #FF0000;
}
.visa {
    color: #0052A3;
}
.paypal {
    color: #0052A3;
}
.instagram {
    color: #661016;
}
.googl {
    color: #4285F4;
}
.bistp {
    color: #01B4EF;
}
.CorpoFooter .footerTexto .TodosFooter .Siga .facebook label i {
    font-size: 2rem;
    margin: 1rem;
    cursor: pointer;
}
.CorpoFooter .footerTexto .TodosFooter .Siga .facebook label i:hover {
    box-shadow: 0 7px 16px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1);
}

/* footer */

.heightSize{
    height: auto !important;
}
.navbar .nav-item .active span {
    color: #25D366 !important;
    /* font-weight: bold; */
    font-size: 1rem;
}

/* // ******************** Area Efeitos ************************** */
.fadeBottom, .faderight, .fadeleft {
    opacity: 0;
    transition: all 0.5s;
    position: relative;
}
.fadeBottom.show, .faderight.show, .fadeleft.show {
    opacity: 1;
    transition: all 1s;
}

.fadeBottom {
    bottom: -100%;
}
.fadeBottom.show {
    bottom: 0;
}

.faderight {
    right: -100%;
}
.faderight.show {
    right: 0;
}

.fadeleft {
    left: -100%;
}
.fadeleft.show {
    left: 0;
}


/* //Mensagem de Erro  */

.woocommerce-notices-wrapper {
    width: calc(100% - 40px);
    display: none;
    margin: 0 auto;
}
.woocommerce-message{
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
}
.woocommerce-message {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    animation: q 0.35s ease 0.5s both;
    padding: 10px 80px 10px 50px;
    min-height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
 .woocommerce-message{
    padding: 1em 1.618em;
    background-color: #0f834d;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
}
  @keyframes p {
    to {
      transform: rotate(1turn);
    }
  }
  .woocommerce-error:after,
  .woocommerce-error:before,
  .woocommerce-message:after,
  .woocommerce-message:before{
    content: "";
    display: table;
  }
  .woocommerce-message:after {
    clear: both;
  }

  .woocommerce-error,
  .woocommerce-message{
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    animation: q 0.35s ease 0.5s both;
    padding: 10px 80px 10px 50px;
    min-height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .woocommerce-error:after,
  .woocommerce-message:after{
    content: "x";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color 0.25s ease;
    -webkit-transition: background-color 0.25s ease;
    margin-bottom: 0;
  }

  @keyframes q {
    0% {
      transform: translate3d(0, 100%, 0);
    }
    to {
      transform: none;
    }
  }


  .woocommerce-error {
    list-style: none;
  }

  .woocommerce-error {
    background-color: #e2401c;
    color: #fff;
  }
  .woocommerce-error strong{
      font-weight: 600;
      color: #000;
  }


  .loader_bg{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: rgb(0, 0, 0,.9);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999;
    transition: all .25s;
}
body.pronto .loader_bg{
    opacity: 0;
    visibility: hidden;
}
.loader_bg .contenter_bg{
    position: relative;
}
.content_loader{
    position: relative;
    margin-left: 92px;
}
.loader_bg .contenter_bg small{
    font-size: 22px;
    color: #C83423;
    font-size: .98rem;
    position: absolute;
    top: 3rem;
}
.content_loader .loader_1{
    position: absolute;
    width: 6px;
    height: 70px;
    margin-top: -45px;
    border-radius: 10px;
    background-color: #C83423;
    animation: animate 0.8s infinite;
    animation-direction: alternate-reverse;
}
.content_loader .loader_1:nth-child(1){
    margin-left: 0px;
}
.content_loader .loader_1:nth-child(2){
    margin-left: -14px;
    animation-delay: 0.1s;
}
.content_loader .loader_1:nth-child(3){
    margin-left: -28px;
    animation-delay: 0.2s;
}
.content_loader .loader_1:nth-child(4){
    margin-left: -42px;
    animation-delay: 0.3s;
}
.content_loader .loader_1:nth-child(5){
    margin-left: -56px;
    animation-delay: 0.4s;
}
.content_loader .loader_1:nth-child(6){
    margin-left: -70px;
    animation-delay: 0.5s;
}
.content_loader .loader_1:nth-child(7){
    margin-left: -84px;
    animation-delay: 0.6s;
}
.content_loader .loader_1:nth-child(8){
    margin-left: -98px;
    animation-delay: 0.7s;
}
@keyframes animate{
  0% {
    height: 5px;
    margin-top: 0;
    transform: rotate(40deg);
  }
  100% {
    height: 70px;
    transform: rotate(0deg);
  }
}


/* loading */
.principalLoading small{
    color: #fff;
}
.contentDefault{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: rgb(0, 0, 0, .9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    transition: all .25s;
}
body.pronto .contentDefault{
    opacity: 0;
    visibility: hidden;
}

.lds-default,
.lds-default .loading1 {
  box-sizing: border-box;
}
.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default .loading1 {
  position: absolute;
  width: 6.4px;
  height: 6.4px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default .loading1:nth-child(1) {
  animation-delay: 0s;
  top: 36.8px;
  left: 66.24px;
}
.lds-default .loading1:nth-child(2) {
  animation-delay: -0.1s;
  top: 22.08px;
  left: 62.29579px;
}
.lds-default .loading1:nth-child(3) {
  animation-delay: -0.2s;
  top: 11.30421px;
  left: 51.52px;
}
.lds-default .loading1:nth-child(4) {
  animation-delay: -0.3s;
  top: 7.36px;
  left: 36.8px;
}
.lds-default .loading1:nth-child(5) {
  animation-delay: -0.4s;
  top: 11.30421px;
  left: 22.08px;
}
.lds-default .loading1:nth-child(6) {
  animation-delay: -0.5s;
  top: 22.08px;
  left: 11.30421px;
}
.lds-default .loading1:nth-child(7) {
  animation-delay: -0.6s;
  top: 36.8px;
  left: 7.36px;
}
.lds-default .loading1:nth-child(8) {
  animation-delay: -0.7s;
  top: 51.52px;
  left: 11.30421px;
}
.lds-default .loading1:nth-child(9) {
  animation-delay: -0.8s;
  top: 62.29579px;
  left: 22.08px;
}
.lds-default .loading1:nth-child(10) {
  animation-delay: -0.9s;
  top: 66.24px;
  left: 36.8px;
}
.lds-default .loading1:nth-child(11) {
  animation-delay: -1s;
  top: 62.29579px;
  left: 51.52px;
}
.lds-default .loading1:nth-child(12) {
  animation-delay: -1.1s;
  top: 51.52px;
  left: 62.29579px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

/* modal */


.isModal {
    display: none;
    z-index: -1;
  }

  .isModal.show {
    display: block;
  }

  .isModal .t-modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1010;
  }

  .isModal .isModalBox {
    background-color: #FFF;
    padding: 2rem;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 15px #555;
            box-shadow: 0 3px 15px #555;
    width: 35%;
  }

  .isModal .topo {
    margin-bottom: 2rem;
  }

  .isModal h2 {
    margin: 0;
    font-size: 1.1rem;
    color: #555;
  }

  .isModal .topo .close {
    font-family: arial;
    font-weight: 600;
    color: tomato;
    cursor: pointer;
    font-size: .9rem;
  }

  .isModal .button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 2rem;
  }

  .isModal .button span {
    margin-left: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.94rem;
    cursor: pointer;
    padding: 0.4rem;
    border-radius: 0.3rem;
    color: #555;
  }

  .isModal .button span:last-child {
    color: #008AF4;
    font-weight: 600;
  }
  .flex {
    display: flex;
  }

  .flex.wrap {
    flex-wrap: wrap;
  }

  .flex.h-sb {
    justify-content: space-between;
  }

  .flex.h-sa {
    justify-content: space-around;
  }

  .flex.h-ct {
    justify-content: center;
  }

  .flex.h-fe {
    justify-content: flex-end;
  }

  .flex.v-ct {
    align-items: center;
  }
  .width{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1rem;
  }
  .width .icon-circle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background: #25D366;
    border-radius: 50%;
  }
  .width span{
    color: #fff;
    font-size: 1.5rem;
  }
  .ocultoLogin{
    display: none;
  }
  .ocultoLogin.show{
    display: block;
  }
  .btn-voltar{
    cursor: pointer;
  }
  .btn-esqueceu{
    cursor: pointer;
    font-size: .8rem;
  }
  .btn-primary{
    background-color: #25D366 !important;
    border-color: #25D366 !important;
  }
  .btn-primary:hover {
    color: #25D366;
    border-color: #fff !important;
    background-color: transparent !important;
}

.navbar-nav .nav-link .nav-link-inner--text{
    font-size: .8rem;
}
.dropdown-toggle{
    font-size: .8rem;
}
.colorToggler{
    line-height: inherit !important;
    background-color: #fff !important;
    padding: .2rem .5rem !important;
}
