/* >>>>>>> FONTE PRINCIPAL <<<<<<<< */
body
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-size:14px;
    background-color: #FFF;
}
*{
    margin: 0;
    padding: 0;
    border: 0;
}
*, *:before, *:after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img,
picture,
video,
embed
{
    max-width: 100%;
    border:none;
}
/* >>>>>>>> TOPO <<<<<<<< */
#topo{
    width: 100%;
    height: 170px;
    background-color: #e3e9df;
    background-image: url("http://www.bluterracehotel.com.br/2017/site/images/fundo.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
}
#topoEsq{
    width: 20%;
    float: left;
}
#topoEsq .logo{
    display: inline-block;
    width: 170px;
    height: 117px;
    background-image: url("http://www.bluterracehotel.com.br/2017/site/images/logomarca_bluterrace.png");
    background-position: center center;
    background-size: 170px 117px;
    background-repeat: no-repeat;
    font-size: 0;
    text-indent: -9999px;
    color: transparent;
}
#topoCentro {
    width: 1140px !important;
    margin: auto;
    padding-top: 16px;
    display: table;
}
#topoDir {
    float: left;
    width: 80%;
    margin-top: 65px;
}

/* >>>>>>>> MENU <<<<<<<< */
#menu
{
    position: relative;
    top: 0px;
}

#menu ul
{
    list-style: none;
    line-height: 1;
    margin: auto;
}

#menu > ul
{
    position: relative;
    display: block;
    text-align:right;
}

#menu > ul > li
{
    display: inline-block;
    padding-right: 10px;
}

#menu > ul > #menu-button
{
    display: none;
}

#menu > ul > li:hover > a {
    color: #3E4650;
}

#menu ul ul
{
    position: absolute;
    top: 30px;
    text-align:left;
    opacity: 0;
    z-index: 1000;
    color: #3E4650;
    font-family: 'MyriadPro-Regular';
    background-color: #FFFFFF;
}
#menu ul ul li
{
    position: relative;
    margin: 10px;
    width: 95px;
    cursor: pointer;
}
#menu ul ul li a:hover{
    opacity: .5;
}
#menu > ul > li:hover > ul
{
    left: auto;
    top: 25px;
    opacity: 1;
    z-index: 80000;
}

#menu > ul > li > ul::after
{
    content: '';
    border: 6px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #ffffff;
    position: absolute;
    top: -12px;
    left: 30px;
    z-index: 80000;
}

/* DROPDOWN 'APARTAMENTOS' */
.submenu .fa
 {
    float: right;
 }
#menu ul ul ul
{
    visibility:hidden;
    opacity:0;
    position:absolute;
    top:-10px;
    left:105px;
    text-align:left;
    width:110px;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
#menu ul ul ul li a{
    border-bottom: none;
    margin: 0;padding: 0;
    font-family: 'MyriadPro-Regular';
}

#menu ul ul > li:hover > ul
{
    opacity:1;
    left:105px;
    visibility:visible;
}
/* FIM */

#menu ul li a{
    text-decoration: none;
}
.menu-principal
{
    color: #3E4650;
    font-family: 'MyriadPro-Regular';
    cursor: pointer;
}

.menu-principal:hover {
    border-bottom: 5px solid #c89714;
    padding-bottom: 46px;
    padding-top: 55px;
    transition: .3s;
}
.menuTwo
{
    display: block;
    font-family: 'myriadpro-cond';
    text-decoration: none;
    font-size: 100%;
    padding: 10px 20px;
    color: #3E4650;
    background: #FFFFFF;
    border-bottom: 1px solid #3E4650;
}

.menuTwo:hover
{
    opacity: .5;
}

#dropdown{
    padding-bottom: 0;
    border-bottom: none;
}

/* DROPDOWN 'O HOTEL' */
.menuTwo02{
    color: #3E4650;
    text-decoration: none;
    cursor: pointer;
}

/* >>>>>>>> MENU RESPONSIVO <<<<<<<< */


/* >>>>>>>> CONTEUDO <<<<<<<< */
#conteudo{
    padding-bottom: 30px;
}
#conteudoCentro{
    max-width: 1140px;
    margin: auto;
}

