﻿.homeTickets > *{
    min-height: 0;
}

.homeTickets .section {
    max-height:0;
    padding-bottom:0;
    transition:opacity 250ms ease-in-out, max-height 550ms ease-in-out;
    opacity:0;
    overflow:hidden;
}
.homeTickets .info-icons{
    text-align:center;
    margin: 10px 0 5px 0;
}
.homeTickets  #intro.active{
    display:block;
    background:#f4f4f4;
    margin-bottom:50px;
}
.homeTickets .section.active{
    opacity:1;
    max-height: 5000px;
}
.homeTickets  #intro > div{
    border-bottom:solid 1px #dddddd;
    display:block;
    height:auto;
    text-align:center;
    padding:30px;
}
.homeTickets #intro .fast-buy .fast-buy-intro .icon img{
    max-width: 103px;
    width: 20%;
}
.homeTickets #intro .fast-buy{
    transition:padding 500ms ease-in-out;
    padding-top: 55px; /* bug 1261 */
}

/* bug 1261 */
.homeTickets #intro .custom-buy {
    padding-top: 50px;
}

.homeTickets #intro .custom-buy .icon svg{
    max-width:80px;
    height:60px;
    width: 16%;
}
.homeTickets #intro h1{
    font-family:Roboto;
    font-size:24px;
    text-transform:uppercase;   
    font-weight:300;
}
.homeTickets #intro p{
    font-size:16px;
}
.homeTickets #intro .button{
    width:100%;
    margin-top:30px;
}
.homeTickets #intro .fast-buy .fast-buy-intro.active,
.homeTickets #intro .fast-buy .fast-buy-options.active{
    opacity:1;
    height:auto;
}
.homeTickets #intro .fast-buy .fast-buy-intro,
.homeTickets #intro .fast-buy .fast-buy-options {
    opacity:0;
    height:0px;
    width:100%;
    overflow:hidden;
    transition:height 500ms ease-in-out , opacity 500ms ease-in-out;
}

.homeTickets #intro .fast-buy .fast-buy-options {
    height: 0px;
}

.homeTickets #intro .fast-buy .fast-buy-options.active {
    background:white;
    height: 100%;
}

.homeTickets #intro .fast-buy .fast-buy-options h1{
    color:#c30000;
    font-weight:300;
    font-family:Roboto;
    font-size:24px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.homeTickets #intro .fast-buy .fast-buy-options .type-selector {
    text-align:left;
    padding-left:8%;
    padding-right:8%;
    margin-bottom:40px;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector:first-child {
    margin-bottom:55px;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .descriptor{
    margin-bottom:10px;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .descriptor p{
    text-transform:uppercase;
    font-size:16px;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .descriptor p.small {
    font-size:12px;
    text-transform:capitalize;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .options .price-range > *{
    float:left;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .options .price-range .price-tag:first-child{
    width:42px;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .options .price-range .price-tag:last-child {
    margin-left:18px;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector.button-selector{
    text-align:center;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .socio-input{
    width: 100%;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .socio-input input{
    width:38%;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .socio-input #socio-icon{
    width:40px;
    transition:all 100ms ease-in-out;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .socio-input #socio-icon .me-icon{
    transition:all 100ms ease-in-out;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .socio-input #socio-icon.active{
    background: #fae8e8;
    border: solid 1px #c30000;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .socio-input #socio-icon.active .me-icon{
    fill: #c30000;
    stroke: #c30000;
}

.homeTickets #intro .fast-buy .fast-buy-options .button{
    margin-top:10px;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .descriptor p.member-selector{
    text-transform:capitalize;
}

.homeTickets #intro .fast-buy .fast-buy-options .type-selector .socio-input .delete-ticket{
    stroke: black;
    width: 18px;
    height: 30px;
    margin-top: 5px;
    float: right;
    cursor:pointer;
    transition:stroke 200ms ease-in-out;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .socio-input .delete-ticket:hover {
    stroke:#c30000;
}

.homeTickets #intro .fast-buy .fast-buy-options .type-selector.member-input{
    transition:all 300ms ease-in-out;
    max-height:0px;
    padding-top:5px;
    overflow:hidden;
}

    .homeTickets #intro .fast-buy .fast-buy-options .type-selector.member-input.enabled {
        opacity: 1;
        max-height: 80px;
        border-color: #242424;
        overflow: visible;
    }
.homeTickets #intro .fast-buy .fast-buy-options .type-selector.member-input.template{
    display:none;
    border-color:white;
}

.homeTickets #intro .fast-buy .fast-buy-options .type-selector.member-input.fan .socio-input div:nth-child(1),
 .homeTickets #intro .fast-buy .fast-buy-options .type-selector.member-input.fan .socio-input div:nth-child(2){
    display:none;
}

.homeTickets #intro .fast-buy .fast-buy-options .type-selector.fan .socio-input input{
    width: calc(76% + 40px);
    border-left: 1px solid;
}


.homeTickets .game-description .info-icons svg {
    stroke: #242424;
    fill: none;
    width: 18px; /* SLB fix #13509 - smaller icons */
    height: 18px; /* SLB fix #13509 - smaller icons */
    margin: 0px 5px;
    transition: stroke 200ms ease-in-out;
    cursor: pointer;
}
.homeTickets .game-description .info-icons svg:hover{
    stroke:#c30000;
}

.homeTickets #fastTickets .button{
    display: flex;
    justify-content: center;
}

.homeTickets #fastTickets .button span{
    width: auto;
}

.homeTickets #fastTickets .buttons .button:last-child svg{
    margin-right: 10px;
}

.homeTickets #fastTickets .pacifa{
    max-height:720px;
    overflow: hidden;
}
.homeTickets #fastTickets .ticket-list .standing-unit .standing-price .price.member{
    color:#c30000;
    white-space: nowrap;
}

