﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.linha-tempo {
    display: flex;
    margin-top: 3%;
    align-items: end;
}

.etapa {
    width: 30%;
}

.descricao {
    margin-left: -90%;
    margin-bottom: 6%;
    font-size: 7px;
}

.ponto-linha {
    display: flex;

}

.ponto {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #707070;
    margin-left: -4px;
    cursor: pointer;
}

.ponto-retificacao {
    transform: scale(0.9)
}

.linha {
    width: 85%;
    height: 5px;
    border: 0px solid #707070;
    margin-top: 10px;
    margin-left: -4px;
}

.alinha-texto {
    margin-bottom: 2%;
}

.meio {
    text-align: center;
}

@media (max-width: 768px) {
    .linha-tempo {
        display: flex;
        margin-top: 3%;
        align-items: end;
    }

    .etapa {
        width: 30%;
    }

    .descricao {
        font-size: 5px;
        transform: rotate(334deg);
        margin-bottom: 30%;

    }

    .ponto-linha {
        display: flex;
    }

    .ponto {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #707070;
        margin-left: -4px;
    }

    .linha {
        display: none;
    }

    .meio {
        text-align: center;
    }

    .fonte-menor{
        font-size: 10px !important;
    }

}