﻿.text-end {
    text-align: right !important
}

.text-light {
    color: #f8f9fa !important
}
.line {
    width: 100%;
    height: 2px;
    background-color: white;
    margin: 20px 0 0 0;
}

.line2 {
    width: 100%;
    height: 2px;
    background-color: white;
    margin: 20px 0;
    display: none;
}
.duvidas {
    width: 70%;
}
@media screen and (max-width: 768px) {
    .logo-footer img {
        max-width: 130px !important;
    }

    .line {
        display: none;
    }

    .line2 {
        display: block;
    }
}