@import url('https://fonts.googleapis.com/css?family=Exo+2:100,200,300,400,500,600,700,800,900&display=swap');
 /**
 *
 **/
body {
    font-family: 'Exo 2', sans-serif!important;
    background-color: #2f4050;
    font-size: 18px;
    color: #676a6c;
    overflow-x: hidden;
}

html,
body {
  height: 100%;
}

@media(max-width:767px) {
    .open-navbar::after{
        content: " ";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.3);
        z-index: 1029;
    }
}

/* =====================================================================
------------------------------- Nav -------------------------
======================================================================== */

.navbar-brand a .brand-img {
    height: auto;
    width: 100%;
}
/* =====================================================================
-------------------------------fontes e padrões -------------------------
======================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
h3,
h4,
h5 {
  margin-top: 5px;
  font-weight: 600;
}

/* =====================================================================
------------------- pagina de login versão 2018-------------------------
======================================================================= */

/* margem geral  */

 .margin-login-all{
  margin: 0 20%;
 }

 /* @media (min-width: 1200px){
 .container {
     width: 1019px;
 }
 @media (min-width: 992px){
 .container {
     width: 970px;
 }
 @media (min-width: 768px){
 .container {
     width: 750px;
 } */


 /*==========================================================================================
------------------------------------------ CORES --------------------------------------------
============================================================================================= */

.text-lazur{
  color: #008496;
}

.text-blue{
  color:  #003055!important;
}

/* COLORS */
.text-navy {
  color: #02408a;
}
.text-primary {
  color: inherit;
}
.text-success {
  color: #1c84c6;
}
.text-info {
  color: #23c6c8;
}
.text-warning {
  color: #f8ac59;
}
.text-danger {
  color: #ed5565;
}
.text-muted {
  color: #888888;
}
.text-white {
  color: #ffffff;
}

.text-gray {
   color:#585959;
}

/*==========================================================================================
------------------- block, clear,  bold/er e padronização de (a) link -----------------------
========================================================================================== */
.block {
  display: block;
}
.clear {
  display: block;
  overflow: hidden;
}
a {  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}
.border-bottom {
  border-bottom: 1px solid #e7eaec !important;
}
.font-bold {
  font-weight: 600;
}
.font-semibold {
  font-weight: 500;
}
.font-noraml {
  font-weight: 400;
}
.text-uppercase {
  text-transform: uppercase;
}
.b-r {
  border-right: 1px solid #e7eaec;
}
.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}
.hr-line-solid {
  border-bottom: 1px solid #e7eaec;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
video {
  width: 100% !important;
  height: auto !important;
}


/*=========================================================
---------------------- display geral -----------------------
=========================================================== */

.d-flex-alig-center {
    display: flex;
    align-items: center;
}

@media (max-width: 768px){
    .d-flex-alig-center {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
} 


/*=========================================================
---------------------- margem geral -----------------------
=========================================================== */

 .margin-login-all{
  margin: 0 auto;
 }

 @media (min-width: 1026px) {
  .margin-login-all{
  max-width:  1168px;
  }
 }

@media (min-width: 991px) and (max-width:  1025px) {
   .margin-login-all{
    width:  940px;
  }
  }

 @media (min-width:769px) and (max-width: 990px ) {
   .margin-login-all{
   max-width:  748px;
   }
  }
@media(min-width: 426px) and (max-width: 768px){
   .margin-login-all{
     max-width: 620px;
     width: 80%;
     padding: 0 15px;
   }

}

@media (max-width: 425px) {
   .margin-login-all{
     max-width: 90%;
     padding: 0 15px;
   }
 }



/*===================================================================================
--------------------------------------- navbar---------------------------------------
===================================================================================== */
.navbar-login {
    width: 100%;
    height: 100px;
    padding: 13px 0;
    z-index: 1048;
    position: fixed;
    top: 0;
    left: 0;
}


.navbar-right {
    float: right!important;
    margin-right: -38px;
}


.navbar-brand {
    height: 65px;
    padding: 2px 2px;
    max-width: 157px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0 !important;
}

.navbar-brand .nav-logo-recupera{
    height: 100%;
    border-right: solid 1px transparent;
}

.navbar-brand .nav-logo-diretrix{
  width:35%;
  height: auto;
  float: left;
  padding: 10px 0 0px 10px;
}

.navbar-brand .nav-logo-diretrix img,
.navbar-brand .nav-logo-recupera img {
    height: auto;
    width: 100%;
    max-height: 65px;
}

.navbar-toggle {
    padding: 3px 10px;
    margin-top: 8px;
    margin-right: 7px;
    margin-bottom: 8px;
}

.navbar-default .navbar-toggle {
    border: none;
    color: #fff;
}

.nav-d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}


.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #002f54;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #002f54;
}
.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    padding: 12px 18px;
    color: #fff;
    margin-left: 40px;
    font-size: 20px;
    font-weight: 300;
    transition: all .5s;
    border: 1px solid #88004f;
    border-radius: 6px;
}

