@font-face {
    font-family: 'eger-regular';
	src: url("fonts/eger-regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MaisonNeue-Bold';
	src: url("fonts/MaisonNeue-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MaisonNeue-Book';
	src: url("fonts/MaisonNeue-Book.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MaisonNeue-Light';
	src: url("fonts/MaisonNeue-Light.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Panton-Regular';
	src: url("fonts/Panton-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Panton-SemiBold';
	src: url("fonts/Panton-SemiBold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Panton-ExtraBold';
	src: url("fonts/Panton-ExtraBold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

/* COMUM */
body {
    background-image: url(../img/bg-geral.jpg);
    background-position: top center;
}

body * {
    transition: all .5s;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    font-family: 'MaisonNeue-Bold'
}

p, a, li {
    font-family: 'MaisonNeue-Book'
}

/* MENU */
.navbar {
    width: 100%;
    z-index: 100;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.nav-item {
    position: relative;
}

.nav-item .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
    width: 0;
    height: 1px;
}

.nav-link {
    color: #000000;
    font-family: 'MaisonNeue-Book'
}

.nav-link:hover {
    color: #000000;
}

/* COMUM */
.bloco {
    position: relative;
}

/* SECTION 1 */
.section-1 {
    background-image: url('../img/bg-banner.jpg');
    background-size: cover;
    background-position: bottom center;
}

.section-1 * {
    color: #ffffff;
}

.section-1 .txt-1 h1 {
    font-family: 'eger-regular';
    color: #19aeab;
}

.section-1 .txt-1 h3 {
    color: #19aeab;
    text-align: center;
}

.section-1 .txt-2,
.section-1 .txt-3 {
    border-radius: 15px;
    backdrop-filter: blur(5px);
    background-position: center;
    background-size: cover;
}

.section-1 .txt-2 {
    background-image: url(../img/banner-txt-1-bg.png);
}

.section-1 .txt-3 {
    background-image: url(../img/banner-txt-2-bg.png);
}

.section-1 .btn {
    color: #ffffff;
    font-family: 'MaisonNeue-Bold';
    border-radius: 100px;
    border: 1px solid #ff0000;
    transition: all .5s;
    display: none;
}

.section-1 .btn-outline-danger:hover {
    background-color: #ff0000;
}

/* SECTION 2 */
.section-2 h2 {
    font-family: 'eger-regular';
    color: #19aeab;
    text-align: center;
    text-transform: uppercase;
}

.section-2 h3 {
    color: #949494;
    text-align: center;
    font-family: 'MaisonNeue-Book';
}

.section-2 h3 strong {
    font-family: 'MaisonNeue-Bold';
}

.section-2 .carousel-container {
    width: 80%;
    margin: 0 auto;
}

.section-2 .carousel-item {
    box-sizing: border-box;
    background-color: #ffffff;
}

.section-2 .carousel-item img {
    max-width: 100%;
}

.section-2 .slick-dots {
    bottom: -50px;
}

.section-2 .slick-dots li {
    width: 10px;
    height: 10px;
}

.section-2 .slick-dots li button {
    background-color: #949494;
    border-radius: 100px;
    width: 10px;
    height: 10px;
}

.section-2 .slick-dots li.slick-active button {
    background-color: #ff0000;
}

.section-2 .slick-dots li button:before {
    display: none;
}

/* SECTION 3 */
.section-3 {
    background-image: url(../img/bg-solucoes.png);
    background-size: cover;
    background-position: top center;
    z-index: 1;
}

.section-3 * {
    color: #ffffff;
}

.section-3 h2 {
    text-align: center;
    font-family: 'eger-regular';
}

.section-3 div[class*=txt-] {
    margin: 0 auto 20px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.15);
    background-size: auto;
    background-position: center right;
    background-repeat: no-repeat;
}

.section-3 div[class*=txt-] .row.thumbs img {
    float: left;
}

.section-3 div[class*=txt-] .row.thumbs h3 {
    position: relative;
    font-family: 'Panton-ExtraBold';
}

.section-3 div[class*=txt-] .row.thumbs h3 small {
    display: block;
    font-family: 'MaisonNeue-Book';
}

.section-3 div[class*=txt-] .row.thumbs .col-3 {
    position: relative;
}

.section-3 div[class*=txt-] .row.thumbs .col-3 img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.section-3 div[class*=txt-] .row.conteudo h3 {
    font-family: 'MaisonNeue-Book';
}

.section-3 div[class*=txt-] .row.conteudo h3 strong {
    font-family: 'MaisonNeue-Bold';
}

.section-3 div[class*=txt-] .row.final svg {
    width: 32px;
    float: left;
    margin-right: 15px;
}

.section-3 div[class*=txt-] .row.final svg path {
    fill: #ffffff;
}

.section-3 div[class*=txt-] .row.final p {
    font-family: 'Panton-Regular'; 
}

.section-3 div[class*=txt-] .row.final .likes p {
    cursor: pointer;
}

.section-3 div[class*=txt-] .row.final img {
    margin: 0 auto;
    display: block;
}

.section-3 .txt-1 {
    background-image: url(../img/sec3-bg-1.png);
}

.section-3 .txt-2 {
    background-image: url(../img/sec3-bg-2.png);
}

.section-3 .txt-3 {
    background-image: url(../img/sec3-bg-3.png);
}

/* SECTION 4 */
.section-4 .fakebg {
    position: absolute;
    z-index: 0;
    max-width: 100%;
    left: 0;
    top: 0;
}

.section-4 * {
    color: #ffffff;
    position: relative;
}

.section-4 h2 {
    font-family: 'eger-regular';
    text-transform: uppercase;
}

.section-4 h2 span {
    display: inline-block;
}

.section-4 h2 span::after {
    content: '';
    display: block;
    height: 7px;
    background-color: #19aeab;
}

.section-4 .grupo img {
    display: block;
    margin: 0 auto;
}

/* SECTION 5 */
.section-5 {
    position: relative;
}

.section-5 h2 {
    text-align: center;
    font-family: 'eger-regular';
    color: #ffffff;
    text-transform: uppercase;
}

.section-5 h3 {
    text-align: center;
    color: #000000;
    background-color: #19aeab;
    display: table;
    margin: 0 auto;
    padding: 15px 40px;
    position: relative;
}

.section-5 img {
    position: absolute;
}

/* SECTION 6 */
.section-6 {
    background-image: url(../img/bloco-negocie.jpg);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-6 * {
    color: #ffffff;
}

.section-6 .perguntas {
    background-color: rgba(255,255,255,0.15);
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.section-6 .perguntas .on {
    opacity: 1;
    pointer-events: none;
}

.section-6 .perguntas .off {
    opacity: 0;
    top: 50%;
    left: 50%;
    width: 90%;
    pointer-events: none;
}

.section-6 p {
    font-family: 'MaisonNeue-Light';
}

/* SECTION 7 */
.section-7 * {
    color: #ffffff !important;
}

.section-7 .accordion .accordion-item {
    background-color: rgba(0, 0, 0, 85);
    border-bottom: 1px solid #ff0000;
}

.section-7 .accordion .accordion-item .accordion-button {
    background-color: #000000;
}

.section-7 .accordion .accordion-button::after {
    background-color: #ff0000;
}

/* RODAPÉ */
.footer {
    border-top: 3px solid #ffffff;
}

.footer * {
    color: #ffffff;
    text-decoration: none;
}

.footer .contato h3 a,
.footer .contato p a {
    font-family: 'MaisonNeue-Bold';
}

.footer .contato h3 small {
    position: relative;
}

.footer .contato svg {
    background-color: #0ecc61;
    border-radius: 50%;
    padding: 10px;
}

.footer .contato svg path {
    fill: #ffffff;
}

.footer .contato li {
    position: relative;
    display: table;
    margin-bottom: 10px;
}

.footer .contato li .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #19aeab;
    width: 0;
    height: 2px;
}

.footer .endereco p {
    font-family: 'MaisonNeue-Book';
}

.footer .copyright p {
    text-align: center;
    font-family: 'MaisonNeue-Book';
}

/* BOTÃO LIZ */
.botao-liz {
    position: fixed;
    bottom: 5%;
    right: -100%;
    animation: float 3s ease-in-out infinite;
    z-index: 100;
    display: none;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.botao-liz:hover {
    animation-play-state: paused;
}

@media (min-width: 220px) {
    .bloco {
        padding-left: 24px;
        padding-right: 24px;
    }

    /* MENU */
    .navbar {
        background-color: #19aeab;
        position: absolute;
    }

    .navbar-toggler {
        background-color: #ffffff;
    }

    /* SECTION 1 */
    .section-1 {
        min-height: 100vh;
        padding-left: 24px;
        padding-right: 24px;
        background-position-x: 15%;
        background-position-y: top;
    }

    .section-1 .txt-1 {
        position: absolute;
        transform: translate(-0%, -50%);
        top: 50%;
        left: 0;
        padding-left: 24px;
    }

    .section-1 .txt-1 h1 {
        font-size: 315px;
        line-height: 170px;
    }    

    .section-1 .txt-2,
    .section-1 .txt-3 {
        display: none;
    }

    .section-1 .txt-2 p:last-child,
    .section-1 .txt-3 p:last-child {
        margin-bottom: 0;
    }

    /* SECTION 2 */
    .section-2 {
        padding-top: 75px;
        padding-bottom: 25px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .section-2 h2 {
        font-size: 90px;
        line-height: 70px;
        margin-bottom: 40px;
    }

    .section-2 .carousel-container {
        margin-top: 40px;
    }

    .section-2 .slick-dots {
        display: none !important;
    }

    /* SECTION 3 */
    .section-3 {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .section-3 h2 {
        font-size: 160px;
        margin-bottom: -45px;
    }

    .section-3 div[class*=txt-] {
        max-width: 765px;
        padding: 20px 40px;
    }

    .section-3 div[class*=txt-] .row.thumbs img {
        max-width: 75px;
    }

    .section-3 div[class*=txt-] .row.thumbs .col-3 img {
        max-width: 25px;
    }
    
    .section-3 div[class*=txt-] .row.thumbs h3 {
        top: 10px;
    }
    
    .section-3 div[class*=txt-] .row.thumbs h3 small {
        font-size: 12px;
    }

    .section-3 div[class*=txt-] .row.conteudo {
        margin-bottom: 15px;
    }

    .section-3 div[class*=txt-] .row.conteudo h3 {
        font-size: 18px;
    }
    
    .section-3 div[class*=txt-] .row.final p {
        font-size: 12px;
    }

    .section-3 div[class*=txt-] .row.final svg {
        width: 15px;
    }

    /* SECTION 4 */
    .section-4 {
        padding-bottom: 100px;
    }
    
    .section-4 .fakebg {
        top: 250px;
    }
    
    .section-4 h2 {
        font-size: 95px;
        line-height: 80px;
        margin-bottom: 80px;
    }

    .section-4 .grupo img {
        margin-bottom: 50px;
        width: 220px;
    }
    
    /* SECTION 5 */
    .section-5 {
        padding-bottom: 50px;
    }

    .section-5 h2 {
        font-size: 200px;
        line-height: 150px;
        margin-bottom: -35px;
    }

    .section-5 h3 {
        font-size: 18px;
    }

    .section-5 img {
        max-width: 100%;
    }

    /* SECTION 6 */
    .section-6 {
        min-height: 100vh;
    }

    .section-6 .perguntas {
        max-width: 75%;
        padding: 20px 25px;
        padding-top: 80px;
        margin-bottom: 10px;
        display: none;
    }

    .section-6 h3 {
        font-size: 30px;
    }

    .section-6 p {
        font-size: 16px;
        line-height: 26px;
    }

    /* SECTION 7 */
    .section-7 {
        margin-bottom: 100px;
        display: block;
    }

    /* RODAPE */
    .footer {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .footer img {
        max-width: 100%;
    }

    .footer .contato h3 {
        font-size: 35px;
    }

    .footer .contato small {
        font-size: 20px;
        top: -20px;
    }

    .footer .contato p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .footer .contato li {
        font-size: 20px;
    }

    .footer .contato svg {
        width: 45px;
        height: 45px;
    }

    .footer .contato {
        margin-top: 40px;
    }

    .footer .endereco {
        margin-top: 20px;
    }

    .footer .endereco p {
        font-size: 15px;
    }

    .footer .copyright {
        margin-top: 75px;
    }

    .footer .copyright p {
        font-size: 15px;
    }
}

@media (min-width: 768px) {

}

@media (min-width: 1200px) {
    .bloco {
        padding-left: 0;
        padding-right: 0;
    }

    h3 { font-size: 30px; }

    /* MENU */
    .navbar {
        background-color: transparent;
    }

    .navbar {
        padding-left: 40px;
        padding-right: 40px;
    }

    .navbar-brand {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-item {
        margin-left: 95px;
    }

    .nav-link {
        font-size: 24px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* SECTION 1 */
    .section-1 {
        min-height: 890px;
        padding-left: 60px;
        padding-right: 60px;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .section-1 .txt-1 {
        position: absolute;
        transform: translate(-0%, -50%);
        top: 50%;
        left: 0;
        padding-left: 70px;
    }

    .section-1 .txt-1 h1 {
        font-size: 305px;
        line-height: 160px;
    }    

    .section-1 .txt-2,
    .section-1 .txt-3 {
        max-width: 505px;
        padding: 30px;
        display: block;
    }

    .section-1 .txt-2 {
        position: absolute;
        bottom: 35px;
        left: 95px;
    }

    .section-1 .txt-3 {
        position: absolute;
        bottom: 145px;
        right: 95px;
    }

    .section-1 .txt-2 p,
    .section-1 .txt-3 p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .section-1 .btn {
        position: absolute;
        font-size: 29px;
        padding-left: 35px;
        padding-right: 35px;
        bottom: 60px;
        right: 60px;
    }

    /* SECTION 2 */
    .section-2 {
        padding-top: 150px;
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
    }

    .section-2 h2 {
        font-size: 120px;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .section-2 .carousel-container {
        margin-top: 90px;
    }

    .section-2 .slick-dots {
        display: block !important;
    }

    /* SECTION 3 */
    .section-3 {
        padding-top: 40px;
        padding-bottom: 170px;
    }

    .section-3 h2 {
        font-size: 360px;
        margin-bottom: -105px;
    }

    .section-3 div[class*=txt-] {
        max-width: 765px;
        padding: 20px 40px;
    }

    .section-3 div[class*=txt-] .row.thumbs img {
        max-width: 85px;
    }

    .section-3 div[class*=txt-] .row.thumbs .col-3 img {
        max-width: 35px;
    }
    
    .section-3 div[class*=txt-] .row.thumbs h3 {
        top: 15px;
    }
    
    .section-3 div[class*=txt-] .row.thumbs h3 small {
        font-size: 15px;
    }

    .section-3 div[class*=txt-] .row.conteudo {
        margin-bottom: 15px;
    }

    .section-3 div[class*=txt-] .row.conteudo h3 {
        font-size: 26px;
    }
    
    .section-3 div[class*=txt-] .row.final p {
        font-size: 15px;
    }

    .section-3 div[class*=txt-] .row.final svg {
        width: 20px;
    }

    /* SECTION 4 */
    .section-4 {
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 0;
    }

    .section-4 .fakebg {
        top: -800px;
    }
    
    .section-4 h2 {
        font-size: 165px;
        line-height: 135px;
        margin-bottom: -70px;
    }

    .section-4 .grupo {
        margin-bottom: 65px;
    }

    .section-4 .grupo img {
        margin-bottom: 0;
    }
    
    .section-4 .grupo.a img {
        width: 350px;
    }

    .section-4 .grupo.b img {
        width: 400px;
    }

    .section-4 .grupo.c img {
        width: 300px;
    }

    .section-4 .grupo.d img {
        width: 410px;
    }

    /* SECTION 5 */
    .section-5 {
        padding-bottom: 90px;
    }

    .section-5 h2 {
        font-size: 340px;
        line-height: 1.2;
        margin-bottom: -155px;
    }

    .section-5 h3 {
        font-size: 38px;
    }

    .section-5 img {
        left: 0;
        max-width: 100%;
    }

    /* SECTION 6 */
    .section-6 {
        padding-left: 60px;
        padding-right: 60px;
        margin-bottom: 180px;
    }

    .section-6 .perguntas {
        max-width: 715px;
        padding: 30px 35px;
        padding-top: 100px;
        margin-bottom: 10px;
        display: block;
    }

    .section-6 .perguntas .off {
        position: absolute;
        transform: translate(-50%, -50%);
    }

    .section-6 h3 {
        font-size: 40px;
    }

    .section-6 p {
        font-size: 20px;
        line-height: 30px;
    }

    /* SECTION 7 */
    .section-7 {
        display: none;
    }

    /* RODAPE */
    .footer {
        padding-top: 160px;
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 110px;
    }

    .footer img {
        max-width: 400px;
    }

    .footer .contato h3 {
        font-size: 45px;
    }

    .footer .contato small {
        font-size: 30px;
        top: -20px;
    }

    .footer .contato p {
        font-size: 25px;
        margin-bottom: 0;
    }

    .footer .contato li {
        font-size: 30px;
    }

    .footer .contato svg {
        width: 50px;
        height: 50px;
    }

    .footer .contato {
        margin-top: 100px;
    }

    .footer .endereco {
        margin-top: 30px;
    }

    .footer .endereco p {
        font-size: 25px;
    }

    .footer .copyright {
        margin-top: 125px;
    }

    .footer .copyright p {
        font-size: 20px;
    }

    /* BOTÃO LIZ */
    .botao-liz img {
        max-width: 300px;
    }
}

@media (min-width: 1920px) {
    h3 { font-size: 40px; }

    /* MENU */
    .navbar {
        padding-left: 70px;
        padding-right: 70px;
    }

    .nav-item {
        margin-left: 140px;
    }

    .nav-link {
        font-size: 35px;
    }

    /* SECTION 1 */
    .section-1 {
        min-height: 1140px;
        padding-left: 95px;
        padding-right: 95px;
        background-size: cover;
        background-position: bottom center;
    }

    .section-1 .txt-1 {
        padding-left: 95px;
    }
    
    .section-1 .txt-1 h1 {
        font-size: 430px;
        line-height: 230px;
    }    

    .section-1 .txt-2,
    .section-1 .txt-3 {
        max-width: 710px;
        padding: 50px;
    }

    .section-1 .txt-2 {
        bottom: 200px;
    }

    .section-1 .txt-3 {
        bottom: 150px;
    }

    .section-1 .txt-2 p,
    .section-1 .txt-3 p {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .section-1 .btn {
        font-size: 41px;
        padding-left: 50px;
        padding-right: 50px;
        bottom: 80px;
        right: 95px;
    }

    /* SECTION 2 */
    .section-2 {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .section-2 h2 {
        font-size: 170px;
    }

    .section-2 .carousel-container {
        margin-top: 115px;
    }

    /* SECTION 3 */
    .section-3 {
        padding-top: 60px;
        padding-bottom: 240px;
    }

    .section-3 h2 {
        font-size: 500px;
        margin-bottom: -145px;
    }

    .section-3 div[class*=txt-] {
        max-width: 1060px;
        padding: 30px 60px;
    }

    .section-3 div[class*=txt-] .row.thumbs img,
    .section-3 div[class*=txt-] .row.thumbs .col-3 img {
        max-width: 100%;
    }

    .section-3 div[class*=txt-] .row.thumbs h3 {
        top: 35px;
    }
    
    .section-3 div[class*=txt-] .row.thumbs h3 small {
        font-size: 21px;
    }

    .section-3 div[class*=txt-] .row.conteudo {
        margin-bottom: 20px;
    }

    .section-3 div[class*=txt-] .row.conteudo h3 {
        font-size: 36px;
    }
    
    .section-3 div[class*=txt-] .row.final p {
        font-size: 21px;
    }

    .section-3 div[class*=txt-] .row.final svg {
        width: 32px;
    }

    /* SECTION 4 */
    .section-4 {
        padding-left: 95px;
        padding-right: 95px;
    }

    .section-4 .fakebg {
        top: -1180px;
    }
    
    .section-4 h2 {
        font-size: 230px;
        line-height: 190px;
        margin-bottom: -90px;
    }

    .section-4 .grupo {
        margin-bottom: 100px;
    }
    
    .section-4 .grupo.a img {
        width: 490px;
    }

    .section-4 .grupo.b img {
        width: 540px;
    }

    .section-4 .grupo.c img {
        width: 420px;
    }

    .section-4 .grupo.d img {
        width: 570px;
    }

    /* SECTION 5 */
    .section-5 {
        padding-bottom: 130px;
    }

    .section-5 h2 {
        font-size: 470px;
        margin-bottom: -215px;
    }

    .section-5 h3 {
        font-size: 50px;
    }

    /* SECTION 6 */
    .section-6 {
        padding-left: 95px;
        padding-right: 95px;
        margin-bottom: 250px;
    }

    .section-6 .perguntas {
        max-width: 1000px;
        padding: 40px 50px;
        padding-top: 140px;
        margin-bottom: 20px;
    }

    .section-6 h3 {
        font-size: 52px;
    }

    .section-6 p {
        font-size: 30px;
        line-height: 40px;
    }

    /* RODAPE */
    .footer {
        padding-top: 230px;
        padding-left: 95px;
        padding-right: 95px;
        padding-bottom: 150px;
    }

    .footer img {
        max-width: 100%;
    }

    .footer .contato h3 {
        font-size: 65px;
    }

    .footer .contato small {
        font-size: 45px;
        top: -30px;
    }

    .footer .contato p {
        font-size: 35px;
    }

    .footer .contato li {
        font-size: 45px;
    }

    .footer .contato svg {
        width: 60px;
        height: 60px;
    }

    .footer .contato {
        margin-top: 120px;
    }

    .footer .endereco {
        margin-top: 40px;
    }

    .footer .endereco p {
        font-size: 35px;
    }

    .footer .copyright {
        margin-top: 170px;
    }

    .footer .copyright p {
        font-size: 29px;
    }

    /* BOTÃO LIZ */
    .botao-liz img {
        max-width: 300px;
    }
}