@font-face {
    font-family: "OktaBold";
    src: url("fonts/oktabold.woff") format("woff");
  }
  @font-face {
    font-family: "OktaThin";
    src: url("fonts/oktathin.woff") format("woff");
  }
:root{
    --yel: #e5f300;
}
html{margin: 0;padding: 0;}
body{
    background-color: #292929;
    background-image: url("bg.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
    height: 100%;
    min-height:100%; 
    position:relative; 
}

.wrapper{
    width: 100%;
}

.header{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
    background-color: var(--yel);
    background-image: url("positive_logo.png");
    background-size: 300px;
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 50%;
    overflow: visible;
    margin-bottom: 90px;

}
.logo{
    position: relative;
    width: 120px;
    height: 120px;
border-radius: 50%;
background-image: linear-gradient(225deg, var(--yel) 30%, #8c9218);
top: 20%;
left: 50%;
transform: translateX(-50%);
box-shadow: inset 0 0 0 4px white;
}
.logo_center{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.white_bar {
    background-color: white;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    box-shadow: 0 6px 10px 1px #777;
    margin-top: -40px;
}
.col2{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 30px;
}
.col1, .col3, .col2{
    width: 33%;
    height: 100%;
}
.col1{
    height: 100%;
    margin-top: 20px;
    margin-left: 10px;
}
.col1 h1{
    font-size: 10px;
    text-align: left;
}
.col3 svg{
    width: 32px;
}
.col3{
    margin-right: 10px;
    margin-bottom: 30px;
}
.download{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-flow: row nowrap;
    cursor: pointer;
    text-align: left;
    background-color: unset;
    border-color: transparent;
    color: black;
}
.download:hover{
    background-color: unset;
    border-color: transparent;
    outline: none;
}
.download:focus{
    background-color: unset;
    border-color: transparent;
    outline: none;
}

.content{
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column wrap;
    row-gap: 20px;
}
.cont1,.cont2,.cont3,.cont4,.cont5,.cont6{
    width: 90%;
    height: 80px;
    background-color: transparent;
box-shadow: inset 0 0 0 4px white;

    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
}

.content svg{
    color: white;

    width: 25px;
}
.content a{
    color: white;
}
.content h1{
    vertical-align: bottom;
    margin: 0;
    display: inline-block;
}
.modal-content{
    height: 400px; 
    background-color: unset;
}

.aviso {
    width: 95%;
    height: 60px;
    background-color: var(--yel);
    position: sticky;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(2.5%);
}
.texto{
    width: 70%;
}
.texto h1{
    line-height: 60px;
    font-size: 14px;
}

.cade{
    opacity: 0;
}
.achou{
    opacity: 1;
}

.trans{
    transition: opacity 2s ease-out;

}









.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}


 @-webkit-keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  