/************ MEDIAQUERYS *****/

@media (max-width: 480px) {

    .botonera {
        width: 100%;
    }

    .botonera div {
        width: auto;
        padding: 25px 25px !important;
        margin: 0px;
        cursor: pointer;
    }

    .botonera .paso span::after, .botonera .paso span::before {
        border: 0 !important
    }
}

/************ CSS *************/
body {
    /*background: #ffe3cb;*/
}

#sign-up {
    background: #ffe3cb;
    background-size: 80% !important;
    padding: 30px 0
}
#sign-up .panel {
    box-shadow: 2px 2px 2px #e0e0e0;
    border-radius: 14px;
    padding: 16px;
}

#f1 {
    display: block;
}

#loog {
    width: 15%;
    margin: 0 auto;
    margin-top: 20px
}

.botonera div {
    width: auto;
    padding: 20px 90px;
    margin: 1px;
    cursor: pointer;
}

.botonera {
    display: flex;
}

.botonera {
    justify-content: center;
}

.formularios {
    list-style: none;
    background: #fff;
    box-shadow: 2px 1px 2px #eee;
}

label {
    padding: 6px 0;
    font-weight: bold
}

.H1dinefa {
    padding: 30px 0 5px 0;
    border-bottom: 3px solid #00568f
}


.botonera div span {
    background: #ffa000;
    width: 30px;
    display: block;
    height: 30px;
    padding: 6px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    z-index: 99 !important;
}

.botonera .paso {
    position: relative
}

.input-group-addon {
    padding: 0;
    border: 0;
    background: none;
    text-align: left;
}

.botonera .paso span::before {
    content: "";
    display: block;
    width: 90px;
    height: 5px;
    color: red;
    z-index: 1;
    border-top: 2px solid #ccc;
    position: absolute;
    left: 0;
    top: 60%;
}

.botonera .paso span::after {
    content: "";
    display: block;
    width: 96px;
    height: 5px;
    color: red;
    z-index: 1;
    border-top: 2px solid #ccc;
    position: absolute;
    left: 56%;
    top: 60%;
}

.sin_izq span:before {
    content: "";
    border: 0 !important
}


.sin_der span:after {
    content: "";
    border: 0 !important
}


