/* cabecalho */
.cabecalho {
    background: url(../imgs/bg-cabecalho.jpg) repeat-x center top;
}

/* logbusidiata */
.logbusidiata,
#destaques,
.conteudo,
#praias h1,
#praias .praias,
#rodape .rodape,
#copyright {
    width: 986px;
    margin: 0 auto;
}

.logbusidiata {
    height: 166px;
    position: relative;
}

/* logo */
#logo {
    padding: 20px 40px 20px 0;
    float: left;
}

#logo img {
    max-width: 187px;
    max-height: 126px;
}

/* busidiata */
.busidiata {
    width: 424px;
    float: left;
    position: relative;
}

/* idiomas */
#idiomas {
    position: absolute;
    right: 0;
    top: 30px;
}

#idiomas h1 {
    height: 20px;
    font-family: 'CGB';
    font-size: 14px;
    line-height: 20px;
    opacity: 0.7;
    float: left;
}

#idiomas ul {
    width: 93px;
    float: left;
    padding-left: 9px;
}

#idiomas ul li {
    float: left;
    padding-left: 1px;
}

#idiomas ul li a {
    width: 30px;
    height: 20px;
    display: block;
}

#idiomas ul li a:hover,
#busca .busca div input[type=submit]:hover,
#atalhos ul li a:hover,
#redessociais ul li a:hover,
#fotos360 p a:hover,
#comochegar p a:hover,
#tabuadasmares p a:hover {
    opacity: 0.5;
}

#idiomas ul li a span,
#redessociais ul li a span,
#praias .praias ul li .imgpra span,
#praias .setpra a span {
    display: none;
}

#idiomas ul li.br a {
    background: url(../imgs/bandeira-br.png) no-repeat;
}

#idiomas ul li.uk a {
    background: url(../imgs/bandeira-uk.png) no-repeat;
}

#idiomas ul li.us a {
    background: url(../imgs/bandeira-us.png) no-repeat;
}

#idiomas ul li.es a {
    background: url(../imgs/bandeira-es.png) no-repeat;
}

#idiomas ul li.mx a {
    background: url(../imgs/bandeira-mx.png) no-repeat;
}

/* busca */
#busca {
    padding: 30px 0 17px 0;
}

#busca h1 {
    height: 27px;
    font-family: 'HOS';
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 8px;
}

#busca .busca {
    height: 39px;
    background-color: #fff;
    border: 1px solid #4BBDED;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#busca .busca div {
    float: left;
}

#busca .busca div input[type=text] {
    width: 355px;
    height: 39px;
    padding: 0 14px;
    line-height: 37px;
}

#busca .busca div input[type=submit] {
    width: 39px;
    height: 39px;
    background: url(../imgs/ico-busca.png) no-repeat center center;
}

/* atalhos */
#atalhos ul {
    display: table;
    margin: 0 auto;
}

#atalhos ul li {
    height: 15px;
    display: table-cell;
    line-height: 15px;
    font-family: 'CGB';
    font-size: 14px;
    padding: 0 10px;
}

#atalhos ul li a {
    height: 15px;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

#atalhos ul li.ini a {
    background: url(../imgs/ico-inicial.png) no-repeat left center;
}

#atalhos ul li.tur a {
    background: url(../imgs/ico-tur.png) no-repeat left center;
    padding-left: 25px;
}

#atalhos ul li.fal a {
    background: url(../imgs/ico-faleconosco.png) no-repeat left center;
}

/* menred */
.menred {
    width: 986px;
    background: url(../imgs/bg-menu.png) repeat-y center center;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* menu */
#menu {
    width: 100%;
    display: inline-block;
}

#menu p.menmob { 
    display: none;
}

#menu ul {
    display: table;
    margin: 0 auto;
}

#menu ul li {
    display: table-cell;
    vertical-align: middle;
    font-family: 'CGB';
    font-size: 17px;
    line-height: 58px;
    text-shadow: 0 1px 0 rgba(35, 31, 32, 0.4);
    position: relative;
}

#menu ul li a {
    height: 60px;
    display: table-cell;
    padding: 0 11.5px;
    color: #fff;
    text-decoration: none;
}

