
:root {
    --white: #ffffff;
    --black: #000000;
    --blue: #3fa9f5;
	--red: #cc092f;
	--red2: #e05973;
	--gray: #1e1e1e;
	--gray2: #ebebeb;
}
.white{ color: var(--white); }
.black{ color: var(--black); }
.blue{ color: var(--blue); }
.red{ color: var(--red); }
.red2{ color: var(--red2); }
.gray{ color: var(--gray); }
.gray2{ color: var(--gray2); }

.bg-white{ background-color: var(--white); }
.bg-black{ background-color: var(--black); }
.bg-blue{ background-color: var(--blue); }
.bg-red{ background-color: var(--red); }
.bg-red2{ background-color: var(--red2); }
.bg-gray{ background-color: var(--gray); }
.bg-gray2{ background-color: var(--gray2); }

.degradee{
	background: -webkit-linear-gradient(45deg, var(--cor1), var(--cor2));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}

section{
  scroll-margin-top: 80px;
}

.br-1 {
  border-radius: 10px;
}
.br-2 {
  border-radius: 20px;
}

a{
	color: var(--red2);
}
a:hover{
	color: var(--red);
}
h3 {
	display: block !important;
	clear: both;
}
p {
	display: block !important;
	clear: both;
}
.btn-primary {
  background: linear-gradient(-45deg, var(--red), var(--red2));
  color: var(--white) !important;
  padding: 1rem 2rem !important;
  border: none !important;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: linear-gradient(-45deg, var(--red2), var(--red));
  color: var(--white) !important;
}
.btn-primary-encerrada {
  background-color: transparent;
  color: #999999 !important;
  padding: 1rem 2rem !important;
  border: 2px solid #cccccc;
  transition: all 0.3s ease;
  border-radius: 2rem;
}
.btn-white {
  background-color: var(--white) !important;
  color: var(--red) !important;
  padding: 1rem 2rem !important;
  border: 1px solid var(--white) !important;
  transition: all 0.3s ease;
}
.btn-white:hover {
  background-color: transparent !important;
  color: var(--white) !important;
  border: 1px solid var(--white) !important;
}
.btn-atv-para {
  background: transparent;
  color: var(--cor2) !important;
  padding: .5rem 1rem !important;
  border: 1px solid  var(--cor2) !important;
  transition: all 0.3s ease;
}
.btn-atv-para:hover {
  background: var(--cor3) !important;
  color: var(--white) !important;
  border: 1px solid  var(--cor3) !important;
}
sup {
    font-size: 70%;
}
strong{
	font-weight: bold;
}

.tag{
	font-size: 70%;
	color: #fff;
	padding: .4rem .4rem .15rem;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: .15rem;
	margin: 6px 10px 10px 0;
}
.tag.tag-local{
	background-color: #0468db;
}
.tag.tag-hora{
	background-color: #6862cd;
}

.prog-line::after{
    border-top: 1px solid #ebebeb;
    content: '';
    display: block;
    height: 0;
	margin: 0 auto;
    max-width: 1110px;
    width: 100%;
}
.logos-line::after{
    border-top: 1px solid #ebebeb;
    content: '';
    display: block;
    height: 0;
    margin: .25rem auto .25rem;
    max-width: 1110px;
    width: 100%;
}
.section {
  /* border-top: 3px solid linear-gradient(-45deg, #00b4ff, #00fff0); */
}
.section .s-title {
  font-size: 3rem;
  font-weight: 900 !important;
}
.section .sub-title {
  font-size: 2rem;
  font-weight: 900 !important;
}
.section p.sub-title {
  font-size: 1.2rem;
  font-weight: 900 !important;
}
.section .s-desc {
  font-size: 1.4rem;
  font-weight: 900 !important;
}
.section .s-rows {
  margin: -1rem 0 0 -1rem;
}
.section .s-rows .s-cols {
  padding: 1rem 0 0 1rem;
}
.row{
	align-items: stretch;
  justify-content: center;
}

    .navbar-brand {
        left: 50%;
        max-width: 600px;
        transform: translate(-50%, -0.625rem);
        width: 100%;
    }
    .link {
        color: var(--cor1);
    }

.s-descr p.lead {
    font-weight: 600;
}
.s-descr p strong {
    font-weight: 700;
}

.fixed {
	position: fixed;
	top: 0;
}

.navbar {
    background: transparent;
    background-color: rgba(255, 255, 255, 1);
    height: 90px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1010;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2); 
}

.navbar-nav .nav-link {
    color: #cb1331;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #770a1c;
	scroll-behavior: smooth;
}

