body.pg-home {

}
a, a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
header {
  font-family: 'roboto';
  font-weight: 500;
  padding-top: 25px;
  width: 100%;
  background-color: #f1f1f1!important;
  box-shadow: 0px 0px 32px -5px #040205;
}

@media (max-width: 1023px) {
  header {
    padding-top: 5px; } }

header .logo {
  margin-top: 15px;
  }
@media (max-width: 425px) {
  header .logo {
    margin-left: 0; }
  header .logo img {
    width: 100%; } }


#bannerCenter {

}

#bannerCenter .control-arrows {
  width: 100%;
  max-width: 1270px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none; }
#bannerCenter .prev-banner {
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  pointer-events: auto;
  -webkit-filter: brightness(1);
  filter: brightness(1); }
#bannerCenter .next-banner {
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  pointer-events: auto;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  float: right; }

.navbar {
  background-color: #f1f1f1!important;
  width: 100%;
  padding: 22px;
  margin-top: -24px;
}

.nav-link{
  color: #6c757d;
  font-size: 20px;
  font-family: Roboto;
  float: left;
  font-weight: 300;
}
.nav-link.active {
  color: #014677;
  text-decoration: underline;
}

.nav-item {
  float: left;
}
.navbar .action-buttons .dropdown-toggle::after {
  display: none;
}
.navbar .action-form {
  width: 450px;
  padding: 20px;
  left: auto;
  right: 0;
  font-size: 21px;
}

.navbar .btn-primary, .navbar .btn-primary:active {
  color: #fff;
  background: #004677; !important: ;
  border: none;
  font-size: 19px;
  width: 140px;
  margin-left: 157px;
}

.navbar .action-form .hint-text {
  text-align: center;

  font-size: 29px;
}
.form-controll {
  display: block;
  width: 80%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s;
  border-radius: 10px 10px 10px 10px;
  margin-left: 40px;
  font-family: courier,Arial, sans-serif;
}
.user-action {
  font-size: 20px;
}

.nav-link img {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin: -8px 0;
  float: left;
  margin-right: 10px;
}

.navbar .dropdown-menu {
  color: #999;
  font-weight: normal;
  border-radius: 10px;
  border-color: #e5e5e5;
  left: auto;
  padding: 0;
  padding-bottom: 20px;
  right: 0;
  position: absolute;
  margin-top: 0%;
}


footer .footer {
  min-height: 200px;
  background: #0049D1;
  padding-top: 3px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  padding-bottom: 10px;
}
.footerText1 {
  text-align: center;
  margin-top: 45px;
}
.footerText2 {
  
  text-align: center;
  color: #92aeec;
  margin-bottom: 0;
}
.select-position {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  top: -25px;
}

.search_box {
  margin-top: -40px;
  width: 100%;
  background-color: #F1F1F1;
  border-color: #F1F1F1;
  height: auto;
  padding: 10px 0px;
  position: relative;
  box-shadow: 0px 13px 17px 0 #7a7979;
  border-radius: 10px;
}
.search_select{
  width: 100%;
  float: left;
  color: #6c757d;
  border: 3px solid #FFFFFF;
  background-color: #F1F1F1;
  padding: 10px 15px;
  font-size: 14pt;
  margin-left: 8px;
  min-height: 55px;
}
.search_bt{
  width: 90%;
  float: left;
  color: #ffffff;
  background-color: #3477b6;
  font-size: 14pt;
  border: 0px;
  height: 52px;
  border-radius: 0;
  min-height: 55px;
}

#caixa1 {
   border-radius: 20px;
}
::placeholder {
  color: #6c757d;
}

/*--------------------------------------------------------------
# Escolas
--------------------------------------------------------------*/
.escolas {
  background: #fff;
  padding: 34px 0;
}

.escolas .escola {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.escolas .escola .escolar-img {
  position: relative;
  overflow: hidden;
}

.escolas .escola .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.escolas .escola .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #ffc451;
}

.escolas .escola .social a:hover {
  color: #fff;
  background: #ffc451;
}

.escolas .escola .social i {
  font-size: 18px;
}

.escolas .escola .escola-info {
  padding: 25px 15px;
}

.escolas .escola .escola-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #8a8a8a;

}

.escolas .escola .escola-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.escolas .escola .escola-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.escolas .escola:hover .social {
  opacity: 1;
  bottom: 15px;
}