#menu ul li:hover a,
#menu ul li a:hover,
#menu ul li a.sel {
    background-color: rgba(35, 31, 32, 0.5);
    color: #feca30;
    border-radius: 5px;
}

#menu ul li a:active {
    vertical-align: middle;
    text-shadow: none;
}

#menu ul li ul.dropdown-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px;
    box-shadow: 0 1px 0 rgba(35, 31, 32, 0.4);
}

#menu ul li ul.dropdown-menu:before {
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(0deg);
    position: absolute;
    left: 10px;
    top: -10px;
}

#menu ul li:hover > ul.dropdown-menu {
    display: block;
}

#menu ul li ul.dropdown-menu li {
    width: 220px;
    display: table;
    line-height: 38px;
}

#menu ul li ul.dropdown-menu li a {
    background-color: transparent;
    height: 30px;
    display: table-cell;
    padding: 0 11.5px;
    color: #fff;
    text-decoration: none;
}

#menu ul li ul.dropdown-menu li a:hover {
    color: #fff !important;
}

/* redessociais */
/*#redessociais { float: right; padding: 0 16px 0 0; }*/
#redessociais ul {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}

#redessociais ul li {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}

#redessociais ul li a {
    display: inline-block;
    font-size: 24px;
    margin: 0 5px;
}

#redessociais ul li.fac a {
    background: url(../imgs/ico-facebook.png) no-repeat;
}

#redessociais ul li.twi a {
    background: url(../imgs/ico-twitter.png) no-repeat;
}

#redessociais ul li.ins a {
    background: url(../imgs/ico-instagram.png) no-repeat;
}

#redessociais ul li.you a {
    background: url(../imgs/ico-youtube.png) no-repeat;
}

#redessociais ul li.tri a {
    background: url(../imgs/ico-tripadvisor.png) no-repeat;
}

/* destaques */
#destaques .destaques {
    width: 986px;
    height: 300px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
}

#destaques .destaques div {
    width: 986px;
    height: 300px;
}

#destaques .destaques div a {
    width: 946px;
    height: 260px;
    background: url(../imgs/degrade-destaques.png) repeat-x left bottom;
    display: table-cell;
    vertical-align: bottom;
    padding: 0 0 40px 40px;
    text-decoration: none;
}

#destaques .destaques div a:hover {
    background-color: rgba(35, 31, 32, 0.4);
}

#destaques .destaques div a h1 {
    font-family: 'HOS';
    font-size: 38px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

#destaques .destaques div a p {
    height: 14px;
    font-family: 'CGB';
    font-size: 16px;
    line-height: 12px;
    color: #4BBDED;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#destaques .destaques div a:hover p {
    color: #ECBD00;
}

#destaques .pagdes {
    text-align: center;
    font-size: 0;
}

#destaques .pagdes a {
    width: 12px;
    height: 12px;
    background-color: #eb212e;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 0.3;
    margin: 15px 5px 0 5px;
}

#destaques .pagdes a:hover,
#destaques .pagdes a.activeSlide,
#praias .setpra a:hover {
    opacity: 1;
}

/* conteudo */
.conteudo {
    padding: 40px 0;
}

/* colesq / coldir */
.conteudo .colesq {
    width: 530px;
    float: left;
}

.conteudo .coldir {
    width: 416px;
    float: right;
}

/* noticias */
#noticias {
    padding-bottom: 5px;
}

#noticias h1,
#turismoo h1 {
    font-family: 'HOS';
    font-size: 30px;
    line-height: 37px;
    color: #ECBD00;
    padding-bottom: 26px;
    letter-spacing: 2px;
}

#noticias h1 a {
    color: #ECBD00;
}

#noticias ul li {
    height: 99px;
    margin-bottom: 30px;
}

#noticias ul li a {
    height: 99px;
    display: block;
    text-decoration: none;
}

#noticias ul li a:hover span {
    color: #ECBD00;
}

#noticias ul li a:hover h2 {
    color: #4BBDED;
}

#noticias ul li .imgnot {
    width: 132px;
    height: 99px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    display: table-cell;
}

