body
{
    background: #F8F9FA !important;
}

.divMainHeader,
.divMainFooter
{
    margin-top: 6rem;
    margin-left: 6rem;
}

.divMainFooter
{
    color: white;
    position: absolute;
    bottom: 0;
    margin-bottom: 2rem;
}

.text-white
{
    color: white;
}

.divContentIconTop
{
    /* border-right: 2px dashed white; */
}
.textTitleForm
{
    font-size: 56px !important;
    color: white;
}

.textSeguncadyFormRegister
{
    font-size: 16px;
    /* padding-right: 3rem; */
}

.textEndFormRegister
{
    font-size: 16px;
    margin-top: 35px;
}

.divContentForm
{
    overflow-y: auto;
    height: 100vh;
    padding-left: 55px;
    padding-right: 55px;
}

.titleForm
{
    font-size: 24px;
    font-weight: bold;
    color: #3792FA;
    margin-top: 6rem;
}

.labelInput
{
    font-size: 12px;
    color: #686F75;
}

.divContentInput
{
    background: #FFFFFF;
    border-radius: 10px;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    box-shadow: 0px 2px 4px #dce3ea;
}

.divContentInput em
{
    display: none !important;
}

.divContentInput input
{
    border: 0;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%) !important;
}

.divContentInput input:focus
{
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%) !important;
}

input:-internal-autofill-selected {
    background: white !important;
    background-color: white !important;
}

.divContentIconInput
{
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.divContentIconInput i
{
    color: #9AA4AF;
    font-size: 23px;
}

.divContentIconInput svg
{
    width: 45%;
}

.icono-help {
    width: auto;
    text-align: center;
}

.textCheck
{
    color: #5A90BC !important;
}


input[type="checkbox"]:not(old) + label {
    cursor: pointer;
}

input[type="checkbox"]:not(old) + label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px double white;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    border-radius: 4px;
    box-shadow: 0 0 1px 2px #dce3ea;
}

input[type="checkbox"]:not(old):checked + label:before {
    /* Estilos del input seleccionado */
    background: #3499FF;
}

#check-aceptar,
#checkAceptarPoliticas
{
    opacity: 1;
    height: 0;
    width: 0;
    margin-left: -6px;
}

.divContentImgError
{
    display: flex;
    justify-content: center;
}

.textTitleError
{
    color: #D8D8D8;
}

.textSubtitleError
{
    color: #FFFFFF;
    font-weight: bold;
}

.modalBodyError
{
    border: 0;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
}

.btnError,
.btnError:hover,
.btnError:focus
{
    border-radius: 10px;
    background: #3892FF;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 13px;
}

.divContentCaptcha
{
    margin-top: 80px;
    margin-bottom: 2rem;
}

.textTitleSuccess
{
    font-size: 24px;
    font-weight: bold;
    color: #3792FA;
}
.textInfoSucccess
{
    font-size: 18px;
    color: #686F75;
}

#idFormTack
{
    margin-top: 25%;
}

#EntrarTienda
{
    /* font-size: 16px; */
    font-weight: bold !important;
    background-color: #3892FF !important;
    height: 60px;
    border-radius: 10px !important;
    box-shadow: inset 0px 0px 0px 0px #3892FF !important;
}

.divContentImgError a:hover
{
    text-decoration: none !important;
}


.divContentImgmain
{
    height: 100vh;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
}

@media (max-width:480px) and (min-width: 0px){
    .divContentImgmain {
        height: 263px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0px;
    }

    .divMainHeader, .divMainFooter {
        margin-top: 2rem;
        margin-left: 0rem;
        padding: 0;
    }

    .divMainHeader img
    {
        width: 90%;
    }

    .divMainHeader .text-white
    {
        font-size: 12px !important;
    }

    .divMain
    {
        padding: 5px !important;
    }

    .divMainFooter {
        padding: 0 !important;
        margin-bottom: 1rem;
    }

    .textTitleForm {
        font-size: 26px !important;
    }

    .textSeguncadyFormRegister {
        margin-top: 10px !important;
        font-size: 12px;
    }

    .textEndFormRegister {
        font-size: 10px;
        margin-top: 10px;
    }

    .divContentForm {
        padding-left: 15px;
        padding-right: 15px;
    }

    .titleForm {
        font-size: 21px;
        margin-top: 2rem;
    }

    .textCheck {
        font-size: 11px;
    }

    .divContentBtn
    {
        justify-content: center;
    }

    .textSubtitleError {
        font-size: 18px !important;
    }

    #idFormTack {
        margin-top: 4%;
    }

    .divContentIconInput svg
    {
        width: 45%;
    }
}
@media (max-width:768px) and (min-width: 481px){
    .divContentImgmain {
        height: 563px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0px;
    }

    .divMainHeader, .divMainFooter {
        margin-top: 2rem;
        margin-left: 0rem;
        padding: 0;
    }

    .divMain
    {
        padding: 5px !important;
    }

    .divContentBtn
    {
        justify-content: center;
    }

    .divContentMainCaptcha
    {
        margin-top: 26px;
    }

    #idFormTack {
        margin-top: 4%;
    }

    .divContentIconInput svg {
        width: 34px;
    }
}
@media (max-width:1024px) and (min-width: 769px){
    .divContentImgmain {
        height: 563px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0px;
    }

    .divMainHeader, .divMainFooter {
        margin-top: 6rem;
        margin-left: 1rem;
    }

    .divMain
    {
        padding: 5px !important;
    }

    .divContentBtn
    {
        justify-content: center;
    }

    .divContentMainCaptcha
    {
        margin-left: 54px;
        top: 24px;
    }

    #idFormTack {
        margin-top: 4%;
    }

    .divContentIconInput svg {
        width: 34px;
    }
}

@media (min-width: 1201px){

    .divContentIconInput svg {
        width: 30%;
    }
}