﻿#capa-case-sucesso {
    height: 665px;
    background-image: url('images/CasesSucesso/capa-case-sucesso.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
}

#capa-case-sucesso-mobile {
    height: 665px;
    background-image: url('images/CasesSucesso/capa-case-sucesso-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

#titulo-capa-case-sucesso {
    position: relative;
    top: 510px;
    left: 50px;
    width: 600px;
    font-size: 42px;
    line-height: 52px;
}

#titulo-capa-case-sucesso-mobile {
    position: relative;
    top: 450px;
    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);
}

#frases-cases {
    padding-top: 140px;
    padding-left: 50px;
    padding-right: 50px;
    height: 454px;
    background-image: url('images/CasesSucesso/bg-frases-cases.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    font-size: 32px;
    color: #888B8D;
    line-height: 40px;
}

#frases-cases-mobile {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    font-size: 32px;
    color: #888B8D;
    line-height: 40px;
}

#titulo-frases-cases {
    color: black;
    padding-bottom: 30px;
    border-bottom: 4px solid black;
    margin-bottom: 25px;
    width: 400px;
}

#roleta-cases {
    margin-top: 45px;
    height: 750px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#roleta-cases-scroll {
    height: 750px;
    width: 10000px;
}

#inicio-roleta {
    position: absolute;
    height: 750px;
    color: white;
    font-size: 50px;
    line-height: 58px;
}

#inicio-roleta-container {
    margin-right: 30px;
    height: 750px;
    background-image: url('images/CasesSucesso/inicio-roleta.png');
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
}

    #inicio-roleta-container div {
        padding-left: 50px;
        padding-right: 170px;
        text-align: right;
    }

.glass {
    position: absolute;
    height: 750px;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.37);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

    .glass button {
        margin-top: 330px;
        margin-left: 30px;
        margin-right: 30px;
    }

.card-case {
    display: inline-block;
    height: 750px;
    width: 460px;
    margin-left: 8px;
    margin-right: 8px;
    background-color: #b22a2e;
    flex-basis: 460px;
    flex-grow: 0;
    flex-shrink: 0;
}

    .card-case .imagem {
        height: 301px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
    }

.card-case-mobile {
    margin-bottom: 15px;
}

.titulo-case {
    font-size: 28px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 50px;
    line-height: 36px;
    height: 110px;
}

.detalhes-case {
    font-size: 16px;
    margin-top: 5px;
    line-height: 20px;
}

.cliente-case {
    margin-top: 30px;
}

.logo-cliente {
    width: 90px;
    flex-basis: 90px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 30px;
    margin-right: 30px;
}

.descricao-cliente {
    font-size: 20px;
    line-height: 26px;
    margin-right: 30px;
}

.colaboradores-case {
    margin-top: 40px;
}

.numero-colaboradores-cliente {
    width: 80px;
    flex-basis: 80px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 30px;
    margin-right: 20px;
    font-size: 40px;
    line-height: 48px;
    text-align: right;
}

.descricao-colaboradores-cliente {
    font-size: 20px;
    line-height: 26px;
    margin-right: 30px;
}

#case-cate .imagem {
    background-image: url('images/CasesSucesso/Cards/Imagens/img-cate.png');
}

#case-ciclofaixa .imagem {
    background-image: url('images/CasesSucesso/Cards/Imagens/img-ciclofaixa.png');
}

#case-hidroviario .imagem {
    background-image: url('images/CasesSucesso/Cards/Imagens/img-hidroviario.png');
}

#case-iamspe .imagem {
    background-image: url('images/CasesSucesso/Cards/Imagens/img-iamspe.png');
}

#case-industrial .imagem {
    background-image: url('images/CasesSucesso/Cards/Imagens/img-industrial.png');
}

#case-jucesp .imagem {
    background-image: url('images/CasesSucesso/Cards/Imagens/img-jucesp.png');
}

#case-pci .imagem {
    background-image: url('images/CasesSucesso/Cards/Imagens/img-pci.png');
}

#case-poupatempo .imagem {
    background-image: url('images/CasesSucesso/Cards/Imagens/img-poupatempo.png');
}

#case-travessias .imagem {
    background-image: url('images/CasesSucesso/Cards/Imagens/img-travessias.png');
}

#nav-slideshow {
    margin-top: 10px;
}

.item-nav-slideshow {
    border: 1px solid #b22a2e;
    width: 200px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

    .item-nav-slideshow.active {
        background-color: #f32735;
    }

.modal-detalhes {
    color: black;
    font-size: 26px;
    line-height: 30px;
}

.modal-detalhes {
    padding: 0;
}

.header-detalhes {
    height: 329px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    padding-top: 30px;
    padding-left: 25px;
}

.detalhes-titulo {
    color: white;
    width: 300px;
    font-size: 32px;
    line-height: 40px;
}

.detalhes-titulo-2 {
    margin-top: 100px;
    color: white;
    width: 380px;
    font-size: 26px;
    line-height: 32px;
}

.detalhes-subtitulo {
    color: #B22A2E;
    font-size: 32px;
    line-height: 40px;
    margin-top: 15px;
}

.detalhes-texto {
    font-size: 26px;
    line-height: 34px;
    margin-top: 35px;
}

.card-detalhes {
    padding: 45px;
}

#datalhes-cate {
    background-image: url('images/CasesSucesso/Cards/Imagens/detalhes-cate.png');
}

#datalhes-ciclofaixa {
    background-image: url('images/CasesSucesso/Cards/Imagens/detalhes-ciclofaixa.png');
}

#datalhes-hidroviario {
    background-image: url('images/CasesSucesso/Cards/Imagens/detalhes-hidroviario.png');
}

#datalhes-iamspe {
    background-image: url('images/CasesSucesso/Cards/Imagens/detalhes-iamspe.png');
}

#datalhes-industrial {
    background-image: url('images/CasesSucesso/Cards/Imagens/detalhes-industrial.png');
}

#datalhes-jucesp {
    background-image: url('images/CasesSucesso/Cards/Imagens/detalhes-jucesp.png');
}

#datalhes-poupatempo {
    background-image: url('images/CasesSucesso/Cards/Imagens/detalhes-poupatempo.png');
}

#datalhes-travessias {
    background-image: url('images/CasesSucesso/Cards/Imagens/detalhes-travessias.png');
}
