
body{
	color: #555;
	font-family: Roboto, 'Segoe UI', 'Helvetica Neue', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Trebuchet MS', Verdana, Arial, sans-serif;
}

h1, h2, h3{
	margin-top: 40px;
	font-size: 20px;
	text-align: left;
	font-weight: 650;
}

h2 {
	margin-top: 0px;
	font-size: 16px;
}

h3 {
	margin-top: 0px;
	font-size: 15px;
}


a {color: #18b1ba; }
.acolor:link   { color: #18b1ba; }
.acolor:visited{ color: #18b1ba; }
.acolor:hover  { color: #18b1ba; }
.acolor:active { color: #18b1ba; }

.divMain{
    background-color: #e3feff;
    color: #555;
    margin: 0;
    min-height: 100vh;
    width: 100%;
	padding-bottom: 70px;
}

.divBand{
    width: 100%;
    height: 100px;
    background-color: #18b1ba;
    position: absolute;
    left: 0;
    top: 0;
}

.divContent{
    max-width: 1100px;
    background-color: #fff;
    padding: 20px 50px 50px 50px;
    margin: 40px auto 0 auto;
    border: 0.5px solid #ddd;
    border-top: none;
    position: relative;
}

.divMainText{
	margin: 0 16px 25px 16px; 
	font-size: 18px; 
	font-weight: 300; 
	text-align: justify;
	text-justify: inter-word;		
}

b{
	font-weight: 600;
}

.divIndent p{	
	text-indent: 30px;	
	margin:0;	
}

.divHeader{
	margin: 0 auto;
	width: 1100px;
}


.divImgHeader{
	margin: 50px 0 9px 16px;
	width: 280px;
}

.imgHeader{
	width: 280px;
}

.tableContainer{
	width: 900px;	
	font-family: Roboto, 'Segoe UI', 'Helvetica Neue', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size: 14px; 
	font-weight: 300; 
	line-height: 24px; 
	margin: 0 auto; 
	padding: 0; 
}

.divLine{
	border-bottom: 1px solid #bdbdbd;
	margin: 15px 0;
}

.divFormFooter{
	text-align: center;
	margin-bottom: 15px;
}

.divFormBrands{
	margin-bottom: 5px;
}

.productImg{ 
	height: 28px; 
	margin: 0 6px; 
}

.divDataDS{
	margin: 12px 12px 18px 12px; 
	font-size: 14px; 
	line-height: 19px;
}

.imgDS{
	height: 28px;
	margin: 0;
}

.answer{
	color: #18b1ba;
	text-indent: 40px;
	font-weight: 400;
	font-style: italic; 
}

.imgFirma{
	width: 225px;
}

.section {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
.title{
  background: #e3feff;
  color: #18b1ba;
  padding: 25px;
  cursor: pointer;
  font-size: 20px; 
  font-weight: 400;
  font-style: italic; 
  user-select: none;
}
.content {
  max-height: 0;
  padding: 0 15px;
  overflow: hidden;
  transition: max-height 1.5s ease, padding 1.5s ease;
}
.content.open {
  padding: 15px;
}

.histTitle{
	font-size: 27px; 
	text-align: center;
}

@media screen and (orientation:portrait) {

	.divHeader{
		width: 100%; 
	}

	.tableContainer{
		width: 100%; 
	}	
	
	.divContent{
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 1px;
	}	
	
	.divMainText{
		margin: 0 8px 25px 8px; 
	}
	
	.content {
	  max-height: 0;
	  padding: 0 5px;
	}
	
	.content.open {
	  padding: 15px 5px;
	}	
	
	.histTitle{
		font-size: 20px; 
	}
	
	.title{
	  font-size: 15px; 	
	}
	
	h1, h2, h3{	
		font-size: 15px;	
	}
	
	.divMainText{
		font-size: 14px; 
	}
	
	.imgFirma{
		width: 130px;
	}
	
}