﻿
/* generic carousel styles */

.carousel {
    position: relative;
}
.carousel-init-onload {
    visibility: hidden;
}
.carousel_inner {
    zoom: 1;
    overflow: hidden;
    position: relative;
}
.carousel_content {
    zoom: 1;
    position: relative;
    *width: 20000px;
    margin: 0 -20000px 0 0;
    padding: 0;
    left: 0;
}
.carousel_content > li {
    float: left;
    display: block;
    min-width: 300px;
}
.carousel .carouselControls {
    display: block;
    text-align: center;
    margin-top: 30px;
}
.carousel .carouselPrevious,
.carousel .carouselNext,
.carousel .carouselPagination li a {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0;
    background: url('carousel-navbar.png') no-repeat 0 0;
    outline: none;
}
.carousel .carouselPagination,
.carousel .carouselPagination li {
    margin: 0;
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.carousel .carouselPagination {
    margin: 0 15px;
}
.carousel .carouselPagination li {
    margin: 0 10px;
}
.carousel .carouselPagination li a {
    display: block;
    height: 0;
    padding-top: 7px;
    width: 15px;
    background-position: center -50px;
    overflow: hidden;
}
.carousel .carouselPagination li.active a {
    background-position: center -40px;
}
.carousel .carouselPrevious,
.carousel .carouselNext {
    border: none;
    display: inline-block;
    overflow: hidden;
    background-position: 0 0;
    height: 20px;
    padding-top: 20px;
    width: 11px;
}
.carousel .carouselNext {
    background-position: 0 -20px;
}
.carousel .carouselPrevious.disabled,
.carousel .carouselNext.disabled {
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.slide_product,
.slide_news {
    background: left top no-repeat;
    width: 276px;
    height: 369px;
    position: relative;
    list-style-type: none;
    margin: 0 auto;
}
.slide_product .mask_product {
    position: absolute;
    /*background: url('borda_produto.png'); */

    width: 100%;
    height: 100%
}
.slide_tooltip {
    background: url('tooltip-bg.png') no-repeat left top;
    z-index: 2;
    position: absolute;
    height: 91px;
    width: 162px;
    top: -23px;
    right: 23px;
    padding-left: 27px;
    padding-top: 8px;
    color: #fff;
}
.carousel_hastooltip .carousel_content {
    padding-top: 23px;
}
.iconBlackFriday {
    position: fixed;
    width: 135px;
    /*margin: 429px 139px;*/
    /*margin: 431px 281px;*/

    z-index: 10;
    margin-top: 428px;
    margin-left: 25%;
}
/******************************
 * carousel item, slide_product
 *****************************/

.slide_product .text {
    width: 138px;
    position: absolute;
    right: 0;
    top: 61px;
}
.slide_product .slide_product_info {
    height: 123px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0;
    position: relative;
}
.ie8 .slide_product .slide_product_info {
    background-color: transparent;
    background-image: url(bg_w_80.png);
}
.ie7 .slide_product .slide_product_info {
    background-color: white;
    background-image: none;
}
.slide_product .slide_product_info h3 {
    margin: 0px 18px;
    padding-top: 21px;
    font-family: alsanreg, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #005399;
    text-align: left;
    text-transform: uppercase;
}
.slide_product .slide_product_info h5 {
    margin: 0 18px;
}
.slide_product .slide_product_info .start {
    font-family: "proximanova regular", Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #005399;
    font-weight: normal;
    display: block;
    position: absolute;
    padding: 0;
    bottom: 6px;
    margin: 0 18px;
}
.slide_product .quote_highlight {
    font-family: "proximanova light", Arial, sans-serif;
    font-size: 27px;
    line-height: 29px;
    padding-top: 1px;
    height: 78px;
    margin-right: -21px;
    background: url(quote_highlight_bg_square.png) right bottom no-repeat;
}
.slide_product .quote_highlight .quote_price {
    color: white;
    padding: 0;
    margin: 18px 18px 0;
}
.slide_product .quote_highlight .quote_link {
    font-family: "proximanova regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    padding-right: 10px;
    margin: 0 18px;
    background-image: url(button_arrow_white2.png);
    background-position: right 1px;
    background-repeat: no-repeat;
}
.quote_link a {
    color: #fff
}
/* slide news */

.slide_news {
    width: 295px;
    height: auto;
    overflow: visible;
}
.slide_news .mask_blog {
    position: absolute;
    background: url('moldura_blog.png');
    width: 100%;
    height: 100%
}
.slide_news .content {
    height: 350px;
    color: #fff;
    position: relative;
}
.slide_news time {
    position: absolute;
    top: 27px;
    left: 26px;
    font-family: "proximanova light", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.slide_news time span {
    display: block;
}
.slide_news .content .text .date {
    display: block;
    position: static;
    margin-bottom: 5px;
}
.slide_news .content .text {
    position: absolute;
    bottom: 30px;
    left: 26px;
	right: 26px;
    font-family: "proximanova light", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.slide_news .text_bottom {
    color: #000000;
    padding-top: 10px;
}
.slide_news .picto_video {
    background: url('slide_news_video.png');
    height: 80px;
    width: 80px;
    overflow: hidden;
    text-indent: -999px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}
/**hp_main_slider */

.hp_main_slider {
    position: relative;
    /**overflow: hidden;**/
	background-color: #ffffff;
}
.slide {
    zoom: 1;
}
.slide:before,
.slide:after {
    content: "";
    display: table;
}
.slide:after {
    clear: both;
}
.hp_main_slider .carousel {
    height: 168px;
}
.hp_main_slider .carousel_inner {
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.hp_main_slider .carousel_content,
.hp_main_slider .carousel_content > li,
.hp_main_slider .carousel_content > li .slide {
    height: 100%;
    background: url('../banners/2020/junho/volta-vendas/home_320x168.jpg') no-repeat left top;  
    background-position: 0px 0px !important;
    background-repeat: no-repeat;
    background-size: 100% !important;
}
.hp_main_slider .carouselControls {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 0;
    top: 200px;
}
.hp_main_slider .carouselPrevious,
.hp_main_slider .carouselNext {
    background: url('right_arrow_m.png') no-repeat left top;
    height: 44px;
    width: 24px;
    overflow: hidden;
    text-indent: -5000px;
    position: absolute;
    top: 30%;
    margin-top: -42px;
}
.hp_main_slider .carouselPrevious {
    left: 0.5%;
    background-image: url('left_arrow_m.png');
}
.hp_main_slider .carouselNext {
    right: 0.5%;
}
.hp_main_slider .slide {
    background: 50% 50% no-repeat;
    background-size: auto 130%;
}
.slide-shadow {
    box-shadow: inset 0 -66px 99px -30px #444444;
    -moz-box-shadow: inset 0 -66px 99px -30px #444444;
    -webkit-box-shadow: inset 0 -66px 99px -30px #444444;
}
.hp_main_slider .slide .slide_text_price {
    display: block;
}
.hp_main_slider .slide .slide_message {
    width: 266px;
    height: 137px;
    margin: 64px auto 0;
    background: url(slide_texte_bg_m.png) no-repeat center center;
    background-size: auto 100%;
}
.hp_main_slider .slide .slide_message h2 {
    width: 80%;
    display: inline-block;
    margin: 0 5%;
    padding: 0 5%;
    text-align: right;
    float: left;
}
.hp_main_slider .slide .slide_message h2 a,
.hp_main_slider .slide .slide_message h2 a:hover,
.hp_main_slider .slide .slide_message h2 a:visited {
    color: #fff;
}
.hp_main_slider .slide .slide_text_price {
    float: right;
    width: 48%;
    margin: 0 1% 0 0;
    padding: 0;
    text-align: center;
}
.hp_main_slider .slide .slide_message_2 {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    font-family: "Allianz_sans_bold", Helvetica, Arial, sans-serif;
}
/* seo */

.hp_main_slider .slide.seo .slide_message {
    padding-top: 1px;
    background: none !important;
    margin: 270px auto 0;
    margin-top: 30px;
}
.hp_main_slider .slide.seo .slide_message h1 {
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    margin: 5px 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.hp_main_slider .slide.seo .slide_message .slide_message_box {
    background: url('slide_texte_bg_seo.png') no-repeat left top;
    background-size: 100% 100%;
    height: 126px;
    width: auto;
    max-width: 676px;
    text-align: center;
    margin-top: 10px;
    padding-top: 1px;
}
.hp_main_slider .slide.seo .slide_message .slide_message_box h2,
.hp_main_slider .slide.seo .slide_message .slide_message_box p {
    margin: 3px 0 3px 23px;
    padding: 0 2%;
    color: #fff;
    display: block;
    float: none;
    width: auto;
}
.hp_main_slider .slide.seo .slide_message .slide_message_box h2 {
    margin-top: 16px;
    font-size: 1em;
    line-height: 1;
    text-align: center;
}
.hp_main_slider .slide.seo .slide_message .slide_message_box p {
    display: none;
    font-size: 0.8em;
}
.bloco_dias {
    margin: 0 20px 0 20px
}
.bd_esq h4,
.bd_esq h5 {
    font-size: 26px;
    padding-top: 28px;
    line-height: 28px
}
.bd_esq p {
    color: #005399;
    font-size: 20px;
    margin-top: 7px
}
.bd_esq ul {
    margin-top: 20px;
}
.bd_esq ul li {
    background: url('seta_block.jpg') no-repeat center left;
    list-style: none;
    color: #005399;
    padding: 1px 0 1px 30px;
}
.bd_dir h5 {
    color: #e87e0d;
    padding-top: 15px;
}
.bd_btn_login {
    background: #005596;
    text-transform: uppercase;
    color: #fff;
    padding: 6px;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.bd_btn_cadastro {
    background: #fe6400;
    text-transform: uppercase;
    color: #fff;
    padding: 6px;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.bd_btn_cadastro a,
.bd_btn_login a {
    color: #fff
}
.atencao_bd {
    background: #005596;
    color: #fff;
    padding: 10px;
    margin: 40px 0 20px 0
}
@media only screen and (max-width: 768px) {
    /*.iconBlackFriday {
      position: fixed;
      width: 135px;
	  margin: 175px 0% 0% 73%;
      z-index: 10;
}


.iconBlackFridayMob
	{
		display:none;
	}
*/
}
/* Seo slide */
/** tablette mode */

@media only screen and (min-width: 481px) {
    .hp_main_slider .carouselControls {
        display: none;
    }
    .hp_main_slider .carousel {
        height: 870px;
    }
    .hp_main_slider .carouselPrevious,
    .hp_main_slider .carouselNext {
        background: url('rigt_arrow.png') no-repeat left top;
        height: 84px;
        width: 44px;
        overflow: hidden;
        text-indent: -5000px;
        position: absolute;
        top: 50%;
        margin-top: -42px;
    }
    .hp_main_slider .carouselPrevious {
        left: 6.0965954%;
        background-image: url('left_arrow.png');
    }
    .hp_main_slider .carouselNext {
        right: 6.0965954%;
    }
    .hp_main_slider .slide {
        background-position: 50% 70%;
        background-size: auto 100%;
    }
    .hp_main_slider .slide .slide_message {
        background-image: url(slide_texte_bg.png);
        max-width: 479px;
        width: 100%;
        height: 173px;
        margin-top: 273px;
    }
    .hp_main_slider .slide .slide_message h2 {
        width: 53%;
        margin-left: 7%;
        margin-right: -20%;
        padding-left: 5%;
        padding-top: 10px;
        text-align: right;
        margin-top: 0;
        float: left;
    }
    .hp_main_slider .slide .slide_message h2 a,
    .hp_main_slider .slide .slide_message h2 a:hover,
    .hp_main_slider .slide .slide_message h2 a:visited {} .hp_main_slider .slide .slide_text_price {
        width: 25%;
        margin-right: 5%;
        margin-top: 74px;
        margin-bottom: 0;
        margin-left: 0;
    }
    .hp_main_slider .slide .slide_message_2 {
        font-size: 26px;
    }
    /* seo */

    .hp_main_slider .slide.seo .slide_message {} .hp_main_slider .slide.seo .slide_message .slide_message_box {
        height: 175px;
    }
    .hp_main_slider .slide.seo .slide_message h1 {} .hp_main_slider .slide.seo .slide_message .slide_message_box p {
        display: block;
        margin-top: 17px;
    }
}
/** desktop mode */

@media only screen and (min-width: 769px) {
    .hp_main_slider .carousel {
        height: 540px;
    }
    .hp_main_slider .slide {
        background-size: 100% auto;
        background-position: 50% 24%;
    }
    .hp_main_slider .slide .slide_message {
        width: 74.7945%;
        margin-top: 156px;
        background-size: 100% auto;
        max-width: 456px;
    }
    .hp_main_slider .slide .slide_message h2 {} .hp_main_slider .slide .slide_text_price {} .hp_main_slider .slide .slide_message_2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 36px;
    }
    /** slide seo */

    .hp_main_slider .slide.seo .slide_message {
        max-width: 676px;
    }
    .hp_main_slider .slide.seo .slide_message h1 {
        font-size: 1.6em;
        margin-top: 60px;
        letter-spacing: 0.5em;
    }
    .hp_main_slider .slide.seo .slide_message .slide_message_box {
        padding-top: 1px;
        height: 196px;
        width: auto;
        max-width: 676px;
        margin-top: 20px;
    }
    .hp_main_slider .slide.seo .slide_message .slide_message_box h2,
    .hp_main_slider .slide.seo .slide_message .slide_message_box p {
        margin: 0 20px 0 40px;
        padding: 0 20px;
        float: none;
        width: auto;
    }
    .hp_main_slider .slide.seo .slide_message .slide_message_box h2 {
        margin-top: 25px;
        margin-bottom: 5px;
        font-size: 1.2em;
    }
    .hp_main_slider .slide.seo .slide_message .slide_message_box p {
        font-size: 1em;
        margin-top: 10px;
    }
    .bloco_dias {
        min-height: 200px;
    }
    .bd_esq {
        float: left;
        width: 60%;
    }
    .bd_dir {
        width: 40%;
        float: right
    }
    .bd_dir h5 {
        color: #e87e0d;
        padding-top: 15px;
    }
}
@media(min-width: 375px){
  .hp_main_slider .carousel_content,
  .hp_main_slider .carousel_content > li,
  .hp_main_slider .carousel_content > li .slide {
      height: 100%;
      background: url('../banners/2020/junho/volta-vendas/home_375x168.png') no-repeat left top;
      background-size: 100%;
  }
}
@media(min-width: 425px){
  .hp_main_slider .carousel_content,
  .hp_main_slider .carousel_content > li,
  .hp_main_slider .carousel_content > li .slide {
      height: 100%;
      background: url('../banners/2020/junho/volta-vendas/home_425x168.png') no-repeat left top;
      background-size: 100%;
  }
}
@media (min-width: 480px) and (max-width: 776px) {
    .hp_main_slider .carousel_content,
    .hp_main_slider .carousel_content > li,
    .hp_main_slider .carousel_content > li .slide {
        height: 100%;
        background: url('../banners/2020/junho/volta-vendas/home_768x1080.png') no-repeat left top;
    }
}
@media(min-width: 778px){
  .hp_main_slider .carousel_content,
  .hp_main_slider .carousel_content > li,
  .hp_main_slider .carousel_content > li .slide {
      height: 100%;
      background: url('../banners/2020/junho/volta-vendas/home_1024x500.png') no-repeat left top;
  }
}
/*@media(min-width: 992px){
	.hp_main_slider .carousel_content,
	.hp_main_slider .carousel_content > li,
	.hp_main_slider .carousel_content > li .slide {
      height: 100%;
      background: url('../banners/2020/junho/volta-vendas/home_1024x500.png');
  }
}*/

@media (min-width: 1024px) {
    .hp_main_slider .carousel_content,
    .hp_main_slider .carousel_content > li,
    .hp_main_slider .carousel_content > li .slide {
        height: 100%;
        background: url('../banners/2020/junho/volta-vendas/home_1024x500.png') no-repeat left top;
		background-size: cover !important;
    }
}

@media(min-width: 1280px){
  .hp_main_slider .carousel_content,
  .hp_main_slider .carousel_content > li,
  .hp_main_slider .carousel_content > li .slide {
      height: 100%;
      background: url('../banners/2020/junho/volta-vendas/home_1280x500.png');
      background-size: cover !important;
  }
}
@media(min-width: 1440px){
  .hp_main_slider .carousel_content,
  .hp_main_slider .carousel_content > li,
  .hp_main_slider .carousel_content > li .slide {
      height: 100%;
      background: url('../banners/2020/junho/volta-vendas/home_1440x500.png');
  }
}
@media(min-width: 1920px){
  .hp_main_slider .carousel_content,
  .hp_main_slider .carousel_content > li,
  .hp_main_slider .carousel_content > li .slide {
      height: 100%;
      background: url('../banners/2020/junho/volta-vendas/home_1440x500.png');
      background-size: cover !important;
  }
}
@media (min-width: 2560px) {
    .hp_main_slider .carousel_content,
    .hp_main_slider .carousel_content > li,
    .hp_main_slider .carousel_content > li .slide {
        height: 100%;
        background: url('../banners/2020/junho/volta-vendas/home_2560x500.png');
    }
}