@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

/*
    --------------------------------
    BRAND
 */
header {
    position: relative;
    background-color: #3d423e;
    background-image: url(img/header.jpg)!important;
    background-size: cover;
    background-position: center left;
    z-index: 5;
    /* display: flex; */
    /* flex-direction: column; */
    /* padding-top: 30rem; */
}

header #nav {
    margin: 0;
    background-color: #F03E07;
    box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.52)
}

.pre-header {
    --crop: 30px;
    .img-fluid {
        max-width: 200px;
        margin-bottom: calc(var(--crop) * -1);
    }

    position: relative;
    background-color: #812F17;
    box-shadow: 0 0 10px #000;
    text-align: center;
    margin-bottom: var(--crop);
    @media (min-width: 765px) {
        --crop: 100px;
        .img-fluid {
            max-width: 440px;
        }
    }
}

.pre-header::before {
    content: "";
    position: absolute;
}

.is-sticky #nav {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.31);
}

.col-title {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
}

.col-infos {
    .title {
        font-size: 1.1em;
        text-transform: uppercase;
    }

    .box-1 {
        background-color: rgb(57 70 59 / 84%);
        color: #fff;
    }

    .box-2 {
        background-color: rgb(255 255 255);
        .logos {
            display: grid;
            flex-wrap: wrap;
            grid-template-columns: 2.5fr 1fr 2.5fr;
            gap: 2rem;
            align-content: center;
            align-items: center;
            .img-fluid {
            }

            .l-2 {
                /* width: 60%; */
            }

            ; justify-items: center;
        }
    }

    .box-1, .box-2 {
        padding: 2rem;
    }
}

.col-infos .abraco-col-box {
    margin: 1em
}

.scroll-more {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #fff;
    margin: 2rem 0 0;
    .icon-rounded {
        display: inline-flex;
        border: solid 2px #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
    }

    .icon-rounded > img {
        width: 37%;
    }
}

.scroll-more:hover, .scroll-more:active {
    color: #fff;
}

#nav ul {
    padding: 0;
    margin: 0;
}

#nav li {
}

#nav a, #nav a:link, #nav a:visited {
    color: white;
    display: block;
    /* border-bottom: solid 1px rgba(255, 255, 255, 0.38); */
    /* margin-bottom: -1px; */
    text-align: center;
    padding: 7px;
    font-weight: 700;
    text-transform: uppercase;
}

#nav a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.18);
    text-decoration: none;
    cursor: pointer;
}

#nav a[disabled], #nav a[disabled]:hover {
    color: #ececec;
    background-color: rgba(5, 36, 83, 0.17);
    cursor: default;
}

.brand .pill {
    border: solid 1px #ffffff;
    display: inline-flex;
    font-size: 1.6em;
    margin-bottom: 11px;
}

