.m-40 {
	margin-left: 40px;
}
.m-180 {
	margin-left: 180px;
}
@media(max-width:768px) {
	.m-40 {
	margin-left: 0;
	}
	.m-180 {
	margin-left: 0;
	}	
}
.h-h1 {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 700;
}
.h-color {
    color: #ec804f;
}
.h-color2 {
    color: #005564;
    font-weight: 800;
}
a[href="#descomplique-se"] {
	width: max-content !important;
    background: #ec804f !important;
    color: #fff !important;
    border-radius: 20px;
    transition: 200ms !important;
}
a[href="#descomplique-se"]:hover {
    background: #005564 !important;
}
/* instagram */
#instagram .description a {
    display: flex;
    justify-content: center;
}
#instagram .description a p {
text-transform: uppercase;
font-size: 18px;
color: #fff !important;
}
#instagram .d-title {
    margin: 13px 0 0 8px;
    font-size: 34px;
    color: #fff;
}
@media(max-width:768px) {
    #quero-contratar .description {
        flex-direction: column;
    }
    #instagram .description a {
        flex-direction: column;
    }
    #instagram .description a p,
    .d-title {
        line-height: 1; 
        margin: 0 !important;
    }
}
/* planos */
.plan-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    background: #ebebeb;
    border-radius: 30px;
    transform: skewX(-10deg);
    z-index: -1;
}
#p-i-1.plan-item::after {
    background: #d38052;
}
#p-i-2.plan-item::after {
    background: #c1622f;
}
#p-i-3.plan-item::after {
    background: #287888;
}
#p-i-4.plan-item::after {
    background: #155663;
}
.plan-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 125px;
}
.plan-item figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 10px;
    text-align: center;
}
.plan-item figure img {
    width: 60px;
}
.plan-item figcaption {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
}
/* desconto */
#quero-contratar .description {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10px;
    padding: 0;
    font: 400 22px Montserrat;
    transform: scaleX(1.02);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
#quero-contratar .description h1 {
    margin: 0 0 10px 8px;
    padding: 0;
    font-weight: 700;
    font-size: 38px;
    color: #00c6e0;
}
#quero-contratar .description .h-color {
    color: #f1a27e;
    font-weight: 700;
}
@media(max-width:768px) {
    #quero-contratar .description {
        flex-direction: column;
	}
}