/*** Desglose de cotizacion **/

div.desgloseCotizacionContainer{
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px;
    max-width: 500px;
    margin-top: 3rem;
}

div.desgloseCotizacionContainer ul#listElements
{
    margin: 0 auto;
    text-align: center;
    color: #757575;
}

div.desgloseCotizacionContainer table{
    text-align: center;
    width: 100%;
    margin: 20px auto;
}

div.desgloseCotizacionContainer table thead tr:nth-child(1)
{
    background: #000000;
}

div.desgloseCotizacionContainer table tr:nth-child(1) th
{
    padding: 0.75rem 5px;
    color: white;
}

div.desgloseCotizacionContainer table tr
{
    background: #efefef;
}

div.desgloseCotizacionContainer table td p
{
    line-height: 1em;
}





p#adviceProductoMinimo, p#advicePedidoPaquete, div#advicePedidoMinimo p,
p#adviceDepositoGarantia{
    display: none;
    color: red;
    font-weight: bold;
    margin-top: 0px;
    position: relative;
    top: -20px;
}

div#advicePedidoMinimo{
    display: none;
}

div#advicePedidoMinimo p, p#adviceDepositoGarantia{
    display: block;
}

p#advicePedidoPaquete, div#advicePedidoMinimo p,
p#adviceDepositoGarantia
{
    color: #0a3ba2;
}


.tablaCotizacion thead tr th:nth-child(1), .tablaCotizacion tfoot tr th:nth-child(1) {
    border-top-left-radius: 0.65rem;
    /*border-bottom-left-radius: 0.65rem; */
}

.tablaCotizacion thead tr th:nth-child(3), .tablaCotizacion tfoot tr th:nth-child(3) {
    border-top-right-radius: 0.65rem;
    /* border-bottom-right-radius: 0.65rem; */
}



.tablaCotizacion tbody tr:last-child td:nth-child(1)
{
    border-bottom-left-radius: 0.65rem;
}


.tablaCotizacion tbody td
{
    border: 2px solid #EBEBEB;
    padding: 0.75rem;
}


.tablaCotizacion tbody tr td:nth-child(1)
{
    border-left: none;
}

.tablaCotizacion tbody tr:last-child td
{
    border-bottom: none;
}


.tablaCotizacion tbody tr:last-child td:nth-child(3)
{
    border-right: none;
    border-bottom-right-radius: 0.65rem;
}

.tablaCotizacion tbody
{
    color: #757575;
}

.tablaCotizacion tbody span.rentaBranding{
    color: #FD7801;
    text-transform: uppercase;
}

div.desgloseCotizacionContainer p.headerSugerencia
{
    width: 100%;
    text-align: center;
    color: #757575;
    font-weight: 600;
    margin: 0;
    font-size: 1.5rem;

}

div.desgloseCotizacionContainer p.headerSugerencia span.rentaBranding
{
    color: #FD7801;
}


div.desgloseCotizacionContainer p.subtitleRec
{
    text-align: center;
    color: #757575;
}
