﻿:root{
    --insurance-primary-green: #1d4d2b; 
    --insurance-border-color: #e0e0e0;
    --insurance-text-gray: #555;
    --insurance-text-blue: #003781;
    --insurance-text-orange: #e37222;
    --insurance-text-red: #d31d16;
    --insurance-plan-name: #4b8a2e;
    --plan-name-green-light: #82bc00;
}
.ddl .ideal-select {
    text-transform: capitalize;
}

.resumen-table-group tr {
    border-collapse: separate;
    display: table-row;
    height: 39px;
    line-height: normal;
    vertical-align: middle;
    width: 630px;
}

.resumen-table-group td {
    border-bottom-color: #ddd !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2.5px !important;
    padding: 0px !important;
    color: rgb(98, 99, 99);
    cursor: pointer;
    display: table-cell;
    font-family: 'PT Sans', Arial, Tahoma, Verdana, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 35px;
    line-height: normal;
    text-align: left;
    vertical-align: middle;
    width: 628px;
}

.infoPer {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../../App_Themes/Default/Images/info.png');
    font-weight: bold;
    display: block;
    border: 1px solid;
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-position: 10px center;
    min-width: 50px;
    max-width: 200px;
}

.ramExe {
    display: block;
    color: #fff;
    font-size: 15px;
    background: #3377AA right bottom no-repeat !important;
    border: 3px solid #385D8A !important;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
}

.TilPer {
    font-size: 12px;
    color: Black;
    font-weight: bold;
}

.tablasJuntas {
    display: inline-block;
}

.tablasInformacion {
    display: none;
}

.RowHidden {
    display: none;
}

.RowsItemsHidden {
}

.headerContent {
    width: 100px;
    text-align: center;
}

.headImg {
    align-content: center;
    height: 80px;
}

.headTable {
    vertical-align: baseline !important;
}

.quotation_cell .price span {
    font-size: 14px !important;
}

.quotation_cell .price em {
    font-size: 9px !important;
}

@media print {
    .ideal-form * {
        font-size: small !important;
    }

    .col-sm-2 {
        display: none !important;
    }

    .container {
        float: inline-start;
    }

    .container {
        float: inline-start;
        margin-right: 0px;
        margin-left: 0px;
        width: stretch;
    }

    .tablasInformacion {
        display: contents;
        width: 100%;
    }

    .RowHidden {
        display: contents;
    }

    .quotation_sidebar_right {
        width: fit-content;
        padding: 0px;
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        display: none;
    }
}

.features_table > tbody > tr > td {
    font-size: 10px !important;
}

.product_table {
    padding: 20px 20px 20px 0px !important;
}

