@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

:root {
    --azul: #01549D;
    --azulClaro: #E5F3FF;
    --azulHover: #0C62AD;
    --azulActive: #004C8F;
    --cinza: #e0e6eb;
    --cinzaPrimarioTexto: #5A6C7C;
    --cinzaSecundarioTexto: #6B8194;
    --borderRadius: 12px;
    --backgroundDark: linear-gradient(262.43deg, rgba(200, 214, 226, 0.26) 0%, rgba(200, 214, 226, 0.05) 49.53%, rgba(200, 214, 226, 0.26) 100%);
    --boxShadow: 0px 6px 20px rgba(153, 155, 168, 0.15);
    --font-size-title: 1.25rem;
    --font-size-subtitle: 2.125rem;
    --font-size-text: 1rem;
  }

a {
    text-decoration: none;
}

html,body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

img, buttons {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* =========== SCROLL ========== */
::-webkit-scrollbar {
    width: 9px;
    height: 7px;
    background-color: #36414A;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0A6CC2;
}

/* =========== CONTAINER ========== */

.container {
    width: 1280px;
    max-width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
    margin: 0 auto
}

@media (max-width: 768px) {
    .container {
        width:100%;
        padding: 0 20px;
    }
}

/* =========== HEADER ========== */

#s-header > .container > header {
    width: 100%;
    height: 80px;
    z-index: 5;
}

#s-header > .container > header {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    width: 100%;
}

#s-header > .container > header > img {
    width:200px;
    max-width: 200px;
}

#s-header > .container > header > .grupo-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 400px) {

    #s-header > .container > header > img {
        width:162px !important;
        max-width: 200px;
    }
}

/* =========== BOTÕES TOPO ========== */

.btn {
    height: 46px;
    width: 160px;
    border-radius: 12px;
    font-size: 15px;
    color: var(--azul);
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    fill:var(--azul);
}

.grupo-btn > .btn-conta > .icon-btn {
    margin-right: 5px;
    fill: var(--azul);
}

.grupo-btn > .btn-conta {
    color: var(--azul);
    margin-right: 10px;
}

.grupo-btn > .btn-conta:hover {
    color: var(--azulActive);
    transition: 0.5s;
}

.grupo-btn > .btn-contato {
    background-color: var(--azul);
    border: solid 1px var(--azul);
    color: #FFF;
}

.grupo-btn > .btn-contato:hover {
    background-color: transparent;
    color: var(--azul);
    border: solid 1px var(--azul);
    transition: 0.5s;
}

@media screen and (max-width: 700px) {
    .txt-btnMobile {
        display: none;
    }
    .btnMobile {
        height: 46px;
        width: 25px !important;
        border-radius: 14px;
        font-size: 15px;
        color: var(--azul);
        display: flex;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        transition: 0.5s;
        padding: 0 15px;
        fill:var(--azul);
        border: 0px !important;
        background-color: transparent !important;
    }

    .grupo-btn > .btn-conta{
        color: var(--cinzaPrimarioTexto);
        transition: 0.5s;
        border:none;
        margin-right: 0px !important;
    }

    .grupo-btn > .btn-conta > .icon-btn {
        margin-right: 0px !important;
        fill: var(--azul) !important;
    }
}
@media screen and (min-width: 701px) {

    .icon-btnNone {
        display: none;
    }
}

/* =========== BANNER AND PARTNER ========== */

#s-bannerAndPartner{
    position: relative;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100 - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 6;
}

.s-background-bottom::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(../images/arts/bacgroundBottom.svg);
    background-repeat: no-repeat;
    height: 100vh;
    background-position-x: 123px;
    background-size: contain;
    background-position-y: 7px;
}

.s-background-bottom {
    background: linear-gradient( 180deg, rgb(255 255 255 / 0%) 59.23%, rgb(255 255 255) 100%), radial-gradient(77.24% 173.05% at 50% 49.94%, rgb(255 255 255 / 75%) 19.27%, rgb(255 255 255 / 0%) 100%), linear-gradient( 221.12deg, rgb(0 163 224 / 10%) 3.87%, rgb(1 84 157 / 10%) 80.83%);
}

#s-bannerAndPartner> .container {
    display: flex;
    align-items: center;
    position: relative;
}

#s-bannerAndPartner> .container > .textoBanner {
    width: 35%;
    margin-bottom: 175px;
}
#s-bannerAndPartner> .container > .textoBanner > .titulo {
    font-size: 3.875rem;
    color: var(--azul);
    margin-bottom: 40px;
    font-weight: 700;
}
#s-bannerAndPartner> .container > .textoBanner >  .subtitulo {
    color: var(--cinzaPrimarioTexto);
    font-size: 1.15rem;
    line-height: 27px;
    font-weight: 400;
}

#s-bannerAndPartner> .container > .textoBanner > .diviser {
    width: 100%;
    height: 1px;
    background-color:#494ca2;
    margin: 10px 0px;
    display: none;
}

#s-bannerAndPartner> .container > .textoBanner >  .btnTexto {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

