/* 
    Document   : layout
    Author     : Filipe Murteira
    Description:
        Estilo geral da página
*/

/*@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);*/


@font-face {
	font-family: 'BebasNeue';
        font-weight: 300;
	src: url('fonts/BebasNeue_Light.eot');
	src: url('fonts/BebasNeue_Light.eot?#iefix') format('embedded-opentype'),
	     url('fonts/BebasNeue_Light.woff') format('woff'),
	     url('fonts/BebasNeue_Light.ttf')  format('truetype');
}

@font-face {
	font-family: 'LiberationSerif';
        font-weight: 700;
	src: url('fonts/LiberationSerif-Bold.eot');
	src: url('fonts/LiberationSerif-Bold.eot?#iefix') format('embedded-opentype'),
	     url('fonts/LiberationSerif-Bold.woff') format('woff'),
	     url('fonts/LiberationSerif-Bold.ttf')  format('truetype');
}
@font-face {
	font-family: 'LiberationSerif';
        font-weight: 700;
        font-style: italic;
	src: url('fonts/LiberationSerif-BoldItalic.eot');
	src: url('fonts/LiberationSerif-BoldItalic.eot?#iefix') format('embedded-opentype'),
	     url('fonts/LiberationSerif-BoldItalic.woff') format('woff'),
	     url('fonts/LiberationSerif-BoldItalic.ttf')  format('truetype');
}

/*
@font-face {
	font-family: 'ProximaNova';
        font-weight: 300;
	src: url('fonts/ProximaNova-Light.eot');
	src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
	     url('fonts/ProximaNova-Light.woff') format('woff'),
	     url('fonts/ProximaNova-Light.ttf')  format('truetype');
}*/

*{
    outline: none;
}

a:focus{
    outline: none;
}


html,
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #828282;
    font-size: 13px;
    height: 100%;
    background-color: #ffffff;
}


#topoLinguas{
    padding-top: 5px;
    z-index: 2;
}
#topoLinguas .linguas{
    color: #B5B5B4;
}
#topoLinguas .linguas a{
    color: #516A7F;
    display: inline-block;
    font-size: 11px;
    text-decoration: none;
}
#topoLinguas .linguas a:hover,
#topoLinguas .linguas a.active{
}
#topoLinguas .linguas .lista{
    display: inline-block;
}

#topoLinguas .linguas .btNewsletter{
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -2px;
    margin-right: -3px;
}
#topoLinguas .linguas .btNewsletter .imgOver{
    display: none;
}

#topoLinguas .linguas .btNewsletter:hover{
    background-color: #50a1d9;
    color: #FFFFFF;   
}
#topoLinguas .linguas .btNewsletter:hover img{
    display: none;
}
#topoLinguas .linguas .btNewsletter:hover .imgOver{
    display: inline-block;
}

#topoLinguas .linguas .btNewsletter .extra{
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #50a1d9;
    width: 180px;
    padding: 10px;
    z-index: 2;
}

#topoLinguas .linguas .btNewsletter:hover .extra{
    display: block;
}

.btNewsletter .form-group{
    margin-bottom: 0px;
}
.btNewsletter .form-control{
    border-radius: 0px;
    background-color: #FFFFFF;
    border: 0px;
    font-size: 11px;
    padding: 3px;
    height: auto;
}
#topoLinguas .btNewsletter .btn-default{
    font-size: 11px;
    color: #FFFFFF;
    background-color: #b48260;
    border: 0px;
    padding: 3px;
    margin-left: 5px;
}



#topoLinguas button{
    color: #2CB3A4;
    border: 0px;
    background-color: transparent;
    font-size: 22px;
    vertical-align: top;
}
#topoLinguas button.share{
    color: #516A7F;
}


@media (max-width: 768px) {
    #topoLinguas .linguas{
        margin-bottom: 10px;
    }
    #topoLinguas .linguas a{
    }
    #topoLinguas .linguas a img{
        min-height: 13px;
    }
    #topoLinguas .linguas .btNewsletter .extra{
        left: auto;
        right: 0px;
    }
}


