:root{

	--color1: #3c5c5b; 
	--color2: white; 
	--color3: #3c5c5b; 
}

.fondo1{
    background-color: var(--color1);
}

a{
    text-decoration: none ;
    color: var(--color1);
    font-weight: 500;
}
a:hover{
    text-decoration: none ;
    color: var(--color1);
}

/* LOGO INICIO */

.logo{
    width: 100%;
	justify-content: center;
    align-items: center;
}

.logo img{
    height: 160px;
}

.formulario-login input{
    width: 280px;
    padding: 10px;
    border-radius: 5px;
    border: 1px;
}
.formulario-login input[type=submit]{
    width: 100px;
}


body{
    margin: 0;
    padding: 0;
    color: var(--color3)
}

.contenedor{
    width: 100%;
    height: 100vh;
}

.botones{
    width: 100%;
    
}

.flex-centro{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.derecha{
    text-align: right;
}
.izquierda{
    text-align: left;
}

.navegador{

    width: 100%;
    height: auto;
    padding: 10px;

    text-align: left;

    background: var(--color3);
    color: white;

}

.navegador .button{

    margin: 0 20px;

}

.boton1{
    background: var(--color3);
    color: white;
}
.boton1:hover{
    background: var(--color2);
    color: var(--color3);
    border: solid var(--color3);
    border-width: 1px;
}

.boton2{
    background: white;
    color: var(--color3);
}
.boton2:hover{
    background: var(--color3);
    color: var(--color2);
    border: solid var(--color2);
    border-width: 1px;
}
/*BOTON ROJO 
*/
.boton3{
    background: #dc3545;
    color: var(--color2);
}
.boton3:hover{
    background: var(--color2);
    color: #dc3545 !important;
    border: solid #dc3545;
    border-width: 1px;
}



.cabecera_azul{
    background: var(--color3) !important;
    color: white;
}

.titulo_ficha{

    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.divisor{
    width: 100%;
    height: 50px;
}

/* TABLAS */

.table th{
    vertical-align: middle;
}
.table td{
    vertical-align: middle;
}


/* EXPORTACIÓN */

.caja_input{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.primera-mayus p{
    margin: auto;
}

.primera-mayus p::first-letter{
    text-transform: uppercase;
}

.nav-pills .nav-link.active {
    background: var(--color3);
    color: white;
}

.select2-container .select2-selection--single{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.table-row-hover:hover {
    background-color: #f5f5f5; /* Cambia este color al que desees */
}
