.wrap-form {
  background-color: #f0eeec;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 3px;
}
.form-group {
    margin-bottom: 10px;
    margin-top: 10px;
}

.form-label {
    display: block;
    width: 85%;
    min-width: 200px;
    font-weight: 500;
    color: #8a847e;
}

.form-input{
    width: 100%;
    min-width: 200px;
    box-sizing: border-box;
    padding: 5px;
}

#side-right-pil {
  float: left;
  width: 26%;
  /* border-left: 1px solid #e6e6e6; */
}

#side-right h2, .login-mod h2 {
  margin-top: 0px;
  font-size: 22px;
  margin-bottom: 20px;
}

.btn-pil-login {
  background-color: #002D74;
  color: #fff;
  padding: 5px 25px;
}
.login-mod {
  padding: 15px;
  background-color: #f2f2f2;
  border-radius: 3px;
  margin-bottom: 15px;
}
.login-mod input[type="password"], .login-mod input[type="email"], .login-mod input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}

.bg-search {
  background-color: #f0ebe7;
}

.logo-pil {
  width: 250px;
}

.form-pil {
  width: 468px !important;
}
.btn-pil {
  background-color: #002D74 !important;
  width: 100%;
  text-align: center;
  padding: 5px !important;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #fff;
}

.btn-postular-int {
  padding: 23px 0px !important;
  font-size: 18px !important;
}

.a-pass {
  display: block;
  font-size: 13px;
  text-align: center;
  margin-bottom: 5px;
}

.margen-b-xs {
  margin-bottom: 5px !important;
}

input[type="file"] {
  padding: 10px 0 10px 0;
}

.input-tel {width: 80%;}

.file-pil {
  border: 1px solid #e1dcd6;
  padding: 15px;
  width: 100%;
  border-radius: 3px;
  background-color: #e3e3e3;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.oculto  { display: none !important; }

.error-message, .success-message {
  font-weight: bold;
  color: red;
  padding: 10px;
  display: block;
  background-color: #ffcece;
  border: 1px solid #f07a7a;
  border-radius: 3px;
}
.success-message {
  color: #37b537;
  background-color: #d3ffc3;
  border: 1px solid #37b537;
}


/*Ofertas*/
.box-offers {
  background: #fbf9f6;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 3px #d8d0c8;
  border: 1px solid #e1d6ca;
}

.box-offers h4 {
  font-size: 17px;
  color: #978778;
  font-weight: 500;
  margin: 0px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.tit-offer {
  border-bottom: 1px solid #e1d6ca;
  padding: 5px 0px;
  margin-bottom: 15px;
}
.tit-offer h3 {
  margin: 0;
  font-size: 13px;
  color: #bbafa5;
}

.recents-offers {
  margin-left: 5px;
  float: left;
  min-height: 300px;
  height: auto;
  width: 28%;
}
/*Oferta detalles*/
.offer-detail h2 {
  border-bottom: 1px solid #c1b5a9;
  font-size: 17px;
  color: #978778;
  text-transform: uppercase;
  margin-top: 0;
}
.offer-detail h3 {
  font-size: 15px;
  color: #b09e8c;
  margin-top: 0;
  margin-bottom: 10px;
}

.img-empresa {
  height: 150px;
  width: 190px;
  float: left;
  margin-right: 20px;
}

.offer-features {
  border-top: 1px solid #e6e6e6;
padding-top: 15px;
}
.tit-features {
  color: #978778;
  font-size: 17px;
  font-weight: 500;
}
.size-features { font-size: 15px; }
.offer-rent {
  background-color: #f7f4f1;
  padding: 7px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #ececec;
  color: #895a2f;;
}
.offer-msj {
  font-size: 13px;
  text-align: center;
  border: 1px solid #cab8a7;
  color: #b39f8b;
  border-radius: 7px;
  margin-top: 25px;
}
.offer-msj p {
  margin: 0;
  padding: 5px;
}
.btn-postular {
  margin-top: 15px !important;
  margin-bottom: 0px !important;
  border-radius: 3px;
  background-color: #978778 !important;
}
.btn-postular:hover, .btn-perfil:hover {
  opacity: 0.8;
  transition: 0.2s linear 0.01s;
}
.wrap-btn-perfil {
  width: 100%;
}
.btn-perfil {
  width: 49%;
  text-transform: none;
}
.color-btn-perfil {
  background-color: #956A4D !important;
  color: #fff;
}
/*Gracias*/
.text-thanks {
  margin: 10px 0px 15px 0px;
  font-size: 17px;
  color: #865a36;
}
.text-last {
  color: #865a36;
  border-bottom: 1px solid #aa9d91;
  padding-bottom: 5px;
  margin-top: 50px;
}

button:disabled {
  background-color: #ccc !important;
}
button:disabled:hover {
  opacity: 1;
  color: #fff;
  cursor: default;
}

.dest1, .dest2 {
  background: #fdfae0;
  padding: 10px;
  border-radius: 3px;
  font-size: 13px;
}
.dest2 {
  background-color: #ffeed4;
}

.ckb-declaro {
  float: left;
}
.text-declaro {
  width: 370px;
  display: inline-block;
  margin-left: 15px;
}

/*select btn*/
.select-css {
display: block;
font-size: 14px;
font-weight: 400;
color: #717070;
line-height: 1.3;
padding: .4em 1.4em .3em .8em;
width: 100%;
max-width: 100%;
box-sizing: border-box;
 margin: 10px 0px auto;
border: 1px solid #aaa;
box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
border-radius: .3em;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
  linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
display: none;
}
.select-css:hover {
border-color: #888;
}
.select-css:focus {
border-color: #aaa;
box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
box-shadow: 0 0 0 3px -moz-mac-focusring;
color: #222;
outline: none;
}
.select-css option {
font-weight:normal;
}

.classOfElementToColor:hover {background-color:red; color:black}

.select-css option[selected] {
    background-color: orange;
}

.offers-text{
  max-height: 60px;
  overflow: hidden;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev {
  left: -10px;
}

/* Position the "next button" to the right */
.next {
  right: -10px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media only screen and (max-width: 750px) {
  #side-right-pil {
    width: 100%;
  }
}