<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "../fonts/swis/stylesheet.css";

@font-face {
  font-family: "Basic Title";
  src: url("../fonts/basictitlefont-webfont.woff2") format("woff2"),
    url("../fonts/basictitlefont-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
li,
ul,
img {
  margin: 0;
  padding: 0;
}
html,
body {
  background-color: #0e5177;
  height: 100%;
  margin: 0;
  padding: 0;
}
#inicio {
  height: 92px;
}
#home_logo {
  display: none;
}
#home_info {
  display: none;
  max-width: 60%;
  height: auto;
}

#home {
  min-height: 100%;
  background-image: url("../images/homebg2022.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
#menu {
  font-family: "swis721_lt_btlight";
  min-height: 92px;
  position: fixed;
  background-color: #ffffff;
  display: inline;
  width: 100%;
}
#evento {
  background-color: #738aae;
  min-height: 100%;
  margin: 0;
  padding: 0;

  background-position: bottom right;
  background-repeat: no-repeat;
  overflow-x: hidden;
  background-image: url("../images/eventobg2022.jpg");
  /*background-size: 387px 757px;*/
}

#empresas {
  background-color: #ffffff;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
#empresas_logo {
  display: inline-block;
  padding: 25px;
}

#videos {
  background-color: #8ac1da;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
#videos_icones {
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
#historia {
  background-color: #c8cdd9;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
#programacao {
  background-color: #fefbf5;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
#contato {
  background-color: #2b3854;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
#contato_page {
  font-family: "swis721_lt_btlight";
  font-size: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
}
#contato_page p {
  display: inline;
}
#body {
  min-height: 400px;
  margin-top: 3%;
  padding: 1%;
  padding-bottom: 100px;
}
#footer {
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #999999;
  position: relative;
}
#header,
#body {
  margin-left: 10%;
  margin-right: 10%;
}
#menu_scroll {
  font-family: "swis721_lt_btlight";
  min-height: 92px;
  background-color: #ffffff;
  display: none;
  position: fixed;
  width: 100%;
}
#menudesktop {
  font-family: "swis721_lt_btlight";
  min-height: 92px;
  background-color: #ffffff;
  display: inline;
  position: fixed;
  width: 100%;
}

ul.menu_ul {
  list-style-type: none;
  overflow: hidden;
  text-align: center;
}
ul.menu_ul li {
  display: inline;
  border: none;
  padding: 0px 0px; /* variable width */
}

ul.menu_ul li.menu_logo {
  display: inline-block;
  border: none;
  padding-top: 20px; /* variable width */
}

#white_title {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-bottom: 50px;
  font-family: "Basic Title";
  color: #ffffff;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

#blue_title {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-bottom: 50px;
  font-family: "Basic Title";
  color: #2b3854;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

#white_title_left {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-bottom: 50px;
  font-family: "Basic Title";
  color: #ffffff;
  font-size: 60px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

#blue_title_left {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-bottom: 50px;
  font-family: "Basic Title";
  color: #2b3854;
  font-size: 60px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

#body-evento {
  margin-left: 20%;
  min-height: 400px;
  margin-top: 92px;
  overflow: hidden;
}

#evento_texto {
  display: inline-block;
  width: 50%;
  min-height: 350px;
  padding: 1%;
  vertical-align: top;
  font-family: "swis721_lt_btlight";
  color: #ffffff;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 15%;
}

#evento_texto p {
  margin: 0;
}

#evento_texto h3 {
  font-size: 32px;
  font-family: "Basic Title";
}

#evento_cursos {
  display: inline-block;
  width: 30%;
  margin-left: 1%;
  bottom: 0;
}

#body-videos {
  margin-left: 20%;
  margin-right: 20%;
  min-height: 400px;
  margin-top: 92px;
  overflow: hidden;
}
#body-empresas {
  margin-left: 20%;
  margin-right: 20%;
  min-height: 400px;
  margin-top: 92px;
  overflow: hidden;
}

#lista-empresas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}

#lista-empresas li {
  min-width: 33%;
  margin-bottom: 20px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#body-historia {
  margin-left: 20%;
  min-height: 400px;
  margin-top: 92px;
  margin-bottom: 5%;
  overflow: hidden;
}

#historia_texto {
  width: 50%;
  min-height: 350px;
  padding: 1%;
  vertical-align: top;
  font-family: "swis721_lt_btlight";
  color: #0f1728;
  font-size: 18px;
  text-align: justify;
  display: inline-block;
}

#historia_texto h3 {
  font-size: 27px;
  font-family: "Basic Title";
  color: #0f1728;
}

#historia_foto {
  display: inline-block;
  width: 40%;
  padding: 1%;
}
.social {
  margin-left: 25px;
  margin-right: 25px;
}
#body-programacao {
  margin-left: 10%;
  margin-right: 10%;
  min-height: 400px;
  overflow: hidden;
}
#texto-h1 {
  font-family: "swis721_lt_btlight";
  color: #48536c;
  font-size: 24px;
  text-align: justify;
  font-weight: bold;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 92px;
}
#texto-h1 p {
  display: inline;
  color: #90c3bf;
}
#palestra {
  max-width: 240px;
  font-size: 18px;
  font-family: "swis721_lt_btlight";
  color: #48536c;
  display: inline-block;
  margin: 2%;
  vertical-align: top;
  padding-bottom: 40px;
  text-align: justify;
}
#body-contato {
  margin-left: 20%;
  margin-right: 20%;
  min-height: 400px;
  margin-top: 92px;
  overflow: hidden;
}

#contato_texto {
  display: inline-block;
  padding: 1%;
  vertical-align: top;
  font-family: "swis721_lt_btlight";
  color: #ffffff;
  font-size: 18px;
  text-align: justify;
}

