/*
	
	Theme Name: Nibiru Child Theme
	Description: A responsive, multi-purpose theme for creative teams and individuals. Built by <a href="http://www.pixelobject.com">Pixelobject</a>. Follow us on <a href='http://twitter.com/pixelobjecthq'>Twitter</a> and <a href='https://www.facebook.com/pixelobject'>Facebook</a>.
	Theme URI: http://nibiru.pixelobject.com
	Author: Pixelobject
	Author URI: http://www.pixelobject.com
	Template: nibiru
	Tags: four-columns, responsive-layout, custom-background, custom-colors, custom-menu, featured-images, sticky-post, theme-options, threaded-comments
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 2.0
*/


/* Child theme CSS starts here
-------------------------------------------------------------- */

html {
	overflow: auto !important;
}

.logo {
    max-height: 100% !important;

}
img{
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

pre{
    white-space: pre-wrap;
    word-break:normal;
    font-family: 'Signika', sans-serif;
    font-size:15px;
}
body {
    background-color: #fff;
}

.container, .row, .po-column {
	line-height:initial;
}


.nav>li>a:hover, .nav>li>a:focus{
	background-color:initial;
	color:initial;	
	border-bottom:1px solid #8dc63f;
}
.po-navbar li.active a{
	color:#255e8a;
}

.po-navbar li.active a:hover{
	color:#000;
}



.po-navbar .navbar-nav {
	display: block;
	margin-top: 10px;
}


nav.navbar.po-navbar.navbar-fixed-top{
	height: 75px;
	background-color:#ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	z-index: 99999;
}

nav.navbar.po-navbar.navbar-fixed-top .boxed{
	width: 33%;
}
nav.navbar.po-navbar.navbar-fixed-top .target,nav.navbar.po-navbar.navbar-fixed-top .target_mobile {
    width: 40px;
    height: 40px;
    margin-left: 20px;
}

nav.navbar.po-navbar.navbar-fixed-top .boxed.center{
	text-align: center;
}

nav.navbar.po-navbar.navbar-fixed-top .boxed.right{
	display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 31% !important;
    margin-right: 2%;
}

nav.navbar.po-navbar.navbar-fixed-top .boxed.right .linha {
  border-width: 1px;
  border-color: rgb( 199, 199, 199 );
  border-style: solid;
  height: 32px;
  margin-left:15px;
}


/*nav.navbar.po-navbar.navbar-fixed-top > a{*/
	/*align-self: center;*/
/*}*/
/*.po-navbar li a{*/
	/*color:#255e8a;*/
	/*font-size:13px;*/
	/*font-weight: 400;*/
    /*letter-spacing: 0px;*/
    /*padding:0px;*/
    /*height:20px;*/
    /*line-height:initial;*/
/*}*/

nav div.navbar-collapse.navbar-ex1-collapse{
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
}

nav .logoimg{
	height:70px;
	margin:auto;

}


.po-section{
	padding:50px 0px;
}

.container{
	height:100%;
}

p:empty{
	margin:0px;
}

.header-line{
	display:none;
}

h3.header{
	font-family: 'Teko-Light';
	font-size: 60px !important;
	text-align: center;
	color: #221e20;
	text-transform: uppercase;
}

.underline {
  display: flex;
  justify-content: center;
}
.underline span{
	background-color: #ff4949;
  	width: 128px;
  	height: 6px;
}

img.arrow-about{
	margin-top:0px;
	height:96px;
	cursor:pointer;
	z-index: 999;
}
img.arrow-services{
	margin-top:0px;
	cursor:pointer;
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self:center;
}
img.arrow-solutions{
	margin-top:0px;
	cursor:pointer;
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self:center;
}
img.arrow-partners{
	margin-top:0px;
	cursor:pointer;
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self:center;
}
img.arrow-projects{
	margin-top:0px;
	cursor:pointer;
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self:center;
}
.flexbox{	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex:auto;
	-moz-flex:auto;
	-ms-flex:auto;
	flex:auto;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	/*align-items:center;
	align-content:space-around;*/
}

#about_hash .container > .flexbox{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	height:100%;
}
.flexbox.about{
	-webkit-flex:auto;
	-moz-flex:auto;
	-ms-flex:auto;
	flex:auto;
    margin-left: 50px;
    margin-right: 50px;
    height: 360px;
    width:650px;
}

.flexbox.about div.about_slider{
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
}

.flexbox.about div.about_slider div div img{
	margin-top: 0px !important;
}


.flexbox.about div.about_slider:not(.visible){
	display:none;
}

.flexbox.services div.post{
	margin-top: 85px;
	display: block;
	text-align:left;
	width:400px;
	height:300px;
	line-height:1.4;
}
.flexbox.solutions div.post{
	display: flex;
	text-align:left;
	width:460px;
	height:160px;
	line-height:1.4;
}

.flexbox.solutions div.solutions_logo
{
	float:left;
	position: relative; 
	margin-right: 10px;
}



.flexbox.services div.post:not(:nth-child(1)):not(:nth-child(2)) {
	display:none;
	/*width:100px;
	height:100px;
	margin:auto;*/
}
.flexbox.services div.post img.logo{
	display: block;
	height: 57px;
}
.flexbox.services div.post span{
	font-family: 'Teko-Regular';
	font-size: 40px;
	color: #ff4949;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: uppercase;
}
.flexbox.services div.post p{
	font-family: 'Yanone-Kaffeesatz-Light';
	font-size: 20px;
	font-weight: lighter;
	color: #221e20;
	margin-bottom: 35px;
	text-align: justify;
	line-height: 1.2;
}
.flexbox.services div.post a{
	font-size: 25px;
	font-family:'Teko-Light';
	color: #ff4949;
	text-align: center;
	border-width: 1.5px;  
	border-style: solid;
	padding: 0 10px;
	text-transform: uppercase;
}
.flexbox.solutions div.post:not(:nth-child(1)):not(:nth-child(2)) {
	display:none;
	/*width:100px;
	height:100px;
	margin:auto;*/
}
.flexbox.solutions div img.logo{
	display: block;
	margin-right: 20px;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}
.flexbox.solutions div.post .solutions_title{
	display: table;
	min-height: 100px;
}

