html, body
{
    width: 100%;
    height: auto;

    margin-top: 0;
    margin-left: 0;

    /* background-color: yellow; */
    background-color: white;
    font-family: "Roboto";

}

header
{
    background-color: blue;

    width: 100%;
	height: 80px;
	transition: .5s all;
	box-shadow: 1px 1px 25px black;

	/* background-color: rgba(1, 25, 13, 0.9); */
}

.header_link_logo
{
    width: 150px;
}





.logo   
{
   	margin-left: 30px;
   	margin-bottom: 10px;
    height: 50px;
	float: left;
	display: inline;
	margin-top: 10px;
}

#pri, #pri2    
{
	background-color: rgba(128, 128, 128, 0.5);
	width: 120px;
	/*width: auto;*/
    /*height: 40px;*/
    height: auto;
   	/* margin-top: 10px; */
    margin-right: 30px;
    border-radius: 2%;
    border: ridge 2px;
    display: inline;
    float: right;
    color: white;
    opacity: 1;
    text-align: center;
    padding-top: 5px;
    
}

#pri2    
{
	height: auto;
   	margin-top: 10px;
    margin-right: 30px;
    color: white;
}

#pri h5
{
	margin-top: 10px;	
	margin-bottom: 5px;	
}

.ul_pri, .ul_sec
{ 
	/* d-flex flex-row justify-content-around align-items-center */
	display: flex; 
	flex-direction: row; 
	justify-content: space-around;
	align-items: center;
}

.ul_sec
{ 
	margin-top: 7px;
	flex-direction: column; 
}

.ul_sec li
{
	margin-top: 15px;
}

ul li
{
	display: inline;
	float: left;
	margin-left: 15px;
}


header ul li a,	header ul li span
{
    text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: 0.5s all;
	text-decoration: none;
	color: white;
	cursor: pointer;
}

header ul li span
{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	
}

header ul li a:hover, header ul li span:hover
{
    color: orange;
}   

#ico_menu
{
    margin-right: 30px;
   	margin-bottom: 10px;
    font-size: 40px;
	float: right;
	display: none;
	margin-top: 10px;
	color: white;
	background-color: transparent;
	cursor: pointer;
}

#menu_site
{
    /* width: 25%; */
	/* width: 200px; */
	width: 100%;
    height: auto;
    overflow: hidden;
    /* display: inline;
	float: left; */
	text-align: center;
	transition: 0.5s all;
	/*padding-bottom*/
	z-index: 30;
	position: relative;
	background-color: rgba(1, 25, 13, 0.7);
}

.li-bot
{ 
	width: 150px; 
	height: 30px; 
	background-color: transparent; 

	/* d-flex flex-column justify-content-start align-items-center" */
}

/* #menu_site h4, #menu_site_2 h4
{
    cursor: pointer;
}

#menu_site h4
{
    width: 100%;
} */

#menu_site_sub, #menu_site_sub_2
{
    display: none;
    opacity: 0;
    transition: 0.5s all;

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

	width: 100%;
	height: 200px;
	overflow: hidden;

	/* background-color: rgba(1, 25, 13, 0.9); */
}


/* #menu_site_sub_2
{
    flex-direction: column;
	justify-content: start;
	align-items: center;
} */

.links_3
{
    width: 100%;
    height: auto;
    overflow: hidden;
	/* z-index: 50px; */
	z-index: 20;
	position: relative;
    
    opacity: 0;
    display: none;
    flex-direction: column;
    align-items: center;

	/* margin-top: -5px; */
	margin-top: 0px;
    
    background-color: rgba(0, 0, 255, 0.8);
	/* background-color: rgba(60, 13, 189, 0.7); */
    color: white;
    text-decoration: none;
    
    transition: 0.5s all;
}

.links_3 a
{
    color: white;
    text-decoration: none;
}  










.div_tags
{
    width: 95%;
    padding-top: 25px;
    padding-bottom: 25px; 
}

.tag_temp, .tag_temp_2
{
    display: inline;
    float: left;
    padding: 7px 13px;
    
    border-radius: 7px;
    background-color: rgb(241, 204, 204);
    margin: 5px;
    cursor: pointer;

    font-weight: 500;
}

main
{
    width: 100%;
    /* height: auto; */
    /* padding-top: 15px;
    padding-bottom: 15px; */

    margin-top: 200px;
    background-color: rgb(134, 134, 177);
    
    /* display: flex;
    flex-direction: row; */
    /* justify-content: center;
    align-items: center; */
}

.div_central
{
    width: 95%;
    max-width: 1216px;
    /* height: 500px; */
    height: auto;
    /* overflow: auto;
    overflow-x: hidden; */
    overflow: hidden;

    /* border-radius: 15px; */

    background-color: white;
}

.div_super_ima
{
    width: 306px;
    height: 258px;
}

.sup_div_ima
{
    width: 306px;
    height: 268px;

    display: inline;
    float: left;
    margin-top: 70px;
    margin-left: 70px;
}

.sup_div_ima h5
{
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.div_ima
{
    width: 306px;
    height: 228px;

    /* display: inline;
    float: left;
    margin-top: 70px;
    margin-left: 70px; */

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center, center;
    background-color: gray;

    cursor: pointer;
}

.pop_previum_inter 
{
    width: 80%;
    display: none;
    opacity: 0;
    /* margin-top: -150px; */
}

.pop_previum_close
{
    color: white;
    text-align: right;
    padding: 2px;
    padding-right: 15px;
    font-size: 22px;
    cursor: pointer;
    width: 100%;
}

.pop_previum
{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed; 
    z-index: 50; 

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

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

    transition: 0.5s all;
}

.pop_logar, .pop_cada_temp, .pop_not_ok
{
    width: 400px;
    min-height: 60px;
    

    display: none;
    opacity: 0;
    transition: 0.5s all;
}

/* .pop_cada_temp
{
    display: flex;
    opacity: 1;
} */

.div_previum
{
    margin-top: 15px; 
    height: 85%;
    border: groove, gray, 5px; 
    border-radius: 15px;
    /* background-color: gray; */
}

.previum
{ 
    width: 100%;
    /* height: 80%; */
    height: auto;
}

.previum iframe, .config_temp 
{
    width: 100%;
    min-height: 400px; 
    height: 100%;
    /* background-color: blue; */
    display: block;
}


 
.config_temp 
{
    width: 100%; 
    
    display: none;
    flex-direction: row; 
    justify-content: center;
    align-items: center;

    overflow: auto;
}

.config_temp_div_1, .config_temp_div_2
{
    width: 50%;
    height: 100%;

    display: flex;
    flex-direction: column; 
    justify-content: space-around;
    align-items: center;
}

.config_temp_div_2
{
    /* justify-content: center; */
}

.config_temp_div_2 input
{
    margin-bottom: 7px;
    width: 100%;
}

.div_temp_bots
{
    background-color: rgb(212, 196, 196);
    padding: 2px;
}

.div_temp_bots button
{
    min-width: 200px;
    background-color: rgb(99, 160, 99);
    color: white;
    border-radius: 5px;
    border: 2px groove white;
    cursor: pointer;
}

