/*
NON-RESPONSIVE START
**********************************************************************************************/
/* ALTERAR APENAS ESTAS VARIAVEIS DE ACORDO COM O PROJETO START */
.container {max-width: none !important;width: 960px !important;}
.navbar-nav > li > a {padding-top: 20px;padding-bottom:20px;}
/* ALTERAR APENAS ESTAS VARIAVEIS DE ACORDO COM O PROJETO END */
/* Finesse the page header spacing */.page-header {margin-bottom: 30px;}.page-header .lead {margin-bottom: 10px;}/* Non-responsive overrides** Utilitze the following CSS to disable the responsive-ness of the container,* grid system, and navbar.*//* Reset the container *//* Always float the navbar header */.navbar-header {float: left;}/* Undo the collapsing navbar */.navbar-collapse {display: block !important;height: auto !important;padding-bottom: 0;overflow: visible !important;}.navbar-toggle {display: none;}.navbar-collapse {border-top: 0;}.navbar-brand {margin-left: -15px;}/* Always apply the floated nav */.navbar-nav {float: left;margin: 0;}.navbar-nav > li {float: left;}/* Redeclare since we override the float above */.navbar-nav.navbar-right {float: right;}/* Undo custom dropdowns */.navbar .navbar-nav .open .dropdown-menu {position: absolute;float: left;background-color: #fff;border: 1px solid #cccccc;border: 1px solid rgba(0, 0, 0, 0.15);border-width: 0 1px 1px;border-radius: 0 0 4px 4px;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);}.navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #333;}.navbar .navbar-nav .open .dropdown-menu > li > a:hover,.navbar .navbar-nav .open .dropdown-menu > li > a:focus,.navbar .navbar-nav .open .dropdown-menu > .active > a,.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {color: #fff !important;background-color: #428bca !important;}.navbar .navbar-nav .open .dropdown-menu > .disabled > a,.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {color: #999 !important;background-color: transparent !important;}
/**********************************************************************************************
NON-RESPONSIVE END
*/
::selection {background-color: #FE4B01;color: #FFF;}
::-moz-selection {background-color: #FE4B01;color: #FFF;}
small {display: inline-block;line-height: 1.1;}
textarea {resize:vertical;}
/*
FONTS START
**********************************************************************************************/
body {font-family: 'exoregular'; font-size: 15px; color: #777777;}
h1 {font-family: 'exoextrabolditalic'; color: #545454; font-size: 46px;}
h2, h3, h4 {font-family: 'exoextrabolditalic'; color: #666659;}
h5 {font-family: 'exobolditalic'; color: #777777;}
.regular {font-family: 'exobold';}
.text {font-family: 'exoblackitalic';}
.fone {font-family: 'allerbold_italic';}
.navbar {font-family: 'exobolditalic';}
.subtitle-banner, .desc-banner, .smalldesc-banner {font-family: 'Arial';}

.btn-primary {font-family: 'Arial'; font-weight: bold;}
.btn-lg {font-family: 'exoextralightitalic';}
.form-control {font-family: 'exoregular'; font-size: 13px;}
.tooltip {font-family: 'exoregular';}
/**********************************************************************************************
FONTS END
*/
/*
ESTRUTURA START
**********************************************************************************************/
.extra-geral {min-width: 960px;}
.extra-geral {background: url(/v2/img/site/bg-home.jpg) no-repeat center top;}
.interna .extra-geral {background: url(/v2/img/site/bg-interna.jpg) no-repeat center top;}

.page-header {height: 150px;}

.extra-footer {margin-top: 65px; border-top: solid 4px #FE4B01; background: #eeeeee; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

a {text-decoration: none; cursor: pointer;}
a:hover {text-decoration: none;}
.bold {font-weight: bold;}

a > h2 {color: #006CA4;}
h2 {font-size: 32px;}
h3 {font-size: 25px;}
h4 {font-size: 21px;}
h5 {font-size: 18px;}

.site-header{position:relative;}
.logotipo {height: 55px;display: inline-block;margin: 15px 0 17px 0;}
.phone-area-top {height: 70px; background-color:; position:absolute; right:0; top:13px; display:inline-block;float: left;}
.phone-area-top * {vertical-align: middle;}
.phone-area-top .text {min-width: 115px; height: 70px; padding: 16px 0 0 0; position: relative; background: url(/v2/img/detalhes/detalhe-fundo-esquerdo.png) repeat-x; z-index: 1; color: #FFFFFF;display:inline-block;}
.phone-area-top .fone {min-width: 130px; height: 70px; padding: 12px 10px 0 20px; margin-right: 28px; position: relative; background: url(/v2/img/detalhes/detalhe-fundo-direito.png) repeat-x; color: #535353;display:inline-block;}
.detalhe-esquerdo {position: absolute; left: -28px;top: 0px;}
.detalhe-centro {position: absolute; right: -6px; top: 0px;}
.detalhe-direito {position: absolute; right: -28px;top: 0px;}

.nav-rede-sociais {float: right; width: 104px; margin-top: 18px;}

.destaque-home-direita{width: 275px; float: left; font-size: 13px;}
.destaque-home-direita > a > .icone-botao{padding: 12px 0 0 15px; cursor: pointer; color: #FFFFFF; font-weight: bold; font-family: 'Arial'; font-size: 13px;}

.destaque-home-esquerda{width: 240px; float: right; margin: 60px 0 150px 0; font-size: 13px;}
.destaque-home-esquerda > h2{font-size: 38px; margin-top: -15px;}
.destaque-home-esquerda > a > .icone-botao{padding: 12px 0 0 15px; cursor: pointer; color: #FFFFFF; font-weight: bold; font-family: 'Arial'; font-size: 13px;}
.btn-primary {padding-top: 10px; position: relative; height: 40px; border-radius: 8px 0 0 8px; border: none; background: #0176bb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNzZiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTY1OTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #0176bb 0%, #016594 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0176bb), color-stop(100%,#016594)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0176bb 0%,#016594 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0176bb 0%,#016594 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0176bb 0%,#016594 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0176bb 0%,#016594 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0176bb', endColorstr='#016594',GradientType=0 ); /* IE6-8 */
}

.btn-lg {border-radius: 5px; background-color: #016A9F;}

.detalhe-botao {position: absolute; top: 0px; right: -16px; cursor: pointer;}

.menu-footer {width: 610px; padding-bottom: 35px; margin-top: 40px; color: #006DAB; font-family: 'Arial'; font-size: 14px;}
.menu-footer li {float: left; margin-right: 43px;}
.compre-com { float: left; width: 255px;}
.compre-mais { float: right; width: 290px; margin-top: 55px; border-left: solid 1px #E5E5E5; padding-left:10px;}

.info-footer {float: right; width: 300px; padding-top: 30px; font-size: 13px;}
.media-body > a > h5 {color: #FE4B01;}
.media-body h5 {display: inline-block; vertical-align: middle; margin: 0 0 -3px 0;}
.info-footer > .media-1 {margin: 0 0 30px 0;}

.media-body > .subtitle-banner {font-size: 16px; margin: 0; color:#777777;}

.copyright {font-size: 11px; height: 30px; margin: 50px 0 10px 0; width: 520px; display: table; position: relative;}
.copyright span {display: table-cell; vertical-align: middle;}
.copyright small {position: absolute; top: 15px; left:180px;}
.copyright a {display: table-cell; vertical-align: middle;}

.p-contato {margin-bottom: 65px; line-height: 30px;}

#info-contatos { background-color: #ECECFB; border-radius: 5px 5px 0 0; padding-top: 25px;}
#info-contatos > .media { margin-left: 25px;}
#info-contatos > .media h5 {color: #464637; font-family: "exoregular"; font-size: 15px;}
.link-contato {color: #FE810E;}
.link-contato a:hover {color: #FE810E;}
.detalhe-contatos {width: 271px; height: 4px; background-color: #FE820F; margin-top: 15px;}

#media-sobre .media {margin: 55px 0 -8px 0; line-height: 30px;}
.thumbnail {line-height: 30px;}
.thumbnail p {color:#777777;}

.link-dicas {color: #0171AF;}
.link-dicas a {color: #0171AF;}
.p-dicas {line-height: 30px; font-size: 14px;}
/**********************************************************************************************
ESTRUTURA END
*/
/*
BANNER START
**********************************************************************************************/
.box-banner {width: 100%; height: 300px; margin-top:; padding-top: 10px; background-color: #FFFFFF; color: #AAAAAA; position: relative;overflow:hidden;}
.box-banner, .box-banner .cycle-slideshow,.box-banner .cycle-slideshow li{width: 100%; height: 300px;}
.box-banner ul {position: relative; z-index: 4; height:300px; overflow:hidden; margin-left:0px !important;}

.img-banner {text-align: center; width: 390px;}
.conteudo-slider {width: 550px; margin-top: 50px;}
.subtitle-banner {font-size: 24px; color: #545454; font-weight: bold; margin: 10px 0 -8px 0;}
.desc-banner {font-size: 14px;}
.smalldesc-banner {font-size: 12px; margin-top: 5px;}

.cycle-nav {width: 100px; height: 10px;z-index: 5; position: absolute; left:400px; top: 260px;}

.cycle-nav span {width: 15px; height: 11px; background-image: url(/v2/img/site/slider/icone-inativo.png); background-repeat: no-repeat; margin-right: 12px; text-indent: -1000px; display: inline-block; overflow: hidden; cursor: pointer;}
.cycle-nav .cycle-pager-active{background-image: url(/v2/img/site/slider/icone-active.png);}
/**********************************************************************************************
BANNER END
*/
/*
CLASSES START
**********************************************************************************************/
[class^='lista-'], [class^='lista-'], [class^='menu-'], [class^='menu-'] ul, .cycle-slideshow {list-style:none;margin-bottom:0;padding-left:0;}
.btn-gray {background: #EEE;color:#C93F2A;}
.btn-rounded {-webkit-border-radius: 150px;-moz-border-radius: 150px;border-radius: 150px;}

.imagem {display: inline-block;overflow: hidden;max-width: 100%;}
.imagem-rounded {-webkit-border-radius: 150px;-moz-border-radius: 150px;border-radius: 150px;}
.imagem img {max-width: 135%;}
.inline-block {display:inline-block;}
[class^='icone-'] {background-repeat:no-repeat;vertical-align:middle;display:inline-block;background-image:url(/v2/img/site/icone.png);}

.space {width:1%;display:inline-block;height:100%;vertical-align:middle;}
.relative {position: relative;}

.text > .pull-left { margin: 0 8px 0 0;}
.nav-rede-sociais > .pull-left { margin: 0 46px 0 0;}

.text {font-size: 17px; line-height: 15px; letter-spacing:;}
.fone {font-size: 16px; line-height: 18px; letter-spacing: -1px;}

.navbar-default {background: #0174b7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAxNzRiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTY2OTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #0174b7 1%, #016697 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0174b7), color-stop(100%,#016697)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0174b7 1%,#016697 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0174b7 1%,#016697 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0174b7 1%,#016697 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0174b7 1%,#016697 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0174b7', endColorstr='#016697',GradientType=0 ); /* IE6-8 */
}
.navbar {font-size: 15px; border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0; border: none; color:#FFF; margin-bottom:0px;}
.interna .navbar {border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;}
.navbar-nav > li.active > a {background: url(/v2/img/site/li-active.png) no-repeat 50% 100%;}

.padding-top {padding-bottom: 25px;}
.detalhe {height: 1px; width: 100%;background-color: #DDDDDD; margin: 40px 0 0 0;}

.seta-esquerda {width: 6px; height: 10px; background-image: url(/v2/img/site/icone-seta-esquerda.png); background-repeat: no-repeat; float: left; margin: 5px 5px 0 0;}
li:hover .seta-esquerda {width: 6px; height: 10px; background-image: url(/v2/img/site/icone-seta-esquerda-hover.png); background-repeat: no-repeat; float: left; margin: 5px 5px 0 0;}
.seta-direita {width: 6px; height: 10px; background-image: url(/v2/img/site/icone-seta-direita.png); background-repeat: no-repeat; float: right; margin: 5px 0 0 5px;}
li:hover .seta-direita {width: 6px; height: 10px; background-image: url(/v2/img/site/icone-seta-direita-hover.png); background-repeat: no-repeat; float: right; margin: 5px 0 0 5px;}

.detalhe-lista {display: inline-block; padding-left: 10px;}

.box-noticia {background-color:#eeeeee; font-size: 12px;}
.box-noticia p {margin: 0px;}
.thumbnail.pull-left {margin-right: 15px;}
.thumbnail.pull-right {margin-left: 15px;}
/**********************************************************************************************
CLASSES END
*/
/*
TOOLTIP START
***********************************************************************************************/
.tooltip-inner{max-width:200px;padding:8px 16px;color:#fff;text-align:center;text-decoration:none;background-color:#FE4B01;border-radius:40px;}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#FE4B01;}
.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#FE4B01;}
.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#FE4B01;}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#FE4B01;}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#FE4B01;}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#FE4B01;}
.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#FE4B01;}
.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#FE4B01;}
/**********************************************************************************************
TOOLTIP END
*/

/*
JQUERY UI START
**********************************************************************************************/

/**********************************************************************************************
JQUERY UI END
*/
@media print {

}
@media (max-width: 767px) {
 /*    .site-geral:before {content:"TABLET";}*/
}
@media (max-width: 480px) {
 /*#GERAL:before {content:"MOBILE";}*/
}
@media (min-width: 768px) and (max-width: 980px) {

}
@media (min-width: 981px) and (max-width: 1200px) {
 /*#GERAL:before {content:"ACIMA DE TABLET";}*/
}