.flexbox.solutions div.post span{
	font-family: 'Teko-Regular';
	font-size: 40px;
	color: #605c5d;
	margin-bottom: 25px;
	text-transform: uppercase;
	line-height: 1.2;
	display: table-cell;
    vertical-align: middle;
}
.flexbox.solutions div.post p{
	font-family: 'Yanone-Kaffeesatz-Light';
	font-size: 20px;
	font-weight: lighter;
	color: #221e20;
	margin-bottom: 35px;
	text-align: justify;
	line-height: 1.2;
}
.flexbox.solutions div.post a{
	font-size: 25px;
	font-family:'Teko-Light';
	color: #c40000;
	text-align: center;
	border-width: 1.5px;  
	border-style: solid;
	padding: 0 10px;
	text-transform: uppercase;
}

.flexbox.partners div.post{
	width:124px;
	background: #221e20;
	height:124px;
	display: grid;
}
.flexbox.partners div.post:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
	display:none;
}
.flexbox.partners div.post a{
	display: block;
	margin: auto;
	padding: 20px;
}

.flexbox.partners div.post a img{
	margin: 0 !important;
}


.flexbox.services div.post a:hover, .flexbox.solutions div.post a:hover, .flexbox.projects div.post a:hover{
	color: #605c5d;
}



#about_hash{
	background-color: #c7c7c7;
	/*background-image: url('/wp-content/themes/nibiru-child/images/about/background.png');*/
	background-repeat: no-repeat;
	background-size: initial;
	background-position: center;
	height:575px;
	position: relative;
	overflow: hidden;
}

#about_hash p{
	text-align:left;
	font-weight: 400;
	font-size:30px;
	color:#ffffff;
	line-height:1;
	margin:0px;
}

#about_hash img.bullet:not(:last-child){
	margin-right:5px;
}

#about_hash img.bullet:not(.selected), #about_hash img.arrow-slider{
	cursor:pointer;
}

#services_hash{
	height:645px;
}

#solutions_hash{
	background-color: #e9e9e9;
	background-image: url('/wp-content/themes/nibiru-child/images/solutions/background.png');
	background-repeat: no-repeat;
	background-size: initial;
	background-position: center;
	height: 610px;
}

#partners_hash{
	background-color: #ffffff;
	height: 625px;
}

#projects_hash{
	height: 790px;
}

.flexbox.projects div.post{
	margin-top: 85px;
	display: block;
	text-align:left;
	width:405px;
	height:385px;
	position: relative;
}
.flexbox.projects div.post:not(:nth-child(1)):not(:nth-child(2)) {
	display:none;
}
.flexbox.projects div.post .image{
	width: 100%;
    height: 55px;
    overflow: hidden;
}

.flexbox.projects div.post .image img{
	margin-top: -70px;
}


.flexbox.projects div.post .image img.image_small{
	margin-top: 0px !important;
}



.flexbox.projects div.post span{
	font-family: 'Teko-Regular';
	font-size: 40px;
	color: #760000;
	margin-bottom: 25px;
	margin-top: 25px;
	text-transform: uppercase;
}
.flexbox.projects div.post p{
	font-family: 'Yanone-Kaffeesatz-Light';
	font-size: 20px;
	font-weight: lighter;
	color: #221e20;
	margin-bottom: 35px;
	text-align: justify;
	line-height: 1;
	width: 385px;

}
.flexbox.projects div.post a{
	font-size: 25px;
	font-family:'Teko-Light';
	color: #760000;
	text-align: center;
	border-width: 1.5px;  
	border-style: solid;
	padding: 0 10px;
	text-transform: uppercase;
	position: absolute;
    bottom: 70px;
}


#contacts{
	color:#ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
/*
#contacts p{
	display: inline-blocK;
}*/

#contacts div{
	display:block;
	margin-top: auto;
    margin-bottom: auto;
    height: 100%;
}


a {
	color:#255e8a;	
}


.addthis_toolbox.addthis_default_style{
	display: none;
}




@media (min-width: 768px){
.nav-fixed-padding {
    padding-top: 90px;
}

nav .menu-header-container{
	display:none;
}

.navbar-ex1-collapse, .navbar-collapse{
}
.navbar-collapse{	
	background-color: rgba(0,0,0,0.75);
}
nav div.navbar-collapse.navbar-ex1-collapse{
	-webkit-align-self: flex-start;
	-moz-align-self: flex-start;
	-ms-align-self: flex-start;
	align-self: flex-start;
    position: absolute;
    top: 90px;
    left:0px;
    margin:0px;
}

nav.navbar.po-navbar.navbar-fixed-top{
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	/*-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;*/
}


nav.navbar.po-navbar.navbar-fixed-top:before, nav.navbar.po-navbar.navbar-fixed-top:after{
	content:none;
}

nav .logoimg{
	margin-right: 0px;
	margin-left: 20px;
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
}
.navbar-header{
	margin-right:20px;
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self:center;
	-webkit-flex:auto;
	-moz-flex:auto;
	-ms-flex:auto;
	flex:auto;
}

.navbar-toggle {
    float: none;
    display: block;
    margin: 0px 0px 0px auto;
    padding: 0px;
}

.nav>li>a:hover, .nav>li>a:focus{
	margin-bottom:0px !important;
}

.po-navbar li.active a {
    color: rgba(255, 255, 255, 0.5);
}

#about_hash p{
	font-size:26px;
}


.toggle-collapse{
	position: absolute;
	display: inline-block;
	margin-top: 45px;
	right: 5px;
}


 .po-navbar .navbar-nav {
 	margin-bottom:0px;
    margin-top: 7.5px;
} 
#menu-header li:not(:last-child), #menu-menu-principal li:not(:last-child){
	margin-right:0px;
}
.po-navbar li {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.po-navbar li a {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
     height: 33px;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: initial;
    color: #ffffff;
    border-bottom: none;
   margin-bottom: 5px;
}




}
@media (max-width: 992px){

	.flexbox.services div.post:not(:nth-child(1)){
		display:none;
	}
	.flexbox.projects div.post:not(:nth-child(1)){
		display:none;
	}

	.flexbox.solutions div.post:not(:nth-child(1)){
		display:none;
	}
	.flexbox.partners div.post:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)){
		display:none;
	}
}

@media (max-width: 475px) {
	img.arrow-about,img.arrow-services,img.arrow-solutions,img.arrow-projects{
		height:66px;
	}
	.author_box{
		width:auto;
	}
	#arrow-left-blog{
		margin-right:10px;
	}
	#arrow-right-blog{
		margin-left:10px;
	}
}

@media (max-width: 450px) {
	#about_hash p{
		font-size:24px;
	}
	#about_hash .frist_img {
    	height: 300px;
    	width: 300px;
	}
}

.po-page {
	margin-top: -20px;
}

/*Language Switcher*/
.language_switcher ul li a{
	font-family: Teko-Light;
	font-size:28px;
	color: #232323;
	height: 32px;
	width: 32px;
	justify-content: center;
	display: flex;
}
.language_switcher ul li a:hover{
	color: #232323;
	background: #ff4949;
}

