@charset "UTF-8";
/**/
body {}
/* h */
h1 {padding-left:0.5rem; font-size:1.7rem; border-bottom:3px solid #e0e0e0;}
h2 {padding-left:0.5rem; font-size:1.5rem; border-bottom:2px solid #e0e0e0;}
h3 {padding-left:0.5rem; font-size:1.3rem; border-bottom:1px solid #e0e0e0}
h4 {padding-left:0.5rem !important; font-size:1.2rem !important; border:none !important; }
h5 {padding-left:0.5rem !important; font-size:1.1rem !important; border:none !important; }

/* navbar main */
.navbar 			{background-color:#2B9D9A !important; } 
.navbar .active 	{}
.navbar .nav-link 	{color:#f0f0f0 !important; }
.navbar .active .nav-link {background-color:#fff;color:#000 !important; }
.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler{
	border-color: #5BbDbA !important;
}

/**/
.list th {background-color:#2B9D9A !important;}

/**/
.footer_customer {}