#contato_redes {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 10%;
}

#contato_redes li {
  margin: 0 15px;
}

#contato_redes li a {
  padding: 5px;
}

#contato_info li {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 3%;
}

#contato_info li img {
  margin-right: 15px;
}

#mapa {
  margin-bottom: 10%;
}

#contato_formas {
  display: inline-block;
  margin-left: 1%;
  bottom: 0;
}

.image_left {
  width: 60%;
  float: left;
  margin-right: 2%;
}
.image_right {
  width: 60%;
  float: right;
  margin-left: 2%;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.video {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 57%;
}
.video iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
}
ul.menu_ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}
ul.menu_ul li {
  margin: 0 auto;
}
ul.menu_ul li a {
  display: inline-block;
  color: #424b64;
  text-align: center;
  padding: 0px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}
ul.menu_ul li a:hover {
  background-color: #fff;
}
ul.menu_ul li.icon {
  display: none;
}

.home_logo {
  margin-top: 105px;
  max-height: 324px;
  padding-left: 20%;
  padding-right: 20%;
  max-width: 323px;
}
.home_info {
  margin-top: 15px;
  max-height: 75px;
  padding-left: 20%;
  padding-right: 20%;
  max-width: 508px;
}
#menu_mobile {
  display: none;
}
#menu_desktop {
  display: inline;
}

@viewport {
  zoom: 1;
  width: extend-to-zoom;
}
@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1;
}
@media screen and (max-width: 1250px), sreen\0 {
  #evento {
    background-color: #0e5177;
    background-image: none;
  }
  #historia {
    background-image: none;
  }
  #body-evento {
    margin-left: 20%;
    min-height: 400px;
    margin-top: 92px;
    overflow: hidden;
  }

  #evento_texto {
    width: 80%;
  }

  #body-historia {
    margin-left: 20%;
    min-height: 400px;
    margin-top: 92px;
    overflow: hidden;
  }

  #historia_texto {
    width: 80%;
  }

  #historia_foto {
    width: 80%;
  }
}
@media screen and (max-width: 950px), sreen\0 {
  .feira_logo {
    display: none;
  }
}
@media screen and (max-width: 750px), sreen\0 {
  #home_logo {
    padding-top: 10px;
    display: block;
    max-width: 90%;
    height: auto;
  }
  #evento_texto {
    width: 98%;
  }
  #home_info {
    display: block;
    max-width: 60%;
    height: auto;
  }
  #home {
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow-x: hidden;
  }

  .home_logo {
    margin-top: 105px;
    padding-left: 10%;
    padding-right: 10%;
    max-height: 324px;
    max-width: 323px;
  }
  .home_info {
    margin-top: 15px;
    max-height: 75px;
    padding-left: 10%;
    padding-right: 10%;
    max-width: 508px;
  }
  #body-empresas {
    margin-left: 1%;
    margin-right: 1%;
    min-height: 400px;
    margin-top: 92px;
    overflow: hidden;
  }

  #menu_mobile {
    display: inline;
  }

  #menu_desktop {
    display: none;
  }
  #header,
  #menu,
  #menudesktop,
  #body,
  #footer {
    margin-left: 1%;
    margin-right: 1%;
  }
  #header {
    margin-top: 60px;
  }
  body a {
    font-size: 15px;
    font-weight: normal;
  }
  #sub_menu {
    min-height: initial;
    height: auto;
    font-size: 25px;
    margin-bottom: 2%;
  }
  #content {
    display: block;
    width: 98%;
  }
  #sub_menu {
    display: block;
    width: 96%;
    margin-left: 1%;
  }
  .image_left,
  .image_right {
    float: initial;
    width: 100%;
    margin: 0px;
  }
  /*uncomment to hide the images*/
  /* #content img{
  display: none;
  } */
}

@media screen and (max-width: 750px) {
  #menu {
    margin-left: 0px;
    margin-right: 0px;
    position: fixed;
    box-shadow: none;
    border: none;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
  }
  #menudesktop {
    margin-left: 0px;
    margin-right: 0px;
    position: fixed;
    box-shadow: none;
    border: none;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
  }
  #body-evento {
    margin-left: 1%;
    min-height: 400px;
    margin-top: 92px;
    overflow: hidden;
  }
  #empresas_logo {
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #body-contato {
    margin-left: 1%;
    margin-right: 1%;
    min-height: 400px;
    margin-top: 92px;
  }
  #menu {
    font-family: "swis721_lt_btlight";
    min-height: 62px;
    position: fixed;
    background-color: #ffffff;
    display: inline;
    width: 100%;
  }

  ul.menu_ul li {
    display: none;
  }

  ul.menu_ul li.icon {
    top: 0;
    float: right;
    display: inline-block;
  }
  ul.menu_ul li a {
    padding-top: 5px;
    min-height: 62px;
    font-size: 30px;
  }
  #inicio {
    height: 62px;
  }
  #body-programacao {
    margin-left: 1%;
    margin-right: 1%;
    min-height: 400px;
    margin-top: 92px;
    overflow: hidden;
  }
  #body-historia {
    margin-left: 1%;
    margin-right: 1%;
    min-height: 400px;
    margin-top: 92px;
    overflow: hidden;
  }
  #historia_texto {
    width: 98%;
  }
}

@media screen and (max-width: 750px) {
  ul.menu_ul.responsive {
    position: relative;
  }
  ul.menu_ul.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.menu_ul.responsive li {
    float: none;
    display: inline;
  }
  ul.menu_ul.responsive li a {
    display: block;
    text-align: left;
  }
}

#historia_foto p {
  font-family: "Basic Title";
  font-size: 2.5rem;
  margin-bottom: -2px;
}
</pre></body></html>