#s-bannerAndPartner> .container > .textoBanner > .btn-cta  {
    width: 250px;
    background-color: var(--azul);
    color: #fff;
    transition: 0.5s;
    border: 1px solid var(--azulHover);
    margin-top: 40px;
}

#s-bannerAndPartner> .container > .textoBanner > .btn-cta:hover  {
    background-color: #FFF;
    color: var(--azulHover);
    border: 1px solid var(--azulHover);
    transition: 0.5s;
}


#s-bannerAndPartner> .container  {
    justify-content: space-between;
    transform-style: preserve-3d !important;
}

#s-bannerAndPartner> .container > .imagem-banner {
    width: 56%;
    position: relative;
    transform-style: preserve-3d !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#s-bannerAndPartner> .container > .imagem-banner > img:nth-child(1) {
    transform: translateZ(40px);
    position: absolute;
}

#s-bannerAndPartner> .container > .imagem-banner > img:nth-child(2) {
    transform: translateZ(70px);
}

#s-bannerAndPartner> .container > .imagem-banner > img:nth-child(3) {
    transform: translateZ(80px);
    position: absolute;
}
#s-bannerAndPartner> .container > .imagem-banner > img:nth-child(4) {
    transform: translateZ(90px);
    position: absolute;
}

#s-bannerAndPartner> .container-arrow {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

#s-bannerAndPartner> .container-arrow > .arrow > img{
    width: 25px;
    animation: arrow 0.8s infinite;
}

/* ==============================Partners============================== */

.partners{
    width: 100%;
    min-height: 200px;
}

.partners, .s-bannerOfertas {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners > .container > .partners {
    width: 100%;
}

.partner {
    /* width: 25% !important; */
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner > img{
    background-size: contain;
    width: 100px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: filter 0.5s ease;
}

.partner > img:hover{
    filter: grayscale(1%);
    opacity: 1;
}

.swiper-paceiros{
    align-items: center !important;
}

@media screen and (max-width: 950px){

    #s-bannerAndPartner> .container > .textoBanner > .titulo {
        margin-bottom: 15px;
    }

    #s-bannerAndPartner> .container > .textoBanner > .btn-cta  {
        margin-top: 15px;
    }
}

@media screen and (min-width: 1350px){
    .partner {
        width: 14.7% !important;
    }
}

@media screen and (max-width: 1349px){
    .partner {
        width: 15% !important;
    }
}

@media screen and (max-width: 1149px){
    .partner {
        width: 20% !important;
    }
}

@media screen and (max-width: 995px) {
    .s-background-bottom::before {
        background-position-x: 0px;
        background-position-y: 0px;
    }
}

@media screen and (max-width: 850px){
    .partner {
        width: 33% !important;
    }
}

@media screen and (max-width: 600px){
    .partner {
        width: 50% !important;
    }
}

@media screen and (max-width: 400px){
    .partner {
        width: 100% !important;
    }
}

/* =========== WHYSFE ========== */
    #s-whysfe {
        padding: 50px 0px 75px;
        box-sizing: border-box;
        background-color: var(--backgroundDark);
        background-image: url(../images/arts/bg-whysfe.svg);
        background-position: top right;
    }

    #s-whysfe .header-whysfe >  h3 {
        font-weight: 500;
        font-size: var(--font-size-title);
        color: var(--azul);
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
    }

    #s-whysfe .header-whysfe >  h2 {
        font-weight: 500;
        font-size: var(--font-size-subtitle);
        color: var(--cinzaPrimarioTexto);
        margin: 5px 0px 20px 0px;
        text-align: center;
    }


    #s-whysfe .container-itens-whysfe {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
    }

    #s-whysfe .container-itens-whysfe > .item-whysfe {
        width: 385px;
        height: 315px;
        padding: 55px 30px 30px;
        box-sizing: border-box;
        border-radius: var(--borderRadius);
        background-color: rgba(255, 255, 255, 0);
        margin: 10px 12px;
        box-shadow: var(--boxShadow);
    }

    #s-whysfe .container-itens-whysfe > .item-whysfe > .content-img {
        width: 100%;
    }
    #s-whysfe .container-itens-whysfe > .item-whysfe > .content-img > img {
        height: 32px;
        display: block;
    }
    #s-whysfe .container-itens-whysfe > .item-whysfe > .content-text > h2 {
        color: var(--azul);
        font-weight: 500;
        line-height: 33px;
    }

    #s-whysfe .container-itens-whysfe > .item-whysfe > .content-text > p {
        color: var(--cinzaPrimarioTexto);
        font-weight: 400;
        line-height: 23px;
        font-size: var(--font-size-text);
    }

    @media screen and (min-width: 876px){
        #s-whysfe .container-itens-whysfe > .item-whysfe:nth-child(1) {
            margin-left: 0px;
        }

        #s-whysfe .container-itens-whysfe > .item-whysfe:nth-child(3) {
            margin-right: 0px;
        }
    }

    @media screen and (max-width: 380px){
        #s-whysfe .container-itens-whysfe > .item-whysfe {
            height: auto;
        }
    }