.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav>li>a:focus{
    color: #fff;
    font-weight: 300;
    border: 1px solid #fff;
    border-radius: 6px;
}

.navbar-default .navbar-nav > li.nav-item.login-item > a,
.navbar-default .navbar-nav > li.nav-item.login-item > a:hover,
.navbar-default .navbar-nav > li.nav-item.login-item > a:active {
    color: #6c3f97;
    font-weight:500;
    background-color: #e1e319;
    border: 1px solid #e1e319;
    border-radius: 6px;
    transition: 0.5s ease-in-out;
}

@media(max-width:760px){
    .navbar-default .navbar-nav > li.nav-item.login-item > a,
    .navbar-default .navbar-nav > li.nav-item.login-item > a:hover,
    .navbar-default .navbar-nav > li.nav-item.login-item > a:active {
        width: 150px;
        margin-left: 20px;
        padding: 5px 30px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
    color: #fff;
    background-color: #ec2079;
    border: 1px solid #ec2079;
    border-radius: 6px;
    transition: 0.5s ease-in-out;
}


.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border-top: none;
}

@media(max-width: 1024px){
    .navbar-right {
    float: right!important;
    margin-right: -40px;
    }

}

@media (min-width:767px) and (max-width:990px ){
    .nav-d-flex {
        max-width: 500px;
    }

    .navbar-default .navbar-nav > li > a {
        margin-left: 0px;
    }
}

@media(max-width: 767px){

  .navbar-brand {
      float: left;
      height: 50px;
      padding: 6px 2px;
      width: 150px;
  }

  .navbar-right {
      width: 425px;
      overflow: hidden;
  }

    .nav-d-flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
        height: auto;
    }

    
  .navbar-brand .nav-logo-recupera{
    width: 100%;
    padding-right: 10px;


  }
  .navbar-brand .nav-logo-diretrix{
    width:38%;
    padding: 5px 0 0px 10px;
  }

  .navbar-default .navbar-nav>li>a:active,
  .navbar-default .navbar-nav>li>a:visited,
  .navbar-default .navbar-nav > li > a {
    margin-left: 0px;
    padding-right: 0;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 100;
  }
  
}

@media(max-width: 425px){
    .navbar-login {
        height: 80px
    }

   .navbar-right {
      margin-right: 0;
      width: 100%;
   }

  .navbar-brand {
    width: 212px!important;
    margin-left: 0!important;
  }

  .navbar-brand .nav-logo-recupera{
    width: 55%;
    padding-right: 7px;
   /*  border-right: solid 1px #868686; */
   border-right: none;
  }

  .navbar-brand .nav-logo-diretrix{
    /* width:42%;
    padding: 5px 0 0px 10px; */
    display: none;
  }
}





/* ======================================================================================
----------------------------------SAFE AREA----------------------------------------------
========================================================================================= */
#login{
    display:flex;
}

.safe-area {
    width: 100%;
    min-height: 420px;
    margin-top: -47px;
    padding-bottom: 60px;
}

.section-login{
  background-color: #00bcc5;
  width: 100%;
  overflow: hidden;
  position:  relative;
  top: 0;
}

.presentation{
    display:flex;
    flex-direction: column;
    justify-content:flex-start;
}
.safe-area h1 {
    font-size: 71px;
    text-align: left;
    font-weight: 700;
    margin-top:0;
    line-height:.8;
    margin-bottom: 28px;
    color: #f5ea14;
}


.safe-area h2 {
    color: #fff;
}

.safe-area h3 {
    margin-top: 5px;
    font-weight: 200;
    color: #FFF;
    font-size: 25px;
    text-transform:uppercase;
}
.img-container {
  position: absolute;
  bottom: 0;
  height: auto;
  overflow: hidden;
}

