* {
  font-family: 'Montserrat', sans-serif;
  outline: 0px !important;
}

html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

p {
  margin: 0px;
}


/* remover background que o chrome coloca quando usamos o autocomplete */

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  animation: input_background_autofill 0s forwards;
}

@keyframes input_background_autofill {
  100% {
    background-color: transparent;
  }
}

#navbarPrincipal {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
 /* transition: all 0.5s; */
  padding: 0px;
  padding: 20px;
  z-index: 200;
  background: #fff;
  box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.5);
}

#navbarPrincipal.navbar-no-bg {
  background: none;
  box-shadow: none;
}

/* .plus-button{
  height:50px;
   width:60px;
} */

#navbarPrincipal .navbar-brand img {
  width: 200px;
}

.conteudo {
  position: relative;
}

.btn-recursos {
  color:#8990C8 !important; border: 1px solid #8990C8; width: 100%; margin-bottom: 0.4rem; border-radius:10px; background: white; 
}

.btn-recursos1{
  color:white !important; border: 1px solid #8990C8; width: 100%; margin-bottom: 0.4rem; border-radius:10px; /*background: #8990C8 */ background:#8990C8; 

}
.collapse .show{
  color:white !important; border: 1px solid #8990C8; width: 100%; margin-bottom: 0.4rem; border-radius:10px; /*background: #8990C8 */ background: #8990C8; 

}

#home {
  padding-top: 65px;
}

#home .form-container {
  padding: 20px;
  border-radius: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/rgba(66, 119, 166, 0.8)+0,4277a6+0,4277a6+13,4277a6+19,4277a6+19,7a9fd7+75,7a9fd7+98 */
  background: rgba(66, 119, 166, 0.8);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(66, 119, 166, 0.8) 0%, rgba(66, 119, 166, 0.8) 0%, rgba(66, 119, 166, 0.8) 13%, rgba(66, 119, 166, 0.8) 19%, rgba(66, 119, 166, 0.8) 19%, rgba(122, 159, 215, 0.8) 75%, rgba(122, 159, 215, 0.8) 98%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(66, 119, 166, 0.8) 0%, rgba(66, 119, 166, 0.8) 0%, rgba(66, 119, 166, 0.8) 13%, rgba(66, 119, 166, 0.8) 19%, rgba(66, 119, 166, 0.8) 19%, rgba(122, 159, 215, 0.8) 75%, rgba(122, 159, 215, 0.8) 98%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(66, 119, 166, 0.8) 0%, rgba(66, 119, 166, 0.8) 0%, rgba(66, 119, 166, 0.8) 13%, rgba(66, 119, 166, 0.8) 19%, rgba(66, 119, 166, 0.8) 19%, rgba(122, 159, 215, 0.8) 75%, rgba(122, 159, 215, 0.8) 98%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(66, 119, 166, 0.8)', endColorstr='rgba(122, 159, 215, 0.8)', GradientType=0);
  /* IE6-9 */
  margin: 30px 0px;
}

#home .form-container .titulo {
  color: #fff;
  /* font-weight: bold; */
  font-size: 22px;
  text-align: center;
}
.desktop-checkbox{
  -webkit-transform: scale(1.6);
}
#home .form-container input {
  background-color: unset;
  color: #fff;
  box-shadow: none !important;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-indent: 20px;
}

#home .form-container input::placeholder {
  color: #fff;
}

#home .form-container .form-group {
  position: relative;
}

#home .form-container .icone-usuario {
  background-image: url(../img/ic_user.png) !important;
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: 22px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 7px;
}

#home .form-container input#nome {
  background-color: transparent;
}

#home .form-container .icone-email {
  background-image: url(../img/ic_email.png) !important;
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: 22px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 7px;
}

#home .form-container input#email {
  background-color: transparent;
}

#home .form-container .icone-telefone {
  background-image: url(../img/ic_telefone.png) !important;
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: 22px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 7px;
}

#home .form-container input#telefone {
  background-color: transparent;
}

#home .form-container .icone-condominio {
  background-image: url(../img/ic_condominio.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 22px;
  height: 26px;
  position: absolute;
  top: 5px;
}

#home .form-container input#condominio {
  background-color: transparent;
}

#home .form-container .form-check {
  margin: auto;
}

#home .form-container .form-check .form-check-label {
  color: #fff;
  padding-left: 7px;
}

#home .form-container input[type="radio"] {
  display: none;
}

#home .form-container input[type="radio"]:checked~label:before {
  border: 3px solid #fff;
  background: #4277a6cc;
}

