@import url(sobre.css);

#sobre__nos {
    color: #000;
}

#linha__doTempo-h1 {
    padding: 8rem 0rem;
    font-size: 3rem;
    text-align: center;
}

#sobre__sec {
    color: #fff;
    padding: 15rem 15rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url(../IMGS/queijo-fundo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 1px 1px 1px #000;
}

@media (max-width: 1000px) {
    #sobre__sec {
        padding: 10rem 5rem;
        transition: all .45s ease;
    }

    #sobre__sec-h1 {
        margin-top: 4rem;
    }
}

#sobre__sec-h1 {
    text-align: center;
    margin-bottom: 6rem;
    font-size: 3rem;
    text-align: left;
    text-shadow: 1px 1px 1px #000;
}

.sobre__sec-p {
    line-height: 1.2rem;
    font-size: 1.2rem;
    line-height: 1.2;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 4rem;
}

#sobre__sec p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
}

.sobre__sec-li {
    text-align: center;
    list-style-type: none;
    padding: 1rem 1rem;
    font-weight: 500;
    text-shadow: 1px 1px 1px #000;
    font-size: 1.5rem;
}

@media (max-width: 1000px) {
    .sobre__sec-p {
        font-size: 1.2rem;
        line-height: 1.2;
    }
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 1rem auto 8rem auto;
}

.container {
    padding: 10px 50px;
    position: relative;
    width: 50%;
    opacity: 0;
    transition: all .45s ease;
}

@keyframes movedown {
    0% {
        opacity: 1;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.container:nth-child(1) {
    animation-delay: 0s;
}

.container:nth-child(2) {
    animation-delay: 1s;
}

.container:nth-child(3) {
    animation-delay: 2s;
}

.container:nth-child(4) {
    animation-delay: 3s;
}

.container:nth-child(5) {
    animation-delay: 4s;
}

.container:nth-child(6) {
    animation-delay: 5s;
}

.text-box {
    padding: 20px 30px;
    background-color: var(--laranja-claro);
    position: relative;
    border-radius: 6px;
    font-size: 1rem;
}

.text-box p {
    text-align: left;
}

.left-container {
    left: 0;
}

.right-container {
    left: 50%;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 50%;
    margin-left: -3px;
    z-index: 1;
    animation: moveline 6s linear forwards;
    background-color: var(--laranja-escuro);
}

@keyframes moveline {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

.text-box h2 {
    font-weight: 600;
}

.text-box small {
    display: inline-block;
    margin-bottom: 1rem;
}

.left-container-arrow {
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1rem solid var(--laranja-claro);
    right: -1rem;
}

.right-container-arrow {
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-right: 1rem solid var(--laranja-claro);
    left: -1rem;
}

@media screen and (max-width: 1300px) {
    .timeline {
        margin: 50px auto;
    }

    .timeline::after {
        left: 31px;
    }

    .container {
        width: 100%;
        padding-left: 80px;
        padding-right: 25px;
    }

    .text-box {
        font-size: 13px;
    }

    .text-box small {
        margin-bottom: 10px;
    }

    .right-container {
        left: 0;
    }

    .left-container-arrow, .right-container-arrow {
        border-right: 1rem solid var(--laranja-claro);
        border-left: 0;
        left: -1rem;
    }
}

#linha__doTempo-h1 {
    text-align: center;
}

@media (max-width: 500px) {
    .img__sobre {
        width: 320px;
        transition: all .45s ease;
    }
}

.icons {
    margin: 0 auto;
    padding-top: 2rem;
    width: 80px;
    display: flex;
    justify-content: center;
}

.icons:hover {
    transition: all .45s ease;
    transform: scale(1.1);
}

.div__icons {
    margin-top: 2rem;
}
/* ESTE SITE FOI DESENVOLVIDO POR NICHOLAS GERADE - COPYRIGHT © 2024 */