/*===========================================*/


/*	DESKTOP LAYOUT 
/*===========================================*/

@media (min-width: 1200px) {
	.bicolor {
		background: rgb(255, 255, 255);
		background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(46, 171, 81, 1) 40%, rgba(37, 167, 74, 1) 100%);
		background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(46, 171, 81, 1) 40%, rgba(37, 167, 74, 1) 100%);
		background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(46, 171, 81, 1) 40%, rgba(37, 167, 74, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#25a74a", GradientType=1);
	}
	.pad-top-90 {
		margin-top: 100px;
	}
	.pintorguy {
		background-image: url(../images/painter.png);
		width: 407px;
		height: 570px;
		position: absolute;
		right: 77%;
		margin-top: -89px;
	}
	.family-1 {
		background-image: url(../images/family-1.png);
		width: 610px;
		height: 519px;
		position: absolute;
		right: 77%;
		margin-top: -62px;
	}
	.mar-gin-desk-300 {
		margin-top: 300px;
	}
	.mar-gin-desk-80 {
		margin-bottom: -80px;
	}
	.call-to {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bicolor {
		background-color: #2EAB51
	}
}

@media (min-width: 992px) {
	.bicolor {
		background-color: #2EAB51
	}
}


/*===========================================*/


/*	MOBILE & TABLET COMMON
/*===========================================*/


/*@media (min-width: 200px) and (max-width: 991px) {
	
}*/


/*===========================================*/


/*	TABLET
/*===========================================*/

@media (min-width: 768px) and (max-width: 991px) {}


/*===========================================*/


/*	MOBILE
/*===========================================*/

@media (min-width: 200px) and (max-width: 767px) {
	.bicolor {
		background-color: #2EAB51
	}
	.bg-banda-verde {
		display: none;
	}
}

@media (min-width: 600px) and (max-width: 767px) {
	.bicolor {
		background-color: #2EAB51
	}
	.pan-m-20 {
		margin-top: 20px;
	}
	.bg-banda-verde {
		display: none;
	}
	.painter-2 {
		display: none;
	}
}

@media (min-width: 480px) and (max-width: 599px) {
	.bicolor {
		background-color: #2EAB51
	}
	.pan-m-20 {
		margin-top: 20px;
	}
	.center {
		text-align: center;
	}
	.bg-banda-verde {
		display: none;
	}

	.painter-2 {
		display: none;
	}
	.call-to {
		height: 70px;
		width: 70px;
		position: fixed;
		bottom: 10%;
		right: 25px;
		border-radius: 40px;
		font-size: 32px;
		padding: 17px;
	}
}

@media (min-width: 200px) and (max-width: 479px) {
	.bicolor {
		background-color: #2EAB51
	}
	.bg-banda-verde {
		display: none;
	}
	.painter-2 {
		display: none;
	}
	.panel-1 {
		display: none;
	}
	.pan-m-20 {
		margin-top: 20px;
	}
	.center {
		text-align: center;
	}
	.call-to {
		height: 70px;
		width: 70px;
		position: fixed;
		bottom: 10%;
		right: 25px;
		border-radius: 40px;
		font-size: 32px;
		padding: 17px;
	}
}

.main-head .header-logo img {
	max-height: 83px;
	max-width: 100%;
	;
}

.pan-all-20 {
	margin: 20px;
}

.pad1 {
	padding-top: 35px;
}

.pad2 {
	padding-top: 10px;
}

.pad-left-1 {
	padding-left: 35px;
}

.pad-left-2 {
	padding-left: 55px;
}

.mar-left {
	margin-left: 30px;
}

.montserrat {
	font-family: 'Montserrat', sans-serif;
}

.exo {
	font-family: 'Exo', sans-serif;
}

.montserrat span {
	font-size: 48px;
	font-weight: 700;
}

.f100 {
	font-weight: 100;
}

.f200 {
	font-weight: 200;
}

.f300 {
	font-weight: 300;
}

.f400 {
	font-weight: 400;
}

.f500 {
	font-weight: 500;
}

.f600 {
	font-weight: 600;
}

.f700 {
	font-weight: 700;
}

.f-16 {
	font-size: 16px;
}

.f-18 {
	font-size: 18px;
}

.f-20 {
	font-size: 20px;
}

.f-22 {
	font-size: 22px;
}

.f-26 {
	font-size: 26px;
}

