@charset "UTF-8";

/*modal simulador*/
/* Start Modal trocar senha*/
.modal-simulador {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 400px;
  border-radius: 5px;
}
.modal-content .row{
  
display: flex;
  
justify-content: center;
}
.modal-content .prosseguir a{
  font-family: "Ubuntu", sans-serif;
  color: green;
}
.modal-content .baixar a{
  
font-family: "Ubuntu", sans-serif;
  
background: #f48540;
  
color: #FFF;
  
width: auto;
  
height: 35px;
  
padding: 0 35px;
  
display: flex;
  
justify-content: center;
  
align-items: center;
  
border-radius: 25px;
}
.modal-content h2{
  font-family: "Ubuntu", sans-serif;
  font-size: 1.15rem;
  color: #292929;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
.modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal-content .close:hover,
.modal-content .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* End Modal trocar senha*/
/*Endo modal*/
.flex-button {
  display: flex;
  justify-content: stretch;
  margin-top: 20px;
}
.sec-confirmacao .logo{
  margin-top: 0;
}
.sec-confirmacao .btn-primary-custom{
  margin: 0 auto;
  margin-top: 20px;
}
.btn-primary-custom {
  border-radius: 69px;
  background: #4bad6c;
  border: 1px solid #4bad6c;
  width: 158.46px;
  display: block;
  height: 39.65px;
  font-size: 13px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat-Bold", sans-serif;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-primary-custom:hover {
  background: transparent;
  color: #4bad6c;
  transition: all 0.4s ease;
}

.btn-secundary-custom {
  border-radius: 69px;
  background: #f48540;
  border: 1px solid #f48540;
  width: 158.46px;
  display: block;
  height: 39.65px;
  font-size: 13px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat-Bold", sans-serif;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-secundary-custom:hover {
  background: transparent;
  color: #f48540;
  transition: all 0.4s ease;
}

#swal2-input {
  border-radius: 54px;
}

.swal2-actions .swal2-styled.swal2-confirm {
  border-radius: 54px;
}

textarea {
  resize: none;
  width: 100%;
  height: 35px;
  background: none;
}

.set_case:hover svg {
  fill: #489e55;
}

.green {
  fill: #489e55;
  color: #489e55;
}

.visible_client:hover svg {
  color: #489e55;
}

.swal_delete:hover svg {
  color: red;
}

.tooltipster-content {
  font-family: "Montserrat-Regular", sans-serif;
}

#loading {
  color: #707070;
  font-size: 14px;
  font-family: "Montserrat-Bold", sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  width: 100%;
  padding-bottom: 13px;
  margin-bottom: 6px;
  text-align: center;
  position: absolute;
}

.stage-part-1 {
  position: absolute;
  width: 100%;
}

.ld1-projeto-inter {
  width: 60%;
}

.engloba-box-lista-clientes {
  margin-top: 203px;
}

.eng-confim1 {
  display: flex;
  align-items: center;
  width: 31%;
  justify-content: space-between;
}

.eng-confim1 .btn-confirmado {
  display: flex;
  float: none;
  width: 100%;
  margin-top: 0;
}

.eng-confim1 .btn-confirmado .btn-warnig1 {
  font-size: 14px;
}

.eng-confim1 .deletar-agenda11 {
  margin-top: 0;
  display: flex;
  margin-left: 28px;
}

.dz-message {
  font-family: "ampleSoft";
}

.dz-message div b {
  font-family: "ampleSoft";
}

.box-lista-clientes .li-lista-link-cliente .description {
  font-family: "Montserrat-Bold", sans-serif;
  color: #707070;
  font-size: 14px;
  width: 65%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  /* border: 1px solid rgba(112, 112, 112, 0.7); */
  /* box-shadow: 0 2px 2px #00000029; */
  /* border-radius: 60px !important; */
  /* padding: 0 32px; */
  text-transform: unset;
  /* height: 36px; */
  padding-top: 4px;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 13px;
}

.modal_supplier_project .form-group .image-supplier .image {
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 120px;
}

.add-like-providers:hover {
  background-position: right;
}

.is_animating {
  -webkit-animation: heart-burst 0.8s steps(28) 1;
  animation: heart-burst 0.8s steps(28) 1;
}

@-webkit-keyframes heart-burst {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
@keyframes heart-burst {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
.conteudo-padrao-repeat .box-etapas-projeto-inter {
  width: 100%;
  max-width: 150px;
}

.conteudo-padrao-repeat .engloba-box-etapas-projeto-inter input {
  background: none;
  width: auto;
  display: table;
  position: relative;
  z-index: 1000;
  width: 100%;
}

.stage_view svg {
  color: #9f9e9e;
}

.list-task-activities input {
  background: none;
  margin-top: 2px;
}

input {
  background: none;
}

[data-model-ref=important_documents] {
  width: 65%;
  font-family: "Montserrat-Bold", sans-serif;
  color: #707070;
  font-size: 14px;
  /* display: flex; */
}

.style {
  fill: #4bad6c !important;
  color: #4bad6c !important;
}

.eng-icones-acao {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 50px;
  position: absolute;
  top: -27px;
  right: -15px;
  z-index: 1000;
}

.eng-icones-acao a {
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 3px;
}

.box-etapas-projeto-inter .eng-icones-acao a svg {
  position: relative;
  top: inherit;
  right: inherit;
  width: 20px;
}

.delete-gender {
  margin-top: -50px;
}

.clear-filter-library {
  width: 100%;
  display: flex;
}

/*Padrao*/
/* .ld-conclusao-1{
	width: 587.50px;
	background: #ccc;
	padding: 106.5px 123.96px;
	}
	.ld-conclusao-2{

height: 100vw;

width: calc(100% - 587.51px);

background: #c73232;
	} */
.botao-sidebar {
  background: transparent;
  width: 40px;
  height: 49px;
  text-align: center;
  line-height: initial;
  display: block;
  position: fixed;
  left: 15px;
  top: 32px;
  z-index: 100;
  display: none;
}

.botao-sidebar span {
  width: 100%;
  height: 3px;
  background: white;
  display: block;
  margin-top: 5px;
  border-radius: 3px;
}

.botao-sidebar.flutuante {
  background: #06666f;
  padding: 8px;
  width: 49px;
  border-radius: 5px;
  height: 47px;
}

.botao-sidebar.flutuante span {
  background: #fff;
}

.botao-sidebar span:nth-of-type(2) {
  width: 78%;
}

.botao-sidebar span:nth-of-type(3) {
  width: 47%;
}

.paginacao {
  margin-top: 50px;
  float: right;
  display: none;
}

.paginacao li {
  width: 29px;
  height: 29px;
  background: #e6e6e6;
  margin-right: 18px;
  text-align: center;
  border-radius: 100%;
  line-height: 25px;
}

.paginacao li:hover {
  background: #06666f;
  transition: all 0.4s ease;
}

.paginacao li a {
  color: #0e504b;
  font-size: 13px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  transition: all 0.4s ease;
}

.paginacao li:hover a {
  color: #ffffff;
  transition: all 0.4s ease;
}

.paginacao li:last-of-type {
  margin-right: 0;
}
.engloba-ld-padrao{
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.ld-conclusao-1 .container .central{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 180px);
  margin: 0 auto;
  gap: 20px;
  padding: 30px 0;
}
.ld-conclusao-1 {
  width: calc(100% - 399.01px);
  height: 100vh;
  background: #fff;
  box-sizing: border-box;
  float: none;
  display: flex;
  flex: 1 0 830px;
  overflow-y: auto;
}

.ld-conclusao-2 {
  height: 100vh;
  width: calc(100% - 398.62px);
  background-image: url("../storage/assets/bg-fornecedor1.png");
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: none;
  flex: 1 0 250px;
}

.lightbox-padrao {
  display: none;
  border-radius: 27px;
}

.fancybox-button svg path {
  color: #489e55;
  font-size: 31px !important;
}

.fancybox-close-small {
  right: 25px !important;
  top: 18px !important;
}

.fancybox-close-small .fancybox-button svg {
  display: none;
}

.btn-categorias-flutuantes {
  display: none;
  position: relative;
}

.btn-categorias-flutuantes .eng-titulo {
  background: #0e504b;
  display: block;
  width: 100%;
  height: 51px;
  line-height: 48px;
  color: white;
  font-family: "Montserrat-Bold", sans-serif;
  text-align: center;
}

.btn-categorias-flutuantes .eng-titulo .titulo:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #fff;
  vertical-align: middle;
  margin-left: 19px;
}

.btn-categorias-flutuantes .menu-padrao-categorias {
  display: none;
  padding: 28px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.74);
}

.menu-padrao {
  width: 100%;
  max-width: 275px;
  height: 668px;
  background: rgba(230, 230, 230, 0.3);
  border-top: 16px solid #0e504b;
  border-right: 1px solid #e6e6e6;
  padding-top: 62.77px;
  display: table;
  padding-bottom: 19px;
  position: relative;
}

.menu-padrao-link {
  padding-left: 44px;
  padding-right: 44px;
}

.menu-padrao .logo-eco {
  margin: 0 auto;
  margin-bottom: 42.09px;
}

.menu-padrao-link .logo-eco {
  width: 162.36px;
}

.engloba-menu-padrao {
  padding: 0 28px;
}

.engloba-logos {
  margin: 0 auto;
  display: table;
  margin-top: 53px;
  position: absolute;
  bottom: 14px;
  left: 33px;
}

.engloba-logos .image {
  width: 96px;
  margin-right: 21px;
}

.engloba-logos .image img {
  width: 100%;
}

.engloba-logos .image:nth-of-type(2) {
  margin-right: 0;
}

.engloba-menu-padrao ul li {
  padding-bottom: 15.3px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15.3px;
  position: relative;
}

.engloba-menu-padrao ul li:before {
  width: 50%;
  height: 148%;
  content: "";
  display: block;
  background: #4bad6c;
  position: absolute;
  top: -17px;
  left: -28px;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease;
}

.engloba-menu-padrao ul li:hover:before,
.engloba-menu-padrao ul li.active:before {
  opacity: 1;
  width: 133%;
  transition: all 0.5s ease;
}

.engloba-menu-padrao ul li:last-of-type {
  margin-bottom: 0;
  border: none;
}

.engloba-menu-padrao ul li:hover a {
  color: #fff;
  transition: all 0.4s ease;
}

.engloba-menu-padrao ul li a {
  color: #585858;
  font-size: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  transition: all 0.4s ease;
}

.engloba-menu-padrao ul li a img {
  margin-right: 12.59px;
  width: 21.32px;
  height: 21.32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  transition: all 0.4s ease;
}

.engloba-menu-padrao ul li:hover a img {
  filter: brightness(10) saturate(0.1) contrast(10);
  transition: all 0.4s ease;
}

.engloba-conteudo-padrao-repeat {
  width: calc(100% - 275px);
  background: #ffffff;
  border-top: 16px solid #0e504b;
  float: right;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.topo-padrao-repeat {
  padding: 40px 58.16px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 31px;
  margin-bottom: 31px;
}
.topo-padrao-repeat .navegacao-header-dashboard,
.topo-padrao-repeat .box-user-header-dashboard {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topo-padrao-repeat .sair {
  margin-top: 0;
}

.titulo-padrao-repeat {
  float: left;
}

.titulo-projeto-inter .subtitulo {
  font-size: 17px;
  font-family: "Montserrat-Regular", sans-serif;
  color: #515050;
  font-weight: 100;
  width: 230px;
}

.titulo-projeto-inter .subtitulo a {
  color: #489e55;
  margin-right: 5px;
  border-bottom: 1px solid #489e55;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 17px;
  font-weight: 100;
}

.titulo-padrao-repeat .titulo {
  color: #515050;
  font-size: 25px;
  font-family: "Montserrat-Bold", sans-serif;
}

.titulo-padrao-repeat .titulo img {
  width: 35.82px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15.64px;
}

.conteudo-padrao-repeat {
  display: flex;
  width: 100%;
  overflow-y: scroll;
  flex: 1;
  /* justify-content: flex-start; */
  flex-direction: column;
}

.height-tela {
  height: 77vh;
}

.conteudo-padrao-repeat .wrap {
  padding-top: 0;
  max-width: 100%;
  height: 100%;
  padding: 0 61px;
  padding-bottom: 107.95px;
}

/*Home*/
.ld-bann-1 {
  width: 343px;
  background: #ffffff;
  height: 788px;
  padding: 56px;
  padding-top: 0;
  position: relative;
  /* display: table; */
}

.logo {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20.26px;
  margin-top: -22px;
}

.logo img {
  width: 100%;
}

.engloba-form-bann .text-theme-6 {
  /* position: absolute; */
  font-size: 10px;
  color: #e81515;
  /* top: 41px; */
  margin-top: -6px;
  margin-left: 29px;
  margin-bottom: 5px;
}

.engloba-titulo-bann {
  margin-bottom: 28px;
}

.engloba-titulo-bann .titulo {
  font-size: 20px;
  line-height: 31px;
  color: #0e504b;
  font-family: "Montserrat-Bold", sans-serif;
}

.engloba-titulo-bann .subtitulo {
  font-size: 14px;
  line-height: 20px;
  color: #464646;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.engloba-form-bann form {
  display: table;
  width: 100%;
  position: relative;
}

.engloba-form-bann form input {
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid rgba(112, 112, 112, 0.6);
  border-radius: 22px;
  height: 43px;
  padding: 0 33px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  color: #464646;
  font-size: 14px;
}

.engloba-form-bann form .input-padrao:last-of-type {
  margin-bottom: 0;
}

.engloba-input {
  margin-top: 10.48px;
  margin-bottom: 14.92px;
  text-align: center;
}

.engloba-input-adm {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 22px;
}

.engloba-input-adm.engloba-input .radio-orcamento:first-of-type:after {
  display: none;
}

.engloba-input-adm.engloba-input .radio-orcamento .radio {
  border: 2px solid #515050;
}

.engloba-input-adm.engloba-input .radio-orcamento .radio label input[type=radio] {
  top: -1px;
  left: -1px;
}

.engloba-input-adm.engloba-input .radio-orcamento:first-of-type {
  margin-right: 38px;
}

.engloba-input .radio-orcamento {
  font-size: 14px;
  line-height: 19px;
}

.engloba-input .radio-orcamento .titulo {
  font-size: 13px;
  color: #464646;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.radio-orcamento .radio {
  box-sizing: border-box;
  height: 14px;
  position: relative;
  width: 15px;
  border: 1px solid #a5a5a5;
  margin-right: 3.82px;
  border-radius: 5px;
  margin-top: 2px;
}

.radio-orcamento .radio + .radio {
  margin-left: 25px;
}

.radio-orcamento .radio label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.radio-orcamento .radio label span {
  z-index: 1;
}

.radio-orcamento .radio label input[type=radio] {
  all: unset;
  position: absolute;
  width: 11px;
  height: 10px;
  border-radius: 9px;
  top: 0px;
  left: 0px;
  transform: translate(1px, 1px);
}

.radio-orcamento .radio label input[type=radio]:checked {
  background-color: #4bad6c;
}

#cadastro .engloba-input .radio-orcamento:first-of-type {
  margin-right: 50px;
}

.engloba-input .radio-orcamento:first-of-type {
  margin-right: 8px;
}

.engloba-input .radio-orcamento:first-of-type:after {
  content: "";
  width: 0.5px;
  height: 18px;
  display: block;
  float: right;
  background: #ccc;
  margin-left: 13px;
  margin-top: 2px;
}

#cadastro .engloba-input .radio-orcamento .input-radio {
  border-radius: 2px;
}

.engloba-input .radio-orcamento .input-radio {
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-radius: 5px;
  margin-top: -5px;
}

.engloba-form-bann form .enviar {
  margin: 0 auto;
  display: table;
  margin-bottom: 11.78px;
  width: 230.18px;
  height: 39.77px;
  border-radius: 69px;
  font-size: 12px;
  background: transparent;
  border: 1px solid #ccc;
  color: #579a0e;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  cursor: pointer;
  line-height: 38px;
  transition: all 0.4s ease;
  padding: 0;
}

.engloba-form-bann form .enviar:hover {
  background: #579a0e;
  color: #fff;
  transition: all 0.4s ease;
}

.eng-acessar-conta {
  display: table;
  width: 100%;
  text-align: center;
}

