/**
  All CSS changes in this file will affect all application
*/
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('fonts/segoe-ui-4/style.css');
@import url('fonts/ubuntu/style.css');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap');

*:not(i):not(.font-segoe *):not(.font-segoe-bold *):not(.font-roboto *) {
  font-family: 'Raleway', sans-serif !important;
}

.font-segoe:not(i) {
  font-family: 'Segoe UI Regular' !important;
}

.font-segoe-bold:not(i) {
  font-family: 'Segoe UI Bold';
}

.font-roboto {
  font-family: 'Roboto';
}

.max-height-300-overflow {
  max-height: 300px;
  overflow: scroll;
}

body {
  background-color: #fff;
}

.cursor-pointer {
  cursor: pointer;
}

form:not(.no-default-form-class),
.panel {
  background: #fff;
  padding: 20px 10px 35px 10px;
  border-radius: 3px;

  -webkit-box-shadow: 1px 1px 10px 1px rgba(163, 163, 163, 0.5);
  -moz-box-shadow: 1px 1px 10px 1px rgba(163, 163, 163, 0.5);
  box-shadow: 1px 1px 10px 1px rgba(163, 163, 163, 0.5);
}

table.table tfoot {
  font-weight: bold;
}

.container-fluid {
  margin-top: 10px;
}

.btn {
  white-space: inherit !important;
}

.container-app {
  width: calc(100% - 215px);
  display: block;
  margin-left: 200px;
  padding-left: 30px;
}

.alert {
  margin-left: 215px;
}

.smaller-container {
  max-width: 500px;
  margin: 10px auto;
  display: block;
}

.full {
  width: 100% !important;
}

.child-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.child-center-xy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

label.radio {
  margin-right: 10px;
  margin-left: 5px;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.justify-content-center {
  justify-content: center;
}
.break-word {
  word-wrap: break-word;
}

.box-shadow {
  -webkit-box-shadow: 6px 3px 29px -9px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 6px 3px 29px -9px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 6px 3px 29px -9px rgba(0, 0, 0, 0.75) !important;
}

.fs-30 {
  font-size: 30px;
}
.fs-14 {
  font-size: 14px;
}

/*
  Custom style
*/

input,
select,
textarea {
  border-radius: 7px;
  border: 1px solid #dcdcdc !important;
  color: #989898;
}

options {
  color: #989898;
}

label {
  color: #989898;
  text-transform: uppercase;
}

.btn {
  border-radius: 6px;
  text-transform: uppercase;
}

.btn-cta-entrepreneur-journey {
  background: #cc0600;
  color: #fff !important;
}

.btn-primary {
  background-color: #495c98 !important;
  border-color: #495c98 !important;
}

.btn-primary-green {
  background-color: #31a754 !important;
  border-color: #31a754 !important;
  color: #fff;
}

.btn-primary-green:hover {
  color: #fff;
}

.btn-default {
  background-color: #2287b0 !important;
  border-color: #2287b0 !important;
  color: #fff;
}

.btn-warning {
  color: #fff;
}

.btn-white-transparent {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 60px;
  outline: none;
}

.btn-white-transparent:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-confirm {
  width: 350px;
}

.btn-primary-reverse {
  border: 1px solid #e94335;
  color: #e94335;
  background: transparent;
}
.btn-primary-reverse:hover {
  color: #e94335;
}

.btn-green-reverse {
  border: 1px solid #007141;
  color: #007141;
  background: transparent;
}

.btn-yellow {
  background: #faa71a;
}
.btn-blue {
  background: #3b60ac;
  color: #fff;
}

.primary-text {
  color: #e94335;
}
.text-gray {
  color: #555;
}
.text-white {
  color: #fff !important;
}
.text-yellow {
  color: #faa71a;
}
.text-purple {
  color: #3b60ac;
}
.text-green {
  color: #56ac61;
}
.text-blue {
  color: #5972a7;
}
.text-red {
  color: #e62b1d;
}
.text-small {
  font-size: 12px;
}

.bg-orange {
  background: #e94335;
}
.bg-blue {
  background: #1e3c5a;
}

.mt-60px {
  margin-top: 80px;
}
.list-style-none {
  list-style: none;
  padding-left: 0;
}

.default-navbar .btn-primary {
  background: #fff !important;
  border-color: #fff !important;
  color: #31a754;
}

.default-navbar .btn-primary-reverse {
  border: 1px solid #fff;
  color: #fff;
}

.small-text {
  font-size: 13px;
}

.react-draft-editor-class {
  border: 1px solid #ced4da;
  height: 350px;
}

.inverse-element {
  transform: rotateY(180deg);
}

.dropdown-item {
  cursor: pointer;
}
.dropdown-item:hover {
  color: #fff;
  background: #e94335;
}
/*
  Layout David
*/

nav.navbar {
  margin: 0;
}

.banner img {
  width: 100%;
}

.flex {
  display: flex;
}
.w-100 {
  width: 100%;
}
/*===================================TOPO===================================*/
.info-social {
}
.info-social {
  padding: 0;
  margin: 0 auto;
}
.info-social li {
  list-style: none;
  padding: 10px;
  float: left;
}
.info-social li a {
  display: block;
  color: #444;
  font-size: 13px;
  position: relative;
  padding-left: 27px;
}

.info-social li a small {
  display: block;
}
.info-social li a i {
  font-size: 20px;
  position: absolute;
  left: 0;
}
.info-social .fa-info-circle {
  color: #f7a700;
}

.info-social .fa-whatsapp {
  color: #06a053;
}

.default-navbar .info-social li a,
.default-navbar .info-social li label,
.default-navbar .info-social .fa-info-circle,
.default-navbar .info-social .fa-whatsapp {
  color: #fff;
}
#index-signin-section {
  margin-bottom: 49px;
}
/*===================================DESTAQUES=========================================*/
.destaque {
  padding: 3vw;
}
.destaques h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 300;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 11px;
  font-weight: bold;
}

