
.activelink {
    color: #ffb200 !important;
    border-bottom: solid 2px #ffb200 !important;
    padding: 0 15px !important;
    font-weight: bold;
}

.activelink::after {
    color: #ffb200 !important;
    font-weight: bold;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .activelink {
        color: #ffb200 !important;
        border-bottom: solid 2px #ffb200 !important;
        padding: 0 15px !important;
        font-weight: bold;
    }
}

.volunteer-area .volunteer-wrap .whatsapp-btn {
    background-color: #00b200;
    padding: 14px 48px;
    font-size: 20px;
}

.whatsapp-btn {
    display: inline-block;
    padding: 12px 32px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    z-index: 1;
    background-color: #00b200;
    text-transform: capitalize;
    overflow: hidden;
    cursor: pointer;
    border: 0 none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .whatsapp-btn:before, .whatsapp-btn:after {
        content: '';
        width: 0;
        height: 100%;
        background: #031550;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        position: absolute;
        top: 0;
        z-index: -1;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .whatsapp-btn:hover {
        color: #031550; /* Letra naranja */
        background-color: #ffffff; /* Fondo blanco */
        border: 1px solid #031550;
    }

.text-white span {
    color: #ffb200 !important;
}

.naranja-btn {
    padding: 5px 10px;
    margin: 5px;
    color: #ffffff;
    background-color: #ffb200;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 50px;
    border-radius: 5px;
}


    .naranja-btn:hover {
        color: #ffb200; /* Letra naranja */
        background-color: #ffffff; /* Fondo blanco */
        border: 1px solid #ffb200;
    }


.text-naranja {
    color: #ffb200 !important;
}
