﻿.menuVert{
    margin-top: 10px;
}

.form-control{
    margin-bottom: 10px;
}

.subMenu{
    margin-top: 10px;
}

.titleMenuVert {
    font-weight:700;
    font-family: Montserrat;
    text-transform: uppercase;
    margin-top: 10px
}

.bannerCategoria {
    position: relative;
    width: 100%;
    /* height:205px; */
    /* margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center; */
}

.bannerCategoria img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.tituloCategoria {

    font-family: Montserrat;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;

    width: 100%;
    line-height: 20vh;
    float: left;
    margin: 25px 0;
    text-align: center

}

.bannerCategoria #bannerCategoriaTexto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: Montserrat;
    font-size: 40px;
    text-transform: uppercase;
}

/*Mobile*/
@media (max-width: 790px) {
    .bannerCategoria {
        width: 100%;
        /* height: 15vh; */
        background-repeat: no-repeat;
        background-size: 100% 15vh;
    }
    .tituloCategoria {
        width: 100%;
        font-size: 22px;
        line-height: 5vh;
        float: left;
        margin: 25px 0;
        text-align: center
    }
}


    /***

RADIOS DO MENU

**/
    /* The container */
    .containerRadio, .containerCheck {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Hide the browser's default radio button */
        .containerRadio input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

        /* Hide the browser's default checkbox */
        .containerCheck input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    /* Create a custom radio button */
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #eee;
        border-radius: 50%;
    }

    /* Create a custom checkbox */
    .checkmarkCheck {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #eee;
    }

    /* On mouse-over, add a grey background color */
    .containerRadio:hover input ~ .checkmark, .containerCheck:hover input ~ .checkmarkCheck {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .containerRadio input:checked ~ .checkmark, .containerCheck input:checked ~ .checkmarkCheck {
        background-color: #750529;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmark:after, .checkmarkCheck:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .containerRadio input:checked ~ .checkmark:after, .containerCheck input:checked ~ .checkmarkCheck:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .containerRadio .checkmark:after {
        top: 7px;
        left: 7px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: white;
    }

    /* Style the checkmark/indicator */
    .containerCheck .checkmarkCheck:after {
        left: 8px;
        top: 4px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    /**
END RADIOS
*/

/** conteudos parceiros**/

.conteudo, conteudoM{
    margin-top: 40px;
    
}



.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;
}

.img-card {
    height: 140px !important;
}

@media (max-width: 780px) {
    .conteudo {
        display: none;
    }
}


.conteudoM {
    display: none
}



    .btn-mostrar {
        background: #d9d9d9;
        color: #666666 !important;
        font-weight: bold;
        padding-top: 0;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 40px;
        display: none;
    }

    .rowMostrar {
        padding-bottom: 40px;
    }

    .btn-mostrar:hover {
        color: #a5a5a5 !important;
    }

    .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
        }


    .titleParceiro {
        background: #750529;
        color: #ffffff;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px;
        width: auto;
        margin-bottom: 40px;
    }

    .seta {
        color: #750529;
    }

    .setas {
        margin-top: 80px;
    }

    .carrossel {
        margin-left: 20px;
    }

    .setaM {
        margin-top: 30px;
        color: #750529;
        font-size: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }

.page-link {
    color: #750529 !important
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #FFF !important;
    background-color: #750529 !important;
    border-color: #750529 !important;
}
