@font-face {
  font-family: Ubuntu-Regular;
  src: url('../fonts/ubuntu/Ubuntu-Regular.ttf'); 
}

@font-face {
  font-family: Ubuntu-Bold;
  src: url('../fonts/ubuntu/Ubuntu-Bold.ttf'); 
}
*{
	
	box-sizing: border-box;
}

a {
	font-family: Ubuntu-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #403866;
}
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}
input {
	outline: none;
	border: none;
}

input::-webkit-input-placeholder { color: #8f8fa1;}
input:-moz-placeholder { color: #8f8fa1;}
input::-moz-placeholder { color: #8f8fa1;}
input:-ms-input-placeholder { color: #8f8fa1;}

.txt1 {
  font-family: Ubuntu-Regular;
  font-size: 16px;
  color: #4682B4;
  line-height: 1.4;
}
.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;;
}
.wrap-login100 {
  width: 390px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.login100-form {
  width: 100%;
}

.login100-form-title {
  font-family: Ubuntu-Bold;
  font-size: 30px;
  color: #403866;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;

  width: 100%;
  display: block;
}
.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #e6e6e6;
  border: 1px solid transparent;
  border-radius: 3px;
}

.input100 {
  font-family: Ubuntu-Bold;
  color: #403866;
  line-height: 1.2;
  font-size: 18px;

  display: block;
  width: 100%;
  background: transparent;
  height: 62px;
  padding: 0 20px 0 38px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #827ffe;
  border-radius: 3px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.login100-form-btn {
  font-family: Ubuntu-Bold;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 62px;
  background-color: #87CEEB;
  border-radius: 3px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background-color: #4682B4;
}
.imglogo{

	text-align: center;
	margin: 2em;
}

.msg {
 margin: 1rem auto;
 border-radius: 5px;
 border: 1px solid red;
 background: pink;
 text-align: left;
 color: brown;
 padding: 10px;
}

.listadoEmpresasOfertas{
	list-style: none;
	padding: 0;
}

.listadoEmpresasOfertas li{
	margin-top: 10px;
	font-weight: 500;
}

.añadirEmpresaOferta{
	text-transform: uppercase;
	background-color: lightskyblue;
	border: 0px;
	font-size: 14px;
	padding: 10px;
	border-radius: 10px;
}

.formularioEmpresasOfertas{
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 80px;
	display: flex;
	box-shadow: 0px 0px 15px gray;
	border-radius: 10px;
	border: 4px solid black;
	padding: 30px;
	margin-bottom: 30px;
}

.formularioEmpresasOfertas > form input{
	margin: 10px;
}
.formularioEmpresasOfertas > form select{
	margin: 10px;
}
.formularioEmpresasOfertas > form textarea{
	margin: 10px;
}

.editarSvg{
	cursor: pointer;
	margin-right: 15px;
}

.eliminarSvg{
	cursor: pointer;
}

.swal-button {
	padding: 7px 19px;
	border-radius: 2px;
	background-color: lightskyblue;
	font-size: 14px;
	border: 0px;
	color: black;
}

.btnTancar{
    margin-right: 2rem;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 40px; 
    color: #f3f8fa;
    background: linear-gradient(to left, #1d4d7a,  #12789a);
    border-radius: 8px;
    font-weight: bolder;
    border: none;
    cursor: pointer;
}

/*Formaciones*/

#titolEntitatsFormacions{
	margin-top: 80px;
	display: flex;
	justify-content: center;
}

#sectionEntitatsFormacions{
	margin-top: 80px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.divEntitatsFormacions{
	padding: 20px;
	border: 4px solid black;
	width: 100%;
	margin: 20px;
	box-shadow: 0px 0px 15px gray;
	border-radius: 10px;
}

.divEntitatsFormacions h3{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.listadoEntitatsFormacions{
	list-style: none;
	padding: 0;
}

.listadoEntitatsFormacions li{
	margin-top: 10px;
	font-weight: 500;
}

.añadirEntitatsFormativas{
	text-transform: uppercase;
	background-color: lightskyblue;
	border: 0px;
	font-size: 14px;
	padding: 10px;
	border-radius: 10px;
}

.formularioEntitatsFormativas{
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 80px;
	display: flex;
	box-shadow: 0px 0px 15px gray;
	border-radius: 10px;
	border: 4px solid black;
	padding: 30px;
	margin-bottom: 30px;
}

.formularioEntitatsFormativas > form input{
	margin: 10px;
}
.formularioEntitatsFormativas > form select{
	margin: 10px;
}
.formularioEntitatsFormativas > form textarea{
	margin: 10px;
}

.editarSvg{
	cursor: pointer;
}

.swal-button {
	padding: 7px 19px;
	border-radius: 2px;
	background-color: lightskyblue;
	font-size: 14px;
	border: 0px;
	color: black;
}

.btnTancar{
    margin-right: 2rem;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 40px; 
    color: #f3f8fa;
    background: linear-gradient(to left, #1d4d7a,  #12789a);
    border-radius: 8px;
    font-weight: bolder;
    border: none;
    cursor: pointer;
}

.divPending{
	border-radius: 5px;
 	border: 1px solid purple;
 	background-color: #EAD8FB;
 	padding: 1em;
}

