.container-conceitos {
   padding: 0 69px;
   background: #a9e4e2;
   margin: 0;
   width: 100%;
}

@media (min-width: 992px) {
  .container-conceitos {
    max-height: 310px;
  }
}

.beginning .b-logo {
  max-width: 280px;
  margin-bottom: 18px;
  width: 280px;
}

.beginning h1 {
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 300;
}


/*          Carrossel Slide          */

.carousel-slide {
  padding: 0;
  margin: 0;
  width: 100%;
}

.carousel-slide .carousel .carousel-inner {
  box-shadow: none;
}

.carousel-slide-prev {
	width: 50px;
  height: 50px;
  background: rgba(160, 160, 160, 0.27);
  border-radius: 50%;
  margin: auto;
  margin-left: 16px;
}

.carousel-slide-next {
	width: 50px;
  height: 50px;
  background: rgba(160, 160, 160, 0.27);
  border-radius: 50%;
  margin: auto;
  margin-right: 16px;
}

.carousel-row {
	/*padding: 1rem 5rem;*/
	margin: 80px 0;
 align-items: center;
 background-color: #fff;
 display: -ms-flexbox;
 display: flex;
 -ms-flex: 1;
 flex: 1;
 -ms-flex-direction: column;
 flex-direction: column;
 height: auto;
 max-width: 1024px;
 padding: 20px;
 text-align: center;
 width: 100%;
 padding-left: 32px;
 padding-right: 32px;
 -ms-flex-direction: row;
 flex-direction: row;
 height: auto;
 padding-bottom: 30px;
 padding-top: 30px;
 text-align: left;
}

.carousel-item-mod {
  flex-direction: column;
  text-align: -webkit-center;
  /*min-height: 550px;*/
}

@media (max-width: 480px) {
	.carousel-row {
   padding: 1rem 0.5rem;
 }
}

/*  Card System Apps  */

.system-app {

}

.system-app-icon {
  margin: 0 0 28px 0;
}

.system-app h3 {
  color: #414141;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.875rem;

}

.system-app h5 {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5rem;
}

.system-app-link {
  padding: 14px
}

.system-app-link a {
  text-decoration: none;
  padding: 5px
}

[data-background-color="black"] {
  background-color: #00aff0;
}


/*--------------- Modal Max ----------------*/

.modal_max {
  padding: 0 !important;
}

.modal_max .close {
  margin: 0 5px;
}

.modal_content_max .modal-header i {
  font-size: 30px;
}

.modal_max .modal_dialog_max {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: initial;
}

.modal_max .modal_content_max {
  height: 100%;
}

.modal_max .modal_content_max .modal-header {
  padding: 0 30px;
}

.modal_max .modal_content_max .modal-header button {
  top: 11px;
}

.modal_max .modal_content_max .modal-header h4 {
  margin-top: 0;
  line-height: 66px;
  font-weight: 600;
  color: #00aff0;
}

.modal_mod_overlay_max {
  padding: 0 10px 0 0;
}

.modal_max .modal_body_max {
  height: 100%;
  background-color: #f5f5f5;
}

.modal_max .modal_footer_max {
  bottom: 0;
  position: fixed;
  background-color: #e6e6e6;
  width: 100%;
  padding: 8px 20px;
}

.modal_max .modal_corpo_max {
  height: calc(100% - 105px);
}

.modal_max .modal_mod_overlay_max {
  height: 100%
}

@media (min-width: 1100px) {
  .modal_max .modal_mod_overlay_max form {
    margin: 0 100px;
  }
}

@media (min-width: 1300px) {
  .modal_max .modal_mod_overlay_max form {
    margin: 0 180px;
  }
}

.modal_body_max .modal-header {
  background-color: #fff;
}

.section {
  background: #e2e2e2;
}

.section-download {
  background: #00aff0;
}

.bg-primary {
  background-color: #0c586d !important;
}

.main {
  position: relative;
  background: #e2e2e2;
}

.comments {
  margin: 2.5rem auto 0;
  max-width: 60.75rem;
  padding: 0 1.25rem;
}

.comment-wrap {
  margin-bottom: 1.25rem;
  display: table;
  width: 100%;
  min-height: 5.3125rem;
}

.photo {
  padding-top: 0.625rem;
  display: table-cell;
  width: 5.5rem;
}
.photo .avatar {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  background-size: contain;
}

.comment-block {
  padding: 1rem;
  background-color: #fff;
  display: table-cell;
  vertical-align: top;
  border-radius: 0.1875rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
.comment-block textarea {
  width: 100%;
  resize: none;
}

.comment-text {
  margin-bottom: 1.25rem;
}

.bottom-comment {
  color: #acb4c2;
  font-size: 0.875rem;
}

.comment-sobre {
  
}

.comment-date {
  float: left;
}

.comment-actions {
  float: right;
}
.comment-actions li {
  display: inline;
  margin: -2px;
  cursor: pointer;
}
.comment-actions li.complain {
  padding-right: 0.75rem;
  border-right: 1px solid #e1e5eb;
}
.comment-actions li.reply {
  padding-left: 0.75rem;
  padding-right: 0.125rem;
}
.comment-actions li:hover {
  color: #0095ff;
}


/*-------------  Responsive Width ---------------*/

.img-resp-350 {
  width: 350px
}