@import url("https://fonts.googleapis.com/css?family=Poppins:400,700,900");
html {
  font-size: 16px; }

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

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px 0; }

p {
  color: #444444;
  line-height: 1.8; }

.botao {
  color: #4461a8;
  display: inline-block;
  border: 2px solid #4461a8;
  font-size: .9rem;
  font-weight: 700;
  margin-top: 25px;
  padding: 10px 30px;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .botao:hover {
    background-color: #4461a8;
    color: #fff;
    text-decoration: none; }

#banner {
  background-image: url("../img/banner.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center; }
  #banner .tituloBanner {
    display: inline-block;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='2.5' height='2.5' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23E53A40' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    padding: 20px;
    text-align: center; }
    #banner .tituloBanner h1 {
      display: block;
      color: #fff;
      font-size: 3rem;
      font-weight: 700;
      margin: 0;
      text-transform: uppercase; }
    #banner .tituloBanner p {
      color: #fff;
      font-size: 1.25rem;
      font-weight: 400;
      display: inline-block;
      margin: 0; }
  #banner .botaoRegister {
    position: absolute;
    bottom: -35px;
    -ms-flex-item-align: center;
        align-self: center; }
    #banner .botaoRegister a {
      display: inline-block;
      background-color: #E53A40;
      color: #fff;
      font-size: 1.125rem;
      padding: 25px 100px;
      text-align: center;
      text-transform: uppercase;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      #banner .botaoRegister a:hover {
        background-color: #d43036;
        text-decoration: none; }

#intro {
  margin: 100px 0; }
  #intro img {
    display: inline-block;
    float: left;
    margin: 0 20px 15px 0; }

#venue {
  margin-bottom: 100px; }
  #venue h1 {
    color: #E53A40;
    font-size: 1.8rem;
    font-weight: 900; }
  #venue .carrosel {
    margin-top: 60px; }
  #venue .textColumn {
    -webkit-column-count: 2;
            column-count: 2; }
  #venue .content {
    position: relative;
    z-index: 25; }

#registration {
  margin-bottom: 100px; }
  #registration h1 {
    color: #E53A40;
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 75px;
    text-align: center;
    text-transform: uppercase; }
  #registration .privacidade {
    background-color: #f2f1f6;
    margin-top: 25px;
    padding: 20px; }
    #registration .privacidade h2 {
      font-size: .9rem;
      font-weight: 700;
      margin: 0 0 10px 0; }
    #registration .privacidade p {
      font-size: .9rem;
      margin-bottom: 0; }
  #registration .fee {
    background-color: #E53A40; }
    #registration .fee h2 {
      display: inline-block;
      color: #fff;
      font-size: 1.5rem;
      font-weight: 400;
      margin: 0;
      padding: 30px 0 30px 40px;
      width: 75%; }
    #registration .fee span {
      display: block;
      background-color: #fff;
      border: 1px solid #E53A40;
      color: #E53A40;
      font-size: 2rem;
      font-weight: 700;
      float: right;
      padding: 19px 5px;
      text-align: center;
      width: 25%; }
  #registration .registo {
    margin: 35px 0 50px 0;
    text-align: center; }
  #registration .botao {
    padding: 10px 60px; }

#programa {
  position: relative; }
  #programa .helper {
    position: absolute;
    top: 25%;
    height: auto;
    max-width: 100%; }
    @media screen and (min-width: 1050px) and (max-width: 1500px) {
      #programa .helper {
        width: 20%; } }
    @media screen and (max-width: 1050px) {
      #programa .helper {
        display: none; } }
  #programa .helper-2 {
    position: absolute;
    bottom: 15%;
    right: 0;
    height: auto;
    max-width: 100%; }
    @media screen and (min-width: 1050px) and (max-width: 1500px) {
      #programa .helper-2 {
        width: 20%; } }
    @media screen and (max-width: 1050px) {
      #programa .helper-2 {
        display: none; } }
  #programa h1 {
    color: #E53A40;
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 75px;
    text-align: center;
    text-transform: uppercase; }
  #programa .conferencia {
    border-bottom: 2px solid #4461a8;
    padding: 50px 0; }
    #programa .conferencia:last-of-type {
      border: none;
      padding-top: 50px; }
    #programa .conferencia .horas {
      color: #4461a8;
      font-weight: 700;
      margin: 0 0 25px 0; }
    #programa .conferencia h2 {
      color: #4461a8;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.5;
      margin: 0; }
    #programa .conferencia p {
      margin: 10px 0 0 0; }
      #programa .conferencia p span {
        font-style: italic; }
    #programa .conferencia ul {
      color: #4461a8;
      margin: 20px 0 0 0;
      list-style: none; }
      #programa .conferencia ul li {
        margin-bottom: 20px; }
        #programa .conferencia ul li:last-child {
          margin-bottom: 0; }
        #programa .conferencia ul li h3 {
          font-size: 1.125rem;
          font-weight: 700;
          margin: 0; }

footer {
  background-color: #E53A40;
  color: #fff;
  margin-top: 150px;
  padding: 0 0 50px 0;
  position: relative; }
  footer::before {
    background-image: url(../img/bottom-a.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    top: 1px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    width: 100%; }
  footer h1 {
    font-size: 1rem;
    text-transform: uppercase; }
  footer h2 {
    font-size: 0.9rem;
    margin-bottom: 5px; }
  footer ul {
    font-size: 0.9rem;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    footer ul li a {
      color: #fff;
      -webkit-transition: .3s ease-out;
      transition: .3s ease-out; }
      footer ul li a:hover {
        color: #560e10;
        text-decoration: none; }

@media screen and (max-width: 1120px) {
  #venue .carrosel {
    margin: 0 0 25px 0; }
  #venue .textColumn {
    -webkit-column-count: 1;
            column-count: 1; }
  #registration .fee {
    margin-bottom: 25px; }
  #registration .privacidade {
    margin-top: 0; } }

@media screen and (max-width: 920px) {
  #registration .fee h2 {
    width: 65%; }
  #registration .fee span {
    width: 35%; } }
