/* PERSONALIZADOS */

.navbar > .container .navbar-brand .logo-full,
.navbar > .container-fluid .navbar-brand .logo-full {
	height: 180px;
}

.bg-color4 {
	background-color : #7a8c55;
}

nav .info-header{
    font-size:28px;
}

nav .info-header .btn {
	margin: 0;
	margin-right: 20px;
	padding: 10px;
	display: none;
}

nav.show-menu .info-header .btn {
	display: inline-block;
}

nav.show-menu .info-header{
	color: #FFF;
}

nav .info-header .whatsapp{
	margin-right: 10px;
	width: 60px;
}

.section-padding{
    padding-top: 200px;
}

.item-list-left .icon {
	position: absolute;
	top: 0;
	left: 0;
}

.modal-title .icon-modal {
	margin-left: auto;
	margin-right: auto;
	width: 90px;
}

.contenedor-paquete {
	background: red;
	border-radius: 8px;
	color: #FFF;
	padding: 25px;
	text-align: center;
}

a.panel-heading {
	color: #808C27;
}

#benefits-grid-images-left h3 {
	color: #808C27;	
}

#counter .timer {
	font-size: 6rem;
	margin-top: 1rem;
}

#carousel-testimonials img.icon {
	margin-bottom: 1.4rem;
	width: 30px;
}

.title {
	color: #808C27;
}

.contenedor-paquete h3	{
	color: #FFF;
	font-weight: bold;
}

.pricing-table {
	border: none;
}

.pricing-table .subtitle {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
}

.pricing-table .discount {
	font-size: 3rem;
	text-decoration: line-through;
	color: #dbdbdb;
}

.pricing-table .color-discount {
	color: #DFFF00;
}

.btn-precios {
	position: absolute;
	top: 375px;
	right: -13px;
}

.full-slider .btn {
	font-size: 36px;
}

footer img.logo {
	height: 200px;
}

.btn-primary-reciclo {
	background: #f2a29b;
	border-color: #f2a29b;
	color: #000;
}

.btn-primary-reciclo:hover,
.btn-primary-reciclo:focus,
.btn-primary-reciclo:active {
	background: #f2a29b;
	border-color: #f2a29b;
	color: #000;
}

.bg-color-1 {
	background: #404040;
}

.bg-color-2 {
	background: #804bd1;
}

.bg-color-3 {
	background: #ffc000;
}

.bg-color-4 {
	background: #11d7ca;
}

.bg-color-5 {
	background: #FFF;
}

.bg-transparent {
	background: none;
}

.bg-price {
	width: 100%;
	position: absolute;
	top: -26px;
	left: 0;
}

.color-white h4,
.color-white p {
	color: #FFF;
}

.col-md-offset-0_5 {
    margin-left: 4.16666666%;
}

.carousel-indicators {
	display: none;
}

/* Helpers */
.mt-2 { margin-top: 2rem !important; }
.mt-3 { margin-top: 3rem; }
.mt-4 { margin-top: 4rem; }
.mb-4 { margin-bottom: 4rem; }
.mb-0 { margin-bottom: 0; }

.pt-0 { padding-top: 0 !important; }
.pb-2 { padding-bottom: 2rem !important; }

.fs-2-5r { font-size: 2.5rem; }

.fw-300 {
	font-weight: 300;
}