/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

#header .header-inner #logo a .logo-default, #header #header-wrap #logo a .logo-default {
    padding: 10px 0;
    max-height: 80px;
}

ul#menu-rodape {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.heading-text.heading-section p {
    font-weight: 400;
}

.contact-page form .col-md-6 {
    width: 100%;
}

button.btn.btn-primary,
.btn:not(.close):not(.mfp-close).btn-primary,
a.btn:not([href]):not([tabindex]).btn-primary,
button.btn,
.btn:not(.close):not(.mfp-close),
a.btn:not([href]):not([tabindex]) {
    background-color: #000;
    border-color: #000;
}

button.btn.btn-primary:hover,
button.btn.btn-primary:focus,
button.btn.btn-primary:not(:disabled):not(.disabled):active,
button.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-primary:hover,
.btn:not(.close):not(.mfp-close).btn-primary:focus,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-primary:hover,
a.btn:not([href]):not([tabindex]).btn-primary:focus,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active,
button.btn,
.btn:not(.close):not(.mfp-close):hover,
a.btn:not([href]):not([tabindex]):hover,
button.btn,
.btn:not(.close):not(.mfp-close):active,
a.btn:not([href]):not([tabindex]):active {
    background-color: #515151;
    border-color: #515151;
}

.heading-text.heading-section h2:before {
    background-color: #000;
}

.p-progress-bar,
.progress-bar {
    background-color: #515151;
}

.whatsapp img {
    max-width: 50px;
    max-height: 50px;
}

.whatsapp a {
    display: block;
}

.whatsapp {
    position: fixed;
    bottom: -60px;
    left: 25px;
    top: inherit;
    right: inherit;
    width: auto;
    background-color: transparent;
}

@media (max-width: 768px) {
	.whatsapp {
		bottom: 25px !important;
		padding: 0 !important;
	}

	#scrollTop {
		bottom: 25px !important;
	}
	
	.inspiro-slider.slider-fullscreen {
        height: 55vh !important;
    }
	
	.inspiro-slider .flickity-viewport .slide .container,
	.inspiro-slider .flickity-viewport .slide .container-wide {
		padding: 50px 20px !important;
	}
}