/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.calculator .gEQmIw {
    color: #fff !important;    
}

.calculator  .dTRQoT {
    background: #1D3D78 !important;
}

.calculator .cc__buttonGroup-question .YICnY {
    background-color: rgb(244, 244, 244);
}
.calculator .cc__buttonGroup-question button, .calculator .cc__buttonGroup-question button:hover, .calculator .cc__buttonGroup-question button:active, .calculator .cc__buttonGroup-question button:focus {
    border-radius: 0px;
}

.calculator .ktDjrX, .calculator .llSVkf {
    background-color: #F6F6F6;
}

.calculator .ksADwc {color: #fff !important;}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background:#1D3D78;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  background: #1D3D78;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  background: #1D3D78;
}

.calculator .cc__radio-question-item .eSdfYa:checked {
    background: #1D3D78 !important;
    border: 1px solid #1D3D78 !important;
}

#cereoferta .elementor-button-link {
    width: 85%;
}

.wpcf7-submit {
    padding: 10px 50px !important;
}

@media (max-width: 767px) {
    .wpcf7-submit {
    width: 100% !important;
}
}