html, body{
    width: 100%;
}
body{
    background-color: #fff;
}
p, a, h1, h2, h3, h4, h5, h6, li, small, span, label, font, input, button, textarea, select{
    margin: 0px;
}
a {
    text-decoration: none !important;
}
.bloco{
    width: 100%;
}
h1.title{
    color: #fff;
}

@font-face {
  font-family: NovaAltLight;
  src: url('../fonts/Proxima Nova Alt Light.otf');
  font-display: swap;
}
@font-face {
  font-family: NovaBold;
  src: url('../fonts/Proxima Nova Bold.otf');
  font-display: swap;
}
@font-face {
  font-family: NovaRegular;
  src: url('../fonts/ProximaNova-Regular.otf');
  font-display: swap;
}

.index#bg-principal {
    background-color: #313440;
    padding-top: 60px;
    padding-bottom: 65px;
}
.index#bg-principal h1 {
    margin-bottom: 20px;
    font-family: NovaBold;
    font-size: 52px;
    font-weight: 500;
    color: #FFFFFF;
}
.index#bg-principal p {
    font-family: NovaAltLight;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}
.index#bg-principal .logo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.index#bg-principal .logo img {
    
}

.index#main {
    margin-bottom: 50px;
}
.index#main .box {
    box-shadow: 0px 7px 80px 0px rgba(36,36,59,0.15);
    border-radius: 5px;
    padding: 40px 40px;
    padding-bottom: 60px;
    position: relative;
    top: -30px;
    background-color: #FFF;
    position: relative;
}
.index#main .box .tit{
    margin-bottom: 60px;
}
.index#main .box .tit h2 {
     font-family: NovaBold;
    font-size: 32px;
    font-weight: 800;
    color: #24243B;
}
.index#main .box .tit h2 span {
    color: #18C139;
}
.index#main .box .infs {
    width: 80%;
    margin-bottom: 30px;
}
.index#main .box .infs .tipos-de-dados {

}
.index#main .box .infs .tipos-de-dados label {
     font-family: NovaRegular;
    font-size: 16px;
    font-weight: 400;
    color: #24243B;
}
.index#main .box .infs .tipos-de-dados input {
    margin-left: 10px;
}
.radiojivo1 input[type=radio], .exemplo1 input[type=checkbox]{
    display:none; /* Esconde os inputs */
}
 
.radiojivo1 input[type=radio] + label{
    display:inline-block;
    height:20px;
    padding:0 0 0 25px;
    margin:0 22px 0 0;
    background-image:url('../img/ico-master.png');
    background-repeat:no-repeat;
    background-position:0 0;
}
.radiojivo1 input[type=radio]:checked + label{
    background-position:0 -30px;
}
.index#main .box .infs label {
    font-family: NovaBold;
    font-size: 20px;
    font-weight: 900;
    color: #24243B;
    margin-bottom: 2px;
}
.index#main .box .infs .subtit {
    position: relative;
    margin-bottom: 15px;
}
.index#main .box .infs .subtit span {
     font-family: NovaRegular;
    font-size: 14px;
    font-weight: 400;
    color: #CCC;
}
.index#main .box .infs .subtit img {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.index#main .box .infs input {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    font-family: NovaRegular;
    font-size: 15px;
    border-color: #DDD;
}

.index#main .box .infs .erro {
    color: #ff6961;
}
.videojv {
    margin-bottom: 20px !important;
    margin-top: 50px ;
}
.erromail {
    color: #ff6961;
}
.index#main .box .infs input:focus {
    border-color: #18C139;
}
.index#main .box .mensagem {

}
.index#main .box .mensagem label {
    margin-bottom: 5px;
    font-family: NovaBold;
    font-size: 15px;
    font-weight: 500;
    color: #24243B;
}
.index#main .box .mensagem label span {
    font-family: NovaAltLight;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}
