/*

Theme Name: ISSBD 2022 
Author: Muto
Version: 1
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap");
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*---------------------------
		Variables
---------------------------*/
/*---------------------------
		Globals
---------------------------*/
.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.shadow-center {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  display: grid;
}

.animate {
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

.wrapper {
  width: 900px;
  margin: 50px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.smallWrapper {
  width: 720px;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sectionContent {
  padding: 50px 0;
}

picture {
  margin: 0;
}
picture img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

a {
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure {
  margin: 0;
}

a.botao, nav li.botao a, span.botao {
  background-color: #02BEFA;
  color: #f5f5f5 !important;
  font-weight: 900;
  font-size: 1em;
  padding: 0.6em 2em;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
a.botao:hover, nav li.botao a:hover, span.botao:hover {
  background-color: #405183;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.woff") format("woff");
  font-display: swap;
}
.social {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-busca:before {
  content: "\f002";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-spotify:before {
  content: "\ea94";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-twitch:before {
  content: "\ea9f";
}

.icon-soundcloud:before {
  content: "\eac3";
}

.icon-compiuter:before {
  content: "\f108";
}

.icon-seta:before, .setaElemento:after {
  font-family: "icomoon" !important;
  content: "\f061";
}

.icon-pessoa:before {
  content: "\f007";
}

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  background-color: #f5f5f5;
  color: #405183;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  overflow-y: hidden;
}

nav.menuPrimary {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.6s all;
  -o-transition: ease-in-out 0.6s all;
  -webkit-transition: ease-in-out 0.6s all;
  transition: ease-in-out 0.6s all;
  background: rgba(64, 81, 131, 0.9);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: justify;
  -moz-justify-content: justify;
  justify-content: justify;
}
.home nav.menuPrimary {
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0.01) 100%);
  /* end */
}
nav.menuPrimary .logo {
  height: 90px;
  width: 90px;
}
nav.menuPrimary ul {
  list-style: none;
  padding: 0;
}
nav.menuPrimary ul li {
  display: inline-block;
  margin-left: 25px;
}
nav.menuPrimary ul li a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8em;
  color: #f5f5f5;
}
.home nav.menuPrimary ul li a {
  text-shadow: 1px 1px 2px black, 0 0 25px darkblue, 0 0 5px darkblue;
}
.home nav.menuPrimary ul li a:hover {
  text-shadow: 1px 1px 2px black, 0 0 25px rgba(255, 255, 255, 0.1), 0 0 5px rgba(255, 255, 255, 0.2);
}
nav.menuPrimary ul li a:hover {
  color: #818181;
}
nav.menuPrimary ul.accessButtons {
  right: 20px;
  position: absolute;
}
nav.menuPrimary .members a, nav.menuPrimary .membership a {
  font-size: 0.8em !important;
  font-weight: 900;
  color: #02BEFA;
}

nav.hiddenMenu {
  position: fixed;
  height: 55px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(100, 100, 100, 0.1);
  width: 100%;
  z-index: 999999;
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}
nav.hiddenMenu .logo {
  z-index: 9999;
}
nav.hiddenMenu .abreMenu, nav.hiddenMenu .fechaMenu {
  width: 50px;
  position: absolute;
  top: 50%;
  right: 30px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  cursor: pointer;
}
nav.hiddenMenu .abreMenu div, nav.hiddenMenu .fechaMenu div {
  width: 100%;
  height: 2px;
  background-color: #BFC3D5;
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
  margin: 7px 0;
}
nav.hiddenMenu .abreMenu:hover div, nav.hiddenMenu .fechaMenu:hover div {
  background-color: #405183;
}
nav.hiddenMenu .abreMenu {
  margin: 2px 0;
  opacity: 1;
  pointer-events: auto;
}
nav.hiddenMenu .fechaMenu {
  padding: 25px 0;
  position: absolute;
  top: 29px;
  right: 31px;
  opacity: 0;
  pointer-events: none;
}
nav.hiddenMenu .fechaMenu div {
  background-color: #BFC3D5;
  margin: 0;
}
nav.hiddenMenu .fechaMenu div:nth-child(1) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.hiddenMenu .fechaMenu div:nth-child(2) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -1px;
}
nav.hiddenMenu .pageHolder {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(100, 100, 100, 0.1);
  -moz-transform: translateY(calc(-100% - 55px));
  -o-transform: translateY(calc(-100% - 55px));
  -ms-transform: translateY(calc(-100% - 55px));
  -webkit-transform: translateY(calc(-100% - 55px));
  transform: translateY(calc(-100% - 55px));
  z-index: -1;
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}
nav.hiddenMenu .pageHolder ul {
  width: 300px;
  display: block;
  padding: 1em;
  margin: 0 auto;
}
nav.hiddenMenu .pageHolder ul li {
  list-style: none;
}
nav.hiddenMenu .pageHolder ul li a {
  color: #405183;
  font-size: 1.5em;
  margin: 0.5em auto;
  display: block;
  text-align: center;
  max-width: 300px;
}
nav.hiddenMenu .pageHolder ul li a:hover {
  color: #BFC3D5;
}
nav.hiddenMenu .pageHolder ul.accessButtons {
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}

nav.hiddenMenu.active .abreMenu {
  opacity: 0;
  pointer-events: none;
}
nav.hiddenMenu.active .fechaMenu {
  opacity: 1;
  pointer-events: auto;
}
nav.hiddenMenu.active .pageHolder {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

nav.hiddenMenu.fixo {
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.splashHome {
  width: 100%;
}
.splashHome .chamada h1 {
  font-size: 3em;
  text-align: center;
  font-weight: 400;
}
.splashHome .chamada h1 span {
  font-weight: 900;
  color: #02BEFA;
}
.splashHome .chamada .botaoSetaBaixo {
  background-color: #02BEFA;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-weight: 900;
  color: #f5f5f5;
  height: 37px;
  width: 37px;
  position: relative;
  display: block;
  left: calc(50% - 17px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  margin-top: 25px;
  animation: botaoSeta ease-in-out 1s infinite;
}
.splashHome .chamada .botaoSetaBaixo img {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 1px;
  top: 12px;
  height: 14px;
  width: 35px;
}
@keyframes botaoSeta {
  0% {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.splashHome .chamada .mainSub {
  margin-top: 2em;
  text-align: center;
  display: block;
}
.splashHome .ilustracao {
  left: -2.5%;
  width: 105%;
  position: relative;
  margin-top: -50px;
}

.sectionContent .flexbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.sectionContent .left {
  width: calc(39% - 20px);
  position: relative;
}
.sectionContent .left h2 {
  padding: 0;
  font-weight: 900;
  color: #02BEFA;
  font-size: 2.5em;
  margin: 0;
}
.sectionContent .left span {
  font-size: 0.8em;
}
.sectionContent .left .ornamentResponsive {
  width: 1920px;
  margin-bottom: 0.5em;
  display: none;
  margin-left: -220px;
  margin-bottom: -25px;
  width: 1920px;
}
.sectionContent .right {
  width: 61%;
}
.sectionContent .right .learn {
  text-decoration: underline;
}
.sectionContent .right .ornament {
  width: 1920px;
  margin-top: 0.5em;
  margin-bottom: 3em;
}
.sectionContent .right ul.bulletHome {
  padding: 1em 0;
}
.sectionContent .right ul.bulletHome li {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 0.9em;
  color: #818181;
  padding: 0.6em 0;
}
.sectionContent .right ul.bulletHome li:before {
  display: inline-block;
  content: "";
  background-image: url("images/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  margin-right: 0.8em;
  height: 27px;
  width: 27px;
}
.sectionContent .right .callToAction a {
  color: #405183;
  display: inline-block;
  font-weight: 900;
  margin-right: 1.5em;
}
.sectionContent .right .callToAction a:hover {
  color: #BFC3D5;
}
.sectionContent .right .callToAction a:after {
  display: inline-block;
  content: "";
  background-image: url("images/seta-azulescuro.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  margin-left: 0.3em;
  height: 0.7em;
  width: 17px;
}
.sectionContent .noMorePosts {
  display: none;
}
.sectionContent.invertColor {
  background-color: #405183;
  color: #BFC3D5;
}
.sectionContent.invertColor .callToAction a {
  color: #f5f5f5;
}
.sectionContent.invertColor .callToAction a:after {
  background-image: url("images/seta-offwhite.svg");
}

.eventList {
  width: 100%;
  margin: 0;
  padding: 0;
}
.eventList li {
  list-style-type: none;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(127, 136, 171, 0.25);
}
.eventList li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.eventList li a .eventInfo .upcoming {
  color: #02BEFA;
  font-size: 0.6em;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.eventList li a .eventInfo h3 {
  font-size: 2.5em;
  color: #f5f5f5;
  font-weight: 400;
  margin: 0 0 0.5em 0;
  width: 100%;
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}
.eventList li a .eventInfo .date, .eventList li a .eventInfo .local {
  color: #7F88AB;
  font-weight: 900;
  margin-right: 2em;
  font-size: 0.8em;
  display: inline-block;
}
.eventList li a .learn {
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #02BEFA;
  font-size: 0.8em;
  padding: 1.5em;
  font-weight: 900;
  border: 1px solid #02BEFA;
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}
.eventList li a:hover h3 {
  opacity: 0.7;
}
.eventList li a:hover .learn {
  background-color: #02BEFA;
  color: #405183;
}

.homeOfficers .officers {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px 20px;
  text-align: center;
}
.homeOfficers .officers .photo {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-top: 133%;
  background-image: url("images/splash.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.homeOfficers .officers .position {
  font-size: 0.8em;
  color: #405183;
  padding: 0.5em 0 0.2em;
  display: block;
}
.homeOfficers .officers .name {
  font-size: 0.8em;
  color: #02BEFA;
  font-weight: 900;
  display: block;
  margin: 0;
}

.sectionContent .right p a {
  color: inherit;
  text-decoration: underline;
}
.sectionContent .right p a:hover {
  opacity: 0.7;
}

.splashPaginas {
  margin: 50px auto;
  width: calc(100% - 60px);
}
.splashPaginas img {
  margin: 0 auto;
  display: block;
}
.splashPaginas h1 {
  text-align: center;
  font-weight: 400;
  font-size: 3em;
  margin-top: 1em;
}
.splashPaginas span {
  text-align: center;
  display: block;
  margin-top: 1em;
}

.sectionAbout .timeline {
  padding: 2em 0;
  font-size: 0.85em;
}
.sectionAbout .timeline .line {
  margin-bottom: 1.5em;
}
.sectionAbout .timeline .line .year {
  background-color: #02BEFA;
  padding: 0.3em 1em;
  font-weight: 900;
  color: #f5f5f5;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: relative;
}
.sectionAbout .timeline .line .year:after {
  content: "";
  width: 1px;
  height: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #02BEFA;
}
.sectionAbout .timeline .line .place {
  margin-left: 2em;
}
.sectionAbout .timeline .line:last-of-type .year:after {
  display: none;
}
.sectionAbout .right p a {
  color: inherit;
  text-decoration: underline;
}
.sectionAbout .right p a:hover {
  opacity: 0.7;
}
.sectionAbout .right .callToAction a {
  font-size: 1.5em;
  background-color: #02BEFA;
  padding: 0.4em 1em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sectionAbout .right .callToAction a:after {
  width: 24px;
}
.sectionAbout .right .callToAction a:hover {
  color: #405183;
}
.sectionAbout .pastPresidents {
  font-size: 0.9em;
}
.sectionAbout .pastPresidents .line {
  padding: 0.5em 0;
  grid-template-columns: 2fr 2fr 1fr;
  border-bottom: 1px solid #BFC3D5;
}
.sectionAbout .pastPresidents .line .name {
  font-weight: 900;
  color: #02BEFA;
}
.sectionAbout .pastPresidents .line:last-of-type {
  border-bottom: 0px;
}

.sectionEvents .eventList a .eventInfo h3 {
  color: #405183;
}
.sectionEvents .callToAction span {
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
  cursor: pointer;
}
.sectionEvents .callToAction span.semPosts {
  background-color: #555555;
}
.sectionEvents .callToAction span.semPosts.noMorePosts {
  display: none;
}

.sectionHost, .sectionPast {
  border-top: 1px solid rgba(127, 136, 171, 0.25);
}
.sectionHost h1, .sectionPast h1 {
  text-align: center;
  font-weight: 400;
  font-size: 3em;
  margin-top: 1em;
}
.sectionHost p.description, .sectionPast p.description {
  text-align: center;
  display: block;
  margin-top: 1em;
}
.sectionHost span.details, .sectionPast span.details {
  text-align: center;
  display: block;
  margin-top: 1em;
  color: #BFC3D5;
}
.sectionHost .callToAction, .sectionPast .callToAction {
  position: relative;
  display: inline-block;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sectionHost .callToAction a, .sectionPast .callToAction a {
  position: relative;
  display: inline-block;
  margin-top: 2em;
}
.sectionHost .timeline, .sectionPast .timeline {
  column-count: 2;
  padding: 2em 0;
  font-size: 0.85em;
  width: 550px;
  margin: 0 auto;
}
.sectionHost .timeline .line, .sectionPast .timeline .line {
  margin-bottom: 1.5em;
}
.sectionHost .timeline .line .year, .sectionPast .timeline .line .year {
  background-color: #02BEFA;
  padding: 0.3em 1em;
  font-weight: 900;
  color: #f5f5f5;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: relative;
}
.sectionHost .timeline .line .year:after, .sectionPast .timeline .line .year:after {
  content: "";
  width: 1px;
  height: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #02BEFA;
}
.sectionHost .timeline .line .place, .sectionPast .timeline .line .place {
  margin-left: 2em;
}
.sectionHost .timeline .line:last-of-type .year:after, .sectionHost .timeline .line.middle .year:after, .sectionPast .timeline .line:last-of-type .year:after, .sectionPast .timeline .line.middle .year:after {
  display: none;
}
.sectionHost .pastEventImage, .sectionPast .pastEventImage {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.sectionHost small, .sectionPast small {
  width: 100%;
  text-align: center;
  color: #7F88AB;
  display: block;
  margin-bottom: 2em;
}

.eventSingle .imgPlace {
  width: 1100px;
  height: 450px;
  z-index: -5;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  left: 50%;
  position: relative;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.eventSingle .backgroundBox {
  width: 100%;
  height: 90px;
  margin: -75px auto;
  z-index: -4;
  background-color: #f5f5f5;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: relative;
}
.eventSingle .eventInfo .upcoming {
  text-transform: uppercase;
  letter-spacing: 0.21em;
  font-size: 0.6em;
  font-weight: 900;
  display: block;
  text-align: center;
  width: 100%;
}
.eventSingle .eventInfo h1 {
  font-size: 3em;
  text-align: center;
  font-weight: 900;
  color: #02BEFA;
  margin: 0 0 0.5em;
}
.eventSingle .eventInfo .infos {
  max-width: 500px;
  margin: 0 auto 4em;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.eventSingle .eventInfo .infos .date, .eventSingle .eventInfo .infos .place {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.eventSingle .eventInfo .infos .date span, .eventSingle .eventInfo .infos .place span {
  color: #7F88AB;
  font-weight: 900;
  margin: 0 0 0 1em;
}
.eventSingle .eventInfo .callToAction {
  position: relative;
  display: inline-block;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.eventSingle .textContent {
  margin-top: 5em;
  margin-bottom: 5em;
}

.textContent h1, .textContent h2, .textContent h3, .textContent h4 {
  font-weight: 900;
}

.sectionPublication .right p a.botao {
  text-decoration: none;
  margin: 1em 0;
  display: inline-block;
}
.sectionPublication .editorialBoard {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 20px;
  text-align: center;
}
.sectionPublication .editorialBoard .photo {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-top: 133%;
  background-image: url("images/splash.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sectionPublication .editorialBoard .position {
  font-size: 0.8em;
  color: #405183;
  padding: 0.5em 0 0.2em;
  display: block;
}
.sectionPublication .editorialBoard .name {
  font-size: 0.8em;
  color: #02BEFA;
  font-weight: 900;
  display: block;
  margin: 0;
}

.page-template-template-pageOneColumn .sectionOneColumn {
  border-top: 1px solid rgba(127, 136, 171, 0.25);
}
.page-template-template-pageOneColumn .sectionOneColumn h1 {
  font-size: 3em;
  text-align: center;
  font-weight: 900;
  color: #02BEFA;
}
.page-template-template-pageOneColumn .sectionOneColumn span {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 3em;
  display: block;
  color: #BFC3D5;
}
.page-template-template-pageOneColumn .sectionOneColumn:first-of-type {
  border-top: none;
}
.page-template-template-pageOneColumn .sectionOneColumn .smallWrapper a {
  color: inherit;
  text-decoration: underline;
}

.sectionMembers input[type=text], .sectionMembers input[type=password] {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  margin-bottom: 1em;
  background-color: #f5f5f5;
  border: 1px solid #405183;
  text-align: center;
  padding: 0.5em 1em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  outline: none;
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}
.sectionMembers input[type=text]:focus, .sectionMembers input[type=password]:focus {
  border: 1px solid #02BEFA;
  outline: none;
}
.sectionMembers .botoesSubmit {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
  text-align: center;
}
.sectionMembers .botoesSubmit input[type=submit] {
  -moz-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
  text-align: center;
  border: none;
  color: #f5f5f5;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0.5em 1.5em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  outline: none;
  background-color: #02BEFA;
  letter-spacing: 0.1em;
}
.sectionMembers .botoesSubmit input[type=submit].register {
  background-color: #BFC3D5;
}
.sectionMembers .details {
  text-align: center;
  font-size: 0.7em;
  margin-top: 3em;
  display: block;
  letter-spacing: 0.1em;
  color: #7F88AB;
}

footer {
  background: rgba(64, 81, 131, 0.1);
}
footer .wrapper {
  padding: 65px 0 30px;
  margin: 0 auto;
}
footer .grid {
  grid-template-columns: auto auto auto auto;
  gap: 1em;
  margin-bottom: 45px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 45px;
}
footer .grid ul {
  padding: 0;
  margin: 0;
  justify-self: end;
}
footer .grid ul li {
  list-style: none;
  text-transform: uppercase;
  margin-bottom: 0.6em;
  font-size: 0.8em;
}
footer .grid .members {
  font-weight: 900;
}
footer .grid a {
  color: #405183;
}
footer .grid a:hover {
  color: #BFC3D5;
}
footer .hands {
  position: relative;
  margin: 45px auto;
  display: block;
}
footer .copy {
  text-align: center;
  color: #7F88AB;
  font-size: 0.7em;
  display: block;
}

/* added missing SCSS for Committees page */
.page-template-template-committees .sectionCommittee h1 {
  font-size: 3em;
  text-align: center;
  font-weight: 900;
  color: #02BEFA;
}

.page-template-template-committees .sectionCommittee .subtitle {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 3em;
  display: block;
  color: #BFC3D5;
}

.page-template-template-committees .sectionCommitteeMembers {
  padding: 0;
}

.page-template-template-committees .sectionCommitteeMembers h2 {
  font-size: 2em;
  text-align: center;
  font-weight: 900;
  color: #02BEFA;
}

.page-template-template-committees .sectionCommitteeMembers .subtitle {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 3em;
  display: block;
  color: #BFC3D5;
}

.page-template-template-committees .sectionCommitteeMembers .officers {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 20px;
  text-align: center;
}

.page-template-template-committees .sectionCommitteeMembers .officers .member {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-template-template-committees .sectionCommitteeMembers .officers .photo {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-top: 133%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0.3em;
  display: block;
}

.page-template-template-committees .sectionCommitteeMembers .officers .position {
  font-size: 0.8em;
  color: #405183;
  padding: 0.2em 0 0.2em;
  display: block;
}

.page-template-template-committees .sectionCommitteeMembers .officers .name {
  font-size: 0.8em;
  color: #02BEFA;
  font-weight: 900;
  display: block;
  margin: 0;
}

/* added missing SASS for single events page button */
.eventSingle .eventInfo .eventButtonGrid {
  position: relative;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.eventSingle .eventInfo .eventButtonGrid a.botao {
  margin: 0.3em;
}

.eventSingle .eventInfo .eventButtonGrid.flexbox {
  display: flex;
}

/* custom sass for menu, logo */
/* Menu Styling */
/* Menu Primary */
nav.menuPrimary ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  margin: 0px 0px;
  height: 70px;
  /* The Height here and flex are important. They help to add some space */
}

nav.menuPrimary ul li {
  /* The padding, combined with the height solves the issue */
  padding: 16px 0px 19px 0px;
}

/* the general drop down menu */
.menu-item .sub-menu {
  display: none;
}

.menuPrimary .menu-item:hover .sub-menu {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  flex-basis: auto;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  border-radius: 0px 10px 10px 10px;
  background: #405183;
  height: auto;
  width: 190px;
  z-index: 5;
}

.menuPrimary .sub-menu li.menu-item {
  width: 100%;
  height: 100%;
  padding: 0px;
  /* 	padding: 5px 10px 5px 10px; */
  margin: 0px 0px 0px 0px;
  border-radius: 0px 10px 10px 10px;
}

.menu-item .sub-menu:hover li.menu-item:hover {
  background: #334169;
}

.menuPrimary .menu-item:hover .sub-menu li a {
  color: white;
  display: block;
  /*     width: 100%; */
  padding: 10px 10px 7.5px 10px;
}

/* end of Menu Primary styling */
/* Hidden Menu 
* This makes the Hidden Menu to scroll so that the sub menu pages can appear
* */
nav.hiddenMenu .pageHolder {
  max-height: 90vh;
  overflow-y: scroll;
}

/* .hiddenMenu is the side menu  */
.hiddenMenu .menu-item .sub-menu {
  height: 0px;
  overflow: hidden;
  padding: 0px;
  transition: height ease-in 1s;
  width: 100%;
}

.hiddenMenu .menu-item:hover .sub-menu {
  border-top: 1px solid #405183;
  border-bottom: 1px solid #405183;
  border-image: linear-gradient(to left, darkblue, lightblue) 1 0;
  padding: 0px;
  border-radius: 0px 10px 0px 10px;
  background: #f1f3f8;
  height: auto;
}

.hiddenMenu .menu-item .sub-menu:hover li.menu-item:hover, .hiddenMenu .menu-item .sub-menu:hover li.menu-item:hover a:hover {
  background: #d7dceb;
}

.hiddenMenu .menu-item .sub-menu:hover li.menu-item:hover {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-radius: 0px;
}

.hiddenMenu .sub-menu li.menu-item a:hover {
  color: #405183;
}

.hiddenMenu .sub-menu li.menu-item {
  height: 100%;
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
  border-radius: 0px 10px 10px 10px;
}

/* end of hidden menu styling*/
/* Membership Page */
/* The drop down Menu for the Membership Page */
.menuPrimary .membership.menu-item:hover .sub-menu {
  right: 0;
  border-radius: 10px 0px 10px 10px;
}

.menuPrimary .membership .sub-menu a {
  font-weight: 400;
}

.menuPrimary .membership.menu-item:hover .sub-menu li.menu-item {
  border-radius: 10px 0px 10px 10px;
}

/* End of Membership Page styling */
/* Adding words to the Logo and styling the logo */
nav.hiddenMenu .logo {
  width: 80px;
  padding-left: 20px;
}

nav.hiddenMenu.fixo {
  height: 85px;
}

nav.hiddenMenu a {
  display: flex;
  justify-content: space-between;
}

nav.hiddenMenu a::after {
  content: "International Society for the Study of Behavioural Development";
  /* color: #02BEFA; */
  color: #405183;
  font-size: 18px;
  font-weight: bold;
  align-self: center;
  padding-left: 10px;
}

nav.hiddenMenu a:hover::after {
  color: #02BEFA;
}

nav.hiddenMenu ul li a::after {
  content: "";
}

.logoFooter {
  width: 70%;
}

@media only screen and (max-width: 740px) {
  .home nav.hiddenMenu a::after, nav.hiddenMenu a::after {
    font-size: 16px;
  }
}
@media only screen and (max-width: 686px) {
  nav.hiddenMenu .logo {
    width: 58px;
  }
  nav.hiddenMenu a {
    display: flex;
    justify-content: flex-start;
  }
  .home nav.hiddenMenu a::after, nav.hiddenMenu a::after {
    font-size: 13px;
  }
}
@media only screen and (max-width: 572px) {
  .home nav.hiddenMenu a::after, nav.hiddenMenu a::after {
    width: 50%;
  }
}
@media only screen and (max-width: 572px) {
  .home nav.hiddenMenu a::after, nav.hiddenMenu a::after {
    font-size: 12px;
    width: 40%;
  }
}
@media only screen and (max-width: 288px) {
  .home nav.hiddenMenu a::after, nav.hiddenMenu a::after {
    width: 25%;
  }
}
@media only screen and (max-width: 288px) {
  .home nav.hiddenMenu a::after, nav.hiddenMenu a::after {
    font-size: 8px;
  }
}
@media only screen and (max-width: 240px) {
  nav.hiddenMenu {
    /* 	height:75px; */
    height: 70px;
  }
  .home nav.hiddenMenu a::after, nav.hiddenMenu a::after {
    padding-left: 8px;
  }
}
@media only screen and (max-width: 600px) {
  .logoFooter {
    width: 20%;
  }
}
/* End of Logo styling */
/* 	Footer Menu */
#footer .menu-item-has-children > a {
  display: none;
}

#footer .menu-item-has-children .sub-menu:hover li.menu-item:hover {
  background: transparent;
}

#footer .menu-item-has-children a:hover {
  color: #BFC3D5;
}

#footer .menu-item-has-children ul.sub-menu {
  display: block;
  font-size: 16px;
}

/* end of footer Menu styling */
/* custom sass for the committees page */
.committee-menu {
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin: -50px auto 0px auto;
  border-radius: 4px;
  max-width: 1048px;
}
.committee-menu-item {
  padding: 2px 5px 2px 5px;
  cursor: pointer;
  color: white;
  width: 100%;
  display: block;
}
.committee-label {
  flex-basis: 30%;
  margin: 1px;
  border-radius: 4px;
  min-height: 20px;
  background: #405183;
  padding: 5px;
  cursor: pointer;
}
.committee-label:hover, .committee-label:active {
  background: #334169;
}

.radio-buttons {
  position: fixed;
  opacity: 0;
}

.sectionCommitteeMembers.hide {
  display: None;
}
input[id^=committee]:checked + .sectionCommitteeMembers.hide {
  display: block;
  -webkit-animation: moveUp 0.6s ease both;
  animation: moveUp 0.6s ease both;
}

@-webkit-keyframes moveUp {
  from {
    -webkit-transform: translateY(100%);
  }
}
@keyframes moveUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes moveOut {
  to {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes moveOut {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.news_post_nav_links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_post_nav_links .news_post_nav_link.callToAction.right a::after {
  background-image: url("images/seta-azulescuro.svg");
}
.news_post_nav_links .news_post_nav_link.callToAction.left a::before {
  content: "";
  display: inline-block;
  background-image: url("images/seta-azulescuro.svg");
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  margin-right: 0.3em;
  height: 0.7em;
  width: 17px;
}
.news_post_nav_links .news_post_nav_link.callToAction a {
  color: #405183;
  display: inline-block;
  font-weight: 900;
  margin-right: 1.5em;
}
.news_post_nav_links .news_post_nav_link.callToAction a:hover {
  color: #BFC3D5;
}
.news_post_nav_links .news_post_nav_link.callToAction a:after {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  margin-left: 0.3em;
  height: 0.7em;
  width: 17px;
}

.news_banner {
  height: 40vh;
  background-color: #405183;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media only screen and (min-width: 1200px) {
  .news_banner {
    padding-top: 0px;
    height: 70vh;
  }
}
.news_banner::-webkit-scrollbar {
  display: none;
}
.news_banner .banner_link {
  flex-basis: 100%;
  height: 100%;
  width: 100vw;
}
.news_banner .banner_image {
  height: 100%;
  width: 100vw;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.news_banner .banner_title {
  display: block;
  min-height: 20px;
  margin-top: auto;
  padding: 6px 20px;
  border-radius: 25px;
  margin-right: auto;
  margin-left: 10px;
  max-width: 50%;
  min-width: 5%;
  color: #405183;
  margin-bottom: 5px;
  border: black 1px solid;
  background-color: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s all;
}
.news_banner .banner_title p {
  margin: 0px;
}
.news_banner .banner_title:hover {
  color: #BFC3D5;
}
@media only screen and (max-width: 600px) {
  .news_banner .banner_title {
    max-width: 100%;
  }
}
.news_banner .banner_title h2, .news_banner .banner_title h3, .news_banner .banner_title h4, .news_banner .banner_title h5, .news_banner .banner_title h6 {
  margin: 0px;
}
.news_banner:hover {
  animation-play-state: paused;
  -o-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.news_banner:active {
  animation-play-state: running;
  -o-animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}
.news_banner .banner_radio_button {
  position: fixed;
  opacity: 0;
}

@media only screen and (min-width: 1200px) {
  .splash-spacer {
    height: 133px;
    background-color: rgba(64, 81, 131, 0.9);
  }
}

.main_title_home {
  display: block;
  width: 100%;
  position: relative;
}

/* Animation */
@-webkit-keyframes slide {
  0%, 100% {
    margin-left: 0vw;
  }
  18.5% {
    margin-left: 0vw;
  }
  20% {
    margin-left: -100vw;
  }
  38.5% {
    margin-left: -100vw;
  }
  40% {
    margin-left: -200vw;
  }
  58.5% {
    margin-left: -200vw;
  }
  60% {
    margin-left: -300vw;
  }
  78.5% {
    margin-left: -300vw;
  }
  80% {
    margin-left: -400vw;
  }
  98.5% {
    margin-left: -400vw;
  }
}
@-moz-keyframes slide {
  0%, 100% {
    margin-left: 0vw;
  }
  18.5% {
    margin-left: 0vw;
  }
  20% {
    margin-left: -100vw;
  }
  38.5% {
    margin-left: -100vw;
  }
  40% {
    margin-left: -200vw;
  }
  58.5% {
    margin-left: -200vw;
  }
  60% {
    margin-left: -300vw;
  }
  78.5% {
    margin-left: -300vw;
  }
  80% {
    margin-left: -400vw;
  }
  98.5% {
    margin-left: -400vw;
  }
}
@keyframes slide {
  0%, 100% {
    margin-left: 0vw;
  }
  18.5% {
    margin-left: 0vw;
  }
  20% {
    margin-left: -100vw;
  }
  38.5% {
    margin-left: -100vw;
  }
  40% {
    margin-left: -200vw;
  }
  58.5% {
    margin-left: -200vw;
  }
  60% {
    margin-left: -300vw;
  }
  78.5% {
    margin-left: -300vw;
  }
  80% {
    margin-left: -400vw;
  }
  98.5% {
    margin-left: -400vw;
  }
}
@-o-keyframes slide {
  0%, 100% {
    margin-left: 0vw;
  }
  18.5% {
    margin-left: 0vw;
  }
  20% {
    margin-left: -100vw;
  }
  38.5% {
    margin-left: -100vw;
  }
  40% {
    margin-left: -200vw;
  }
  58.5% {
    margin-left: -200vw;
  }
  60% {
    margin-left: -300vw;
  }
  78.5% {
    margin-left: -300vw;
  }
  80% {
    margin-left: -400vw;
  }
  98.5% {
    margin-left: -400vw;
  }
}
.acf_featured_image {
  margin-top: -50px;
  height: 250px;
}
.acf_featured_image .splashPaginas {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.acf_featured_image .splashPaginas img {
  margin: 0 auto;
  border-radius: 50%;
  display: block;
  height: 200px;
  width: 200px;
  background: rgba(245, 245, 245, 0.73);
}

/*----------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  nav.hiddenMenu {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  nav.menuPrimary {
    display: none;
  }
  body {
    margin-top: 55px;
  }
}
/*----------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1000px) {
  .wrapper {
    width: 700px;
  }
  .smallWrapper {
    width: 520px;
  }
  .splashHome .ilustracao {
    left: -25%;
    width: 150%;
  }
  .sectionContent .right ul.bulletHome li span {
    width: calc(100% - 50px);
  }
  .sectionPublication .editorialBoard {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/*----------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 800px) {
  .wrapper {
    width: 75%;
  }
  .sectionContent .flexbox {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sectionContent .left, .sectionContent .right {
    width: 100%;
  }
  .homeOfficers .officers {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .smallWrapper {
    width: 75%;
  }
  .sectionPast .timeline {
    column-count: 1;
    width: 100%;
  }
  .eventSingle .eventInfo .infos {
    align-self: center;
    flex-direction: column;
  }
  .eventSingle .eventInfo .infos .date, .eventSingle .eventInfo .infos .place {
    margin: 0 auto 1em;
  }
  .sectionContent .right {
    position: relative;
  }
  .sectionContent .right .ornament {
    display: none;
  }
  .sectionContent .left span {
    margin-bottom: 4em;
    display: block;
  }
  .sectionContent .left .ornamentResponsive {
    display: block;
  }
}
/*----------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .wrapper {
    width: 400px;
  }
  .splashHome .chamada h1 {
    font-size: 2.5em;
  }
  .splashHome .ilustracao {
    left: -50%;
    width: 200%;
  }
  .eventList .eventInfo {
    width: calc(100% - 90px);
  }
  footer .grid {
    grid-template-columns: auto auto auto;
  }
  footer .grid a.linkLogoFooter {
    grid-column-start: 1;
    grid-column-end: 4;
    margin-bottom: 3em;
  }
  footer .grid ul {
    justify-self: start;
    font-size: 0.9em;
  }
  .splashPaginas h1 {
    font-size: 2.5em;
  }
  .sectionContent .left h2 {
    font-size: 1.8em;
  }
  .smallWrapper {
    width: 320px;
  }
  .committee-label {
    flex-basis: 45%;
  }
  .page-template-template-committees .sectionCommitteeMembers .officers {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/*----------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 500px) {
  .wrapper {
    width: 320px;
  }
  .homeOfficers .officers {
    grid-template-columns: 1fr 1fr;
  }
  .smallWrapper {
    width: 260px;
  }
  .sectionHost .timeline .line .year, .sectionPast .timeline .line .year {
    padding: 0.3em 0.8em;
  }
  .sectionHost .timeline .line .place, .sectionPast .timeline .line .place {
    margin-left: 1em;
  }
  .page-template-template-committees .sectionCommitteeMembers .officers {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 450px) {
  .wrapper {
    width: 300px;
  }
  nav.hiddenMenu .pageHolder ul {
    font-size: 0.9em;
  }
}

/*# sourceMappingURL=style.css.map */
