@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	font-family: 'Comfortaa', sans-serif;
	background: #E4EBF3;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
	margin: 0;
	padding: 0;
}

/*  HEADER  */

.header-amadora {
	width: 100%;
	height: 30px;
	padding: 15px 0;
	background: #fbb936;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.header-amadora img {
	display: block;
	margin: 0 auto;
	height: 100%;
	width: auto;
}

.header-web a:hover {
	opacity: 0.6;
}

.brand {
	width: 100%;
	height: 30px;
	padding: 5px 0;
	background: #fff;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
}

.brand img {
	height: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}

.header-dropdown {
	width: 100%;
	overflow: auto;
	padding: 10px 0;
	background: #E4EBF3;
	position: fixed;
	left: 0;
	z-index: 99;
}

.header-dropdown-child {
	width: 100%;
	max-width: 1080px;
	overflow: auto;
	margin: 0 auto;
}

.header-dropdown-child select {
	display: block;
	margin: 0 2%;
	padding: 10px 2%;
	width: 46%;
	border: none;
	float: left;
}

/*  LIST  */

.prestador-list {
	display: block;
	overflow: auto;
	width: 96%;
	max-width: 1080px;
	margin: 10px auto;
}

.prestador-link {
	display: block;
	overflow: auto;	
}

.prestador-div{
	width: 100%;
	padding: 0;
	display: block;
	background: #fff;
	margin-bottom: 10px;
	overflow: auto;
}

.prestador-img {
	float: left;
	width: 30%;
	height: 160px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	display: flex;
}

.prestador-div h2 {
	float: left;
	width: 40%;
	color: #1d212c;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2%;
	font-size: 21px;
}

.prestador-div h3 {
	margin-top: 10px;
	float: left;
	width: 40%;
	color: #1d212c;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2%;
	font-size: 16px;
	opacity: 0.5;
}

.prestador-div h4 {
	margin-top: 10px;
	float: left;
	width: 40%;
	color: #fbb936;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2%;
}

.prestador-voucher {
	margin-top: 10px;
	margin-right: 2%;
	float: right;
	width: 20%;	
	text-align: right;
	font-size: 24px;
	color: #588F10;
}

/*  CONTENT  */

.conteudo {
	display: block;
	overflow: auto;
	width: 96%;
	max-width: 1080px;
	margin: 10px auto;	
}

.conteudo-dentro {
	display: block;
	overflow: auto;
	width: 96%;
	max-width: 1080px;
	margin: 10px auto;
}

.conteudo-dentro h5 {
	display: block;
	width: 100%;
	padding: 10px 0;
	background: #fff;
	text-align: center;
	font-size: 18px;
	color: #1d212c;
	margin-bottom: 20px;
}

/*  TABLES  */

.texto {
	margin: 10px 0 20px 0 !important;
	display: block;
	height: 140px;
}

.conteudo-dentro table {
	width: 100%;
	font-size: 14px;
}

