body {
    font-family:sans-serif;
    background: rgb(250,252,252);
    background: radial-gradient(circle, rgba(250,252,252,1) 0%, rgba(234,243,243,1) 100%);
    margin: 0;
    padding: 0;
}

.rg-logo {
    max-width: 500px;
    width: 100%;
}

.rg-container {
    margin: 100px auto;
    max-width: 500px;
}

.rg-header {
    margin-top: 50px;
    text-align: center;
}

.rg-header-title {
    font-size: 26px;
    margin: 50px 0 10px;
    color: #254E58;
    padding-bottom: 8px;
    border-bottom: 2px solid #b9d8d8;
}

.rg-body{
   /* background: rgb(250,252,252);
    background: radial-gradient(circle, rgba(250,252,252,1) 0%, rgba(234,243,243,1) 100%);
    border: 2px solid #88BDBC;*/
    /*padding: 20px;*/
    border-radius: 4px;
}

.rg-table {
    display: table;
    width: 100%;
}

.rg-row {
    display: table-row;
}

.rg-cell {
    display: table-cell;
    padding: 5px;
}

.rg-cell-50 {
    width: 50%;
}

.rg-right {
    text-align: right;
}

.rg-footer-button, .rg-footer-back {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rg-footer-back {
    margin-top: 40px;
}

.rg-btnwizard, .rg-btnwizard:active, .rg-btnwizard:focus {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px !important;
    font-weight: normal;
    outline: none;
    text-decoration: none;
    background: #112D32;
    border-radius: 4px;
    width: 180px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    font-size: 18px;
    margin: 40px 10px 0px;
}

.rg-btnwizard .fa {
    margin-left: 6px;
}

.rg-btnwizard .fa.icoleft {
    margin-left: 0px;
    margin-right: 6px;
}

.rg-btnwizard:hover {
    color: #88BDBC;
    text-decoration: none;
}

.btnwizard-padding, .btnwizard-padding:focus {
    width: auto;
    padding: 0 10px;
    display: block;
    margin: 10px 0px 0px;
}

.rg-body input {
    border: 1px solid;
    border-radius: 2px;
    border-color: #346e7c;
    padding: 6px
}

#lblTextoError, #lblTextoErrorUsuario, .inforegistro {
    display: none;
    margin: 20px 0px 0px;
    padding: 10px;
    background: #e8dec8;
    border: 1px solid #ba9e5c;
    border-radius: 3px;
    color: #6E6658;
}

.inforegistro {
    align-items: center;
}

.inforegistro .fa {
    font-size: 32px;
    margin-right: 10px;
    color: #968d7c;
}


.rg-form-aviso {
    margin: 20px 0px 0px;
    padding: 10px;
    background: #e8dec8;
    border: 1px solid #ba9e5c;
    border-radius: 3px;
    color: #6E6658;
}

#paso2 {
    display: none;
}

#paso3 {
    display: none;
    flex-direction: column;
    font-size: 15px;
}

#paso3 .rg-form-group-left:not(:last-child) {
    margin-bottom: 10px;
}

#paso3 .rg-form-group-left span:first-child {
    font-weight:bold;
    color: #254e58;
    font-size: 15px;
}

.rg-form-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rg-form-group-left {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin: auto;
}

.rg-form-group-check, .rg-form-group-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.rg-form-group-title {
    margin-top: 0px;
}

.rg-form-group-check label {
    margin: 0 0 0 4px;
}

.rg-form-group-check input {
    padding: 0px;
    margin: 0px;
}

.rg-lblform {
    font-size: 18px;
    margin-bottom: 10px;
}

.rg-lblform-small {
    font-size: 15px;
}

.rg-lblform-small.lblmargin {
    margin-top: 8px;
}

.rg-inputform {
    width: 200px;
}

.rg-wizard-path {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 80px;
}

.rg-wizard-dot .fa {
    font-size: 26px;
    color: #b9d8d8;
}

.rg-wizard-dot.complete, .fa-check-circle-o.complete,.rg-wizard-dot.complete .fa {
    color: #3c8e4c;
}

.rg-wizard-line.complete {
    border-color: #3c8e4c;
}

.rg-wizard-line {
    height: 0px;
    border: 2px solid #b9d8d8;
    width: 140px;
}

.infoprogress {
    display: none;
    color: #254E58;
    background: #b9d8d8;
    border-radius: 4px;
    padding: 10px;
    margin: 20px 0px 0px;
}

.infoprogress .fa {
    margin-right: 10px;
}

.eulink {
    text-decoration: underline;
    cursor: pointer;
}

.euladiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.4);
}

.euladivwindow {
    position: fixed;
    top: 90px;
    bottom: 90px;
    left: calc(50% - 240px);
    width: 480px;
    background: #FFF;
    border-radius: 4px;
    border: 0px solid #888;
}

.euladivwindow .cerrar {
    width: 40px;
    height: 40px;
    color: #112d32;
    font-size: 29px;
    float: right;
    text-align: center;
    cursor: pointer;
}

.eulacontenido {
    padding: 20px;
    padding-top: 50px;
}

.resumenfinalizado {
    display: none;
    color: #3c8e4c;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#Resumentitle {
    margin-bottom: 10px;
}

.resumenlinebig {
    font-size: 21px;
}

.resumenlinefinal {
    margin-top: 20px;
}

.horariomargintop {
    margin-top: 10px;
}

.soporte {
    color: #112d32;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    font-size: 12px;
}

.separadorsoporte {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #b9d8d8;
    margin: 10px 0;
}

.lineseparador {
    width: 100px;
    margin: 0 5px;
    height: 0px;
    border: 1px solid #b9d8d8;
}

.emailsecreto {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #3c8e4c;
    letter-spacing: -0.11em;
}

.infoemail {
    font-size: 14px;
    color: #112d32;
    margin: 10px 0px;
}

.resumenemail {
    font-weight: bold;
}

@media (max-width: 540px) { 
    .rg-container {
        width: calc(100% - 40px);
        margin: 100px 20px;
    }
}