@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,700|Raleway:300,400,500,600,700);
@import url(icon-m.css);
body {
    /*max-width: 1366px;*/
    /*margin: auto;*/
    margin: 0px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    line-height: 1.25;
}
h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #24273c;
    margin: 12px 0 2px;
}
a {
    text-decoration: none;
}
.alinhado {
    /*max-width: 1366px;*/
    margin: auto;
    position: relative;
	/*margin-top: 70px*/
}

#enviar-por-email {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #24273c;
    background-color: #ffffff;
    overflow: visible;
    padding: 0px 32px;
}
#enviar-por-email input, #enviar-por-email textarea {
    background-color: #24273c;
    width: 230px;
    height: 35px;
    border: none;
    padding-left: 5px;
    color: #ffffff;
}
#enviar-por-email input {
    margin: 8px 0 22px;
}
#enviar-por-email textarea {
    margin-top: 8px;
    height: 118px;
    resize: none;
    width: 263px;
}
#enviar-por-email div, #enviar-por-email > form {
    float: left;
}
#enviar-por-email > form {
    width: 530px;
}
#enviar-por-email > div:last-child {
    float: right;
}
#enviar-por-email > form > div {
    width: 265px;
}
#enviar-por-email > p {
    clear: both;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 400;
}
#email-resultado {
    display: none;
    font-family: Quicksand;
    font-weight: 300;
    font-size: 70px;
    line-height: 300px;
    text-align: center;
    position: absolute;
    width: 100%;
    background-color: #FFFFFF;
    top: 0;
}
.ui-widget-overlay {
    background: #282b41 !important;
    opacity: .83 !important;
    filter: Alpha(Opacity=83) !important;
}
.ui-icon-closethick {
    background-image: url(../images/close.png) !important;
    background-position: left top !important;
    margin: 0 !important;
    z-index: 1;
}
.ui-dialog-titlebar-close {
    z-index:20 !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-icon-closethick {
    width: 20px !important;
    height: 20px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none !important;
    border: none !important;
    right: 30px !important;
    top: 20px !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover {
    padding: 0 !important;
}
.ui-widget-header, .ui-widget-content {
    background: white !important;
    border: none !important;
}
.ui-corner-all {
    border-radius: 0px !important;
}
.ui-button-text {
    color: #24273c;
    font-family: Quicksand;
    font-size: 35px;
    font-weight: 400;
    padding: 10px 0 0 0 !important;
}
.ui-button {
    background: none !important;
    border: none !important;
}
.ui-widget-header {
    color: #24273c !important;
    font-family: Quicksand !important;
    font-size: 35px !important;
    font-weight: 400 !important;
    background: url(../images/ico-mail.png) left center no-repeat !important;
    margin-left: 35px;
}
#cabecalho {
    color: white;
    height: 664px;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    position: relative;
}
#topo {
    position: fixed;
    width: 100%;
    text-align: right;
    z-index: 15;
    height: 0px;
}
.icon-m {
    float: left;
    width: 155px;
    margin: 3px 28px;
    font-size: 157px;
    color: #24273c;
    height: 124px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#nav, #close-menu {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    position: absolute;
    width: 131px;
    height: 64px;
    right: 28px;
    top: 30px;
    background-color: #ffffff;
    color: #24273c;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#nav.aberto {
    width: 62px;
}
#nav.aberto div {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: none;
}
#close-menu {
    height: 62px;
    width: 62px;
    border: solid 1px #24273c;
    background: url(../images/close-menu.png) no-repeat center;
    /*box-shadow: 1px 1px 1px -1px #24273c;*/
}
#menu, #menu-m {
    float: left;
    margin: 18px 15px;
    position: absolute;
}
#menu-m {
    display: none;
}
#nav.m #menu-m {
    display: block;
    background: url(../images/mini-logo.png) no-repeat center left;
    height: 35px;
    width: 44px;
    margin-top: 10px;
}
#seta, .seta {
    margin: auto;
    height: 76px;
    width: 76px;
    border-radius: 38px;
    border: solid 2px #ffffff;
    cursor: pointer;
}
#seta div, .seta div {
    border-bottom: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    width: 22px;
    height: 22px;
    margin: auto;
    margin-top: 20px;
}
.linhas {
    float: right;
    width: 24px;
    margin: 25px 22px 0 0;
}
.linhas div {
    height: 0px;
    border: solid 2px;
    border-radius: 10px;
    margin-bottom: 3px;
}
#menu-aberto {
    height: 404px;
    background-color: white;
    position: fixed;
    width: 100%;
    display: none;
    z-index: 20;
	border-bottom:1px solid #6a6050;
}
#menu-aberto .icon-m {
    color: #24273c;    
}
#menu-links {
    float: left;
    width: 250px;
    min-height: 1px;
}
#menu-links ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 0 21.96%;
    min-width: 196px;
}
#menu-links ul li {
    display: none;
    min-height: 48px;
}
#menu-links a {
    font-family: Quicksand;
    color: #a9aaaf;
    font-size: 33px;
    line-height: 48px;
}
#menu-links a:hover {
    color: #24273c;
    text-decoration: none;
}
#menu-col2 {
    margin: 120px 0 0 110px;
    float: left;
    text-align: right;
}
#busca{
    position: relative;
}
#busca input[type=text] {
    font-family: Quicksand;
    font-weight: 100;
    font-size: 37px;
    color: #ffffff;
    background: url(../images/ico-lupa-branca.png) no-repeat 420px center #24273c;
    height: 58px;
    width: 455px;
    border: none;
    padding-left: 18px;
}
#busca input[type=submit], form.busca input[type=submit], .loja_cab #busca_loja input[type=submit] {
    position: absolute;
    background: none;
    top: 0px;
    margin-left: -60px;
    width: 60px;
    height: 55px;
    cursor: pointer;
    border: none;
}
#busca input[type=submit] {
    height: 60px;
}
#busca input::-webkit-input-placeholder {
   color: #ffffff;
}
#busca input:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}
#busca input::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}
#busca input:-ms-input-placeholder {  
   color: #ffffff;  
}
#menu-social {
    margin-top: 15px;
}
#menu-social a {
    color: #24273c;
    opacity: 0.5;
    font-size: 22px;
    margin-left: 12px;
}
#menu-social a:hover {
    opacity: 1;
}
#menu-extras {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    margin-top: 28px;
}
#menu-extras a {
    padding: 8px 0 0 26px;
    color: #24273c;
    opacity: 0.5;
    display: inline-block;
    height: 25px;
    margin-left: 16px;
}
#menu-extras a:first-child {
    margin: 0px;
}
#menu-extras a:hover {
    opacity: 1;
}
#menu-extras a.bd-horarios {
    background: url(../images/ico-horarios.png) no-repeat left;
}
#menu-extras a.bd-comochegar {
    background: url(../images/ico-comochegar.png) no-repeat left;
}
#menu-extras a.bd-inscrevase {
    background: url(../images/ico-inscrevase.png) no-repeat left;
}
#menu-extras a.bd-lojista {
    background: url(../images/ico-lojista.png) no-repeat left;
}
#menu-horarios {
    display: none;
}
#menu-horarios div:first-child {
    float: left;
    margin-left: 40px;
}
#menu-horarios div:last-child {
    float: right;
}
#menu-horarios div p {
    color: #24273c;
    font-size: 14px;
    margin: 0px;
}
.rodape.wrap {
    background: #24273c;
    position: relative;
}
.rodape.wrap, .rodape.wrap a {
    color: #fff;
}
.rodape .inner {
    margin: auto;
    width: 948px;
    height: 100px;
    box-sizing: border-box;
}
.rodape > .inner {
    padding-top: 15px;
}
.rodape .inner > * {
    display: inline-block;
    vertical-align: bottom;
}
.rodape .inner > img {
    padding-left: 15px;
    padding-right: 16px;
}
.rodape .inner > .endereco {
    font-family: Raleway, sans-serif;
    font-size: 12px;
    margin-right: 25px;;
}
.rodape .inner > .link_horarios {
    background: url(../images/relogio_rodape.png) 21px 6px no-repeat;
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding-left: 50px;
    line-height: 32px;
    padding-right: 27px;
    margin-right: 18px;
}
.rodape .inner > .social {
    font-size: 30px;
    line-height: 24px;
}
.rodape .inner > .social * {
    display: inline-block;
    margin-right: 6px;
}

