html {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    scroll-behavior: smooth;
}
img {
    border: none;
}
h1, h2, h3 {
    color: black;
}
b {
    color: #022A4D;
    font-weight: 700;
}
div {
    /* border: 1px solid #000; */
}
::placeholder{
    color: black;
}
input, textarea{
    outline: none;
}
#container {
    background: #eee;
}
#main-content {
    width: 100%;
    padding-top: 1rem;
    margin: 0 auto;
    background-image: url("../images/bgHome.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
#quem-somos {
    width: 100%;
    padding-top: 2rem;
    margin: 0 auto;
    background-image: url("../images/bgpg2.png");
    background-size: 50%;
    background-repeat: no-repeat;
}
#main-simule {
    width: 100%;
    margin: 0 auto;
    background-image: url("../images/bgSimula.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
#main-faq {
    width: 100%;
    margin: 0 auto;
    background-image: url("../images/bgFaq.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 5rem;
    padding-top: 10rem;
}
#page {
    background: #fff;
    margin: auto;
}
#instalacao {
    width: 24rem;
    height: 10rem;
    background-image: url("../images/instalacao.png");
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    left:65rem;
    display: none;
    cursor: pointer;
}

.parceriaText{
    font-size: 1.8rem;
    width: 90%;
    padding: 2rem 0rem 5rem 5rem;
}
.propagandaParceiros{
    padding-left: 0rem;
    padding-bottom: 2rem;
    font-weight: 600;
    text-align: justify;
}
.propagandaVantagens{
    padding-left: 6rem;
    padding-bottom: 4rem;
    font-weight: 600;
}
.greenLink{
    color: #25d366;
}

.textoContato{
    padding-left: 11rem;
    padding-bottom: 2rem;
    font-weight: 600;
}
.dadosNecessarios{
    font-size: 1rem;
    padding-left: 11rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
}
.imagemFooter{
    width: 10rem;
}

.imagemParceria{
    width: 25rem;
    padding: 2rem 0rem 2rem 37rem;
}

.contratacaoButton{
    padding: 2rem 32.5rem 0rem 32.5rem;
    font-size: 2rem;
}

.propagandaParceirosAviso{
    font-size: 1.2rem;
    padding-left: 0rem;
    padding-bottom: 2rem;
    font-weight: 600;
}

.line3 {
    display: flex;
    align-content: space-between;
    margin-top: 5rem;
}

