/*progressbar*/
fieldset#step_1, fieldset.form_seja_socio {
    background: #0c3d63;
    padding: 10px 0 20px 0;
}
.head-form {
    background: #008cd2;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    padding: 10px 0;
}

#progressbar {
    margin-bottom: 0;
    overflow: hidden;
    counter-reset: step;
    text-align: center;
    padding: 0;
    margin-top: 20px;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #7dbe0f;
    color: white;
}
.text-dia-dos-pais {
    color: #1e737e;
    font-weight: 700;
    font-family: 'Whitney-Medium', sans-serif;
}
.text-dia-dos-pais-title {
    font-size: 18px;
    font-family: 'Whitney-Medium', sans-serif;
}
.text-dia-dos-pais-title-2 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-family: 'Whitney-Medium', sans-serif;
}
.text-dia-dos-pais-title-3 {
    font-size: 28px;
    text-align: center;
    color: #005291;
    font-family: 'Whitney-Medium', sans-serif;
    margin-bottom: 0 !important;
    font-weight: 700;
}
.text-dia-dos-pais-title-4 {
    font-size: 24px;
    text-align: center;
    color: #1e737e;
    font-family: 'Whitney-Medium', sans-serif;
}
.btn-whats {
    background: #588e1d !important;
    border: none !important;
    margin-right: 5px !important;
}
.btn-whats:hover {
    background: #4a7818 !important;
    border: none !important;
}
.btn-face {
    background: #175684 !important;
    border: none !important;
    margin-left: 5px !important;
}
.btn-face:hover {
    background: #114266 !important;
    border: none !important;
}
.bg-dia-dos-pais {
    min-height: 372px;
    height: auto;
    background-image: url(../images/datas-comemorativas/dia-dos-pais/slide-01.jpg);
    background-size: cover;
    background-position: center center;
}
.bg-members-mark {
    min-height: 372px;
    height: auto;
    background-image: url(../images/slides/members-mark/slide-01.png);
    background-size: cover;
    background-position: center center;
}
.bg-lancamentos {
    min-height: 372px;
    height: auto;
    background-image: url(../images/lancamentos/slide-01.jpg);
    background-size: cover;
    background-position: center center;
}
.bg-lancamentos-timtam {
    min-height: 372px;
    height: auto;
    background-image: url(../images/lancamentos/timtam/banner-01.jpg);
    background-size: cover;
    background-position: center center;
}
.bg-lancamentos-mistral {
    min-height: 372px;
    height: auto;
    background-image: url(../images/lancamentos/mistral/banner-01.jpg);
    background-size: cover;
    background-position: center center;
}
.bg-categoria-bebe {
    height: 450px;
    background-image: url(../images/categoria/bebe/slide-01.jpg);
    background-size: cover;
    background-position: center center;
}
.bg-categoria-carnes {
    height: 450px;
    background-image: url(../images/categoria/carnes/slide-01.jpg);
    background-size: cover;
    background-position: center center;
}
.bg-categoria-cervejas {
    height: 450px;
    background-image: url(../images/categoria/cervejas/slide-01.jpg);
    background-size: cover;
    background-position: center center;
}
.bg-categoria-vinhos {
    height: 450px;
    background-image: url(../images/categoria/vinhos/slide-01.jpg);
    background-size: cover;
    background-position: center center;
}
.bg-categoria-churrasqueiras {
    height: 450px;
    background-image: url(../images/categoria/churrasqueiras/slide-01.jpg);
    background-size: cover;
    background-position: center center;
}
.bg-categoria-cama-mesa-banho {
    height: 450px;
    background-image: url(../images/categoria/cama-mesa-banho/slide-01.jpg);
    background-size: cover;
    background-position: center center;
}
.box-vale {
    background: #7dbe0f;
    padding: 20px;
    border-radius: 9px;
}
.box-cartoes {
    background: #008cd2;
    padding: 20px;
    border-radius: 9px;
}
.img-box-vale, .img-box-cartoes {
    padding: 5px;
    background: #fff;
    border-radius: 9px;    
}
span.txt-destaque {
    color: #005291;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 3px;
}
.border-featured {
    border: 6px solid #fff;
    border-radius: 9px;
}
.img-formas-de-pagamento {
    float: left;
    margin: 0 16px 20px 0;
}
.divider {
    border-bottom: 1px solid #d9d9d9;
    clear: both;
    width: 100%;
}
.image-gallery {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.image-gallery:hover {
  cursor: pointer;
}
.box-lupa {
    position: absolute;
    z-index: 200;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    bottom: 82px;
    right: 15px;
    color: #043d74;
    cursor: pointer;
}
.modal-prime {
    z-index: 999;
}
/* */
.hidden {
    display: none !important;
}
.carousel-wrap {
  padding: 0 0 !important;
  width: 100% !important;
  position: relative !important;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative !important;
  max-width: 200px;
  margin: 0 auto !important;
  z-index: 100 !important; 
  backface-visibility: hidden !important; 
}

.owl-carousel .item1 {
  position: relative !important;
  max-width: 200px;
  margin: 0 auto !important;
  z-index: 100 !important; 
  backface-visibility: hidden !important; 
}

/* end fix */
.owl-nav > button {
    margin-top: -26px !important;
    position: absolute !important;
    top: 50% !important;
    color: #cdcbcd !important;
    outline: none;
}

.owl-nav > button:hover {
    color: #005291 !important;
    outline: none;
}

.owl-nav i {
  font-size: 52px !important;
}

.owl-nav .owl-prev {
  left: -30px !important;
}

.owl-nav .owl-next {
  right: -30px !important;
}
.box-header {
    padding: 10px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#entre-sams {
    text-align: center;
    background: #008cd2;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 6px;
}
.img-entre-sams img {
    margin-bottom: 20px;
    border-radius: 6px;
}
area {
    outline: none;
}
header .samsclub-logo {
    width: 176px;
    height: 40px;
    float: left;
    text-indent: -9999px;
}

.sc-v2-001-logo-desk {
    background-image: url(/v2/images/sprites-v3.png);
    background-position: 0 0;
    width: 176px;
    height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .sc-v2-001-logo-desk {
        background-image: url(/v2/images/sprites-v3@2x.png);
        background-size: 176px 1148px;
    }
}
body {
    font-family: "Whitney",'Lato',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.carousel-item>a>img.d-block.img-fluid {
    width: 100%;
}
select#estados {
    width: 50%;
}
.side-l {
    border-right: 2px dotted #dedede;
}
/* Fontes */
@font-face {
    font-family: 'Whitney';
    src: url('../fonts/whitney/Whitney-Bold.eot');
    src: url('../fonts/whitney/Whitney-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/whitney/Whitney-Bold.woff2') format('woff2'),
        url('../fonts/whitney/Whitney-Bold.woff') format('woff'),
        url('../fonts/whitney/Whitney-Bold.ttf') format('truetype'),
        url('../fonts/whitney/Whitney-Bold.svg#Whitney-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney';
    src: url('../fonts/whitney/Whitney-Light.eot');
    src: url('../fonts/whitney/Whitney-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/whitney/Whitney-Light.woff2') format('woff2'),
        url('../fonts/whitney/Whitney-Light.woff') format('woff'),
        url('../fonts/whitney/Whitney-Light.ttf') format('truetype'),
        url('../fonts/whitney/Whitney-Light.svg#Whitney-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney';
    src: url('../fonts/whitney/Whitney-Medium.eot');
    src: url('../fonts/whitney/Whitney-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/whitney/Whitney-Medium.woff2') format('woff2'),
        url('../fonts/whitney/Whitney-Medium.woff') format('woff'),
        url('../fonts/whitney/Whitney-Medium.ttf') format('truetype'),
        url('../fonts/whitney/Whitney-Medium.svg#Whitney-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney-Book';
    src: url('../fonts/whitney/Whitney-Book.eot');
    src: url('../fonts/whitney/Whitney-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/whitney/Whitney-Book.woff2') format('woff2'),
        url('../fonts/whitney/Whitney-Book.woff') format('woff'),
        url('../fonts/whitney/Whitney-Book.ttf') format('truetype'),
        url('../fonts/whitney/Whitney-Book.svg#Whitney-Book') format('svg');
    font-weight: 400;
    font-style: normal;
}

/* Botão Lead */

.btn-lead {
    color: #fff;
    background-color: #7dbe0f;
    border-color: #7dbe0f;
    font-weight: 700;
}
.btn-lead:hover {
    color: #fff;
    background-color: #005291;
    border-color: #005291;
}

.btn-lead-2 {
    color: #fff;
    background-color: #7dbe0f;
    border-color: #7dbe0f;
    font-weight: 700;
}
.btn-lead-2:hover {
    color: #005291;
    background-color: #fff;
    border-color: #fff;
}

/* Nav Link */

a.nav-link {
	color: rgba(34,34,34,0.8);
}
a.nav-link:hover {
	color: rgb(0, 82, 145);
	text-decoration: underline;
}

.nav-link {
    padding: 0.5rem 0.65rem !important;
}

/* Carousel */

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.carousel-indicators {
    background: #e4e4e4;
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    bottom: 0 !important;
}

.carousel-indicators li {
    background-color: #8b8b8b !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 90px !important;
    -moz-box-shadow: inset 0 0 10px #000000 !important;
    -webkit-box-shadow: inset 0 0 2px #000000 !important;
    box-shadow: inset 0 0 2px #000000 !important;
}

.carousel-indicators .active {
    background-color: #7dbe0f !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 90px !important;
    -moz-box-shadow: inset 0 0 10px #000000 !important;
    -webkit-box-shadow: inset 0 0 2px #000000 !important;
    box-shadow: inset 0 0 2px #000000 !important;
}

#box-slide {
    background: #fff;
    padding: 20px;
    border-bottom: 6px solid #005291;
    max-width: 320px;
}

#box-slide-2 {
    background: #fff;
    padding: 20px;
    border-bottom: 6px solid #005291;
}

.slide h1 {
    font-size: 22px;
    font-weight: 400;
    color: #005291;
}

.slide .descricao {
    color: #959595;
}

.carousel-caption {
  transform: translateY(-50%);
  bottom: 0;
  top: 50%;
}

/* Extras */
ul.conheca-vantagens li {
	list-style-type: none;
}
ol.list-vantagens li {
	color: #005291;
}
.clearboth {
	clear: both;
}
.fs-11 {
	font-size: 11px;
}
.fs-13 {
	font-size: 13px;
}
.fs-15 {
	font-size: 15px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-21 {
	font-size: 21px;
}
.fs-24 {
	font-size: 24px;
}
.fs-28 {
	font-size: 28px;
}
.text-title {
	color: #005291;
}
.text-padrao {
    color: #777;
}
a.link-cat {
    color: #005291;
}
a.link-cat:hover {
    color: #7dbe0f;
}
a.link-default {
    color: #7dbe0f;
    text-decoration: underline;
}
a.link-default:hover {
    color: #005291;
}

a.link-default-2 {
    color: #7dbe0f;
}
a.link-default-2:hover {
    color: #005291;
    text-decoration: none;
}

a.link-accordion {
    color: #005291;
    text-decoration: none;
}
a.link-default-2:hover {
    color: #005291;
    text-decoration: none;
}

/* Bg's Sams */

.bg-sams-blue {
	background-color: #005291;
}

.bg-sams-blue-light {
	background-color: #1977d3;
}

.bg-sams-white {
	background-color: #fff;
}

.bg-sams-grey {
	background-color: #f7f7f7 !important;
}

.bg-sams-grey-socio {
    background-color: #e4e4e4;
}

/* SEJA SÓCIO */

.table-bordered td, .table-bordered th {
    vertical-align: middle;
}

.blue-light {
    color: #1977d3;
}
.shadow-top {
    -webkit-box-shadow: 0 10px 6px -6px #555;
    -moz-box-shadow: 0 10px 6px -6px #555;
    box-shadow: 0 10px 6px -6px #55555526;
    z-index: 9;
}

.socio-2 {
    margin-top: 150px;
}

#top-socio {
    padding: 3rem 1.5rem 4rem 1.5rem;
}

.title-top-socio {
    color: #fff;
    font-size: 1.8em;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

/*.title-top-socio {
    color: #1977d3;
    font-size: 1.8em;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    background: #fff;
    border-radius: 6px;
    padding: 10px 0;
    box-shadow: 2px 4px 6px #005291;
}*/

.text-top-socio {
    color: #fff;
    font-size: 1.5em;
    line-height: normal;
    text-align: center;
    font-weight: 300;
}

.link-socio:hover {
    text-decoration: underline;
}

.card-socio {
    width: 372px;
    position: absolute;
    left: 50%;
    margin-left: -182px;
    z-index: 9;
}

.line-normal {
    line-height: normal;
    font-weight: 300;
}

#box-slide-socio {
    background: #fff;
    padding: 20px;
    width: 100%;
}

.bg-sams-socio {
    background: url(../images/seja-socio/bg-socio.jpg);
    background-position: fixed;
    padding: 8rem 0;
}

.text-box-socio {
    font-size: 24px;
    font-weight: 400;
    color: #005291;
}

/* Destaque_Topo */

img.destaque-topo {
    float: left;
    margin-right: 15px;
    top: -8px;
    position: relative;
}

/* Accordion */

.mb-0 > a {
  display: block;
  position: relative;
}
.mb-0 > a:after {
	font-family: "Font Awesome 5 Free";
  	content: "\f078"; /* fa-chevron-down */
  	position: absolute;
  	right: 0;
  	font-weight: 900;
}
.mb-0 > a[aria-expanded="true"]:after {
	font-family: "Font Awesome 5 Free";
  	content: "\f077"; /* fa-chevron-up */
  	font-weight: 900;
}

/* Form */
input, select, textarea {
    background: #fff;
    color: #005291 !important;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #cccc;
    font-weight: 400;
    width: 100%;
    margin-bottom: 15px !important;
    outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #005291 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #005291 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: #005291 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #005291 !important;
}
input[type="checkbox"] {
  width: auto;
}
.form-check.form-check-inline {
    float: right;
}
.form-checkbox {
  margin-bottom: 10px;
}
label.form-check-label {
    color: #005291;
}
.form-check-inline .form-check-input {
    position: relative;
    top: 8px;
    margin: 0;
    right: 8px;
}
.landing_titulo h1, .landing_titulo_2 h1 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 30px;
}
.landing_titulo, .landing_titulo_2 h1:after h1:after {
    margin-top: 30px;
    display: block;
    content: "";
    background-color: #fff;
    width: 25%;
    height: 1px;
}
.landing_titulo p, .landing_titulo_2 p {
    font-size: 18px;
    margin-bottom: 30px;
}
#seja-socio-form.carousel-caption {
	right: 10%;
	left: 10%;
}

