* {
    padding: 0;
    margin: 0;
}
body, html{
    width: 100%;
    height: 100%;
}
body{
    background-color: #333;
    color: #fff;
}
nav{
    background-color: #111;
}
.logo{
    height: 25px;
    margin-left: 10%;
    margin-right: 50px;
    filter: invert(4%);
}
.planos{
    display: flex;
    padding-top: 30px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
}
.infoPlanos{
    padding: 2rem;
}
.card{
    background-color: #282729;
    color: white;
    border-bottom: 2px solid #2f5e36ff;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
.card2{
    background-color: #282729;
    color: white;
    align-items: center;
    justify-content: center;
    overflow: show;
    border: 2px solid #2f5e36ff;
}
.card2 a{
    border-radius: 30px;
    position: absolute;
    right: 10px;
    bottom: -8%;
    opacity: 0;
}
.card2:hover{
    background-color: #2f5e36ff;
}
.card2:hover a{
    opacity: 1;
}
.card-img-top:hover{
    transform: scale(1.1);

}
.imgCont{
    padding: 10%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
}

.vantagens{
    background-color: #121813ff;
    padding: 2rem;
}
.gourmetVnt{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.managertVnt{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.mark{
    color: white;
    background: none;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mark a{
    text-decoration: none;
    color: white;
    font-weight: 600;
}
.icon{
    width: 20px;
    height: 20px;
}
.creditos{
    background: #000;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
}
.redesSociais{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 20%;
    margin-bottom: 20px;
}
/* Terminal  */
.terminal-container{
    width: 250px;
    height: 250px;
}

.terminal_toolbar {
    display: flex;
    height: 30px;
    align-items: center;
    padding: 0 8px;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #212121;
    justify-content: space-between;
}

.butt {
    display: flex;
    align-items: center;
}

.btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-right: 5px;
    font-size: 8px;
    height: 12px;
    width: 12px;
    box-sizing: border-box;
    border: none;
    border-radius: 100%;
    background: linear-gradient(#7d7871 0%, #595953 100%);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 1px 0px #41403A, 0px 1px 1px 0px #474642;
}
.btn-color {
    background: #1eff8e;
}
  
.btn2:hover {
    cursor: pointer;
}
  
.btn2:focus {
    outline: none;
}
  
.butt--exit {
    background: linear-gradient(#f37458 0%, #de4c12 100%);
}
  
.add_tab {
    border: 1px solid #fff;
    color: #fff;
    padding: 0 6px;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    cursor: pointer;
}
  
.user {
    color: #d5d0ce;
    margin-left: 6px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
}
  
.terminal_body {
    background: rgba(0, 0, 0, 0.6);
    height: calc(100% - 30px);
    padding-top: 2px;
    margin-top: -1px;
    font-size: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
  
.terminal_promt {
    display: flex;
}

.terminal_promt span {
    margin-left: 4px;
}
  
  .terminal_user {
    color: #1eff8e;
  }
  
  .terminal_location {
    color: #4878c0;
  }
  
  .terminal_bling {
    color: #dddddd;
  }
  
  .terminal_cursor {
    display: block;
    height: 14px;
    width: 5px;
    margin-left: 10px;
    animation: curbl 1200ms linear infinite;
  }
  
@keyframes curbl {

0% {
    background: #ffffff;
}

49% {
    background: #ffffff;
}

60% {
    background: transparent;
}

99% {
    background: transparent;
}

100% {
    background: #ffffff;
}
}
.terminalCard{
    display: flex;
    justify-content: center;
    background-color: #121813ff;
    padding: 2rem;
    gap: 2rem;
}
.text-down{
    text-align: center;
    width: 80%;
}
.title-down{
    text-align: left;
}
.redes a{
    text-decoration: none;
    font-size: 20px;
    color: #fff;
}
.bi-check2-circle{
    color: #1eff8e;
}
.bi-x-circle{
    color: #ef233c;
}
.nav-link a:hover{
    color: white;
}