.header {
    width: 100%;
    height: 433px;
    background-size: cover;
    background-position: bottom;
    display: flex;
    background-image: url("../background/header2.png") !important;
    margin-bottom: 30px;
    transition: .5s;
}

.imageContainerCenter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.logo-med {
    display: none;
}

.logo-big {
    display: flex;
}

.logo-big2 {
    display: none;
}

.logo-small {
    display: none;
}

.imageContainerCenter>a>img {
    transition: .5s;
    height: 433px;
    width: 100%;
}

.removelink>* {
    text-decoration: none !important;
    color: #FFFFFF;
}

.removelink:link {
    text-decoration: none !important;
    color: #FFFFFF;
}

@media only screen and (max-width: 1500px) {
    .header {
        height: 380px;
    }

    .imageContainerCenter>a>img {
        height: 380px;
    }
}

@media only screen and (max-width: 1281px) {
    .header {
        height: 360px;
    }

    .logo-big2 {
        display: flex;
    }

    .logo-big {
        display: none;
    }

    .imageContainerCenter>a {
        width: 100;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .imageContainerCenter>a>img {
        height: 100%;
        max-height: 320px;
    }
}

@media only screen and (max-width: 1100px) {
    .header {
        height: 360px;
    }

    .imageContainerCenter>a>img {
        height: 100%;
        max-height: 290px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 965px) {
    .header {
        height: 300px;
        align-items: center;
    }
}

@media only screen and (max-width: 750px) {
    .header {
        height: 300px;
        align-items: center;
    }
    .logo-big2 {
        display: none;
    }
    .logo-big {
        display: flex;
    }
}

@media only screen and (max-width: 550px) {

    .header {
        height: 360px;
    }

    .imageContainerCenter>a>img {
        height: 100%;
        max-height: 100%;
    }

    .logo-big {
        display: none;
    }

    .logo-med {
        display: flex;
    }
}

@media only screen and (max-width: 360px) {

    .logo-med {
        display: none;
    }

    .logo-small {
        display: flex;

    }
}

.sfe-buttonactions>.button,
.sfe-buttonactions>.sfe-buttonCalendar {
    background-color: #018bba !important;
}

.sfe-buttonactions>.sfe-buttonCalendar:hover,
.sfe-buttonactions>.button:hover {
    background-color: #01a0d5 !important;
}

.sfe-buttonactions>.sfe-buttonPagamento,
.sfe-buttonactions>.sfe-buttonProximoPasso,
.sfe-buttonactions>.sfe-buttonNext {
    background-color: #698625 !important;
}

.sfe-buttonactions>.sfe-buttonProximoPasso:hover,
.sfe-buttonactions>.sfe-buttonPagamento:hover,
.sfe-buttonactions>.sfe-buttonNext:hover {
    background-color: #80a42d !important;
}

.sfe-buttonactions>.button.sfe-buttonPrint {
    background-color: #018bba !important;
}

.sfe-buttonactions>.button.sfe-buttonPrint:hover {
    background-color: #01a0d5 !important;
}

.sfe-buttonactions>.button.sfe-buttonPdf {
    background-color: #018bba !important;
}

.sfe-buttonactions>.button.sfe-buttonPdf:hover {
    background-color: #01a0d5 !important;
}

.sfe-buttonactions>.button:disabled {
    background-color: #C4CDD4 !important;
    cursor: initial !important;
    box-shadow: none;
}

.sfe-buttonactions>.button:disabled:hover {
    background-color: #C4CDD4 !important;
    opacity: 1;
}

/* Nome usuario */

.sfe-userNameTopBar {
    color: #FFFFFF;
}

.sfe-btnDetails {
    background-color: #018bba !important;
}

/* Header impressão */

.printHeader {
    width: 100%;
    height: 140px;
}

.printHeader>.contentHeaderPrint {
    width: 100%;
    height: 100%;
}

.printHeader>.contentHeaderPrint>.imageContainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

/* Acesso pelo celular */

.sfe-acessoCelular {
    background-color: #018bba
}

.printHeader>.contentHeaderPrint>.imageContainer>.logoCliente {
    height: 80%;
    margin-top: 20px;
}

@media print {
    body {
        width: 100% !important;
    }
}

.footer {
    width: 100%;
    min-height: 270px;
    padding: 20px 40px;
    box-sizing: border-box;
    background-image: url('../footer/footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    position: relative;
}

.footer>.footer-img {
    width: 280px;
    position: absolute;
    right: 5%;
    bottom: 15%;
    opacity: 0.5;
    z-index: 0;
}


.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    max-width: 1200px;
    z-index: 1;
}

.footer-row>.footer-logo>img {
    width: 230px;
}

.footer-row>.footer-dados {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px 30px;
    z-index: 1;
}

.footer-row>.footer-dados>.group-telefones {
    margin-bottom: 15px;
}

.footer-row>.footer-dados>.group-telefones>a>.telefone {
    display: flex;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 20px;
}

.footer-row>.footer-dados>.group-telefones>a>.telefone>img {
    margin-left: 10px;
}

.footer-row>.footer-dados>.group-telefones>a>.telefone>p {
    margin: 0px;
}

.footer-row>.footer-dados>.endereco {
    color: #fff;
    letter-spacing: .15px;
    line-height: 21px;
    font-size: 0.95rem;
    margin-bottom: 0;
    text-align: center;
}

.footer-row>.footer-social {
    min-width: 148px;
}

.footer-row>.footer-social>a>img {
    max-height: 25px;
    margin: 3px;
}

.PhraseInfo>p {
    color: #FFF;
    line-height: 21px;
    font-size: 0.98rem;
    text-align: center;
}


a:link,
a:visited {
    text-decoration: none;
    height: 100%;
}

.sfe-footer {
    margin-top: 0;
    border-top: 2px solid #dd8056;
}

@media screen and (max-width: 995px) {
    .footer-row>.footer-dados>.endereco {
        text-align: center;
    }
}

@media screen and (max-width: 782px) {
    .footer>.footer-img {
        width: 300px;
        right: 9%;
        bottom: 7%;
        opacity: 0.38;
    }

    .footer-row {
        flex-direction: column;
    }

    .footer-row>.footer-logo>img {
        width: 240px;
    }

    .footer-row>.footer-dados {
        order: 2;
    }

    .footer-row>.footer-social {
        order: 1;
        margin: 0px 0px 30px 0px;
    }

    .PhraseInfo>p {
        margin-top: 0;
    }
}

.OpcoesCard {
    justify-content: center !important;
}