.horarios_spacer {
    height: 110px;
}
.rodape .horarios {
    display: none;
    background-color: #2e324a;
    height: 100%;
    position: relative;
}
.rodape .seta {
    height: 38px;
    width: 38px;
    margin: 10px auto;
}
.rodape .seta div{
    width: 12px;
    height: 12px;
    -ms-transform: rotate(-135deg); 
    -moz-transform: rotate(-135deg); 
    -webkit-transform: rotate(-135deg); 
    transform: rotate(-135deg);    
    border-width: 2px;
    margin: 15px auto;
}
.rodape .backtotop {
    position: absolute;
    width: 100%;
    background-color: #24273C;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 300;
    padding-top: 12px;
    cursor: pointer;
}
.rodape .horarios .inner {
    padding-top: 14px;
    background: url(../images/rodape_horario_seta.png) no-repeat 67.2% 100%;
    height: 130px;
    padding-bottom: 18px;
}
.rodape .horarios .inner > * {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.rodape .horarios h2 {
    background: url(../images/rodape_horario_gde.png) no-repeat 18px 18px;
    color: #545a7b;
    font-family: Quicksand, sans-serif;
    font-size: 57px;
    font-weight: normal;
    padding-left: 80px;
    width: 308px;
}
.rodape .horarios p {
    width: 250px;
    font-size: 14px;
}
.rodape .horarios strong {
    font-size: 28px;
    font-weight: normal;
}

.loja_cab .pagina_nome{
    color: #FFFFFF;
    font-size: 120px;
    position: absolute;
    overflow: hidden;
    top: -120px;
    right: 211px;
    font-family: 'Quicksand', sans-serif;
    z-index: 10;
    font-weight: 300;
}
.loja_cab #opcoes{
    height: 154px;
    width: 100%;
    top: 192px;
    width: 995px;    
    margin: auto;
    z-index: 10;
}
.loja_cab #opcoes_tipo{
    color: #ffffff;
    margin-left: 22px;
    margin-top: 47px;
    font-size: 28px;
    font-family: 'Quicksand', sans-serif;
    width: 200px;
    background: url(../images/icon-segmento.png) no-repeat;
    padding-left: 36px;
    float: left;
}
.loja_cab #busca_loja{
    float: right;  
    margin: 47px 37px 0;
    position: relative;
}
.loja_cab #busca_loja input[type=text]{
    line-height: 43px;
    width: 391px;
    background: #fff url(../images/loja_lupa.png) no-repeat 96%;
    border: none;
    box-sizing: border-box;
    padding-right: 50px;
    color: #24273c;
    font-size: 28px;
    font-family: 'Quicksand', sans-serif;
    padding-left: 15px;
}
.loja_cab #busca_loja input::-webkit-input-placeholder {
    color: #24273c;
}
.loja_cab #busca_loja input:-moz-placeholder { /* Firefox 18- */
    color: #24273c;  
}
.loja_cab #busca_loja input::-moz-placeholder {  /* Firefox 19+ */
    color: #24273c;  
}
.loja_cab #busca_loja input:-ms-input-placeholder {  
    color: #24273c;  
}
.loja_cab #opcoes_busca{
    overflow: hidden;
    width: 100%;
    clear: both;
}
.loja_cab #opcoes_busca_letras{
    position: absolute;
    float: left;
}
.loja_cab #opcoes_busca_letras ul,#opcoes_busca_nros ul {
    list-style: none;    
    font-size: 25px;
    font-family: 'Quicksand', sans-serif;    
    height: 30px;
    padding-left: 18px;
    margin-top: 16px;
}
.loja_cab #opcoes_busca_letras ul li,#opcoes_busca_nros ul li{
    float: left;
    margin-right: 15px;
    text-shadow: 1px 1px 1px #373C59;
}
.loja_cab #opcoes_busca_letras ul li a {
    color: #ffffff;
    text-shadow: none;
}
.loja_cab #opcoes_busca_nros ul li a{
    font-weight: bold;
    color: #757aa1;
}
.loja_cab #opcoes_busca_nros{
    float: right;
    margin-right: 23px;
}
.loja_cab .segmentos {
    background-color: #24273c;
    display: none;
    position: absolute;
    width: 968px;
    z-index: 1;
}
.loja_cab .segmentos > .sacola {
    background: url(../images/lojas_sacola.png) 0px 2px no-repeat;
    color: #fff;
    font-family: Quicksand, sans-serif;
    font-size: 28px;
    left: 22px;
    line-height: 34px;
    padding-left: 36px;
    position: absolute;
    top: 47px;

}
.loja_cab .segmentos > .fechar {
    background: url(../images/lojas_fechar.png);
    height: 31px;
    position: absolute;
    right: 19px;
    top: 51px;
    width: 31px;

}
.loja_cab .segmentos > ul {
    border-top: 1px solid #fff;
    font-size: 0;
    list-style: none;
    margin: 95px 10px 15px;
    padding: 10px 0;

}
.loja_cab .segmentos > ul > li {
    box-sizing: border-box;
    display: inline-block;
    font-size: 17px;
    padding: 11px 33px 5px 16px;
    vertical-align: middle;
    width: 25%;
}
.loja_cab .segmentos > ul > li > a {
    color: #fff;
}
.loja_cab .online {
    margin-top: 42px;
    display: inline-block;
    width: 186px;
    height: 48px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    background: url(../images/icon-online.png) no-repeat #596194;
    background-position: 95% 45%;
    padding-right: 18px;
    font-size: 1.1rem;
}
.clear {
    clear: both;
}
@media (max-width: 1080px) {
    #menu-col2 {
        margin: 120px 10px 0 0px;
        float: right;
    }
    h1 {
        right: 5px !important;
    }
}
@media (max-width: 980px) {
    #menu-col2 {
        margin: 120px 10px 0 0px;
        float: right;
    }
    h1 {
        right: 5px !important;
        top: -930px !important;
    }
    #menu-extras {
        float: right !important;
    }
    #menu-extras a {
        margin: 0px !important;
        display: block;
    }
    #busca input[type=text] {
        width: 205px !important;
    }
}

