.logoCabecera {
    min-width: 20vw;
    height: 100%;
}

.idiomasCabecera{
    color: black;
}

.navApp {
    box-shadow: 0px 4px 6px rgba(80, 105, 245, 0.3);
    z-index: 10;
}

.burger,
.logo,
.menuBurger {
    display: flex;
    align-items: baseline;
}

.menuBurger {
    background-color: #202c64 !important;
}

@media (max-width: 800px) {
    .iconoEmail{
        font-size:1rem;
        color:white !important;
    }
}

.footer {
    color:#808080;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    /* position:fixed; */
}

.iconoEmail{
    font-size:1rem;
    color:rgb(39, 38, 38);
}


.footer a {
    margin-left:1vh;
    font-size:16px;
    margin-right:1vh;
    color: #f1efec;
    /*color: white !important;*/
    text-decoration: none;
}

.menuBurger{
    font-size: 12.8px;
}

td,th,input,select,textarea{
    font-size: 12.8px;
}

th{
    font-size: 14px;
}

h6,h5{
    font-size: 14px;
}

.quienSoy{
    background-color: #6049a0;
    padding: 2px 6px;
    border-radius: 8px;
}

 /*TABLAS RESPONSIVE*/
 @media screen and (max-width: 768px) {
    tbody tr:first-child {
        border-top: none !important;
    }
    table, thead, tbody, th, td, tr {
        display: block;
        width: 100%;
    }
    tr[align="left"] {
    display: none;
}

td[align="center"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

td[align="center"] a{
    padding:6px;
    background-color: rgba(128, 141, 218, 0.882);
    width: auto;
    border-radius: 8px;
    color: antiquewhite !important;
}

td[align="center"] a:hover{
    background-color: rgba(128, 141, 218, 0.882);

}


 tbody  tr    a  img {
    filter: brightness(200%);
}
tr{
        border-radius: 16px !important;
        background-color:rgb(249, 249, 249) !important;

    }

  



    input{
        background-color: transparent !important;
    }

    input.generic-btn.seleccionado {
        background-color: var(--salle-yellow) !important;
    }

    input.generic-btn {
        background-color: rgb(32, 44, 100) !important
    }

    th {
        display: none;
    }

    tr {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        padding: 10px;
      
    }

    td {
        display: flex;
        justify-content: space-between;
        padding: 5px;
        border-bottom: 1px solid #eee;
    }

    td:last-child {
        border-bottom: none;
    }
    tbody tr:first-of-type {
        display: none;
    }
    

    td::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
    }
}

/*ESTILOS BOTON PAPELERA*/
td a.hand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    border-radius: 6px;
    background-color: #babae991; 
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

td a.hand {
    text-decoration: none;
}

td a.hand img {
    width: 16px;
    height: 16px;
    filter: invert(1); 
}


td a.hand:hover {
    background-color: #9393c18a; 
}


td a.hand:active {
    transform: scale(0.9);
}

.form-control{
    height: 41px !important;
    padding: 9px !important;
}

.form-control.chosen-choices{
    height: fit-content !important;
}

.form-control.chosen-select{
    height:auto !important;
}

.botonOpcion{
    border-radius: 8px !important;
}

.btn-send{
    background-color: #9384dd;
    color: white;
    font-weight: bold;
    border: none;
    padding: 1vh;
    border-radius: 2vh;
    max-width: 200px;
    transition: all 0.2s ease-in-out;
}

.btn-send:hover{
    background-color: #7b6bcf;
}


h1 i{
    margin-left: 50px;
}

