/*Modulo representante */
.texto-representantes{
    margin-bottom:70px;
    max-width: 454px;
}
.mais_cidade_mais_load {
    display: block;
    text-align: center;
    padding-bottom:40px;
    width: 100%;
}
.modulo_representante_filtro{
    text-align:center;
}
.modulo_representante_filtro #cidade{
    max-width:364px;
    width:100%;
    margin: 60px 0;
}
.modulo_representante_page {
    margin-top: 40px;
    margin-bottom:90px;
}
.modulo_representante_localizacao{
    font-family: Lato;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.41;
    letter-spacing: normal;
    color: #3d3d3b;
    margin-bottom:22px;
}
    
.modulo_representante_row_column{display:flex;}

.modulo_representante_titulo h5{
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 22px;
}
.modulo_representante_column_left{
margin-right:13px;
min-width: 16px;
max-width: 16px;
}
.modulo_representante_column_right{
font-family: Lato;
font-size: 15px;
line-height: 1.73;
letter-spacing: normal;
color: #3d3d3b;
margin-bottom:6px;
}
.modulo_representante_column_right a{
font-family: Lato;
font-size: 15px;
line-height: 1.73;
letter-spacing: normal;
color: #3d3d3b;
text-decoration:none;
}
.modulo_representante_cidade h5{
    text-transform:uppercase;
    margin-bottom:10px;
    font-family:'Roboto Condensed';
    font-weight: bold;
    font-size:17px;
}
.modulo_representante_imagem_destaque{
    margin-bottom:10px;
}
.modulo_representante_mais {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.93;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
.modulo_representante_mais::after {
    content: url(/wp-content/uploads/2019/11/read_more.svg);
    padding-left: 27px;
}
/*Modulo representante fim*/
.ser_representante_row{
    padding-top:47px;
    padding-bottom:82px;
}
.ser_representante_row .ser_representante_column_text > .vc_column-inner > .wpb_wrapper{
    margin-left: 12%;
}
.ser_representante_row .texto-ser-representante{
    margin-bottom:25px;
    max-width:405px;
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style){
    background-color:#F8F8F8;
}
.ser_representante_row .img-ser-representante{
    margin-top:40px;
    margin-bottom: 0;
}
@media screen and (max-width:767px){
    .ser_representante_row .texto-ser-representante {
        margin-bottom: 33px;
        max-width: 270px;
    }
    .ser_representante_row .ser_representante_column_img > .vc_column-inner{padding-top:0;}
    .ser_representante_row .img-ser-representante{
        margin-top: 8px;
        text-align: right;
        margin-right: 35px;
    }
    .ser_representante_row .img-ser-representante img{width:61px;}
}