/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

form#login-franqueado ::-webkit-input-placeholder, form#form-newsletter ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #A61863;   
}
form#login-franqueado :-moz-placeholder, form#form-newsletter :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #A61863;
}
form#login-franqueado ::-moz-placeholder, form#form-newsletter ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #A61863;
}
form#login-franqueado :-ms-input-placeholder, form#form-newsletter :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #A61863;
}

form#contatoform ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #A31460;   
}
form#contatoform :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #A31460;
}
form#contatoform ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #A31460;
}
form#contatoform :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #A31460;
}

form#form-franqueado ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #A31460;   
}
form#form-franqueado :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #A31460;
}
form#form-franqueado ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #A31460;
}
form#form-franqueado :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #A31460;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'castletregular';
    src: url('http://www.planetabombom.com.br/fontes/castlen-webfont.eot');
    src: url('http://www.planetabombom.com.br/fontes/castlen-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.planetabombom.com.br/fontes/castlen-webfont.woff') format('woff'),
         url('http://www.planetabombom.com.br/fontes/castlen-webfont.ttf') format('truetype'),
         url('http://www.planetabombom.com.br/fontes/castlen-webfont.svg#castletregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'univers_condensedmedium';
    src: url('http://www.planetabombom.com.br/fontes/unvr57w-webfont.eot');
    src: url('http://www.planetabombom.com.br/fontes/unvr57w-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.planetabombom.com.br/fontes/unvr57w-webfont.woff') format('woff'),
         url('http://www.planetabombom.com.br/fontes/unvr57w-webfont.ttf') format('truetype'),
         url('http://www.planetabombom.com.br/fontes/unvr57w-webfont.svg#univers_condensedmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

#busca-campo ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #A31460;  
}
 
#busca-campo ::-webkit-input-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #A31460;
}
 
#busca-campo ::-webkit-input-placeholder { /* Mozilla Firefox 19+ */
    color:    #A31460;
}
 
#busca-campo ::-webkit-input-placeholder { /* Internet Explorer 10+ */
    color:    #A31460;
}