#heading {
    background-color: #000c07;
    background-size: cover;
	padding-top: 0 !important;
	background-image: url("../img/bg.jpg") !important;
}

    #heading::after {
        z-index: 1000;
    }
    .navbar-brand {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-0.625rem);
}
.logo100{
	width: 100%; height: auto; max-width: 200px;
}
    @media (min-width: 992px) {
        #heading .s-title {
            font-size: 3.6rem;
        }
		.logo100{
			width: 100%; height: auto; max-width: 200px;
		}
    }
    #heading .s-image {
        margin-bottom: -1.5rem;
        position: relative;
        width: 100%;
        z-index: 1010;
    }

    #heading .s-image-pag {
        margin-bottom: -1.5rem;
        position: relative;
        max-width: 100%;
        z-index: 1010;
    }

    #heading .s-text {
        color: #fff;
        display: block;
        font-size: 1.4rem;
		width: 600px;
    }

    #heading .s-desc {
        color: #fff;
        font-size: 1rem;
		font-weight: 300;
    }


    #heading::after {
        background: transparent no-repeat 0 0;
        background-image: url("../img/bg-arc-oiweek-1.png");
        background-size: auto 100%;
		background-position: center;
        content: "";
        height: 35px;
        transform: translateY(1px);
        width: 100%;
    }

    @media (min-width: 1200px) {
    #heading .s-image {
		width: 70%;
        margin-bottom: -3rem;
        position: relative;
        z-index: 1010;}
    #heading::after { 
        background-size: 100% 100%; 
        height: 95px;
        width: 100%; }
    #heading .s-desc {
		padding-top: 40px;
        font-size: 1.9rem;}

    }



.section .s-title-line {
    border-bottom: 1px solid #ebebeb;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
}
.p-col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: left;
}
.p-col-3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: left;
}
.p-col-4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: left;
}
@media (min-width: 1080px) {
.p-col-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    text-align: left;
}
.p-col-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    text-align: left;
}
}

#geral {
    background-color: var(--white);
    color: var(--gray);
}
#geral h2{
    color:  var(--red);
}

.geral {
    background-color: var(--white);
    color: var(--gray);
}
.geral h2{
    color:  var(--red);
}

.bg-red {
    background-color: var(--red);
    color: var(--white);
}
.bg-red h2{
    color:  var(--white);
}


#faq {
    background-color: var(--gray);
    color: var(--white);
}
#faq h2{
    color:  var(--white);
}
#faq .lead{
    color:  var(--red2);
	font-weight: 900;
}

#100 {
    background-color: #333333;
    color: var(--black);
}
#100 h2{
    color:  var(--white);
}
#100 .lead{
    color:  var(--red2);
	font-weight: 900;
}

#inscricao {
    background-color: #f5f5f5;
    color: var(--black);
}
#inscricao h2{
    color:  var(--red);
}


.firsttitle {
    font-size: 21px; 
    line-height: 1.2;
    letter-spacing: 0px;
    display: table-cell;
    vertical-align: middle;
}

.secondtitle {
    font-size: 27px;  
    line-height: 1 !important;
    font-weight: 900;  
    line-height: 50px;
}
.destaque {
    font-size: 18px;
    font-weight: 400;  
    line-height: 1,3;
}


@media(min-width: 350px) {
    .firsttitle {
        font-size: 21px; 
        letter-spacing: -1px;
    }

    .secondtitle {
        font-size: 27px; 
        letter-spacing: -1px; 
    }
	.destaque {
    	font-size: 21px; 
	}
}

@media(min-width: 546px) {
    .firsttitle {
        font-size: 42px; 
        letter-spacing: -3px;
    }

    .secondtitle {
        font-size: 48px; 
        letter-spacing: -3px; 
    }
	.destaque {
    	font-size: 18px; 
	}
}

.box-1{
	height: 100%; background-color: var(--white); border-radius: 8px; padding: 20px 20px 40px 20px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.box-2{
	height: 100%; background-color: #a90000; color: var(--white); border-radius: 8px; padding: 20px 20px 40px 20px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.box-3{
	height: 100%; background-color: var(--red); color: var(--white); border-radius: 8px; padding: 20px 20px 40px 20px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.box-3 img{
	width: 100; height: auto; max-width: 100px;
}

.launch-challenge {
    text-align: center;
    font-size: 18px; 
    padding-top: 40px; 
    
}
.launch-challenge.empresa {
    background-color: #f5dbe0;
}
.launch-challenge.startup {
    background-color: #f5dbe0;
}
	
.line-y{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.line-b{
	border-bottom: 1px solid #ebebeb;
}
.line-t{
	border-top: 1px solid #ebebeb;
}
.line-b-bg{
	border-bottom: 1px solid #ebebeb;
	background-color: #fafafa;
}
.line-bg{
	background-color: #fafafa;
}

/* Video transmissão */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Mostrar esconder */
#toggle-1, #toggle-2, #toggle-3, #toggle-4, #toggle-5 {
   display:none;
}

label { 
  -webkit-appearance: push-button;
  -moz-appearance: button; 
  display: inline-block;
  cursor: pointer;
}

/* CSS padrão da div */
#mostra-1, #mostra-2, #mostra-3, #mostra-4, #mostra-5   {
   display:none;
   color: var(--cor3);
}

/* CSS quando o checkbox está marcado */
#toggle-1:checked ~ #mostra-1 {
   display:block;
}
#toggle-2:checked ~ #mostra-2 {
   display:block;
}
#toggle-3:checked ~ #mostra-3 {
   display:block;
}
#toggle-4:checked ~ #mostra-4 {
   display:block;
}
#toggle-5:checked ~ #mostra-5 {
   display:block;
}

