@charset "ISO-8859-1";

* {
	padding: 0;
	margin: 0;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0 0 40px;
    height: 100%;
    background-color: #f6f6f6;
}

.header {
	padding: 20px 0 20px 0;
}

#header_dgrp{
	padding:0;
}

#header-container-aratiku {
	background-color: #000;
	padding-bottom: 16px;
}

.main_nav_container img {
	width: 140px !important;
}


.contenedor-checkout {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.card {
    border-radius: 10px !important;
    background-color: #f7f7f7;
}

.card-checkout {
	border: 0px;
	padding: 0 !important;
}

.card-body li button:hover {
	color: #fff;
    background-color: #6586DE;
    border-color: 0px 0px 6px #122bed;
    border-radius: 10px;
}

#btn_sanjavier:hover{
	background-color: #28a745;
	opacity: 0.6;
}



.card-body label:hover>p {
    color: #000;
}

.card-body a {
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
}

.ol-li-instruccion {
	line-height: 2;	
}

.ol-li-instruccion li {
	height: auto;
	font-weight: normal;
    font-size: .85rem;
}

.titulo-checkout {
	font: normal normal 500 18px/20px Roboto;
    letter-spacing: 0px;
    color: #333333;
    
}

.checkout-icon {
	width: 45px;
 	height: 45px;
  	text-align: center; 
  	color: rgb(173, 173, 173); 
  	font-size: 20px; 
  	background-color: #F4F4F4; 
  	padding: 12.5px; 
  	display: block; 
  	border-radius: 50%;
  	margin-right: 15px;
}

.contenedor-interno-item-descripcion {
	width: 125px; 
	padding: 12px; 
	display: block;
}

.contenedor-interno-item-descripcion small {
	font-size: .8rem;
}

input[type=text], 
input[type=tel], 
input[type=number],
#cuotas {
	background-color: #fff;
}

input[type=radio] {
	width: 18px;
	height: 18px;
	border: 3px solid #000;
}

.container-radio-item {
	position: absolute;
	top: 20%;
}

.container-radio-item div {
	display: inline-block;
}

.ul-radio-button li {
	width: 100%;
	height: 75px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-top: 11px 0;
	margin: 0;
	border-radius: 0;
}

.radio-items {
	width: 20px;
	height: 18px;
	margin-left: 24px;
	top: 2px;
}

.radio-item input {
	width: 100%;
	height: 100%;
}

.form-check-input {
    position: absolute;
    top: 0;
    left: 0;
	margin-top: 0;
    margin-left: 0;
}

.b-icon-item {
	width: 160px;
	margin-left: 10px;
	position: relative;
}

div small {
	width: 120px;
	top: 10px;
	color: #6c6c6c;
}

.input-radio {
	position: relative;
	margin-left: 24px;
	vertical-align: baseline;
}

.container-btn-continuar {
	position: absolute; 
	left: 0; 
	bottom: 20px;
}

.btn-blue {
    background-color: #4B8BCB;
    border-color: #4B8BCB;
    color: #fff;
    height: 38px;
    padding: .375rem 0.75rem !important;
}

.btn-blue:hover {
	color: #fff;
	background-color: #437DB6;
}

.btn-naranja{
	background-color: #f4951b;
    border-color: #f4951b;
    color: #fff;
    height: 38px;
    padding: .375rem 0.75rem
}

.btn-naranja:hover {
	color: #fff;
	background-color: #f4951b !important;
	opacity: 0.5;
}

.btn-emsa{
	background-color: #f4951b;
    border-color: #f4951b;
    color: #fff;
    height: 38px;
    padding: .375rem 0.75rem;
    display: flex;
    gap: 10px;
}

.btn-emsa:hover {
	color: #fff;
	background-color: #f4951b !important;
	opacity: 0.5;
}

.btn-emsa-cancelar {
    background-color: #6c757d; 
    border-color: #6c757d;
    color: #fff;
    height: 38px;
    padding: .375rem 0.75rem;
    display: flex;
    gap: 10px; 
    font-size: 16px !important;  
}

.btn-emsa-cancelar:hover {
	color: #fff;
	background-color: #5a6268 !important;
	opacity: 0.5;
}