.homeTickets #fastTickets .pacifa > svg{
    width: 1129px;
    height: 1040px;
 /*   transform: translate(-20px,-480px);*/
     /*transition: all 250ms ease-out;*/
    cursor: move;
    /*   transition: width 250ms ease-in-out, height 250ms ease-in-out;*/
}
.homeTickets #fastTickets .pacifa .mini-map{
    background: rgba(12, 12, 17, 0.2);
    position: absolute;
    right: 11px;
    bottom: 5%;
}
.homeTickets #fastTickets .pacifa .mini-map .mini-map-zoom.animate-minimap{
    transition:all 250ms ease-out;
}
.homeTickets #fastTickets .pacifa .mini-map .mini-map-zoom{
    position: absolute;
    width: 40%;
    height: 40%;
    background: rgba(12, 12, 17, 0.5);
    top:0;
    border-radius: 2px;
    left:0;
    cursor: move;

}
.homeTickets #fastTickets .pacifa .mini-map .mini-map-zoom.zoomedOut {
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.homeTickets #fastTickets .pacifa .mini-map svg{
    margin: -9px 5px;
    width: 135px;
    margin-bottom: -12px;
}
.homeTickets #fastTickets .ticket-list .standing-unit {
    padding: 20px 10px;
    border-bottom: solid 1px rgb(221,221,221);
    text-transform: uppercase;
    transition: background 200ms ease-in-out, border 100ms ease-in-out;
    padding-top: 8px;
    padding-bottom: 8px;
}
.homeTickets #fastTickets .ticket-list .standing-unit:hover{
    background:#f9f9f9;
}
.homeTickets #fastTickets .ticket-list .standing-unit .standing-description .stand-id {
    margin-bottom: 4px;
}
.homeTickets #fastTickets .ticket-list .standing-unit .standing-description .floor, 
.homeTickets #fastTickets .ticket-list .standing-unit .standing-price .pvp-general {
    font-size: 13px;
}

.homeTickets #fastTickets .ticket-list .standing-unit .standing-description .floor span,
.homeTickets #customTickets .stand-list .standing-unit .standing-description .floor span {
    margin-right: 10px;
    white-space: nowrap;
}

.homeTickets #fastTickets .ticket-list .standing-unit .standing-description .stand-id p{
    font-size: 16px;
    font-size: 14px;
}
.homeTickets #fastTickets .ticket-list .standing-unit .standing-description .stand-id p {
    float: left;
}
.homeTickets #fastTickets .ticket-list .standing-unit .standing-description .stand-id img{
    margin: 0;
    float: left;
    margin-left: 10px;
    margin-top: 4px;
    width: 49px;

}
.homeTickets #fastTickets .ticket-list .standing-unit .standing-description .floor small{
    margin:0px 8px;
}
.homeTickets #fastTickets .ticket-list .standing-unit .standing-price .price {
    font-size:13px;
    margin-top:5px;
    text-align:right;
}

