html,
body {
    color: #191919;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*grid*/
.row {
    display: flex;
    flex-wrap: wrap;
}

.col-1 {
    width: 8.33333333%;
}

.col-2 {
    width: 16.66666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333%;
}

.col-5 {
    width: 41.66666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-8 {
    width: 66.66666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333%;
}

.col-11 {
    width: 91.66666667%;
}

.col-12 {
    width: 100%;
}

/**print*/
main {
    width: 100%;
}

img {
    max-width: 100%;
}

header {
    background-color: #f5f5f5;
    height: 100px;
    padding: 0 35px;
    display: flex;
    align-items: center;
}

header .namePlate {
    line-height: 0;
    margin-right: 20px;
    width: 150px;
}

header .pageTitle {
    color: #ed1b2f;
    font-size: 25px;
    font-weight: bold;
}
header .pageTitle.specs {
    text-transform: uppercase;
}

header .carYear {
    color: #ed1b2f;
    font-size: 25px;
    font-weight: 200;
}

header .carYear span {
    color: #343434;
    margin: 0 10px;
}

header .logoHonda {
    margin-left: auto;
    width: 150px;
}

footer {
    padding: 0 35px;
    margin-top: 40px;
}

footer .ft-text {
    color: #848484;
    font-size: 10px;
    margin-left: 8.33333333%;
}

/*Build & Price*/
.Resume {
    width: 650px;
    margin: 0 auto;
    padding-top: 70px;
}

.Resumen-data {
    margin-left: 8.33333333%;
}

.Resume-carTrim {
    text-align: center;
    font-size: 18px;
}

.Data-line {
    border-bottom: solid 1px #cbcbcb;
    padding-bottom: 5px;
    margin: 0 15px 10px 15px;

}

.Data-line .row {
    margin-bottom: 5px;
}

.Data-line span {
    color: #ed1b2f;
    font-size: 12px;
}

.Data-spec {
    font-size: 13px;
}

.Data-price {
    color: #ed1b2f;
    font-size: 14px;
    text-align: right;
}
.Data-price small{
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 5px;
}

.Data-pakg {
    padding-top: 30px;
    margin: 0 15px 10px 15px;
}

.Data-pakg span {
    color: #ed1b2f;
    font-size: 18px;
}

.Data-total {
    border-radius: 5px;
    border: solid 1px #cbcbcb;
    padding: 15px;
    margin: 30px 0;
}

.Data-total .Data-price {
    color: #ed1b2f;
    font-size: 20px;
    font-weight: bold;
}

.Data-total .Data-price small{
    font-size: 17px;
    text-transform: uppercase;
    margin-right: 5px;
}

/*Estimate*/
.Estimate {
    border-radius: 5px;
    border: solid 1px #cbcbcb;
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px;
    align-items: center;
}

.Estimate .Estimate-title {
    color: #ed1b2f;
    font-size: 30px;
    font-weight: 200;
    text-align: center;
}

.Estimate-data>.row {
    padding-left: 15px;
    padding-right: 15px;
}

.Data-labl {
    text-transform: uppercase;
}

.msg {
    color: #848484;
    font-size: 11px;
    text-align: center;
}

/*Specs*/
.tblSpecs {
    border-collapse: collapse;
    border-spacing: 0;
    color: #191919;
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.tblSpecs td {
    border: 1px solid #d7d7d7;
}

.tblSpecs-head td:first-child {
    width: 250px;
}

.tblSpecs-head .CarTrim {
    color: #ed1b2f;
    font-size: 13px;
    font-weight: bold;
}

.tblSpecs-head td:last-child,
.tblSpecs-row td:last-child {
    padding-right: 50px;
}

.tblSpecs-head td {
    border: none;
}

.tblSpecs img {
    width: 100px;
}

.tblSpecs-head span {
    display: block;
}

.tblSpecs-title td {
    border-top: none;
    color: #ed1b2f;
    font-size: 20px;
    font-weight: 200;
    padding: 10px 10px 10px 50px;
    text-align: left;
}

.tblSpecs-row td:first-child {
    font-weight: bold;
    padding: 10px 10px 10px 50px;
    text-align: left;
}
