
.bg-capacity-increase-simple
{
    background: #e2e5e7;
    margin-left: -10px;
    border-radius: 0 0 2rem 2rem;
    box-shadow: 0 12px 14px -14px rgba(0, 0, 0, .4);
    border: solid 1px #d2d9e0;
    padding: 0.5rem 2rem;
    margin-top: 10px;
}
.text-capacity-increase-simple
{
    font-size: 13px;
    text-align: center;
}
.title-capacity-increase-simple
{
    color: #a10c9f;
    letter-spacing: 15px;
    word-spacing: 8px;
    font-weight: 900;
    margin-bottom: 5px;
    margin-top: -7px;
    background: #d8dde0;
    border-radius: 0 0 0.8rem 0.8rem;
}
.ribbon-expand-warranty
{
    position: fixed;
    background-image: linear-gradient(to top, #d81b59 0%, #bf004c 100%);
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
    width: 180px;
    left: 0;
    padding: 0.4rem 0.8rem;
    top: 140px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    box-shadow: 2px 2px 12px -3px rgba(0, 0, 0, .6);
    border-radius: 0 0.6rem 0 0;
    text-decoration: none;
    z-index: 10;
}
.ribbon-expand-warranty::after
{
    display: block;
    width: 10px;
    height: 0;
    position: absolute;
    bottom: -20px;
    right: 0px;
    content: "";
    border-bottom: 20px solid transparent;
    border-left: 23px solid #9d1a45;
}
.btn-redirect-tickets
{
    border-radius: 99rem;
    padding: 0.4rem 2.8rem;
    border: solid 2px #e7eaee;
    background: #f3f6f9;
    color: #606466;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1rem;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-redirect-tickets:hover
{
    border: solid 2px #dbdee2;
    background: #eceff2;
    color: #484a4a;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.shadow-ticket
{
    box-shadow: 0 11px 20px -2px rgba(0, 0, 0, .3);
    border: solid 1px #e1e5ea;
}
.bg-ticket-image
{
    background-size: cover;
    background-position: center;
    height: 350px;
    box-shadow: 15px 0 26px -20px rgba(0, 0, 0, .5);
    border-right: solid 1px #cbcbd0;
}
.triangle-container {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.more-real-photo {
    width: 0;
    height: 0;
    border-left: 50px solid #61c00b;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-top: 50px solid #61c00b;
    position: relative;
    z-index: 1;
}
.triangle-text {
    position: absolute;
    top: 19px;
    left: -10px;
    transform: rotate(-45deg);
    color: white;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    z-index: 1;
    text-align: center;
    line-height: 18px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .3);
}
.btn-show-video
{
    float: right;
    position: relative;
    background-image: linear-gradient(to top, #f77062 0%, #f82061 100%);
    color: #ffffff;
    top: -120px;
    right: -40px;
    line-height: 18px;
    box-shadow: 0 12px 8px -7px rgba(0, 0, 0, .4);
    border: solid 1px #d46792;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-show-video:hover
{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color:white;
}
.btn-show-video>i
{
    font-size: 24px;
}
.guarantee-ticket
{
    text-align: right;
    margin-top: -3rem;
    margin-right: -3.4rem;
}
.guarantee-ticket>img
{
    width: 85px;
    height: auto;
}
.title-size
{
    font-size: 30px;
}
.border-ticket-center
{
    border-right: dotted 3px #bdc2c9;
}
.bg-cost
{
    background: #eef2f7;
    border-radius: 1.2rem;
    margin-top: -30px;
    border: solid 1px #d5dbe4;
}
.bg-cost-title
{
    font-size: 15px;
    padding-left: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #416512;
    padding-top: 2px;
}
.bg-cost-price
{
    font-size: 3rem;
    font-weight: 900;
    line-height: 45px;
    text-align: center;
    position: relative;
    background: #882FCF;
    background: linear-gradient(to right, #882FCF 0%, #CF0C76 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-buy-ticket
{
    display: block;
    font-weight: 800;
    padding: 0.4rem 1rem;
    margin: 0.4rem auto;
    width: 100%;
    text-decoration: none;
    background: #6909df;
    color: #fff;
    border-radius: 0.8rem;
}
.btn-buy-ticket:hover
{
    background: #5c0dbd;
    color: #fff;
}
.btn-buy-pse
{
    display: block;
    font-weight: 800;
    padding: 0.4rem 1rem;
    margin: 0.4rem auto;
    width: 100%;
    text-decoration: none;
    background: #df0980;
    color: #fff;
    border-radius: 0.8rem;
}
.btn-buy-pse:hover
{
    background: #c00f71;
    color: #fff;
}
.btn-quote-other-product, .btn-show-more-offers
{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 49%;
    margin: 1rem 0.25%;
    font-weight: 600;
    line-height: 16px;
    border: solid 2px #a5b9cd;
    background:white;
    box-shadow: 0 10px 18px -12px rgba(0, 0, 0, .3);
    border-radius: 16px;
    color: #536469;
}
.btn-quote-other-product:hover, .btn-show-more-offers:hover
{
    color: #5e6d74;
    border: solid 2px #a3acb6;
    box-shadow: inset 0 5px 8px rgba(0, 0, 0, .3);
}



.share {
    position: relative;
    width: 100%;
    border-radius: 99rem;
}
.share span {
    width: 100%;
    line-height: 34px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    opacity: 1;
    pointer-events: none;
    background: #f0f0f0;
    text-align: center;
    border-radius: 1rem;
    border: solid 2px #e9e9e9;
}
.share nav {
    font-size: 0;
}
.share>nav>a>i{
    font-size: 19px !important;
}
.share a {
    line-height: 30px;
    width: 34px;
    text-align: center;
    display: inline-block;
    background-color: #b6bcc3;
    color: #ffffff !important;
    overflow: hidden;
    opacity: 1;
    margin: 0 -20px;
    box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 0 0 0.2rem 0;
}
.share a:nth-child(1) {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-left: 0;
}
.share a:nth-child(1):hover {
    background-color: #17aaee;
    color: #ffffff;
}
.share a:nth-child(2):hover {
    background-color: #76bd31;
    color: #ffffff;
}
.share a:nth-child(3):hover {
    background-color: #dd1b93;
    color: #ffffff;
}
.share a:nth-child(4) {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-right: 0;
}
.share a:nth-child(4):hover {
    background-color: #000000;
}
.share:hover span, .share.hover span {
    opacity: 0;
}
.share:hover a, .share.hover a {
    border-radius: 50%;
    margin: 0 10px;
    color: #6e7880;
    font-size: 28px;
}
.share:hover a:hover, .share.hover a:hover {
    color: #fff;
}