
/* SMARTPHONE */
@media (max-width: 767px) {
    body {
		margin:0 3%;
        font-size: 16px;
    }

	.bri {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.bg1 {
		padding:0;
		color: white;
		/* text-align: justify; */
		background-image:linear-gradient(to right, #1B304F,#3D69AF);
	}

}

/* DESKTOP */
@media (min-width: 768px)  {
    body {
		margin:0 10%;
        font-size: 16px;
    }
	
	.bg1 {
		padding:0;
		color: white;
		text-align: justify;
		background-image:linear-gradient(to right, #1B304F,#3D69AF);
	}

	.bri {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

}

.br {
	border-radius: 5px;
}

/* .br { */
		/* border-top-left-radius: 5px; */
		/* border-top-right-radius: 5px; */
	/* } */

.lid {
	font-size: 1.25rem;
	font-weight: 600;
}

.bg2 {
	padding:0;
	color: white;
	background-image:linear-gradient(to right, #DCDCDC, #0D57D9);
}

.tjtf {
	text-align: justify;
}

/* .br { */
	/* border-radius: 5px; */
/* } */

/* .brl { */
	/* border-top-left-radius: 5px; */
	/* border-bottom-left-radius: 5px; */

/* } */

/* .brr { */
	/* border-top-right-radius: 5px; */
	/* border-bottom-right-radius: 5px; */

/* } */

.pr {
	display: flex;
	justify-content: right;
}

.btsnd {
	display: flex;
	justify-content: center;
	text-align: center;
	margin:auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: bg-primary;
	box-shadow: 0px 2px 17px -1px rgba(0,0,0,0.3);
	font-size:1.46rem;
}

.bbox {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 17px -1px rgba(0,0,0,0.3);
}

.shd {
  box-shadow: 0px 2px 17px -1px rgba(0,0,0,0.3);
}

.vc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.srbtn {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size:0.75rem;
 
}
