* {
	box-sizing: border-box;
	padding:0px;
	margin:0px;
	border:0px;
	color:black;
}

#wBody {
	height:100vh;
	width:100vw;
}	

img {
	max-width:100%;
	height:auto;
}

div {
	position:relative;
}

#divHead, #divFoot {
	width:100%;
	height:10%;
    display: flex;
    margin: auto;
    align-items:center;
	justify-content:center;
}

#divBarH, #divBarF {
	width:100%;
	height:1%;
}	

#imaLogo {
	width: auto;	
	height: 90%;
}	

#imaShow1, #imaShow2, #imaShow3, #imaShow4, #imaShow5, #imaShow6, #imaShow7, #imaShow8, #imaShow9,
#imaShow10, #imaShow11, #imaShow12, #imaShow13, #imaShow14, #imaShow15, #imaShow16, #imaShow17, #imaShow18 {
	position:absolute;
	padding:5px;
}		

#divMenu {
	width:100%;
	height:28%;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}

#divServ1, #divServ2 {
	width:50%;
	height:auto;
	display: flex;
	margin: auto;
	align-items:center;
	justify-content:center;
}	

#imaS1, #imaS2, #imaS3, #imaS4, #imaS5,
#imaS6, #imaS7, #imaS8, #imaS9, #imaS10 {
	width:15%;
	height:auto;
	padding:5px;
}	

#divShow {
	width:100%;
	height:45%;
}

#divVacia {
	width:100%;
	height:5%;
}

#divMarco {
	width:30%;
	height:10%;
	display: flex;
	align-items:center;
	justify-content:center;
	margin:5px 5px 10px 5px;
	z-index:9;
}

#tClient, #tContact {
  table-layout:fixed;
  width:100%;
}

#tContact td {
	vertical-align:middle;
	text-align:center;
	font-weight:normal;
	font-style:normal;
    font-size: 2vw;
	width:50%;
}

#imaF1, #imaF2, #imaF3, #imaF4, #imaF5 {
	width:auto;
	height:30%;
	position:absolute;
}	

#divConte {
	width:100%;
	height:78%;
	display: flex;
	align-items:center;
	justify-content:center;
	-webkit-flex-direction: column;
	flex-direction: column;
	z-index:8;
}

#divBg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

#divRollo {
	width:90%;
	height:100%;
	overflow:auto;
	z-index:9;
}

#imaF1:hover, #imaF2:hover, #imaF3:hover, #imaF4:hover, #imaF5:hover {
	border:1px solid white;
	text-decoration:none;
	cursor:pointer;
}

#imaS1:hover, #imaS2:hover, #imaS3:hover, #imaS4:hover, #imaS5:hover,
#imaS6:hover, #imaS7:hover, #imaS8:hover, #imaS9:hover, #imaS10:hover {
	text-decoration:none;
	cursor:pointer;
}	

#tClient td {
	text-decoration:none;
	cursor:pointer;
	padding:5px;
	width:50%;
}

#tClient td:hover {
	background-color:black;
	color:white;
}

.txtMarco {
	font-family:Arial;
	font-style:normal;
	font-weight:normal;
    font-size: 2vw;
	color:rgb(255,255,255);
}

.u1{
	list-style-type:disc;
	margin:0px 30px 0px 50px;
}

.u2{
	list-style-type:decimal;
	margin:0px 30px 0px 50px;
}

.li1 {
	font-family:Arial;
	font-weight:normal;
	font-style:normal;
	text-align:justify;
	font-size: 1vw;
	margin:0px 0px 10px 0px;
}

.parr1 {
	font-family:Arial;
	font-weight:normal;
	text-align:justify;
	font-style:normal;
	font-size: 1vw;
	margin:0px 15px 10px 0px;
}

.ima-p  {
	width:25%;
	height:auto;
	float:left;
	margin:0px 10px 0px 0px;
	padding-right: 30px;
}

.goback {
	font-family:Arial;
	font-style:normal;
	font-weight:normal;
    font-size: 1vw;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	color:blue;
	margin:20px 0px 20px 0px;
}

.ims {
	border-radius:10px 10px 10px 10px;
}

#divForm {
	display: flex;
	align-items:center;
	justify-content:center;
    width: 100%;
}

#contactForm {
    width: 50%;
}

label {
    display: block;
    margin-bottom: 5px;
    color: black;
}

input, textarea{
    width: 100%;
	padding:5px;
}

button {
    background-color: #007bff;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

button:hover {
    background-color: #0056b3;
}

#responseMessage {
    margin-top: 20px;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
}

#responseMessage.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

#responseMessage.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}


