/*
Theme Name:Audacis
Autor: Lucas Martins

*/

@import url("https://fonts.googleapis.com/css?family=Poppins:400,600|Roboto");
html{overflow:hidden;}
body {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}

a:hover, a:focus {
  color: #3c9cfd;
}

a {
  color: #685144;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #191c1e;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}
.box-todo-gerador{
    width: 100%;
    height: auto;
}
.box-gerador{
    /* background-color: #1b95c2; */
    /* background-image: url(../img/fundo.png); */
    /* background-size: 51%; */
    /* background-position-y: 145px; */
    /* background-repeat: no-repeat; */
}
.box-col-gerador h1{color: #ffffff;font-size: 35px;padding-bottom: 10px;text-align: justify;}
.text-subtitulo{
    color: #FFF;
    margin-bottom: 30px;
    text-align: justify;
    font-size: 14px;
    font-weight: lighter;
}
textarea.resultado{
    width: 50%;
    height: 60px;
    padding: 10px;
    margin-top: 18px;
    float: left;
}
input#btnCopiar{
    width: 48%;
    float: right;
    margin-top: 18px;
    border: 0px;
    height: 60px;
    border-radius: 5px;
    line-height: 47px;
    text-align: center;
    background-color: #ffe70d;
    color: #0d0059;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    letter-spacing: 2px;
    cursor: pointer;
}
input#btnCopiar:hover{
  background-color: #1b95c2;
    color: #ffffff;
}
.img-logo{
    margin: 0px auto;
    text-align: center;
    width: 300px;
    height: auto;
}
.img{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 34px;
}
.box-col-gerador{
    padding: 42px;
    height: 100%;
    background: #0d0059;
    color: #FFF;
}
.box-col-gerador h3{
    color: #FFF;
    padding: 20px 10px;
    font-size: 24px;
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.box-col2-gerador p{
    color: #fff;
    /* float: right; */
    font-size: 25px;
    height: 54px;
    line-height: 54px;
}
.box-col2-gerador{font-size: 18px;letter-spacing: 1px;/* color: #FFF; */background: #ffffff;}
.box-col2-gerador h3{
    text-align: center;
    margin-bottom: 23px;
    color: #FFF;
}
.box-col2-gerador h4{
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 50px;
    border-bottom: 4px solid #ffe70d;
    color: #0d0059;
}
.box-col2-gerador .fas{
    color: #ffe70d;
    font-weight: bold;
    font-size: 16px;
}
.box-passo{
    height: 50px;
    margin-bottom: 10px;
}
.img-numero{
    padding: 0px;
    height: 30px;
}
.passos{
    width: 50px;
    height: auto;
}
input{
    width: 100%;
    padding: 0px 10px;
    height: 50px;
    margin-top: 10px;
}
label{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-shadow: none;
}
button{}
.btn .fas{color: #0d0059;transition:all 0.2s linear 0s;}
.btn:hover .fas{color: #FFF;}
.btn {
    width: 100%;
    height: 60px;
    line-height: 47px;
    margin: 0px auto;
    text-align: center;
    background-color: #ffe70d;
    color: #0d0059;
    font-weight: bold;
    text-transform: uppercase;
    transition:all 0.2s linear 0s;
    letter-spacing: 2px;
}
.btn:hover{background-color: #1b95c2;color: #ffffff;}

@media (max-width:990px){
html{overflow: auto;}
.box-col-gerador{
    padding: 15px;
}
}