main {
    background-color: #ffffff;
}
.header{
        border-bottom: 3px solid #F4B333;
}

.contenedor__facturacion {
    width: 100%;
    height: auto;
    padding: 200px 0 119px;
}

.content__factura {
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    gap: 119px;
    padding: 0 98px;
}

.content__title__principal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    text-align: center;
}

.title__page {
    font-family: "engravers_gothicregular", sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    color: #575955;
    font-weight: 400;
    margin: 0;
}

.subtitle__page {
    color: #202124;
    text-align: center;
    font-family: "avenir_regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.title__nofound {
    color: #000;
    text-align: center;
    font-family: "avenir_regular", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -0.48px;
}

.form__comprobacion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    justify-content: start;
    width: 100%;
}

.container__data__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    justify-content: start;
    width: 100%;
    overflow: visible;
}

.container__data__form label {
    color: #202124;
    font-family: "avenir_regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
}

.item__input label {
    color: #202124;
    font-family: "avenir_regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
}


.item__input input.confirmacion[type="checkbox"] {
    width: 14px;
    height: 14px;
    border-radius: 5px;
    accent-color: #F5B333;
    cursor: pointer;
}

.date-input-selected{
    color: #202124;
    border: 1px solid #89939E;
    background: #FFF;
    height: auto;
    min-height: 48px;
    width: 100%;
    min-width: 424px;
    padding: 16px 20px;
    transition: all 0.3s;
    text-transform: uppercase;
}

.input__busqueda {
    border: 1px solid #89939E;
    background: #FFF;
    height: auto;
    min-height: 48px;
    width: 100%;
    min-width: 424px;
    padding: 16px 20px;
    transition: all 0.3s;
    text-transform: uppercase;
}

.input__busqueda.date{
    color: #89939E;
}

input.input__busqueda:focus {
    border: 1px solid #F4B333;
    outline: none;
}

.input__busqueda.error {
    border: 2px solid #C33025;
    display: block;
}

.date-input-selected.error{
    border: 2px solid #C33025;
    display: block;
}

