.inputUpper{
    text-transform: uppercase;
}

.btnTabRegistro{
    background-color: #b3b3b3;
    border: 0px;
    color: #000;
    font-weight: 500;
    border-radius: 50%;
    width: 107px;
    height: 105px;
    border: solid 2px #f68e2d;
    word-wrap: initial;
}

.lineButtonRegistro{
    position: absolute;
    background-color: #b3b3b3;
    width: 200px;
    height: 3px;
    top: 20%;
    left: 20%;
}

.btnRegistro{
    color: #f68e2d;
    font-size: 20px;
    font-weight: 500;
    background-color: #fff;
    border: solid 2px #f68e2d;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 2%;
    padding-left: 10%;
    padding-right: 10%;
    width: 70%;
    cursor: pointer;
    margin-bottom: 10px;
}

.btnRegistroInvert{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background-color: #f68e2d;
    border: solid 2px #f68e2d;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 1%;
    padding-left: 5%;
    padding-right: 5%;
    width: 50%;
    cursor: pointer;
    margin-bottom: 10px;
}

.btnRegistroInvert:hover{
    color: #f68e2d;
    background-color: #fff;
    border: solid 2px #f68e2d;
}

.btnRegistro:hover{
    color: #fff;
    background-color: #f68e2d;
}

.shadowActiveTabRegistro {
    box-shadow: 0 0 0 5px #ed7b107a,
    0 0 0 10px #ed7b107a;
}


@media(max-width: 1399px) {
    .backRegistro{
        height: 65rem !important
    }

    .itemTab{
        width: 200px;
    }

    .lineButtonRegistro{
        top: 15%;
    }

    .lineDatosPeronales{
        width: 92px !important; 
        left:  26.9% !important;
    }

    .lineProfesionSalud{
        left: 62.2% !important;
        width: 92px !important;
    }

    .lineLocalidad {
        left: 44.5% !important;
        width: 92px !important;
    }
}

@media(max-width: 1199px) {
    .itemTab{
        width: 150px;
    }
}


@media(max-width: 991px) {
    .itemTab{
        width: 110px;
    }

    .backRegistro{
        background-image:none !important;
    }
}

@media(max-width: 767px) {
    .itemTab{
        width: 100px;
    }
}

@media(max-width: 534px) {
    .btnTabRegistro{
        font-size: 11px;
        width: 70px;
        height: 70px;
    }

    .itemTab{
        width: 80px;
    }
}

@media(max-width: 434px) {
    label{
        font-size: 13px;
    }
    .itemTab{
        width: 100%;
        padding: 0 !important;
    }
    
    .btnTabRegistro{
        background-color: #b3b3b3;
        border: 0px;
        color: #666666;
        border-radius: 20px;
        border: solid 2px #f68e2d;
        margin-top: 5%;
        width: 100%;
        height: 40px;
        word-wrap: initial;
        font-size: 15px;
    }

    .tab-content{
        margin-top: 0% !important;
    }

    .nav {
        padding: 0;
        margin: 0;
    }

    .backRegistro{
        height: 80rem !important;
    }
}