* {
    font-family: Poppins !important;
}

body {
    min-width: 100%;
    text-align: center;
}

h1, h2 {
    margin: 0;
}

.content {
    overflow: hidden;
}

.overlay {
    background-color: black;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999997;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.hiddenOverlay {
    Opacity: 0 !important;
    z-index: -1 !important;
}

.overlay > div {
    background-color: white;
    border-radius: 15px;
    height: 400px;
    left: 50%;
    margin-left: -250px;
    margin-top: -200px;
    opacity: 1;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 500px;
    z-index: 999999998;
}

    .overlay > div > input {
        border: 1px solid black;
        border-radius: 10px;
        clear: both;
        display: inline-block;
        float: none;
        margin: 15px auto 0;
        padding: 5px 15px;
        width: 80%;
    }

        .overlay > div > input:hover,
        .overlay > div > textarea:hover {
            border-color: rgba(82, 168, 236, 0.8);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
            outline: medium none;
        }

    .overlay > div.LOGADO {
        background-color: white;
        overflow:auto;
        border-radius: 15px;
        height: 400px;
        left: 50%;
        margin-left: -250px;
        margin-top: -200px;
        opacity: 1;
        position: fixed;
        text-align: center;
        top: 50%;
        width: 500px;
        z-index: 999999999;
    }

.downloadButton {
    float: none;
    color: #2094b7;
    font-size: 2.5em;
    height: 92px;
    width: 100%;
}

.azul {
    color: #2094b7;
}

.branco {
    color: white;
}

.image100 {
    width: 100%;
    height: auto;
}

.paddingMargin0 {
    padding: 0 !important;
    margin: 0 !important;
}

.padding0 {
    padding: 0 !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
    font-size: 1.25em;
    line-height: 24px;
}

.padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.conference-navigation {
    width: 100%;
    text-align: center;
}

    .conference-navigation > li {
        float: none;
        display: inline-block;
        font-size: 1.25em;
        padding-top: 5px;
    }

.navbar-brand {
    padding: 5px;
    height: 40px;
    width: 45px;
}

.navbar-toggle {
    background-color: #2094b7;
}

    .navbar-toggle > .icon-bar {
        background-color: white;
    }

.nav-bg {
    background-color: white;
}

.navBlack {
    color: black !important;
    border-color: black;
}

.hidden-inline {
    opacity: 0;
}

#inicio {
    color: #fff;
}

@media(min-width:768px) and (max-width:991px) {
    #inicio {
        min-height: 1080px;
    }
}

@media(min-width:992px) {
    #inicio {
        min-height: 660px;
    }
}

#sobre {
    padding-top: 50px;
}

@media(min-width:992px) {
    #sobre {
        min-height: 660px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    #sobre > .row-linha {
        height: 110px;
    }
}

@media(min-width:992px) {
    #sobre > .row-linha {
        height: 226px;
    }
}

.row-linha > div {
    height: inherit;
}

.linha {
    height: 4px;
    width: 0;
    background-color: #2094b7;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.linha100 {
    width: 100%;
}

@media(min-width:768px) and (max-width:991px) {
    #linhaSobre {
        margin-top: 106px;
    }
}

@media(min-width:992px) {
    #linhaSobre {
        margin-top: 202px;
    }
}

@media(min-width:992px) {
    #ERPMatos {
        height: 670px !important;
    }
}

#ERPMatos {
    background-color: #ebebeb;
    padding-top: 50px;
}

    #ERPMatos > div > img {
        max-width: 600px;
        float: left;
    }

#linhaERP1 {
    float: right;
    margin-bottom: 20px;
}

#linhaERP2 {
    float: right;
    margin-bottom: 20px;
}

    #linhaERP2.linha100 {
        margin-right: -15px;
        width: calc(100% + 15px);
    }

@media(max-width:767px) {
    #rowModulos {
        margin-top: 20px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    #rowModulos {
        margin-top: 20px;
    }
}

@media(min-width:992px) {
    #rowModulos {
        margin-top: 55.5px;
    }
}

#rowModulos > div > div {
    padding: 11.5px 11.5px 11.5px 0 !important;
}

#representantes {
    min-height: 670px;
    padding-top: 50px;
    background-image: url('../images/background_representante.jpg');
    background-size: auto 100%;
    background-repeat: x;
}

#linhaRepresentates {
    margin-bottom: 20px;
    background-color: white;
}

@media(max-width:767px) {
    #linhaRepresentates {
        margin-top: 30px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    #linhaRepresentates {
        margin-top: 60px;
    }
}

@media(min-width:992px) {
    #linhaRepresentates {
        margin-top: 80px;
    }
}

#sectionRepresentantes {
    background-color: white;
    display: inline-block;
    height: 85px;
    text-align: center;
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
    vertical-align: top;
}

#sectionRepresentantesxs12 {
    background-color: white;
    display: inline-block;
    height: 480px;
    text-align: center;
    vertical-align: top;
}

.open {
    height: 100% !important;
}

#adquira {
    min-height: 670px;
    padding-top: 100px;
}

.blocoAdquira {
    width: 100%;
    height: 280px;
    color:#484b4d;
    text-decoration:none;
    background-color: white;
    border: 3px #2094b7 solid;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 20px;
}

    .blocoAdquira:hover {
        border-color: #2f3031;
        color:#484b4d;
        text-decoration:none;
    }

#linhaAdquira {
    margin-bottom: 30px;
}

#suporte {
    min-height: 670px;
    padding-top: 100px;
    background-color: #ebebeb;
}

#linhaSuporte {
    margin-bottom: 30px;
    float: right;
}

#contato {
    min-height: 964px;
    padding-top: 50px;
    background-color: black;
}

#linhaContato1 {
    margin-bottom: 20px;
    margin-top: 70px;
}

#linhaContato2 {
    margin-bottom: 39px;
    margin-top: 91px;
}

#linhaContato3 {
    margin-top: 39px;
    margin-bottom: 42px;
    float: right;
}

.formularioContato {
    margin-top: 57px;
}

    .formularioContato textarea {
        min-height: 100px;
    }

    .formularioContato button {
        margin-top: 15px;
        width: 100%;
    }

    .formularioContato input,
    .formularioContato textarea {
        border: 1px none;
        border-radius: 15px;
        display: inline-block;
        float: none;
        margin: 15px 0;
        padding: 5px 15px;
        width: 100%;
    }

        .formularioContato input:hover,
        .formularioContato textarea:hover {
            border-color: rgba(82, 168, 236, 0.8);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
            outline: medium none;
        }


a.tooltips {
    position: relative;
    display: inline;
    outline: medium none;
}

    a.tooltips span {
        background: #2094b7 none repeat scroll 0 0;
        border-radius: 15px;
        color: #ffffff;
        font-size: 1.3em;
        height: 210px;
        opacity: 0;
        visibility: none;
        padding: 15px;
        position: absolute;
        text-align: center;
        width: 300px;
    }

        a.tooltips span:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-top: 8px solid #2094B7;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

a:hover.tooltips span {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    bottom: 70px;
    left: 50%;
    margin-left: -150px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.gv {
    width: 80%;
    margin: 0px auto;
    color: black;
    text-align: left;
    font-size: 1.3em;
}

.gvHeader {
    width: 50%;
    line-height: 50px;
    border-bottom: 2px solid #2094b7;
}
.gvHeader>th {
    line-height: 50px;
    border-bottom: 2px solid #2094b7;
}
