
body {
  height: auto;
  min-height: 100vh;
 position: relative;
  font-family: 'Montserrat', sans-serif;
}

html {
  position: relative;
  min-height: 100%;
}

.navbar-collapse {
  position: relative;
}

section#forgot-pass {
  padding-top: 147px;
}

/*.login-div a {
  color: #ff3333!important;
}*/

@media (max-width: 767px) {
  #canais h3 {
    font-size: 22px;
    font-weight: 600;
  }
}


/*Misc*/


@media (min-width: 768px) and (max-width: 991px) {
  .forgot-pass-img {
    background: url(../img/forgot-password.jpg) center center / cover no-repeat;
    height: 50vh;
  }
}

@media (min-width: 992px) {
  .forgot-pass-img {
    background: url(../img/forgot-password.jpg) center center / cover no-repeat;
    height: calc(100vh - 147px);
  }
}

.mw-400 {
  width: auto;
  max-width: 400px;
  margin: auto;
}

input#cupom {
  text-align: center;: 
}

label.input-file:hover {
  color: #ffd40a;
}



.max-width-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.mainContent {
    min-height: calc(100vh - 180px);
     padding-top: 138px; 
    position: relative;
   /* top: 138px;*/
}

/*.content-no-menus {
      min-height: calc(100vh - 180px);
}*/

#form {
  background-color: #F9F9F9;
}

.blue {
    color: #2CAFFD;
}

#inputDado {
    border-radius: 5px;
    border: 1px solid #000;
}

.msg-text {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2788c6;
}

.fa-meh:before, .fa-smile:before, .fa-sad-tear:before {
    font-size: 30px;
}

span.qualificacao {
  position: relative;
  margin-right: 30px;
}

span.qualificacao:before {
  content: "Qualificar Cliente";
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 2px solid #000;
  display: inline-block;
  position: absolute;
  top: -30px;
}

/*Buttons*/

.btn-delete-user:before {
  padding-right: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f235";
  font-size: 20px;
}

.btn-ilegivel-user:before {
  padding-right: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f317";
  font-size: 20px;
}

.btn-legivel-user:before {
  padding-right: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f14a";
  font-size: 20px;
}


.btn-edit {
  padding: 5px!important;
  margin: 0 auto!important;
  text-transform: uppercase;
  font-size: 12px!important;
  font-weight: 600!important;
}

.btn-primary {
    color: #fff;
    background-color: #8aa53c;
    border-color: #6c8a5a;
}

button.call-for-action {
  margin-top: 20px;
  font-size: 20px;
  padding: 10px;
  border-radius: 8px;
}

/*text global*/

.large-text {
  font-size: 18px;
  line-height: 1;
}

/*Navbar*/

.navbar {
    padding: 5px 5px;
    font-family: 'Montserrat', sans-serif;
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight: 600;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}

.navbar-brand {
	max-width: 200px;
	padding: 0;
  font-weight: 700;
    font-size: 9px;
}

.dropdown-menu {
    font-size: 12px;
    width: 300px !important;
}

.login {
    margin-bottom:5px;
}

.nav-item {
  padding-left: 15px;
  padding-right: 15px;
  color: #000000;
}

@media (max-width: 1199px) {
  .nav-item {
      padding-left: 5px;
      padding-right: 5px;
  }
}



.nav-link {
  padding: 0; 
}

.top-container {
  position: relative;
}

.currTime {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 1031;
  font-size: 14px;
  color: #000;
    font-weight: 600;
}

.logout {
  display: block;
  font-size: 12px;
  margin: auto;
  text-align: right;
}

.hero-text {
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.38);
}

form#delete-user {
  display: inline;
}

.navbar-bahia-1 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
 }

 .navbar-bahia .nav-link {
color: #8ba40b!important;
 }

 .navbar-bahia .nav-link:focus,  .navbar-bahia .nav-link:hover {
color: #397cb8!important;
 }


.navbar-bahia-1 {
    font-size: 13px;
    font-weight: 600;
}