#home .form-container .form-check .form-check-label::before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 100%;
  text-indent: calc(50% - 3px);
  color: #fff;
}

#home .form-container .btn-primary {
  border-radius: 30px;
  background: #4277a6;
  border: none !important;
  padding: 8px 16px;
  margin: 30px auto 0px auto;
  width: 150px;
  display: block;
}

#recursos {
  background: #cde8f9;
}

#recursos .introducao {
  color: #333333;
  
}

#recursos .item img {
  margin: auto;
  display: block;
  /* width: 80px; */
  height: 80px;
}

#recursos .item .titulo-recurso {
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  margin: 15px 0px;
  color: #474747;
}

#recursos .item p {
  text-align: center;
}

#recursos .img-fix {
  width: 60px !important;
}

#download {
  background-image: linear-gradient(to right bottom, #e0f0eb, #e6f4f5, #f0f7fb, #f9fbfd, #ffffff);
}

#download .titulo {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin: 0px 0px 15px 0px;
  color: #333333;
}

#download .btn-apple-store {
  background: url(../img/ic_apple_store.png) 50px center, linear-gradient(to bottom, #e56566, #e96a6a, #ed6e6e, #f07373, #f47777);
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-size: 18px;
  border-radius: 50px;
  border: 0px;
  padding: 10px 12px;
  width: 290px;
  max-width: 100%;
  box-shadow: none;
  margin: 20px auto 0px auto;
}

#download .btn-apple-store:hover {
  background: url(../img/ic_apple_store.png) 50px center, linear-gradient(to bottom, #cb6061, #cd6363, #ce6666, #d06868, #d16b6b);
  background-repeat: no-repeat;
}

#download .btn-play-store {
  background: url(../img/ic_google_play.png) 50px center, linear-gradient(to bottom, rgba(122, 159, 215, 0.8), #7399d0, #6b93c8, #648dc1, #5d87ba);
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-size: 18px;
  border-radius: 50px;
  border: 0px;
  padding: 10px 12px;
  margin: auto;
  width: 290px;
  max-width: 100%;
  box-shadow: none;
}

#download .btn-play-store:hover {
  background: url(../img/ic_google_play.png) 50px center, linear-gradient(to bottom, #7190c0, #6989b8, #6282af, #5a7ca7, #53759f);
  background-repeat: no-repeat;
}

#download .img-mock-mobile {
  width: 150px;
  margin-left: -30px;
  display: inline-block;
}

.parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
}

.mockup-parallax {
  position: absolute;
  width: 100%;
  height: inherit;
  left: 0;
  background-position: top center;
  background: url(../img/mock3.png) no-repeat;
  background-size: 166px;
}

#download {
  padding: 100px 0px !important;
}

#comparativo .card-condopro-free {
  background: #4277a6cc;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #4277a6cc 0%, #4277a6cc 0%, #4277a6cc 13%, #4277a6cc 19%, #4277a6cc 19%, #7a9fd7cc 75%, #7a9fd7cc 98%);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #4277a6cc 0%, #4277a6cc 0%, #4277a6cc 13%, #4277a6cc 19%, #4277a6cc 19%, #7a9fd7cc 75%, #7a9fd7cc 98%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#comparativo .card-condopro-plus {
  background: #4568DC;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #B06AB3, #4568DC);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #B06AB3, #4568DC);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#comparativo .card {
  border: none;
  border-radius: 7px;
  /* padding: 20px; */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

#comparativo .card ::-webkit-scrollbar {
  width: 3px;
  /* height: 10px; */
}

#comparativo .card ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

#comparativo .card ::-webkit-scrollbar-thumb {
  background: transparent;
  border: 0px none transparent;
  border-radius: 50px;
}

#comparativo .card ::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

#comparativo .card ::-webkit-scrollbar-thumb:active {
  background: transparent;
}

#comparativo .card ::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none transparent;
  border-radius: 50px;
}

#comparativo .card ::-webkit-scrollbar-track:hover {
  background: transparent;
}

#comparativo .card ::-webkit-scrollbar-track:active {
  background: transparent;
}

#comparativo .card ::-webkit-scrollbar-corner {
  background: transparent;
}

#comparativo .card .card-header {
  border: none;
  background: none;
  padding: 30px 40px;
  display: block;
  margin: auto;
}

#comparativo .card .card-header img {
  width: 80px;
}

#comparativo .card .card-body {
  padding-bottom: 0px;
  padding: 0px 40px;
}

#comparativo .card h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}

