.modal-empresa{
  position: absolute;

}

.arrow-right-bussiness {
  text-align: center;
  color: white;
  font-weight: bold;
  line-height: 100px;
  position: relative;
  width: 300px;
  height: 100px;
  background-color: #f7803b;
}

.arrow-right-bussiness.active:after {
  content: '';
  position: absolute;
  left: 300px;
  width: 0;
  height: 0;
  /* esta es la parte importante */
  border: transparent solid 50px;
  border-left-color: #f7803b;
}

.arrow-left-bussiness {
  text-align: center;
  color: white;
  font-weight: bold;
  line-height: 100px;
  margin-left: 50px;
  position: relative;
  width: 300px;
  height: 100px;
  background-color: #f7803b;
}

.arrow-left-bussiness.active:before {
  content: '';
  position: absolute;
  top:-1px;
  left: -100px;
  width: 0;
  height: 0;
  /* esta es la parte importante */
  border: transparent solid 50px;
  border-right-color: #f7803b;
}

.segunda_parte{
  border-radius: 0 10px 10px 0!important;
}


/*
*/



.avatar.avatar-lg:hover{
  height: 65px!important;
  width: 65px!important;
}

.navbar-vertical.navbar-expand-xs {
  z-index: 10000!important;
}
.modal{
  z-index: 20000!important;
}
/**/
.file-upload {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px!important;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #595b5b;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  color:white;
  background-color: #595b5b;
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  text-transform: uppercase;
  padding: 10px 0;
}

.file-upload-image {
  max-height: 250px;
  max-width: 100%;
  margin: auto;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}
/*BussinessLogo*/
/**/
.file-upload-bussiness-logo {
  background-color: #fff;
  width: 100px;
  margin: 0 auto;
}

.file-upload-content-bussiness-logo {
  display: none;
  text-align: center;
}

