@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext&display=swap');

body,h1,h2,h4,h5{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
body,h1,h2,h3,h4,h5{
	color: #666;
}
body{
	font-size: 16px;
	line-height: 150%;
}
p{
	line-height: 150%;
}
h1{
	font-size: 36px;
	line-height: 100%;
	font-weight: 600;
	color: #1a9fe2;
	margin-bottom: 20px;
}
h2{
	font-size: 24px;
	font-weight: 600;
}
.at-item-page .page-header h2 {
	font-size: 36px;
	color: #1a9fe2;
}
.oladigital-row .vm-product-descr-container-1 > h2,
.oladigital-row .vm-product-descr-container-0 > h2 {
	text-align: left;
	font-size: 21px;
	font-weight: 600;
}
.facogem-proyectos .at-page-header h2 {
	font-size: 18px;
}
h3{
	font-size: 22px;
	font-weight: normal;
	line-height: 135%;
}
.oladigital-category-view .category_description h3 {
	margin-top: 20px;
}
.oladigital-categoria-vista .subcategory-title h3 {
	font-weight: 600;
	color: #1a9fe2;
}
.facogem-inicio h3 {
	padding: 0 8%;
}
.content-category.facogem-categorias .cat-children > div h3.page-header.item-title,
.content-category.facogem-categorias .cat-children > div h3.page-header.item-title a {
	display: none;
	opacity: 0;
	visibility: 0;
}
h4{
	font-weight: 600;
	line-height: 24px;
}
.tab-content .customer-reviews h4 {
	display: none;
}
/*----- link & link hover -----*/
a,a:hover,a:link, a:visited{
	text-decoration: none;
	color: #313131;
}
blockquote{
	margin: 30px 20px;
	padding: 5px 10px 5px 40px;
	background-image: url('../images/quote.png');
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	font-style: italic;
}
blockquote.white {
	background-image: url('../images/quote-white.png');
}
blockquote p {
	font-size: 24px;
	line-height: 135%;
	font-weight: 500;
}
.at-box-info, .at-box-download, .at-box-hint, .at-box-warning{
	min-height: 22px;
	padding: 8px 8px 8px 28px;
	line-height: 24px;
	margin: 5px 15px;
}
.at-box-info {
	background: url("../images/typo/info.png") no-repeat scroll 2px center;
}
.at-box-download {
	background: url("../images/typo/download.png") no-repeat scroll 2px center;
}
.at-box-hint {
	background: url("../images/typo/star.png") no-repeat scroll 2px center;
}
.at-box-warning {
	background: url("../images/typo/warning.png") no-repeat scroll 2px center;
}
.at-box-content {
	margin: 10px 0 15px 0;
	padding: 20px;
	border: 1px solid #c6c6c6;
}
.at-box-note {
	margin: 10px 0 15px 0;
	padding: 20px;
	background: #efefef;
	border: 1px solid #c6c6c6;
}
.the-list li {
	margin-bottom: 10px;
}
.the-arrow{
	list-style-image: url('../images/typo/list-style-1.png');
}
.the-darrow{
	list-style-image: url('../images/typo/list-style-2.png');
}
.the-plus{
	list-style-image: url('../images/typo/list-style-3.png');
}
.the-doc{
	list-style-image: url('../images/typo/list-style-4.png');
}
input.inputbox{
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	padding: 8px 8px;
	background: #eeeeee;
	border: none;
	color: #8F8F8F;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
	background: #fff;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus
{
	border-color:rgba(82,168,236,0.8);
	outline:0;outline:thin dotted \9;
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.075);
}