@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* border: 1px solid blue; */
}
html{
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
}
body {
    height: 100%;
}
header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
   flex-wrap: wrap;
    gap: 0rem;
}

/* ------------ Prefeitura Campanha ------------ */

.prefeitura-campanha {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f4af02;
    width: 100%;
    height: 336px;
}
.prefeitura-campanha > p {
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    transform: scaleX(1.1);
    line-height: 1;
    margin-bottom: auto;
}
.prefeitura-campanha > p .w900 {
    font-weight: 900;
}
.prefeitura-campanha .custom-p {
    font-size: 10px;
    margin: 0 auto auto;
}
.prefeitura-campanha .adm {
    line-height: 0;
    font-size: 9px;
}
.prefeitura-campanha > img {
    margin: auto auto 0;
}

.prefeitura-campanha .brasao {
    background-image: url("img/BRASAOPEQUENO.png");
    height: 90px;
    width: 117px;
    


    background-position: center;
    /* centraliza */
    background-repeat: no-repeat;
    margin: auto auto 0;
}



 /*.brasao > p .w900 {
    font-weight: 900;
}

.brasao .custom-p {
    font-size: 10px;
    margin: 0 auto auto;
}

.brasao > p {
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    transform: scaleX(1.1);
    line-height: 1;
    margin-bottom: auto;
}*/

.prefeitura-campanha .buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 0.5rem;
}
.prefeitura-campanha .buttons a {
    font-weight: bold;
    color: #017FBC;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 12px;
    padding: 8px;
    line-height: 0.95;
    background-color: #fff;
    border-radius: 15px;
}
.prefeitura-campanha .buttons a img {
    margin: auto 5px auto 0px;
}
.prefeitura-campanha .buttons a p {
    transform: scaleY(0.998);
}
.prefeitura-campanha .buttons .menu {
    width: 100%;
    font-size: 20px;
    max-height: 38px;
    font-weight: 900;
    /* max-width: 276px; */
}
.prefeitura-campanha .buttons .menu img {
    width: 23.64px;
    height: 16px;
}

/* ------------ Hidden menu ------------ */

.hidden-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 255px;
    display: flex;
    flex-direction: column;
    z-index: 999;
    transition: opacity 0.2s ease-in-out;
}
.hidden-menu.active {
    max-height: none;
    opacity: 100;
}
.hidden-menu > a {
    text-align: center;
    font-weight: 900;
    color: #017FBC;
    font-size: 14px;
    padding: 12px 8px;
    line-height: 0.95;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 0.32rem;
}
.hidden-menu > a:hover {
    color: #fff;
    background-color: #017FBC;
}
#cover-area {
    transition: background-color 0.2s ease-in-out;
}
#cover-area.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

/* ------------ Slogans ------------ */

.superacao img {
    width: 100%;
 height: auto;
display: block;
padding-right: -5px;


      
}
.juntos {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
}
.juntos img {
    width: 100%;
}
.juntos .pessoas {
    margin-top: auto;
    display: flex;
    z-index: -1;
}

/* ------------ Cards ------------ */