.language_switcher .lang_sel_sel{
	background: #ff4949;
}
/*Menu */
.custom_menu{
	position: fixed;
    right: 0;
    left: 0;
    margin-top: -15px;
    z-index: 9999;
}
.custom_menu ul.menu{
	width: 100%;
    list-style-type: none;
    position: absolute;
    background-color:rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
}
.custom_menu ul li {
    float: left;
}
.custom_menu ul li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Teko-Light;
    font-size: 26px;
    height: 45px;
    width: 145px;
    display:table-cell;
    vertical-align: middle;
}
.custom_menu ul li:hover, .custom_menu ul.menu li.active{
	background: #e60013;
	color: #fff;
}

.custom_menu ul li.active:last-child{
	background-color: rgba(0, 0, 0, 0) !important;
}

.custom_menu ul li.active:last-child:hover {
	background-color: #e60013 !important;
}

.custom_menu ul li.active:hover {
	background-color: #e60013 !important;
}


.dropdown-menu .active > a {
    background-color: transparent !important;
    color: #fff !important;
}

.dropdown-menu .active{
    background-color: transparent !important;
    color: #fff !important;
}

.custom_menu li:hover > .dropdown-menu{
	display:block !important;
}

.custom_menu .menu_small{
	width: 225px !important;
}
.custom_menu .menu_small li{
	width: 100% !important;
}

/*Sub Menu*/
.custom_menu .dropdown-menu {
	display: none;
	background: rgba(37,37,37,0.8);
	margin-top: 0;
	overflow: hidden;

	height: max-content;
    width: 690px;


}
.custom_menu .dropdown-menu li{
	height: 45px;
    width: 33%;
    margin-bottom: -5px;
    display: flex;
    justify-content: center;

}
.custom_menu .dropdown-menu li a{
	font-family: 'Yanone-Kaffeesatz-Light';
	font-size: 15px;
	text-align: left;
    border: none;
    width: 180px;
    margin-left: auto;
    margin-right: auto;  
    border-bottom: 1px solid #959595;
}
.custom_menu .dropdown-menu li a:hover,.custom_menu .dropdown-menu li a:focus,.custom_menu .dropdown-menu li a:active{
	background: transparent !important;
	color: #fff;
}
.custom_menu .dropdown-menu li a:last{
	display: none;
}



.navbar-collapse.collapse {
    display: flex!important;
    justify-content: center;
}

/*Menu Mobile*/
.custom_menu_mobile{
	display: none;
	position: fixed;
    right: 0;
    left: 0;
    margin-top: 20px;
    z-index: 9999;
}

.custom_menu_mobile ul.menu{
	width: 100%;
    list-style-type: none;
    position: absolute;
    background-color:rgba(0,0,0,0.7);
}
.custom_menu_mobile ul.menu li{
	margin-left: -50px;
}

.custom_menu_mobile ul.menu li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    font-size: 20px;
    padding: 10px;
}

.custom_menu_mobile ul.menu li a:hover{
	background: #e60013;
}

.custom_menu_mobile ul.menu li a .active{
	background: #e60013;
}




/*SubMenu Mobile*/
.show_mobile_menu{
	display:block !important;
}
.custom_menu_mobile .dropdown-menu{
	display: none;
	position: inherit !important;
	top: 0;
	float: none !important;
	padding:0 !important;
    margin: 0 !important;
    background: rgba(56,56,56,0.8) !important;
    color: #fff;
}
.custom_menu_mobile .dropdown-menu li{
	margin-left: 0px !important;
}
.custom_menu_mobile .dropdown-menu li a {
	font-family: 'Yanone-Kaffeesatz-Light';
	font-size: 15px;
	text-align: left;
    border: none;
    width: 180px;
    margin-left: auto;
    margin-right: auto;  
    border-bottom: 1px solid #959595;
}
.custom_menu_mobile .dropdown:after{
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
    right: 15px;
    top: 10px;
    color: #fff;
}
/**/

#about_hash .frist_img{
	height: 535px;
    width: 535px;
    border-radius: 50%;
    overflow: hidden;
}
#about_hash .frist_img img{
	margin-top: 0px !important;
	height: 120%;

}

#about_hash #title{
	position: absolute;
    top: 65px;
    font-size: 100px !important;
    font-family: 'Teko-Regular';
}
#about_hash #subtitle{
	position: absolute;
    top: 150px;
    font-family: 'Teko-Light';
    margin-left: 35px;
    font-size: 60px !important;
}

#about_hash .text{
	position: absolute;
    top: 285px;
    margin-left: 25%;
}
#about_hash .text span{
	display: block;
	font-family: 'Teko-Light';
    font-size: 45px;
    background: rgba(230,0,19,0.85);
    text-transform: uppercase;
    padding: 5px 10px 0 10px;
    margin-bottom: 5px;
}
#about_hash .conec{
	position: absolute;
    top: 20px;
    margin-left: -100px;
}
#about_hash .conectores{
	position: absolute;
    opacity: 0.2;
	top: -70px;
    margin-left: -275px;
}
.secound_img{
	height: 495px;
    overflow: hidden;
    width: 495px;
    border-radius: 50%;
}
.secound_img img{
	height: 115% !important;
	max-width: none !important;
}
.secound_slider .title{
	font-family: 'Teko-Regular';
    font-size: 30px;
    background-color: #222222;
    padding: 0px 10px;
    color: #fff;
    text-transform: uppercase;
}

.secound_slider ul li{
	font-family: 'Yanone-Kaffeesatz-Light';
	font-weight: lighter;
	font-size: 20px;
	list-style-image: url('/wp-content/themes/nibiru-child/images/about/bullet.png') !important;
	width: 185px;
	color: #222222;
}
/*Secound_Slider_About Frist text*/
.secound_slider .frist{
	position: absolute;
    top: 200px;
    left: 28%;
}
.secound_slider .frist #text_frist{
	margin-left: -80px;
    margin-top: 20px;
}

/*Secound_Slider_About Secound text*/
.secound_slider .secound{
	position: absolute;
    top: 130px;
    right: 26%;
}
.secound #text_secound{
    margin-top: 20px;
    margin-left: 70px;
}
/*Secound_Slider_About third text*/
.secound_slider .third{
	position: absolute;
    top: 350px;
    right: 25%;
}
.third #text_third{
    margin-top: 20px;
    margin-left: 50px;
}
/*Third_Slider_About third text*/
.third_slider_img{
	height: 480px;
    width: 480px;
    border-radius: 50%;
    overflow: hidden;
	position: absolute;
    left: 25%;
    top: 60px;
}