.btn-aristobulo{
	background-color: #CA601A;
    border-color: #CA601A;
    color: #fff;
    height: 38px;
    padding: .375rem 0.75rem;
    display: flex;
    gap: 10px;
}

.btn-aristobulo:hover {
	color: #fff;
	background-color: #CA601A !important;
	opacity: 1;
}


.btn-red{
	background-color: #BF2932;
    border-color: #BF2932;
    color: #fff;
    padding: 10px;
   
}

.btn-red:hover {
	color: #fff;
	background-color: #BF2932 !important;
	opacity: 0.5;
}

.btn-ortigoza{
	background-color: #CB0246;
    border-color: #CB0246;
    color: #fff;
    padding: 10px;
   
}

.btn-ortigoza:hover {
	color: #fff;
	background-color: #CB0246 !important;
	opacity: 0.5;
}

.btn-equipa{
	background-color: #E77917;
    border-color: #E77917;
    color: #fff;
    padding: 10px;
   
}

.btn-equipa:hover {
	color: #fff;
	background-color: #E77917 !important;
	opacity: 0.5;
}

.btn-pagar {
	font-size: 1rem !important;
	border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
}

#action-button {
    font-weight: 500;
    border: 0;
    border-radius: 5px;
    font-size: 1rem;
}

.btn-cupon-pago {
   	width: 80%;
   	margin: 0 auto;
}

.btn {
	font-size: 14px;
    font-weight: 500;
}

.innter-container-action-button {
	padding: 0px;
}

.input-borderless {
	border: none;
    margin-bottom: 1.2rem;
}

.header-pmc {
	padding: 0.75rem 1.25rem !important;
	margin-bottom: 1.2rem;
}

#formEfectivo {
	padding: 0 1.25rem 1.25rem 1.25rem;
}

.contenedor-formulario {
	margin-top: 0px !important;
	padding-top: 0;
}

.card-formulario {
	border-radius: 0px !important;
	background-color: #fff !important;
}

.input-border {
	border: 1px solid #ced4da !important;
}

.item {
	display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #00000017;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #fff;
}

.contenedor-icon-return {
	width: 75px;
    border-radius: 50%;
    margin-right: 20px;
    line-height: 45px;
    text-align: center;
    background-color: #F4F4F4;
}

.contenedor-card-resumen {
	width: 100%;
	overflow: hidden;
}

.card-resumen {
	padding-top: 0 !important;
    border-radius: 0 !important;
    background-color: #fff;
    position: relative;
    right: 0;
    top: 0;
    height: 100%;
}

/* relleno del card en altura */
.card-resumen-checkout {
	height: 100%;
	padding-top: 0 !important; 
	border: 0px; 
	border-radius: 0 !important; 
	background-color: #fff;
}

.resumen-checkout {
	position: relative;
	height: 100%;
}

.extension {
	padding-bottom: 27px !important;
}

.card-body-resumen {
	min-height: 300px;
	height: 90%;
}

.contenedor-button-resumen {
	padding: 0 20px;
    position: absolute;
    bottom: 60px;
    width: 100%;
    left: 0;
}

.contenedor-button-comprobante {
	padding: 0 20px;
    position: absolute;
    bottom: 120px;
    width: 100%;
    left: 0;
}

.contenedor-button-resumen button,
.contenedor-button-resumen .button-a-redirect,
.contenedor-button-comprobante .button-a-redirect {
	border-radius: 5px !important;
}

.button-a-redirect {
	width: 100%;
	background-color: #4B8BCB; 
	color: #fff;
	border-radius: 0.25rem;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1rem
}

.button-a-redirect:hover {
	color: #fff;
	background-color: #437db6;
}

.list-item-button {
	height: 72px !important;
 	margin: 0 !important;
  	border-bottom: 1px solid #00000017;
}

.list-item-button:hover {
	border-radius: 0 !important;
	border-left: 5px solid #6586DE;
}

.list-item-button button {
	border-radius: 0;
 	border: 0px solid;	
  	text-align: left;
   	height: 100%;
   	text-align: left;
   	background-color: #fff;
   	display: -webkit-inline-box;
   	display: -ms-inline-flexbox;
   	display: inline-flex;
    padding: 10px 10px 10px 30px;
}

.ul-button li button:hover {
	background-color: #f9f9f9 !important;
	color: #000;
	border-radius: 0;
}