.brand .pill span {
    padding: 1px 11px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.brand .pill .invert {
    background-color: #fff;
    color: #A10005;
    font-weight: normal;
}

.brand {
    /* text-align: center; */
    padding: 5rem 20px 5rem 20px;
    position: relative;
    color: white;
}

.pre-h1 {
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

.ribbon {
    margin-bottom: -30px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 110px;
}

.ribbon img {
}

.brand h1 {
    font-weight: 700;
    margin: 1rem 0;
    text-shadow: 1px 0px 3px #0000007d;
    /* font-size: clamp(1.5em, calc(1em + 2.2vw), 8em); */
    font-size: 2.2em;
}

.brand h2 {
    font-size: 1.25em;
    font-weight: 400;
    color: white;
    text-transform: none;
    line-height: 1.4em;
}

.brand h1 small {
}

h3 {
    /* font-size: 2.5em; */
    font-weight: bold;
}

.accent-title {
    color: black;
    font-size: 1.1em;
}

.brand .date {
    text-align: center;
    margin: 22px 0px 0;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.brand .date .icon {
    margin-bottom: 1rem;
}

.brand .date .icon img {
}

.brand .date .text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* font-size: 0.7em; */
}

.brand .date .text span {
}

.brand .date .text img {
    vertical-align: text-top;
    margin: 0 10px;
}

.data span {
    font-size: .6em;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 5px 0px 5px 10px;
}

.data span img {
    top: -1px;
    position: relative;
    margin: 0 10px;
}

img.separador {
}

.subcription-card {
    background: white;
    box-shadow: 0 0 10px #00000026;
    border-radius: 10px;
    padding: 5rem 0;
    margin-top: -2rem;
}

.subcription-card h2 {
    color: #360A00;
}

/*
    --------------------------------
    LINKS
 */
a:link, a:visited {
}

a:hover {
}

a:active, a:focus {
}

/*
    --------------------------------
    HIGHLIGHT
 */
.highlight-banner {
    background-color: #cc430d;
    display: block;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.highlight-banner .badge {
    color: #cc430d;
    font-size: 1em;
}

/*
    --------------------------------
    BUTTONS
 */
.btn {
}

.btn-primary {
    background-color: #F03E07;
    border: 1px solid #F03E07;
    text-transform: uppercase;
    box-shadow: 0 3px 15px hsl(0deg 0% 0% / 20%);
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: bold;
}

.btn-secondary {
}

/*
    --------------------------------
    MENU
 */
#header #nav {
    /*colors*/
}

/*
    --------------------------------
    HEADINGS
 */
h2 {
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.5em;
    font-size: 1.8em;
}

h2 > span {
    color: #6d738b;
}

h2::before , h2::after {
}

h2.text-left::after {
    display: none;
}

.iziModal-header-title::before, .iziModal-header-title::after {
    display: none;
}

.brand h3 {
}

h3 small {
}

h3::after {
    content: "";
}

.text-mutted-big {
    color: #707070;
    text-transform: uppercase;
}

.text-mutted {
    color: #707070;
    font-size: .8em;
}

.text-big {
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 1em;
}

.text-med {
    /* border-left: solid #d8b5ea 3px; */
    /* padding: 0 0 0 10px; */
    margin: 1em 0 2em;
}

.text-small {
    font-size: .8em;
    line-height: 1.3em;
}

.small-title {
    text-transform: uppercase;
}

footer .realizacao img {
    max-width: 256px
}

.realizacao a, .patrocinio-prata a {
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
    padding: 1rem 0;
}

.link-patrocinio img {
    max-width: 140px;
}

/*
    --------------------------------
    TABLE
 */
.table {
    font-size: 0.9em;
}

.table .etit {
    color: #A10005;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: .5em;
    font-size: 1.1em;
}

.table td, .table th , .table thead th {
    border-color: #ffffff;
}

.table tbody td {
    @media all and (min-width: 996px) {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; }
}

.table thead th {
    border-color: #E57367;
}

.table thead th {
}

.table td small, .table th small, .table thead th small {
    display: block;
    line-height: 1em;
}

.table thead tr {
    background-color: #E57367;
    text-transform: uppercase;
    color: #fff;
}

.table tr {
    background-color: #fff;
}

.table .highlight td {
    background-color: #d7e5ec;
}

.td-ouro, .td-prata, .td-bronze {
    text-align: center;
}

th.td-ouro {
    background-color: goldenrod;
}

th.td-prata {
    background-color: gray;
}

th.td-bronze {
    background-color: #C77B30;
}

td.td-ouro {
    vertical-align: middle;
    background-color: #daa52033;
}

td.td-prata {
    vertical-align: middle;
    background-color: #80808036;
}

td.td-bronze {
    vertical-align: middle;
    background-color: #c77b3047;
}

td.td-ouro .check, td.td-prata .check, td.td-bronze .check {
    width: 16px;
    fill: #5da14c;
}

/*
    --------------------------------
    CARD
 */
.place-card {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.38);
    position: relative;
    width: 100%;
    padding: 40px 0;
    border-radius: 5px;
    @media all and (min-width: 996px) {
        max-width: 360px;
    }
}

.place-card .card-section {
    padding: 15px;
    color: #262239;
}

.place-card .card-section .title {
    border-left: solid 3px #DE5900;
    padding-left: 12px;
    font-size: 1em;
    color: #DE5900;
    margin-left: -15px;
    margin-bottom: 5px;
}

.place-card .card-section p {
    margin-bottom: .5rem;
    font-size: 1em;
    color: #262239;
}

.card-deck .card-subtitle {
    color: #e48ea2;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
}

.card-deck .card-title {
    color: #0256a4;
    font-weight: 700;
    margin-top: 1rem;
}

.card-deck .card-text {
    font-size: 0.8em;
}

.card-deck .card-text a {
    display: inline-block;
    margin-right: 0.7em;
}

.card-deck i[class*=icon-] {
    font-size: 2em;
}

footer {
    border-top: #eee solid 1px;
    margin: 40px 0 0 0;
    padding-top: 30px;
    text-align: center;
    font-size: 0.9em;
    color: rgb(148, 148, 148);
}

footer a:link, footer a:visited {
    color: inherit;
}

footer img {
    /* margin: 1em 1.6em; */
    max-width: 100%;
    /* width: 100%; */
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-intro {
    padding: 3rem 0;
}

.right-7 {
    right: 7px;
}

.abc-flex {
    gap: 20px;
}

.abc-flex > div {
    flex: 1;
}

.section-medium {
    /* max-width: 900px; */
    padding: 40px;
    /* background: rgb(169,184,189); */
    background: linear-gradient(138deg, #121A22 0%, #013062 45%, #013062 100%);
}

.section-medium h2 {
    color: #D7DED8
}

.participante-comite {
    padding-bottom: .5em;
    padding-top: .5em;
}

.l-bar {
    border-bottom: 1px solid #ffffff33;
}

.nome, .instituicao {
    color: white;
    letter-spacing: .1em;
}

.patrocione {
    /* margin-top: 40px; */
    /* max-width: 930px; */
    cursor: pointer;
}

.section-light {
}

.section-box {
    padding: 0;
}

.container-xl {
    max-width: 1520px;
    margin: 0 auto;
    padding: 80px 0;
}

.section-box > .container > .row > .col {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2196078431372549);
    border-radius: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.header-img {
    margin-bottom: -15%;
    text-align: center;
}

.header-img img {
    /*width: 100%;*/
    height: auto;
}

.working-modal .modal-content {
    background-color: #ECDD6E;
    text-align: center;
    font-weight: 700;
}

.modal-open .modal {
    top: 40%;
}

/* .l-bar {
    border-left: solid 3px #0256a4;
    padding-left: 0.7em;
} */
.lblob {
    position: relative;
}

.lblob::after {
    content: "*";
    /* position: absolute; */
    top: 9px;
    right: -5px;
    color: #C10001;
    font-size: 18px;
    margin-left: 4px;
}

.hidhlight-box {
    padding: 10px 20px;
    background-color: rgb(247, 241, 235);
    margin: 30px 0;
}

.hidhlight-box .box-label {
    text-transform: uppercase;
    font-size: 0.8em;
    margin-top: 10px;
}

.hidhlight-box strong {
}

.hidhlight-box a {
}

.ng-valid.form-control:focus {
    border-color: #b1eca2;
    box-shadow: 0 0 0 0.2rem rgba(12, 160, 24, 0.16);
}

.card-deck .card {
    background-color: #f1f5f7;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
    border: none;
    min-width: 270px;
    margin-left: .5rem;
    margin-right: .5rem;
}

.msg-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.67);
    overflow: hidden;
    transition: bottom .6s;
}

.msg-overlay.open {
    bottom: 0;
}

.msg-overlay .msg-content {
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    min-height: 260px;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -70%);
    padding: 20px;
}