/* >>>>>>>> BUSCA <<<<<<<< */
#conteudoBusca{
    max-width: 1140px;
    margin: 0 auto auto auto;
    overflow:hidden;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1000;
}
#busca{
    max-width: 1140px;
    height: 94px;
    margin: auto;
    background-color: #404852;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
}
#buscaCentro{
    max-width: 1090px;
    margin: auto;
}
#buscaTitulo{
    float: left;
}
.bordaTitulo{
    float: left;
    width: 5%;
    padding: 30px;
    margin-top: 20px;
    margin-right: 5%;
    border-right: 1px solid #fff
}
#buscaTitulo p{
    font-family: 'MyriadPro-Regular';
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
}
#buscaTitulo p span{
    font-family: 'MyriadPro-Regular';
    color: #fff;
    font-size: 150%;
}
#linhaForm{
    float: left;
    padding-top: 25px;
    padding-right: 60px;
}
.formSelect {
    width: 150px;
    height: 40px;
    padding-bottom: 5px;
    background-color: transparent;
    color: #fff;
    font-family: 'MyriadPro-Regular';
    border: none;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.formSelect2{
    width: 120px;
    height: 40px;
    padding-bottom: 5px;
    background-color: transparent;
    color: #fff;
    font-family: 'MyriadPro-Regular';
    border: none;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    -webkit-appearance: none;  /* Remove estilo padrão do Chrome */
    -moz-appearance: none; /* Remove estilo padrão do FireFox */
    appearance: none; /* Remove estilo padrão do FireFox*/
    background-image: url('../images/caret-down.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}
.formSelect option{
    background-color: #404852;
    border: none;
}
.formSelect2 option{
    background-color: #404852;
    border: none;
}
#calendario{
    height: auto;
}
#linhaForm input{
    background-image: url("../images/calendar.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    cursor: pointer;
}
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
:-ms-input-placeholder {
    color: #fff;
}

#buscaQuartos{
    float: left;
    width: 10%;
    margin-top: 20px;
    padding: 15px;
    font-size: 120%;
    background-color: #c89714;
    color: #fff;
    font-family: 'MyriadPro-Regular';
    text-align: center;
    text-decoration: none;
    border-radius: 3%;
}
#buscaQuartos:hover{
    opacity: .8;
}

/* =============================================== */
/* DIV OCULTA - BUSCA QUARTOS */
.quartosCentro{
    display: none;
    position: fixed;
    z-index: 10200;
    left:0;
    top:0;
}
.quartosCentro p{
    margin: 10px;
    float: right;
}
.quartosCentro #close{
    position: absolute;
    right: 5px;
    top: -18px;
    color: #FFF;
    font-size: 120%;
    padding: 10px;
    background-color: #333;
    border-radius: 50px 50px 50px 50px;
}
.quartosCentro #close{
    cursor: pointer;
}
.quartosCentro iframe{
    width: 800px;
    height: 500px;
    left:0;
    top:0;
}

/* =============================================== */
/* DIV OCULTA - NO BLUTERRACE VOCÊ TEM */
.bluterraceCentro{
    display: none;
    z-index: 10200;
    position: fixed;
    left:50%;
    top:50%;
}
.bluterraceCentro #fechar{
    position: absolute;
    right: -8px;
    top: -18px;
    color: #FFF;
    font-size: 120%;
    padding: 10px;
    background-color: #333;
    border-radius: 50px 50px 50px 50px;
}
.bluterraceCentro #fechar{
    cursor: pointer;
}
.bluterraceCentro .container-dados{
    background: #FFF;
    color: #222;
    font-family: 'MyriadPro-Regular';
    font-size: 110%;
    text-align: left;
    width: 800px;
    height: auto;
    padding: 25px;
}
.bluterraceCentro .container-dados .titulo-dados{
    margin-bottom: 10px;
    font-size: 130%;
}


/* =============================================== */
/* DIV OCULTA - CONHEÇA NOSSAS PROMOÇÕES */
.promo-destaqueCentro{
    display: none;
    z-index: 10200;
    position: fixed;
    left:50%;
    top:50%;
}
.promo-destaqueCentro #fechar{
    position: absolute;
    right: -8px;
    top: -18px;
    color: #FFF;
    font-size: 120%;
    padding: 10px;
    background-color: #333;
    border-radius: 50px 50px 50px 50px;
}
.promo-destaqueCentro #fechar{
    cursor: pointer;
}
.promo-destaqueCentro .img-promo img{
    max-width: 100%;
}
.promo-destaqueCentro .img-promo{
    text-align: center;
    margin-bottom: 20px;
}
.promo-destaqueCentro .container-promo{
    display: inline-table;
    background: #FFF;
    color: #222;
    font-family: 'MyriadPro-Regular';
    font-size: 110%;
    text-align: left;
    width: 600px;
    height: auto;
    padding: 25px;
}
.promo-destaqueCentro .col-lg-6{
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

/* MASK */
#mascara{
    display:none;
    position:absolute;
    left:0;
    top:0;
    z-index:10000;
    opacity: .5;
    background-color:#000;
}