/* Topo Menu */
#topoMenu{
    position: relative;
    z-index: 1;
    color: #B5B5B4;
    background-image: url("../img/rodape_bg.png");
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-bottom: 55px;
}
.topoMenu .menuTop-collapse{
    /*text-align: right;*/
}

#topoMenu .menu{
    overflow: visible;
    text-align: left;
}
#topoMenu .menu ul{
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}
#topoMenu .menu > ul{
    display: inline-block;
}

#topoMenu .menu ul li{
    display: inline-block;
}
#topoMenu .menu > ul > li > a{
    font-family: 'BebasNeue';
}

#topoMenu .menu ul li a{
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 35px;
    font-weight: 300;
    color: #516A7F;
    text-transform: uppercase;
}
#topoMenu .menu ul li a.active,
#topoMenu .menu ul li a:hover{
    color: #2CB3A4;
}

#topoMenu .menu .active .dropdown-menu{
    display: block;
}
#topoMenu .menu .dropdown-menu li{
    display: inline-block;
}
#topoMenu .menu .dropdown-menu a{
    color:#496072;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
    padding: 0px;
}

#topoMenu .dropdown-menu>li>a:focus,
#topoMenu .dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

#topoMenu .dropdown-menu>.active>a, 
#topoMenu .dropdown-menu>.active>a:focus, 
#topoMenu .dropdown-menu>.active>a:hover {
    text-decoration: none;
    background-color: transparent;
    /*font-weight: 700;*/
    outline: 0;
}

@media (max-width: 768px) {
    #topoMenu .menu ul li{
        display: block;
    }
    #topoMenu .menu ul li a{
        font-size: 30px;
    }
    
    #topoMenu .menu .dropdown-menu {
        text-align: left;
        padding: 0px;
        padding-left: 0px;
        margin: 0px;
        border: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 10px;
        
        border-top: 1px dotted #496072;
    }
    
    #topoMenu .menu .dropdown-menu li{
        display: block;
        padding: 0px;
    }
    #topoMenu .menu .dropdown-menu a{
        padding: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
}

@media (min-width: 767px) {
    .menuTop-collapse{
        display: block;
        visibility: visible;
    }
    
    .share-collapse{
        display: block;
        visibility: visible;
    }

    #topoMenu .menu .dropdown-menu{
        position: absolute;
        left: 0px;
        text-align: left;
        padding: 0px;
        margin: 0px;
        border: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;

        padding-top: 5px;
        border-top: 1px dotted #496072;
    }
    
    #topoMenu .menu{
        padding-top: 42px;
    }
    #topoMenu .menu li{
        margin-right: 25px;
    }
    #topoMenu .menu li.last{
        margin-right: 0px;
    }
    #topoMenu .menu .dropdown-menu li{
        margin-right: 30px;
    }
    #topoMenu .menu ul li a{
        font-size: 30px;
    }
}
@media (min-width: 992px) {
    #topoMenu .menu{
        padding-top: 42px;
    }
    #topoMenu .menu ul li a{
        font-size: 35px;
    }
}
@media (min-width: 1200px) {
    #topoMenu .menu{
        padding-top: 42px;
    }
    #topoMenu .menu li{
        margin-right: 50px;
    }
}
  

#banner{
    position: relative;
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: top center;
    margin-top: -16px;
}
#banner .container{
    position: relative;
    padding-top: 75px;
}
#banner.contactos .container{
    padding-top: 0px;
}

#banner.slide{
    background-image: none !important;
    min-height: 0px;
}

#banner.slide .texto{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: visible;
    height: 1px;
}

@media (max-width: 768px) {
    #banner.slide .texto{
        display: none;
    }
}


