.modal_fundo {
    display: table;
    position: fixed;
    background: rgba(255,255,255,.8);
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.centramodal{
    background: #fff;
    width:100%;
    display: table;
    margin: 0px auto;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 1px 2px 8px 0 rgba(0,0,0,0.3);
    border-left: 3px solid #38a61f;
    padding: 10px 20px;
    max-width: 990px;
}
.leftmodal, .rightmodal{
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0px;
    padding: 15px 57px;
    vertical-align: middle;
}
.leftmodal {
    border-right: 1px solid rgba(0,0,0,.2);
}
.centermodal{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0px;
    padding: 30px 57px;
    vertical-align: middle;
}
.wrapper-titulo-modal {
    margin-bottom: 0px;
}
.qtd_div {
    position: relative;
    width: 100%;
    text-align: right;
    vertical-align: middle;
}
.wrap-quantinfo {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
    height: 50px;
    text-align: center;
    padding: 0px 40px;
    border-radius: 4px;
}
.bt-quantinfo {
    display: block;
    width: 40px;
    height: 50px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    font-size: 20px;
    color: #00a2e9;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    line-height: 29px;
    padding: 0px;
}
.num-quantinfo {
    width: 100%;
    display: block;
    height: 50px;
    margin: 0px auto;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    color: #2f2f2f;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    float: left;
    margin-top: 0px;
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}
.bt-quantinfo:nth-last-child(1) {
    left: auto;
    right: 0px;
    border-radius: 0px 3px 3px 0px;
}
.num-quantinfo2 {
    width: 100%;
    display: block;
    height: 50px;
    margin: 0px auto;
    font-size: 12px;
    color: #2f2f2f;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    box-shadow: none;
    float: left;
    margin-top: 0px;
    padding: 0px 20px;
}

.wrap-quantinfo3 {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
    height: 50px;
    text-align: center;
    padding: 0px 40px;
    border-radius: 4px;
}
.bt-quantinfo3 {
    display: block;
    width: 40px;
    height: 50px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    font-size: 20px;
    color: #00a2e9;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    line-height: 29px;
    padding: 0px;
}
.num-quantinfo3 {
    width: 100%;
    display: block;
    height: 50px;
    margin: 0px auto;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    color: #2f2f2f;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    float: left;
    margin-top: 0px;
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}
.bt-quantinfo3:nth-last-child(1) {
    left: auto;
    right: 0px;
    border-radius: 0px 3px 3px 0px;
}

.evento {
    height: 128px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 24px auto;
    width: 100%;
}
.font-blue {
    color: #0076c0;
}
.cadastro .tit-section {
    font-size: 28px;
}
.cadastro input {
    width: 100%;
}
.cadastro hr {
    height: 1px;
    background: #d2d2d2;
    margin: 10px auto
}
.envia-contato {
    width: 100% !important;
    margin-top: 10px;
}
@media only screen and (max-width: 750px) {
    .leftmodal, .rightmodal{
        width: 100%;
        border: none;
        padding: 20px 0px;
    }
    .rightmodal {
        border-top: 1px solid #d2d2d2;
        margin-top: 10px;
    }
}

.small {
    font-size: 12px;
}

.cont2 {
    background-color: #a5a5a5;
}

a.close-button {
    width: 28px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 7px;
}
a.close-button > img {
    width: 28px;
}

@media only screen and (max-width: 750px) {
    a.close-button {
        top: 0;
        margin-right: -7px;
    }
}