#comparativo .card-condopro-plus .descricao {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 13px;
  border-top: 1px solid #fff6;
}

#comparativo .card ul {
  list-style: circle;
  padding: 0px;
  height: 400px;
  overflow-y: auto;
  margin-bottom: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
  padding-top: 10px;
}

#comparativo .card-condopro-plus ul {
  height: 338px;
}

#comparativo .card ul li {
  margin-bottom: 15px;
  color: #fff;
}

#comparativo .card ul li .estrela {
  font-style: normal;
  margin-left: 5px;
}

#comparativo .card ul .adicionais {
  font-weight: 600;
}

#comparativo .card .card-footer {
  padding: 0px 40px 20px 40px;
  background: none;
  border: 0px;
  background: #f1f1f1;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

#comparativo .card .card-footer .preco {
  margin-bottom: 0px;
  color: #565656;
  text-align: center;
  padding-top: 20px;
  font-size: 24px;
  font-weight: bold;
}

#comparativo .card .card-footer .preco p:first-child{
  font-size: 22px;
  color: #828282;
}

#comparativo .card .card-footer .preco p:nth-child(2){
  color: #7168ca;
}

#comparativo .card .card-footer .preco p:last-child{
  font-size: 12px;
  color: #828282;
}

#comparativo .card .card-footer .legenda {
  font-size: 14px;
  color: #565656;
  font-style: italic;
  text-align: center;
}

.btn-contratar {
  background: #4568DC;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #B06AB3, #4568DC);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #B06AB3, #4568DC);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-repeat: no-repeat;
  color: #fff !important;
  display: block;
  font-size: 20px;
  border-radius: 50px;
  border: 0px;
  padding: 10px 12px;
  width: 290px;
  max-width: 100%;
  box-shadow: none;
  margin: auto;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}

.btn-contratar:active, .btn-contratar:hover{
  background: #344ea5 !important;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #804d81, #344ea5) !important;
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #804d81, #344ea5) !important;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

footer {
  padding: 50px 0px;
}

footer img {
  margin: auto;
  display: block;
  width: 170px;
}

@keyframes float-circle {
  0% {
    transform: translate3d(0px, 0, 0);
  }
  50% {
    transform: translate3d(0px, 30px, 0);
  }
  100% {
    transform: translate3d(0px, 0, 0);
  }
}

@keyframes float-circle2 {
  0% {
    transform: translate3d(0px, 0, 0);
  }
  50% {
    transform: translate3d(0px, 15px, 0);
  }
  100% {
    transform: translate3d(0px, 0, 0);
  }
}

.go-top {
  background: rgba(66, 119, 166, 0.8);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(66, 119, 166, 0.8) 0%, rgba(66, 119, 166, 0.8) 0%, rgba(66, 119, 166, 0.8) 13%, rgba(66, 119, 166, 0.8) 19%, rgba(66, 119, 166, 0.8) 19%, rgba(122, 159, 215, 0.8) 75%, rgba(122, 159, 215, 0.8) 98%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(66, 119, 166, 0.8) 0%, rgba(66, 119, 166, 0.8) 0%, rgba(66, 119, 166, 0.8) 13%, rgba(66, 119, 166, 0.8) 19%, rgba(66, 119, 166, 0.8) 19%, rgba(122, 159, 215, 0.8) 75%, rgba(122, 159, 215, 0.8) 98%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(66, 119, 166, 0.8) 0%, rgba(66, 119, 166, 0.8) 0%, rgba(66, 119, 166, 0.8) 13%, rgba(66, 119, 166, 0.8) 19%, rgba(66, 119, 166, 0.8) 19%, rgba(122, 159, 215, 0.8) 75%, rgba(122, 159, 215, 0.8) 98%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(66, 119, 166, 0.8)', endColorstr='rgba(122, 159, 215, 0.8)', GradientType=0);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* display: none; */
}

.go-top a {
  padding: 10px 15px;
  display: block;
}

.go-top img {
  width: 20px;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #home .equal-width:first-child {
    width: 50px;
  }
  #home .equal-width {
    width: 120px;
    display: inline-block;
  }
  .mockup-parallax {
    background-position: top right 50px;
    background-size: 140px;
  }

  /* btn radio form contratacao */
  #form-contratacao > div:nth-child(5) > div:nth-child(2) > label::before, #form-contratacao > div:nth-child(5) > div:nth-child(3) > label::before{
    margin-top: 15px;
  }

  #form-contratacao > div:nth-child(5) > div:nth-child(3){
    margin: 0px 15px;
  }

  #form-contratacao > div:nth-child(5) > div:nth-child(4), #home .equal-width:first-child{
    position: relative;
    top: -9px;
  }
}

