﻿@media (max-width: 781px) {
    .Desk {
            display: none;
    }
}


.EmailInput {
    background-color: #F2F2F2 !important;
    border-radius: 3px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-top-width: 0px !important;
    border-color: #008acb !important;
}

.fontRoboto {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
}

.fontRobotoTitle {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.MarginTopDiv {
    margin-top: 100px
}

.LinkFooter {
    color: #000 !important;
    font-family: 'Roboto', sans-serif !important;
}

.contact .svg-inline--fa {
    color: var(--primary2) !important;
}

@media (max-width: 780px) {
    .divlow {
        height: 290px;
        display: flex;
        float: right;
        justify-content: center;
        align-items: center;
    }

    .Bloco100Div {
        width: 100% !important;
        text-align: center
    }

    .Bloco50Div {
        width: 50% !important;
        text-align: center
    }

    .MarginTopDiv {
        margin-top: 10px !important;
    }

    .fontRoboto {
        height: 920px;
    }

    .BoxBandeiras {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .BoxBandeiras img {
        width: 50px !important;
        height: 100%;
    }
}