.cards {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* margin-top: 1rem; */
}
.cards .card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
}
.cards .card p {
    color: #fff;
    line-height: 2;
    font-weight: bold;
    text-align: center;
    z-index: 9;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.cards .card a {
   /*  font-size: 20px;
    font-weight: 999;
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    margin-top: 2rem;
    box-shadow: inset -5px -5px 3px #dddddd;
    z-index: 9;*/
}

.link {
     font-size: 20px;
    font-weight: 999;
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    margin-top: 2rem;
    box-shadow: inset -5px -5px 3px #dddddd;
    z-index: 9;
}
.card-1 a {
    color: #E56E5D;
}
.card-2 a {
    color: #DBA20F;
}
.card-3 a {
    color: #01A756;
}
.card-4 a {
    color: #0085C7;
}
.card-1 {
    /* background: linear-gradient(to right, rgba(255, 38, 0, 0.8), rgba(250, 130, 109, 0.8)); */
    /* background: linear-gradient(to right, rgba(254, 89, 60, 1), rgba(254, 148, 128, 1)), url(img/card1.png); */
    /* z-index: -1; */
    background: url(img/card1.png);
    
}
.card-2 {
    /* background: linear-gradient(to right, rgba(255, 187, 0, 0.9), rgba(255, 207, 73, 0.8)); */
    /* background: linear-gradient(to right, rgba(254, 186, 0, 1), rgba(254, 210, 77, 1)), url(img/card2.png); */
    /* z-index: -1; */
    background: url(img/card2.png);
}
.card-3 {
    /* background: linear-gradient(to right, rgba(0, 196, 88, 0.9), rgba(96, 219, 143, 0.8)); */
    /* background: linear-gradient(to right, rgba(0, 193, 104, 1), rgba(0, 231, 129, 1)), url(img/card3.png); */
    /* z-index: -1; */
    background: url(img/card3.png);
}
.card-4 {
    /* background: linear-gradient(to right, rgba(0, 196, 88, 0.9), rgba(96, 219, 143, 0.8)); */
    /* background: linear-gradient(to right, rgba(0, 193, 104, 1), rgba(0, 231, 129, 1)), url(img/me.png); */
    background: url(img/card4.png);
    /* z-index: -1; */
  
}
.cards .card::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
}
.card-1::after {
    background: linear-gradient(to right, rgba(254, 89, 60, 1), rgba(254, 148, 128, 1));
    z-index: -1;
}
.card-2::after {
    background: linear-gradient(to right, rgba(254, 186, 0, 1), rgba(254, 210, 77, 1));
    z-index: -1;
}
.card-3::after {
    background: linear-gradient(to right, rgba(0, 193, 104, 1), rgba(0, 231, 129, 1));
    z-index: -1;
}
.card-4::after {
    background: linear-gradient(to right, rgb(19, 136, 190), rgb(95, 173, 236));
    z-index: -1;
}

/* ------------ Cards ------------ */

.cadastro {
    display: flex;
    flex-direction: column;
   
    /* min-height: calc(100vh - 654.11px); */
    padding: 3rem 1rem;
}
.oportunidades {
    padding-top: 2rem;
}
.mei {
    background: linear-gradient(to right, rgba(254, 92, 64,1), rgba(254, 149, 130,1));
}
.familia {
    background: linear-gradient(to right, rgba(254, 187, 3,1), rgba(255, 207, 73,1));
}
.me {
    background: linear-gradient(to right, rgba(2, 191, 104,1), rgba(0, 230, 128,1));
}
.oportunidades {
    /* background: linear-gradient(to right, rgba(2, 191, 104,1), rgba(0, 230, 128,1)); */
	background: linear-gradient(to right, rgb(19, 136, 190), rgb(95, 173, 236));
    /*background: url(img/oportunidades.png);*/
    background-size: cover;
    background-repeat: no-repeat;
}
.transparencia {
    /* background: linear-gradient(to right, rgba(2, 191, 104,1), rgba(0, 230, 128,1)); */
    background: url(img/transparencia.png);
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: row;
    column-gap: 2.5rem;
    justify-content: center;
    flex-wrap: wrap;
}
.cadastro .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 3rem;
}
.cadastro .buttons a {
    font-size: 26px;
    font-weight: 999;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    margin-top: 2rem;
    box-shadow: inset -5px -5px 3px #dddddd;
    width: 100%;
}
.oportunidades .buttons a {
    font-size: 18px;
    padding-top: 10px;
}
.oportunidades .buttons a p {
    color: #5f5f5f;
    font-size: 14px;
    margin-top: 0;
}
.oportunidades .buttons a p span {
    color: #017EBA;
    font-size: 14px;
    font-weight: 800;
}
.mei .buttons a {
    color: #E56E5D;
}
.familia .buttons a {
    color: #DBA20F;
}
.me .buttons a {
    color: #01A756;
}
.oportunidades .buttons a {
    color: #017EBA;
}
.cadastro p {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 3rem;
}
.oportunidades > .cursos {
    margin-top: 1.5rem;
}
.oportunidades > p {
    margin-top: 0;
    font-weight: 300;
    line-height: 1.5;
    color: #eeeeee;
}
.oportunidades > p > span {
    margin-top: 0;
    font-weight: 600;
}
.cadastro .facebook-video {
    background-color: #017EBA;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-top: 3rem;
}
.cadastro .facebook-video iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    border: 12px solid #017EBA;
}