.destaque h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 13px;
}
.destaque h4 {
  font-size: 18px;
  font-weight: bold;
}
.destaque p {
  font-size: 15px;
}
.destaque .texto {
  /*padding: 17px 78px;*/
  padding: 1vw 5vw;
}
.destaque img {
  width: 100%;
}
.destaque a {
  font-weight: 300;
  font-size: 25px;
  background: #d32116;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 9px;
  border-radius: 40px;
  text-decoration: none;
  display: block;
  width: 100%;
  display: inline-block;
  max-width: 230px;
}
.destaque .container {
  display: flex;
}

.destaque .area-checks {
  display: flex;
  font-size: 14px;
  flex-flow: wrap;
  margin-bottom: 17px;
}

.destaque .area-checks span {
  font-weight: 300;
  display: block;
  padding: 4px 2px;
}
.destaque .area-checks span:before {
  color: #06a053;
  padding: 2px;
  font-family: 'Font Awesome 5 Free';
}

.destaque .area-checks i {
  color: #06a053;
}
.destaque .area-checks.list {
  display: block;
}
.destaque .area-checks.list span {
  padding-left: 21px;
  position: relative;
}
.destaque .area-checks.list span:before {
  position: absolute;
  left: 0;
  top: 2px;
}

.como-funciona .container {
  flex-direction: row-reverse;
}
.como-ganho .container {
}
.dois-papeis .container {
  flex-direction: row-reverse;
}
.tarifas .container {
}
.comissao .container {
  flex-direction: row-reverse;
}
.destaque .right {
  flex-direction: row-reverse;
}
/*=======================HOME INSTITUIÇÕES DE ENSINO===============================*/
.instituicoes {
  padding: 34px 0 10px;
}

.instituicoes h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 13px;
}

.instituicoes .problemas {
  text-align: center;
}

