@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap');
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-out;
}
html {
  overflow-x: hidden;
  padding: 0;
  margin: 0
}
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #000;
}
a{
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
a:hover{
	text-decoration: none;
	color: #36505f;
}

/***home-form***/
.sarrera-log{
	text-align: center;
	display: flex;
align-items: center;
padding-top: 40px;
padding-bottom: 40px;
background-color: #f5f5f5;
	height: 100vh;
	
}
.form-signin {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: auto;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin .checkbox {
  font-weight: 400;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
.rol-box{
	 width: 100%;
	display: flex;
	 justify-content: center;
	 margin-bottom: 20px;
}
.rol{
	width: 32%;
	display: flex;
	 flex-direction: column;
	 justify-content: center;
	align-items: center;
	border: 1px solid #f5f5f5;
}
.rol img{
	max-width: 80px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.rol.responsables:hover {
	border: 1px solid #ccc;
	 border-radius: 15px;
	
}

/*taula**/
.goiburua{
	 display: flex;
	 margin-bottom: 30px;
	 align-items: flex-start;
}
.goiburua .top-txt{
	 display: flex;
	flex-direction: column; margin-left: 30px;
	text-align: left;
}
.goiburua  a.btn span::before{
  display: inline-block;
  font-family: "Ionicons";
  content: "\f3d5";
  margin-right: 10px;
  font-size: 25px;
	color: #fff;
	
}
.goiburua .btn-aviso {
	margin-left:auto;
	border-radius: 50%;
}
.goiburua a.btn-aviso span {
	color:#fff;
	font-size:1.5rem;
}
.goiburua a.btn-aviso span::before {
	content: "\f39b";
}


.btn-botoom{
 margin-top: 30px;
display: flex;
	 justify-content:center;
}
.btn-botoom a.btn span::after {
  display: inline-block;
  font-family: "Ionicons";
  content: "\f3d6";
  margin-left: 10px;
  font-size: 25px;
  color: #fff;
}
.btn-botoom  a.btn span{
  display:flex;
	align-items: center;
	
}
.btn-botoom  a.btn:hover{
  background-color: #666;
	
}
.goiburua  .lead{
  font-size: 25px;
	
}
.goiburua  a.btn span{
  display:flex;
	align-items: center;
	
}
.goiburua  a.btn:hover{
  background-color: #666;
	
}
.sec-taula{
	margin: 3rem 0;
	
}

.sec-taulaa h2{
	background-color: #94ffc4;
height: 50px;
color: #222;
font-size: 25px;
text-transform: uppercase;
	 text-align: center;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	
}
.apto{
	color: rgba(38,119,9,1.00);
	 font-weight: 600;
}
/***tabs***/
.tabs-intro  {
}

.tabs-intro .nav.nav-tabs {
  border-bottom: 0px solid #c7e8e1;
  margin-top: 3rem;
  border-right: 1px solid #eee;
}
.tabs-intro .nav-item .nav-link {
  color: #78797a;
  border: 0;
  border-radius: 0;
  margin: 0;
  font-size: 18px;
	padding: 10px 0;
	transition: background-color 1s ease-out;
	 display: flex;
	 justify-content: space-between;
	height: 80px;
	padding: 10px;
	text-align: left;
}
.tabs-intro .nav-item .nav-link:hover::after, .tabs-intro .nav-item .nav-link.active::after  {
  display: inline-block;
font-family: "Ionicons";
	content: "\f3d6";
	margin-right: 10px;
	 font-size:25px 
}

.tabs-intro .nav-item .nav-link.active, .tabs-intro .nav-item .nav-link:hover {
  color: #000;
}


.tabs-intro .tabs-links {
  list-style: none;
  margin: 1.5rem 0 1.5rem 10px;
  padding-left: 0;
}
.tabs-intro .tabs-links li {
  display: flex;
  align-items: center;
}
.tabs-intro .tabs-links li::before {
  content: "•";
  padding-right: 5px;
  color: #737574;
  font-size: 30px;
}
.tabs-intro .tabs-links li a {
  color: #737574;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.tabs-intro .tabs-links li a i {
  color: #25bf9c;
  text-decoration: none;
  font-size: 25px;
  margin-left: 20px;
}
.tabs-intro .side-column {
  display: flex;
}
.tabs-intro .side-column .nav-tabs {
  display: flex;
  flex-direction: column;
  width: 20%;
  margin-top: 0 !important;
	background-color: #eee;
	border-left: 1px solid #ccc
}
.tabs-intro .side-column .nav-tabs h2 {
  font-size: 1.2rem;
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
}
.tabs-intro .side-column .tab-content {
  width: 80%;
}
.tabs-intro .side-column .tab-content ul {
  padding: 0;
}
.tabs-intro .side-column .tabs-links {
  margin-top: 0;
  margin: 1.5rem 0 1.5rem 10px;
}
.titulo-taula{
	 display: flex;
	justify-content: space-between;
}
.titulo-taula p{
	flex: 20%;
	background-color: #eee;
	 margin-bottom: 0;
	padding-left: 20px;
	font-weight: 600;
}
.titulo-taula p:nth-child(odd){
	 background-color: #ddd;
}
.desc-taula{
	 display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.desc-taula .fila{
	width: 100%;
	display: flex;
	 align-items: stretch;
	 border-bottom: 2px solid #222;
	
}
.box-2 .fila{
	display: flex;
justify-content: space-between;
}
.box-2 .fila-item{
	display: flex;
	 flex-direction: column;
	border-right: 0px;
	width: 100%;
}
.box-3 .fila{
	border-bottom: 2px solid #000;
}
.box-3 .fila-item{
	width: 100%;
	border-right: 1px solid #ccc;
}
.box-3 .fila-item.puesto{
	display: flex;
align-items: center;
justify-content: center;

}
a.fila-item.puesto.puesto-hover{
	font-weight: 600;
	
}
a.fila-item.puesto.puesto-hover:hover{
	opacity: 0.65;
	color: #000;
	
}

.box-2 .fila-item p{
	border-bottom: 1px solid #ccc;
	 margin-bottom: 0;
	height: 30px;
	padding-left: 20px;
}
.fila-item p.puesto-link a {
  border-bottom: 0;
	color: #000;
	padding-left: 0;
	font-weight: 600;
}
.fila-item p.puesto-link a:hover {
  color: rgba(15,23,111,1.00)
}
.box-2{
  border: 1px solid #ccc;

}
.box-2 .progress {
  background-color: #fff;
	
}
.box-2 .fila-item a {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  height: 30px;
	
}
.desc-taula .fila-item{
	width: 20%;
	display: flex;
	 flex-direction: column;
	justify-content: center;
	border-right: 1px solid #ccc;
	 
}

.desc-taula .fila-item p{
	border-bottom: 1px solid #ccc;
	 margin-bottom: 0;
	height: 30px;
	 
}
.desc-taula .fila-item a, .fila-item a{
	border-bottom: 1px solid #fff;
	 margin-bottom: 0;
	color: #fff;
	 height: 30px;
	padding-left: 20px;
}
.fila-item a.progress{
	padding-left: 0;
}
.desc-taula .fila-item a:hover, .fila-item a:hover{
	opacity: 0.65;
}
.color1{
	 background-color: rgba(38,119,9,1.00)!important
}
.color2{
	 background-color: rgba(220,200,20,1.00)!important
}
.color3{
	 background-color:rgba(209,10,13,1.00)!important
}

.resumen{
  margin: 3rem 0;
}
.list-group{
	 margin: 2rem auto;
	align-items: center;
}
.list-group-item{
	display: flex;
	width: 60%;
	align-items:center;
	justify-content: flex-start;
}
.list-group-item .form-checked-content{
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}
.descripcion{
	 border-left: 2px solid #ccc;
	 padding-left: 30px;
	font-size: 20px;
	margin-bottom: 3rem;
}
.descripcion span{
	 font-weight: 600;
}
.panel{
	align-items: center;
}
.progress {
  display: flex;
  overflow: hidden;
  border-radius: 0;
	padding-left: 0;
}
.progress .progress-bar {
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
	background-color: rgba(220,200,20,1.00);
	 color: #000;
}
.resultado-box{
	 display: flex;
	 justify-content: flex-end;
	margin-top: 1rem;
	align-items: center;
	
}
.resultado-box p{
	margin-right: 20px;
	font-weight: 600;
	font-size: 18px;
	 margin-bottom: 0;
	 background-color:  rgba(38,119,9,1.00);
	color: #fff;
	padding: 5px;
		   
	
}
.evaluacion .descripcion{
	margin-bottom: 1.5rem;
	
	
}
.evaluacion .descripcion{
	margin-bottom: 1.5rem
	
}
.evaluacion h3{
	margin-bottom: 1rem;
	 font-size: 25px;
	 font-weight: 600;
	
}
.encuesta-form{
	padding: 20px ;
}
.form-box{
	display: flex;
	 justify-content: space-between;
	 padding: 15px 0;
	 border-bottom: 1px solid #dee2e6;
	
	
	
}
.form-box .form-txt{
	width: 75%;
	font-size: 20px;
	
}
.form-box .form-radio{
	width: 25%;
	 text-align: right;
	
}
@keyframes animateBar {
    0% {transform: translateX(-100%);}
    100% {transform: translateX(0);}
}
@media (max-width: 500px) {
.form-signin {
  max-width: 350px;
}
	.rol img{
	max-width: 50px;
}
	
}


