/* ------------ info cards ------------ */

.info-card {
    text-align: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 0 25px 25px;
    margin-bottom: 0.5rem;
    align-self: flex-start;
    width: 100%;
}
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 3rem;
    width: 100%;
}
.container1, .container2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 3rem;
    width: 100%;
    margin-right: 0;
}
.container2 .info-card {
    border-radius: 25px 0 25px 25px;
}
.container1 .info-card > span {
    padding: 5px 25px;
}
.container2 .info-card > span {
    padding: 5px 12px;
}
.info-card > span {
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    color: #fff;
    background-color: #5098D3;
    border-radius: 4px;
    margin-bottom: 0.2rem;
}
.info-card .span-mei {
    background-color: #E55740;
}
.info-card .span-me {
    background-color: #5CC544;
}
.info-card > p {
    font-family: 'Roboto Slab', serif;
    font-weight: 800;
    color: #538EC0;
    margin-top: 0.2rem;
    line-height: 1.4;
}
.info-card > p > span {
    font-family: 'Roboto Slab', serif;
    color: #000;
}
.info-familia > span {
    background-color: #F1A82D;
}

/* ------------ Ouvidoria ------------ */

.ouvidoria, .contato, .sobre {
    background: linear-gradient(to right, rgb(19, 136, 190), rgb(95, 173, 236));
    align-items: center;
}
.ouvidoria > p, .contato > p {
    font-size: x-large;
    margin-top: 0;
    margin-bottom: 2rem;
}

/* ------------ Contato ------------ */

.contato > h1 {
    font-size: xx-large;
    color: #fff;
    margin-bottom: 2rem;
}

/* ------------ Sobre ------------ */

.sobre > h1 {
    font-size: xx-large;
    color: #fff;
    margin-bottom: 2rem;
}
.sobre > p {
    width: 100%;
    text-align: justify;
    font-size: large;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 400;
    line-height: 1.5;
}

/*---------------------- Contact Info -----------------------*/

.contact-info {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    margin-bottom: 3rem;
}
.contact-info img {
    margin-right: 1rem;
}
.contact-info p {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0.3rem;
    word-break: break-all;
}
.contact-info h5 {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

/*---------------------- Contact Form -----------------------*/

.container-contato {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    margin-top: 2rem;
    width: 100%;
    max-width: 1600px;
    /* margin: auto; */
}
.form-contact {
    /* margin-right: auto; */
    width: 100%;
    max-width: 800px;
    /* max-width: 50%; */
}
.form-contact label {
    font-size: 14px;
}
.form-contact .form-group {
    margin-bottom: 30px;
}
.form-contact .form-group textarea {
    resize: none;
}
.form-contact .form-group select {
    background-color: #fff;
    width: 100%;
}
.form-contact .form-control {
    color: #495057;
    border: 1px solid #cccccc;
    border-radius: 10px;
    height: 48px;
    padding-left: 18px;
    font-size: 16px;
    /* background: transparent; */
}
.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}
.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}
.form-contact textarea {
    padding-top: 15px;
    width: 100%;
    font: inherit;
    border-radius: 0px;
    height: 100% !important;
}
.form-contact input {
    width: 100%;
}
.input-group {
    display: flex;
    /* flex-wrap: wrap; */
    column-gap: 30px;
}
.form-contact .form-group {
    width: 100%;
}
.form-button {
    display: block;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 60px;
    border-radius: 10px;
    background-color: transparent;
}
.form-button:hover {
    background-color: #fff;
    color: #495057;
}


/* ------------ Media Queries ------------ */

