﻿@font-face {
    font-style: normal;
    font-weight: normal;
    src: url("../../fonts/Globo-rg.tff");
}

@font-face {
    font-family: "GloboRdBk";
    src: url("../../fonts/GloboRdBk.ttf") format("truetype"); /* Substitua pelo caminho real do arquivo de fonte */
}

@font-face {
    font-family: "GloboRdBkIt";
    src: url("../../fonts/GloboRdBkIt.ttf") format("truetype"); /* Substitua pelo caminho real do arquivo de fonte */
}

@font-face {
    font-family: "GloboTxBd";
    src: url("../../fonts/GloboTxBd.ttf") format("truetype"); /* Substitua pelo caminho real do arquivo de fonte */
}

@font-face {
    font-family: "GloboTxRg";
    src: url("../../fonts/GloboTxRg.ttf") format("truetype"); /* Substitua pelo caminho real do arquivo de fonte */
}

@font-face {
    font-family: "GloboTxBkIt";
    src: url("../../fonts/GloboTxBkIt.ttf") format("truetype"); /* Substitua pelo caminho real do arquivo de fonte */
}







body {
    background-color: #fff;
    color: #000;
}

a {
    color: #fff;
}

    a:hover {
        color: #bdbdbd;
        text-decoration: none;
    }

    .video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
width: 100%!important;

height: 100%!important;
}

/******* HOME *******/
#menu-principal {
}

    #menu-principal a {
        color: rgba(255,255,255, 0.8);
        border-width: 0;
        padding: .9rem 1.6rem;
        font-size: 1.2rem;
        border-right: 1px solid rgba(255,255,255, 0.8);
    }

        /*#menu-principal a:last-child {
            border-right-width: 0;
        }*/

        #menu-principal a:hover {
            color: #fff;
        }

        #menu-principal > div {
            display:inline-block;         
        }  

        /*
            Se quiser setar cor padrão sub-menu
            #menu-principal > div > div {
            background-color: #0095da;
        }*/

        #menu-principal > div a {
            border-right-width: 0;
        }

        #menu-principal > div > div a:hover {
            background-color: transparent;
        }
        

#bannerHome {
    width: 100%;
    height:70%;
    min-height: 300px;
    text-align: center;
    padding: 3rem 0;
    color: #fff;
    background: #00699f;    
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

 .palestrantes {
            display: flex;
            padding: 2.4rem 1rem;
            justify-content: space-between;
        }
        
/******* HOME FIM *******/

     .titulo-azul, .titulo-lilas, .titulo-laranja, .titulo-verde, .titulo-p {
    padding-top: 18px;
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}

     .titulo-azul:before, .titulo-lilas:before, .titulo-laranja:before, .titulo-verde:before{
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -8px;
        height: 4px;
        width: 136px;
        margin-bottom: 4px;
    }

.titulo-p:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -8px;
    height: 8px;
    width: 60px;
    margin-bottom: 4px;
    background-image: linear-gradient(to right, #ff522d, #ff089e);
}



