.wrapper {
  /*   margin-top: 100px; */
  display: inline-block;
  position: relative;
  /*   left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
  /* padding: 5px; */
   background: #eeeeee; 
  /* border-radius: 50%; */
  /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); */
}
.wrapper:active #img-result {
  margin-top: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.wrapper #img-result {
  cursor: pointer;
  margin: 0;  
  position: relative;
  background: #eaeff5;
  background-size: cover;
  background-position: center;
  display: block;
  width: inherit;
  max-width:100%;
  max-height:100%;
  height: 270px; /* 
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); */
  color: rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s, margin 0.3s, background-image 1.5s;
}
.wrapper #img-result.no-image:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f030";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 48px;
  opacity: 0.8;
  transform: translate(-50%, -50%);
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);
}

.wrapper button:active {
  box-shadow: none;
  margin-top: 24px;
  padding: 8px;
}
.wrapper3 {
  margin-top: 100px;
  display: inline-block;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* padding: 5px; */
  background: #eeeeee;
  border-radius: 2px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.wrapper3:active #img-result3 {
  margin-top: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.wrapper3 #img-result3 {
  cursor: pointer;
  margin: 0;
  position: relative;
  background: #eaeff5;
  background-size: cover;
  background-position: center;
  display: block;
  width: 500px;
  height: 300px;
  border-radius: 2px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s, margin 0.3s, background-image 1.5s;
}
.wrapper3 #img-result3.no-image:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f030";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 48px;
  opacity: 0.8;
  transform: translate(-50%, -50%);
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);
}

.upload-result {
  /*   display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
  background: #fff;
  overflow-y: auto;
}
.upload-result3__content {
  word-break: break-all;
  font-family: "Source Code Pro";
  overflow-wrap: break-word;
}
.upload-result3 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}
.upload-result__content {
  word-break: break-all;
  font-family: "Source Code Pro";
  overflow-wrap: break-word;
}
/* image 2 */

.wrapper2 {
  margin-top: 200px !important;
  margin-bottom: -50px !important;
  display: inline-block;
  position: relative;
  left: 50%;
  /*  top: 50%; */
  transform: translate(-50%, -50%);
  /* padding: 5px; */
  background: #eeeeee;
  border-radius: 2px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.wrapper2:active #img-result2 {
  margin-top: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.wrapper2 #img-result2 {
  cursor: pointer;
  margin: 0;
  position: relative;
  background: #eaeff5;
  background-size: cover;
  background-position: center;
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 2px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s, margin 0.3s, background-image 1.5s;
}
.wrapper2 #img-result2.no-image:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f030";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 48px;
  opacity: 0.8;
  transform: translate(-50%, -50%);
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);
}

.wrapper2 button:active {
  box-shadow: none;
  margin-top: 24px;
  padding: 8px;
}

.upload-result2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}
.upload-result2__content {
  word-break: break-all;
  font-family: "Source Code Pro";
  overflow-wrap: break-word;
}
/** modal variavei **/
#modalVariaveis table td {
  padding: 5px;
}

/************* alertmessage *********/

.alert-area {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-height: 45vh;
  max-width: min(36rem, calc(100vw - 2rem));
  overflow: hidden;
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: max-content;
  z-index: 9999;
}
.alert-area.show {
  transform: translateX(-50%);
}

.alert-box {
  font-size: 16px;
  color: white;
  background: rgba(0, 0, 0, 0.9);
  line-height: 1.3em;
  padding: 10px 15px;
  margin: 5px 10px;
  position: relative;
  border-radius: 5px;
  transition: opacity 0.5s ease-in;
}
.alert-box.danger {
  color: white;
  background: #f04124;
}

.alert-box.success {
  color: white;
  /*  background: var(--mainBlue);*/
  background: #43ac6a;
}
.alert-box.warning {
  color: white;
  background: #debe06;
}

.alert-box.hide {
  opacity: 0;
  transform: translateY(1rem);
  -webkit-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -ms-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.alert-close {
  background: transparent;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.alert-close:before,
.alert-close:after {
  content: "";
  width: 15px;
  border-top: solid 2px white;
  position: absolute;
  top: 5px;
  right: -1px;
  display: block;
}

.alert-close:before {
  transform: rotate(45deg);
}

.alert-close:after {
  transform: rotate(135deg);
}

.alert-close:hover:before,
.alert-close:hover:after {
  border-top: solid 2px #d8d8d8;
}

@media (max-width: 767px) and (min-width: 481px) {
  .alert-area {
  }
}

@media (min-width: 768px) {
  .alert-area {
    width: min(36rem, calc(100vw - 2rem));
  }
}

/* ALERT RELATED CLASS (END) */

.alert-message-container {
  text-align: center;
  line-height: 2.5em;
  margin-top: 50px;
}

.alert-message-box {
  font-size: 20px;
  width: 300px;
  border: solid 1px #444;
  padding: 10px 15px;
  outline: none;
  transition: box-shadow 0.1s;
}

.alert-message-box:focus {
  box-shadow: 0 0 15px 2px #888;
}

.alert-message-button {
  font-size: 18px;
  color: white;
  background: #14b9ff;
  width: 250px;
  border: solid 1px #14b9ff;
  padding: 10px 20px;
  margin-top: 5px;
  cursor: pointer;
  outline: none;
  transition: background 0.1s;
}

.alert-message-button:hover,
.alert-message-button:focus,
.alert-message-button:active {
  background: #7dd8ff;
}

.hideClass {
  display: none;
}

.w-140 {
  min-width: 140px;
}
@media (max-width: 1300px) {
  .w-1300 {
    min-width: 1300px !important;
  }
  .overflow-x {
    overflow: auto;
  }
}

@media (max-width: 992px) {
	
	#alert-area{
		bottom: 170px !important;	
		.alert-box{
			left: 8px !important;
		}
	}
	
	
  .w-1300 {
    min-width: 1300px !important;
  }
  .overflow-x {
    overflow: auto;
  }
  .navPrimario {
    left: 0;
    margin: 0;
    position: fixed;
    display: flex;
    overflow-x: auto;
    z-index: 2;
    width: 100%;
    bottom: 0px;
    border-top: 1px solid rgba(231, 234, 243, 0.7) !important;
  }
  .menu-button {
    border: none !important;
    margin-bottom: 10px;
  }
  .navSecundario {
    border-top: 1px solid #d0e3ff;
    position: fixed;
    display: flex;
    overflow-x: auto;
    z-index: 100;
    width: 100%;
    left: 0;
    margin: 0;
    bottom: 65px;
  }

  .navTerceiro {
    background-color: #fff;
	position: fixed;
    overflow-x: auto;
    z-index: 999;
    right: 0;
    bottom: 128px;
  }
  .navTerceiro .btn {
    border-color: rgba(55, 125, 255, 0.1) !important;
  }
  .navTerceiro .btn:hover {
    color: #71869d !important;
  }

  .hidden-below-lg {
    display: none !important;
  }
  .margin-below-lg {
    margin-bottom: 200px;
  }
  .flex-column-below-lg {
    text-align: center;
    margin: auto;
    display: flex !important;
    flex-direction: column !important;
  }
}