@media screen and (min-width: 768px) {
  #home .mockup-container {
    position: absolute;
    left: calc(50% - 180px);
    width: inherit;
  }
  #home .mock1 {
    width: 280px;
    position: absolute;
    top: 80px;
    left: -30px;
    z-index: 100;
    animation: float-circle 3s infinite linear;
  }
  #home .mock2 {
    width: 230px;
    position: absolute;
    left: 135px;
    z-index: 99;
    animation: float-circle2 3s infinite linear;
  }
  #recursos {
    background: url(../img/bg_recusros.png);
    background-position-y: -98px;
    background-size: cover;
    padding-top: 170px !important;
    margin-top: -100px;
  }
  #recursos .introducao {
    margin-top: 100px;
  }
  #download {
    background: url(../img/bg_download.png);
    background-position-y: -85px;
    background-size: cover;
    padding: 160px 0px 220px 0px !important;
  }
  .parallax {
    height: calc(100% + 240px);
    top: -90px;
  }
  .parallax .mockup-parallax {
    height: 100%;
    background-size: contain;
  }
  .bolinha {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    z-index: 999 !important;
    position: relative;
    top: 50%;
    left: 30px;
  }
  #comparativo .card .card-footer {
    height: 143px;
  }
  #comparativo .card-condopro-free .card-footer .preco {
    margin-top: 30px;
  }
  #cta {
    padding: 90px 0px 20px 0px;
  }
  footer {
    background: url(../img/bg_download.png);
    background-size: cover;
    padding: 200px 0px 50px 0px !important;
  }
}

@media screen and (min-width: 992px) {
  #navbarPrincipal .nav-link.active {
    border-bottom: 2px solid #ff6302;
  }
  #home .form-container {
    padding: 30px 50px;
  }
  #home .form-container .titulo {
    font-size: 28px;
  }
  #recursos {
    margin-top: -60px;
    background-position-y: -78px;
    padding-bottom: 120px !important;
  }
  #home .mock1 {
    width: 310px;
  }
  #home .mock2 {
    width: 250px;
  }
  #recursos .img-bottom {
    margin-top: 90px !important;
    max-width: 750px;
    margin: auto;
    display: block;
  }
  #download .titulo {
    font-size: 30px;
    text-align: left;
  }
  .parallax {
    height: calc(100% + 400px);
    top: -180px;
  }
  #download .btn-apple-store {
    display: inline-block;
    width: 180px;
    margin-right: 15px;
    background: url(../img/ic_apple_store.png) 20px center, linear-gradient(to bottom, #e56566, #e96a6a, #ed6e6e, #f07373, #f47777);
    background-repeat: no-repeat;
    text-indent: 20px;
  }
  #download .btn-apple-store:hover {
    background: url(../img/ic_apple_store.png) 20px center, linear-gradient(to bottom, #cb6061, #cd6363, #ce6666, #d06868, #d16b6b);
    background-repeat: no-repeat
  }
  #download .btn-play-store {
    display: inline-block;
    width: 180px;
    margin-top: 0px;
    background: url(../img/ic_google_play.png) 20px center, linear-gradient(to bottom, #7a9fd7cc, #7399d0, #6b93c8, #648dc1, #5d87ba);
    background-repeat: no-repeat;
    text-indent: 20px;
  }
  #download .btn-play-store:hover {
    background: url(../img/ic_google_play.png) 20px center, linear-gradient(to bottom, #7190c0, #6989b8, #6282af, #5a7ca7, #53759f);
    background-repeat: no-repeat
  }
  #comparativo .card-condopro-free {
    float: right;
    margin-right: 15px;
    width: 320px;
  }
  #comparativo .card-condopro-plus {
    float: left;
    margin-left: 15px;
    width: 320px;
  }
  #comparativo {
    padding-top: 0;
  }
}

#recursos .item {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

@media screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
    position: fixed;
    top: 0px;
    left: -230px;
    width: 230px;
    height: 100vh;
    z-index: 9999;
    background-image: linear-gradient(to top, #f5d77b, #f4cb75, #f1c070, #efb46b, #eba968);
    padding: 15px 20px;
    transition: all 0.5s;
  }
  .nav-mobile.open {
    left: 0px !important;
  }
  .nav-mobile .nav-link {
    color: rgba(0, 0, 0, 0.502);
    border-bottom: 1px solid rgba(0, 0, 0, 0.502);
    padding: 10px 0px;
  }
  .nav-mobile>ul>li:nth-child(4)>a {
    border-bottom: 0px;
  }
  .backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 200;
  }
  .backdrop .fechar {
    display: block;
    position: absolute;
    top: 0px;
    right: 35px;
    font-size: 80px;
    color: #fff;
  }
}