/* ====================vendas================= */

.s-vendas{
    min-height: 700px;
    height: auto;
    padding-top: 60px;
    box-sizing: border-box;
    position: relative;
    background: url(../images/arts/bg-vendas.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}


#s-vendas .container .content-title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#s-vendas .container .content-title a {
    font-size: var(--font-size-title);
    font-weight: 500;
    color: var(--azul);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#s-vendas .container .content-title h2 {
    font-weight: 500;
    font-size: var(--font-size-subtitle);
    color: var(--cinzaPrimarioTexto);
    margin: 5px 0px 20px 0px;
}

#s-vendas > .container > .content-vendas {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}


#s-vendas > .container > .content-vendas  > div {
    display: flex;
    align-items: center;
    padding: 20px;
    width: 355px;
    margin: 24px;
    max-width: 355px;
    box-sizing: border-box;
}

#s-vendas > .container > .content-vendas > div > p {
    margin-left: 15px;
    font-size: var(--font-size-text);
    color: var(--cinzaPrimarioTexto);
    font-weight: 400;
    line-height: 23px;
}


#s-vendas>.container>.content-imagen {
    background: url(../images/arts/dash-vendas.png);
    background-repeat: no-repeat;
    height: 610px;
    background-size: cover;
    background-position: bottom;
    background-position-x: center;
}

@media screen and (max-width: 1275px){
    #s-vendas > .container > .content-vendas  > div {
        margin: 0px 26px;
    }
}

@media screen and (max-width: 900px){
    #s-vendas > .container > .content-vendas > div {
        padding: 10px 0px;
        margin: 0;
    }
}

@media screen and (max-width: 500px){

    #s-vendas .container .content-title a {
        align-items: end;
        width: 100%;
    }
    #s-vendas .container .content-title{
        align-items: end;
    }

    #s-vendas .container .content-vendas {
        justify-content: end;
    }

    #s-vendas > .container > .content-vendas > div {
        padding: 10px 0px;
        margin: 0;
    }
}

/* ====================product================= */

.content-products{
    display: flex;
    justify-content: space-between;
    min-height: 700px;
    height: 700px;
    padding: 60px 0px;
    box-sizing: border-box;
    align-items: center;
}

.bg-dark {
    background: var(--backgroundDark);
}

.s-section-informativo .content-img{
    display: flex;
    align-items: center;
}
.s-section-informativo .left{
    margin-left: 35px;
    max-width: 597px;
}

.s-section-informativo .right{
    margin-right: 40px;
}


.s-section-informativo .content-img img{
    object-fit: contain;
}

.s-section-informativo .content-img  .lottie-player{
    object-fit: contain;
    width: 790px;
    height: 580px;
}

.content-information{
    max-width: 580px;
}

