@keyframes whatsmove {
    0% {
        transform: rotate(0deg)
    }
    51% {
        transform: rotate(0deg)
    }
    52% {
        transform: rotate(-17deg)
    }
    53% {
        transform: rotate(17deg)
    }
    54% {
        transform: rotate(-17deg)
    }
    55% {
        transform: rotate(17deg)
    }
    56% {
        transform: rotate(-17deg)
    }
    57% {
        transform: rotate(17deg)
    }
    58% {
        transform: rotate(-17deg)
    }
    59% {
        transform: rotate(17deg)
    }
    60% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

#whatsapp {
    position: fixed;
    bottom: 20px;
    left: 1em;
    z-index: 999;
}

#me-ligue {
    position: fixed;
    bottom: 6.5em;
    left: 1em;
    z-index: 999;
}

#me-ligue .texto {
    background: #fff;
    padding: 1em;
    position: absolute;
    bottom: 3.6em;
    opacity: 0;
    visibility: hidden;
    left: 0em;
    z-index: 0;
    width: 8.5em;
    color: #952d2e;
    text-align: center;
    border-radius: 0.5em;
    line-height: 1em;
    box-shadow: -2px 3px 17px rgba(0, 0, 0, 0.42);
    transition: all .3s;
}

#me-ligue .icone {
    background: #952e2e;
    color: #fff;
    font-size: 2.5em;
    height: 1.5em;
    width: 1.5em;
    border-radius: 100%;
    text-align: center;
    line-height: 1.6em;
    position: relative;
    z-index: 2;
    box-shadow: -2px 3px 17px rgba(0, 0, 0, 0.42);
}

#me-ligue .icone i {
    animation: meliguemove 8s infinite;
}

#me-ligue .texto .texto-titulo {
    font-size: 1em;
    font-weight: bold;
}

#me-ligue .texto .texto-descricao {
    font-size: 0.7em;
    padding-top: 0.4em;
    font-weight: 500;
}

#me-ligue:hover .texto {
    visibility: visible;
    opacity: 1;
    bottom: 4.6em
}

@keyframes meliguemove {
    0% {
        transform: rotate(0deg)
    }
    21% {
        transform: rotate(0deg)
    }
    22% {
        transform: rotate(-17deg)
    }
    23% {
        transform: rotate(17deg)
    }
    24% {
        transform: rotate(-17deg)
    }
    25% {
        transform: rotate(17deg)
    }
    26% {
        transform: rotate(-17deg)
    }
    27% {
        transform: rotate(17deg)
    }
    28% {
        transform: rotate(-17deg)
    }
    29% {
        transform: rotate(17deg)
    }
    30% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

#whatsapp a .icone {
    background: #e8c249;
    color: #fff;
    font-size: 2.5em;
    height: 1.5em;
    width: 1.5em;
    border-radius: 100%;
    text-align: center;
    line-height: 1.6em;
    position: relative;
    z-index: 2;
    box-shadow: -2px 3px 17px rgba(0, 0, 0, 0.42);
}

#whatsapp a .icone i {
    animation: whatsmove 8s infinite;
    transform-origin: left bottom;
}

#whatsapp a .texto {
    background: #f5f5f5;
    padding: 0.5em 1em 0.5em 2.2em;
    position: absolute;
    top: 50%;
    left: 7em;
    font-size: .3em;
    z-index: 0;
    width: 3.3em;
    color: #e8c249;
    border-radius: 3em;
    line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
    transform: rotate(-90deg) translateY(-50%);
    transition: all .3s 1s;
    transform-origin: 0.2em 1.5em;
    box-shadow: -2px 3px 17px rgba(0, 0, 0, 0.42);
}

#whatsapp a:hover .texto {
    padding: 0.5em 1em 0.5em 2.2em;
    left: 2em;
    font-size: 1em;
    width: 10.5em;
    transform: rotate(0deg) translateY(-50%);
    transition: all .2s 0s
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}

.carousel-indicators li {
    background-color: #0b1115 !important;
}

.share-buttons {
    list-style: none !important;
    padding: 0px !important;
    margin-top: 10px !important;
}

.share-buttons li {
    display: inline;
}

.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}



.subscription.bg-white {
    background: none;
}

.bg-white {
    background-color: #fff!important;
}

.subscription.bg-white .subscription-wrapper {
    background: #fff;
}

.subscription-wrapper {
    border-radius: 0% 5% 10% 3%/10% 20% 0% 17%;
    -webkit-transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(50px);
    transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(50px);
    padding: 70px 50px;
    z-index: 1;
    width: 100%;
    background: linear-gradient(80deg, #e8c249 0%, #ceb464 100%);
    top:100px;

}

.subscription-wrapper {
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1) !important;
}

.subscription-content {
    -webkit-transform: skewY(-1deg);
    transform: skewY(-1deg);
}

h3, .h3 {
    font-size: 30px;
}

.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}

.subscription.bg-white .form-control {
    border: 1px solid #ebebeb !important;
}

.subscription-wrapper .form-control {
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 45px;
}

.subscription-wrapper .form-control:focus {
    background: rgba(255, 255, 255, 0.1);
    outline: 0;
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary {
    border: 0;
    color: #fff;
}



.btn {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    padding: 18px 45px;
    border-radius: 45px;
    font-weight: 500;
    border: 1px solid;
    position: relative;
    z-index: 1;
    transition: .3s ease-in;
    overflow: hidden;
}

.btn-primary:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 100%;
    background: linear-gradient(45deg, #e8c249 0%, #ceb464 100%);
    z-index: -1;
    transition: ease 0.3s;
}
.btn-success {
    color: #fff;
    background-color: #a99656 !important;
    border-color: #e8c249 !important;
}

.st-nav a {
    color: #e8c249;
}

.navigation .btn-outline, .navigation.navbar-sticky .btn-outline {
    color: #a99656 !important;
    border-color: #e8c249 !important;
}

.overlay.gradient.alpha-8.gradient-43:after {
    background-image: linear-gradient(-135deg, rgb(12, 20, 44) 25%, rgb(46, 52, 76) 100%) !important;
}

.gradient.gradient-53 {
    background-image: linear-gradient(-135deg, #0c142c 25%, #2e344c 100%) !important;
}
.overlay.gradient.alpha-7.gradient-53:after {
    background-image: linear-gradient(-135deg, rgb(12, 20, 44) 25%, rgb(46, 52, 76) 100%) !important;
}

.bg-3-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(#0c142c),to(#2e344c)) !important;
    background: linear-gradient(#0c142c, #2e344c) !important;
}
.overlay.gradient.alpha-8.gradient-53:after {
    background-image: linear-gradient(-135deg, rgb(12, 20, 44) 25%, rgb(46, 52, 76) 100%) !important;
}
.color-3 {
    color: #a99656 !important;
}