.btn-ver-mais {
  width: 155px;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  font-size: 20px;
}
footer .label-info {
  min-height: 155px;
  background: #F1F1F1;
  padding-top: 31px;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
}
.text-info {
  /*margin-left: 636px;*/
  color: #0a58ca!important;

}
.verticalLine {
  border-left: thick solid #0a58ca;
  width: 149px;
}
.verticalLine1 {
  border-left: thick solid #F1F1F1;
  width: 149px;
}
.posts .posts-item img {
  max-width: 100%;

  display: block;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  background-position: center center;
}
.posts.round .round-container img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
figure img {
  border-radius: 100%;
  width: 23rem;
  height: 12rem;
}
.img-circle {
  max-width: 50%;
  height: auto;
  height: 300px;
}
.img-avatar {
  max-width: 60%;
  height: 155px;
  margin-left: 20%;
}
.img-avatar-cadastro{
  max-width: 50%;
  height: auto;
  height: 300px;

  margin-left: 35%;
}
.text-title {
  color: #6c757d;
}
.text-body {
  color: #6c757d !important;
}
.hr-linha {
  border: 0; border-top: 1px solid #ccc;
  width: 40%;
  margin-left: 30%;
  color: #f00;
  background-color: #0b00ff;
  height: 5px;
}
.hr-linha-perfil {
  border: 0; border-top: 1px solid #F1F1F1;
  width: 73%;
  margin-left: 27%;
  color: #f00;
  background-color: #F1F1F1;
  height: 5px;
}
.bi-whatsapp::before {
  content: "\f618";
  font-size: 21px;
}
.bi-chevron-up::before {
  content: "\f286";
  font-size: 21px;
}
.btn-margin-rigth{
  margin-right: 30px;
}
.obrigatorio{
  color: red;
}
.text-center-h{
  display: block;
  text-align: center;
  line-height: 150%;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.btn-menu {
  color: #6C757D;
  background-color: #F1F1F1;
  border-color: #F1F1F1;
  width: 90%;
  margin-bottom: 4px;
  height: 45px;
  line-height: 2;
}
.btn-menu-sair {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  width: 90%;
  height: 45px;
  line-height: 2;
}


.search-container{
  width: 490px;
  display: block;
  margin: 0 auto;
  margin-top: 5%;

}
.search-container input {
  border:0;
  background: #EDEDED;
  color:#000;
  height: 45px;
  font-size: 20px;
  outline: none;
}
.search-container input:focus{
  outline: none;
}
.search-container button {
  background: #EDEDED;
  color:#000;
  height: 45px;

}
input#search-bar {
  margin: 0 auto;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 1rem;
  border: 1px solid #D0CFCE;
  outline: none;
  background: #F1F1F1;
  border-radius: 5px;
}

.search-icon{
  position: relative;
  float: right;
  width: 75px;
  height: 75px;
  top: -62px;
}
.form-control{
  background: #F1F1F1;
}
.form-select{
  background: #F1F1F1;
}

ul.nav-wizard {
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  *zoom: 1;
  position: relative;
  overflow: hidden;
  eight: 40px;
}

ul.nav-wizard:after {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 138px;
  height: 47px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 11;
  content: " ";
}
ul.nav-wizard li {
  position: relative;
  float: left;
  height: 46px;
  display: inline-block;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
}
ul.nav-wizard li a {
  color: #212529;
  padding: 0;
  font-size: 18px;
}

ul.nav-wizard li:before {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid white;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -16px;
}
ul.nav-wizard li:after {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #f9f9f9;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -15px;
  margin-right: 5px;
}
ul.nav-wizard li.active {
  color: red;
  background: red;
}
ul.nav-wizard li.active:after {
  color: red;
  background: red;
}
ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
  color: red;
  background: red;
}
ul.nav-wizard .active ~ li {
  color: #999999;
  background: red;
}
ul.nav-wizard .active ~ li:after {
  border-left: 16px solid #ededed;
}
ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
  color: #999999;
  background: red;
}
ul.nav-wizard.nav-wizard-backnav li:hover {
  color: #468847;
  background: red;
}
ul.nav-wizard.nav-wizard-backnav li:hover:after {
  border-left: 16px solid #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover a,
ul.nav-wizard.nav-wizard-backnav li:hover a:active,
ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
  color: #468847;
  background: red;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li {
  color: #999999;
  background: red;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
  background: red;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li a,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
  color: #999999;
  background: red;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.borderless td, .borderless th {
  border: none;
}
.obrigatorio {
  color:red;
}

/* Imagem avatar tela de cadastro*/
.profile-pic-div{
  height: 150px;
  width: 150px;
  margin-top: 20px;
  margin-left: 50%;
  transform: translate(-50%,-10%);
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid grey;
}

#photo{
  height: auto;
  width: 100%;
}

#file{
  display: none;
}