.btnPie {
    float:none !important;
}
.headCardPlanes {
    height: 55px;
}
.headImgAllianz {
    background: url(../../../images/logos/Allianz.png) !important;    
    background-repeat: no-repeat !important;
    background-position:center !important;
    background-size:contain !important;
}
.headImgSura {
    background: url(../../../images/logos/sura.gif) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

.headImgBolivar {
    background: url(../../../images/logos/Logo-Seguros-Bolivar.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

.headImgMapfre {
    background: url(../../../images/logos/mapfre.gif) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

.cardBodyBackground {
    background-color: #f2f2f2 !important;
    text-align: center;
    font-size: smaller !important;
    padding: 5px !important;
}

.textCardHead {
    color: #626363 !important;
}
.textBoldCardHead {
    color: #2d4e71 !important;
    font-size: medium !important;
}
.comparativo-container{
    display:grid;
    gap:15px;
    grid-template-columns: repeat(1,1fr);    
}
.plan-card {
    flex: 0 0 50%;
    scroll-snap-align: center;
    background: white;
    border-radius: 12px;
    border: 1px solid #e1e4e8 !important;
    flex-direction: column;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    margin-bottom: 20px !important;
}

.plan-header, plan-footer{
    padding:10px;
    text-align:center;
    background-color:#fff ;
}
.plan-header{
    border-bottom:1px solid #f0f0f0;
    border-radius:12px 12px 0 0;

}
.plan-footer {
    border-top: 1px solid #f0f0f0 !important;
    border-radius: 0 0 12px 12px;
}
.logo-aseguradora{
    max-height:40px;
    margin-bottom:10px;
}
.valor-plan, .valor-plan-footer{
    color:#0033a0;
    font-weight:bold;
    margin: 5px 0;
}
.acordeon-cobertura-header {
    background: #f8f9fa;
    border: none;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    text-align: left;
    font-size: 0.85rem;
    color: #555;
    padding: 5px !important;
    width: 100%;
}
.acordeon-content{
    display:none;
    padding:10px;
}
.fila {
    display: flex;
    justify-content: space-between;
    padding: 8px 5px;
    font-size: smaller !important;
    border-bottom: 1px thin #fafafa;
}
.btn-seleccionar{
    background-color: #0033a0;
    color:white;
    border:none;
    padding:10px 20px;
    border-radius:5px;
    width:100%;
    cursor:pointer;
}
.imgYes{
    width:50px;
}
@media (min-width:992px){
    .plan-card{
        flex:1;
        min-width:300px;
        max-width:300px;
    }

 /*    border-bottom: 1px solid #2d4e71 !important;*/
}
.btn-seleccionar-plan {
    float: revert !important;
    width: 119px !important;
}
.imgYes {
    width: 50px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.plan-footer .headCardPlanes{
    margin-bottom:10px !important;
}
@media (min-width:992px) {
    .plan-card {
        flex: 1;
        min-width: 300px;
        max-width: 300px;
    }


    .fila span {
        padding: 5px;
        width: 60%;
    }
    .fila strong {
        padding: 5px;
        width: 40%;
    }
    .fila div{
        padding:5px;
        width:40px;
    }

}

.insurance-container{
    overflow-x:auto;
    margin: 20px 0 !important;
    font-family: Arial, sans-serif;
}

.insurance-table{
    display:grid;
    grid-template-columns: 150px repeat(9,150px);    
    border: 1px solid var(--insurance-border-color);

}

.insurance-row{
    display:contents;
}

.insurance-cell{
    padding:12px;
    border-bottom: 1px solid var(--insurance-border-color);
    border-right: 1px solid var(--insurance-border-color);
    background: #fff;
    font-size:13px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
}

.sticky-col{
    justify-content:flex-start;
    text-align:left;
    font-weight:bold;
    color: #333;
    background-color:#f9f9f9 !important;
    position:sticky;
    left:0px;
    z-index:2;
}
.section-divider {
    background-color: var(--insurance-primary-green);
}
.section-divider .full-width {
    grid-column: 1 / span 10;
    background-color: var(--insurance-primary-green);
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 8px;
    border-right: none;
}

.plan-row .insurance-cell{
    font-weight:bold;
    color: var(--insurance-plan-name);
}

.btnClausulado{
    padding:10px;
}
.btn-plan-mas{
    padding:5px;
}
.btn-footer-plan{
    padding:5px;
}

.title-head-cobertura {
    text-align: center;
    background-color: darkgreen !important;
    color: white !important;
    font-size: large !important;
    font-weight: bold;
}

.modal-table-td{
    width:40%;
}

.modal-body table tr {
    border-bottom: 1px gray dashed;
}

.modal-body table tr td {
    border-right: 1px gray dashed;
}

.acordeon-grupo h2 {
    text-align: center;
    background-color: darkgreen !important;
    color: white !important;
    font-weight: bold;
    padding:10px;
}
@media (min-width:600px){
    .comparativo-container{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(min-width:1024px){
    .comparativo-container{
        grid-template-columns: repeat(3,1fr);
    }
}

.modal-body table tr td ul li {
    list-style: disc !important;
}
.plan-name-header-card {
    color: var(--plan-name-green-light);
    font-weight: bold;
    padding: 5px;
}