* {
    margin: 0px;
    padding: 0;
}


.avisoaopublico{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 800;
    left: 0;
    background-color: #33455e96;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.containeravisoaopublico{
    background-color: white;
    width: 90%;
    max-width:700px;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;

}

.containeravisoaopublico span{
    color: black;
    font-family: 'MontserratBlack';

}
.titlenotaaopub{
    display: flex;
    height: 70px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.titlenotaaopub h1{
    height: 39px;
}
.containeravisoaopublico div{
    width: 90%;
    margin-top: 10px;
}
.containeravisoaopublico p{
    font-family: 'MontserratRegular';
    color: #363636;
}
.paragrafosss p{
    text-align: justify;
    margin-bottom: 15px;
}
.paragrafosss p a{
    color: rgb(59, 59, 59);
    text-align: justify;
    cursor: pointer;
    font-family: 'MontserratBlack';
    margin-bottom: 15px;
    font-size: 25px;
}

.closebuttonnota{
    width: 200px!important;
    height: 40px;
    margin-bottom: 30px;
    margin-top: 30px!important;
    border-radius: 30px;
    background-color: #33455e;
    color: white;
    cursor: pointer;
    font-family: 'MontserratRegular';
    display: flex;
    align-items: center;
    justify-content: center;
}



/*notaaopublico*/
a {
    text-decoration: none;
    color: unset;
    cursor: pointer;
}

h2 {
    font-family: 'MontserratRegular';
    color: #33455e;
}

h1 {
    color: #33455e;
    font-family: 'MontserratBlack';
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 500ms;
    overflow-x: hidden;
    margin: 0 auto;
    max-width: 3000px;

}
body::-webkit-scrollbar {
    background-color: #e5e5e5;
    width: 10px;       
  }

body::-webkit-scrollbar-thumb{
    background-color: #33455e;
    border-radius: 0px 0px 30px 30px;
}

  


label{
    cursor: pointer;
}
/*topbar*/
/****************************************************************/
.topbar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    height: 110px;
    position: absolute;
    top: 0;
}

.banner {
    max-width: 2500px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
}

.shadowtopbar {
    position: absolute;
    top: 0;
    height: 300px;
    z-index: 5;
    width: 100%;
}

.topbarcontainer {
    z-index: 6;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
    position: relative;
    display: flex;
    height: 100%;
}

