/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*Ficha Producto*/
.fichatec {
  	padding: 5px;
	margin: 10px 0px 5px 0px;
	text-align: center;
	background-color: #d8ffe6;
}
.fichaseg {
  	padding: 5px;
	margin: 10px 0px 5px 0px;
	text-align: center;
	background-color: #d8f6ff;
}
/*Botón Descarga*/
.btn-destec {
    padding: 10px 15px 10px 15px;
    text-align: center;
    color: #fff !important;
    border-radius: 10px;
    background-color: #03563b;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 800;
}
.btn-destec:hover {
    background-color: #000;
}
.btn-desseg {
    padding: 10px 15px 10px 15px;
    text-align: center;
    color: #fff !important;
    border-radius: 10px;
    background-color: #032b56;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 800;
}
.btn-desseg:hover {
    background-color: #000;
}









