@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700&display=swap');

.bg-blue { 
	background-color: #0055AD;
}

.bg-gray {
	background-color: #878787
;
}

.bg-lightgray {
	background-color: #fafafa;
}

.bg-lightblue {
	background-color: #d9ecff !important;
}

.bg-lightblue-10 {
	background-color: rgba(217, 236, 255, .1) !important;
}
.bg-lightblue-20 {
	background-color: rgba(217, 236, 255, .2) !important;
}
.bg-lightblue-30 {
	background-color: rgba(217, 236, 255, .3) !important;
}
.bg-lightblue-50 {
	background-color: rgba(217, 236, 255, .5) !important;
}

.bg-orange {
	background-color: #EC7D31;
}

.bg-yape {
	background-color: #5F0B72;
}

.bg-kasnet {
	background-color: #00438A;
}
.bg-scotiabank {
	background-color: #E63A2C;
}
.bg-bbva {
	background-color: #014481;
}
.bg-interbank {
	background-color: #1EA752;
}
.bg-bcp {
	background-color: #002a8d;
}

.bg-tambo {
    background-color: #C01193;
}

.bg-caja-arequipa {
	background-color: #012751;
}

body {
	overflow-x: hidden;
	color: #878787;
	background: linear-gradient(135deg, #f08a24 0%, #2f74b7 100%);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Red Hat Display', sans-serif !important;
}

.bold {
	font-weight: bold;
}

.border-orange {
	border:solid;
	border-color: #EC7D31;
	border-width: 2px;
}

.border-blue {
	border:solid;
	border-color: #2F74B7;
	border-width: 1px  1px 1px 1px;
}

.btn-logo {
	background-color: transparent;
	border-radius: 0; 
	padding: 5px 0 5px 0;	
	border: none;
	
}

.btn-logo:active, .btn-logo:focus {
	outline: 0px !important;
}

.btn-logo img {
	/* filter: saturate(0); */
	transition: all .25s;
}

.btn-logo.active img  , .btn-logo:hover img {
	filter: saturate(1) !important;
}

.btn-logo {
	margin: 5px 0 5px 0;
}

.btn-logo.active {
	border-bottom: 3px solid;
	border-image: linear-gradient(90deg, #4E89DB 0.74%, #B5F948 78.79%) 1;

}

.copyIconImg {
	width: 24px;
	height: 24px;
	margin-top: 4px;
	cursor: pointer;
}

#360pay-flex {
	flex-direction: row;
	display: inline-flex;
}

#360pay-flex .icon {
	margin-left: 15px;
}

@media(min-width:575px) and (max-width: 767px) {
	#360pay-flex {
		flex-direction: row;
		display: block;
	}
}

@media(min-width:1600px) {
	.copyIconImg {
		width: 25px;
		height: 25px;
		filter: invert(1);
		margin-top: 8px;
	}
}

.inka-animated-link {
	position: fixed;
	right: 16px;
	bottom: 14px;
	width: clamp(145px, 16vw, 210px);
	height: clamp(145px, 16vw, 210px);
	display: block;
	z-index: 1000;
	text-decoration: none;
	transition: transform 0.2s ease;
	animation: inkaBob 2.4s ease-in-out infinite;
}

.inka-animated-link:hover {
	transform: scale(1.03);
}

.inka-frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
	pointer-events: none;
}

.inka-frame-1 {
	animation: inkaFrame1 8.6s linear infinite;
}

.inka-frame-2 {
	animation: inkaFrame2 8.6s linear infinite;
}

.inka-frame-3 {
	animation: inkaFrame3 8.6s linear infinite;
}

.inka-frame-4 {
	animation: inkaFrame4 8.6s linear infinite;
}

@keyframes inkaFrame1 {
	0%,
	20% {
		opacity: 1;
	}
	24%,
	100% {
		opacity: 0;
	}
}

@keyframes inkaFrame2 {
	0%,
	24% {
		opacity: 0;
		transform: translateX(0);
		filter: saturate(1);
	}
	25%,
	45% {
		opacity: 1;
		transform: translateX(2px);
		filter: saturate(1.08);
	}
	49%,
	100% {
		opacity: 0;
		transform: translateX(0);
		filter: saturate(1);
	}
}

@keyframes inkaFrame3 {
	0%,
	49% {
		opacity: 0;
	}
	50%,
	68% {
		opacity: 1;
	}
	72%,
	100% {
		opacity: 0;
	}
}

