.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#anulation {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #90288C;
}

.info_poliza {
    width: 100%;
    min-height: 136px;
    padding: 32px 24px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(147, 155, 161, 0.2);
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
}
.num_poliza {
    max-width: 185px;
    margin-right: 94px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.0818182px;
    color: #001837;
}
.num_poliza b {
    display: block;
    margin-top: 5px;
}
.font_endoso {
    font-size: 16px !important;
    /* line-height: 20px !important; */
}

.documentacion_soat {
    width: 100%;
    height: auto;
    margin-top: 24px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(147, 155, 161, 0.2);
    border-radius: 6px;
}
.doc_soat_title {
    width: 100%;
    height: 80px;
    padding-left: 32px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.0656459px;
    color: #001837;
    border-bottom: 2px solid #EAEAEA;
    display: flex;
    align-items: center;
}
.doc_row {
    background: #5B6B7E11;
    width: 100%;
    min-height: 74px;
    display: flex;
    justify-content: space-between;
    padding: 24px 32px;
}
.doc_row div:nth-child(1){
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #5B6B7E;
}
.doc_row a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #90288C;
}
.doc_row a:last-child {
    width: 150px;
    display: flex;
    align-items: center;
}
.doc_row a img {
    margin-right: 5px;
}

.status_poliza {
    width: 100%;
    min-height: 218px;
    margin-top: 24px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(147, 155, 161, 0.2);
    border-radius: 6px;
    font-family: 'Montserrat';
}
.status_poliza_title {
    width: 100%;
    height: 80px;
    padding-left: 32px;
    padding-right: 32px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: -0.0656459px;
    color: #001837;
    border-bottom: 2px solid #EAEAEA;
}
.state_green {
    width: 97px;
    height: 40px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00957A;
    background: rgba(0, 149, 122, 0.06);
    border: 1px solid #00957A;
    border-radius: 8px;
}
.state_red {
    width: 192px;
    height: 40px;
    background: rgba(226, 26, 65, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BF0D3E;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #BF0D3E;
}
.status_poliza_table {
    width: 100%;
    min-height: 100%;
    background: #5B6B7E11;
    display: flex;
}
.status_poliza_tc {
    width:inherit;
    min-height: 138px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #001837;
    border-right: 1px solid #EAEAEA;
}
.tc_sm {
    max-width:45px;
}
.status_poliza_tc div {
    width: 100%;
    height: 64px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.status_poliza_tc a {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.0715909px;
    text-decoration-line: underline;
    color: #90288C;
}
.status_poliza_tc span {
    min-height: 72px;
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #5B6B7E;
}
.status_poliza_tc:last-child { 
    border-right: 0px;
}
.importe {
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #008C99 !important;
}
.state_vigente {
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    letter-spacing: -0.0715909px !important;
    color: #939BA1 !important;
}

.resumen {
    width: 100%;
    height: auto;
    margin-top: 24px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(147, 155, 161, 0.2);
    border-radius: 6px;
}
.resumen_title {
    width: 100%;
    height: 80px;
    padding-left: 32px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: -0.0656459px;
    color: #001837;
    border-bottom: 2px solid #EAEAEA;
}
.resumen_row_contrast {
    width: 100%;
    height: 64px;
    padding-left: 32px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.0656459px;
    color: #001837;
    background-color: #939BA111;
}
.resumen_row_flex {
    width: 100%;
    padding: 32px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.resumen_row_flex div {
    width: 30%;
    margin-top: 46px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #001837;
}
.resumen_row_flex div:nth-child(1),
.resumen_row_flex div:nth-child(2),
.resumen_row_flex div:nth-child(3) {
    margin-top: 0;
}
.resumen_row_flex div span {
    display: block;
    margin-top: 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #5B6B7E;
}

.mt-207 {
margin-top: 207px;
}

.title_modal {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    letter-spacing: -0.0818182px;
    color: #001837;
}
.content_modal {
    margin-top: 48px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    letter-spacing: -0.0818182px;
    color: #5B6B7E;
}

.text_danger {
    color: #dc3545!important;
}
.text_danger:hover {
    color: #FFFFFF!important;
}
.text_white {
    color: white!important;
}