@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------*/
/* Font & Color */
/*---------------------------------------------------------------------------*/

html, body, td, th, input, textarea, select , button
{ color:#fff; font-family: 'Lora', serif; }


/*---------------------------------------------------------------------------*/
/* Link e comuns*/
/*---------------------------------------------------------------------------*/

a:link, a:visited, a:active { color:#fff200; cursor:pointer; text-decoration:none; }
a:hover { text-decoration:underline; color:#fff; }

ul { list-style: none outside none; }

p { margin:2px 0px 10px 0px; padding:0; font-size:14px; line-height:20px;} 

img{ border:0; }

.clear{clear:both;}

/*---------------------------------------------------------------------------*/
/* Structure */
/*---------------------------------------------------------------------------*/
* { margin: 0; padding: 0; }

html { width:100%;  }

body { text-align:left; width:100%; background:url(_img/bg_f02.jpg) #21201E center 342px no-repeat; }

#faixa-02, #faixa-04, #faixa-45, #faixa-05 { width:100%; overflow:hidden; }
#faixa-01, #faixa-03{ width:100%; }
#faixa-02-inner, #faixa-04-inner, #faixa-45-inner, #faixa-05-inner { width:960px; margin:0 auto; overflow:hidden; }
#faixa-01-inner, #faixa-03-inner {width:960px; margin:0 auto; overflow: hidden;
text-align: center;}

#faixa-45 { background:url(oolhodomundo/_img/bg_f02.jpg) top center no-repeat; min-height: 200px }
/*---------------------------------------------------------------------------*/
/* Faixa 01 */
/*---------------------------------------------------------------------------*/

#faixa-01 {background:url(_img/bg_topo.jpg) top center no-repeat; width:100%; height:384px}
#faixa-01-inner {height:384px}


.titulo { background:url(_img/bg_titulo.png) top center no-repeat; float:left; overflow:hidden; width:335px; height:146px; margin: 144px 0 10px 330px; }
.titulo h1, .titulo h2 { text-indent:-9999px; display: block; height: 10px; overflow: hidden; }
.titulo-lateral { float:right; width:25px;} 
h2.logo-intrinseca {float:left; margin:20px 0px 20px 0px; width:25px; height:98px;}

.ornamento-central {background:url(_img/ornamentocentral.png) top center no-repeat; height:203px; margin:-100px auto  -40px; width:100%;position: relative;}



/*---------------------------------------------------------------------------*/
/* Faixa 03 */
/*---------------------------------------------------------------------------*/
a.link-livro01 { text-indent: -9999px; display:block; background:url(_img/link_livro01.png) top center no-repeat; width:177px; height:72px; margin:16px 0px 0px 20px;}
a.link-livro01:hover { background-position: 0 -72px;}
a.link-livro02 { text-indent: -9999px; display:block; background:url(_img/link_livro02.png) top center no-repeat; width:179px; height:74px; margin:16px 0px 0px 20px;}
a.link-livro02:hover { background-position: 0 -76px;}
a.link-livro03 { text-indent: -9999px; display:block; background:url(_img/link_livro03.png) top center no-repeat; width:179px; height:74px; margin:24px 0px 0px 20px;
text-align: left;}
a.link-livro03:hover { background-position: 0 -76px;}
a.link-livro04 { text-indent: -9999px; display:block; background:url(_img/link_livro04.png) top center no-repeat; width:179px; height:74px; margin:16px 0px 0px 20px;}
a.link-livro04:hover { background-position: 0 -76px;}

#faixa-03 { background:url(_img/bg_mapa.jpg) #21201E center top no-repeat;
background-size: auto 100%;
padding: 110px 0 20px;}

.item-livro {margin:20px 35px 0px 0px; display: inline-block;}
.item-livro img {width: auto; height: 230px; margin-bottom: 20px}

/*---------------------------------------------------------------------------*/
/* Faixa 04 */
/*---------------------------------------------------------------------------*/

#faixa-04 { background-color:#000; }
#faixa-04-inner { padding-bottom:40px;}

.fx04-esq { width:450px; float:left; padding-right:20px; margin-left:30px;}
.fx04-dir { width:380px; float:right; padding-left:20px;}

h3.nome-autor { background:url(_img/tit_autor.png) top left no-repeat; height:43px; width:170px; text-indent: -9999px; display:block; margin:0px 0px 20px 20px;}
h3.nome-serie { background:url(_img/tit_serie.png) top left no-repeat; height:43px; width:170px; text-indent: -9999px; display:block; margin:0px 0px 20px 20px;}

h3.nome-mapas { background:url(_img/tit_mapas.png) top left no-repeat; height:43px; width:170px; text-indent: -9999px; display:block; margin:0px 0px 20px 60px;}

ul.mapas {
overflow: hidden;
display:block;
margin-bottom: 40px}
p.txt-mapas { font-size: 18px; margin: 10px 0 20px 60px}
ul.mapas li {
float:left;
background-color: #D9B12C;
    margin: 10px 20px 20px 0
}
ul.mapas li a { display: block}
ul.mapas li img:hover { opacity: 0.7}
/*---------------------------------------------------------------------------*/
/* Faixa 05 */
/*---------------------------------------------------------------------------*/

#faixa-05 { background:url(_img/bg_f05.jpg) top center no-repeat;}
#faixa-05-inner { padding-bottom:100px;}
.fx5-ornamento { background:url(_img/ornamento.png) top center repeat-x; height:29px; margin:0 auto; width:100%}

#faixa-05 p { text-indent:-9999px; display: block; height: 241px; width:655px; margin:60px auto 0px; overflow: hidden; background:url(_img/bg_p_f05.png) top center no-repeat; }

.links-livros {font-family: 'Cinzel', serif; color:#F0E6A9; text-transform: uppercase;font-size: 18px; line-height: 120%;
    border-bottom: solid 1px #fff; padding-bottom:6px; margin-left: 10px;
    text-align: left;
}
.links-livros a { color:#cea725; font-size: 21px; font-weight: bold; text-decoration: none}
.links-livros a:hover {color:#fff}
.links-livros::after {content: " »"; color:#fff}
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
    overflow: hidden;

    -ms-touch-action: none;
    touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
    display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;

    display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow: auto;

    text-align: center;

    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    display: inline-block;

    height: 100%;
    margin-left: -0.05em;

    content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
    position: relative;

    outline: none;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.remodal-is-initialized {
    /* Disable Anti-FOUC */
    display: inline-block;
}

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
    background: rgba(43, 46, 56, 0.7);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
    padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
    box-sizing: border-box;
    /*width: 100%;
    margin-bottom: 10px;*/

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    color: #2b2e38;
    background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

/* Close button */

.remodal-close {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    overflow: visible;

    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;

    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
    color: #2b2e38;
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 35px;

    content: "\00d7";
    text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
    font: inherit;

    display: inline-block;
    overflow: visible;

    min-width: 110px;
    margin: 0;
    padding: 12px 0;

    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;

    border: 0;
    outline: 0;
}

.remodal-confirm {
    color: #fff;
    background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
    background: #66bb6a;
}

.remodal-cancel {
    color: #fff;
    background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
    background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
    padding: 0;

    border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);

        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;

        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);

        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;

        opacity: 1;

        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }

    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);

        opacity: 0;

        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }

    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);

        opacity: 0;

        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
.img-remodal {
    max-width: 100%;
height: auto;
}
.bt-close-popup {
position: absolute;
top: 16px;
right: 16px;
font-size: 30px;
background-color: #fe3;
color: #552466 !important;
border-radius: 15px;
overflow: hidden;
line-height: 25px;
}

.bt-close-popup i {
    line-height: 25px;
}
.bt-close-popup:hover {
    color: #fff;
    background-color: #552466;
}