.header {
  background-image: url("../images/banner.png");
  background-size: cover;
  height: auto;
}
.banner.agradecimento {
  background-color: #305d93;
  background-image: none;
}

h1 {
  color: #396;
  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
}
#clockdiv {
  font-family: sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center;
  font-size: 1em;
  background-color: #d79023;
  width: 100%;
}
.smalltext {
  position: relative;
}
#clockdiv div > span {
  border-radius: 3px;
  font-family: "Gotham", sans-serif;
  font-weight: 900;
  font-size: 3.4em;
  color: #fff;
}
#clockdiv > div {
  padding: 0px 0px 12px;
  border-radius: 3px;
  background-color: #c97500;
}
.smalltext p {
  position: absolute;
  bottom: -2px;
  font-family: "Gotham", sans-serif;
  margin: 0px;
  right: 0%;
  font-weight: 600;
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 767px) {
  #clockdiv > div {
    margin: 4px;
  }
}
@media (max-width: 767px) {
  .header {
    background-image: url("../images/banner-mobile.png");
    background-size: cover;
    height: auto;
  }
  .banner.agradecimento {
    background-color: #305d93 !important;
    background-image: none;
  }
}
.logo-desktop.agradecimento {
  max-width: 500px;
}
.logo-mobile {
  margin-top: 75%;
}
.logo-mobile.agradecimento {
  margin: 0px;
}
.text-header > div > p > span {
  color: #d79023;
  font-size: 1.1em;
  font-weight: 700;
}
.bloco-section-one > div > img {
  width: 60px;
  padding-top: 10px;
  filter: invert(76%) sepia(94%) saturate(958%) hue-rotate(356deg)
    brightness(101%) contrast(109%) drop-shadow(2px 2px 2px #545454);
}
.bloco-section-one-text > h3 {
  color: #830007;
  font-size: 1.1em;
  font-weight: 900;
  font-family: "Gotham";
  text-transform: uppercase;
  text-shadow: 1px 0px 0px #830007;
}

.bloco-section-one {
  text-align: center;
  padding: 36px 16px 2px 16px;
  margin: 8px;
  border-radius: 4px;
  filter: drop-shadow(1px 1px 2px #c1c1c1);
  min-height: 30vh;
  background-color: #dedede;
  background-image: url("https://www.transparenttextures.com/patterns/paper-2.png");
  position: relative;
  overflow: hidden;
}
.bloco-section-one-text > h4 {
  background-color: #e80612;
  min-width: 352px;
  margin: auto;
  color: #fff;
  font-family: "Gotham";
  font-weight: 700;
  border-radius: 4px;
  position: absolute;
  top: 27px;
  left: -80px;
  transform: rotate(340deg);
  z-index: -1;
  font-size: 1.3em;
}
#clockdiv > div:nth-child(1) {
  background-color: #d79023;
}
#clockdiv > div:nth-child(1) > h4 {
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Gotham";
  padding: 0px;
  margin-bottom: -12px;
  color: #ffffff;
  font-size: 1.3em;
}
.section-one {
  background-color: #e80612;
}

