/* Plano de fundo - hero section*/

@media only screen and (max-width:768px) {
    .svg-lisoft {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width:992px) {
    .page2 h1 {
        text-align: center;
        font-size: 3em;
    }
    .page2 p {
        font-size: 1.5em;
        text-align: center;
    }
    .page2 a {
        display: block;
        text-align: center;
        font-size: 1.2em;
    }
    .page2 .tpage2 .svg {
        display: none;
    }
    .page2 .mockup {
        position: static;
        height: 40vh;
    }
    .page2 .mockup img {
        height: 650px;
        position: relative;
    }
}

@media only screen and (max-width:1200px) {
    .page2 h1 {
        font-size: 2.5em;
    }
}

header {
    background-image: url(../imagens/business.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 750px;
    overflow: hidden;
}

header .separator {
    /* background-image: url(/imagens/geometry.png); */
    overflow: hidden;
    position: absolute;
    bottom: 0px;
}

header .separator img {
    height: 200px;
    width: 100vw;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.6);
}


/* PÁGINA 1 */

.hero {
    height: 80vh;
    padding-top: 10rem;
}

.hero h1 {
    color: #D2D2D2;
    text-shadow: 0 0.05em 0.25em rgba(0, 0, 0, 0.60);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 3em;
    margin-bottom: 1rem;
    /* font-size: 48px; */
}

.hero p {
    color: #D2D2D2;
    text-shadow: 0 0.05em 0.25em rgba(0, 0, 0, 0.60);
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    margin-bottom: 3rem;
}

.hero a {
    text-decoration: none;
    color: #fff;
}

.hero a>span {
    box-sizing: border-box;
    display: inline;
    padding: .9rem 3rem;
    font-size: 1.3rem;
    border-radius: 2rem;
    background-color: #D14D1A;
    text-align: center;
}

@media only screen and (max-width:576px) {
    header {
        height: 500px;
    }
    header .separator img {
        height: 50px;
    }
    .hero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 350px;
    }
    .hero a {
        text-align: center;
    }
    .hero a span {
        font-size: 1.1rem;
    }
    .hero h1 {
        font-size: 2em;
        text-align: center;
    }
    .hero p {
        font-size: 1.2em;
        text-align: center;
    }
    .hero-h1-br {
        display: none;
    }
    .hero-p-br {
        display: none;
    }
}


/* PÁGINA 2 */

.page2 h1 {
    color: #404040;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 3em;
    margin-bottom: 1.4rem;
}

.page2 p {
    color: 404040;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 1.5rem;
}

.page2 a {
    color: #F05B22;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    text-decoration: none;
    transition: all 200ms ease-in-out;
}

.page2 a:hover {
    color: #c4390f;
    font-family: 'Nunito Sans', sans-serif;
    text-decoration: none;
    transition: all 200ms ease-in-out;
}

.page2 .tpage2 {
    padding-left: 40px;
}

.page2 .tpage2 .svg {
    margin-left: -40px;
}

.page2 a:hover svg {
    transition: all 200ms ease-in-out;
    margin-left: 10px;
}

.page2 a svg {
    transition: all 150ms ease-in-out;
}

.page2 .mockup {
    position: relative;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page2 .mockup img {
    height: 700px;
    z-index: 1;
    position: relative;
}

.separator2 {
    /* background-image: url(/imagens/geometry.png); */
    overflow: hidden;
    position: relative;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    width: 100%;
}

.separator2 img {
    height: 200px;
    width: 100vw;
}

@media only screen and (max-width:576px) {
    .page2 h1 {
        font-size: 2em;
        margin-top: 3rem;
    }
    .page2 p {
        color: 404040;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 1.2em;
        margin-bottom: 1.5rem;
    }
    .page2 .tpage2 {
        padding: 0px;
    }
    .page2-p-br {
        display: none;
        text-align: center;
    }
    .page2 .mockup img {
        height: 600px;
        z-index: 1;
        position: relative;
    }
}


/* PAGINA 3 */

.page3 {
    background: #000000;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #434343, #000000);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #434343, #000000);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* height: 500px; */
    position: relative;
}

.page3 h1 {
    color: #D2D2D2;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 3em;
    margin-bottom: 1.4rem;
    text-align: center;
}

.page3 p {
    color: #D2D2D2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 2em;
    margin-bottom: 0.1rem;
    text-align: center;
}

.page3 .link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page3 .link a {
    text-decoration: none;
    color: #fff;
    height: 100px;
}

.page3 .link a>span {
    box-sizing: border-box;
    display: inline;
    padding: .9rem 3rem;
    font-size: 1.3rem;
    border-radius: 2rem;
    background-color: #D14D1A;
    text-align: center;
}

@media only screen and (max-width:576px) {
    .separator2 img {
        height: 50px;
    }
    .page3 h1 {
        font-size: 1.8em;
        margin-bottom: 2rem;
    }
    .page3 p {
        margin-top: 3rem;
        font-size: 1.2em;
    }
    .page3 .link a {
        height: 100px;
        margin-top: 1rem;
    }
    .page3 .link a>span {
        padding: .7rem 3rem;
        font-size: 1.1rem;
    }
}


/* PAGINA 4 */

.page4 div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page4 h1 {
    color: #404040;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 3em;
    margin-bottom: 1.4rem;
    text-align: center;
}

.page4 p {
    color: #404040;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    margin-bottom: 0.1rem;
    text-align: center;
}

.page4 .tpage4 {
    margin: 3rem 0;
}

.form .row {
    justify-content: center;
    align-items: center;
}

.page4 .btn {
    background-color: #FF9E78;
    border: none;
    border-radius: 20px;
    padding: 1rem 2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 0.07rem;
}

.page4 .btn:hover {
    background-color: #F05B22;
}

.page4 .btn:focus {
    background-color: #913511;
}

.page4 .svg-separator {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.page4 .svg-separator:nth-last-child(1) {
    margin-bottom: 3rem;
}

.page4 form {
    padding: 0 35px;
}

@media only screen and (max-width:576px) {
    .page4 h1 {
        font-size: 1.8em;
    }
    .page4 p {
        font-size: 1.2em;
    }
}


/* FOOTER */

footer {
    background: #000000;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #434343, #000000);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #434343, #000000);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: rgb(223, 223, 223);
    padding-bottom: 40px;
}

footer h5 {
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer li {
    text-align: center;
}

footer a {
    text-decoration: none;
    color: rgb(146, 146, 146);
    font-family: 'Open Sans', sans-serif;
}

footer .row {
    justify-self: center;
}

.svg-lisoft {
    margin-bottom: 1.3rem;
}

.svg-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.svg-footer svg {
    margin-top: -1px;
}

@media only screen and (max-width:576px) {
    footer p {
        font-size: 1.2em;
        text-align: center;
        margin-bottom: 0rem;
    }
    .page4-p-br {
        display: none;
    }
}