h1, h2, h3, h4, h5, h6 {
	text-transform: none;
}

/* ========== CORES TEXT/BG========== */
.bg-color-verde {
    background-color: #61b23b !important;
}

.bg-color-azul {
    background-color: #000!important;
}

.text-color-azul {
    color: #000!important;
}

.text-color-verde {
    color: #61b23b !important;
}

[gradiente] {
    background: linear-gradient(47deg, #03eba1 0%, #8180ff 80%) !important;
}
/* ========== CORES TEXT/BG========== */



/* ========== BOTÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ES ========== */
html .btn-verde {
    background-color: #61b23b;
    color: #FFF;
}

html .btn-verde:hover, html .btn-verde.hover {
    background-color: #6dca42;
    color: #FFF;
}

html .btn-azul {
    background-color: #30358c;
    color: #FFF;
}

html .btn-azul:hover, html .btn-azul.hover {
    background-color: #3e43b3;
    color: #FFF;
}
/* ========== FIM - BOTÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ES ========== */


#footer {
    border-top: none;
    bottom: 0;
    position: relative;
    bottom: 0;
    width: -webkit-fill-available;
}



/* ========== SOCIAL FLUTUANTE ========== */
.team-item {
	padding: 0px 10px;
}
.team-item:hover .image-wrapper img {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.team-item .image-wrapper {
	display: block;
	overflow: hidden;
}
.team-item .image-wrapper img {
	-webkit-transition: ease transform 300ms;
	transition: ease transform 300ms;
}
.team-item .team-infos {
	position: absolute;
	background: #FFF;
	padding: 0;
}
.team-item .team-infos .share {
	position: fixed;
    /* bottom: calc(100% - 22px); */
    bottom: 94px;
	right: 0;
	width: 42px;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: ease height 300ms;
	transition: ease height 300ms;
}
/* .team-item .team-infos .share:hover .share-icons {
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.team-item .team-infos .share:hover i.fa-share-alt {
	background: #4dbb6d;
} */
.team-item .team-infos .share:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent;
	width: 100%;
	height: 22px;
}
.team-item .team-infos .share .share-icons {
	text-align: center;
	padding-bottom: 42px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.9);
	-webkit-transform: translateY(0);
    transform: translateY(0);
	-webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
}
.team-item .team-infos .share i {
	display: block;
	color: #FFF;
	padding: 15px;
	opacity: 1;
	-webkit-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
}
.team-item .team-infos .share i.fa-share-alt {
	position: fixed;
	background: linear-gradient(47deg, #03eba1 0%, #30358c 80%);
	bottom: 94px;
	right: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.4);
	opacity: 1;
	z-index: 1;
}
.team-item .team-infos .share i.fa-facebook-f {
	color: #4d70a8;
}
.team-item .team-infos .share i.fa-instagram {
	color: #964b00;
}
.team-item .team-infos .share i.fa-linkedin-in {
	color: #0077b5;
}
.team-item .team-infos .share i.fa-whatsapp {
	color: #24cd63;
}
.team-item .team-infos .share i:hover {
	opacity: 1;
}
.team-item .team-infos .team-member-desc {
	display: block;
	color: #777;
}
/* ========== FIM - SOCIAL FLUTUANTE ========== */



/* ==================== BOX SHADOW RADIUS ==================== */
.box-shadow-radius-10 {
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5) !important;
    border-radius: 10px !important;
    transition: all 0.3s ease;
}

.box-shadow-radius-10:hover {
    box-shadow: 0px 15px 15px -15px rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px !important;
}

.box-shadow-radius-15 {
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5) !important;
    border-radius: 15px !important;
    transition: all 0.3s ease;
}

.box-shadow-radius-15:hover {
    box-shadow: 0px 25px 15px -15px rgba(0, 0, 0, 0.2) !important;
    border-radius: 15px !important;
}
/* ==================== FIM - BOX SHADOW RADIUS ==================== */



.zoom-1 {
    transform: scale(1);
}

.zoom-1:hover {
    transform: scale(1.02);
}

