/**
* 2020 by XTO
*
* XTO Brands
*
* NOTICE OF LICENSE
*
* This source file is subject to the General Public License (GPL 2.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/GPL-2.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade the module to newer
* versions in the future.
*
*  @author    XTO
*  @copyright 2020 Expertos Tiendas Online by XTO
*  @license   http://opensource.org/licenses/GPL-2.0 General Public License (GPL 2.0)
*/



.text-center {
    text-align: center;
}

.xtobrand {    
    max-width: 850px;
}

h1 {
    margin-bottom: 40px !important;
}

.xtobrand__index a {
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Open Sans Condensed";
    font-size: 30px;
    line-height: 50px;
}
.xtobrand__letter {
    font-size: 40px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 25px;
}
.xtobrand__list {
    list-style: none;
}

.xtobrand__list li {
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: 2.4px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 10px 0;
    font-family: "Open Sans Condensed";
}

.xtobrand__list li a {
    border-bottom: 1px solid transparent;
}

.xtobrand__list li a:hover {
    border-bottom: 1px solid #000;
}