/* Encontre um Clube */
section#encontre {
    min-height: 210px;
}
#destaque-clube {
    background-color: #e7e7e7;
    text-align: center;
    padding: 0;
    background-image: url(../images/encontre-um-clube/bg.png);
    background-repeat: no-repeat;
    background-position: 150px -10px;
}

#header-catalogo {
    background-color: #005291;
    text-align: center;
    padding: 0;
}

a.icon-catalogos {
    font-size: 2em;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-ofertas {
    border: 1px solid #ccc;
}

a.icon-catalogos:hover {
    color: #8bda05;
}

/* Indique sua Empresa */
.landing-indique {
    background-repeat: no-repeat;
    background: url(../images/slides/indique-sua-empresa/slide-01.jpg);
    color: #fff;
    background-size: cover;
    padding: 0;
}
/* Seja Sócio */

.splash-socio {
    position: absolute;
    z-index: 99999;
    right: 0;
    top: -80px;
}
.splash-text {
    font-size: 32px;
}
.img-sec {
    position: absolute;
    left: 38%;
    z-index: 100;
}
.img-sec-2 {
    position: absolute;
    left: 700px;
    z-index: 100;
    top: -310px;
}
.headlines {
    font-size: 180%;
    font-weight: 700;
}
.text-card {
    color: #666;
    font-size: 140%;
}
@media screen and (min-width:990px) {
    .box-info-desk {
        margin-left: 30%;
    }
    .box-info-desk-2 {
        margin-left: 8%;
    }    
}
@media screen and (min-width:1023px) {
    .img-sec {
        position: absolute;
        left: 29%;
        z-index: 100;
        top: -63px;
    }
}
.text-title-socio {
    margin-top: 30px;
    color: #0a59a3;
    font-size: 27px;
}
.link-form {
    color: #7dbe0f;
    font-weight: 700;
    text-decoration: underline;
}
.open-form {
    cursor: pointer;
}
.bg-sams-whitelabel {
    background: url(../images/seja-socio/bg-whitelabel.jpg);
    background-size: cover;
}

.landing {
    background-repeat: no-repeat;
    background: url(../images/slides/seja-socio/slide-01.jpg);
    color: #fff;
    background-size: cover;
    padding: 0;
}

.landing-renova {
    color: #fff;
    background: url(../images/seja-socio/bg-socio.jpg);
    background-size: contain;
    background-position: -40% 0;
    background-repeat: no-repeat !important;
    padding: 0;
    background-color: #124d79;
}

.landing_titulo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.landing_titulo_2 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;    
}