.content-information a{
    font-weight: 500;
    font-size: var(--font-size-title);
    color: var(--azul);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.content-information h2 {
    font-weight: 500;
    font-size: var(--font-size-subtitle);
    color: var(--cinzaPrimarioTexto);
    margin: 5px 0px 20px 0px;
}

.content-information .content-title > p {
    font-size: var(--font-size-text);
    color: var(--cinzaSecundarioTexto);
    margin: 0px 0px 20px 0px;
    line-height: 23px
}


.itens{
    margin-top: 40px;
}
.list > ul {
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 5px;
}
.list > ul > li {
    list-style-type: none;
    margin-bottom: 5px;
    color: var(--cinzaPrimarioTexto);
    font-weight: 500;
}
.itens > p{
    font-size: 1.0rem;
    color: var(--cinzaPrimarioTexto);
    font-weight: 500;
    margin-bottom: 20px;
}

.list > p:first-child{
    margin-bottom: 5px;
}

.list > ul > li::before {
    content: "-";
    top: 15px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-size: 100% 100%;
}
@media screen and (max-width: 1200px){
    .s-section-informativo .content-img {
        margin: 0px 20px;
    }
    .s-section-informativo .content-img img{
        max-width: 634px;
        min-width: 550px;
        width: 100%;
    }

    .s-section-informativo .content-img  .lottie-player{
        min-width: 600px;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 995px){
    .content-products{
        align-items: center;
        height: auto;
        flex-direction: column-reverse;
    }
    .flex-column-reverse{
        flex-direction: column;
    }
    .content-information{
        margin-top: 40px;
    }
    .s-section-informativo .content-img img{
        min-width: 263px;
        width: 100%;
    }
    .s-section-informativo .content-img  .lottie-player{
        min-width: 360px;
        width: 100%;
    }
}
/* ====================sales=================== */
.check-list > ul{
    padding-left: 20px;
}
.check-list > ul > li {
    list-style-type: none;
    margin-bottom: 20px;
    color: var(--cinzaPrimarioTexto);
    position: relative;
}

.check-list > ul > li > p {
    font-size: 1.0rem;
    color: var(--cinzaPrimarioTexto);
    font-weight: 400;
    margin-bottom: 10px;
}
.check-list > ul > li > span {
    font-size: 1.0rem;
    color: var(--cinzaPrimarioTexto);
    margin-bottom: 10px;
}

.check-list > ul > li > p::before{
    content: "";
    transform: translate3d(-25px, 0px, 0px);
    height: 20px;
    left: 0;
    width: 20px;
    background: url(../images/icon/check2.svg);
    background-size: 100% 100%;
    position: absolute;
    opacity: 0.6;
}
/* ===========================Depoiments=========================== */

.s-depoiments .content-depoiments{
    display: flex;
    justify-content: space-between;
    min-height: 700px;
    height: 700px;
    padding: 20px 0px 80px 0px;
    box-sizing: border-box;
}


.s-depoiments .depoiments {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 45px;
}

.s-depoiments .swiper-slide-depoiments{
    display: flex;
    justify-content: space-between;
}

.s-depoiments .depoiments-texto{
    display: flex;
    align-items: center;
    background: url(../images/arts/backgroundDepoiments.svg) center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
}

.s-depoiments .depoiments-texto > p{
    max-width: 600px;
    font-size: 1.15rem;
    color: var(--cinzaSecundarioTexto);
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 30px;
}

.s-depoiments .depoiments-foto{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: url(../images/arts/backgroundFundoFoto.svg) center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    height: 410px;
    margin-top: 80px;
}

.s-depoiments .depoiments-foto > img {
    border-radius: 50%;
    height: 250px;
    width: 250px;
    object-fit: cover;
    margin-top: 50px;
}

.s-depoiments .depoiments-foto > p {
    font-weight: 500;
    font-size: 2.0rem;
    color: var(--azul);
    margin: 10px 0px 10px 0px;
}

.s-depoiments .depoiments-foto > span {
    font-size: 1.0rem;
    color: var(--cinzaSecundarioTexto);
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 32px;
}
.s-depoiments .depoiments-foto .contentLink {
    display:flex;
    align-items: center;
    fill: var(--azul);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.s-depoiments .depoiments-foto .contentLink  > a{
    color: var(--azul);
    margin-right: 5px;
}

.s-depoiments .depoiments-foto .contentLink:hover svg {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

.s-depoiments .buttonsArea {
    display: flex;
    top: auto;
    bottom: 30px;
    position: absolute;
    z-Index: 10;
}

.s-depoiments .buttonSwiper {
    padding: 10px 15px;
    cursor: pointer;
    outline: 0;
    border-radius: 8px;
    background-color: var(--cinza);
    fill: var(--cinzaPrimarioTexto);
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 5px;
    box-sizing: border-box;
}

@media screen and (max-width: 550px){
    .s-depoiments .depoiments-foto > img {
        height: 170px;
        width: 170px;
    }

    .s-depoiments .depoiments-foto > p {
        font-size: 1.2rem;
    }

    .s-depoiments .depoiments-foto > span {
        font-size: .9rem;
    }
}

/* ===========================PLANOS=========================== */
.s-planos{
    display: flex;
    justify-content: space-between;
    min-height: 650px;
    height: auto;
    padding: 60px 0px;
    box-sizing: border-box;
    background-image: url(../images/arts/bg-planos.svg);
    background-position: top right;
    background-repeat: no-repeat;
}
.s-planos .container .content-title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s-planos .container .content-title a {
    font-size: var(--font-size-title);
    font-weight: 500;
    color: var(--azul);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.s-planos .container .content-title h2 {
    font-weight: 500;
    font-size: var(--font-size-subtitle);
    color: var(--cinzaPrimarioTexto);
    margin: 5px 0px 20px 0px;
}

.s-planos .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s-planos .container .content-planos{
    display: flex;
    justify-content: space-between;
    max-width: 1050px;
    width: 100%;
    margin-top: 40px;
}

.s-planos .container  .content-planos .planos .flex{
    background-color: #5A6C7C !important;
}

.s-planos .container  .content-planos .planos .header{
    background-color: var(--azul);
    height: 125px;
    width: 490px;
    border-radius: 12px 12px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.s-planos .container  .content-planos .planos .header::after {
    content: '';
    position: absolute;
    left: -7px;
    top: 108px;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 128px;
    background: rgb(255 255 255);
    transform: rotate(4deg);
}


.s-planos .container .content-planos .planos .header h3{
    font-weight: 500;
    font-size: 2.125rem;
    color: #fff;
    text-decoration: none;
    margin-bottom: 60px;
}
.s-planos .container  .content-planos .planos .info-planos{
    width: 490px;
}

.s-planos .container .content-planos .planos .check-list{
    padding: 20px;
    box-sizing: border-box;
    box-shadow: var(--boxShadow);
    background-color: #fff;
    border-radius: 0px 0px 12px 12px;
}

.s-planos .container .content-planos .planos .check-list > ul{
    padding-left: 20px;
}
.s-planos .container .content-planos .planos .check-list > ul > li {
    list-style-type: none;
    margin-bottom: 0px;
    color: var(--cinzaPrimarioTexto);
    position: relative;
}

.s-planos .container .content-planos .planos .check-list > ul > li > p {
    font-size: 0.875rem;
    color: var(--cinzaPrimarioTexto);
    font-weight: 400;
}

.s-planos .container .content-planos .planos .check-list > ul > li > p::before{
    content: "";
    transform: translate3d(-25px, 0px, 0px);
    height: 15px;
    left: 0;
    width: 15px;
    background: url("../images/icon/check3.svg");
    background-size: 100% 100%;
    position: absolute;
}
.opacity{
    opacity: 0.5;
}

.opacity::before{
    opacity: 0 !important;
}

@media screen and (max-width: 1070px){
    .s-depoiments .swiper-slide-depoiments {
        align-items: center;
        height: auto;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .s-depoiments .content-depoiments {
        height: auto;
        padding: 20px 0px;
    }

    .s-depoiments .depoiments-texto {
        padding-bottom: 70px;
    }

    .s-depoiments .depoiments-foto {
        margin-top: 0px;
    }

    .s-depoiments .depoiments-texto > p {
        max-width: 100%;
    }

    .s-planos{
        padding: 60px 0px 0px 0px;
    }

    .s-planos .container .content-planos{
        flex-direction: column;
        align-items: center;
    }

    .planos:first-child {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 500px) {
    .s-planos .container .content-title a {
        width: 100%;
        align-items: end;
    }
    .s-planos .container .content-title{
        align-items: end;
    }
}
@media screen and (max-width: 370px) {
    #s-bannerAndPartner> .container > .imagem-banner {
        width: 85% !important;
        height: 300px !important;
    }

    #s-bannerAndPartner> .container > .textoBanner > .titulo {
        font-size: 2.5rem !important;
        text-align: center;
    }

    .s-planos .container  .content-planos .planos .header{
        width: 300px;
    }

    .s-planos .container  .content-planos .planos .info-planos{
        width: 300px;
    }

}
@media screen and (max-width: 570px) and (min-width: 371px) {
    #s-bannerAndPartner> .container > .imagem-banner {
        width: 80% !important;
        height: 399px !important;
    }
    #s-bannerAndPartner{
        height: auto;
    }
    #s-bannerAndPartner> .container > .textoBanner > .titulo {
        text-align: center;
        margin-top: 20px;
    }
    #s-bannerAndPartner> .container > .textoBanner > .subtitulo {
        text-align: center;
    }
    #s-bannerAndPartner> .container > .imagem-banner {
        width: 50%;
        margin-top: 30px;
        transform: translateX(0px);
        height: 420px;
    }

    #s-bannerAndPartner> .container-arrow {
        display: none;
    }

    .s-planos .container  .content-planos .planos .header{
        width: 350px;
    }

    .s-planos .container  .content-planos .planos .info-planos{
        width: 350px;
    }
}

