﻿* {
	margin : 0;
	padding : 0;
	outline : 0;
}
body {
	font-family : Ubuntu, Arial, sans-serif;
	color : #000;
	font-size : 14px;
	background-color : #fff;
}
.slidingbg {
	max-width : 1920px;
	margin : 0 auto;
	background-color : rgb(255, 255, 255, 0.5);
}
.shadow {
	background-position : center bottom;
	max-width : 1200px;
	margin : 0 auto;
	background-image : url("../img/shadows-bottom.png");
	background-repeat : no-repeat;
	padding-bottom : 28px;
}
.floating {
	border-radius : 5px;
}
.pink {
	background-color : #d892b4;
	color : white;
}
.limit-cont {
	max-width : 940px;
	margin : 0 auto;
	padding : 20px;
}
.limit-cont p {
	padding : 20px;
	line-height : 1.35rem;
	text-align : justify;
}
header {
	background-size : auto auto;
	background-position : 20px center;
	padding : 0 20px 0 20px;
	margin : 0 auto;
	display : flex;
	justify-content : center;
	align-items : center;
	min-height : 150px;
	background-color : #943362;
}
header div {
	max-width : 860px;
	width : 100%;
	display : grid;
	grid-template-columns : repeat(3,minmax(0,1fr));
}
#logo {
	height : 116px;
	align-self : center;
}
nav {
	max-width : 900px;
	margin : auto;
}
.mainbg {
	background-color : #f5e8fe;
}
#menu ul {
	list-style-type : none;
	text-align : right;
	padding : 6px 20px 9px 20px;
	max-width : 948px;
	margin : auto;
}
#menu li {
	border-width : 1px;
	border-color : lightgray;
	display : inline-block;
	margin : 0 0;
	border-left-style : solid;
	text-align : center;
}
h3, h2 {
	color : #008A01;
	text-transform : uppercase;
}
#menu li:first-child {
	border-left-style : none;
}
#menu li a {
	display : block;
	padding : 0 5px 0 6px;
	text-decoration : none;
	font-size : 12px;
	text-transform : lowercase;
	color : #943362;
}
#menu li a.active, #menu li a:hover {
	color : black;
}
.heading {
	color : #fffdd0;
	font-size : 14px;
	font-weight : 300;
	display : flex;
	flex-direction : column;
	justify-content : center;
	align-items : flex-end;
}
.heading a {
	text-decoration : none;
	color : #fff;
	font-size : 18px;
	font-weight : 400;
}
.heading a:hover {
	color : #fffdd0;
}
h1, h4 {
	background-position : center top;
	padding : 15px 20px;
	line-height : 1em;
	font-weight : 400;
	color : #ffffff;
	font-size : 18px;
	text-align : center;
	margin : 0 auto;
	background-repeat : no-repeat;
}
.title {
	display : flex;
	justify-content : center;
	align-items : center;
	width : 100%;
	background-color : #943362;
	padding : 0;
	height : 75px;
}
h4 {
	max-width : 860px;
}
h3, h2 {
	padding : 15px 20px 0 20px;
	text-align : center;
	font-weight : 300;
	font-size : 24px;
	margin : 0 auto 0 auto;
}
.abs {
	width : 100%;
	margin : auto;
}
article {
	max-width : 940px;
	margin : 0 auto 0 auto;
}
@media (max-width: 980px) {
article {
	margin : 0 auto;
}
}
article p {
	padding : 20px;
	text-align : justify;
	font-weight : 300;
	font-size : 15px;
	color : #0a530c;
}
.white {
	color : #000000;
}
.col1-3 p {
	padding : 0 20px 20px 20px;
}
.push-left {
	float : right;
	margin : 0 0 0 20px;
	height : 80px;
}
.name {
	font-size : 20px;
	font-weight : 500;
	color : rgb(255, 51, 0);
}
.equalcol {
	display : table;
}
.col1-2 {
	width : 50%;
	display : table-cell;
	float : left;
}
.col1-3 {
	width : 33.3333%;
	display : table-cell;
	float : left;
}
.col1-4 {
	width : 25%;
	display : table-cell;
	float : left;
}
.col3-4 {
	width : 75%;
	display : table-cell;
	float : left;
}
.clearfix {
	clear : both;
	height : 0;
}
.bgins3 {
	background-color : #eee;
}
.bgins4 {
	background-color : rgb(233, 233, 233);
}
.ins2 {
	color : #fff;
}
.ins3 {
	color : #000;
}
.bgins a, .bgins4 a {
	color : #4695d5;
}
.bgins a:hover, .bgins4 a:hover {
	color : #fff;
}
.intro {
	font-size : 16px;
	color : #fff;
	line-height : 1em;
}
.foto {
	text-align : center;
	padding : 20px 0 20px 0;
}
.foto img {
	padding : 0;
	margin : 0;
	border : none;
	height : 166px;
}
.foto2 img {
	height : 100px;
}
.foto3 img {
	height : 70px;
	padding : 0 3px;
}
.foto4 img {
	height : 90px;
}
.foto5 img {
	height : 100px;
	padding : 0 4px;
}
.padding20y {
	padding : 20px 0;
	text-align : center;
}
.center {
	text-align : center;
}
.justify {
	text-align : justify;
}
.center strong {
	font-weight : 300;
	font-size : 24px;
	margin-bottom : 20px;
}
footer {
	text-align : center;
	max-width : 900px;
	margin : 0 auto;
	color : rgb(10, 83, 12);
	line-height: 1.5;
}
footer small {
	font-size : 11px;
	opacity : 0.85;
	margin-top : 10px;
	display : inline-block;
}
footer p {
	padding : 20px;
	font-size : 16px;
	text-align : center;
}
footer a {
	color : rgb(10, 83, 12);
}
footer a:hover {
	color : #7eb84b;
}
.google-maps {
	border-width : 0;
	height : 320px;
	width : 100%;
}
#author {
	margin : 0 auto;
	text-align : center;
	padding : 10px 20px;
	font-size : 11px;
	color : #000;
	max-width : 860px;
}
#author img {
	border : none;
	vertical-align : middle;
}
#author a {
	color : #000;
}
.inside {
	max-width : 480px;
}
@media (max-width: 944px) {
.col1-4 {
	width : 50%;
}
.col1-2 {
	width : 100%;
}
}
@media (max-width: 727px) {
.heading {
	display : none;
}
}
@media (max-width: 509px) {
#empty_space {
	display : none;
}
header div {
	grid-template-columns : repeat(1,minmax(0,1fr));
}
.heading {
	display : none;
}
#menu ul {
	text-align : center;
}
#logo {
	margin : 0 auto;
	position : relative;
	min-width : 221px;
	text-align : center;
	padding-bottom : 20px;
	padding-top : 0;
}
header {
	background-position : center 25px;
	padding : 50px 0 20px 0;
	background-repeat : no-repeat;
	min-height : 50px;
}
h1 {
	padding : 15px 20px;
}
}
@media (max-width: 310px) {
body {
	background-image : none;
}
}
@media (max-width: 759px) {
.floating {
	display : none;
}
.center strong {
	font-size : 18px;
}
.col1-3 {
	width : 100%;
}
}
@media (max-width: 479px) {
.floating {
	display : none;
}
.inside {
	width : 100%;
}
}
@media (max-width: 319px) {
.push-left {
	display : none;
}
}
.pdf {
	float : right;
	margin : 20px 20px 20px 20px;
	text-align : center;
	background-color : #fff;
	padding : 20px 20px;
	color : #666;
	text-decoration : none;
	font-size : 12px;
	font-weight : 400;
}
.pdf img {
	border-style : none;
	text-align : center;
	height : 64px;
	padding-bottom : 10px;
}
.pdf a {
	color : #000;
}
.pdf a:hover {
	color : #555;
	text-decoration : none;
}
@media (max-width: 479px) {
.pdf {
	float : none;
	display : inline-block;
	width : 100%;
	margin : 10px 0;
	padding : 10px 0;
}
}
.name_icon {
	background : #2c0e6e;
	height : 15px;
	opacity : 0.9;
	margin-left : -5px;
	margin-top : 0;
	border-right : 15px solid #fff;
	border-bottom : 15px solid transparent;
}
.names {
	height : 28px;
}
.photo_icon {
	width : 122px;
	height : 122px;
	margin : 0 auto;
	transition-duration : 0.35s;
}
.photo_icon:hover {
	transform : scale(0.95);
	transition-duration : 0.35s;
}
.img-responsive {
	display : block;
	width : auto;
	max-height : 100%;
	margin : auto;
}
.name_icon a {
	color : #fff;
	line-height : 30px;
	margin-left : 15px;
	font-size : 13px;
	text-decoration : none;
}
.names a {
	color : #fff;
	line-height : 0.8em;
	margin-left : 5px;
	font-size : 10px;
	text-decoration : none;
}
.product {
	width : 144px;
	height : 165px;
	border : #eeeeee solid 2px;
	margin : 5px;
	background-color : #fff;
	display : inline-block;
	vertical-align : top;
	transition-duration : 0.35s;
}
.product:hover {
	border : #ddd solid 2px;
	transition-duration : 0.35s;
}
.list-product {
	text-align : center;
	padding : 20px 0;
	height : auto;
	background-color : #fff;
}
.cert {
	padding : 0;
	text-align : center;
}
.cert img {
	height : 100px;
	margin : 0 8px;
}
.floating {
	float : right;
	margin : 0 0 0 20px;
	height : 190px;
}
.borderside {
	border-right-style : solid;
	border-left-style : solid;
	border-width : 1px;
	border-color : #eee;
}
.prod {
	text-align : center;
	padding : 10px 0;
}
.prod .item {
	display : inline-block;
	max-width : 31.06%;
	margin : 0.7% 0.5%;
}
.prod .item a {
	display : block;
	color : #fff;
	padding-bottom : 10px;
	border : rgb(200, 200, 200, 0.5) solid 1px;
	font-size : 16px;
	font-weight : 300;
	overflow : hidden;
	background-color : #2db653;
	text-decoration : none;
}
.prod .item img {
	width : 100%;
	padding-bottom : 5px;
}
.prod .item a:hover {
	border : #ccc solid 1px;
	background-color : #c61720;
}
.prod .item a:hover img {
	transform : scale(1.06);
	transition-duration : 0.35s;
}
.fotos img {
	width : 20%;
}
.fotos {
	line-height : 0;
}
@media (max-width: 639px) {
.prod .item {
	max-width : 48%;
	margin : 0.7% 0.5%;
}
}
@media (max-width: 359px) {
.prod .item {
	max-width : 97%;
	margin : 2.7% 0.5%;
}
}
