body {
	margin: 0 auto;
}

a {
	outline: none;
	text-decoration: none;
	color: #161616;
}

.logo {
	/*height: 100px;*/
	width: auto;
}

.back {
	position: absolute;
	left: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#myBtn {
	display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(0, 0, 0, 0.83); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
}

.faqHeader {
	position: relative;
	width: calc(100% - 20px);
	height: auto;
	background:#242d5e;
	border-bottom: 3px solid #d21217;
	/*background: linear-gradient(90deg, rgba(21,77,222,1) 0%, rgba(228,75,42,1) 100%);*/
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px 10px;
}

.title {
	font-size: 28px;
	margin: 0 auto;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
}

.generalCentralizer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background-color: ;
	margin-top: 30px;
	text-align: justify;
}

.linksBar {
	display: grid;
	grid-template-columns: auto auto auto ;
	width: 100%;
	
}

.linksButton {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
    height: 30px;
    width: calc(100% - 4px);
	background-color: ;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: none;
	color: #161616;
	cursor: pointer;
	transition: all 0.2s ease;
}

.right {
	border-right: 2px solid #161616;
	-webkit-border-right: 2px solid #161616;
	-moz-border-right: 2px solid #161616;
	-ms-border-right: 2px solid #161616;
}

.left {
	border-left: 2px solid #161616;
	-webkit-border-left: 2px solid #161616;
	-moz-border-left: 2px solid #161616;
	-ms-border-left: 2px solid #161616;
}

.linksButton:hover {
	background-color: #161616;
	color: white;
}

.title1 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	padding: 15px 0px 15px 0px;
}

.title2 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	padding: 15px 0px 15px 0px;
	text-align:left;
}

.titleGrey {
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	padding: 15px 0px 15px 0px;
	font-size: 14px;
	color:#949494;
	font-weight: 100;
}

.subtitle1 {
	font-family: 'Lato', sans-serif;
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
}

.content {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #606060;
	line-height:22px;
}

.li {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	list-style: none;
	margin-left: 15px;
	padding: 5px 0px 5px 0px;
	color: #606060;
}

.li:before {
	content: "+";
	position: absolute;
	left: 0;
	color: #606060;
}

.ol2 {
	counter-reset: counters;
	margin-left: 0px;
}
.li2 {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	list-style: none;
	
	padding: 5px 0px 5px 0px;
	color: #606060;
}

.li2:before {
	content: counter(counters, decimal);
	counter-increment: counters;
	position: absolute;
	left: 0;
	color: #606060;
}

@media all and (max-width: 1100px) {

.generalCentralizer {
	width: 90%;
}
	
}

@media all and (max-width: 500px) {

.linksBar {
	grid-template-columns: auto ;
	
}

.right {
	border: 2px solid #161616;
	-webkit-border: 2px solid #161616;
	-moz-border: 2px solid #161616;
	-ms-border: 2px solid #161616;
}

.left {
	border: 2px solid #161616;
	-webkit-border: 2px solid #161616;
	-moz-border: 2px solid #161616;
	-ms-border: 2px solid #161616;
}

.marginTop {
	margin-top: 10px;
}

}

@media all and (max-width: 450px) {
	
.title {
	font-size: 20px;
}
}