@media screen and (max-width: 770px) {
    #s-bannerAndPartner{
        height: auto;
    }
    #s-bannerAndPartner> .container {
        flex-direction: column-reverse;
    }
    #s-bannerAndPartner> .container > .textoBanner {
        margin-top: 0px;
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
    }
    #s-bannerAndPartner> .container > .textoBanner > .titulo {
        font-size: 2.5em;
        text-align: center;
    }
    #s-bannerAndPartner> .container > .textoBanner > .subtitulo {
        text-align: center;
    }
    #s-bannerAndPartner> .container > .imagem-banner {
        width: 55%;
        margin-top: 30px;
        transform: translateX(0px);
        height: 420px;
    }

    #s-bannerAndPartner> .container-arrow {
        display: none;
    }
}

@media screen and (min-width: 770px) and (max-width: 994px){
    #s-bannerAndPartner{
        height: auto;
    }
    #s-bannerAndPartner> .container {
        flex-direction: column;
        flex-direction: column-reverse;
    }

    #s-bannerAndPartner> .container > .textoBanner {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    #s-bannerAndPartner> .container > .textoBanner > .titulo {
        font-size: 3.1rem;
        text-align: center;
    }

    #s-bannerAndPartner> .container > .textoBanner > .subtitulo {
        text-align: center;
        width: 65%;
    }
    #s-bannerAndPartner> .container > .imagem-banner {
        width: 55%;
        max-width: 552px;
        margin-top: 30px;
        transform: translateX(0px);
        max-width: 650px;
        height: 540px;
    }
    #s-bannerAndPartner> .container > .textoBanner {
        margin-top: 0px;
    }
    #s-bannerAndPartner> .container-arrow {
        display: none;
    }
}

@media screen  and (max-width: 1110px){
    #s-bannerAndPartner> .container > .textoBanner > .titulo {
        font-size: 3.0em;
    }
}

/* =========== GROUP CONTATO FOOTER ========== */

#s-groupContatoFooter {
    position: relative;
    background-color: #fcfdfd;
}

/* =========== CONTATO ========== */

#s-contato {
    position: relative;
    bottom: -75px;
}