body {background: #fff; line-height: 120%; font-family: 'castletregular';}

/* estrutura */

#topo {width: 100%; float: left;}
#conteudo, .conteudo-interna {width: 960px; float: left; }
    .conteudo-interna {min-height: 485px;}
        .conteudo-interna h1.tit {font-size: 28px; color: #A3135F; margin: 25px 0 0 0; padding: 0 0 10px 10px;}
        .conteudo-interna p      {margin: 0; padding: 7px 10px; font: 18px 'univers_condensedmedium'; color: #999;}  

#rodape {width: 100%; float: left; margin: 22px 0 0 0; padding: 0 0 15px 0; background: url(../imagens/bg-rodape.jpg) no-repeat center top;}

#box-mensagem-enviada {width: 350px; left: 50%; margin: 0 0 0 -175px; background: #A31561; border-radius: 0 0 4px 4px; box-shadow: 0 0 5px 5px #FF6147; z-index: 1;}
    #box-mensagem-enviada p {font: 25px 'univers_condensedmedium'; color: #fff; text-align: center;}

.slide {width: 400px; height: 400px; margin: 17px 0 0 0; position: relative;}
/* fim estrutura */

/* topo */

#logotipo {width: 310px; height: 75px; margin: 40px 0 0 -1px;}
#topo h1  {float: left; font-size: 40px; color: #A31561; margin: 132px 0 0 19px;}
#busca {width: 308px; height: 30px; margin: 75px 5px 0 0;}
    #busca span.placeholder {width: 260px; font: 15px 'univers_condensedmedium'; color: #A61863; text-transform: uppercase; position: absolute; top: 7px; left: 10px; z-index: 6;}

#form-area-franqueado {margin: 17px 0 0 30px;}
    form#login-franqueado {float: left;}
    form#login-franqueado fieldset  {float: left; margin: 5px 20px 0 0; font: 18px 'univers_condensedmedium'; color: #fff; text-align: right;}
        form#login-franqueado label {float: left; margin: 3px 8px 0 0;}            
            

#menu {width: 100%; height: 50px; background: #FF664C; }
    ul#lista-menu {list-style: none; margin: 0 0 0 10px; padding: 0;}
        ul#lista-menu li   {float: left; position: relative;}
        a.link-menu {float: left; font-size: 18px; color: #fff; padding: 15px 15px 16px 15px; text-decoration: none; display: block; transition: all 0.5s;}
            a.link-menu:hover {background: #FF2904; transition: all 0.5s;}

/* conteúdo */

#galeria-principal {width: 960px; height: 680px; margin: 10px 0 0 0;}
#seja-franqueado   {width: 406px; margin: 40px 0 0 0;}
    #seja-franqueado .tit {font-size: 38px; float: left; margin: 0; padding: 0 5px 10px 0; color: #A31460; }
    .btn-seja-franqueado {float: right; margin: -6px 0 0 0; padding: 5px 14px 4px 14px; border: 1px solid #A31561; background: #A61863 url(../imagens/btn.png) no-repeat center top 7px; text-indent: -9999px;}
        .btn-seja-franqueado:hover {background: #fff url(../imagens/btn-hover2.png) no-repeat center top 7px;}
    #seja-franqueado p  {font-size: 18px; color: #A31561; float: right; margin: 5px 0 0 75px;}
    

#newsletter {width: 396px; height: 96px; margin: 50px 0 0 0; padding: 12px; background: #A31561;}
    h1.tit  {font-size: 28px; color: #fff; margin: 0;}
    #newsletter p {width: 90px; margin: 7px 0 0 0; font: 18px 'univers_condensedmedium'; color: #fff;}
    
    #form-newsletter {width: 252px; margin: -4px 0 0 50px; *margin: 28px 0 0 0;}
        #form-newsletter label  {float: left; padding: 0 0 10px 0;}
        #form-newsletter .input {width: 195px;}
    #form-newsletter .btn {margin: 2px 0 0 0;}

    #facebook {width: 480px; margin: 35px 0 0 0;}
        #facebook .tit {font-size: 30px; color: #A31460;}
        #facebook p {font-size: 18px; color: #A31460; margin: 32px 0 0 0; position: absolute;}    
        #facebook img {margin: 39px 0 0 0;}
        #facebook iframe {float: left; margin: 0 0 0 15px;}

/* rodape */
#bg-rodape {width: 960px; height: 110px; background: #FFBCAF;}
#sedes {width: 695px; margin: 6px 0 0 0; padding: 5px 10px;}
    #sedes ul     {width: 135px; float: left; margin: 0 5px; padding: 0; list-style: none;}
        ul#recife {width: 241px;}
    #sedes h1.tit {font-size: 18px; color: #FF664C; margin: 0 0 5px 0; padding: 0;}
        #sedes ul li {padding: 2px 2px 0 2px; font: 15px 'univers_condensedmedium' !important; color: #A31561; text-align: left;}

/* pag-institucional */

    #box-texto-institucional {width: 540px; margin: 10px 0 0 0;}

    /* pajinate */

    .ellipse{
        float: left;   
    }

    .content {list-style: none; margin: 0; padding: 0;}

    .paging_container .ellipse {display: none !important;}

    .container{
        width: 100%;
        height: 520px;    
        float: left;    
    }

    .page_navigation , .alt_page_navigation{        
        width: auto;    
        position: absolute;
        bottom: 0;
        z-index: 1;
        right: 50%;
        margin: 0 -151px 0 0;    
    }

    .page_navigation a, .alt_page_navigation a{
        float: left;
        margin: 0 10px 0 0;
        padding: 3px 5px;    
        text-indent: -9999px;
    }

    .first_link, .last_link {display: none;}
    .page_link     {width: 12px; height: 12px; margin: 7px 10px 0 0 !important; background: url(../imagens/img-page-link.png) no-repeat center top;}
    .previous_link {padding: 5px 14px 4px 14px !important; border: 1px solid #A31561;  background: #A61863 url(../imagens/btn-paginaca-anterior.png) no-repeat center top 7px;}    
        .previous_link:hover{background: #fff url(../imagens/btn-hover-previous.png) no-repeat center top 7px;}
    .next_link     {padding: 5px 14px 4px 14px !important; border: 1px solid #A31561; background: #A61863 url(../imagens/btn.png) no-repeat center top 7px;}
        .next_link:hover{background: #fff url(../imagens/btn-hover2.png) no-repeat center top 7px;}

    .active_page   {background: url(../imagens/img-active-page.png) no-repeat center top;}

    .paging_container .content {width: 100%;}

/* pag-franquias */

    #box-texto-franquias    {width: 540px; margin: 10px 0 0 0;}
        #box-texto-franquias.container {height: 560px;}
        .tit-secao-franquia {font-size: 22px; color: #A3135F; margin: 10px 0 0 0; padding: 0 0 10px 10px;}
        ul#lista-perfil-franqueado, ul#lista-passo-a-passo  {list-style: none; margin: 10px 0 0 10px; padding: 0;}
            ul#lista-perfil-franqueado li, ul#lista-passo-a-passo li {color: #A3135F; font: 18px 'univers_condensedmedium'; margin: 5px 0 0 0;}

            ul#lista-passo-a-passo li {margin: 12px 0 0 0; color: #999;}
            .email {color: #0066FF;}
        
        #form-franqueado {width: 490px; margin: 15px 0 0 0;}
            #form-franqueado label {float: left; padding: 0 0 6px 0;} 
            #form-franqueado span  {width: 110px; float: left; margin: 5px 5px 0 0; font: 15px 'univers_condensedmedium'; color: #A31460; text-align: right;}
            #form-franqueado .campos-form {width: 360px; padding /*\**/\9: 5px 0 0 10px; height /*\**/\9: 25px; *padding: 5px 0 0 10px; *height: 25px;}
                #campo-cidade {width: 168px !important; margin: 0 0 0 8px;}
            #form-franqueado label select {width: 180px; border: 1px solid #A31561; font: 15px 'univers_condensedmedium'; color: #A31561; background: #fff; padding: 4px; padding /*\**/\9: 5px; *padding: 5px;}
            #form-franqueado .btn-forms   {margin: 0 3px 0 0; border /*\**/\9: none; *padding: none; }

/* pag-lojas */

    #overlay {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 999; background: url(../imagens/bg-overlay.png) repeat center top;}
        button.fechar {margin: 0 0 0 -26px; padding: 45px 5px 5px 5px; background: #A31561 url(../imagens/x.png) no-repeat center 5px; font: 15px 'univers_condensedmedium'; color: #fff; text-transform: uppercase; top: 5%; left: 50%; border: none; z-index: 1000;}

    #mapa-lojas {width: 426px; height: 427px; margin: 10px 0 0 20px; background: url(../imagens/mapa-lojas.png) no-repeat center top;}
        #mapa-lojas h1 {width: 115px; float: right; margin: 20px 15px 0 0; text-align: right; font-size: 13px; color: #A3135F;}

        .pino-lojas    {width: 34px; height: 40px; cursor: pointer;}
        #cid-teresina  {top: 90px; right: 75px;}
        #cid-recife    {top: 117px; right: 0;}
        #cid-caruaru   {top: 120px; right: 27px;}
        #cid-salvador  {top: 168px; right: 35px;}

    #endereco-lojas   {width: 460px; min-height: 525px;}        
        .lojas h1.tit {font-size: 16px; padding: 0 0 0 5px; border-bottom: 2px solid #FF6147;}
        .lojas ul     {width: 460px; float: left; list-style: none; margin: 15px 0 0 0; padding: 0;}
            .lojas ul li {width: 190px; float: left; margin: 0 30px 0 0; padding: 0 0 30px 0;}
                .icone-mapa    {margin: 0 0 0 7px; cursor: pointer;}
                .lojas ul li p {font: 16px 'univers_condensedmedium'; color: #999; padding: 0 0 5px 5px;}
                    .fone      {margin: 10px 0 0 0 !important;}

            .mapas {margin: -175px 0 0 -220px; padding: 5px 5px 4px 5px; background: #A31561; top: 50%; left: 50%; z-index: 9999;}

    #box-frase-interessado {bottom: 0; right: 0;}
        #box-frase-interessado a.btn {padding: 14px 14px !important;}

/* pag-produtos */
    .titulos-produto{color: #A31460; margin: 21px 0 24px 12px}
    .texto{width: 309px; height: auto; font-size: 13px !important;}
/* pag-produtos - Slide */
    .slide2{width: 630px; height: 420px; margin: 16px 0 0 0;}
/*end pag-produtos - Slide */
/* pag-produtos -Drop Down */
    .submenu{width: 205px; height: 251px; margin: 0; padding: 0; position: absolute; left: 0; top: 50px; display: none; z-index:1000;}
        .submenu li {width: 100%; background: #FF664C; border-bottom: 1px solid #fff;}
            .submenu li:last-child{border: none;}
            .submenu li:hover{background: #FF2904; transition: all 0.5s;}
                .submenu a {font-size: 15px; text-decoration: none; color: #fff; display: block; padding: 8px 0 8px 15px;}

    .menu li ul{position: absolute; top: 34px; left: 380px;}
    #lista-menu li:hover ul, .submenu li ul li:hover ul, #lista-menu li.over ul, .submenu li ul li.over ul{display: block;-webkit-transition: all 2.0s;-moz-transition: all 2.0s;-o-transition: all 2.0s;-ms-transition: all 2.0s;transition: all 2.0s;}
/* end pag-produtos -Drop Down */

/* pag-atendimento */

    #pag-atendimento .slide {margin: -70px 0 0 0;}
    #pag-atendimento.conteudo-interna {background-position: right 125px;}

/* form contato */

#box-formulario {width: 450px; margin: 15px 0 0 12px; *margin: -5px 0 0 10px;}
    #box-formulario label {float: left; padding: 0 0 6px 0; }
    
    .campos-form {width: 438px; height: 28px; padding: 0 0 0 10px; border: 1px solid #A31561; font: 15px 'univers_condensedmedium'; color: #A31561; background: #fff; padding /*\**/: 7px 0 0 10px\9; height /*\**/: 23px\9; *padding:7px 0 0 10px; *height:23px; }
        .campos-form:focus {border: 1px dashed #A31561;}    

    #mensagem.campos-form {height: 150px; padding: 10px 0 0 10px;}

    #label-checkbox {font: 15px 'univers_condensedmedium'; color: #999; } 
    #label-txt-obrigatorio {width: 150px; font: 15px 'univers_condensedmedium'; color: #A31561;}
    
    #contatoform .btn-forms {margin: -20px 0 0 0;}

/* tooltip drweb designer */

#logomarca-drweb {width: 30px; height: 35px; float: right; margin: 37px 35px 0 0; }

/* css plugin galeria principal */

#slides {
    position:absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    height: 680px;
}

.slides_container {
    width: 960px;
    overflow: hidden;
    position: relative;
    display: none;        
    height: 680px;
	margin: 35px 0 0 0;
}

.slides_container a {
    width: 960px;
    height: 680px;
    display:block;
}

.slides_container a img {
    display:block;
}

#slides .next,#slides .prev {
    position:absolute;
    top: 107px;
    left: -39px;
    width: 24px;
    height: 43px;
    display: block;
    z-index: 101;
}

#slides .next {
    left: 585px;
}

.pagination {
    margin: 0;
    padding: 0;
    position: absolute; 
    width: auto;
    top: 0px;
    right: 100px;
    z-index: 100;
}

.pagination li {
    float:left;
    margin:0 13px;
    list-style:none;
}

.pagination li a {
    display:block;
    width: 16px;
    height: 0;
    padding-top: 16px;
    background-image:url(../imagens/paginacao.png);
    background-position:0 0;
    float:left;
    overflow:hidden;
}

.pagination li.current a {
    background-position:0 -19px;
}

/* ==========================================================================
    Classes Genéricas
   ==========================================================================*/

.left {float: left;}
.right {float: right;}
.limite {width: 960px; margin: auto; position: relative;}
.none {display: none;}
.relative {position: relative;}
.absolute {position: absolute;}
.centralizado {margin: 0 auto;}
.bordaVermelha {border: 1px solid red !important;}
.semBg {background: none !important;}
.bold {font-weight: bold !important;}
.clear {clear: both;}
.underline {text-decoration: underline !important;}
.no-underline {text-decoration: none !important;}
.tit {padding: 0 0 10px 0;}
.btn {margin: 3px 0 0 0; padding: 5px 14px 4px 14px; border: none; background: #FF664C url(../imagens/btn.png) no-repeat center 7px; text-indent: -9999px; border: 1px solid #FF664C;}
    .btn:hover {background: #fff url(../imagens/btn-hover.png) no-repeat center 7px;}
.input {width: 75px; height: 30px; padding: 0 0 0 5px; border: none; font: 15px 'univers_condensedmedium'; color: #A61863; text-transform: uppercase; *padding: 7px 0 0 5px; *height: 23px; padding /*\**/: 7px 0 0 5px\9; height /*\**/: 23px\9; }
.destacado {color: #A3135F !important;}
.btn-forms {width: 70px; height: 20px; float: right; margin: 5px 0 0 0; background: #A31561; border: 1px solid #A31561; color: #fff; font: 15px 'univers_condensedmedium'; text-transform: uppercase;}
    .btn-forms:hover {color: #A31561; background: #fff; border: 1px solid #A31561;}
.italico {font-style: italic !important;}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
