﻿
.homeLine {
    height: 700px;
    width: 100%;
    float: left;
}

.lineText {
    width: 25%;
    height: inherit;
    float: left;
    padding: 20px 40px;
    /*background-color: #29321a;*/
    background-color: #fff;
    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;
}

.lineTextCont {
    /*color: white;*/ color: #29321a;
}

    .lineTextCont p {
        font-family: Fieldwork-HumHair;
    }

    .lineTextCont h2 {
        /*color: #fff;*/
        color: #29321a;
        font-family: Fieldwork-HumRegular;
    }

    .lineTextCont a {
        /*color: #fff;*/
        color: #29321a;
        border: 1px solid #29321a;
        padding: 4px 10px;
        font-size: 17px;
        /*background: #29321a;*/
        background: #fff;
    }

        .lineTextCont a:hover {
            text-decoration: none;
        }

.lineCol1 {
    height: inherit;
    float: left;
    position: relative;
    overflow: hidden;
}

.lineCol2 {
    height: inherit;
    float: left;
}

.col2Line1 {
    height: 50%;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

    .col2Line1 img, .col2Line2 img, .lineCol1 img {
        transform: scale(1.005);
        transition: all 3s cubic-bezier(0.07, 0.02, 0.2, 0.95);
    }

    .col2Line1:hover img, .col2Line2:hover img, .lineCol1:hover img {
        transform: scale(1.1);
        transition: all 10s cubic-bezier(0.07, 0.02, 0.2, 0.95);
    }

.col2Line2 {
    height: 50%;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.lineCol1 img, .lineCol2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spSlogan {
    float: left;
}

.navbar-default .spSlogan {
    /*margin: 21px 0px;*/
    color: #fff;
}

.navbar-small .spSlogan {
    /*margin: 15px 0px;*/
    color: #000;
}
/*tablet*/
@media (min-width: 768px) {
    .retornoM {
        display: none;
    }
    .lineTextCont p {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 25px;
    }
        .lineText {
        width: 25%;
    }
    .lineCol1, .lineCol2 {
        width: 37.5%;
    }
    .lineTextCont h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
}

/*smartphone*/
@media (max-width: 767px) {
    .retornoD {
    display:none;
    }
    .retornoM {
        display: block;
    }
    .lineTextCont p {
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 10px;
    }
    #retorno {
    margin-top:85px;
    }
    .lineText {
        width: 100%;
        max-height: 200px;
        background-size:60%!important;
    }
    .lineCol1, .lineCol2 {
        width: 50%;
        max-height: 200px;
    }
    .homeLine {
        max-height: 400px !important;
    }
    .lineTextCont h2 {
        font-size: 19px;
        margin: 0 0 10px 0;
    }
}

/*computador*/
@media (min-width: 1200px) {
    .retornoM {
        display: none;
    }
    .lineTextCont p {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 25px;
    }
    .lineText {
        width: 25%;
    }
    .lineCol1, .lineCol2 {
        width: 37.5%;
    }
    .lineTextCont h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
}
