﻿.btn {
    display: flex;
    width: 210px;
    padding: 10px;
    justify-content: center;
    gap: 8px;
    border: 0;
    align-items: center;
    cursor: pointer;
}

.btn-add-md {
    min-width: 145px;
    width: 100%;
    max-width: 180px;
}

.btn-turqueza {
    border-radius: 5px;
    background: var(--D-AzulTurquesa);
    width: 100%;
    color: #fff !important;
}

    .btn-turqueza:hover {
        color: #fff !important;
    }

.btn-AzulUltramar {
    width: 100%;
    display: flex;
    height: 40px;
    align-items: center;
    border-radius: 5px;
    background: var(--P-AzulUltramar, #2c1261);
}

.btn-add {
    display: flex;
    padding: 6px;
    justify-content: center;
    gap: 8px;
    border: 0;
    align-self: flex-end;
    align-items: center;
    cursor: pointer;
}

.btn-add-turquesa {
    border-radius: 5px;
    background: var(--D-AzulTurquesa);
}

.btn-subMenu-header {
    display: flex;
    height: 30px;
    padding: 0 15px;
    align-items: center;
    gap: 15px;
    border: 0;
    border-radius: 20px;
    background: var(--S-GrisTele);
}

.back-container {
    display: flex;
    align-self: stretch;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    cursor: pointer;
}

.buttons-container {
    display: flex;
    width: 100%;
    gap: 10px;
}

.group-buttons {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    align-self: stretch;
}

.table-button {
    background: #fff;
    border-radius: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.buttons-group-footer-table {
    display: flex;
    gap: 4px;
}

.w-100 {
    width: 100% !important;
}



.btn-acciones {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.w-initial {
    width: initial;
}

.btn-footer {
    display: flex;
    padding: 8px 14px;
    align-items: center;
    gap: 4px;
    border: 0;
    border-radius: 10px;
    background: var(--P-AzulUltramar);
}

.btn-footer-inactive {
    border-radius: 8px;
    color: #000000 !important;
    background: #e0e0e0;
}

.btn-Blanco {
    display: flex;
    height: 40px;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(1, 41, 112, 0.1);
    background: #fff;
}

.btn-next-inactive {
    color: #9e9e9e;
}

.back-container {
    display: flex;
    align-self: stretch;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    cursor: pointer;
}


@media (min-width: 320px) and (max-width: 720px) {
    .buttons-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .w-210px {
        width: initial;
    }

    .btn-add-md {
        min-width: initial;
        max-width: initial;
    }
}

@media (min-width: 1024px) {
    .group-buttons-lg {
        min-width: 340px;
    }
}
