body {
  background-color: #d9dbdd !important;
}

#index {
  margin-top: 60px;
}

#logo-ie-main {
  margin-left: 1.5rem !important;
}

.fa-envelope {
  margin-right: 10px;
}

.blog-header {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

#logo-saber-ie {
  align-items: center;
  display: flex;
}

#logo-saber {
  width: 120px;
  height: 44px;
}

#logo-ie-main {
  max-width: 120px;
}

/* For text */

@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.otf") format("opentype");
}

/* For called */

@font-face {
  font-family: "Gotham Bold";
  src: url("../fonts/gotham-bold.otf") format("opentype");
}

/* For featured texts */

@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
}

/* For featured texts */

@font-face {
  font-family: "Gotham Ultra";
  src: url("../fonts/Gotham-Ultra.ttf") format("opentype");
}

/* Header */

#main-header {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  right: 0;
  min-height: 83px;
}

.menu-light.unlogged-menu .btn-nav-register {
  border-color: #5d985b;
  background-color: #5d985b;
  color: #ffffff;
}

.unlogged-menu .btn-nav-register {
  border-radius: 18px;
  min-width: 90px;
  text-transform: none;
}

.menu-light.unlogged-menu a.menu-link {
  color: #495c98;
  font-weight: 600;
}

.unlogged-menu a.menu-link {}

.menu-light.unlogged-menu .btn-nav-outline {
  border-color: #00a260;
  color: #00a260;
  font-weight: bold;
}

.unlogged-menu .btn-nav-outline {
  border-radius: 18px;
  min-width: 70px;
  text-transform: none;
}

.anima-checkbox {
  margin-left: 10px;
  margin-bottom: 15px;
  text-align: center;
}

/* Footer */

footer#application-footer {
  background: rgb(0, 69, 121);
  width: 100%;
  display: flex;
  flex-direction: column;
}

#footer-triangle {
  background: rgb(0, 69, 121);
  width: 50px;
  height: 50px;
  align-self: center;
  margin: -25px 0 0 0;
  transform: rotate(45deg);
}

.footer-cookies {
  display: block;
  margin: 0 auto 43px;
}

.footer-cookies a:first-of-type {
  margin: 0;
}

.footer-cookies a {
  color: #fff;
  margin: 0 0.3vw;
  font-size: 14px;
  text-decoration: underline;
  font-family: 'Figtree';
  font-weight: 700;
}

img#saber-logo {
  width: 160px;
}

#logo-container-saber {
  border-right: 1px solid #fff;
  padding: 36px 15px;
  margin-top: 1.5vw;
}

.endereco {
  color: #fff;
  padding-left: 24px;
  margin-top: 4vw;
  font-family: 'Open Sans';
  font-weight: 400;
}

.email a {
  text-decoration: none;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 400;
}

.endereco p,
.email p {
  margin: 0.5rem 0;
}

#cubo-description {
  color: #fff;
  font-family: "Gotham Bold";
  letter-spacing: 1px;
}

#footer-address {
  color: #fff;
  font-family: "Gotham Book";
  line-height: 1;
  letter-spacing: 1px;
}

#app-footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "appFooterDivOne appFooterDivTwo appFooterDivThree";
  justify-items: center;
  align-items: center;
  height: auto;
  padding-bottom: 33px;
}

.footer-logo-group2 {
  display: flex;
}

#app-footer-container> :nth-child(1) {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-area: appFooterDivOne;
}

#app-footer-container> :nth-child(2) {
  display: block;
  flex-direction: row;
  align-items: center;
  grid-area: appFooterDivTwo;
}

#app-footer-container> :nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-area: appFooterDivThree;
}

.empresa02 img {
  width: 85px;
  margin-left: 32px;
}

.empresa03 img {
  width: 85px;
  margin-left: 32px;
}

.empresa04 img {
  width: 85px;
  margin-left: 32px;
}

.footer-img-group {
  display: flex;
}

#app-footer-container>div>p {
  margin: 0;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 16px;
}

#saber-address {
  font-family: "Gotham Bold";
  text-align: center;
}

.redes-sociais {
  margin-top: 32px;
  padding-left: 14px;
}

p#startupsp-description {
  font-family: "Gotham Bold";
  color: #fff;
}

img#startupsp-logo {
  width: 160px;
}

#sebrae-address {
  text-align: end;
  letter-spacing: 1px;
}

footer#application-footer .empresa {
  float: left;
}

