div {
    box-shadow: 0px 0px 0px 0px #ab00b4 inset;
}

body {
    background: linear-gradient( #F2F2F2, #E0F2F7);
}

.bdColorRed {
    border: 2px solid red;
}

.bdColorBlue {
    border: 2px solid blue;
}

.bgHeader {
    background: linear-gradient(#6cacff, #79ceff);
}

.bgFooter {
    background: linear-gradient(#79ceff, #6cacff);
}

.bgColor1 {
    background: rgba(255, 255, 255, 0.2);
}

.bgColor1:hover {
    background: rgba(255, 255, 255, 0.7);
}

.bgColorWhite1 {
    background: rgba(255, 255, 255, 0.7);
}

.bgColorWhite {
    background: linear-gradient( #F9F9F9, #F2F2F2);
}

.bgColorWhite:hover {
    background: linear-gradient( #F2F2F2, #F9F9F9);
}

#BoasVindas {
    z-index: 1 !important;
    background: url("image/div (10).jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20%;
    padding: 280px;
	margin: -170px 0px 0px 0px  !important;
    border-radius: 10px;
}

.catalog {
    z-index: 0 !important;
    background-repeat: no-repeat !important;
    border-radius: 10px;
}

#sideImage{
	height:max-height;
	width: 0px;
}

@media (max-width: 1000px) {
	#BoasVindas {
		z-index: 1 !important;
		background: url("image/div (10).jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 40%;
		/* padding: 280px 200px ; */
		margin: -170px 0px 0px 0px  !important;
		border-radius: 10px;
	}
	
	#sideImage{
		height:max-height;
		width: 0px;
	}
}

@media (min-width: 1600px) {
	#sideImage{
		height:max-height;
		width: 100% !important;
	}
}