.shadow {
	-webkit-box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1) !important
}

.text-uppercase {
	letter-spacing: 1px;
}

.text-lg {
	font-size: 1.4rem !important
}

.text-base {
	font-size: .9rem !important
}

.text-sm {
	font-size: .7875rem !important
}

.roundy {
	border-radius: 0px 20px 20px 20px;
	border: #ef4044 solid 2px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
}

.border {
	border: 1px solid #eee
}

.rounded {
	border-radius: 0.5rem !important
}

.push {
	margin-left: 6rem
}

.headings-font-family {
	font-family: "Poppins", sans-serif !important
}

.text-gray {
	color: #adb5bd
}

.dot {
	max-width: 10px;
	min-width: 10px;
	max-height: 10px;
	min-height: 10px;
	border-radius: 50%
}

.dot-sm {
	max-width: 0.5rem;
	min-width: 0.5rem;
	max-height: 0.5rem;
	min-height: 0.5rem;
	border-radius: 50%
}

a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.page-holder {
	overflow-x: hidden;
	min-height: calc(100vh - 72px)
}

.icon {
	min-width: 2.2rem;
	max-width: 2.2rem;
	min-height: 2.2rem;
	max-height: 2.2rem;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.icon-lg {
	min-width: 3rem;
	max-width: 3rem;
	min-height: 3rem;
	max-height: 3rem
}

.icon-sm {
	min-width: 1.7rem;
	max-width: 1.7rem;
	min-height: 1.7rem;
	max-height: 1.7rem;
	font-size: 0.7rem
}

button {
	cursor: pointer;
	outline: none !important
}

.smaller {
	font-size: 0.7rem
}

.no-anchor-style {
	color: inherit !important;
	text-decoration: none !important
}

.line {
	height: 1px;
	border-bottom: 1px dashed #eee;
	margin: 2rem 0
}

.btn:not([class*='outline']) {
	color: #fff
}

.btn:not([class*='outline']):hover,
.btn:not([class*='outline']):focus {
	color: #fff !important
}

.border-thick {
	border-width: 4px !important
}

.no-shadow {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.input-group-text {
	border-radius: 2rem
}

.bg-success .checkbox-template::before {
	border: 1px solid #ddd !important
}

.bg-success .checkbox-template::after {
	background: #fff !important
}

.bg-warning .checkbox-template::before {
	border: 1px solid #ddd !important
}

.bg-warning .checkbox-template::after {
	background: #fff !important
}

.bg-danger .checkbox-template::before {
	border: 1px solid #ddd !important
}

.bg-danger .checkbox-template::after {
	background: #fff !important
}

.bg-blue .checkbox-template::before {
	border: 1px solid #ddd !important
}

.bg-blue .checkbox-template::after {
	background: #fff !important
}

.bg-red .checkbox-template::before {
	border: 1px solid #ddd !important
}

.bg-red .checkbox-template::after {
	background: #fff !important
}

.bg-gray-500 .checkbox-template::before {
	border: 1px solid #ddd !important
}

.bg-gray-500 .checkbox-template::after {
	background: #fff !important
}

.bg-dark .checkbox-template::before {
	border: 1px solid #ddd !important
}

.bg-dark .checkbox-template::after {
	background: #fff !important
}

@media (max-width: 991.98px) {
	.navbar .navbar-brand {
		position: static;
		-webkit-transform: none;
		transform: none
	}
}

.notification-icon {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #ef4044;
	position: absolute;
	top: 0.4rem;
	right: 0
}

.sidebar {
	width: 16rem;
	background: #fff;
	-webkit-box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}

.sidebar.shrink {
	width: 6rem;
	text-align: center
}

.sidebar.shrink .sidebar-link {
	display: block
}

.sidebar.shrink .sidebar-link span {
	display: block;
	font-size: 0.75rem
}

.sidebar.shrink .sidebar-link i {
	margin: 0 !important
}

.sidebar.shrink .collapse .sidebar-link,
.sidebar.shrink .collapsing .sidebar-link {
	-webkit-transition: none;
	transition: none;
	padding-left: 0.2rem !important;
	padding-right: 0.2rem !important
}

@media (max-width: 1199.98px) {
	.sidebar {
		width: 6rem;
		text-align: center;
		margin-left: -6rem;
		-webkit-transition: all 0.4s;
		transition: all 0.4s
	}
	.sidebar .sidebar-link {
		display: block
	}
	.sidebar .sidebar-link span {
		display: block;
		font-size: 0.75rem
	}
	.sidebar .sidebar-link i {
		margin: 0 !important
	}
}

.sidebar.show {
	margin-left: 0
}

.sidebar-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	padding: 0.5rem 1.5rem
}

.sidebar-link[data-toggle="collapse"] {
	position: relative
}

.sidebar-link[data-toggle="collapse"]::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	color: #aaa;
	font-family: 'Font Awesome 5 Free';
	content: '\f104';
	font-weight: 900;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.sidebar-link[data-toggle="collapse"][aria-expanded='true']::before {
	content: '\f107'
}

.sidebar-link:hover {
	text-decoration: none;
	background: #f5f5f5
}

.sidebar-link.active,
.sidebar-link:focus {
	background: #f55b5b;
	color: #fff !important;
	text-decoration: none
}

.sidebar-link.active::before,
.sidebar-link:focus::before {
	color: #fff
}

.sidebar-link.active i,
.sidebar-link:focus i {
	color: #fff !important
}

.sidebar-link i {
	font-size: 1.5rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.sidebar-link span {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block
}

.overflow-hidden {
	overflow: hidden !important
}

.form-control-label {
	font-size: .9rem;
	color: #6c757d
}

#style-switch-button {
	position: fixed;
	top: 150px;
	right: 0px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 2
}

#style-switch {
	width: 300px;
	padding: 20px;
	position: fixed;
	top: 200px;
	right: 0;
	background: #fff;
	border: solid 1px #e9ecef;
	z-index: 2000
}

