html, body
{
    width: 100;
    height: auto;
    font-size: 50;
    margin-top: 0;
    margin-left: 0;

    transition: 0.5s all;
}

.pop_load, .pop_stay
{
    width: 100%;
    height: 100%;

    z-index: 100;
    position: fixed;
    transition: 0.5s all;

    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-color: white;

    /* display: none;
    opacity: 0; */
    display: flex;
    opacity: 1;
}


h1
{
    font-size: 30px; 
    padding: 0; 
    /*
    margin-top: -10px;
    */
} 


.pop_stay_inter
{
    height: auto; 
    overflow: auto;

}

.pop_stay_inter h1, .pop_stay_inter h3
{
    text-align: center;
}


.div_itens
{
    width: 90%; 
    /* padding-left: 15px; 
    padding-right: 15px; */
    padding: 15px 25px;

    /* margin-top: 50px;
    margin-bottom: 50px; */
    margin: 5% 50px;
    background-color: rgb(247, 224, 224);
}

.pop_stay a
{
    text-decoration: none;
    color: black;
}

.pop_load img
{
    width: 40%;
}    

#cortina
{
    position: fixed;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.8s;
    width: 100%;
    height: 100%; 
    /*margin-top: 20px;*/
    display: none;
    z-index: 40;
    -o-z-index: 40;
    -ms-z-index: 40;
    -webkit-z-index: 40;
    transition: 0.5s all;
}

.bot_lat
{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: yellow; 
    z-index: 10; 
    /*margin-top: -200px;*/
    
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    align-items: flex-start;
}  

.div_paral, .div_parar
{
    width: 5%; 
    height: 100%; 
    background-color: rgba(255, 255, 255, 0); 
    display: flex;
    flex-direction: column;
    transition: 0.5s all;
    /*z-index: 60;*/
    left: 0;
}

/*.div_parar
{
    float: right;
    right: 0;
}*/

.div_paral:hover, .div_parar:hover
{
    background-color: rgba(255, 255, 255, 0.1); 
}

/*.cortina button*/
#setad, #setae
/*#setas ".fa fa-angle-left"*/
{
    /*position: relative;*/
    /*display: inline;
    float: left;*/
    /*border-radius: 150px;
    width: 50px;*/
    cursor: pointer;
    transition: all 0.7s;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 50px;
    /*margin-top: 40%;
    margin-bottom: 40%;*/
    margin-top: auto;
    margin-bottom: auto;
    height: 20%;
}


#setad
{
    float: right;   
    /*right: 0;*/
}

#setad:hover, #setae:hover
{
    opacity: 0.5;
}

.comoda
{
    /*position: relative;*/
    /*width: 100%;*/
    width: 90%;
    height: 100%;
    background-color: gray; 
    /*z-index: 20;*/
    /*margin-top: -100%;*/
}

.caixa_mail_fideliza, #caixa_mail_resposta
{
	z-index: 50; 
	width: 300px; 
	/* height: 150px;  */
	background-color: white; 
	position: fixed; 
	display: none;

    flex-direction: column;

	opacity: 0;
	top: 100px; 
	left: 25px; 
	border: groove 3px green; 
	border-radius: 10px;
	transition: 0.5s all;
	box-shadow: -3px 3px 3px black;	
}



.caixa_mail_fideliza h3
{
    margin-top: 3px;
    width: 100%;
    text-align: right;
    cursor: pointer;

    padding: 0;
}

.caixa_mail_fideliza h4
{
    margin-top: -9px;
    width: 100%;
    text-align: center;
    padding-top: 0;
}

#informa
{
    background-color: black; 
    width: 100%;
    height: 10%; 
} 

/* #fecha_fide, #fecha_fide2 */
#fecha_fide2
{
	float: right; 
	width: 10px; 
	height: 10px; 
	padding-right: 5px; 
	padding-top: 5px;
}

header
{
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px black groove;
    box-shadow: 1px 1px 5px;
    /* position: fixed; */

    z-index: 30;
    top: 0;
    transition: 0.5s all;
}

#header_links2
{
    margin-top: 15px;
    height: auto;
    overflow: hidden;
    width: 70%; 
    margin-left: 25px; 
    display: inline; 
    float: right;
}

#fixed_social2, #fixed_tema2, .go_posi
{
    position: fixed; 
    top: 15%; 
    width: 2.5%; 
    height: auto; 
    overflow: hidden; 
    padding-top: 25px; 
    padding-bottom: 25px;
    box-shadow: 1px 1px 15px;
    transition: 0.5s all;
    z-index: 30;
    background-color: white;
    cursor: pointer;
    right: -2.5%;
}
    
