/* Add here all your CSS customizations !important */



html.dark body, html.dark .body {
    background-color: #000000;/*212529*/
}
html.dark #header .header-body {
    background: #000000;
    border-top-color: #000000;
}

h3 {
    letter-spacing: inherit;
}

html .btn-primary2 {
    background-color: #c6d4ee;
    border-color: #c6d4ee #c6d4ee #c6d4ee;
    color: #000000;
}
	
.mybody {
  background: transparent !important;
	  background-color: transparent !important;
}
html.dark body, html.dark .body {
background-image: url("../img-custom/bg-texture.jpg") !important;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li > a:not(.active) {
		color: #ffffff;
	};
}


h1.font-extra,
h2.font-extra
{
    font-family: 'Cinzel', serif !important; 
	letter-spacing: 0em !important;
	/*link head*/
}

.txt-black{ color: #000000 !important;}

.social-icons li a {
    font-size: 30px;
	width: inherit;
	height: inherit; 
    line-height: inherit;
}
.social-icons.custom-social-icons li a {
    line-height: inherit;
}
.header-nav .social-icons li a {
    font-size: 24px;
	width: inherit;
	height: inherit; 
    line-height: inherit;
}

.custom-bottom-bar:before {
    border-bottom: none;
}


section.section-extra {
	/*background: #f7f7f7;
	border-top: 5px solid #f1f1f1;
	margin: 30px 0;*/
	padding: 50px 0;
}


.pb-1, .py-1 {
    padding-bottom: 1rem!important;
	padding-top: 1rem!important;
}

.img-procedimento{
	/*border-radius: 50%;*/
}
