﻿#capa-clientes {
    height: 665px;
    background-image: url('images/Clientes/capa-clientes.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
}

#capa-clientes-mobile {
    height: 665px;
    background-image: url('images/Clientes/capa-clientes.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

#titulo-capa-clientes {
    position: relative;
    top: 510px;
    left: 50px;
    width: 1000px;
    font-size: 42px;
    line-height: 52px;
}

#titulo-capa-clientes-mobile {
    position: relative;
    top: 420px;
    width: 100%;
    font-size: 38px;
    line-height: 46px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.5);
}

#divider {
    height: 38px;
    background-image: url('images/Clientes/separador-clientes.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    background-position-y: bottom;
}

#header-clientes {
    padding-top: 140px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 32px;
    color: #888B8D;
    line-height: 40px;
}

#header-clientes-mobile {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 50px;
    font-size: 32px;
    color: #888B8D;
    line-height: 40px;
}

#titulo-clientes {
    color: black;
    padding-bottom: 30px;
    border-bottom: 4px solid black;
    margin-bottom: 25px;
    width: 400px;
    margin-bottom: 90px;
}

.categoria-cliente {
    margin-top: 40px;
    margin-bottom: 10px;
}

.categoria-cliente-mobile {
    margin-top: 40px;
    margin-bottom: 10px;
    color: white;
    text-align: center;
    font-size: 32px;
    padding: 10px;
    text-transform: uppercase;
    background-color: #f32735;
}

.categoria-cliente-esq {
    height: 61px;
    background-image: url('images/Clientes/categoria-cliente-esq.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
    text-align: right;
    font-size: 32px;
    padding-top: 7px;
    padding-right: 60px;
}

.categoria-cliente-dir {
    height: 61px;
    background-image: url('images/Clientes/categoria-cliente-dir.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    background-position-y: center;
}

.logo-cliente {
    width: 150px;
    flex-basis: 150px;
    flex-grow: 0;
    flex-shrink: 0;
}

.logo-cliente img {
    max-width: 150px;
    max-height: 80px;
}

.linha-clientes-mobile img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
}