.file-upload-input-bussiness-logo {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 72px!important;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap-bussiness-logo {
  margin-top: 20px;
  color:#595b5b;
  border: 4px dashed #595b5b;
  position: relative;
  border-radius: 10px;
}

.image-dropping-bussiness-logo,
.image-upload-wrap-bussiness-logo:hover {
  color:white!important;
  background-color: #595b5b;
  border: 4px dashed #ffffff;

}

.image-title-wrap-bussiness-logo {
  padding: 0 15px 15px 15px;
  color: #222;
  background-color: #36363A;
}

.drag-text-bussiness-logo {
  text-align: center;
  
}

.drag-text-bussiness-logo h3 {
  text-transform: uppercase;
  padding: 10px 0;
}

.file-upload-image-bussiness-logo {
  max-height: 100px;
  max-width: 100px;
  margin: auto;
}

.remove-image-bussiness-logo {
  width: 200px;
  margin: 0;
 color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
}

.remove-image-bussiness-logo:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image-bussiness-logo:active {
  border: 0;
  transition: all .2s ease;
}



/*DEA*/
/**/
.file-upload-imagenEquipo {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

.file-upload-content-imagenEquipo {
  display: none;
  text-align: center;
}

.file-upload-input-imagenEquipo {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 72px!important;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap-imagenEquipo {
  margin-top: 20px;
  color:#00A87C;
  border: 4px dashed #595b5b;
  position: relative;
  border-radius: 10px;
}

.image-dropping-imagenEquipo,
.image-upload-wrap-imagenEquipo:hover {
  color:white!important;
  background-color: #00A87C;
  border: 4px dashed #ffffff;

}

.image-title-wrap-imagenEquipo {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text-imagenEquipo {
  text-align: center;
  
}

.drag-text-imagenEquipo h3 {
  text-transform: uppercase;
  padding: 10px 0;
}

.file-upload-image-imagenEquipo {
  max-height: 250px;
  max-width: 100%;
  margin: auto;
}

.remove-image-imagenEquipo {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
}

.remove-image-imagenEquipo:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image-imagenEquipo:active {
  border: 0;
  transition: all .2s ease;
}

/*DEA Edifico*/
/**/
.file-upload-imagenEdificio {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

.file-upload-content-imagenEdificio {
  display: none;
  text-align: center;
}

.file-upload-input-imagenEdificio {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 72px!important;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap-imagenEdificio {
  margin-top: 20px;
  border: 4px dashed #595b5b;
  position: relative;
  border-radius: 10px;
}

.image-dropping-imagenEdificio,
.image-upload-wrap-imagenEdificio:hover {
  color:white;
  background-color: #595b5b;
  border: 4px dashed #ffffff;
}

.image-title-wrap-imagenEdificio {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text-imagenEdificio {
  text-align: center;
}

.drag-text-imagenEdificio h3 {
  text-transform: uppercase;
  padding: 10px 0;
}

.file-upload-image-imagenEdificio {
  max-height: 250px;
  max-width: 100%;
  margin: auto;
}

.remove-image-imagenEdificio {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
}

.remove-image-imagenEdificio:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image-imagenEdificio:active {
  border: 0;
  transition: all .2s ease;
}
/**/



.shadow-primary {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(241,105,83, 0.4) !important;
}

.btn-primary-auxilio,
.btn.bg-gradient-primary-auxilio {
  box-shadow: 0 3px 3px 0 rgba(241,105,83, 0.15), 0 3px 1px -2px rgba(241,105,83, 0.2), 0 1px 5px 0 rgba(241,105,83, 0.15);
}

.btn-primary-auxilio:hover,
.btn.bg-gradient-primary-auxilio:hover {
  background-color: #c9311a;
  border-color: #c9311a;
  box-shadow: 0 14px 26px -12px rgba(201,49,26, 0.4), 0 4px 23px 0 rgba(201,49,26, 0.15), 0 8px 10px -5px rgba(201,49,26, 0.2);
}

.btn-primary-auxilio .btn.bg-outline-primary-auxilio,
.btn.bg-gradient-primary-auxilio .btn.bg-outline-primary-auxilio {
  border: 1px solid #f3705a;
}

.btn-primary-auxilio:not(:disabled):not(.disabled).active,
.btn-primary-auxilio:not(:disabled):not(.disabled):active,
.show>.btn-primary-auxilio.dropdown-toggle,
.btn.bg-gradient-primary-auxilio:not(:disabled):not(.disabled).active,
.btn.bg-gradient-primary-auxilio:not(:disabled):not(.disabled):active,
.show>.btn.bg-gradient-primary-auxilio.dropdown-toggle {
  color: color-yiq(#f3705a);
  background-color: #f3705a;
}

.btn-primary-auxilio.focus,
.btn-primary-auxilio:focus,
.btn.bg-gradient-primary-auxilio.focus,
.btn.bg-gradient-primary-auxilio:focus {
  color: #fff;
}

.btn-outline-primary-auxilio {
  box-shadow: none;
}

.btn-outline-primary-auxilio:hover:not(.active) {
  background-color: transparent;
  opacity: .75;
  box-shadow: none;
  color: #f3705a;
}


.btn-primary-auxilio,
.btn.bg-gradient-primary-auxilio {
  color: #fff;
}

.btn-primary-auxilio:hover,
.btn.bg-gradient-primary-auxilio:hover {
  color: #fff;
}


.bg-gradient-primary-auxilio {
  background-image: linear-gradient(195deg, #f3705a 0%, #c9311a 100%);
}

.bg-gradient-faded-primary-auxilio-vertical {
  background-image: radial-gradient(200px circle at 50% 70%, rgba(241,105,83, 0.3) 0, #f3705a 100%);
}

.card.card-background.card-background-mask-primary:after {
  background-image: linear-gradient(195deg, #f3705a 0%, #c9311a 100%);
  opacity: .85;
}


svg.text-primary .color-foreground {
  fill: #f3705a;
}

svg.text-primary .color-background {
  fill: #c9311a;
}
.text-primary-auxilio{
  color: #f3705a!important;
}
.text-primary-auxilio:hover{
  color: #c9311a!important;
}