.pull-about{
    float: left;
}

.text-presentation-white{
    color: #fff;
    margin-bottom: 50px;
}

.container-login-img {
    max-width: 100%;
    width: 700px;
    height: auto;
    float: left;
}
.container-login-img img{
  width: 100%;
  height: auto;
}

.content-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
}

.container-danger {
    width: 100%;
    border-radius: 4px;
    background-color: #e12020;
    color: white;
    text-align: center;
    padding-top: 9px;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.box-erro {
    border: 1px solid rgba(255,255,255,0.33);
    -webkit-box-shadow: 0px 2px 19px 4px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 19px 4px rgba(0,0,0,0.33);
    text-transform:uppercase;
}

.captcha {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

input.form-login{
    height: 50px;
    padding-bottom:  30px;
    font-size:  18px;
    padding:  15px;
    margin-bottom:  15px;
}

textarea.form-login {
    min-height: 181px;
    padding-bottom: 0px;
    font-size: 18px;
    padding: 13px 18px;
    margin-bottom: 20px;
    height: 181px;
}


.container-item-login {
    width: 100%;
    height: auto;
    padding: 18px;
    margin: 30px 0 15px;
    border-radius: 6px;
}

.container-item-login > p.title-item{
  font-size: 20px!important;
  text-transform: uppercase;
  font-weight: bold;
}

.container-item-login > p{
  font-size: 15px!important;
  margin: 2px 0;
}

.container-item-login > p > strong > a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.container-item-login > p > a{
  font-size:14px;
  color: #fff;
  text-decoration:none;
}

.password-small {
    font-size: 13px;
    line-height: .8;
    vertical-align: top;
}

button.btn-formLogin {    
    font-weight: 500;
    font-size: 22px;
    padding: 10px 30px;
    border-radius: 6px;
    text-transform: uppercase;
}

button.btn-formLogin.button-default {
    background-color: #88004f;
    color: #fff;
}

button.btn-formLogin.button-default:hover,
button.btn-formLogin.button-default:active,
button.btn-formLogin.button-default:focus {
    background-color: #5e0036;
    color: #fff;
}

button.btn-formLogin.button-rose {
    background-color: #ec2079;
    color: #fff;
}

button.btn-formLogin.button-rose:hover,
button.btn-formLogin.button-rose:active,
button.btn-formLogin.button-rose:focus {
    background-color: #c9156a;
    color: #fff;
}

    button.btn-formLogin.button-outline-default {
        background-color: transparent;
        border: 2px solid #ec2079;
        color: #ec2079;
    }

    button.btn-formLogin.button-outline-default:hover,
    button.btn-formLogin.button-outline-default:active,
    button.btn-formLogin.button-outline-default:focus {
        background-color: #e3d219;
        font-weight: 500;
        color: #ec2079;
    }

    button.btn-formLogin.button-outline-purple {
        background-color: transparent;
        font-weight: 500;
        border: 2px solid #ec2079;
        color: #ec2079;
    }

    button.btn-formLogin.button-outline-purple:hover,
    button.btn-formLogin.button-outline-purple:active,
    button.btn-formLogin.button-outline-purple:focus {
        background-color: #ec2079;
        font-weight: 400;
        color: #fff;
    }
@media(max-width: 1366px){
 
  .container-item-login > p {
    font-size: 15px;
    margin: 0;
  }
}
@media(min-width:1440px){
    .safe-area {
        padding-top: 207px;
        margin-top: -68px;
    }

  .safe-area h2 {
    font-size: 51px!important;
    color: #fff;
    text-align: left !important;
    font-weight: 100;
  }
}

@media(min-width: 1025px) and (max-width: 1440px){

    .safe-area {
        padding-top: 207px;
    }

  .safe-area h2 {
    font-size: 51px!important;
    color: #fff;
    text-align: left !important
  }
  .margin-login{
      margin-top:0
  }
}


@media (min-width: 769px) and (max-width: 1024px){
    
      .safe-area{
        padding-top: 225px!important;
        width: 100%;
        min-height: 420px;
        margin-top: -89px;
        padding-bottom: 60px;
      }

    .safe-area h1 {
        font-size: 71px;
        
    }

    .safe-area h2 {
        font-size: 51px !important;
        color: #fff;
        text-align: left !important;
    }

   .img-container{
    position: absolute;
    bottom: 0px !important;
    width: 590px;
    height: auto;
    overflow: hidden;
   }

  
  .container-item-login {
    padding: 11px 21px!important;
    margin-top: 39px !important;
    border-radius: 1%;
    height: auto;
  }
  
}

@media(max-width: 990px){
    #login {
        display: flex;
        flex-direction: column;
    }
    

    .safe-area h1 {
        text-align: center;
    }

    .text-presentation-white {
        text-align: center;
    }

    .safe-area h2 {
        font-size: 50px;
        text-align: center;
    }

    .pull-about {
        float: none;
        text-align: center;
    }
   .container-login-img{
    display: none; 
  }
}

@media (min-width: 426px) and (max-width: 768px) {
    .safe-area {
        width: 100%;
        min-height: 420px;
        margin-top: 100px;
        padding-bottom: 60px;
        padding-top: 60px;
    }

  .section-login h1 {
    font-size: 45px!important;
    text-align: center;
  }

  .section-login h2 {
   
    font-size: 34px !important;
    text-align: center;
    margin-right: 0;
  } 

  .container-login-img{
    display: none; 
  }

  .container-item-login {
    margin: 80px 0px 40px 0;
    padding-right: 10px;
  }
  

  .container-item-login {
    padding: 17px 37px!important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    border-radius: 1%;
    height: auto;
  }
  .container-fluid .m-t-gg{
    margin-top: 0;
  }

    .margin-login {
        margin-top: 50px
    }
}

@media (min-width: 375px) and (max-width: 425px) {
    .safe-area {
        width: 100%;
        min-height: 420px;
        margin-top: 60px;
        padding-bottom: 60px;
        padding-top: 60px;
    }
  
  .safe-area h1 {
  font-size: 61px;
  text-align: center;
  line-height:1;
}

  .safe-area h2 {
    font-size: 30px;
    text-align: center ;
    margin-bottom: 2px;

  }

  .container-login-img{
    display: none; 
  }

  .container-item-login {
    padding: 18px !important;
    margin-top: 60px !important;
    border-radius: 1%;
    margin-bottom: 30px;
}

  .container-item-login {
    padding: 15px 18px !important;
  }

  
  .container-item-login > p {
    font-size: 12px;
    text-align: center;
  }

  .container-item-login > p > a{
    font-size: 12px;    
  }
    .margin-login {
        margin-top: 40px
    }
}

@media (max-width: 374px) {
    .safe-area {
        min-height: 420px;
        margin-top: 60px;
        padding-top: 60px;
    }

    .safe-area h1 {
    font-size: 23px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 2px;
  }

    .safe-area h2 {
      font-size: 17px;
      text-align: center;
      margin-bottom: 2px;
    }

  .container-item-login {
    padding: 18px 30px !important;
  }

  .container-item-login > p {
    font-size: 12px!important;
    text-align: center;
  }

  .container-item-login > p > a {
    font-size: 12px!important;
    text-align: center;
  }

  
  .password-small {
      font-size: 10px;  
  }

  .container-fluid .m-t-gg{
    margin-top: 0;
  }
    .margin-login {
        margin-top: 40px
    }
}


/*=========================================================
---------------------- Section About-us -----------------------
=========================================================== */
.about-us{
    padding: 60px 0;
    background-image: url('/Content/login/Temas/diretrix/img/banner_2.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.title-container {
    display: inline-block;
    width:150px;
    float: right;
    border-bottom: 2px solid #e1e319;
    margin-bottom:40px;
}

.title-container .title-section {
    text-align: right;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight:600;
    color:#858585;
}

.about-us h1{
    clear:both;
    text-transform: uppercase;
    text-align:right;
    font-size: 36px;
    font-weight:400;
}

.about-us p{
    margin-bottom: 40px;
}

/*=========================================================
---------------------- Section Produtos -----------------------
=========================================================== */
.section-produtos {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1027;
   padding: 40px 0;
}

.section-produtos .logo-system {
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 30px 0 30px 0;

}
.title-container-prod {
    display: block;
    width: 250px;
    margin: 0 auto;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 40px;
}

.section-produtos .panel {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.section-produtos .title-container-prod .title-section {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #858585;
}
 .section-produtos .produtos-img{
   display: block;
   width: 75%;
   margin-top: 50px;
   margin-bottom: 25px;
   margin-right: auto;
   margin-left: auto;
 }

 .section-produtos .produtos-img img{
   width: 100%;
   height: auto;
 }

.section-produtos h1 {
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}

 .section-produtos h2{
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 22px;
 }

.section-produtos h3 {
   margin-top: 5px;
   font-weight: 400;
   color: #000000;
}

.section-produtos .panel-title h2 {
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: none;
    font-size: 30px;
}

.section-produtos .content-text {
    padding: 0 100px;
}

.section-produtos p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}

.section-produtos .content p strong.font-lazur {
    font-size: 17px;
}



.section-produtos .panel-img {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

 
 @media (max-width: 425px) {
   
    .section-produtos .produtos-img {
     width: 100%;
    }

    .section-produtos h1{
       font-size: 28px;
       text-align: center;
       margin-bottom: -10px;
    }
    .content-text {
        padding: 0px;
    }

    .section-produtos .content-text {
        padding: 0px;
        margin-top: 20px
    }

    .section-produtos p{
      text-align: center;
    }

 }



  /*=========================================================
 ---------------------- Section Carousel -----------------------
 =========================================================== */

 .section-carousel{
    width: 100%;
    min-height: 125px;
    overflow: hidden;
    padding: 9px 0;
 }

 /*.section-carousel article{
   padding-top: 30px;
 }*/
.section-carousel article {
    padding: 25px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-carousel article h3 {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 4px;
    color: #fff;
    line-height: normal;
}

 .section-carousel .ibox-content{
   background-color: transparent;
   border:  none;
   padding: 10px 5px;
  
 }

 .carousel-control{
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   width: 0px;
   font-size: 25px;
   color: #fff;
   text-align: center;
   text-shadow: 0 1px 2px rgba(0,0,0,.6);
   background-color: rgba(0,0,0,0);
   opacity: 7.1;
 }

.img-carousel {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 216px;
    height: inherit;
    padding: 30px 0;
    margin: 0 auto;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
        
}

 .carousel-inner .img-carousel img{
   width:100%;
   height:auto;
   max-height:77px;
 }

.carousel-inner .content-carousel {
    padding: 10px;
    min-height: 150px;
}

.carousel-inner .content-carousel p {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 0;
}

 .carousel-control .icon-prev {
     width: 30px;
     height: 30px;
     margin-top: -17px;
     font-size: 30px;
     color: #b1abab;
     font-weight: lighter;
  }

  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -17px;
    font-size: 30px;
    color: #b1abab;
    font-weight: lighter;
}

 .carousel-control .icon-prev::before {
     content: '\3008'!important;
 }

 .carousel-control .icon-next::before {
     content: '\3009'!important;
 }

 @media (min-width: 1441px) {

  .carousel-inner .content-carousel {
    padding: 10px 18px;
  }

  /*.section-carousel article {
      padding-top: 43px;
  }*/

    .carousel-inner .content-carousel p {
        color: #fff;
        padding: 10px 0 !important;
        font-size: 18px;
    }

 }

@media(min-width: 769px) and (max-width: 1024px){
  .img-carousel {        
    padding: 45px 0;
  }



  .img-carousel > img{
   margin-top: 15px!important;
  }
}

@media(min-width: 320px) and (max-width: 768px){
    .section-carousel article {
    text-align: center;
    }

    .carousel-inner .content-carousel p {
        color: #fff;
        padding: 0!important;
        font-size: 15px;
        text-align: center;
    }

    .img-carousel {
        padding: 10px 0;
    }

    .carousel-inner .content-carousel {
        padding: 10px;
        min-height: 180px;
    }
}


  /*=========================================================
 -------------------  Section Form/faleConsco  --------------
 =========================================================== */

 .section-form{
   background-color: #ebebeb;
   padding: 40px 0;
   width: 100%;
   min-height: 450px;
   overflow: hidden;
 }

 .section-form h2.text-section-form{
   margin-bottom: 30px;
   font-size: 40px;
   font-weight: 400;
   text-transform: uppercase;
 }



 button.btn-formTalk{   
   background-color:#008496;
   color: #fff;
 }

    button.btn-formTalk:hover,
    button.btn-formTalk:active,
    button.btn-formTalk:focus {
        background-color: #00b3be;
        color: #fff;
    }

 .font-lazur{
   color: #008496;
 }

.font-lazur span {
    font-weight: 400;
}

 .font-blue{
   color:  #003055!important;
 }

 @media(max-width: 425px){
  .section-form h2.text-section-form {
    margin-bottom: 25px;
    font-size: 30px;
    
  }

 }
 

  /*=========================================================
 -------------------  Section Form/faleConsco  --------------
 =========================================================== */

 footer{
   padding-top: 30px;
   padding-bottom: 30px;

 }
 main > footer{
   min-height: 186px;
   color:#fff;
 }

 footer h2{
   font-size: 22px;
   padding-top:  0;
   margin-top: 0;
 }

 footer  p{
   font-size: 17px;
   margin:5px 0;
 }

 footer .social-icone{
   padding: 12px 12px 12px 12px;
   border-radius: 3%;   
 }

 footer .social-icone .fa{
   display: flex;
   align-items: center;
  font-size: 1.8rem;
}

footer .social-icone .btn {
  display: inline-block;
  padding: 3px 6px;
  margin-top: 12px;
  margin-bottom: 5px;
}

footer .social-icone .btn-instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -45%, #5258cf, transparent 3%), radial-gradient(ellipse farthest-corner at 5% -70%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    border: none;
    color: #fff;
}

footer .social-icone .btn-twitter{
  background-color: #55acec;
  color:#fff;
}
footer .social-icone .btn-facebook{
  background-color: #3b5997;
  color:#fff;
}
footer .social-icone .btn-linkedin{
  background-color: #0066a1;
  color:#fff;
}

 footer .social-icone p{
   margin: 0px;
 }

 footer .text-footer{
   display: block;
   padding-top: 75px;
 }

 footer .text-footer{
   display: block;
   padding-top: 75px;
   text-align: right;
 }

 footer .text-footer small {
  font-size: 63%;
 }

 .container-footer{
  width:  100%;
  max-width: 500px;
 }

.logo-footer a img {
  display: inline-block;
  background-color: transparent;
  float: right;
 }

footer .m-t-md {
    margin-top: 12px !important;
}

footer p {
    margin: 0;
}

footer .container-footer a {
    color: #FFFFFF;
}

footer .container-footer a:hover {
    text-decoration: none;
}

@media(max-width: 1366px) {
    footer h2 {
        font-size: 24px;
        padding-top: 0;
        margin-top: 0;
        font-weight: 400;
        margin-bottom: 0px;
    }

  footer p {
      font-size: 16px;
      margin: 0;
  }
}
 

  @media (min-width: 426px and max-width: 768px) {
  
    main > footer{
     height: auto;
     display: flex;
   }

   footer .text-footer{
     padding-top: 40px;
   }

   .container-footer {
      width: 100%;
      max-width: 100%;
      text-align: center;
      display: inline-flex;
      flex-direction: column;
    }   
  }

  @media(max-width: 425px){
    .logo-footer a img {
    display: inline-block;
    background-color: transparent;
    padding-top: 34px;
    float: left;
   }  

   footer .text-footer > p{
    position: relative;
    bottom: 0;
    left: 0;
     display: inline-block;
     float: right;
    }
    
    footer .text-footer{
      padding-top: 40px;
    }

    footer h2 {
        font-size: 19px;
        padding-top: 0;
        margin-top: 0;
        font-weight: 400;
        margin-bottom: 0px;
    }
  }


 /*==========================================================================================
------------------------------------------ CORES --------------------------------------------
============================================================================================= */

.text-lazur{
  color: #008496;
}

.text-blue{
  color:  #003055!important;
}

/* COLORS */
.text-navy {
  color: #02408a;
}
.text-primary {
  color: inherit;
}
.text-success {
  color: #1c84c6;
}
.text-info {
  color: #23c6c8;
}
.text-warning {
  color: #f8ac59;
}
.text-danger {
  color: #ed5565;
}
.text-muted {
  color: #888888;
}
.text-white {
  color: #ffffff;
}

.text-gray {
   color:#585959;
}

.img-shadow {
  -webkit-box-shadow: 0 0 3px 0 #919191;
  -moz-box-shadow: 0 0 3px 0 #919191;
  box-shadow: 0 0 3px 0 #919191;
}


/*======================================================================
--------------------------- BACKGROUNDS --------------------------------
========================================================================*/
.gray-bg {
  background-color: #e4e4e4;
}
.white-bg {
  background-color: #ffffff;
}
.navy-bg {
  background-color: #02408a;
  color: #ffffff;
}
.blue-bg {
  background-color: #002f54;
  color: #ffffff;
}
.lazur-bg {
  background-color: #003055;
  color: #ffffff;
}
.yellow-bg {
  background-color: #f8ac59;
  color: #ffffff;
}
.red-bg {
  background-color: #ed5565;
  color: #ffffff;
}
.black-bg {
  background-color: #262626;
}
.panel-primary {
  border-color: #02408a;
}
.panel-primary > .panel-heading {
  background-color: #02408a;
  border-color: #02408a;
}
.panel-success {
  border-color: #1c84c6;
}
.panel-success > .panel-heading {
  background-color: #1c84c6;
  border-color: #1c84c6;
  color: #ffffff;
}
.panel-info {
  border-color: #23c6c8;
}

/*==========================================================================================
------------------- block, clear,  bold/er e padronização de (a) link -----------------------
========================================================================================== */
.block {
  display: block;
}
.clear {
  display: block;
  overflow: hidden;
}
a {  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}
.border-bottom {
  border-bottom: 1px solid #e7eaec !important;
}
.font-bold {
  font-weight: 600;
}
.font-semibold {
  font-weight: 500;
}
.font-noraml {
  font-weight: 400;
}
.text-uppercase {
  text-transform: uppercase;
}
.b-r {
  border-right: 1px solid #e7eaec;
}
.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}
.hr-line-solid {
  border-bottom: 1px solid #e7eaec;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
video {
  width: 100% !important;
  height: auto !important;
}

/*=========================================================================================
------------------------- margins----------------------------------------------------------
==========================================================================================*/
/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.p-w-xs {
  padding: 0 10px;
}
.p-w-sm {
  padding: 0 15px;
}
.p-w-m {
  padding: 0 20px;
}
.p-w-md {
  padding: 0 25px;
}
.p-w-lg {
  padding: 0 30px;
}
.p-w-xl {
  padding: 0 40px;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-xxl {
  margin: 90px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}

.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {

  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}

/*==============================================================================
-------------------- botoes e inputs e forms -----------------------------------
=============================================================================== */

.btn-login {
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 100;
}

.btn {
  border-radius: 3px;
}
.float-e-margins .btn {
  margin-bottom: 5px;
}
.btn-w-m {
  min-width: 120px;
}
.btn-primary.btn-outline {
  color: #02408a;
}
.btn-success.btn-outline {
  color: #1c84c6;
}
.btn-info.btn-outline {
  color: #23c6c8;
}
.btn-warning.btn-outline {
  color: #f8ac59;
}
.btn-danger.btn-outline {
  color: #ed5565;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}
.btn-primary {
  background-color: #002f54;
  border-color: #002f54;
  color: #FFFFFF;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #184263;
  border-color: #184263;
  color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #007ed5;
  border-color: #007ed5;
}
.btn-success {
  background-color: #1c84c6;
  border-color: #1c84c6;
  color: #FFFFFF;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.active:focus {
  background-color: #1a7bb9;
  border-color: #1a7bb9;
  color: #FFFFFF;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #1f90d8;
  border-color: #1f90d8;
}
.btn-info {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #FFFFFF;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info.active:focus {
  background-color: #21b9bb;
  border-color: #21b9bb;
  color: #FFFFFF;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #26d7d9;
  border-color: #26d7d9;
}
.btn-default {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  color: #cacaca;
}
.btn-warning {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #FFFFFF;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning.active:focus {
  background-color: #f7a54a;
  border-color: #f7a54a;
  color: #FFFFFF;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f9b66d;
  border-color: #f9b66d;
}
.btn-danger {
  background-color: #ed5565;
  border-color: #ed5565;
  color: #FFFFFF;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.active:focus {
  background-color: #ec4758;
  border-color: #ec4758;
  color: #FFFFFF;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #ef6776;
  border-color: #ef6776;
}
.btn-link {
  color: inherit;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  color: #02408a;
  text-decoration: none;
}
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  background-image: none;
}
.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active,
.btn-link.active[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
  color: #cacaca;
}
.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}
.btn-white:active,
.btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
  color: #cacaca;
}
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
  box-shadow: none;
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-rounded {
  border-radius: 50px;
}
.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px;
}
button.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important;
}
button.dim:active {
  top: 3px;
}
button.btn-primary.dim {
  box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999999;
}
button.btn-primary.dim:active {
  box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999999;
}
button.btn-default.dim {
  box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999;
}
button.btn-default.dim:active {
  box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999;
}
button.btn-warning.dim {
  box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999999;
}
button.btn-warning.dim:active {
  box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999999;
}
button.btn-info.dim {
  box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999999;
}
button.btn-info.dim:active {
  box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999999;
}
button.btn-success.dim {
  box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999999;
}
button.btn-success.dim:active {
  box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999999;
}
button.btn-danger.dim {
  box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999999;
}
button.btn-danger.dim:active {
  box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999999;
}
button.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px;
}
button.dim:active:before {
  top: 7px;
  font-size: 50px;
}
.btn:focus {
  outline: none !important;
}
.label {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: 'Exo 2', sans-serif;
  font-size: 10px;
  font-weight: 400;
  padding: 3px 8px;
  text-shadow: none;
}
.badge {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: 'Exo 2', sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-shadow: none;
}
.label-primary,
.badge-primary {
  background-color: #02408a;
  color: #FFFFFF;
}
.label-success,
.badge-success {
  background-color: #1c84c6;
  color: #FFFFFF;
}
.label-warning,
.badge-warning {
  background-color: #f8ac59;
  color: #FFFFFF;
}
.label-warning-light,
.badge-warning-light {
  background-color: #f8ac59;
  color: #ffffff;
}
.label-danger,
.badge-danger {
  background-color: #ed5565;
  color: #FFFFFF;
}
.label-info,
.badge-info {
  background-color: #23c6c8;
  color: #FFFFFF;
}
.label-inverse,
.badge-inverse {
  background-color: #262626;
  color: #FFFFFF;
}
.label-white,
.badge-white {
  background-color: #FFFFFF;
  color: #5E5E5E;
}
.label-white,
.badge-disable {
  background-color: #2A2E36;
  color: #8B91A0;
}

