/*=========================== EDISE =================================*/

#barra-commerce {
    font-size: 10px;
    border-bottom: 1px solid;
}

.topo_segrase_edise {
    height: 100px;
    background-image: url("/theme/Segrase/img/img_header_edise.png");
    background-image: url("../img/img_header_edise.png");
    z-index: 999999;
    position: relative;
}

.logo_header_edise img {
    margin-top: 1.5em;
    margin-left: 1em;
}

/* NAVBAR */

.navbar-default.navbar-custom-edise .navbar-nav>li {
    padding-left: 2.5em !important;
}

.navbar-default.navbar-custom-edise .navbar-nav>li:first-child {
    padding-left: 0px !important;
    margin-left: -16px !important;
}

.navbar-default.navbar-custom-edise .navbar-nav>li>a:hover {
    color: #162335 !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.dropbtn.active {
    background-color: #7f7f7f;
}

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 15px;
    padding-right: 38px;
    border: none;
    cursor: pointer;
    margin-top: -1px;
}

.dropdown-custom {
    position: relative;
    display: inline-block;
    margin-right: -28px;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 999999;
    background-color: #868686;
    width: 176px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    padding: 8px 15px;
    font-size: 0.9em;
    text-decoration: none;
    display: block;
    color: white;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    text-decoration: none;
}

.dropdown-custom:hover .dropdown-content {
    display: block;
}

.dropdown-custom:hover .dropbtn {
    background-color: #868686;
}

/* CAROUSEL */

.img-destaque-edise {
    max-height: 410px;
}

.carousel-custom {
    margin-top: -10px !important;
    margin-bottom: 10px;
}

.carousel-indicators-custom li {
    width: 12px !important;
    height: 12px !important;
    margin: 0px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border: transparent !important;
    margin-left: 5px !important;
    text-indent: -999px !important;
    display: inline-block !important;
}

.carousel-indicators-custom .active {
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    background-color: #fff !important;
    margin-left: 5px !important;
}

/* ITENS */

.box-e-books {
    height: 410px;
    margin-bottom: 15px;
    padding-top: 10px;
}

.item-custom {
    width: 234px !important;
}

.pull-left {
    float: left;
}

.navbar-right {
    float: right !important;
}

.navbar-nav>li {
    float: left;
}

.nav>li {
    position: relative;
    display: block;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #a9a9a9;
    font-weight: bold;
    float: left;
}

.box-e-books h1 {
    font-size: 6em;
    font-weight: 700;
    color: #a1a1a1;
    margin-top: 148px;
    margin-left: -180px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    position: absolute;
}

.box-carousel {
    margin-left: 200px;
}

.carousel-inner-custom {
    margin-left: 20px;
    width: 87% !important;
}