#banner .container .nome{
    position: relative;
    font-family: 'BebasNeue';
    font-size: 74px;
    font-weight: 300;
    color: #FFFFFF;
    margin: 0px;
    line-height: 70px;
    /*text-shadow: 3px 3px 4px rgba(174, 174, 174, 1);*/
    text-shadow: 
        rgba(204,204,204,.2)  1px 1px,
        rgba(204,204,204,.2)  1px 2px,
        rgba(204,204,204,.2)  2px 3px,
        rgba(204,204,204,.15) 2px 4px,
        rgba(204,204,204,.15) 3px 5px,
        rgba(204,204,204,.15) 3px 6px,
        rgba(204,204,204,.15) 4px 7px,
        rgba(204,204,204,.1)  4px 8px,
        rgba(204,204,204,.1)  5px 9px,
        rgba(204,204,204,.1)  5px 10px,
        rgba(204,204,204,.05) 6px 11px,
        rgba(204,204,204,.05) 7px 12px;
}
#banner .container .link{
    position: relative;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.05em;
      text-shadow: 1px 0 1px rgba(255,255,255,0.46) , 2px 2px 4px rgba(255,255,255,0.45) ;
}



#banner .btSetaBanner{
    display: none;
}
#banner .btSetaBanner.collapsed{
    display: inline-block;
}
#banner .btFechar{
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 13px;
    height: 13px;
    background-image: url("../img/icon_fechar.png");
    background-repeat: no-repeat;
}

#banner.contactos .btFechar{
    display: none;
}

#banner .container .conteudoB{
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,.9);
    font-size: 13px;
    color: #828282;
    line-height: 22px;
}
#banner.contactos .container .conteudoB{
    margin-top: 0px;
    text-align: center;
}
#banner.contactos .container .conteudoB h3{
    color: #496072;
    font-family: 'LiberationSerif';
    font-size: 21px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0px;
}
#banner.contactos .container .conteudoB strong{
    color: #516A7F;
}
#banner .container .conteudoB > div{
    padding: 15px;
}
#banner .reservas{
    position: absolute;
    min-height: 40px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-top: 10px;

    background-color: #FFFFFF;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    
    font-size: 11px;
    color: #516A7F;
    font-weight: 700;
}



#conteudo{
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}
#conteudo p{
    line-height: 20px;
    
}
#conteudo a{
    color: #000000;
}

#conteudo h1{
    font-family: 'LiberationSerif';
    font-size: 38px;
    font-weight: 700;
    color: #496072;
    letter-spacing: 0px;
}
#conteudo h2{
    font-family: 'LiberationSerif';
    font-size: 30px;
    font-weight: 700;
    color: #496072;
    font-style: italic;
    letter-spacing: 0px;
}
#conteudo h3{
    font-family: 'LiberationSerif';
    font-weight: 700;
    color: #496072;
    font-style: italic;
    letter-spacing: 0px;
}
#conteudo .itemBloco{
    margin-bottom: 15px;
}

#conteudo .destaque_verde{
    border: 1px solid #2CB3A4;
    padding: 10px;
}
#conteudo .destaque_verde h2{
    font-family: 'LiberationSerif';
    font-size: 30px;
    font-weight: 700;
    color: #1D1D1B;
    font-style: italic;
    background-image: url("../img/h2_verde_bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 25px;
    margin-bottom: 25px;
    letter-spacing: 0px;
}
#conteudo .destaque_verde .btn{
    margin-top: 20px;
}

#conteudo .destaque_castanho{
    border: 1px solid #B48260;
    padding: 10px;
    margin-bottom: 10px;
}
#conteudo .destaque_castanho h2{
    font-family: 'LiberationSerif';
    font-size: 30px;
    font-weight: 700;
    color: #B48260;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0px;
}
#conteudo .destaque_castanho .row,
#conteudo .destaque_castanho p{
    margin: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-top: 0px;
    border-bottom: 1px dotted #B48260;
}
#conteudo .destaque_castanho .row > div{
    padding: 0px;
}
#conteudo .destaque_castanho p:last-child{
    border-bottom: 0px;
}

