@charset "utf-8";
/* CSS Document */



.ProductTable td {
	width: 50%;
}
.ProductTable h2 {
	font-weight: 300;
	color: #333333;
	font-size: 35px;
}
.ProductTable .separador h2 {
	color:#00AFFF;
}
.ProductTable p {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.4em;
	font-weight: 300 !important;
	color: #797979;
	font-size: 17px !important;
	padding: 0px 20px;
}
.ProductTable .color_gray {
	background-color: #f3f3f3;
}
.ProductTable li {
	list-style-type: none !important;
	margin-bottom: 10px;
}
.section__content {
	padding: 10px 20px 20px 10px;
	    display: table-cell;
    vertical-align: middle;
    height: 400px;
}
.ProductTable .square {
	background: white;
	box-shadow: 0 17px 50px 0 rgba(0,0,0,0.19);
	padding: 30px 40px;
	width: 50%;
	margin: 40px 0px 40px 20px;
}
.ProductTable .side_square {
	background: white;
	box-shadow: 0 17px 50px 0 rgba(0,0,0,0.19);
    padding: 30px 40px;
    width: 40%;
    margin: 0px;
}
.ProductTable .side_square_clean {
	padding: 50px 40px;
    width: 40%;
    margin: 0px;
	    display: table-cell;
    vertical-align: middle;
    float: left;
}
.ProductTable .alignright {
	float: right;
}
.ProductTable .backgroundIm, .ProductTable .backgroundFull {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.ProductTable .backgroundDelimiter {
	overflow: hidden;
}
.ProductTable .separador {
	padding:30px 0px
}
.ProductTable .vid{
	height:400px;
}
.ProductTable td.space {
    font-size: 1px;
    height: 5px;
}
a.button {
    display: inline-block;
    margin-top: 30px;
    background-color: transparent;
    border: 1px solid #D6D6D6;
    color: #00AFFF;
    border-radius: 5px;
    /* color: white; */
    padding: 8px 35px 10px;
    text-decoration: none;
    transition: background-color 0.25s,border-color 0.25s,color 0.25s,opacity 1s;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
}
a.button:hover {
    background-color: #1EB1FC;
    border: 1px solid #1EB1FC;
    color: white;
}
@media (max-width: 740px){
	.ProductTable td {
		width: 100% !important;
    	display: block;
	}
	.ProductTable .backgroundIm {
		background-image:none;
		display: none;
	}
	.section__content {
	
		height: 250px !important;
	}
	.ProductTable p {
			text-align: center !important;
	}
	.ProductTable .backgroundFull {
	}	
	.ProductTable .backgroundFull .square {
		padding: 0px;
		margin: 0px;
		width: 70%;
		box-shadow: 0 5px 10px 0 rgba(0,0,0,0.19);
	}	
	.ProductTable .backgroundFull .side_square_clean {
		padding: 30px 0px;
		width: 70%;
		box-shadow: 0 5px 10px 0 rgba(0,0,0,0.19);
		background-color: white;
		margin: 10px 0px;
	}
	
}