body{
    background: #CCCCCC;
    font-family: 'Open Sans', sans-serif;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

.container{
    width: 1200px;
    margin: 0 auto;
    min-height: 600px;
}

.home{

}

.tab1{
    height: 650px;
    float: left;
    position: relative;
    z-index: 2;
}

.tab1 img{
    right: 0;
}

.tab2{
    width: 692px;
    float: left;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    height: 650px;
}

.home .tab1{
    background: url('../img/home/1.jpg') no-repeat;
}

.home .tab1 .logo{
    margin: 20px 0 0 20px;
}

.home .tab1 h1{
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 20px 40px 0px 55px;
}

.home .tab1 .sub-title{
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    background: #f9c82e;
    width: 250px;
    padding: 7px;
    text-align: center;
    margin: 20px 0 0 57px;
}

.home .tab1 p{
    display: block;
    width: 350px;
    font-size: 14px;
    margin: 20px 0 0 57px;
}

.home .tab_small{
    width: 346px;
    height: 325px;
    float: left;
}

.home .tab_small h2{
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    margin: 120px 0 10px 0;
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home .tab_small p{
    font-size: 13px;
    color: #FFFFFF;
    font-style: italic;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home .tab_small a{
    display: block;
    font-size: 16px;
    color: #f9c82e;
    font-style: italic;
    text-align: center;
    width: 160px;
    margin: 20px auto 0;
    padding: 7px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #f9c82e;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.home .tab_small:hover h2, .home .tab_small:hover p{
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home .tab_small:hover a{
    background: #f9c82e;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home .tab_small1{
    background: linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
    ), url('../img/home/2.jpg') no-repeat;
}

.home .tab_small1:hover{
    background: linear-gradient(
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0)
    ), url('../img/home/2.jpg');
}

.home .tab_small2{
    background: linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
    ), url('../img/home/3.jpg') no-repeat;
}

.home .tab_small2:hover{
    background: linear-gradient(
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0)
    ), url('../img/home/3.jpg');
}

.home .tab_small3{
    background: linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
    ), url('../img/home/4.jpg') no-repeat;
}

.home .tab_small3:hover{
    background: linear-gradient(
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0)
    ), url('../img/home/4.jpg');
}

.home .tab_small4{
    background: linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
    ), url('../img/home/5.jpg') no-repeat;
}

.home .tab_small4:hover{
    background: linear-gradient(
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0)
    ), url('../img/home/5.jpg');
}


/* */

.absolute{
    position: absolute;
}

.tooltip_container{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.tooltip_box{
    position: absolute;
}

.btn_mais{
    background: url('../img/app/mais.png') no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 12px;
    left: 0;
    cursor: pointer;
}

.btn_mais:hover, .btn_mais.selected{
    background: url('../img/app/mais_on.png') no-repeat;
}

.tooltip{
    background: url('../img/app/seta-tooltip.png') no-repeat  0px -158px;
    min-width: 110px;
    min-height: 30px;
    padding: 15px 25px;
    position: absolute;
    top: 0;
    left: 40px;
    font-size: 11px;
    font-weight: bold;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.tooltip:hover{
    z-index: 10;
}

.tooltip_box:hover .tooltip{
    display: block;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.start{
    background: url('../img/app/background-right-start.jpg') no-repeat 5px 0;
    width: 100%;
    height: 650px;
    display: inline-block;
}

.start h1{
    text-align: center;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 80px;
    margin: -18px 0 0 0;
}

.start h2{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 23px;
    margin: -5px 0 0 0;
    text-transform: uppercase;
}

.start h3{
    text-align: center;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 20px;
    margin: 278px 0 0 0;
}

.btn_voltar{
    position: absolute;
    display: block;
    left: 20px;
    top: 20px;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #000;
    padding: 5px 20px;
    color: #000000;
}

.start .text_info{
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 180px 0 0 0;
}

.detail{
    display: inline-block;
    display: none;
}

.detail h1{
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 20px;
    margin: 21px 0 21px 250px;
    color: #f9c82e;
}

.detail-img{
    position: relative;
    z-index: 1;
    text-align: center;
    width: 692px;
}

.btn_detalhe{
    width: 12px;
    height: 12px;
    position: absolute;
    cursor: pointer;
    padding: 5px;
    border: 2px solid #f9c82e;
    border-radius: 30px;
    background: #FFFFFF;
    text-align: center;
    color: #f9c82e;
    font-size: 10px;
    line-height: 12px;
}

.btn_detalhe:hover, .btn_detalhe.selected{
    color: #FFFFFF;
    background: #f9c82e;
}

.selected, .btn_detalhe.selected{
    display: none;
}


.btn_detalhe_aberto{

    width: 20px;
    height: 20px;
    padding: 5px;
    border: 2px solid #f9c82e;
    border-radius: 30px;
    text-align: center;
    color: #FFFFFF;
    background: #f9c82e;
}

.detail-numero{
    position: absolute;
    top: 530px;
    left: 50px;
}

.detail-numero h3{
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 16px;
    margin: 10px 0 0 0;
}

.detail-numero p{
    margin: 0;
}