/*
* 2025 Elenitos Nestar SL
*
* NOTICE OF LICENSE
*
*  @author    Hugo Herreros <hugoherreros93@gmail.com>
*  @copyright 2009-2025 Elenitos Nestar SL
*  @license   Property of Elenitos Nestar SL Non redistributable.
*/

#content-wrapper .page-title{
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 48px;
}

.ms-letter-selector{
    display: flex;
    justify-content: space-between;
    border-bottom: none !important;
    margin-bottom: 30px;
}

.ms-alphabetical .ms-letter-list{
    padding: 5rem 0;
}


.ms-alphabetical .ms-letter-selector>.ms-l-sep{
    font-size: 0;
}

.ms-letter-selector > a{
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
}

.ms-letter{
    font-size: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}


@media (max-width: 1100px){
    .ms-letter-selector{
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .ms-letter-selector > a{
        margin-bottom: 15px;
    }
}

@media (max-width: 768px){
    #content-wrapper .page-title {
        font-size: 35px;
    }
    .ms-letter{
        margin-bottom: 50px;
    }
    .ms-alphabetical .ms-letter-list{
        padding: 1rem 15px;
    }
    .brand-item .brand-item-heading,
    .brand-item .brand-item-description{
        text-align: center;
    }
}

.col-brand{
    display: flex;
    justify-content: center;
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 1279px){
    .col-brand{
        width: 33.33%;
    }
}

@media (max-width: 1023px){
    .col-brand{
        width: 50%;
    }
}

@media (max-width: 767px){
    .col-brand{
        width: 100%;
    }
}

.brand-item{
    width: 290px;
}

.brand-item .brand-item-media{
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.brand-item .brand-item-media img{
    height: auto;
    width: 100%;
}

.brand-item .brand-item-heading{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.brand-item .brand-item-description{
    font-size: 13px;
    line-height: 18px;
}

.brand-item{
    margin-bottom: 50px;
}