﻿/*Estilos CSS sección Planes y Precios (Informe Multiburó Colombia)*/
body > table.table-informe,
body > table.table-multiburo {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    font-family: 'Lato';
}

.table-informe th, td,
.table-multiburo th, td
{
    border: none;
    text-align: left;
    padding: 8px;
}

.table-informe tr:nth-child(even),
.table-multiburo tr:nth-child(even) {
    background-color: #f2f2f2
}

/*Filas (Precio) - Informe Multiburo*/
table.table-informe td.price-informe,
/*Filas (Precio) -  Multiburo Compliance (Malla Relacionales)*/
table.table-multiburo td.price-multiburo {
    background: #ffaf4d;
    background: -moz-linear-gradient(left, #ffaf4d 0%, #ff910a 57%, #ff910a 76%, #ff910a 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ffaf4d), color-stop(57%, #ff910a), color-stop(76%, #ff910a), color-stop(100%, #ff910a));
    background: -webkit-linear-gradient(left, #ffaf4d 0%, #ff910a 57%, #ff910a 76%, #ff910a 100%);
    background: -o-linear-gradient(left, #ffaf4d 0%, #ff910a 57%, #ff910a 76%, #ff910a 100%);
    background: -ms-linear-gradient(left, #ffaf4d 0%, #ff910a 57%, #ff910a 76%, #ff910a 100%);
    background: linear-gradient(to right, #ffaf4d 0%, #ff910a 57%, #ff910a 76%, #ff910a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4d', endColorstr='#ff910a', GradientType=1 );
    color: white;
    text-align: center;
}

/*Tercer fila - titulos informe multiburo*/
table.table-informe td.row-three-informe {
    background: #dc3d3e;
    color: #ffffff;
    text-align: center;
    border-left: 2px solid white;
}

/*Tercer fila - titulos multiburo compliance (malla relacionales)*/
table.table-multiburo td.row-three-multiburo {
    background: #dc3d3e;
    color: #ffffff;
    text-align: center;
    border-left: 2px solid white;
}

/*Filas (Tipo paquete) - Informe Multiburo*/
table.table-informe td.consultas-informe,
/*Descripción - Informe Multiburo*/
table.table-informe td.des-informe,
/*Descripción - Multiburo Compliance (Malla Relacionales)*/
table.table-multiburo td.des-multiburo {
    background: rgba(217,111,111,1);
    background: -moz-linear-gradient(left, rgba(217,111,111,1) 0%, rgba(247,79,79,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(217,111,111,1)), color-stop(100%, rgba(247,79,79,1)));
    background: -webkit-linear-gradient(left, rgba(217,111,111,1) 0%, rgba(247,79,79,1) 100%);
    background: -o-linear-gradient(left, rgba(217,111,111,1) 0%, rgba(247,79,79,1) 100%);
    background: -ms-linear-gradient(left, rgba(217,111,111,1) 0%, rgba(247,79,79,1) 100%);
    background: linear-gradient(to right, rgba(217,111,111,1) 0%, rgba(247,79,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d96f6f', endColorstr='#f74f4f', GradientType=1 );
    color: white;
    padding-left: 20px;
    border-left: 2px solid white;
    border-right: 2px solid white;
}

/*Filas seguida del titulo principal de cada tabla (espacio)*/
table.table-multiburo td.white-multiburo,
table.table-informe td.white-informe,
/*Nota - multiburo compliance (malla relacionales) */
table.table-multiburo td.white-multiburo {
    background: #ffffff;
}

/*Segunda fila - titulos informe multiburo*/
table.table-informe td.title-informe,
/*Tercer fila - titulos multiburo compliance (malla relacionales)*/
table.table-multiburo td.title-multiburo
{
    background: #dc3d3e;
    color: #ffffff;
    text-align: center;
    border-left: 2px solid white;
}

/*Filas (Tipo paquete) - Multiburo Compliance (Malla Relacionales)*/
table.table-multiburo td.consultas-multiburo
{
    background: rgba(217,111,111,1);
    background: -moz-linear-gradient(left, rgba(217,111,111,1) 0%, rgba(247,79,79,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(217,111,111,1)), color-stop(100%, rgba(247,79,79,1)));
    background: -webkit-linear-gradient(left, rgba(217,111,111,1) 0%, rgba(247,79,79,1) 100%);
    background: -o-linear-gradient(left, rgba(217,111,111,1) 0%, rgba(247,79,79,1) 100%);
    background: -ms-linear-gradient(left, rgba(217,111,111,1) 0%, rgba(247,79,79,1) 100%);
    background: linear-gradient(to right, rgba(217,111,111,1) 0%, rgba(247,79,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d96f6f', endColorstr='#f74f4f', GradientType=1 );
    color: white;
    padding-left: 20px;
    border-left: 2px solid white;
    border-right: 2px solid white;
}

/*Tabla Informe Multiburo - Escritorio*/
@media only screen and (min-width: 1200px) {
    table.table-informe {
        width: 1170px !important;
    }
}
/*Tabla Multiburo Compliance (Malla Relacionales) - Escritorio*/
@media only screen and (min-width: 1200px) {
    table.table-multiburo {
        width: 1170px !important;
    }
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

/*INFORME MULTIBURÓ*/
.title-first-product,
.title-second-product,
.title-third-product,
.title-fourth-product {
    text-align: center;
    margin-bottom: 0px;
    padding-top: 10px;
    font-weight: 800;
}

img.logo-official {
    height: auto;
    width: 360px;
}

.item-informe-multiburo > li,
.item-listas-multiburo > li,
.item-compliance-multiburo > li,
.item-informe-multiburo > li
{
    margin-bottom: 20px;
    font-family: 'Lato';
    font-size: 18px;    
}

.img-first-product {
    width: 530px;
    padding-top: 14px;
    position: relative;
    left: 35px;
}

h2.content-footer {
    text-align: right;
    font-weight: 800;
    color: #dc3d3e;
    font-size:20px;
}

.content-first-product,
.content-second-product,
.content-third-product,
.content-fourth-product {
    font-family: 'Lato';
    font-size: 20px;
}

.row.row-products {
    /*border-bottom: ridge #BA352B;*/
    padding-top: 15px;
}

#pequena_empresa > div:nth-child(4) {
    border-bottom:none;
}

.title-first-product,
.title-second-product,
.title-third-product,
.title-fourth-product {
    background: #C13635;
    color: white;
    padding-bottom: 6px;
}

ul.tags-listas-multiburo li {
    color: #c10841;
    list-style-type:none;
    display: inline;
    color: #c10841;
    font-weight: 800;
    font-size: 16px;
    position: relative;
}