/* Tabela programacao */

.content-table{display:flex; margin: auto;}

.rTable {width: 100%; background-color: #ebebeb; border: 1px solid #ebebeb; }
    .rTable thead{background: #f5f5f5;}
    .rTable tbody tr:nth-child(2n){background: #ccc;}
    .rTable th , .rTable td{padding: 3px; font-size: .85rem; font-weight: 400; border: 1px solid #ebebeb;}

@media screen and (max-width: 640px){
    .content-table{width: 100%;}
    .rTable tbody td{display: flex; flex-direction: column; font-size: .85rem; border: none; }
    .rTable tbody tr{border: 1px solid #ebebeb; }
}

@media only screen and (min-width: 1200px){
    .content-table {width:100%;}
    .rTable tbody tr td:nth-child(1){width:8%; text-align: center;}
    .rTable tbody tr td:nth-child(2){width:46%;}
    .rTable tbody tr td:nth-child(3){width:46%;}
}

.cTable {width: 100%; background-color: #ebebeb; border: 1px solid #ebebeb; }
    .cTable thead{background: #f5f5f5;}
    .cTable tbody tr:nth-child(2n){background: #ccc;}
    .cTable th , .cTable td{padding: 3px; font-size: .85rem; font-weight: 400; border: 1px solid #ebebeb;}

@media screen and (max-width: 640px){
    .content-table{width: 100%;}
    .cTable tbody td{display: flex; flex-direction: column; font-size: .85rem; border: none; }
    .cTable tbody tr{border: 1px solid #ebebeb; }
}

@media only screen and (min-width: 1200px){
    .content-table {width:100%;}
    .cTable tbody tr td:nth-child(1){width:8%; text-align: center;}
    .cTable tbody tr td:nth-child(2){width:46%;}
    .cTable tbody tr td:nth-child(3){width:46%;}
}

/* BUILDING */
/* 0000000000000000000000000000000000000000000000000000000000000000000000000 */

.item h2 {
  position: relative;
  font-weight: 900;
  font-size: 1rem;
  margin-bottom: 3rem;
}
.item h2:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -1rem;
  left: 0;
  height: 1px;
  background-color: #cccccc;
  background-size: 100% 100%;
}

.item h3 {
  position: relative;
  font-weight: 900;
  font-size: 1.3rem;
  margin-bottom: 3rem;
  color: var(--rosa);
}
.item h3.div-logos {
  color: var(--black);
	font-weight: 300;
}
.item h3.div-logos:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -1rem;
  left: 0;
  height: 1px;
  background-color: #ccc;
  background-size: 100% 100%;
}

.item-organizer img {
  margin: .35rem .7rem;
  height: 80px;
  width: auto;
}
.item-sponsors img {
  margin: .35rem .7rem;
  height: 50px;
  width: auto;
}
.item-partners img {
  margin: .35rem .7rem;
  height: 35px;
  width: auto;
}

@media (min-width: 1600px) {
	.item-organizer img { height: 90px; margin: 1rem 2rem; }
	.item-sponsors img { height: 75px; margin: 1rem 2rem; }
	.item-partners img { height: 60px; margin: .5rem 1rem; }
	.item h2 {font-size: 1rem; }
}
@media (min-width: 1200px) and (max-width: 1599px) {
	.item-organizer img { height: 70px; }
	.item-sponsors img { height: 60px; margin: .5rem 1rem; }
	.item-partners img { height: 50px; margin: .5rem 1rem; }
	.item h2 {font-size: 1rem; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.item-organizer img { height: 60px; }
	.item-sponsors img { height: 50px; margin: .4rem .8rem; }
	.item-partners img { height: 40px; margin: .5rem 1rem; }
	.item h2 {font-size: 1rem; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.item-organizer img { height: 55px; }
	.item-sponsors img { height: 45px; margin: .35rem .7rem; }
	.item-partners img { height: 35px; margin: .5rem 1rem; }
	.item h2 {font-size: 1rem; }
}
@media (min-width: 480px) and (max-width: 767px) {
	.item-organizer img { height: 850px; }
	.item-sponsors img { height: 40px; margin: .5rem 1rem; }
	.item-partners img { height: 30px; margin: .5rem 1rem; }
	.item h2 {font-size: 1rem; }
}
	
	.footer .bg-dark {
    background: #000000 !important;
}


/* Video transmissão */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