.f-28 {
	font-size: 28px;
}

.f-32 {
	font-size: 32px;
}

.f-50 {
	font-size: 50px;
}

.f-68 {
	font-size: 68px;
}

.line-30 {
	line-height: 30px;
}

.line-40 {
	line-height: 40px;
}

.line-48 {
	line-height: 48px;
}

.line-68 {
	line-height: 68px;
}

.white-1 {
	color: #fff !important;
}

.green-1 {
	color: #25A74A !important
}

.orange-1 {
	color: #F6851F !important;
}

.btn-orange {
	background-color: #f6851f;
	-webkit-box-shadow: 0px 6px 0px 0px rgba(77, 37, 0, 1);
	-moz-box-shadow: 0px 6px 0px 0px rgba(77, 37, 0, 1);
	box-shadow: 0px 6px 0px 0px rgba(77, 37, 0, 1);
	width: 100%;
}

.no-block {
	display: inline;
}

.bg-white {
	background-color: #fff;
}

.bg-verde {
	background-color: #25A74A;
	border-radius: 20px;
}

.bg-paint {
	background-image: url(../images/bg-1.jpg);
}

.bg-banda-verde {
	background-color: #25A74A;
	height: 163px;
	margin-top: -163px;
	position: relative;
	z-index: 99
}

.bg-granulado {
	background-image: url(../images/bg-granulado.png);
}
.bg-panel {
	background-image: url(../images/bg-panel.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-orange {
	background-color: #F6851F !important;
}

.bg-pl-grey {
	background-image: url(../images/bg-grey-pl.png);
}

.bg-lt-green {
	background-color: #25A74A;
	display: inline-table;
	padding: 18px;
	margin-right: -12px;
	margin-top: 0px;
	border-top-left-radius: 2px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 2px;
}
	.bg-bitono {
		background: rgb(37,167,74);
background: -moz-linear-gradient(113deg, rgba(37,167,74,1) 0%, rgba(46,171,81,1) 50%, rgba(246,133,31,1) 50%, rgba(246,133,31,1) 100%);
background: -webkit-linear-gradient(113deg, rgba(37,167,74,1) 0%, rgba(46,171,81,1) 50%, rgba(246,133,31,1) 50%, rgba(246,133,31,1) 100%);
background: linear-gradient(113deg, rgba(37,167,74,1) 0%, rgba(46,171,81,1) 50%, rgba(246,133,31,1) 50%, rgba(246,133,31,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#25a74a",endColorstr="#f6851f",GradientType=1);
	}
.upper {
	text-transform: uppercase;
}

.raduys {
	border-radius: 10px;
	border-width: 4px;
	border-style: solid;
	border-color: #25A74A;
}

.radiuos {
	border-radius: 4px;
}

.bg-green {
	background-color: #25A74A;
}

.pd-min-tiny {
	padding: 10px;
}

.adelante {
	position: relative;
	z-index: 99
}

.adelante1 {
	position: relative;
	z-index: 999;
}

.adelante2 {
	position: fixed;
	z-index: 9999;
}

.form-control {
	font-family: 'Exo', sans-serif;
}

.lista-1 {
	border-left: 1px solid #fff;
	list-style-type: none;
	padding-left: 20px;
}

.lista-2 {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style-image: url('../images/bullet-1.png');
}

.painter-2 {
	width: 738px;
	height: 650px;
	float: right;
	right: 10%;
	position: absolute;
	margin-top: -600px;
}

.panel-1 {
	width: 832px;
	height: 657px;
	float: right;
	right: 1%;
	position: absolute;
	margin-top: -600px;
}

.pd-tb-small2 {
	padding-top: 4.25rem;
	padding-bottom: 4.25rem;
}
.pd-tb-small3 {
	padding-top: 3.25rem;
	padding-bottom: 0.25rem;
}
body {
	color: #515252;
}

.bg-holder-footer {
	background-image: url(../images/bg-image-footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: fixed;
}

.pandings-20 {
	padding: 20px;
}

.mmax-w {
	max-width: 67px;
}

.pintorguy2 {
	margin-bottom: -73px;
}
.family-2 {
	margin-bottom: -73px;
}

.no-papa {
	margin-top: -20px;
	margin-bottom: -28px;
}

.with-max {
	max-width: 300px
}

.pd-mini2 {
	padding: 1.5rem;
}