﻿.swal2-container.swal2-rtl.swal2-top-end.swal2-backdrop-show {
    z-index: 999999999 !important;
    height: auto !important;
}

.row.clearfix.g-3 {
    text-align: center;
}

.swal2-container {
    height: auto !important;
}

.h-6 {
    font-size: 16px;
}

/*WhatApp Nati*/
@media only screen and (min-width: 900px) {
    .mobnati {
        display: none;
    }

    .w-mob {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .w-web {
        display: none;
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 40px;
    background-color: #dd1c63;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
/*WhatApp Nati*/
div.float > a {
    display: inline-flex;
}

    div.float > a > i {
        font-size: 35px;
        padding: 2px 5px;
    }

    div.float > a > p {
        font-size: 20px;
        padding: 2px 8px;
    }

.Whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 99999999;
}

    .Whatsapp > a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 5px 5px 20px;
        background-color: #dd1c63;
        border-radius: 25px;
    }
        .Whatsapp > a > p {
            padding-right: 5px;
            margin-bottom: 0px;
            color: white;
        }
        .Whatsapp > a > i {
            font-size: 40px;
            color: white;
        }
/*.fa {
    font-family: 'Font Awesome 5 Brands' !important;
}*/
.shake {
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%;
}

@keyframes shake-animation {
    0% {
        transform: translate(0,0)
    }

    1.78571% {
        transform: translate(5px,0)
    }

    3.57143% {
        transform: translate(0,0)
    }

    5.35714% {
        transform: translate(5px,0)
    }

    7.14286% {
        transform: translate(0,0)
    }

    8.92857% {
        transform: translate(5px,0)
    }

    10.71429% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(0,0)
    }
}
