:root {
    --cor-white: #ffffff;
    --cor-black: #002344;
	--cor1: #0048a0;
	--cor2: #00aaf8;
	--cor3: #00a0db;
	--cor4: #00ccff;
}
.cor-white {color: var(--cor-white);}
.cor-black {color: var(--cor-black);}
.cor1 {color: var(--cor1);}
.cor2 {color: var(--cor2);}
.cor3 {color: var(--cor3);}
.cor4 {color: var(--cor4);}

.br-1 {
  border-radius: 10px;
}
.br-2 {
  border-radius: 20px;
}
a {
	color: var(--cor3) !important;
}
a:hover {
	color: var(--cor4) !important;
}

.cor3 {color: var(--cor3) !important;}
.cor4 {color: var(--cor4) !important;}

.btn-relatorio {
	background-color: var(--cor3) !important;
	color: #ffffff !important;
}

.btn-relatorio:hover {
  background-color: var(--cor4) !important;
  color: #ffffff !important;
}

.btn-sessao {
  background-color: var(--cor-white) !important;
  color: var(--cor3) !important;
  padding: 1.5rem 3rem !important;
}

.btn-sessao:hover {
  background-color: var(--cor4) !important;
  color: var(--cor-white) !important;
}


.tag.tag-quem{
	font-size: 1.2rem;
	padding: .5rem .45rem .35rem .45rem;
	margin-top: 15px;
	color: #000 !important;
	background-color: var(--cor4);
}

sessao2 {
	background-color: #f5f5f5;    
}
    #sessao2 .s-title {
		color: var(--cor3);
    }
	#sessao2 .s-subtitle {
		color: var(--cor3);
    }

#sessao3 {
 background-color: var(--cor3);   
}
    #sessao3 .s-title {
		color: var(--cor-white);
    }
    #sessao3 .s-title {
		font-size: 2rem !important;
        color: var(--cor-white);
    }
    #sessao3 .s-text {
		color: var(--cor-white);
    }
	#sessao3 .card {
		background-color: var(--cor-white); 
        color: var(--black);
		border-radius: 10px;
		padding: 20px;
    }
	#sessao3 .card .s-title {
		color: var(--cor3);
    }

#sessao4 {
	background-color: var(--cor-white);    
}
    #sessao4 .s-title {
		color: var(--cor3);
    }

.btn-relatorio {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: .5rem 1.75rem;
	font-size: 1.1rem;
	line-height: 1.5;
	border-radius: 5rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-transform: uppercase;
}
/* DESKTOP */
@media (min-width: 992px) {
    .btn-relatorio {
	padding: 1.25rem 2.5rem;
	font-size: 1.2rem;
}
}
sup {
    font-size: 70%;
}
strong{
	font-weight: bold;
}

.tag{
	font-size: 1rem;
	color: var(--cor-white);
	padding: .35rem .45rem .15rem .45rem;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .15rem;
	margin: 10px 10px 10px 0;
	background-color: rgba(0,0,0,.5);
}
.tag.tag-oferta{
	color: var(--cor2);
}

.section .s-title {
  font-size: 2rem;
  font-weight: 900 !important;
}
.section .s-title {
  font-size: 2rem;
  font-weight: 900 !important;
}
.section .s-subtitle {
  font-size: 1.6rem;
  font-weight: 600 !important;
}
.section .s-rows {
  margin: -1rem 0 0 -1rem;
}
.section .s-rows .s-cols {
  padding: 1rem 0 0 1rem;
}

.navbar {
    background: transparent;
}
    .navbar-brand {
        left: 50%;
        max-width: 400px;
        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;
}

.content-grids{
    display:inherit;
}
.content-grids .colUm{
    flex:1;
}
@media (min-width: 992px) {
        .content-grids {
            display:flex;
        }
    }