#uploadBtn{
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  line-height: 30px;
  font-family: sans-serif;
  font-size: 12px;
  cursor: pointer;
  display: none;
}

.parsley-errors-list{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.dropdown-toggle::after {
  margin-top: 10px;
}

.enviarcontato {
  background: #014677;
  border-color: #014677;
  color:#FFF;
  padding: 25px;
  float:right;
}

/* REsponsivo */
@media only screen and (max-width: 600px) {
  .menus-bar {
    display: none !important;
  }

}


@media screen and (max-width: 991px) {
  .menu {
    display: none;
  }
  .mask-black {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 98;
    transition: 0.4s ease;
  }

  .mask-black.active {
    left: 0;
  }



}

/* Mobile */
.mobile-head .logo {
  margin-bottom: 20px;
  display: block; }

.menu-mobile {
  position: fixed;
  transition: 0.4s ease;
  z-index: 999999999999;
  top: 0;
  right: -500px;
  height: 100%;
  min-height: 100%;
  padding: 30px;
  background: #3477B6; }
  .menu-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 25px; }
    .menu-mobile ul li {
      margin-bottom: 10px;
      text-align: right; }
      .menu-mobile ul li a {
        color: #FFF;
        font-size: 18px;
        display: block;
        width: 100%;
        text-align: right;
        height: 40px; }

.close-mobile {
  color: #FFF;
  font-size: 36px;
  position: absolute;
  top: 0;
  right: 10px; }
.loginbutton {
  border-width: 2px;
  border-radius: 15px;
}
.loginbutton:after {
  display: none;
}


#contadores {

}

#contadores .border-azul{
  border-right: 4px solid #125dcb;
  padding-top: 6px;
}
@media (max-width: 1024px) {
  .search_box {
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .search_select {
    margin-left: 0;
  }
  .search_box .form-group {
    display: block;
    min-height: 55px;
  }
  .form-select-control {
    display: block;
    min-height: 55px;
    margin-left: 0;
  }
  .search_bt {
    float: none;
    margin: 0 auto;
  }
  .centerx {
    text-align: center;
  }
  #contadores .border-azul {
    border-right: 0;
  }
  #contadores .border-azul:after {
    content: "";
    height: 3px;
    width: 135px;
    background: #125dcb;
    display: block;
    margin: 0 auto;
  }
  .search-container {
    width: 100%;
  }
}

.box-cadastro {
  text-transform: uppercase;
  background: #3478b6;
  color:#FFF;
  width: 100%;  
  padding: 50px 0 ;
}
.box-cadastro:hover {
  opacity: 0.8;
}
.box-cadastro a {
  display: block;
  color:#FFF;
  font-size: 30px;
  text-decoration: none;
  font-weight: bold;
}

.sub-categorias {
  padding: 15px;
  background:#3477b6;
  border-radius: 10px;
}

.sub-categorias li a {
  display: block;
  color:#FFF;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #fff;
}
.sub-categorias li a:hover {
  background: rgba(255,255,255,0.1);
}
.sub-categorias li a.active {
  font-weight: bold;
}
.sub-categorias li:last-child a {
  margin-bottom: 0px;
  border-bottom: 0;
}
.seletor {
  margin-top: -17px;
}
.seletor label {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  float: left;
  background: #ccc;
  padding: 15px;
  color:#FFF;
}
.seletor label:hover {
  opacity: 0.8;
  cursor: pointer;
}
.seletor label.active {
  background: #3478b6;
}

.seletor label input {
  visibility: hidden;
}
.seletor #l_user {
  border-radius:10px 0 0 0 ;
}
.seletor #l_empre {
  border-radius:0 10px 0 0 ;
}
.btn-super {
    background:#156799;
    color:#FFF;
    font-size:28px;
    text-transform:uppercase;
    padding:15px 40px;
}
.btn-super:hover{
    opacity:0.8;
}


/* ==Data Tables [.dataTable]*/

/* ----------------------------------------------- */

.datatable-columnfilter {

  width: 100% !important;

}

.datatable-hidesearch .dataTables_filter {

  display: none;

}

.dataTables_wrapper .row {

  margin-top: 0 !important;

  margin-bottom: 0 !important;

}

