*{
  margin: 0;
  padding: 0;
  font-family: "Roboto";
}
.clear{
  clear: both;
}
img{
    max-width: 100%;
}
figure.little{
    padding: 16px 56px;
}
.header .content{
  float: left;
  width: 100%;
}
.header{
  height: 40vh;
  background: #fff;
  background-size: cover;
}
.header img{
  display: block;
  width: 70%;
  margin: 0 auto;
  padding-top: 10%;
}
.content{
  padding: 16px;
}
h1{
  color: #fff;
  text-align: center;
  width: 100%;
  background: #1373B7;
  display: block;
  height:40px;
  line-height: 40px;
  margin-top: -36px;
  font-size: 14px;
  border-radius: 20px;
}
.content h3{
  color: #1373B7;
  text-align: left;
  width: 100%;
  display: block;
  margin-top: 16px;
  font-size: 14px;  
}
.content p {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
}
.content b{
    display: inline-block;
    margin-top: 16px;
}
.content p > b{
    margin-top: 0;
}
.content b.title{
    margin-top: 36px;
}
.content li {
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
}

.content a {
  color: #fff;
  text-align: center;
  width: 100%;
  background: #1373B7;
  display: block;
  height:40px;
  line-height: 40px;
  margin-top: 16px;
  font-size: 14px;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
}
.content ul{
  list-style: circle #3AA4C1;
  padding-left: 16px;
}





.agenda{
    background: #f1f1f1;
}
.agenda h3{
  color: #555;
  text-align: left;
  width: 100%;
  display: block;
  font-size: 16px;  
  font-weight: bold;
  padding: 16px;
}

.agenda ul{
  list-style: none;
}

.agenda ul li{
  display: block;
  border-top: 1px solid #ccc;
  padding: 16px;
  background: #fff;
}

.agenda ul li .time{
  display: block;
  width: 15%;
  height: 100%;
}

.agenda ul li .time b{
  float: left;
  width: 100%;
}

.agenda ul li .time b:first-child{
  color: #1373B7;
}

.agenda ul li p{
  font-weight: bold;
}

.agenda ul li span{
  font-size: 12px;
  float: left;
  background: #1373B7;
  line-height: 16px;
  padding: 4px 8px;
  border-radius: 20px;
  color: #fff;
  margin-top: 8px;
}



.carta{
    position: relative;
    height: 100%;
    padding: 24px;
}
.carta::before{
    content: " ";
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: url("../img/bg.png") no-repeat center;
    background-size:cover;
    z-index: -1;
    opacity: 0.3;
}
.carta p{
    margin-top: 36px;
    color:#3AA4C1;
}
.carta .bi_logo{
    margin-top: 36px;
    display: block;
    width: 100%;
    height: 50px;
    text-align: right;
}
.carta .bi_logo img{
    max-height: 100%;
}





.viva{
    position: relative;
    height: 100%;
}
.viva h2{
    padding: 0 16px;
    text-align: center;
}
.viva p{
    padding: 0 16px;
    margin-top: 24px;
    color:#333;
}
.viva .green{
    color: #00B050;
    margin-top: 0;
    text-align:center;
}
.viva .blue{
    color: #fff;
    background: #00B0F0;
    margin-top: 0;
    text-align:center;
    font-weight: bold;
    padding: 8px 16px;
}









