.wrp-module1 {
  padding: 100px 30%;
}

.title-module1 {
  font-size: 26px;
  font-weight: 600;
  color: #559b9e;
  padding-bottom: 30px;
}

.p-module1 {
  font-size: 16px;
  color: #707070;
  padding-bottom: 10px;
}

.p-small-module1 {
  font-size: 12px;
  color: #707070;
  padding-bottom: 10px;
}

.input-text-module1 {
  width: 55%;
  display: inline-block;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 16px;
}

.label-form-module1 {
  font-weight: 600;
  width: 40%;
  display: inline-block;
}

.wrp-fields {
  padding-bottom: 20px;
}

.btn-module1 {
  height: 40px;
  width: 150px;
  background-color: #559b9e;
  border-radius: 12px;
  box-sizing: border-box;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
}

.btn-module1-100 {
  width: 100% !important;
}

.btn-module1-outline-20 {
  height: 40px;
  width: 150px;
  background-color: white;
  border: solid 1px #559b9e;
  color: #559b9e;
  border-radius: 12px;
  box-sizing: border-box;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
}

.wrp-module1-profile {
  padding: 100px 15%;
  display: flex;
  flex-direction: row;
}

.photo-profile {
  /* width: 20%; */
  background-color: white;
  padding: 10px;
  height: 100%;
  -webkit-box-shadow: 6px 10px 51px -16px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 6px 10px 51px -16px rgba(0, 0, 0, 0.61);
  box-shadow: 6px 10px 51px -16px rgba(0, 0, 0, 0.61);
}

.photo-profile img {
  height: 100px;
  display: block;
}
.cover-edit-img {
  height: 100px;
  width: 100px;
  position: absolute;
  display: block;
  display: block;
  opacity: 0.5;
  display: flex;
}

.cover-edit-img button {
  background-color: black;
  color: white;
  cursor: pointer;
}

.info-profile {
  width: 60%;
  padding: 0% 10%;
}

.label-profile-module1 {
  font-weight: 600;
  width: 50%;
  display: inline-block;
}

.content-profile-module1 {
  font-weight: 200;
  width: 50%;
  display: inline-block;
}

.title-profile {
  font-size: 22px;
  font-weight: 600;
  color: #559b9e;
  padding-bottom: 10px;
}
.hr-profile {
  height: 2px;
  background-color: #559b9e;
  margin-right: 80%;
  border: none;
  margin-bottom: 40px;
}
.wrp-fields-profile {
  padding-bottom: 20px;
  display: flex;
}

.wrp-buttons-profile {
  padding-top: 20px;
}

.wrp-buttons-profile-edit {
  padding-top: 20px;
  display: flex;
}

.wrp-buttons-profile-edit a {
  margin-right: 15%;
}

.label-profile {
  font-size: 16px;
  font-weight: 400;
  width: 35%;
  display: inline-block;
}

.label-state {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
}

.content-profile {
  font-size: 16px;
  font-weight: 600;
  width: 60%;
  display: inline-block;
}

.wrp-module1-catalogue {
  padding: 80px 0%;
}

.title-catalogue {
  font-size: 22px;
  font-weight: 600;
  color: #559b9e;
  padding-bottom: 40px;
  text-align: center;
}

.title-search {
  font-size: 16px;
  font-weight: 600;
  color: #070707;
  padding-bottom: 10px;
  text-align: center;
}

.input-text-filter {
  width: 40%;
  display: inline-block;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 16px;
}

.btn-filter {
  margin: auto !important;
}
.wrp-filter {
  padding-bottom: 20px;
  text-align: center;
}

.line-country {
  padding: 40px 0 30px 0;
  text-align: center;
  display: flex;
  flex-direction: row;
}

.line-country hr {
  width: 50%;
  height: 1px;
  border: none;
  background-color: #707070;
  margin: 16px;
}

.companies-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.company {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}

.company .logo {
  width: 100%;
  height: 172px;

  transition: box-shadow 0.5s;
  border: solid 1px lightgray;
}

.company .logo img {
  height: 100%;
  width: 100%;
}

.company .logo:hover {
  -webkit-box-shadow: 10px 10px 63px -35px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 10px 10px 63px -35px rgba(0, 0, 0, 0.6);
  box-shadow: 10px 10px 63px -35px rgba(0, 0, 0, 0.6);
}

.company .name {
  color: #559b9e;
  font-weight: 400;
  padding: 10px 5px;
  line-height: 22px;
  font-size: 14px;
}

.title-company {
  font-size: 22px;
  font-weight: 600;
  color: #559b9e;
  padding-bottom: 10px;
}
.subtitle-company {
  font-size: 18px;
  font-weight: 600;
  color: #070707;
  padding: 20px 0 40px;
}

.wrp-module1-company {
  padding: 100px 5%;
  display: flex;
  flex-direction: row;
}