#s-contato .contato {
    background-color: var(--azulClaro);
    padding: 50px 80px;
    background-origin: border-box;
    border-radius: var(--borderRadius);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/arts/bg-contado.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

#s-contato .contato > .content-text > h2 {
    font-size: 1.9rem;
    font-weight: 500;
    margin: 0px 0px 5px;
    color: var(--azul);
}

#s-contato .contato > .content-text > p {
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0;
    color: var(--cinzaPrimarioTexto);
}

#s-contato .contato > .content-button > div {
    color: white;
    padding: 15px 25px;
    box-sizing: border-box;
    background-color: var(--azul);
    font-size: 0.9rem;
    border-radius: 12px;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#s-contato .contato > .content-button > div:hover {
    background-color: var(--azulHover);
}

@media screen and (max-width: 750px){
    #s-contato .contato {
        flex-direction: column;
        justify-content: center;
        padding: 30px 50px;
    }

    #s-contato .contato > .content-text > h2 {
        text-align: center;
    }

    #s-contato .contato > .content-text > p {
        text-align: center;
    }

    #s-contato .contato > .content-button > div {
        margin: 0px;
        margin-top: 20px;
    }
}

/* =========== FOOTER ========== */
#s-footer {
    background-color: var(--azul);
}

#s-footer header {
    display: flex;
    justify-content: space-between;
    padding-top: 75px;
    box-sizing: border-box;
}

#s-footer header > .item-groupFooter {
    padding: 50px 0px;
    box-sizing: border-box;
    margin-right: 50px;
    flex: 1;
}

#s-footer header > .item-groupFooter:last-child {
    margin-right: 0px;
}

#s-footer header > .item-groupFooter > h2 {
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0px 0px 20px;
}

#s-footer header > .item-groupFooter > ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

#s-footer header > .item-groupFooter > ul > li {
    list-style-type: none;
    margin-bottom: 15px;
}

#s-footer header > .item-groupFooter > ul > li > a {
    color: white;
    opacity: 0.8;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}

.item-groupFooterPartner {
    opacity: 1 !important;
}

#s-footer header > .item-groupFooter > ul > li > a:hover {
    opacity: 1;
}

#s-footer header > .item-groupFooter .icone-footer {
    width: 20px;
    margin-right: 5px;
}

#s-footer header > .item-groupFooter .partner-stone {
    width: 120px;
}

#s-footer footer {
    display: flex;
    padding: 20px 0px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    border-style: solid;
    border: none;
    border-top: 1px solid;
    border-image-source: linear-gradient(45deg, rgba(255,255,255, 0.1), rgba(255,255,255, 0.5), rgba(255,255,255, 0.1));
    border-image-slice: 1;
}

#s-footer footer > img {
    display: inline-block;
    width: 120px;
}

#s-footer footer > h2 {
    font-weight: 400;
    margin: 0;
    font-size: 0.9rem;
    color: white;
    text-align: center;
}

@media screen and (max-width: 750px){
    #s-footer header {
        flex-flow: row wrap;
        justify-content: center
    }
    #s-footer header > .item-groupFooter {
        min-width: calc(50% - 50px);
        margin: 0;
    }
    #s-footer header > .item-groupFooter:last-child {
        padding-top: 0px;
    }

    #s-footer header > .item-groupFooter:nth-child(3)  {
        padding-top: 0px;
    }

    #s-footer header > .item-groupFooter:first-child {
        margin-right: 50px;
    }

    #s-footer header > .item-groupFooter > h2 {
        text-align: center;
    }

    #s-footer header > .item-groupFooter > ul > li > a {
        justify-content: center;
    }

    #s-footer header > .item-groupFooter:last-child > ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #s-footer header > .item-groupFooter:last-child > ul > li > a > span {
        display: none;
    }
}

@media screen and (max-width: 550px){
    #s-footer footer {
        flex-direction: column;
    }

    #s-footer footer > img {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 500px){
    #s-footer header {
        flex-direction: column;
        align-items: center;
    }
    #s-footer header > .item-groupFooter {
        width: 200px;
        flex: 0;
        margin: 0 !important;
        padding: 30px 0px;
    }

    #s-footer header > .item-groupFooter:not(:first-child) {
        padding-top: 0px;
    }
}

/* =========== FALE CONOSCO ========== */
#s-faleConosco {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    visibility: hidden;
    animation-fill-mode: forwards !important;
}

#s-faleConosco > .faleConosco {
    max-width: 500px;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 30px 0px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;

    right: -500px;
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
    transition: all 400ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
}

#s-faleConosco > .faleConosco-active {

    right: 0px;
    opacity: 1;
}

#s-faleConosco > .faleConosco > .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
#s-faleConosco > .faleConosco > .group-faleConosco {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow-y: auto;
}
#s-faleConosco > .faleConosco > .group-faleConosco >  .content-img > img{
    max-width: 300px;
}

#s-faleConosco > .faleConosco > .group-faleConosco > .content-title > h1{
    text-align: center;
    margin: 15px 0px;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--azul);
}

