.hlp-margin-bottom-rem-5 {
    margin-bottom: 5rem !important;
}

html, body {
    margin: 0;
    min-height: 100%;
    background-color: #ffffff;
}

.content {
    min-height: calc(100vh - 80px);
    position: relative;
    text-align: center;
    background: linear-gradient(
    60deg,
    rgba(84, 58, 183, 1) 0%,
    rgba(0, 172, 193, 1) 100%
    );
    color: white;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-around;
}

.content_ocr {
    min-height: calc(100vh - 80px);
    /* position: relative; */
    /* text-align: center; */
    background: linear-gradient(
      60deg,
      rgba(84, 58, 183, 1) 0%,
      rgba(0, 172, 193, 1) 100%
    );
    color: white;
    display: flex;
    /* justify-content: space-around; */
    flex-wrap: wrap;
    /* align-content: space-around; */
}

input[type='file'] {
  display: none !important;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;

}
input[type=number] {
   -moz-appearance: textfield;
   appearance: textfield;

}

/* Aparência que terá o seletor de arquivo */
.upFile {
  background-color: #f5eded;
  border-radius: 5px;
  color: #2c2c2c;
  cursor: pointer;
  width: 15rem;
  margin: 10px;
  padding: 6px 20px
}

.ok {
  background-color: #21ba45;
}

.fault {
  /* background-color: #ff0000  !important; */
  border-color: #ec0b0b !important;
  box-shadow: #ec0b0b 0px 1px 4px !important;
  /* : #ff0000; */
}

.formated {
    /* font-family: 'Open Sans',Helvetica,Arial,sans-serif !important; */
    /* color: beige !important; */
    font-weight: 700 !important;
    font-style: normal !important;
}


.disabled {
  display: none !important;
}

.enabled {
  display: block !important;
}

.blink {
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animationFadeIn {
  animation: fadeIn 2s linear
}

@keyframes fadeIn {
  from {opacity:0;}
  to {opacity: 1;}
}

.animationFadeOut {
  animation: fadeOut 2s linear
}

@keyframes fadeOut {
  from {opacity:1;}
  to {opacity: 0;}
}

.container_ocr {
  background: linear-gradient(
      60deg,
      rgba(0, 172, 193, 1) 100%,
      rgba(84, 58, 183, 1) 0%,
      rgba() 100%
    );
  margin-top: 2.5rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  /* background: linear-gradient(
    60deg,
    rgba(84, 58, 183, 1) 0%,
    rgba(0, 172, 193, 1) 100%
    ); */
    /* padding: 5rem; */
}

.fix {
  /* min-height: calc(60vh - 10px);
  background-color: #FFFAFA; */
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  /* left: 50%; */
  margin-top: 1rem;
  /* margin-left: -100px; */
  /* position: absolute; */
  /* width: 20px;  */
}

.eventClick {
 pointer-events: none;
 background-color: #2185d0;
}

main {
    min-height: calc(100% - 80px);
}

h1 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 48px;
}

/* footer {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
} */

p {
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    color: #333333;
}

.p-footer {
    color: #ffffff !important;
    margin-top: 2.5rem !important;
    position: relative !important;
    opacity: 75% !important;
}

.header_ {
    position: relative;
    text-align: center;
    background: linear-gradient(
    60deg,
    rgba(84, 58, 183, 1) 0%,
    rgba(0, 172, 193, 1) 100%
    );
    color: white;
}

.logo {
    width: 10%;
    margin-top: 0.4rem;
    position: absolute;
    left: 85px;
}

.inner-header {
    height: 65vh;
    width: 100%;
    margin: 0;
    padding: 0;
}

