/* estructura div centrado vertical y horizontalmente */
body, html {
    min-height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0;
}

body {
    align-items: stretch;
}

.container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-height: 100%;
}

/* relacionado a la estructura del formulario */
.e-form-html {
    padding-top: 0px;
    padding-bottom: 0px;
}

.e-form-html-section, 
.e-form-tab-pane, 
.e-form-tabs-content, 
.e-form-tabs {
    height: 100%;
}

.e-form-tabs-content.top-padding {
    padding-top: 0px;
}

.e-form-html-group {
    margin-bottom: 0px;
    height: 100%;
    position: relative;
}

.e-form-html-item.ingroup {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-bottom: 8px;
}

.e-form-html-item-e-text {
    width: 300px;
    height: 38px;
    border: 1px solid #ccc;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.e-form-html-item-e-text:focus {
    border: 1px solid #333;
}

/* estilo del proyecto */
.centered-div {
    background-color: #fff;
    padding: 20px;
    border: 2px solid #fff;
    text-align: center;
    height: 100%;
}

.e-form-html-item-title, 
.content-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.e-form-html-item-desc,
.content-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #555;
    text-align: center;
    margin-top: 8px;
}
.items-container{
    width: 50%;
    margin-bottom: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
.item-container{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 8px;
    margin-bottom: 16px;
}
.item-button {
    text-align: center;
    background-color: #ddd;
    border-radius: 4px;
    margin-top: 4px;
    padding: 2px 0px;
}
.item-button:hover {
    background-color: #ccc;
}
.item-button a {
    text-decoration: none;
    color: #333;
}

.e-nd1-main-container {
    padding: 32px;
}

.e-nd1-main-container .content-pretitle {
    display: none;
}

/* boton */

.buttons-container {
    margin-top: 40px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.e-boton, 
.button-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.e-boton {
    margin-left: 0px;
}

.e-boton-l.bg-008489,
.inner-container {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 8px;
}

.icon {
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.link {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.e-boton {
    margin-bottom: 16px;
}

.e-boton-l {
    width: 100%;
    justify-content: center;
}

.e-boton-l.bg-008489 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    height: 42px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
}

.link:hover {
    text-decoration: none;
    color: #333;
}


@media screen and (max-width: 479px) {

    .container{
        align-items: normal;
    }
    
    .e-form-tabs,
    .e-form-tabs-content{
        height: 100%;
    }

    .buttons-container{
        display: flex;
        flex-wrap: wrap;
    }

    .buttons-container .e-boton {
        display: block;
        margin-bottom: 16px;
    }

    .buttons-container .e-boton button {
        margin: auto;
    }

    .e-nd1-body {
        padding-top: 0px;
    }
    .e-nd1-body .e-body-c {
        display: block;
    }
    .e-nd1-body .e-body-c .e-nd1-main-container {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 20px;
        padding-right: 20px;
        border: 1px solid #fff;
        width: 100%;
        min-height: 100vh;
    }
    .e-nd1-body .e-body-c .e-nd1-main-container .content-pretitle {
        margin-top: 0px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 12px;
        line-height: 12px;
        text-align: center;
    }
    .e-nd1-body .e-body-c .e-nd1-main-container .content-title {
        margin-top: 16px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 40px;
        line-height: 40px;
        text-align: center;
    }
    .e-nd1-body .e-body-c .e-nd1-main-container .content-subtitle {
        margin-top: 32px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 22px;
        line-height: 32px;
        color: #777;
        text-align: left;
    }
    .e-nd1-body .e-body-c .e-nd1-main-container .items-container {
        margin: 64px 0px;
        width: 100%;
    }
    .e-nd1-body .e-body-c .e-nd1-main-container .item-container {
        padding: 0px;
        padding-bottom: 32px;
        width: 100%;
        border-radius: 0px;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        
    }
    .e-nd1-body .e-body-c .e-nd1-main-container .item-container a {
        color: rgb(109, 79, 240);
        text-decoration: none;
    }
    .e-nd1-body .e-body-c .e-nd1-main-container .item-container .item-button {
        border-radius: 8px;
        padding: 16px 0px;
        margin-top: 16px;
        margin-bottom: 0px;
        background-color: rgb(109, 79, 240);
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #fff;
    }
    .e-nd1-body .e-body-c .e-nd1-main-container .item-container .item-button a {
        color: #fff;
        text-decoration: none;
    }
}