.bloco-form > form > div > input:focus {
  border-color: #ffde00;
  outline: 0;
  box-shadow: none;
  background-color: #010c3bb8;
  color: #fff;
}
.btn-form > button {
  background-color: #ffab00;
  min-width: 290px;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 900;
  font-family: "Gotham";
  color: #010c3b;
  text-shadow: 0px 0px #010c3b;
  border: none;
  filter: drop-shadow(2px 2px 4px #545454);
  padding: 14px;
}
.btn-form > button:hover {
  background-color: #010c3b;
  color: #ffab00;
  border: none;
  font-weight: 900;
}
.btn-form {
  text-align: center;
}
.bloco-form > form > div > label {
  margin: 0px;
  font-weight: 400;
}
.section-two {
  background-color: #efefef;
}
.titulo-form {
  color: #ffab00;
  text-transform: uppercase;
  font-family: "Gotham";
  font-weight: 700;
  font-size: 1em;
  background-color: #010c3b;
  padding: 3px;
  width: fit-content;
}
.lab-check {
  font-size: 0.9em;
}
.foot {
  background-color: #010c3b;
}
.text-foot {
  color: #fff;
  margin: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.text-foot > a {
  text-decoration: none;
  color: #ffde00;
}
.text-for > h4,
.text-for > h2,
.text-for > p {
  font-family: "Gotham";
  color: #fff;
}
.text-header > div > h4 {
  color: #fff;
  zoom: 0.9;
}
.text-header > div > h1 {
  color: #fff;
  font-family: "Gotham";
  font-weight: 600;
  zoom: 0.6;
  margin: 0px;
}
.text-header > div > p {
  color: #fff;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: #010c3bb8;
  background-clip: padding-box;
  border-bottom: 2px solid #ffab00;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: inherit;
  -moz-appearance: none;
  appearance: none;
  /* border-radius: .375rem; */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sobre-evento {
  background-color: #e3e3e3;
}
.sobre-evento > div > div > div > div > h4 {
  font-weight: 900;
  text-transform: uppercase;
  color: #010c3b;
  text-align: center;
}
.bloco-cta > a {
  background-color: #ffab00;
  min-width: 290px;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 900;
  font-family: "Gotham";
  color: #010c3b;
  text-shadow: 0px 0px #010c3b;
  border: none;
  filter: drop-shadow(2px 2px 4px #545454);
  padding: 14px;
}
.bloco-cta > .b-blue {
  background-color: #010c3b;
  color: #ffab00;
}
.bloco-cta > a:hover {
  background-color: #010c3b;
  color: #ffab00;
  border: none;
  font-weight: 900;
}
.img-card-pales > img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100px;
  /* filter: drop-shadow(2px 2px 4px #434343); */
  position: relative;
  margin-top: -102px;
  border: 4px solid #d79023;
}
.text-card-pales > p {
  font-size: 0.9em;
  color: #e1e1e1;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.text-curriculum {
  text-align: center;
}
.text-curriculum > a {
  color: #ffffff;
  font-size: 0.9em;
  background-color: #010c3b;
  text-decoration: none;
  padding: 0px 6px;
  border-radius: 22px;
  display: flex;
  width: fit-content;
  margin: auto;
}
.text-card-pales > h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 black;
  font-family: "Gotham";
}
.card-pales {
  padding: 8px 10px;
  background-color: #124089;
  border-radius: 10px;
}
.assunto > h5 {
  background-color: #010c3b;
  color: #ffab00;
  font-weight: 800;
  padding: 6px 10px;
  font-size: 1.1em;
  /* position: absolute; */
  top: -140px;
  z-index: 1;
  border: 2px solid #010c3b;
  border-left: none;
  border-right: none;
  /* text-transform: uppercase; */
  font-family: "Gotham";
  display: flex;
  align-items: center;
  height: 12vh;
  text-align: center;
  border-radius: 10px;
}
.text-curriculum > a:hover {
  background-color: #d79023;
  color: #010c3b;
}
.assunto > h2 {
  font-weight: 900;
  top: -100px;
  font-size: 3em;
  color: #010c3b;
  display: flex;
  width: fit-content;
  justify-content: center;
  background-color: #fff;
  margin: auto;
  border-radius: 10px;
  padding: 0px 10px;
}
.assunto {
  position: relative;
}
.cont {
  width: 100%;
  padding: 0em 2rem;
  margin: auto;
}
.text-card-pales > p > span {
  font-weight: 400;
  color: #fff;
  line-height: 20px;
}
.curric > div > div > div > div > p {
  color: #c1c1c1;
}
.curric > div > div > div > h5 {
  color: #fff;
}
.curric > div > div > div > h5 {
  color: #fff;
}
.curric > div > div > div > button {
  filter: invert(1);
}
.curric > div > div {
  background-color: #01061e;
}
.section-for {
  background-color: #d79023;
}
.image-patrocinadores > img {
  max-width: 100%;
  width: 140px;
}
.image-patrocinadores.agradecimento > img {
  width: 120px;
}
.text-apoiadores > h2 {
  color: #010c3b;
  font-family: "Gotham";
  text-align: center;
}
.cont-form {
  background-color: #010c3b;
}
.form-control.select {
  color: #ffffff69;
}
.form-control.select:focus {
  background-color: #012859;
  color: #fff;
}
.buttonLembrete {
  text-align: center;
}
.buttonLembrete > a {
  background-color: red;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  width: 290px;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 900;
  font-family: "Gotham";
  border: none;
  filter: drop-shadow(2px 2px 4px #545454);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: auto;
}
.buttonLembrete > a > i {
  font-size: 1.5em;
}