/* >>>>>>>> SLIDESHOW <<<<<<<< */
#slideshow
{
    height:500px;
    overflow:hidden;
}

.slider li{
    height:500px;
}

.slider li{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* >>>>>>>> O QUE TEM NO HOTEL <<<<<<<< */
#conteudoHotel{
    margin: auto;
}
.linhaConteudo img{
    float: left;
    max-width: 100%;
}
.linhaConteudo p{
    float: left;
    width: 70%;
    font-size: 95%;
    color: #3E4650;
    text-align: center;
    margin: 10px;
    font-family: 'MyriadPro-Regular';
}
#conteudoHotel .linhaConteudo a{
    cursor: default;
}


/* >>>>>>>> TÍTULO DIV(CLASSE DE USO GERAL) <<<<<<<< */
#conteudoCentro .tituloDiv p{
    margin: auto;
    text-align: center;
    font-family: 'MyriadPro-Regular';
    color: #3E4650;
    padding: 30px 30px;
    font-size: 150%;
}

/* =============================================== */
/* DIV OCULTA - DETALHES DA PROMOÇÃO */
.promocoes p:first-child{
    margin: 10px;
    float: right;
    position: absolute;
    right: -28px;
    top: -35px;
    color: #FFF;
    font-size: 120%;
    padding: 10px;
    background-color: #333;
    border-radius: 50px 50px 50px 50px;
    cursor: pointer;
}
.contPromo{
    position: fixed;
    z-index: 9999;
    width: 600px;
    height: 400px;
    color: #FFF;
    text-align: left;
    line-height: 20px;
}
/* >>>>>>>> SLIDESHOW-2 <<<<<<<< */
#destaquesItem{
    margin: auto;
}

/* >>>>>>>> RODAPÉ <<<<<<<< */
#rodape{
    height: 324px;
    bottom: 0px;
    clear: both;
    width: 100%;
    background-color: #e3e9df;
    background-image: url("http://www.bluterracehotel.com.br/2017/site/images/fundo.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
}
#rodapeCentro {
    width: 1140px !important;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #c89714;
    display: table;
}
#rodapeDir{
    float: left;
    width: 80%;
    padding-top: 35px;
}
#rodapeEsq{
    float: left;
    width: 20%;
}
#rodapeEsq .logo{
    display: inline-block;
    width: 170px;
    height: 117px;
    background-image: url("http://www.bluterracehotel.com.br/2017/site/images/logomarca_bluterrace.png");
    background-position: center center;
    background-size: 170px 117px;
    background-repeat: no-repeat;
    font-size: 0;
    text-indent: -9999px;
    color: transparent;
}
/* >>>>>>>> MENU-2 <<<<<<<< */
#menuBaixo
{
    position: relative;
    top: -30px;
}
#menuBaixo ul
{
    list-style: none;
    line-height: 1;
    margin: auto;
}
#menuBaixo ul li
{
    display: inline-block;
    padding-right: 8px;
}
#menuBaixo ul li a{
    text-decoration: none;
    font-family: 'MyriadPro-Regular';
    color: #fff;
}
#menuBaixo ul li a:hover{
    border-bottom: 5px solid #FFFF00;
    padding-bottom: 46px;
    padding-top: 55px;
    transition: .3s;
}
/* >>>>>>>> REDES SOCIAIS <<<<<<<< */
#sociais{
    margin: auto;
    right: 0;
    left: 0;
    padding-top: 40px;
    text-align: center;
}
#sociais img{
    width: 40px;
    height: 30px;
    padding-right: 12px;
}
#sociais img:hover{
    opacity: .6;
    transition: .5s;
    -webkit-transition: .5s;
}
#sociais p{
    padding-top: 10px;
    text-align: center;
    font-family: 'MyriadPro-Regular';
    color: #3E4650;
}

@media screen and (max-width: 1180px) {
    #topoCentro {
        width: 100% !important;
        padding-top: 5px;
        padding-right: 25px;
        padding-left: 25px;
    }
    #topoEsq{
        width: 30%;
    }
    #topoDir {
        float: left;
        width: 70%;
        margin-top: 40px;
    }
    #topoEsq a img {
        margin: 20px;
    }
    .formSelect{
        max-width: 100px;
    }
    .formSelect2{
        max-width: 100px;
    }
    #linhaForm {
        padding-right: 5%;
    }
    #buscaQuartos{

    }
    #buscaTitulo{
        padding-left: 20px;
    }
    #rodapeCentro {
        width: 100% !important;
    }
    #rodapeEsq {
        float: left;
        width: 20%;
        margin-left: 20px;
    }
    #rodapeDir {
        float: left;
        width: 75%;
        padding-top: 35px;
    }
    .linhaConteudo{
        margin: 10px;
    }
    #menu ul li a:hover{
        border-bottom: none;
    }
}