@media only screen and (max-width:480px) and (max-height:932px){
	
	#divShow {
		height:35%;
	}

	#divVacia {
		height:23%;
	}

	#divMenu {
		height:20%;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#divServ1, #divServ2 {
		width:100%;
	}	

	#imaS1, #imaS2, #imaS3, #imaS4, #imaS5,
	#imaS6, #imaS7, #imaS8, #imaS9, #imaS10 {
		width:19%;
		padding:5px;
	}	

	#divMarco {
		width:90%;
		height:5%;
		margin:5px 5px 10px 5px;
	}
	
	#contactForm {
    width: 90%;
	}

	#tContact td {
		font-size: 8vw;
	}

	.txtMarco {
		font-size: 5vw;
	}

	.u1{
		margin:0px 0px 0px 15px;
	}

	.u2{
		margin:0px 0px 0px 15px;
	}

	.li1 {
		font-size: 3.5vw;
		margin:0px 0px 10px 10px;
	}

	.parr1 {
		font-size: 3.5vw;
		margin:0px 5px 10px 0px;
	}

	.ima-p  {
		width:50%;
		margin:0px 5px 0px 0px;
		padding-right: 15px;
	}

	.goback {
		font-size: 3vw;
	}
}	

@media only screen and (max-width:932px) and (max-height:480px){
	
	#divShow {
		height:50%;
	}

	#divVacia {
		height:0%;
	}

	#divMenu {
		height:28%;
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	#divServ1, #divServ2 {
		width:100%;
	}	

	#imaS1, #imaS2, #imaS3, #imaS4, #imaS5,
	#imaS6, #imaS7, #imaS8, #imaS9, #imaS10 {
		width:19%;
		padding:5px;
	}	

	#divMarco {
		width:90%;
		height:15%;
		margin:5px 5px 10px 5px;
	}

	#contactForm {
		width: 70%;
	}
	
	#contactForm {
		width: 90%;
	}

	#tContact td {
		font-size: 2.5vw;
	}

	.txtMarco {
		font-size: 3vw;
	}

	.u1{
		margin:0px 0px 0px 15px;
	}

	.u2{
		margin:0px 0px 0px 18px;
	}

	.li1 {
		font-size: 2vw;
		margin:0px 0px 10px 18px;
	}

	.parr1 {
		font-size: 2vw;
		margin:0px 5px 10px 0px;
	}

	.ima-p  {
		width:30%;
		margin:0px 5px 0px 0px;
		padding-right: 15px;
	}

	.goback {
		font-size: 1.5vw;
	}
}	

@media only screen and (min-width:768px) and (max-width:1024px) and (min-height:1024px) and (max-height:1366px) {

	#divShow {
		height:40%;
	}

	#divVacia {
		height:10%;
	}

	#divMenu {
		height:28%;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#divServ1, #divServ2 {
		width:100%;
	}	

	#imaS1, #imaS2, #imaS3, #imaS4, #imaS5,
	#imaS6, #imaS7, #imaS8, #imaS9, #imaS10 {
		width:18%;
		padding:5px;
	}	

	#divMarco {
		width:90%;
		height:10%;
		margin:5px 5px 10px 5px;
	}

	#contactForm {
		width: 70%;
	}

	#tContact td {
		font-size: 2.5vw;
	}

	.txtMarco {
		font-size: 4vw;
	}

	.u1{
		margin:0px 0px 0px 40px;
	}

	.u2{
		margin:0px 0px 0px 40px;
	}

	.li1 {
		font-size: 3vw;
		margin:0px 0px 10px 10px;
	}

	.parr1 {
		font-size: 3vw;
		margin:0px 5px 10px 0px;
	}

	.ima-p  {
		width:40%;
		margin:0px 15px 0px 0px;
		padding-right: 15px;
	}

	.goback {
		font-size: 2vw;
	}
}

@media only screen and (min-width:1024px) and (max-width:1366px) and (min-height:768px) and (max-height:1024px) {

	#divShow {
		height:40%;
	}

	#divVacia {
		height:10%;
	}

	#divMenu {
		height:28%;
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	#divServ1, #divServ2 {
		width:50%;
	}	

	#imaS1, #imaS2, #imaS3, #imaS4, #imaS5,
	#imaS6, #imaS7, #imaS8, #imaS9, #imaS10 {
		width:18%;
		padding:5px;
	}	

	#divMarco {
		width:90%;
		height:10%;
		margin:5px 5px 10px 5px;
	}

	#contactForm {
		width: 60%;
	}

	#tContact td {
		font-size: 2.5vw;
	}

	.txtMarco {
		font-size: 3vw;
	}

	.u1{
		margin:0px 0px 0px 40px;
	}

	.u2{
		margin:0px 0px 0px 40px;
	}

	.li1 {
		font-size: 2vw;
		margin:0px 0px 10px 10px;
	}

	.parr1 {
		font-size: 2vw;
		margin:0px 5px 10px 0px;
	}

	.ima-p  {
		width:40%;
		margin:0px 15px 0px 0px;
		padding-right: 15px;
	}

	.goback {
		font-size: 1.5vw;
	}
}

@media only screen and (max-height:480px){

	#imaF1, #imaF2, #imaF3, #imaF4, #imaF5 {
		width:auto;
		height:40%;
	}	
}