#noticias ul li .dadnot {
    width: 228px;
    height: 99px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

#noticias ul li .dadnot span {
    height: 12px;
    line-height: 12px;
    display: block;
    color: #4BBDED;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#noticias ul li .dadnot h2 {
    font-family: 'CGB';
    font-size: 20px;
    line-height: 24px;
    color: #ECBD00;
    margin-top: 6px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

/* fotos360 */
#fotos360 {
    width: 416px;
    height: 98px;
    background: url(../imgs/bg-fotos360.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    font-family: 'CGB';
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#fotos360 p a {
    width: 390px;
    height: 98px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    color: #fff;
    text-decoration: none;
    padding-right: 35px;
}

#fotos360 p a strong {
    font-size: 23px;
}

/* turismoo */
#turismoo {
    height: 173px;
}

#turismoo h1 {
    color: #0073AF;
}

#turismoo p {
    line-height: 18px;
}

/* comtab */
.comtab {
    float: left;
}

/* comochegar */
#comochegar {
    width: 239px;
    height: 51px;
    background-color: #0073AF;
    background-image: url(../imgs/comochegar.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    font-family: 'CGB';
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

#comochegar p a {
    width: 174px;
    height: 51px;
    background: url(../imgs/ico-comochegar.png) no-repeat 28px center;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 65px;
}

#comochegar p a strong {
    font-size: 23px;
}

/* tabuadasmares */
#tabuadasmares {
    width: 199px;
    height: 140px;
    background: #4BBDED url(../imgs/bg-tabuademares.png) no-repeat right bottom;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 20px;
    position: relative;
}

#tabuadasmares h1,
#tempo h1 {
    font-family: 'HOS';
    font-size: 20px;
    line-height: 25px;
    color: #feca30;
    text-indent: 3px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

#tabuadasmares .icone {
    width: 115px;
    height: 63px;
    background: url(../imgs/ico-tabuademares.png) no-repeat;
    position: absolute;
    left: 20px;
    top: 61px;
}

#tabuadasmares p {
    position: absolute;
    left: 20px;
    right: 40px;
    bottom: 20px;
    font-family: 'CGB';
    font-size: 15px;
}

#tabuadasmares p a {
    text-decoration: none;
    color: #fff;
}

#tabuadasmares .rojo {
    color: #d50000;
}

#tabuadasmares .azul {
    color: #0073AF;
}

#tabuadasmares .rojo .ico .icon-ficha_bajamar {
    position: relative;
    background: #d50000;
    width: 20px;
    height: 100%;
    display: block;
}

#tabuadasmares .rojo .ico .icon-ficha_bajamar:after {
    top: -4px;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 0, 0, 0);
    border-top-color: #d50000;
    border-width: 8px;
    margin-left: -8px;
}

#tabuadasmares .azul .ico .icon-ficha_pleamar {
    position: relative;
    background: #0073AF;
    width: 20px;
    height: 100%;
    display: block;
}

#tabuadasmares .azul .ico .icon-ficha_pleamar:after {
    bottom: -4px;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 0, 0, 0);
    border-bottom-color: #0073AF;
    border-width: 8px;
    margin-left: -8px;
}

.f_tabla_mareas td:nth-child(2) {
    width: 60px;
    display: block;
    text-align: center;
}

.f_tabla_mareas td:nth-child(3) {
    width: 60px;
    text-align: center;
}

.f_tabla_mareas td:nth-child(4) {
    text-align: center;
}

/* tempo */
#tempo {
    width: 209px;
    height: 211px;
    background: #feca30 url(../imgs/bg-tempo.png) no-repeat right top;
    float: right;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 20px;
    position: relative;
}

#tempo h1 {
    color: #4BBDED;
    margin-bottom: 20px;
}

#tempo h2 {
    font-family: 'CGB';
    font-size: 20px;
    line-height: 25px;
    opacity: 0.4;
    margin-top: 20px;
}

#tempo h3 {
    font-family: 'HOS';
    font-size: 80px;
    line-height: 69px;
    color: #fff;
    text-indent: 3px;
    letter-spacing: 10px;
    text-shadow: 0 1px 0 rgba(35, 31, 32, 0.4);
    position: absolute;
    left: 20px;
    bottom: 20px;
}