.third_slider_img img{
	height: 115%;
    margin-left: -165px;
    max-width: none !important;
}
.third_slider .title{
	position: absolute;
    top: 175px;
    left: 48%;
}

.third_slider .title span{
	display: block;
    font-family: 'Teko-Light';
    font-size: 50px;
    color: #fff;
    background-color: #222222;
    padding: 0 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.third_slider .text_third{
	position: absolute;
    width: 365px;
    font-family: 'Teko-Regular';
    font-size:33px !important;
    color: #222222 !important;
    top: 305px;
    text-transform: uppercase;
}
.third_slider .text_third span{
	background-color: #e40a1c; 
	padding: 0px 10px 0px 10px;
    line-height: normal;
}

#about_hash .third_slider .conectores{
	position: absolute;
    opacity: 0.2;
    top: -115px !important;
    margin-left: -650px !important;
}

/*Footer*/
.footer{
	background-image: url(/wp-content/themes/nibiru-child/images/footer/background.png);
    padding-top: 35px;
    background-repeat: no-repeat;
    height: 413px;
    background-color: #221e20 !important;
    position: relative;
}
.footer h3{
	margin:0;
}
.footer h3 span{
	text-align: center;
	font-family: 'Teko-Light';
	font-size:47px;
	background: #c40000;
	width: 160px;
	margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.footer .linha{
	margin-left: 55px;
	margin-right:55px;
}

.footer .icon{
	margin-bottom: 30px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer span{
	font-family: 'Teko-Light';
	font-size: 28px;
	color: #ffffff;
	display: block;
	text-align: center;
}

.footer .social_icons{
    display: flex;
    width: 175px;
    position: absolute;
    right: 40px;
    bottom: 0;
}
.footer .social_icons div{
	display: grid;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    background-color: #c40000;
    padding: 5px;
}
.footer .social_icons div a{
	margin:auto;
}
.footer .social_icons div a img{
	width: 100%;
}


.footer_pages{
  	height: 58px;
  	background-color: #221e20;
}
.footer_pages .social_icons{
    display: flex;
    margin-right: 65px;
    justify-content: flex-end;
}
.footer_pages .social_icons div:first-child{
    margin-right: 10px;
}
.footer_pages .social_icons div:hover{
	display: grid;
	width: 43px;
	height:43px;
	background-color: #c40000;
	margin-top: 8px;
}

.footer_pages .social_icons div{
	 margin-top: 13px;
}
.footer_pages .social_icons div a{
	margin: auto;
    
}
.footer_pages .social_icons img{
	width: 35px;
    height: 34px;
    
}

.linha-mobile{
	display: none;
}

.img_banner_post{
	width: 100%;
    min-height: 600px;
    overflow: hidden;
    height: auto;
    max-height: 750px;
}
.img_banner_post_solutions{
	width: 100%;
    overflow: hidden;
    max-height: 270px;
    height: auto;
}

.author_avatar{
	margin-bottom: 25px;
}
.blog-header .title{
	font-family: 'Teko-Light';
	font-size: 60px;
	color:#221e20;
	text-align: left;
}
.blog-header .underline{
	justify-content: flex-start;
}

.blog-header .underline span{
	width: 75px;
}


.blog-content div p{
	font-family: 'Yanone-Kaffeesatz-Light';
	font-size:24px;
	font-weight: lighter;
	color: #221e20;
	text-align: justify;
	line-height: 1;
	margin-top: 25px;
}

.blog-content div span{
	font-family: 'Yanone-Kaffeesatz-Light';
	font-size:24px;
	color:#ff4949;
	margin-top: 25px;
	text-transform: uppercase;
}

.blog-content div div.qoutes{
	display: flex;
}
.blog-content div div.qoutes:first-child{justify-content:flex-start;}
.blog-content div div.qoutes:last-child{justify-content:flex-end;}

.blog-content div div.qoutes span{
	color: #760000 !important;
	font-family: 'Teko-SemiBold' !important;
	font-size: 100px !important;
}

.blog-content div.author_name{
	display: flex;
	justify-content: flex-end;
}
.blog-content div.author_name p{
	color: #760000 !important;
	font-weight: normal !important;

}
.light-page-image{
	padding-bottom: 0px !important;
}


.blog-content ul li {
    font-family: 'Yanone-Kaffeesatz-Light';
    font-weight: lighter;
    font-size: 24px;
    list-style-image: url(/wp-content/themes/nibiru-child/images/post/bullet.png) !important;
    color: #221e20;
}

.secound_slider .text_mobile{
	position: absolute;
    top: 70px;
    margin-left: 10% !important;
    background: rgba(255,255,255,0.7);
}
.secound_slider .text_mobile .frist,.secound_slider .text_mobile .secound, .secound_slider .text_mobile .third{
	position: initial !important;
}
.secound_slider .text_mobile .frist #text_frist, .secound_slider .text_mobile .secound #text_secound,.secound_slider .text_mobile .third #text_third{
	margin: 0px !important;
	margin-left: 30px !important;
	padding-right: 10px !important;
}
.secound_slider .text_mobile ul li {
    font-size: 16px;
    width: 165px;
    font-weight: bold;
}




/*About Page*/

#about_section{
	display: flex;
    justify-content: space-between;
	margin-top: 100px;
}

#about_section div.box{
	width: 49%;
}
#about_section div.box .img{
	height: 286px;
	overflow:hidden;
    margin-top: 105px;
}
#about_section div.box .img img{
	margin-top: -155px;
    height: 200%;
    width: 130%;
}
#about_section div.box .conectores{
    position: absolute;
    top: -300px;
    left: -1000px;
}
#about_section div.box .conectores img{
    margin: 0;
}

#about_section div.text{
	width: 45% !important;
}

#about_section div.box.text h3.header{
	font-family: 'Teko-Light';
	font-size: 60px;
	color: #c7c7c7;
	text-align: left !important;
}

#about_section div.box.text .underline {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}

#about_section div.box.text .underline span{
	background-color: #c7c7c7;
  	width: 75px;
  	height: 6px;
}

#about_section div.box.text div{
	font-family: 'Yanone-Kaffeesatz-Light';
	font-size: 24px;
	color: #221e20;
	font-weight: lighter;
	width: 95%;
	max-width: 505px;
	text-align: justify;
	line-height: 1.4;
}
#about_section div.box.text div br{
	line-height: 40px;
}

.about_icons{
	display: flex;
    justify-content: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
}

