﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,600;1,700;1,800;1,900&display=swap');

#produtos {
	width:100%;
	height: auto;
	margin: 0 auto;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	border:0;
	padding:0;
	}
	
.col-menu-produtos {
	width:100%;
	height:auto;
	padding: 0;
	margin: 0 auto;
	text-align:left;
	background:#0098DA;
	font-size: 25px;
	justify-content:space-between;
	}


.col-produtos {
	width:100%;
	height: auto;
	padding:15px 1px;
	margin:0;
	text-align:left;
	background: #fff;
	color:#003399;
	justify-content:space-around;
	display:inline-flex;
	flex-wrap: wrap;
	flex-direction:row;
	
	}
	
.col-produtos-galeria {
	width:100%;
	height: auto;
	padding:5px 1px;
	margin:0;
	text-align:center;
	background: #fff;
	color:#003399;
	justify-content:center;
	display:inline-flex;
	flex-wrap: wrap;
	flex-direction:row;
	
	}		
	
.catalogo{
	width: 100%;
	font-size: 24px;
	border: 0;
	text-align: center;
	padding: 5px;
	margin:0;
	font-weight:bold;
	justify-content:center;
	background: #003399;
	color:#fff;
	}

.links-produtos{
	display:inline-flex;
    flex-wrap: wrap;
	flex-direction:column;
	width: 100%;
	height:auto;
	padding:0;
	margin: 0;
	text-align:center;
	background:#0098DA;
	text-decoration:none;
	
	}

.links-produtos a{
	width: 100%;
	height:100%;
	padding: 10px;
	margin: 0;
	text-align:center;
	font-size:26px;
	color:#fff;
	text-decoration: none;
    border-bottom: 1px dotted #fff;
}

.links-produtos a:hover{
	width: 100%;
	height:auto;
	padding: 10px;
	margin: 0;
	text-align:center;
	font-size:26px;
	color: #003399;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}
	
.links-produtos-select{
	display:inline-flex;
    flex-wrap: wrap;
	flex-direction:column;
	width: 100%;
	height:auto;
	padding:0;
	margin: 0;
	text-align:center;
	background:#fff;
	text-decoration:none;
	
	}
	
.links-produtos-select a{
	width: 100%;
	height:auto;
	padding: 10px;
	margin: 0;
	text-align:center;
	font-size:26px;
	background:#fff;
	color:#003399;
	text-decoration: none;
}

.links-produtos-select a:hover{
	width: 100%;
	height:auto;
	padding: 10px;
	margin: 0;
	text-align:center;
	font-size:26px;
	background:#fff;
	color: #0098DA;
	text-decoration: none;
	}	

.img-tumb{
	padding:10px;
}


@media(min-width:1024px){
	
#produtos {
	width:100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	border:0;
	padding:0;
	}
	
.col-menu-produtos {
	width:20%;
	height:auto;
	padding: 0;
	margin: 0;
	text-align:center;
	background:#0098DA;
	font-size: 25px;
	justify-content:flex-start;
	}	
	
.col-produtos {
	width:80%;
	height: auto;
	padding: 15px;
	margin:0;
	text-align:center;
	background: #fff;
	color:#003399;
	justify-content:space-around;
	display:inline-flex;
	flex-wrap: wrap;
	flex-direction: row;
	
	}
	
.col-produtos-galeria {
	width:100%;
	height: auto;
	padding: 20px;
	margin:0;
	text-align:center;
	background: #fff;
	color:#003399;
	justify-content:center;
	display:inline-flex;
	flex-wrap: wrap;
	flex-direction: row;
	
	}	
	
.catalogo{
	width: 100%;
	font-size: 18px;
	border: 0;
	text-align: center;
	padding: 5px;
	margin:0;
	font-weight:bold;
	justify-content:center;
	background: #003399;
	color:#fff;
	}
	
.links-produtos{
	display:inline-flex;
    flex-wrap: wrap;
	flex-direction:column;
	width: 100%;
	height:auto;
	padding:0;
	margin: 0;
	text-align:CENTER;
	background:#0098DA;
	text-decoration:none;
	
	}
	
.links-produtos a{
	width: 100%;
	height:auto;
	padding: 20px;
	margin: 0;
	text-align:CENTER;
	font-size:22px;
	color:#fff;
	text-decoration: none;
    border-bottom: 1px dotted #fff;
}

.links-produtos a:hover{
	width: 100%;
	height:auto;
	padding: 20px;
	margin: 0;
	text-align:CENTER;
	font-size:22px;
	color: #003399;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}
	
.links-produtos-select{
	display:inline-flex;
    flex-wrap: wrap;
	flex-direction:column;
	width: 100%;
	height:auto;
	padding:0;
	margin: 0;
	text-align:CENTER;
	background:#fff;
	text-decoration:none;
	
	}
	
.links-produtos-select a{
	width: 100%;
	height:auto;
	padding: 20px;
	margin: 0;
	text-align: CENTER;
	font-size:22px;
	background:#fff;
	color:#003399;
	text-decoration: none;
}

.links-produtos-select a:hover{
	width: 100%;
	height:auto;
	padding: 20px;
	margin: 0;
	text-align:CENTER;
	font-size:22px;
	background:#fff;
	color: #0098DA;
	text-decoration: none;
	}	
	

}
	