footer#application-footer .empresa .logo-rodape {
  display: block;
  float: left;
  margin-bottom: 20px;
  max-width: 212px;
}

footer#application-footer .empresa .logo-rodape img {
  width: 100%;
  max-width: 212px;
}

footer#application-footer .redes-sociais ul {
  padding: 0;
}

footer#application-footer .redes-sociais ul li {
  list-style: none;
  float: left;
}

footer#application-footer .redes-sociais ul li a {
  padding: 9px;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 4px;
  text-align: center;
}

footer#application-footer .redes-sociais ul li a:hover {
  background: transparent;
}

footer#application-footer .redes-sociais ul li a i {
  color: #fff;
  position: relative;
}

footer#application-footer .redes-sociais ul li a:hover i {
  color: #495c98;
}

footer#application-footer .menu-rodape {
  float: left;
}

footer#application-footer .menu-rodape h5 {
  color: #fff;
  margin-bottom: 21px;
}

footer#application-footer .menu-rodape ul {
  padding: 0;
  column-count: 3;
}

footer#application-footer .menu-rodape ul li {
  list-style: none;
}

footer#application-footer .menu-rodape ul li a {
  color: #fff;
  margin-bottom: 8px;
  display: block;
}

footer#application-footer .btn-quem-somos {
  position: absolute;
  top: -20px;
  left: 50%;
  padding: 2px 20px;
  transform: translateX(-50%);
  border-radius: 17px;
  background: #556db5;
  border: 1px solid #fff;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.text-small {}

#whatsapp-blink {
  position: fixed;
  bottom: 15px;
  left: 15px;
  background: #075e54;
  padding: 5px;
  border-radius: 7px;
  color: #fff;
  z-index: 999999;
}

/* @media (max-width: 1160px) {
  footer#application-footer .redes-sociais ul li a {
    width: 40px;
    margin-bottom: 10px;
  }
} */

@media (max-width: 1284px) {
  .endereco {
    margin-top: 6vw !important;
  }
}

@media (max-width: 1024px) {
  #app-footer-container {
    grid-template-columns: 1fr 1fr;
  }

  #app-footer-container>div {
    margin-bottom: 25px;
    text-align: center !important;
  }

  .endereco {
    padding-left: 1.7vw;
    text-align: left;
  }
}

@media (max-width: 870px) {
  #app-footer-container {
    display: grid;
    flex-direction: column;
    padding: 3.837vw;
  }

  #app-footer-container> :nth-child(1) {
    flex-direction: column;
  }

  .containerinfo {
    border-left: 3px solid #fff;
    border-right: none;
    padding-left: 25px;
  }

  .footer-logo-group2 {
    display: flex;
    margin-bottom: 5.276vw;
  }

  #app-footer-container>div>p {
    text-align: left;
  }

  .footer-img-group {
    display: block;
  }

  #app-footer-container> :nth-child(2) {
    display: block;
  }

  #logo-container-saber {
    border-bottom: unset;
    border-right: none;
    padding-bottom: 15px;
  }

  .endereco {
    text-align: left;
    margin-top: 2vw !important;
  }

  .empresa03 img {
    margin-left: unset;
    margin-right: 3.837vw;
  }

  .redes-sociais {
    display: flex;
    margin-top: unset;
  }

  footer#application-footer .redes-sociais ul li a {
    font-size: 22px;
    margin-right: 18px;
  }
}

@media (max-width: 572px) {
  #app-footer-container {
    display: flex;
  }

  .empresa04 img{
    margin-left: 89px ;
  }
}

@media (max-width: 450px) {

  .empresa04 img{
    margin-left: 32px ;
  }

  #app-footer-container {
    display: flex;
    flex-direction: column;
  }

  #app-footer-container>div {
    margin-bottom: 25px;
    text-align: center !important;
  }

  .empresa03 img {
    margin-right: 20vw;
  }

  .redes-sociais {
    padding-left: unset;
  }
}

.d-inline-block {
  display: inline-block !important;
}

.unlogged-menu .sidebar-button {
  background: transparent;
  border: none;
}

.unlogged-menu .menu.open {
  width: 240px;
}

.menu-light.unlogged-menu .menu {
  background: white;
  z-index: 2;
}

.unlogged-menu .menu {
  position: fixed;
  top: 81px;
  right: 0px;
  bottom: 0px;
  transition-duration: 0.4s;
  overflow: hidden;
  width: 0px;
}

