﻿.box_home
{
    width: 344px;
    overflow: hidden;
    float: left;
    margin-bottom: 25px;
}

.box_home_big
{
    width: 706px;
}

    .box_home h3
    {
        color: #000;
        padding: 0px;
        background: none;
    }

    .box_home:hover
    {
        -webkit-box-shadow: 5px 5px 10px 0px rgba(210,210,210,0.8);
        -moz-box-shadow: 5px 5px 10px 0px rgba(210,210,210,0.8);
        box-shadow: 5px 5px 10px 0px rgba(210,210,210,0.8);
    }

    .box_home_impar
    {
        margin-right: 18px;
    }

    .box_home #box_home_content_image
    {
        width: 100%;
        height: 193.5px;
        overflow: hidden;
        position: relative;
    }
    
    .box_home_big #box_home_content_image
    {
        height: 397.125px;
    }

.box_home #box_home_content_image #box_home_tag {
    position: absolute;
    overflow: hidden;
    background: #09685a;
    color: #fff;
    font-weight: bold;
    left: 0px;
    top: 0px;
    padding: 5px 10px;
}

        .box_home #box_home_content_image .box_home_image
        {
            display: block;
            margin-left: auto;
            margin-right: auto;
            min-width: 100%;
            width:100%;
            min-height: 100%;
        }

.box_home .box_home_slider
{
    position: absolute;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    left: 0px;
    bottom: 110px;
    padding: 5px 20px;
}

    .box_home .box_home_slider h3
    {
        color: #fff;
        font-weight: bold;
        font-size: 20px;
    }

    .box_home .box_home_content_title
    {
        width: 100%;
        padding: 5px 0px;
    }

        .box_home .box_home_content_title h3
        {
            width: 100%;
            white-space: normal;
        }

.box_home .img_youtube_player
{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 344px;
    height: 193.5px;
    background: url('/imagens/youtube_play.png') no-repeat 100% 100%;
}

    .box_home .img_youtube_player:hover
    {
        background: url('/imagens/youtube_play_hover.png') no-repeat 100% 100%;
        background-color: rgba(0,0,0, 0.5);
    }

.box_home_big .img_youtube_player
{
    width: 706px;
    height: 397.125px;
    background: url('/imagens/youtube_play_big.png') no-repeat 100% 100%;
}

    .box_home_big .img_youtube_player:hover
    {
        background: url('/imagens/youtube_play_hover_big.png') no-repeat 100% 100%;
        background-color: rgba(0,0,0, 0.5);
    }