﻿




.hero-social {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 20;
    width: 46px;
    text-decoration: none;

}

.hero-social:before
Specificity: (0,1,1) {
    top: calc(100% + 30px);
}


.hero-social li a {
    margin-bottom: 4px;
    background: rgba(0, 0, 0, .3);
    color: #ff8336;
    text-align: center;
}

.nav-social li a, .hero-social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .1);
    transition: all .3s linear;
}

.nav-social li a:hover, .hero-social li a:hover {
    border-radius: 50px;
    background: #fff;
}

.hero-social ul {
    list-style-type: none;
}


.menu-social {
    margin: 0 5px;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    padding-top: calc(var(--bs-gutter-x) * .5) !important;
    max-width: 300px !important;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

.menu-social li {
    padding-top: calc(var(--bs-gutter-x) * .5);
    text-align:center !important;
}

.menu-social li a {
    width: 40px !important;
}


.footer-social {
    display: flex;
    flex-wrap: wrap;
   /* max-width: 160px !important;*/
   padding-left:10px;
}

.footer-social ul {
    min-width: 150px !important;
}

.footer-social li {
    text-align: center !important;
    min-width: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
}

.container-divider {
    text-align: center;
    /*  height: 110px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px
}


a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}


.wsLink {
    position: fixed;
    bottom: 55px;
    right: 10px;
    z-index: 100;
    width: 60px;
    height: 60px;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
}

.wsLink a {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    background: url('../images/whatsapp_icon.png') no-repeat center;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    animation-name: tada;
    animation-duration: 30s;
    animation-fill-mode: both;
}

#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 18px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    background-color: #ff8336;
}

#back-to-top-btn:hover {
    background-color: red;
}