.carousel-cep {
	background-color: #DA291C;
	height: 33rem;
}

.form-control-lg {
	font-size: 1rem;
}

.fs-7 {
	font-size: .9rem !important;
}

@media only screen and (max-width: 772px) {
	.carousel-cep {
		height: 18rem;
	}

	.card-cep {
		position: sticky;
		margin: -6rem 0 0;
		padding: 2rem;
		border-radius: .75rem;
		z-index: 2;
		box-shadow: 0 .25rem 0.5rem -.25rem #00000029;
		border: .0625rem solid #f8f8f8;
		background-color: #fff;
	}
}

.checkbox-Claro {
	background-color: #fff;
	border: 0.125rem solid #da291c;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.25rem;
	cursor: pointer;
}

.checkbox-Claro:checked {
	background-color: #da291c;
	border: 0.125rem solid #da291c;
}

.checkbox-Claro:focus {
	border-color: #da291c;
	outline: 0;
	box-shadow: none;
}

.labelCheckbox-Claro {
	vertical-align: sub;
	margin-left: .45rem;
}

.feature-icon {
	border-radius: 50%;
    display: inline !important;
    width: 2rem !important;
	height: 2rem !important;
}


@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
.generic_price_tag .price .sign,
.generic_price_tag .price .currency,
.generic_price_tag .price .cent,
.generic_price_tag .price .month {
    color: #FFF;
	font-family: "AMX";
}

.generic_price_tag .price .sign{
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    vertical-align: bottom;
}

.generic_price_tag .price .currency{
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.125rem;
    line-height: 2.5rem;
    padding: 0;
    vertical-align: middle;
}

.generic_price_tag .price .cent {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    vertical-align: super;
}

.generic_price_tag .month {
    font-size: 15px;
    font-weight: 400;
    vertical-align: bottom;
}

.advantage-text {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	color: #51555D;
}


.checkout-status .steps {
	position: relative;
	height: 6.25rem;
	width: 100%;
	display: flex;
	align-items: center;
}

.checkout-status .steps-list {
	list-style: none;
	width: calc(100% - 2rem);
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: inherit;
}

.checkout-status .steps-list-item {
	display: flex;
	position: relative;
	background: #F8F8F8;
	width: 100%;
	height: 0.125rem;
	align-items: flex-end;
	top: 1.5rem;
	outline: none;
	justify-content: center;
}

.checkout-status .steps-list-item:before {
	content: "";
	background-color: #FFF;
	border: 0.125rem solid #DA291C;
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 100%;
	z-index: 1;
	top: -0.75rem;
	left: 0;
}

.checkout-status .steps-list-item:last-child:before {
	right: 0;
	left: 100%;
}

.checkout-status .steps-list-item:first-child {
	width: 135%;
}

.checkout-status .steps-list-item.active, .steps-list-item.doing {
	background-color: #DA291C;
}

.checkout-status .steps-list-item.active:before, .steps-list-item.doing:before {
	background-color: #DA291C;
	transition: all .2s;
}

.checkout-status .steps-list-item.doing:before {
	content: "";
	box-shadow: inset 0 0 0 0.25rem #DA291C;
	background-color: #FFF
}

.checkout-status .steps-list-item.active:after, .steps-list-item.doing:after {
	content: "";
	transform: translate(0.5em,0.6em) rotate(-45deg);
	width: 0.5625rem;
	height: 0.3125rem;
	border: 0.125rem solid #FFF;
	border-top-style: none;
	border-right-style: none;
	position: absolute;
	z-index: 1;
	top: -0.875rem;
	left: 100%;
}

.checkout-status .steps-text {
	left: auto;
	color: #000;
	position: absolute;
	text-align: center;
	text-wrap: nowrap;
    width: 100%;
}

.checkout-status .steps-list-item:first-child .steps-text {
	left: -.15rem;
	text-align: left;
}

.checkout-status .steps-list-item:last-child .steps-text {
	right: -2rem;
	text-align: right;
}

.form-check-input:checked {
	border-color: #DA291C !important;
	background-color: #DA291C !important;
}

.form-check-input[type=radio] {
	width: 1.5rem !important;
	height: 1.5rem !important;
}

/* OWL CAROUSEL */
.owl-nav {
    margin: 0 !important;
    position: absolute !important;
    top: 50% !important;
    width: 100% !important;
    margin-top: -25px !important;
}

.owl-carousel .owl-nav button {
    height: 60px;
    width: 30px;
    line-height: 58px;
    background: #fff;
    color: #333333;
    position: absolute;
    margin: 0;
    border-radius: 0;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0 0 10px #3333331c;
}

.owl-carousel .owl-nav button:hover {
    color: #FFF !important;
    background: #DA291C !important;
}

.owl-carousel .owl-nav .owl-prev {
    left: -2rem;
}

.owl-carousel .owl-nav .owl-next {
    right: -2rem;
}

/* .owl-stage-outer {
	display: flex;
	justify-content: center;
} */

/* NAV */
.nav-link {
	color: #333 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    border-bottom: 4px solid #DA291C;
}

/* MODAL CHECKOUT WITH MESSAGE ERROR OR INFO */
.modal-checkout .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-checkout h4 {
	font-size: 26px;
	margin: 30px 0 -15px;
}
.modal-checkout .icon-box {
	color: #fff;		
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-checkout .icon-box i {
	font-size: 56px;
	position: relative;
	top: 4px;
}
.modal-checkout .btn {
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

/* RESET BTN & BG */
.bg-danger {
	background-color: #da291c !important;
}
.btn-danger {
	color: #fff;
	background-color: #da291c;
	border-color: #da291c;
}
.btn-danger:hover {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
	box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
	color: #fff;
	background-color: #da291c;
	border-color: #da291c;
}

/** BASKET */
#buttonBasket {
	width: 56px;
    min-width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
	background: #da291c none repeat scroll 0 0;
    color: #fff;
    z-index: 1000;

	position: relative;
	display: block;
	transition: all .2s ease-in-out;
	transition: all .3s cubic-bezier(.55,0,.1,1);

	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

#buttonBasket svg {
	line-height: 54px
}

/** WHATSAPP BUTTON FLOAT */
.whatsapp-float{
	position:fixed;
	width: 56px;
	height: 56px;
	bottom: 1rem;
	right: 1rem;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:1000;
}

.whatsapp-float:hover{
	color:#FFF;
}