/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
/* Your custom css codes start here: */

/* WhatsApp flotante */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
}

.my-float {
    margin-top: 15px;
}
.bg-theme-color-2,
.border-bottom-theme-color-2-1px,
.btn-theme-color-2,
.header-top {
    background-color: #ffb300 !important;
    border-color: #ffb300 !important;
}

.menuzord .menuzord-menu > li.book-now > a,
.menuzord .showhide em,
.text-theme-color-2 {
    color: #ffb300 !important;
}