/********************boton ADIDAS*******************************/

.gl-cta--primary {
    background-color: #F93549;
    border-color: #fff;
    color: #fff;
    height: 50px;
    font-family: 'AdihausDIN',Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.gl-cta--primary:not(.gl-cta--disabled):active {
    transform: translate(0, 0);
}

.gl-cta--primary:hover {
    color: white;
}
.gl-cta {
    align-items: center;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-flex;
    justify-content: flex-start;
    padding: 0 21px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .1s cubic-bezier(0.3, 0, 0.45, 1),color .1s cubic-bezier(0.3, 0, 0.45, 1),border .1s cubic-bezier(0.3, 0, 0.45, 1),background .1s cubic-bezier(0.3, 0, 0.45, 1);
    white-space: nowrap;
    width: auto;
}
.gl-cta i
{
    margin-left: 20px;
}
.gl-cta--primary::before {
    border-bottom: 1px solid #F93549;
    border-left: 1px solid #F93549;
    bottom: -3px;
    height: 3px;
    left: 3px;
    width: 100%;
}
.gl-cta__content {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gl-cta--secondary {
    background-color: #001F60;
    color: white;
    height: 50px;
    text-shadow: none;
}
.gl-cta--secondary:hover {
    color: white;
}


.glt-cta-lg
{
    font-size: 24px !important;
    padding: 20px !important;
    height: auto !important;
    line-height: initial !important;
}
/********************boton ADIDAS*******************************/