#form-seja-socio-2 {
    background: #005291;
    padding: 0 0 30px 0;
}

#form-seja-socio-2-a {
    background: #005291;
    padding: 20px 0 20px 0;
}

.form_topo {
    background-color: #005a91;
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
}

.form_titulo {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

/* Atualização Cadastral */
.landing-atualizacao {
    background-repeat: no-repeat;
    background: url(../images/slides/atualizacao-cadastral/slide-01.jpg);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px -50px;
    padding: 0;
}

/* Mais Vantanges */

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
  outline: none;
  margin-top: 10px;
}

.button-group .button:first-child {
    border-radius: 0.5em 0 0 0.5em;
    outline: none;
}
.button-group .button:last-child {
    border-radius: 0 0.5em 0.5em 0;
    outline: none;
  }

.button {
    display: inline-block;
    padding: 10px 18px;
    margin-bottom: 10px;
    background: #EEE;
    border: none;
    border-radius: 7px;
    background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
    color: #222;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.button:active, .button.is-checked {
    background-color: #7dbe0f;
}

.button.is-checked {
    color: #fff;
}

/* ---- isotope ---- */

img.img-parceiros {
    border: 3px solid #ddd;
    border-radius: 9px;
}

.grid {
  max-width: 1200px;
  top: 20px;  
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  float: left;
  width: 250px;
  height: 250px;
  margin-bottom: 10px;
}

