﻿@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: normal;
    src: url("../fonte/Graphik-Regular.eot");
    src: url("../fonte/Graphik-Regular.eot?#iefix") format("embedded-opentype"),url("../fonte/Graphik-Regular.woff") format("woff"),url("../fonte/Graphik-Regular.ttf") format("truetype"),url("../fonte/Graphik-Regular.svg#Graphik-Regular") format("svg");
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 300;
    src: url("../fonte/Graphik-Light.eot");
    src: url("../fonte/Graphik-Light.eot?#iefix") format("embedded-opentype"),url("../fonte/Graphik-Light.woff") format("woff"),Modern Browsers url("../fonte/Graphik-Light.ttf") format("truetype"),url("../fonte/Graphik-Light.svg#Graphik-Light") format("svg");
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: bold;
    src: url("../fonte/Graphik-Medium.eot");
    src: url("../fonte/Graphik-Medium.eot?#iefix") format("embedded-opentype"),url("../fonte/Graphik-Medium.woff") format("woff"),url("../fonte/Graphik-Medium.ttf") format("truetype"),url("../fonte/Graphik-Medium.svg#Graphik-Medium") format("svg");
    text-rendering: optimizeLegibility
}

body {
    margin: 0;
    font-family: "Graphik", "Helvetica Neue", Arial, Helvetica, sans-serif, Arial, sans-serif;
    font-size: 1.325rem;
    line-height: 1.52;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.navbar {
    font-size: 1.175rem
}

.divback-imgtop {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    margin-top: 75px;
}

.analysis-banner {
    width: 390px;
}

.bg-agende-tour {
    background-color: #dfe8ee !important;
}

.qdo-segmentos {
    margin-top: -100px;
    border-radius: calc(1rem - 1px);
}

.cards-principais-funcionalidades {
    height: 500px;
}

.cards-principais-funcionalidades2 {
    height: 320px;
}

.footer-selo-preview {
    max-height: 5rem;
}

/*DIVERSOS*/
.card-bottom-arredondado {
    border-bottom-left-radius: calc(1rem - 1px);
    border-bottom-right-radius: calc(1rem - 1px);
}

.card-img-top-arredondado {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}

.btn-enviado {
    color: #0a0a0a;
    background-color: #ddebff;
    border-color: #ddebff;
}

/*VIDEO BANNER*/
.wrap {
    /*Ajuste a largura e altura desejadas aqui*/
    width: 100%;
    height: 740px;
    /*isto fará o elemento video e o .container se adaptarem ao .wrap*/
    position: relative;
}

    .wrap > .bg-video {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; /*apenas um -1 é necessário quando se trabalha com relative + absolute, sendo pai e filho*/
        width: 100%;
        height: 100%;
        overflow: hidden; /* evita do video passar a altura desejada do .wrap */
    }

        .wrap > .bg-video > video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -100;
            transform: translateX(-50%) translateY(-50%);
            background-size: cover;
            transition: 1s opacity;
        }


/*FONTES*/
.font-size-lg {
    font-size: .875rem
}

.font-size-base {
    font-size: .8125rem
}

.font-size-sm {
    font-size: .75rem
}

.font-size-xs {
    font-size: .6875rem
}

/*BOOTSTRAP*/
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: bold;
    border-bottom: 4px solid transparent;
}

    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, .7);
        border-bottom: 4px solid #757070;
    }

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #ced4da !important;
    box-shadow: 0 0 0 0 !important;
}

    .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
        padding-right: 35px;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px 12px;
    }


    .form-select.is-valid:focus, .was-validated .form-select:valid:focus {
        border-color: #ced4da !important;
        box-shadow: 0 0 0 0 !important;
    }

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 35px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #ced4da;
    background-image: none;
    padding-right: 10px;
}

.form-control:focus {
    color: #212529;
    border-color: #b5b5b5;
    box-shadow: 0 0 0 0;
}

.form-select:focus {
    border-color: #b5b5b5;
    outline: 0;
    box-shadow: 0 0 0 0;
}

/*
BLOG
============================*/
#posts-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

    #posts-list li {
        width: 33.333%;
        padding: 0 20px;
        margin-bottom: 40px;
    }

        #posts-list li p {
            color: #000000;
            font-size: .875rem;
        }

/*
LOGOS BANNER
============================*/

.analysis-banner {
    width: 450px !important;
}

.mhob-crm-banner {
    width: 485px !important;
}

.mhob-me-banner {
    width: 246px !important;
}



.txt-destaque-banner {
    font-size: 3.5rem;
}