.eng-acessar-conta .palavra {
  display: block;
  text-align: center;
  margin-bottom: 6px;
  color: rgba(88, 88, 88, 0.79);
  font-size: 13px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.eng-acessar-conta .btn-acessar {
  font-family: "Montserrat-Bold", sans-serif;
  color: #585858;
  font-size: 15px;
}

.btn-entrar-contato {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #ccc;
  height: 79px;
}

.btn-entrar-contato a {
  margin-top: 30px;
  display: block;
  color: #06666f;
  font-size: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  vertical-align: middle;
}

.btn-entrar-contato a img {
  margin-right: 18px;
  width: 33px;
  margin-top: -10px;
}

.ld-bann-2 {
  width: calc(100% - 343px);
  height: 788px;
  padding: 60px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ld-bann-2:after {
  background-image: url(".../images/mascara-bann.png");
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.engloba-conteudo {
  z-index: 10;
  position: relative;
}

.engloba-conteudo .titulo {
  font-size: 27px;
  line-height: 37px;
  margin-bottom: 7px;
  color: #fff;
  font-family: "Montserrat-Bold", sans-serif;
}

.engloba-conteudo .subtitulo {
  font-size: 52px;
  line-height: 53px;
  width: 377px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  padding-bottom: 32px;
  margin-bottom: 41px;
  color: #fff;
  font-family: "Montserrat-Bold", sans-serif;
}

.engloba-conteudo .subtitulo:after {
  content: "";
  width: 100%;
  display: block;
}

.engloba-conteudo .btn-funciona {
  width: 210.89px;
  height: 37.33px;
  border-radius: 69px;
  font-size: 14px;
  border: 1px solid #06666f;
  display: block;
  text-align: center;
  line-height: 36px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #06666f;
  transition: all 0.4s ease;
}

.engloba-conteudo .btn-funciona:hover {
  background: #06666f;
  color: #fff;
  transition: all 0.4s ease;
}

.engloba-conteudo .btn-funciona img {
  margin-right: 15.73px;
  width: 25.27px;
  height: 25.27px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  transition: all 0.4s ease;
}

.engloba-conteudo .btn-funciona:hover img {
  filter: brightness(10) saturate(0.1) contrast(10);
  transition: all 0.4s ease;
}

.btn-aacessos {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

.btn-aacessos .btn-home {
  width: 46.81px;
  height: 46.81px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  margin-right: 10.68px;
}

.btn-aacessos .btn-home:hover {
  background: transparent;
  transition: all 0.4s ease;
}

.icone-home {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.icone-home img {
  margin: 0 auto;
  display: table;
}

.btn-aacessos .btn-home .icone-home img {
  width: 23px;
}

.btn-aacessos .btn-usuario .icone-home img {
  width: 13px;
}

.btn-aacessos .btn-usuario {
  width: 46.81px;
  height: 46.81px;
  background: #53b982;
  border-radius: 100%;
  border: 2px solid #53b982;
}

.btn-aacessos .btn-usuario:hover {
  background: transparent;
  transition: all 0.4s ease;
}

/*apresentacao-texto*/
.apresentacao-texto {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #06666f;
}

.apresentacao-texto .wrap {
  padding: 54px 0;
}

.apresentacao-texto .wrap p {
  width: 562px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-family: "open-sans";
  color: #ffffff;
}

.apresentacao-texto .wrap p b {
  font-family: "open-sans-bold";
  font-weight: bold;
}

/*sec-funciona*/
.sec-funciona {
  border-bottom: 1px solid #ccc;
  position: relative;
}

#ancora-funciona {
  position: absolute;
  top: 0;
}

.sec-funciona .engloba-titulo .titulo {
  color: #06666f;
}

.sec-funciona .wrap {
  padding: 90px 0;
}

.engloba-titulo {
  margin-bottom: 90px;
  display: table;
  width: 100%;
}

.engloba-titulo .titulo {
  font-size: 33px;
  line-height: 35px;
  font-family: "open-sans";
  font-weight: 100;
  font-family: "roboto-medium";
  font-weight: 500;
}

.engloba-titulo span {
  display: block;
  width: 100%;
  margin-top: 35px;
}

.engloba-titulo span:before {
  content: "";
  width: 87px;
  height: 1px;
  background: #06666f;
  display: block;
  float: left;
}

.engloba-titulo span:after {
  content: "";
  width: calc(100% - 97px);
  height: 1px;
  background: #ccc;
  display: block;
  float: right;
}

.box-funciona {
  margin-right: 13px;
  margin-bottom: 16px;
  width: 47.9%;
  text-align: center;
}

.box-funciona:last-of-type {
  margin-bottom: 0;
}

.box-funciona:nth-of-type(even) {
  margin-right: 0;
}

.box-funciona:nth-last-child(2) {
  margin-bottom: 0;
}

.box-funciona .content {
  height: 178px;
  border: 2px solid #e2e2e2;
  transition: all 0.4s ease;
}

.box-funciona:hover .content {
  background: #06666f;
  transition: all 0.4s ease;
}

.box-funciona .icone {
  width: 48.81px;
  display: table;
  margin: 0 auto;
  margin-bottom: 22.54px;
}

.box-funciona:nth-of-type(even) .icone {
  width: 39px;
}

.box-funciona .icone img {
  width: 100%;
  transition: all 0.4s ease;
}

.box-funciona:hover .icone img {
  filter: brightness(10) saturate(0.1) contrast(10);
  transition: all 0.4s ease;
}

.box-funciona .descricao .titulo {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 1px;
  color: #515050;
  font-family: "open-sans-bold";
}

.box-funciona:hover .descricao .titulo {
  color: #fff;
}

.box-funciona .descricao .subtitulo {
  font-size: 10px;
  line-height: 14px;
  color: #717171;
  font-family: "open-sans";
  font-weight: 100;
  transition: all 0.4s ease;
}

.box-funciona:hover .descricao .subtitulo {
  color: #fff;
  transition: all 0.4s ease;
}

.ld1-funciona {
  width: 409px;
}

.ld2-funciona {
  width: calc(100% - 533px);
  display: table;
  position: relative;
}

.ld2-funciona:after {
  content: "";
  width: 386px;
  height: 604px;
  background: rgba(178, 178, 178, 0.3);
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -195px;
  z-index: -1;
}

#videoApre,
.ld2-funciona iframe {
  height: 452px;
  z-index: 1;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 4px solid #000000;
  border-radius: 11px;
  margin-top: 50px;
  background: white !important;
}

#videoApre .play .container {
  background: transparent;
}

.engloba-player {
  width: 180px;
  text-align: center;
  margin: 0 auto;
}

.engloba-player .titulo {
  font-size: 15px;
  color: #fff;
  margin-top: 25px;
  font-family: "helvetica-light";
  letter-spacing: 3px;
  font-weight: 100;
}

#videoApre .play {
  margin: 0 auto;
  cursor: pointer;
  display: block;
  text-align: center;
}

#videoApre .play .icone-play {
  width: 0;
  height: 0;
  border-top: 46px solid transparent;
  border-bottom: 46px solid transparent;
  border-left: 83px solid #e8e8e8;
  display: block;
  margin: 0 auto;
  transition: all 0.4s ease;
}

#videoApre .play .icone-play:hover {
  transform: scale(1.2);
  transition: all 0.4s ease;
}

.engloba-botao-funciona {
  clear: both;
  padding-top: 63px;
  margin: 0 auto;
  display: table;
}

.btn-recurso {
  font-size: 19px;
  width: 268px;
  height: 51px;
  background: #06666f;
  border: 1px solid #06666f;
  border-radius: 26px;
  text-align: center;
  line-height: 50px;
  margin-right: -42px;
  z-index: 10;
  font-family: "open-sans-bold";
  color: #fff;
  transition: all 0.4s ease;
}

.btn-recurso:hover {
  background: #b2b2b2;
  transition: all 0.4s ease;
}

.btn-cria-contas {
  font-size: 19px;
  width: 376px;
  height: 51px;
  border-radius: 26px;
  background: #b2b2b2;
  border: 1px solid #b2b2b2;
  text-align: center;
  line-height: 50px;
  font-family: "open-sans-bold";
  color: #fff;
  transition: all 0.4s ease;
}

.btn-cria-contas:hover {
  background: transparent;
  color: #b2b2b2;
  transition: all 0.4s ease;
}

/*sec-planos*/
.sec-planos {
  position: relative;
}

.sec-planos .categoria-plano{
  
}
.sec-planos .categoria-plano ul{
  display: flex;
  gap: 0 20px;
  align-items: center;
}
.sec-planos .categoria-plano ul li{
  
}

.sec-planos .categoria-plano ul li a{
  font-family: "roboto-regular";
  font-weight: 400;
  font-size: 16px;
  color: #212020;
  line-height: 24px;
}

.sec-planos .wrap {
  padding-bottom: 119.79px;
  display: block;
}

.sec-planos:before {
  content: "";
  width: 380.34px;
  height: 191.41px;
  background-image: url("../images/firula-dash1.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

.carrossel-planos .owl-nav .owl-prev {
  position: absolute;
  left: -95px;
  top: 50%;
  margin-top: -329px;
}

.carrossel-planos .owl-nav .owl-next {
  position: absolute;
  right: -114px;
  top: 50%;
  margin-top: -329px;
}

.carrossel-planos .owl-nav .owl-prev span:before {
  width: 102px;
  height: 116px;
  content: "";
  display: block;
  background-image: url(../images/setaplano-dir.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.carrossel-planos .owl-nav .owl-next span:before {
  width: 102px;
  height: 116px;
  content: "";
  display: block;
  background-image: url(../images/setaplano-esq.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.carrossel-planos .owl-nav .owl-prev span,
.carrossel-planos .owl-nav .owl-next span {
  font-size: 0;
}

.sec-planos .engloba-titulo {
  margin-bottom: 39.42px;
}

.ld2-engloba-planos {
  width: 52%;
  height: 59px;
  margin-left: 114px;
}

.ld2-engloba-planos p {
  color: #212020;
  line-height: 24px;
  font-family: "roboto-medium";
  font-weight: 100;
}

.box-planos {
  padding-right: 30px;
  width: 100%;
}

.box-planos:hover .content {
  background: #06666f;
  transition: all 0.4s ease;
}

.box-planos .content {
  height: 561px;
  border-radius: 10px;
  border: 1px solid #c0c0c0;
  padding: 38px 54px;
  transition: all 0.4s ease;
}

.box-planos .content .descricao .titulo {
  font-size: 33px;
  line-height: 39px;
  margin-bottom: 5px;
  color: #15181a;
  font-family: "roboto-medium";
  font-weight: 500;
  transition: all 0.4s ease;
}

.box-planos:hover .content .descricao .titulo {
  color: #fff;
  transition: all 0.4s ease;
}

.box-planos .content .descricao span {
  font-size: 18px;
  line-height: 23px;
  display: block;
  margin-bottom: 14px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #06666f;
  transition: all 0.4s ease;
}

.box-planos:hover .content .descricao span {
  color: #fff;
  transition: all 0.4s ease;
}

.box-planos .content .descricao p {
  font-size: 14px;
  line-height: 21px;
  color: #515050;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  width: 241px;
  transition: all 0.4s ease;
}

.box-planos:hover .content .descricao p {
  color: #fff;
  transition: all 0.4s ease;
}

.box-planos .content .box-planos-topicos {
  margin-top: 27px;
}

.box-planos .content .box-planos-topicos ul li {
  padding-bottom: 6px;
  border-bottom: 1px solid #707070;
  margin-bottom: 6px;
  transition: all 0.4s ease;
}

.box-planos:hover .content .box-planos-topicos ul li {
  border-bottom: 1px solid #fff;
  transition: all 0.4s ease;
}

.box-planos .content .box-planos-topicos ul li img {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 15px;
}

.box-planos .content .box-planos-topicos ul li .titulo {
  font-family: "roboto-regular";
  font-weight: 100;
  font-size: 12px;
  transition: all 0.4s ease;
}

.box-planos:hover .content .box-planos-topicos ul li .titulo {
  color: #fff;
  transition: all 0.4s ease;
}

.box-planos .content .box-topico-acao {
  margin-top: 61px;
}

.box-planos .content .box-topico-acao .btn-em-contato {
  font-size: 12px;
  color: #798893;
  margin-top: 8px;
  font-family: "roboto-medium";
  font-weight: 500;
}

.box-planos .content .box-topico-acao .btn-cadastrar-plano {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  background: #06666f;
  color: #fff;
  display: block;
  width: 102px;
  height: 37px;
  border-radius: 20px;
  text-align: center;
  line-height: 37px;
  font-family: "roboto-medium";
  font-weight: 500;
  transition: all 0.4s ease;
}

.box-planos:hover .content .box-topico-acao .btn-cadastrar-plano {
  background: #489e55;
  transition: all 0.4s ease;
}

.carrossel-planos .owl-dots {
  display: table !important;
  margin: 0 auto;
  margin-top: 73px;
}

.carrossel-planos .owl-dots .owl-dot {
  width: 25px;
  height: 25px;
  margin-right: 9px;
  border: 2px solid #06666f;
  display: inline-block;
  position: relative;
  font-size: 0;
  border-radius: 5px;
}

.carrossel-planos .owl-dots .owl-dot:last-of-type {
  margin-right: 0;
}

.carrossel-planos .owl-dots .owl-dot:hover,
.carrossel-planos .owl-dots .owl-dot.active {
  background-color: #06666f;
  transition: all 0.3s ease;
}

/*sec-projetos-home*/
.sec-projetos-home {
  padding-top: 97px;
  padding-bottom: 61px;
  background: #ececec;
}

.sec-projetos-home .engloba-titulo .titulo {
  font-family: "Montserrat-Bold", sans-serif;
  color: #0e504b;
  font-weight: bold;
}

.sec-projetos-home .engloba-titulo {
  margin: 0 auto;
  display: table;
  width: 359px;
  text-align: center;
  margin-bottom: 79px;
}

.sec-projetos-home .engloba-titulo span:before {
  content: "";
  width: 87px;
  height: 1px;
  background: #06666f;
  display: block;
  float: none;
  margin: 0 auto;
}

.sec-projetos-home .engloba-titulo span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  display: block;
  float: right;
}

.box-projeto-home {
  text-align: center;
}

.box-projeto-home .hover-box {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 40 80px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}

.box-projeto-home:hover .hover-box {
  opacity: 1;
  transition: all 0.4s ease;
}

.box-projeto-home .hover-box .content {
  height: 100%;
  transition: all 0.4s ease;
}

.box-projeto-home .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.box-projeto-home:nth-of-type(1) {
  padding-right: 30px;
}

.box-projeto-home:nth-of-type(3) {
  padding-left: 30px;
}

.box-projeto-home > .content {
  height: 355px;
}

.box-projeto-home .titulo {
  font-size: 33px;
  line-height: 45px;
  margin-bottom: 14px;
  color: #ffffff;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: bold;
}

.box-projeto-home .subtitulo {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: bold;
}

.box-projeto-home span {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: bold;
}

/*sec-duvidas*/
.sec-duvida {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.sec-duvida .wrap {
  padding: 93px 0;
}

.sec-duvida .engloba-titulo-duvidas {
  margin-bottom: 65px;
}

.sec-duvida .engloba-titulo-duvidas .titulo-duvidas {
  color: #ffffff;
  font-size: 44px;
  width: 423px;
  line-height: 47px;
  font-family: "Montserrat-Bold", sans-serif;
}

.sec-duvida .engloba-titulo-duvidas span {
  color: #06666f;
  font-size: 34px;
  margin-bottom: 7px;
  display: block;
  line-height: 47px;
  font-family: "Montserrat-Regular", sans-serif;
}

.engloba-duvidas {
  width: 426px;
}

.engloba-duvidas .cx1 {
  margin-bottom: 21.5px;
}

.box-espec {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
  margin-bottom: 18.5px;
}

.box-espec:after {
  content: "";
  display: block;
  float: right;
  border-radius: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #fff;
}

.box-espec a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat-Bold", sans-serif;
}

.conteudo-duvidas {
  margin-bottom: 21px;
}

.engloba-jornada-eco .conteudo-duvidas .descricao p {
  color: #707070 !important;
  font-size: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.conteudo-duvidas .descricao p {
  color: #ffffff;
  font-size: 15px;
  font-family: "Montserrat-Regular", sans-serif;
  margin-bottom: 27.96px;
}

.btn-duvida {
  float: right;
  margin-top: 39px;
}

.btn-duvida a {
  border: 1px solid #06666f;
  background: #06666f;
  padding: 8.5px 43px;
  color: rgba(255, 255, 255, 0.99);
  border-radius: 26px;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
}

.btn-duvida:hover a {
  background: transparent;
  transition: all 0.3s ease;
}

.lightbox-duvidas {
  display: none;
  background: #0096a9;
  width: 716px;
  border-radius: 25px;
}

.lightbox-duvidas .fancybox-button svg path {
  color: #fff;
}

.lightbox-duvidas .cx1 {
  width: 47.5%;
}

.lightbox-duvidas .cx1:nth-of-type(odd) {
  margin-right: 27px;
}

/*sec-desenvolvimento*/
.sec-desenvolvimento {
  background: #efefef;
  position: relative;
}

.sec-desenvolvimento .wrap {
  padding: 89px 0;
  padding-bottom: 105.32px;
}

.sec-desenvolvimento:before {
  content: "";
  width: 372px;
  height: 372px;
  background-image: url(../images/firula-desenvolvimento.png);
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain;
  mix-blend-mode: multiply;
}

.engloba-titulo-desenvolvimento .titulo {
  display: inline-block;
  vertical-align: middle;
  color: #06666f;
  font-size: 33px;
  line-height: 35px;
  width: 100%;
  border-bottom: 1px solid #06666f;
  padding-bottom: 24px;
  margin-bottom: 26px;
  font-family: "open-sans";
  font-weight: 100;
}

.engloba-titulo-desenvolvimento .titulo img {
  width: 60.35px;
  height: 60.35px;
  margin-top: -15px;
  margin-right: 20px;
}

.engloba-titulo-desenvolvimento p {
  color: #212020;
  font-size: 15px;
  line-height: 24px;
  font-family: "open-sans";
  font-weight: 100;
}

.engloba-sustentabilidade {
  margin-top: 40px;
}

.box-sustentabilidade {
  padding-right: 15px;
}

.box-sustentabilidade .content {
  height: 161px;
  background: #fff;
}

.box-sustentabilidade:last-of-type {
  padding-right: 0;
}

.engloba-parceiro {
  margin-top: 56px;
}

.box-parceiro {
  padding: 0 12.5px;
}

.box-parceiro:last-of-type {
  padding-right: 0;
}

.box-parceiro:first-of-type {
  padding-left: 0;
}

.box-parceiro .content {
  height: 108px;
  background: #fff;
}

.titulo-parceiro {
  margin-bottom: 39px;
  color: #515050;
  font-size: 33px;
  line-height: 35px;
  font-family: "open-sans";
  font-weight: 100;
}

/*Artigos*/
.sec-artigos-home .engloba-titulo {
  text-align: center;
  margin-bottom: 37px;
}

.sec-artigos-home .engloba-titulo .titulo {
  font-size: 33px;
  color: #06666f;
  margin-bottom: 18px;
  line-height: 35px;
  font-family: "open-sans-bold";
  font-weight: bold;
}

.sec-artigos-home .engloba-titulo .titulo:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #06666f;
  display: block;
  margin: 0 auto;
  margin-top: 18px;
}

.sec-artigos-home .engloba-titulo p {
  color: #515050;
  font-size: 15px;
  width: 376px;
  margin: 0 auto;
  font-weight: 100;
  line-height: 20px;
  font-family: "Montserrat-Regular", sans-serif;
}

.box-artigos {
  padding-bottom: 30px;
  margin-bottom: 41px;
  padding: 0 17px;
  transition: all 0.5s ease;
}

.box-artigos.animate {
  transform: translate(0);
  opacity: 1;
  transition: all 0.5s ease;
}

.sec-artigos-home .box-artigos .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 190px;
  border-radius: 18px;
  margin-bottom: 22.33px;
}

#sec-artigos-home.sec-artigos-inter .wrap {
  padding: 80px 0;
}

.sec-artigos-home {
  border-bottom: 1px solid #ccc;
}

.sec-artigos-home .wrap {
  display: block;
  padding: 113.69px 0;
}

.box-artigos .descricao {
  margin-top: 22px;
}

.box-artigos .descricao .publicacao {
  display: block;
  font-size: 12px;
  color: #707070;
  font-family: "Montserrat-Regular", sans-serif;
  margin-bottom: 22.2px;
  line-height: 26px;
}

.box-artigos .descricao .publicacao:after {
  content: "";
  width: 27.92px;
  height: 3.56px;
  background: #53b982;
  display: block;
  margin-top: 2.39px;
  border-radius: 3px;
}

.box-artigos .descricao .titulo {
  color: #06666f;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Montserrat-Light", sans-serif;
  font-weight: 600;
  line-height: 25px;
}

.btn-artigo {
  margin-top: 40.22px;
}

.btn-artigo a {
  color: #fff;
  font-size: 14px;
  padding: 10px 42px;
  background: #06666f;
  border-radius: 29px;
  font-family: "Montserrat-Medium", sans-serif;
  transition: all 0.4s ease;
}

.box-artigos:hover {
  z-index: 100;
  border: none;
  transform: scale(1.01);
  z-index: 10;
  transition: all 0.3s ease;
}

.box-artigos:hover .btn-artigo a {
  background: #1fa9ba;
  color: #fff;
  transition: all 0.4s ease;
}

.box-artigos .descricao p {
  color: #636262;
  font-size: 15px;
  line-height: 24px;
  font-family: "Montserrat-Light", sans-serif;
  font-weight: 500;
}

.eng-not2 {
  float: right;
  width: 24%;
}

.eng-not1 {
  width: 64%;
  float: left;
  display: table;
}

#noticias .btn-voltar {
  float: left;
  margin-top: 48px;
}

#noticias .btn-voltar a {
  border: 1px solid #06666f;
  background: #06666f;
  padding: 11px 36px;
  color: rgba(255, 255, 255, 0.99);
  border-radius: 26px;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 13px;
  transition: all 0.3s ease;
}

#noticias .btn-voltar:hover a {
  background: transparent;
  color: #06666f;
  transition: all 0.3s ease;
}

