/* estilos específicos del proyecto */

#barra_superior,
#barra_superior button,
#footer,
.btn-dark,
.fondo_principal,
.fondo_preahorro,
.sweet-alert button.confirm{
  background: #00b1f1 !important;
  color: #fff !important;
  border-color: #00b1f1;
}

.fondo_preahorro:hover{
    border-color: #eee;
}


.fondo_secundario{
  background: #616161 !important;
  color: #fff !important;
}

.fondo_login{
  background: #fafafa; /* se puede poner una imagen si se quiere */
}

.btn-dark,
.btn.fondo_principal{
	border: 0 !important;
}

.seccion_inicio div.progress {
    margin: 30px 0 60px 0;
    height: 50px;
    font-size: 16px;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

img.logo_login{
	width: auto !important;
}


*{
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
}


input[type="text"], 
input[type="password"], 
textarea, 
textarea.form-control {
	border-radius: 4px !important;

}

.progress-bar{padding: 20px;}

#seccion_bienvenida h1{
  margin: 30px 0 10px 15px;
}

.texto_bienvenida{
  margin: 0 0 60px 0;
  padding: 20px 0;
}

.texto_bienvenida h3{
  margin-bottom: 15px;
}


#botones_eliminado{
  margin: -55px -15px 20px 0;
}

#botones_eliminado button:not(.selected){
  background: #ccc !important;
}

div.boton_anadir_caser,
div.boton_anadir_axa{
  display: none !important;
}
