/* Add here all your CSS customizations */

.titulo{
	font-family: "Perpetua Titling MT Std";
}

.normal{
	font-family: 'Muli', sans-serif;
}

.rev_slider li.slide-overlay .slotholder:after {
	
	/* background: #50192a; */
	background: none;
}

html .btn-dark {
	background-color: #192b50;
	border-color: #192b50 #192b50 #0a0c0d;
	color: #FFF;
}




/* Custom Map */
section.section-custom-map {
	background: transparent url(../img/serra.png) center 0 no-repeat;
	
}


html.gap-outside .body {
	margin-top: 25px;
	margin-bottom: 25px;
}

html.gap-outside .main,
html.gap-outside #footer {
	margin-right: 50px;
	margin-left: 50px;
}


#header .header-logo img {
	/* width: 200px; */
	/* -webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease; */
	margin-top: -30px !important;
}

#header .header-logo .logo-normal {
	/* width: 200px; */
	opacity: 1;

}

#header .header-logo .logo-sticky {
	opacity: 0;
}

.sticky-header-active #header .header-logo .logo-normal {
	opacity: 0;
}

.sticky-header-active #header .header-logo .logo-sticky {
	opacity: 1;
}


/* alteração da cor do menu hamburguer*/

#header .header-btn-collapse-nav {
	background: none;
}




#header .header-btn-collapse-nav {
	
	color: #c9a566;
	
}


/* fim alteração da cor do menu hamburguer*/



/*botão light*/
html body .btn-light,
html body .btn-outline.btn-light {
	border-color: #fff;
	color: #fff;
}

html body .btn-light:hover, html body .btn-light.hover,
html body .btn-outline.btn-light:hover,
html body .btn-outline.btn-light.hover {
	background-color: #fff;
	border-color: #e6e6e6 #e6e6e6 #cccccc;
	color: #777;
}


/*fim botao light*/

/*arredondar cantos imagens*/

.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded img,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper:after {
	border-radius: 40px;
}

/*fim arredondar cantos imagens*/

#footer.index {
	margin-top: 0px;
}

section.section.index {
	
	margin: 0px 0px; 
	font-family: "Perpetua Titling MT Std", cursive;
}

.parallax:not(.page-header):not(.match-height):not([class*="section-height-"]) {
	margin: 0px 0px;
	
}


.page-header h1 {
	color: #192b50;
	
}

.page-header {
	background-color: #fff;
	
}


/* https://pharmaplant.eu/vendor/rs-plugin/css/layers.css */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tp-caption.boxshadow,.boxshadow {
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}


.rev_slider {
    overflow: hidden;
}


/* https://pharmaplant.eu/vendor/animate/animate.min.css */


.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

/* https://pharmaplant.eu/vendor/fontawesome-free/css/all.min.css */

/* .fa,.fab,.fad,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-plus:before {
    content: "\f067"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}
.fa-facebook-f:before {
    content: "\f39e"
}
.fa-envelope:before {
    content: "\f0e0"
}

.fa-dot-circle:before {
    content: "\f192"
}
.fa-quote-right:before{
	content:"\f10e"
} */


.fa,.far,.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,.fas {
    font-weight: 900
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