.homeTickets #fastTickets .ticket-list .ticket-header,
.homeTickets #customTickets .my-tickets-collapse.active {
    background-color: #fae8e8;
    border-bottom: solid 1px #c30000;
    /*bug fix 11441*/
    padding: 20px;
    /*Fim bug fix 11441*/
}
.homeTickets #fastTickets .ticket-list .ticket-header .number-of-tickets{
    width: 16px;
    height: 16px;
    background: #c30000;
    position: absolute;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    top: -5px;
    right: -7px;
}
.homeTickets #fastTickets .ticket-list .ticket-header #os-meus{
    font-size: 16px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-transform: uppercase;
}
.homeTickets #fastTickets .ticket-list .ticket-header p{
    font-size: 16px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-transform: uppercase;
    position:relative;
}
.homeTickets #fastTickets .ticket-list .ticket-header p svg {
    stroke-width: 1px;
    stroke: #c30000;
    width: 30px;
    height: 19px;
    vertical-align:sub;
}
.homeTickets #fastTickets .ticket-list .ticket-header #expiration-time-desc{
    font-size: 12px;
    width: 22%;
    text-align: right;
    text-transform:capitalize;  
    color:#c30000;
    margin-left:10px;
}
.homeTickets #fastTickets .ticket-list .ticket-header #os-meus{
    color:#c30000;
    width: 30%;
}
.homeTickets #fastTickets .ticket-list .ticket-header .time{
    display: inline-block;
    margin-left: 15%;
}
.homeTickets #fastTickets .ticket-list .ticket-header .time .num{
    background: #c30000;
    color: white;
    width: 26px;
    height: 26px;
    padding-top: 5px;
    font-size: 13px;
    text-align:center;
}
.homeTickets #fastTickets .ticket-list .ticket-header .cancel-button{
    stroke:#242424;
    transform: rotate(45deg);
    width: 33px;
    height:33px;
    float: right;
    cursor:pointer;
    transition:stroke 200ms ease-in-out;
}
.homeTickets #fastTickets .ticket-list .ticket-header .cancel-button:hover {
    stroke:#c30000;
}

.homeTickets #fastTickets .ticket-list .tickets-price .price-description p{
    display:inline-block;
    text-transform:uppercase;
    font-weight:bold;
}
.homeTickets #fastTickets .ticket-list .tickets-price .price-description{
    margin-bottom:30px;
}
.homeTickets #fastTickets .ticket-list .tickets-price .price-description p:first-child,
.homeTickets #fastTickets .ticket-list .tickets-price .buttons .button:first-child {
    float:left;
}
.homeTickets #fastTickets .ticket-list .tickets-price .price-description p:first-child{
    margin-top:10px;
}
.homeTickets #fastTickets .ticket-list .tickets-price .price-description p:last-child,
.homeTickets #fastTickets .ticket-list .tickets-price .buttons .button:last-child{
    float:right;
}
.homeTickets #fastTickets .ticket-list .tickets-price .price-description p:last-child{
    font-size:28px;
}
.homeTickets #fastTickets .ticket-list .tickets-price .buttons {
    text-align:center;
}
.homeTickets #fastTickets .ticket-list .tickets-price .buttons .button{
    width:100%;
    margin-bottom:10px;
}
.homeTickets #fastTickets .ticket-list .tickets-price .buttons .button .add-button {
    height: 25px;
    max-width: 40px;
    stroke: white;
    fill: none;
    margin-bottom: -10px;
    top: -3px;
}
.homeTickets #fastTickets .ticket-list .tickets-price .buttons .button .comprar-button {
    stroke: none;
    fill: white;
    height: 25px;
    padding: 3px 0;
    width: 40px;
    margin-bottom: -10px;
    top: -3px;
}
.homeTickets #fastTickets .ticket-list .tickets-price {
    padding: 20px 10px;
    border-top:solid 1px rgb(221,221,221);
}
.homeTickets #fastTickets .ticket-list .standing-unit:last-child{
    border-bottom:0px;
}
.homeTickets #fastTickets .other-tickets{
    background:#f9f9f9;
    margin-top:10px;
    padding: 10px;
    padding-bottom: 20px;
}
.homeTickets #fastTickets .other-tickets .icon-div{
    position:relative;
    text-align:center;
}
.homeTickets #fastTickets .other-tickets svg.icon{
    stroke:#242424;
    fill:none;
    width:60px;
}
.homeTickets #fastTickets .other-tickets .description{
    text-align:left;
}
.homeTickets #fastTickets .other-tickets .description h1{
    font-size:24px;
    font-weight:300;
    text-transform:uppercase;
}
.homeTickets #fastTickets .other-tickets .description p{
    font-size:16px;
}
.homeTickets #fastTickets .other-tickets .view-stadium-button .button {
    width:100%;
    margin-top:30px;
}
.homeTickets #fastTickets .info-tickets{
    padding:10px;
}
.homeTickets #intro .fast-buy .fast-buy-options .button.disabled{
    cursor: default;
    background-color: #bebebe;
    border-color: #bebebe;
}
.homeTickets #intro .fast-buy .fast-buy-options .button.disabled:hover:before{
    content:none;
}
.homeTickets #intro .fast-buy .fast-buy-options .button.disabled:hover{
    border-color:#bebebe !important;
}

