@charset "UTF-8";
/* CSS Document */




@keyframes moveLeftRight {
    0%, 100% { transform: rotate(0deg); }
    20% { transform: rotate(3deg); }
    40% { transform: rotate(-3deg); }
    60% { transform: rotate(3deg); }
    80% { transform: rotate(-3deg); }
}

.visitmexico-tab {
    animation: moveLeftRight 2s infinite ease-in-out;
    transition: background-color 0.3s ease;
    z-index: 999999;
}

.visitmexico-tab:hover {
    background-color: darkmagenta !important;
}

.visitmexico-img {
    height: 40px;
    width: auto;
    display: block;
}
footer {
    background: url("https://visitmexico.com/gmx_assets/front__gmx_sep__assets__gmx_sep__9783b3a8ca580bb7e968__gmx_dot__png") 50% / cover no-repeat #621132;
    color: #fff;
    font-weight: 500;
}

