.section_step1_sec_2_tooltip_action{
    position: relative;
    display: inline-block;
}

.section_step1_sec_2_tooltip{
    visibility: hidden;
    width: 194px;
    height: 148px;
    padding: 8px;

    box-sizing: border-box;
	position: absolute;
	left: 39.06%;
	right: 45.45%;
	top: 32px;
	bottom: 26.25%;

	background: #FFFFFF;
	box-shadow: 1px 3px 10px rgba(147, 155, 161, 0.2);
	border-radius: 6px;
    z-index: 1;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #001837;
}

.section_step1_sec_2_tooltip_action:hover .section_step1_sec_2_tooltip{
    visibility: visible;
}

.mt-n{
    top: 65px;
    position: absolute;
}
.quote_card{
    width: 200px;    
    height: 219px;
    background-color: white;
    box-shadow: 0px 2px 10px rgba(147, 155, 161, 0.2);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}

.quote_card_price{
    margin-top: 8px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
}

.quote_card_price_span_1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #001837;
}

.quote_card_price_span_2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.25px;
    color: #008C99;
}

.quote_card:hover, .quote_card_active{
    box-shadow: 0px 0px 0px 1.5px #90288C;
    transition: 0.2s;
}

.container_most_popular {
    width: 120px;
    height: 28px;
    margin-top: 18px;
}
.most_popular{
    background: #90288d10;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
    color: #90288C;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

.comision{
    margin: auto 0;
    width: 100%;
    min-height: 13px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #939BA1;
}

.detail_coverage_title, .option_format_soat {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #001837;
}

table.quote_table {
    border: 1px solid #EAEAEA;
    background-color: #5B6B7E10;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

table.quote_table td, table.quote_table th {
    border: 1px solid #EAEAEA;
    padding: 44px 2px;
}
table.quote_table tbody td {
    font-size: 16px;
    color: #5B6B7E;
}
table.quote_table tr:nth-child(even) {
    background: #FFFFFF;
}
table.quote_table thead {
    background: #FFFFFF;
}
table.quote_table thead th {
    font-size: 15px;
    font-weight: bold;
    color: #5B6B7E;
    text-align: center;
}

.quote_table_money{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.0818182px;
    color: #008C99 !important;
}


table.quote_table_2 {
    border: 1px solid #EAEAEA;
    background-color: #5B6B7E10;
    width: 100%;
    text-align: start;
    border-collapse: collapse;
}

table.quote_table_2 td, table.quote_table_2 th {
    border: 1px solid #EAEAEA;
    padding: 32px 2px;
    padding-left: 32px;
}
table.quote_table_2 tbody td {
    font-size: 16px;
    color: #001837;
    font-weight: 500;
}
table.quote_table_2 tr:nth-child(even) {
    background: #FFFFFF;
}
table.quote_table_2 thead {
    background: #FFFFFF;
}
table.quote_table_2 thead th {
    font-size: 15px;
    font-weight: 600;
    color: #001837;
    text-align: start;
    padding-left: 32px;
}

.f-weight-500 {
font-weight: 500 !important;
}

.step4_sec1_aviable_title{
    display: flex;
    align-items: center;
}

.step4_sec1_aviable_credit{
    width: 245px;
    height: 100%;
    padding-right: 37px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.step4_sec1_aviable_credit span:nth-child(1){
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #001837;
}

.step4_sec1_aviable_credit span:nth-child(2){
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #5B6B7E;
}

.step4_sec1_aviable_progress{
    width: 208px;
    height: 10px;
    background: #D8DADA;
    border-radius: 8px;
}

.step4_sec1_aviable_progress div{
    height: 10px;
    background: #008C99;
    border-radius: 8px;
}

.container_format_soat {
    display: flex;
}

.container_format_soat div {
    width: 144px;
    height: 165px;
    margin-top: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(147, 155, 161, 0.2);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939BA1;
}

.container_format_soat div:hover, .container_format_soat_active {
    color: #90288C !important;
    box-shadow: 0px 0px 0px 1.5px #90288C !important;
}

.container_format_soat div:nth-child(1) {
    margin-right:36px;
}

.container_method_payment {
    margin-top: 120px;
}

.title_method_payment {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #001837;
}

.sub_title_method_payment {
    padding : 24px 0 32px 0;
    margin-bottom: 42px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #001837;
    border-bottom:1px solid #EAEAEA;;
}

.aviliable_card_method_payment {
    margin: 16px 0 47px 0;
}

.aviliable_card_method_payment img {
    margin-right: 16px;
}

.send_link_method_payment{
    background-color: #939ba113;
    padding: 42px 46px;
}

.container_finally_cost {
    text-align: right;
    margin-top: 32px;
}

.finally_cost{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #001837;
}

.value_finally_cost {
    margin-top: 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #008C99;
}

.modal_pago_exitoso_title { 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #001837;
}

#modal_soat_payment_button {
    margin:48px auto 72px auto;
}

.modal_qualitas_error_container_button {
    display: flex;
    justify-content: center;
    margin: 28px 0 77px 0;
}
.modal_qualitas_error_container_button button {
    width: 40% ;
    margin: 0;
}
.modal_qualitas_error_container_button button:nth-child(1){
    margin-right: 24px;
}

.modal_payment_link_content_1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #001837;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.modal_payment_link_content_1 span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #008C99;
    margin-top: 0;
}

.modal_payment_link_content_2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #001837;
    padding: 15px;
    background: rgba(250, 250, 250, 0.1);
    border: 1px dashed #979797;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    padding-bottom: 24px;
}

.modal_payment_link_content_2 div{
    margin-bottom: 29px;
}

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

.tool_tip_link_payment div{
    margin-top: 5px;
    padding: 5px;
    width: 20%;
    border-radius: 6px;
    font-size: small;
    text-align: center;
    color: white;
    visibility: hidden;
}

.tool_tip_link_payment_on {
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s;
}



#button_copy_url_payment_link {
    width: 100%;
    margin-top: 4px;
    cursor: pointer;
}
#button_copy_url_payment_link div{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.title-befits {
    max-width: 101px;
    min-height: 60px; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #001837;
}

.carousel-item {
    width: 100%;
    min-height: 99px;
    padding-bottom: 16px;
    gap: 20px;
}
.carousel-item img {
    width: 42.55%;
    height: 99px;
    border-radius: 8px;
}
.carousel-indicators {
    position: unset;
    margin-bottom: 0!important;
    gap: 16px;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    background-color: #D9D9D9;
    background-clip: padding-box;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    transition: background-color 0.6s ease;
    border-radius: 50%;
}
.carousel-indicators li.active {
    background-color: #90288C;
}

@media all and ( max-width: 600px ){
    .quote_card{
        width: 78.66vw;    
        height: unset;
        min-height: 141px;
        margin: 0 auto;
        margin-bottom: 14px;
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-bottom: 18px;
    }
    .carousel-item img {
        width: 50%;
    }
}