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-position: center;
    background-size: cover;
    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: 30px 30px;
    padding-bottom: 60px;
    position: relative;
    top: -30px;
    background-color: #FFF;
    position: relative;
}
.index#main .box .numero {
    width: 55%;
    margin-bottom: 30px;
}
.index#main .box .numero label {
    font-family: NovaBold;
    font-size: 15px;
    font-weight: 500;
    color: #24243B;
    margin-bottom: 5px;
}
.index#main .box .numero input {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #F7F7F7;
    border-color: transparent;
    box-shadow: none;
    font-family: NovaRegular;
    font-size: 15px;
}
.index#main .box .numero .valido {
    position: absolute;
    right: 35%;
    top: 38%;
    font-family: NovaAltLight;
    font-size: 16px;
    font-weight: 500;
    color: #18C139;
}
.index#main .box .numero .erro {
    color: #ff6961;
}
.erromail {
    color: #ff6961;
}
.index#main .box .numero 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.de{

}
.index#main .box .mensagem label span {
    font-family: NovaAltLight;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}
.index#main .box .mensagem textarea {
    height: 95px;
    resize: none;
    background-color: #F7F7F7;
    border-color: transparent;
    padding-top: 12px;
    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: 5px;
}
.index#main .box .btn-gerar {
    width: 100%;
}
.index#main form button {
    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: 100%;
}
.index#main form button button:hover {
    background-color: transparent;
    color: #18C139;
}
.index#main .box .linkgerado {

}
.index#main .box .linkgerado textarea {
    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: 14px;
    height: 250px;
    resize: none;
    overflow-y: hidden;
}
.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 10px;
    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 10px;
    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 10px;
    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 .text {
    margin-top: 50px;
}
.index#main .text h5 {
    font-family: NovaBold;
    font-size: 24px;
    font-weight: 500;
    color: #24243B;
    margin-bottom: 25px;
}
.index#main .text p {
    margin-bottom: 15px;
    color: #6C7C93;
}
.index#main .text p span{
    color: #18C139;
    font-family: NovaBold;
    font-weight: 500;
}
.index#main .text .itens {
    font-family: NovaRegular;
    font-size: 16px;
    font-weight: 400;
    color: #BCBCBC;
    margin-bottom: 40px;
}
.index#main .text a:hover .banner-sec{
   
}
.index#main .text .banner-sec {
    background-size: cover;
    background-position: center;
    transition: .3s;
}
.index#main .videojv {
    margin-bottom: 20px !important;
    margin-top: 50px ;
}
.demonstra {
    width: 100%; 
    margin-bottom: 20px;
}

.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: 1200px){
    .container {
        width: 1000px !important;
    }
    .index#bg-principal h1 {
    margin-bottom: 20px;
    font-family: NovaBold;
    font-size: 43px;
    font-weight: 500;
    color: #FFFFFF;
}

}
@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-bannernew {

    }
    .index#bg-bannernew .col-xs-12 {
        padding-left: 0px !important;
        padding-right: 0px !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 .numero {
        width: 100%;
    }
    .index#main .box .mensagem textarea {
        width: 100%;
    }
    .index#main .box .btn-gerar a {
        font-size: 15px;
    }
    .index#main .text {
        text-align: center;
    }
    .index#main .box .linkgerado a#gerarnovo {
    background-color: transparent;
    border: 1px solid #18C139;
    padding: 8px 10px;
    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: 16px;
    font-weight: 500;
    color: #18C139;
    transition: .2s;
    margin-left: 0px;
}
.index#main .box .linkgerado a#criarconta {
    background-color: #4B476A;
    border: 1px solid #4B476A;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 5px;
    font-family: NovaRegular;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    transition: .2s;
   margin-left: 0px;
    text-align: center;
    display: block;
}
.index#main .box .linkgerado a#copiar {
    background-color: #18C139;
    border: 1px solid #18C139;
    padding: 8px 10px;
    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: 16px;
    font-weight: 500;
    color: #FFFFFF;
    transition: .2s;
    margin-bottom: 20px;
}
.index#main .box .numero .valido {
    position: relative;
    left: 0%;
    transform: translateX(0%);
}
    .index#main .videojv {
        margin-top: -30px;
        margin-bottom: 40px;
    }
    .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;
    }
}