.dataTables_wrapper .dt-rt > div {

  margin-bottom: 1em !important;

}

.dataTables_wrapper .dt-rt > div:empty {

  margin-bottom: 0 !important;

}

.dataTables_wrapper .dt-rb > div {

  margin-top: 1em !important;

}

.dataTables_wrapper .dt-rb > div:empty {

  margin-top: 0 !important;

}

.dataTables_wrapper .dataTable {

  margin-bottom: .5em;

}

.dataTables_wrapper .dataTables_filter input,

.dataTables_wrapper .dataTables_length select {

  vertical-align: middle;

  font-size: 12px;

  height: 30px;

  padding: 6px 8px;

  border: 1px solid #ccc;

  border-top-right-radius: 4px;

  border-top-left-radius: 4px;

  border-bottom-right-radius: 4px;

  border-bottom-left-radius: 4px;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}

.dataTables_wrapper .dataTables_filter input:focus,

.dataTables_wrapper .dataTables_length select:focus {

  outline: none;

  border-color: #66afe9;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);

}

.dataTables_wrapper .dataTables_length select {

  height: auto;

}

.dataTables_info {

  padding-top: 6px;

}

div.dataTables_length label {

  float: left;

  text-align: left;

  font-weight: 600;

}

div.dataTables_length select {

  width: 70px;

  margin-right: .65em;

}

div.dataTables_filter label {

  float: right;

  font-weight: 600;

}

div.dataTables_filter label input {

  width: 215px;

  margin-left: .65em;

}

div.dataTables_paginate {

  text-align: right;

  margin: 0;

}

div.dataTables_paginate .pagination {

  margin-top: 0;

  margin-bottom: 0;

}

.dataTable input::-ms-clear {

  display: none !important;

}

table.table thead .sorting,

table.table thead .sorting_asc,

table.table thead .sorting_desc,

table.table thead .sorting_asc_disabled,

table.table thead .sorting_desc_disabled,

.paginate_enabled_previous,

.paginate_enabled_previous:hover,

.paginate_disabled_previous,

.paginate_enabled_next,

.paginate_enabled_next:hover,

.paginate_disabled_next {

  position: relative;

  background: none;

}

.sorting:before,

.sorting_asc:before,

.sorting_desc:before,

.sorting_asc_disabled:before,

.sorting_desc_disabled:before,

.paginate_enabled_previous:before,

.paginate_disabled_previous:before,

.paginate_enabled_next:before,

.paginate_disabled_next:before {

  margin-right: 10px;

  color: #e74c3c;

  font-family: FontAwesome;

  font-size: 16px;

}

.sorting:before {

  content: "\f0dc";

  color: #bbb;

}

.sorting_asc:before,

.sorting_asc_disabled:before {

  content: "\f0de";

}

.sorting_desc:before,

.sorting_desc_disabled:before {

  content: "\f0dd";

}

.sorting_asc_disabled:before,

.sorting_desc_disabled:before {

  color: #ddd;

}

.paginate_enabled_previous:after,

.paginate_disabled_previous:after {

  content: "\f0d9";

  right: auto;

  left: 2px;

  top: 0;

}

.paginate_enabled_next:after,

.paginate_disabled_next:after {

  content: "\f0da";

  top: 0;

}

.paginate_disabled_previous:after,

.paginate_disabled_next:after {

  color: #999;

}

.paginate_enabled_previous:hover:after,

.paginate_enabled_next:hover:after {

  color: #e74c3c;

}

.table-bordered thead tr, .table-bordered tfoot tr {

    background-color: #f3f3f3;

}

.table-bordered thead tr th, .table-bordered tfoot tr th {

    background-color: transparent;

    border-bottom-width: 1px;

    color: #444;

    font-size: 12px;

    font-weight: 800;

    vertical-align: middle;

}

.table-bordered.table-highlight {

    border-top-color: #111;

}

.table-bordered.table-highlight thead tr:first-child {

    background-color: #2A3542;

}

.table-bordered.table-highlight thead tr:first-child th {

    border: 1px solid #2c2c2c;

    color: #fff;

    font-weight: 600;

}
div.dataTables_paginate {
    text-align: right;
    margin: 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination {
  float: right;
}

.titleescolas{
  font-size: 20px;
  color:#6c757d;
}


#global-loader {
    position: fixed;
    z-index: 50000;
    background: #ffffff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.loader-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 43%;
    left: 0;
    margin: 0 auto;
    text-align: center;
}