/* ==========================================
BREADCRUMB
========================================== */

.breadcrumb{

    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:12px;

    font-size:.95rem;

    margin:auto;

    max-width:1200px;

}

.breadcrumb a{

    color:#cbd5e1;

    text-decoration:none;

    transition:.3s;

}

.breadcrumb a:hover{

    color:#F57C00;

}

.breadcrumb span{

    color:#556070;

}

.breadcrumb strong{

    color:#F57C00;

    font-weight:700;

}

.whatsapp-float {

    position: fixed;

    right: 30px;

    bottom: 30px;

    width: 70px;

    height: 70px;

    border-radius: 50%;

    background: #25D366;

    color: white;

    display: flex;

    align-items: center;

    justify-content: center;

    box-shadow: 0 10px 30px rgba(0,0,0,.25);

    z-index: 9999;

    transition: .3s;

}

.whatsapp-float:hover {

    transform: scale(1.1);

}

.breadcrumb {

    margin-top: 20px;

}