.index#main .box .mensagem textarea {
    height: 160px;
    resize: none;
    background-color: #F7F7F7;
    border-color: transparent;
    padding-top: 20px;
    width: 80%;
    margin-bottom: 40px;
    box-shadow: none;
    font-family: NovaRegular;
    font-size: 15px;
}
.index#main .box .mensagem textarea:focus {
    border-color: #18C139;
}
.index#main .box .mensagem textarea:placehoder {
    margin-top: 20px;
}
.index#main .box .btn-gerar {
    width: 100%;
}
.index#main .box .btn-gerar a#gerarqr {
    background-color: #18C139;
    border:1px solid #18C139;
    padding: 8px 10px;
    display: block;
    border-radius: 2px;
    font-family: NovaRegular;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    transition: .2s;
    width: 80%;
}
.index#main .box .btn-gerar a#gerarqr:hover {
    background-color: transparent;
    color: #18C139;
}
.index#main .box .btn-gerar a {
    background-color: transparent;
    border:1px solid #18C139;
    padding: 8px 10px;
    display: block;
    border-radius: 2px;
    font-family: NovaRegular;
    font-size: 18px;
    font-weight: 400;
    color: #18C139;
    transition: .2s;
    width: 40%;
    display: inline-block;
    text-align: center;
}
.index#main .box .btn-gerar a:hover {
    background-color: #18C139;
    border:1px solid #18C139;
    color: #FFFFFF;
}
.index#main .box .btn-gerar a#contajivo {
         background-color: #4B476A;
    border: 1px solid #4B476A;
    padding: 8px 10px;
    display: inline-block;
    font-family: NovaRegular;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    transition: .2s;
    margin-left: 0px;
    text-align: center;
    display: inline-block;
    width: 40%;
    }
    .index#main .box .btn-gerar a#contajivo:hover {
        background-color: transparent;
    border:1px solid #4B476A;
    color: #4B476A;
    }
.index#main .box .linkgerado {

}
.index#main .box .linkgerado input {
    background-color: #F7F7F7;
    border-color: transparent;
    margin-bottom: 15px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: none;
    font-family: NovaRegular;
    font-size: 17px;
}
.index#main .box .linkgerado .linkcriado {
    position: relative;
}
.index#main .box .linkgerado .linkcriado img.gera {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.index#main .box .linkgerado .linkcriado .copy {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.index#main .box .linkgerado a#copiar {
    background-color: #18C139;
    border: 1px solid #18C139;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 5px;
    -webkit-box-shadow: 1px 0px 13px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 0px 13px -6px rgba(0,0,0,0.75);
    box-shadow: 1px 0px 13px -6px rgba(0,0,0,0.75);
    font-family: NovaBold;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    transition: .2s;
}
.index#main .box .linkgerado a#copiar:hover {
    background-color: transparent;
    color: #18C139;
}
.index#main .box .linkgerado a#gerarnovo {
    background-color: transparent;
    border: 1px solid #18C139;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 5px;
    font-family: NovaRegular;
    font-size: 18px;
    font-weight: 500;
    color: #18C139;
    transition: .2s;
    margin-left: 15px;
}
.index#main .box .linkgerado a#criarconta {
    background-color: #4B476A;
    border: 1px solid #4B476A;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 5px;
    font-family: NovaRegular;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    transition: .2s;
    margin-left: 15px;
}
.index#main .box .linkgerado a#criarconta:hover {
    background-color: transparent;
    color: #4B476A;
}
.index#main .box .linkgerado a#gerarnovo:hover {
    background-color: #18C139;
    color: #FFFFFF;
}
.index#main .box .assinatura{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 11px;
}

.index#main .box .qrdft{

}
.index#main .box .qrdft .btn-download {

}
.index#main .box .qrdft .btn-download h5 {
    font-family: NovaBold;
    font-size: 20px;
    font-weight: 700;
    color: #18C139;
}
.index#main .box .qrdft .btn-download p {
    font-family: NovaBold;
    font-size: 16px;
    font-weight: 700;
    color: #24243B;
}
.index#main .box .qrdft .btn-download a {
    background-color: #18C139;
    border: 1px solid #18C139;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 2px;
    font-family: NovaRegular;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    transition: .2s;

}
.index#main .box .qrdft .btn-download a:hover {
    background-color: transparent;
    color: #18C139;
}