#banner .btn-default,
#conteudo .btn-default {
  color: #ffffff;
  background-color: #2CB3A4;
  border: 0px;
  border-radius: 0px;
  font-size: 11px;
}

#banner .btn-default{
    padding: 4px 8px;
}
#banner select{
    background-color: #EDEFF1;
    color: #516A7F;
    font-size: 11px;
    margin-right: 5px;
}

#banner .btn-default:hover,
#conteudo .btn-default:hover{
  background-color: #496072;
}
#conteudo .btn-primary{
  color: #516A7F;
  background-color: transparent;
  border: 1px solid #516A7F;
  border-radius: 0px;
  font-size: 11px;
}
#conteudo .btn-info{
  color: #FFFFFF;
  background-color: #496072;
  border: 1px solid #496072;
  border-radius: 0px;
  font-size: 11px;
}
#conteudo .btn-info.active,
#conteudo .btn-info:hover{
  background-color: #2CB3A4;
  border: 1px solid #2CB3A4;
}
#conteudo .btn-warning{
  color: #FFFFFF;
  background-color: #b2b2b1;
  border: 0px;
  border-radius: 0px;
  font-size: 11px;
}
#conteudo .btn-warning.active,
#conteudo .btn-warning:hover{
  /*background-color: #ffffff;*/
  color: #231f20;
}


@media (max-width: 768px) {
    #conteudo .destaque_verde{
        margin-top: 15px;
    }
}



/* Eventos */
.eventos_extra_conteudo{
    margin-top: 80px;
    border: 1px dotted #496072;
    padding: 40px 10px;
    color: #BBBBBB;
}
.eventos_extra_conteudo .cadeira{
    margin-top: -70px;
}
#conteudo .eventos_extra_conteudo h1{
    font-size: 34px;
    font-weight: 300;
    font-family: 'BebasNeue';
    color: #516A7F;
    margin: 0px;
}
#conteudo .eventos_extra_conteudo .btn{
    margin-top: 20px;
}

#conteudo .eventosImg{
    width: 100%;
}

/* reservas */
#conteudo .reservas{
    background-color: #2CB3A4;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 15px;
}
#conteudo .reservas h1{
    margin: 0px;
    font-family: 'LiberationSerif';
    font-weight: 700;
    font-style: italic;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0px;
}
#conteudo .reservas .form{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

#conteudo .reservas .row > div{
    padding: 0px;
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    
    #conteudo .reservas .row > div.text-right{
        text-align: left;
    }
    #conteudo .reservas .row > div{
        padding-left: 15px;
        margin-bottom: 10px;
    }
    
}


#conteudo .reservas .form > div{
    /*margin-bottom: 15px;*/
}

#conteudo .reservas .btn-default {
  color: #ffffff;
  background-color: #B48260;
  border: 0px;
  border-radius: 0px;
  font-size: 11px;
  padding: 4px 8px;
}

#conteudo .reservas select{
    background-color: #EDEFF1;
    color: #516A7F;
    font-size: 10px;
    margin-right: 1px;
    margin-bottom: 5px;
}

/* Destaques Rodape */
#destaquesR{
    
}

#destaquesR .programas .sel{
    background-color: #496072;
    background-color: rgba(73, 96, 114, 0.9);
}
#destaquesR .promocoes .sel{
    background-color: #50A1D9;
    background-color: rgba(80, 161, 217, 0.9);
}
#destaquesR .regiao .sel{
    background-color: #2CB3A4;
    background-color: rgba(44, 179, 164, 0.9);
}
#destaquesR .sel{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#destaquesR a.big{
    z-index: 0;
    position: relative;
}
#destaquesR a.big img{
    width: 100%;
}
#destaquesR a.big > div{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: left;
    padding: 5px;
    padding-left: 15px;
    color: #516a7f;
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,.9);
}
#destaquesR .active .sel{
    display: block;
}