@media screen and (max-width: 768px) {
    #topo {
        height: 155px;
    }

    #topoCentro {
        width: 100% !important;
        display: table;
        height: auto;
        padding-top: 0px;
    }

    #topoEsq {
        width: auto;
    }

    #topoDir {
        width: 100%;
    }

    #topoEsq a img {
        margin-left: 10px;
        margin-top: 10px;
    }

    #slideshow {
        display: none;
    }

    #conteudoCentro{
        margin: 10px;
    }

    #conteudoBusca {
        position: relative;
    }

    #menuBaixo {
        display: none;
    }

    #rodape {
        height: auto;
        padding-bottom: 20px;
    }

    #buscaTitulo {
        float: left;
        width: 100%;
        padding-left: 10px;
    }
    #destaquesItem a img{
        width: 100%;
        height: auto;
    }
    #conteudoHotel a img{
        width: 100%;
        height: auto;
    }
    .bordaTitulo {
        float: right;
        position: absolute;
        right: 50%;
        height: 70px;
    }
    .formEsq{
        float: left;
        width: 50%;
    }
    .formDir{
        float: left;
        width: 50%;
    }
    #busca {
        height: auto;
        padding-bottom: 30px;
    }
    #buscaCentro {
        float: none;
        padding-left: 0px;
    }
    #buscaCentro #consulta-disponibilidade{
        width: 100%;
        display: table;
    }
    #buscaTitulo {
        float: left;
        padding-left: 10px;
        left: 0px;
    }
    #buscaTitulo p {
        padding: 30px;
    }
    .formSelect {
        max-width: 250px;
    }
    .formSelect2 {
        max-width: 250px;
    }
    #linhaForm {
        width: 100%;
        float: left;
    }
    .mobileLinha{
        width: 100%;
        margin-right: 15px;
    }
    #buscaBotao {
        float: left;
    }
    #buscaQuartos {
        width: 100px;
        font-size: 100%;
        float: right;
    }
    .linhaConteudo img{
        max-width: 100%;
    }
    #quartosCentro{
        margin-top: 30px;
    }
    #quartosCentro iframe {
        width: 100%;
        height: 500px;
        left: 0;
    }
    .quartosCentro #close {
        right: 0px;
        top: 0px;
    }
    .bluterraceCentro {
        position: absolute;
    }
    .bluterraceCentro .container-dados {
        width: 400px;
    }
    .promo-destaqueCentro .container-promo{
        width: 600px;
        height: auto;
    }
}

@media screen and (max-width: 667px) {
    #buscaTitulo{
        padding: 5px;
        font-size: 100%;
    }
    #topoEsq a img {
        margin-left: 10px;
        margin-top: 10px;
    }
    .formSelect {
        max-width: 120px;
    }
    .formSelect2 {
        max-width: 120px;
    }
}
@media screen and (max-width: 414px) {
    #topoEsq a img {
        margin-left: 10px;
        margin-top: 10px;
    }
    #busca{
        height: 420px;
    }
    .bluterraceCentro .container-dados {
        width: 300px;
    }
    .bluterraceCentro {
        position: absolute;
        margin-top: 50%;
    }
    .promo-destaque .promo-destaqueCentro{
        position: absolute;
        margin-top: 50%;
    }
    .promo-destaqueCentro .container-promo{
        width: 300px;
        height: auto;
    }
    .promo-destaqueCentro .col-lg-6{
        float: none;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

}

@media screen and (max-width: 320px) {
    #topoEsq img {
        margin-left: 10px;
        margin-top: 10px;
    }
    #busca{
        height: 370px;
    }
    .bordaTitulo{
        width: 5%;
    }
    #topoEsq a img {
        margin-left: 10px;
        margin-top: 20px;
        max-width: 70%;
    }
    #quartosCentro{
        margin-top: 80px;
    }
    .bluterraceCentro .container-dados {
        width: 280px;
    }
    .bluterrace #pet-amigo {
        position: absolute;
        margin-top: 110% !important;
    }
    .promo-destaque .promo-destaqueCentro{
        position: absolute;
        margin-top: 50%;
    }
    .promo-destaqueCentro .container-promo{
        width: 280px;
        height: auto;
    }
}

@media screen and (max-width: 240px) {

}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
