/***STYLE FRONTPAGE***/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
/* @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap"); */


:root {
  --font-general: "Poppins", sans-serif!important;
  --background-color: rgb(239, 243, 249, .32)!important;
  --primary-color: #203656;
  --secondary-color: #df6f14;
}

html, body {
    /* font-size: 10px; */

    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    font-family:  var(--font-general);
    /* background: var(--background-color); */
    font-size: 16px;
    color: #203656;
}

  
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .logo {
   
    font-family: "Poppins", sans-serif;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 1.4;
}
p{
   
    font-family:  var(--font-general);

}
main {
    background-color: #f8f9fa;
  }


a {
    color: var(--primary-color);
    text-decoration: none;
}

.navbar-brand, .text-dark {
  color: #000!important;
}
  
 li.page-item .page-link {
    color: #000!important;
 } 
.footer-fundal {
    --bs-bg-opacity: 1;
    background-color: #fff!important;
    color: var(--primary-color);
    
}
.footer-fundal.h4, .footer-fundal h4, .footer-fundal a{
    color:#5c5b5b!important;
}

.logo {
  display: block;
  max-height: 60px;
  width: 245px;
  transition: transform 250ms ease-in;
  margin-top: 5px;
}


  .card {

    border: solid 1px #EBEBEB;
    margin-bottom: 40px;
    border-radius: 1.25rem;
   
  }
  .card-title {
      margin-bottom: 1.2rem;
      /* height: 30px; */
      line-height: 1.2;
  }
  .card-content{
    margin-bottom: 1.2rem;
      /* height: 35px; */
      line-height: 1.2;
  }

  .card-img, .card-img-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

  .card-image {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }
  .card-image-all {
    border-radius: 1.25rem;
  }
  .card-title {
      font-size: 30px;
  }
  
  .card-footer {
  
      background-color: transparent;
  
  }
  
  .card-bottom {
      border-top: solid 1px #EBEBEB;
      margin: 0 50px;
      padding: 20px 0;
  }
  
  .details {
      padding: 30px 30px 30px;
  }
  
  @media screen and (max-width: 768px) {
    .card-title {
      margin-bottom: 1.2rem;
      line-height: 1.2;
      font-size: 22px
  }
  .card-content{
    margin-bottom: 1.2rem;
      line-height: 1.2;
  }
  .card {
    border: solid 1px #EBEBEB;
  }
  }
  


  .card-cat-badge {
      color: #FFF;
      font-size: 13px;
      border-radius: 10px;
      display: inline-block;
      padding: 6px 11px;
      line-height: 1;
      left: 20px;
      top: 20px;
      z-index: 1;
      background: var(--secondary-color);
      /* background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
      background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%); */
      background-size: 200% auto;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
  }

  .card-lang-badge {
    color: #FFF;
    font-size: 13px;
    border-radius: 10px;
    display: inline-block;
    padding: 6px 11px;
    line-height: 1;
    left: 20px;
    top: 20px;
    z-index: 1;
    background: #6d4d85;
    /* background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
    background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%); */
    background-size: 200% auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

  .position-absolute {
      position: absolute!important;
  }
  
  .form-control {
    display: block;
    border-radius: 15px;
    width: 100%;
    padding: 6px 24px;
    font-size: 14px;
    line-height: 1.6;
    color: #8F9BAD;
    background-color: #FFF;
    background-image: none;
    border: solid 1px #EBEBEB;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.list-inline-dist {
  border-left: 1px solid #ccc;
  padding-left: 5px;

}