body {
	font-family: "Poppins", sans-serif;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #F8F9FB
}

#mapa {
	height: 500px;
	/*position: absolute; top: 0; bottom: 0; width: 100%;*/
}

.mapboxgl-popup {
	max-width: 400px;
	font: 10px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.pmapa {
	margin-bottom: 0em;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

a {
	color: #f55b5b;
	text-decoration: none
}

a:hover,
a:focus {
	color: #f11313;
	text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: .5rem;
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	line-height: 1.2;
	color: inherit
}

h1,
.h1 {
	font-size: 2.25rem
}

h2,
.h2 {
	font-size: 1.8rem
}

h3,
.h3 {
	font-size: 1.575rem
}

h4,
.h4 {
	font-size: 1.35rem
}

h5,
.h5 {
	font-size: 1.125rem
}

h6,
.h6 {
	font-size: .9rem
}

.lead {
	font-size: 1.125rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
	font-size: 80%;
	font-weight: 400
}

mark,
.mark {
	padding: .2em;
	background-color: #fcf8e3
}

.blockquote {
	padding: .5rem 1rem;
	margin-bottom: 2rem;
	font-size: 1.125rem;
	border-left: 5px solid #f55b5b
}

.blockquote-footer {
	color: #6c757d
}

.blockquote-footer::before {
	content: "\2014 \00A0"
}

.text-primary {
	color: #f55b5b !important
}

a.text-primary:hover,
a.text-primary:focus {
	color: #f22b2b !important
}

.page-item:first-child .page-link {
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem
}

.page-item:last-child .page-link {
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem
}

.page-item.active .page-link {
	color: #fff;
	background-color: #f55b5b;
	border-color: #f55b5b
}

.page-item.disabled .page-link {
	color: #6c757d;
	background-color: #fff;
	border-color: #dee2e6
}

.page-link {
	padding: .5rem .75rem;
	line-height: 1.25;
	color: #f55b5b;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover,
.page-link:focus {
	color: #f11313;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.125rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .7875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem
}

.bg-primary {
	background-color: #f55b5b !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #f22b2b !important
}

.bg-secondary {
	background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important
}

.bg-success {
	background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important
}

.bg-info {
	background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important
}

.bg-warning {
	background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important
}

.bg-danger {
	background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important
}

.bg-light {
	background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important
}

.bg-violet {
	background-color: #DF99CA !important
}

a.bg-violet:hover,
a.bg-violet:focus,
button.bg-violet:hover,
button.bg-violet:focus {
	background-color: #d372b6 !important
}

.bg-blue {
	background-color: #4C84FF !important
}

a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
	background-color: #1961ff !important
}

.bg-green {
	background-color: #7CF29C !important
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
	background-color: #4eed79 !important
}

.bg-red {
	background-color: #F0404C !important
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
	background-color: #eb1221 !important
}

.bg-gray-100 {
	background-color: #f8f9fa !important
}

a.bg-gray-100:hover,
a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
	background-color: #dae0e5 !important
}

.bg-gray-200 {
	background-color: #e9ecef !important
}

a.bg-gray-200:hover,
a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
	background-color: #cbd3da !important
}