.conteudo-dentro label {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.conteudo-dentro td {
	padding: 15px 10px !important;
}

.whiteline {
	background: #f4f6f9;
}

.usertag {
	font-weight: 800;
}

.conteudo-dentro select, .conteudo-dentro input {
	display: block;
	margin: 0 auto;
	padding: 10px 2%;
	width: 96%;
	border: none;
}

.tabela-voucher table {
	width: 100%;
	font-size: 14px;
	margin-top: 20px;
	background: #fff;
}

.tabela-voucher td, .tabela-voucher th {
	padding: 15px 15px !important;	
	background: #fff;
	text-align: left;
}

.tabela-voucher th {
	background: #f4f6f9;
}

.tabela-voucher button {
	font-family: 'Comfortaa', sans-serif;
	width: 100%;
	border: none;
	background: #fff;
	text-align: center;
	color: #5a7d3e;
	text-transform: uppercase;
	font-weight: 800;
	cursor: grab;
}

/*  DESCRIÇÃO  */

.descricao {
	
}

.descricao-imagem {
	width: 100%;
	height:140px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	display: flex;
	margin: 10px 0;
}

.descricao img {
	width: 100%;
	height: auto;
}

.descricao h1 {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #1d212c;
}

.descricao h2 {
    display: block;
    width: 100%;
    padding: 5px 0;
    background: #fff;
    text-align: center;
    font-size: 12px;
    color: #565d71;
	
}

.descricao h3 {
	display: block;
    background: #f1aa00;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
	margin-top: 10px;
	
}

.descricao h4 {
	display: block;
    background: #779745;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
	margin-top: 10px;
}

.descricao h8 {
    display: block;
    width: 90%;
    padding: 15px 5%;
    background: #fff;
    text-align: left;
    font-size: 16px;
    color: #1d212c;
	line-height: 32px;
	margin: 10px 0;
}

.details-icon {
	color: #3d5e83;
}

.detalhes {
    display: block;
    width: 90%;
    padding: 5px 5%;
    background: #fff;
    text-align: justify;
    font-size: 14px;
    color: #565d71;	
}

.detalhes h6 {
    display: block;
    width: 100%;
    padding: 10px 0 5px 0;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #565d71;
}

/*  BUTTONS  */

.botao {
	text-decoration: none;
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 20px auto;
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
	text-transform: none !important;
}

.blue {
	background: #3b68ac;
}

/*  NEWS  */

.news-wrap {
	display: block;
	padding: 10px 5%;
	margin-bottom: 10px;
	background: #fff;
	width: 90%;
	overflow: auto;
}

summary:after {
    background: #225fa3;
    content: "+";
    color: #fff;
    float: right;
    font-size: 1em;
    font-weight: bold;
    margin: -2px 0 0 0;
    padding: 2px 0 2px 0;
    text-align: center;
    width: 10%;
}

.news-date {
    float: left;
    width: 85%;
	color: #868f9a;
	font-size: 14px;
}

.news-title {
    float: left;
    width: 85%;
}

.news-text {
	display: block;
	padding: 15px 5%;
	margin-bottom: 10px;
	background: #fff;
	width: 90%;
	overflow: auto;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
}

@media only screen and (min-width: 1200px) {
	
/*  HEADER  */
	
.header-web {
	width:100%;
	padding: 20px 0;
	height: 20px;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 100;
	border-bottom: 1px solid #BEC5D0;
	text-align: center;
	background: #fff;
}

.header-web a {
	display: inline-block;
	color: #1d212c;
	font-size: 16px;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: 200;
}

.header-dropdown {
	top: 120px;
}
	
/*  LIST  */
	
.prestador-list {
	margin-top: 200px;
	margin-bottom: 120px;
}

/*  CONTENT  */

.conteudo {
	margin-top: 140px;
	margin-bottom: 120px;
}

.conteudo-dentro {
	margin-top: 150px;
	margin-bottom: 120px;
}
	
}

@media only screen and (max-width: 1200px) {

/*  HEADER  */
	
.header-web {
	width:100%;
	padding: 10px 0;
	height: 25px;
	position: fixed;
	bottom: 40px;
	left: 0;
	z-index: 100;
	border-bottom: none;
	text-align: center;
	background: #1d212c;
}

.header-web a {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: 200;
}
	
.header-web-name {
	display: none;
}

.header-dropdown {
	top: 60px;
}
	
/*  LIST  */
	
.prestador-list {
	margin-top: 120px;
	margin-bottom: 120px;
}
	
.prestador-img img {
	width: auto;
	height: 100%;
}

.prestador-img {
	float: left;
	width: 30%;
	height: 140px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	display: flex;
}

.prestador-div h2 {
	float: left;
	width: 40%;
	color: #1d212c;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2%;
	font-size: 18px;
}

.prestador-div h3 {
	margin-top: 10px;
	float: left;
	width: 40%;
	color: #1d212c;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2%;
	font-size: 15px;
	opacity: 0.5;
}

.prestador-div h4 {
	margin-top: 10px;
	float: left;
	width: 40%;
	color: #fbb936;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2%;
}

/*  CONTENT  */

.conteudo {
	margin-top: 80px;
	margin-bottom: 120px;
}

.conteudo-dentro {
	margin-top: 80px;
	margin-bottom: 120px;
}
	
}