/* ================= CONTDOWN ================= */
.main-example {
	margin: 0 auto;
	width: 355px;
  }
  .main-example .countdown-container {
	height: 130px;
  }
  .main-example .time {
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	display: inline-block;
	text-align: center;
	position: relative;
	height: 95px;
	width: 65px;
  
	-webkit-perspective: 479px;
	-moz-perspective: 479px;
	-ms-perspective: 479px;
	-o-perspective: 479px;
	perspective: 479px;
  
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
  
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
  
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
  }
  .main-example .count {
	background: #202020;
	color: #f8f8f8;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	line-height: 2.4em;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	top: 0;
	width: 100%;
  
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
  
	-webkit-transform-style: flat;
	-moz-transform-style: flat;
	-ms-transform-style: flat;
	-o-transform-style: flat;
	transform-style: flat;
  }
  .main-example .count.top {
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-radius: 5px 5px 0 0;
	height: 50%;
  
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
  }
  .main-example .count.bottom {
	background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-radius: 0 0 5px 5px;
	line-height: 0;
	height: 50%;
	top: 50%;
  
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
  }
  .main-example .count.next {
  }
  .main-example .label {
	font-size: normal;
	margin-top: 5px;
	display: block;
	position: absolute;
	top: 95px;
	width: 100%;
  }
  /* Animation start */
  .main-example .count.curr.top {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	z-index: 3;
  }
  .main-example .count.next.bottom {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	z-index: 2;
  }
  /* Animation end */
  .main-example .flip .count.curr.top {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
  
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
  }
  .main-example .flip .count.next.bottom {
	-webkit-transition: all 250ms ease-in-out 250ms;
	-moz-transition: all 250ms ease-in-out 250ms;
	-ms-transition: all 250ms ease-in-out 250ms;
	-o-transition: all 250ms ease-in-out 250ms;
	transition: all 250ms ease-in-out 250ms;
  
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
  }

  /** INIT Exit-Intent Popup */
 
.newsletter {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	padding:30px;
}
.exit-intent-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999999999;
	background: rgba(33, 33, 33, 0.8);
   transform: translateY(60%) scale(0);

   transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.exit-intent-popup.visible {
     transform: translateY(0) scale(1);
}
  /** END Exit-Intent Popup */
 
  @media screen and (max-width: 48em) {
	.main-example {
	  width: 100%;
	}
	.main-example .countdown-container {
	  height: 100px;
	}
	.main-example .time {
		height: 70px;
		width: 48px;
	}
	.main-example .count {
	  font-size: 1.5em;
	  line-height: 70px;
	}
	.main-example .label {
	  font-size: 0.8em;
	  top: 72px;
	}
  }


  /*CHECKOUT*/
  /* Add here all your CSS customizations */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
/*  width: 1%;*/
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 14px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}

.uneditable-input {
    width: 65%;
}


#localizacao, 
#resgate-e-localizacao,
#bt-credito,
#bt-debito,
#bt-boleto{
	display:none;
}

.shop label[for=localizacao],
.shop label[for=resgate-e-localizacao],
.shop label[for=bt-credito],
.shop label[for=bt-debito],
.shop label[for=bt-boleto]{
	border:none;
	
	padding:75px 10px 10px;
        border:2px solid #f8f8f8;
        border-radius: 5px;
        cursor: pointer !important;  
}
.shop label[for=bt-credito],
.shop label[for=bt-debito],
.shop label[for=bt-boleto]{

	
	padding:initial;
        
        text-align:center;
}
.shop label[for=localizacao]:hover,
.shop  label[for=resgate-e-localizacao]:hover,
.shop  label[for=bt-credito]:hover,
.shop  label[for=bt-debito]:hover,
.shop  label[for=bt-boleto]:hover{
    border:2px solid #E4876D;
}
.shop label[for=localizacao] span,
.shop  label[for=resgate-e-localizacao] span,
.shop  label[for=bt-credito] span,
.shop  label[for=bt-debito] span,
.shop  label[for=bt-boleto] span{
    padding:5px;
    margin: 5px 0;
    /*border-bottom: 1px solid #eee;*/
    width:100%;
    display: block;
}

.shop label[for=localizacao]{
	background:url(../images/localizacao.png) no-repeat center 10px;
}
.shop label[for=resgate-e-localizacao]{
	background:url(../images/resgate-e-localizacao.png) no-repeat center   10px;
}
.shop label[for=checkboxExample1]{
    border:none !important;
        color: initial !important;
}
.shop :checked + label{
	border:2px solid #0088cc;
        color: #0088cc;
}
.banner-top{background-image: url('../images/bg-14.jpg') !important;background-position-x: -90px  !important;background-repeat: no-repeat  !important;background-size: 72% !important;padding-bottom: 0;}
.margin-box{
	height:100px;
}
#header.header-effect-shrink {
    height:50px !important;
}
@media screen and (max-width: 480px) {
	.banner-top{
		background-position-x: 0  !important;
		background-position-y: 234px !important;
		background-size: 100%  !important;
		background-image: none !important;
	}
	.margin-box{
		height:150px;
	}
}

