@charset "UTF-8";
html, body {
    margin:0;
    padding:0;
}
    html {
        min-height: 100%;
        max-width: 100%;
    }

    body {
        max-width: 100%;
        font-size: 8pt;
        margin: 0 auto;
        top:0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color:#cccc33 ;
        min-height: 100%;
    }
 div.ajusta-largura{

     max-width: 100%;
     margin: 0 auto;
 }
   div#conteudo.container {
        max-width:100%;
        margin: 0 auto;
        padding: 2px;
       text-align: center;
       background: url("../_images/fundo.jpg") no-repeat;
       background-size: 100% 100%;
       -webkit-box-shadow: 0px 0px 0px 2px rgb(153, 102, 0);
       -moz-box-shadow: 0px 0px 0px 2px rgb(153, 102, 0);
       box-shadow: 2px 2px 8px 2px rgb(153, 102, 0);

    }

div#paginas{
    max-width: 100%;
    margin: 0 auto;
    padding: 2px;
    background: url("../_images/bar.png") no-repeat ;
    min-height: 50px;
    background-size: 100% 100%;
    display: block;

 }
div#header{
    max-width: 100%;
    height: 120px;
    padding: 2px;
    display: block;

}
    div#topo{
        max-width: 60%;
        float: left;
     }
div.endereco-esquerda{
    max-width: 30%;
    float: right;
   }
@media screen and (min-width: 767px) {
    nav#menu a{

        font-size: 1.3em;
    }
}

@media screen and (max-width: 767px) {

    .container {

        padding: 1% 4% 1% 3%;

    }

    div.amazingslider-description-1 {

        font-size: 0.8em;
    }
    div.amazingslider-title-1{
        font-size: 0.7em;

    }
    div#topo {
        margin: 0;
        max-height: 50%;
        max-width: 50%;
    }

    div.endereco-esquerda {
        margin: 0;
        max-height: 100px;
        max-width: 20%;
    }

    div.endereco-esquerda > img {
        margin: 0;
        height: 100px;
        max-width: 100%;
        float: right;
    }

    div.email-pousada {
        font-size: 0.5em;
    }
   nav#menu{
       font-size: 0.8em;
   }

    span.email-mailto > a{

        font-size: 0.8em;
    }
}
@media screen and (max-width: 700px) {
    nav#menu a {

        font-size: 0.8em;
    }
    span.email-pousada{
        font-size: 1.2em;
    }
    div.texto{
        font-size: 0.7em;
    }

    }
@media screen and (max-width: 400px) {


    div.amazingslider-description-1{

        font-size: 0.6em;
    }
    a.amazingslider-watermark-1 img{
        width: 30px;

    }
    div.endereco-esquerda {
        visibility: hidden;
    }
    div#header{
        max-height: 60px;
    }

    div.amazingslider-title-1{
        font-size: 0.6em;
        float: right;
    }
    span.email-mailto > a{

        font-size: 0.8em;
    }
    span.email-mailto{
        float: right;
    }
    nav#menu a{

        font-size: 0.8em;
    }
    span.email-pousada{
        font-size: 1.0em;
    }
}

div#rodape{
    display: block;
    margin: 0 auto;
    padding: 2px;
    min-height: 70px;
    max-width: 100%;

}

/*configurar slides*/

div#amazingslider-wrapper-1{
    display:block;
    position:relative;
    max-width:100%;
    margin:0 auto ;
    background-color:#cccc33 ;
    background: url("../_images/loading.gif") no-repeat;
    background-position: center;
}
div#amazingslider-1{
    display:block;
    position:relative;
    max-width:100% ;
    margin:0 auto;

}
img{
    max-width:100%;
    height:auto;
}

/*box descrição*/
div.amazingslider-description-1{
    max-width: 40%;
}

 div.endereco {
     display:block;
     position:relative;
     margin: 0 auto;
     max-width: 100%;
     min-height: 80px;
     padding-top: 6px;

}
div.facebook{
    float: left;
    color:#996600;
    max-width: 20%;

}

 div.informacao{
     text-align: center;
     max-width:50%;
     float: none;
     margin: 0 auto;

}
div.informacao > p{
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    font-size: 0.8em;
    color:#996600;

 }

.email-pousada{
    font-size: 2.0em;
    margin-top: 0;
}

a:link {
    color:#996600;
    text-decoration: none
}


nav#menu{
    font-family:sans-serif;
    display: block;
    text-align:center ;
    position: relative;

}

nav#menu ul{

    list-style: none;
    text-transform: uppercase;
    padding-top: 0.5%;
}
nav#menu li{
    display: inline;

}
nav#menu a{
    color:#a9aead;
    text-decoration: none;
    font-family: sans-serif;
    font-weight:bold ;
    padding-right: 8px;
    padding-left: 8px;
    text-shadow:#000 -1px -1px 1px;
}
nav#menu a:hover{
    color: white;
    border-bottom: 2px solid #ff5100;
    text-decoration: none;
}
div#clear{
    clear: both;
}