/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/02/2022, 10:21:38
    Author     : Fernando
*/

/*  NAVBAR  */
.barra .nav-link{
    color: white;
}
.barra button{
    border-radius: 2.2rem;
}

.portada .container-fluid{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*  BIENVENIDO  */
.bienvenidoTarjetas{
    background-color: #EFEBF6 !important;
}