@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,900&family=Open+Sans:wght@400;700&display=swap');
body{
	color: #FFF;
	background: #000;
}
.custom-logo-link img{
	max-height: 50px;
	width: auto;
}
.menu-main-menu-container{
	text-align: right;
}
.without-slider .ps-whole-header{
	background-color: #2754A0;
	margin-bottom: 0;
}
.sticky-wrapper.is-sticky .site-header,
footer.site-footer .site-info{
	background-color: #2754A0;
}
.archive #content.site-content,
#content.site-content,
.plx-home #content.site-content{
	padding: 0;
}
.ps-home-section{
	/*height: calc(100vh - 100px);*/
	height: 100vh;
}
.main-navigation ul.menu > li > a:after, .single-slide-wrap .slider-title:before, .single-slide-wrap .slider-title:after, .ps-front-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover, .ps-front-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active, .service-tab-content .content-right .ps-btn, .service-tab-content .tab-pane .ps-btn, .ps-home-section#section-fact .ps-fact-icon, #section-portfolio .project-icons a, .ps-protfolio-wrapper ul#psProjects li:hover .project-info-wrap, #section-blog .ps-section-viewall a:hover, #section-contact input[type=submit], .footer-social-wrap .ps-social-icons-wrapper a:hover, #scroll-up, .ps-section-viewall a:hover, .widget_search input[type=submit], .archive #primary .search-submit, .comments-area .form-submit input[type=submit], .nav-links .page-numbers.current, .nav-links a.page-numbers:hover, .nav-links .page-numbers.current, .nav-links a.page-numbers:hover, .comments-area .reply .comment-reply-link:hover, .nav-toggle span{
	background-color: #df3d30;
}
#main-logo{
	max-height: 70vh;
}
.ps-section-container{
	position: relative;
	height: 100%;
}
.section-header{
	margin: 1em 0;
	text-transform: uppercase;
	line-height: initial;
	text-align: right;
	padding-right: .5em;
	font-family: 'Montserrat', sans-serif;
	font-size: 5em;
	color: #FFF;
	background-image: url(img/img-title-bg.png);
	background-position: cover;
}
.sub-title{
	margin-top: -2em;
	font-size: 2em;
	text-align: right;
	padding-right: 1.5em;
	font-family: 'Montserrat', sans-serif;
}
.section-main{
	color: #FFF;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 1em;
}
.col-group p{
	color: #FFF;
}
.col-group img{
	max-width: 64px;
	margin-bottom: 1em;
}
.clients-logos{
	margin-top: 6em;
}
.clients-logos img{
	max-width: 128px;
	margin-bottom: 0;
}
.clients-logos .col-4{
	padding: 8em 2em;
	background: rgba(255,255,255,.5);
	height: 340px;
	vertical-align: middle;
	text-align: center;
}
.content-list.indirect-clients li{
	list-style-type: none;
	margin-bottom: 4px;
}
.bottom-line{
	position: absolute;
	bottom: 5em;
	background-image: url(img/img-bottom-line.png);
	height: 3px;
	width: inherit;
	max-width: 100%;
	display: none;
}
.bottom-number{
	position: absolute;
	font-size: 6em;
	right: 0;
	bottom: 1.07em;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	opacity: .5;
	display: none;
}
.col-6 .content-list{
	
}
.content-list li{
	list-style-type: disc;
}
.content-list{
	font-weight: 700;
	text-align: left;
	font-size: 1.6em;
	line-height: 1.3em;
}
.contact-info{
	margin-top: 10em;
}
.contact-info p{
	color: #FFF;
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: 1em;
	text-align: left;
}
.contact-info p a{
	color: #FFF;
	text-decoration: underline;
}
.col-line-separator ul{
	padding-left: 2em;
}
.col-line-separator{
	padding-left: 3em;
	border-left: 1px solid #FFF;
}
.row{
	/*text-align: left;*/
}
.logo-container{
	display: inline-table;
	padding: 1em;
	text-align: center;
	margin: 10px;
	background: rgba(255,255,255,.5);
	height: 60px;
}
.col-8{
	width: 66.5%;
	display: inline-table;
	padding: 1em;
	text-align: center;
}
.col-6{
	width: 49%;
	display: inline-table;
	padding: 1em;
	text-align: center;
}
.col-4{
	width: 33%;
	display: inline-table;
	padding: 1em;
	text-align: center;
}
.col-3{
	width: 33%;
	display: inline-table;
	padding: 1em;
	text-align: center;
}
.col-4:first-child, .col-4:last-child{
	width: 33%;
}
.pt-2{
	padding-top: 2em;
}
.mt-2{
	margin-top: 2em;
}
.pt-4{
	padding-top: 4em;
}
.mt-4{
	margin-top: 4em;
}

/* CSS BREAKPOINTS */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#inicio{
		padding-right: 1em;
	}
	.ps-home-section{
		padding: 1em 0;
		height: initial;
	}
	.section-header{
		font-size: 2em;
	}
	.section-main, .content-list{
		font-size: 1em;
		text-align: center;
	}
	.col-group{
		margin-top: 2em!important;
	}
	.col-4, .col-4:first-child, .col-4:last-child{
		width: 100%;
		margin-bottom: 5px;
	}
	.col-line-separator{
		border: 0;
	}
	.sub-title{
		margin-top: -1em;
		font-size: 1em;
	}
	.clients-logos{
		margin-top: 2em;
	}
	.clients-logos .col-4{
		padding: 2em;
		height: auto;
	}
	.contact-info{
		margin-top: 2em;
	}
	.contact-info p{
		font-size: 1em;
		text-align: center;
	}
	.content-list li{
		list-style-type: none;
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}