.line3m {
    display: flex;
    align-content: space-between;
    margin-top: 10rem;
}
.line3q {
    display: flex;
    align-content: space-between;
}
.blockb {
    width: 100%;
    text-align: center;
    margin-top:4rem;
    margin-bottom:4rem;
}
.blockq {
    width: 100%;
    text-align: left;
}
.blockb .title {
    font-weight: 700;
    color: #022A4D;
    font-size: 1.5rem;
    margin-bottom: 3rem;
}
.block2 {
    padding-top: 6rem;
}
.block3 {
    padding-top: 6rem;
}
.blockb .subtext {
    font-weight: 600;
    color: #000;
    padding: 2rem 6rem;
    font-size: 1.2rem;
    text-align: center;
}
.blockb .textoQuemSomos {
    font-weight: 600;
    color: black;
    font-size: 1.6rem;
    text-align: center;
    padding: 2rem 6rem;
    margin-top: 1rem;
}
.blue-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    margin-top: 0;
    padding: 5rem 2rem;
}
.textq {
    padding-left: 5rem;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
    text-align: left;
    width: 90%;
}
.textq h3 {
    color: #003EC9;
    font-size: 2.2rem;
    font-weight: 600;
}
.test {
    height: 15rem;
    padding: 5rem 2rem;
    padding-top: 10%;
    width: 50%
}
.test > h2 {
    color: #000;
    font-size: 2.5rem;
    text-align: left;
    padding-bottom: 0rem;
}
.line4 {
    display: flex;
    padding: 4vw;
    flex-flow: row;
    flex-wrap: wrap;
    align-content: center;
}
.line4 h2 {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
}
.line5 {
    display: flex;
    padding: 0 5vw;
    justify-content: center;
    align-content: center;
    width: 89%;
}
.lineB {
    width: 100%;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 10rem;
}
.btSimula {
    background-color: #FFB533;
    border-radius: 2.5rem;
    height: 5rem;
    font-weight: 700;
    font-size: 2rem;
    box-shadow: .2rem .6rem .4rem rgba(0, 0, 0, 0.25);
    width: 30rem;
    cursor: pointer;
    border: none;
}
.btSimula:hover {
    box-shadow: .2rem .6rem .4rem rgba(0, 0, 0, 0.4);
    border: 1px solid #EEB533;
}
.btSimula:active {
    box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.7);
    background-color: #FFE2AF;
}
.simula {
    width: 28vw;
    padding: 2vw;
    padding-top: 0px;
    font-weight: 700;
}
.simula span {
    font-size: 1.2rem;
}
.snumber {
    color: #022A4D;
    font-size: 4rem;
    font-weight: 600;
    margin-top: 1rem;
    width: 100%;
}
.blueh4 {
    margin-top: 2rem;
}
.blue-button {
    color: #444;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    border-radius: 20px;
    font-size: 1rem;
    -webkit-transition: 1rem;
    transition: 1rem;
    padding: .5rem 1.5rem;
    background-color: #022A4D;
}
.rangeBack {
    width: 100%;
    margin: auto;
    height: 10rem;
    box-shadow: .6rem .6rem .6rem rgba(0, 0, 0, .25);
    border-radius: 5rem;
    text-align: center;
    background-color: #fff;
    background-image: url("../images/scale2.png");
    background-position: 6rem 6rem;
    background-repeat: no-repeat;
    background-size: 87%;
}
.bigBg {
    width: 100%;
    background-image: url("../images/bgp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 3rem;
    min-height: 100rem;
}
.lineMap {
    background-image: url("../images/teste.png");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: right;
    min-height: 30rem;
    margin: auto;
    padding: 23rem 20rem 8rem 25rem;
    font-size: 1.4rem;
    margin-top: 5rem;
}
.lineMap h4 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #003EC9;
}
.tx {
    width: 30rem;
    font-weight: 600;
}
.lineLogos {
    font-size: 2.3rem;
    color: #FDA227;
    background: url("../images/logos.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    height: 18rem;
    padding-left: 9rem;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 5rem;
}
.slider {
    margin-top: 4.5rem;
    -webkit-appearance: none;
    appearance: none;
    width: 90%;
    height: 1rem;
    background: #FED880; /* Grey background */
    outline: none; /* Remove outline */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    box-shadow: inset 0 .3rem .3rem rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
    z-index: 1001;
}
.slider::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: none;
    background: url("../images/sun.png");
    background-size: 6rem;
    cursor: pointer;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: none;
    background-image: url("../images/sun.png");
    background-size: 6rem;
    cursor: pointer;
}
.line6 {
    margin-top: 10rem;
    background-image: url("../images/line6.png");
    background-position: right;
    background-size: 80%;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 58rem;
    text-align: left;
}
.line7 {
    margin-top: 5rem;
    background-image: url("../images/geracao.png");
    background-position: 50rem 5rem;
    background-size: 45%;
    background-repeat: no-repeat;
    width: 99rem;
    min-height: 40rem;
    text-align: left;
    font-size: 3.5rem;
    font-weight: 700;
}
.cL7 {
    width: 50%;
    text-align: center;
    margin: -2rem;
    padding-top: 10rem;
    padding-left: 3rem;
}
.l6box {
    float: left;
    background: #fff;
    border-radius: 1.5rem;
    width: 48%;
    height: 12rem;
    margin-top: 3rem;
    box-shadow: .3rem .3rem .8rem rgba(0, 0, 0, .25);
    padding: 3rem;
    font-size: 1.4rem;
    font-weight: 600;
    margin-left: 1rem;
}
.redlink {
    color: #FFA300;
}
.redlink:visited {
    color: #FFA300;
}
.redlink:hover {
    color: #666;
}
.whiteLinks{
    text-decoration: none;
    color: white;
}
#floatWindow {
    position: fixed;
    bottom: 5rem;
    left: 0px;
    width: 90%;
    min-height: 5rem;
    padding: 2rem;
    box-shadow: .3rem .3rem .8rem rgba(255, 255, 255, .25);
    border-radius: 0px 8rem 8rem 0px;
    background-color: #FFF;
    font-size: 2rem;
    text-align: left;
    display: none;
}
.bt {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    border-radius: 20px;
    font-size: .8rem;
    -webkit-transition: 1rem;
    transition: 1rem;
    padding: .5rem 3rem;
    box-shadow: .1rem .3rem .2rem rgba(0, 0, 0, 0.25);
}
.bt:hover {
    box-shadow: .1rem .3rem .2rem rgba(0, 0, 0, 0.5);
}
.blue-button-small {
    background-color: #003EC9;
    font-size: 2rem;
}
.red-button-small {
    background-color: #FFB533;
    margin-left: 2rem;
    font-size: 2rem;
}
.formContact {
    margin-top: 5rem;
    background-image: url("../images/bgform.png");
    background-position: right top;
    background-size: 40%;
    background-repeat: no-repeat;
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 16rem;
}
.formFlex {
    display: flex;

    align-content: space-between;
    padding: 0 10rem;
    resize: none;
}
.col50 {
    width: 50%;
    padding: 1.5rem;
}
.tContato {
    background: #FFB533;
    width: 40%;
    padding: .5rem 0 .5rem 11rem;
    text-align: left;
    border-radius: 0 1.5rem 1.5rem 0;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.pContact {
    padding-left: 11rem;
}

label {
    margin-top: 0.8rem;
    clear: both;
    display: block;
    font-weight: 600;
}
.formFlex input, textarea {
    margin-top: .5rem;
    width: 100%;
    border: none;
    height: 2.4rem;
    border-radius: 1.2rem;
    box-shadow: .1rem .3rem .15rem rgba(0, 0, 0, 0.2);
    background-color: white;
    clear: both;
    padding: .2rem 1rem;
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    resize: none;
}
.custom-file-upload {
    border: none;
    display: inline-block;
    padding: 6px 12px;
    color: black;
    width: 100%;
    background-color: white;
    height: 2.4rem;
    padding: 0rem 1rem;
    border-radius: 1.2rem;
    clear: both;
    font-size: 1.3rem;
    cursor: pointer;
    box-shadow: 0.1rem 0.3rem 0.15rem rgb(0 0 0 / 20%);
}
input[type="file"] {
    display: none;
}
.formFlex textarea {
    background-color: white;
    height: 30rem;
    resize: none;
}
.formFlex select{
    margin-top: 0.5rem;
    width: 105%;
    border: none;
    height: 2.4rem;
    border-radius: 1.2rem;
    box-shadow: 0.1rem 0.3rem 0.15rem rgb(0 0 0 / 20%);
    background-color: white;
    clear: both;
    padding: 0.2rem 1rem;
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    resize: none;
    color: black;
}
.btEnviar {
    background: #FFA300;
    margin-top: .5rem;
    cursor: pointer;
}
.btEnviar:hover {
    box-shadow: .1rem .3rem .2rem rgba(0, 0, 0, 0.4);
    border: 1px solid #EEB533;
}
.obs {
    display: block;
    font-size: .9rem;
    font-style: italic;
    margin-top: 1rem
}
.footerMob {
    display: none
}
.footer {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    width: 100%;
    min-height: 20rem;
    background-image: url("../images/rpOnda.png");
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: .8rem;
    font-weight: 400;
}
.footerC5 {
    padding: 1rem;
    padding-top: 8rem;
}
.footerC5 strong {
    font-size: .9rem;
    font-weight: 600;
}
.footerC5 a {
    text-decoration: none;
    color: #fff;
}
.footerC5 a:hover {
    text-decoration: underline;
}
.fc {
    padding-left: 4rem;
}
.lineNet {
    background-image: url("../images/rede.png");
    background-position: 5rem 20rem;
    background-size: 90%;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 90rem;
    position: relative;
    text-align: center;
}
.lineNet h2 {
    /* max-width: 1200px;*/
    font-size: 3rem;
    padding: 8rem;
}
.rede {
    position: absolute;
    padding: 2rem;
    border-radius: .7rem;
    box-shadow: .2rem .2rem .4rem rgba(0, 0, 0, 0.25);
    background-color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    margin: auto;
}
.p1 {
    top: 29rem;
    left: 10rem;
    width: 18rem;
}
.p2 {
    top: 25rem;
    left: 65rem;
    width: 20.2rem;
}
.p3 {
    top: 43rem;
    left: 75rem;
    width: 15rem;
}
.p4 {
    top: 55rem;
    left: 12rem;
    width: 25rem;
}
.lineComo{
    padding-bottom: 5rem;
    text-align: justify;
    font-weight: 600;
}
.cols2 {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    width: 100%;
    font-size: 1.5rem;
}
.c1 {
    width: 50%;
    padding: 4rem;
}
.lineSimule {
    padding-top: 10rem;
}
.formOk {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: auto;
    font-size: 1.5rem;
    padding-top: 5rem;
}
.lineY {
    cursor: pointer;
    background: #FED880;
    border-radius: 0 2rem 2rem 0;
    width: 80%;
    font-weight: 700;
    padding: 1rem 3rem;
    font-size: 1.5rem;
    color: #664814;
    box-shadow: .2rem .2rem .4rem rgba(0, 0, 0, 0.25);
    margin-top: 2rem;
}
.faqA {}
.faqH {
    width: 90%;
    min-height: 12rem;
    border-radius: 0 0 7rem 0;
    background-color: #fff;
    box-shadow: .2rem .2rem .6rem rgba(0, 0, 0, 0.25);
    margin-top: 1rem;
    display: none;
}
.faqIcon {
    background-color: #022A4D;
    height: 12rem;
    float: left;
    width: 17rem;
    border-radius: 0 6rem 6rem 0;
    text-align: center;
}
.faqIcon img {
    width: 9rem;
    margin-top: 2rem;
}
.faqText {
    float: left;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 2rem;
    width: 60rem;
    clear: all;
    line-height: 2.8rem;
}
.icoElement {
    width: 50%;
    height: 15rem;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}
#icoEconomico {
    background-image: url("../images/icoEconomico.png");
}
#icoSimples {
    background-image: url("../images/icoSimples.png");
}
#icoSustentavel {
    background-image: url("../images/icoSustentavel.png");
}
#icoGeracao {
    background-image: url("../images/icoGeracao.png");
}
#icoRecicla {
    background-image: url("../images/icoRecicla.png");
}
#icoPresente {
    background-image: url("../images/icoPresente.png");
}
#imgLine61 {
    margin-left: 3rem;
    margin-top: 3rem;
    margin-right: 2rem;
    width: 39rem;
    height: 20rem;
    float: left;
    background-image: url("../images/line6-1.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
#imgLine62 {
    margin-left: 4rem;
    margin-top: 3rem;
    width: 39rem;
    height: 20rem;
    float: left;
    background-image: url("../images/line6-2.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.whatsapp-link {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}
.fa-whatsapp {
    margin-top: 12px;
}

.facebook-link {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 85px;
    right: 10px;
    background-color: #3B5998;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}
.fa-facebook {
    margin-top: 12px;
}

.instagram-link {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 140px;
    right: 10px;
    background-color: #f40083;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}
.fa-instagram {
    margin-top: 12px;
}

.parceirosText{
    width: 90%;
    padding: 0 0 2rem 4.5rem;
}
.tituloParceiros {
    font-size: 2.2rem;
    padding-left: 0rem;
    padding-bottom: 2rem;
    font-weight: 600;
    text-align: justify;
    padding-top: 3rem;
}
.imagemParceiros {
    width: 25rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 0rem 0rem 0rem;
}
.imagemSindicatos{
    margin-left: auto;
    width: 25rem;
    padding: 0rem 6.5rem 0rem 6.5rem;
    margin-right: auto;
    display: inline;
}
.textoParceiros {
    padding-left: 0rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: justify;
}
.separadorParceiros {
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    text-align: center;
    color: black;
}

/********************* MOBILE *********************/

@media screen and (max-width: 700px) {
    ::placeholder{
        color: black;
    }
    #main-content {
        background-image: url("../images/mobile/bgHome.png");
        
    }
    .icoElement {
        float: left;
        width: 15rem;
        height: 15rem;
    }
    #icoEconomico {
        background-image: url("../images/mobile/icoEconomico.png");
    }
    #icoSimples {
        background-image: url("../images/mobile/icoSimples.png");
    }
    #icoSustentavel {
        background-image: url("../images/mobile/icoSustentavel.png");
    }
    #icoGeracao {
        background-image: url("../images/mobile/icoGeracao.png");
    }
    #icoRecicla {
        background-image: url("../images/mobile/icoRecicla.png");
    }
    #icoPresente {
        background-image: url("../images/mobile/icoPresente.png");
    }
    #instalacao {
        width: 30rem;
        height: 15rem;
        background-image: url("../images/instalacao.png");
        background-size: 100%;
        background-position: top left;
        background-repeat: no-repeat;
        position: absolute;
        left: 3rem;
        display: none;
        cursor: pointer;
        margin-top: -80px;
    }
    .icoRight {
        float: right;
    }
    .line3 {
        display: flex;
        flex-flow: wrap;
        align-content: center;
        margin-top: 20rem;
        width: 100%;
    }
    
    .m3 {
        padding-top: 12rem;
        width: 100%;
    }
    .title.aRight {
        padding-left: 0;
        padding-right: 15rem;
    }
    .aRight {
        text-align: right !important;
    }
    .test > h2 {
        color: #000;
        font-size: 2.2rem;
        text-align: left;
        margin-bottom: 0rem;
    }
    .test {
        height: 15rem;
        padding: 5rem 2rem;
        padding-top: 5%;
        width: 95%
    }
    .blue-button {
        font-size: 1.5rem;
        padding: .5rem 3rem;
        background-color: #022A4D;
    }
    
    .blockb .title {
        font-size: 1.8rem;
        text-align: left;
        padding-left: 15rem;
        margin: 0;
    }
    .blockb .subtext {
        padding: 2rem 6rem;
        font-size: 1.5rem;
        text-align: left;
        margin-top: 1rem;
        
    }
    .blockb .textoQuemSomos {
        font-weight: 600;
        color: black;
        font-size: 1.6rem;
        text-align: center;
        padding: 2rem 6rem;
        margin-top: 1rem;
    }
    .block2 {
        padding-top: 2rem;
    }
    .block3 {
        padding-top: 4rem;
    }
    #imgLine61 {
        margin-left: 0;
        margin-top: 0rem;
        width: 100%;
        height: 29rem;
        float: none;
        background-image: url("../images/mobile/line6-1.png");
    }
    #imgLine62 {
        margin-left: 0;
        margin-top: 0rem;
        width: 100%;
        height: 29rem;
        float: none;
        background-image: url("../images/mobile/line6-2.png");
        margin-top: -3rem;
    }
    .line6 {
        background-image: none;
        display: block;
        margin-top: 0rem !important;
        width: 100%;
        min-height: 58rem;
        text-align: left;
    }
    .l6box {
        float: none;
        background: #fff;
        border-radius: 0;
        width: 95%;
        height: auto;
        padding-top: 2rem;
        box-shadow: none;
        padding: 0;
        font-size: 1.4rem;
        font-weight: 600;
        margin-left: 1rem;
        margin-right: 2rem;
    }
    .line7 {
        margin-top: -1rem;
        background-image: url("../images/geracao.png");
        background-position: center top;
        background-size: 90%;
        background-repeat: no-repeat;
        width: 50rem;
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
    }
    .cL7 {
        width: 90%;
        padding-top: 35rem;
        font-size: 2.2rem;
        margin: auto
    }
    .line3 {
        margin: 0;
    }
    .line4 h2 {
        width: 100%;
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 2rem;
    }
    .rangeBack {
        width: 95%;
        height: 6rem;
        box-shadow: .3rem .3rem .3rem rgba(0, 0, 0, .25);
        border-radius: 3rem;
        background-image: url("../images/mobile/scale2.png");
        background-position: 2rem 4rem;
        background-size: 90%;
    }
    .slider {
        margin-top: 2.5rem;
        width: 90%;
        height: 1rem;
        box-shadow: inset 0 .3rem .3rem rgba(0, 0, 0, 0.25);
        border-radius: 1rem;
    }
    .slider::-moz-range-thumb {
        width: 5rem;
        height: 5rem;
        background-size: 5rem;
        
    }
    .slider::-webkit-slider-thumb {
        width: 5rem;
        height: 5rem;
        background-size: 5rem;
    }
    
    .btSimula {
        
        border-radius: 2rem;
        height: 4rem;
        
        font-size: 1.5rem;
        box-shadow: .1rem .4rem .5rem rgba(0, 0, 0, 0.3);
        width: 30rem;
        
    }
    .btSimula:hover {
        box-shadow: .1rem .4rem .2rem rgba(0, 0, 0, 0.4);
        border: 1px solid #EEB533;
    }
    .btSimula:active {
        box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.7);
        background-color: #FFE2AF;
    }
    
    .simula {
        width: 50%;
        padding: 2vw;
        padding-top: 0px;
        
    }
    .snumber {
        font-size: 2.5rem;
    }
    
    .formContact {
        margin-top: 0rem;
        background-image: url("../images/mobile/bgform.png");
        background-position: center top;
        background-size: 100%;
        width: 100%;
        text-align: left;
        font-size: 1.2rem;
        font-weight: 400;
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .formSindicato {
        margin-top: 0rem;
        width: 100%;
        text-align: left;
        font-size: 1.2rem;
        font-weight: 400;
        padding-top: 12rem;
        padding-bottom: 6rem;
    }
    
    .formFlex {
        display: flex;
        align-content:flex-start ;
        flex-flow: wrap;
        padding: 0 0rem;
        resize: none;
    }
    .formFlex textarea {
        height: 20rem;
        resize: none;
    }
    
    .tContato {
        background: #FFB533;
        width: 60%;
        padding: .5rem 0 .5rem 5rem;
        text-align: left;
        border-radius: 0 1.5rem 1.5rem 0;
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }
    .col50 {
        width: 75%;
        padding: 10%;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .pContact {
        padding: 1rem 10% 1rem 10%;
        
    }
    textarea{
        border-radius: 3rem;
        padding: 5%;
        width: 95%;
        
    }
    
    .btEnviar {
        margin-top: 2rem !important;
        font-size: 1.7rem !important;
        font-weight: 700 !important;
    }
    
    #quem-somos {
        width: 100%;
        margin: 0 auto;
        background-image: url("../images/mobile/bgpg2.png");
        background-size: 115%;
        background-repeat: no-repeat;
        padding-top: 8rem;
    }
    
    .bandeira {
        width: 8rem;
    }
    
    .line3m {
        display: block;
        margin-top: 6rem;
        
    }
    
    .bd {
        padding-top: 3rem;
        width: 20% !important;
        
    }
    .blockq {
        width: 80%;
    
    }
    
    .textq {
        padding-top: 5rem;
        font-size: 1.7rem;
        line-height: 2rem;
        padding-left: 6rem;
        width: 85%;
    }
    .line4 {
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
    .line4 > h2 {
        margin-bottom: 0;
    }
    
    .ico2 {
        width: 11rem;
    }
    
    
    .logo2 {
        width: 14rem;
        margin-bottom: 4rem;
    }
    
    .line3q {
        flex-flow: wrap;
    }
    
    .blockb {
        display: block;
        align-content: space-between;
        padding-left: 2rem;
        margin-top: 0rem;
        margin-bottom: 2rem;
        
        
    }
    .bigBg {
        width: 100%;
        background-image:none;
        
        min-height: 10rem;
    }
    
    
    
    .lineMap {
        background-image: url("../images/mobile/teste.png");
        background-size: 100%;
        background-position: top right;
        margin: auto;
        padding: 0;
        padding-top: 25rem;
        text-align: left
        
    }
    .lineMap h4 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        color: #003EC9;
    }
    
    .tx {
        width: 20rem;
        padding-left: 2rem;
    }
    
    
    .lineLogos {
        font-size: 1.8rem;
        color: #FDA227;
        background: url("../images/mobile/logos.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center bottom;
        height: 12rem;
        padding-left: 2rem;
        margin-top: 2rem;
        margin-bottom: 4rem;
        font-weight: 600;
    }

    
    .lineNet {
        background-image: none;
        width: 100%;
        min-height: 100rem;
        position:relative;
        text-align: center;
    }
    .lineNet h2 {
        /* max-width: 1200px;*/
        font-size: 2rem;
        padding: 8rem 2rem;
    }

    .rede {
        position: relative;
        padding: 2.5rem 4rem;
        border-radius: 3rem;
        box-shadow: 1rem 1.5rem 1.5rem rgba(0, 0, 0, 0.25);
        font-size: 2rem;
        margin: 0;
        margin-bottom: 3rem;
    }
    
    
    .p1 {
        top: 0;
        left: 0;
        margin-left: 4rem;
        width: 60%;
    }
    .p2 {
        top: 0;
        left: 0;
        margin-left: 22%;
        width: 60%;
    }
    .p3 {
        top: 0;
        left: 0;
        margin-left: 4rem;
        width: 60%;
    }
    .p4 {
        top: 0;
        left: 0;
        width: 60%;
        margin-left: 22%;
    }
    
    .cols2 {
        display: flex;
        flex-flow: wrap;
        align-content:flex-start ;
        justify-content:flex-start;
        width: 100%;
        font-size: 1.8rem;
    }
    
    .c1 {
        width: 90%;
        padding: 1rem 4rem;
    }

    
    
    #main-simule {
        
        background-image: url("../images/mobile/bgSimula.png");
        
    }
    
    .lc {
        display: none;
    }
    
    
    
    .faqH {
        
        min-height: 6rem;
        border-radius: 0 0 4rem 0;

    }
    
    .faqIcon {
        
        height: 6rem;
        float: left;
        width: 11rem;
        border-radius: 0 2rem 2rem 0;
        text-align: center;
    }
    .faqIcon img {
        width: 5rem;
        margin-top: 1rem;
    }
    .faqText {
        float: left;
        font-size: 1.5rem;
        font-weight: 600;
        padding: 1rem;
        width: 30rem;
        clear: all;
        line-height: 2.1rem;
    }
    
    .footer {
        display: none;
    }
    
    .footerMob {
        display: block;
        width: 90%;
        background-image: url("../images/mobile/rpOnda.png");
        background-position: top center;
        background-size: 100%;
        background-repeat: no-repeat;
        
        color: #fff;
        padding: 5%;
        padding-top: 10%;
        
    }
    
    .footerMobC5 {
        width: 50%;
        float: left;
    }
    .fmc {
        text-align: right;    
    }
    .imagemParceria{
        width: 25rem;
        padding: 0rem 0rem 2rem 9.5rem;
    }
    .textoContato{
        padding-left: 5rem;
        padding-bottom: 2rem;
        font-weight: 600;
    }
    .dadosNecessarios{
        padding-left: 5rem;
        padding-bottom: 1rem;
        font-weight: 600;
    }
    .parceriaText{
        padding: 0rem 0rem 5rem 2.5rem;
        font-size: 1.5rem;
        width: 90%;
    }
    .propagandaParceiros{
        padding-left: 0.5rem;
        padding-bottom: 2rem;
        font-weight: 600;
        text-align: justify;
    }
    .propagandaVantagens{
        padding-left: 4rem;
        padding-bottom: 2rem;
        font-weight: 600;
    }
    .greenLink{
        color: #25d366;
    }
    .lineComo{
        padding-bottom: 5rem;
        text-align: justify;
        font-weight: 600;
    }
    .contratacaoButton{
        padding: 2rem 9.5rem 2rem 9.5rem;
        font-size: 1.9rem;
    }
    .propagandaParceirosAviso{
        font-size: 1.2rem;
        padding-left: 1rem;
        padding-bottom: 0rem;
        font-weight: 600;
    }
    .imagemFooter{
        width: 15rem;
    }
    .parceirosText{
        width: 90%;
        padding: 0 0 2rem 2rem;
        font-size: 1.5rem;
        font-weight: 600;
        text-align: justify;
    }
    .tituloParceiros {
        padding: 0 0 0 1rem;
        padding-bottom: 3rem;
        font-size: 2rem;
        text-align: justify;
        font-weight: 600;
    }
    .imagemParceiros{
        width: 20rem;
        padding: 2rem 0rem 2rem 2rem;
        margin-left: auto;
        margin-right: auto;
    }
    .imagemSindicatos{
        margin-left: auto;
        width: 25rem;
        padding: 0rem 0rem 0rem 0rem;
        margin-right: auto;
        display: inline;
    }
    .textoParceiros {
        padding-left: 1rem;
        padding-bottom: 2rem;
        font-size: 1.6rem;
        font-weight: 600;
        text-align: justify;
    }
    .separadorParceiros {
        padding: 0 0 0 1rem;
        width: 100%;
        text-align: center;
        color: black;
    }
}