.wc_box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 301;
    display: flex;
}



.mdp_variacoes{
display: none;
}	


.mdp_newslleter,
.mdp_variacoes,
.mdp_curriculo{
    display: none
}

.wc_box_modal{
    margin: auto;
    width: 700px;
    position: relative;
	  z-index: 3010;
}

.wc_box_modal_title{
    padding: 20px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #0A537D;
}

.wc_box_modal_content{
    padding: 30px;
    background: #fff;
}

.wc_box_modal_close{
    position: absolute;
    right: -5px;
    top: -10px;
    font-size: 1.2em;
    color: #fff;
    text-shadow: 1px 1px #000;
    cursor: pointer;
	  z-index: 301000;
}

.wc_box_modal_close:hover{
    color: #F45563;
}

.wc_box_modal_content form input,
.wc_box_modal_content form select{
    margin-bottom: 20px;
    padding: 15px;
    font-size: 0.875rem;
}

.wc_boxs{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
z-index: 3999999;
    display: flex;
}

.mdp_variacao{
    display: flex;
	z-index: 3999999;
	}