/* INPUTS */
.inline {
  display: inline-block !important;
}
.input-s-sm {
  width: 120px;
}
.input-s {
  width: 200px;
}
.input-s-lg {
  min-width: 300px;
}
.i-checks {
  padding-left: 0;
}
.form-control,
.single-line {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 6px;
  color: #555555;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
}
.form-control:focus,
.single-line:focus {
    border-color: #88004f!important;
}
.has-success .form-control {
  border-color: #02408a;
}
.has-warning .form-control {
  border-color: #f8ac59;
}
.has-error .form-control {
  border-color: #ed5565;
}
.has-success .control-label {
  color: #02408a;
}
.has-warning .control-label {
  color: #f8ac59;
}
.has-error .control-label {
  color: #ed5565;
}
.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}
.input-addon {
  background-color: #fff;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: auto;
  padding: 6px 12px;
  text-align: center;
  width: auto

}
.spinner-buttons.input-group-btn .btn-xs {
  line-height: 1.13;
}
.spinner-buttons.input-group-btn {
  width: 20%;
}
.noUi-connect {
  background: none repeat scroll 0 0 #02408a;
  box-shadow: none;
}
.slider_red .noUi-connect {
  background: none repeat scroll 0 0 #ed5565;
  box-shadow: none;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid transparent;
    background-color: #e1e1e1;
    margin: 15px 15px 0;
    border-radius: 6px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-----------------  HOME RESTRITA -----------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.wrapper {
    margin-top: 0px;
}
 .wrapper> .nav.navbar{
  min-width: 90px;
  border-radius: none!important;
}

@media (min-width: 768px){
  .navbar {
    border-radius: none!important;
}
}

.logotipo-nav{
  width: 270px;
  height: 90px;
  padding: 10px 35px;
  overflow:hidden;
}

.marca-nav{
  padding: 5px;
  position: relative;
  width: 200px;
  height: 70px;
}

.marca-nav > img{
  width: auto;
  height: 100%;
}

ul.nav.navbar-top-link{
  display: inline;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-----------------  sweet-alert -----------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
  background-color: #75a939;
  color: #fff !important;
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #fff!important;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 3!important;
}

.sweet-alert button.confirm {
  background-color: #0d4d76 !important;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