.unlogged-menu .menu {
  position: fixed;
  top: 81px;
  right: 0px;
  bottom: 0px;
  transition-duration: 0.4s;
  overflow: hidden;
  width: 0px;
}

#wrapper-anima form {
  display: flex;
  width: 100%;
}

.anima-block {
  display: flex;
}

#wrapper form {
  background: #fff;
  padding: 20px 10px 35px 10px;
  border-radius: 20px;
}

.informe {
  margin-top: 15px !important;
}

#btn-register {
  background-color: #495c98;
  border-color: #495c98;
}

#btn-register-anima {
  padding: 5px 40px;
  border-radius: 20px;
  background-color: #591586;
  border-color: #591586;
}

label.agreed {
  margin-left: 5px;
  color: #999999;
}

.registrar {
  margin: 0 auto 0 auto;
}

#btn-register-ambassador {
  background-color: #00cd00;
  border-color: #00cd00;
  font-family: "Gotham Ultra";
}

.form-group.anima {
  font-family: "Gotham Book" !important;
}

#form-register-terms {
  font-family: "Gotham Book";
}

#form-register-terms-laureate {
  font-family: "Gotham Book";
  justify-content: center;
  display: flex;
  align-items: center;
}

small.laureate-small {
  margin-left: 10px;
}

#form-title-register {
  padding-top: 15px;
}

@media (max-width: 600px) {
  #application-footer-flex>div {
    flex-direction: column;
  }
}

/* COOKIES */
.footer {
  padding: 2px !important;
  color: #fff;
  position: relative;
  z-index: 9;
}

.dgbn.light .footer {
  padding: 20px !important;
  margin: 0 auto !important;
}

.dgbn.light .footer p {
  align-items: center !important;
  max-width: 900px !important;
  background: #f8f8f8 !important;
  border-radius: 10px !important;
}

.dgbn.light .details dd {
  color: black;
}

.dgbn.light .details dt {
  color: black;
}

.dgbn.light input {
  color: black;
  background-color: #c7c7c7;
}

.dgbn.light input:invalid {
  background-color: #c7c7c7;
}

.dgbn.light .description div {
  color: black;
}

.dgbn.light input:not([type="number"]):not([type="checkbox"]):not([type="submit"]) {
  color: black;
  background-color: #c7c7c7;
}

.dgbn.light .box button.action {
  color: #fff !important;
  width: 100px !important;
}

.dgbn.light button {
  background: transparent !important;
  color: #353535 !important;
  text-decoration: underline !important;
}

.dgbn.light button.transparent {
  background: transparent !important;
  color: #353535 !important;
  text-decoration: underline !important;
  width: 270px;
  padding: 0 5px !important;
}

.dgbn.light button.action {
  background-color: #454545 !important;
  border: var(--btn-border) !important;
  color: #fff !important;
  border-radius: 4px !important;
  padding: 10px 6px !important;
  width: 280px !important;
}

.dgbn.light p {
  font-weight: normal !important;
  color: #595959 !important;
}

.dgbn.light {
  --bg-color: #f8f8f8 !important;
  --dark-bg-color: #f8f8f8 !important;
  --main-color: #1b1b1b !important;
  --btn-bg: #0a996d !important;
}

/* END COOKIES */

/* alert */

#alert-customer {
  position: fixed;
  top: 100px;
  width: 350px;
  height: 100px;
  background: #dd5554f5;
  z-index: 9999;
  right: 20px;
  border-radius: 5px;
  display: none;
  align-items: flex-end;
  animation-name: alertRightAnimation;
  animation-duration: 4s;
  visibility: hidden;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

#alert-customer #alert-progress {
  width: 100%;
  height: 5px;
  background: #e8a0a0;
  border-radius: 10px;
  animation-name: alertProgressAnimation;
  animation-duration: 4s;
}

#alert-customer-container {
  display: flex;
  align-items: center;
  height: 100%;
}

#alert-customer-container>p {
  margin: 0;
  font-weight: 600;
  padding-left: 10px;
  color: #fff;
  text-align: start;
  letter-spacing: 0px;
}

/* form */

#register-campaign,
#register-juridic-type,
#register-pravaler-hidden-city,
#register-pravaler-hidden-state,
#register-origin,
#register-source {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

#register-other {
  display: none;
}

/* FORM AMBASSADOR */