.navbar-bahia-1 .nav-link {
color: #666!important;
}

.navbar-bahia-1 .nav-link:focus, .navbar-bahia .nav-link:hover {
color: #8ba40b!important;
}

.navbar-bahia-1 .nav-link.login-lg {
    color: #ff3333!important;
}

.navbar-bahia-1 .nav-link:hover.login-lg {
    color: #000000!important;
}



/* .navbar-light .navbar-nav .nav-link {
    color: #8ba40b;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #397cb8;
} */

/* Landscape tablets and medium desktops */
@media (max-width: 991px) {
  .container-pos {
    position: unset;
  }
  .dropdown-menu {
    border: none;
  }
}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) {
  .container-pos {
    position: relative;
  }
  .navbar-bahia {
    position: absolute;
    bottom: 0;
    right: 0;
  }
/*  .navbar-bahia {
    top: -15px;
  }*/
  .dropdown-item {
    white-space: normal;
  }
}






/*End Navbar*/

/*Header*/

header {
  position: relative;
}

.home-boxes {
  z-index: 3;
  position: absolute;
  bottom: 50px;
  width: 100%; 
}

.service-box {
  background-color: rgba(139,164,11,0.9);
  color: #fff;
  min-height: 180px;
}

.service-box-2 {
  background-color: rgba(92,152,206,0.9);
  color: #fff;
  min-height: 180px;
}

.service-box-3 {
  background-color: rgba(244,164,0,0.9);
  color: #fff;
  min-height: 180px;
}

/*Footer*/

footer {
  z-index: 2;
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: auto;
  width: 100%;
  background-color: #397cb8;
  color: #fff;
}



/*Login Modal*/

#login .container #login-row #login-column #login-box {
  margin-top: 0px;
  max-width: 600px;
  height: 320px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}
#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}
#login .container #login-row #login-column #login-box #login-form #register-link {
  margin-top: -85px;
}


/*======================================
//--//-->   INTRO
======================================*/

.owl-carousel {
  height: 80vh;
}

.intro {
  height: 80vh;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.intro .owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 50px;
}

.intro .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fed136;
}

.intro .owl-theme .owl-dots .owl-dot.active span {
  background-color: #fed136;
}

.intro .intro-item {
  padding-top: 2rem;
}

.intro .carousel-item-a {
  position: relative;
  height: 100vh;
}

.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}

.intro .intro-content {
  position: absolute;
}

.intro .intro-body {
  padding-left: 1rem;
}

.intro .intro-body .price-a {
  color: #ffffff;
  padding: 1rem 1.5rem;
  border: 2px solid #fed136;
  background-color: rgba(0,0,0,.5);
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.030em;
}

.intro .spacial {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  color: #ffffff;
}

.intro .intro-title-top {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  margin-bottom: 1rem;
  font-size: .9rem;
  color: #ffffff;
  letter-spacing: .05em;
}