.bg-gray-300 {
	background-color: #dee2e6 !important
}

a.bg-gray-300:hover,
a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
	background-color: #c1c9d0 !important
}

.bg-gray-400 {
	background-color: #ced4da !important
}

a.bg-gray-400:hover,
a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
	background-color: #b1bbc4 !important
}

.bg-gray-500 {
	background-color: #adb5bd !important
}

a.bg-gray-500:hover,
a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
	background-color: #919ca6 !important
}

.bg-dark {
	background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important
}

.border-primary {
	border-color: #f55b5b !important
}

.border-secondary {
	border-color: #6c757d !important
}

.border-success {
	border-color: #28a745 !important
}

.border-info {
	border-color: #17a2b8 !important
}

.border-warning {
	border-color: #ffc107 !important
}

.border-danger {
	border-color: #dc3545 !important
}

.border-light {
	border-color: #f8f9fa !important
}

.border-violet {
	border-color: #DF99CA !important
}

.border-blue {
	border-color: #4C84FF !important
}

.border-green {
	border-color: #7CF29C !important
}

.border-red {
	border-color: #F0404C !important
}

.border-gray-100 {
	border-color: #f8f9fa !important
}

.border-gray-200 {
	border-color: #e9ecef !important
}

.border-gray-300 {
	border-color: #dee2e6 !important
}

.border-gray-400 {
	border-color: #ced4da !important
}

.border-gray-500 {
	border-color: #adb5bd !important
}

.border-dark {
	border-color: #343a40 !important
}

.text-primary {
	color: #f55b5b !important
}

a.text-primary:hover,
a.text-primary:focus {
	color: #f22b2b !important
}

.text-secondary {
	color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #545b62 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
	color: #1e7e34 !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
	color: #117a8b !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
	color: #d39e00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
	color: #bd2130 !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
	color: #dae0e5 !important
}

.text-violet {
	color: #DF99CA !important
}

a.text-violet:hover,
a.text-violet:focus {
	color: #d372b6 !important
}

.text-blue {
	color: #4C84FF !important
}

a.text-blue:hover,
a.text-blue:focus {
	color: #1961ff !important
}

.text-green {
	color: #7CF29C !important
}

a.text-green:hover,
a.text-green:focus {
	color: #4eed79 !important
}

.text-red {
	color: #F0404C !important
}

a.text-red:hover,
a.text-red:focus {
	color: #eb1221 !important
}

.text-gray-100 {
	color: #f8f9fa !important
}

a.text-gray-100:hover,
a.text-gray-100:focus {
	color: #dae0e5 !important
}

.text-gray-200 {
	color: #e9ecef !important
}