#heading {
	padding-top: 0 !important;
	background-color: var(--cor1);
	background-size: cover;
	background-image: url("images/bg.jpg");
}
#heading::after {
	z-index: 1000;
}
#heading .s-brand {
	display: inline-block;
	max-width: 450px;
	width: 100%;
}

/* MOBILE FIRST */
#heading .s-tit {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.05em;
}
#heading .s-desc {
    font-size: 1.4rem;
    font-weight: 400;
}
#heading .s-text {
    font-size: 1.1rem;
}
#heading .s-image {
	margin-bottom: -1.5rem;
	position: relative;
	z-index: 1010;
	right: 0; 
	left: auto;
	top:-40px;
	width: 100%;
	max-width: 60px; 
	height: auto;
	float: right;
}


/* DESKTOP */
@media (min-width: 992px) {
    #heading .s-tit {
        font-size: 3.4rem;
    }
    #heading .s-desc {
        font-size: 2rem;
    }
    #heading .s-text {
        font-size: 1.4rem;
    }
	#heading .s-image {
		max-width: 200px;
	}
}
@media (min-width: 1200px) {
    #heading .s-image {
		width: 70%;
        margin-bottom: -3rem;
        position: relative;
        z-index: 1010; }
    }

#heading::after {
	background: transparent no-repeat 0 0;
	background-image: url(images/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%; }

    }


.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;
}
}

/* 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: 1rem; 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; 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:35%; font-weight: 700; color: var(--cor3);}
    .rTable tbody tr td:nth-child(2){width:10%;}
    .rTable tbody tr td:nth-child(3){width:10%;}
    .rTable tbody tr td:nth-child(4){width:45%;}
}

.rTable-2 {width: 100%; background-color: #ebebeb; border: 1px solid #ebebeb; }
    .rTable-2 thead{background: #f5f5f5;}
    .rTable-2 tbody tr:nth-child(2n){background: #ccc;}
    .rTable-2 th , .rTable-2 td{padding: 3px; font-size: 1rem; font-weight: 400; border: 1px solid #ebebeb;}

@media screen and (max-width: 640px){
    .rTable-2 tbody td{display: flex; flex-direction: column; border: none; }
    .rTable-2 tbody tr{border: 1px solid #ebebeb; }
}

@media only screen and (min-width: 1200px){
    .rTable-2 tbody tr td:nth-child(1){width:30%; font-weight: 700;}
    .rTable-2 tbody tr td:nth-child(2){width:20%;}
    .rTable-2 tbody tr td:nth-child(3){width:45%;}
}

.rTable-3 {width: 100%; background-color: #ebebeb; border: 1px solid #ebebeb; }
    .rTable-3 thead{background: #f5f5f5;}
    .rTable-3 tbody tr:nth-child(2n){background: #ccc;}
    .rTable-3 th , .rTable-3 td{padding: 3px; font-size: 1rem; font-weight: 400; border: 1px solid #ebebeb;}

@media screen and (max-width: 640px){
    .rTable-3 tbody td{display: flex; flex-direction: column; border: none; }
    .rTable-3 tbody tr{border: 1px solid #ebebeb; }
}

@media only screen and (min-width: 1200px){
    .rTable-3 tbody tr td:nth-child(1){width:40%; font-weight: 700; color: var(--cor3);}
    .rTable-3 tbody tr td:nth-child(2){width:30%;}
    .rTable-3 tbody tr td:nth-child(3){width:30%;}
}





.half {
  float: left;
  width: 100%;
  padding: 0 1em;
}
/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 5px;;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #cccccc
}
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label {
  position: relative;
  display: block;
  padding: 0;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
}
.blue label {
  background: #2980b9;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.blue .tab-content {
  background: #3498db;
}
.tab-content p {
  margin: 0;
	padding-bottom: 1rem;
	color: var(--cor3);
}
/* :checked */
input:checked ~ .tab-content {
  max-height: 10em;
}
/* Icon */
label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1em;
  height: 2em;
  line-height: 2;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input[type=checkbox] + label::after {
  content: "+";
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

