@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-color: #ffffff;
}

body * {
    transition: all .5s;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    font-family: 'MaisonNeue-Bold'
}

p, a, li {
    font-family: 'MaisonNeue-Book'
}

h1, h2 {
    margin-bottom: 30px;
}

h3 {
    margin-bottom: 20px;
}

/* MENU */
.navbar {
    width: 100%;
    z-index: 100;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    color: #ffffff !important;
    font-weight: bold;
}

.nav-item {
    position: relative;
}

.nav-item .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    width: 0;
    height: 1px;
}

.nav-link {
    color: #ffffff;
    font-family: 'MaisonNeue-Book'
}

.nav-link:hover {
    color: #ffffff;
}

/* COMUM */
.bloco {
    position: relative;
}

/* SECTION 1 */
.section-1 {
    background-image: url('../img/bg-banner.jpg');
    background-size: cover;
    background-position: bottom center;
    box-shadow: inset 0 0 500px rgba(0, 0, 0, 1);
}

.section-1 * {
    color: #ffffff;
}

.section-1 .txt-1 {
    /* background-color: #F25A38; */
    display: flex;
    align-items: center;
}

.section-1 .btn {
    color: #000000;
    font-family: 'MaisonNeue-Bold';
    transition: all .5s;
    background-color: #CF0678;
}

/* SECTION 2 */
.section-2 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-image: url('../img/bg-solucoes.jpg');
    background-size: cover;
    background-position: bottom center;
    box-shadow: inset -550px 0 500px rgba(0,0,0,1);
}

.section-2 * {
    color: #ffffff;
}

.section-2 h3 {
    color: #CF0678;
}

/* SECTION 3 */
.section-3 {
    min-height: 100vh;
    background-color: rgba(207, 6, 120, .15);
}

.section-3 h3 {
    color: #CF0678;
}

.section-3 .card {
    cursor: pointer;
    margin-top: 30px;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25);
}

.section-3 .card img {
    max-width: 100%;
    display: block;
}

.section-3 .card .txt {
    padding: 24px;
    padding-left: 14px;
    padding-right: 14px;
}

.section-3 .card .txt h3 {
    color: #000000;
}

/* RODAPÉ */
.footer {
    border-top: 3px solid #CF0678;
    background-color: #000000;
}

.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: #CF0678;
    width: 0;
    height: 2px;
}

.footer .endereco p {
    font-family: 'MaisonNeue-Book';
}

.footer .copyright p {
    text-align: center;
    font-family: 'MaisonNeue-Book';
}

/* MODAL */
.modal .btn-close {
    background-color: #ffffff;
}

.modal .modal-content {
    background-color: #000000;
}

.modal .modal-content * {
    color: #ffffff;
}

.modal img {
    max-width: 100%;
    display: block;
}

@media (min-width: 220px) {
    .bloco {
        padding-left: 24px;
        padding-right: 24px;
    }

    .bloco br {
        display: none;
    }

    /* MENU */
    .navbar {
        background-color: #000000;
        position: absolute;
    }

    .navbar-brand img {
        max-width: 25px;
    }

    .navbar-toggler {
        background-color: #CF0678;
    }

    /* SECTION 1 */
    .section-1 {
        min-height: 100vh;
        padding-left: 24px;
        padding-right: 24px;
        background-position: top center;
        box-shadow: inset 200px 0 500px rgba(0, 0, 0, 1);
    }

    .section-1 .txt-1 {
        position: absolute;
        padding-left: 20px;
        height: 100%;
        width: 60%;
    }

    .section-1 .txt-1 h1 {
        font-size: 25px;
        line-height: 35px;
    }    

    /* SECTION 2 */
    
    /* SECTION 3 */
    .section-3 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    /* 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;
    }

    .bloco .container {
        max-width: 940px;
    }

    .bloco br {
        display: block;
    }

    h2 {font-size: 36px;}
    
    h3 {font-size: 20px;}

    /* MENU */
    .navbar {
        background-color: #CF0678;
    }

    .navbar {
        padding-left: 40px;
        padding-right: 40px;
    }

    .navbar-brand {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 30px;
    }

    .navbar-brand img {
        max-width: 45px;
    }

    .nav-item {
        margin-left: 95px;
    }

    .nav-link {
        font-size: 24px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* SECTION 1 */
    .section-1 {
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        box-shadow: inset 550px 0 500px rgba(0, 0, 0, 1);
    }

    .section-1 .txt-1 {
        position: absolute;
        padding-left: 70px;
        height: 100%;
        width: 40%;
    }

    .section-1 .txt-1 div {
        margin: auto;
        margin-right: 25px;
    }

    .section-1 .txt-1 h1 {
        font-size: 42px;
        line-height: 52px;
    }    

    .section-1 .btn {
        font-size: 15px;
        padding-left: 25px;
        padding-right: 25px;
    }

    /* SECTION 2 */
    .section-2 .container > div {
        display: table;
        margin: auto;
        margin-right: 0;
    }
    
    /* SECTION 3 */
    
    /* 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: 50px;
    }

    .footer .endereco {
        margin-top: 30px;
    }

    .footer .endereco p {
        font-size: 25px;
    }

    .footer .copyright {
        margin-top: 125px;
    }

    .footer .copyright p {
        font-size: 20px;
    }

    /* MODAL */
    .modal .modal-dialog {
        max-width: 768px;
    }
}

@media (min-width: 1920px) {
    .bloco .container {
        max-width: 1290px;
    }

    h2 {font-size: 56px;}
    
    h3 {font-size: 30px;}

    /* MENU */
    .navbar {
        padding-left: 70px;
        padding-right: 70px;
    }

    .navbar-brand img {
        max-width: 35px;
    }

    .nav-item {
        margin-left: 140px;
    }

    /* SECTION 1 */
    .section-1 {
        min-height: 1140px;
        padding-left: 95px;
        padding-right: 95px;
        background-size: cover;
        background-position: bottom center;
    }
    
    .section-1 .txt-1 h1 {
        font-size: 72px;
        line-height: 82px;
    }    

    .section-1 .btn {
        font-size: 25px;
        padding-left: 35px;
        padding-right: 35px;
    }

    /* SECTION 2 */
    
    /* SECTION 3 */
    
    /* 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;
    }

    /* MODAL */
    .modal .modal-dialog {
        max-width: 768px;
    }
}