/* LG  900 x 506px | 900 ~ 1199 | Landscape */
@media only screen and (min-width: 900px) and (max-width: 1199px){
    body{ background: #ccc;}
.lg { display: block; }

header { position: fixed; }
content { position: absolute; }
#imgFundo { position: fixed; }

/************ header ***********/
    header{
        width: 15%; height: 100%; left: 0;
    }
    #logo{
        margin-top: 56px;
    }
    #logo img{
        width: 100%; height: auto;
    }
    #redes-sociais{ 
        margin-left: 14px;
        margin-right: 20px;
    }
    #redes-sociais img {
        width: auto; height: 20px;
    }
    #menu-destaque {
        margin-top: 55px;
    }
    #menu-destaque img{
        width: auto;
        height: 45px;
        margin-left: 4px;
        margin-right: 4px;
    }
    #contatos{
        margin-left: 14px;
        margin-right: 20px;
        padding-top: 10px;
        font-size: 7.5px;
        text-align: center;
        line-height: 17px;
    }
    #contatos #telefone{
        letter-spacing: 3px;
    }

/************* nav **************/
    #globnav { 
        font-size: 14px;
        margin-top: 25px;
        margin-left: 14px;
        line-height: 23px;
    }
    .select-menu{
        height: 16px; width: auto;
        position: absolute;
        margin-left: -16px;
        margin-top: 3px;
        display: none;
    }

    content { float: right; width: 85%; height: 100%; right: 0;  }
    
    .links2 { 
        width: 266px; height: 133px; position: relative;
        margin: auto; margin-top: 186px;
    }
    .links3 { 
        width: 399px; height: 133px; position: relative;
        margin: auto; margin-top: 186px;
    }
    .links4 { 
        width: 532px; height: 133px; position: relative;
        margin: auto; margin-top: 186px;
    }
    .link-page{ width: 133px; height: 80px; display: block; text-align: center; float: left; padding-top: 53px; font-size: 14px;}
    
    .btPages{
        width: 120px; height: 55px; font-size: 12px; line-height: 30px;
    }
    .linkPage1 {
        position: fixed; width: 120px; right: 60px; text-align: center;
    }
    .linkPage2 {
        position: fixed; width: 240px; right: 60px; text-align: center;
    }
    .linkPage3 {
        position: fixed; width: 360px; right: 60px; text-align: center;
    }

.pagina { 
	width:  padding: 20px; top: 330px; left: 40px; position: absolute; z-index: 3;
	font-size: 31px; color: #026906; line-height: 26px; font-size: 22px;
 }
 textarea{ height: 80px; }

.ctrFotos{ position: fixed; bottom: 10px; right: 60px; }

#video {
    position: fixed;
    width: 100px;
    margin-left: 33%;
    margin-top: 7%; 
}
    
#video iframe{
    width: 559px;
    height: 356px;  
}

}
