﻿.unit-9 .divtit {
    display: inline;
    background: #ea4a04;
    -webkit-box-shadow: 10px 0 0 #ea4a04, 0px 0 0 #ea4a04;
    box-shadow: 10px 0 0 #ea4a04, 0px 0 0 #ea4a04;
    letter-spacing: .08em;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 9px;
    color: #fff;
    font-size: 9pt;
    margin-bottom: 0;
    line-height: 20pt;
    text-transform: uppercase;
    font-weight: bold;
}

.unit-9 .tbtit {
    display: block;
    /*background: rgba(244, 230, 176, 0.8);*/
    background: linear-gradient(to left, #fdfccd, #f0c556, #f3efca);
    -webkit-box-shadow: 10px 0 0 rgba(244, 230, 176, 0.9), 0px 0 0 rgba(244, 230, 176, 0.8);
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 0.75rem;
    /*letter-spacing: .03em;*/
    text-transform: uppercase;
}

    .unit-9 .tbtit .url {
        /*display: block;*/
        font-size: 0.75rem;
        letter-spacing: .02em;
        text-transform: none;
        color: #000;
        text-decoration: none;
    }

    .unit-9 .tbtit tr {
        border-top: solid 1px rgba(244, 230, 176, 0.9);
        line-height: 15px;
    }

    .unit-9 .tbtit td {
        padding: 5px 2px;
        line-height: 15px;
        overflow-wrap: anywhere;
    }

   .unit-9 .tbtit td td {
       border-top: 1px solid rgba(250, 219, 173, 0.1);
       color: #000;
       font-size: 11px;
       letter-spacing: -0.1;
       text-transform: uppercase;
       padding: 0px;
   }

/*.padded-multi-line-black, .unit-9 span {
    display: inline;
    background: transparent;
    -webkit-box-shadow: 10px 0 0 #000, 0px 0 0 #000;
    box-shadow: 10px 0 0 #000, 0px 0 0 #000;
}*/

.unit-9 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 300px;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ffa50091!important;
}

.unit-9 .image {
    background-size: cover;
    background-position: center center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    /*min-height: 260px;*/
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 4px;
    z-index: -1;
    position:absolute;
}

    .unit-9 .gradiente {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 130%);
        z-index: 0;
        position: relative;
    }

    .unit-9.no-height {
        height: auto;
    }

        .unit-9.no-height .image {
            height: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

    .unit-9 .unit-9-content {
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
        position: absolute;
        bottom: 0;
        top: 125px;
    }

    .unit-9 h2 {
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
        font-size: 20px;
        margin-bottom: 0;
    }


    /*.unit-9 span {
        background: #000;
        display: block;
        color: #fff;
        padding-left: 10px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 11px;
        letter-spacing: .15em;
        text-transform: uppercase;
    }*/

    .unit-9:hover .image {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}

.unit-9 .unit-9-content {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    position: absolute;
    bottom: 0;
}

.drop-shadow-boot {
    position: relative;
    /*width: 100%;*/
    padding: 3px;
    /*margin: 0px 10px 10px;*/
    /*background: rgba(255, 245, 216, 0.8);*/
    /*-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;*/
    -webkit-box-shadow: 6px 6px 20px -5px rgba(255, 148, 0, 0.70);
    -moz-box-shadow: 6px 6px 20px -5px rgba(255, 148, 0, 0.70);
    box-shadow: 5px 5px 10px -5px rgba(255, 148, 0, 0.70);
    border-radius: 10px;
}

.drop-shadow-boot:before,
.drop-shadow-boot:after {
    content: "";
    position: absolute;
    z-index: -2;
}

    .drop-shadow-boot p {
        font-size: 1.5em;
        font-weight: 300;
        text-align: center;
    }