.about_icons div.mission{
	width: 305px;
}
.about_icons div.vision{
	width: 400px;
	margin-left: 100px;
}
.about_icons div.values{
	width: 310px;
	margin-left: 100px;
}

.about_icons p{
	font-size: 25px;
	font-family: 'Yanone-Kaffeesatz-Regular';
	color: #221e20;
	text-align: center;
}

.about_icons .underline span{
	background-color: #c40000;
  	width: 75px;
  	height: 6px;
}


/**/


#service_section{
	position: relative;
    overflow: hidden;
}
#service_section header{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
#service_section header div.box{
	width: 49%;
}

#service_section header div.box.service_title{
	padding-left: 20%;
	margin-top: auto;
    margin-bottom: auto;
}
#service_section header div.box.service_title h3.header{
	font-family: 'Teko-Light';
	font-size: 60px;
	color: #c7c7c7;
	text-align: left !important;
}
#service_section header div.box.service_title .underline{
	justify-content: flex-start !important;
}
#service_section header div.box.service_title .underline span {
    background-color: #c7c7c7;
    width: 75px;
    height: 6px;
}

#service_section header div.box .conectores{
	position: absolute;
    top: -370px;
    right: -500px;
    z-index: 1;
}

#service_section header div.box .conectores img{
	margin: 0 !important;
}
#service_section div.box .img {
    height: 286px;
    overflow: hidden;
    margin-top: 105px;
}

#service_section div.box .img img{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    margin-top: -14%;
}


#services_content{
	padding-top: 100px;
    padding: 0 20%;
}
#services_content div.service_page_text{
	width: 45%;
	display: block;
}
#services_content div.service_page_text:nth-child(1){
	padding-top: 350px;
	display: inline-block;
    float: right;
}
#service_section div.service_page_text img{
	display: block;
}
#service_section div.service_page_text .title {
    font-family: 'Teko-Light';
    font-size: 45px;
    color: #221e20;
    text-align: left;
}
#service_section .underline {
	display: flex;
    justify-content: flex-start;
}
#service_section .underline span {
    background-color: #ff4949;
    width: 73px;
    height: 6px;
}
#service_section div.service_page_text p {
    font-family: 'Yanone-Kaffeesatz-Light';
    font-size: 24px;
    font-weight: lighter;
    color: #221e20;
    text-align: justify;
    line-height: 1;
    margin-top: 25px;
    width: 75%;
}

#service_section div.service_page_text span {
    font-family: 'Yanone-Kaffeesatz-Regular';
    font-size: 24px;
    color: #ff4949;
    text-transform: uppercase;
}

#services_content_mobile{
    padding: 0 5%;
}

/*Solutions Page*/
#solutions_section .solutions_title{
	padding: 100px 0;
}

#solutions_section header{
	padding-left: 20%;
}

#solutions_section header h3.header{
    text-align: left !important;
    color: #c7c7c7 !important;

}
#solutions_section header .underline {
    justify-content: flex-start !important;
}

#solutions_section header .underline span{
	background-color: #c7c7c7 !important;
    width: 65px;
}



#solutions_section #solutions_content .post h3.header{
	text-align: left !important;
}

#solutions_section #solutions_content .post .underline{
	justify-content: flex-start;
}

#solutions_section #solutions_content .post .underline span{	
	width: 75px !important;
	height: 5px !important;
	background-color: #e60013 !important;
}
#solutions_content div.post .text{
	width: 460px;

}
#solutions_content div.post p  {
    font-family: 'Yanone-Kaffeesatz-Light';
    font-size: 21px;
    color: #221e20;
    text-align: justify;
    line-height: 1;
    margin-top: 25px;
}
#solutions_content div.post span{
	font-family: 'Yanone-Kaffeesatz-Light';
    font-size: 21px;
    color: #e60013;
    text-align: justify;
    line-height: 1;
    margin-top: 25px;
}
#solutions_content div.post ul li {
    font-family: 'Yanone-Kaffeesatz-Light';
    font-size: 21px;
    list-style-image: url(/wp-content/themes/nibiru-child/images/post/bullet.png) !important;
    color: #221e20;
    text-align: justify;
}

#solutions_section #solutions_content .post img{
	width: 943px;

}

#solutions_section #solutions_content div.post:not(:nth-child(2n+2)){
	padding-left: 20%;
	clear: right;
}

#solutions_section #solutions_content div.post:not(:nth-child(2n+2)) img{
	float: right;
	margin: 0px 10px 0px 10px;
}


#solutions_section #solutions_content div.post:nth-child(2n+2){
	padding-right: 20%;
}

#solutions_content div.post:nth-child(2n+2) .text{
	float: right;
}


/*Partners Page*/

#partners_section header{
	position: relative;
    height: 375px;
    overflow: hidden;
}
#partners_section header .conectores{
	position: absolute;
	top: -1000px;
    right: -300px;
}
#partners_section header .title{
	position: absolute;
    bottom: 10%;
    left: 20%;
}

#partners_section header .title h3.header{
	color: #c7c7c7;
}
#partners_section header .title .underline{
	justify-content: flex-start;
}
#partners_section header .title .underline span{
	background-color: #c7c7c7;
    width: 75px;
}

#partners_section .partners_gallery{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
}

#partners_section .partners_gallery div.post {
    width: 124px;
    background: #221e20;
    height: 124px;
    margin: 50px 0 0 65px;
    display: grid;
    
}

#partners_section .partners_gallery div.post a {
    display: block;
    margin: auto;
    padding: 20px;
}

#partners_section .partners_gallery div.post a img {
    margin: 0 !important;
}


/*Projects Page*/
#projects_section{
	position: relative;
    overflow: hidden;
}

#projects_section .projects_title{
	padding-left: 20%;
	margin-bottom: 100px;
}
#projects_section .projects_title h3.header{
	text-align: left;
	color: #c7c7c7;
}

#projects_section .projects_img .conectores{
	position: absolute;
    top: -860px;
    right: -185px;
}

#projects_section .projects_title .underline{
	justify-content: flex-start;
}
#projects_section .projects_title .underline span{
	width: 60px;
	background-color: #c7c7c7;
}


#projects_section #projects_content div.post{
	padding-left: 20%;
	/*max-width: 1075px;*/
    width: 80%;
    margin-bottom: 100px;
}

#projects_section #projects_content div.post h3.header{
	text-align: left;
}
#projects_section #projects_content div.post h3.title{
    font-family: 'Teko-Light';
    font-size: 60px !important;
    color: #221e20;
    text-transform: uppercase;
}