.msg-overlay.working-modal .msg-content {
    background-color: #eda232;
    font-weight: 700;
}

.msg-overlay.error-modal .msg-content {
    color: #AF0204;
    font-weight: 700;
    max-width: 500px;
}

.msg-overlay.success-modal .msg-content {
    background-color: #65F59E;
    text-align: center;
    font-weight: 400;
    width: 100%;
    max-width: 500px;
}

.abraco-btn-white {
    border-radius: 26px;
    background: white;
    color: black;
    padding: 14px 38px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 3em;
    transition: all .5s;
}

.abraco-btn-white:hover {
    text-decoration: none;
    color: white;
    background: black;
}

.intermediate-logos {
    position: relative;
    z-index: 9;
    padding: 1rem;
    background-color: #5a5f61;
    margin-top: -1px;
    @media all and (min-width: 996px) {
        padding-left: 8%;
    }
}

.inicio-bg {
    background-image: url(img/intro-bg.png);
    background-position: center top;
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    background-color: #360A00;
}

.intermediate-logos .wrapper {
    background-color: #fff;
    padding: 1rem;
    text-align: center;
    @media all and (min-width: 996px) {
        display: inline-flex;
        align-items: center; gap: 2rem; margin-top: -5rem; margin-bottom: -5rem; }
}