.item-btn:link {
	text-decoration: none;
}

.item-btn small {
	color: #000;
}

.list-item-button:hover,
.item-btn:hover {
	background-color: #f9f9f9 !important;
	color: #000;
	border-radius: 0;
}

.contenedor-tarjeta-img {
	position: absolute;
    right: 7px;
    top: 4px;
    border: none !important;
}

.inner-tarjeta-img {
	width: 56px;
	max-height: 23px;
    background-color: white;
    border: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
}

.tarjeta-img-debito {
	right: 7px;
    top: 30px;
}

.tarjeta-img-credito {
	right: 8px;
    top: 31px;
}

.inner-tarjeta-img {
	width: 56px;
    background-color: white;
    border: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
}

.inner-tarjeta-img img {
	width: 60%;
}

.img-tarjetas {
	width: 56px;
	height: 28px;
}

.form-control,
.label-input-title {
	font-size: .8rem;
}

.label-input-title {
	margin-bottom: 0;
}

#muted-text {
	color: #ACACAC !important;
}

.debin-operacion-input {
	color: #167E1A;
    width: 226px;
    height: 49px;
    font: normal normal bold 22px/26px Roboto;
    text-align: center;
    background-color: #fff !important;
}

.card-formulario {
	padding: 0 !important;
}

.card-body {
	position: relative;
	padding: 0 !important;
}

.card-body .wrapper-instruction ol li::marker {
	color: #000 !important;
	line-height: 2;
	font-weight: 600;
}

.card-body .wrapper-instruction ol li {
	color: #000 !important;
	font-weight: normal;
}

.texto-position-none {
	position: unset !important;
}

.order-two ul {
	margin-bottom: 0;
}

.justify-content-between p {
	font-size: .85rem;
}

.d-contenedor-detalles p {
	margin: 0 !important;
}

/*******************/
.item .block-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
}
.block-label {
    position: relative;
    outline: none;
    margin-bottom: 0;
    cursor: pointer;
    color: rgba(0,0,0,.8);
}

.item .ui-radio-element {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 24px;
    z-index: 10;
}
.ui-radio-element {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.ui-radio-element::after, .ui-radio-element::before {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: '';
    background-color: #6586DE;
}
.ui-radio__input {
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: inherit;
    z-index: 1;
}
.ui-radio__inner-circle, .ui-radio__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.item .ui-radio__background {
    left: 0;
}
.ui-radio__background {
    display: inline-block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.ui-radio__background::before, .ui-radio__outer-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
}
.ui-radio__input:checked + .ui-radio__background .ui-radio__outer-circle {
    border-color: #6586DE;
    border-width: 2px;
    -webkit-box-shadow: 0px 0px 6px #122BED;
            box-shadow: 0px 0px 6px #122BED;
}
.ui-radio__outer-circle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,.25);
    border-top-color: rgba(0, 0, 0, 0.25);
    border-top-width: 2px;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-right-width: 2px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 2px;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-left-width: 2px;
}
.ui-radio__input:checked + .ui-radio__background .ui-radio__inner-circle {
    -ms-transform: scale(.5);
    -webkit-transform: scale(.5);
            transform: scale(.5);
    background-color: #6586DE;
    border-radius: 50%;
}
.ui-radio__inner-circle, .ui-radio__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-radio-element::after, .ui-radio-element::before {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: '';
    background-color: #6586DE;
}

.item:hover{
    text-decoration: none;
}
.item{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #00000017;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
li.item{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.item.selected {
    position: relative;
}
.item:hover{
    background: #fafafa;
}
.item:first-child {
    border-top: 0;
}
.item.selected:before {
    border-left: 5px solid #6586DE;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.item .block-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
}

.ui-radio-element::after, .ui-radio-element::before {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: '';
    background-color: #6586DE;
}

.item .ui-radio__text {
    width: 100%;
}
.item .ui-radio__text {
    width: 100%;
}
.ui-radio__text {
    margin-left: 12px;
    font-weight: 400;
    vertical-align: middle;
    font-size: 18px;
}
.u-ripple-effect {
    padding: 13px;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    background-image: none;
}
small{
    font-size: .8rem;
}
.icon{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 20px;
    line-height: 45px;
    text-align: center;
}
.icon.bg-gray{
    background: #F4F4F4;
}

.naranja {
    width: 38% !important;
}

::marker{
    font-weight: bold;
}

#header_entreR{
	padding: 10px;
}
#hr_entre_rios{
	background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
    display: block;
    margin-top: 0.4rem;
}