#destaquesR .sel .table{
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}
#destaquesR .sel .table > div{
    position: relative;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 39px;
}

#destaquesR a.galeria{
    background-color: #516A7F;
    text-align: left;
}
#destaquesR a.brochura{
    background-color: #DCE1E5;
    text-align: left;
    color: #516A7F;
}
#destaquesR a.brochura img{
    margin-top: 10px;
}
#destaquesR a.brochura img,
#destaquesR a.galeria img{
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#destaquesR a.galeria img{
    /*margin-top: -20px;*/ 
}
#destaquesR a.brochura:hover img,
#destaquesR a.galeria:hover img{
    -webkit-transform: scale(1.20);
    transform: scale(1.20);
}

#destaquesR a span{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin-top: -10px;
}

#destaquesR a.galeria .seta{
    background-image: url("../img/seta_galeria.png");
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
    margin-top: 20px;
}
#destaquesR a.brochura .seta{
    background-image: url("../img/seta_brochura.png");
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
    margin-top: 20px;
}

/*#destaquesR #linkGaleria{
    margin-top: -20px;
}*/

#destaquesR .row{
    margin-right: -1px;
    margin-left: -1px;
}

#destaquesR .parent {
    display: table;
    width: 100%;
    height: 100%;
}

#destaquesR .child {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#destaquesR > .container > .row > div > div{
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'BebasNeue';
    font-size: 31px;
    font-weight: 300;
}

#destaquesR a{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

#destaquesR .row .square_half,
#destaquesR .row .square{
    margin: 0px
}
#destaquesR .area_1{
    background-color: #2CB3A4;
}
#destaquesR .area_2{
    background-color: #516A7F;
}
#destaquesR .area_3{
    background-color: #5AA0D8;
}
#destaquesR .area_4{
    background-color: #828282;
}
#destaquesR .area_5{
    background-color: #dbdfe3;
}
/* Rodape */
#rodape{
    background-color: #FFffff;
    color: #B5B5B4;
    font-size: 10px;
    background-image: url("../img/rodape_bg.png");
    background-repeat: repeat-x;
    background-position: top left;
    padding-top: 55px;
    padding-bottom: 20px;
}
#rodape .links{
    font-size: 10px;
    text-align: right;
}
#rodape .links ul{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#rodape .links ul li{
    display: inline-block;
    border-right: 1px solid #B5B5B4;
    padding-right: 5px;
    margin-right: 5px;
}
#rodape .links ul li.last{
    border: 0px;
    padding-right: 0px;
    margin-right: 0px;
}
#rodape .links ul li a{
    display: block;
    color: #B5B5B4;
    text-decoration: none;
}
#rodape .links ul li a.active,
#rodape .links ul li a:hover{
    color: #2CB3A4;
}


@media (max-width: 768px) {
    #rodape{
        text-align: center;
    }
    #rodape .links{
        text-align: center;
        margin-top: 5px;
    }
}



/* Move Up */
#moveUp{
    position: fixed;
    right: 20px;
    bottom: 20px;
}
#moveUp a{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #000000;
    /*background-color: rgba(0,0,0,0.1);*/
    background-image: url("../img/seta_move_up.png");
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .1;
}
#moveUp a:hover{
    /*background-color: rgba(0,0,0,1);*/
    opacity: .5;
}

/* theme */
#newsletterForm.fv-form-bootstrap .fv-icon-no-label {
  right: 40px;
}

textarea.form-control{
    resize: none;
}


.carousel.one .carousel-control{
    display: none;
}
.carousel.one .carousel-control .item img{
    width: 100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
  width: 100%;
}
.carousel .carousel-control{
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.carousel .carousel-control.right{
    background-image: url("../img/seta_dir_3.png");
    background-position: 80% 50%;
    opacity: 1;
}
.carousel .carousel-control.left{
    background-image: url("../img/seta_esq_3.png");
    background-position: 20% 50%;
    opacity: 1;
}


.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}