.box-vantagens {
    border-radius: 9px;
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}


/* Footer */
footer {
    background-color: #dedede !important;
}

.icons-redes {
    margin: 0 33px;
    color: rgba(34,34,34,0.8);
    font-size: 18px;
}

a.nav-footer {
    text-decoration: none;
    color: rgba(34,34,34,0.8);
    text-transform: none;
}

a.nav-footer:hover {
    color: #0a59a3 !important;
    text-decoration: underline;
}

#copy-footer {
    border-top: 1px solid rgba(65,65,65,0.1);
    padding-top: 20px;
    color: rgba(34,34,34,0.8);
}

#slide-ofertas-da-semana {
    text-align: center !important;
    width: 30% !important;
    margin: 0 auto !important;
    padding: 40px 0 40px 0 !important;
}
#slide-ofertas-da-semana-indicators.carousel-indicators li {
    background-color: #8b8b8b !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 90px !important;
    -moz-box-shadow: inset 0 0 10px #000000 !important;
    -webkit-box-shadow: inset 0 0 2px #000000 !important;
    box-shadow: inset 0 0 2px #000000 !important;
}

#slide-ofertas-da-semana-indicators.carousel-indicators .active {
    background-color: #7dbe0f !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 90px !important;
    -moz-box-shadow: inset 0 0 10px #000000 !important;
    -webkit-box-shadow: inset 0 0 2px #000000 !important;
    box-shadow: inset 0 0 2px #000000 !important;
}
#slide-ofertas-da-semana-arrow-left>.carousel-control-prev-icon {
    background-image: url(https://www.materialui.co/materialIcons/hardware/keyboard_arrow_left_black_144x144.png) !important;
    background-size: 150% !important;
}
#slide-ofertas-da-semana-arrow-right>.carousel-control-next-icon {
    background-image: url(https://www.materialui.co/materialIcons/hardware/keyboard_arrow_right_black_144x144.png) !important;
    background-size: 150% !important;
}