@keyframes inkaFrame4 {
	0%,
	71% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
	}
	75% {
		opacity: 1;
		transform: translate3d(-2px, 0, 0) scale(1.02) rotate(-1deg);
	}
	88% {
		opacity: 1;
		transform: translate3d(8px, -4px, 0) scale(1.12) rotate(2deg);
	}
	100% {
		opacity: 0;
		transform: translate3d(28px, -16px, 0) scale(1.28) rotate(4deg);
	}
}

@keyframes inkaBob {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-2px);
	}
}

#detalles {
	position: relative;
}

.home-icon-link {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #0666EB;
	font-size: 20px;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	z-index: 1200;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-icon-link:hover {
	transform: scale(1.08);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
	text-decoration: none;
}

@media (max-width: 991px) {
	.inka-animated-link {
		width: 126px;
		height: 126px;
		right: 10px;
		bottom: 10px;
	}
}

@media (max-width: 767px) {
	.inka-animated-link {
		display: none;
	}
}

@media (max-width: 576px) {
	.col {
	  -ms-flex: 0 0 100% !important;
	  flex: 0 0 100% !important;
	  max-width: 100% !important;
	}
}

@media (min-width: 576px) {
	.col-sm-x5 {
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 15%;
	}
}

@media (min-width: 576px) {
	.data-border {
		border:solid;
		border-color:#fff;
		border-width: 0 2px 0 2px;
	}
}

@media (max-width: 576px) {
	.detalles {
		font-size: .8rem !important;

	}
}

.fit-content {
    white-space: nowrap !important;
    width: 1% !important;
}

.font-cambay {
	font-family: 'Cambay', sans-serif;
}

.font-sarabun {
	font-family: 'Sarabun', sans-serif;

}
.font-poppins {
	font-family: 'Poppins', sans-serif;

}

@media(max-width:374px){
	h1, .display-1 {
		font-size:1.5rem ;
	}
	h2, .display-2 {
		font-size:1.4rem ;
	}
	h3, .display-3 {
		font-size:1.3rem ;
	}
	h4, .display-4 {
		font-size:1.2rem ;
	}
	h5, .display-5 {
		font-size:1.1rem ;
	}
	h6, .display-6 {
		font-size:1rem ;
	}
}
@media(min-width:375px) {
	h1, .display-1 {
		font-size:1.75rem ;
	}
	h2, .display-2 {
		font-size:1.6rem ;
	}
	h3, .display-3 {
		font-size:1.45rem ;
	}
	h4, .display-4 {
		font-size:1.3rem ;
	}
	h5, .display-5 {
		font-size:1.15rem ;
	}
	h6, .display-6 {
		font-size:1rem ;
	}	
}
@media(min-width:575px) {
	h1, .display-1 {
		font-size:1.6rem ;
	}
	h2, .display-2 {
		font-size:1.5rem ;
	}
	h3, .display-3 {
		font-size:1.4rem ;
	}
	h4, .display-4 {
		font-size:1.3rem ;
	}
	h5, .display-5 {
		font-size:1.2rem ;
	}
	h6, .display-6 {
		font-size:1.1rem ;
	}
}
@media(min-width:768px) {
	h1, .display-1 {
		font-size:1.7rem ;
	}
	h2, .display-2 {
		font-size:1.6rem ;
	}
	h3, .display-3 {
		font-size:1.5rem ;
	}
	h4, .display-4 {
		font-size:1.4rem ;
	}
	h5, .display-5 {
		font-size:1.3rem ;
	}
	h6, .display-6 {
		font-size:1.2rem ;
	}
}		
@media(min-width:992px) {
	h1, .display-1 {
		font-size:1.8rem ;
	}
	h2, .display-2 {
		font-size:1.7rem ;
	}
	h3, .display-3 {
		font-size:1.6rem ;
	}
	h4, .display-4 {
		font-size:1.5rem ;
	}
	h5, .display-5 {
		font-size:1.4rem ;
	}
	h6, .display-6 {
		font-size:1.3rem ;
	}
}
@media(min-width:1200px) {
	h1, .display-1 {
		font-size:1.9rem ;
	}
	h2, .display-2 {
		font-size:1.8rem ;
	}
	h3, .display-3 {
		font-size:1.7rem ;
	}
	h4, .display-4 {
		font-size:1.6rem ;
	}
	h5, .display-5 {
		font-size:1.5rem ;
	}
	h6, .display-6 {
		font-size:1.4rem ;
	}
}
@media(min-width:1600px) {
	h1, .display-1 {
		font-size:3rem ;
	}
	h2, .display-2 {
		font-size:2.5rem ;
	}
	h3, .display-3 {
		font-size:2.25rem ;
	}
	h4, .display-4 {
		font-size:2rem ;
	}
	h5, .display-5 {
		font-size:1.75rem ;
	}
	h6, .display-6 {
		font-size:1.5rem ;
	}
}	

.instrucciones img {
 	height: 40px;
}
.instrucciones ol {
	counter-reset: li;
	margin-bottom: 0;
	color: #1F3967;
}
.instrucciones ol li{
	margin-bottom: 0rem;
}

.instrucciones ol li::before {
	display: inline-block;
	list-style-type: decimal;
	width: 2rem;
	margin-left: -2rem;
	margin-right: 0rem;	
	
	background-color: #fff;
	border-radius: 1rem;
	padding: 0 !important;
	
	color: #1F3967;
	font-weight: normal;
	text-align: center;
	font-size: 1.1rem;
}

.instrucciones ol li {counter-increment: li}
.instrucciones-titulo {
	padding: .5rem 0 .5rem 0;
}

.nav-tabs .nav-item {
	padding: 0.5rem 0 0.5rem 0;
	background-color: #ebedf1 !important;
	border-radius: 0 !important;
	color:#878787 !important;
    margin-bottom: -1px ;
	border-width: 1px 1px 0 1px;
	border-color: #dbdbdb !important;
	padding-bottom: 1rem;
    padding-top: 1rem;
}

.nav-tabs .nav-link.active {
	color: #0666EB !important;
	background-color: #E8F1FD !important;
}

.nav-tabs .nav-link.active #smartphone-icon path, 
.nav-tabs .nav-link.active #monitor-icon path,
.nav-tabs .nav-link.active #credit-card-icon path,
.nav-tabs .nav-link.active #home-icon path {
    stroke: #0666EB;
	fill: transparent;
}

