.floating-container1 {
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 0;
    left: -350px;
    margin: 380px;
    z-index: 10
}

.floating-button1 {
    font-size: 15px;
    top: 74px;
    width: 63px;
    height: 63px;
    background: #ffffffd8;
    line-height: 50px;
    color: var(--thm-white);
    margin-bottom: 0;
    border-radius: 6px
}

.floating-button1.open {
    left: 5px
}

.floating-container {
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 0;
    margin: 45px 25px
}

.floating-container:hover {
    height: 200px
}

.floating-container:hover .floating-button {
    box-shadow: 0 5px 10px #f1f110;
    -webkit-transform: translatey(5px);
    transform: translatey(5px);
    -webkit-transition: all .3s;
    transition: all .3s
}

.floating-container:hover .element-container .float-element:nth-child(1) {
    -webkit-animation: come-in .4s forwards .2s;
    animation: come-in .4s forwards .2s
}

.floating-container:hover .element-container .float-element:nth-child(2) {
    -webkit-animation: come-in .4s forwards .4s;
    animation: come-in .4s forwards .4s
}

.floating-container:hover .element-container .float-element:nth-child(3) {
    -webkit-animation: come-in .4s forwards .6s;
    animation: come-in .4s forwards .6s
}

.floating-container .floating-button {
    position: absolute;
    width: 65px;
    height: 65px;
    background: #333333;
    bottom: 0;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    line-height: 75px;
    text-align: center;
    font-size: 23px;
    z-index: 60;
    box-shadow: 0 5px 10px -2px #eed589;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.floating-container .float-element {
    position: relative;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 15px auto;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.floating-container .float-element .material-icons {
    font-size: 16px
}

.floating-container .float-element:nth-child(1) {
    background: #42a5f5;
    box-shadow: 0 20px 20px -10px rgba(66, 165, 245, .5)
}

.floating-container .float-element:nth-child(2) {
    background: #4caf50;
    box-shadow: 0 20px 20px -10px rgba(76, 175, 80, .5)
}

.floating-container .float-element:nth-child(3) {
    background: #ff9800;
    box-shadow: 0 20px 20px -10px rgba(255, 152, 0, .5)
}

.icon-bar {
    z-index: 2;
    position: fixed;
    top: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.whats-float {
    position: fixed;
    transform: translate(108px, 0px);
    top: 72%;
    right: 0;
    width: 150px;
    overflow: hidden;
    background-color: #25d366;
    color: #fff;
    border-radius: 20px 0 0 2px;
    z-index: 10;
    transition: all .5s ease-in-out;
    vertical-align: middle
}

.whats-float a span {
    color: #fff;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder
}

.whats-float i {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    padding: 10px;
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
    text-align: center
}

.whats-float:hover {
    color: #fff;
    transform: translate(0px, 0px)
}

.whats-float:hover i {
    transform: rotate(360deg)
}

.whats-float1 {
    position: fixed;
    transform: translate(108px, 0px);
    top: 80%;
    right: 0;
    width: 150px;
    overflow: hidden;
    background-color: #00669b;
    color: #fff;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    transition: all .5s ease-in-out;
    vertical-align: middle
}

.whats-float1 a span {
    color: #fff;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder
}

.whats-float1 i {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    padding: 10px;
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
    text-align: center
}

.whats-float1:hover {
    color: #fff;
    transform: translate(0px, 0px)
}

.whats-float1:hover i {
    transform: rotate(360deg)
}

.whats-float2 {
    position: fixed;
    transform: translate(108px, 0px);
    top: 87%;
    right: 0;
    width: 150px;
    overflow: hidden;
    background-color: #111;
    color: #fff;
    border-radius: 2px 0 0 20px;
    z-index: 10;
    transition: all .5s ease-in-out;
    vertical-align: middle
}

.whats-float2 a span {
    color: #fff;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder
}

.email-float {
    color: #fff !important;
    font-size: 21px;
    margin-left: 13px;
    margin-top: 12px
}

.whatsapp-float {
    color: #fff !important;
    height: 30px;
    width: 30px;
    margin-left: 8px;
    margin-top: 8px
}

.phone-float {
    color: #fff !important;
    font-size: 21px;
    margin-left: 16px;
    margin-top: 18px
}

.whats-float2 i {
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    padding: 10px;
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
    text-align: center
}

.whats-float2:hover {
    color: #fff;
    transform: translate(0px, 0px)
}

.whats-float2:hover i {
    transform: rotate(360deg)
}

.floating-container {
    position: fixed;
    top: auto;
    bottom: 0
}

.fixed {
    position: fixed
}

.float-container {
    position: fixed
}

#floating-button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(to top right, #e0c457, #cdaa37);
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(37, 37, 37, .733)
}

#container-floating {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 30px;
    right: 30px;
    z-index: 5
}

#container-floating:hover {
    height: 400px;
    width: 90px;
    padding: 30px
}

.phone:hover {
    animation-fill-mode: forwards;
    animation: plus-in .1s linear
}

.edit {
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    padding: 0;
    opacity: 0;
    margin: auto;
    line-height: 65px;
    transform: rotateZ(-70deg);
    transition: all .3s;
    animation: edit-out .3s
}

#container-floating:hover .edit {
    animation: edit-in .2s;
    animation-delay: .1s;
    animation-fill-mode: forwards
}

@keyframes edit-in {
    from {
        opacity: 0;
        transform: rotateZ(-70deg)
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg)
    }
}

@keyframes edit-out {
    from {
        opacity: 1;
        transform: rotateZ(0deg)
    }

    to {
        opacity: 0;
        transform: rotateZ(-70deg)
    }
}

@keyframes plus-in {
    from {
        opacity: 1;
        transform: rotateZ(0deg)
    }

    to {
        opacity: 0;
        transform: rotateZ(180deg)
    }
}

@keyframes plus-out {
    from {
        opacity: 0;
        transform: rotateZ(180deg)
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg)
    }
}

.nds {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed;
    z-index: 300;
    transform: scale(0);
    cursor: pointer
}

.nd1 {
    background: #109ec9;
    right: 40px;
    bottom: 100px;
    animation-delay: .2s;
    animation: bounce-out-nds .3s linear;
    animation-fill-mode: forwards
}

.nd3 {
    background: #4dc55a;
    right: 40px;
    bottom: 160px;
    animation-delay: .15s;
    animation: bounce-out-nds .15s linear;
    animation-fill-mode: forwards
}

#container-floating:hover .plus {
    animation: plus-in .15s linear;
    animation-fill-mode: forwards
}

@keyframes bounce-nds {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes bounce-out-nds {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(0)
    }
}

#container-floating:hover .nds {
    animation: bounce-nds .1s linear;
    animation-fill-mode: forwards
}

#container-floating:hover .nd3 {
    animation-delay: .08s
}

.centerize-col {
    float: none !important;
    margin-left: auto;
    margin-right: auto
}