html {
  scroll-behavior: smooth;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

/* Remove excess padding and border in Firefox 4+ */

.generic-container {
  width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .generic-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .generic-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .generic-container {
    max-width: 960px;
  }
  .two-images {
    width: 218px;
    height: 40px;
  }
}

@media (min-width: 1200px) {
  .generic-container {
    max-width: 1140px;
  }
}

.live-talks, .business-survival {
  width: 100%;
}

.container-evento-business .card-info-item {
  padding: 0!important;
  margin: 0!important;
}

@media (min-width: 768px) {
  .generic-container-sided {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .generic-container-sided {
    max-width: 420px;
  }
}

@media (min-width: 1200px) {
  .generic-container-sided {
    max-width: 510px;
  }
}

.modal {
  max-height: 97.5%;
  top: 1%!important;
  overflow-x: hidden;
}

.modal-header {
  position: sticky;
  top: 0;
}

.text-eficiencia-backoffice {
  text-transform: uppercase;
  font-size: 10px;
  padding: 12px 16px;
}

.header-container {
  display: flex;
  align-items: flex-start;
  padding: 16px;
  flex-direction: column;
  height: 40vw;
}

.container-image-backoffice {
  min-height: 72px;
}

.image-backoffice {
  height: 36px;
}

.image-backoffice img {
  max-width: 100%;
  height: 100%;
}

.image-backoffice img:first-child {
  margin-right: 24px;
}

.two-images {
  width: 197px;
  height: 40px;
}

.two-images img {
  width: 47%;
  height: 100%;
}

.card-info-item {
  display: flex;
}

.border-eficiencia-backoffice {
  box-sizing: border-box;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #232323;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  margin-bottom: 20px;
  text-align: center;
}

.container-text-backoffice {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 36px;
}

.number-eficiencia-backoffice {
  height: 30px;
  width: 16px;
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  line-height: 8px;
  font-weight: bold;
  position: absolute;
  left: 97.5%;
}

.text-backoffice {
  color: #232323;
  font-family: "Open Sans";
  word-break: break-word;
  font-size: 13px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 26px;
  min-height: 90px;
}

.container-cards-backoffice {
  display: flex;
  flex-wrap: wrap;
}

.card-backoffice {
  min-height: 328px;
  /* width: 328px; */
  margin-right: 24px;
  margin-bottom: 25px;
  flex: 0 0 30%;
}

.card-backoffice:nth-child(3n) {
  margin-right: 0;
}

.container-eficiencia-backoffice {
  display: flex;
  align-items: center;
  position: relative;
}

.title-backoffice {
  color: #232323;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}

.sub-title-backoffice {
  font-size: 14px;
  line-height: 21px;
}

.select>.select-wrapper {
  width: 100%;
}

.container-text {
  width: 70%;
  padding: 0 16px;
}

.container-startups {
  display: flex;
  flex-wrap: wrap;
}

.image-item {
  margin-top: 18px;
}

.container-image-item {
  width: 10%;
  margin-right: 5%;
  height: 100%;
}

.container-btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 37px;
}

.container-btns a {
  font-family: 'Open Sans Semibold';
}

.text-item {
  height: 21px;
  width: 242px;
  color: #FFF;
  /* font-weight: bold; */
  font-family: 'Open Sans SemiBold';
  font-size: 16px;
  line-height: 21px;
  width: 80%;
}
.web-site-session { }
.result-session { }

.web-site-title span {
  font-family: 'Open Sans SemiBold';
}
.result-title {
  height: 21px;
  width: 504px;
  color: #111;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 21px;
}

.web-site {
  height: 21px;
  width: 504px;
  color: #409aff;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 21px;
}

.card-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  width: 354px;
  border-radius: 2px;
  background-color: #00B8CA;
  box-shadow: 0 3px 8px 0 rgba(172, 172, 172, 0.55);
  margin-right: 24px;
  margin-bottom: 24px;
  position: relative;
}

.card-item:nth-child(3n) {
  margin-right: 0;
}

.title-startup {
  font-size: 36px;
  font-family: 'Open Sans';
}

.btn-disabled {
  height: 40px;
  width: 175px;
  border-radius: 20px;
  background-color: #B1AEB3;
  color: #EBEAEB;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  cursor: default;
}

.form-modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 27px;
}

.required-field {
  color: #F44336;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 30px;
}

