@charset "utf-8";
/* CSS Document */

body {
    font-family: 'allerregular';
}
header {
    width: 100%;
    overflow: hidden;
    background:#fff;
    z-index:999;
}
header .logo-menor {
    margin:20px 0 10px 70px;
    width: 200px;
    height: auto;
}
header ul.linguagem {
    display:none;
}
#mnbtt {
    position: absolute;
    width: 30px;
    height: 20px;
    top: 30px;
    left: 15px;
    cursor: pointer;
    z-index: 99999;
}
.fixa {
    position: fixed !important;
}
div.fixed {
    display: none;
}

nav {
    width:100%;
    height: 100%;
    z-index:9999;
    position:fixed;
    padding-top:82px;
    top:0;
    background:url(../../img/prisma.png) no-repeat 70px 10px #fff;
    background-size: 33px auto;
    display: none;
}
nav div.scroll {
    width:100%;
    height: 140%;
}
nav ul.menu {
    width:100%;
    height: 100%;
    border-top: 1px solid #CCC;
    font-family: 'novecento_wide_bookbold';
    text-transform: uppercase;
    overflow: auto;
    overflow-y: scroll;
}
nav ul.menu li {
    width:98%;
    padding-left:2%;
    height:50px;
    color: #999;
    line-height:50px;
    border-bottom: 1px solid #CCC;
}
nav ul.menu li img {
    margin: 10px 10px 0 0;
    width: 30px;
    float: left;
}
div.fixed {
    width:100%;
    height:100px;
}

.contrailer {
    width: 100%;
    text-align:center;
    padding:45px 0;
    clear: both;
    background:#e1e1e1;
}
.contrailer iframe {
    width: 100% !important;
    height: 400px !important;
}


.iosSlider {
    width: 100%;
    height:496px;
}
.iosSlider .slider {
    width: 100%;
    height: 100%;
}	
.iosSlider .slider .item {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height:500px;
    text-align:center;
    margin: 0 0 0 0;
}

.iosSlider .slider .item1 {
    background:url(../../img/video.jpg) no-repeat;
    background-size:auto 100%;
    background-position:center;
}
.iosSlider .slider .item2 {
    background:url(../../img/noticia.jpg) no-repeat;
    background-size:auto 100%;
    background-position:center;
}
.iosSlider .slider .item3 {
    background:url(../../img/hoteis.jpg) no-repeat;
    background-size:auto 100%;
    background-position:center;
}
.iosSlider .slider .item4 {
    background:url(../../img/credenciamento.jpg) no-repeat;
    background-size:auto 100%;
    background-position:center;
}
.iosSlider .slider .item5 {
    background:url(../../img/programacao.jpg) no-repeat;
    background-size:auto 100%;
    background-position:center;
}
.iosSlider .slider .item .bx-not {
    width:100%;
    height:320px;
    border:3px solid #fff;
    position:absolute;
    top:4px;
    left:4px;
}

.iosSlider .slider .item .bg-not {
    width:100%;
    height:168px;
    position:absolute;
    background:url(../../img/bg-principal.png) bottom center repeat-x;
    bottom:0;
    left:0;
}

.iosSlider .slider .item a {
    color:#000;
}
.iosSlider .slider .item a:hover {
    text-decoration:underline;
}

.iosSlider .slider .item .bg-not h1 {
    font-family: 'allerbold';
    text-transform:uppercase;
    text-align:center;
    font-size:25px;
    line-height:35px;
    width:80%;
    color:#fff;
    margin:70px auto 10px auto;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    transition-duration:0.3s;
}
.iosSlider .slider .item:hover .bg-not h1 {
    opacity:0.7;
    transition-duration:0.3s;
}

