h2{font-size:30px;font-family: 'Be Vietnam Pro', sans-serif;}
h3{font-size:25px;font-family: 'Be Vietnam Pro', sans-serif;}
h4{font-size:25px;font-family: 'Be Vietnam Pro', sans-serif;}
h5{font-size:25px;font-family: 'Be Vietnam Pro', sans-serif;}
p{font-size:20px;}
p.titulo{font-size:25px;font-family: 'Be Vietnam Pro', sans-serif;}

#imagem_fundo{width:100%;padding:0;position:relative;margin-bottom:5px;float:left;height:80vh;}
#imagem_fundo figure{float:left;height:80vh;width:100%;overflow:hidden;}
#imagem_fundo img.imagem{width:100vw;height:80vh;float:left;}
#imagem_fundo img.imagem1{width:100vw;height:100vh;display:none;}
#imagem_fundo img.imagem2{width:100vw;height:100vh;max-height: 100%;display: none;}
#imagem_fundo img.imagem3{width:100vw;height:100%;display: none;}
figcaption.sld{position:absolute;top:0;width:100%;height:80vh;background:rgba(0,0,0,0.2);}
figcaption.sld h1{text-align:center;color:rgba(255,255,255,1);margin-left:10%;width:80%;padding-bottom:20px;margin-top:300px;text-shadow:1px 1px rgba(80,80,80,1);font-size:40px;}
figcaption.sld p{text-align:center;width:80%;float:left;margin-left:10%;padding-bottom:20px;font-size:25px;color:rgba(255,255,255,1);font-weight:bold;}

section#politica{position:relative;float:left;width:100%;border-bottom:1px solid rgba(230,230,230,0.7);padding-bottom:40px;}
section#politica h1{text-align:center;font-size:22px;margin-bottom:30px;margin-top:20px;letter-spacing:2px;}
section#politica p{font-size:18px;width:80%;float:left;margin-left:10%;color:rgba(50,50,50,1);line-height:25px;text-align:justify;margin-bottom:10px;}
section#politica h2{font-size:18px;float:left;width:80%;margin-left:10%;margin-top:20px;margin-bottom:10px;color:rgba(70,70,70,1);}

@media screen and (max-width:1400px ){
#imagem_fundo img.imagem{display:none;}
#imagem_fundo img.imagem1{display:block;height:auto;}
#imagem_fundo figure{height:auto;}
#imagem_fundo{height: auto;}
figcaption.sld{height:auto;}
}
@media screen and (max-width:1000px ){
#imagem_fundo img.imagem1{display: none;}
#imagem_fundo img.imagem2{display:block;height:500px;}
}
@media screen and (max-width:700px ){
#imagem_fundo{height:auto;}
#imagem_fundo img.imagem2{display: none;}
#imagem_fundo img.imagem3{display:block;width:auto;}
section#politica h1{font-size:18px;}
section#politica p{font-size:16px;}
section#politica h2{font-size:16px}
}
@media screen and (max-width:500px ){
#imagem_fundo img.imagem3{width:100%;height:auto;}
}