.titulo-azul {   
    color: #3462ED;
}
.titulo-azul:before {      
    /*border-bottom: 12px solid #3462ED;*/  
    height: 12px;     
    background-image: linear-gradient(to left, #6C14CD, #3462ED);
}

.titulo-lilas { 
    color: #9d9ffd; 
}
.titulo-lilas:before {       
    border-bottom: 12px solid #9d9ffd;      
}

.titulo-laranja { 
    color: #ff574b; 
}

.titulo-laranja-2022 {
    color: #ff522d;
}

.titulo-laranja:before {       
    border-bottom: 12px solid #ff574b;      
}

.titulo-verde {
    color: #00a2ab; 
}
.titulo-verde:before {       
    border-bottom: 12px solid #00a2ab;      
}

.text-azul {   
    color: #3462ED;
}

.bg-azul {
    background-color: #3462ED;
}

.bg-azul-escuro {
    background-color: #00699f;
}

.bg-rosa {
    background-image: linear-gradient(to right, #ff522d, #ff089e);
}

.bg-lilas {
    background-color: #9d9ffd;
}

.bg-verde {
    background-color: #00a2ab;
}

.bg-verde-escuro {
    background-color: #067381;
}

.bg-roxo {
    background-color: #6C14CD;
}

.bg-cinza {
    background-color: #e6e6e6;
}

.bg-amarelo {
    background: #FFB400;
}

.bg-rosa22 {
    background-color: #ff089e;
}

.bg-amarelo-23 {
    background-image: linear-gradient(to right, #FFA14C,#FFB400, #FFB400);
}


.bg-gradiente-verde {
    background-image: linear-gradient(to left, #067381, #00a2ab);
    color: #fff;
}

.bg-gradiente-lilas {
    background-image: linear-gradient(to left, #9d9ffd, #40daf4);
    color: #fff;
}

.bg-gradiente-roxo {
    background-image: linear-gradient(to left, #6C14CD, #3462ED);
    color: #fff;
}

.bg-gradiente-laranja {
    background-image: linear-gradient(to left, #ff574b, #f9ab2f);
    color: #fff;
}

.bg-gradiente-laranja-inverso {
    background-image: linear-gradient(to right, #ff574b, #f9ab2f);
    color: #fff;
}

.bg-gradiente-laranja-2022 {
    background-image: linear-gradient(to right, #ff522d, #ff089e);
    color: #fff;
}

.bg-rodape-2022 {
    background-color: #ff2873;
}

.titulo-cinza{
    color:#696969;
}

.texto-botao {
    color:#FFFFFF;
}
.texto-botao2 {
    color: #ff089e;
}

#bannerProgramao {
    width: 100%;
    min-height: 300px;
    text-align: center;
    padding: 3rem 0;
    color: #FFFFFF;
    background-image: linear-gradient(to right, #ff522d, #ff089e);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top:0px;
}














.background-cont {
    background: #e9eff4;
    margin-bottom:80px;
}



.container-texto {
    margin-left: 250px;
    max-width: 500px;
}

    .container-texto > h3 {
        text-align: left;
        color: #000;
        font-family: "GloboTxBd", sans-serif;
        font-weight:bold;
    }

.text-ini {
    display:block;
    max-width:500px;
}

.text-ini > p {
    font-family: "GloboTxRg", sans-serif;
    font-weight: bold;
    color: black;
    text-align: justify;
}

.container-texto > p {
    width:600px;
    color:black;
    text-align: left;
}


.sub-titulo {
    font-family: "GloboRdBk", sans-serif;
    font-size:45px;
    font-weight: bold;
    text-transform:uppercase;
    text-align:center;
    margin-bottom:20px;
    font-style:italic;
}

/*.container {
    margin:0 auto;
    width:1000px;
    background:orangered;
}*/

.bannerarnaldo {    
    margin:0 auto;
    max-width:1000px;
}

.bannerarnaldo > img {
    max-width:100%;
    padding:50px 0;
}

.bannerempreender {
    display:block;
    margin:0 auto;
    max-width:100%;
    padding:0 0 30px 0;
}

.bannerconvid > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom:50px;
    padding-bottom:70px;
}

.bg-titulo {
    max-width: 100%;
    padding-left: 80px;
}

    .bg-titulo h2 {
        font-family: "GloboTxRg", sans-serif;
    }

    .bg-titulo h3 {
        font-family: "GloboTxBkIt", sans-serif;
        font-weight: 900;
    }

.bg-titulo h3::after {
    content: "";
    display: block;
    max-width: 310px;
    height: 4px;
    background: #FFB400;
    margin-top:10px;
    border-radius:10px;
}


.list-pl {
    list-style: none;
}

.list-pl li {
    font-weight:bold;
    font-size:17px;
    font-family: "GloboTxRg", sans-serif;
    text-align:justify;
    margin-bottom:10px;
}

.list-pl li div {
    display:block;
    max-width:500px;
}

.list-pl li div::before {
    position:relative;
    top:7px;
    content: "*"; /* Pode ser qualquer caractere Unicode ou texto */
    color: #FFB400; /* Cor do marcador */
    font-size: 25px; /* Tamanho do marcador */
    margin-right: 10px;
    margin-top:20px;
    font-weight:bold;
}

.btn-conteudo > a {
    display: block;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    background: #FFB400;
    text-align: center;
    font-size: 30px;
    top: -115px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "GloboRdBk", sans-serif;
    font-style: italic;
    color: #000;
    transition:color 0.5s;
}

    .btn-conteudo > a:hover {
        color: #fff;
    }

















@media (max-width: 990px) {
    #bannerProgramao {
        margin-top: 5px;
    }

}

@media (max-width: 770px) {

    #bannerProgramao {
        margin-top: 10px;
    }

    .bg-lista {
        margin:0 auto;
    }

    .bg-titulo {
        display:block;
        margin:0 auto;
        margin-bottom:60px;
    }
    .bg-titulo h2 {
        font-family: "GloboTxRg", sans-serif;
        font-size:15px;
    }

    .bg-titulo h3 {
        font-family: "GloboTxBkIt", sans-serif;
        font-weight: 900;
        font-size:25px;
    }

    .container-texto {
        margin-left: 10px;
    }

    .list-pl li {
        font-size: 15px;
    }
}


    .box {
        border-radius: 10px;
    }

    .sobre {
        background-color: #e6e6e6;
    }

    .bg-foto {
        width: 400px;
    }

    .painel-sup {
        display: block;
        position: relative;
        top: 0px;
        width: 3000px;
        height: 7px;
        background-image: linear-gradient(to right, #ff522d, #ff089e);
    }

 

        .cont > h2 {
            font-size: 50px;
            line-height: 45px;
            text-transform: uppercase;
            margin-bottom: 10px;
            font-weight: bold;
            color: #656666;
            margin-top: -15px;
        }

        .cont > p {
            margin-bottom: 15px;
            font-size: 15px;
            width: 700px;
            color: #656666;
        }

    .box-s {
        width: 63px;
        height: 21px;
        margin-bottom: -20px;
    }

    .parc {
        margin-left: 10px;
        margin-top: 10px;
    }

    @media (max-width: 990px) {
        .bg-foto {
            width: 300px;
        }

        .img-b {
            width: 300px;
        }

        .painel-sup {
            top: 15px;
            width: 100%;
            height: 7px;
        }

        .box-s {
            width: 20px;
            height: 10px;
            margin: 51px 0 5px 20px;
        }

        .sobre-b {
            margin-top: 50px;
            font-size: 10px;
        }

        .cont {
            margin: -30px 0 0 0px;
        }

            .cont > h2 {
                font-size: 35px;
                text-transform: uppercase;
                margin: -30px 0 3px 0px;
            }

            .cont > p {
                margin-bottom: 11px;
                font-size: 10px;
                width: 450px;
                color: #656666;
            }

        .parc {
            margin-left: -20px;
            margin-top: 5px;
            width: 200px;
        }

            .parc > img {
                display: block;
                width: 400px;
                margin-top: 10px;
            }
    }

    @media (max-width: 770px) {

        .bg-foto {
            width: 100%;
            
            padding: -20px;
        }
        .painel-sup {
            display:none;
        }
        .cont > p {
            width: 400px;
        }
       .palestrantes #espaco  {
                display: none;     
       }
        .palestrantes > h3 {
            margin: 0 auto;
            text-align: left;
        }
        
    }


