/*

############################### Search Tearms

=============> General
	( ) Tags&Misc

=============> Main
	( ) Header.php
	( ) Index.php
	( ) Footer.php

=============> Pages/Categories/Single
	( ) General
	( ) Single.php
	( ) Category.php (just in case)
	( ) Page.php (just in case)

=============> Plugins

=============> Mobile
	( ) DeskTop Media (just incase)
	( ) IPADs
	( ) Phones
*/



/*============================================General============================================*/
@font-face { 
	font-family: Nunito Sans; 
	src: url(fonts/NunitoSans-Regular.ttf); 
	font-weight: 400; 
}



/*-----------------Tags&Misc-----------------*/
body{
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    padding-top: 123px;
    margin: 0;
}
p{
	font-size:16px;
}
a{text-decoration: none; color: unset;}

ul, ol, li{font-size: 18px;}

.block{ display: block !important; }

* {
    outline-color: #016944;
}
.only-mobile {
	display: none;
}

.only-desktop {
	display: block;
}



/*==============================================Main==============================================*/
/*------------------Header.php------------------*/

#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    border-top: 16px solid #016944;
    background: #F7F7F7;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
#saltar{
    position: absolute;
    left: -10000px;
    top: -10000px;
}
#saltar.focused{
    top: 1px;
    left: 1px;
    z-index: 99999;
}

#desktop_header{
	display: flex;
	align-items: center;
	max-width: 1160px;
	width: 100%;
	height: 107px;
	margin: 0 auto;
}

.header_logos{
	display: flex; 
	margin: 0 auto 0 0;
	align-items: center;
}

.header_logos a:first-child{margin-right: 20px;}
.header_logos a{display: flex;}
.header_logos h1{margin: 0; display: flex;}

.header_logos img{height: 44px;}

.header_navsearch{display: flex; margin-left: auto;}

.header_navigation .main_ol{
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.header_navigation .menu-item-nivel1{display: flex; position: relative;}

.header_navigation .main_link{
	height: 107px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	border-left: solid 1px transparent;
	border-right: solid 1px transparent;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 700;
    text-align: center;
    max-width: 120px;
}
.header_navigation .menu-item-nivel1:hover .main_link{
	border-right: solid 1px #979797;
	border-left: solid 1px #979797;
}
.main_link_title{text-align: left;}

.header_navigation .submenu{
	display: none;
	list-style: none;
    position: absolute;
    background: #FFFFFF;
    top: 107px;
    padding: 0;
    border: solid 1px #979797;
    width: max-content;
    right: 0;    
    flex-direction: column;
}
.header_navigation .menu-item-nivel1:hover .submenu{display: flex;}

.header_navigation .submenu a{
	display: flex;
	height: 50px;
	align-items: center;
	padding: 0 30px;
	border-top: solid 1px transparent;
	font-size: 14px;
	border-bottom: solid 1px transparent;
}
.navigation_title{margin-right: 20px;}
.header_navigation .submenu .fa-external-link-alt{margin-left: auto;}

.header_navigation .submenu a:hover{
	background: #f7f7f7;
	border-top: solid 1px #979797;
	border-bottom: solid 1px #979797;
	color: #016944;
	text-decoration: underline;
}

.div_search {
    font-size: 0;
}

.fake_lupa_icon {
    height: 26px;
}

.banner_submiter {
    background: #016944;
    border: solid 1px #016944;
    display: flex;
    height: 50px;
    width: 60px;
    align-items: center;
    justify-content: center;
}

#banner_searcher {
    display: flex;
    height: 30px;
}

.hidden_text {
    font-size: 0;
    height: 0;
    padding: 0;
    margin: 0;
    width: 0;
}

.banner_inputer{
	display: flex;
    width: 700px;
    height: 50px;
    border: solid 1px #979797;
    padding: 0 15px;
    font-size: 18px;
    outline: none;
    font-family: "Nunito Sans";
}

.header_searcher{
    padding: 0 20px;
    align-items: center;
    display: flex;
    background: transparent;
    border: 0;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    cursor: pointer;
    min-width: 44px;
    justify-content: center;
}
.header_searcher:hover{
	border-left: solid 1px #979797;
    border-right: solid 1px #979797;
}