.homeTickets #fastTickets .ticket-list .standing-unit.template{
    display:none;
}
/* RADIO BUTTONS */
input[type="radio"] {
    display: none;
}
label{
    white-space: nowrap;
}
input[type="radio"] + label{
    color: rgb(36,36,36);
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-transform:uppercase;
    width: 55%;
}
input[type="radio"]:not(:checked) + label {
    color: black;
}
input[type="radio"] + label span, 
input[type="radio"]:checked + label span{
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
input[type="radio"] + label span {
    display:inline-block;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    -moz-border-radius:  50%;
    border-radius:  50%;
}
input[type="radio"] + label span.outer{
    width: 20px;
    vertical-align: text-bottom;
    height: 20px;
    margin: 0px 10px 0px 0px;
    cursor: pointer;
    border: solid 1px rgb(137,137,137);
    background-color: white;
}
input[type="radio"] + label span.inner {
    width: 10px;
    height: 10px;
    margin: 4px 0px 0px 4px;
    background-color: white;
    vertical-align: top;
    text-align: center;
}
input[type="radio"]:checked + label span.inner{
     background-color:#CC3300;
}

input[type="radio"] + label span{
    display: inline-block;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/* SLIDER */

/* slider */
.ui-widget.ui-widget-content{
    margin-top:3px;
}

.ui-widget-content {
    background-color: rgb(221,221,221) !important;
}

.ui-widget-header{
    background-color: rgb(36,36,36) !important;
}

.ui-widget-content .ui-slider-handle {
    width: 25px !important;
    height: 1.5em !important;
    top: -0.45em !important;
    border-color: rgb(221,221,221);
}

.ui-widget-content .ui-slider-handle > div {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* */
.ui-widget-content .ui-slider-handle p{
    position: relative;
    font-size: 14px;
    font-weight: bold;
    /* issue 860 */
    font-family: 'Roboto Condensed';
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background:#ffffff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button{
    background:#ffffff;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    background:#ffffff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background:#ffffff;
}
.ui-slider-handle:hover .arrow{
    background:#ffffff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button{
    background:#ffffff;
}

.ui-widget-content .right-handle p{
    padding-right: 5px;
}

.ui-widget-content .left-handle p{
    padding-left: 5px;
}

.ui-slider-handle .arrow {
    position:absolute;
    top: 28px;
    width: 97px;
    height: 20px;
    background: #fff;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-radius: 4px;
    border: solid 1px rgb(221,221,221);
}


.ui-slider-handle .cover {position: absolute;top: 0;left: -19px;height: 100%;width: 19px;overflow:hidden;}


.ui-slider-handle:hover .arrow {
    background: #ffffff;
}

.ui-state-active .arrow{
    background-color: #c30000 !important;
}

.ui-state-focus .arrow{
    background-color: #ffffff;
}

.ui-state-active{
    background-color: #c30000 !important;
    border-color: rgb(221,221,221) !important;
}


.ui-widget-content .left-handle .cover{
    left:auto;
    right: -19px;
}

.price-range{
    padding: 0;
    margin: 30px 0;
    margin: 0;
    float:left;
    display:flex;
}
.price-range #slider-range{
    width:auto;
    flex:1;
}

.ui-widget-content .left-handle .arrow{-webkit-transform: rotate(-45deg);transform: rotate(-45deg);right: 0px;}

.ui-widget-content{ 
    width:50%;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 1px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 1px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 1px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 1px;
}


/* PLUS MINUS BUTTONS */
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .options .number-tickets {
    float:right;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .options .number-tickets .minus,
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .options .number-tickets .plus {
    width:32px;
    height:28px;
    color:white;
    background-color:#242424;
    display:block;
    transition: background-color 100ms ease-in-out;
    float:left;
    cursor:pointer;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .options .number-tickets .minus:hover ,
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .options .number-tickets .plus:hover {
    background-color:#c30000;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .options .number-tickets .value{
    float:left;
    display:block;
    width:30px;
    text-align:center;
}
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .options .number-tickets .minus.disabled,
.homeTickets #intro .fast-buy .fast-buy-options .type-selector .options .number-tickets .plus.disabled {
    cursor:default;
    background-color:#bebebe;
}

.options .number-tickets .minus,
.options .number-tickets .plus,
.pacifa .buttons .minus,
.pacifa .buttons .plus{
    position:relative;
}
.options .number-tickets .minus-stroke,
.pacifa .buttons .minus-stroke{
    height: 1px;
    position: absolute;
    top: 50%;
    left: 35%;
    background: white;
    width: 30%;
}
.options .number-tickets .plus-stroke,
.pacifa .buttons .plus-stroke{
    position: absolute;
    height: 36%;
    width: 1px;
    background: white;
    left: 50%;
    top: 34%;
}
.pacifa .buttons .minus,
.pacifa .buttons .plus,
.pacifa .buttons .home-button{
    width:39px;
    height:36px;
    color:white;
    background-color:white;
    display:block;
    border:solid 1px #dddddd;
    transition: background-color 100ms ease-in-out;
    float:left;
    cursor:pointer;
}
.pacifa .buttons .home-button svg{
    stroke: #242424;
    width: 28px;
    height: 28px;
    fill: none;
    margin: 4px;
}
.pacifa .buttons .home-button{
    margin-right:10px;
}
.pacifa .buttons .plus{
    border-left:0px;
}
.pacifa .buttons{
    position:absolute;
    top:10px;
    right:10px;
    z-index: 3;
}
.pacifa .buttons .minus-stroke,
.pacifa .buttons .plus-stroke {
    background: black;
}
.pacifa .buttons .minus.disabled .minus-stroke,
.pacifa .buttons .plus.disabled .plus-stroke,
.pacifa .buttons .plus.disabled .minus-stroke{
    background:#dddddd;
}
.pacifa .buttons .minus.disabled,
.pacifa .buttons .plus.disabled{
    cursor:default;
}
@media screen and (min-width:576px) {
    .homeTickets #intro .fast-buy .fast-buy-options .type-selector .socio-input input{
        width:40%;
    }

    .homeTickets #intro .fast-buy .fast-buy-options .type-selector.fan .socio-input input{
        width: calc(80% + 40px);
    }

    .homeTickets .game-description .info-icons svg{
        width:30px;
        height:30px;
    }
    .homeTickets #fastTickets .ticket-list .tickets-price .buttons .button{
        width:49%;
    }

}
@media screen and (min-width:576px){
    .homeTickets #intro .fast-buy .fast-buy-options .type-selector {
        padding-left:10%;
        padding-right:10%;
    }
     .homeTickets #fastTickets .ticket-list .standing-unit .standing-description .stand-id p{
        font-size: 20px;
    }
    .homeTickets #fastTickets .ticket-list .standing-unit .standing-description .stand-id img {
        margin-top: 5px;
        margin-left: 17px;
        width: 85px;
    }
    .homeTickets #fastTickets .ticket-list .standing-unit .standing-description .floor small{
        margin:0px 10px;
    }
    .homeTickets #fastTickets .ticket-list .standing-unit .standing-price .price strong{
        font-size:16px;
    }
}