.flex {
    /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/**
**/
/* estilo do aviso de cookies */
.cookieConsentContainer{
z-index:999;
width:350px;
min-height:20px;box-sizing:border-box;
padding:30px 30px 30px 30px;
/* background:#232323; */
background: linear-gradient(
    60deg,
    rgba(84, 58, 183, 1) 0%,
    rgba(0, 172, 193, 1) 100%
    );
overflow:hidden;
position:fixed;
bottom:30px;
left:30px; /* alterar para right caso queira que apareça na direita */
display:none
}
.cookieConsentContainer .cookieTitle a{
font-family:OpenSans,arial,sans-serif;
color:#fff;
font-size:22px;
line-height:20px;
display:block
}
.cookieConsentContainer .cookieDesc p{
margin:0;
padding:0;
font-family:OpenSans,arial,sans-serif;
color:#fff;
font-size:13px;
line-height:20px;
display:block;
margin-top:10px
}
.cookieConsentContainer .cookieDesc a{
font-family:OpenSans,arial,sans-serif;
color:#fff;
text-decoration:underline
}
.cookieConsentContainer .cookieButton a{
display:inline-block;
font-family:OpenSans,arial,sans-serif;
color:#fff;font-size:14px;
font-weight:700;
margin-top:14px;
background:#2185d0;
box-sizing:border-box;
padding:15px 24px;
text-align:center;
transition:background .3s
}
.cookieConsentContainer .cookieButton a:hover{
cursor:pointer;
background:#543ab7
}
@media (max-width:980px){
.cookieConsentContainer{
bottom:0!important;
left:0!important;
width:100%!important
}
}
/* estilo do aviso de cookies */

/*===============================================================================*/

/* FOOTER WAVE ANIMATION */

/* waves */
.ocean {
    height: 80px; /* change the height of the waves here */
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
}

.wave {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%23003F7C'/%3E%3C/svg%3E");
    position: absolute;
    width: 200%;
    height: 100%;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
}

.wave:nth-of-type(2) {
    bottom: 0;
    animation: wave 18s linear reverse infinite;
    opacity: 0.5;
}

.wave:nth-of-type(3) {
    bottom: 0;
    animation: wave 20s -1s linear infinite;
    opacity: 0.5;
}

@keyframes wave {
    0% {transform: translateX(0);}
    50% {transform: translateX(-25%);}
    100% {transform: translateX(-50%);}
}

/*===============================================================================*/

/* menu */
.header-fixed {
    background: linear-gradient(
    60deg,
    rgba(84, 58, 183, 1) 0%,
    rgba(0, 172, 193, 1) 100%
    );
    /* box-shadow:0 1px 1px #ccc; */
    padding: 20px 40px;
    height: 80px;
    color: #ffffff;
    box-sizing: border-box;
    top: -100px;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
}

.header-fixed .header-limiter {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

/*	The header placeholder. It is displayed when the header is fixed to the top of the
browser window, in order to prevent the content of the page from jumping up. */

.header-fixed-placeholder {
    height: 80px;
    display: none;
}

/* Logo */

.header-fixed .header-limiter h1 {
    /* float: left; */
    font: normal 40px Cookie, Arial, Helvetica, sans-serif;
    line-height: 40px;
    margin: 0;
}

.header-fixed .header-limiter h1 span {
    color: #2c2c2c;
}

/* The navigation links */

.header-fixed .header-limiter a {
    color: #ffffff;
    text-decoration: none;
}

.header-fixed .header-limiter nav {
    font: 16px Arial, Helvetica, sans-serif;
    line-height: 40px;
    float: right;
}

.header-fixed .header-limiter nav a {
    display: inline-block;
    padding: 0 5px;
    text-decoration: none;
    color: #ffffff;
    opacity: 0.9;
}

.header-fixed .header-limiter nav a:hover {
    opacity: 1;
}

.header-fixed .header-limiter nav a.selected {
    color: #608bd2;
    pointer-events: none;
    opacity: 1;
}

/* Fixed version of the header */

body.fixed .header-fixed {
    padding: 10px 40px;
    height: 50px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

body.fixed .header-fixed-placeholder {
    display: block;
}

body.fixed .header-fixed .header-limiter h1 {
    font-size: 24px;
    line-height: 30px;
}

body.fixed .header-fixed .header-limiter nav {
    line-height: 28px;
    font-size: 13px;
}

/* Making the header responsive */

@media only screen and (max-width: 600px) {
    .header-fixed {
    padding: 20px 0;
    height: 75px;
    }

    .header-fixed .header-limiter h1 {
    float: none;
    margin: -8px 0 10px;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    }

    .header-fixed .header-limiter nav {
    line-height: 1;
    float: none;
    }

    .header-fixed .header-limiter nav a {
    font-size: 13px;
    }

    .field {
      margin-left: auto !important;
    }

    .action {
      width: auto !important;
    }
    p {
      margin-left: auto !important;
    }

    body.fixed .header-fixed {
    display: none;
    }

    footer {
    display: none !important;
  }
}