.instituicoes .problemas img {
  max-width: 247px;
}

.instituicoes h5 {
  font-size: 20px;
  margin: 5px 0;
  font-weight: bold;
}
.instituicoes p {
  font-size: 15px;
}
.instituicoes .bloco {
  padding: 3vw;
}

/*=====================FOOTER========================*/
.barra-inferior {
  float: left;
  width: 100%;
  background: linear-gradient(#485b97 0%, #536bb5 59.4%, #7485bb 100%);
}
.barra-inferior ul {
  display: flex;
  margin-bottom: 0;
}
.barra-inferior ul li {
  /* float: left; */
  display: block;
  width: 100%;
}
.barra-inferior ul li a {
  width: 100%;
  color: #fff;
  font-size: 17px;
  padding: 20px;
  display: block;
  text-align: center;
}

footer#application-footer {
  background: #526dba;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

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

img#cubo-logo {
  width: 300px;
}

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

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

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

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

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

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

#app-footer-container > div > p {
  margin: 0;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
#saber-address {
  font-family: gothamBold;
  text-align: center;
}

.redes-sociais {
  margin-top: 15px;
}

p#startupsp-description {
  font-family: gothamBold;
}

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

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

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: 70px;
  height: 70px;
  margin: 0 4px;
  text-align: center;
}
footer#application-footer .redes-sociais ul li a:hover {
  background: #fff;
}
footer#application-footer .redes-sociais ul li a i {
  font-size: 50px;
  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;
  font-size: 17px;
  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;
  font-size: 12px;
  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;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 936px) {
  #app-footer-container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      'appFooterDivOne appFooterDivThree'
      'appFooterDivTwo appFooterDivTwo';
  }
  #app-footer-container > div {
    margin-bottom: 25px;
    text-align: center !important;
  }
}

@media (max-width: 440px) {
  #app-footer-container {
    display: flex;
    flex-direction: column;
  }
  #app-footer-container > div {
    margin-bottom: 25px;
    text-align: center !important;
  }
}

/*===================================CONTEUDO=========================================*/

.conteudo {
  padding: 30px 0;
  font-size: 14px;
}

.conteudo p {
  font-size: 14px;
}
.conteudo h3 {
  font-size: 23px;
  font-weight: bold;
  margin: 15px 0 10px;
}
.conteudo h4 {
  font-weight: bold;
}
.conteudo .video {
  background: #1b1b1b;
  text-align: center;
}
.conteudo .video iframe {
  width: 49vw;
  height: 27vw;
  min-width: 80%;
  min-height: 201px;
}
/*===================================QUERIES=========================================*/
@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 {
    font-size: 15px;
  }
  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;
  }
}
@media (min-width: 768px) {
}