#projects_section #projects_content div.post .underline{
	justify-content: flex-start;
	margin-bottom: 40px;
}
#projects_section #projects_content div.post .underline span{
	width: 60px;
	background-color: #760000;
}


#projects_section #projects_content div.post div.text div.qoutes span{
	color: #760000 !important;
    font-family: 'Teko-SemiBold' !important;
    font-size: 65px;
}
#projects_section #projects_content div.post div.text div.qoutes:nth-child(1){
	margin-bottom: -45px;
}
#projects_section #projects_content div.post div.text div.qoutes:last-child{
	float: right;
}

#projects_section #projects_content div.post div.text p{
	font-family: 'Yanone-Kaffeesatz-Light';
    font-size: 24px;
    color: #221e20;
    text-align: justify;
    line-height: 1;
    margin-top: 25px;
}
#projects_section #projects_content div.post .img_projects{
	position: relative;
    overflow: hidden;
    height: 220px;
}
#projects_section #projects_content div.post .img_projects img{
	margin-top: -18%;
	width: 100%;
}


#projects_section #projects_content div.post div.author_name{
	clear: both;
}
#projects_section #projects_content div.post div.author_name p {
    color: #760000 !important;
    font-weight: normal !important;
    text-align: right;
    font-style: italic;
}

#projects_section #projects_content div.post:nth-child(1) .img_projects img,#projects_section #projects_content div.post:nth-child(3) .img_projects img{
	margin-top: 0px !important;
}


@media(min-width:2115){
	#projects_section .projects_img .conectores{
		right: 0px;
	}
}

@media(min-width:783px){
	.custom_menu_mobile{
		display: none !important;
	}
	.target_mobile{
		display: none !important;
	}
	.secound_slider .text_mobile{
		display: none !important;
	}
	#services_content_mobile{
		display: none !important;
	}
}


/*Secound Slider*/
@media(max-width: 1890px){
	#projects_section .projects_img .conectores{
		right: -320px;
	}
}
@media(max-width: 1800px){
	.secound_slider .third{
    	right: 23%;
	}
	.secound_slider .secound{
       right: 24%;
	}
	.secound_slider .frist{
		left: 27%;
	}
	#solutions_content div.post .text {
    	width: 400px;
	}
}
@media(max-width: 1700px){
	.secound_slider .third{
    	right: 19%;
	}
	.secound_slider .secound{
       right: 21%;
	}
	.secound_slider .frist{
		left: 23%;
	}
	#projects_section .projects_img .conectores{
		right: -520px;
	}
	#solutions_content div.post .text {
    	width: 350px;
	}
	#solutions_section #solutions_content .post img {
    	width: 900px;
	}
}
@media(max-width: 1600px){
	.third_slider .title{
       margin-left: 4% !important;
	}
	.third_slider .text_third{
       margin-left: 10% !important;
	}
}

@media(max-width: 1530px){
	.secound_slider .secound{
       right: 19%;
	}
	#solutions_section #solutions_content .post img {
    	width: 800px;
	}
	#solutions_content div.post .text {
    	width: 300px;
	}
}

@media(max-width: 1470px){
	#service_section header div.box .conectores {
    	right: -665px;
	}
	#projects_section .projects_img .conectores{
		/*right: -835px;*/
		display: none;
	}
}
@media(max-width: 1440px){
	.secound_slider .third{
    	right: 16%;
	}
	.secound_slider .secound{
       right: 16%;
	}
	.secound_slider .frist{
		left: 20%;
	}

}
@media(max-width: 1380px){
	.third_slider_img{
		left: 15%;
	}
	#about_hash .third_slider .conectores{
		margin-left: -675px !important;
	}
	.third_slider .title{
       margin-left: 0% !important;
	}
	.third_slider .text_third{
       margin-left: 7% !important;
	}
	#solutions_section #solutions_content .post img {
    	width: 700px;
	}
}

@media(max-width: 1300px){
	.secound_slider .third{
    	right: 12%;
	}
	.secound_slider .secound{
       right: 13%;
	}
	.secound_slider .frist{
		left: 16%;
	}
	#service_section header div.box .conectores {
    	right: -740px;
	}
	#solutions_section #solutions_content .post img {
    	width: 650px;
	}
	#solutions_section #solutions_content div.post:not(:nth-child(2n+2)) {
    	padding-left: 10%;
	}
	#solutions_section #solutions_content div.post:nth-child(2n+2) {
    	padding-right: 10%;
	}
}
@media(max-width: 1200px){
	.secound_img {
    	width: 375px;
   	 	height: 375px;
	}
	.secound_slider .third{
    	right: 13%;
	}
	.secound_slider .secound{
       right: 16%;
	}
	.secound_slider .frist{
		left: 20%;
	}
	.flexbox.solutions div.post{
		width: 500px;
	}
	.third_slider_img {
    	left: 10%;
	}
	.flexbox.services div.post:not(:nth-child(1)):not(:nth-child(2)){
		display:none;
	}
	.flexbox.solutions div.post:not(:nth-child(1)):not(:nth-child(2)){
		display:none;
	}
	#projects_hash div.blog-post:not(:nth-of-type(1)):not(:nth-of-type(2)){
		display:none;
	}
	#partners_section header .conectores{
		top: -940px;
	}
	#projects_section .projects_img .conectores{
		top: -970px;
	}
}
@media(max-width: 1170px){
	#service_section header div.box .conectores {
    	right: -880px;
	}
}


@media(max-width: 1090px){
	.third_slider_img{
		height: 400px;
    	width: 400px;
    	top: 90px;
    	margin-left: 10px;
	}
	.third_slider .title {
    	margin-left: -3% !important;
	}
	.third_slider .text_third {
    	margin-left: 5% !important;
	}
	#partners_section header .conectores{
		top: -835px;
	}
	#projects_section .projects_img .conectores{
		right: -1010px;
	}
	#solutions_section #solutions_content div.post:not(:nth-child(2n+2)) {
    	padding-left: 2%;
	}
	#solutions_section #solutions_content div.post:nth-child(2n+2) {
    	padding-right: 2%;
	}
	#solutions_section #solutions_content .post img {
    	width: 600px;
	}
}

@media(max-width: 1024px){
	.secound_slider .third{
    	right: 8%;
	}
	.secound_slider .secound{
       right: 10%;
	}
	.secound_slider .frist{
		left: 15%;
	}
	.third_slider .text_third{
		margin-left: 1% !important;
	}
	#about_section div.box .conectores{
		left: -1170px;
	}
}


