@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select, button,
header, section, article, footer, aside, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
	font-size: 100%;
    height: 100%;
}
@media (max-width: 960px) {
	html {
		font-size: 75%;
	}
}

body {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size:100%;
	line-height:1;
	color:#282929;
	height:100%;
	background: #f2f2f2;
	overflow-x:hidden;
	overflow-y:scroll;
}
:focus {
	outline: 1px blue dashed;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

.section {
}
.page {
	font-size: 1rem;
	padding: 0 3rem;
	max-width: 1170px;
	margin: 0 auto;
}
.row {
	margin: 0 -2rem;
	font-size: 0;
}
.row.rtl {
	direction: rtl;
}
.row + .row {
}
.col {
	font-size: 1rem;
	box-sizing: border-box;
	padding: 0 2rem 2rem;
	min-height: 1px;
	text-align: left;
	direction: ltr!important;
}
.col > *:last-child {
	margin-bottom: 0!important;
}
@media (min-width: 960px) {
	.col {
		display: inline-block;
		vertical-align: top;
	}
	.col1 {width: 16.666%;}
	.col2 {width: 33.333%;}
	.col3 {width: 50%;}
	.col4 {width: 66.666%;}
	.col5 {width: 83.333%;}
	.col6 {width: 100%;}
}
.page {
	clear:both;
}
.page:after {
	content:'';
	display:table;
	width:100%;
	clear:both;
}
a i {
	line-height: inherit!important;
}
svg {
	width: auto;
	height: auto;
	max-width: 100%;
}
img {
	max-width: 100%;
}

.bt {
	display: inline-block;
	line-height: 3.8rem;
	padding: 0 1.5rem;
	text-transform: uppercase;
	font-weight: 600;
	background: #9aca3c;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 2rem;
}

#header {
	padding: 3rem 0 2rem;
	background: #fff;
	box-shadow: 0 .5rem 1rem 0 rgba(0,0,0,.1);
	position: relative;
}
#header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: .5rem;
	background: #983132;
	background: -moz-linear-gradient(45deg,  #983132 0%, #7A3B94 100%);
	background: -webkit-linear-gradient(45deg,  #983132 0%,#7A3B94 100%);
	background: linear-gradient(45deg,  #983132 0%,#7A3B94 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#983132', endColorstr='#7A3B94',GradientType=1 );
}
#header svg {
	height:4rem;
	display: inline-block;
}
#bt_menu {
	display: none;
}
@media (min-width: 960px) {
	#header nav {
		float: right;
	}
	#menu {
		padding-top: 1.5rem;
	}
	#menu li {
		display: inline-block;
		margin-left: 2rem;
	}
	#menu li a {
		display: block;
		position: relative;
	}
	#menu li a:after {
		content: '';
		position: absolute;
		left: 0;
		width: 0;
		top: 110%;
		height: 3px;
		background: #983132;
		border-radius: 10px;
		transition: all 150ms ease;
	}
	#menu li a:hover:after {
		width: 100%;
	}
}
@media (max-width: 959px) {
	#bt_menu {
		display: block;
		font-size: 1.5rem;
		position: absolute;
		right: 3rem;
		top: 50%;
		transform: translateY(-50%);
	}
	#bt_menu span {
		display: none;
	}
	#menu {
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		padding: 0 3rem 2rem;
		background: #fff;
		z-index: 100;
		box-shadow:0 .5rem .5rem 0 rgba(0,0,0,.2);
		display: none;
	}
	#menu li a {
		display: block;
		font-size: 1.2rem;
		padding: 1rem 0;
		text-align: center;
	}
}

#main {
	padding: 3rem 0 7rem;
}
@media (min-width: 960px) {
	#main .col:first-child {
		padding-left: 5.6rem;
		position: relative;
	}
	#main .col:first-child:before {
		content: '';
		position: absolute;
		left: 2.1rem;
		top: 0;
		bottom: 0;
		border-left: solid 1px #ccc;
	}
}
#main h2 {
	font-size: 2.1rem;
	margin-bottom: 1.5rem;
	color: #983132;
}
#main h3 {
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
	color: #7A3B94;
}
#main p + h2,
#main p + h3 {
	margin-top: 3rem;
}
#main p,
#main ul:not(#tabs) li {
	max-width: 60em;
	line-height: 1.25em;
	margin-bottom: .7rem;
	position: relative;
}
#main ul:not(#tabs) li {
	padding-left: 1em;
}
#main ul.lista:not(#tabs) li:before {
	content: '';
	width: .5rem;
	height: .5rem;
	border-radius: 0 10px 10px 10px;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: .45rem;
	background: #983132;
}
aside {
	background: #626bb0c2;
	padding: 2.5rem 2.5rem 1.5rem;
	box-sizing: border-box;
	border-radius: 3px;
	color: #fff;
	margin-bottom: 20px;
}
form {
	max-width: 40rem;
}
form h4 {
	font-size: .75rem;
	text-transform: uppercase;
	margin-bottom: .5rem;
}
form input,
form select,
form textarea {
	min-height: 3.2rem;
	line-height: 1.2rem;
	padding: 1rem;
	border: solid 1px #ccc;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 1.5rem;
	background: #fff;
	font-size: 1rem;
}
form select {
	height: 3.2rem;
}
label {
	font-size: .75rem;
	font-weight: bold;
	color: #fa0c0c;
}
label.ok {
	color: #6fbe43!important;
}
form input + label,
form select + label,
form textarea + label {
	margin: -1rem 0 1.5rem;
}

form button {
	padding: .825rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: #983132;
	border-radius: 3px;
	cursor: pointer;
}

#tabs {
	border-bottom: solid 2px #ddd;
	margin-bottom: 1.5rem;
	white-space: nowrap;
	overflow: auto;
}
@media (min-width: 960px) {
	#tabs {
		padding-left: 3.75rem;
	}
}
#tabs li {
	font-size: 1.2rem;
	display: inline-block;
	margin-right: 2rem;
}
#tabs li a {
	display: block;
	padding: 0 0 1.5rem;
	margin-bottom: -2px;
	border-bottom: solid 2px transparent;
}
#tabs li a.active {
	color: #983132;
	font-weight: bold;
	border-bottom-color: #983132;
}
#tabs + .row .col:before {
	display: none;
}

#footer {
	padding: 2rem 0;
	background: #983132;
	color: #fff;
}
#footer p {
	font-size: .75rem;
}

.footBanner {
	background: #626bb0c2;
	padding: 2.5rem 2.5rem 1.5rem;
	box-sizing: border-box;
	border-radius: 3px;
	color: #fff;
	margin-bottom: 20px;
}