.opacity-50 {
	opacity: .5;
}

.plataformas img {
	/* width: 100px; */
	max-width: 110px;
}

.subtitle {
	font-size: 1.5rem;
}

.tab-content {
	border:solid;
	border-width: 1px;
	border-color: #A6A6A6 !important;
	min-height: 165px;
	background-color: white;
}

.tab-content img {
	width: 100%;
}

.text-blue {
  color: #0055AD !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #0d5d91 !important;
}

.text-grey {
  color:  #878787 !important;
  
    
}
.text-gray {
  color:  #878787 !important;
    font-family: 'Poppins', sans-serif;
  
    
}

a.text-grey:hover, a.text-blue:focus {
  color: #A6A6A6 !important;
}


.div-top {
    align-items:center;
   align-content: center;
    text-align: center;
}

.logo-description-container {
	border-radius: 12px 12px 0px 0px;
	padding: 1.9rem;
}

.logo-description-container .logo-360pay {
	animation: logoFloat 3.2s ease-in-out infinite;
	transform-origin: center;
	will-change: transform, filter;
}

@keyframes logoFloat {
	0%,
	100% {
		transform: translateY(0) scale(1);
		filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.08));
	}
	50% {
		transform: translateY(-4px) scale(1.02);
		filter: drop-shadow(0 8px 10px rgba(47, 116, 183, 0.25));
	}
}

.slogan {
	color: #004481;
    font-weight: 700;
    line-height: 150%;
}

.k-info-service {
	background-color: #fafafa;
}

.k-info-service div {
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #E2E2E2;
}

.k-info-service p {
	color: black;
}

.k-info-service p {
	color: #0666EB;
    font-weight: 500;
    line-height: 150%;
}

.k-info-service small {
	font-weight: 400;
	line-height: 150%;
	color: #000000;
}

.instruction-one {
	background-color: #B5F948;
    color: #004481;
    font-weight: 500;
}

.instruction-two {
	background-color: white;
}

.logos-container {
	background: #FFFFFF;
    border-width: 0px 1px;
    border-style: solid;
    border-color: #E2E2E2;
	display: flex;
	justify-content: space-evenly;
	padding-right: 20px !important;
}

@keyframes bankBtnSelect {
	0% {
		transform: translateY(0) scale(1);
	}
	45% {
		transform: translateY(-2px) scale(1.22);
	}
	72% {
		transform: translateY(0) scale(0.96);
	}
	100% {
		transform: translateY(0) scale(1);
	}
}

.btn-logo.btn-logo-selecting img {
	animation: bankBtnSelect 420ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.tabs a p {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
    margin-left: 7px;
}

.tab-content {
    border: none !important;
}

svg {
    margin-top: -6px;
}

.extra-info {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #E2E2E2;
	border-radius: 0px 0px 12px 12px;
	padding: 22px 32px !important;
}

#channels .tab-content {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.content_payment {
	background: #E6F0FD;
	border-width: 0px 0px 0px 1px;
    border-style: solid;
    border-color: #B4D1F9;
}