@media screen and (min-width: 1200px) {
  #navbarPrincipal .nav-link {
    padding: 8px 40px;
  }
  #home .form-container .titulo {
    font-size: 30px;
  }
  #home .equal-width:first-child {
    width: 50px;
  }
  #home .equal-width {
    width: 120px;
    display: inline-block;
  }
  #home .mock1 {
    width: 330px;
    left: -60px;
  }
  #home .mock2 {
    width: 280px;
  }
    /* btn radio form contratacao */
    #form-contratacao > div:nth-child(5) > div:nth-child(2) > label::before, #form-contratacao > div:nth-child(5) > div:nth-child(3) > label::before{
      margin-top: 15px;
    }
  
    #form-contratacao > div:nth-child(5) > div:nth-child(3){
      margin: 0px 0px 0px 17px;
    }
  
    #form-contratacao > div:nth-child(5) > div:nth-child(4), #home .equal-width:first-child{
      position: relative;
      top: -9px;
    }
  #recursos {
    margin-top: -60px;
    padding-top: 270px !important;
  }
  #recursos .introducao {
  
    font-size: 21px;
    margin-bottom: 50px !important;
  }
  #download {
    min-height: 100vh;
    background-position-y: -35px;
    padding: 290px 0px 220px 0px !important;
  }
  #download .titulo {
    font-size: 50px;
  }
  .parallax {
    top: -190px;
  }
  .bolinha {
    width: 100px;
    height: 100px;
  }
  #recursos .introducao {
    margin-top: 20%;
  }
  #recursos .img-bottom {
    max-width: 850px;
  }
  footer {
    padding: 200px 0px 70px 0px !important;
    background-position-y: -50px;
  }
  footer img {
    width: 220px;
  }
}

@media screen and (min-width: 1366px) {
  #download {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -85px;
  }
}

@media screen and (min-width: 1500px) {
  .parallax {
    height: calc(100% + 500px);
  }
  .bolinha {
    left: 10px;
  }
  footer {
    padding: 250px 0px 70px 0px !important;
  }
}

@media screen and (min-width: 1600px) {
  #navbarPrincipal {
    padding: 40px 20px;
  }
  #navbarPrincipal .navbar-brand img {
    width: 250px;
  }
  #navbarPrincipal .nav-item {
    padding: 0px 30px;
  }
  #navbarPrincipal .nav-link {
    padding: 8px 10px;
    font-size: 16px;
  }
  #home {
    padding-top: 130px;
  }
  #home .form-container {
    padding: 50px;
  }
  #home .form-container .titulo {
    font-size: 30px;
    margin-bottom: 30px !important;
  }
  #home .form-container input {
    font-size: 18px;
  }
  #home .form-container .form-group {
    margin: 20px 0px;
  }
  #home .mock1 {
    width: 400px;
  }
  #home .mock2 {
    width: 320px;
  }
  #recursos .introducao {
    margin-top: 80px;
  }
  #comparativo .card-condopro-plus .descricao {
    font-size: 15px;
  }
  #download {
    padding: 430px 0px !important;
  }
  .parallax {
    top: -240px;
  }
  #comparativo {
    padding-top: 120px;
  }
  #comparativo .card-condopro-free, #comparativo .card-condopro-plus {
    width: 370px;
  }
  footer {
    padding: 150px 0px;
  }
}

@media(max-width:767px){
  .ilustra2{
    width: 100% !important;
  }
  .mudanca{
    display:none;
  }
  .mudanca-cel{
    display:none;
  }
  .mudanca-arquivos{
    display:none;
  }
  .mudanca-visitantes{
    display:none;
  }
  #checkbox{
    display:none;
  }
  .navbar-toggler{
    display:none;
  }
}

@media(min-width:769px){
 .mudanca-mob{
display:none;
 }
 #checkbox1{
   display:none;
 }
 .text-necessario{
  margin-top:-35px !important
 }
 .sou{
   margin-left:-2%;
 }
 .close-xx{
  position: relative;
  left: -346px;
    top: 21px;
 }
 .close-x{
  position: relative;
  left: -220px;
  top: 21px;
 }
  }