.bg{
    padding:30px 0;
    background-position: top center!important;
    background-size: initial!important;
    background-color: #262822;
    background-repeat:no-repeat!important;
}
.clearfix{
    overflow: auto;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.hidden{
    display: none;
}
.open{
    display: block;
}
.headText{
    color:white;
}
.headText h1{
    font-size: 30px;
    font-weight: bold;
    font-family: Montserrat;
    margin:0;
    line-height: 0.8;
}
.headText p{
    margin:0 0 30px 0;
    font-size: 20px;
    font-weight: 100;
}
.eventBlock{
    margin-bottom:10px;
    overflow: hidden;
}
.eventBlock, .paymentBlock{
    background: white;
    border-radius: 4px;
    padding:0;
}
.eventBlock p, .paymentBlock p{
    margin:0;
}
.headerImg{
    padding:20px 0;
    min-height: 118px;
    background-position: bottom center;
    color: white;
}
.headerImg p{
    font-size: 14px;
    font-weight: 100;
    line-height: 1;
}
.headerImg h3{
    padding-right: 10%;
    font-weight: 900;
    font-size: 25px;
    margin:0 0 4px 0;
    line-height: 1.2;
    text-transform: uppercase;
}
.headerImg span{
    font-size: 50px;
    letter-spacing:normal;
}
.contentData {
    margin:30px 0;
    padding:0;
}
.contentData p{
    font-size: 14px;
    color: #666;
    margin-top:8px;
}
.contentData .contentPrice{
    padding:20px 30px;
    background: #F9F9F9;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}
.contentData .contentPrice i{
   float: right;
   position: absolute;
   top: 50%;
   right: 0;
}
.contentData .contentCupom{
    padding:20px 30px;
    background: #EFEFEF;
    font-size: 14px;
    color: #666;
}
.contentData .contentCupom i{
    display: inline-block;
    margin-right:15px;
    font-size: 16px;
}
.contentData .contentCupom p{
    display: inline-block;
    margin:0;
}
.contentData .contentCupomOpen {
    padding:0px 30px 0px 30px;
    background: #EFEFEF;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
/* .contentData .contentCupomOpen button{
    padding-top: 11px;
    padding-bottom:11px;
} */
.contentData .contentPaymentOpen{
    padding: 0px 0px;
    background: #F9F9F9;
}
.contentData .contentPriceTotal{
    font-weight: 100;
    font-size: 22px!important;
    color:#262722!important;
    padding-top:3px;
    float: left;
}
.paymentBlock{
    padding:20px 0;
    overflow: hidden;
}
.paymentBlock h1{
    text-align: center;
    font-weight: 100;
    font-size: 25px;
    margin:0 0 20px 0;
}
.paymentBlock .contentPrice{
    padding:20px 30px;
    background: #F9F9F9;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}
.paymentBlock .contentPrice i{
    margin-top: 10px;
    float: left;
}
.paymentBlock .contentPrice p{
    font-size: 20px;
    font-weight: 100;
}
.paymentBlock .contentCupom{
    padding:20px 30px;
    background: #EFEFEF;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}
.paymentBlock .contentCupom i{
    display: inline-block;
    margin-right:15px;
    font-size: 16px;
}
.paymentBlock .contentCupom p{
    display: inline-block;
}
.paymentBlock .contentCupomOpen {
    padding:0px 30px 20px 30px;
    background: #EFEFEF;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.paymentBlock .contentCupomOpen button{
    padding-top: 11px;
    padding-bottom:11px;
}
.paymentBlock .contentPaymentOpen{
    padding: 20px 30px;
    background: #F9F9F9;
}
.paymentBlock .contentPriceTotal{
    font-weight: 100;
    font-size: 22px!important;
    color:#262722!important;
    padding-top:3px;
    float: left;
}
.kitItems{
    background: #efefef;
    padding:10px 30px;
    overflow: hidden;
}
.kitItem{
    padding: 20px 0;
    border-bottom:1px solid #d9d5d6;
}
.kitItem:last-of-type{
    border-bottom:0;
}
.kitItem img{
    max-height: 60px;
    margin-right:20px;
}
.photoItem{
    display: flex;
}
.kitData{
    padding:5px 30px 20px 30px;
}
.kitData ul{
    list-style: none;
    padding:0;
    margin-top:0;
}
.kitData ul p.kitDataLeft{
    float: left;
    margin:0;
}
.kitData ul p.kitDataRight{
    float: right;
    margin:0;
}
.kitData ul li{
    padding:0;
    height: auto;
    border-bottom:1px solid #d9d5d6;
}
.kitData ul li:last-of-type{
    border-bottom:2px solid black;
}
.kitData ul li p{
    padding:20px 0;
    color:#6C6C6C;
}
.kitData ul li button{
    float: left;
    margin-top: 8px;
    margin-left: 15px;
}
form{
    padding-top:30px;
}
.codigo{
    font-size: 14px!important;
    color:#EE4459;
}

.boxCollapse {
   transition: max-height 0.8s cubic-bezier(0, 1.05, 0, 1);
   max-height: 0;
   overflow: hidden;
}

.opened {
   transition: max-height 0.8s;
   max-height: 2000px;
}

.interrogacao_icon {
   border: 1px solid #EE4459;
   border-radius: 100%;
   font-weight: bold;
   float: left;
   width: 30px;
   height: 30px;
   text-align: center;
   padding: 5px;
   margin-top: 5px;
   margin-right: 10px;
}

/* :global(.animated){animation-duration:0.5s;animation-fill-mode:both;}
:global(.fadeInDown){animation-name:fadeInDown}
@keyframes fadeInDown{0%{opacity:0;max-height:0;}to{opacity:1;max-height:1000px;}}
@keyframes fadeInUp{0%{opacity:1;max-height:1000px;}to{opacity:0;max-height:0px;}}
:global(.fadeInUp){animation-name:fadeInUp; display: none;} */


/* @media (max-width: 985px) {
    .headerImg span{
        font-size: 40px;
    }
}
@media (max-width: 864px) {
    .headerImg span{
        font-size: 28px;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .headerImg span{
        font-size: 50px;
    }
} */
