/* ------------------------------------------------------------------------------ 
	Author: webthemez 
/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400&family=Italiana&family=Lato:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

p {
	font-size: 14px;
	line-height: 22.4px;
	color: #ffffff;
}
h1,
h2 {
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	color: #000;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border-bottom:3px solid rgba(255, 255, 255, 0.3);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	letter-spacing:3px;
	line-height:30px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	color: #fff;
	border-bottom:3px solid rgba(229, 46, 46, 1);
}
.btn-large {
	padding: 15px 40px;
}
.logo b {
    text-transform: uppercase;
    display: block;
    color: #fff;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #03a9f4;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
	color: #fff;
}
body { 
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
 .no-gutter [class*=col-] {
 padding-right: 0;
 padding-left: 0;
}

/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/


.banner-area {
	position: relative;
	
}
.banner-area-gradient {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(../images/backgrounds/fundo.png);
	background-position:left;
}
.banner-text {
	padding-top: 6%;
	padding-bottom: 0%;
	text-align: center;
	color: #fff !important;
}
.banner-text h1 {
	margin-top:10%;
	color: #fff;
	font-weight: 100;
	font-size: 28px;
	text-transform: capitalize;
	letter-spacing: 2px;
}
.banner-text p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing:3px;
	margin-bottom: 5%;
	font-family: arial;
}

/* ------------------------------------------------------------------------------
	logo
-------------------------------------------------------------------------------*/

img.logo{
	width: 270px;
}

.type-wrap {
    text-transform: uppercase;
	margin-top:15%;
}


/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {text-align: right;/* background-color: rgba(24, 24, 24, 0.27); */padding: 58px 0 20px 0;/* background: rgba(255, 255, 255, 0.17); */}


.footer-share{
	margin-top: 12%;
}


.footer .footer-share li {
	display: inline-block;
}

.footer .footer-share .fa-linkedin{
    background: #c9d4bc;
    color: white;
    padding: 10px 12px;
    border-radius: 30px;
    font-size: 25px;

}

.btn-download{
	font-family: 'Open Sans';
	background: #d9a6a0;
	padding: 13px 37px 10px 37px;
    font-size: 15px;
    border-radius: 30px;
    margin-bottom: 35px;
	color: #795b4d;
	margin-left: 20px;
}



 