.imagenCabecera {
    width: 100%;
}

.tituloBread {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 500;
}

.parrafoResultBusqueda {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
}

.resultBusqueda {
    color: #FF7800;
}

.contenedorFichas {
    margin: 30px auto;
    position: relative;
    padding-top: 50px;
}

.contenedorFicha {
    margin-bottom: 20px;
    border: 1px solid #89898d;
    border-radius: 3px;
    display: flex;
}

.contenedorFichas .col-md-5,
.contenedorFichas .col-md-4,
.contenedorFichas .col-md-3 {
    margin: 0px;
    padding: 0px;
    min-height: 420px;
    flex: 1;
}

.contenedorDatosPrincipales,
.contenedorEquivalencias {
    position: relative;
}

.contenedorImagen img {
    display: block;
    padding: 0px 20px;
    max-width: 100%;
}

.imagenProducto {
    margin: 50px auto;
}

.imagenLupa {
    margin-left: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
    cursor: pointer;
}

.contenedorDatosPrincipales {
    border-left: 1px solid #89898d;
    border-right: 1px solid #89898d;
}

.tituloDatos {
    padding: 10px;
    text-align: center;
    background-color: #eeeae0;
    margin-bottom: 20px;
}

.tituloDatos span {
    font-size: 18px;
    color: #646464;
    font-weight: bold;
}

.tablaPrincipalDatos {
    margin: 0px auto;
}

.tablaPrincipalDatos td {
    vertical-align: baseline;
}

.alignRight {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 20px;
}

.firstAlign {
    padding-bottom: 0px;
}

.secondAlign {
    padding-bottom: 40px;
}

.tituloPropiedad {
    font-size: 16px;
    color: #646464;
}

.propiedad {
    font-size: 16px;
    font-weight: 300;
    color: #646464;
    display: block;
    max-width: 200px;
}

.propiedad.referencia, .propiedad.descripcion {
    font-weight: 800;
}


.propiedad.nota {
    font-weight: 300;
}

.textoNaranja {
    color: #FF7800;
    font-weight: 500;
}

.tablaEquivalencias td span .txtSi,
.tablaEquivalencias {
    margin: 0px auto;
    margin-bottom: 30px;
    width: 80%;
}

.tablaEquivalencias td {
    padding-bottom: 20px;
    padding: 0px 5px 10px;
}

.tablaEquivalencias td span {
    color: #646464;
    font-weight: 400;
}

.tablaEquivalencias td .importe{
    display: block;
    text-align: right;
    white-space:nowrap;
}

.txtSi {
    color: green !important;
    font-weight: bold !important;
}

.txtNo {
    color: #cc4177 !important;
    font-weight: bold !important;
    white-space: nowrap;
}

.contenedorPaginacion {
    text-align: center;
}

.contenedorBotonCompra {
    width: 270px;
    margin: 0px auto;
    margin-bottom: 20px;
    border-radius: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.contenedorCarrito {
    border-radius: 0px;
    border: 1px solid #293b51;
    color: white;
    background-color: #9A9A9A;
    padding: 15px;
    font-size: 20px;
}

.botonCompra {
    border-radius: 0px;
    border: 1px solid #293b51;
    padding: 15 40px;
    height: 52px;
    border-left: 0px;
}

.contenedorBotonDescargar {
    width: 190px;
    margin: 0px auto;
    margin-bottom: 20px;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.contenedorDescargar {
    border-radius: 0px;
    border: 1px solid #293b51;
    color: white;
    background-color: #9A9A9A;
    padding: 15px;
    font-size: 20px;
}

.botonDescargar {
    border-radius: 0px;
    border: 1px solid #293b51;
    padding: 15 40px;
    height: 52px;
    border-left: 0px;
}

@media only screen and (min-width:992px) and (max-width: 1199px) {
    .tablaPrincipalDatos {
        margin: 0px auto;
        min-height: 350px;
        width: 295px;
        display:block;
    }
}

@media only screen and (min-width:770px) and (max-width: 991px) {
    .contenedorDatosPrincipales {
        border-left: 1px solid #89898d !important;
        border-right: 1px solid #89898d !important;
        border-top: 0px !important;
        border-bottom: 0px !important;
    }
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    .tablaPrincipalDatos{
        margin: 0px 10px;
    }
}

@media only screen and (min-width:200px) and (max-width: 991px) {
    .container {
        padding: 10px;
        padding-top: 50px;
    }
    .contenedorDatosPrincipales {
        border-left: 0px;
        border-right: 0px;
        border-top: 1px solid #89898d;
        border-bottom: 1px solid #89898d;
    }
    .contenedorFichas .col-md-5,
    .contenedorFichas .col-md-4,
    .contenedorFichas .col-md-3 {
        min-height: 0px;
    }
    .tituloBread {
        left: 10px;
    }
    .parrafoResultBusqueda {
        right: 10px;
    }
    .imagenLupa {
        display: none !important;
    }
    .contenedorPaginacion {
        text-align: center;
        padding-top: 0px !important;
    }
}

@media only screen and (min-width:200px) and (max-width: 768px) {
    .container {
        padding: 0px;
    }
    .contenedorFichas {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .contenedorFicha {
        display: block;
        border: 1px solid #89898d;
        overflow: initial;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .contenedorFichas .col-md-5,
    .contenedorFichas .col-md-4,
    .contenedorFichas .col-md-3 {
        margin: 0px;
        padding: 0px;
        min-height: 0px;
        flex: initial;
    }
    .contenedorFichas .col-md-3 {
        padding-bottom: 0px;
        text-align: center;
    }
    .tablaPrincipalDatos {
        margin: 0px auto;
    }
}

@media only screen and (min-width:200px) and (max-width: 470px) {
    .imagenProducto {
        width: 100%;
    }
}

@media only screen and (min-width:200px) and (max-width: 400px) {
    .imagenProducto {
        width: 100%;
    }
    .parrafoResultBusqueda {
        right: 0px;
        position: relative;
        text-align: center;
    }
    .tituloBread {
        left: 0px;
        position: relative;
        text-align: center;
    }
    .container {
        padding-top: 0px;
    }
}

@media only screen and (min-width:200px) and (max-width: 340px) {
    .tablaPrincipalDatos {
        margin: 0px 10px;
    }
}
