﻿@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.ttf)
}

.imagem{
    margin-top: 40px
}

.titleParceiro {
    background: #750529;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    width: auto;
    margin-top: 40px;
}

.desDesconto {
    margin-top: 40px;
    border-left: solid 4px #750529;
    padding-left: 10px;
    /* font-family: Montserrat;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase; */
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
}

.descrParceiro {
    margin-top: 40px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
}

.desUnidades{
    margin-top: 40px;

}

.tituloUnidades {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

#loadUnidades, .listContato {
    margin-top: 10px;
}

.infoUnidades ul {
    list-style: none;
    padding-left: 0;
}

.infoUnidades ul li {
    margin-bottom: 10px;
}

.infoUnidades {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    color: #8c8c8c;
    margin-top: 40px;
}

    .infoUnidades a {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 14px;
        color: #8c8c8c;
    }

#map {
    height: 40vh;
    margin-top: 40px;
}

.userInscricao{
    margin-top: 40px;
    display: none;
}

    .userInscricao label {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 14px;
        color: #8c8c8c;
    }
    .userInscricao hr {
        border-top: 1px solid #750529
    }

#btnInscricao {
    margin-top: 20px;
    font-family: Montserrat;
    font-size: 14px;
    background-color: #750529;
    border-color: #750529;
    color: #f2f2f2;
}



    #btnInscricao:hover {
        background-color: #750529;
        border-color: #750529;
        color: #fff;
    }

.errorLabel{
    display:none;
    color: red;
    font-size: 14px;
    font-family: sans-serif;
    padding-top: 10px;
}

.descrParceiro a{
    color: #750529!important;
}

.descrParceiro a:hover {
    color: #750529!important;
}