.elementor-2417 .elementor-element.elementor-element-b0a311f{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2417 .elementor-element.elementor-element-b0a311f:not(.elementor-motion-effects-element-type-background), .elementor-2417 .elementor-element.elementor-element-b0a311f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-2417 .elementor-element.elementor-element-c4a916e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2417 .elementor-element.elementor-element-bfe89f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-2417 .elementor-element.elementor-element-c4a916e{--width:50%;}.elementor-2417 .elementor-element.elementor-element-bfe89f9{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-42285d1 *//* --- ESTILO PERSONALIZADO PARA CALCULADORA EA TECHNOLOGY --- */

.calc-container {
  background: linear-gradient(145deg, #f3faff, #e3f0ff);
  border-radius: 20px;
  padding: 35px;
  max-width: 800px;
  margin: auto;
  box-shadow: 0 8px 30px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', sans-serif;
  color: #222;
}

.calc-container h2 {
  color: #0c4fa2;
  font-size: 26px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 3px solid #0073e6;
  padding-bottom: 10px;
}

.calc-container label {
  font-weight: 600;
  display: block;
  margin: 18px 0 6px;
  color: #333;
}

.calc-container input,
.calc-container select {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: all 0.3s ease;
  font-size: 15px;
}

.calc-container input:focus,
.calc-container select:focus {
  border-color: #0073e6;
  box-shadow: 0 0 8px rgba(0, 115, 230, 0.2);
  outline: none;
}

.calc-container button {
  background-color: #0073e6;
  color: white;
  padding: 14px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  margin-top: 25px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.calc-container button:hover {
  background-color: #005bb5;
}

.result-box {
  margin-top: 35px;
  background-color: #f0f8ff;
  border-left: 5px solid #0073e6;
  padding: 20px;
  border-radius: 12px;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.03);
  font-size: 16px;
  color: #222;
  line-height: 1.6;
}

.hidden {
  display: none !important;
}/* End custom CSS */