:root {
    --light: #F3F3F3;
    --dark: #1E1E1E;
    --accent: #CEC91E;
    --green: #95C23E;
    --primary: #24A1DC;
    --purple: #80368B;
}

/* ------------------------------ */
/* NAVBAR                         */
/* ------------------------------ */
.navbar {
    transition: background-color 0.3s ease;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.navbar .nav-link {
    color: rgba(255, 255, 255, 1) !important;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
}

.navbar .nav-link i {
    font-size: 1rem;
}

.navbar-collapse.collapsing>.navbar-nav>.nav-item>.nav-link>.nav-caption {
    display: inline !important;
}

.navbar-collapse.collapse.show>.navbar-nav>.nav-item>.nav-link>.nav-caption {
    display: inline !important;
}

/* ------------------------------ */
/* HEADER                         */
/* ------------------------------ */
.main-header-container {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(30, 30, 30, 1)), url('../img/bg_cyber.jpg');
    background-position: center;
    background-size: cover;

    height: 100vh;
}

.main-header-container h1 {
    font-family: 'Prometo Trial Regular';
}

.main-header-container span {
    font-family: 'avenir_next_lt_proregular';
    letter-spacing: .05rem;
}

.main-header-btn {
    font-family: 'Prometo Trial Regular';
    font-weight: 600;
    font-size: 1em;
    background-color: var(--primary);
    color: var(--light);
    padding: 0.75em 2.5em 0.75em 2.5em;
}

.main-header-btn:hover {
    background-color: var(--primary) !important;
    color: var(--light);
    box-shadow: var(--primary) 0px 1px 1px 0px inset, var(--primary) 0px 5px 10px -5px, var(--primary) 0px 5px 10px -5px;
}

/* ------------------------------ */
/* RAMOS                          */
/* ------------------------------ */
.ramos {
    background-color: var(--dark);
}

.card-ramo {
    border-radius: 0;
    background-color: var(--primary);
    color: var(--light);
}

.card-ramo>.card-body>.card-title {
    font-family: 'Prometo Trial Regular';
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
}

.card-ramo>.card-body>.card-text {
    font-family: 'avenir_next_lt_proregular';
    font-size: 0.9rem;
    text-align: center;
}

.card-ramo>.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-ramo>.card-footer {
    background-color: inherit;
    border-top: 0;
}

/* ------------------------------ */
/* INFOS                          */
/* ------------------------------ */
.informacoes {
    background-color: var(--dark);
}

.informacoes h1 {
    font-family: 'Prometo Trial Regular';
    font-weight: 600;
    font-size: 28px;
    color: var(--primary);
}

.informacoes h3 {
    font-family: 'Prometo Trial Regular';
    font-weight: 600;
    font-size: 20px;
    color: var(--primary);
}

.informacoes p {
    color: var(--light);
}

/* ------------------------------ */
/* COBERTURAS                     */
/* ------------------------------ */
.coberturas {
    background-color: var(--dark);
}

.coberturas h1 {
    font-family: 'Prometo Trial Regular';
    font-weight: 600;
    font-size: 28px;
    color: var(--primary);
}

.cobertura {
    background-color: var(--primary);
}

.coberturas .cobertura-item-title {
    font-family: 'Prometo Trial Regular';
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

/* ------------------------------ */
/* NEWE                           */
/* ------------------------------ */
.info-title {
    font-family: 'Prometo Trial Regular';
    font-weight: 600;
    font-size: 28px;
}

.info-subtitle {
    font-family: 'Prometo Trial Regular';
    font-weight: 600;
    font-size: 20px;
}

.porque-newe {
    background-image: url('../img/porque-newe.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* ------------------------------ */
/* CONTATOS                       */
/* ------------------------------ */

.contatos h2,
.contatos h3,
.contatos h4 {
    font-family: 'Prometo Trial Regular';
    font-weight: 600;
    color: var(--primary);
}

/* ------------------------------ */
/* FOOTER                         */
/* ------------------------------ */
.footer {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.footer a {
    font-size: 12px;
}

.footer-copy {
    color: var(--primary);
    text-decoration: none;
}

/* ------------------------------ */
/* BOTÃO                          */
/* ------------------------------ */
.sticky-contratar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 60px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
}

/* ------------------------------ */
/* MODAL TERMOS                   */
/* ------------------------------ */
.table-termos,
.table-termos td {
    font-size: 12px;
    border: 1px solid black;
    padding: 0.5rem;
}