.photo-company {
  background-color: white;
  padding: 10px;
  height: 100%;
  -webkit-box-shadow: 6px 10px 51px -16px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 6px 10px 51px -16px rgba(0, 0, 0, 0.61);
  box-shadow: 6px 10px 51px -16px rgba(0, 0, 0, 0.61);
  margin-left: 10%;
}

.photo-company-employee {
  /* width: 20%; */
  background-color: white;
  padding: 10px;
  height: 100%;
  -webkit-box-shadow: 6px 10px 51px -16px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 6px 10px 51px -16px rgba(0, 0, 0, 0.61);
  box-shadow: 6px 10px 51px -16px rgba(0, 0, 0, 0.61);
  margin-right: 10%;
}

.photo-company-employee img {
  height: 100px;
  display: block;
}

.name-company-employee {
  width: 100px;
  padding: 5px 0;
}

.photo-company img {
  height: 100px;
  display: block;
}

.info-company {
  width: 80%;
  padding: 0% 10%;
}

.wrp-company-employee {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.company-employee-row {
  display: flex;
  padding-bottom: 40px;
}

.wrp-title-edit {
  padding: 50px 120px 0px 120px;
  text-align: left;
}

/* CSS DE LA EDICION DE COMPANIAS */
/* ------------------------------ */

.wrp-module-cedit {
  padding: 10px 20px;
  height: 1000px;
}

.spacer-cedit {
  padding-top: 20px;
}

.btn-cedit-20 {
  height: 40px;
  width: 100px;
  background-color: #559b9e;
  border-radius: 12px;
  box-sizing: border-box;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
}

.btn-cedit-outline-20 {
  height: 40px;
  width: 100px;
  background-color: white;
  border: solid 1px #559b9e;
  color: #559b9e;
  border-radius: 12px;
  box-sizing: border-box;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px;
}

.wrp-cedit-sn {
  display: flex;
}

.wrp-ta-cedit {
  display: flex;
  flex-direction: column;
}

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500);
@import url(http://fontawesome.io/assets/font-awesome/css/font-awesome.css);

#msform {
  width: 100%;
  margin: 50px auto;
  text-align: left;
  position: relative;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  position: absolute;
  text-align: left;
}
#msform fieldset:not(:first-of-type) {
  display: none;
}
#msform input {
  display: inline-block;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 16px;
}

#msform textarea {
  display: inline-block;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 16px;
  margin: 20px 0px;
  width: 80%;
}

#msform .action-button {
  height: 40px !important;
  width: 150px !important;
  background-color: #559b9e;
  border-radius: 12px !important;
  box-sizing: border-box !important;
  padding-bottom: 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: white !important;
  text-align: center;
  line-height: 40px;
  margin-bottom: 20px !important;
  padding: 0px !important;
  text-transform: uppercase;
}
#msform .action-button:hover,
#msform .action-button:focus {
  cursor: pointer;
  /* box-shadow: 0 0 0 2px white, 0 0 0 3px #27ae60; */
}
.fs-title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #070707 !important;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: #ebebeb;
  text-transform: uppercase;
  font-size: 12px;
  width: 11%;
  float: left;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
#progressbar li.active {
  color: #707070;
}
#progressbar li:before {
  content: ""; /*counter(step)*/
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 14px;
  color: #fff;
  background: transparent;
  border-radius: 100%;
  margin: 0 auto 5px auto;
  border: 2px solid #ececec;
}
#progressbar li:nth-child(1):before {
  content: "\f00c";
  font-family: "FontAwesome";
}
#progressbar li:nth-child(2):before {
  content: "\f00c";
  font-family: "FontAwesome";
}
#progressbar li:nth-child(3):before {
  content: "\f00c";
  font-family: "FontAwesome";
}
#progressbar li:nth-child(4):before {
  content: "\f00c";
  font-family: "FontAwesome";
}
#progressbar li:nth-child(5):before {
  content: "\f00c";
  font-family: "FontAwesome";
}
#progressbar li:nth-child(6):before {
  content: "\f00c";
  font-family: "FontAwesome";
}
#progressbar li:nth-child(7):before {
  content: "\f00c";
  font-family: "FontAwesome";
}
#progressbar li:nth-child(8):before {
  content: "\f00c";
  font-family: "FontAwesome";
}
#progressbar li:nth-child(9):before {
  content: "\f00c";
  font-family: "FontAwesome";
}
#progressbar li:after {
  content: "";
  width: 73%;
  height: 2px;
  background: #ececec;
  position: absolute;
  left: -35%;
  top: 25px;
  z-index: -1;
}
#progressbar li:first-child:after {
  content: none;
}
#progressbar li.active:before {
  border: 2px solid #707070;
  color: #707070;
  /* content: "\f164";*/
}
#progressbar li.active:after {
  background: #707070;
  color: white;
}
.form_holder {
  text-align: center;
  margin: 30px 0 0;
  height: 100%;
}

#add-country {
  cursor: pointer;
  text-decoration: underline;
  text-align: right;
  margin-bottom: 50px;
}
