/* MOTIONSIGHT, by Bruno Anacleto / 102015 */

/* PRÓXIMA ATUAÇÃO */

.proxact_area {
    float: left;
    margin: 0px;
    width: 350px;
    height: 130px;
    background-color: #ECBA2A;
    overflow: auto;
    display: table;
}

.proxact_content {
    position: relative;
    width: 300px;
    height: 75px;
    display: table-cell;
    vertical-align: middle;
}

.proxact_date {
    position: relative;
    margin: 0 auto;
    width: 300px;
    height: 75px;
}

.proxact_date h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 60px;
    max-height: 60px;
    float: left;
    text-shadow:1px 1px 1px 1px rgba(0,0,0,0.006);
}

.proxact_date h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    /* width: 160px; */
    max-width: 250px;
    float: left;
    margin-top: 9px;
    margin-left: 5px;
    text-shadow:1px 1px 1px 1px rgba(0,0,0,0.006);
}

.proxact_date h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    color: #312B1F;
    width: 160px;
    max-width: 160px;
    float: left;
    margin-top: -2px;
    margin-left: 5px;
}

.proxact_description_area {
    position: relative;
    float: left;
    width: 730px;
    height: 130px;
    background-color: #ECBA2A;
    overflow: auto;
    display: table;
}

.proxact_description {
    width: 700px;
    max-height: 125px;
    margin: 0 auto;
    padding-left: 17px;
    padding-right: 17px;
    display: table-cell;
    vertical-align: middle;
}

.proxact_description h2 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.proxact_description h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.proxact_description p {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 5px;
    max-width: 790px;
    max-height: 55px;
}

/* END PRÓXIMA ATUAÇÃO */

/* OUTRAS ATUAÇÕES */

.otheracts_area {
    float: left;
    width: 260px;
    height: 220px;
    background-color: #ECE9E1;
}

.otheracts_date {
    float: left;
    margin-left: 17px;
    margin-top: 8px;
    max-width: 250px;
}

.otheracts_date h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: #ECBA2A;
    /* max-width: 55px; */
    max-height: 45px;
    float: left;
}

.otheracts_date h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #ECBA2A;
    /* width: 190px; */
    max-width: 190px;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    clear: right;
}

.otheracts_date h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #312B1F;
    /* width: 190px; */
    min-width: 50%;
    max-width: 190px;
    float: left;
    margin-top: -5px;
    margin-left: 5px;
    clear: right;
}

.otheracts_description {
    overflow: hidden;
    float: left;
    margin-left: 17px;
    margin-top: 10px;
    max-width: 230px;
    max-height: 150px;
}

.otheracts_description h2 {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #312B1F;
}

.otheracts_description h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.otheracts_description p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #312B1F;
    margin-top: 5px;
    max-width: 230px;
    max-height: 100px;
}

/* END OUTRAS ATUAÇÕES */