a.text-gray-200:hover,
a.text-gray-200:focus {
	color: #cbd3da !important
}

.text-gray-300 {
	color: #dee2e6 !important
}

a.text-gray-300:hover,
a.text-gray-300:focus {
	color: #c1c9d0 !important
}

.text-gray-400 {
	color: #ced4da !important
}

a.text-gray-400:hover,
a.text-gray-400:focus {
	color: #b1bbc4 !important
}

.text-gray-500 {
	color: #adb5bd !important
}

a.text-gray-500:hover,
a.text-gray-500:focus {
	color: #919ca6 !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
	color: #1d2124 !important
}

.badge-primary {
	color: #fff;
	background-color: #f55b5b
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #f22b2b
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #545b62
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

.badge-success[href]:hover,
.badge-success[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #1e7e34
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

.badge-info[href]:hover,
.badge-info[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #d39e00
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #bd2130
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

.badge-light[href]:hover,
.badge-light[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #dae0e5
}

.badge-violet {
	color: #212529;
	background-color: #DF99CA
}

.badge-violet[href]:hover,
.badge-violet[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #d372b6
}

.badge-blue {
	color: #fff;
	background-color: #4C84FF
}

.badge-blue[href]:hover,
.badge-blue[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #1961ff
}

.badge-green {
	color: #212529;
	background-color: #7CF29C
}

.badge-green[href]:hover,
.badge-green[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #4eed79
}

.badge-red {
	color: #fff;
	background-color: #F0404C
}

.badge-red[href]:hover,
.badge-red[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #eb1221
}

.badge-gray-100 {
	color: #212529;
	background-color: #f8f9fa
}

.badge-gray-100[href]:hover,
.badge-gray-100[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #dae0e5
}

.badge-gray-200 {
	color: #212529;
	background-color: #e9ecef
}

.badge-gray-200[href]:hover,
.badge-gray-200[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #cbd3da
}

.badge-gray-300 {
	color: #212529;
	background-color: #dee2e6
}

.badge-gray-300[href]:hover,
.badge-gray-300[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #c1c9d0
}

.badge-gray-400 {
	color: #212529;
	background-color: #ced4da
}

.badge-gray-400[href]:hover,
.badge-gray-400[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #b1bbc4
}

.badge-gray-500 {
	color: #212529;
	background-color: #adb5bd
}

.badge-gray-500[href]:hover,
.badge-gray-500[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #919ca6
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124
}

.form-control {
	padding: .4rem .8rem;
	font-size: .9rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 2rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #fcd3d3;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(245, 91, 91, 0.25);
	box-shadow: 0 0 0 .2rem rgba(245, 91, 91, 0.25)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d
}

.form-control:-ms-input-placeholder {
	color: #6c757d
}

.form-control::-ms-input-placeholder {
	color: #6c757d
}

.form-control::placeholder {
	color: #6c757d
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef
}

.form-control::-moz-placeholder {
	color: #999;
	font-weight: 300
}

.form-control::-webkit-input-placeholder {
	color: #999;
	font-weight: 300
}

.form-control:-ms-input-placeholder {
	color: #999;
	font-weight: 300
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.15rem + 2px)
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-sm {
	padding: .25rem .8rem;
	font-size: .7875rem;
	line-height: 1.5;
	border-radius: 2rem
}

select.form-control-sm:not([size]):not([multiple]) {
	height: calc(1.68125rem + 2px)
}

.form-control-lg {
	padding: .5rem 1.2rem;
	font-size: 1.125rem;
	line-height: 1.5;
	border-radius: 2rem
}

select.form-control-lg:not([size]):not([multiple]) {
	height: calc(2.6875rem + 2px)
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.8);
	border-radius: .2rem
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
	display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
	color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	background-color: #71dd8a
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
	background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #F8F9FB, 0 0 0 .2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 1px #F8F9FB, 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
	border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
	border-color: inherit
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.8);
	border-radius: .2rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
	color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
	color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
	background-color: #efa2a9
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
	background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #F8F9FB, 0 0 0 .2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 1px #F8F9FB, 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
	border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
	border-color: inherit
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: #f55b5b
}

.custom-control-input:focus~.custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #F8F9FB, 0 0 0 .2rem rgba(245, 91, 91, 0.25);
	box-shadow: 0 0 0 1px #F8F9FB, 0 0 0 .2rem rgba(245, 91, 91, 0.25)
}

