@charset "utf-8";
/* CSS Document */
/*carrer*/
.carrer{
  position: relative;
  padding: unset;
}

.carrer .content{
  /*margin-bottom: 10px;
  margin-top: 10px;
  border-left: 1px solid #111111;
  background: rgba(234, 230, 230, 0.4) none repeat scroll 0% 0%;*/
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #1b449e;
  background: rgb(236, 236, 236) none repeat scroll 0% 0%;
}

.carrer h1{
  font-family: Frygia Medium;
  font-size: 20px;
  color: #111111;
  margin: 20px;
  margin-left: unset;
}

.carrer ul{
  list-style: disc;
}

.carrer ul li{
  font-family: Frygia Regular;
  font-size: 16px;
  color: rgb(68, 68, 68);
  /*font-weight: bold;*/
}

.carrer ul li ul{
  padding-left: 5px;
  list-style: circle;
}

.carrer ul li ul li{
  font-weight: normal;
}

.carrer button{
  float: left;
  margin-top: 20px;
}

.carrer .btnCareer{
  cursor: pointer;
}

.carrer .content .textCareer{
  display: none;
  color: #333;
}
.logo-colored,.logo-white{
	display: inline-block;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.logo-colored img,.logo-white img{
	display: inline-block;
    text-transform: uppercase;
    max-height: 50px;
    margin-right: 10px;

}
.logo-white{
	color: #fff;
}
.logo-colored{
	color: #1b449e;
}