.intro .intro-title {
  transition-duration: 9s !important;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.8rem;
  text-transform: uppercase;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .intro-subtitle.intro-price {
  padding-top: 1rem;
  font-size: 1.2rem;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*------/ Bg Image /------*/



/* Large desktops and laptops */
@media (min-width: 1200px) {

  .bg-image-1 {
    background-image: url(../img/slides/lg/1.jpg);
    background-position: center center;
  }

  .bg-image-2 {
    background-image: url(../img/slides/lg/2.jpg);
    background-position: center center;
  }

  .bg-image-3 {
    background-image: url(../img/slides/lg/3.jpg);
    background-position: center center;
  }

  .bg-image-4 {
    background-image: url(../img/slides/lg/4.jpg);
    background-position: center center;
  }

  .bg-image-5 {
    background-image: url(../img/slides/lg/5.jpg);
    background-position: center center;
  }

  .bg-image-6 {
    background-image: url(../img/slides/lg/6.jpg);
    background-position: center center;
  }

  .bg-image-7 {
    background-image: url(../img/slides/lg/7.jpg);
    background-position: center center;
  }

  .bg-image-8 {
    background-image: url(../img/slides/lg/8.jpg);
    background-position: center center;
  }

  .bg-image-9 {
    background-image: url(../img/slides/lg/9.jpg);
    background-position: center center;
  }

  .bg-image-10 {
    background-image: url(../img/slides/lg/10.jpg);
    background-position: center center;
  }

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

  .bg-image-1 {
    background-image: url(../img/slides/lg/1.jpg);
    background-position: center center;
  }

  .bg-image-2 {
    background-image: url(../img/slides/lg/2.jpg);
    background-position: center center;
  }

  .bg-image-3 {
    background-image: url(../img/slides/lg/3.jpg);
    background-position: center center;
  }

  .bg-image-4 {
    background-image: url(../img/slides/lg/4.jpg);
    background-position: center center;
  }

  .bg-image-5 {
    background-image: url(../img/slides/lg/5.jpg);
    background-position: center center;
  }

  .bg-image-6 {
    background-image: url(../img/slides/lg/6.jpg);
    background-position: center center;
  }

  .bg-image-7 {
    background-image: url(../img/slides/lg/7.jpg);
    background-position: center center;
  }

  .bg-image-8 {
    background-image: url(../img/slides/lg/8.jpg);
    background-position: center center;
  }

  .bg-image-9 {
    background-image: url(../img/slides/lg/9.jpg);
    background-position: center center;
  }

  .bg-image-10 {
    background-image: url(../img/slides/lg/10.jpg);
    background-position: center center;
  }


}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

  .bg-image-1 {
    background-image: url(../img/slides/lg/1.jpg);
    background-position: center center;
  }

  .bg-image-2 {
    background-image: url(../img/slides/lg/2.jpg);
    background-position: center center;
  }

  .bg-image-3 {
    background-image: url(../img/slides/lg/3.jpg);
    background-position: center center;
  }

  .bg-image-4 {
    background-image: url(../img/slides/lg/4.jpg);
    background-position: center center;
  }

  .bg-image-5 {
    background-image: url(../img/slides/lg/5.jpg);
    background-position: center center;
  }

  .bg-image-6 {
    background-image: url(../img/slides/lg/6.jpg);
    background-position: center center;
  }

  .bg-image-7 {
    background-image: url(../img/slides/lg/7.jpg);
    background-position: center center;
  }

  .bg-image-8 {
    background-image: url(../img/slides/lg/8.jpg);
    background-position: center center;
  }

  .bg-image-9 {
    background-image: url(../img/slides/lg/9.jpg);
    background-position: center center;
  }

  .bg-image-10 {
    background-image: url(../img/slides/lg/10.jpg);
    background-position: center center;
  }


}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

  .bg-image-1 {
    background-image: url(../img/slides/lg/1.jpg);
    background-position: center center;
  }

  .bg-image-2 {
    background-image: url(../img/slides/lg/2.jpg);
    background-position: center center;
  }

  .bg-image-3 {
    background-image: url(../img/slides/lg/3.jpg);
    background-position: center center;
  }

  .bg-image-4 {
    background-image: url(../img/slides/lg/4.jpg);
    background-position: center center;
  }

  .bg-image-5 {
    background-image: url(../img/slides/lg/5.jpg);
    background-position: center center;
  }

  .bg-image-6 {
    background-image: url(../img/slides/lg/6.jpg);
    background-position: center center;
  }

  .bg-image-7 {
    background-image: url(../img/slides/lg/7.jpg);
    background-position: center center;
  }

  .bg-image-8 {
    background-image: url(../img/slides/lg/8.jpg);
    background-position: center center;
  }

  .bg-image-9 {
    background-image: url(../img/slides/lg/9.jpg);
    background-position: center center;
  }

  .bg-image-10 {
    background-image: url(../img/slides/lg/10.jpg);
    background-position: center center;
  }


}


.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
}


/*------/ Intro Single /------*/

.intro-single {
  padding: 12rem 0 3rem;
}