#slide-ofertas-da-semana-arrow-left.carousel-control-prev {
    left: -80px !important;
}
#slide-ofertas-da-semana-arrow-right.carousel-control-next {
    right: -80px !important;
}
.hide-desktop {
    display: block;
}
.hide-mobile {
    display: none;
}

@media (max-width: 575.98px) {  
    .card-socio {
        width: 313px;
        margin-left: -156.5px;
    }    
    .bg-sams-socio {
        background: url(../images/seja-socio/bg-socio.jpg);
        padding: 2rem;
        background-size: cover;
        background-position: center;
    }    
    select#estados {
        width: 100%;
        font-size: 18px;
    }   
    .icons-redes {
        margin: 0 25px !important;
    }    
    .text-title {
        font-size: 18px;
    }    
    .btn-center-mobile {
        text-align: center;
    }
    .hide-desktop {
        display: none !important;
    }
    .hide-mobile {
        display: block !important;
    }    
    .slick-dots {
        width: 100% !important;
        margin: 0 !important;
    } 
    .box-header {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    #entre-sams {
        border-radius: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }   
    #entre-sams>.row>div:nth-child(1) {
        margin-bottom: 20px;
    }     
    #copy-footer {
        margin-top: 30px;
    } 
    .carousel-indicators li {
        margin: 0 15px;
    }   
    .fs-15, .text-padrao, p.text-footer {
        font-size: 18px !important;
    }  
    .footer>div>div>.col-xs-12.col-sm-12.col-lg-4.text-xs-left.text-sm-left.text-lg-right.mt-3.my-xs-3.my-sm-3 {
        text-align: center;
    }       
    .btn-lead {
        margin: 20px 0;
    }       
    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        padding: 20px 0 !important;
        border-bottom: 1px solid #ccc;
        font-size: 20px;        
    }
    ul.navbar-nav.ml-auto {
        margin: 20px 0 0 0 !important;
    }    
    .images-oferta-mobile {
        padding: 30px;
    }
    #slide-ofertas-da-semana-arrow-left.carousel-control-prev {
        left: -10px !important;
    }    
    #slide-ofertas-da-semana-arrow-right.carousel-control-next {
        right: -10px !important;
    }    
    #slide-ofertas-da-semana {
        text-align: center !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 0 0px 0 !important;
    }    
	.caption-mobile {
	    transform: none !important;
	    bottom: 0 !important;
	    top: 0 !important;
	    position: relative !important;
	    right: 0 !important;
	    left: 0 !important;
	    margin: 0;
	    padding: 0;
	}
	.box-slide-mobile {
	    background: #fff !important;;
	    padding: 20px 20px 0 20px !important;;
	    border-bottom: 6px solid #005291 !important;;
	    max-width: 100% !important;;
	}
    .box-slide-mobile-2 {
        background: #fff !important;;
        padding: 30px !important;;
        border-bottom: 6px solid #005291 !important;;
        max-width: 100% !important;;
    }    
	#destaque-clube {
	    background: #e7e7e7;
	    text-align: center;
	    padding: 0;
	}
    #chico>div {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px !important;
    }    		
}