#s-faleConosco > .faleConosco > .group-faleConosco > .content-title > p{
    color: var(--cinzaPrimarioTexto);
    text-align: center;
    padding: 0px 25px;
}


@media screen and (max-width: 899px){
    #s-faleConosco > .faleConosco ::-webkit-scrollbar {
        display: none;
    }
}
/* =========== ANIMAÇÕES ========== */
@keyframes arrow {
    0% {transform: translateY(0px);}
    50% {transform: translateY(-5px);}
    100%{transform: translateY(0px);}
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}


@keyframes fadeOut {
    0% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

/* =========== INPUT ========== */

#eSolution-login #msgErro {
    font-size: 0.9rem;
    color: red;
    margin-top: 10px;
    text-align: center;
    min-height: 15px;
}

.sfe-contentbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 30px;
}

.sfe-button {
    width: 100%;
    height: 40px;
    outline: none;
    border: none;
    border-radius: 4px;
    background: var(--azul, #164AAF);
    color: #fff;
    font-size: 1.1em;
    margin: 0px 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;

}

.sfe-button:hover {
    background-color: var(--azulHover);
}

.sfe-button:active {
    transform: scale(0.98);
}

.sfe-contentinput {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-left: 32px;
    padding-right: 32px;
}

/* .pure-material-textfield-outlined {
    --pure-material-safari-helper1: var(--azul, #164AAF);

    position: relative;
    display: inline-block;
    padding-top: 6px;
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
    height: 45px;
}

.pure-material-textfield-outlined {
    margin-bottom: 15px;
}

.pure-material-textarea-outlined {
    height: 120px;
}

.pure-material-textfield-outlined>textarea {
    resize: none;
} */


.inputTel,
.inputTel .iti__flag-container {
  width: 100%;
  font-family: 'Roboto', sans-serif !important;
}

.inputTel input {
  padding-left: 85px !important;
}

.inputTel > div > div {
  background-color: transparent !important;
}

.inputTel .iti__flag-container > .iti__selected-flag {
  width: 80px;
}

.inputTel .iti__country-list {
  border-radius: 8px;
  width: 100%;
  max-height: 168px;
}

.inputTel .iti__country-list::-webkit-scrollbar {
  display: none;
}

.inputTel .iti__country-list > .iti__country {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inputTel .iti__country-list > .iti__country > .iti__country-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  flex: 1;
}

.iti-mobile .iti--container {
  font-family: 'Roboto', sans-serif !important;
}

.iti-mobile .iti--container input {
  padding-left: 85px !important;
}

.iti-mobile .iti--container > div > div {
  background-color: transparent !important;
}

.iti-mobile .iti--container .iti__country-list {
  border-radius: 8px;
  width: 100%;
}

.iti-mobile .iti--container .iti__country-list::-webkit-scrollbar {
  display: none;
}

.iti-mobile .iti--container .iti__country-list > .iti__country {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.iti-mobile
  .iti--container
  .iti__country-list
  > .iti__country
  > .iti__country-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  flex: 1;
}

.pure-material-textfield-outlined {
  --pure-material-safari-helper1: var(--primary-color, #01549d);
  position: relative;
  display: inline-block;
  padding-top: 6px;
  font-family: var(
    --pure-material-font,
    'Roboto',
    'Segoe UI',
    BlinkMacSystemFont,
    system-ui,
    -apple-system
  );
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 12px;
}

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

.nooverflow {
  overflow: initial !important;
}

.pure-material-textfield-outlined > div > input,
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > textarea {
  box-sizing: border-box;
  margin: 0;
  border: solid 1px;
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  border-top-color: transparent !important;
  border-radius: 5px;
  padding: 7px 13px;
  width: 100%;
  height: inherit;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  transition: border 0.2s, box-shadow 0.2s;
  min-height: 45px;
}

.pure-material-textfield-outlined > div + span,
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  width: 100%;
  max-height: 100%;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  font-size: 75%;
  line-height: 15px;
  cursor: text;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

.pure-material-textfield-outlined > div + span::after,
.pure-material-textfield-outlined > div + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::after,
.pure-material-textfield-outlined > textarea + span::before {
  content: '';
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.pure-material-textfield-outlined > div + span::before,
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}

.pure-material-textfield-outlined > div + span::after,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 4px;
}

.pure-material-textfield-outlined:hover > div > input,
.pure-material-textfield-outlined:hover > input,
.pure-material-textfield-outlined:hover > textarea {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  border-top-color: transparent;
}

.pure-material-textfield-outlined:hover > div + span::after,
.pure-material-textfield-outlined:hover > div + span::before,
.pure-material-textfield-outlined:hover > input + span::after,
.pure-material-textfield-outlined:hover > input + span::before,
.pure-material-textfield-outlined:hover > textarea + span::after,
.pure-material-textfield-outlined:hover > textarea + span::before {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

.pure-material-textfield-outlined:hover > div > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

.pure-material-textfield-outlined > div > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

.pure-material-textfield-outlined > div > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
  font-size: inherit;
  line-height: 52px;
}

.pure-material-textfield-outlined
  > div
  > input:not(:focus):placeholder-shown
  + span::after,
.pure-material-textfield-outlined
  > div
  > input:not(:focus):placeholder-shown
  + span::before,
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::after,
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined
  > textarea:not(:focus):placeholder-shown
  + span::after,
.pure-material-textfield-outlined
  > textarea:not(:focus):placeholder-shown
  + span::before {
  border-top-color: transparent;
}

.pure-material-textfield-outlined > div:focus-within input,
.pure-material-textfield-outlined > div > input:focus,
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
  border-color: var(--primary-color, #01549d) !important;
  border-top-color: transparent !important;
  box-shadow: inset 1px 0 var(--pure-material-safari-helper1),
    inset -1px 0 var(--pure-material-safari-helper1),
    inset 0 -1px var(--pure-material-safari-helper1) !important;
  outline: 0;
}

.pure-material-textfield-outlined > div:focus-within + span,
.pure-material-textfield-outlined > input:focus + span,
.pure-material-textfield-outlined > textarea:focus + span {
  color: var(--primary-color, #01549d) !important;
}

.pure-material-textfield-outlined > div:focus-within + span::after,
.pure-material-textfield-outlined > div:focus-within + span::before,
.pure-material-textfield-outlined > input:focus + span::after,
.pure-material-textfield-outlined > input:focus + span::before,
.pure-material-textfield-outlined > textarea:focus + span::after,
.pure-material-textfield-outlined > textarea:focus + span::before {
  border-top-color: var(--pure-material-safari-helper1) !important;
  box-shadow: inset 0 1px var(--pure-material-safari-helper1) !important;
}

.pure-material-textfield-outlined .invalid,
.pure-material-textfield-outlined .invalid > input {
  box-shadow: inset 1px 0 red, inset -1px 0 red, inset 0 -1px red;
  outline: 0;
  border-color: transparent red red !important;
}

span.inputTelInvalidSpan {
  color: red !important;
}

span.inputTelInvalidSpan::before,
span.inputTelInvalidSpan::after {
  border-top-color: red !important;
  box-shadow: inset 0 1px red !important;
  border-top-color: red !important;
}

.pure-material-textfield-outlined > input:disabled,
.pure-material-textfield-outlined > input:disabled + span,
.pure-material-textfield-outlined > textarea:disabled,
.pure-material-textfield-outlined > textarea:disabled + span {
  border-color: rgba(
    var(--pure-material-onsurface-rgb, 0, 0, 0),
    0.38
  ) !important;
  border-top-color: transparent !important;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  pointer-events: none;
}

.pure-material-textfield-outlined > input:disabled + span::after,
.pure-material-textfield-outlined > input:disabled + span::before,
.pure-material-textfield-outlined > textarea:disabled + span::after,
.pure-material-textfield-outlined > textarea:disabled + span::before {
  border-top-color: rgba(
    var(--pure-material-onsurface-rgb, 0, 0, 0),
    0.38
  ) !important;
}

.pure-material-textfield-outlined > input:disabled:placeholder-shown,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span {
  border-top-color: rgba(
    var(--pure-material-onsurface-rgb, 0, 0, 0),
    0.38
  ) !important;
}

.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined
  > textarea:disabled:placeholder-shown
  + span::before {
  border-top-color: transparent !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .pure-material-textfield-outlined > input,
    .pure-material-textfield-outlined > input + span,
    .pure-material-textfield-outlined > input + span::after,
    .pure-material-textfield-outlined > input + span::before,
    .pure-material-textfield-outlined > textarea,
    .pure-material-textfield-outlined > textarea + span,
    .pure-material-textfield-outlined > textarea + span::after,
    .pure-material-textfield-outlined > textarea + span::before {
      transition-duration: 0.1s;
    }
  }
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
}

.sfe-textarea {
    display: block;
    border: 1px solid rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 3px;
    width: 100%;
    padding: 15px;
    position: relative;
    box-sizing: border-box;
    margin-top: 10px;
}

.sfe-textarea > textarea {
    resize: none;
    width: 100%;
    height: 100%;
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243))

}

.sfe-textarea > span {
    position: absolute;
    font-size: 75%;
    padding: 0px 4px;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    background-color: white;
    top: -9px;
    left: 8px;
}

.sfe-textarea:hover {
    border-color: black;
}

.sfe-textarea-focus {
    border-color: var(--azul, #164AAF) !important;
    box-shadow: inset 0 1px  var(--azul), inset 1px 0 var(--azul), inset -1px 0 var(--azul), inset 0 -1px var(--azul);
    outline: none;
}

.sfe-textarea-focus > span {
    color: var(--azul, #164AAF);
}

.sfe-textarea > textarea:focus {
    outline: none;
}

#msgErro{
    color: red;
    font-weight: 300;
    font-size: 0.9rem;
    margin-top: 10px;
    text-align: center;
}