.box-noticia-inter {
  background: #fff;
  border-radius: 0 0 17px 17px;
}

.box-noticia-inter .image {
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}

#noticias .btn-voltar {
  float: left;
  margin-top: 48px;
}

#noticias .box-noticia-inter .descricao {
  padding: 0;
  padding-top: 31px;
}

.box-noticia-inter .descricao .titulo {
  color: #06666f;
  font-size: 20px;
  font-family: "Montserrat-Light", sans-serif;
  font-weight: 600;
  line-height: 25px;
  width: 80%;
  margin-bottom: 20px;
}

.box-noticia-inter .descricao p {
  color: #636262;
  font-size: 15px;
  line-height: 24px;
  font-family: "Montserrat-Light", sans-serif;
  font-weight: 500;
}

.box-noticia-inter .descricao ul li,
.box-noticia-inter .descricao ol li {
  color: #6f6f6f;
  font-family: "ralewaymedium";
  line-height: 25px;
  font-size: 15px;
  margin-left: 15px;
}

.box-noticia-inter .descricao ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #062548;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  font-size: 13px;
  line-height: 21px;
  color: #707070;
}

.titulo-categoria {
  font-size: 24px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.47);
  padding-bottom: 17px;
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Montserrat-SemiBold", sans-serif;
}

.newsletter-imoveis .engloba-newsletter input {
  background: #ffffff;
}

.engloba-newsletter input {
  width: 100%;
  height: 35px;
  padding-left: 15px;
  margin-bottom: 5px;
  color: #707070;
  font-family: "open-sans";
  background: #fff;
  font-size: 12px;
  border-radius: 0;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 14px;
  border-radius: 28px;
}

.engloba-newsletter {
  background: #06666f;
  padding: 33px 23px;
  margin-bottom: 38px;
  border-radius: 25px;
}

.engloba-newsletter label {
  margin-bottom: 17px;
  display: table;
  width: 100%;
}

.engloba-newsletter button {
  display: block;
  float: right;
  border: 1px solid #668582;
  background: #668582;
  padding: 4px 20px;
  color: rgba(255, 255, 255, 0.99);
  border-radius: 26px;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 15px;
  margin-top: 15px;
  font-weight: 100;
  cursor: pointer;
  transition: all 0.3s ease;
}

.engloba-newsletter button:hover {
  background: transparent;
  color: #fff;
  transition: all 0.3s ease;
}

.engloba-newsletter .titulo-news {
  font-size: 14px;
  color: #091a32;
  margin-bottom: 12px;
  font-family: "Montserrat-SemiBold", sans-serif;
}

.newsletter-imoveis .engloba-newsletter .enviar {
  margin-bottom: 0;
  background: #fff;
  width: 120px;
}

.newsletter-imoveis .engloba-newsletter .enviar:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.engloba-newsletter .enviar {
  background: rgba(93, 198, 209, 0.55);
  border: 1px solid #4b9dc7;
  color: #fff;
  font-size: 16px;
  display: block;
  vertical-align: middle;
  font-family: "mosk-bold";
  border: none;
  width: 150px;
  padding-left: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.engloba-newsletter .enviar:hover {
  background: #c2c4ca;
  transition: all 0.3s ease;
}

/*Newsletter*/
.sec-newsletter {
  overflow: hidden;
}

.sec-newsletter .wrap .engloba-titulo {
  position: relative;
  width: 184px;
  margin: 0 auto;
  margin-bottom: 53px;
}

.sec-newsletter .wrap .engloba-titulo .titulo {
  color: #06666f;
  font-size: 33px;
  line-height: 35px;
  text-align: center;
  font-family: "open-sans-bold";
  font-weight: bold;
}

.sec-newsletter .wrap .engloba-titulo:after {
  content: "";
  width: 101px;
  height: 1px;
  background: #06666f;
  margin: 0 auto;
  margin-top: 17px;
  border-radius: 3px;
  display: block;
}

.form-newsletter {
  background: #53b982;
  padding: 28.48px 65px;
  padding-bottom: 20px;
  border-radius: 25px;
  display: table;
  width: 100%;
  position: relative;
  transition: all 0.5s ease;
}

.form-newsletter.animate {
  transform: translate(0);
  opacity: 1;
  transition: all 0.5s ease;
}

.form-newsletter form {
  text-align: center;
}

.form-newsletter form .input-newsletter {
  height: 37px;
  border-radius: 28px;
  width: 100%;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 14px;
  padding-left: 15px;
  background: #fff;
}

.form-newsletter form .label-newsletter {
  width: 48%;
  margin-right: 18px;
  display: inline-block;
}

.form-newsletter form .label-newsletter:last-of-type {
  margin-right: 0;
}

.form-newsletter form .label-newsletter span {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-family: "Montserrat-Medium", sans-serif;
  margin-bottom: 10px;
  text-align: left;
}

.form-newsletter form button {
  display: block;
  clear: both;
  float: right;
  border: 1px solid #06666f;
  background: #06666f;
  padding: 4px 20px;
  color: rgba(255, 255, 255, 0.99);
  border-radius: 26px;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 15px;
  font-weight: 100;
  transition: all 0.3s ease;
  margin-top: 12px;
  z-index: 200;
  cursor: pointer;
  margin-right: 19px;
}

.form-newsletter form button:hover {
  background: transparent;
  transition: all 0.3s ease;
}

/*Footer*/
#footer {
  background: #efefef;
}

#footer .wrap {
  padding-top: 64px;
}

.engloba-logos-footer {
  display: table;
  width: 213px;
  margin-top: 24px;
  float: right;
}

.logo-seguro {
  margin-bottom: 14px;
}

.image-bandeiras {
  width: 219px;
  height: 51px;
  background: #fff;
  margin-bottom: 37.08px;
  border-radius: 22px;
  clear: both;
  float: right;
}

.logo-fape {
  margin-right: 28px;
  width: 87px;
}

.logo-fape img {
  mix-blend-mode: multiply;
  width: 100%;
}

.logo-fine {
  width: 96px;
}

.logo-fine img {
  width: 100%;
  mix-blend-mode: multiply;
}

.box-footer {
  margin-right: 37px;
}

.box-footer:nth-of-type(3) {
  width: 20%;
  margin-top: 58px;
}

.engloba-contatos .contato {
  display: block;
  font-family: "ampleSoft";
  margin-bottom: 6px;
  font-size: 15px;
  color: #585858;
}

.box-footer:nth-of-type(2) {
  width: 23%;
  margin-top: 58px;
}

.box-footer:last-of-type {
  margin-right: 0;
  width: 24%;
}

.rede-social {
  margin-top: 38px;
}

.rede-social a {
  color: #0e504b;
  font-size: 29px;
  margin-right: 19.61px;
}

.rede-social a:last-of-type {
  margin-right: 0;
  font-size: 33px;
  margin-top: -2px;
}

.box-footer:first-of-type {
  /* margin-right: 0; */
  width: 20%;
}

.box-footer .titulo {
  color: #06666f;
  font-size: 19px;
  margin-bottom: 20px;
  font-family: "ampleSoft";
  font-weight: bold;
  letter-spacing: 0.76px;
}

/*creditos*/
#creditos {
  background: #06666f;
}

#creditos .wrap {
  padding: 40px 0;
}

#creditos .wrap p {
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  font-family: "Montserrat-Light", sans-serif;
}

#creditos .wrap img {
  width: 124.91px;
}

.logo-credito {
  margin-top: -8px;
}

/*lightbox-contato-pd*/
.lightbox-contato-pd {
  border-radius: 27px;
  background: #fdfdfd;
  width: 857px;
}