@media (min-width: 576px) and (max-width: 767.98px) {  
    select#estados {
        width: 50%;
        font-size: 18px;
    }   
    .text-title {
        font-size: 18px;
    }      
    .btn-center-mobile {
        text-align: center;
    }    
    .hide-desktop {
        display: none !important;
    }
    .hide-mobile {
        display: block !important;
    }      
    .box-header {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    #entre-sams {
        border-radius: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }   
    #entre-sams>.row>div:nth-child(1) {
        margin-bottom: 20px;
    }      
    #copy-footer {
        margin-top: 30px;
    } 
    .carousel-indicators li {
        margin: 0 15px;
    }    
    .btn-lead {
        margin: 20px 0;
    }       
    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        padding: 20px 0 !important;
        border-bottom: 1px solid #ccc;    
    }
    .fs-15, .text-padrao {
        font-size: 18px !important;
    }  
    .footer>div>div>.col-xs-12.col-sm-12.col-lg-4.text-xs-left.text-sm-left.text-lg-right.mt-3.my-xs-3.my-sm-3 {
        text-align: center;
    }        
    ul.navbar-nav.ml-auto {
        margin: 20px 0 0 0 !important;
    }   
    .images-oferta-mobile {
        padding: 30px;
    }
    #slide-ofertas-da-semana-arrow-left.carousel-control-prev {
        left: -10px !important;
    }    
    #slide-ofertas-da-semana-arrow-right.carousel-control-next {
        right: -10px !important;
    }  
    #slide-ofertas-da-semana {
        text-align: center !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 0 0px 0 !important;
    }
	.caption-mobile {
	    transform: none !important;
	    bottom: 0 !important;
	    top: 0 !important;
	    position: relative !important;
	    right: 0 !important;
	    left: 0 !important;
	    margin: 0;
	    padding: 0;
	}
	.box-slide-mobile {
	    background: #fff !important;;
	    padding: 20px 20px 0 20px !important;;
	    border-bottom: 6px solid #005291 !important;;
	    max-width: 100% !important;;
	}
    .box-slide-mobile-2 {
        background: #fff !important;;
        padding: 30px !important;;
        border-bottom: 6px solid #005291 !important;;
        max-width: 100% !important;;
    }    
	#destaque-clube {
	    background: #e7e7e7;
	    text-align: center;
	    padding: 0;
	}			
}

/*@media (min-width: 768px) and (max-width: 991.98px) { ... }

@media (min-width: 992px) and (max-width: 1199.98px) { ... }

@media (min-width: 1200px) { ... }*/


@media (max-width: 767px) {
    .owl-nav .owl-prev {
      left: -0px !important;
    }

    .owl-nav .owl-next {
      right: -0px !important;
    }
}