#tempo .tempo {
    width: 209px;
    height: 166px;
    overflow: hidden;
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    padding: 8px;
}

#tempo .tempo iframe {
    margin-top: ;
}

#tempo .tempo iframe .tabs a {
    color: #f00;
}

#tempo .tempo ul.tabs {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

/* praias */
#praias {
    min-height: 290px;
    background: #955730 url(../imgs/bg-praias.jpg) repeat-x center center;
    background-size: contain;
    padding-top: 60px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

#praias h1 {
    height: 46px;
    background: url(../imgs/t-praias.png) no-repeat center center;
    font-family: 'HOS';
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 0 1px 0 rgba(35, 31, 32, 0.7);
    text-align: center;
    margin-bottom: 60px;
}

#praias .setpra {
    position: relative;
}

#praias .setpra a {
    width: 46px;
    height: 39px;
    background: url(../imgs/setas-praias.png) no-repeat left bottom;
    position: absolute;
    z-index: 15;
    display: block;
    cursor: pointer;
    top: 55.5px;
    opacity: 0.4;
}

#praias .setpra a:active {
    top: 56.5px;
}

#praias .setpra a.ant {
    left: 40px;
}

#praias .setpra a.pro {
    background-position: right bottom;
    right: 40px;
}

#praias .praias ul {
    width: 100%;
    display: table;
    margin: 0 auto;
}

#praias .praias ul li {
    width: 25%;
    height: 260px;
    display: table-cell;
    text-align: center;
}

#praias .praias ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
}

#praias .praias ul li a:hover,
#rodape .rodape .logos a:hover {
    opacity: 0.8;
}

#praias .praias ul li .imgpra {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 1px 1px rgba(35, 31, 32, 0.7);
    -moz-box-shadow: 0 1px 1px rgba(35, 31, 32, 0.7);
    -webkit-box-shadow: 0 1px 1px rgba(35, 31, 32, 0.7);
    margin: 0 auto;
}

#praias .praias ul li h2 {
    font-family: 'HOS';
    font-size: 20px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(35, 31, 32, 0.7);
    margin-top: 17px;
    letter-spacing: 1px;
}

/* rodape */
#rodape {
    background: url(../imgs/bg-rodape.jpg) repeat-x left bottom;
}

#rodape .rodape {
    padding: 30px 0;
}

/* logos */
#rodape .rodape .logos {
    text-align: center;
    margin-bottom: 30px;
}

#rodape .rodape .logos a {
    margin: 0 15px;
}

#rodape .rodape .logos img {
    max-width: 187px;
    max-height: 126px;
}

/* mapadosite */
#mapadosite {
    display: table-cell;
    vertical-align: top;
}

#mapadosite .mapadosite {
    width: 300px;
    display: table-cell;
}

#mapadosite .mapadosite:last-child {
    width: 230px;
}

#mapadosite .mapadosite h1,
#endereco h1,
#telefone h1 {
    font-family: 'HOS';
    font-size: 20px;
    color: #ECBD00;
    letter-spacing: 1px;
}

#mapadosite .mapadosite ul li,
#endereco p,
#telefone p {
    font-family: 'CGB';
}

/* endereco */
#endereco {
    width: 426px;
    display: table-cell;
    vertical-align: top;
    padding-right: 90px;
}

#endereco p a {
    font-family: 'CGB';
    text-decoration: underline;
    color: #4BBDED;
}

#endereco p a:hover {
    text-decoration: none;
}

/* telefone */
#telefone {
    width: 140px;
    display: table-cell;
    vertical-align: top;
}

/* copyright */
#copyright {
    padding: 30px 0;
    text-align: center;
    border-top: 1px dotted #231f20;
    opacity: 0.6;
}

.privacy_bar {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(35, 31, 32, 0.4) !important;
}

.privacy_bar .btn-success {
    padding: 7px 10px;
    border-radius: 5px;
    background-color: seagreen;
    color: #fff;
    margin-top: 10px;
}