@font-face {
    font-family: myfont3;
    src: url("../fonts/heavy.otf") format("opentype");
}
@font-face {
    font-family: myfont4;
    src: url("../fonts/light.otf") format("opentype");
}
* {
	font-family: myfont4, sans-serif;
}
.main-color {
	color:#0f5148 !important;
}

#heart {
    width: 2.5rem;
    position: relative;
    bottom: 4px;
}

footer{
-webkit-tap-highlight-color: rgba(0,0,0,0);
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
--font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
line-height: 1.5;
text-align: left;
font-weight: 300;
box-sizing: border-box;
display: block;
padding-top: 1.5rem !important;
background-color: #412861 !important;
font-size: 1.3em;
bottom: 0;
color: #bdc5c6;
padding-left: 0;
direction: rtl;
}
footer .list-inline, .list-unstyled {
	padding-right: 0 !important;
	padding-left:unset !important;
}


.btn-floating.mx-1.waves-effect.waves-light {
margin-right: .25rem !important;
margin-left: .25rem !important;
position: relative;
z-index: 1;
padding: 0;
margin: 10px;
overflow: hidden;
vertical-align: middle;
cursor: pointer;
border-radius: 50%;
box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
transition: all .2s ease-in-out;
width: 47px;
height: 47px;
display: inline-block;
color: inherit;
text-decoration: none;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
}
.fs-18 {
	font-size: 18px !important;
}

footer a {
	color: #bdc5c6;
}
footer a:hover {
	color: #bdc5c6;
}

.btn-youtube {
    color: #fff;
    background-color: #dd4b39 !important;
}

.btn-instagram {
    color: #fff;
    background-color: #833AB4 !important;
}

.btn-snapchat {
    color: #fff;
    background-color: #e6e426 !important;
}

.btn-tw {
    color: #fff;
    background-color: #55acee !important;
}

.btn-whatsapp {
    color: #fff;
    background-color: #25d366 !important;
}

.category-btn {
    display: inline-block;
    margin: 0 15px;
    padding: 15px 10px;
    background: #e9ecef;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
}

.category-btn.active {
    color: #fff;
    background-color: #0f5148;
}

.category-btn:hover {
    text-decoration: none;
    color: #000;
}

.category-btn.active:hover {
    color: #fff;
}

.category-btn.disabled {
    cursor: not-allowed;
    opacity: 0.7;
}