.baselogotopbar {
    width: 500px;
    margin-top: 20px;
    height: 120px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.baselogotopbar a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.baselogotopbar span {
    margin-left: 30px;
    margin-top: 10px;
}

.oab {
    font-family: 'calibri';
    font-size: 30px;
    color: #ba9570;
}

.logoicon {
    position: absolute;
    width: 400px;
    left: 0;
    margin-left: 30px;
}

.baselogoicon {
    height: 110px;
    width: 500px;


}

.hamburguer {
    cursor: pointer;
    display: none;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
}




.linemenu {
    background-color: white;
    width: 100%;
    border-radius: 3px;
    transition: all 500ms;
    height: 7px;
}

.hamburguer:hover .linemenu {
    background-color: #ba9570;
}

.optionsmenu {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.optionsmenu a {
    width: max-content;
    text-decoration: none;
    font-size: 30px;
    margin-right: 30px;
    margin-left: 30px;

}

.linksnavbar {
    display: flex;
}

.checkedd {
    color: #ba9570 !important;
    font-size: 26px;
    font-family: 'calibri';
}

.checkedd:hover {
    color: white !important;
}

.optionsmenu p {
    color: white;
    font-size: 26px;
    font-family: 'calibri';
    transition: all 500ms;
}

.optionsmenu p:hover {
    color: #ba9570;
    border-bottom: 1.5px solid #ba9570;
}

.searchbutton {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.shadownlupa {
    width: 300px;
}

.lupaicon {
    position: absolute;
    margin-left: 50px;
}

.searchdiv {
    cursor: pointer;
    display: flex;
    align-items: center;
}

/**/


section {
    width: 100%;
    z-index: 4;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.ultimosartigos {
    margin-top: 800px;
}

.titles {
    max-width: 1440px;
    height: 500px;
    width: 90%;
    align-items: flex-end;
    justify-content: end;
}

.titles h1 {
    font-size: 120px;
}

.titles h2 {
    height: 95px;
    font-size: 98.5px;
}

.numberandsociamedia{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    width: 100%;
}
.containersocialmedia{
    width: 95%; 
    max-width: 1740px;

}

.socialmediatitles{
    display: flex;
    width: 500px;
    height: 70px;
}
.removernoresp{
    display: flex;

}
.removernoresp2{
    display: inline;

}
.addnoresp{
    display: none;
}
.tireduvidas{
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}
.tireduvidas h1{
    color: #ba9570;
    display: flex;
    flex-direction: row;
    font-size: 30px;
}
.tellinks{
    display: flex;
}
.tellinks{
    font-family: 'MontserratMedium';
    color: #33455e;
    font-size: 26px;
}
.tellinks span{
    font-size: 15px;
}

.socialicons{
    margin-bottom: 20px;
}
.socialicons a{
    height: 30px;
    width: 30px;
}
.socialicons img{
    margin: 0.3%;
    transition: all 500ms;
    height: 30px;
    width: 30px;
}
.socialicons img:hover{
    opacity: 0.8;
}

.iconsqualidade{
    width: 100%;
    z-index: 2;
    margin-top: 204px;
    max-width: 2500px;
    background-color: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 50px 50px;

}
.containercardspadrao{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    width: 90%;
    max-width: 1440px;
}
.iconcard{
    width: 280px;
    height: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.iconcard p{
    color: #363636;
    font-family: 'MontserratLight';
    font-size: 18px;
}
.containerpadraoicons img{
    position: absolute;
    width: 100%;
    max-width: 2500px;
    top: 0;
    margin-top: -30px;
    height: 234px;

}
.containerpadraoicons{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 1;
}


.containertitle {
    width: 90%;
    max-width: 1400px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.marginbanner {
    margin-top: 800px;
}

.artigossections {
    display: flex;
    align-items: center;
    justify-content: center;
}

.artigostitle {
    width: 90%;
    align-items: flex-end;
    justify-content: flex-start;
    display: flex;
    margin-top: 60px;
    max-width: 1440px;
}

.artigostitletiele h1 {
    font-size: 72px;
}

.artigostitletiele h2 {
    font-size: 41px;
    height: 30px;
}




@media screen and (min-width:275px) and (max-width:380px) {
    .banner {
        width:1200px;
        position: absolute;
        top: 0;
        z-index: 3;
    }
    .linksnavbar {
        display: none;
    }

    .hamburguer {
        display: flex;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }

    .titles {
        height: 350px;
        width: 90%;
        align-items: center;
        justify-content: end;
    }
    .baselogotopbar {
        width: 190px;
        margin-top: 20px;
        height: 120px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .logoicon {
        position: absolute;
        width: 150px;
        left: 0;
        margin-left: 10px;
    }

    .baselogoicon {
        height: 80px;
        width: 190px;
    }

    .linksnavbar {
        display: none;
    }

    .hamburguer {
        display: flex;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }

    .searchdiv {
        cursor: pointer;
        
        width: 120px;
        display: none;
        align-items: center;
    }
    .titles h1 {
        font-size: 45px;
    }

    .titles h2 {
        height: 35px;
        font-size: 36px;
    }
    .oab {
        font-family: 'calibri';
        font-size: 20px;
        color: #ba9570;
        margin-left: 10px;
    }
    .baselogotopbar span {
        margin-left: 10px;
        margin-top: 10px;
    }
    .topbarcontainer{
        margin-top: 0px;
    }
    .socialmediatitles {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: start;
        height: 50px;
    }
    .socialmediatitles img{
        height: 40px;
    }
    .tireduvidas h1 {
        color: #ba9570;
        font-size: 16px;
    }
    .tellinks {
        font-family: 'MontserratMedium';
        color: #33455e;
        font-size: 13px;
    }
    .tellinks span {
        font-size: 11px;
    }
    .numberandsociamedia {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 150px;
        width: 100%;
    }
    .socialicons {
        margin-bottom: 20px;
        display: none;
    }
    .containerpadraoicons img{
        width: 1500px;
    }
    .artigostitle {
        width: 90%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        margin-top: 60px;
        max-width: 1440px;
    }
    .lerartigosbutton{

        margin: 20px 0px 0px 0px;
    }
    .artigostitletiele{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .artigostitletiele h1 {
        font-size: 65px;
    }
    .lerartigosbutton {
        background-color: #ba9570;
        width: 260px!important;
        flex-direction: column;
        transition: all 500ms;
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        height: 45px;
        color: white;
        font-family: 'MontserratBlack';
    }
    .artigocard {
        height: 350px;
        width: 260px;
        margin: 6% 2% 6% 2%;
        flex-direction: column;
        justify-content: flex-start;
        display: flex;
        transition: all 500ms;
        align-items: flex-start;
        position: relative;
        z-index: 2;
        border-radius: 0px 30px 30px 0px;
        border-right: 1.5px solid #ba9570;
        border-top: 1.5px solid #ba9570;
        border-bottom: 2px solid #ba9570;
    }

    }

@media screen and (min-width:380px) and (max-width:520px) {
    .banner {
        width: 1400px;
        position: absolute;
        top: 0;
        z-index: 3;
    }
    .topbarcontainer{
        margin-top: 0px;
    }
    .baselogotopbar {
        width: 190px;
        margin-top: 20px;
        height: 120px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .logoicon {
        position: absolute;
        width: 220px;
        left: 0;
        margin-left: 30px;
    }

    .baselogoicon {
        height: 90px;
        width: 290px;
    }

    .linksnavbar {
        display: none;
    }

    .hamburguer {
        display: flex;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }

    .searchdiv {
        cursor: pointer;
        
        width: 120px;
        display: none;
        align-items: center;
    }

    .titles {
        height: 380px;
        width: 90%;
        align-items: center;
        justify-content: end;
    }

    .titles h1 {
        font-size: 60px;
    }

    .titles h2 {
        height: 45px;
        font-size: 48px;
    }
    .oab {
        font-family: 'calibri';
        font-size: 20px;
        color: #ba9570;
    }
    .containersocialmedia {
        width: 90%;
        max-width: 1440px;
    }
    .numberandsociamedia {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 200px;
        width: 100%;
    }
    .socialmediatitles {
        display: flex;
        width: 100%;
        margin-top: 30px;
        align-items: center;
        justify-content: start;
        height: 70px;
    }
    .tireduvidas h1 {
        color: #ba9570;
        font-size: 23px;
    }
    .tellinks {
        font-family: 'MontserratMedium';
        color: #33455e;
        font-size: 18px;
    }
    .socialicons {
        margin-bottom: 20px;
        display: none;
    }
    .containerpadraoicons img{
        width: 1500px;
    }
    .artigostitle {
        width: 90%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        margin-top: 60px;
        max-width: 1440px;
    }
    .lerartigosbutton{
        margin: 20px 0px 0px 0px;
    }
    .artigostitletiele{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
}
 
@media screen and (min-width:520px) and (max-width:640px) {
    .baselogotopbar {
        width: 300px;
        margin-top: 20px;
        height: 120px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .logoicon {
        position: absolute;
        width: 300px;
        left: 0;
        margin-left: 30px;
    }

    .baselogoicon {
        height: 110px;
        width: 400px;
    }

    .linksnavbar {
        display: none;
    }

    .hamburguer {
        display: flex;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }

    .searchdiv {
        cursor: pointer;
        display: none;
        width: 120px;
        align-items: center;
    }
    .banner {
        width: 1300px;
        position: absolute;
        top: 0;
        z-index:3;
    }
    .titles {
        height: 400px;
        width: 90%;
        align-items: center;
        justify-content: end;
    }

    .titles h1 {
        font-size: 80px;
    }

    .titles h2 {
        height: 65px;
        font-size: 65px;
    }
    .containersocialmedia {
        width: 90%;
        max-width: 1440px;
    }
    .numberandsociamedia {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 150px;
        width: 100%;
    }
    .containerpadraoicons img{
        width: 1500px;
    }
    .artigostitle {
        width: 90%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        margin-top: 60px;
        max-width: 1440px;
    }
    .lerartigosbutton{
        margin: 20px 0px 0px 0px;
    }
    .artigostitletiele{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width:640px) and (max-width:799px) {
    /*topbar*/
    .linksnavbar {
        display: none;
    }

    .hamburguer {
        display: flex;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }

    .baselogotopbar {
        width: 300px;
        margin-top: 20px;
        height: 120px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .logoicon {
        position: absolute;
        width: 300px;
        left: 0;
        margin-left: 30px;
    }

    .baselogoicon {
        height: 110px;
        width: 400px;
    }

    .searchdiv {
        cursor: pointer;
        display: flex;
        width: 120px;
        align-items: center;
    }

    .shadownlupa {
        width: unset;
    }
    .banner {
        width: 1300px;
        position: absolute;
        top: 0;
        z-index: 3;
    }
    .titles {
        height: 400px;
        width: 90%;
        align-items: flex-end;
        justify-content: end;
    }

    .titles h1 {
        font-size: 80px;
    }

    .titles h2 {
        height: 65px;
        font-size: 65px;
    }
    .numberandsociamedia {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
        width: 100%;
    }
    .removernoresp{
        display: none;
    }
    .removernoresp2{
        display: none;
    }
    .addnoresp{
        display: inline;
    }
    .socialmediatitles {
        margin-top: 40px;
        display: flex;
        width: 500px;
        height: 120px;
    }
    .socialmediatitles img{
        height: 70px;
    }
    .tellinks {
        display: flex;
        font-family: 'MontserratMedium';
        color: #33455e;
        font-size: 26px;
        flex-direction: column;
    }
    .socialicons{
        display: none;
    }

    .containerpadraoicons img{
        position: absolute;
        top: 0;
        margin-top: -110px;
        height: 234px;
    
    }
    .iconsqualidade {
        width: 100%;
        margin-top: 124px;
        background-color: #e5e5e5;
    }

}

@media screen and (min-width:800px) and (max-width:1024px) {

    /*topbar*/
    .linksnavbar {
        display: none;
    }

    .hamburguer {
        display: flex;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }

    .baselogotopbar {
        width: 300px;
        margin-top: 20px;
        height: 120px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .logoicon {
        position: absolute;
        width: 300px;
        left: 0;
        margin-left: 30px;
    }

    .baselogoicon {
        height: 110px;
        width: 400px;
    }

    .searchdiv {
        cursor: pointer;
        display: flex;
        width: 200px;
        align-items: center;
    }

    .shadownlupa {
        width: unset;
    }
    .banner {
        width: 1600px;
        position: absolute;
        top: 0;
        z-index: 3;
    }
    .numberandsociamedia {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
        width: 100%;
    }
    .removernoresp{
        display: none;
    }
    .removernoresp2{
        display: none;
    }
    .addnoresp{
        display: inline;
    }
    .containerpadraoicons img {
        position: absolute;
        width: 100%;
        max-width: 2500px;
        top: 0;
        margin-top: -90px;
        height: 234px;
    }
    .iconsqualidade {
        width: 100%;
        z-index: 2;
        margin-top: 140px;
        max-width: 2500px;
        background-color: #e5e5e5;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px 0px 50px 50px;
    }

}

@media screen and (min-width:1024px) and (max-width:1350px) {
    .linksnavbar {
        display: none;
    }

    .hamburguer {
        display: flex;
    }

    .hamburguer {
        display: flex;
        width: 60px;
        height: 60px;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }
    .banner {
        width: 1500px;
        position: absolute;
        top: 0;
        z-index: 3;
    }
    .titles{
        height: 480px;
    }
    .numberandsociamedia {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        width: 100%;
    }
    .containerpadraoicons img{
        position: absolute;
        top: 0;
        margin-top: -100px;
        height: 234px;
    
    }
    .iconsqualidade {
        width: 100%;
        margin-top: 130px;
        background-color: #e5e5e5;
    }
    .containerpadraoicons img {
        position: absolute;
        width: 100%;
        max-width: 2500px;
        top: 0;
        margin-top: -90px;
        height: 234px;
    }
    .iconsqualidade {
        width: 100%;
        z-index: 2;
        margin-top: 140px;
        max-width: 2500px;
        background-color: #e5e5e5;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px 0px 50px 50px;
    }

}

@media screen and (min-width:1350px) and (max-width:1550px) {
    .banner {
        width: 1620px;
        position: absolute;
        top: 0;
        z-index: 3;
    }
    .numberandsociamedia {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        width: 100%;
    }
    .containerpadraoicons img {
        position: absolute;
        width: 100%;
        max-width: 2500px;
        top: 0;
        margin-top: -90px;
        height: 234px;
    }
    .iconsqualidade {
        width: 100%;
        z-index: 2;
        margin-top: 140px;
        max-width: 2500px;
        background-color: #e5e5e5;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px 0px 50px 50px;
    }
}

@media screen and (min-width: 1550px){
    .banner {
        height: 750px;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 3;
    }   
    .numberandsociamedia {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        width: 100%;
    }

    .containerpadraoicons img {
        position: absolute;
        width: 100%;
        max-width: 2500px;
        top: 0;
        margin-top: -90px;
        height: 234px;
    }
    .iconsqualidade {
        width: 100%;
        z-index: 2;
        margin-top: 140px;
        max-width: 2500px;
        background-color: #e5e5e5;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px 0px 50px 50px;
    }
}




