
.body {
    font-family: 'Poppins', sans-serif;
}

.table-wrap {
    height: 350px;
    overflow-y: auto;
}
.table-condensed {
    font-size: 0.9em;
}

.ip-banner {
    height: 220px;
    background-image: url("images/banner1.cbdc20325bc2.jpg");
    display:flex;
    align-items:center;
}
.ip-banner-tittle {
    color: #fff;
    font-size: 37px;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
}
.ip-banner-grey {
    background-color: rgb(83, 83, 83);
}
.ip-banner-twitter {
    background-color: rgb(245, 245, 245);
}
.ip-banner-grey-title {
    color: #ffffff;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    margin-top: 0;
}

.ip-carousel-title {
    font-size: 50px;
    font-weight: 800;
}
.ip-carousel-top {
    top: 15%;
    bottom: auto;
}
.ip-carousel-btn {
    border-radius: 20px;
    color: #d15454;
    background-color: #fff;
}
.ip-carousel-btn-red {
    border-radius: 20px;
    color: #fff;
    background-color: #d15454;
}

a.ip-carousel-btn-red:link {
    color: #fff;
}
a.ip-carousel-btn-red:visited {
    color: #fff;
}
a.ip-carousel-btn-red:hover {
    color: #fff;
}
a.ip-carousel-btn-red:active {
    color: #fff;
}

.ip-carousel-dark-text {
    color:  rgb(70, 70, 70);
}

.ip-home-title {
    font-weight: 600;
    font-size: 35px;
}

.ip-icon {
    color: #d15454;
    font-size: 80px;
    font-weight: 600;
}

.ip-icon-service {
    color: #d15454;
    font-size: 80px;
    /* font-weight: 600; */
}

.ip-icon-list {
    color: #d15454;
    font-size: 50px;
    font-weight: 400;
}

.ip-active {
    color: #fff;
    background-color: #d15454;
}

.ip-red {
    color:  #d15454;
}

.ip-nodata-info {
    color: #d15454;
    font-style: oblique;
}

.ip-year {
    background: #d15454;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
}

.ip-hr {
    border-top: 2px dashed #d15454;
}

.ip-chip {
    display: inline-block;
    padding: 1px;
    border-radius: 25px;
    color:white;
    background-color: #d73a4a;
}

.ip-chip-text {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0px;
    padding-bottom: 1px;
    font-size: 11px;
}

.ip-badge {
    margin-top: 7px;
    margin-left: 4px;
    text-align: center;
    position: absolute;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 10px;
}
.ip-badge-bug {
    color: white !important;
    background-color: #d15454;
}
.ip-badge-bug::before {
    content: "Bug";
}
.ip-badge-documentation {
    color: white !important;
    background-color: #6661AB;;
}
.ip-badge-documentation::before {
    content: "Documentacio";
}
.ip-badge-enhancement {
    color: black;
    background-color: #A8E3B3;;
}
.ip-badge-enhancement::before {
    content: "Millora";
}
.ip-badge-project {
    color:black;
    background-color: #BFD6F5;
}
.ip-badge-project::before {
    content: "Projecte";
}
.ip-badge-question {
    color:black;
    background-color: #F2D48F;
}
.ip-badge-question::before {
    content: "Qüestió";
}
.ip-badge-formation {
    color:black;
    background-color: #FEC8D8;
}
.ip-badge-formation::before {
    content: "Formació";
}
.ip-badge-acquisition {
    color:black;
    background-color: #be99fd;
}
.ip-badge-acquisition::before {
    content: "Nova adquisició";
}
.ip-badge-change_management {
    color:black;
    background-color: #500166;
    color: white !important;
}
.ip-badge-change_management::before {
    content: "Gestió del canvi";
}

/* change the background color */
.navbar-custom {
    background-color: #fff;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgb(43, 42, 42);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgb(43, 42, 42);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #d15454;
}

.navbar-toggler-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(43, 42, 42)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler-custom.navbar-toggler {
    border-color: rgb(43, 42, 42);
} 

.navbar {
    min-height: 80px;
}
  
.navbar-brand {
padding: 0 15px;
height: 80px;
line-height: 80px;
}

.navbar-toggle {
/* (80px - button height 34px) / 2 = 23px */
margin-top: 23px;
padding: 9px 10px !important;
}

@media (min-width: 768px) {
.navbar-nav > li > a {
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
}
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-toggle::after {
    display:none;
}

.dropdown-menu {
    width: 300px !important;
}

.ip-footer {
    background: #122c46;
}

.ip-footer-inner {
    color: rgb(126, 125, 125);
    padding-top: 80px;
    padding-bottom: 60px;
    background: #29292d;
}

a.ip-downloaded-link {color: rgb(100, 100, 100);}
a.ip-downloaded-link:hover {color: #d15454;}

a.ip-footer-link {color: rgb(126, 125, 125);}
a.ip-footer-link:hover {color: #fff;}

a.ip-footer-link-red {color: #d15454;}
a.ip-footer-link-red:hover {color: #d15454;}

a.ip-link-red {color: #d15454;}
a.ip-link-red:hover {color: #d15454;}

div#return-to-top {
    background: none repeat scroll #222222;
    opacity: 0.8;
    border: 1px solid #333333;
    border-radius: 2px;
    bottom: 21px;
    cursor: pointer;
    padding: 8px 15px;
    position: fixed;
    right: 20px;
    z-index: 50;
    color: #777777;
    font-size: 25px;
}

.ip-product
{
    margin-top: 20px;
}
.ip-product-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #d634349f;
}
.ip-product-overlay:hover {
    opacity: 1;
}
.ip-product-overlay-text {
    position: relative;
    top: 40%
}

.ip-team
{
    margin-top: 20px;
}
.ip-team-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #d634349f;
}
.ip-team-overlay:hover {
    opacity: 1;
    height: 100%;
}
.ip-team-overlay-text {
    position: relative;
    top: 40%
}
a.ip-team-link {color: #fff;}
a.ip-team-link:hover {color: #fff;}

.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.ip-textbox {
    height: 50px;
    border-radius: 0px;
    padding: 6px 20px;
}

.img-container{
    position:relative;
    display:inline-block;
}

.img-container .overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#d634349f;
    opacity:0;
    transition:opacity 500ms ease-in-out;
}

.img-container:hover .overlay{
    opacity:1;
}

.overlay span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
}
.img-overlay-text {
    position: relative;
    top: 35%
}

/*ul.ip-ok {
    list-style-image: url("images/banner1.cbdc20325bc2.jpg");
  }*/

ul.ip-ok {
list-style: none;
padding: 0;
}
li.ip-ok {
padding-left: 1.5em;
}
li.ip-ok:before {
content: "\f00c"; /* FontAwesome Unicode */
font-family: FontAwesome;
display: inline-block;
margin-left: -1.5em; /* same as padding-left set on li */
width: 1.5em; /* same as padding-left set on li */
color: #d634349f;
}