@media (min-width: 992px) {
}
@media (max-width: 992px) {
  .container {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1200px) {
}

/*
===========================================================
BALÃO DE COMOFAÇO MATRICULA
=========================================================*/

/*=====  SLIDE MENU  ======*/

/*----------  HIDE SELECT CHECKBOX  ----------*/

.info-social .toggle,
.info-social .full-screen-close {
  display: none;
}

.info-social .full-screen-close {
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
}

/*----------  TOGGLE OFF-CANVAS MENU  ----------*/

.info-social .toggle:checked + .content > .menu-container {
  opacity: 1;
  top: 60px;
}

.info-social .toggle:checked + .content .full-screen-close {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  background: transparent;
}

.info-social .toggle-btn,
.info-social .close-btn {
  cursor: pointer;
}

.info-social .toggle-btn {
  display: block;
  color: #444;
  font-size: 13px;
  font-family: 'gt-medium';
  position: relative;
  padding-left: 27px;
  text-transform: initial;
}
.info-social .toggle-btn i {
  font-size: 20px;
  position: absolute;
  left: 0;
}

.info-social .close-btn {
  float: right;
  font-size: 1.5rem;
  padding: 1.5rem;
  color: #ededed;
}

.info-social .menu-container,
.info-social .content {
  transition: all 0.5s ease-in-out;
}

.info-social .menu-container {
  background: #fff;
  width: 40%;
  /* margin-left: -40%; */
  /* float: left; */
  /*    height: 100%;*/
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  margin: auto;
  top: -347px;
  padding: 10px;
  opacity: 0;

  -webkit-box-shadow: 2px 9px 18px 1px #20202054;
  -moz-box-shadow: 2px 9px 18px 1px #20202054;
  box-shadow: -1px 1px 20px 0px #20202054;
}
.info-social .menu-container:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 25px solid #fff;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;

  -webkit-box-shadow: -1px -20px 51px -8px #20202054;
  -moz-box-shadow: -1px -20px 51px -8px #20202054;
  box-shadow: -1px -20px 51px -8px #20202054;
}
.info-social .menu-container .slide-menu {
  height: 320px;
  overflow-y: scroll;
}
.info-social .slide-menu i {
  margin-right: 1rem;
  font-size: 1.5rem;

  vertical-align: middle;
}
.info-social .slide-menu li a {
  display: inline;
  padding: 0;
  color: #3d63af;
}

.info-social .slide-menu li a:hover {
  text-decoration: underline;
}

/*=================lista dentro==================*/

.tutorial {
  margin: auto;
  padding: 30px;
}

.tutorial p {
  border-top: 2px dashed;
  /* border-color: blue !important; */
  margin: 0;
  padding: 18px 34px;
  counter-increment: section;
  position: relative;
  font-size: 15px;
}

.tutorial p:nth-child(even):before {
  content: counter(section);
  right: 100%;
  margin-right: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 2px;
  height: 37px;
  width: 37px;
  background-color: #e94335;
  text-align: center;
  color: white;
  font-size: 21px;
}

.tutorial p:nth-child(odd):before {
  content: counter(section);
  left: 100%;
  margin-left: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 2px;
  height: 37px;
  width: 37px;
  background-color: #e94335;
  text-align: center;
  color: white;
  font-size: 21px;
}

.tutorial p:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px;
  padding-right: 0;
}

.tutorial p:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px;
  padding-left: 0;
}

.tutorial p:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.tutorial p:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tutorial p img {
  max-width: 236px;
}

/*=====  MEDIA QUERIES  ======*/
@media (max-width: 1170px) {
  footer#application-footer .redes-sociais ul li a {
    width: 60px;
  }
}

@media (max-width: 460px) {
}

@media (max-width: 320px) {
  .slide-menu li i {
    display: none;
  }
}

/*
 React DatePicker:
 Força o tamanho do datepicker a respeitar as colunas do bootstrap
*/

.react-datepicker-wrapper,
.react-datepicker__input-container {
  width: 100% !important;
}

/*
  Blink
*/
.blink {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*
  Personal Scroll bar
*/

.personal-scrollbar::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.personal-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.personal-scrollbar::-webkit-scrollbar-thumb {
  background-color: #2a5378;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.modal {
  margin-left: 139px;
}
.swal-overlay--show-modal .swal-modal {
  margin-left: 200px;
}
@media (max-width: 900px) {
  .container-app {
    width: calc(100% - 61px);
    margin-left: 45px;
  }
  .alert {
    margin-left: 61px;
  }

  /*Modals*/
  .modal {
    margin-left: 33px !important;
  }
  .swal-overlay--show-modal .swal-modal {
    max-width: 74%;
    margin-left: 67px;
  }
}

@media (max-width: 600px) {
  .modal {
    margin-left: 0 !important;
  }
  .modal-dialog {
    margin-left: 67px;
  }
}

section.not-logged-in {
  margin-top: 90px;
}

button:focus,
a:focus {
  outline: none;
}

.modal .modal-content .modal-body form {
  box-shadow: none;
  padding: 0;
}