@media(max-width: 992px){
	.secound_img {
    	width: 305px;
    	height: 305px;
	}
	.secound_slider .title {
    	font-size: 25px;
	}
	.secound_slider ul li {
    	font-size: 15px;
    	width: 125px;
	}
	.secound_slider .third{
    	right: 8%;
	}
	.secound_slider .secound{
       right: 18%;
       top:210px;
	}
	.secound_slider .frist{
		left: 23%;
	}
	#about_hash .conec{
		margin-left: -50px;
	}
	.third_slider .text_third{
		margin-left: 4% !important;
		width: 327px;
		top:325px;
		font-size: 30px !important;
	}
	#service_section header div.box .conectores {
    	right: -960px;
	}
	#partners_section header .conectores{
		top: -790px;
	}
}


@media(max-width: 943px){
	#solutions_section #solutions_content .post img {
	    width: 100%;
	}
	#solutions_section #solutions_content div.post:not(:nth-child(2n+2)),#solutions_section #solutions_content div.post:nth-child(2n+2){
		padding: 0;
	}
	#solutions_content div.post:nth-child(2n+2) .text{
		float: none;
	}
	#solutions_content div.post .text {
    	width: 80%;
	}
	#solutions_section #solutions_content div.post .text{
		padding-left: 20%;
	}	
	#solutions_section .solutions_title {
   	 	padding: 0;
	}
}



@media(max-width: 900px){
	.third_slider_img{
		height: 350px;
    	width: 350px;
    	top: 100px;
    	margin-left: 15px;
	}
	#about_hash .third_slider .conectores {
    	margin-left: -495px !important;
	}
	.third_slider .text_third {
    	margin-left: 4% !important;
    	width: 286px;
    	top: 290px;
    	font-size: 26px !important;
	}
	.secound_slider .secound{
       right: 15%;
	}
	.secound_slider .frist{
		left: 21%;
	}
	.footer .linha {
    	margin-left: 45px;
    	margin-right: 45px;
	}
	#service_section header div.box .conectores {
    	right: -1035px;
	}
}

@media(max-width: 855px){
	.footer {
    	padding-top: 20px;
	}
	.footer .social_icons{
		margin-top: 15px;
	}
	.footer .linha {
    	margin-left: 20px;
    	margin-right: 20px;
	}

	#about_section{
		display: block;
		position: relative;
		margin-top: 0px; 
	}
	#about_section div.box{
		width: 100%;
	}
	#about_section div.box .conectores{
		top: -735px;
		left: -1064px;
	}
	#about_section div.box .img{
		margin-top: 0px;
	}
	#about_section div.text{
		width: 75% !important;
		margin: 0 auto;
	}
	.about_icons{
		display: block
	}
	.about_icons div.mission {
		width: 100%;
	}
	.about_icons div.vision {
    	width: 100%;
    	margin-left: 0px; 
	}
	.about_icons div.values {
    	width: 100%;
    	margin-left: 0px; 
	}
	#service_section header{
		display: block;
	}
	#service_section header div.box {
    	width: 100%;
	}
	#service_section header div.box .conectores{
		display: none;
	}
	#partners_section header .conectores {
    	top: -685px;
	}
	#projects_section .projects_img .conectores{
	/*	right: -1150px; */
	display: none;
	}
}
/**/

@media(max-width: 825px){
	.third_slider_img {
    	height: 300px;
    	width: 300px;
    	top: 135px;
    	margin-left: 10px;
	}
	.third_slider .text_third {
    	margin-left: 2% !important;
   	}
}



@media(max-width: 782px){

	#projects_hash{
		height: 700px;
	}
	#project_img{
		margin-top: 0px;
	}
	.secound_slider .txt{
		display: none !important;
	}
	
	.custom_menu{
	    display: none;
	}
	.target{
		display: none;
	}
	.target_mobile{
		cursor: pointer;
	}
	.secound_img{
		height: 395px;
    	width: 395px;
	}	
	.third_slider .third_slider_img{
		position: inherit;
		height: 350px;
		width: 350px;
		margin-top: -110px !important;

	}
	.third_slider .text_third{
       margin-left: 8% !important;
       width: 280px;
       margin-top: 120px !important;
       font-size: 25px !important;
	}
	#about_hash .third_slider .conectores {
    	margin-left: -110px !important;
    	top: -27px !important;
	}
	.third_slider .title{
		top: 25px;
    	margin-left: -5% !important;
	}

	.flexbox.partners div.post:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)){
		display:none;
	}
	.footer span {
    	font-size: 20px;
    }
    .footer .social_icons {
    	margin-top: 40px;
	}
	#about_hash #title{
   		font-size: 100px !important;
	}
	#about_hash #subtitle{
	    font-size: 60px !important;
	}
	#services_content{
		display: none;
	}
	#service_section div.service_page_text p{
		width: 90%;
	}
	#partners_section header{
		height: 100px;
	}
	#partners_section header .conectores{
		display: none;
	}


}




@media(max-width: 767px){
	#about_hash .frist_img {
    	margin-top: 40px;
	}
	.third_slider .title {
    	top: 50px;
	}
}

@media(max-width: 710px){
	#about_hash .frist_img {
    	height: 485px;
    	width: 485px;
	}
	#about_hash .conec {
    	margin-left: -25px;
	}
	#about_hash .text{
		margin-left: 45%;
	}
	#projects_section .projects_img .conectores {
    	right: -1210px;
	}
}
@media(max-width: 665px){
	#about_hash .frist_img {
    	height: 450px;
    	width: 450px;
	}
	#about_hash .text {
    	margin-left: 40%;
	}
	#about_hash .conec {
    	top: 85px;
	}
}
@media(max-width: 625px){
	#about_hash .frist_img {
    	height: 425px;
    	width: 425px;
	}
	#about_hash .text {
    	margin-left: 35%;
	}
}
@media(max-width: 600px){
	#about_hash .frist_img{
		height: 400px;
    	width: 400px;
	}
	#about_hash .conec {
    	top: 130px;
	}
	.secound_img{
		height: 305px;
    	width: 305px;
    	margin-left: -20px;
    	margin-right: -20px;
	}
	#projects_section .projects_img .conectores {
    	right: -1325px;
	}
}