.info-ebooks {
    float: left;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.info-ebooks:hover {
    border: solid 1px rgba(255, 255, 255, 0.5);
    background-color: #5e5e5e;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.info-ebooks h4 {
    text-align: center;
    font-size: 1em;
    height: 52px;
    width: 100%;
    font-weight: 600;
    color: #a1a1a1;
}

.info-ebooks h2 {
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    color: red;
    text-decoration: line-through;
    margin-top: 14px;
    margin-bottom: -32px;
}

.info-ebooks .preco {
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    color: #a1a1a1;
    margin-top: 35px;
    margin-left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    position: inherit;
}

.prev-arrow {
    position: absolute;
    margin-top: -240px;
    margin-left: -100px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.prev-arrow:hover {
    opacity: 0.6;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.next-arrow {
    margin-top: -240px;
    float: right;
    margin-right: 18px;
    z-index: 999999;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.next-arrow:hover {
    opacity: 0.6;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.select-classificacao {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    width: 250px;
    padding: 5px;
    padding-left: 10px;
    margin-bottom: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/theme/Segrase/img/arrow_select.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    cursor: pointer;
}

.select-classificacao option {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    border-bottom: 1px solid black !important;
}

.view_pages {
    font-weight: 600;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.2em;
    margin-top: 7px;
    padding-left: 91px !important;
}

.view_pages h3 {
    font-weight: 600;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;

}

.view_pages ul li {
    display: inline-block;
    padding-left: 5px;
    font-size: 1.0em;
}

.view_pages ul li:first-child {
    border-right: 1px solid;
    padding-right: 10px;
}

.view_pages ul {
    margin-top: -27px;
    margin-left: 65px;
}

.view_pages a {
    color: #333;
}

.select-pages {
    width: 70px;
    background-position: 80% 50%;
}

.num-pages {
    float: right !important;
}

.num-pages label {
    font-weight: 600;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.2em;
    margin-right: 5px;
}

.navigators {
    float: right !important;
    width: 87px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
}

.box-books {
    background-color: white;
    margin-top: 50px;
    margin-bottom: 15px;
    padding-top: 50px;
    padding-left: 60px !important;

}

.info-books {
    float: left;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.info-books:hover {
    background-color: white;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-box-shadow: 0px 12px 22px 5px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 12px 22px 5px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 12px 22px 5px rgba(0, 0, 0, 0.30);
}

.button-comprar-edise {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 44%;
    left: 0;
}

.info-books:hover .button-comprar-edise {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.info-ebooks:hover .button-comprar-edise {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.info-books h4 {
    text-align: center;
    font-size: 1em;
    height: 52px;
    width: 100%;
    font-weight: 600;
    color: #a1a1a1;
}

.info-books h2 {
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    color: red;
    text-decoration: line-through;
    margin-top: 14px;
    margin-bottom: -32px;
}

.info-books .preco {
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    color: #a1a1a1;
    margin-top: 35px;
    margin-left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    position: inherit;
}

/*=========================== EDISE-CANAIS =================================*/

.como-publicar {
    background-color: white;
    padding: 17px;
    font-family: "Open Sans", sans-serif !important;
    font-size: 1em;
    text-align: justify;
    text-indent: 20px;
    font-weight: 400;
    color: #7f7f7f;
    margin-bottom: 20px;
}

.como-publicar p a {
    color: #7f7f7f;
}

.como-publicar p a:hover {
    color: #7f7f7f !important;
}

.como-publicar p a:focus,
.como-publicar p a:hover {
    color: #7f7f7f !important;
    text-decoration: none !important;
}

.tag-edise {
    width: auto;
    padding-right: 22px;
    background-color: #aaaaaa;
    margin-left: -10px;
    margin-top: 15px;
    float: left;
    position: relative;
}

.tag-edise h3 a {
    text-decoration: none;
    color: white;
}

.tag-edise h3 {
    font-family: "Open Sans Condensed", sans-serif !important;
    font-weight: 700;
    float: left;
    text-transform: uppercase;
    margin-top: 10px;
}

.shadow_tag:before {
    position: absolute;
    content: "";
    margin-top: 46px;
    border-top: 10px solid #717171;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.box-edise {
    border: solid 1px #7f7f7f;
    padding: 3px;
    padding-right: 13px;
    margin-top: 23px;
    margin-bottom: 24px;
    margin-left: -1px;
    display: inline-block;

}

.box-edise-collapse {
    margin-left: -300px !important;
    margin-top: 23px;
    margin-bottom: 24px;
    margin-left: -1px;
    display: inline-block;
    color: transparent !important;
}

.box-edise p {
    margin: 0px !important;
}

.well-custom {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: white !important;
    border: none !important;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.well-custom p {
    margin: 0px !important;
    margin-top: 8px !important;
    text-indent: 0px !important;
    margin-left: 20px !important;
}

.well-custom h4 {
    margin-bottom: 0px !important;
}

.well-custom li {
    text-indent: 0px !important;
}

.fio-edise {
    border-top: 1px solid #7f7f7f;
    position: absolute;
    margin-left: -34px;
    margin-top: 18px;
    width: 47px;
}

/*=========================== EDISE-PRODUTO =================================*/


.produtos {
    background-color: white;
    padding: 34px !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    color: #7f7f7f;
    margin-bottom: 20px;
}

.opnioes a {
    color: #7f7f7f !important;
}

.opnioes a:hover {
    text-decoration: underline !important;
}

.opnioes {
    margin-top: 20px;
}

.opnioes img {
    margin-right: 10px;
}

.icons-op {
    margin-bottom: 10px;
}

.produtos h2 {
    font-family: 'Oswald', sans-serif !important;
}

.box-title-produto {
    background-color: #929292;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.box-title-produto h3 {
    color: white !important;
    padding: 10px 10px 10px 0px !important;
    margin: 0px !important;
}


.imagem-produto img {
    width: 100%;
}

.caracteristicas {
    margin-top: 25px;
}

.caracteristicas p {
    margin-bottom: 5px !important;
}

.valor-produto h3 {
    text-decoration: line-through;
}

.valor-produto h1 {
    margin-top: 0px !important;
}

.valor-produto p {
    padding: 0px;
    margin: 0px;
}


.bandeiras {
    margin-top: 15px;
    margin-bottom: 5px;
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.button-ebook-comprar {
    margin-top: 10px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.button-ebook-comprar img {
    margin-right: 10px;
}

.button-ebook-comprar a {
    font-size: 1.2em;
    color: #7f7f7f !important;
}

.button-ebook-comprar:hover {
    opacity: 0.5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.opiniao-bloco {
    border: 1px solid #CCC;
    border-radius: 5px;
}


@media screen and (max-width: 528px) {
    .carousel-inner-custom {
        margin-left: -60px;
        width: 100% !important;
        height: 420px;
    }

    .carousel-inner-custom .info-ebooks {
        min-height: 390px;
    }
    .info-books,.info-ebooks{
        width: 100%;
    }
}