.image-background {
  background-image: url("../img/modal_image.jpg");
  background-size: cover;
  min-height: 100%;
  width: 45%;
}

.container-cards-content-modal {
  background-color: #FFF;
  padding: 48px 54px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.container-content-carrosel-modal {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.container-content-modal {
  padding: 42px 25px;
  width: 55%;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}

.form {
  display: flex;
  flex-direction: row-reverse;
}

.title-form-modal {
  font-size: 24px;
  line-height: 36px;
}

.line-modal {
  height: 1px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  opacity: 0.24;
  background-color: #777379;
}

.container-ver-perfil {
  color: #409AFF;
  font-family: "Open Sans SemiBold";
  font-size: 14px;
  line-height: 19px;
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
}

.modal-sub-title {
  display: flex;
  flex-wrap: wrap;
}

.border-sub-title-modal {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}

.container-cards-content-modal {
  display: flex;
  flex-direction: row;
}

.modal-content-description {
  display: flex;
  flex-direction: column;
  padding: 12px 108px 56px;
  background-color: #F0F0F0;
}

.container-content-carrosel-modal-header {
  padding: 56px 108px 0px;
  background-color: white;
}

.title-description {
  color: #232323;
  font-family: 'Open Sans Semibold';
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 14px;
}

.sub-title-description {
  color: #232323;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 18px;
}

.title-solucao, .web-site-title {
  font-family: 'Open Sans Semibold';
  color: #232323;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 16px;
}



.btn-modal {
  height: 40px;
  width: 170px;
  border-radius: 20px;
  background-color: #409AFF;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  color: white;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.container-btn {
  margin-bottom: 42px;
  margin-top: 18px;
  display: flex;
}

.container-solucao {
  display: flex;
  flex-direction: column;
}

.modal-close {
  color: white;
  margin-top: 10px;
}

.sub-title-modal {
  height: 21px;
  color: #232323;
  font-weight: 900;
  font-size: 16px;
  line-height: 21px;
  padding: 18px 0;
  text-align: left;
}

.sub-title-modal span {
  font-family: 'Open Sans Semibold';
}

.see-profile {
  color: #409AFF;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
}

.header-bar-modal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 56px;
  width: 100%;
  border-radius: 2px 2px 0 0;
  background-color: #3F3C42;
  color: #FFF;
}

.title-mantenedoras {
  color: black;
  font-weight: bold;
  font-size: 24px;
  line-height: 48px;
  margin: 0;
}

.btn-ver-startups {
  border-radius: 25px;
  text-align: left;
  height: 40px;
  width: 272px;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  justify-content: center;
  display: flex;
  align-items: center;
  box-shadow: none;
  margin-bottom: 0;
}

.select-wrapper {
  position: relative;
  width: 50%;
}

.input-field input {
  font-family: "Open Sans";
}

.input-field.col label {
  left: 0px;
}

.select-wrapper+label {
  top: -35px;
  font-size: .8rem;
  font-size: 16px;
}

.select-wrapper input.select-dropdown {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  color: #232323;
  line-height: 3rem;
  font-weight: bold;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  height: 40px;
}

.cards-banner {
  margin-left: 0px;
  margin-top: -65px;
  padding: 0 16px;
}

.cards-mantenedoras {
  margin-left: 0px;
  margin-top: -10px;
  padding: 0 16px;
}

.solucoes {
  border-radius: 25px;
  text-align: left;
  color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  height: 40px;
  width: 299px;
  font-size: 14px;
}

.comunicado {
  border-radius: 25px;
  text-align: left;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 40px;
  width: 272px;
}

.container-item {
  height: 329px !important;
  width: 240px !important;
  border-radius: 2px;
  background-color: #FFF;
  padding: 16px 0;
  box-shadow: 0 3px 8px 0 rgba(172, 172, 172, 0.55);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #232323;
  z-index: 10;
}

.border-sub-title-modal {
  font-size: 10px;
  font-family: 'Open Sans';
  font-weight: 900;
  border: solid 1px black;
  padding: 4px 12px;
  border-radius: 16px;
  margin: 6px;
}

.border-sub-title {
  font-size: 10px;
  font-weight: 900;
  border: solid 1px black;
  padding: 5px 10px;
  border-radius: 16px;
}

.title-item {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 18px;
  padding: 0 16px;
}

.container-sub-title {
  padding: 0 16px;
  margin-bottom: 18px;
}

.cta-config {
  text-transform: uppercase;
}

.title-config, .cta-config {
  font-family: 'Open Sans SemiBold';
}

.font-default {
  font-family: 'Open Sans SemiBold'!important;
  text-transform: uppercase;
}

.footer-item {
  display: flex;
  border-top: 1px solid rgba(177, 174, 179, .3);
  font-size: 14px;
  color: #409AFF;
  line-height: 21px;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding: 0 16px;
}

.text-item {
  text-align: start;
  margin: 0;
  margin-bottom: 24px;
}

.logo-item img {
  height: 28px;
  width: 160px;
}

.logo-item {
  margin-bottom: 24.5px;
}

.container-content {
  padding-top: 24px;
  padding: 16px 0;
}

.footer-jornalista {
  padding-left: 20px;
}

.footer-falar-sobre {
  padding-left: 30px;
}

.footer-content-contanto {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
}

.footer-contato {
  display: flex;
  color: #B1AEB3;
  font-size: 12px;
  line-height: 21px;
  white-space: pre-line;
  flex: 1;
  width: 100%;
}

.text-endereco {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}

.social-midia {
  height: 24px;
  width: 24px;
}

.line-footer {
  height: 1px;
  width: 100%;
  background-color: #5B575E;
  margin: 32px 0;
}

.content-footer-logo-midia {
  margin-top: 25px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.logo-footer {
  margin-bottom: 19px;
}

.page-footer {
  padding: 0 16px;
  padding-bottom: 2.4rem;
}

.container-newletter {
  height: 98px;
  width: 400px;
  border-radius: 2px;
  background-color: #004A5E;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-image {
  width: 25%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  padding: 0px 16px 0px 16px;
}

.text-newletter {
  color: #FFF;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

.newletter-underline {
  color: #FFF;
  font-size: 14px;
  text-decoration: underline;
}

.container-content-evento-business {
  background-color: #00738C;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 102px;
  padding-left: 167px;
  padding-right: 35px;
}

.text-evento-business {
  color: #FFF;
  font-size: 16px;
  line-height: 23px;
  opacity: .6;
}

.btn-evento-business {
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #F39720;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  height: 40px;
  width: 214px;
  margin: 30px 0px;
}

.btn-business {
  width: 214px;
}

.logo-footer {
  height: 26.64px;
  width: 79px;
}

.container-rede-social {
  width: 25.7%;
}

.content-rede-social {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.content-rede-social-modal {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.social-midia-modal {
  height: 24px;
  width: 24px;
  margin-right: 40px;
}

.title-evento-business {
  color: #FFF;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
}

.background-left {
  background-color: #009BAA;
  padding-right: 167px;
  padding-left: 35px;
}

.container-evento-business {
  display: flex;
  min-height: 480px;
  width: 100%;
}

.container-conhecer-mais {
  display: flex;
  width: 100%;
  min-height: 270px;
}

.container-realizado {
  width: 50%;
}

.margin-text {
  margin-right: 71px;
}

.title-realizado {
  height: 64px;
  width: 480px;
  color: #000;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px
}

.text-realizado {
  width: 480px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.btn-realizado {
  color: #FFF;
  font-size: 14px;
  height: 40px;
  width: 172px;
  border-radius: 20px;
  background-color: #F39720;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.content-card {
  padding: 17px 25px;
  line-height: 19px;
  width: 100%;
}

.button-container {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

.text-card {
  margin: 5px 0px;
}

.title-card-backoffice span {
  font-family: 'Open Sans Semibold'
}

.title-card-backoffice {
  margin-top: 24px;
}

.container-card {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: white;
  border-radius: 2px;
  color: #232323;
  font-size: 14px;
  line-height: 19px;
  box-shadow: 0px 0px 7px -2px black;
}

.text-underline {
  text-decoration: underline;
}

.title-card {
  font-weight: 900;
}

.image-card {
  min-width: 200px;
  height: 100%;
  background-color: #00A6D2;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  display: flex;
  justify-content: center;
  position: relative;
}

.cards-banner .card-info-item:first-child .image-card {
  background-color: #00B8CA;
}

.image-card img {
  height: 64px;
  width: 64px;
  top: 25%;
  position: absolute;
}

h1, h2, h3, p, a, span {
  font-family: 'Open Sans', sans-serif;
}

h2 {
  font-weight: 700;
}

h3 {
  opacity: .6;
}

b {
  font-family: "Open Sans";
  font-weight: bold;
}

section {
  overflow: hidden;
  position: relative;
}

.logo {
  z-index: 2;
  padding: 40px 0;
  padding-left: 30px;
}

video {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.container {
  position: absolute;
  z-index: 1;
}

.estamos-juntos {
  color: #FFF;
  line-height: 38px;
  width: 100%;
  z-index: 1;
  font-family: 'Open Sans';
}

.estamos-juntos h1 {
  font-family: 'Open Sans';
}

.solucoes {
  border-radius: 25px;
}

.comunicado {
  border-radius: 25px;
  border-width: 2px;
  border-style: solid;
  border-color: #ff8f00;
  color: #ff8f00;
}

.filtro-solucao, .filtro-mantenedoras {
  margin-top: 50px;
}

.carrossel-startups, .carrossel-mantenedoras {
  margin-top: 50px;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.container-carousel {
  height: 300px;
  width: 600px;
  top: 60px;
  left: calc(50% - 300px);
  display: flex;
}

h1 {
  font-weight: normal;
  margin-top: 0;
  font-size: 3.5vw;
  color: #FFF;
  white-space: pre-line;
}

h3.main-title {
  font-size: 14px;
  line-height: 22px;
  padding-right: 45%;
  margin-bottom: 24px;
}

.card {
  display: flex;
  height: 280px;
  width: 200px;
  background-color: #17141d;
  border-radius: 10px;
  transition: 0.4s ease-out;
  position: relative;
  left: 0px;
}

.card:not(:first-child) {
  margin-left: -50px;
}

.card:hover {
  transform: translateY(-20px);
  transition: 0.4s ease-out;
}

.card:hover~.card {
  position: relative;
  left: 50px;
  transition: 0.4s ease-out;
}

.title {
  color: white;
  font-weight: 300;
  position: absolute;
  left: 20px;
  top: 15px;
}

.bar {
  position: absolute;
  top: 100px;
  left: 20px;
  height: 5px;
  width: 150px;
}

.emptybar {
  background-color: #2e3033;
  width: 100%;
  height: 100%;
}

.filledbar {
  position: absolute;
  top: 0px;
  z-index: 3;
  width: 0px;
  height: 100%;
  background: rgb(0, 154, 217);
  background: linear-gradient(90deg, rgba(0, 154, 217, 1) 0%, rgba(217, 147, 0, 1) 65%, rgba(255, 186, 0, 1) 100%);
  transition: 0.6s ease-out;
}

.card:hover .filledbar {
  width: 120px;
  transition: 0.4s ease-out;
}

.circle {
  position: absolute;
  top: 150px;
  left: calc(50% - 60px);
}

.stroke {
  stroke: white;
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  transition: 0.6s ease-out;
}

svg {
  fill: #17141d;
  stroke-width: 2px;
}

.card:hover .stroke {
  stroke-dashoffset: 100;
  transition: 0.6s ease-out;
}

.logo-modal-container {
  height: 100%;
  display: inline-block;
 }

 .container-content-carrosel-modal-header {
  text-align: left;
}

.logo-modal {
  height: 50px;
}

.logo-modal-img {
  max-width: 100%;
  height: 100%;
}

.logo-modal img:first-child {
  margin-right: 28px;
}

.header-container {
  display: flex;
  align-items: flex-start;
  padding: 16px;
  flex-direction: column;
  height: 50vw;
}

.label-modal {
  font-family: "Open Sans";
}

.select>.label-modal {
  left: 0;
}

.image {
  width: 100px;
}

.img-card {
  height: 110px;
  width: 504px;
}

.img-live-talk {
  height: 110px;
  width: 504px;
}

.container-cards {
  display: flex;
  /* flex-direction: row-reverse; */
  /* justify-content: center;
  align-items: center; */
  /* margin-left: 180px */
}

.waves-effect {
  position: initial !important;
}

.logo img {
  height: 40px;
}

.logo {
  display: flex;
  margin-bottom: 40px;
}

.estamos-juntos {
  color: #FFF;
  line-height: 38px;
  width: 100%;
  font-family: 'Open Sans';
  /* padding: 0 167px; */
}

.button-container {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

h1 {
  font-weight: normal;
  margin-top: 0;
  font-size: 3.5vw;
  color: #FFF;
  white-space: pre-line;
}

h3 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 24px;
}

.button-header {
  width: 299px;
}

.solucoes {
  border-radius: 25px;
  text-align: left;
  color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  height: 40px;
  width: 299px;
  font-size: 14px;
}

.comunicado {
  border-radius: 25px;
  text-align: left;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 40px;
  width: 285px;
}

.image-size {
  height: 329px;
  width: 228px;
}

.btn-startups-container {
  display: flex;
  justify-content: flex-end;
}

.btn-ver-startups {
  border-radius: 25px;
  text-align: left;
  height: 40px;
  width: 272px;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.btn-startups-container.outline {
  justify-content: flex-start;
}

.btn-ver-startups.outline {
  background-color: #fff !important;
  color: #F39720;
  border: 1px solid #F39720;
  font-size: 14px;
  padding: 10px 15px;
  margin-top: 36px;
  width: 85%;
}

.content-startup {
  color: black;
  opacity: 1;
}

.content-startup-explore {
  font-family: "Open Sans Semibold";
}

.content-mantenedoras {
  color: black;
  margin-top: 16px !important;
  opacity: 1;
}

.content-mantenedoras-conheca {
  margin-bottom: 32px;
  font-family: "Open Sans Semibold";
}

.line {
  height: 1px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  opacity: 0.24;
  background-color: #777379;
}

.input-field.col label {
  left: 0rem;
}

.select-wrapper+label {
  top: -35px;
  font-size: .8rem;
  font-size: 12px;
  left: -20px;
}

.cards-banner {
  margin-left: 0px;
  margin-top: -65px;
  /* padding: 0 167px; */
}

.title-startup {
  color: black;
  font-size: 36px;
  margin-top: 60px;
}

.center {
  text-align: center;
  margin-bottom: 60px;
}

.select-wrapper {
  position: relative;
  width: 40%;
}

.dropdown-content {
  max-height: 250px;
}

.dropdown-content li>a, .dropdown-content li>span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 10px 6px;
}

.resultado-filtro-startup {
  font-size: 14px;
}

.cards-mantenedoras {
  margin-left: 0px;
  margin-top: -10px;
  /* padding: 0 167px; */
}

label.error {
  display: none !important;
}

.dropdown-content li > a, .dropdown-content li > span {
  color: #000 !important;
}

.ctas{
  font-size: 12px !important; 
  padding: 0 16px 0 16px !important;
  width: fit-content !important;
}

@media (min-width: 768px) {
  .card-item {
    width: 46.5%;
  }
  .image-card {
    min-width: 63px;
  }
  .card-backoffice {
    flex: 0 0 45%;
  }
  .card-backoffice:nth-child(3n) {
    margin-right: 24px;
  }

  .card-backoffice:nth-child(2n+1) {
    margin-right: 0;
  }
  .card-info-item:first-child .container-content-evento-business {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .card-info-item {
    width: 100%;
  }
  .card-info-item:first-child {
    margin-right: 24px;
  }
  h3 {
    padding-right: 55%;
  }
  .card-item:nth-child(2n) {
    margin-right: 0px;
  }
  .card-item:nth-child(3n) {
    margin-right: 24px;
  }
  .header-container {
    display: flex;
    align-items: flex-start;
    height: 604px;
    padding: 0px;
    flex-direction: column;
  }
  .container-cards {
    margin-bottom: 24px;
  }
  .btn-ver-startups.outline {
    width: 45%;
  }
  .btn-startups-container.outline {
    justify-content: flex-end;
  }
  .container-conhecer-mais {
    padding: 0 16px;
  }
  .container-conhecer-mais .generic-container {
    display: inline-flex;
  }
  .container-evento-business .generic-container {
    display: inline-flex;
    margin: 0!important;
    padding: 0!important;
    max-width: 100%;
  }
  .container-content-evento-business, .container-content-evento-business.background-left {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 110px;
  }
  .container-evento-business .generic-container .card-info-item {
    min-width: 50%;
  }
  .text-realizado {
    width: 100%;
  }
  .container-newletter {
    height: 150px;
    width: 85%;
  }
  .text-backoffice {
    min-height: 154px;
  }
}

.semibold {
  font-family: "Open Sans Semibold";
}

@media only screen and (min-width: 992px) {
  .card-item {
    width: 31.5%;
  }
  .card-backoffice {
    flex: 0 0 44%;
  }
  .btn-ver-startups.outline {
    width: 32%;
  }
  .header-container {
    height: 704px;
  }
  .card-item:nth-child(1n), .card-item:nth-child(2n) {
    margin-right: 24px;
  }
  .card-item:nth-child(3n) {
    margin-right: 0px;
  }
  .text-backoffice {
    min-height: 120px;
  }
  .two-images {
    width: 220px;
  }
  .content-newletter {
    margin-right: 5%;
  }
  .container-image {
    padding: 0px 16px 0px 16px;
  }
  .image-card {
    min-width: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .header-container {
    display: flex;
    align-items: flex-start;
    height: 95vh;
    padding: 16px;
    flex-direction: column;
  }
  .image-card {
    min-width: 200px;
  }
  .container-content-carrosel-modal-header {
    text-align: center;
  }
  .number-eficiencia-backoffice {
    position: relative;
    left: 0;
  }
  .container-image-backoffice {
    min-height: 100%;
    display: inline-block;
  }
  .sub-title-modal {
    text-align: center;
  }
  .modal {
    width: 95%;
  }
  .text-evento-business {
    color: #FFF;
    font-size: 14px;
    line-height: 21px;
  }
  .title-backoffice {
    font-size: 21px;
  }
  .container-cards-content-modal {
    padding: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .sub-title-backoffice {
    font-size: 14px;
  }
  .card-backoffice {
    padding: 0;
    margin-right: 0;
  }
  .form {
    flex-direction: column;
  }
  .container-content-modal {
    width: 100%;
  }
  .image-background {
    background-image: url("../img/modal_image.jpg");
    background-size: cover;
    min-height: 0;
    width: 100%;
    background-position-y: 50%;
    height: 180px;
  }
  .container-ver-perfil {
    width: 100%;
    margin-bottom: 14px;
  }
  .content-mantenedoras {
    margin-bottom: 32px !important;
    margin: 0;
  }
  .last-tem-modal {
    margin-right: 0;
  }
  .modal-content-description {
    width: 100%;
  }
  .container-content-carrosel-modal {
    padding: 56px 18px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  b {
    font-weight: 900;
  }
  .footer-contato {
    flex-direction: column;
  }
  .footer-jornalista {
    padding: 0;
  }
  .footer-content-contanto {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
  }
  .footer-falar-sobre {
    padding: 0;
  }
  .line-mobile-footer {
    height: 1px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 34px;
    margin-top: 34px;
    opacity: 0.24;
    background-color: #777379;
  }
  .content-footer-logo-midia {
    flex-direction: column;
    align-items: flex-start;
  }
  .container-rede-social {
    width: 80%;
  }
  .page-footer {
    padding: 0;
  }
  .btn-business {
    margin-bottom: 0;
  }
  .container-evento-business {
    flex-direction: column;
  }
  .container-evento-business .generic-container {
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  .container-evento-business .generic-container .card-info-item {
    padding: 0 !important;
    margin: 0 !important;
  }
  .container-content-evento-business {
    width: 100%;
    height: auto;
    font-size: 20px;
    padding: 50px 16px;
  }
  .content-newletter {
    padding: 24px;
    opacity: .6;
    line-height: 23px;
  }
  .container-newletter {
    height: 137px;
    width: 100%;
  }
  .margin-mobile {
    margin-bottom: 72px;
  }
  .line-mobile {
    height: 1px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-top: 50px;
    opacity: 0.24;
    background-color: #777379;
  }
  .text-realizado {
    width: 100%;
  }
  .container-realizado {
    width: 100%;
  }
  .margin-text {
    margin-right: 0;
  }
  .container-conhecer-mais {
    display: flex;
    width: 100%;
    min-height: 270px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .select-wrapper {
    position: relative;
    width: 70%;
  }
  .select-wrapper+label {
    top: -25px;
  }
  .image {
    width: 100px;
  }
  .img-card {
    height: 151px;
  }
  .img-live-talk {
    height: 130px;
  }
  .container-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
  }
  .waves-effect {
    position: initial !important;
  }
  .logo img {
    height: 24px;
  }
  .logo {
    display: flex;
    margin-bottom: 0px;
  }
  .estamos-juntos {
    color: #FFF;
    line-height: 38px;
    width: 100%;
    padding: 0px;
  }
  .button-container {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    font-weight: bold;
    width: 70%;
  }
  h1 {
    line-height: 38px;
    margin-top: 0;
    font-size: 32px;
    color: #FFF;
  }
  h3 {
    font-size: 14px;
    line-height: 38px;
    line-height: 21px;
    /* padding-right: 0%; */
  }
  .button-header {
    width: 299px;
  }
  .solucoes {
    font-size: 14px;
    height: 40px;
    width: 299px;
  }
  .comunicado {
    height: 40px;
    width: 272px;
  }
  .image-size {
    height: 290px;
    width: 230px;
  }
  .btn-ver-startups {
    border-radius: 25px;
    text-align: left;
    width: 100%;
    font-size: 4vw;
    height: 50px;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .title-mantenedoras {
    color: black;
    font-weight: bold;
    font-size: 7vw;
    margin-bottom: 16px !important;
    font-size: 20px;
    line-height: 28px;
  }
  .content-startup {
    margin-bottom: 32px;
  }

  .line {
    height: 1px;
    width: 100%;
    margin-top: 48px;
    margin-bottom: 48px;
    opacity: 0.24;
    background-color: #777379;
  }
  .cards-banner {
    margin-left: 0px;
    margin-top: -75px;
    padding: 0;
  }
  .title-startup {
    color: black;
    font-size: 8vw;
    margin-top: 10px;
  }
  .center {
    text-align: center;
    margin-bottom: 60px;
  }
  .select-wrapper input.select-dropdown {
    height: 40px;
  }
  .dropdown-content li>a, .dropdown-content li>span {
    font-size: 5.5vw;
    color: #26a69a;
    display: block;
    line-height: 22px;
    padding: 27px 16px;
  }
  .resultado-filtro-startup {
    font-size: 4.2vw;
  }
  .cards-mantenedoras {
    margin-left: 0px;
    margin-top: -10px;
    padding: 0;
  }
  .header-container {
    display: flex;
    align-items: flex-start;
    height: 554px;
    padding: 0px;
    flex-direction: column;
  }
  .card-item {
    width: 100%;
  }
  .content-card {
    padding: 12px 14px;
    width: auto;
  }
  .card-info-item {
    margin-bottom: 16px;
  }
  .cards-banner .card-info-item:last-child {
    margin-bottom: 48px;
  }
  .card-info-item:first-child {
    margin-right: 0px;
  }
  .solucoes {
    font-size: 14px;
    height: 40px;
    width: 290px;
  }
  .comunicado {
    height: 40px;
    width: 270px;
  }
  .img-card {
    height: 132px;
  }
  .img-live-talk {
    height: 114px;
  }
  .logo {
    padding-left: 15px;
  }
  .card-item:nth-child(3n), .card-item:nth-child(2n), .card-item:nth-child(1n) {
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  .card-backoffice {
    flex: 0 0 31%;
  }
  .number-eficiencia-backoffice {
    position: relative;
    left: 0;
  }
  .card-backoffice:nth-child(2n+1) {
    margin-right: 24px;
  }
  .card-backoffice:nth-child(3n+1) {
    margin-right: 0px;
  }
  .modal {
    width: 80%
  }
  .modal-smaller {
    width: 60%;
  }
  .text-backoffice {
    min-height: 110px;
  }
}

@media (max-width: 576px) {
  .logo-modal {
    text-align: center;
  }
  .container-image {
    padding-right: 0px;
  }
  .container-content-carrosel-modal-header {
    width: 100%;
    padding: 58px 15px 0;
  }
  h3.main-title {
    padding-right: 0%;
  }
  .container-btn {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
  .modal-content-description {
    padding: 15px;
  }
  .container-content-carrosel-modal {
    padding: unset;
  }
  .cta{
    width: fit-content !important;
    padding: 12px 16px 16px 12px !important;
  }
}

@media only screen and (max-width: 320px) {
  .container-newletter {
    height: 200px;
  }
  .btn-ver-startups.outline {
    font-size: 12px;
  }
  .cta{
    width: fit-content !important;
    padding: 12px 16px 16px 12px !important;
  }
}

@media only screen and (max-width: 415px) {
  .btn-ver-startups.outline {
    width: 90%;
  }
  .image-card {
    min-width: 100px;
  }
  .cta{
    width: fit-content !important;
    padding: 12px 16px 16px 12px !important;
  }
}
