.wrapper-finalizar-registro {
    position: relative;
    width: 100%;
}
.contenido-registro {
    padding: 70px 0px;
    position: relative;
    width: 100%;
}
.contenido-registro h1 {
    color: #626262;
    font-family: 'FuturaBook';
    font-size: 36px;
    margin: 0;
    margin-left: 26px;
}
.contenido-registro .confirmacion-campos {
    padding: 15px 0px;
    position: relative;
}
.contenido-registro .confirmacion-campos .nombre_campo {
    color: #626262;
    font-family: 'FuturaBookBold';
    font-size: 18px;
    font-weight: bold;
    margin-left: 26px;
    padding-bottom: 10px;
}
.contenido-registro .descripcion_campo {
    font-size: 0;
    position: relative;
}
.icon-editar {
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    width: 3%;
}
.contenido-registro .descripcion_campo span {
    display: inline-block;
    color: #626262;
    font-family: 'FuturaBook';
    font-size: 14px;
    width: 97%;
    vertical-align: middle;
}
.contenido-registro .descripcion_campo:hover .icon-editar {
    opacity: 1;
}
.content-enviar {
    position: relative;
    text-align: right;
} 
.content-enviar .btn-enviar {
    background-color: #ff0016;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: 'FuturaBook';
    font-size: 18px;
    padding: 5px 16px;
    outline: none;
}
/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
       
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
         
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        .icon-editar {
            opacity: 1;
        } 
        .contenido-registro h1, .contenido-registro .confirmacion-campos .nombre_campo{
            margin-left: 0;
        } 
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
       
    }
    @media only screen and (max-width : 767px) {
       
    }
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        .contenido-registro h1 {
            font-size: 35px;
        }    
    }
    @media only screen and (max-width : 360px){
        .contenido-registro h1 {
            font-size: 22px;
        }
        .icon-editar {
            width: 6%;
        } 
        .contenido-registro .descripcion_campo span {
            width: 94%;
        }  
    }
    @media only screen and (min-device-width : 360px) and (max-device-width : 640px) and (orientation : landscape) {
    }
    /* Custom, iPhone Retina */ 
    @media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    @media only screen and (max-width : 320px) {
    }