﻿/*.item {
    width: 100% !important
}*/

.menu1 {
    width: 85vw !important;
}

.banner {
    width: 100% !important;
    height: 100% !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

/*Mobile*/
@media (max-width: 790px) {
    .banner {
        width: 100% !important;
        height: 100% !important;
        background-repeat: no-repeat;
        background-size: 100% 15vh;
    }
}

.destaques {
    width: 100%;
    background-color: #f2f2f2;
    padding: 20px 0 50px 0px
}

.seta {
    color: #750529;
}

.box-parceiro {
    margin-top: 10px;
    margin-left: 5px;
}

    .box-parceiro span {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 18px;
        font-weight: 700;
    }

        .box-parceiro span a {
            color: #000
        }

.card-text {
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px !important
}

.underTitle {
    border: 1px solid #750529;
    margin-top: 2px;
    margin-bottom: 10px;
}

.item-flex {
    display: flex
}

    .item-flex div {
        margin-right: 25px;
    }

.destaque-mobile {
    display: none;
}

.setas {
    margin-top: 80px;
}

.img-card {
    height: 140px !important;
}
/*Mobile*/
@media (max-width: 780px) {
    .destaque-mobile {
        display: inline-block;
    }

    .destaque-desktop {
        display: none
    }

    .setaM {
        margin-top: 30px;
        color: #750529;
        font-size: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.btn-mostrar {
    background: #d9d9d9;
    color: #666666 !important;
    font-weight: bold;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
}


.rowMostrar {
    padding-bottom: 40px;
}

.btn-mostrar:hover {
    color: #a5a5a5 !important;
}

.novosParceirosM {
    display: none;
}

/*Mobile*/
@media (max-width: 780px) {
    .novosParceirosM {
        display: block;
    }

    .novosParceiros {
        display: none
    }
}


.shadow {
    position: relative;
    top: 0;
    padding: 2px;
    background-color: #f2f2f2;
    transition: all .2s ease-in-out
}

    .shadow:hover {
        top: -4px;
        box-shadow: 0 4px 3px #999
    }

#divVideo {
    background-color: #f2f2f2;
    background-size: 100%;
}

    #divVideo video {
        margin-left: auto;
        margin-right: auto;
        display: block
    }

#table-row {
    margin-top: 10px !important;
}