.lightbox-contato-pd .box-lightbbox-contato {
  width: 100%;
  display: table;
  border-bottom: 1px solid rgba(204, 204, 204, 0.43);
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.lightbox-contato-pd .box-lightbbox-contato img {
  width: 39.73px;
  margin-right: 41.52px;
}

.lightbox-contato-pd .box-lightbbox-contato .titulo {
  font-size: 22px;
  line-height: 24px;
  color: #515050;
  margin-bottom: 4px;
  font-family: "Montserrat-Bold", sans-serif;
}

.lightbox-contato-pd .box-lightbbox-contato span {
  font-size: 18px;
  line-height: 24px;
  color: rgba(112, 112, 112, 0.5);
}

.lightbox-contato-pd .box-rede {
  margin: 0 auto;
  display: table;
}

.lightbox-contato-pd .box-rede a {
  color: #0e504b;
  font-size: 35px;
  margin-right: 29.61px;
}

.lightbox-contato-pd .box-rede a:last-of-type {
  margin-right: 0;
  font-size: 39px;
  margin-top: -2px;
}

.lightbox-contato-pd .box-lightbbox-contato .descricao span {
  color: #707070;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.lightbox-contato-pd .box-rede {
  margin: 0 auto;
  display: table;
}

/*fim-lightbox-contato-pd*/
/*Fornecedor*/
.logo-eco {
  width: 123px;
}

.logo-eco img {
  width: 100%;
}

.titulo-principal {
  font-size: 32px;
  line-height: 43px;
  color: #515050;
  font-family: "Montserrat-Bold", sans-serif;
}

.engloba-cadastro-fornecedo form {
  display: table;
}

.sec-recuperacao-senha .titulo-principal {
  margin-bottom: 10px;
}

.sec-recuperacao-senha .engloba-cadastro-fornecedor .titulo-dados {
  margin-bottom: 40px;
}

.sec-recuperacao-senha .engloba-cadastro-fornecedor form {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.sec-recuperacao-senha .engloba-cadastro-fornecedor form input {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}

.sec-recuperacao-senha .ld-conclusao-1 form .input-cadastro {
  width: calc(100% - 9px);
}

.titulo-dados {
  color: #0e504b;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 25.73px;
  font-family: "Montserrat-Bold", sans-serif;
}

.proj-form {
  display: flex;
  flex-wrap: wrap;
}

.proj-form input:nth-of-type(even) {
  margin-right: 0;
}

.planos-form {
  background: #ececec;
  border-radius: 15px;
  height: auto;
  margin-top: 6px;
  width: 100%;
  display: table;
  flex-wrap: wrap;
}

.box-form-checbox {
  height: 100%;
  position: relative;
  align-items: flex-end;
  align-content: flex-end;
  padding: 15px;
}

.planos-form .box-form-checbox label input {
  float: left;
  width: 13px;
  height: 13px;
  margin-top: 5px;
}

.box-form-checbox .descricao {
  /* margin-left: 20.85px; */
  float: right;
  width: calc(100% - 21px);
}

.box-form-checbox .descricao .titulo {
  color: #0e504b;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10.46px;
  font-family: "Montserrat-Bold", sans-serif;
  width: 100%;
}

.box-form-checbox .descricao span {
  color: #626262;
  font-size: 12px;
  line-height: 11px;
  display: block;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.box-form-checbox:after {
  content: "";
  width: 1px;
  height: 58px;
  display: block;
  background: rgba(112, 112, 112, 0.3);
  position: absolute;
  right: 0;
  top: 0;
}

.box-form-checbox:nth-last-child(3n+4):after {
  display: none;
}

.box-form-checbox:last-of-type:after {
  display: none;
}

.dados-pagamento {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ld-conclusao-1 .input-cadastro.is-invalid {
  border-color: red;
}

.ld-conclusao-1 .text-theme-6 {
  color: red;
  display: table;
  margin-top: -6px;
  margin-bottom: 5px;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 12px;
  margin-left: 16px;
}

.ld-conclusao-1 .input-cadastro:focus {
  border-color: rgba(112, 112, 112, 0.7);
}

.sec-recuperacao-senha-pd .engloba-cadastro-fornecedor form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.engloba-cadastro-fornecedor .form-cadastrof,
.plugin-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.plugin-select {
  margin-top: 6px;
  align-items: start;
}
.plugin-select .select2-container--default.select2-container--focus .select2-selection--multiple {
  overflow: auto;
}
.plugin-select .ld-conclusao-1 .select2 .select2-selection__rendered {
  display: flex;
}
.sec-recuperacao-senha-pd .ld-conclusao-1 .container .new{
  position:relative;
  display: flex;
  flex: 0 0 400px;
}
.engloba-cadastro-fornecedor {
  
display: table;
  
width: 100%;
  
position: relative;
}
.row-reset{
  display: flex;
  position: relative;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
}
.sec-recuperacao-senha-pd .ld-conclusao-1 .container .input-codigo-seguranca {
  width: 159px;
  display: flex;
  flex: 0 0 156px;
}

.sec-recuperacao-senha-pd .ld-conclusao-1 .container .input-nova-senha {
  width: 100%;
}
.sec-recuperacao-senha-pd .ld-conclusao-1 .container .eyes{
  position: absolute;
  right: 43px;
  top: 5px;
}
.sec-recuperacao-senha-pd .ld-conclusao-1 .container .eyes img{
  width: 27px;
    object-fit: contain;
    height: auto;
    position: absolute;
}
.sec-recuperacao-senha-pd .ld-conclusao-1 .container .btn-enviar {
  display: flex;
  flex: 0 0 160px;
  padding: 0;
  justify-content: center;
  float: none;
  height: 36.79px;
}

.sec-recuperacao-senha-pd .ld-conclusao-1 .container .input-recuperacao-padrao {
  width: calc(100% - 132px);
  margin-right: 6px;
}

.sec-recuperacao-senha-pd .ld-conclusao-1 .input-cadastro {
  margin-bottom: 0;
  width: calc(100% - 211px);
  height: 36.79px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid rgba(112, 112, 112, 0.7);
  border-radius: 60px;
  padding-left: 20px;
}

.sec-recuperacao-senha-pd .btn-enviar {
  margin-top: 0;
}

.input-arquivo-cadastro {
  /* display: inline-block; */
  /* width: calc(50% - 12px); */
  /* box-shadow: 0 2px 2px #00000029; */
  /* border: 1px solid rgba(112, 112, 112, 0.7); */
  /* border-radius: 69px; */
  /* height: 36.79px; */
  /* font-size: 12px; */
  /* color: #626262; */
  /* padding-left: 20.62px; */
  /* margin-bottom: 10.21px; */
  /* font-family: "Montserrat-Regular", sans-serif; */
}

.input-arquivo-cadastro input {
  padding-top: 9px;
}

.input-arquivo-cadastro input {
  font-size: 11px;
  padding-top: 8px;
}
.ld-conclusao-1 .form-message .eyes{
  
position: absolute;
  
right: 35px;
  
top: 23px;
}
.ld-conclusao-1 .form-message .eyes img{
  width: 27px;
    object-fit: contain;
    height: auto;
    position: absolute;
}
.ld-conclusao-1 .form-message {
  width: calc(50% - 12px);
  /* box-shadow: 0 2px 2px #00000029; */
  /* border: 1px solid rgba(112, 112, 112, 0.7); */
  /* border-radius: 69px; */
  /* height: 36.79px; */
  /* padding-left: 20.62px; */
  /* margin-bottom: 10.21px; */
  position: relative;
  display: table;
}

.ld-conclusao-1 .proj-form .photo_profile {
  padding-top: 8px;
}

.ld-conclusao-1 .proj-form input {
  width: 100%;
  height: 36.79px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid rgba(112, 112, 112, 0.7);
  border-radius: 69px;
  padding-left: 20.62px;
  margin-bottom: 10.21px;
  font-size: 12px;
  color: #626262;
  font-family: "Montserrat-Regular", sans-serif;
}

.ld-conclusao-1 .proj-form .btn-enviar {
  height: auto;
  width: auto;
  margin-bottom: 0;
  text-align: center;
  padding: 8.21px 67px;
}

.ld-conclusao-1 .input-cadastro {
  font-size: 12px;
  color: #626262;
  font-family: "Montserrat-Regular", sans-serif;
}

.ld-conclusao-1 .select2-hidden-accessible {
  width: calc(50% - 12px);
  height: 36.79px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid rgba(112, 112, 112, 0.7);
  border-radius: 69px;
  padding-left: 17px;
  margin-right: 5px;
}

.ld-conclusao-1 .select2-container--default {
  /* margin-right: 10.9px; */
  width: calc(50% - 12px) !important;
  display: inline-block;
}

.ld-conclusao-1 .select2 .select2-selection__rendered {
  width: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid rgba(112, 112, 112, 0.7);
  border-radius: 69px;
  height: 36.79px;
  font-size: 12px;
  color: #626262;
  padding-left: 20.62px;
  margin-bottom: 10.21px;
  margin-right: 10.9px;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 34px;
  display: flex;
  gap: 4px;
}
.ld-conclusao-1 .select2 .select2-selection__rendered .select2-selection__clear::after {
  content: "Limpar";
}

.ld-conclusao-1 .select2 .select2-selection__rendered li input {
  font-size: 11px;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.ld-conclusao-1 textarea {
  width: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid rgba(112, 112, 112, 0.7);
  border-radius: 21px;
  height: 150px;
  display: table;
  clear: both;
  font-size: 12px;
  color: #626262;
  padding-left: 20.62px;
  padding-top: 30px;
  margin-bottom: 10.21px;
  margin-right: 10.9px;
  font-family: "Montserrat-Regular", sans-serif;
}

.ld-conclusao-1 .input-cadastro.input-cem {
  width: 99%;
}

.ld-conclusao-1 .dados-pagamento .input-cadastro:nth-of-type(4) {
  width: 23%;
}

.ld-conclusao-1 .dados-pagamento .input-cadastro:nth-of-type(5) {
  width: 23%;
  margin-right: 0;
}

.btn-enviar {
  border-radius: 69px;
  background: #489e55;
  border: 1px solid #489e55;
  padding: 8.21px 67px;
  font-size: 14px;
  line-height: 19px;
  margin-top: 41.71px;
  clear: both;
  color: #ffffff;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: bold;
  cursor: pointer;
}

.btn-enviar:hover {
  background: transparent;
  color: #489e55;
}

.valor-total {
  font-size: 18px;
  line-height: 14px;
  margin-top: 49.71px;
  color: #0e504b;
  font-family: "Montserrat-Bold", sans-serif;
  margin-right: 7px;
}

.valor-total b {
  font-size: 18px;
  color: #0e504b;
  font-family: "Montserrat-Bold", sans-serif;
}

/*Cadastro*/
.ld-padrao-1 {
  width: 587.43px;
  background: #ffffff;
  height: 788px;
  padding: 0 65.46px;
  position: relative;
  /* display: table; */
}
.sec-loggin .ld-padrao-1,
.sec-loggin .ld-padrao-2{
  height: 100vh;
  float: none;
  padding: 0;
}
.ld-padrao-2 {
  width: calc(100% - 589px);
  height: 788px;
  padding: 60px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec-loggin .btn-esqueci {
  font-size: 14px;
  font-family: "Montserrat-Light", sans-serif;
  font-weight: 100;
  float: right;
  margin-top: 7px;
  margin-right: 8px;
  position: relative;
  top: inherit;
  right: inherit;
  left: inherit;
  text-align: right;
}
.from-loggin-nv{
  
}

.sec-loggin .btn-enviar {
margin-top: 14.32px;
margin-bottom: 46.74px;
padding: 6.28px 35.88px;
font-family: "Montserrat-Regular", sans-serif;
font-weight: 100;
font-size: 15px;
margin-right: 8px;
}

.btn-esqueci {
  position: absolute;
  top: 50%;
  margin-top: 26px;
  right: 9px;
  font-size: 14px;
  font-family: "Montserrat-Light", sans-serif;
  font-weight: 100;
}

.engloba-titulo-loggin {
  text-align: center;
  margin-bottom: 37px;
}

.engloba-titulo-loggin .titulo {
  font-size: 32px;
  line-height: 43px;
  color: #515050;
  font-family: "Montserrat-Bold", sans-serif;
}
.formn-input{
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.formn-input label{
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
}
.formn-input label .eyes{
  position: absolute;
  right: 40px;
  top: 13px;
}
.engloba-titulo-loggin span {
  color: #515050;
  font-size: 20px;
  line-height: 27px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}
.formn-input label .eyes .eyeoff, .formn-input label .eyes .eyeon{
  width: 27px;
  object-fit: contain;
  height: auto;
  position: absolute;
}
.formn-input label .eyes .eyeoff{
  display:none;
}
.input-login {
  width: 100%;
  margin-bottom: 5.26px;
  border: 1px solid rgba(190, 190, 190, 0.49);
  border-radius: 66px;
  height: 50.4px;
  padding-left: 37.51px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #aaaaaa;
}

.input-login::-moz-placeholder {
  color: #aaaaaa;
}

.input-login:-ms-input-placeholder {
  color: #aaaaaa;
}

.input-login::placeholder {
  color: #aaaaaa;
}

.input-login:last-of-type {
  margin-bottom: 0;
}

.input-login::nth-last-child(-n + 2) {
  margin-bottom: 0;
}

#cadastro .engloba-input .radio-orcamento:first-of-type:after {
  display: none;
}

.titulo-rede {
  display: block;
  clear: both;
  color: rgba(88, 88, 88, 0.79);
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.titulo-rede a {
  color: rgba(87, 154, 14, 0.79);
  font-family: "Montserrat-Bold", sans-serif;
}

#cadastro .btn-enviar {
  margin-top: 28.65px;
  margin-bottom: 45.74px;
  padding: 6.28px 21.69px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

/*ConfirmaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o*/
.engloba-confirmacao-cadastro .titulo {
  color: #489e55;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 13px;
  text-align: center;
  font-family: "Montserrat-Bold", sans-serif;
}

.engloba-confirmacao-cadastro p {
  color: #707070;
  font-size: 15px;
  line-height: 24px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

/*Loggin*/
.titulo-loggin {
  color: rgba(88, 88, 88, 0.79);
  font-size: 15px;
  line-height: 20px;
  clear: both;
  text-align: center;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.titulo-loggin a {
  display: block;
  color: #489e55;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 7px;
  border-bottom: 1px solid #489e55;
  width: 190.5px;
  margin: 0 auto;
  margin-top: 10px;
  font-family: "Montserrat-Bold", sans-serif;
}

.sec-loggin .btn-enviar {
  margin-top: 8.32px;
  margin-bottom: 41.74px;
  padding: 6.28px 35.88px;
  width: 136px;
  margin-left: auto;
}

.sec-loggin .input-login {
  border: 1px solid #bebebe;
}

.sec-loggin .ld-padrao-1 {
  padding: 0 130.49px;
}

.topo-dashboard {
  border-bottom: 1px solid #ccc;
  height: 100px;
}
.topo-dashboard .central,
.topo-dashboard .navegacao-header-dashboard,
.topo-dashboard .box-user-header-dashboard {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topo-dashboard .wrap {
  padding: 0;
  height: 100%;
}

.logo-dashboard {
  width: 130px;
  height: 40px;
  position: relative;
}
.logo-dashboard a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.logo-dashboard img {
  width: 100%;
}

.btn-header-indique {
  margin-right: 17.39px;
  margin-top: 6px;
  transition: all 0.4s ease;
}

.btn-header-indique a {
  border: 1px solid #f48540;
  padding: 10px 22.52px;
  color: #f48540;
  border-radius: 37px;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 12px;
  transition: all 0.4s ease;
}

.btn-header-indique a img {
  width: 16.38px;
  margin-top: 2px;
  margin-left: 11.81px;
  transition: all 0.4s ease;
}

.btn-header-indique:hover a img {
  filter: brightness(10) saturate(0.1) contrast(10);
  transition: all 0.4s ease;
}

.btn-header-indique:hover a {
  background: #f48540;
  color: #fff;
  transition: all 0.4s ease;
}

.btn-header-atualizar {
  margin-top: 6px;
}

.btn-header-atualizar a {
  background: #f48540;
  border: 1px solid #f48540;
  padding: 10px 22.52px;
  color: #fff;
  border-radius: 37px;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 12px;
  transition: all 0.4s ease;
}

.btn-header-atualizar:hover a {
  background: transparent;
  color: #f48540;
  transition: all 0.4s ease;
}

.sino {
  margin-left: 13.46px;
  margin-right: 14.84px;
}

.sino span {
  position: absolute;
  top: 0;
  right: -5px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  background: #be0000;
  border-radius: 100%;
  color: #fff;
  font-family: "Montserrat-Bold", sans-serif;
}

.sino img {
  width: 29.38px;
}

.box-user-header-dashboard {
  margin-right: 18.2px;
}

.box-user-header-dashboard .image {
  width: 42px;
  height: 42px;
  border: 1px solid #707070;
  line-height: 50px;
  border-radius: 100%;
  overflow: hidden;
  /* margin-top: -5px; */
}

.box-user-header-dashboard .image img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: all 0.4s ease;
  object-fit: cover;
  object-position: center;
}

.box-user-header-dashboard .image:hover {
  background: #707070;
  transition: all 0.4s ease;
}

.box-user-header-dashboard.image:hover img {
  filter: brightness(10) saturate(0.1) contrast(10) !important;
  transition: all 0.4s ease;
}

.box-user-header-dashboard .descricao {
  text-align: right;
  margin-right: 17.54px;
}

.box-user-header-dashboard .descricao span {
  font-family: "Montserrat-Bold", sans-serif;
  color: #515050;
  font-size: 15px;
}

.box-user-header-dashboard .descricao a {
  display: block;
  color: rgba(81, 80, 80, 0.6);
  font-size: 11px;
  font-family: "Montserrat-Regular", sans-serif;
  transition: all 0.4s ease;
}

.box-user-header-dashboard .descricao a:hover {
  color: #515050;
  transition: all 0.4s ease;
}

.sair {
  margin-top: 5px;
}

.sair a img {
  width: 17.63px;
}

.footer-padrao {
  background: #0e504b;
  border-top: 8px solid #e6e6e6;
  height: 153.91px;
  width: 100%;
  display: table;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0509803922);
}

.logo-footer-dash {
  width: 104px;
}

.logo-footer-dash img {
  width: 100%;
}

.logo-footer {
  width: 183.51px;
}

.footer-padrao .wrap {
  padding: 0;
  height: 100%;
  /* display: flex; */
  /* justify-content: space-between; */
  width: 100%;
  max-width: 81%;
}

.logo-footer img {
  width: 100%;
}

.btn-indicar {
  margin-right: 31.36px;
  margin-top: 45px;
  margin-left: 53.44px;
}

.btn-indicar a {
  background: #4bad6c;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 7px 19px;
  color: #fff;
  border-radius: 20px;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 11px;
}

.eng-navegacao-footer {
  margin-top: 45px;
}

.eng-navegacao-footer ul li {
  margin-right: 31.36px;
}

.eng-navegacao-footer ul li a {
  color: #ffffff;
  font-size: 14px;
  font-family: "ampleSoft";
}

.conteudo-dashboard {
  position: relative;
}

.conteudo-dashboard:after {
  content: "";
  width: 409.68px;
  height: 191.12px;
  background-image: url(../images/firula-dash1.svg);
  display: block;
  position: absolute;
  left: -262px;
  bottom: -6px;
  background-size: contain;
  background-repeat: no-repeat;
}

.conteudo-dashboard:before {
  content: "";
  width: 347.68px;
  height: 136.12px;
  background-image: url(../images/firula-dash2.svg);
  display: block;
  position: absolute;
  right: -170px;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.conteudo-dashboard .wrap {
  padding: 0;
}

.conteudo-dashboard .wrap > .container > .central {
  display: flex;
  flex-direction: column;
  margin: 40px auto 60px auto;
  height: auto;
}

.titulo-dashboad-case {
  display: table;
  width: 100%;
  padding: 0 40px;
  margin-bottom: 40px;
}

.titulo-name-dashboard {
  margin-top: 24px;
  color: rgba(88, 88, 88, 0.79);
  font-size: 27px;
  line-height: 39px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.horario-dashboard {
  display: table;
}

.box-case-dashboard {
  padding: 0 37.6px;
  text-align: center;
  border-right: 1px solid rgba(204, 204, 204, 0.44);
  height: 75.8px;
}

.box-case-dashboard:last-of-type {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.box-case-dashboard span {
  font-size: 38px;
  line-height: 35px;
  display: block;
  margin-bottom: 4px;
  color: rgba(88, 88, 88, 0.79);
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.box-dashboad .content:after {
  border: 1px solid #c1c1c1;
  border-radius: 9px;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(6px, 6px);
}

.box-case-dashboard .titulo {
  color: #585858;
  font-size: 15px;
  line-height: 43px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.conteudo-dashboard-adm .engloba-box-case {
  width: 100%;
}

.engloba-box-case {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* flex-direction: row; */
  /* align-items: baseline; */
  /* justify-content: space-between; */
  width: 95%;
  margin: 0 auto;
}

.box-dashboad {
  margin-bottom: 20px;
  /* width: 21%; */
  padding: 0 11px;
  cursor: pointer;
}

.box-dashboad:hover {
  transform: scale(1.05);
  z-index: 100;
  transition: all 0.4s ease;
}

.box-dashboad .content {
  height: 157px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 12px;
  width: 93%;
}

.box-dashboad .image {
  width: 37.61px;
  margin: 0 auto;
  margin-bottom: 29.16px;
}

.box-dashboad .image img {
  width: 100%;
}

.box-dashboad .titulo {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  color: #707070;
  font-size: 14px;
}

/*Ajuda*/
.engloba-form-ajuda-edit .engloba-select {
  width: calc(50% - 6px);
}

.titulo-ajuda {
  border-bottom: 1px solid rgba(204, 204, 204, 0.62);
  padding-bottom: 23px;
  margin-bottom: 20px;
}

.titulo-ajuda .image {
  width: 47px;
  margin-right: 41px;
}

.titulo-ajuda .image img {
  width: 100%;
}

.titulo-ajuda .descricao .titulo {
  font-size: 22px;
  line-height: 24px;
  color: #515050;
  font-family: "Montserrat-Bold", sans-serif;
}

.titulo-ajuda .descricao span {
  color: rgba(112, 112, 112, 0.5);
  font-size: 17px;
  line-height: 24px;
  font-family: "Montserrat-Regular", sans-serif;
}

.engloba-input-plano {
  width: calc(50% - 6px);
  margin-top: 0;
  display: inline-block;
}

.engloba-form-ajuda form .engloba-input-plano select {
  width: calc(50% - 7px);
  margin-bottom: 0;
}

.engloba-form-ajuda form .engloba-input-plano select:last-of-type {
  margin-right: 0;
}

.engloba-conteudo-padrao-repeat .conteudo-padrao-repeat .engloba-form-ajuda form .input-periodo {
  margin-right: 6.18px;
}

.engloba-conteudo-padrao-repeat .conteudo-padrao-repeat .engloba-form-ajuda form .select-periodo-cobranca {
  margin-right: 0;
}

.engloba-form-ajuda form .input-ajuda {
  border: 1px solid rgba(112, 112, 112, 0.7);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  border-radius: 60px;
  height: 36.65px;
  width: calc(50% - 6px);
  margin-right: 6.18px;
  padding: 0 31.87px;
  margin-bottom: 12.5px;
  font-size: 11px;
  color: #626262;
  font-family: "Montserrat-Regular", sans-serif;
}

.engloba-form-ajuda form .engloba-select:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid #949396;
  position: absolute;
  right: 12px;
  top: 11px;
}

.engloba-form-ajuda form .input-ajuda:nth-of-type(3),
.engloba-form-ajuda form .input-ajuda:nth-of-type(5),
.engloba-form-ajuda form .input-ajuda:nth-of-type(6),
.engloba-form-ajuda form .input-ajuda:nth-of-type(7) {
  margin-right: 0;
}

.engloba-form-ajuda form .engloba-select {
  /* width: 100%; */
  border: 1px solid rgba(112, 112, 112, 0.7);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  border-radius: 60px;
  height: 36.65px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12.5px;
  margin-right: 6.18px;
}

.engloba-form-ajuda form .engloba-select .select-ajuda {
  width: 100%;
  height: 100%;
  padding-left: 31.87px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  font-size: 11px;
  color: #626262;
  font-family: "Montserrat-Regular", sans-serif;
}

.engloba-form-ajuda form .texto-ajuda {
  border: 1px solid rgba(112, 112, 112, 0.7);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
  height: 155.65px;
  width: 100%;
  padding-left: 31.87px;
  margin-bottom: 23.64px;
  padding-top: 12.14px;
  font-size: 11px;
  color: #626262;
  font-family: "Montserrat-Regular", sans-serif;
}

.engloba-form-ajuda form .button-ajuda {
  border-radius: 69px;
  background: #4bad6c;
  border: 1px solid #4bad6c;
  width: 195.38px;
  height: 38.36px;
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat-Bold", sans-serif;
  cursor: pointer;
  transition: all 0.4s ease;
}

.engloba-form-ajuda form .button-ajuda:hover {
  background: transparent;
  color: #4bad6c;
  transition: all 0.4s ease;
}

/*Encontro*/
.titulo-calendario {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 18px;
  margin-bottom: 26px;
}

.titulo-calendario .btn-horario .btn {
  padding: 8px 39px;
}

.engloba-lista {
  width: 229px;
  display: flex;
  flex-direction: row;
}

.engloba-lista .lista {
  margin-bottom: 6px;
}

.engloba-lista .ld-lista1 {
  margin-right: 35px;
  width: 101.25px;
}

.engloba-lista .lista .lista-tag {
  font-family: "ampleSoft";
  color: #585858;
  font-size: 15px;
}

.box-lista {
  display: flex;
  vertical-align: middle;
  margin-right: 55px;
  border-right: 1px solid #ccc;
  padding-right: 55px;
  position: relative;
}

.box-lista:last-of-type {
  border-right: none;
  margin-right: 0;
}

.box-lista:hover {
  transform: scale(1.05);
  z-index: 100;
  transition: all 0.4s ease;
}

.box-lista .image {
  width: 25.51px;
  margin-right: 12.31px;
}

.box-lista:nth-of-type(1) .image {
  margin-top: 5px;
}

.box-lista .image img {
  width: 100%;
}

.box-lista .titulo {
  margin-top: 3px;
  font-size: 20px;
  color: #515050;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.btn-horario .btn {
  display:block;
  border-radius: 69px;
  background: #4bad6c;
  border: 1px solid #4bad6c;
  color: #ffffff;
  font-size: 16px;
  padding: 11px 39px;
  font-family: "Montserrat-Bold", sans-serif;
  transition: all 0.4s ease;
}

.btn-horario:hover .btn {
  background: transparent;
  color: #4bad6c;
  transition: all 0.4s ease;
}

.engloba-box-encontro {
  width: 100%;
  display: table;
}

.box-encontro {
  background: #f5f5f5;
  border-radius: 30px;
  padding: 20px 41.13px;
  margin-bottom: 8px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.box-encontro a:first-of-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
}
.box-encontro .engloba-data-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-encontro .delete-gender {
  margin-top: 0;
}

.box-encontro .data-hora {
  margin-top: 0;
}

.box-encontro:hover {
  background: #4bad6c;
  transition: all 0.4s ease;
}

.engloba-data-text {
  width: 68%;
}

.box-encontro p {
  width: 71%;
  color: #707070;
  font-size: 15px;
  font-family: "Montserrat-Regular", sans-serif;
}

.box-encontro:hover p,
.box-encontro.active p {
  color: #fff;
  transition: all 0.4s ease;
}

.data-hora {
  margin-top: 4px;
  width: 28%;
}

.data-hora .titulo {
  font-family: "Montserrat-Bold", sans-serif;
  color: #585858;
  font-size: 14px;
}

.btn-confirmado {
  float: right;
  margin-top: 4px;
  position: relative;
}

.btn-confirmado .btn {
  color: #489e55;
  font-size: 16px;
  font-family: "Montserrat-Bold", sans-serif;
  width: 100%;
}

.btn-confirmado:before {
  width: 1px;
  height: 204%;
  content: "";
  display: block;
  position: absolute;
  background: #ccc;
  top: -12px;
  left: -32px;
  display: flex;
}

.box-encontro:hover .btn-confirmado .btn,
.box-encontro.active .btn-confirmado .btn {
  color: #fff;
  transition: all 0.4s ease;
}

.box-encontro:hover .data-hora .titulo,
.box-encontro.active .data-hora .titulo {
  color: #fff;
  transition: all 0.4s ease;
}

/*Biblioteca*/
.buscar-biblioteca .titulo {
  color: #515050;
  font-size: 16px;
  margin-bottom: 16px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.engloba-flex {
  display: flex;
}

.conteudo-padrao-repeat .buscar-edit form {
  display: flex;
  width: 100%;
}

.swal2-actions:not(.swal2-loading) .swal2-styled {
  border-radius: 25px;
}

.conteudo-padrao-repeat .buscar-edit .engloba-flex form input {
  width: calc(100% - 3px);
}

.conteudo-padrao-repeat .buscar-biblioteca-inter form input {
  width: calc(100% - 203px);
}

.buscar-biblioteca form input {
  color: #707070;
  font-size: 15px;
  background: #e6e6e6;
  border-radius: 14px;
  height: 41.63px;
  width: calc(100% - 159px);
  padding-left: 40.17px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.buscar-biblioteca form button {
  background: #4bad6c;
  border: 1px solid #4bad6c;
  height: 40.36px;
  width: 195.38px;
  border-radius: 69px;
  margin-left: -102px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat-Bold", sans-serif;
  cursor: pointer;
}

.buscar-biblioteca form button:hover {
  background: rgba(75, 173, 108, 0.85);
  transition: all 0.4s ease;
}

.engloba-categoria-biblioteca {
  display: table;
  width: 100%;
  padding-top: 43.37px;
}

.engloba-box-biblioteca div {
  color: #515050;
  font-size: 16px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.titulo-cat-biblioteca-inter {
  font-size: 25px;
  height: 34px;
  color: #515050;
  font-family: "Montserrat-Bold", sans-serif;
}

.box-biblioteca-inter .descricao .titulo {
  color: #515050;
  font-size: 16px;
  line-height: 24px;
}

.box-biblioteca-inter .descricao .subtitulo {
  font-size: 13px;
  line-height: 18px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.box-biblioteca {
  border-bottom: 1px solid rgba(204, 204, 204, 0.36);
  border-right: 1px solid rgba(204, 204, 204, 0.36);
  padding-right: 58px;
  padding-bottom: 24px;
  padding-top: 30px;
}

.box-biblioteca:hover {
  background: rgba(75, 173, 108, 0.87);
  padding-left: 0;
  padding-right: 0;
  transition: all 0.4s ease;
}

.box-biblioteca .content .descricao .titulo {
  color: #515050;
  font-size: 18px;
  font-family: "Montserrat-Bold", sans-serif;
  transition: all 0.4s ease;
}

.box-biblioteca:hover .content .descricao .titulo,
.box-biblioteca:hover .content .descricao .subtitulo{
  color: #fff;
  transition: all 0.4s ease;
}

.box-biblioteca:nth-of-type(even) {
  padding-left: 58px;
  padding-right: 0;
  border-right: none;
}

.box-biblioteca .image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 13px;
  float: left;
}

.box-biblioteca:hover .content {
  padding: 0 40px;
  transition: all 0.4s ease;
}

.box-biblioteca:hover .content .image {
  background: #fff;
  transition: all 0.4s ease;
}

.box-biblioteca .descricao {
  float: right;
  width: calc(100% - 76px);
  height: 68px;
}

.box-biblioteca .descricao {
  padding-left: 18px;
}

.lightbox-biblioteca {
  display: none;
  width: 100%;
  max-width: 858px;
  border-radius: 27px;
}

.lightbox-biblioteca .engloba-titulo-light-biblioteca {
  padding-bottom: 19px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 13px;
}

.lightbox-biblioteca .tags {
  margin-bottom: 24px;
  display: table;
  width: 100%;
}

.lightbox-biblioteca .engloba-titulo-light-biblioteca .titulo {
  color: #515050;
  font-size: 24px;
  font-family: "Montserrat-Bold", sans-serif;
}

.engloba-top-light-biblioteca {
  margin-bottom: 129px;
}

.engloba-top-light-biblioteca span,
.engloba-bottom-light-biblioteca span {
  color: #515050;
  font-size: 13px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  line-height: 28px;
}

.engloba-bottom-light-biblioteca span:nth-of-type(1) {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.tags .tag .link {
  color: #515050;
  font-size: 13px;
  background: #efefef;
  border-radius: 19px;
  padding: 10px 23px;
  display: table;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.lightbox-biblioteca .btn-voltar {
  margin-top: 94px;
}

.lightbox-biblioteca .btn-voltar a {
  background: #4bad6c;
  border: 1px solid #4bad6c;
  height: 38.36px;
  width: 195.38px;
  border-radius: 69px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat-Bold", sans-serif;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 36px;
  transition: all 0.4s ease;
}

.lightbox-biblioteca .btn-voltar:hover a {
  background: transparent;
  color: #4bad6c;
  transition: all 0.4s ease;
}

/*Fornecedor*/
.app #pagina .button-submit {
  background: #4bad6c;
  border: 1px solid #4bad6c;
  height: 40.36px;
  width: 195.38px;
  border-radius: 69px;
  margin-left: -102px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat-Bold", sans-serif;
  cursor: pointer;
}

.app #pagina .button-submit:hover {
  background: rgba(75, 173, 108, 0.85);
  transition: all 0.4s ease;
}

.busca-projetista-adm.busca-fornecedor form .input-busca-fornedor {
  width: calc(100% - 168px);
}

.busca-biblioteca-adm.busca-projetista-adm form .input-busca-fornedor {
  width: calc(100% - 588px);
  margin-right: 21px;
}

.busca-projetista-adm.busca-fornecedor .engloba-select-fornecedor:last-of-type {
  width: 158.46px;
}

.app .conteudo-padrao-repeat .busca-projetista-adm .engloba-select-fornecedor {
  margin-right: 13px;
  width: 175.46px;
}

.app #pagina .conteudo-padrao-repeat .busca-projetista-adm form .button-submit {
  width: 128px;
  margin-right: 13px;
}

.busca-projetista-adm.busca-fornecedor .engloba-select-fornecedor {
  width: 158.46px;
  margin-right: 21px;
}

.limpar-filtro {
  background: #f48540;
  border: 1px solid #f48540;
  padding: 10px 14.52px;
  color: #fff;
  border-radius: 37px;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 12px;
  text-align: center;
  transition: all 0.4s ease;
  width: 142px;
  align-items: center;
  justify-content: center;
}

.limpar-filtro1 {
  background: #f48540;
  border: 1px solid #f48540;
  padding: 10px 14.52px;
  color: #fff;
  border-radius: 37px;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 12px;
  text-align: center;
  transition: all 0.4s ease;
  width: 142px;
  align-items: center;
  justify-content: center;
  margin-left: 13px;
}

.busca-projetista-adm.busca-fornecedor .engloba-select-fornecedor:last-of-type {
  /* margin-right: 35px; */
}

.busca-projetista-adm.busca-fornecedor .eng-setas-select span {
  position: absolute;
  top: 7px;
  right: 0;
  transform: rotate(179deg);
}

.conteudo-padrao-repeat .busca-plano-adm {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.conteudo-padrao-repeat .busca-plano-adm {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.conteudo-padrao-repeat .busca-plano-adm form .input-busca-fornedor {
  width: 100%;
}

.conteudo-padrao-repeat .busca-fornecedor form {
  /* width: 85%; */
  display: flex;
}

.conteudo-padrao-repeat .busca-fornecedor form a:last-of-type {
  border: 1px solid #f48540;
  width: 184px;
  background: #f48540;
  color: #fff;
  text-align: center;
  border-radius: 37px;
  font-family: "Montserrat-Regular", sans-serif;
  height: 40.36px;
  font-size: 14px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conteudo-padrao-repeat form .limpar-filtro1 {
  margin-right: 13px;
}

.conteudo-padrao-repeat .busca-fornecedor form a:last-of-type:hover {
  background: transparent;
  color: #f48540;
}

.conteudo-padrao-repeat .busca-fornecedor-rd form {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.btn-cadastrar-categoria {
  margin-right: 13px;
}

.btn-nova-jornada {
  margin-right: 6px;
}

.btn-cadastrar-etapa a {
  border-radius: 69px;
  background: #f48540;
  border: 1px solid #f48540;
  width: 173.46px;
  display: block;
  height: 39.65px;
  font-size: 13px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat-Bold", sans-serif;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-cadastrar-etapa:hover a {
  background: transparent;
  color: #f48540;
  transition: all 0.4s ease;
}

.btn-nova-jornada a {
  border-radius: 69px;
  background: #489e55;
  border: 1px solid #489e55;
  width: 172.46px;
  display: block;
  height: 39.65px;
  font-size: 13px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat-Bold", sans-serif;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-nova-jornada:hover a {
  background: transparent;
  color: #489e55;
  transition: all 0.4s ease;
}

.busca-fornecedor form .input-busca-fornedor {
  background: #f5f5f5;
  height: 41.65px;
  border-radius: 20px;
  width: 48.9%;
  padding-left: 27.91px;
  font-size: 15px;
  font-family: "roboto-regular";
  color: #525252;
  margin-right: 6px;
}

.busca-fornecedor form .engloba-select-fornecedor {
  margin-right: 15px;
}

.app #pagina .busca-fornecedor form .button-submit {
  margin-left: 0;
}

.engloba-select-fornecedor .select-fornecedor {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: #f5f5f5;
  padding-left: 12.91px;
  padding-right: 33px;
  font-size: 15px;
  font-family: "roboto-regular";
  color: #525252;
}

.engloba-select-fornecedor {
  background: #f5f5f5;
  height: 41.65px;
  border-radius: 20px;
  width: 23.5%;
  overflow: hidden;
}

.btn-cadastrar-categoria {
  margin-right: 13px;
}

.btn-cadastrar-categoria a {
  border-radius: 69px;
  background: #f48540;
  border: 1px solid #f48540;
  width: 158.46px;
  display: block;
  height: 39.65px;
  font-size: 13px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat-Bold", sans-serif;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-cadastrar-categoria:hover a {
  background: transparent;
  color: #f48540;
  transition: all 0.4s ease;
}

.btn-cadastrar-biblioteca a {
  border-radius: 69px;
  background: #515050;
  border: 1px solid #515050;
  width: 158.46px;
  display: block;
  height: 39.65px;
  font-size: 13px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat-Bold", sans-serif;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-cadastrar-biblioteca:hover a {
  background: transparent;
  color: #515050;
  transition: all 0.4s ease;
}

.btn-cadastro-categoria-bl a {
  border-radius: 69px;
  background: #707070;
  border: 1px solid #707070;
  width: 210.46px;
  display: block;
  height: 41.65px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat-Bold", sans-serif;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-cadastro-categoria-bl:hover a {
  background: transparent;
  color: #707070;
  transition: all 0.4s ease;
}

.eng-setas-select {
  position: absolute;
  right: 21px;
  height: 39px;
  display: block;
  top: 5px;
}

.eng-setas-select span {
  display: block;
  height: auto;
  color: #b2b2b2;
  font-size: 15px;
  font-family: "roboto-regular";
  height: 15px;
}

.eng-setas-select span:nth-of-type(2) {
  transform: rotate(-183deg);
}

.engloba-select-fornecedor:last-of-type {
  margin-right: 0;
}

.eng-cx-fornecedor {
  margin-bottom: 35.5px;
}

.engloba-box-fornecedor {
  margin-top: 38.84px;
}

.box-fornecedor {
  background: #f5f5f5;
  width: 100%;
  border-radius: 69px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  height: 87.81px;
  padding: 0 49.76px;
  overflow: hidden;
  z-index: 10;
  position: relative;
  transition: all 0.4s ease;
}

.box-fornecedor .eng-marcacao-pd {
  height: 88px;
  width: 64px;
  justify-content: space-around;
}

.box-fornecedor .eng-marcacao-pd .delete-provider svg {
  width: 24px;
  height: 24px;
}

.busca-biblioteca-adm {
  width: 100%;
  display: flex;
}

.app .busca-projetista-adm form {
  width: 100%;
  display: flex;
}

.app .busca-biblioteca-adm form .input-busca-fornedor {
  width: calc(100% - 309px);
  margin-right: 13px;
}

.box-fornecedor-adm {
  background: #f5f5f5;
  margin-bottom: 9px;
}

.box-fornecedor:hover {
  transform: scale(1.01);
  transition: all 0.4s ease;
}

.box-fornecedor-adm.box-fornecedor .icone-legal {
  width: auto;
}

.icone-legal a:hover svg path {
  fill: #0e504b;
}

.icone-legal-biblioteca-adm a {
  margin-left: 15px;
}

.saida {
  margin-left: 38px;
}

.saida:before {
  content: "";
  width: 2px;
  height: 38px;
  background: #c8c8c8;
  display: block;
  position: absolute;
  left: -17px;
  top: -6px;
}

.saida span {
  width: 20px;
  height: 20px;
  background: #869f9c;
  border-radius: 100%;
  position: absolute;
  right: -5px;
  top: -10px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}

.imagem-user {
  width: 56px;
  height: 56px;
  float: left;
  margin-top: 17px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box-fornecedor-adm.box-fornecedor .engloba-conteudo-titulo-fornecedor {
  width: calc(100% - 145px);
}

.box-fornecedor-adm.box-fornecedor .numero {
  color: #707070;
  font-size: 15px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  margin-top: 7px;
  margin-right: 15px;
}

.status-projetista-adm {
  float: right;
  width: auto;
}

.status-projetista-adm:hover svg path {
  fill: #0e504b;
}

.conteudo-padrao-repeat .status-biblioteca-adm li a svg {
  margin-left: 10px;
}

.status-projetista-adm li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 33px;
}

.status-projetista-adm li:hover {
  transform: scale(1.1);
  transition: all 0.4s ease;
}

.status-projetista-adm li a {
  color: #707070;
  font-size: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s ease;
}

.status-projetista-adm li a svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
}

.box-fornecedor-adm.box-fornecedor .image-circ-ok svg path {
  fill: #c0c0c0;
}

.engloba-conteudo-titulo-fornecedor .image {
  margin-right: 33.16px;
  width: 165px;
  height: 87.8px;
  float: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.engloba-conteudo-titulo-fornecedor .image img {
  width: 100%;
}

.box-fornecedor-adm .engloba-conteudo-titulo-fornecedor .descricao {
  width: calc(100% - 90px);
}

.box-fornecedor-adm .engloba-conteudo-titulo-fornecedor .descricao .titulo-top {
  margin-bottom: 5px;
}

.conteudo-padrao-repeat .box-biblioteca-adm .engloba-conteudo-titulo-fornecedor .descricao .titulo-top .titulo-biblioteca-plano {
  font-size: 16px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.box-fornecedor-adm .engloba-conteudo-titulo-fornecedor .descricao .titulo-top .titulo-projetista {
  color: #585858;
  font-size: 21px;
  font-family: "Montserrat-Bold", sans-serif;
}

.box-fornecedor-adm .engloba-conteudo-titulo-fornecedor .descricao .titulo-top .titulo-projetista:after {
  content: "";
  width: 1px;
  height: 13px;
  background: #c8c8c8;
  display: inline-block;
  margin: 0 20px;
  margin-top: 10px;
}

.box-fornecedor-adm .engloba-conteudo-titulo-fornecedor .descricao .titulo-top .titulo-projetista-plano {
  color: #0e504b;
  font-size: 14px;
  margin-top: 6px;
  font-family: "Montserrat-Bold", sans-serif;
}

.conteudo-padrao-repeat .box-biblioteca-adm .engloba-conteudo-titulo-fornecedor .descricao .titulo-top .titulo-biblioteca-plano b {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.box-fornecedor-adm .engloba-conteudo-titulo-fornecedor .descricao .titulo-bottom .box-whats-projetista-plano {
  margin-right: 25px;
}

.box-fornecedor-adm .engloba-conteudo-titulo-fornecedor .descricao .titulo-bottom .box-whats-projetista-plano .icone-1 {
  width: 18px;
}

.box-fornecedor-adm .engloba-conteudo-titulo-fornecedor .descricao .titulo-bottom .box-whats-projetista-plano .icone-2 {
  width: 18px;
}

.box-fornecedor-adm .engloba-conteudo-titulo-fornecedor .descricao .titulo-bottom .box-whats-projetista-plano .titulo-whatsapp-prj {
  margin-left: 16px;
  color: #707070;
  font-size: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.engloba-conteudo-titulo-fornecedor .descricao {
  height: 87.81px;
  float: right;
  width: 73%;
  width: calc(100% - 200px);
}

.engloba-conteudo-titulo-fornecedor .descricao .titulo {
  color: #585858;
  font-size: 21px;
  line-height: 23px;
  font-family: "Montserrat-Bold", sans-serif;
}

.engloba-conteudo-titulo-fornecedor {
  width: 92%;
  display: table;
  float: left;
  overflow: hidden;
}

.engloba-conteudo-titulo-fornecedor .descricao .subtitulo {
  color: #707070;
  font-size: 15px;
  line-height: 23px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.box-fornecedor .icone-legal {
  width: 30px;
  display: table;
  margin-top: 30px;
  display: flex;
}

.box-fornecedor .icone-legal img {
  width: 30px;
  margin-right: 18px;
}

.conteudo-fornecedor {
  padding: 40.26px 46.46px;
  background: #e0e0e0;
  border-radius: 0 0 33px 33px;
  padding-top: 71.92px;
  margin-top: -32px;
  z-index: 1;
  position: relative;
}

.box-contato-fornecedor {
  margin-right: 18.07px;
}

.box-contato-fornecedor:last-of-type {
  margin-right: 0;
}

.box-contato-fornecedor .titulo {
  color: #585858;
  font-size: 14px;
  font-family: "Montserrat-Bold", sans-serif;
}

.box-contato-fornecedor img {
  width: 19.14px;
  margin-right: 9.55px;
}

.conteudo-fornecedor .eng-contato-box-fornecedor {
  margin-bottom: 24.25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}

.eng-contato-box-fornecedor-edit {
  display: flex;
}

.eng-contato-box-fornecedor-edit .box-contato-fornecedor {
  display: flex;
}

.eng-contato-box-fornecedor-edit .box-contato-fornecedor a {
  display: flex;
}

.eng-contato-box-fornecedor-edit .box-contato-fornecedor img {
  display: flex;
}

.eng-contato-box-fornecedor-edit .box-contato-fornecedor .titulo {
  display: flex;
  margin-top: 0;
}

.conteudo-fornecedor p {
  font-size: 15px;
  color: #707070;
  line-height: 24px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.engloba-botoes-fornecedor {
  margin-top: 27px;
}

.btn-link-botoes {
  margin-right: 9.58px;
}

.btn-link-botoes:last-of-type {
  margin-right: 0;
}

.btn-link-botoes .btn {
  background: #f5f5f5;
  height: 41.65px;
  border-radius: 20px;
  color: #525252;
  font-size: 15px;
  padding: 11.97px 33.33px;
  font-family: "roboto-regular";
  transition: all 0.4s ease;
}

.btn-link-botoes .btn:hover {
  background: #ccc;
  color: #fff;
  transition: all 0.4s ease;
}

/*link-cliente*/
.engloba-titulo-projeto-link .titulo-link1 {
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin-bottom: 9px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #515050;
}

.engloba-titulo-projeto-link .titulo {
  font-size: 18px;
  color: #515050;
  line-height: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 17px;
  margin-bottom: 19px;
  font-family: "Montserrat-Bold", sans-serif;
}

.engloba-titulo-projeto-link .descricao p {
  font-size: 13px;
  line-height: 24px;
  color: #707070;
}

.engloba-titulo-projeto-link .titulo-descricao {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 18px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #515050;
}

.engloba-titulo-projeto-link .titulo-projeto-link {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 18px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #515050;
}

.btn-contato-link {
  margin-top: 35.97px;
}

.btn-contato-link .btn {
  background: #869f9c;
  border: 1px solid #869f9c;
  padding: 9.23px 22.02px;
  font-size: 13px;
  line-height: 20px;
  border-radius: 69px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #ffffff;
  transition: all 0.4s ease;
}

.btn-contato-link:hover .btn {
  background: transparent;
  color: #869f9c;
  transition: all 0.4s ease;
}

.box-fornecedor .icone-legal .legal {
  margin-left: 20px;
}

.btn-adc-fornecedores input {
  border-radius: 69px;
  background: #4bad6c;
  border: 1px solid #4bad6c;
  color: #ffffff;
  font-size: 16px;
  padding: 11px 39px;
  font-family: "Montserrat-Bold", sans-serif;
  transition: all 0.4s ease;
  cursor: pointer;
}

.btn-adc-fornecedores:hover input {
  background: transparent;
  color: #4bad6c;
  transition: all 0.4s ease;
}

.btn-contato-link .btn span {
  margin-right: 7.07px;
  font-size: 20.98px;
}

.btn-contato-link .btn img {
  width: 17.98px;
  height: 17.98px;
  background: #ccc;
  margin-right: 8.8px;
}

.engloba-texto-link {
  background: #e6e6e6;
  border-radius: 14px;
  /* padding: 0; */
  margin-bottom: 32.16px;
  height: 119px;
  padding: 20px;
}

.engloba-texto-link textarea {
  height: 100%;
  /* padding: 20px; */
  font-family: "Montserrat-Regular", sans-serif;
  color: #707070;
  font-size: 15px;
  display: block;
}

.engloba-botoes-links {
  margin-bottom: 21.15px;
}

.botoes-links {
  padding: 17.44px 23.62px;
  background: #ccc;
  border-radius: 7px;
  margin-right: 7px;
  transition: all 0.4s ease;
}

.botoes-links:hover,
.botoes-links.active {
  background: #53b982;
  transition: all 0.4s ease;
}

.botoes-links span {
  font-size: 13px;
  line-height: 18px;
  transition: all 0.4s ease;
}

.botoes-links .titulo {
  font-size: 16px;
  line-height: 22px;
  transition: all 0.4s ease;
}

.botoes-links:hover span,
.botoes-links.active span {
  color: #fff;
  transition: all 0.4s ease;
}

.botoes-links:hover .titulo,
.botoes-links.active .titulo {
  color: #fff;
  transition: all 0.4s ease;
}

.mais {
  width: 69px;
  text-align: center;
  margin: 0 auto;
  margin-top: -38px;
}

.is-not-result {
  font-family: "Montserrat-Bold", sans-serif;
  color: #707070;
  font-size: 14px;
}

.engloba-titulo-link-cliente {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-bottom: 14.16px;
  margin-bottom: 20.26px;
  display: table;
  width: 100%;
}

.engloba-titulo-link-cliente .btn-horario {
  margin-bottom: 15px;
}

.engloba-titulo-link-cliente .titulo {
  color: #515050;
  font-size: 16px;
  line-height: 22px;
  font-family: "Montserrat-Bold", sans-serif;
  margin-top: 10px;
}

.case-img svg {
  margin-top: 3px;
}

.box-lista-clientes:nth-of-type(odd) {
  padding-right: 48.36px;
}

.box-lista-clientes .li-lista-link-cliente {
  width: 100%;
  transition: all 0.4s ease;
}

.box-lista-clientes .li-lista-link-cliente:hover {
  background: #ccc;
  transition: all 0.4s ease;
}

.box-lista-clientes .li-lista-link-cliente .a-lista-link-cliente {
  font-family: "Montserrat-Bold", sans-serif;
  color: #707070;
  font-size: 14px;
}

.box-lista-clientes:nth-of-type(even) {
  padding-left: 48.36px;
}

.circulo {
  width: 11px;
  height: 11px;
  border: 1px solid #06666f;
  border-radius: 100%;
  margin-top: 3px;
  margin-right: 13.82px;
}

.icone-upload {
  width: 16.32px;
  margin-top: 1px;
  margin-right: 23.49px;
}

.engloba-atividades-link-clientes {
  margin-bottom: 52.5px;
}

.engloba-documentos-link-clientes {
  margin-bottom: 62.63px;
}

.engloba-documentos-link-clientes .li-lista-link-cliente {
  width: 47.8%;
}

.engloba-box-imagem-link-clientes1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: left;
}

.engloba-documentos-link-clientes .li-lista-link-cliente .a-lista-link-cliente {
  font-family: "Montserrat-Bold", sans-serif;
  color: #707070;
  font-size: 14px;
  /* display: flex; */
}

.eng-marcacao-pd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  float: right;
}

.eng-marcacao-pd a:nth-of-type(1) {
  margin-right: 8px;
  margin-top: -2px;
}

.engloba-documentos-link-clientes .li-lista-link-cliente:nth-of-type(odd) {
  margin-right: 42px;
}

.olho-box {
  margin-top: 4px;
}

.engloba-box-imagem-link-clientes,
.engloba-encontro-projeto-inter {
  margin-bottom: 57.51px;
}

.engloba-box-imagem-link-clientes .engloba-titulo-link-cliente {
  margin-bottom: 38.4px;
  display: table;
  width: 100%;
}

.bolinha {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  display: block;
  border: 1px solid #ffffff;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
}

.engloba-box-parceiro-link-clientes .engloba-titulo-link-cliente {
  margin-bottom: 38.86px;
}

.box-imagem-link-clientes {
  width: 15.5%;
  margin-bottom: 11.32px;
  height: 111.23px;
  margin-right: 15px;
}

.box-imagem-link-clientes .ampliar-imagem {
  width: 50%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(75, 173, 108, 0.66);
  position: absolute;
  top: 0;
  border-radius: 5px;
  left: 0;
  opacity: 0;
  z-index: 1;
  text-align: center;
  transition: all 0.5s ease;
}

.box-imagem-link-clientes .ampliar-imagem .titulo {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: "Montserrat-Bold", sans-serif;
  margin-top: 10px;
  border-radius: 15px;
  background: #515050;
  width: 110px;
  margin: 0 auto;
  transition: all 0.4s ease;
}

.box-imagem-link-clientes:hover .ampliar-imagem,
.box-imagem-link-clientes.active .ampliar-imagem {
  opacity: 1;
  width: 100%;
  transition: all 0.4s ease;
}

.case-img {
  margin-right: 21.27px;
  margin-top: 9px;
}

.mais-estilizado {
  background: #489e55;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 31px;
  margin: 0 auto;
}

.case-img .titulo-case {
  margin-right: 12.51px;
  color: #515050;
  font-size: 14px;
  font-family: "Montserrat-Bold", sans-serif;
}

.case-img:nth-of-type(1) img {
  width: 19.41px;
}

.case-img:nth-of-type(2) img {
  width: 25.99px;
}

.box-imagem-link-clientes:last-of-type {
  margin-right: 0;
}

.box-imagem-link-clientes .image {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.eng-marcacoes {
  margin-top: 5.97px;
}

.eng-marcacoes .foguete {
  width: 19px;
  height: 19px;
}

.eng-marcacoes svg {
  margin-right: 9.42px;
}

.eng-marcacoes svg:last-of-type {
  margin-right: 0;
}

.box-imagem-link-clientes span {
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  right: 9.11px;
  top: 7.93px;
  border: 1px solid #fff;
  z-index: 10;
  border-radius: 100%;
}

.li-lista-link-cliente {
  background: #f8f8f8;
  padding: 7px 25px;
  border-radius: 17px;
  margin-bottom: 8px;
  transition: all 0.4s ease;
}

.li-lista-link-cliente:hover {
  background: #ccc;
  transition: all 0.4s ease;
}

/*Projetos*/
.engloba-projetos-eco {
  margin-top: 50.2px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}

.box-projetos-eco {
  width: 22.69%;
  margin: 0 20px 40px 20px;
}

.box-projetos-eco:hover {
  transform: scale(1.05);
  z-index: 100;
  transition: all 0.4s ease;
}

.box-projetos-eco .image {
  height: 181.09px;
  border-radius: 5px;
  margin-bottom: 15.91px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box-projetos-eco .image .categoria-projetos-eco {
  background: rgba(72, 158, 85, 0.9);
  width: 32.5%;
  position: absolute;
  right: 0;
  top: 9px;
  padding: 7px 0;
  padding-left: 13px;
  border-radius: 18px 0 0 18px;
}

.box-projetos-eco .image .categoria-projetos-eco .titulo {
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat-Bold", sans-serif;
}

.box-projetos-eco .descricao .titulo {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 2px;
  color: #06666f;
  font-family: "Montserrat-Bold", sans-serif;
}

.box-projetos-eco .descricao p {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: initial;
}

.box-mais-projetos-eco {
  background: #efefef;
  z-index: 100;
  height: 243px;
  border-radius: 5px;
  margin-bottom: 40px;
  margin-right: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: inherit;
  width: 22.69%;
  margin-top: -27px;
}

.box-mais-projetos-eco:hover {
  transform: scale(1.05);
  z-index: 100;
  transition: all 0.4s ease;
}

.box-mais-projetos-eco .content {
  height: 100%;
  text-align: center;
}

.box-hover-projetos-eco .content .mais {
  width: 20px;
  height: 20px;
  background: #ccc;
  margin: 0 auto;
  margin-bottom: 53px;
}

.box-mais-projetos-eco .content .status-projeto {
  font-size: 15px;
  line-height: 20px;
  margin-top: 0;
  color: #515050;
  font-family: "Montserrat-Bold", sans-serif;
}

/*Espaco Colaborativo*/
.box-espaco-colaborativo {
  background: #f5f5f5;
  border-radius: 12px;
  position: relative;
  padding: 29px 32px;
  padding-bottom: 70px;
  margin-bottom: 21px;
}

.box-espaco-colaborativo:hover {
  z-index: 100;
  border: none;
  transform: scale(1.01);
  z-index: 10;
  transition: all 0.3s ease;
}

.box-espaco-colaborativo p {
  color: #515050;
  font-size: 13px;
  line-height: 18px;
}

.box-espaco-colaborativo:after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(8px, 8px);
  border-radius: 9px;
}

.engloba-box-espaco-colaborativo {
  padding-top: 30.5px;
  display: table;
  width: 100%;
}

.fechar-box {
  position: absolute;
  right: -4px;
  top: -4px;
  border: 1px solid #489e55;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  text-align: center;
  font-size: 13px;
  background: #fff;
  display: block;
  color: #489e55;
  line-height: 25px;
  z-index: 1;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  transition: all 0.4s ease;
}

.fechar-box:hover {
  background: #489e55;
  color: #fff;
  transition: all 0.4s ease;
}

.engloba-titulo-espaco-colaborativo .titulo {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.engloba-titulo-espaco-colaborativo .traco {
  width: 1px;
  height: 42px;
  background: rgba(112, 112, 112, 0.3);
  margin: 0 23.22px;
  margin-top: -11px;
}

.engloba-titulo-espaco-colaborativo .subtitulo {
  font-size: 20px;
  line-height: 24px;
}

.btn-responder {
  position: absolute;
  right: 27.21px;
  bottom: 10px;
  z-index: 100;
}

.btn-responder .btn {
  padding: 5.24px 42.92px;
  border: 1px solid #489e55;
  border-radius: 69px;
  color: #489e55;
  background: #fff;
  font-family: "Montserrat-Bold", sans-serif;
  transition: all 0.4s ease;
}

.btn-responder:hover .btn {
  background: #489e55;
  color: #fff;
  transition: all 0.4s ease;
}

.ld-box-espaco-colaborativo {
  margin-bottom: 14px;
}

.ld-box-espaco-colaborativo .descricao .titulo {
  color: rgba(88, 88, 88, 0.79);
  font-size: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.ld-box-espaco-colaborativo .descricao span {
  font-size: 12px;
  line-height: 23px;
  color: rgba(88, 88, 88, 0.79);
  font-family: "Montserrat-Bold", sans-serif;
}

.ld-box-espaco-colaborativo .image {
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  margin-right: 10px;
  border-radius: 100%;
}

.ld-box-espaco-colaborativo .image img {
  width: 12px;
  margin: 0 auto;
}

.btn-enviar-mensagem .btn {
  padding: 8.65px 35.74px;
  background: #4bad6c;
  border: 1px solid #4bad6c;
  border-radius: 69px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-family: "Montserrat-Bold", sans-serif;
  transition: all 0.4s ease;
}

.btn-enviar-mensagem:hover .btn {
  background: transparent;
  color: #4bad6c;
  transition: all 0.4s ease;
}

/*Perfil-Cliente*/
.box-plano-cliente-ld1 {
  width: 244px;
  text-align: center;
  margin-right: 39.02px;
}

.box-plano-cliente-ld1 .box-image .image {
  width: 183px;
  height: 183px;
  border: 15px solid #489e55;
  margin: 0 auto;
  border-radius: 100%;
}

.avatar_fake {
  position: absolute;
  inset: 20%;
  z-index: 10;
  height: 60%;
  width: 60%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.box-plano-cliente-ld1 .box-image .profile_customer {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: none;
  border: none;
  border-radius: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.box-plano-cliente-ld1 .box-image label {
  margin-top: 23.35px;
  display: block;
  margin-bottom: 31.65px;
  color: #626262;
  font-size: 11px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.box-plano-perfil {
  padding: 20px 29px;
  text-align: left;
  border-radius: 21px;
  background: #e3e3e3;
}

.box-plano-perfil .descricao .titulo {
  font-size: 20px;
  line-height: 21px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #515050;
  margin-left: 33px;
  margin-bottom: 7px;
}

.box-plano-perfil .descricao .titulo:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #489e55;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  margin-top: -3px;
  margin-right: 16px;
  margin-left: -35px;
}

.box-plano-perfil .descricao .subtitulo {
  margin-left: 35px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  color: rgba(112, 112, 112, 0.69);
  margin-bottom: 20px;
}

.btn-alterar-plano {
  margin-top: 24px;
}

.btn-alterar-plano .btn {
  color: #515050;
  font-size: 14px;
  border-radius: 69px;
  border: 1px solid #489e55;
  padding: 9px 65.5px;
  line-height: 19px;
  margin-top: 41.71px;
  clear: both;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-alterar-plano:hover .btn {
  background: #489e55;
  color: #fff;
  transition: all 0.4s ease;
}

.engloba-atualiza-plano1 {
  padding: 0 104px;
}

.box-plano-cliente-ld2 {
  width: calc(100% - 284px);
}

.box-plano-cliente-ld2 form input {
  border: 1px solid rgba(112, 112, 112, 0.7);
  border-radius: 69px;
  height: 39.65px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1411764706);
  width: 100%;
  margin-bottom: 12.59px;
  padding: 0 33.87px;
  color: #585858;
  font-size: 14px;
  font-family: "Montserrat-Regular", sans-serif;
}

.box-plano-cliente-ld2 form .atualizar-submit {
  color: #fff;
}

.box-plano-cliente-ld2 form .atualizar-submit:hover {
  color: #585858;
}

/*Atualizar Plano*/
.box-atualiza-plano {
  border-bottom: 1px solid #ccc;
  padding-bottom: 9px;
  margin-bottom: 36px;
}

.box-atualiza-plano .descricao p {
  color: rgba(112, 112, 112, 0.69);
  font-size: 15px;
  line-height: 24px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.box-atualiza-plano .descricao {
  /* margin-left: 60px; */
}

.engloba-ld-box-atualiza-plano {
  display: table;
  width: 100%;
}

.ld1-ld-box-atualiza-plano {
  margin-bottom: 11px;
}

.ld1-ld-box-atualiza-plano .radio {
  box-sizing: border-box;
  height: 18px;
  position: relative;
  width: 18px;
  border: 3px solid #869f9c;
  margin-right: 3.82px;
  border-radius: 100%;
  margin-top: 2px;
  margin-right: 14px;
}

.ld1-ld-box-atualiza-plano .radio + .radio {
  margin-left: 25px;
}

.ld1-ld-box-atualiza-plano .radio label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.ld1-ld-box-atualiza-plano .radio label span {
  z-index: 1;
}

.ld1-ld-box-atualiza-plano .radio label input[type=radio] {
  all: unset;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  top: -1px;
  left: -1px;
  transform: translate(1px, 1px);
}

.ld1-ld-box-atualiza-plano .radio label input[type=radio]:checked {
  background-color: #4bad6c;
}

.ld1-ld-box-atualiza-plano .titulo-plano {
  font-size: 22px;
  line-height: 24px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #515050;
}

.ld1-ld-box-atualiza-plano .subtitulo-plano {
  color: rgba(112, 112, 112, 0.5);
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat-Bold", sans-serif;
}

.ld1-ld-box-atualiza-plano .subtitulo-plano:before {
  content: "";
  width: 0.8px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid rgba(112, 112, 112, 0.3);
  margin: 0 29.5px;
  margin-top: -4px;
  transition: all 0.4s ease;
}

.box-atualiza-plano:hover .ld1-ld-box-atualiza-plano .titulo-plano:before,
.box-atualiza-plano.active .ld1-ld-box-atualiza-plano .titulo-plano:before {
  background: #489e55;
  border-color: #489e55;
  transition: all 0.4s ease;
}

.ld1-ld-box-atualiza-plano .subtitulo-plano .cancelar-plano {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: bold;
  color: rgba(112, 112, 112, 0.5);
  font-size: 18px;
}

.ld2-ld-box-atualiza-plano .titulo-gratis {
  font-size: 20px;
  line-height: 24px;
  color: #489e55;
  font-family: "Montserrat-Bold", sans-serif;
}

.titulo-cartao-cadastrado {
  margin-bottom: 21.73px;
  color: #0e504b;
  font-size: 14px;
  line-height: 11px;
  font-family: "Montserrat-Bold", sans-serif;
}
.form-create-signature input{
   width: 100%;
  margin-bottom: 12px;
  border: 1px solid rgba(112, 112, 112, 0.6);
  border-radius: 22px;
  height: 43px;
  padding: 0 33px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  color: #464646;
  font-size: 14px; 
}
.form-create-signature input.create-signature{
  color:#fff;
  width: auto;
  margin-top: 13.51px;
  margin-bottom: 0;
}
.engloba-cartao-cadastrado .input-cartao {
  width: calc(50% - 15px);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid rgba(112, 112, 112, 0.7);
  border-radius: 69px;
  height: 36.79px;
  font-size: 12px;
  color: #626262;
  padding-left: 20.62px;
  margin-bottom: 9.21px;
  margin-right: 10.9px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.engloba-cartao-cadastrado .input-cartao:nth-of-type(2) {
  margin-right: 0;
}

.engloba-cartao-cadastrado .input-cartao:nth-of-type(4) {
  width: 21.5%;
}

.engloba-cartao-cadastrado .input-cartao:nth-of-type(5) {
  width: 23.5%;
  margin-right: 0;
}

.alterar-cadastro {
  border-radius: 69px;
  background: #489e55;
  border: 1px solid #489e55;
  padding: 9px 79.05px;
  font-size: 14px;
  line-height: 19px;
  margin-top: 42.51px;
  clear: both;
  color: #ffffff;
  font-family: "Montserrat-Bold", sans-serif;
  cursor: pointer;
  transition: all 0.4s ease;
}

.alterar-cadastro:hover {
  background: transparent;
  color: #489e55;
  transition: all 0.4s ease;
}

/*Video*/
.titulo-funciona-simulacao {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  margin-bottom: 15.5px;
  padding-bottom: 25.35px;
  display: table;
  width: 100%;
}

.titulo-funciona-simulacao .titulo {
  margin-top: 34px;
  color: #515050;
  font-size: 25px;
  font-family: "Montserrat-Bold", sans-serif;
}

.ld-funciona-simulacao .image {
  width: 97.52px;
}

.ld-funciona-simulacao .image img {
  width: 100%;
}

.btn-simulador {
  margin-top: 29px;
  margin-left: 69.15px;
}

.btn-simulador .btn {
  background: #4bad6c;
  border: 1px solid #4bad6c;
  padding: 9.83px 60.77px;
  color: #fff;
  border-radius: 69px;
  font-size: 16px;
  font-family: "Montserrat-Bold", sans-serif;
  transition: all 0.4s ease;
}

.btn-simulador:hover .btn {
  background: transparent;
  color: #4bad6c;
  transition: all 0.4s ease;
}

.lista-simulacao {
  margin-bottom: 52.87px;
  background: #e6e6e6;
  height: 41.62px;
  padding: 9px 22.17px;
  border-radius: 14px;
}

.categoria-video {
  margin-bottom: 52.5px;
}

.lista-simulacao .titulo {
  color: #707070;
  font-size: 15px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.lista-simulacao .lista {
  margin-left: 23px;
}

.lista-simulacao .lista:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #696969;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 100%;
}

.nome-lista {
  font-size: 15px;
  color: #707070;
  font-family: "Montserrat-Bold", sans-serif;
}

.categoria-video .li-categoria-video {
  margin-right: 32.68px;
}

.categoria-video .li-categoria-video:after {
  content: "";
  width: 1px;
  height: 19px;
  background: #696969;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  margin-left: 38.68px;
}

.categoria-video .a-categoria-video:before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid #0e504b;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  margin-top: -4px;
  margin-right: 20.82px;
}

.categoria-video .a-categoria-video:before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid #0e504b;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  margin-top: -4px;
  margin-right: 20.82px;
}

.categoria-video .li-categoria-video:last-of-type:after {
  display: none;
}

.categoria-video .a-categoria-video {
  color: #515050;
  display: inline-block;
  vertical-align: middle;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  font-size: 20px;
  transition: all 0.4s ease;
}

.li-categoria-video:hover .a-categoria-video:before,
.li-categoria-video.active .a-categoria-video:before {
  background: #0e504b;
  transition: all 0.4s ease;
}

.li-categoria-video:hover .a-categoria-video,
.li-categoria-video.active .a-categoria-video {
  font-weight: bold;
  transition: all 0.4s ease;
}

.engloba-box-video-simulacao {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.box-video {
  margin-bottom: 29px;
  width: 31.5%;
}

.box-video:hover {
  z-index: 100;
  border: none;
  transform: scale(1.01);
  z-index: 10;
  transition: all 0.3s ease;
}

.box-video #videoApre .play .icone-play {
  width: 39px;
  height: auto;
  border: none;
}

.box-video #videoApre,
.box-video iframe {
  height: 221px;
  margin-top: 0;
  border-radius: 11px;
  border: 4px solid #000000;
}

.box-video .descricao {
  margin-top: 16px;
}

.box-video .descricao .titulo {
  line-height: 24px;
  color: #515050;
  font-size: 20px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

/*Jornada E-Co*/
.box-etapa-jornada .cx1 .box-espec {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-bottom: 25.25px;
}

.box-etapa-jornada .cx1 .box-espec:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 14px solid #06666f;
  float: right;
  margin-top: 14px;
}

.box-etapa-jornada .cx1 .box-espec.active:before {
  border-top: none;
  border-bottom: 14px solid #06666f;
}

.box-etapa-jornada .cx1 .box-espec .titulo-jornada .titulo {
  color: #0e504b;
  font-size: 22px;
  font-family: "Montserrat-Bold", sans-serif;
}

.box-etapa-jornada .cx1 .box-espec .titulo-jornada .titulo span {
  font-size: 22px;
  color: #515050;
  margin-left: 31px;
  padding-left: 32px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.box-etapa-jornada .cx1 .box-espec .titulo-jornada .titulo span:before {
  content: "";
  width: 2.2px;
  height: 18px;
  background: #515050;
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 5px;
}

.engloba-jornada-inter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: auto;
  align-content: start;
  justify-content: space-between;
}

.box-jornada-inter {
  flex: 0 0 auto;
  margin-right: 61.07px;
  width: 27%;
  margin-bottom: 59px;
}

.box-jornada-inter:nth-child(-n+3) {
  margin-right: 0;
}

.box-jornada-inter:nth-of-type(6),
.box-jornada-inter:nth-of-type(9),
.box-jornada-inter:nth-of-type(12),
.box-jornada-inter:nth-of-type(15),
.box-jornada-inter:nth-of-type(18),
.box-jornada-inter:nth-of-type(21) {
  margin-right: 0;
}

.box-jornada-inter .content .image {
  height: 156.27px;
  border-radius: 5px;
  background: #c0c0c0;
}

.box-jornada-inter .content .descricao {
  margin-top: 22.92px;
}

.box-jornada-inter .content .descricao .titulo {
  color: #06666f;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20.25px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-bottom: 20.25px;
  font-family: "Montserrat-Bold", sans-serif;
}

.box-jornada-inter .content .descricao p {
  color: #707070;
}

.box-jornada-inter .content .botoes-jornada-inter {
  margin-top: 35px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.box-jornada-inter .btn-baixar {
  border-radius: 38px;
  background: #06666f;
  border: 1px solid #06666f;
  text-align: center;
  line-height: 24px;
  color: #fff;
  padding: 5.06px 24.16px;
  font-size: 14px;
  margin-right: 11px;
  font-family: "Montserrat-Bold", sans-serif;
  transition: all 0.4s ease;
}

.box-jornada-inter .btn-baixar:hover {
  background: transparent;
  color: #06666f;
  transition: all 0.4s ease;
}

.box-jornada-inter .btn-visualizar {
  border: 1px solid #06666f;
  border-radius: 38px;
  text-align: center;
  line-height: 24px;
  color: #06666f;
  margin-right: 0;
  padding: 5.06px 24.16px;
  font-size: 14px;
  font-family: "Montserrat-Bold", sans-serif;
  transition: all 0.4s ease;
}

.box-jornada-inter .btn-visualizar:hover {
  background: #06666f;
  color: #fff;
  transition: all 0.4s ease;
}

/*Projeto-inter*/
.engloba-titulo-projeto-inter {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 19px;
  margin-bottom: 20px;
}

.box-texto {
  width: 353px;
  display: table;
}

.box-texto p {
  color: #707070;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.box-texto p .continuar-lendo {
  color: #707070;
  margin-left: 5px;
  font-size: 13px;
  font-family: "Montserrat-Bold", sans-serif;
  display: inline-block;
  vertical-align: middle;
}

.engloba-etapas-projeto-inter {
  display: table;
  width: 100%;
  padding-bottom: 21.15px;
}

.engloba-box-etapas-projeto-inter {
  margin-top: 39px;
  float: none;
  clear: both;
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: left;
}

.engloba-images-projeto-inter {
  display: table;
  width: 100%;
}

.engloba-agendamento-projeto-inter {
  display: table;
  width: 100%;
}

.engloba-fornecedor-projeto-inter {
  display: table;
  width: 100%;
}

.box-etapas-projeto-inter {
  padding: 20.44px 24px;
  padding-top: 39px;
  background: #d0d0d0;
  border-radius: 7px;
  margin-bottom: 15px;
  margin-right: 15px;
  transition: all 0.4s ease;
}

.box-etapas-projeto-inter:hover {
  background: #489e55;
  transition: all 0.4s ease;
}

.box-etapas-projeto-inter .content {
  height: 100%;
}

.box-etapas-projeto-inter .titulo {
  color: #515050;
  font-size: 13px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  transition: all 0.4s ease;
}

.box-etapas-projeto-inter:hover .titulo {
  color: #fff;
  transition: all 0.4s ease;
}

.box-etapas-projeto-inter .subtitulo {
  font-family: "Montserrat-Bold", sans-serif;
  color: #515050;
  font-size: 16px;
  transition: all 0.4s ease;
}

.box-etapas-projeto-inter:hover .subtitulo {
  color: #fff;
  transition: all 0.4s ease;
}

.box-etapas-projeto-inter .olho {
  position: absolute;
  top: -5px;
  right: -12px;
  transition: all 0.4s ease;
}

.box-etapas-projeto-inter:hover .olho {
  filter: brightness(10) saturate(0.1) contrast(10);
  transition: all 0.4s ease;
}

.engloba-texto-link p {
  font-family: "Montserrat-Regular", sans-serif;
  color: #707070;
  font-size: 15px;
}

.btn-nova-etapa .btn {
  background: #4bad6c;
  border: 1px solid #4bad6c;
  padding: 4.47px 23.87px;
  color: #fff;
  border-radius: 69px;
  font-size: 12px;
  font-family: "Montserrat-Bold", sans-serif;
  transition: all 0.4s ease;
}

.btn-nova-etapa .btn:after {
  content: "+";
  display: inline-block;
  margin-left: 14.14px;
}

.btn-nova-etapa:hover .btn {
  background: transparent;
  color: #4bad6c;
  transition: all 0.4s ease;
}

.box-case {
  margin-top: 2px;
  margin-right: 18.34px;
}

.box-case form .case {
  color: #c0c0c0;
  margin-right: 10px;
  font-family: "Montserrat-Bold", sans-serif;
  margin-top: -5px;
}

.box-case form input[type=checkbox] {
  position: relative;
  width: 54.34px;
  height: 15.21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  border: 1px solid #c0c0c0;
  outline: none;
  border-radius: 69px;
  box-shadow: inset 0 0 0.5 gray;
  transition: all 0.45s ease-in-out;
}

.box-case form input:checked[type=checkbox] {
  background-color: transparent;
}

.box-case form input:not(:checked)[type=checkbox] {
  background-color: transparent;
}

.box-case form input[type=checkbox]::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #c0c0c0;
  top: 1px;
  left: 2px;
  transition: all 0.45s ease-in-out;
  transform: scale(1.1);
}

.box-case form input:checked[type=checkbox]::before {
  left: 41px;
  background-color: #489e55;
}

.btn-link-projeto .btn {
  padding: 8.93px 28.02px;
  border-radius: 69px;
  background: #869f9c;
  border: 1px solid #869f9c;
  color: #ffffff;
  font-size: 13px;
  font-family: "Montserrat-Bold", sans-serif;
}

.btn-link-projeto:hover .btn {
  background: transparent;
  color: #869f9c;
  transition: all 0.4s ease;
}

.ld1-projeto-inter .descricao .titulo {
  color: #515050;
  font-size: 26px;
  line-height: 35px;
  font-family: "Montserrat-Bold", sans-serif;
}

.ld1-projeto-inter .descricao-projeto .titulo-descricao-projeto {
  color: #515050;
  font-size: 21px;
  line-height: 35px;
  font-family: "Montserrat-Bold", sans-serif;
}

.ld1-projeto-inter .descricao-projeto .box-texto textarea {
  color: #707070;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  border: none;
  height: 50px;
}

.ld1-projeto-inter .icone {
  width: 35.82px;
  height: 35.82px;
  margin-right: 25.19px;
}

.ld1-projeto-inter .icone img {
  width: 100%;
}

/*lightbox-opniao*/
.lightbox-opniao {
  width: 100%;
  max-width: 858px;
  border-radius: 27px;
}

.lightbox-opniao .btn-enviar {
  margin-top: 20.79px;
  float: right;
}

.titulo-lightbox-padrao {
  margin-bottom: 28px;
  font-size: 24px;
  color: #515050;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.eng-label {
  width: 100%;
  background: #f6f6f6;
  border-radius: 17px;
  height: 36.65px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12.5px;
}

.eng-label:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 10px solid #bfbfbf;
  position: absolute;
  right: 17px;
  top: 14px;
}

.eng-label select {
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  padding-left: 31.87px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  font-size: 15px;
  color: #515050;
  font-family: "Montserrat-Bold", sans-serif;
}

.engloba-lightbox-opniao textarea {
  width: 100%;
  height: 134px;
  background: #f6f6f6;
  padding-left: 35.82px;
  padding-top: 26px;
  font-size: 15px;
  border-radius: 17px;
  color: #515050;
  font-family: "Montserrat-Bold", sans-serif;
}

/*lightbox-contato*/
.lightbox-contato {
  width: 100%;
  max-width: 552px;
  border-radius: 40px;
}

.lightbox-contato .engloba-form-ajuda form .button-ajuda {
  width: 87px;
  height: 29px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  font-size: 13px;
  margin-top: 14.49px;
}

.lightbox-contato .engloba-titulo-contato {
  margin-bottom: 37.14px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 26px;
  text-align: center;
}

.lightbox-contato .engloba-titulo-contato .titulo {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  color: #0e504b;
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}

.lightbox-contato .engloba-titulo-contato .titulo img {
  width: 48.49px;
  margin-right: 24.53px;
  margin-top: -13px;
}

.input-light {
  background: rgba(191, 191, 191, 0.2);
  display: block;
  width: 100%;
  height: 45.94px;
  color: #707070;
  font-size: 13px;
  border-radius: 23px;
  margin-bottom: 5.98px;
  padding-left: 16.82px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.texto-light {
  background: rgba(191, 191, 191, 0.2);
  display: block;
  width: 100%;
  height: 123.94px;
  color: #0e504b;
  font-size: 13px;
  border-radius: 23px;
  padding: 16.82px 29.71px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: bold;
}

/*fim-lightbox-contato*/
/*lightbox-proposito-plataforma*/
.lightbox-proposito-plataforma {
  width: 100%;
  max-width: 854px;
  border-radius: 26px;
  padding: 52px;
}

.lightbox-proposito-plataforma .btn-agendar-cafezinho {
  margin-top: 48.79px;
  float: right;
}

.lightbox-proposito-plataforma .btn-agendar-cafezinho a {
  background: #4bad6c;
  border: 1px solid #4bad6c;
  height: 38.36px;
  width: 226.38px;
  border-radius: 69px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat-Bold", sans-serif;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 36px;
  transition: all 0.4s ease;
}

.lightbox-proposito-plataforma .btn-agendar-cafezinho:hover a {
  background: transparent;
  color: #4bad6c;
  transition: all 0.4s ease;
}

/*fim-lightbox-proposito-plataforma*/
/*lightbox-resposta*/
.lightbox-resposta {
  width: 100%;
  max-width: 858px;
  border-radius: 26px;
}

.lightbox-resposta .titulo-principal-resposta {
  background: #f6f6f6;
  border-radius: 17px;
  height: 33px;
  line-height: 31px;
  padding: 0 26.82px;
  margin-bottom: 10px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  color: #515050;
  font-size: 15px;
}

.lightbox-resposta .titulo-principal-resposta b {
  font-family: "Montserrat-Bold", sans-serif;
  color: #515050;
  font-size: 15px;
}

.lightbox-resposta .engloba-lightbox-resposta .titulo-dest-respota {
  color: #515050;
  font-size: 24px;
  margin-bottom: 24px;
  font-family: "Montserrat-Bold", sans-serif;
}

.lightbox-resposta .box-anexo-resposta {
  background: #f6f6f6;
  border-radius: 11px;
  padding: 26px 27px;
  display: table;
  width: 100%;
  margin-bottom: 14px;
}

.lightbox-resposta .box-anexo-resposta p {
  color: #515050;
  font-size: 15px;
}

.lightbox-resposta .box-anexo-resposta .btn-arq-anexado {
  float: right;
  display: table;
  color: #489e55;
  font-size: 15px;
  margin-top: 10px;
  font-family: "Montserrat-Bold", sans-serif;
}

.lightbox-resposta .box-resposta {
  border: 1px solid rgba(112, 112, 112, 0.4);
  padding: 16.45px 31.42px;
  border-radius: 11px;
}

.lightbox-resposta .box-resposta .titulo-resposta {
  color: #515050;
  margin-bottom: 16.5px;
  font-size: 15px;
  font-family: "Montserrat-Bold", sans-serif;
}

.lightbox-resposta .box-resposta p {
  color: #515050;
  font-size: 15px;
}

.lightbox-resposta .engloba-botoes-respoata {
  padding-top: 33.79px;
  display: table;
  width: 100%;
}

.lightbox-resposta .btn-anexo a {
  padding: 9.83px 53.77px;
  background: #869f9c;
  color: #ffffff;
  border-radius: 66px;
  font-size: 16px;
  font-family: "Montserrat-Bold", sans-serif;
  border: 1px solid #869f9c;
  display: table;
}

.lightbox-resposta .btn-anexo:hover a {
  background: transparent;
  color: #869f9c;
  transition: all 0.4s ease;
}

.lightbox-resposta .btn-resposta a {
  padding: 9.83px 71.73px;
  background: #4bad6c;
  color: #ffffff;
  border-radius: 66px;
  font-size: 16px;
  font-family: "Montserrat-Bold", sans-serif;
  border: 1px solid #4bad6c;
  display: table;
  transition: all 0.4s ease;
}

.lightbox-resposta .btn-resposta:hover a {
  background: transparent;
  color: #4bad6c;
  transition: all 0.4s ease;
}

/*fim-lightbox-resposta*/
/*lightbox-simulador-arquivo*/
.lightbox-simulador-arquivo {
  width: 100%;
  max-width: 858px;
  border-radius: 27px;
  overflow: visible;
}

.botoes-arquivo {
  position: absolute;
  top: -54px;
  left: 0;
}

.botoes-arquivo .btn-arquivo {
  margin-right: 15px;
}

.botoes-arquivo .btn-arquivo .btn {
  padding: 9.83px 70.77px;
  background: #4bad6c;
  border: 1px solid #4bad6c;
  border-radius: 69px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-family: "Montserrat-Bold", sans-serif;
  transition: all 0.4s ease;
}

.botoes-arquivo .btn-arquivo:hover .btn {
  background: transparent;
  color: #4bad6c;
  transition: all 0.4s ease;
}

.botoes-arquivo .btn-arquivo:last-of-type {
  margin-right: 0;
}

.engloba-lightbox-simulador-arquivo .titulo-lightbox-padrao {
  margin-bottom: 19px;
}

.engloba-upload form .uploads {
  background: #e6e6e6;
  width: 100%;
  height: 148px;
  display: table;
  border-radius: 17px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.engloba-upload form .titulo-upload {
  color: #515050;
  font-size: 15px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.engloba-upload form .uploads .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.engloba-input-simulador {
  display: table;
  margin-top: 16.9px;
}

.engloba-input-simulador .titulo-input-simulador {
  font-size: 16px;
  color: #515050;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  margin-bottom: 10.97px;
}

.box-input-simulador {
  margin-right: 31px;
}

.box-input-simulador .titulo {
  font-size: 24px;
  color: #515050;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  background: transparent;
}

.box-input-simulador .radio {
  box-sizing: border-box;
  height: 16px;
  position: relative;
  width: 16px;
  border-radius: 100%;
  border: 2px solid #707070;
  margin-top: 9px;
  margin-right: 25.82px;
}

.box-input-simulador .radio + .radio {
  margin-left: 25px;
}

.box-input-simulador .radio label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.box-input-simulador .radio label span {
  z-index: 1;
}

.box-input-simulador .radio label input[type=radio] {
  all: unset;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 0px;
  left: 0px;
  transform: translate(1px, 1px);
}

.box-input-simulador .radio label input[type=radio]:checked {
  background-color: #4bad6c;
}

.eng-acao-simulador {
  display: table;
  width: 100%;
  clear: both;
}

.eng-acao-simulador .btn-enviar {
  margin-top: -36px;
}

/*fim-lightbox-simulador-arquivo*/
/*lightbox-sobre-equipe*/
.lightbox-sobre-equipe {
  width: 100%;
  max-width: 858px;
  padding: 52px 81px;
}

.titulo-light-sobre {
  padding-bottom: 29.5px;
  margin-bottom: 29.5px;
  border-bottom: 1px solid #ccc;
}

.titulo-light-sobre .titulo {
  color: #515050;
  font-size: 22px;
  font-family: "Montserrat-Bold", sans-serif;
}

.titulo-light-sobre .icone-sobre-equipe {
  margin-top: -14px;
  margin-right: 43px;
  width: 47px;
}

.box-lightbox-sobre .image {
  width: 150px;
  height: 150px;
  margin-left: -64px;
  border: 1px solid rgba(112, 112, 112, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.box-lightbox-sobre .image .img-sobre {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  overflow: hidden;
}

.box-lightbox-sobre {
  background: #f0f0f0;
  border-radius: 20px;
  display: table;
  width: 100%;
  padding: 40px 27px;
  margin-bottom: 20px;
}

.box-lightbox-sobre:hover {
  z-index: 100;
  border: none;
  transform: scale(1.02);
  z-index: 10;
  transition: all 0.3s ease;
}

.box-lightbox-sobre .descricao {
  width: calc(100% - 86px);
  padding-left: 41px;
}

.box-lightbox-sobre .descricao .box-ld-1 .titulo {
  color: #515050;
  font-size: 24px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  line-height: 30px;
}

.box-lightbox-sobre .descricao .box-ld-1 span {
  color: #515050;
  font-size: 24px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  line-height: 23px;
}

.box-lightbox-sobre .descricao .box-ld-2 a {
  color: #0e504b;
  font-size: 23px;
  margin-right: 23.87px;
}

.box-lightbox-sobre .descricao .box-ld-2 a:last-of-type {
  margin-right: 0;
}

.box-lightbox-sobre .descricao-interna {
  clear: both;
  padding-top: 14px;
}

.box-lightbox-sobre .descricao-interna p {
  color: #515050;
  font-size: 13px;
  line-height: 18px;
}

/*fim-lightbox-sobre-equipe*/
/*lightbox-encontro-cadastro*/
.lightbox-encontro-cadastro {
  width: 100%;
  max-width: 858px;
}

.lightbox-encontro-cadastro .engloba-lightbox-encontro-cadastro {
  margin-bottom: 23px;
}

.lightbox-encontro-cadastro .engloba-lightbox-encontro-cadastro .titulo {
  color: #515050;
  font-size: 24px;
  line-height: 24px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.lightbox-encontro-cadastro .dados .dado:nth-of-type(even) {
  margin-right: 0;
}

.lightbox-encontro-cadastro .dados .dado {
  width: 48.2%;
  height: 33px;
  background: #f6f6f6;
  border-radius: 17px;
  color: #515050;
  line-height: 33px;
  padding: 0 26.82px;
  margin-bottom: 17px;
  margin-right: 20px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  font-size: 15px;
}

.lightbox-encontro-cadastro .dados .dado-maior {
  width: 100%;
  margin-right: 0;
}

.lightbox-encontro-cadastro .dados .dado b {
  font-family: "Montserrat-Bold", sans-serif;
}

.lightbox-encontro-cadastro .btn-agendamento {
  padding-top: 20.79px;
}

.lightbox-encontro-cadastro .btn-agendamento a {
  border: 1px solid #489e55;
  background: #489e55;
  padding: 10.5px 23px;
  color: rgba(255, 255, 255, 0.99);
  border-radius: 45px;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 15px;
  transition: all 0.3s ease;
}

.lightbox-encontro-cadastro .btn-agendamento:hover a {
  background: transparent;
  color: #489e55;
  transition: all 0.3s ease;
}

/*fim-lightbox-encontro-cadastro*/
/*lightbox-proposito*/
.lightbox-proposito {
  width: 100%;
  max-width: 858px;
  padding: 0;
  border-radius: 70px;
}

.lightbox-proposito .engloba-lightbox-proposito .image {
  width: 100%;
  height: 482px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*fim-lightbox-proposito*/
/*lightbox-encontro-detalhe*/
.lightbox-encontro-detalhe .modal__content.modal__content--lg {
  width: 858px;
  padding: 53.85px 50px;
  border-radius: 27px;
  height: 433.8px;
}

.lightbox-encontro-detalhe .engloba-lightbox-encontro-detalhe {
  margin-bottom: 23px;
  text-align: left;
}

.lightbox-encontro-detalhe .engloba-lightbox-encontro-detalhe .titulo {
  color: #515050;
  font-size: 24px;
  line-height: 24px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.lightbox-encontro-detalhe input {
  color: #515050;
  font-size: 15px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  width: 100%;
  background: transparent;
  height: 100%;
}

.lightbox-encontro-detalhe .btn-enviar-edit {
  float: right;
  margin-top: 41.71px;
}

.lightbox-encontro-detalhe .btn-enviar-edit input {
  border-radius: 69px;
  background: #4bad6c;
  border: 1px solid #4bad6c;
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat-Bold", sans-serif;
  transition: all 0.4s ease;
  width: 191px;
  height: 37px;
}

.lightbox-encontro-detalhe .btn-enviar-edit input:hover {
  background: transparent;
  color: #4bad6c;
  transition: all 0.4s ease;
}

.lightbox-encontro-detalhe .form-group {
  height: 33px;
  border-radius: 17px;
  background: #e6e6e6;
  margin-right: 20px;
  width: calc(50% - 15px);
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  padding: 0 26.82px;
  margin-bottom: 17px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lightbox-encontro-detalhe .form-group:nth-of-type(even) {
  margin-right: 0;
}

.lightbox-encontro-detalhe .form-group select {
  width: 89%;
  height: 100%;
  background: transparent;
  color: #515050;
  font-size: 15px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(18px, -1px);
}

.lightbox-encontro-detalhe input:nth-of-type(even) {
  margin-right: 0;
}

.lightbox-encontro-detalhe .form-group-maior {
  width: 100%;
  margin-right: 0;
}

/*fim-lightbox-encontro-detalhe*/
/*Painel ADM*/
.lightbox-categoria-biblioteca {
  width: 564px;
  border-radius: 27px;
  display: none;
}

.lightbox-categoria-biblioteca .ligh-tp {
  display: table;
  width: 100%;
  margin-bottom: 28px;
}

.lightbox-categoria-biblioteca .ligh-tp .titulo {
  color: #515050;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  font-size: 24px;
  margin-bottom: 21px;
}

.lightbox-categoria-biblioteca .ligh-tp form .submit-categorie-supllier {
  background: #4bad6c;
  border: 1px solid #4bad6c;
  height: 43px;
  width: 100%;
  border-radius: 22px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat-Bold", sans-serif;
  cursor: pointer;
  width: 192px;
  padding: 0;
  float: right;
}

.lightbox-categoria-biblioteca .ligh-tp form .submit-categorie-supllier:hover {
  background: rgba(75, 173, 108, 0.85);
  transition: all 0.4s ease;
}

.lightbox-categoria-biblioteca .ligh-tp form input {
  width: 100%;
  background: #f5f5f5;
  height: 43px;
  border-radius: 22px;
  padding-left: 27px;
  margin-bottom: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.lightbox-categoria-biblioteca .ligh-tp form button {
  border-radius: 69px;
  float: right;
  background: #4bad6c;
  border: 1px solid #4bad6c;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 66px;
  font-family: "Montserrat-Bold", sans-serif;
  transition: all 0.4s ease;
}

.lightbox-categoria-biblioteca .ligh-tp form button:hover {
  background: transparent;
  color: #4bad6c;
  transition: all 0.4s ease;
}

.lightbox-categoria-biblioteca .menu-ligh-biblioteca-adm {
  clear: both;
  border-top: 1px solid rgba(112, 112, 112, 0.22);
  padding-top: 29px;
  display: table;
  width: 100%;
}

.menu-top {
  display: table;
  width: 100%;
  height: 43px;
  background: #e6e6e6;
  border-radius: 41px;
  line-height: 42px;
  padding: 0 29px;
  margin-bottom: 8px;
}

.menu-top .li-menutop {
  color: #585858;
  font-size: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  position: relative;
}

.menu-top .li-menutop:nth-of-type(2):before {
  content: "";
  width: 1px;
  height: 26px;
  background: #ccc;
  display: block;
  position: absolute;
  left: -19px;
  top: 8px;
}

.conteudo-ligh-biblioteca-adm {
  display: table;
  width: 100%;
}

.conteudo-ligh-biblioteca-adm li {
  background: #f5f5f5;
  height: 33px;
  border-radius: 41px;
  padding: 0 29px;
  margin-bottom: 5px;
}

.conteudo-ligh-biblioteca-adm li input {
  padding: 0 15px;
}

.conteudo-ligh-biblioteca-adm li:nth-of-type(even) {
  background: #ffffff;
}

.conteudo-ligh-biblioteca-adm li .titulo {
  color: #585858;
  font-size: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  margin-top: 1px;
}

.btn-acoes-ligh {
  display: table;
  position: relative;
}

.btn-acoes-ligh:before {
  content: "";
  width: 1px;
  height: 19px;
  background: #ccc;
  display: block;
  position: absolute;
  left: -25px;
  top: 2px;
}

.btn-acoes-ligh a:hover svg path {
  fill: #4bad6c;
}

.btn-acoes-ligh a:nth-of-type(1) {
  margin-right: 12px;
  margin-top: 4px;
}

.btn-acoes-ligh a:nth-of-type(2) {
  margin-top: 4px;
}

.conteudo-dashboard-adm .box-dashboad {
  padding: 0 3px;
}

.conteudo-dashboard-adm .titulo-dashboad-case {
  padding: 0 0;
}

.conteudo-dashboard-adm:after {
  display: none;
}

.conteudo-dashboard-adm:before {
  width: 411.5px;
  height: 197.13px;
  right: 55px;
  bottom: 17px;
}

.indicadores-adm .box-indicadores-adm {
  margin-right: 41px;
}

.indicadores-adm .box-indicadores-adm:nth-of-type(odd):before {
  content: "";
  width: 1px;
  height: 76px;
  background: rgba(112, 112, 112, 0.2);
  display: block;
  position: absolute;
  right: -25px;
  bottom: 0;
}

.titulo-indicadores {
  font-size: 27px;
  line-height: 39px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  margin: 10px 0 25px 0;
  color: rgba(88, 88, 88, 0.79);
}

.indicadores-adm .box-indicadores-adm .titulo {
  color: rgba(88, 88, 88, 0.79);
  font-size: 41px;
  margin-bottom: 8px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.indicadores-adm .box-indicadores-adm span {
  font-size: 16px;
  color: rgba(88, 88, 88, 0.79);
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.footer-padrao-adm {
  height: 68.83px;
  border: none;
}

.logo-adm img {
  width: 51.72px;
}

.logo-adm p {
  color: rgba(255, 255, 255, 0.79);
  font-size: 15px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  margin-left: 18px;
  margin-top: 8px;
}

.ul-adm {
  text-align: center;
}

.ul-adm .li-adm {
  margin-right: 41px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ul-adm .li-adm:before {
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
  display: block;
  position: absolute;
  right: -25px;
  top: 0;
  height: 100%;
}

.ul-adm .li-adm:last-of-type:before {
  display: none;
}

.ul-adm .li-adm a {
  color: rgba(255, 255, 255, 0.79);
  font-size: 15px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

.heightajust {
  min-height: calc(100vh - 169px);
}

.box-etapas-projeto-inter.active {
  background: #489e55;
}

.box-etapas-projeto-inter.active .titulo,
.box-etapas-projeto-inter.active .subtitulo {
  color: #fff;
}

.box-etapas-projeto-inter.active .olho {
  filter: brightness(10) saturate(0.1) contrast(10);
  transition: all 0.4s ease;
}

.descricao-importante {
  width: 60%;
}

.textarea-journey {
  height: 150px;
  width: 100%;
  background: #f5f5f5;
  border-radius: 22px;
  padding-left: 27px;
  margin-bottom: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  padding-top: 12px;
}

.btn-acoes-c1 {
  margin-top: 34px;
}

.btn-acessar-confirmed {
  border: 1px solid #06666f;
  background: #06666f;
  padding: 8.5px 43px;
  color: rgba(255, 255, 255, 0.99);
  border-radius: 26px;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
  margin-right: 15px;
}

.btn-acessar-confirmed:hover {
  background: transparent;
  color: #06666f;
  transition: all 0.3s ease;
}

.btn-pagina-confirmed {
  border: 1px solid #f48540;
  background: #f48540;
  padding: 8.5px 35px;
  color: rgba(255, 255, 255, 0.99);
  border-radius: 26px;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
}

.btn-pagina-confirmed:hover {
  color: #f48540;
  background: transparent;
  transition: all 0.3s ease;
}

.menu-flutuante-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 37px;
  background: #efefef;
  z-index: 100;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
}

.menu-flutuante-mobile a {
  display: flex;
  width: 50px;
  height: 50px;
  background: #4bad6c;
  margin-top: -31px;
  border-radius: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 0 11px;
  box-sizing: border-box;
}

.menu-flutuante-mobile span {
  display: flex;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-bottom: 8px;
}

.menu-flutuante-mobile span:last-of-type {
  margin-bottom: 0;
}

.modelo-engloba-projeto > input {
  width: 71%;
  margin: 34px 0;
  margin-top: 19px;
  border: 1px solid rgba(112, 112, 112, 0.6);
  border-radius: 22px;
  height: 43px;
  padding: 0 33px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
  color: #464646;
  font-size: 14px;
}

.titulo-fornecedor-light {
  color: #515050;
  font-size: 21px;
  line-height: 35px;
  font-family: "Montserrat-Bold", sans-serif;
}

.engloba-projeto-lght .image-supplier {
  width: 80px;
  height: 100%;
  margin-right: 15px;
}

.modal_supplier_project .engloba-projeto-lght .image-supplier .image {
  height: 100%;
}

.engloba-projeto-lght {
  background: #f5f5f5;
  width: 100%;
  border-radius: 69px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  height: 87.81px;
  padding: 0 29.76px;
  overflow: hidden;
  z-index: 10;
  position: relative;
  transition: all 0.4s ease;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.engloba-projeto-lght .selected {
  width: 13px;
  display: flex;
  margin-right: 11px;
}

.engloba-projeto-lght .selected label {
  font-size: 0;
}

.engloba-projeto-lght .selected label input[type=checkbox] {
  position: relative;
  cursor: pointer;
}

.engloba-projeto-lght .selected label input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  top: -5px;
  left: -5px;
  background-color: #999999;
}

.engloba-projeto-lght .selected label input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 4px;
}
.engloba-projeto-lght .selected label input[type=checkbox]:checked:after .engloba-projeto-lght .selected label input[type=checkbox]:before {
  background-color: #489e55;
}

.engloba-projeto-lght .descricao-content-text {
  text-align: left;
  width: 60%;
}

.engloba-projeto-lght .descricao-content-text .titulo {
  margin-bottom: 9px;
}

.engloba-projeto-lght .descricao-content-text p {
  line-height: 14px;
  font-size: 14px;
  color: #707070;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 100;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

path,
svg {
  color: #9f9e9e;
}

.eng-image-fit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eng-image-fit .w-40 {
  /* width: auto; */
}

.image-fit {
  height: 200px;
  width: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-fit img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.validate-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.select2-dropdown {
  display: none;
}

.validate-form.aligned-end {
  align-items: end;
}

.form__item {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  max-width: 95vw;
  font-size: 13px;
  color: #626262;
  font-family: "Montserrat-Regular", sans-serif;
}
.form__item input:not([type=submit]),
.form__item select,
.form__item textarea {
  width: 100% !important;
  margin-top: 5px;
}
.form__item input[type=file] {
  padding: 9px 30px;
}

.img-side {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.wt-25 {
  width: calc(25% - 4px);
}

.wt-50 {
  width: calc(50% - 4px);
}

.wt-70 {
  width: calc(70% - 4px);
}

.wt-100 {
  width: 100%;
}/*# sourceMappingURL=main.css.map */


/* Sidebar */

.sidebar {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: -8000px;
  z-index: 2000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.6s ease;
  border-bottom: 14px solid  #06666F;
  background: #53b982;
}

#a-mb-close {
  position: absolute;
  color: #fff;
  font-weight: 400;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 19px;
  font-family: "Montserrat-Regular", sans-serif;
  width: 46px;
  height: 46px;
  background: #06666F;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar .engloba-sidebar {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 35px;
}

.sidebar-bg {
  display: none;
  height: 100vh;
  width: 100vw;
  background-color: hsl(210deg 35% 13% / 56%);
  /* background: transparent; */
  position: fixed;
  top: 0;
  z-index: 1001;
}

.sidebar .logo-side {
  margin: 0 auto;
  display: table;
  width: 149px;
  margin-bottom: 22.38px;
}
.titulo-sidebar{
  color: #FFFFFF;
  font-size: 25px;
  margin-bottom: 41px;
  font-family: 'Tinos', serif;
  font-weight: 400;
}
.sidebar .logo-side img {
  width: 100%;
  filter: brightness(10) saturate(0.1) contrast(10);
}

.sidebar.aberto {
  top: 0;
}
.sidebar .dropdown-content{
  position: relative;
  top: 0;
  left: inherit;
  opacity: 1;
  visibility: visible;
}
.sidebar .dropdown-content .engloba-conteudo{
  width: 100%;
}
.sidebar .rede-sidebar{
  margin: 0 auto;
  margin-top: 52px;
}
.sidebar .inside {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow-y: auto;
}
.engloba-nav-sidebar{
  margin-top: 33px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.logo-sidebar{
  width: 163.38px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.logo-sidebar img{
  width: 100%;
}
.nav-sidebar{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
}
.nav-sidebar ul{
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  display: flex;
  text-align: center;
}
.nav-sidebar ul li{border-bottom: 1px solid rgb(233 233 233 / 16%);text-align: center;width: 100%;padding: 15px 0;display: flex;justify-content: center;}
.nav-sidebar ul li a{
  color: #ffff;
}
.fundo-sidebar {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.7;
  background: #000;
}