body{
    background-image: URL('imagens/fundox.jpg');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

.ui-tooltip{
    background:#9c6f2c !important;
    font-family: 'RakeslyLtRegular',Helvetica,Arial,sans-serif !important;
    padding:2px 8px !important;
    color:#fff !important;
    border:0px !important;
    text-align:center;
}

a {
    color: #694110;
}


#g-page-surround {
    background: transparent;
    padding-left: 50px;
    padding-right: 50px;
    height: 100%;
    overflow: hidden;
}

#hidecontent{
    position: absolute;
    top: -1000px;
}

#g-slideshow {
    left: 5%;
    top: 5%;
    background-color: #fff;
    right: 5%;
    bottom: 5%;
    font-size: 0;
    overflow: hidden;
    position: fixed;
    margin-top: 0;
    border-bottom: 0;
}

#g-slideshow .g-container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#g-slideshow .w50{
    width: 50%;
    float: left;
    position: relative;
}

#g-slideshow .w50.image{
    background-image: URL('imagens/capa2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 50%;
}

#g-slideshow .w50.text{
    left:50%;
    overflow-y: scroll;
    min-height: 500px;
    height: auto;
    max-height: 550px;
}

#g-slideshow .flush > .g-content {
    position: fixed;
    width: 90%;
    height:90%;
    overflow: hidden;
}

#g-slideshow .w50 .back{
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
}

#g-slideshow .w50 .content{
    padding: 50px;
    text-align: center;
    color: #fff;
    position: relative;
}

#g-slideshow .w50.image .content{
    margin-top: 20%;
}

#g-slideshow .w50 h2{
    font-family: 'RakeslyBkRegular',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 100;
    margin-top: 50px;
    letter-spacing: 3px;
}

#g-slideshow .w50 h3{
    font-family: 'RakeslyUlRegular',Helvetica,Arial,sans-serif;
    font-size: 28px;
    letter-spacing: 3px;
    margin-bottom: 50px;
}

#g-slideshow .logo{
    width: 60%;
    margin: 100px auto 20px auto;
    max-width: 200px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#g-slideshow .Intro{
    position: relative;
    font-size: 15px;
    color: #000;
    font-family: 'RakeslyBkRegular',Helvetica,Arial,sans-serif;
    width: 80%;
    margin: 20px auto;
    text-align: center;
    letter-spacing: 3px;
}

#g-slideshow .w50.text .Intro .botao{
    width: 200px;
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
    background: #694110;
    border: 2px solid #694110;
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
}

#g-slideshow .w50.text .Intro .botao:hover{
    color: #000;
    background:#fff;
}

#g-slideshow .w50.text::-webkit-scrollbar {
  width: 10px;
}

#g-slideshow .w50.text::-webkit-scrollbar-track {
  background: #fff; 
}
 
#g-slideshow .w50.text::-webkit-scrollbar-thumb {
  background: #694110; 
}

#g-slideshow .Mainbotao{
    width: 200px;
    height: auto;
    position: relative;
    z-index: 99999;
    background: #694110;
    border: 2px solid #694110;
    color: #fff;
    font-size: 17px;
    padding: 10px 0;
    font-family: 'RakeslyUlRegular',Helvetica,Arial,sans-serif;
    letter-spacing: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    cursor:pointer;
}

#g-slideshow .Mainbotao:hover{
    background: transparent;
}

.mobile{
    display:none;
}

@media (max-width: 361px){
    .mobile{
        display:block;
        text-align: center;
    }
    
    #g-slideshow .w50.image{
        display:none;
    }
    
    #g-slideshow .w50 {
        width: 100%;
        float: none;
    }
    
    #g-slideshow .w50.text{
        left: 0;
        max-height: 280px;
        padding-bottom: 30px;
    }
    
    #g-slideshow .logo {
        margin: 50px auto 20px auto;
    }
    
    #g-slideshow .w50 h2 {
        font-size: 30px;
        margin-top: 30px;
        color: #694110;
    }
    
    #g-slideshow .w50 h3 {
        font-size: 20px;
        color: #694110;
    }
}

@media (min-width: 362px) and (max-width: 469px){
    .mobile{
        display:block;
        text-align: center;
    }
    
    #g-slideshow .w50.image{
        display:none;
    }
    
    #g-slideshow .w50 {
        width: 100%;
        float: none;
    }
    
    #g-slideshow .w50.text{
        left: 0;
        max-height: 280px;
        padding-bottom: 30px;
    }
    
    #g-slideshow .logo {
        margin: 50px auto 20px auto;
    }
    
    #g-slideshow .w50 h2 {
        font-size: 30px;
        margin-top: 30px;
        color: #694110;
    }
    
    #g-slideshow .w50 h3 {
        font-size: 20px;
        color: #694110;
    }
}

@media (min-width: 470px) and (max-width: 591px){
    .mobile{
        display:block;
        text-align: center;
    }
    
    #g-slideshow .w50.image{
        display:none;
    }
    
    #g-slideshow .w50 {
        width: 100%;
        float: none;
    }
    
    #g-slideshow .w50.text{
        left: 0;
        max-height: 350px;
        padding-bottom: 30px;
    }
    
    #g-slideshow .logo {
        margin: 50px auto 20px auto;
    }
    
    #g-slideshow .w50 h2 {
        font-size: 30px;
        margin-top: 30px;
        color: #694110;
    }
    
    #g-slideshow .w50 h3 {
        font-size: 20px;
        color: #694110;
    }
}

@media (min-width: 592px) and (max-width: 767px){
    .mobile{
        display:block;
        text-align: center;
    }
    
    #g-slideshow .w50.image{
        display:none;
    }
    
    #g-slideshow .w50 {
        width: 100%;
        float: none;
    }
    
    #g-slideshow .w50.text{
        left: 0;
        max-height: 380px;
        padding-bottom: 30px;
    }
    
    #g-slideshow .logo {
        margin: 50px auto 20px auto;
    }
    
    #g-slideshow .w50 h2 {
        font-size: 30px;
        margin-top: 30px;
        color: #694110;
    }
    
    #g-slideshow .w50 h3 {
        font-size: 20px;
        color: #694110;
    }
}

@media (min-width: 768px) and (max-width: 958px){
    #g-slideshow .w50 h2 {
        font-size: 32px;
        margin-top: 0;
    }
    
    #g-slideshow .w50 h3 {
        font-size: 18px;
    }
    
    #g-slideshow .flush > .g-content, #g-slideshow .g-container, #g-slideshow{
        max-height: 650px;
    }
    
    #g-slideshow .g-container, #g-slideshow{
        overflow:hidden;
    }
    
    #g-slideshow .w50.image .content {
        margin-top: 5%;
    }
    
    #g-slideshow .w50.text {
        max-height: 600px;
    }
}

@media (min-width: 959px) and (max-width: 1199px){
    #g-slideshow .w50.text {
        max-height: 650px;
    }
}

@media (min-width: 959px){
    /*#g-slideshow .flush > .g-content, #g-slideshow .g-container, #g-slideshow{
        max-height: 650px;
    }*/
    
    #g-slideshow .g-container, #g-slideshow{
        overflow:hidden;
    }
}


@media (min-width: 1200px) and (max-width: 1439px){
    #g-slideshow .w50.text{
        max-height: 500px;
    }
}