:root {
    --color-azul: #1e4ea0;
    --color-gris: rgb(97, 97, 97);
    --color-verde:#579835;
    --color-verde-medio:#d8e8db;
    --color-verde-limon:#eef6ed;
    --color-naranja: #f58220;
}

body {
    margin: 0 auto;
    width: 1343.28px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.portada {
    width: 1343.28px;
    height: 815.36px;
    background-image: url('./img/propuesta_portada.jpg');
    /* background-size: cover; */
}

.cliente-empresa__container {
    border: 3px solid rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.267);
    height: 92px;
    width: 584px;
    position: absolute;
    bottom: -359px;
    left: 50%;
    margin-left: -624px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text_accessories{
    font-size: 8px!important;
}

.cliente-empresa__cliente {
    font-size: 28px;
}

.cliente-empresa__cargo{
    font-size: 20px;
}

.cliente-empresa__empresa {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.cliente-empresa__cliente,
.cliente-empresa__empresa,
.cliente-empresa__cargo {
    width: 100%;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    color: white;
}

.titulo-fecha__container {
    height: 173px;
    width: 584px;
    position: relative;
    top: 1094px;
    left: 62px;
}

.titulo-fecha__titulo {
    width: 100%;
    vertical-align: top;
    font-weight: bold;
    color: white;
}

.titulo-fecha__titulo {
    font-size: 25px;
}

.titulo-fecha__fecha {
    width: 100%;
    vertical-align: top;
    font-weight: bold;
    color: white;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.politica_migracion{
    padding-bottom: 194px;
}

.titulo-fecha__fecha-numbers {
    font-size: 20px;
    width: 100%;
    vertical-align: top;
    font-weight: bold;
    color: white;
}

.page {
    /* height: 100% */
    width: 1343.28px;
    /* height: 815.36px; */
    display: flex;
    flex-direction: column;
    background-image: url("./img/trama_fondo_anexo_uno.png");
    background-size: inherit;
    background-repeat: repeat-y;
}
/* 
.new_page {
    width: 1310px;
    height: 960px !important;
    display: flex;
    flex-direction: column;
    background-size: cover;
}
 */

.page_container_content{
    display: flex;
    width: 100%;
    height: 100%;
}

.page_intro{
    width: 625.98px;
    background-image: url('./img/img_page_intro.png');
    height: 815.36px;
}

.pagination {
    position: relative;
    bottom: 0;
    margin-top: 10px;
    padding: 0 45px 0 45px;
}

.pagination_4{
    position: relative;
    bottom: 0;
    display: flex;
    flex-grow: 1;
    overflow: auto;
    align-items: flex-end;
}

.page_content {
    width: 1343.28px;
    display: flex;
     flex-direction: column;
    align-items: center; 
    height: auto;
}

.page_content_info {
    padding: 95px 45px 0 45px;
    width: 630px;
    flex-grow: 1;
    display: flex;
    overflow: auto;
    flex-direction: column;
}

.page_container_info_pagination{
    display: flex;
    flex-direction: column;
}

.page_container_date{
    display: flex;
    width: 100%;
}

.page_content--strech {
    padding: 20px 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.datos_asesor{
    padding-top: 65px;
}

.input_numero_propuesta{
    width: 120px;
}

.imput_fecha{
    width: 100%;
}

.page__header {
    width: 1343.13px;
    height: 59.69px;
    background-image: url('./img/header.jpg');
}

.numero_propuesta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.input_cliente {
    color: var(--color-azul);
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}

.input_empresa {
    color: var(--color-gris);
    font-size: 16px;
    margin-top: 10px;
    width: 100%;
}
.input_cargo {
    color: var(--color-gris);
    font-size: 16px;
    margin-top: 10px;
    width: 100%;
}

.logos_empresas{
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.condiciones-comerciales{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.text-small-promocion{
    font-size: 10.5px;
    color: #848484;
    line-height: 14px;
    margin: 0 auto;
    font-family: arial,sans-serif;
}

.condiciones__item{
    margin: 2px;
    min-height: 0px;
    padding-left: 15px;
    align-items: center;
    display: flex;
}

.condiciones__item_header{
    background-color: var(--color-azul);
    color: white;
    font-size: 11px;
    font-weight: bold;
    margin: 2px;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
}

.condiciones__item1{
    background-color: #F4F9FE;
}
.pagina_5{
    display: flex;
    flex-direction: column;
}
.pagina_6{
    display: flex;
    flex-direction: column;
    height: auto;
}

.tabla_final{
    background-color: #F4F9FE;
    border-radius: 4px;
    width: auto;
    padding: 20px;
    width: 245px;
    margin-top: 90px;
    margin-left: 45px;
}

.tabla_final input[type="text"]{
    border: 1px solid rgb(230, 230, 230);
    border-radius: 2px;
    padding: 3px;
    /* height: 23px;     */
    margin-top: 10px;
    background:white;
    margin-bottom: 10px;

    

}

#resultado{
    margin-top: 80px;
    padding: 0 20px;
}

.row-span-2{
    grid-column: span 2;
}



/* ******************************************************************* */




.subtitulo_item{
    background-color: #f2f9ff;
    font-size: 10px;
    color:#000;
    padding: 4px 10px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    border-right: 1px solid white;
    text-align: center; 
}

.container_text_promotion{
    display: flex;
    justify-content: center;
}

.selected{
    background-color: #e2f1fd!important;
}

.gap-price{
    min-height: 6px;
}

.text_red{
    color: rgb(212, 65, 20);
    background-color: #f7fcff;
}

.row_green{
    background-color:#f7fff7; 
}

.row_yellow{    
    background-color:#fffbec; 
}

.check{
    color: #004f92;
    background-color: #f7fcff;
}
.item{
    height: auto;
    font-size: 10px;
    font-family: arial, sans-serif;
    border-bottom: 1px solid #ededed;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}


.price{
    border-top: 1px solid #ededed;
    border-bottom: initial;
}

.item1{
    grid-column: 1 / 3 ;
}

.item2{
    grid-column: 1 / 5 ;
}



.item--tall{
    height: auto;
}

.color_orange-row{
    background-color: #fff2e7;
    color:#fb953a;
}

.color-blue-claro-row{
    background-color: #f6fafd;
    color:#0066b8;
}

.color-blue-oscuro{
   background-color:#e9eef3;  
   color:#0066b8;
}

.color-blue-light{
    background-color: #f7fafd;
    color:#0066b8;
}
.color_blue{
    background-color: #1e4ea0;
    color: white;
}

.color_gris{
   background-color: #e7e7e7!important; 
   font-size: 12px;
   padding-left: 10px;
   font-weight: 600;
}

.item-precios{
    background-color: #efefef!important;
    font-weight:600;
    justify-content: flex-end;
    padding-right: 10px;
}

.texto-pequeÃ±o{
    font-size: 11px;
    line-height: 14px;
    text-transform: capitalize;
}

.align-center{
  text-align: center;
  justify-content: center;
}

.align-right{
    text-align: right;
    justify-content: flex-end;
}

.precio_clm_1 {
    background-color: #f6e8db;
    color: #000;
    justify-content: flex-end;
    font-weight: 600;
    padding-right: 10px;
}

.precio_clm_2 {
    background-color: #c8d8e5;
    color: #000;
    text-align: right;
    justify-content: flex-end;
    font-weight: 600;
    padding-right: 10px;
}

.text-small{
    font-size: 10.5px;
    color: #848484;
    line-height: 14px;
    margin: 0 auto;
    width: 868px;
    margin-top: 20px;
    font-family: arial,sans-serif;
}

.title{
    font-size: 23px;
    color: #004f92;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-weight: 600;

}

.color-verde{
    background-color: var(--color-verde-limon);
    color:var(--color-verde);
}

.precio_clm_verde {
    background-color: var(--color-verde-medio);
    color: #000;
    text-align: right;
    justify-content: flex-end;
    font-weight: 600;
    padding-right: 10px;
}

/************** generales***************** */

.row {
    display: flex;
    align-items: center;
}

.row--start {
    display: flex;
}

input[type="text"] {
    background: transparent;
    border: none;
}

input[type="text"]::placeholder {
    color: red
}

.general_text {
    font-size: 14px;
    color: var(--color-gris);
    line-height: 1.6;
}

.grid_tabla_unidades .item,
.grid_tabla_accesorios .item,
.grid_tabla_cajas .item{
    font-size: 11px!important;
}

.general_text--small {
    font-size: 11px;
    color: var(--color-gris);
    line-height: 1.2;
    margin: initial;
    padding: 2px 0px;
}

.general_text--medium {
    font-size: 11px;
    color: var(--color-gris);
    line-height: 1.3;
    padding: 4px 10px;
    margin: initial;
    height: auto;
}

.title_text {
    font-size: 22px;
    color: var(--color-azul);
    font-weight: bold
}

.input_extended {
    width: 100%;
}

/************** boton imprimir**************/

.button {
    background-color: rgb(230, 129, 36);
    border:2px solid rgb(230, 129, 36); 
    color: white;
    border-radius: 4px;
    padding: 10px 27px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    outline: none;
    transition: all .2s;
    position: fixed;
    bottom: 50px;
    right: 50px;
}

.button:hover {
    background-color: white;
    border: 2px solid rgb(230, 129, 36);  
    color: rgb(230, 129, 36);
    box-shadow: 1px 1px 10px gray;
}
.button:active {
    background-color:rgb(230, 129, 36);
    color: white;
    box-shadow: initial;
}








/*************************************************************************** styles to print **************************************************************************/


@media print {
    body {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin: 0;
        padding: 0;
        color: #000;
    }

    .cliente-empresa__container {
        border: 3px solid rgba(255, 255, 255, 0);
        background-color: rgba(255, 255, 255, 0);
        height: 92px;
        width: 584px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -624px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .titulo-fecha__container {
        height: 173px;
        width: 584px;
        position: absolute;
        bottom: 58px;
        left: 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .page,
    .page__header
    .new_page {
        break-before: page;
    }
    
    .button, .button2, .tabla_final{
        display: none;
    }
}

@page {
    margin: 0; 
}

/*Tabla Plan*/
.grid_tabla_plan, .grid_tabla_unidades, .grid_tabla_accesorios, .grid-unidades__a-b, .grid_tabla_cajas, .grid_tabla_header, .grid_tabla_v10{
    display: grid;
    margin: 30px auto;
    grid-column-gap: 5px;
    font-family: arial, sans-serif;
    font-size: 12px;
}


.grid_tabla_v10{
    display: grid;
    grid-template-columns: 220px 176px 176px 176px 176px 176px 176px;
    justify-content: center;
}

.grid_tabla_plan{
    grid-template-columns: 530px 150px 150px 150px 150px 150px;
    justify-content: center;
    width: 100%;
    margin-top: 34px;
}

.grid_tabla_plan .subtitulo_item{
    font-size: 12px;
}

.grid_tabla_unidades{
    display: grid;
    grid-template-columns: 132px 120px 131px 174px 110px 110px 110px 110px 110px 150px;
    justify-content: center;
    margin-top: 46px;
}

.title_promotion{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: initial;
    padding: 5px 0;
}

.promotion_row_complete{
    grid-column: span 5;
    display: flex;
    justify-content: center;
}
.row_promotion{
    background-color: #fffcb3;
}

.grid_tabla_unidades .subtitulo_item,
.grid_tabla_accesorios .subtitulo_item,
.grid_tabla_cajas .subtitulo_item,
.grid_tabla_v10 .subtitulo_item,
.grid_tabla_header .subtitulo_item{
    text-transform: initial;
    transform: initial;
}

.grid_tabla_accesorios{
    display: grid;
    grid-template-columns: 360px 130px 130px 130px 130px 130px 130px 130px;
    justify-content: center;
}

.grid-unidades__a-b{
    grid-template-columns:  auto 130px 130px;  
}


.item3{
    grid-column: 1 / 2;
}

.item4{
    grid-column: 1 / 4;
}

.portada_empre-R {
    width: 100%;
    height: 1320px;
    background-image: url('./portada_recoleccion.jpg');
    background-size: cover;
}

.cliente-empresa__container-empreR {
    border: 3px solid rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.267);
    height: 173px;
    width: 584px;
    /* margin: 0 auto; */
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top:746px;
}

.grid_tabla_cajas{
    display: grid;
    grid-template-columns: 362px 130px 130px 130px 130px 130px 130px 130px;
    justify-content: center;
    margin-bottom: 12px;
}

.title_header{
    padding-left: 16px;
    font-size: 20px;
    color: var(--color-gris);
}
.title_header_input{
    padding-left: 16px;
    font-size: 20px;
    margin-left: 12px;
    color: var(--color-gris);
    border-bottom: 1px solid rgb(230, 230, 230)!important;
}

.title_date{
    font-size: 14px;
    padding-right: 40px;
}

.header_title_anexo_uno{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0 0;
    
}

.grid_tabla_header{
    display: grid;
    grid-template-columns: 802px 171px 180px 140px;
    justify-content: center;
    margin-bottom: 12px;
    margin-bottom: 40px;
}

.grid_tabla_dinamica_vehiculos{
    display: grid;
    grid-template-columns: 114px 70px 90px 100px 120px 78px 90px 80px 186px 85px 100px 100px 99px;
    justify-content: center;
    width: 1310px;
    padding-top: 20px;
}

.grid_tabla_header input[type="text"]{
    width: 100%;
    height: auto;
}


/* *******************tabla estilos****************************** */

table {
    border-collapse: collapse;
    border-radius: 3px;
    overflow: hidden;
    /* border: 1px solid rgb(223, 223, 223); */
    display: flex;
    justify-content: flex-start;
    border-spacing: 01px;
}

td {
    height: 28px;
    border-collapse: collapse;
    padding: 0;
    margin-left: 1px;
    width: auto;
    padding: 0 5px;
    border: 1px solid rgb(223, 223, 223);
    font-size: 11px;
}

tbody tr:nth-child(1) {
    border: none;
    display: none
}

table tr:nth-child(2) td {
    /* background: var(--color-azul); */
    width: 100%;
    color: initial;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
    font-weight: 300;
}


select{
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    border: initial;
    text-align-last:center;
    background: #ffffff;
}
/* tr td  {
    width: calc(100% - 2px);
    height: 100%;
    border: none;
    display: flex;
    padding-left: 10px
} */

#tabla_vehiculos_plan tr:nth-child(2) td{
    color: black;
    font-weight: 400;
}

table tr:last-child td {
    background: #ffffff;
    
    border: 1px solid rgb(223, 223, 223);
}

#resultado tr:nth-child(2) td {
    background: var(--color-azul);
}

/* #resultado td, .tabla_vehiculos_plan td {
    border: 1px solid rgb(223, 223, 223);
    margin: 0 !important;
    overflow: hidden;
    width: 150px;
    padding:0 10px;
} */

.cont_tabla_vehiculos_plan{
    display:flex;
    flex-direction: column;
}


#plantillaHtmml{
    width: 0!important;
    height: 0!important;
}

#nombre_asesor{
    width: 100%;
}


.acuerdo_cliente_vendedor{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    width: 100%;
}

.secciÃ³n_acuerdo_cliente_vendedor{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.container_button_table{
    margin-bottom: 50px;
}

.marco_huella{
    border: 1px solid black;
    width: 100px;
    height: 108px;
    margin-bottom: 6px;
}

.acuerdo_cliente_vendedor input[type="text"]{
    border-bottom: 1px solid rgb(230, 230, 230);
    border-radius: 2px;
    padding: 3px;
    margin-top: 10px;
    background:white;
    margin-bottom: 10px;
    /* margin-left: 25px; */
}

.container_acuerdo_firma{
    padding: 0 60px;
}


.input_name_firm{
    display: flex;
    align-items: center;
}