.fotorama {

    text-align: center;
    /*outline: 1px solid #1da3c9;*/
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;


    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #1da3c9;

}

.fotorama img {

    max-height: 500px;

}


.tumbail {

    float: left;
    text-align: center;
    /*outline: 1px solid #1da3c9;*/
    min-height: 150px;
    min-width: 150px;

    display: flex;
    align-items: center;
    justify-content: center;


    position: relative;

    outline: 1px solid #ababab;
    margin-right: 10px;
    cursor: pointer;

}

.tumbail:hover {

    outline: 1px solid #1da3c9;
    cursor: pointer;

}

.tumbail img {

    max-height: 150px;
    max-width: 150px;

}



.flex-container_item {
    display: flex;
    align-items: center;
    justify-content: center;


    position: relative;
    min-height: 150px;

}

.flex-container_item img {

    max-height: 150px;
}



.nombre {
    font: normal 35px 'Montserrat', sans-serif;
    font-weight: 900;
    text-align: left;
    font-style: italic;
}

.categoria {
    font: normal 25px 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: left;
  font-style: italic;
}


.codigo {
    font: normal 18px 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
}


.conteo {
    font: normal 14px 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 5px 5px;
    border-radius:  0 0 10px 0;
}


.existencia {
    font: normal 18px 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: left;
    padding: 5px 0;
}

.vigencia {
    font: normal 18px 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: left;
    padding: 5px 0;
}


.precio {
    font: normal 16px 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
}

.descripcion {
    font: normal 11px 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: left;
    padding: 5px 0;
    overflow-wrap: break-word;
}

.titulo {
    font: normal 16px 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 2px 0;

}


.codigo_chars {
    font: normal 16px 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    background-color: #ea2330;
    color: #fff;
}

.titulo_chars {
    font: normal 16px 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 2px 0;
    margin-top: 5px;

}

.dato_chars {
    font: normal 16px 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;

    display: flex;
    align-items: center;
    justify-content: center;


}

.mar_pad{

padding: 0px;
margin: 0px;

}

.dato_chars_tit {
    font: normal 16px 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: right;
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
    
    display: flex;
    align-items: center;
    justify-content: flex-end;

}


.codigo_chars_table {
    font: normal 16px 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    background-color: #ea2330;
    color: #fff;
}

.titulo_chars_table {
    font: normal 16px 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 2px 0;


}

.dato_chars_table {
    font: normal 16px 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #ecedef;

}

.cf_comparador {

    width: auto;
    min-height: 80px;


}


.caja_img_comparador{

    width: auto;
    min-height: 150px;

}



.text_reg {
    font: normal 16px 'Montserrat', sans-serif;
    font-weight: 400 !important;

}

.caja_datos{

/*outline: 1px solid #1da3c9;*/
min-height: 70vh;


}





#loading {
    position: absolute;
    font: 20px 'theinhardt-regular', Helvetica, sans-serif;
    color: #8DC63F;
    display: none;
    width: 100%;
    top: 0;
    margin-top: -20px;
}




.btn_morado {
    color: #fff;
    border-radius: 25px;
    border: 1px solid #fff;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 800;
    text-align: center;
    padding: 10px 20px;
}

.btn_morado:hover {
    color: #25282d;
    background-color: #fff;
}

.hideContent {

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    overflow: hidden;
    line-height: 1em;
    min-height: 7.3em;
    height: 7.3em;
    border-left:1px solid #383d46;
    border-right:1px solid #383d46;
}

.showContent {
    line-height: 1em;
    height: auto;
    /*outline: 1px solid blue;*/

}


.show-more {
    font-size: 10px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 30px;
    text-align: center;
    /*border: 1px solid #9b9b9b;*/
    /*border: 1px solid #383d46;*/
    color: #F37249;
}


.show-more:hover {
    color: #fff;
}
