﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik-Bold';
}

@font-face {
    font-family: 'Bonoco2023';
    src: url('/fonts/Bonoco2023.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url('/fonts/Bonoco2023.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Medium';
    src: url('/fonts/Bonoco2023.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url('/fonts/Bonoco2023.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-SemiBold';
    src: url('/fonts/Bonoco2023.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Rubik-Regular', sans-serif !important;
}

/*//remembre password //*/

.custom-remember-password-form {
    height: 100vh;
    padding: 0;

}

.custom-rp-container {
    display: flex;
    height: 100%;
    align-items: center;
}


.custom-rp-container_child {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .custom-rp-container_child:first-child {
        flex-grow: 1;
        position: relative;
        /*background-image: url(../Content/images/fondoOlvidoContraseña.svg);*/
        /*background-size: contain;*/
        /*background-repeat: no-repeat;*/
        width: 100%;
        /*background-position: center;*/
    }

    .custom-rp-container_child:nth-child(2) {
        flex-grow: 1;
        background-color: white;
        flex-direction: column;
        width: 100%;
        gap: 4em;
        position: relative;
    }

.custom-rp_title-container {
    display: flex;
    flex-direction: column;
    margin-top: -20em;
    width: 45%;
    gap:1em;
    color: white;
}
.custom-rp_title-container_title {
    font-size: 4.5em;
    font-weight: 600;
    width: 90%;
    font-family: 'Bonoco2023', sans-serif !important;
}

.custom-rp_title-container_subtitle {
    font-size: 1.9em;
    width: 100%;
}

.custom-rp-padding{
    padding: 15px;
    position: relative;
}

.custom_button-rp {
    font-size: 1.2em !important;
}

.custom-rp-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}

.custom-rp-image-logo {
    width: 220px;
    height: 220px;
}

.custom-rp-newcode {
    text-decoration: underline;
    color: #002e6f;
    margin: .5em 0;
}

.custom-rp-image-subtitle {
    color: #002e6f;
    position: absolute;
    top: 145px;
    font-weight: 600;
    font-size: 1.3em;
    text-align: center;
    width: 140px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.custom-rp-quote {
    display: flex;
    flex-direction: column;
}

.custom-rp-image {
    height: 75px;
    width: 200px;
    margin: auto;
}

.custom-rp-lock{
    width: 400px;
    height: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cls-1 {
    fill: #fff; /* o "white" */
}

.hidden-header{
    display: none;
}

@media (max-width: 1500px) {
    .custom-rp-image {
        height: 50px;
        width: 130px;
    }

    .custom-rp-newcode {
        font-size: 10px;
    }

    .custom_button-rp {
        font-size: 1em !important
    }

    .custom-rp-container_child:nth-child(2){
        gap: 3.5em;
    }
}


/*//remembre password //*/

/*//register //*/

.register-container {
    display: flex;
    height: 100vh;
}

.register-container_title {
    background-color: white;
    border: none !important;
    flex-grow: 1;
}

.register-container_title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.register-image-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .register-image-container img{
        width: 170px;
    }

    .register-image-container div {
        margin-top: -3em;
        font-size: 1.5em;
        font-weight: 600;
        width: 170px;
        margin-left: -1em;
        color: #002e76;
    }

.register-tittle-container {
    font-size: 4.5em;
    font-family: 'Bonoco2023', sans-serif !important;
    color: #002e76;
}

.custom_footer-register {
    position: initial !important;
    align-self: self-start !important;
    width: 220px !important;
    background-color: #002e76 !important;
    color: white !important;
    margin-left: 2em !important;
}

.custom-form-register {
    background-color: #70a5d8e3;
    border-radius: 1em;
    border: none;
    outline: none;
    box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;
    height: 600px;
    width: 350px;
    position: relative;
    padding: 1.5em;
}

.register-info-container {
    width: 450px;
    color: white;
    text-align: justify;
}

    .register-info-container a{
        font-weight: 900;
    }

    .register-tittle-container_img {
        width: 450px;
    }

.custom_form_container-register {
    height: 100%;
    display: flex;
    align-items: center;
    border: none !important;
    justify-content: center;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5em
}

.register-form-container {
    background-image: url('../Content/images/fondoRegistrarse.svg');
    border: none !important;
    background-repeat: no-repeat;
    background-size: cover;
    flex-grow: 1;
}
/*//register //*/
/*//Consultar numero contribuyente //*/
.hidden-btn {
    display: none;
    background-color: white;
    color: #002e76;
    font-size: 1.8em;
    font-weight: 900;
    text-align: center;
    border-radius: 0.2em;
    text-decoration: none;
    padding: 0 1em;
    margin-right: 1em;
    align-self: self-start;
}
.custom-form-consult {
    background-color: #70a5d8e3;
    border-radius: 1em;
    border: none;
    outline: none;
    box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;
    height: 330px;
    width: 650px;
    position: relative;
    padding: 2em 3em;
}

.custom-consult-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 82vh;
    background-image: url('../Content/images/fondoConsultarContribuyente.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
}

.custom-consult-container_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2em;
    margin-top: -10%;
}

.consult_custom_title {
    font-family: 'Bonoco2023', sans-serif !important;
    text-align: center;
    font-size: 3.5em;
    color: white;
}
.custom-consult-header {
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 18vh;
}

.custom-inicio-consult-btn {
    background-color: #002e76;
    color: white;
    font-size: 1.8em;
    font-weight: 900;
    text-align: center;
    border-radius: 0.2em;
    text-decoration: none;
    padding: 0 1em;
    margin-right: 1em;
}
.custom-consult-image-logo {
    height: 80px;
}
.custom-consult-image-container{
    display: flex;
    align-items: center;
}

    .custom-consult-image-container div {
        color: #002e76;
        font-weight: 700;
        font-size: 1.3em;
        width: 120px;
        margin-left: -1em;
    }
/*//Consultar numero contribuyente //*/
.custom_wrapper {
    display: flex;
    height: 100vh;
}

.custom_title_container {
    width: 100%;
    justify-content: center;
    display: flex;
    margin: 1em 0 2em 0;
}

.custom_title {
    font-size: 1.9em;
    font-weight: 900;
    color: #002e6f;
}

.custom_button {
    width: 240px;
    height: 45px;
    border-radius: 20px;
    border: none;
    background-color: #002e6e;
    color: white;
    font-size: 1.5em;
    font-weight: 900;
}

.custom_remember_button {
    border: none;
    background: transparent;
    color: #002e6e;
    font-weight: 600;
    font-size: .9em;
    align-self: start;
}

.custom_button_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1em;
    align-items: center;
    margin: 2em 0 2em 0;
}

.custom_input_container {
    display: flex;
    flex-direction: column;
    border: none !important;
    gap: .5em;
    width: 100%;
}

.custom_user_number {
    color: #002e6e;
    font-size: .8em;
    padding: 0.4em;
    font-weight: 700;
    border-radius: 0.6em;
    display: flex;
    gap: 0.5em;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 10px;
}

    .custom_user_number:hover {
        cursor: pointer;
    }

    .custom_user_number > a {
        color: #002e6e;
        text-decoration: none;
        font-size: 1.25em;
    }

.custom_input {
    width: 100%;
    border: none;
    height: 35px;
    background-color: white !important;
    color: #4a4a4a !important;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 0.5em;
    font-weight: 700;
    padding-left: 0.5em;
    transition: all 0.3s ease-in-out;
}

    .custom_input:hover {
        background-color: #f9f9f9;
        box-shadow: 0 2px 6px rgb(0 0 0 / 16%), 0 2px 4px rgb(0 0 0 / 22%);
    }

    .custom_input:focus {
        outline: none;
        background-color: white;
        box-shadow: 0 3px 8px rgb(0 0 0 / 20%), 0 3px 6px rgb(0 0 0 / 26%);
        border: 1px solid #4a90e2;
    }

    .custom_input:active {
        background-color: #f3f3f3;
        transform: scale(0.98);
    }

.custom_input-spam {
    color: #002e6f;
    font-weight: 800;
    font-size: 1.1em;
}

.custom_input-spam-contributor {
    color: #002e6f;
    font-weight: 800;
    font-size: 1.4em;
}


.custom-form-logOn {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #70a5d8e3;
    border-radius: 1em;
    border: none;
    outline: none;
    box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;
    height: 460px;
    width: 350px;
    position: relative;
    top: -8%;
}

    .custom-form-logOn > .validation-summary-errors {
        font-weight: bold;
        color: #ff0000;
        list-style: none;
        font-size: 0.9em;
        width: 100%;
        text-align: left;
        position: relative;
        height: 0px;
        margin-bottom: 1em;
    }

        .custom-form-logOn > .validation-summary-errors > ul {
            padding: 0;
            margin: 0;
        }

.custom_form_container {
    height: 100%;
    display: flex;
    align-items: center;
    border: none !important;
    justify-content: center;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    /*gap: 1.5em;*/
}

    .custom_form_container:nth-of-type(1) {
        padding-right: 4em;
    }

    .custom_form_container:nth-of-type(2) {
        padding-left: 4em;
    }

.custom_form_container-background1 {
    background-image: url('../Content/images/fondoazullineasblancas.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.custom_form_container-background2 {
    background-image: url('../Content/images/fondociudad.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.custom_title_container_site {
    position: relative;
    top: -10%;
    width: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom_title_site {
    font-size: 3em;
    font-weight: 900;
    color: white;
    font-family: 'Bonoco2023', sans-serif !important;
    text-align: center;
}

.custom_title_site-subtitle {
    font-size: 2.1em;
    color: white;
}


.custom_footer {
    position: absolute !important;
    bottom: 44px;
    left: 40px;
    width: 150px;
    background-color: white;
    color: #002e76;
    font-size: 1.8em;
    font-weight: 900;
    text-align: center;
    border-radius: 0.2em;
    text-decoration: none;
}

    .custom_footer:hover {
        cursor: pointer;
    }

.custom_image {
    width: 450px;
    object-fit: fill;
    min-width: 450px;
    max-width: 450px;
    margin-top: 3em;
}

@media(max-width:1800px){
    .register-tittle-container{
        margin-top: -.5em;
    }
}

@media (max-width: 1650px) {

    .custom-consult-container_container{
        margin-top: -5%;
    }

    .register-tittle-container {
        margin-top: -1em;
    }

    .register-tittle-container{
        font-size: 4em;
    }

    .register-tittle-container_img {
        width: 400px;
    }

    .custom_title_container_site {
        /*top: -5%;*/
    }

    .custom_form_container-register {
        gap: .2em
    }


    .custom-consult-header {
        height: 14vh;
    }

    .custom-inicio-consult-btn {
        font-size: 1.3em;
    }

    .custom-consult-container{
        height: 86vh;
    }

    .custom-rp_title-container {
        width: 55%;
    }

    .custom-rp_title-container_title{
        font-size: 3.8em;
    }

    .custom-rp-image-subtitle{
        top: 102px;
        font-size: 1em;
    }

    .custom-rp-image-logo {
        height: 160px;
        width: 160px;
    }

    .custom-rp-lock {
        width: 350px;
        height: 350px;
    }

    .custom_footer {
        bottom: 10px !important;
        font-size: 1.5em !important;
        width: 180px !important;
    }
}

@media (max-width: 1400px) {

    .custom-rp_title-container{
        width: 55%;
    }

    .custom-consult-image-logo {
        height: 60px;
    }
    .custom-consult-image-container div {
        font-size: 1em;
    }

    .custom-inicio-consult-btn{
        font-size: 1em;
    }

    .custom-consult-header{
        height: 12vh;
    }

    .custom-consult-container{
        height: 88vh;
    }

    .custom-consult-container_container {
        margin-top: -2%;
    }


    .custom_title_container_site {
        width: 450px;
        /*top: -4%;*/
    }

    .custom_title_container {
        margin: .5em 0 1.5em 0;
    }

    .custom_title_site {
        font-size: 2.5em;
    }

    .custom_title_site-subtitle {
        font-size: 1.5em;
    }

    .custom-form-logOn {
        height: 380px;
        width: 280px;
        min-height: 355px;
    }

    .custom-rp-padding{
        padding: 0 15px;
    }

    .custom_user_number {
        font-size: .7em;
    }

    .custom_button_container {
        margin: 0.5em 0 0em 0;
    }

    

    .custom_button {
        width: 190px;
        height: 32px;
        font-size: 1.1em;
    }
    .custom_user_number {
        bottom: 5px;
    }

    .register-tittle-container_img {
        width: 300px;
    }

    .register-tittle-container {
        font-size: 3.2em;
    }

    .register-image-container img{
        width: 140px;
    }

    .register-image-container div {
        font-size: 1em;
    }
    .custom_input-spam {
        font-size: .8em;
    }

    .custom-form-register {
        height: 510px;
        padding: 0.5em 1.5em;
        width: 300px;
    }

    .register-info-container {
        width: 360px;
    }

    .register-info-container span {
        font-size: .8em;
    }

    .custom-rp_title-container_title {
        font-size: 3em;
    }

    .custom-rp_title-container_subtitle{
        font-size: 1.3em;
    }

    .custom-rp-image-subtitle{
        font-size: .8em;
    }

    .custom-rp-lock {
        width: 300px;
        height: 300px;
    }
    
}

@media screen and (max-width: 1300px) {

    .custom_title_site {
        font-size: 2.5em;
    }

    .custom_title_site-subtitle {
        font-size: 1.5em;
    }

    .custom-rp-image-logo {
        width: 110px;
        height: 110px;
    }

    .custom-rp-image-subtitle {
        font-size: .8em;
        top: 70px;
    }

    .custom-rp-lock {
        width: 250px;
        height: 250px;
    }
}


@media screen and (max-width: 1150px) {

  /*  .custom_title_container_site {
        top: 50px;
        left: 30px;
    }*/
    /*.custom-rp-container_child:nth-child(2) {
        gap: 4em;
    }*/
    .custom-consult-image-logo {
        height: 50px;
    }

    .custom-consult-image-container div {
        font-size: .8em;
    }

    .custom-inicio-consult-btn {
        font-size: .8em;
    }

    .custom-consult-header {
        height: 12vh;
    }

    .custom-consult-container_container {
        margin-top: 0;
    }

    .consult_custom_title {
        font-size: 2.5em;
    }

    .custom-form-consult {
        height: 268px;
        padding: 1em 2em;
    }

    .custom-rp_title-container_title{
        font-size: 2.8em;
    }
}

@media screen and (max-width: 1000px) {

    


    .custom_form_container {
        align-items: center;
        gap: .5em;
    }



    .custom_title_container_site {
        /*position: static;*/
        font-size: 1.5em;
        width: 500px;
        margin-top: 4.5em;
    }

    .custom_wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    .custom_form_container:nth-of-type(1) {
        padding-right: 0em;
    }

    .custom_form_container:nth-of-type(2) {
        padding-left: 0em;
    }

    .custom_image {
        width: 750px;
        min-width: 750px;
        max-width: 750px;
        margin-top: 0em;
    }

    .custom-form-logOn {
        font-size: 1.3em;
        width: 580px;
        height: 550px !important;
        min-height: 550px;
    }

    .custom_button_container {
        margin: 1em 0 2em 0;
    }

    .custom_button {
        width: 310px;
        height: 60px;
        font-size: 2.1em;
        text-align: center;
    }

    .register-info-container span {
        font-size: 1.1em;
        line-height: 18px;
    }

    .custom_user_number > a {
        font-size: 2.2em;
    }

    .custom_remember_button{
        font-size: 1em;
    }

    .custom-form-consult {
        height: 320px;
    }

    .custom_form_container-background1 {
        background-position: center;
    }

    .custom-rp-container {
        flex-direction: column;

    }
    .custom-rp-container_child{
        width: 100%;
    }

    .custom-rp_title-container {
        height: 50vh;
        justify-content: center;
        margin-top: 0;
    }

    .custom-rp-container_child:first-child {
        height: 120%;
        min-height: 987px;
    }

    .custom-rp-container_child:nth-child(2) {
        gap:6em;
        height: 120%;
    }

    .custom-rp_title-container_title {
        font-size: 6.8em;
    }

    .custom-rp_title-container_subtitle {
        font-size: 2.3em;
    }

  /*  .custom-rp-image-container {
        margin-top: -7em;
    }*/

    .custom-rp-image {
        height: 90px;
        width: 220px;
    }

    .custom-rp-newcode{
        font-size: 1.2em;
    }

    .custom-rp-image-subtitle {
        font-size: 1.5em;
        width: 150px;
    }

    .register-container{
        flex-direction: column;
    }

    .register-container_title{
        padding: 2em;
    }

    .register-form-container{
        padding: 3em;
    }

    .custom_form_container-register {
        gap: 1.5em;
        justify-content: flex-start;
    }

  /*  .custom_form_container{
        justify-content: flex-start;
    }*/

    .custom-form-register {
        height: 630px;
        width: 450px;
    }

    .register-image-container div {
        font-size: 1.5em;
        width: 160px;
    }
    .custom-rp-image-logo {
        width: 260px;
        height: 260px;
    }

        .custom_input-spam {
            font-size: 1.2em;
        }
    .custom-consult-header {
        display: none;
    }

    .custom-consult-container{
        height: 100vh;
    }

   

    .custom-consult-container{
        justify-content: flex-start;
    }

    .consult_custom_title {
        font-size: 3.5em;
    }

    .hidden-btn{
        display: block;
    }
    .register-container_title {
        position: relative;
    }

    .register-tittle-container_img{
        width: 500px;
    }

    .custom_footer {
        font-size: 2em !important;
        width: 280px !important;
    }

    .register-image-container img {
        width: 200px;
    }

    .register-tittle-container{
        font-size: 4.2em;
    }

    .custom-rp-image-subtitle {
        top: 175px;
    }
   /* .custom_form_container-background2 {
        display: none;
    }

    .custom-form-logOn{
        position: static;
    }

    .custom_title_container_site {
        position: static;
    }

    .container-hidden{
        display: none;
    }*/

   /* .custom-rp-container_child{
        justify-content: flex-start;
    }*/

    .hidden-header{
        display: flex;
        justify-content: space-between;
        padding: 1em;
        align-items: center;
        width: 100%;
    }

    .hidden-header a{
       align-self: center;
       margin-top: -1em;
    }

    .custom_input-spam-contributor {
        font-size: 2.1em;
    }

    .custom_input{
        font-size: 1.5em;
    }

    .custom_user_number {
        bottom: 15px;
    }

}

@media screen and (max-width: 800px){
    
}

