.pointer {
	cursor: pointer;
}

.border {
	border: solid 1px #ddd;
}

.radius-8 {
	border-radius: 8px;
}

.radius-8i {
	border-radius: 8px !important;
}

.radius-6 {
	border-radius: 6px;
}

img {
	object-fit: contain;
}

.modal.modal-centered {
	text-align: center;
	padding: 0!important;
}

.modal.modal-centered:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-centered .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.text-white {
	color: white;
}

.text-gray {
	color: #343a40;
}

.text-green {
	color: #54BF8A;
}

.btn-border-green {
	border: 3px solid #006A49;
	color: #006A49 !important;
	border-radius: 8px;
	background-color: transparent !important;
	transition: all 1s ease;
}

.btn-border-green:active:hover,
.btn-border-green:focus:active,
.btn-border-green:focus:hover,
.btn-border-green:hover,
.btn-border-green:focus {
	border-color: #5eb97c;
	background-color: #5eb97c !important;
	color: white !important;
}

.border-thin {
	border-width: 2px;
}

.btn-circle {
    border-width: 0;
    position: fixed;
    right: 2px;
    z-index: 99;
    transition-duration: 3s;
    height: 42px;
    width: 42px;
    padding: 10px 1px 0 2px;
    border-radius: 100%;
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

.fa-arrow-up:before {
	font-size: 18px;
}


.btn-green {
	border-color: #5eb97c;
	color: white !important;
	border-radius: 6px;
	background-color: #5eb97c !important;
}

.btn-green:active:hover,
.btn-green:focus:active,
.btn-green:focus:hover,
.btn-green:hover,
.btn-green:focus {
	border-color: #006A49;
	background-color: #006A49 !important;
	transition: all 1s ease;
	outline: none;
}

.size13 {
	font-size: 13px;
}

.size30 {
	font-size: 30px;
}

.d-flex {
	display: flex;
}

.vertical-center {
	align-items: center;
}

@media (max-width: 767px) {

	.xs-oculto {
		display: none;
	}

	.xs-oculto-i {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.sm-oculto {
		display: none;
	}
}

@media (min-width: 992px){

}

@media (min-width: 1200px) {

}
