
html,
body {
	font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", sans-serif;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 36px;
}

p {
	font-size: 15px;
	color: #6c6e7e;
	line-height: 30px;
	font-family: "Roboto", sans-serif;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #0b1033;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}

/*-----Header-------*/
.responsive {
	display: none;
}

.header-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 0 50px;
	background: white;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.header-section .logo {
	display: inline-block;
	float: left;
	padding-top: 20px;
}

.header-section .logo img {
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 225px;
}

.header-section .menu-list {
	list-style: none;
	float: right;
}

.header-section .menu-list a{
	text-transform: uppercase;
}

.header-section .menu-list ul {
	margin:0px;
}

.header-section .menu-list ul .open>a{
	color:white !important;
	background: #c0392b !important;
}

.header-section .menu-list li {
	display: inline;
	position: relative;
}
.header-section .menu-list .dropdown-toggle:after{
	content:none;
}


.header-section .menu-list li a {
	display: inline-block;
	padding: 35px 15px;
	color: #222;
	position: relative;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	letter-spacing: 0.09em;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	text-decoration: none;
}

.header-section .menu-list li a:hover,
.header-section .menu-list li a.active {
	background: #c0392b;
	color: #FFFFFF;
}

.header-section .menu-list li:last-child a {
	margin-right: 0;
}

.header-section .menu-list li.active a {
	background: #c0392b;
	color: #FFFFFF;
}

.header-section .menu-list .current a:after {
	width: 10px;
	margin-left: -5px;
}

.header-section .menu-list .dropdown-menu {
    top: 52px;
    min-width: unset;
    padding: 0px 0px;
    margin: 0px 0 0;
    border: 1px none; 
    border-radius: 0px;
    box-shadow: none;
    text-align: center;
    
}

.header-section .menu-list .dropdown-menu .dropdown-item {
    padding: 20px 5px !important;
    font-size: 12px !important;
}

@media only screen and (max-width: 768px) {
    .header-section .menu-list .dropdown-menu {
    	position: relative;
		top: 100%;
		min-width: 100%;
    } 
} 

/*-----Footer-------*/
.footer-section {
	text-align: center;
}
.footer-section .pre-footer{
		background: #1e272e;
		display: flex;
		justify-content:center;
		align-items:center;
		padding:20px 0px;
}

.footer-section .pre-footer .list-inline{
	padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.footer-section .pre-footer .list-inline li{
	display: inline-block;
    padding-right: 5px;
    padding-left: 5px;	
}

.footer-section .pre-footer h2{
			color: white;
	        font-size: 14px;
	        padding:0 0 10px;

}
.footer-section .footer{
		background: black;

	}

.footer-section .footer h2{
			color: white;
	        font-size: 14px;
	        padding: 18px 0;
	margin: 0px !important;
}	

.footer-section .fa {
		font-size: 32px !important;
		margin-top: 23%;
	}

.footer-section .icone-box-facebook {
		width: 53px;
		height: 53px;
		background-color:#3b5998;
		color: #fff;
	}

.footer-section .icone-box-instagram {
		width: 53px;
		height: 53px;
		background-color:#D62976;
		color:#fff;
	}

.footer-section .icone-box-twitter {
		width: 53px;
		height: 53px;
		background-color:#00aced;
		color: #fff;
	}

.footer-section .border {
		-webkit-transition: 0.6s;
		transition: 0.6s;
	}

.footer-section li:hover .border {
		border-radius: 50px;
		transform:rotateZ(360deg);
	}


/*------------------------
	Page Top Section
--------------------------*/
.page-top-section {
	position: relative;
	height: 405px;
	background: #c0392b;
}

.admin-page-top{
	height: 225px !important;
}

.admin-page-top .page-info {
    padding-top: 105px !important;
}

.page-top-section .container {
	position: relative;
	z-index: 5;
}

.page-top-section .page-info {
	display: flex;
    padding-top: 200px;
    justify-content: flex-end;
    flex-direction: column;
}

.page-top-section .page-info h2 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
	float: left;
}

.page-top-section .page-info .page-links a,
.page-top-section .page-info .page-links span {
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	color: #fff;
	margin-right: 12px;
	padding-right: 12px;
	font-weight: 400;
	position: relative;
}

.page-top-section .page-info .page-links a:after,
.page-top-section .page-info .page-links span:after {
	position: absolute;
	content: "|";
	right: -3px;
}

.page-top-section .page-info .page-links span {
	margin-right: 0;
	padding-right: 0;
	color: black;
}

.page-top-section .page-info .page-links span:after {
	display: none;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;

	background-repeat: no-repeat;
	background-size: cover;
}

/* RESPONSIVE */
@media only screen and (max-width: 767px) {
	.header-section .logo {
		padding-top: 20px;
		padding-bottom: 20px;

	}
	.header-section .menu-list {
		display: none;
		float: none;
		clear: both;
		border-top: 1px solid #ddd;
	}
	.header-section .menu-list li {
		display: inline;
	}
	.header-section .menu-list li a {
		display: block;
		padding: 10px;
		margin: 10px 0px;
	}
	.header-section .menu-list li a:after {
		left: 0%;
	}
	.header-section .menu-list li a:hover:after {
		width: 10px;
		margin-left: 10px;
	}
	.header-section .menu-list .current a:after {
		margin-left: 10px;
	}
	.responsive {
		display: block;
		color: #333;
		font-size: 34px;
		position: absolute;
		right: 30px;
		padding-top: 20px;
	}
}




