/*Título*/
._form-title{
    font-family: 'MuseoSlab';
    font-size : 2.25em;
    color: #34373E;
    font-weight: normal;
    line-height: 1.2em;
    -webkit-text-stroke: 1px transparent;
    padding-bottom : 0.5em;
    border-bottom : 1px solid #e8e8e8;
    text-transform: uppercase;
}

/* Texto*/
._html-code{
    padding-top : 1em;
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}

._form-label{
    padding-bottom : 8px;
    padding-top : 8px;
}


._field-wrapper input{
    border-radius: 0px;
    font-size: 12px;
    color: #595959;
    border: 1px solid #E8E8E8;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05) inset;
    border-bottom: 1px solid #fff;
    background: #F2F2F2;
    margin: 0;
    padding: 5px 10px;
    font-family: 'Open Sans',sans-serif;
}

._button-wrapper button{
    background-color : orange;
}


.itemContentFooter form{
}


/* El formulario en sí*/
._form-content{
    padding-bottom : 2em;
    
}

._button-wrapper ._submit{
    margin-top : 8px;
        background: #29bcb8;
    color: #fff !important;
    text-shadow: none;
    border-bottom: 3px solid #26afac;
}

._error-inner{
    color : red;
}

._form-fieldset ._row legend{
    font-size : 1.25em;
}

/* Quitar el logo de Active Campaign*/
._form-branding{
    display : none;
}

._checkbox-radio{
    display: flex; 
    align-items: center; 
}

._checkbox-radio span label{
    line-height: 1.5; 
    vertical-align: middle; 
    margin-left : 5px;
}

.system-message .validation {
    color: #D63301;
    background-color: #FFCCBA;
   
}


.itemBody{
    position : relative;
    top : -2em;
}

.system-message .info, .system-message .success, .system-message .warning, .system-message .error, .system-message .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 10px 10px 5px 50px;
    background-repeat: no-repeat;
    
    background-position: 10px center;
}

dd ul li {
    list-style:none; 
    font-weight : 600;
}

dl dt, dl dd {
    display: flex;
    
    margin: 0;
}






/* AJUSTAR */

div.itemContentFooter{
    display: block;
    padding: 0px;
    margin: 20px 0 20px !important;
    border-top: 0px solid #ddd;
}

div.itemToolbar {
    padding: 2px 0;
    margin: 16px 0 25px 0 !important;
    border-top: 0px dotted #ccc;
    border-bottom: 0px dotted #ccc;
    background: none;
}


