/* STYLE 9 */
.style6 .title-header h4{
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 600;
}

.style6 .title-header h4 span{
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
}

.style6 .nav.nav1 li,.style6 .nav.nav2 li,.style6 .nav.nav3 li{
    font-size: 18px;
    font-weight: normal;
}

#price-list.style6 {
    margin-top: 15px;
}

.style6 .conta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-top: 20px;
}

.style6 .part {
    position: relative;
    background-color: white;
    height: auto;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 10px 0px;
}

.style6 .part h4 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #f15f2a;
    margin-bottom: 0;
}

.style6 .part h4 a {
    color: unset;
    text-decoration: none;
}

.style6 .part img {
    height: 180px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    object-fit: cover;
}

.style6 .part .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.style6 .part .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.style6 .part:hover .content-overlay {
    opacity: 1;
}

.style6 .part:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.style6 .content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.style6 .content-details p {
    color: #fff;
    font-size: 0.8em;
}

.style6 .fadeIn-bottom {
    top: 80%;
}

.style6 .content-details h5 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
}

.style6 .content-details h5 a {
    color: unset;
    text-decoration: none;
}

.style6 .content-details p {
    font-size: 15px;
    font-weight: bold;
    font-stretch: condensed;
}

.style6 .part .content-details a button {
    background-color: #f15f2a;
    border-radius: 25px;
    opacity: 0.8;
    text-transform: uppercase;
    font-stretch: condensed;
    font-weight: bold;
    padding: 10px;
    border-color: unset;
    border: none;
    color: #FFF;
}

.style6 .part .content-details a button:hover {
    opacity: 1;
}