﻿.dvSobreFt {
    float: left;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dvSobreDescRes {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .dvSobreDescRes p {
        margin-bottom: 30px;
        font-family: 'Fieldwork-HumHair';
    }

.minis, .minisM {
    height: 50px;
}

.itemTime {
    margin: 10px 0;
    box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
    border-radius: 6px;
}

.itemTimeDt {
    background: #29321a;
    color: #a0b37f;
    padding: 7px 10px;
    text-align: center;
    border-radius: 6px 6px 0 0;
    font-size: 19px;
}

.itemTimeTit {
    background: #fff;
    font-family: 'Fieldwork-Humregular' !important;
    padding: 4px 10px;
}

.itemTimeDesc {
    background: #fff;
    font-family: 'Fieldwork-HumHair' !important;
    padding: 4px 10px;
    border-radius: 0 0 6px 6px
}

/*tablet*/
@media (min-width: 768px) {
    .spNextPrev:hover {
        background: none;
    }
    .contTimeLineMov {
        display: none;
    }

    .ftAqui {
        width: 600px;
    }

    .dvSobreFt {
        width: 50%;
        height: 550px;
    }

    .dvSobreDescRes {
        height: 550px;
        width: 50%;
    }

        .dvSobreDescRes p {
            font-size: 23px;
            line-height: 30px;
        }

    .textEsc {
        width: 100%;
        float: left;
        margin-top: 50px;
        padding-bottom: 80px;
    }

    .bodyEsc {
        height: 550px;
    }
}

/*smartphone*/
@media (max-width: 767px) {
    .spNextPrev:hover {
        background: none;
    }
    .contTimeLine {
        display: none;
    }

    .ftAqui {
        width: 100%;
        margin-bottom: 50px;
    }

    .dvSobreFt {
        width: 100%;
        height: 250px;
    }

    .dvSobreDescRes {
        width: 100%;
    }

        .dvSobreDescRes p {
            font-size: 19px;
            line-height: 20px;
            margin-top: 20px;
        }

    .bodyEsc {
        overflow: auto;
        padding: 100px 0;
    }

    .textEsc {
        width: 90%;
        margin: 0 auto;
        line-height: 22px;
        padding-bottom: 0;
    }
}

/*computador*/
@media (min-width: 1200px) {
    .spNextPrev:hover {
        background: rgb(41 50 26 / 45%);
    }
    .contTimeLineMov {
        display: none;
    }

    .ftAqui {
        width: 600px;
    }

    .dvSobreFt {
        width: 50%;
        height: 550px;
    }

    .dvSobreDescRes {
        height: 550px;
        width: 50%;
    }

        .dvSobreDescRes p {
            font-size: 23px;
            line-height: 30px;
        }

    .textEsc {
        width: 100%;
        float: left;
        margin-top: 50px;
        padding-bottom: 80px;
    }

    .bodyEsc {
        height: 550px;
    }
}

.bodyEsc {
    display: table;
    width: 100%;
    background-image: url(/Content/imgtemanovo/escritorio.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.textEsc {
}

body {
    background-image: url(/Content/imgtemanovo/fundo.jpg);
    /* background-attachment: fixed; */
    background-size: 100%;
}


#bloq {
    display: none;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #000;
}

.destaqueProjeto {
    width: 25%;
    margin: 0 auto 20px;
    text-align: center;
    padding: 5px;
    background: #29321a;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

#imgImgMaior {
    transform: scale(1.1);
}

.spOpcoes {
    float: right;
    padding: 5px 0;
    position: absolute;
    top: 0;
    width: 30px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

    .spOpcoes:hover {
        cursor: pointer;
    }

.spClose {
    color: #f10c0c;
    right: 0;
    z-index: 9;
}

    .spClose:hover {
        /*background: #ffbfbf;*/
        color: #940c0c;
    }

.spNextPrev {
    color: #fff;
    width: 50%;
}

    .spNextPrev:hover {
        color: #000;
        /*background: #d9ecff;*/
    }

.prev {
    left:0;
}

.next {
    right: 0;
}

.dialog {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    border-radius: 3px;
    background: #fff;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: max-content;
}

.dvTag {
    color: #fff;
    width: 200px;
    padding: 5px 10px;
    text-align: left;
    position: absolute;
    z-index: 1;
    font-family: 'Fieldwork-HumHair';
    font-size: 16px;
    line-height: 17px;
}
