/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 18/08/2019, 03:36:40 PM
    Author     : Cristian Rodriguez <crodriguez@akelita.com>
*/ul.topMenuList i {
	vertical-align: text-top;
	margin-right: 5px;
}

div#topMenu > div > .row {
	margin: 0;
}

#logoCont {
	margin: 5px auto;
	display: block;
	text-align: center;
}

img#logo {
	vertical-align: text-top;
	/* padding: 19px; */
}

ul.topMenuList {
	float: right;
	text-align: right;
}


div#topMenu {
	background: white;
}

body {
	background: rgb(245,245,245);
}
#formTransfers {
	position: absolute;
	z-index: 5;
	right: 5%;
	max-width: 350px;
}
.parallax-container {
	height: auto;
}
.nomargin {
	margin: 0;
}

.horizontalBar {
	padding: 30px 10px;
}
.justified {
	text-align: justify;
}
.slider .slides li img {
	background-attachment: fixed;
}
.footer-copyright {
	padding: 20px;
}

ul#footerMenu i {
	vertical-align: top;
	margin-right: 7px;
}

ul#footerMenu a {
	padding: 2px;
	display: block;
}
/* Celulares */
@media only screen and (max-width:450px){
	ul.topMenuList {
		float: none !important;
		text-align: center;
	}


	#btnMenuMobile {
		margin-top: 15px;
	}

	a#logoCont {
		margin: 0;
		display: initial;
	}

	#formTransfers {
		position: inherit;
	}
}