.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #fff
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-checkbox .custom-control-label::before {
	top: .1rem;
	border-radius: .3rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #f55b5b
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	top: .1rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #f55b5b
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(245, 91, 91, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(245, 91, 91, 0.5)
}

.custom-radio .custom-control-label::before {
	top: .1rem;
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #f55b5b
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	top: .1rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(245, 91, 91, 0.5)
}

code {
	font-size: 87.5%;
	color: #e83e8c
}

.nav-link {
	padding: .5rem 1rem
}

.nav-link.disabled {
	color: #6c757d
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #F8F9FB
}

.nav-tabs .dropdown-menu {
	margin-top: -1px
}

.nav-pills .nav-link {
	border-radius: 2rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #f55b5b
}

.card {
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1);
	border-radius: 1rem
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 1rem;
	border-bottom-left-radius: 1rem
}

.card-body {
	padding: 2rem
}

.card-title {
	margin-bottom: 1.5rem
}

.card-subtitle {
	margin-top: -.75rem
}

.card-link+.card-link {
	margin-left: 2rem
}

.card-header {
	padding: 1.5rem 2rem;
	background-color: white;
	border-bottom: none;
	-webkit-box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1)
}

.card-header:first-child {
	border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0
}

.card-header-transparent {
	background-color: rgba(0, 0, 0, 0.3);
	border-bottom: none
}

.card-footer {
	padding: 1.5rem 2rem;
	background-color: #f8f9fa;
	border-top: 1px solid #eee
}

.card-footer:last-child {
	border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px)
}

.card-header-tabs {
	margin-right: -1rem;
	margin-bottom: -1.5rem;
	margin-left: -1rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -1rem;
	margin-left: -1rem
}

.card-img-overlay {
	padding: 1.25rem
}

.card-img-overlay-opacity {
	background: rgba(0, 0, 0, 0.2)
}

.card-img {
	border-radius: calc(1rem - 1px)
}

.card-img-top {
	border-top-left-radius: calc(1rem - 1px);
	border-top-right-radius: calc(1rem - 1px)
}

.card-img-bottom {
	border-bottom-right-radius: calc(1rem - 1px);
	border-bottom-left-radius: calc(1rem - 1px)
}

.card-deck .card {
	margin-bottom: 15px
}

@media (min-width: 576px) {
	.card-deck {
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		margin-right: 15px;
		margin-left: 15px
	}
}

.dropdown-menu {
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: .9rem;
	color: #212529;
	background-color: #fff;
	border: 1px solid transparent;
	-webkit-box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1);
	border-radius: .3rem
}

.dropdown-item {
	padding: .8rem 1.5rem;
	font-weight: 400;
	color: #212529
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	background-color: #f55b5b
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d
}

.main-title { 
	font-size: 30px;
	color: #ef4044;
}


.section_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* padding-top: 50px; */
	/* padding-bottom: 50px; */
	align-items: baseline;
  }
  .separator_line {
	width: auto;
	height: 1px;
	margin-top: 0px;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #ef4044;
  }
  .separator_text {
	margin-right: 20px;
	padding-left: 1px;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	font-family: Myriadpro, sans-serif;
	color: #ef4044;
	font-size: 38px;
	line-height: 2em;
	font-weight: 400;
  }

  .margin-cards {
	margin-left: 5%; 
	margin-right: 5%;
  }
  .paragraph {
	  margin-top: 20px;
	  margin-bottom: 40px;
  }