/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.5.5
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/


	.titulo {
	width: 100%;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	text-shadow: 0px 0px;
	background-color: #550101;
	float: left;
	opacity: 1;
	padding-bottom: 10px;
	padding-top: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 0px solid #810001;
	margin-bottom: 0px;

}

.Descripcion {
	text-align: center;
	color: #500001;
	/* background-color: #FFFBEE;*/
	font-family: Arial;
	font-size: 13px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.vc_custom_1520473995444{
	margin-top: 5px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.Precio1 {
	border-radius: 10px;
	background-image: -moz-linear-gradient( 90deg, rgb(216,162,45) 0%, rgb(236,209,150) 42%, rgb(255,255,255) 70%);
	background-image: -webkit-linear-gradient( 90deg, rgb(216,162,45) 0%, rgb(236,209,150) 42%, rgb(255,255,255) 70%);
	background-image: -ms-linear-gradient( 90deg, rgb(216,162,45) 0%, rgb(236,209,150) 42%, rgb(255,255,255) 70%);
	width: 100%;
	height: 50px;
	color: #950002;
	text-align: center;
	font-size: 14px;
	line-height: 60px;
	font-family: Arial;
	font-weight: 400;
}

	.cuadro{
		border-radius: 5px;
		border: 2px solid #FFF9F2;
		background-color: #fef6eb;
		}

	.esquinas{
		border-radius: 5px;
		}