.index#main .box .qrdft .titqr{
    margin-bottom: 0px;
    margin-top: 30px;
}
.index#main .box .qrdft .titqr h3{
    font-family: NovaBold;
    font-size: 28px;
    font-weight: 700;
    color: #24243B;
}
.index#main .box .qrdft .qr {
     width: 100%;
}
.index#main .box .qrdft .qr img {
    display: block;
    margin: auto;
    width: 50%;
    margin-top: 50px;
}
.index#main .box .qrdft .qr img.qrimg {
    width: 70%;
    margin-top: 0px;
}
.index#main .box a.back {
    background-color: #313440;
    border: 1px solid #313440;
    padding: 8px 10px;
    display: block;
    border-radius: 2px;
    font-family: NovaRegular;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    transition: .2s;
    display: inline-block;
    margin-bottom: 30px;
}
.index#main .box .termos {
    margin-bottom: 20px;
}
.index#main .box .termos input {
    width: 5%;
    top: 2px;
    position: relative;
}
.index#main .box .termos label {
    width: 95%;
}
.index#main .box .termos label a{
    color: #444;
    text-decoration: underline !important;
}
.index#como-criar {
    margin-bottom: 80px;
}
.index#como-criar .videojv {
    margin-bottom: 30px;
}
.index#como-criar .text {

}
.index#como-criar .text .title {

}
.index#como-criar .text .title h2 {
    font-family: NovaBold;
    font-size: 30px;
    font-weight: 700;
    color: #24243B;
    margin-bottom: 20px;
}
.index#como-criar .text .itens {

}
.index#como-criar .text .itens p {
    font-family: NovaRegular;
    font-size: 20px;
    font-weight: 500;
    color: #6C7C93;
    margin-bottom: 8px;
}
.index#como-criar .text .itens p span {
    color: #18C139;
    font-family: NovaBold;
    font-weight: 700;
}
.index#como-criar .text .final {
    margin-top: 40px;
}
.index#como-criar .text .final p {
    font-family: NovaRegular;
    font-size: 20px;
    font-weight: 500;
    color: #6C7C93;
}
.index#como-criar .img {
    background-position: center;
    background-size: cover;
    width: 80%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}


.index#duvidas {
    background-color: #F4F9FF;
    padding-top: 80px;
    padding-bottom: 80px;
}
.index#duvidas .title {
    margin-bottom: 70px;
}
.index#duvidas .title h3 {
    font-family: NovaBold;
    font-size: 50px;
    font-weight: 700;
    color: #24243B;
}
.index#duvidas  .item {
    margin-bottom: 40px;
}
.index#duvidas  .item h4 {
    font-family: NovaBold;
    font-size: 24px;
    font-weight: 700;
    color: #24243B;
    margin-bottom: 8px;
}
.index#duvidas  .item p {
    font-family: NovaRegular;
    font-size: 17px;
    font-weight: 400;
    color: #6C7C93;
}

.footer#footer {
    border-top: 1px solid #EDEDED;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer#footer .linksite {
    
}
.footer#footer .linksite a {
    display: inline-block;
    margin-left: 13px;
    margin-right: 13px;
    font-family: NovaRegular;
    font-size: 15px;
    font-weight: 400;
    color: #3F3F53;
}

.footer#footer .mailinfo {
    
}
.footer#footer .mailinfo a {
    font-family: NovaRegular;
    font-size: 15px;
    font-weight: 400;
    color: #D8D8D8;
}
.modal#alerta{

}

.modal#alerta .listras-topo{
    height: 5px;
}
.modal#alerta .modal-content{
    border-radius: 0px;
}
.modal#alerta .modal-header{
    border: 0px;
    background-color: white; 
}
.modal#alerta .modal-header .modal-title{
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px !important;
    margin-top: 0px !important;
    font-size: 24px;
}
.modal#alerta .modal-header button span {
    color: white;
    opacity: 1;
}
.modal#alerta .modal-body{
    padding: 30px 20px;
    text-align: center;
}



