@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* CSS Document */

/* Reset */
html, body {
    font-family: "Montserrat", sans-serif !important;
}
/* Reset */

/* Header */
header.header {
    background: url("../img/bg-top.webp") 50% 0 no-repeat;
    background-size: cover;    
    padding: 50px 0 100px 0;    
}
img.logo {
    clear: both;
    display: block;
    width: 20%;
    margin: 0 auto 35px auto;
}
/* Header */

/* Gerador de link */
.form-gerador {
    clear: both;
    display: block;
    width: 50%;
    padding: 75px 35px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    -webkit-box-shadow: 0px 0px 18px -13px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 18px -13px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 18px -13px rgba(0,0,0,0.3);
}
.form-gerador h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin: 0 auto 25px auto;
}
.container label {
    display: block;
    font-weight: bold;
    margin: 10px 0 5px;
}
.container input,
.container textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.container input.error {
    border-color: red;
    color: red;
}
.container input.error::placeholder {
    color: red;
}
button.gerar-link, button.copy-button, button.cta-acelere {
    clear: both;
    display: block;
    width: 100%;
    border: none;
    background: #24a655;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
}
button.novo-link {
    clear: both;
    display: block;
    width: 100%;
    border: none;
    background: #2765cd;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    margin: 25px auto 0 auto;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
}
button.novo-link:hover {
    background-color: #154595;
}
button.gerar-link svg, button.novo-link svg {
    width: auto;
    height: 30px;
    margin: -3px 0 0 0;
}
button.copy-button svg {
    width: auto;
    height: 20px;
    margin: -3px 0 0 0;
}
button.gerar-link:hover, button.copy-button:hover, button.cta-acelere:hover {
    background-color: #45a049;
}
.container button.copied {
    background-color: #0e6930;
    cursor: default;
}
.hidden {
    display: none;
}
.loading {
    clear: both;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.fade {
    animation: fade 0.3s;
}
@keyframes fade {
    from { opacity: 1; }
    to { opacity: 0; }
}
a.generated-link {
    clear: both;
    display: block;
    word-break: break-all;
    margin: 0 auto 25px auto;
}
/* Gerador de link */

/* Benefícios */
section.beneficios {
    padding: 75px 0;
}
section.beneficios h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin: 0 auto 50px auto;   
}
.beneficios .box {
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(.33,#24a655),color-stop(.67,#4e2783));
    background-image: -moz-linear-gradient(center bottom,#24a655 33%,#4e2783 67%);
    padding: 1px;
    border-radius: 35px 35px 35px 35px;
    -moz-border-radius: 35px 35px 35px 35px;
    -webkit-border-radius: 35px 35px 35px 35px;
}
.beneficios .box>div {
    background: #fff;
    height: 388px;
    padding: 50px 35px ;
    border-radius: 35px 35px 35px 35px;
    -moz-border-radius: 35px 35px 35px 35px;
    -webkit-border-radius: 35px 35px 35px 35px;
}
.beneficios .box svg {
    clear: both;
    display: block;
    width: 25%;
    margin: 0 auto 35px auto;
}
.beneficios h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto 25px auto;   
}
.beneficios p {
    margin: 0;
    text-align: center;
    line-height: 1.8;
}
/* Benefícios */

/* Acelere */
section.acelere {
    padding: 75px 0;
    background: #fafafa;
}
section.acelere h1 {
    font-size: 32px;
    font-weight: 800;
    margin: 35px auto 25px auto;   
}
section.acelere p {
    margin: 0;
    line-height: 1.8;
}
.acelere ul {
    margin: 0;
}
.acelere ul li {
    list-style: none;
    background: rgb(36,166,85);
    background: -moz-linear-gradient(230deg, rgba(36,166,85,1) 10%, rgba(78,39,131,1) 90%);
    background: -webkit-linear-gradient(230deg, rgba(36,166,85,1) 10%, rgba(78,39,131,1) 90%);
    background: linear-gradient(230deg, rgba(36,166,85,1) 10%, rgba(78,39,131,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#24a655",endColorstr="#4e2783",GradientType=1);   
    padding: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px 0;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;    
}
button.cta-acelere {
    margin: 35px 0 0 30px;
    width: 95%;
}
/* Acelere */

/* Exemplos */
section.exemplos {
    padding: 75px 0;
}
section.exemplos h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin: 0 auto 50px auto;   
}
.exemplos h1 i {
    color: #24a655;
}
.exemplos .box {
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(.33,#24a655),color-stop(.67,#4e2783));
    background-image: -moz-linear-gradient(center bottom,#24a655 33%,#4e2783 67%);
    padding: 1px;
    border-radius: 35px 35px 35px 35px;
    -moz-border-radius: 35px 35px 35px 35px;
    -webkit-border-radius: 35px 35px 35px 35px;
}
.exemplos .box>div {
    background: #fff;
    padding: 50px 35px ;
    border-radius: 35px 35px 35px 35px;
    -moz-border-radius: 35px 35px 35px 35px;
    -webkit-border-radius: 35px 35px 35px 35px;
}
.exemplos .box svg {
    clear: both;
    display: block;
    text-align: center;
    height: auto;
    width: 25%;
    margin: 0 auto 35px auto;
}
.exemplos h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto 25px auto;   
}
.exemplos p {
    margin: 0;
    text-align: center;
    line-height: 1.8;
}
/* Exemplos */

/* Footer */
footer.footer {
    background: #f5f5f5;
    padding: 0 0 50px 0;
}
footer.footer .container {
    border-top: 5px solid transparent;
    border-image: linear-gradient(0.25turn,rgba(36,166,85),rgba(36,166,85),rgba(78,39,131),rgba(78,39,131));
    border-image-slice: 1;
}
footer.footer p {
    text-align: center;
    font-size: 12px;
    margin: 50px auto 35px auto;
}
.links {
    clear: both;
    display: block;
    text-align: center;
    margin: auto;
}
.links a {
    text-align: center;
    font-size: 14px;
    margin: 0 15px;
}
/* Footer */

/* Responsivo */
@media (max-width: 700px) {
    /* Header */
    header.header {
        background: url(../img/bg-top.webp) 10% 0 no-repeat;
        padding: 50px 0;
    } 
    img.logo {
        width: 55%;
    }    
    /* Header */
    
    /* Gerador */
    .form-gerador {
        width: 100%;
        padding: 35px 25px;
    }
    .form-gerador h1, section.beneficios h1, section.exemplos h1 {
        font-size: 25px;
    }
    textarea#message {
        height: 135px;
    }    
    /* Gerador */
    
    /* Benefícios */
    section.beneficios, section.exemplos {
        padding: 50px 0 15px 0;
    } 
    .beneficios .box, .exemplos .box {
        margin: 0 auto 35px auto;
    }    
    .beneficios .box>div, .exemplos .box>div {
        height: auto;
        padding: 35px 25px;
    }    
    /* Benefícios */
    
    /* Acelere */
    section.acelere {
        padding: 50px 0;
    }
    section.acelere h1 {
        text-align: center;
        font-size: 25px;
        margin: 0 auto 25px auto;
    }
    section.acelere p {
        text-align: center;
        margin: 0 auto 35px auto;
    }
    .acelere ul {
        padding: 0;
    }
    button.cta-acelere {
        width: 100%;
        margin: 25px auto 0 auto;
    }    
    /* Acelere */
}
/* Responsivo */