@media(max-width: 570px){
	#about_hash .frist_img{
		height: 375px;
    	width: 375px;
	}
	#about_hash .conec {
    	top: 150px;
	}
	#about_hash .conectores {
    	top: -45px;
	}
	.flexbox.projects div.post a{
		position: initial;
	}
}
@media(max-width: 530px){
	#solutions_hash .underline{
		margin-bottom: 40px !important;
	}
	.third_slider .third_slider_img {
    	height: 300px;
   		width: 300px;
	}
    nav.navbar.po-navbar.navbar-fixed-top .boxed.center {
   		display: flex;
    	justify-content: flex-end;
    	margin-right: 20px;
	}	
	#about_hash .frist_img {
    	height: 350px;
    	width: 350px;
    	margin-left: -20px;
    	margin-right: -20px;
	}
	#about_hash .text {
    	margin-left: 20%;
	}
	#about_hash .conec {
    	top: 185px;
    	margin-left: -50px;
	}
	#about_hash .conectores {
    	top: 0px;
	}
	.secound_slider .frist {
    	left: 29%;
    	top: 43%;
	}
	.secound_slider .secound {
    	right: 36%;
    	top: 230px;
	}
	.secound_slider .third {
    	right: 33%;
	}
	.flexbox.services div.post{
		width:300px;
	}
	.flexbox.solutions div.post {
    	width: 300px;
	}
	.flexbox.projects div.post{
		width: 300px;
	}
	.flexbox.projects div.post p{
		width: 285px;
	}
	.flexbox.partners div.post:not(:nth-child(1)):not(:nth-child(2)){
		display:none;
	}
	.footer .linha {
    	margin-left: 10px;
    	margin-right: 10px;
	}

}
@media(max-width: 500px){
	.footer #contacts{
		display: block;
	}
	.footer .linha{
		display: none;
	}
	.footer .linha-mobile{
		display: block;
		margin-left: auto;
    	margin-right: auto;
    	margin-top: 20px;
    	margin-bottom: 20px;
	}
	.footer{
		height: 735px;
	}
	#projects_section .projects_img .conectores {
    	right: -1370px;
	}
}

@media(max-width: 445px){
	#about_hash .frist_img {
    	height: 300px;
    	width: 300px;
    	margin-left: -30px;
    	margin-right: -30px;
	}
	#about_hash .text span{
		font-size: 35px;
	}
	#about_hash .text span:nth-child(1){
		width: 80px !important;
	}
	#about_hash .text span:nth-child(2){
		width: 175px !important;
	}
	#about_hash .text span:nth-child(3){
		width: 190px !important;
	}
	#about_hash .text span:nth-child(4){
		width: 135px !important;
	}
	#about_hash .text span:nth-child(5){
		width: 70px !important;
	}
	.third_slider .third_slider_img {
   		margin-left: -30px;
   		margin-right: -30px;
	}
	.third_slider .title {
    	margin-left: -10% !important;
	}
	.third_slider .text_third {
		margin-top: 100px !important;
    	margin-left: 0% !important;
	}
	nav.navbar.po-navbar.navbar-fixed-top .boxed.right .wpml-ls-legacy-list-horizontal{
		padding: 0!important;

	}
	nav.navbar.po-navbar.navbar-fixed-top .boxed.right .wpml-ls-legacy-list-horizontal .wpml-ls-item{
		display: block;
	}
	#about_hash .text {
		margin-left: 15%; 	
	}
	nav.navbar.po-navbar.navbar-fixed-top .boxed.center {
    	margin-right: 0px;
		margin-left: 30px;	
	}
}
@media(max-width: 400px){


	#about_hash .text {
    	margin-left: 15%;
	}

	#solutions_hash .underline{
		margin-bottom: 90px !important;
	}
	.flexbox.solutions div.post{
		width:200px;
		display: block;
	}
	#services_hash .underline{
		margin-bottom: -30px !important;
	}
	#services_hash {
    	padding-top: 0px;
	}
	.flexbox.services div.post span,.flexbox.services div.post a{
		font-size:4vw;
	}
	.flexbox.services div.post span{
		font-size: 30px;
	}
	.flexbox.solutions div.post span,.flexbox.solutions div.post a{
		font-size:6vw;
	}
	.flexbox.solutions div.post .logo{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	#solutions_hash {
    	padding-top: 0px;
	}
	#projects_hash {
    	padding-top: 0px;
	}
	.flexbox.projects div.post{
		margin-top: 0px;
	}
	.secound_img {
    	height: 250px;
    	width: 250px;
	}
	.secound_slider .text_mobile{
		margin-left: -4% !important;
	}
	#projects_section .projects_img .conectores {
    	right: -1410px;
	}
}


@media (max-width: 380px) {
	.flexbox.partners div.post:not(:nth-child(1)){
		display:none;
	}
	nav.navbar.po-navbar.navbar-fixed-top .boxed.right .linha{
		margin-left: 5px;
	}
	nav.navbar.po-navbar.navbar-fixed-top .target,nav.navbar.po-navbar.navbar-fixed-top .target_mobile {
    	margin-left: 5px;
	}
	.flexbox.services div.post{
		width:200px;
	}
	.flexbox{
		-webkit-flex:none;
		-moz-flex:none;
		-ms-flex:none;
		flex:none;
	}
	.container{
		padding:0px;
	}
	#projects_hash .post{
		width:230px;
	}
	.row{
		margin:0px;
	}
	#about_hash p{
		font-size:6vw;
	}
	.flexbox.projects div.post{
		width: 200px;
	}
	.flexbox.projects div.post p{
		width: 185px;
	}
	.secound_img {
    	height: 200px;
    	width: 200px;
    	margin-left: -20px;
    	margin-right: -20px;
	}
	.secound_slider .text_mobile {
    	margin-left: -12%!important;
	}
	#about_hash .frist_img {
    	height: 250px;
    	width: 250px;
	}
	.third_slider .third_slider_img {
    	margin-left: -35px;
    	margin-right: -35px;
    	height: 275px;
    	width: 275px;
	}
	.third_slider .text_third {
	    margin-top: 90px !important;
	    margin-left: -5% !important;
	}
	#projects_section .projects_img .conectores {
   	 	right: -1445px;
	}

}

@media (max-width: 350px) {
	#about_hash .frist_img {
    	height: 225px;
    	width: 225px;
	}
    #about_hash #title{
   		margin-left: -40px !important;
	}
	#about_hash .text {
    	margin-left: 10%;
	}
	.third_slider .third_slider_img {
    	margin-left: -40px;
    	margin-right: -40px;
    	height: 250px;
    	width: 250px;
	}
	.third_slider .title {
		margin-left: -15% !important;
	}
	.third_slider .text_third {
	    margin-top: 80px !important;
	    margin-left: -15% !important;
	}
}​

@media (max-width: 782px) and (min-width:768px) {
    .po-page {
		margin-top: -30px;
	}
	.custom_menu_mobile{
		margin-top: -30px;
	}
}​