@media (min-width: 220px) {
    .prefeitura-campanha .buttons a, .prefeitura-campanha .buttons .menu {
        max-width: 180px;
    }
}
@media (min-width: 280px) {
    .juntos .pessoas {
        width: 280px;
    }
    .juntos > img {
        width: 180px;
    }
}
@media (max-width: 619px) {

    .prefeitura-campanha {
         
            height: 270px;
            
        }

    .w900 {display: none;}

         .sumir-mobile {
             display: none !important;
         }
    .prefeitura-campanha .buttons{ width: 100%;}

   .prefeitura-campanha .brasao {

    background-image: url("img/logomobile3.png");
        height: 127px;
        width: 100%;
    
        background-size: contain;
    
        background-position: center;
        /* centraliza */
        background-repeat: no-repeat;
        margin: auto auto 0;
    }

    }

        .cards .card {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 15rem 1rem;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-blend-mode: hard-light;
        }
   
    .superacao{
        
        /*background-image: url("img/capa5.png");
        height: 177px;
        width: 100%;
        padding: 5px 2px 5px 2px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        }*/



    






      
}
@media (min-width: 316px) and (max-width: 621px) {
    .hidden-menu > a {
        min-width: 276px;
    }

}
@media (min-width: 316px) {
    .prefeitura-campanha .buttons a {
        max-width: 130px;
    }
    .prefeitura-campanha .buttons .menu {
        width: 100%;
        max-width: 276px;
    }
    .cards .card a {
        font-size: 24px;
    }
    .container2 .info-card > span {
        min-width: 242px;
    }
    .container1 .info-card > span {
        min-width: 242px;
    }
}
@media (min-width: 420px) { /* background-image */
    .cards .card {
        /* background-size: contain;*/
        background-position: bottom;
    }
    .info-card {
        max-width: 320px;
        min-width: 320px;
    }
}
@media (min-width: 622px) and (max-width: 933px) {
    .hidden-menu {
        top: 365px;
    }
}
@media (min-width: 622px) and (max-width: 999px) {
    .juntos {
        margin: 0 auto;
    }
    .cards .card {
        padding: 5rem 3rem;
    }
    .prefeitura-campanha .buttons .menu {
        max-width: 130px;
    }
}
@media (min-width: 622px) {
    .prefeitura-campanha {
        width: 230px;
        height: 379px;
    }
    .prefeitura-campanha {
        border-radius: 0 0 30px;
    }
    .prefeitura-campanha .buttons a {
        font-size: 10px;
    }
    .prefeitura-campanha .buttons img {
        width: 16px;
        height: 16px;
    }
    header {
        flex-direction: row;
    background-image: url("img/capa4.png");
    
         background-size: cover;
                /* faz a imagem preencher */
        background-position: 250px center;
        /* centraliza */
         background-repeat: no-repeat;
            margin: 0 auto;





    }
    .superacao {
        
      
        /* width: 1284px;
        height: 348px;
        margin: 0 -2px -8px 0;*/

    }
    .cadastro .buttons a {
        font-size: 32px;
    }
    .oportunidades .buttons a {
        font-size: 22px;
    }
    .juntos {
        height: 363px;
    }

}
@media (min-width: 550px) {
    .cadastro .buttons {
        flex-wrap: nowrap;
        
                
    }
      
}
@media (min-width: 0px) and (max-width: 952px) {
    .contact-info-container {
        display: flex;
        flex-wrap: wrap;
        column-gap: 2rem;
        max-width: 800px;
    }
       
}
@media (min-width: 953px) {
    .form-contact {
        max-width: 50%;
    }
}
@media (min-width: 934px) {
    .prefeitura-campanha {
        height: 344px;
    }
    .juntos {
        /* order: 2; */
        height: 344px;
    }
    .hidden-menu {
        top: 330px;
    }
}
@media (min-width: 720px) {
    .container1 {
        max-height: 215px;
    }
    .container {
        display: block;
        width: auto;
        margin-top: 137px;
    }
    @-moz-document url-prefix() {
        .container2 {
            margin-top: 5px;
        }
        .container {
            margin-top: 144px;
        }
    }
}
@media (min-width: 1000px) {
    .cards {
        flex-direction: row;
    }
    .cards .card {
        position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 5rem 1rem;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-blend-mode: hard-light;
        flex: 1;
        min-width: 250px;
        min-height: calc(100vh - 344px);
        
    }
    .prefeitura-campanha {
        width: 250px;
    }
    .prefeitura-campanha .buttons {
        column-gap: 0.5rem;
    }
    .prefeitura-campanha .buttons a {
        width: 100px;
    }
}
@media (min-width: 1200px) {
    .cadastro {
        padding: 3rem 10rem;
    }
    .oportunidades {
        padding-top: 2rem;
    }
    .ouvidoria, .contato {
        padding: 3rem 1rem;
    }
}