.header_searchlang{
	display: flex;
    align-items: center;
}

.header_menuopener{display: none;}

.main_link .fas{display: none;}

.menu_closer{display: none;}

.header_searchpop{
	position: absolute;
    height: 280px;
    width: 100%;
    background: #F7F7F7;
    left: 0;
    top: 108px;
    align-items: center;
    justify-content: center;
    display: flex;
	transition: all ease 1s;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.searchpop_content{
	display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.header_closesearch{
    position: absolute;
    background: 0;
    border: 0;
    top: 20px;
    right: 20px;
    width: 68px;
    height: 44px;
    cursor: pointer;
}


/*------------------Footer.php------------------*/
.footer_wrapper{
	display: flex;
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}
.footer_primary{display: flex; align-items: center; background-color: #f2f2f2;}
.footer_menu{
	display: flex;
    width: 100%;
	margin-right: 50px;
}
.footer_menu_list{
	display: flex;
	min-height: 100px;
	padding: 0;
	list-style: none;
	margin: 0;
}
.footer_menu_item{ display: flex; }
.footer_menu_item a{
    margin: auto 23px;
	color: #595959 !important;
	text-decoration: none;
	font-size: 14px;
	line-height: normal;
	font-weight: 600;
	letter-spacing: normal;
	font-family: Roboto;
}
.footer_menu_item a:first-child{ margin-left: 0px; }
.footer_eport_sns24{
	display: flex;
    height: 67px;
    margin-left: auto;
}
.footer_eport_sns24 a{ 
	display: flex; 
	padding: 0 21px;
	border: 2px solid white; 
	border-width: 0 1px 0 2px;
}
.footer_eport_sns24 a:hover{ background: #fff; }
.footer_eport_sns24 a:nth-child(2){ border-width: 0 2px; }
.footer_eport_sns24 a img{
    display: flex;
    margin: auto;
}
.footer_secondary{ min-height: 80px; padding: 15px 0; }
.footer_secondary div,
.footer_secondary div a,
.footer_secondary span{ display: flex; }
.footer_logos{align-items: center;}
.footer_secondary div a{ margin: 0 25px 0 0; }
.footer_secondary .credit{
	display: flex;
	font-size: 14px;
	color: #424242;
	letter-spacing: -0.1px;	
	margin: auto;
}
a.footer_desenvild_por{
    flex-direction: column;
    font-size: 13px;
    color: #000000 !important;
    text-decoration: none;
}
.footer_middlezone{
	margin: 0 auto;
	flex-direction: column;
}
.compete_footer{flex-direction: row !important;}

.footer_extras{display: flex;}

.footer_extras_ol{
	list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.footer_extras_ol li{
	display: flex;
    padding: 0px 5px;
    border-right: 1px solid #000;
}
.footer_extras_ol li:last-child{border-right: 0;}
.footer_extras_ol a{
	font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #000;
}
.footer_extras_ol a:hover{
	color: #016944;
	text-decoration: underline; 
	
}

/*=====================================Pages/Categories/Single====================================*/
/*----------------404.php------------------*/
#post-404{
	display: flex;
    flex-direction: column;
    width: 100%;
    min-height: calc(100vh - 123px - 177px);
    align-items: center;
    justify-content: center;
}

#post-404 h1{
	font-size: 34px;
	margin: 0 0 30px;
}

#post-404 h2 {
	font-size: 24px;
	font-weight: 500;
}



/*------------------Search.php------------------*/
.search_main{
	display: flex;
    flex-direction: column;
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
    padding-top: 125px;
    min-height: calc(100vh - 123px - 177px - 125px - 60px);
}

.search_title{
	margin: 0 0 50px;
	font-size: 35px;
	line-height: 53px;
	display: flex; flex-direction: column;
	text-transform: uppercase;
}
.search_subtitle{
	font-size: 28px;
	line-height: 42px;
	color: #016944;
	margin-top: 40px;
	text-transform: capitalize;
}

.searchresults-list{list-style: none; padding: 0;}
.searchresults-list li{margin: 4.5px 0;}
.searchresults-list a{
	min-height: 100px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: calc(100% - 40px);
}
#content_easy .searchresults-list .result-title{
	font-size: 18px;
    color: #000;
    text-decoration: underline;
    font-weight: 400;
    line-height: 27px;
}

/*=============================================Mobile=============================================*/
/*---------------------Phones-------------------*/
@media (max-width: 667px) {
	.only-mobile{
		display:block;
	}
	.only-desktop{
		display:none;
	}
	#desktop_header {
		max-width: calc(100% - 40px);
	}
	
	.header_searcher{padding: 0;}
	
	.header_navigation{display: none;}
	
	.header_menuopener{
		display: flex; 		
		background: transparent;
    	border: 0;
    	width: 44px;
	    height: 44px;
	    align-items: center;
	    justify-content: center;
	}
	
	.header_logos img{height: 33px;}
	
	.header_menuopener img{height: 24px;}
	
	.header_navigation{
		position: absolute;
	    top: 107px;
	    background: rgba(0, 0, 0, 0.40);
	    left: 0;
	    max-width: 100%;
	    width: 100%;
	    height: calc(100vh - 123px);
	}
	
	.main_ol{
		width: 100%;
    	flex-direction: column;
    	border-top: solid 1px #979797;
    	background: #fff;
    	height: fit-content;
	}
	
	.main_ol .menu-item{width: 100%; flex-direction: column;}
	
	.main_ol .main_link{
		width: calc(100% - 60px);
	    height: 50px;
	    max-width: unset;
	    border-bottom: solid 1px #979797;
	}
	
	.header_navigation .submenu{
		position: unset;
	    max-width: 100%;
	    width: 100%;
	    border: 0;
	    background: #F7F7F7;
	    border-bottom: solid 1px #979797;
	}
	
	.main_link .fas{
		display: flex;
		color: #9A9A9A;
	    font-size: 18px;
	    margin-left: 20px;
	}
	
	.main_ol .menu-item:hover .main_link_title{
		color: #016944;
		text-decoration: underline;<
	}
	
	.menu_closer{display: none;}
	
	.searchpop_content{max-width: calc(100% - 40px);}
	
	.banner_inputer{width: 100%;}
	
	.header_navigation .menu-item-nivel1:hover .submenu{display: none;}
	
	/*------------------Footer.php------------------*/
	.footer_primary{background: none;}
	.footer_extras{background-color: #f2f2f2;}

	.footer_primary_wrapper {
		flex-direction: column;
	}

	.footer_menu_list {
		flex-direction: column;
		padding-top: 26px;
		padding-left: 33px;
	}

	.footer_menu_item {
		display: flex;
		margin-bottom: 30px;
	}

	.footer_eport_sns24 {
		height: 70px;
		background-color: #f2f2f2;
    	margin: 0;
	}

	.footer_eport_sns24 a {
		width: 50%;
	}

	.footer_eport_sns24 a:nth-child(1) {
		border-width: 2px 1px 0 0;
	}

	.footer_eport_sns24 a:nth-child(2) {
		border-width: 2px 0px 0 2px;
	}

	.footer_secondary {
		flex-wrap: wrap;
		padding: 0 10px;
		width: calc(100% - 20px);
	}
	
	.footer_logos{margin-top: 20px;}
	.footer_devby{margin: 15px 25px 0 0;}
	.footer_devby a{margin-right: 0 !important;}

	.footer_secondary div:nth-child(1) {
		margin-right: auto;
	}

	.footer_secondary .credit {
		order: 1;
		margin: 20px auto;
	}
	
	.footer_extras_ol{
		flex-wrap: wrap;
	    padding: 20px;
	    width: calc(100% - 40px);
	    justify-content: flex-start;
	}	
		
		
	.search_main{padding-top: 35px;}
	.search_title{font-size: 28px; line-height: 42px; margin-bottom: 30px;}
	.search_subtitle{font-size: 24px; line-height: 32px;}
	
	
	.main_ol .focused, .main_ol .block{display: none !important;}
	
	.main_ol .mobile_menu_active{display: flex !important;}
}