/* variables */
:root{
    --bs-blue-color: #243D77;
    --bs-bg-color: #f8f9fa;
    --bs-border-color: #dee2e6;
    --bs-valorbe-color: #126FBA;
    --bs-bursh-color: #009760;
    --bs-tech-color: #131414;
    --bs-hermes-color: #4470B3;
}

.bs-top-brands{
    width: 100%;
}

.bsus * {
    box-sizing: border-box;
}

 .header-holder{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-blue-color);
    padding: 20px;
    margin-bottom: 40px;
}
.header-holder .bs-header-text{
    color: white;
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
}
.header-holder .bs-header-text span{
    font-weight: bold;
}
 .bs-header-slider{
    width: 90%;
}
 .bs-header-slider .slick-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
}
.slick-next {
    background-image: url(../images/slider-right-wht.png) !important;
    right: -25px;
}
.slick-prev {
    background-image: url(../images/slider-left-wht.png) !important;
    left: -20px;
}
.slick-prev, .slick-next, .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus  {
    background-color: transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    z-index: 1000;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    width: 30px;
    height: 30px;
    z-index: 1000;
    /* background: #fff; */
}
 .bs-title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
 .bs-title h1{
    font-size: 45px;
    color: var(--bs-blue-color);
    margin-bottom: 0.5rem;
    text-align: center;
}
 .bs-title h2{
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: var(--bs-blue-color);
    margin-bottom: 0.5rem;
}
 .bs-title h1 span{
    font-weight: bold;
}
 .tb-header{
    width: 100%;
    display: flex;
    margin-top: 40px;
}
 .tb-header .tb-logo{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
 .tb-header .tb-logo img{
    max-width: 130px;
    height: auto;
}
 .tb-header .tb-text{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
 .tb-header .tb-text.header{
    width: 100%;
    text-align: center;
    color: var(--bs-blue-color);
}
 .tb-header .tb-cta{
    margin-right: 10px;
}
 .tb-header.valorbe{
    background-color: var(--bs-valorbe-color);
    color: white;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .tb-header.bursh{
    background-color: var(--bs-bursh-color);
    color: white;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .tb-header.tech{
    background-color: var(--bs-tech-color);
    color: white;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .tb-header.hermes{
    background-color: var(--bs-hermes-color);
    color: white;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .tb-cards{
    /* display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-between;  */
    gap: 1rem;
    padding-top: 1rem;
}
 .tb-cards .tb-card{
    /* width: 24%; */
    height: 300px;
    background-color: var(--bs-bg-color);
    border: 1px solid var(--bs-border-color);
    border-radius: 13px;
    padding: 1rem;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bs-seo{
    width: 100%;
    padding: 2rem;
    color: var(--bs-blue-color);
    text-align: center;
    margin: 30px auto;
}
.bs-seo h2{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.bs-seo p{
    font-size: 18px;
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto;
}

.button {
    font-size: 13px;
}

@media screen and (max-width: 1200px){
 .bs-header-slider{
    width: 100%;
}
}

@media screen and (max-width: 780px){
    span.brand{
        display: none;
    }
   
}

@media screen and (max-width: 500px){
     .tb-header .tb-text{
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
     .tb-header .tb-logo img {
        max-width: 100px;
        height: auto;
    }
}