/* Medias queries */
@media (max-width: 1550px) {
 

}
@media (max-width: 1400px){
    .container {
        width: 1100px !important;
    }
    /*.footer#footer .linksite a {
        margin-left: 5px;
        margin-right: 10px;
        font-size: 15px;
    }*/

}

@media (max-width: 1400px){
    .index#main .box .infs .subtit span {
        font-family: NovaRegular;
        font-size: 13px;
        font-weight: 400;
        color: #CCC;
    }
}
@media (max-width: 1200px){
    .container {
        width: 1000px !important;
    }
    .index#bg-principal h1 {
        margin-bottom: 20px;
        font-family: NovaBold;
        font-size: 43px;
        font-weight: 500;
        color: #FFFFFF;
    }
    .index#main .box .infs .subtit span {
        font-family: NovaRegular;
        font-size: 11.5px;
        font-weight: 400;
        color: #CCC;
    }
    .index#main .box .btn-gerar a {
        font-size: 15px;
    }
    .index#main .box .btn-gerar a#contajivo {
        font-size: 15px;
    }

}
@media (max-width: 1000px){

}
@media (min-width: 768px) {

	.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100% !important;
    }
    .index#bg-principal h1 {
        font-size: 25px;
        text-align: center;
    }
    .index#bg-principal .logo img {
        width: 144px;
        display: block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .index#bg-principal .logo {
        position: relative;
        top:0%; 
        transform: translateY(0%); 
    } 
    .index#bg-principal p {
        display: none;
    }
    .index#main .box .tit h2 {
        font-size: 25px;
    }
    .index#main .box .infs {
        width: 100%;
    }
    .index#main .box .infs label {
        font-size: 18px;
    }

    .index#main .box .infs .tipos-de-dados label {
        margin-bottom: 17px;
        display: block;
    }
    .index#main .box .qrdft .qr img {
        width: 100%;
    }
    .index#main .box .qrdft .titqr h3 {
        margin-top: 74px;
    }
    .index#como-criar .text {
        margin-bottom: 50px;
    }
    .index#main .box .btn-gerar button {
        width: 100%;
    }
    .index#main .box .numero {
        width: 100%;
    }
    .index#main .box .mensagem textarea {
        width: 100%;
    }
    .index#main .box .btn-gerar button {
        font-size: 15px;
    }
    .index#main .box .infs .subtit img {
        display: none;
    }
    .index#duvidas .title h3 {
        font-size: 35px;
    }
    .index#main .text {
        text-align: center;
    }
    .index#main .box .qrdft .qr img.qrimg {
        width: 100%;
    }
    .index#main .box .btn-gerar a {
        background-color: transparent;
        border: 1px solid #18C139;
        padding: 8px 10px;
        display: block;
        border-radius: 2px;
        font-family: NovaRegular;
        font-size: 18px;
        font-weight: 400;
        color: #18C139;
        transition: .2s;
        width:100%;
        text-align: center;
    }
    .index#main .box .btn-gerar a#contajivo {
         background-color: #4B476A;
    border: 1px solid #4B476A;
    padding: 8px 15px;
    display: inline-block;
    font-family: NovaRegular;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    transition: .2s;
    margin-left: 0px;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 15px;
    }

    .index#como-criar .videojv {
        width: 100%;
    }
    .index#main .box .termos input {
        width: 10%;
    }
    .index#main .box .termos label {
        width: 90%;
        top: 0px;
        position: relative;
        font-size: 12px;
    }
    .footer#footer .linksite {
        text-align: center;
    }
    .footer#footer .linksite a {
        margin-left: 5px;
        margin-right: 10px;
        font-size: 15px;
        margin-bottom: 15px;
    }
    .footer#footer .mailinfo {
        text-align: center;
    }
}