@media screen and (min-width:768px){

    .homeTickets .info-icons{
        text-align: right;
    }
    
    .homeTickets #intro .icon{
        height:120px;
    }

    .homeTickets #fastTickets .ticket-list .ticket-header #os-meus {
        width:auto;
    }
    .homeTickets #fastTickets .ticket-list .ticket-header .time{
        margin-left:5px;
    }
    .homeTickets #fastTickets .ticket-list .standing-unit .standing-description .floor small{
        margin:0px 5px;
    }
    .homeTickets .section.active {
        /*max-height:1000px;*/
    }
    .homeTickets #intro .fast-buy .fast-buy-options .type-selector.member-input.enabled {
        max-height:50px;
    }
    .homeTickets #intro > div {
        padding-left: 7px;
        padding-right: 7px;
        height: 600px; /* SLB fix */
    }
    .homeTickets #intro .fast-buy .fast-buy-intro .icon img{
        width:80px;
        padding-top:51px;
    }
    .homeTickets #intro .custom-buy .icon svg{
        width:58px;
        height:auto;
    }
    .homeTickets  #intro > div:first-child{
        border-right:solid 1px #dddddd;
    }
    .homeTickets #intro h1 {
        font-size:30px;
    }
    .homeTickets #intro p{
        font-size:20px;
    }
    .homeTickets #intro .button{
        width:170px;
        margin-top:30px;
    }
    .homeTickets #intro .button span{
        font-size:16px;
    }
    .homeTickets #intro .fast-buy .fast-buy-options .type-selector {
        padding-left:9%;
        padding-right:9%;
    }
    .homeTickets #intro .fast-buy .fast-buy-options .type-selector .socio-input{
        width: 83.3333333%;
    }
    .homeTickets #intro .fast-buy .fast-buy-options .type-selector .descriptor p.member-selector{
        margin-top:10px;
    }
    .homeTickets #fastTickets .ticket-list .standing-unit {
        padding: 15px 25px;
        border-bottom: solid 1px rgb(221,221,221);
        text-transform: uppercase;
        transition: background 200ms ease-in-out, border 100ms ease-in-out;
    }
    .homeTickets #fastTickets .ticket-list .standing-unit .standing-description .stand-id{
        font-size: 26px;
        margin-bottom: 10px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .homeTickets #fastTickets .ticket-list .standing-unit .standing-description .stand-id, 
    .homeTickets #fastTickets .ticket-list .standing-unit .standing-price .pvp-general strong{
        font-size: 16px;
    }
    .homeTickets #fastTickets .ticket-list  .standing-unit .standing-description .stand-id{
        margin-bottom:4px;
    }
    .homeTickets #fastTickets .ticket-list  .standing-unit .standing-description .stand-id p{
        font-size:16px;
    }
    .homeTickets #fastTickets .ticket-list .standing-unit .standing-description .stand-id img {
        margin-top: 4px;
        width: 55px;
    }
    .homeTickets #fastTickets .ticket-list .standing-unit .standing-price .price {
        font-size:13px;
    }
    .homeTickets #fastTickets .ticket-list .standing-unit .standing-price .price strong {
        font-weight:bold;
        font-size:16px;
    }
    .homeTickets #fastTickets .ticket-list .ticket-header #os-meus{
        font-size:14px;
    }
    .homeTickets #fastTickets .ticket-list .ticket-header p svg{
        width: 24px;
        height: 16px;
    }
    .homeTickets #fastTickets .ticket-list .ticket-header #expiration-time-desc{
        font-size:10px;
    }
    .homeTickets #fastTickets .ticket-list .ticket-header .time .num{
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
    .homeTickets #fastTickets .ticket-list .ticket-header .cancel-button{
        width: 26px;
        height: 26px;
    }
    .homeTickets #fastTickets .ticket-list .ticket-header{
        padding:20px 2.5%;
    }
    .homeTickets #fastTickets .ticket-list {
        height:100%;
        border-left: solid 1px rgb(221,221,221);
    }
    .homeTickets #fastTickets .other-tickets .view-stadium-button{
        text-align:right;
    }
    .homeTickets #fastTickets .other-tickets{
        padding:10px 40px;
    }
    .homeTickets #fastTickets .other-tickets svg.icon{
        stroke: #242424;
        fill: none;
        width: 62px;
        margin-left: 10px;
    }
    .homeTickets #fastTickets .other-tickets .description{
        padding-left: 40px;
        padding-top: 15px;
    }
    .homeTickets #fastTickets .other-tickets .view-stadium-button .button{
        width:145px;
        margin-top:50px;
    }
    .homeTickets #intro .fast-buy .fast-buy-options h1{
        margin-top: 60px;
        margin-bottom: 50px;
        font-size: 30px;
    }
    .homeTickets #intro .fast-buy .fast-buy-options .type-selector .descriptor{
        margin-bottom:0px;
    }
    .homeTickets #fastTickets .info-tickets{
        padding:0px;
    }
    .homeTickets #fastTickets .other-tickets svg.icon{
        width:70px;
    }
    .homeTickets #fastTickets .ticket-list .standing-unit:last-child {
        border-bottom: solid 1px rgb(221,221,221);
    }
}
@media screen and (min-width:768px) and (max-width:908px){
    .homeTickets #fastTickets .ticket-list .tickets-price .buttons .button .add-button{
        height: 25px;
        max-width: 14px;
        stroke: white;
        fill: none;
        margin-bottom: -10px;
        top: -3px;
        margin-left: -10px;
    }
    .homeTickets #fastTickets .ticket-list .tickets-price .buttons .button .comprar-button {
        stroke: none;
        fill: white;
        height: 25px;
        padding: 3px 0;
        width: 30px;
        margin-bottom: -10px;
        top: -3px;
        margin-left: -13px;
    }
}
@media screen and (min-width:859px){
    .homeTickets #intro > div{
        padding-left: 30px;
        padding-right: 30px;
    }
    .homeTickets #fastTickets .ticket-list .standing-unit .standing-description .floor small{
        margin:0px 10px;
    }
}
@media screen and (min-width:992px){
    .info-icons{
        margin-top:0px;
    }
    .homeTickets #fastTickets {
        height: 800px;
    }
        .homeTickets #fastTickets .ticket-list .tickets-price {
            position: absolute;
            z-index: 1;
            bottom: 0;
            background: white;
        }

        .homeTickets #fastTickets .ticket-list .contents {
            overflow-x: auto;
            max-height: 384px; /* Bug #9450 - with 496px the ticket list didn't scroll to the end. 384px is from: 600px [pacifa] - (66px [ticket-header] + 150px [tickets-price] ) */
        }

        .homeTickets #fastTickets .ticket-list .tickets-price {
            padding: 20px 25px;
            height: 150px;
        }

        .homeTickets #fastTickets .ticket-list,
        .homeTickets #fastTickets .pacifa {
            height: 600px;
            max-height: 720px;
            border-bottom: solid 1px rgb(221,221,221);
        }
        .homeTickets #fastTickets .other-tickets .description p {
            max-width: 505px;
        }

    .homeTickets #fastTickets .ticket-list .standing-unit .standing-description .floor, 
    .homeTickets #fastTickets .ticket-list .standing-unit .standing-price .pvp-general {
        font-size: 13px;
    }
    .homeTickets #fastTickets .ticket-list .ticket-header #os-meus{
        font-size:16px;
    }
    .homeTickets #fastTickets .ticket-list .ticket-header p svg{
        width: 30px;
        height: 19px;
        margin-left:10px;
    }
    .homeTickets #fastTickets .ticket-list .ticket-header #expiration-time-desc{
        font-size: 12px;
    }
    .homeTickets #fastTickets .ticket-list .ticket-header .time .num{
        width: 26px;
        height: 26px;
        font-size: 13px;
    }
    .homeTickets #fastTickets .ticket-list .ticket-header .cancel-button{
        width: 33px;
        height: 33px;
    }
    .homeTickets #fastTickets .ticket-list .ticket-header{
        padding:20px;
    }

}

@media screen and (min-width:1200px){
    .homeTickets #intro > div{
        padding-left: 7%;
        padding-right: 7%;
    }
    .homeTickets #intro .fast-buy .fast-buy-options .type-selector {
        padding-left:20%;
        padding-right:20%;
    }
    
    .homeTickets #intro .fast-buy .fast-buy-options .type-selector {
        padding-left:12%;
        padding-right:12%;
    }
}