.top-bar {
    font-size: 14px;
    padding: 10px 0;
}
.top-bar i {
	color: #FF5C5C;
}
.top-bar a {
	cursor: pointer;
}

.menu {
	padding: 20px 0;
	background: #FF5C5C;
}
.menu h2 {
	color: white;
	margin: 0;
}
.menu p {
	font-size: 25px;
	color: white;
	margin: 0;
}
.menu a:hover {
	text-decoration: none;
}



.bottom-bar {
	background: #FF5C5C;
	color: white;
}
.bottom-bar i {
	color: white;
}

/***************************/
.fondo-derecha {
	background: url("https://c1.wallpaperflare.com/preview/957/995/578/woman-office-workspace-workplace.jpg") no-repeat center center;
	background-size: cover;
	min-height: 200px;
}
/*label input file*/
.labelFile {
  	background: white;
	cursor: pointer;
	border-radius: 5px;
	width: 50px;
	text-align: center;
	border: 1px solid #ced4da;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.nombre-archivo {
  width: 100%;
  text-align: center;
  border: none;
  margin-top: 6px;
  background: transparent;
  font-weight: bold;
  color: $color-1;
}
.file span {
	color: rgba(0,0,0,.5);
}
.btn-agregar, .btn-editar {
    background-color: #3d3d7e;
    border: none;
    padding: 5px 0;
    width: 100%;
    border-radius: 5px;
    color: #fafafa;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box {
	background: white;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 
			0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 
			0 0.25rem 0.53125rem rgba(4,9,20,0.05), 
			0 0.125rem 0.1875rem rgba(4,9,20,0.03);;
	border-radius: 5px;
	padding: 15px 30px;
}
label {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
.form-control {
	padding: 2px 13px;
}
.residency-input, .language-input, .premium-input, .premium-double-input, .couples-input, .place-input {
	display: none;
}
.premium-input span, .premium-double-input span, .couples-input span {
	font-size: 14px; 
	color: #3d3d7e;
}
#fecha-inicio, #offer {
	width: 200px;
}
.input-about {
	border-top: none;
    border-left: none;
    border-right: none;
    height: 20px;
    border-radius: 0;
    background: white !important;
}
.pregunta-9 .form-control:focus {
    color: #495057;
    box-shadow: none; 
}
#score {
	width: 100px;
}


.shadow {
	box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border-radius: 5px;
    padding: 15px;
}