select.input__busqueda {
    min-width: 0;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

select.input__busqueda:focus {
    border: 1px solid #F4B333;
    outline: none;
}

.error {
    display: none;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    color: #E02B1D;
    font-size: 12px;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.container__button {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.send__verificar {
    display: flex;
    border: none;
    cursor: pointer;
    background: #F5F7FA;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid #000;
    color: #212121;
    font-family: "engravers_gothicregular", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.send__verificar:disabled {
    /*opacity: 0.1;*/
    border-radius: 16px;
    background:  #FFFCF5;
    color:  #878787;
    cursor: not-allowed;
    border-color: #FFFCF5;
}

button:disabled:hover {
  pointer-events: none;
  background-color: #FFFCF5;
  color:  #878787;
  border-color: #FFFCF5;
  cursor: not-allowed;
}

.container__sindatos {
    display: none;
    flex-direction: column;
    padding: 0 200px;
}

.container__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-top: 120px;
}

.button__active {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #000;
    background: #F5F7FA;
    color: #212121;
    text-align: center;
    font-family: "engravers_gothicregular", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
}

.button {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #442F06;
    color: #442F06;
    text-align: center;
    font-family: "engravers_gothicregular", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
}

.button__active:hover,
.send__verificar:hover,
.button:hover {
    background-color: #212121;
    color: #FFF;
    /*border: none;*/
}

.container__condatos {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 110px;
}

.pedido-encontrado {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
}

.container__pedido {
    display: flex;
    flex-direction: row;
    gap: 48px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.item__pedido {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    gap: 10px;
}

.item__pedido p {
    color: #202124;
    font-family: "avenir_regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

.item__pedido p.title__item {
    color: #202124;
    font-family: "avenir_regular", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    margin: 0;
}

.container__pleca {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    border: 1px solid #D6920A;
    padding: 50px;
}

.title__aviso {
    color: #061C3D;
    text-align: center;
    font-family: "engravers_gothicregular", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.aviso {
    color: #202124;
    text-align: center;
    font-family: "avenir_regular", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 550;
    line-height: 26px;
    margin: 0 auto;
    max-width: 950px;
}

.container__form__factura {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 48px;
    width: 100%;
    padding: 0 100px;
}

.container__form__factura p.aviso__factura {
    color: #202124;
    text-align: center;
    font-family: "avenir_regular", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
}

.container__form__factura p {
    color: #000;
    font-family: "avenir_regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.container__form__factura ul li {
    color: #202124;
    font-family: "avenir_regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.container__form__factura ul li span {
    color: #E9A217;
    font-family: "avenir_regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.container__notas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.container__notas ul {
    list-style: disc;
}

.seccion__factura {
    display: flex;
    flex-direction: column;
    padding: 48px 220px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.seccion__factura form {
    width: 100%;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.container__error__facturacion {
    width: 100%;
    height: auto;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 8px;
    background: #FFE3AD;
    text-align: center;
    align-self: stretch;
    margin: 0 0 30px 0;
}

.container__error__facturacion p {
    color: #232222;
    text-align: center;
    font-family: "poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

/*Descarga Factura */
.container__descarga__factura {
    display: flex;
    padding: 0 210px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}

.title__factura__encontrada {
    color: #000;
    text-align: center;
    font-family: "avenir_regular", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -0.64px;
}

.subtitle__factura__encontrada {
    color: #000;
    text-align: center;
    font-family: "avenir_regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.container__buttons__download {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.container__buttons__download .button__active {
    min-width: 305px;
}

/* Chrome, Safari, Edge */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

@media (max-width: 1200px) {
    .container__pedido {
        flex-wrap: wrap;
    }
}

@media (max-width: 1024px) {
    .title__page {
        font-size: 36px;
    }

    .container__pedido {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .content__factura {
        padding: 0 50px;
        gap: 50px;
    }

    .container__form {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .container__form__factura {
        padding: 0 20px;
    }

    .seccion__factura {
        padding: 48px 70px;
    }

    .container__descarga__factura {
        padding: 0;
        gap: 24px;
    }

    .subtitle__factura__encontrada {
        font-size: 16px;
    }

    .title__factura__encontrada {
        font-size: 18px;
    }
}

@media (max-width: 768px) {

    .contenedor__facturacion {
        padding: 120px 0px;
    }

    .container__buttons {
        flex-direction: column;
    }

    .container__sindatos {
        padding: 0px;
        padding-top: 48px;
    }

    .title__nofound {
        font-size: 20px;
        line-height: 120%;
    }

    .subtitle__page {
        font-size: 16px;
    }

    .title__page {
        font-size: 36px;
    }

    .button__active,
    .button {
        font-size: 16px;
        padding: 8px 16px;
    }

    .content__factura {
        gap: 50px;
        padding: 0 30px;
    }

    .input__busqueda {
        max-width: 100%;
        min-width: auto;
    }

    .pedido-encontrado {
        gap: 20px;
        padding: 0;
    }

    .container__pedido {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .item__pedido p,
    .item__pedido p.title__item {
        font-size: 16px;
    }

    .item__pedido {
        gap: 5px;
    }

    .container__pleca {
        padding: 25px;
        gap: 15px;
    }

    .title__aviso {
        font-size: 22px;
        line-height: 25px;
    }

    .aviso {
        font-size: 16px;
        line-height: 20px;
    }

    .container__form__factura p.aviso__factura {
        font-size: 20px;
    }

    .container__form__factura {
        padding: 0;
        gap: 24px;
    }

    .container__form__factura ul li span,
    .container__form__factura ul li {
        font-size: 16px;
    }

    .seccion__factura {
        padding: 24px 0px;
    }

    .container__condatos {
        gap: 55px;
    }

    .container__buttons__download {
        flex-direction: column;
        align-items: center;
    }

    .subtitle__factura__encontrada {
        font-size: 14px;
    }

    .title__factura__encontrada {
        font-size: 16px;
    }

    .container__descarga__factura {
        gap: 14px;
    }

}