footer {
  display: none;
}
.bloco {
    padding-top: 90px;
    width: 100%;
    text-align: center;
}

.space-title {
  padding-top: 5%;
  padding-bottom: 5%;
}

.space-button {
  padding-top: 5%;
  padding-bottom: 5%;
}

.btn-show-more{
  min-width: 380px;
}

.searchbox-wrap {
    max-width: 600px;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
}
.searchbox-wrap input {
  border: 1px solid lightgrey;
  border-radius: 2px;
  outline: none;
  min-width: 380px;
  padding: 15px 20px;
  font-size: 14px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  font-family: Montserrat;
  background-color: white;
}
.searchbox-wrap button {
    padding-right: 10px;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 5px 4px 6px rgba(0,0,0,0.19);
    border: none;
    cursor: pointer;
    cursor: hand;
}
.searchbox-wrap button span {
    margin-left: 50px;
    padding: 24px 45px;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    background-color: #58ba71;
    border-radius: 10px;
}
.searchbox-wrap button span:hover {
    background-color: #00c2ca;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.19);
}
.hr-uncover {
    width: 20%;
    height: 1px;
    background-color: #58ba71;
}
.tituloForm{
    font-size: 18px;
}
.container-uncover {
    background-color: #ffffff;
    text-align: left;
    margin: auto auto auto auto;
    padding: 10px;
    width: 50%;
    min-width: 400px;
    font-family: Montserrat;
    border-radius: 5px;
    border: 1px solid #f8f8f8;
}
.uncover-input {
    flex: 1;
    padding: 30px 20px;
    font-size: 1.1em;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: none;
    border: none;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.19);
};
.label-float{
    position: relative;
    padding-top: 13px;
  }
  
  .label-float input {
    border: 1px solid lightgrey;
    border-radius: 2px;
    outline: none;
    min-width: 380px;
    padding: 15px 20px;
    font-size: 14px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    font-family: Montserrat;
    background-color:white;
  }
  .label-float select {
    border: 1px solid lightgrey;
    border-radius: 2px;
    outline: none;
    min-width: 380px;
    padding: 15px 20px;
    font-size: 14px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    font-family: Montserrat;
    background-color:white;
  }
  .label-float button {
    min-width: 100%;
  }
  
  .label-float input:focus{
    border: 0.5px solid #3c5e9b;
  }
  
  .label-float input::placeholder{
    color:transparent;
  }
  
  .label-float label{
    pointer-events: none;
    position: absolute;
    top: -12px;
    left: 26px;
    transition: all .10s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    background-color:transparent;
    padding: 5px;
    box-sizing: border-box;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
  }
  
  .label-float input:required:invalid + label:before{
    content: '';
  }
  .label-float input:focus + label,
  .label-float input:not(:placeholder-shown) + label{
    font-size: 14px;
    color: black;
    background-color:white;
  }

.input-group {
  margin-top: 10px;  
}
.input-group > input {
  font-family: Montserrat;
  font-size: 15px;
  margin-top: 10px;
}
.btn-uncover {
  border-radius: 4px;
  font-size: 20px;
  min-height: 64px;
  background-color: #58ba71;
  color: #fff;
  width: 50%;
}
.uncover-btn {
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0,0,0,.25);
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  letter-spacing: .025rem;
  line-height: 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.container-uncover {
  width : 410px;
  margin: -47px auto;
  border: none;
}
.uncover-check {
  color: #58ba71;
  font-size: 24px;
}

.container-uncover-plan {
  /*width : 1400px;*/
  margin: -47px auto;
  border: none;
}

.container-uncover-btn {
  width : 500px;
  border: none;
}

.table {
	width: 100%;
	margin-top: 2rem;
	border-collapse: collapse;
	border-spacing: 0;
}

.table thead th {
	text-transform: uppercase;
	padding: 0.8rem;
}

.table tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
.table td {
  font-weight: 500;
}
.table tbody tr td {
	padding: 0.8rem 1.2rem;
	text-align: center;
  fill: #737373;
  font-weight: 500;
}
.table tbody tr td:first-child {
	text-align: left;
}
.verde {
  color: #58ba71;
}
.vermelho {
  color:red;
}

.button-un {
  background-color: #3c5e9b;
  color: white;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.button-un:hover {
  background-color: #58ba71;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.19);
}


@media only screen and (max-device-width: 767px) {
  .container-uncover-plan {
    width : 420px;
  }

  .searchbox-wrap input{
    min-width: 280px;
  }

  .btn-show-more {
    min-width: 280px;
  }
}




.hori-timeline .events .event-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}

.hori-timeline .events .event-list .event-date {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  width: 75px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 4px;
}

.hori-timeline .events .event-list {
  display: inline-block;
  width: 32%;
  padding-top: 45px;
}
.hori-timeline .events .event-list .event-date {
  top: -12px;
}
/*
@media (min-width: 1140px) {
  .hori-timeline .events .event-list {
      display: inline-block;
      width: 32%;
      padding-top: 45px;
  }
  .hori-timeline .events .event-list .event-date {
      top: -12px;
  }
}*/

.img-radius-custom{
  width:75px;
  height: 75px;
  padding: 10px;
  margin: 0 auto;
  border-radius: 50%;
  background-color:white;
  box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
}

.img-radius-custom img{
  max-width: 45px;
}


.float-2{
  color: #58BA71;
  background-color: white;
  font-size: 20px !important;
  border-radius: 5rem !important;
  width: 252px;
  height: 80px;
  padding: 15px !important;
  transition: 0.5s;
  position: fixed;
  bottom: 110px;
  right: 10px;
  text-align: center;
  box-shadow: 0px 0px 7px #999;
  z-index: 100;
}

.float-3{

  color: #58BA71;
  background-color: white;
  font-size: 20px !important;
  border-radius: 5rem !important;
  width: 73px;
  height: 61px;
  transition: 0.5s;
  position: fixed;
  bottom: 110px;
  right: 10px;
  text-align: center;
  box-shadow: 0px 0px 7px #999;
  z-index: 100;
}


@media screen and (min-width: 0px) and (max-width: 700px) {

  #btn-whatsapp { display: none; }
  #btn-whatsapp-2 { display: block; }

}

@media screen and (min-width: 701px) {

  #btn-whatsapp { display: block; }
  #btn-whatsapp-2 { display: none; }

}