/** BOTÕES **/
.iosSlider .prevButton {
    position: absolute;
    top: 0;
    left: -100px;
    width: 100px;
    height: 500px;
    z-index: 2;
    opacity:0.7;
    padding:25% 0 0 14px; 
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */

}
.iosSlider .nextButton {
    position: absolute;
    top: 0;
    right: -100px;
    width: 100px;
    height: 500px;
    z-index: 2;
    opacity:0.7;
    text-align:right;
    padding:25% 14px 0 0;
    transition-duration:0.2s; 
    background: -moz-linear-gradient(left,  rgba(125,185,232,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(125,185,232,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(125,185,232,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
.iosSlider .slider:hover~.prevButton, .iosSlider .prevButton:hover {
    left:0;
    transition-duration:0.2s;
}
.iosSlider .slider:hover~.nextButton, .iosSlider .nextButton:hover {
    right:0;
    transition-duration:0.2s;
}
.iosSliderButtons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
}
.iosSliderButtons .button {
    float: left;
    width: 25%;
    height: 6px;
    margin-top:6px;
    background: #d1d1d1;
    opacity: 0.8;
    filter: alpha(opacity:50);
}
.iosSliderButtons .selected {
    background: #00acc8;
    height:12px;
    opacity: 0.8;
    margin-top:0;
    filter: alpha(opacity:100);
}

.conicon {
    width: 100%;
    text-align:center;
    padding:50px 0;
    overflow:hidden;
    background:#fbfbfb;
}
.conicon h2 {
    font-family: 'allerbold';
    text-transform:uppercase;
    font-size:25px;
    line-height:30px;
    width: 100%;
    margin:0 auto;
    color:#00acc8;
}
.conicon ul{
    width: 100%;
    margin: 40px auto;
    clear: both;
}
.conicon ul li {
    width: 20%;
    float:left;
    padding-top:78px;
    text-align:center;
    text-transform: uppercase;
    transition-duration:0.3s;
}
.conicon ul li.prog {
    background:url(../../img/icon-prog.png) no-repeat top center;	
}
.conicon ul li.local {
    background:url(../../img/icon-local.png) no-repeat top center;
}
.conicon ul li.hotel {
    background:url(../../img/icon-hotel.png) no-repeat top center;
}
.conicon ul li.cadastro {
    background:url(../../img/icon-cadastro.png) no-repeat top center;
}
.conicon ul li.contato {
    background:url(../../img/icon-contato.png) no-repeat top center;
}

.conicon ul li.prog:hover {
    background:url(../../img/icon-prog-azul.png) no-repeat top center;	
}
.conicon ul li.local:hover {
    background:url(../../img/icon-local-azul.png) no-repeat top center;
}
.conicon ul li.hotel:hover {
    background:url(../../img/icon-hotel-azul.png) no-repeat top center;
}
.conicon ul li.cadastro:hover {
    background:url(../../img/icon-cadastro-azul.png) no-repeat top center;
}
.conicon ul li.contato:hover {
    background:url(../../img/icon-contato-azul.png) no-repeat top center;
}

.conicon ul li:hover img {
    opacity:0;
    transition-duration:0.3s;
}
.conicon ul li p {
    color: #999;
    font-family: 'allerbold';
    font-size: 16px;
    transition-duration:0.3s;
}
.conicon ul li:hover p {
    color:#00acc8;
    transition-duration:0.3s;
}

.conteudo {
    width: 100%;
    clear: both;
}

.boxcontagem {
    display: none;
    width: 100%;
    height: 30px;
    text-align: center;
    background: #F7F7F7;
    clear: both;
    margin-bottom: 10px;
}
.boxcontagem .countdown {
    color: #000;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
}
.boxcontagem .countdown strong {
    color: #00acc8;
    font-size: 18px;
}

.newsletter {
    width: 90%;
    margin: 25px 5%;
    overflow:hidden;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding:20px 0;
}
.newsletter p {
    color: #999;
    font-size: 14px;
    line-height:20px;
    text-align:center;
}
.newsletter p strong {
    text-transform: uppercase;
    color: #00acc8;
    font-size: 16px;
    margin-right:5px;
}

.newsletter form {
    padding-top:10px;
    width:80%;
    margin:0 auto;
}
.newsletter form input {
    width: 63%;
    height: 28px;
    background: #e5e5e5;
    border: 0;
    font-family: 'allerregular';
    padding-left: 2%;
    margin-right:2%;
    font-size: 14px;
    color: #999;
    float:left;
    text-transform: uppercase;
}
.newsletter form .submit {
    width:30%;
    height: 30px;
    line-height: 30px;
    background: #00acc8;
    font-family: 'allerregular';
    font-size: 14px;
    text-align:center;
    text-transform: uppercase;
    font-style:normal;
    cursor:pointer;
    float:left;
    color: #fff;
}

footer {
    width: 100%;
    background:#fbfbfb;
}
.ctfooter {
    width: 100%;
}

footer .picon {
    width: 98%;
    height: auto;
    margin:0 1%;
    text-align:center;
}
footer .aicon {
    width: 98%;
    height: auto;
    margin:0 1%;
    text-align:center;
}
footer .oicon {
    width: 50%;
    margin:0 auto;
    height: auto;
    text-align:center;
}
footer .ricon {
    width: 50%;
    margin:0 auto;
    height: auto;
    text-align:center;
}
footer .picon p, footer .aicon p, footer .oicon p, footer .ricon p {
    width: 100%;
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 14px;
    padding-top: 28px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
    font-family: 'novecento_widebook';
}
footer .picon img, footer .aicon img, footer .ricon img {
    display:inline-block;
    vertical-align:middle;
    margin:10px;
}

footer .copy {
    width: 100%;
    clear: both;
    margin-top: 20px;
}
footer .copy p {
    color: #4C4C4C;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 40px;
    width:96%;
    margin:0 2%;
    text-align: center;
    font-family: 'novecento_widebook';
}
footer .copy p img {
    float:right;
    width:30px;
    margin:5px;
}

.coldir {
    width: 100%;
}
.coldir h2 {
    text-transform: uppercase;
    font-family: 'novecento_wide_bookbold';
    letter-spacing: 1px;
    color: #00acc8;
    font-size: 18px;
    margin-bottom: 25px;
}
.coldir p {
    color: #999;
    font-size: 16px;
    padding: 30px;
    line-height: 25px;
}
.coldir p strong {
    color: #00acc8;
}
.coldir p a{
    color: #09F;
}

.coldir h3 {
    padding-bottom: 16px;
}
.coldir h3 a {
    color: #999;
    font-size: 18px;
    padding-bottom: 16px;
}
.coldir h3 a:hover {
    text-decoration: underline;
}
.coldir h3 a span {
    color: #00acc8;
}
.coldir h3 strong {
    color: #00acc8;
    float: right;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
}
.coldir h3 strong a {
    color: #00acc8;
    font-size: 12px;
}
.coldir h5 {
    color: #00acc8;
    font-family: 'allerbold';
    text-transform: uppercase;
    font-size: 16px;
    padding:30px 0 0 30px;
}
.coldir .releases {
    width:90%;
    margin:0 5%;
    border-bottom: 1px solid #ccc;
}
.coldir .releases:hover {
    text-decoration:underline;
}
.coldir .releases a {
    color:#ccc;
}
.coldir .tb-expo {
    margin: 0 5%;
    text-transform: uppercase;
    width: 90%;
}
.coldir .tb-expo li {
    display:inline-block;
    vertical-align:top;
    margin:20px;
    width:15%;
    text-align:center;
    outline:1px solid #ccc;
}
.coldir .tb-expo li img {
    margin-top:5px;
}
.coldir .tb-expo li p {
    padding:5px;
    font-size:14px;
    line-height:16px;
}

.coldir .cad-erro {
    background: #F00;
    width: 80%;
    margin: 0 auto;
    color: #FFF;
    padding: 10px;
    text-align: center
}

/*** MENUS INTERNOS ***/
.mn-sobre {
    width: auto;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
    margin-top: -45px;
    font-family: 'novecento_widebook';
    transition-duration: 0.3s;
}
.mn-sobre li {
    float: left;
    text-align:center;
    padding:0 15px;
    cursor: pointer;
}
.mn-sobre li.dtselected {
    color: #ffc600;
    transition-duration: 0.3s;
}
.mn-prog {
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    color: #999;
    overflow: hidden;
    margin: 25px auto;
    text-align: center;
    font-family: 'allerbold';
    padding: 1px 0;
}
.mn-prog li {
    margin: 0 10% 40px 10%;
    cursor: pointer;
    outline: 1px solid #ccc;
    width: 80%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
}
.mn-prog li:last-child {
    margin-bottom:0;
}
.mn-prog li.dtselected {
    color: #00acc8;
    outline: 1px solid #ffc90d;
}
.coldir .tb-prog {
    margin-left: 85px;
    margin-bottom: 50px;
    width: 90%;
    border: 0;
}
.coldir .tb-prog b {
    color: #00acc8;
    font-size: 20px;
    text-transform: uppercase;
}
.coldir .tb-prog strong {
    text-transform: uppercase;
}
.coldir .tb-prog td:first-child {
    color: #ffc600;
    border-right: 1px solid #ccc;
    width: 24%;
    font-size: 18px;
    vertical-align: text-top;
    padding-right: 5%;
}
.coldir .tb-prog td:first-child span {
    font-size: 14px;
    color: #999;
}
.coldir .tb-prog td:last-child {
    width: 80%;
    padding-left: 5%;
    color: #999999;
    vertical-align: text-top;
}
.coldir .maps {
    width: 100%;
    height: 234px;
    position:relative;
    border-bottom: 4px solid #00acc8;
    overflow: hidden;
}
.coldir .maps .zoom {
    position: absolute;
    bottom: 0;
    right: 0;
}
.coldir form {
    margin-left: 15%;
    width: 85%;
}
.coldir .c-input {
    width: 60%;
    padding-top: 20px;
    position: relative;
}
.coldir .metl {
    float: left;
    width: 28%;
    margin-right: 5%;
}
.coldir .metr {
    float: left;
    width: 28%;
}
.coldir .pesq {
    margin-left: 15%;
    width: 30%;
    padding-top: 20px;
}
.coldir .pdir {
    margin-left: 15%;
    width: 30%;
    padding-top: 20px;
}
.coldir .c-radio {
    width: 150px;
    float: left;
    margin-bottom: 20px;
}
.coldir .c-input input {
    border: 1px solid #ccc;
    width: 100%;
    height: 30px;
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 15px;
    color: #999;
}
.coldir .metl input, .coldir .metr input {
    width: 100%;
}
.coldir .c-input input[type="checkbox"] {
    width: auto;
    height: auto;
}
.coldir .c-input select {
    border: 1px solid #ccc;
    width: 100%;
    height: 30px;
    font-size: 14px;
    padding-left: 5px;
    font-family: 'aller_lightregular';
    color: #999;
}
.coldir .c-input select#mes, .coldir .c-input select#ano {
    width: 30%;
}
.coldir .c-input textarea {
    border: 1px solid #ccc;
    text-transform: uppercase;
    width: 100%;
    height: 200px;
    font-size: 10px;
    margin-bottom: 15px;
    padding-left: 5px;
    font-family: 'allerbold';
    color: #999;
}
.coldir .c-input input[type="radio"] {
    padding-left: 0px;
    width: 15px;
    height: 15px;
}
.coldir .c-input label {
    font-size: 14px;
    line-height:20px;
    color: #999;
}
.coldir .c-input label a {
    color:#00acc8;
}
.coldir .c-input label img {
    vertical-align: middle;
}
.coldir .c-input input.send-button {
    width: 40%;
    height: 40px;
    background: #00acc8;
    border: 0;
    color: #FFF;
    font-size: 14px;
    margin: 20px 30%;
    cursor: pointer;
    text-transform: uppercase;
}
.coldir .c-input .erro{
    position: absolute;
    text-transform: uppercase;
    font-size: 14px;
    width: 230px;
    background:url(../../img/bg_erro.jpg) right center no-repeat #f00;
    text-align: center;
    color: #fff;
    line-height: 30px;
    left: -47%;
    top: 40px;
}
.coldir .c-input .erro#erro_tel {
    left: -101%;
}
.coldir .c-input .erro#erro_ter1, .coldir .c-input .erro#erro_ter2 {
    left: -28%;
    top: 14px;
}
.colnot {
    width: 100%;
}
.colnot figure {
    float:left;
    max-width:50%;
}
.colnot figure img {
    width:100%;
}
.colnot figure figcaption {
    color: #999;
    font-size: 14px;
    text-transform:uppercase;
    background:#e1e1e1;
    padding:2px 5px;
}
.colnot h2 {
    text-transform: uppercase;
    font-family: 'novecento_wide_bookbold';
    letter-spacing: 1px;
    color: #00acc8;
    font-size: 18px;
    margin-bottom: 25px;
}
.colnot h3 {
    text-transform: uppercase;
    color: #00acc8;
    font-size: 18px;
    font-family: 'allerbold';
    margin-bottom: 20px;
}
.colnot h4 {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.colnot h4 span {
    text-transform: uppercase;
}
.colnot .maisnews {
    text-align: center;
    color: #999;
    font-size: 18px;
    line-height: 50px;
    margin:0 auto;
}
.colnot .maisnews strong {
    text-transform: uppercase;
    text-align: center;
    color: #00acc8;
    font-family: 'allerbold';
}
.colnot p {
    color: #999;
    font-size: 16px;
    padding: 10px 30px;
    line-height: 25px;
}
.colnot p a, .colnot p strong {
    color:#00acc8;
}
.colnot p a:hover {
    text-decoration:underline;
}
.colout {
    width: 96%;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin:20px 2%;
    padding-top:20px;
}
.colout h2 {
    text-transform: uppercase;
    color: #ffc600;
    font-size: 15px;
    margin-bottom:20px;
    font-family: 'allerbold';
}
.colout h3 {
    margin-bottom: 16px;
    width:80%;
    margin:20px 30px;
}
.colout h3 a {
    color: #999;
    font-size: 16px;
    width:100%;
}
.colout h3 a:hover {
    text-decoration: underline;
}
.colout h3 a span {
    color: #00acc8;
}
.colout h3 strong {
    color: #00acc8;
    float: right;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
}
.colout h3 strong a {
    color: #00acc8;
    font-size: 16px;
}
.outras {
    width: 100%;
}
.subnew {
    width: 80%;
    overflow:hidden;
    margin: 20px auto;
}
.subnew img {
    width:35%;
    margin-right: 5%;
    float: left;
}
.subnew .content {
    float: right;
    width:60%;
}
.subnew h3 {
    font-size: 16px;
    line-height:18px;
    color: #00acc8;
    text-transform: uppercase;
    width: auto;
}
.subnew p {
    display: none;
}

.coldir .tb-materiais {
    text-transform: uppercase;
    width: 90%;
    margin:20px 5%;
    border: 0;
}
.coldir .tb-materiais th {
    background: #e6e6e6;
    height: 27px;
    font-size: 10px;
    padding-left: 10px;
    color: #666666;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.coldir .tb-materiais tr:hover {
    background: #e6e6e6;
    transition-duration:0.3s;
}
.coldir .tb-materiais th:first-child {
    width: 60%;
}
.coldir .tb-materiais th:last-child {
    border-right:0;
}
.coldir .tb-materiais td {
    height: 84px;
    font-size: 12px;
    padding-left: 10px;
    color: #999999;
    border-bottom: 1px solid #CCC;
    transition-duration:0.3s;
}
.coldir .tb-materiais td a {
    color: #999999;
}
.coldir .tb-materiais a:hover,
.coldir .tb-materiais tr:hover td,
.coldir .tb-materiais tr:hover td a {
    color:#00acc8 !important;
    transition-duration:0.3s;
}
.coldir .tb-materiais td:last-child {
    text-align:center;
}
.coldir .tb-materiais td .boxlogo {
    height: 60px;
    width: 125px;
    border: 1px solid #CCC;
    text-align: center;
}
.coldir .tb-materiais td .boxlogo img {
    margin-top: 6px;
}
.coldir .tb-materiais td span {
    font-size: 8px;
    text-align: center;
}


.coldir .tb-clipping {
    text-transform: uppercase;
    width: 90%;
    margin:20px 5%;
    border: 0;
}
.coldir .tb-clipping th {
    background: #e6e6e6;
    height: 27px;
    font-size: 10px;
    padding-left: 10px;
    color: #666666;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transition-duration:0.3s;
}
.coldir .tb-clipping tr:hover {
    background: #e6e6e6;
    transition-duration:0.3s;
}
.coldir .tb-clipping th:first-child {
    width: 70px;
}
.coldir .tb-clipping th:last-child {
    border-right:0;
}
.coldir .tb-clipping td {
    height: 84px;
    font-size: 12px;
    padding-left: 10px;
    color: #999999;
    border-bottom: 1px solid #CCC;
}
.coldir .tb-clipping td a {
    color: #999999;
}
.coldir .tb-clipping a:hover,
.coldir .tb-clipping tr:hover,
.coldir .tb-clipping tr:hover td,
.coldir .tb-clipping tr:hover td a {
    color:#00acc8 !important;
    text-decoration:underline;
}
.coldir .tb-clipping td:last-child {
    padding-right:5px;
}
.coldir .tb-clipping td .boxlogo {
    height: 60px;
    width: 125px;
    border: 1px solid #CCC;
    text-align: center;
}
.coldir .tb-clipping td .boxlogo img {
    margin-top: 6px;
}
.coldir .tb-clipping td span {
    font-size: 8px;
    text-align: center;
}


.coldir .tb-hoteis {
    width: 90%;
    margin:20px 5%;
    border: 0;
}
.coldir .tb-hoteis th {
    background: #e6e6e6;
    height: 27px;
    font-size: 12px;
    padding-left: 10px;
    color: #666666;
    text-transform: uppercase;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.coldir .tb-hoteis tr:hover {
    background: #e6e6e6;
    transition-duration:0.3s;
}
.coldir .tb-hoteis th:last-child {
    border-right:0;
}
.coldir .tb-hoteis td {
    height: 84px;
    font-size: 14px;
    padding-left: 10px;
    color: #999999;
    border-bottom: 1px solid #CCC;
    transition-duration:0.3s;
}
.coldir .tb-hoteis td:first-child {
    text-transform: uppercase;
    width: 60%;
}
.coldir .tb-hoteis td a {
    color: #999999;
}
.coldir .tb-hoteis a:hover,
.coldir .tb-hoteis tr:hover td,
.coldir .tb-hoteis tr:hover td a {
    color:#00acc8 !important;
    transition-duration:0.3s;
}

.coldir .tb-hoteis td .boxlogo {
    height: 60px;
    width: 125px;
    border: 1px solid #CCC;
    text-align: center;
}
.coldir .tb-hoteis td .boxlogo img {
    margin-top: 6px;
}
.coldir .tb-hoteis td span {
    font-size: 8px;
    text-align: center;
}


.coldir .tb-vant {
    width: 90%;
    margin:20px 5% 50px 5%;
    border: 0;
    text-align: center;
}
.coldir .tb-vant th {
    height: 60px;
    font-size: 16px;
    text-align: center;
    padding-left: 10px;
    color: #666666;
    background: #F1F1F1;
    border-bottom: 1px solid #FFF;
}
.coldir .tb-vant th:first-child {
    width: 40%;
    text-align: left;
}
.coldir .tb-vant tr:hover {
    background: #e6e6e6;
    transition-duration:0.3s;
}
.coldir .tb-vant th:last-child {
    color:#00acc8;
    font-weight: bold;
}
.coldir .tb-vant td {
    height: 84px;
    font-size: 20px;
    padding-left: 10px;
    color: #999999;
    border-bottom: 1px solid #CCC;
    transition-duration:0.3s;
    text-align: center;
    font-weight: bold;
    width: 30%;
}
.coldir .tb-vant td:first-child {
    font-size: 16px;
    text-align: left;
    font-weight: normal;
}
.coldir .tb-vant th td:last-child {
    color:#00acc8;
}
.coldir .tb-vant tr td:last-child {
    color:#00acc8;
    font-weight: bold;
    font-size: 30px;
}
.coldir .tb-vant td a {
    color: #999999;
}
.coldir .tb-vant a:hover,
.coldir .tb-vant tr:hover td,
.coldir .tb-vant tr:hover td a {
    color:#00acc8 !important;
    transition-duration:0.3s;
}
.coldir .tb-vant td .cred {
    color: #00acc8;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    outline: 2px solid #00acc8;
    transition-duration:0.3s;
    width: 70%;
    margin: 0 auto;
    padding: 10px 0;
    cursor: pointer;
}
.coldir .tb-vant td .cred:hover {
    transition-duration:0.3s;
    background: #00acc8;
    color: #fff;
}
.coldir .tb-vant td .vip {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    outline: 2px solid #00acc8;
    background: #00acc8;
    width: 70%;
    margin: 0 auto;
    padding: 10px 0;
    cursor: pointer;
}
.coldir .tb-vant td .vip span {
    font-size: 12px;
}

.termos {
    padding: 10px;
}
.termos h2 {
    text-transform: uppercase;
    font-family: 'allerbold';
    color: #00acc8;
    font-size: 18px;
    margin-bottom: 10px;
}
.termos h3 {
    text-transform: uppercase;
    font-family: 'allerbold';
    color: #00acc8;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}
.termos li {
    color: #666;
    font-size: 16px;
    padding-left: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}
.termos .button {
    width: 30%;
    height: 30px;
    line-height: 30px;
    background: #00acc8;
    font-family: 'allerregular';
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    cursor: pointer;
    margin: 0 auto;
    color: #fff;
}
.coldir .assessoria {
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.coldir .assessoria img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.coldir .assessoria .assimprensa {
    display: inline-block;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    width: 330px;
}
.coldir .assessoria .assimprensa h3 {
    color: #00acc8;
    font-family: 'allerbold';
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
}
.coldir .assessoria .assimprensa p {
    color: #999;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
}
.coldir .assessoria .assimprensa p a {
    color: #999;
}
.coldir .assessoria .assimprensa p a:hover {
    text-decoration: underline;
}