.payment-code-container,
.total-amount-container,
.expiration-date-container {
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #B4D1F9;
}

.payment-code-label,
.total-amount-container,
.expiration-date-label {
	color: #000000;
}

.doc,
.amount,
.ktin {
	color: #1F3967;
}

.countdown {
	color: #004481;
	display: flex !important;
    align-items: baseline;
}

.label_days p,
.label-hours {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 1.37rem;
	margin-bottom: 0rem;
}

.symbol-amount {
	color: #0666EB;
	margin-right: 5px;
}

.total-amount-container div {
	display: inline-flex;
}

.countdown div {
	height: min-content;
}

.col-logo {
	display: contents;
}

.days, .hours {
	display: flex;
	align-items: baseline;
}

.expiration-date-container p {
	color: #000000;
}

@media(max-width:991px) {
	.col-logo {
		display: flex;
		justify-content: center;
	}
}	

@media(max-width:991.5px) {
	.logos-container {
		justify-content: space-around;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.plataformas img {
		max-width: 85px;
	}

	.content-logo-scotiabank {
		padding: 0px 28px !important;
	}
}

@media(max-width:767.5px) {
	.plataformas img {
		max-width: 65px;
	}

	.countdown {
		align-items: center;
		flex-direction: column;
	}
}

@media(min-width: 576px) and (max-width:767.5px) {
	.plataformas .btn-logo-caja-arequipa img {
		max-width: 50px;
	}
}

@media(max-width:575.5px) {
	.plataformas img {
		max-width: 100px;
	}

	.logos-container {
		justify-content: flex-start;
	}

	.countdown {
		align-items: baseline;
		flex-direction: row;
	}
}

@media(max-width:991.5px) {
	.countdown p,
	.countdown div {
		font-size: 1.2rem !important;
	}
}

.icon-info-outline:before {
	content: "\e99c";
	color: #000000;
}

#tooltip {
	position: relative;
	cursor: pointer;
	font-weight: bold;
	margin-left: 5px;
}

#tooltipText {
	position: absolute;
	left: 50%;
	top: 0;
	transform:translateX(-50%);
	background-color: #000;
	color: #fff;
	white-space: nowarp;
	padding: 10px 15px;
	border-radius: 7px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s ease;
	width: 255px;
	font-size: 0.65rem;
}

#tooltipText::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	border: 15px solid;
	border-color: #000 #0000 #0000 #0000;
}

#tooltip:hover #tooltipText{
	top: -400%;
	visibility: visible;
	opacity: 1;
}

.span-logo-caja-arequipa-inverse {
	padding-left: 8px;
}

.bg-caja-huancayo {
    background-color: #F00;
}

.span-logo-caja-huancayo-inverse {
    padding-left: 8px;
}

.responsive-yape-container {
    display: none;
}

@media(max-width:575.5px) {
	.responsive-yape-container {
        display: block;
    }
}

.pago-rapido-yape {
	display: inline-block;
    text-align: center;
    justify-content: center;
	color: #475467;
	font-family: "Red Hat Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 16px;
    white-space: normal; /* Permitir el ajuste automático de las líneas */
    word-wrap: break-word; /* Ajuste de línea para palabras largas */
}

.boton-pago-rapido-yape {
	display: flex;
	padding: 12px 18px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid #0666EB;
	background: #0666EB;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	/* Texto */
	color: #FFF;
	font-family: "Red Hat Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	width: 100%;
}

.boton-pago-rapido .icono {
    margin-right: 8px;
    font-size: 20px;
}

.divider {
    display: flex; /* Flexbox para alinear horizontalmente */
    align-items: center; /* Centrar verticalmente */
    justify-content: center; /* Centrar horizontalmente */
}

/* Estilos para las líneas */
.line {
    height: 1px; /* Altura de la línea */
    background-color: rgba(71, 84, 103, 0.70); /* Color de la línea */
    flex-grow: 1; /* Permite que la línea ocupe el espacio disponible */
    margin: 32px 16px 32px 16px; /* Espacio a los lados de la letra */
}

.letter {
    color: rgba(71, 84, 103, 0.70);
	text-align: center;
	font-family: "Red Hat Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

@media (prefers-reduced-motion: reduce) {
	.logo-description-container .logo-360pay,
	.btn-logo.btn-logo-selecting img {
		animation: none !important;
	}
}