.grey{
    background-color: darkgray;
}

 a {
    text-decoration: none;
 }

.navbarHeader{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1
  }

  .navbar-brand{
      height:50px;
      width: 40px
  }
  .container-title {
      background-color: rgba(9, 27, 75, 0.87);
      padding: 24px;
      margin-top: 13%;
  }
  h3, .counter {
      color: white
  }
  h5 {
      display: inline;
  }
  p {
      font-size: 15px;
      color:#293962;
  }
  .container-find{
      display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: center;
      align-items: center;
      margin: 20px;

  }
  .form-control-lg{
      width: 80%;
      margin: 8px;
      font-size: 14px;
      border-radius: 3px
  }
  .btn-danger {
      background-color: #e12d1b;
      border-color: #e12d1b;
  }
  .submit{
      margin:20px;
      width:300px;
      border-radius: 8px
  }
  .container-card{
      display: flex;
      flex-direction: column;
      margin: auto;
  }
  .card{
      margin: 12px;
  }

  .footer{
    width: 100%;
    height: 120px;
    background-color: #f8f9fa;;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .icon{
      margin: 8px;
      width: 32px;
      height: 32px;

  }

  .mt-6 {
    margin-top: 6rem;
  }

  .w-90 {
    width: 90%;  
  }
  .img-container img{
    background-image: rgba(0,0,0,0.8);
    max-width: 100vw;
    height: 30vh;
    }
    .description{
        position: absolute;
        bottom: 0;
        left: 2em;
    }

    .tit-banner {
       font-size: 3rem; 
       color: white;
    }
    .description-text{
        color: white;
        max-width: 45vw;
        font-size: 1rem;
        }
     .img-container:before {
        content:'';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,0.4);
     }
     .card-detail{
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
     .card-container{
        display: grid;
        grid-template-columns: repeat(6,1fr);
        gap: 3px;
        width: 400px;
        margin-left: 10px;
     }
     .card-logo{
        width: 150px;
        height: 150px;    
     }
     .card-logo img{
        width: 100%;
        height: auto;
     }
     .w-card {
        width:50%; 
     }
      @supports(object-fit: scale-down){
          .card-logo img{
            height: 100%;
            object-fit: scale-down;
            object-position: center center;
          }
      }

    .card-logo img:hover{
        transform: scale(1.3);
        opacity:0.7;
        height: 80%;
     }

      .btn-card{
        width: 119px;
        height: 42px;
        margin: 3px;
        font-size: 14px;
}
      .logo-container{
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
        align-items:center;
    }

    .tit-pcl {
        background-color:#3f5ca9a6 ;
        color: white;
    }

   @media screen and (min-width: 1024px) {
      .container-find{
          width:50%;
          justify-content: flex-start;
          position: fixed;
          border-right: 0.5px solid #293962;
          margin: 60px 0px;
      }
      .img-container img{
        height: 40vh;
    }
      .form-control-lg{
          width: 50%;
      }
      .main{
          display: flex;
      }
      .content-jobs{
          margin-top: 20px;
          display: flex;
          flex-direction: column;
          margin-left: 640px;
          width: 50%;
      }
      .container-title{
      margin-top: 4.8%;
      }
      .container-card{
          width: 100%;
          margin: 0;
          align-items: flex-end;
      }
      .card{
          margin: 12px 0;
          width: 100%;
      }
      .description{
        padding-bottom: 50px;
    }

      .card-90 {
        margin: 12px 0;  
        width:90%;
     }

      .description-text{
        width: 60vw!important;
        }
      .logo-container{
          padding: 0px 165px;
      }
  }

  @media (max-width:768px) {
    .card-container {
        grid-template-columns: repeat(2,1fr);
        width: 140px;
     }
    .w-card {
        width:100%; 
    }
    .img-container img {
        height: 40vh;
        width: 100%;
        }
    .description{
        position: absolute;
        bottom: 0;
        left: 1em;
        }    
    .description-text{
        font-size: 0.8rem; 
        max-width: 55vw!important;
        }
    .tit-banner {
        font-size:2rem; 
    }    
  }
