.instrucciones_datos li,
.instrucciones_datos > p {
    margin-left: 60px;
}

.instrucciones_datos span > p:first-child {
    font-weight: 400;
}

.no_invitado #acepto,
.no_invitado #recibir {
    position: absolute;
    margin-top: 5px;
}

.no_invitado label[for=acepto] p:first-child {
    font-weight: 400;
}

.no_invitado label[for=recibir] {
    margin-left: 25px;
    width: 100%;
}

.cancelation_politics li {
    margin-left: 60px;
}

.cancelation_politics li:first-child {
    margin-top: 10px;
}

.cancelation_politics p {
    font-weight: 400;
}

#correo_pago {
    width: 300px;
    height: 55px;
    margin-right: 40px;
    float: left;
}

.error_email {
    display: none;
    color: #ff0000;
}

.instrucciones_datos .bloque_error {
    display: none;
}

.instrucciones_datos .error_pago_formulario {
    margin-left: 0;
}

#open_privacy_policy {
    background: none;
    color: #4D4D4D;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#open_privacy_policy:hover {
    text-decoration: none;
}

#privacy_policy_popup {
    display: none;
}

#privacy_policy_popup.displayed {
    background: rgba(0, 0, 0, .2);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.privacy_policy_popup_content {
    background: #FFF;
    box-shadow: 0 0 5px #CCC;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

#close_privacy_policy_popup {
    background: #AD172B;
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    position: absolute;
    right: 15px;
    top: 15px;
}

#close_privacy_policy_popup:hover {
    background: #7E0D1C;
}
.hidden{
    display: none;
}
.fancybox{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.fancybox_background {
    width: 100%;
    height: 100%;
    background-color: #A9A9A9;
    opacity: 0.5;
}
.fancybox .privacity{
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    position: absolute;
    opacity: 1;
    background: #ffffff;
    color: #000000;
    padding: 45px 15px;
}
.fancybox .privacity ul,.fancybox .privacity li{
    font-size: 15px;
}
.fancybox .privacity .container{
    overflow-y: auto;
    max-height: 600px;
    padding: 0 30px;
}
.close_fancy{
    position: absolute;
    top:10px;
    right: 10px;
    cursor: pointer;
    font-weight: 600;
}