.intermediate-logos .small-title {
    margin: 0;
}

.intermediate-logos .realizacao {
}

.palestrante-nome {
    font-size: 1.4em;
    margin-bottom: 1rem;
    @media (min-width: 765px) {
        & span {
            display: block;
        }
    }
}

.palestrante-nome span:nth-child(1) {
    text-transform: uppercase;
    opacity: .5;
    @media (min-width: 765px) {
        font-size: .8em;
    }
}

.palestrante-nome span:nth-child(2) {
    font-weight: 700;
}

.palestrante-foto {
    @media (min-width: 765px) {
        width: 169px;
        flex: 0 0 169px; }
}

.section-bullets {
    background-color: #5E6867;
    color: #fff;
    .h2, .h3, .h4 {
    color: #fff;
    }

    ;
    padding: 4rem 0 6rem;

    @media (min-width: 996px){
        padding: 6rem 0 8rem;
    }
}

.bullet-cards {
    .bc__item {
        border: solid 1px #ffffff2e;
        border-radius: 5px;
        padding: 1rem;
        display: flex;
        align-items: center;
        gap: 0.6rem;
        background-color: #39434247;
        line-height: 1.3em;
    }

    .bc__item::before {
        content: "";
        background-image: url(img/check2.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 32px;
        height: 25px;
        display: block;
    }

    ; display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;

    @media (min-width: 765px){
        grid-template-columns: 1fr 1fr;
    }
    @media (min-width: 996px){
        grid-template-columns: 1fr 1fr 1fr;

        .bc__item {
            font-size: 1.3em;
            padding: 1.5rem;
        }
    }
}

/**
  * Only SMARTPHONE
	**/
@media screen and (max-width: 760px) {
    .patrocinio-ouro {
        max-width: 340px;
    }

    .table thead tr {
        display: flex;
    }

    .table thead th {
        border: none;
    }

    .table tbody tr, .table tbody tr td {
        display: block;
        width: 100%;
        column-span: all;
    }

    .col-title {
        padding: 1em;
    }

    .brand .date {
        /* font-size: 1.6em; */
    }
}

/**
 * TABLET
*/
@media all and (min-width: 768px) {
    h1 {
        font-size: 3.1em;
    }

    .btn-primary {
        padding: 1rem 5rem;
        font-size: 1.25rem;
    }

    /* .place-card{
			float: right;
			max-width: 370px;
		} */
    .patrocinio-ouro {
        max-width: 320px;
    }

    header #nav {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 9;
        display: block;
    }

    #nav ul {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    #nav li {
        display: table-cell;
        margin-left: -1px;
    }

    #nav a, #nav a:link, #nav a:visited {
        padding: 20px 40px;
        border-bottom: none;
        border-right: solid 1px rgba(255, 255, 255, 0.38);
    }

    #nav li:not(:last-child) a {
        /* border-right: none; */
    }

    #nav li:first-child a {
        border-left: solid 1px rgba(255, 255, 255, 0.38);
    }

    #nav li:last-child a {
        /* border-radius: 0 30px 30px 0; */
    }

    .text-big {
        font-size: 1.6em;
        margin-top: 1em;
    }

    .brand h3 {
        font-size: 1.5em;
    }

    td.td-ouro .check, td.td-prata .check, td.td-bronze .check {
        width: 30px;
    }

    .brand .date {
        display: inline-flex;
    }

    .brand .date .icon {
        margin-bottom: 0;
    }

    .brand .date .icon img {
    }

    .brand .date .text {
        border-top: solid 1px #ffffff;
        border-bottom: solid 1px #ffffff;
        margin-left: 5px;
        align-items: center;
        line-height: 1.2em;
    }

    .brand .date .text span {
        display: flex;
        align-items: center;
    }
}