#fixed_social2, #fixed_tema2
{    
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

/* #fixed_social2, .go_posi */
.go_posi
{
    /* width: 3.5%;  */
    width: 50px; 
    /* left: -2.5%;  */
    left: -45px; 
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}    

/* .go_posi */
#fixed_social2
{
    top: 60%; 
}
    
/* 
#fixed_tema2
{
    right: -2.5%;  
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
}
*/

#header_links2 dd a
{
    text-decoration: none;
    font-weight: 500;    
    transition: 0.5s all;
    color: white;
}

#prim-imagem
{
    width: 102%;
    height: 350px;
    top: 0;
    left: 0;
    position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
}

#tudo
{
    position: relative;
    z-index: 20;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cober
{
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    /* height: 700px; */
    height: 350px;
    transition: all 1s;
}

.cober h2
{
    color: white;
    margin-left: 50px;
    opacity: 0;
    transition: 0.5s all;
    width: 80%;
    text-align: center;
}

main
{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: white;
}

.tit_pri
{
    text-align: center;
    font-size: 30px;
    margin: 50px;
}

.ori
{
    /* margin-top: 300px; */
    /* margin-top: 50px; */
    margin-bottom: 50px;
    margin-left: 0;
    opacity: 1;
    background-size: cover;
    /* background-color: yellow; */
    background-color: rgb(245, 234, 234);
}

iframe, .twitter-tweet
{
	width: 70%;
	height: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cont2
{
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    
    height: auto;
    overflow: hidden;
    padding-bottom: 100px;

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
}

/*
#corredor, #anuncio, article, #corredor3
{
    background-color: rgba(255, 255, 255, 0.9);
    border-top: ridge 0.5px;
    border-bottom: ridge 0.5px;
    position: relative;
    height: auto;
    overflow: hidden;
    display: inline;
    float: left;
    width: 70%;
    transition: 0.25 all;
    box-shadow: 1px 1px 10px ;
}
*/

article
{
    margin-top: 50px;
    position: relative;
    height: auto;
    overflow: hidden;
    /* display: inline;
    float: left; */

    transition: 0.25 all;
    background-color: transparent;
	color: black;
	width: 64%;
}

article h2
{
    text-align: center;
}

article p
{
	text-align: justify;
	font-size: 19px;
	width: 90%;
    /* background-color: yellow; */
}

article p a
{
	text-decoration: none;
	color: #48ea58;
	transition: 0.5s all;
}

article p a:hover
{
	color: blue;
}

article figure 
{
    width: 70%;
    /* background-color: red; */

    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

article figure figcaption
{
    color: black;
    margin-top: 10px;
    font-weight: 100;
    font-style: italic;
}

/* article img, #arti_imagem_1 img, #arti_imagem_2 img, #arti_imagem_3 img, #arti_imagem_4 img, #arti_imagem_5 img, #arti_imagem_6 img, #arti_imagem_7 img, #arti_imagem_8 img, #arti_imagem_9 img, #arti_imagem_10 img, #arti_imagem_11 img, #arti_imagem_12 img, #arti_imagem_13 img, #arti_imagem_14 img, #arti_imagem_15 img, #arti_imagem_16 img, #arti_imagem_17 img, #arti_imagem_18 img, #arti_imagem_19 img, #arti_imagem_20 img, #arti_imagem_21 img, #arti_imagem_22 img, #arti_imagem_23 img, #arti_imagem_24 img, #arti_imagem_25 img, #arti_imagem_26 img, #arti_imagem_27 img, #arti_imagem_28 img, #arti_imagem_29 img, #arti_imagem_30 img */

.ima_prev, #arti_imagem_1 img, #arti_imagem_2 img, #arti_imagem_3 img, #arti_imagem_4 img, #arti_imagem_5 img, #arti_imagem_6 img, #arti_imagem_7 img, #arti_imagem_8 img, #arti_imagem_9 img, #arti_imagem_10 img, #arti_imagem_11 img, #arti_imagem_12 img, #arti_imagem_13 img, #arti_imagem_14 img, #arti_imagem_15 img, #arti_imagem_16 img, #arti_imagem_17 img, #arti_imagem_18 img, #arti_imagem_19 img, #arti_imagem_20 img, #arti_imagem_21 img, #arti_imagem_22 img, #arti_imagem_23 img, #arti_imagem_24 img, #arti_imagem_25 img, #arti_imagem_26 img, #arti_imagem_27 img, #arti_imagem_28 img, #arti_imagem_29 img, #arti_imagem_30 img
{
	/* display: block; */
    width: 100%;
	cursor: pointer;
}

.ima_prev_2
{
	width: 50%;
}

article label
{
	display: block;
	/* margin-left: 15%; */
	width: 70%;
	font-size: 12px;
	margin-top: 25px;
}

#corredor .bot
{
	margin-top: 50px; 
	/*
	margin-botton: 50px;
	*/
}

#arti_imagem_1, #arti_imagem_2, #arti_imagem_3, #arti_imagem_4, #arti_imagem_5, #arti_imagem_6, #arti_imagem_7, #arti_imagem_8, #arti_imagem_9, #arti_imagem_10, #arti_imagem_11, #arti_imagem_12, #arti_imagem_13, #arti_imagem_14, #arti_imagem_15, #arti_imagem_16, #arti_imagem_17, #arti_imagem_18, #arti_imagem_19, #arti_imagem_20, #arti_imagem_21, #arti_imagem_22, #arti_imagem_23, #arti_imagem_24, #arti_imagem_25, #arti_imagem_26, #arti_imagem_27, #arti_imagem_28, #arti_imagem_29, #arti_imagem_30
{
	width: 100%;
	height: auto;
    overflow: hidden;
    /*
    background-color: blue;
    */
}


.tags
{
    display: inline;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    width: auto;
    height: auto;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: gray;
    border-radius: 15px;
    color: white;
    text-decoration: none;

    cursor: pointer;
}

.cont_pop
{
    background-size: cover; 
    opacity: 1; 
    border-radius: 15px;
    width: 90%; 

    margin-top: 50px;
    margin-bottom: 50px;
}

.cont_pop h2
{
    text-align: center;
}    

.cover_back
{
    width: 100%; 
    /* height: auto;  */
    height: 100%; 
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8); 
    transition: 0.4s all;
    padding-bottom: 25px;
    border-radius: 15px;

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
}

.cover_back:hover
{
    background-color: rgba(255, 255, 255, 0.6);
}

.formu
{
	width: 80%;
	border-radius: 15px;
	margin-top: 10px;
	padding: 5px;
}

#ins
{
	background-repeat: no-repeat; 
	background-size: cover;
	width: 100%;
	height: auto;
}

.itens_pop
{
	width: 50%; 
	/* display: inline; 
	float: left;  */
	height: auto; 
	overflow: hidden;
}

.link_compar
{
	display: inline; 
	float: left; 
	width: 10%; 
	margin-left: 10%;
}	

.item_noti
{
    height: auto; 
    overflow: hidden; 
    width: 100%; 
    display: block; 
}

.item_noti h3
{
    text-align: center; 
    /* margin-left: 2.5%; */
    width: 95%;
}    

.ima_noti
{
    margin-left: 2.5%; 
    width: 120px; 
    height: 120px;
    display: block;
    border-radius: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 5px gray ridge;
    transition: .2s all;
}    

.ima_noti:hover
{
    border: 7px blue ridge;
}

bloco_anuncio2
{
    width: 100%; 
	height: auto; 
	overflow: hidden; 
	margin-top: 25px;
	background-color:  transparent;
	padding-left: 0%;
}	

#ver
{
    background-color: rgba(255, 255, 255, 0.3); 
}

#infofoto
{
    opacity: 1;
    color: white;
    font-size: 15px;
    margin-top: 10%;
    display: inline;
    text-align: center;
    padding: 2%;
}

#item_mat
{
    background-color: black; 
    width: 100%;
    height: 81%; 
    opacity: 0;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;

}


#xis, #xis2
{
    float: right;
    opacity: 1;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    transition: all 0.7s;
    margin-top: 15px;
    margin-right: 15px;
    cursor: pointer;
}

#xis2
{
	margin-top: 0px;
	width: 20px; 
	height: 20px;
}	



/*#setas
{
    width: 100%; 
	height: 50%; 
	top: 25%;
	background-color: yellow;
	position: absolute;
	z-index: 50;
    
}*/



.header_links_sub2 a
{
    color: white;
}


.mais_ace
{
    width: 250px; 
    /* height: 350px;  */
    height: auto; 
    /* background-color: rgb(179, 165, 165); */
    background-color: white;
    box-shadow: 5px 5px 25px black;
    border-radius: 25px;
    border: 3px rgb(179, 165, 165) ridge;
}


.mais_ace_h4
{
    height: 60px; 
    /* background-color: gray; */
    
}


.mais_ace_h4 h4
{
    text-align: center;
}


.mais_ace_ima
{
    height: 150px; 
    background-size: cover; 
    background-position: center center;

}


.mais_ace_chama
{
    height: auto; 
    /* background-color: blue;  */
    padding: 5px 20px;

}


.div_blog_2
{
    margin-top: 50px; 
    margin-left: 5%; 
    width: 90%;  
    background-color: blue;
    height: 175px; 
    background-size: 120%; 
    background-repeat: no-repeat; 
    transition: 0.5s all;
    background-position: center center;
}

.div_blog_2:hover
{
    background-size: 170%; 
}


.h4_posi
{
    width: 100%; 
    text-align: left; 
    margin-top: 100px;
    margin-left: 50px; 
    font-style: italic; 
    text-decoration: underline;
}


.pop_ind
{
    margin-top: 100px;
    
    width: 90%;
    margin-left: -90%;
    height: auto;
    min-height: 200px;
    padding: 10px, 15px;

    /* background-color: white; */
    background-color: #faefef;
    border: groove, white, 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 15px 15px 15px black ;

    position: fixed;
    z-index: 60;

    display: none;

    transition: 0.5s all;
}

.pop_ind h3
{
    text-align: right;
    cursor: pointer;
}

.pop_ind_cont
{
    display: flex;
    flex-direction: row;
    
    justify-content: space-around;
    align-items: center;
}