.starter-template {
  padding: 3rem 1.5rem;
}

body {
    background: #f8f9fa;
}

main {
	background: #fff;
}

.rounded-circle {
    border-radius: 50% !important;
    border: solid 3px white;
}

.nav-item {
	position: relative;
	white-space: nowrap;
	float: left;
	padding-left: 5px;
}

.navbar-nav a {
	color: #217eab;
	padding-right: 5px;
}

.navbar-nav .nav-item a {
	padding-left: 5px;
}

.navbar-nav li a:hover, .navbar-nav .active > a {
	color: #fff;
	background: #12248c;
}

.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}

.navbar-nav li a:hover, .navbar-nav .active > a {
	color: #fff!important;
	background: #12248c;
}

#topbar {
	background: #f5f9fc;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

#topbar .contact-info i {
	color: #12248c;
	padding: 4px;
	font-size: 16px;
}

#topbar .social-links a {
	color: #12248c;
	padding: 0px 12px;
	display: inline-block;
	line-height: 1px;
	transition: 0.3s;
	font-size: 20px;
}

#topbar .social-links a:hover {
	color: #10a031;
}

a:hover {
	text-decoration: none;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.contact-info i {
	color: #218838;
	padding: 4px;
	font-size: 16px;
}

.contact-info .icofont-phone {
	padding-left: 20px;
	margin-left: 10px;
}

.contact-info a {
	line-height: 1; 
	color: #444; 
	transition: 0.3s; 
}

.contact-info a:hover {
	color: #218838;
}

.info-box {
  color: #0b2341;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.6);
  padding: 20px 0 20px 0;
  background: #fff;
  border: 1px solid #eee; 
  margin-top: 30px; 
}

.info-box p {
  text-align: justify;
}

.info-box:hover {
  border: 1px solid #12248C;   
}

.info-box i {
  font-size: 32px;
  color: #12248C;
  border-radius: 50%;
  padding: 8px;
  border: 1px solid #fbdad2;
}

.info-box:hover i {
    background: #12248C;
    color: #fff;
    border: 1px solid #12248C;
}

.info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.bx {
    font-family: 'boxicons'!important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.social-links a {
	color: #5c768d;
	padding: 0px 12px;
	display: inline-block;
	line-height: 1px;
	transition: 0.3s;
	font-size: 20px;
}

.social-links a:hover {
	color: #218838;
}

.card {
/* border: none; */
}

.card-center {
	margin: 0 auto;
	float: none;
	margin-bottom: 10px;
}

#footer {
	background: #efefef;
	padding: 0 0 30px 0;
	color: #12248c;
	font-size: 14px;
}

#footer .footer-top {
	background: #f3f3f3;
	border-bottom: 1px solid #e6e6e6;
	padding: 60px 0 30px 0;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #12248c;
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top .footer-links ul a {
	color: #12248c;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover, #footer .footer-top .footer-links ul a.active {
	color: #12248c;
	font-weight: bold;
}

#footer .footer-top .social-links a {
	font-size: 24px;
	display: inline-block;
	background: #c5c5c5;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 8px;
	border-radius: 50%;
	text-align: center;
	width: 40px;
	height: 40px;
	transition: 0.3s;
	border: solid 1px #fff;
}

#footer .footer-top .social-links a:hover {
	background: #12248c;
}

#footer .copyright {
	text-align: center;
	padding-top: 30px;
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
}

#g-tree .badge {
	display: block;
	min-height: 18px;
}

#g-tree.table td, #g-tree.table th {
    padding: 8px 10px!important;
}

.badge-pink {
	background: #ff69b4; 
	color: #ffffff;
}

.badge-inverse {
	background: #000000; 
	color: #ffffff;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
	  font-size: 3.5rem;
	}
}

#float-wp {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    text-align: center;
}

#float-wp a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    font-size: 32px;
    line-height: 62px;
    border-radius: 100%;
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
}

.modal-dialog{
  overflow-y: initial !important
}

.modal-body{
overflow-y: auto;
}

.canario {
	width: 150px; 
	height: 150px;
	background: #EEE; 
	margin-top: 5px;
}

.card-canario {
	max-width: 20rem; 
	border: solid 1px #12248c;
}

.logo-img {
	max-height: 100px;
}

.display-5 {
  font-size: 3.0rem;
  font-weight: 400; 
  margin-bottom: 2rem;
}

.display-5 span {  
  box-shadow: 0 4px 2px -2px #12248c;
}

.display-h5 {
  margin-bottom: 3rem;
}

.product-wrapper .product-box .product-gallery {
    width: calc(100% - 470px);
    padding-right: 2.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.produto {
    width: calc(100% - 470px);
    padding-right: 2.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.produto-descricao {
    position: relative;
    width: 470px;
    padding: 2.5rem 1.875rem;
    border: solid 1px var(--color_border);
    border-radius: 6px;
}

.text-primary {
	color: #273982 !important;
}

.btn-outline-primary {
	color: #273982;
    border-color: #273982;
}

.btn-outline-primary:hover {
	color: #fff;
    background-color: #273982;
    border-color: #273982;
}

.border-primary {
    border-color: #273982 !important;
}

.btn-primary {
	color: #fff;
    background-color: #273982;
    border-color: #273982;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.section-title {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2 {
	font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.section-title h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: color-mix(in srgb, var(--default-color), transparent 60%);
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}