/* -------------fixed-icons styles -------------- */
.homeFixedIconsWrapper {
    position: relative;
    z-index: 99;
}

.homeFixedIconsInnerBox {
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    bottom: 132px;
    right: 25px;
    z-index: 999999998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform, visibility, opacity;
    max-width: calc(100% - 50px);
}

.homeFixedIconsInnerBox:hover {
    box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
    -webkit-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
    -moz-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
}

.homeFixedIconsWrapper.wa__active .homeFixedIconsInnerBox {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
    -webkit-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);
    -moz-box-shadow: 0 10px 10px 4px rgba(32, 32, 37, .23);

}

.homeFixedIconsWrapper.wa__active .homeFixedIcons__text {
    -ms-transform: translate(0, 15px);
    transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    opacity: 0;
    visibility: hidden;

}


.homeFixedIconsInnerBox__text {
    display: flex;
    flex-direction: column;

}

.homeFixedIcons {
    position: fixed;
    right: 30px;
    bottom: 60px;
    cursor: pointer;
}

.homeFixedIcons .homeFixedIcons__image img {
    max-width: 36px;
    position: relative;
    transition: 0.6s ease all;
    -webkit-transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
}

.homeFixedIcons .homeFixedIcons__image {
    background-color: rgb(45, 183, 66);
    width: 56px;
    height: 56px;
    position: relative;
}

.homeFixedIcons .homeFixedIcons__image:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: transparent url(../images/whatsapp_logo.svg) center center no-repeat;
    background-size: auto;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}

.homeFixedIcons .homeFixedIcons__image:after {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: transparent url(../images/whats__close.svg) center center no-repeat;
    background-size: auto;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}


.homeFixedIcons .homeFixedIcons__image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
}

.homeFixedIconsInnerBox__content {
    background-color: #fff;
    padding: 20px;
    text-align: right;
}

.homeFixedIconsInnerBox__header {
    background: rgb(45, 183, 66);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
}

.homeFixedIconsInnerBox__header img {
    flex: 1 0 33px;
    max-width: 33px;
    margin-left: 15px;

}

.homeFixedIconsInnerBox__content--title {
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
}

.homeFixedIconsInnerBox__header strong {
    padding-top: 2px;
    padding-bottom: 3;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.homeFixedIconsInnerBox__header span {
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #D9EBC6;
}

.homeFixedIcons .homeFixedIcons__text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 172px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    line-height: 1.5;
    padding: 8px 12px;
    margin-right: 7px;
    letter-spacing: -.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}


.homeFixedIconsInnerBox__content--list .specialistBoxes {
    padding: 10px;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-right: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 4px 2px 4px 2px;
    -webkit-border-radius: 4px 2px 4px 2px;
    -moz-border-radius: 4px 2px 4px 2px;
    margin: 14px 0 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    will-change: opacity, transform;
    opacity: 0;
}

.homeFixedIconsInnerBox__content--list li:nth-child(1) a.specialistBoxes {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}

.homeFixedIconsInnerBox__content--list li:nth-child(2) a.specialistBoxes {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}


.homeFixedIconsInnerBox__content--list li:nth-child(3) a.specialistBoxes {
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
}

.homeFixedIconsInnerBox__content--list li:nth-child(4) a.specialistBoxes {
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
}




.homeFixedIconsInnerBox__content--list .specialistBoxes:hover {
    background: #fff;
    box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07);
    -webkit-box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07);
    -moz-box-shadow: 0 7px 15px 1px rgba(55, 62, 70, .07);
}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__image {
    margin-left: 15px;
}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 auto;
    max-width: 100%;
}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__info b {
    font-size: 13px;
    color: #363c47;
    font-weight: 400;
    line-height: 1.188em !important;

}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__info b {
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important;

}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__info span {
    font-size: 12px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;

}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__whatsappSmall {
    flex: 1 0 20px;
    max-width: 20px;
    margin-right: 10px;
}

.homeFixedIconsInnerBox__content--list .specialistBoxes .specialistBoxes__whatsappSmall path {
    fill: rgb(45, 183, 66);
}

.homeFixedIcons__image--origin {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
}

.homeFixedIcons__image--close {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;

}


.homeFixedIconsWrapper.wa__active .specialistBoxes {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
}

.homeFixedIconsWrapper.wa__active .homeFixedIcons .homeFixedIcons__image:before {
    opacity: 0;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}

.homeFixedIconsWrapper.wa__active .homeFixedIcons .homeFixedIcons__image:after {
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}

/* -------------fixed-icons styles -------------- */