/**
 * DESKTOP SMALL
*/
@media all and (min-width: 996px) {
    body {
        /*font-size: 16px;*/ /*line-height: 1.5em;*/
    }

    .ribbon {
        width: auto;
    }

    header {
        flex-direction: row;
        gap: 5rem;
        align-items: center;
        /* padding-top: 20rem; */
        /* padding-bottom: 4em; */
    }

    .col-title {
        flex: 0 0 54%;
        padding-left: 8%;
        padding-right: 0;
    }

    .col-infos {
        padding-right: 10%;
    }

    .pre-h1 {
        font-size: 1.1em;
    }

    h1 {
        /* margin-top: 15%; */
    }

    .columns-2 {
    }

    header #nav {
        /* margin: 40px 0 60px; */
    }

    .col-infos {
        .box-1 {
            margin-left: 20%;
        }

        ; flex: 1;
    }

    .section-intro {
        padding: 6rem 0;
    }

    #nav ul {
    }

    #nav li {
    }

    #nav a {
    }

    .hidhlight-box {
        /* column-count: 2; */
        /* column-gap: 30px; */
        padding: 10px 30px 20px;
    }

    .text-big {
        margin: 0em 0 1em;
        /* font-size: 2.1em; */
    }

    .section-box > .container > .row > .col {
        padding-right: 30px;
        padding-left: 30px;
    }

    .text-med {
        font-size: 1em;
    }

    .scroll-more {
        margin-top: 6rem;
    }
}

#Resumo {
    background: #D7DED8;
    padding: 80px 0 150px 0;
}

#Resumo h2 {
    font-weight: bold;
    color: #DE5900;
    font-size: 2em;
    text-transform: none;
}

#Inscricao {
    /* margin-top: -100px; */
}

#Inscricao h2 {
    /* color: #DE5900; */
    font-size: 1.7em;
    margin-bottom: 1.5rem;
}

.infos-inscricao {
    margin-top: 4em;
}

.infos-inscricao h5 {
    font-weight: normal;
}

.infos-inscricao p, .infos-inscricao li {
    font-size: .85em;
}

/**
 * BIG DESKTOP
*/
@media all and (min-width: 1200px) {
    header {
        gap: 8rem;
    }

    .brand {
        padding: 4rem 20px 8rem 20px;
    }

    .description {
        padding: 0 42px;
    }

    .patrocinio-ouro {
        max-width: 320px;
    }

    .brand h1 {
        font-size: 3.5em;
    }

    .section-box > .container > .row > .col {
        padding-right: 50px;
        padding-left: 50px;
    }

    .text-big {
        /* margin: 2.5em 0; */
        /* font-size: 2.2em; */
    }

    .section-intro {
        /* min-height: 840px; */
    }

    img.separador {
        margin-top: -30px;
    }
}

.minicurriculo p{
    font-weight: 300;
}