@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');
:root{
 --cinza:#CCCCCC;
 --cinza-medio:#737272;
 --preto:#000;
 --branco:#FFF;
 --azul:#0047FF;
 --azul2:#49A8FF;
 --vermelho:#ff0000;
 --dourado: #edb145;
 --verde:#3ea53c;
 --azul-escuro:#143d89;
}

*{box-sizing:border-box;} html{scroll-behavior:smooth;}
body{margin:0px;padding:0px;overflow-x:hidden;font-family:'Open Sans',sans-serif;letter-spacing:1.3px; padding-top: 40px;}img{max-width:100%;max-height:auto;}a{color:inherit;text-decoration:none;}h1,h2,h3,h4{margin:0px 0px 8px;}p{margin:0px 0px 10px;}
.fontBase{font-family: 'Open Sans',sans-serif;}
.font-size9{font-size:9px;}.font-size10{font-size:10px;}.font-size11{font-size:11px;}.font-size12{font-size:12px;}.font-size14{font-size:14px;}.font-size16{font-size:16px;}.font-size18{font-size:18px;}.font-size20{font-size:20px;}.font-size25{font-size:25px;}.font-size28{font-size:28px;}.font-size32{font-size:32px;}.font-size40{font-size:40px;}.font-size50{font-size:50px;}.font-size60{font-size:60px;}
.txt-left{text-align:left;}.txt-right{text-align:right;}.txt-center{text-align:center;}.txt-justify{text-align:justify;}	
.font-300{font-weight:300;}.font-400{font-weight:400;}.font-500{font-weight:500;}.font-600{font-weight:600;}.font-700{font-weight:700;}.font-800{font-weight:800;}.font-900{font-weight:900;}
*[class*="wd-"]{max-width:100%;}
*[class*="flex-content-"]{display:flex;}
.justify-between{justify-content:space-between;}.justify-center{justify-content:center;}.justify-around{justify-content:space-around;}.justify-end{justify-content:flex-end;}
.flex-wrap{flex-wrap:wrap;}.flex-nowrap{flex-wrap:nowrap;}
.align-item-center{align-items:center;}
.wd-1200{width:1200px;}.wd-1100{width:1100px; padding:7px;}.wd-900{width:900px;}.wd-800{width:800px;}.wd-700{width:700px;}.wd-600{width:600px;}.wd-500{width:500px;}.wd-450{width:450px;}.wd-400{width:400px;}.wd-350{width:350px;}.wd-300{width:300px;}.wd-250{width:250px;}.wd-200{width:200px;}.wd-150{width:150px;}.wd-120{width:120px;}.wd-90{width:90px;}.wd-60{width:60px;}.wd-32{width:32px;}
.margin-auto{margin:auto;}.margin-zero{margin:0px;}.margin-bottom-20{margin-bottom:20px;}
.ht-32{height:32px;}.ht-60{height:60px;}.ht-90{height:90px;}.ht-120{height:120px;}.ht-200{height:200px;}.ht-250{height:250px;}.ht100vh{height:100vh;}
.hideitem{display:none;}
header{width:100%;max-width:100%;background-color:var(--branco);position:fixed;z-index:900;top:0px;left:0px;}
.header-wrapper{width:1200px;position:relative;display:flex;justify-content:space-between;align-items:center;margin:auto;padding:15px 10px;max-width:100%}
.logo{width:200px;}
.Menu{width:24px;height:20px;background-image:url(../images/icones/menu.svg);background-repeat:no-repeat;background-size:cover;background-position:center center;cursor:pointer;}
.CloseMn{width:24px;height:20px;background-image:url(../images/icones/close.svg);background-repeat:no-repeat;background-size:cover;background-position:center center;cursor:pointer;display:none;}
.MenuWrapper{position:fixed;width:100%;background-color:var(--branco);height:100%;z-index:899;top:0px;left:0px;padding:150px 15px 20px;overflow-x:hidden;overflow-y:auto;color:var(--azul);display:none;}
.userarea-box,.userarea-box-perfil{list-style:none;margin:0px;padding:0px;display:flex;align-items:center;}
.userarea-img{width:60px;height:60px;margin-right:12px;border-radius:90%;overflow: hidden;}
.userarea-info{width:80%;font-size:18px;font-weight:500;}
.userarea-perfil-img{width:80px;height:80px;margin-right:12px;overflow:hidden;border-radius:99.9%;}
.userarea-perfil-img2{width:60px;height:60px;margin-right:12px;overflow:hidden;border-radius:99.9%;}
.userarea-perfil-info{width:70%;font-weight:500;color:var(--azul);}
.userarea-perfil-desc{width:100%;background-color:var(--branco);color:#333;font-size:14px;padding:20px 25px;margin-bottom:20px;}
.bt-degrad{background:linear-gradient(92.24deg, #70C6BD 5.5%, #5497CB 107.79%);border-radius:6px;padding:10px 30px;display:inline-block;width:30%;text-align:center;font-size:18px;font-weight:600;color:var(--branco);margin:25px auto;cursor:pointer;}
.bt-degrad2{background:linear-gradient(92.24deg, #70C6BD 5.5%, #5497CB 107.79%);border-radius:6px;padding:15px 30px;display:inline-block;width:30%;text-align:center;font-size:18px;font-weight:600;color:var(--branco);margin:25px auto;cursor:pointer;}
.bt-degrad3{background: linear-gradient(92.24deg,#70C6BD 5.5%,#5497CB 107.79%);border-radius:35px;display:inline-block;padding:8px 20px;color:var(--branco);font-size:16px;font-weight:600;margin:15px 4px;cursor:pointer;}
.bt-azul{background:linear-gradient(97.84deg,#0078E7 7.55%,#4030FF 92.97%);border-radius:31px;display:inline-block;padding:11px 25px;font-size:15px;color:var(--branco);text-align:center;margin:15px auto;}
.bt-contorno{border-radius:6px;padding:15px 30px;display:inline-block;width:30%;text-align:center;font-size:18px;font-weight:500;color:#3AA1FF;margin:25px auto;background-color:transparent;border: 2px solid #3AA1FF;}
.bt-contorno2{padding:5px 20px;color:var(--azul);font-size:16px;font-weight:600;display:inline-block;margin:15px 4px;cursor:pointer;background-color:transparent;border:3px solid var(--azul);border-radius:35px;}
.bt-branco{padding:8px 20px 9px;color:var(--azul);font-size:16px;font-weight:600;display:inline-block;margin:15px 4px;cursor:pointer;background-color:#FFF;border-radius:35px;}
.bt-branco-mini{padding:4px 8px 5px;color:var(--azul);font-size:6px;font-weight:600;display:inline-block;margin:0px 4px;cursor:pointer;background-color:#FFF;border-radius:35px;}
.bt-sem-contorno{padding:8px 20px;color:var(--azul);font-size:16px;font-weight:600;display:inline-block;margin:15px 4px;cursor:pointer;}
.tag-bt{padding:8px 20px;border-radius: 16px;}
.MenuArea{padding-top:12px;letter-spacing:8%;}
.MenuItem{font-size:22px;font-weight:700;margin-bottom:20px;}
.MenusubArea{font-size:18px;font-weight:600;}
.MenuSubItem{margin-bottom:10px;}
.MenusubArea .MenuSubItem:nth-child(1){margin-top:11px;}
.MainHome{background:rgba(0,73,115,0.2);background-image:url(../images/bg-elipse-min.png);position:relative;z-index:1;width:100%;background-size:cover;}
.MainInterna{padding:80px 0px 0px;background-color:#eff0ff;position:relative;z-index:0;}
.MainInterna section{padding:25px;}
.mainimgarrow{width:160px;margin:90px 0px 30px;}	
.flex-content-MainBox{position:relative;padding:26px 20px 22px;flex-direction:column;color:var(--branco);}

.bg-mundo{background-image:url(../images/home/Earth-5-1.png);background-position:80px 15%;background-repeat:no-repeat;}
.bg-mundo2{background-image:none;}
.mainbox2{padding-top:0px;}
.footermenu{position:fixed;width:100%;bottom:0px;left:0px;z-index:890;background-color:var(--branco);display:flex;justify-content:center;padding:12px 10px;}
.footerMenuItem{text-align:center;margin:0px 8px 0px;}
.footerMenuItem img{width:25px;margin-bottom:5px;}
.footerMenuItem p{font-size:9px;font-weight:600;margin:0px;}
.mark1 p{color:var(--azul);}
.mark2 p{color:var(--vermelho);}
.mark3 p{color:var(--dourado);}
.mark4 p{color:var(--verde);}
footer{padding:40px 30px 80px;}
.footer-wrapper{width:1200px;max-width:100%;margin:auto;display:flex;justify-content:space-around;flex-wrap:wrap;color:var(--azul);}
.box-redes{list-style:none;margin:0px;padding:0px;display:flex;justify-content:center;align-items:center;}
.box-redes li{margin:0px 10px;}
.ft-spacer{margin-bottom:10px;font-weight:700;}
.box-ico-txt{width:48%;}
.bg-home-eviro{background-image:url(../images/evr-bg.jpg);background-repeat: no-repeat;background-size: cover;background-position: center center;}
.bg-home-social{background-image:url(../images/social-bg.jpg);background-repeat: no-repeat;background-size: cover;background-position: center center;}
.bg-home-governance{background-image:url(../images/governance-bg.jpg);background-repeat: no-repeat;background-size: cover;background-position: center center;}
.bg-home1{background-image:url(../images/fundo1.png);background-position:center -20px;background-repeat:no-repeat;background-size:contain;width:48%;}
.bg-home2{background-image:url(../images/fundo2.png);background-position:center center;background-repeat:no-repeat;background-size:contain;width:48%;}
.bg-home3{background-image:url(../images/grupo13.png);background-position:center center;background-repeat:no-repeat;background-size:contain;width:48%;}
.box-ico-branco{background:#FFFFFF;border-radius:18px;width:85px;height:85px;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column;}
.box-ico-azul{background:#AEE2FF;border-radius:18px;width:85px;height:85px;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align: center;}

.box-ico-green{filter:  hue-rotate(272deg) saturate(3);background:#FFF;border-radius:18px;width:85px;height:85px;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align: center;}
.box-ico-br-red{filter: hue-rotate(120deg);background:#FFF;border-radius:18px;width:85px;height:85px;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align: center;}
.box-ico-deslocado{list-style:none;margin:0px;padding:40px 0px 0px;display:flex;justify-content:center;}
.box-ico-deslocado .box-ico-azul{margin-bottom: 20px;}
.box-ico-deslocado li{margin:0px 12px;}
.box-ico-deslocado li:nth-child(2){margin:40px 12px 0px;}
.box-ico-deslocado .box-ico-branco{margin-bottom:38px;}
.box-ico-deslocado p{color:var(--azul);margin:6px 0px 0px;text-align:center;font-size:12px;font-weight:700;}
.box-ico p{color:var(--azul);margin:6px 0px 0px;text-align:center;font-size:9px;font-weight:700;}
.box-ico{display:flex;justify-content:center;list-style:none;margin:0px;padding:0px;flex-wrap:wrap;}
.box-ico li{margin:0px 10px 22px;}
.flex-content-home4{padding:0px 20px 25px;}
.content-home4-txt{width:48%;order:2;}
.content-home4-img{width:48%;order:1;}
.content-home4-img img{margin-bottom:2px;}
.content-home4-ico{width:48%;order:1;}
.form-busca1{margin:20px 0px;display:flex;justify-content:center;flex-wrap:wrap;align-items:center;padding-right:20px;}
.form-busca1 input[type="text"]{width:100%;margin:auto;background:#FFFFFF;border-radius:42px;padding:12px 25px;font-size:16px;color:var(--azul2);border:0px;}
.form-busca1 input[type="text"]::placeholder{color:var(--azul2);}
.form-cad1 input[type="text"],.form-cad1 input[type="email"],.form-cad1 input[type="password"],.form-cad1 textarea{border:1.5px solid #ACC3FF;border-radius:8px;font-size:16px;color:#7E7E7E;margin-bottom:22px;width:100%;padding:12px 22px;}
.form-cad2 input[type="text"],.form-cad2 input[type="password"],.form-cad2 input[type="email"],.form-cad2 textarea{border:1.5px solid #BEBEBE;border-radius:8px;font-size:16px;color:#7E7E7E;margin-bottom:20px;width:100%;padding:12px 22px;}
.form-cad1 p,.form-cad2 p{font-weight:600;color:var(--azul);margin:0px 0px 4px;font-size:14px;}
.form-chat{position:relative;}
.form-chat input[type="text"]{padding:15px 25px;border:0px;border-top:solid 1px #CCC;border-bottom:solid 1px #CCC;font-size:12px;width:100%;}
.user-img{position:relative;border-radius:99.9%;overflow:hidden;width:150px;height:150px;margin:0px auto 26px;background-color:#CCC;}
.user-bg-edit{cursor:pointer;width:100%;height:inherit;position:absolute;z-index:1;background-color:rgba(0,0,0,0.2);background-image:url(../images/icones/lapis.svg);background-repeat:no-repeat;background-position:center center;background-size:20%;top:0px;left:0px;display:block;}

.box-hm-servicos{padding: 15px; color: #333;border-radius: 16px;background-color:#FFF;width:40%;max-width: 99%;font-size: 14px;}

.modal-box-wrapper{width:100%;height:100%;position:fixed;background-color:rgba(0,0,0,0.25);top:0;left:0;z-index:1000;overflow:hidden;display:none;}
.modal-box{border-radius:25px;background-color:#FFF;width:450px;padding:27px;}
.user-redes-box{list-style:none;margin:0px 0px 17px;padding:0px;display:flex;align-items:center;}
.user-redes-box li:nth-child(1){width:40px;margin-right:20px;}
.user-redes-box li:nth-child(2){width:70%;}
.user-redes-box li p{font-size:12px;font-weight:500;margin:0px;}
.user-redes-box li a{color:var(--azul);font-size:11px;font-weight:700;}
.chat-box-elm{width:100%;padding:15px 25px;background-color:var(--branco);margin:8px 0px;display:flex;align-items:center;}
.chat-box-elm2{width:100%;padding:15px 25px;margin:8px 0px;display:flex;align-items:center;}
.chat-box-img{border-radius:99.9%;overflow:hidden;width:60px;height:60px;margin-right:13px;}
.chat-box-img img{width:100%;}
.chat-box-txt{width:55%;font-size:12px;margin-right:5px;}
.chat-box-txt2{width:80%;}
.chat-box-data{width:40%;font-size:12px;align-self:flex-start;text-align:right;font-weight:600;}
.chat-box-txt h5{margin:0px 0px 5px;font-size:14px;font-weight:500;}
.speech-bubble{position: relative;background: #386cf0;border-radius: .4em;color:#FFF;padding:6px 20px;}
.speech-bubble:after{content:'';position:absolute;left:0;top:50%;width:0;height:0;border:20px solid transparent;border-right-color: #386cf0;border-left:0;border-top:0;margin-top:-14.5px;margin-left:-15px;}
.speech-bubble2{position: relative;background: #ffffff;border-radius: .4em;padding:6px 20px;}
.speech-bubble2:after{content:'';position:absolute;right:0px;top:50%;width:0;height:0;border:20px solid transparent;border-left-color: #ffffff;border-right: 0;border-top: 0;margin-top:-10px;margin-right: -15px;}
.area-chat{height:68vh;overflow-x:hidden;overflow-y:auto;}
.box-projetos{width:340px;height:360px;position:relative;overflow:hidden;background-position:center center;background-size:cover;background-repeat:repeat;cursor:pointer;border-radius:30px;margin:0px 15px 30px;}
.box-projetos-md{width:280px;height:300px;position:relative;overflow:hidden;background-position:center center;background-size:cover;background-repeat:repeat;cursor:pointer;border-radius:30px;margin:0px auto 30px;max-width:99%;}
.box-projetos-mini{width:145px;height:180px;position:relative;overflow:hidden;background-position:center center;background-size:cover;background-repeat:repeat;cursor:pointer;border-radius:16px;margin:0px 8px 9px;}
.box-projeto-bg1,.box-projeto-bg2{color:#FFF;bottom:0px;left:0px;}
.box-projeto-bg1{background: rgba(82,82,82,0.68);backdrop-filter: blur(6.11659px);position:absolute;width:100%;padding:12px 25px 8px;}
.box-projeto-bg2{position:absolute;width:100%;padding:12px 8px 8px;background-color:var(--azul);}
.box-projetos-mini .box-projeto-bg1{padding:6px 6px 4px;}
.box-projetos h2{font-size:16px;margin:0px 0px 4px;font-weight:500;}
.box-projetos h3{font-size:18px;margin:0px 0px 5px;font-weight:500;}
.box-projetos-md h2{font-size:16px;margin:0px 0px -14px;font-weight:500;}
.box-projetos-mini h2{font-size:9px;margin:0px 0px 3px;font-weight:500;}
.box-projetos-mini h3{font-size:10px;margin:0px 0px 3px;font-weight:500;}
.flex-content-projeto-share{font-size:9px;margin-top:15px;}
.flex-content-projeto-share img{margin-bottom:-3px;}
.box-projetos-mini .flex-content-projeto-share{font-size:4px;margin:5px 0px 8px;}
.flex-content-share-detalhe-interna{background-color:#FFF;width:100%;padding:12px 25px;}
.sphere-share{border-radius:99.9%;background-color:#F0F1FF;display:inline-block;width:44px;height:44px;overflow:hidden;}
.box-int-destaque-wrapper h3{font-size:15px;font-weight:600;margin:0px 0px 10px;text-align:center;}
.box-int-destaque-wrapper p{font-size:12px;text-align:center;margin:0px 0px 10px;}
.box-int-destaque-img{border: 2.23546px solid #FFFFFF;border-radius: 19.4625px;background-repeat:no-repeat;background-position:center center;background-size:cover;width:260px;height:260px;margin:0px auto 15px;}
.area-form-timeline-wrapper{width:500px;max-width:100%;background-color:var(--branco);border-radius:18px;padding:10px 14px 2px;margin:auto}
.area-form-timeline-wrapper form{margin:0px;padding:0px;}
.area-form-timeline-wrapper  textarea{border:0px;color:#999;font-size:14px;width:100%;height:120px;resize:none;}
.img-input{padding:12px 0px;}.img-input img{width:100%;}
.form-timeline-nav{display:flex;justify-content:flex-end;align-items:center;}
.timeline-nav-bt{width:25px;margin:0px 6px;background-repeat:no-repeat;background-size:cover;background-position:center center;cursor:pointer;}
.bt-camera{background-image:url(../images/icones/camera.svg);}
.bt-camera:hover,.bt-camera:focus{background-image:url(../images/icones/camera-hold.svg);}
.bt-photo{background-image:url(../images/icones/photo.svg);}
.bt-photo:hover,.bt-camera:focus{background-image:url(../images/icones/photo-hold.svg);}
.box-destaque-largo{background: linear-gradient(92.24deg,#70C6BD 5.5%,#5497CB 107.79%);border-radius:20px;background-repeat:no-repeat;background-position:center center;background-size:cover;width:500px;max-width:100%;margin:20px auto;padding:28px 25px;}
.box-destaque-largo h2{margin:0px 0px 15px;font-size:16px;}
.box-destaque-largo p{margin:0px 0px 15px;font-size:12px;}
.box-timeline{background-color:var(--branco);margin-bottom:25px;}
.box-timeline-img{width:100%;overflow:hidden;max-height:350px;}
.box-timeline-txt{font-size:12px;color:#333;padding:0px 18px 15px;margin-top:35px;}
.voltar-int{position:absolute;top:20px;left:25px;z-index:800;}
.box-pontos{font-size:12px;color:var(--azul);background:#E5E5E8;border-radius:11px;padding:6px 8px;text-align:center;}
.box-pontos img{margin-bottom:-5px;}
.box-pont-img{border-radius:21px;border:solid 0.5px #f4f4f4;margin:0px auto 15px;width:300px;height:300px;max-width:100%;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.text-area-nosty{border 0px;color: #999;font-size:14px;width: 100%;height: 120px; resize:none;}
.GaleriaBoxWrap{list-style:none;margin:0px;padding:0px;display:flex;flex-wrap:wrap;justify-content:center;}
.GaleriaBoxWrap li{width:150px;overflow:hidden;margin:0px 6px 12px;}
.flex-box-header{display: flex;align-items: center;}
.lgpd-box{
	width: 100%;height: 100vh;display: flex;justify-content: center;align-items: center;flex-direction: column;position: fixed;top:0px;left: 0px;z-index: 9999;
}
.lgpd-box-wrp{font-size: 16px; padding:20px;border-radius: 20px; background-color: #f4f4f4;color: var(--azul);text-align: center;width: 500px;max-width: 98%;margin: auto;}
.lgpd-bt{border-radius: 20px; background-color: var(--azul);color: var(--branco);font-size: 18px;display: block;margin-top: 20px;cursor: pointer;}

.arrowup{position: relative;width: 700px;max-width: 100%;height: auto;text-align: center;z-index: 10;margin: auto;}
.arrowup-elm{position: absolute;left:0%;top:0px;z-index: 50;width: 100%;max-width: 100%;height: 75%;padding: 5% 30% 0px;text-align: center;}
.arrowup-ico{margin-bottom:22px;}
.arrowup-ico img{width: 20%;}
.arrowup-ico p{font-size: 80%;font-weight: 600;}
.box-hm-tip{width: 25%;padding: 8px;border-radius: 20px; background-color: #FFF;color: #333;text-align: center;}
.whatsbt-hm{display: inline-block;padding: 6px 15px; background-color: #64b161;color: #FFF;font-weight: 800;text-align: center;border-radius: 20px;}

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


	body{padding-top: 60px;}
	.arrowup-ico{margin-bottom:6%;}
    .arrowup-ico img{width: 20%;}
    .arrowup-ico p{font-size: 70%;}
	.box-ico-txt{width:100%;}
	.bg-home1,.bg-home2,.bg-home3{width:100%;}
	.mainbox2{padding-top:20%;}
	.header-wrapper{padding:20px 30px;max-width:100%;flex-direction: column;}
	.logo{width:220px;}
	.Menu{background-image:url(../images/icones/menu.svg);background-repeat:no-repeat;background-size:cover;background-position:center center;cursor:pointer;}
	.MenuWrapper{padding:215px 30px 20px;}
	.userarea-img{width:40px;height:40px;}
	.userarea-info{width:80%;font-size:16px;}
	.bt-degrad{width:100%;text-align:center;font-size:18px;font-weight:600;color:var(--branco);}
	.MainHome{background-image:url(../images/bg-elipse-min.png);background-position:center;}
	.mainimgarrow{margin:70px 0px 25px;}	
	.bg-mundo{background-image:url(../images/home/Earth-5-1.png);background-position:center center;background-repeat:no-repeat;background-attachment:scroll;background-size: 120%;}
	.bg-mundo2{background-image:url(../images/home/Earth-5-1.png);background-position:center center;background-repeat:no-repeat;background-attachment:scroll;background-size: 120%;}
	.footermenu{position:fixed;width:100%;bottom:0px;left:0px;z-index:890;background-color:var(--branco);display:flex;justify-content:center;padding:12px 20px;}
	.hideitem{display:block;}
	.footer-wrapper{flex-direction:column;align-items:center;}
	/*.flex-content-MainBox{height:100vh;}*/
	.content-home4-txt{width:100%;order:1;}
	.content-home4-img,.content-home4-ico{width:100%;order:2;}
	.content-home4-img img{margin-bottom:20px;}
	.user-img{width:135px;height:135px;}
	.modal-box{width:86%;}
	.user-redes-box li:nth-child(1){width:25px;margin-right:20px;}	
	.chat-box-img{border-radius:99.9%;overflow:hidden;width:40px;height:40px;}
	.chat-box-txt{font-size:11px;}
	.chat-box-data{width:28%;font-size:9px;}
	.chat-box-txt h5{font-size:12px;}
	.chat-box-txt2{width:78%;}
	.box-projetos{margin:0px 0px 30px;}
	.box-int-destaque-img{width:260px;height:260px;}
	.contribua-box{width:150px;}
	.alt-box-mob{padding-top: 46px;}
	.box-hm-servicos{width: 98%;}
	.box-hm-tip{width: 40%;}
}
@media only screen and (max-width:440px){
	.MainHome{padding: 0px 25px;}
	.mainbox2{padding-top:12%;}
	.mainimgarrow{width:100px;margin:60px 0px 20px;}
	.hidetitem{display:block;}
	.MenuItem{font-size:20px;font-weight:700;margin-bottom:12px;}
	.MenusubArea{font-size:16px;}
	.chat-box-txt2{width:74%;}
	.area-chat{height:55vh;overflow-x:hidden;overflow-y:auto;}
	.box-projetos-mini{margin:0px 5px 9px;}
	.box-int-destaque-img{width:240px;height:240px;}
	.box-ico li{margin:0px 8px 20px;}
	.contribua-box{width:120px;}
	.flex-content-home4{padding: 0px 0px 25px;}

}
@media only screen and (max-width:290px){
	.arrowup-ico{margin-bottom:-5px;}
    .arrowup-ico img{width: 20%;}
    .arrowup-ico p{font-size: 60%;}
	
}
