﻿/*ESTILOS AHD*/
.avatarAtributoP {
    border: 4px dashed lightgrey ;
    border-radius: 50%;
    width: 96px;
    height: 96px;
}


.avatarUserBarra{
    border: 4px solid white;
    border-radius:50%;
    width:56px;
    height:56px;
    position: relative;
    left:-10px;
    margin-top:-5px;
}

.logoUserBarra {
   /* border: 4px solid white;*/
    /*border-radius: 50%;*/
    object-fit:scale-down;
    width: 86px;
    height: 86px;
    position: relative;
    left: -10%;
    margin-top: -5px;
}
.barraLoginAzul {
    background: #233863;
    border-radius: 0px 17px 17px 0px;
}


.navBg{
    background: rgba(25, 183, 152, 0.99)
           }

.loginLabelP {
    /*background: #656565;*/
    background: rgb(49, 82, 163);
    /* background: rgba(18, 129, 107, 0.99);*/
    border-radius: 25px 20px 0px 25px;
    width: 160px;
    height: 54px;
}
.loginLabel {
    /*background: #656565;*/
    background: rgb(49, 82, 163);
    /* background: rgba(18, 129, 107, 0.99);*/
    border-radius: 25px 20px 0px 25px;
    width: 270px;
    height: 54px;
}
 .loginLabelButton
{
    position: relative;
    right: -10px;
}


.dashed {
    border: 2px dashed #000000;
    box-sizing: border-box;
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.borda {
    border: 1px solid #233863;
    box-sizing: border-box;
    border-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.dashedGordo {
    border: 5px dashed #000000;
    box-sizing: border-box;
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.min150h {
    min-height: 150px;
}

.min100h {
    min-height: 100px;
}

.m25y {
    margin-top: 25px;
    margin-bottom: 25px;
}

.m40y {
    margin-top: 40px;
    margin-bottom: 40px;
}

    


/*FIM ESTILOS AHD*/

a.navbar-brand {
    white-space: normal;
    text-align: left;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}



.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
@font-face{
    font-family: 'Lato', sans-serif;

}


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/*MONTAR PESQUISA------------------- */

.trocacor:hover {
            transform: translateY(-10px);
            border-color: #95EC8D;
}

  .trocacor {
            padding: 20px 30px;
            transition: all ease-in-out 0.3s;
            background: #fefefe;
            box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
            border-radius: 18px;
            border-bottom: 5px solid #fff;
  }

  .trocacor:hover h5 a {
            color: #009961;
  }

  .icon {
      width: 64px;
      height: 64px;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      transition: ease-in-out 0.3s;
      color: white;
  }

  #completa {
      background: #FF9900;
  }
  
  #colaborador {
      background: #FF5050;
  }
  
  #express {
      background: #00B45A;
  }
  
  #aspectos-culturais {
      background-color: #B265FF;
  }
  
  #benchmarking {
      background-color: #009999;
  }
  
  #melhorias {
      background-color: #E18787;
  }

#nps {
    background-color: #6FCF97;
}

#enps {
    background-color: #FFCC00;
}
#npsenps {
    background-color: #99CCFF;
}
  /*CLUSTERS------------------------*/


.efeito img:hover {
    border: 4px solid #ffd800;
    transition: ease-in-out 0.3s;
    color: red;
}

.efeito img {
    border: 2px solid #ffd800;
    transition: ease-in-out 0.3s;
    color: red;
}

/*ÍCONE ATRELADA*/
.redondinho {
    border-radius: 70%;
    border: 2px solid #17a2b8;
    padding: 7px;
}