
/*especificaciones*/
.especs h1 {
    text-align: center;
    /*padding: 40px 0 30px;*/

    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 24px;
    /*color: red;*/
    margin: 0 0 15px 0;
}

    .especs h1::before {
        content: '';
        position: absolute;
        top: 40px;
        left: 50%;
        width: 90px;
        height: 2px;
        background-color: #cc0000;
        margin-left: -40px;
    }

.especs h2 {
    text-align: center;
    /*padding: 40px 0 30px;*/

    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 24px;
    /*color: red;*/
    margin: 0 0 15px 0;
}

    .especs h2::before {
        content: '';
        position: absolute;
        top: 40px;
        left: 50%;
        width: 90px;
        height: 2px;
        background-color: #cc0000;
        margin-left: -40px;
    }

.especs p {
    color: #e51908;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.slider-galeria {
    margin: 0 auto;
    width: 600px !important;
    height: 350px;
}

.especs {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #f9f9f9;
}

.garantia {
    width: 80%;
}

.info-spec {
    padding: 0 0;
}

.specs-item {
    margin-bottom: 0px;
    border-bottom: 1px solid #e51908;
}

.specs-item:last-child {
   border-bottom: 0;
}

.table td, .table th {
    border-top: 1px solid #000;
    padding: .5rem;
}

.info-spec table tr td:first-child {
    text-align: left;
}

.info-spec table tr td {
    text-align: center;
}

.info-spec table tr th {
    text-align: center;
    border-bottom: 2px solid #000;
    border-top: none;
}

.specs-item button {
    display: block;
    width: 100%;
    text-align: left;
    background: #fff;
    color: #000;
}
.legalesfich{display:none;}

.panel-heading {
    position: relative;
}

.specs-item button.collapsed {
    background-image: url(../img/FichaTecnica/flecha-abajo-red.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-x: 95%;
    background-position-y: center;
    padding-right: 20px !important;
    margin-right: 10px;
    background-color: #f9f9f9;
}

.specs-item button {
    /*background-image: url(../img/flecha-abajo-grey.svg);*/
    background-image: url(../img/FichaTecnica/flecha-arriba-red.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-x: 95%;
    background-position-y: center;
    padding-right: 20px !important;
    margin-right: 10px;
    background-color: #f9f9f9;
}

.btn-pdf {
    background-color: #fff;
    color: #000;
    display: block;
    margin: 20px auto 20px;
    text-align: center;
    width: 180px;
    border-radius: 4px;
}

.text-specs {
    padding: 35px 0;
    font-size: 12px;
}

    .text-specs ul {
        list-style: none;
        padding-left: 0;
    }

.bg-specs {
    background-image: url(../img/interior-nuevo/fondo-slide.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.specs-item button br {
    display: none;
}

.btnFicha {
    display: flex;
    justify-content: flex-end;
    /*justify-content: center;*/
    align-items: center;
    flex-wrap: wrap;
    margin: 25px 0;
}

    .btnFicha .btn.btn-red {
        width: 48%;
        border-radius: 7px;
        margin: 0;
    }

    .btnFicha i {
        font-size: 24px;
    }

    .btnFicha .btn.btn-collapse {
        width: 30%;
        border: 1px solid #c00;
        color: #c00;
        margin: 0;
        border-radius: 7px;
        height: 45px;
        padding: 11px;
    }

    .btnFicha .descargarPdf {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

.infoFicha{border:1px solid #e51908;}
.btnFichaDescarga {
    text-align: right;
    margin-right: 10px;
    padding: 0 0 20px 0;
}

.impar, .titVersion{background:#fff;}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 #f9f9f9 !important;
}
.table td{vertical-align:middle !important;}

img.imgCheck{width:30px;}