.intro-single .title-single-box {
  padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box {
  border-left: 3px solid #fed136;
}

.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 2.2rem;
}

.intro-single .breadcrumb-box {
  padding: 1rem 0 0 .5rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}


.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

/*Owl Carousel*/


/*------/ Owl carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 9px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fed136;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #fed136;
  width: 35px;
}

.owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.owl-arrow .owl-nav .owl-prev,
.owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.owl-arrow .owl-nav .owl-prev.disabled,
.owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}

.owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: .7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: #fed136;
  opacity: .9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}



.service-height {
  height: 100%!important;
}

/* Esconde o input */
input[type='file'] {
  display: none
}

/* Aparência que terá o seletor de arquivo */
label.file-upload {
  background-color: #fff;
  border-radius: 5px;
  color: rgb(139,164,1);
  cursor: pointer;
  margin: 10px;
  padding: 6px 20px
}


#service{background-color: ghostwhite;padding-top: 100px;padding-bottom: 100px;}
.row-1 .ser-col-4{border-right:solid 1px #ccc;border-bottom: solid 1px #ccc;}
.row-1 .ser-col-4-l{border-bottom: solid 1px #ccc;}
.row-2 .ser-col-4{border-right:solid 1px #ccc;border-bottom: solid 1px #ccc;}
.row-2 .ser-col-4-l{border-bottom: solid 1px #ccc;}
.row-3 .ser-col-4{border-right:solid 1px #ccc;}


@media (max-width:768px){
    .ser-col-4-l{border-right:solid 1px #ccc;border-bottom: solid 1px #ccc;border-left:solid 1px #ccc;}
    .ser-col-4{border-left:solid 1px #ccc;border-bottom: solid 1px #ccc;}
}

.ser-col{width:100%;height:auto;text-align: center;padding:5px;position: relative;}
.icon-col{width:50px;height:50px;border-radius: 50%;text-align: center;margin-left: auto;margin-right: auto;}
.icon-col i{font-size: 25px;padding: 10px;}
.circle {
    position: absolute;
    bottom: -11px;
    right: -24px;
    z-index: 99;
}
.circle i{color:#ccc;font-size: 18px;background-color:ghostwhite;}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    color: fff;
    background-image: none;
    border: 1px solid fff;
    border-radius: 0px;
}
.ser-col h2{color:#fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
    }

.ser-col p{color:#fff;
  font-size: 12px;
    }

/*====== service 1 ====*/
.ser-1 .icon-col{border: solid 2px white;}
.ser-1 .icon-col i{color:white;}
.ser-1 .btn{color:white;border: 1px solid white;}

/*====== service 2 ====*/
.ser-2 .icon-col {border: solid 1px white;}
.ser-2 .icon-col i{color:white;}
.ser-2 .btn{color:white;border: 1px solid white;}

/*====== service 3 ====*/
.ser-3 .icon-col {border: solid 1px white;}
.ser-3 .icon-col i{color:white;}
.ser-3 .btn{color:white;border: 1px solid white;}

/*====== service 4 ====*/
.ser-4 .icon-col {border: solid 1px blue;}
.ser-4 .icon-col i{color:blue;}
.ser-4 .btn{color:blue;border: 1px solid blue;}

/*====== service 5 ====*/
.ser-5 .icon-col {border: solid 1px deepskyblue;}
.ser-5 .icon-col i{color:deepskyblue;}
.ser-5 .btn{color:deepskyblue;border: 1px solid deepskyblue;}

/*====== service 6 ====*/
.ser-6 .icon-col {border: solid 1px mediumslateblue;}
.ser-6 .icon-col i{color:mediumslateblue;}
.ser-6 .btn{color:mediumslateblue;border: 1px solid mediumslateblue;}

/*====== service 7 ====*/
.ser-7 .icon-col {border: solid 1px mediumseagreen;}
.ser-7 .icon-col i{color:mediumseagreen;}
.ser-7 .btn{color:mediumseagreen;border: 1px solid mediumseagreen;}

/*====== service 8 ====*/
.ser-8 .icon-col {border: solid 1px salmon;}
.ser-8 .icon-col i{color:salmon;}
.ser-8 .btn{color:salmon;border: 1px solid salmon;}

/*====== service 9 ====*/
.ser-9 .icon-col {border: solid 1px gold;}
.ser-9 .icon-col i{color:gold;}
.ser-9 .btn{color:gold;border: 1px solid gold;}

/*Footer*/

.logo-footer {
    margin-bottom: 40px;
}

footer {
    color: white;
}

footer p, footer a {
    font-size: 12px;
}

footer h6 {
    margin-bottom: 40px;
    position: relative;
}

footer h6:after {
    position: absolute;
    content: "";
    background: white;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: -20px;
}
     .btn-footer {
                 color: white;
              
                text-decoration: none;
                border: 1px solid;
                border-radius: 43px;
                font-size: 13px;
                padding: 7px 30px;
                line-height: 47px;
     }
     .btn-footer:hover {
                
                text-decoration: none;
               
     }
    .form-footer input[type= "text"] {
        border: none;
        border - radius: 16 px 0 0 16 px;
        outline: none;
        padding - left: 10 px;

    }

    ::placeholder {
        font - size: 10 px;
        padding - left: 10 px;
        font - style: italic;
    }
    .form - footer input[type = "button"] {
        border: none;
        background: #8ba40b;
        margin-left: -5px;
      color: # fff;
        outline: none;
        border - radius: 0 16 px 16 px 0;
        padding: 2 px 12 px;
    }
    .social.fa {
        color: white;
        font - size: 22 px;
        padding: 10 px 15 px;
        background: #3c3c3c;
}
     footer ul li {
    list-style: none;
    display: block;
}
  footer ul  {
   padding-left: 0;
}
footer ul  li a{
  text-decoration: none;
  color: white;
  text-decoration:none;
}
a:hover {
    text-decoration: none;
    color: # f5f5f5!important;

    }

.bg-dark-light {
    background: #323232 !important;
}
.bg-theme, .bg-dark, .bg-dark-light, .bg-secondary {
    color: #ffffff;
}
.widgets.footer-widgets .widget-title {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
}

.widgets.footer-widgets .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background: #f4a400;
}
.widgets.footer-widgets .widget-quick-links ul {
    margin-top: -4px;
}
.widgets.footer-widgets .single-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.widgets.footer-widgets .widget-quick-links ul li {
    display: block;
}
.widgets.footer-widgets .widget-quick-links ul li a {
    display: block;
    font-size: 13px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3px 0;
}

.widgets.footer-widgets .single-widget ul li {
    list-style: none;
}
.widgets.footer-widgets .widget-contact ul li {
    color: #000;
    font-size: 13px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widgets.footer-widgets .widget-contact ul li span {
    font-size: 14px;
    color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 3px;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    margin-right: 20px;
}
.widgets.footer-widgets .widget-contact ul li.phone, .widgets.footer-widgets .widget-contact ul li.fax {
    font-size: 15px;
}

.widgets.footer-widgets .widget-contact ul li.phone p {
  padding-top: 10px;
  font-size: 14px!important;
  font-weight: 600;
}

.widgets.footer-widgets .widget-contact ul li.phone a {
  color:#fff;
  font-size: 14px!important;
  font-weight: 600;
}

.widgets.footer-widgets .widget-contact ul li.phone a:hover {
  color:#fff;
  text-decoration: underline;
}

.widgets.footer-widgets .widget-contact ul li + li {
    margin-top: 10px;
}    



table#usuario td, table#usuario th {
    padding: .2rem;
    padding-top: 5px!important;
    padding-right: 0.2rem;
    padding-bottom: 5px!important;
    padding-left: 0.2rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.form-control {
    font-size: .8rem;
}

.form-group {
    margin-bottom: .7rem;
}



/*Breadcrumbs*/

#breadcrumbs {
/*  position: relative;*/
  background-color: #397cb8;
}

#breadcrumbs .btn:hover {
    color: #f9a23b;
    text-decoration: none;
}

.btn-crumbs {
    height: 34px;
    background-color: #397cb8;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding-top: 9px!important;
}

/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #397cb8;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #76bbf7;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
  border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
  border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
  border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
  border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
  border-left: 10px solid #269abc;
}


/*Media Queries*/


/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  body {
    overflow-x: hidden!important;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}


@media (min-height: 500px) {
  
}

@media (min-height: 800px) {
  
}


@media (min-width: 992px) {
  .mainContent {
        padding-bottom: 79px;
  }
}


@media (max-width: 991px) {
  footer {
    position: fixed;
    bottom: 0px;
  }
  .widget-contact {
    padding-top: 10px;
  }
  .navbar-collapse {
    padding-top: 0px;
    position: relative;
  }
  a.login-btn {
    background-color:#ee3333;
    color: #fff;
    padding: 4px;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
  }
  body {
   /* height: calc(100vh - 112px);*/
    /*padding-top: 96px;*/
  }
  header {
    height: calc(100vh - 96px);

  }
  .mainContent {
    min-height: calc(100vh - 180px);
     padding-top: 0px; 
    position: relative;
     top: 130px; 
}

  .navbar {
    padding: 5px 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    
  }

  .navbar-collapse.navbar-bahia-1 {
border-top: 1px solid #e84d0e;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-toggler {
        position: absolute;
    right: 0;
    top: 54px;
    z-index: 5;
  }
  .currTime {
    z-index: 0;
  }
  .navbar-toggler-icon {
    width: .75em;
    height: .75em;
  }
  .navbar-brand {
    text-align: center;
    max-width: 180px;
    font-weight: 700;
    font-size: 9px;
  }
  .navbar-toggler {
    margin-right: 5px;
    padding: .25rem .25rem;
        line-height: .5;
  }
  .datetime {
    padding-right: 10px;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 10px;
  }
  .widgets.footer-widgets .widget-contact ul li span {
    border:none;
    margin-right: 5px;
    height: auto;
  }
  .widgets.footer-widgets .widget-contact ul li.phone a {
    font-size: 10px!important;
    font-weight: 500;
  }
  .navbar-bahia {
    font-size: 12px;
  }
  .dropdown-menu {
    margin-top: 0px;
    padding-top: 0px;
  }
  .dropdown-menu {
    font-size: 10px;
    width: 300px !important;
  }
}





.orange-circle-button {
  box-shadow: 2px 4px 0 2px rgba(0,0,0,0.1);
  border: .5em solid #E84D0E;
  font-size: 1em;
  line-height: 1.1em;
  color: #ffffff;
  background-color: #e84d0e;
  margin: auto;
  border-radius: 50%;
  height: 250px;
  width: 250px;
  position: relative;
    
}

.orange-circle-button h2 {
  color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.orange-circle-button:hover {
  color:#ffffff;
    background-color: #e84d0e;
  text-decoration: none;
  border-color: #ff7536;
  
}
.orange-circle-button:visited {
  color:#ffffff;
    background-color: #e84d0e;
  text-decoration: none;
  
}
.orange-circle-link-greater-than {
    font-size: 1em;
}


.blue-circle-button {
  box-shadow: 2px 4px 0 2px rgba(0,0,0,0.1);
  border: .5em solid #0d5fb4;
  font-size: 1em;
  line-height: 1.1em;
  color: #ffffff;
  background-color: #0d5fb4;
  margin: auto;
  border-radius: 50%;
  height: 210px;
  width: 210px;
  opacity: .8;
  position: relative;
}

.blue-circle-button h2 {
  color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.blue-circle-button:hover {
  color:#ffffff;
    background-color: #0d5fb4;
  text-decoration: none;
  border-color: #24537c;
  
}
.blue-circle-button:visited {
  color:#ffffff;
    background-color: #0d5fb4;
  text-decoration: none;
  
}
.blue-circle-link-greater-than {
    font-size: 1em;
}