.button-send {
  max-width: 280px;
  border-radius: 10px;
  font-weight: 600;
  background: #348aee;
  color: #fff !important;
  padding: 22px 15px;
  text-align: center;
  margin: auto;
  margin: 550px auto 0 auto;
}

.form-group.anima {
  max-width: 700px !important;
}

.formulario {
  width: 70%;
}

.form-label {
  margin-bottom: 10px;
  margin-top: 10px;
}

.checkbox-form {
  margin-right: 10px;
}

.checkbox>label {}

.form-group.anima>input,
.form-group.anima>select,
.form-group.anima>textarea {
  border-radius: 20px;
  border: 1px #999999 solid;
  width: 250px;
  margin-right: 21px;
  box-shadow: 0px 0px 20px #dedede;
}

.form-control.anima {
  padding: 0.375rem 1.2rem !important;
  color: #999999 !important;
  background-color: #f5f5f5 !important;
}

.form-control.anima:focus {
  background-color: #f5f5f5 !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999 !important;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile+label {
  margin: auto;
  border-radius: 10px;
  font-weight: 600;
  background: #348aee;
  color: #fff !important;
  padding: 10px 10px;
  text-align: center;
}

.pravaler-footer {
  background-color: #000;
  padding: 40px 5vw;
}

.pravaler-footer-container li {
  list-style: none;
  margin-bottom: 1rem;
}

.pravaler-footer-container .info-title {
  color: #FFF;
  font-weight: bold;
}

.pravaler-footer-container .accordion-toggle::after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  color: #FFF;
}

.pravaler-footer-container .accordion-toggle.collapsed::after {
  content: "\f078";
}

.pravaler-footer-container a {
  text-decoration: none;
  color: #8F8F8F;
}

.pravaler-footer-container a:hover {
  text-decoration: none;
  color: #FFF;
}

.pravaler-footer hr {
  border: solid 1px #ffffff33;
}

.pravaler-footer .content-bottom {
  text-transform: uppercase;
  color: #BBB;
}

@keyframes alertProgressAnimation {
  0% {
    width: 100%;
  }

  20% {
    width: 100%;
  }

  to {
    width: 0%;
  }
}

@keyframes alertRightAnimation {
  0% {
    visibility: visible;
    right: -250px;
  }

  15% {
    right: 50px;
  }

  19% {
    right: 10px;
  }

  22% {
    right: 25px;
  }

  25% {
    right: 20px;
  }
}

@media (max-width: 960px) {
  .anima-block {
    display: block;
  }

  .form-group.anima>input,
  .form-group.anima>select,
  .form-group.anima>textarea {
    width: 375px;
  }

  #btn-register-anima {
    display: flex;
    margin: auto;
    margin-top: -10px;
    padding: 5px 80px;
  }
}

@media (max-width: 767px) {
  .destaque .container {
    display: block;
    text-align: center;
  }

  .destaque img {
    max-width: 250px;
  }

  .barra-inferior ul {
    display: block;
  }

  footer#application-footer .redes-sociais ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  footer#application-footer .menu-rodape ul {
    column-count: 1;
    text-align: center;
  }

  footer#application-footer .menu-rodape ul li a {}

  footer#application-footer .empresa,
  footer .menu-rodape {
    max-width: 100%;
  }

  footer#application-footer .menu-rodape h5 {
    text-align: center;
  }

  footer#application-footer .empresa .logo-rodape {
    margin: 0 auto 20px;
    float: none;
  }

  .footer-cookies a:first-of-type {
    margin-bottom: 40px;
  }

  .footer-cookies a {
    font-size: 0.8rem;
    margin-bottom: 40px;
    text-align: center;
  }
}

@media(max-width: 410px) {
  .footer-cookies {
    display: grid;
  }

  .footer-cookies-divider {
    display: none;
  }

  #logo-saber {
    max-width: 90px;
    height: auto;
  }

  #logo-ie-main {
    max-width: 90px;
    margin-left: 10px;
  }
}

@media (max-width: 375px) {

  .form-group.anima>input,
  .form-group.anima>select,
  .form-group.anima>textarea {
    width: 339px;
  }
}

@media (max-width: 360px) {

  .form-group.anima>input,
  .form-group.anima>select,
  .form-group.anima>textarea {
    width: 324px;
  }
}

@media (max-width: 320px) {

  .form-group.anima>input,
  .form-group.anima>select,
  .form-group.anima>textarea {
    width: 284px;
  }
}