.page-container {
    width: 100%;
    height: 100%
}
.nuevo-miembro-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.bienvenida {
    width: 100%;
    height: 100%;
    background-image: url("../img/nuevo-miembro/NUEVOMIEMBRO.png");
    background-size: cover;
    background-position: center
}
.header-nm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 20%
}
.header-nm img {
    width: 10rem;
    height: 10rem;
    margin: 0 0 0 45%
}
.close-nm {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 1rem 0 0;
    color: #939393
}
.close-nm p:hover {
    text-decoration: underline
}
.close-nm i {
    font-size: 1.3rem;
    margin: 0 0.3rem 0 0;
    cursor: pointer
}
.suscribete-container {
    display: none
}
.suscribete-nm {
    width: 80%;
    margin: 10rem 0 0 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.suscribete-nm p:first-child {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #2c2c2c;
    line-height: 1;
    text-align: center
}
.suscribete-nm p:nth-child(2) {
    color: #e68bbb;
    font-style: italic;
    font-size: 1.5rem;
    font-family: 'Open Sans', sans-serif;
    text-align: center
}
.suscribete-nm form {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.ingreso-correo {
    margin: 3rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #e2e1e1;
    font-size: 0.7rem
}
.ingreso-correo input {
    background: none;
    border: none;
    width: 70%;
    text-align: center;
    font-size: 0.9rem
}
.boton-f {
    border: none;
    background-color: none;
    color: #fff;
    letter-spacing: 3px;
    font-weight: bold;
    background-color: #c3c3c1;
    border: 1px solid #c3c3c1;
    border-radius: 20px;
    padding: 1rem 1.5rem;
    font-size: 0.8rem;
    margin: 1rem 3rem 0 0;
    cursor: pointer;
    width: 30%;
    text-transform: uppercase;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}
.boton-f:hover {
    background-color: #d95098;
    border: 1px solid #d95098;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.formulario-nm {
    width: 100%;
    height: 100%;
    background-image: url("../img/nuevo-miembro/NUEVOMIEMBRO-2.png");
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.confirmacion-nm {
    width: 100%;
    height: 100%;
    background-image: url("../img/nuevo-miembro/NUEVOMIEMBRO-3.png");
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.formulario-informacion {
    width: 50%
}
.formulario-informacion p:first-child {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #9fa3a7;
    font-weight: bold;
    margin: 0 0 0 1rem
}
.inputs-formulario {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 2rem 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.inputs-formulario input {
    border: none;
    background: none;
    background-color: #fafafa;
    border: 1px solid #ededed;
    padding: 1rem;
    margin: 0.5rem;
    border-radius: 0.3rem
}
.col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.col-1 input {
    width: 50%
}
.col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.col-2 input {
    width: 50%
}
.col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.col-3 input {
    width: 50%
}
.col-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.col-4 input:first-child {
    width: 50%
}
.col-4 input:nth-child(2) {
    width: 100%
}
.col-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.col-5 input {
    background: #f3f3f3;
    width: 30%;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.8rem;
    border-radius: 20px;
    border: 2px solid #d8d8d8;
    color: #6c6b6b
}
.confirmacion-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10rem 0 0 0
}
.confirmacion-info img {
    width: 5rem;
    height: 5rem
}
.confirmacion-info {
    color: #beb4be
}
.confirmacion-info p:nth-child(2) {
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    color: #3e3138;
    text-transform: uppercase;
    margin: 1rem 0 0.5rem 0
}
.confirmacion-info p {
    text-align: center;
    font-size: 0.9rem;
    width: 80%
}
@media (min-width: 0px) and (max-width: 700px) {
    .header-nm img {
        width: 7rem;
        height: 7rem;
        margin: 0 0 0 30%
    }
    .suscribete-nm {
        margin: 5rem 0 0 0;
        width: 100%
    }
    .suscribete-nm p:nth-child(2) {
        font-size: 1.2rem
    }
    .ingreso-correo input {
        width: 100%
    }
    .ingreso-correo {
        width: 100%
    }
    .boton-f {
        width: 50%;
        margin: 1rem 0 0 0
    }
    .suscribete-nm form {
        width: 80%
    }
    .suscribete-nm p:first-child {
        font-size: 1.8rem
    }
    .inputs-formulario {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .col-1,
    .col-2,
    .col-3,
    .col-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .col-1 input,
    .col-2 input,
    .col-3 input {
        width: 100%
    }
    .col-4 input:first-child {
        width: 100%
    }
    .col-4 input:nth-child(2) {
        width: 100%
    }
    .formulario-informacion {
        width: 80%
    }
    .page-container {
        height: 100%;
        background-color: #f3f3f3
    }
    .col-5 input {
        width: 50%;
        margin: 0.5rem 0 2rem 0
    }
    .confirmacion-info {
        margin: 5rem 0 0 0
    }
    .confirmacion-info p:nth-child(2) {
        font-size: 1.5rem
    }
    .confirmacion-info img {
        width: 3rem;
        height: 3rem
    }
    .confirmacion-info p {
        text-align: center;
        font-size: 0.9rem;
        width: 80%
    }
    .nuevo-miembro-container {
        overflow: scroll
    }
}