.btn-color-naranja{
	color:white;
	background-color: #EE8112;
}

.btn-color-naranja:hover{
	color:white;
	background-color: #ffcc4b !important;
}

.btn-volver{
	color:#EE8112;
	border: 1px solid #EE8112;
	background-color:white;
}
.btn-volver:hover{
	color:white;
	background-color:#EE8112;
}

.img-iprodha{
	width:480px;
}

.btn-cospal{
	color:white;
	background-color: #027D00;
	height: 38px;
    padding: .375rem 0.75rem;
    display: flex;
    gap: 10px;
}

.btn-cospal:hover{
	opacity:1;
}

.btn-villa-olivari{
	color:white;
	background-color: #C08040;
	height: 38px;
    padding: .375rem 0.75rem;
    display: flex;
    gap: 10px;
}

.btn-villa-olivari:hover{
	background-color: #C08040 !important; 
	opacity:1;
}

.btn-villa-olivari-modo{
	color:white;
	background-color: #C08040;
    padding: .375rem 0.75rem;
    display: flex;
    gap: 5px;
}

.btn-villa-olivari-modo:hover{
	background-color: #C08040 !important; 
	opacity:1;
}

.btn-aristobulo-modo{
	color:white;
	background-color: #CA601A;
    padding: .375rem 0.75rem;
    display: flex;
    gap: 5px;
}

.btn-aristobulo-modo:hover{
	background-color: #CA601A !important; 
	opacity:1;
}
.btn-cospal-modo{
	color:white;
	background-color: #027D00;
    padding: .375rem 0.75rem;
    display: flex;
    gap: 5px;
}

.btn-cospal-modo:hover{
	background-color: #027D00 !important; 
	opacity:1;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {	
	.tarjeta-img-debito {
		right: 7px;
	    top: 55px;
	}
	
	.tarjeta-img-credito {
		/*right: 8px;
	    top: 55px;*/
	}
}

@media only screen and (min-width: 992px) and (max-width: 996px) {
	.footer-artk {
		position: absolute;
	    bottom: 0;
	    text-align: center;
	    width: 100%;
	    height: 50px;
	}
}

@media only screen and (max-width: 992px) {
	/*.item-btn,*/
	.contenedor-card-resumen {
		margin-bottom: 1.5rem;
	}
	
	.card-resumen-checkout {
		min-height: 250px;
	}
}

@media only screen and (max-width: 991px) {	
	.card-resumen-checkout {
		padding-bottom: 0 !important;
	}
	
	.contenedor-resumen-checkout {
		min-height: 270px;
	}
	
	.contenedor-resumen-checkout-credito {
		min-height: 340px;
	}
}

@media only screen and (max-width: 767px) {
    .contenedor-sm-12 {
    	padding: 0 !important;
    }
    
    .contenedor-input-codigo,
    .break-line,
    .sm-mb-0 {
		margin-top: 0px !important;
	}
	
	#importeFF {
		margin: auto auto;
    	height: 22px;
	} 
	
	.contenedor-resumen-checkout-credito {
		min-height: 340px;
	}
	
	.img-iprodha{
		width:280px;
	}
}

@media only screen and (max-width: 510px) {
    .card-resumen-checkout {
		min-height: 280px;
	}
	.btn-volver{
		width: 100%;
	}
}

@media only screen and (max-width: 460px) {
	.wrapper-action-button {
		display: block;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		gap: 0px;
	}
	
	.wrapper-action-button .btn {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.btn-volver{
		width: 100%;
	}
}

@media only screen and (max-width: 400px) {
	.group-action-button {
		width: 100% !important;
	}
	
    .cupon-efectivo {
    	display: block;
    }
    
    .btn-cupon-pago {
	   	width: 100%;
	   	margin-bottom: 10px;
	}
	
	.innter-container-action-button {
		padding: 0px 15px;
	}
	
	.card-resumen-checkout {
		min-height: 310px;
	}
	.btn-volver{
		width: 100%;
	}
}
