@font-face {
    font-family: 'Segoe UI';
    src: url('./Fonts/segaon-soft-extrabold-italic.otf') format('woff2'),
         url('./Fonts/segaon-soft-extrabold-italic.otf') format('woff'),
         url('./Fonts/segaon-soft-extrabold-italic.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.logo-footer {
  font-family: 'Segoe UI', Arial, sans-serif;
  padding: 0 0 30px 0;
}

.footer {
  font-family: "Roboto Black", "Roboto Black CR", "Roboto Black Fallback", Calibri, Candara, Arial, sans-serif;
  color: white;
  background: #892039;
  border-top: 1px solid #80102a;
  font-size: 18px;
}

.footer-shape {
    background: #97233f;
}

.footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background:#97233f;
    transform: skew(40deg);
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: #80102a;
    }
}

.footer-bottom {
    border-top: 1px solid #80102a;
}

.pb-3 {
    padding-bottom: 20px;
}

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn-footer:hover::after,
.btn-footer.active::after {
    content: '';
    width: 50%;
    left: 25%;
}

.fa-envelope:before {
    content: "\f0e0";
}

.pluse {
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px; 
    font-size: 48px;
    background-color: transparent; 
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); 
}


.pluse:before,
.pluse:after {
    content: '';
    display: block;
    position: absolute;
    border: 2px solid #58ea00;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
}

@keyframes animate {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.btn-footer{
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
    color: #fff;
}

.btn-footer::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background:#430c19;
    transition: .5s;
}

.btn-footer.btn-white::after {
    background: var(--dark);
}

.btn-send-modal {
    vertical-align:middle;
    background-color: #892039;
    color: #fff;
}

.btn-footer{
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

.btn-footer::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background:#4c0f1d;
    transition: .5s;
}

.btn-footer.btn-white::after {
    background: var(--dark);
}

.btn-footer:hover::after,
.btn-footer.active::after {
    content: '';
    background: #430c19;
    width: 50%;
    left: 25%;
}

.btn-footer {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 0.375rem 0.75rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-white {
    color: #FFFFFF;
    background-color: #812036;
    border-color: #812036;
    width: 46px;
    height: 46px;
    font-size: 22px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}


.back-to-top {
    position: fixed;
    display: none;
    left: 50%;
    bottom: 0;
    margin-left: -22px;
    border-radius: 0;
    z-index: 99;
}

.whatsapp-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    z-index: 1;
} 


@media (max-width: 576px) {
    .logo-footer {
        font-size: 40px;
        padding: 0 0 25px 0;
    } 

    .pt-6 {
        padding-top: 60px;
    }

    .pb-6 {
        padding-bottom: 60px;
    }

    .py-6 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pluse {
        right: 5px; 
        bottom: 5px;
    }

    .whatsapp-img {
        width: 40px; 
        height: auto;
    }
}

@media(min-width: 1200px) {
    p.text-white {
        font-size: 19px;
    }
}

@media(min-width: 300px) {
    .px-5 {
        padding-left: 16px;
        padding-right: 16px;
    }
}