/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.sm_form_calculadora input[type="number"], .sm_form_calculadora select {
    margin-bottom: 10px;
    border-radius: 0px;
    background-color: #ffffff;
    border-color: #BCBCBC;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
        font-family: "Nunito", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
}
.sm_form_calculadora input[type="number"]::placeholder, .sm_form_calculadora select{
	color:#474747;
}

button#lanzar_calculos {
    border-radius: 180px;
    border: 2px solid #CC3399;
    padding: 5px 10px;
    font-weight: bold;
}
h2.calculadora_h2 {
    color: var(--e-global-color-text );
    font-family: "Nunito", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
.calculadora_tabla td{
background-color:white;
}

.fondo_gris_oscuro{
    background-color: #818285!important;
    color: white;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    border-color: #ccc;
}
.fondo_gris_claro{
	  background-color: #E7E8E9!important;
    color: #818285;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    border-color: #ccc;
}
.calculadora_tabla{
	text-align: center;
}
#resultado_calculo, #faltan_datos{
	display:none;
}
#faltan_datos{
	background-color: #CC3399;
    color: white;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}