/* Color Theme Swatches in Hex */
.magistralmidia-1-hex { color: #65A653; }
.magistralmidia-2-hex { color: #87D962; }
.magistralmidia-3-hex { color: #A6D98F; }
.magistralmidia-4-hex { color: #F2D8A7; }
.magistralmidia-5-hex { color: #F27405; }


.text-white{
    color: #fff;
}

.btn-white-magistral{
    background-color: #fff!important;
    color: #65A653;
    border: 1px solid #65A653;
    border-radius: 5px;
    padding: 20px 50px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.btn-white-magistral:hover{
    background-color: #fff!important;
    color: #65A653;
    border: 1px solid #65A653;
    border-radius: 5px;
    padding: 20px 50px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-green-magistral{
    background-color: #65A653!important;
    color: #fff;
    border: 1px solid #65A653;
    border-radius: 5px;
    padding: 20px 50px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.btn-green-magistral:hover{
    background-color: #65A653!important;
    color: #fff; 
    border: 1px solid #65A653;
    border-radius: 5px;
    padding: 20px 50px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.container-cta{
    margin-top: 80px;
    margin-bottom: 40px;
}

.bg-green-100{
    background-color: #A6D98F;
}

.bg-green-50{
    background-color: #FCFEF7;
}

.bg-gradiente-image-1{
    background: url(../img/banner-magistal.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.check-ilimitado{
    color: #e19b20!important;
}

.title-cta{
    line-height: 1!important;
}

.img-depoimentos{
    border-radius: 5px;
}


.user-img-hero{
    margin-left: -15px;
}

.user-img, .user-img-hero{
    width: 30px;
}