
      
    


      
     


      {} *{} {}
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    


        
        .global-style-Eg86zzryc {
          width: 100%;padding-right: 16px;padding-left: 16px;margin-bottom: 0px;margin-top: 0px;margin-right: auto;margin-left: auto;
      }
        
        @media (max-width: 639px) {
          
        .global-style-Eg86zzryc {
          margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;width: 100%;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        .global-style-Eg86zzryc {
          margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;width: 100%;max-width: 640px;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        .global-style-Eg86zzryc {
          margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;width: 100%;max-width: 768px;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        .global-style-Eg86zzryc {
          margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;width: 100%;max-width: 992px;
      }
        }
        @media (min-width: 1200px) {
          
        .global-style-Eg86zzryc {
          margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;width: 100%;max-width: 1200px;
      }
        }
        
        .global-style-Eg86zzryc:not([data-gp-component="block"]), .global-style-Eg86zzryc [data-section-overlay] {
          background-color: undefined;
      }
        

 :root { --primary-color: #007bff; /* Azul Google */ --primary-dark-color: #0056b3; --secondary-color: #28a745; /* Verde Google */ --text-primary-color: #212529; --text-secondary-color: #5f6368; --text-light-color: #ffffff; --background-main: #f8f9fa; --background-section: #ffffff; --border-color: #dadce0; --input-border-color: #ced4da; --input-focus-border-color: #80bdff; --input-focus-shadow-color: rgba(0, 123, 255, 0.25); --result-background-color: #e8f0fe; --result-border-color: var(--primary-color); --font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; --box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); --border-radius: 8px; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: var(--font-family); line-height: 1.6; color: var(--text-primary-color); background-color: var(--background-main); font-size: 15px; padding: 0; } .gp-block-wrapper { width: 100%; min-height: 100vh; } .calculator-container { width: 100%; max-width: 100%; background-color: var(--background-section); border-radius: 0; box-shadow: none; } @media (min-width: 992px) { .gp-block-wrapper { padding: 20px; } .calculator-container { max-width: 960px; border-radius: var(--border-radius); box-shadow: var(--box-shadow); margin: 0 auto; } } .gp-component-block { padding: 20px 15px; } .gp-component-block:not(:first-child){ border-top: 1px solid var(--border-color); } @media (min-width: 768px) { .gp-component-block { padding: 30px 35px; } } .gp-container { width: 100%; margin: 0 auto; } .gp-main-title-container { text-align: center; padding: 20px 15px; background-color: var(--primary-color); color: var(--text-light-color); } .calculator-container[style*="max-width"] .gp-main-title-container { border-top-left-radius: var(--border-radius); border-top-right-radius: var(--border-radius); } .gp-main-title { font-size: clamp(1.7rem, 5vw, 2.1rem); font-weight: 500; margin-bottom: 5px; } .gp-subtitle { font-size: clamp(0.85rem, 2.5vw, 1.05rem); opacity: 0.9; } .gp-section-title-container { margin-bottom: 20px; padding-bottom: 8px; } .gp-section-title { font-size: clamp(1.25rem, 4vw, 1.5rem); color: var(--primary-color); font-weight: 500; border-bottom: 2px solid var(--primary-color); padding-bottom: 5px; display: inline-block; } .gp-form-group { margin-bottom: 18px; } .gp-label { display: block; font-size: 0.88rem; color: var(--text-secondary-color); margin-bottom: 6px; font-weight: 500; } .gp-input, .gp-select { width: 100%; padding: 9px 12px; font-size: 0.95rem; border: 1px solid var(--input-border-color); border-radius: 5px; background-color: #fff; transition: border-color 0.2s ease, box-shadow 0.2s ease; color: var(--text-primary-color); } .gp-input:focus, .gp-select:focus { border-color: var(--input-focus-border-color); box-shadow: 0 0 0 0.2rem var(--input-focus-shadow-color); outline: none; } .gp-input::placeholder { color: #aab2bd; } .gp-select { appearance: none; background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%236c757d%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M5.5%208l4.5%204.5L14.5%208z%22/%3E%3C/svg%3E'); background-repeat: no-repeat; background-position: right 0.7rem center; background-size: 14px 10px; padding-right: 2.2rem; } .gp-text-explanation { font-size: 0.75rem; color: var(--text-secondary-color); margin-top: 5px; line-height: 1.4; } .gp-text-explanation a { color: var(--primary-color); text-decoration: none; font-weight: 500; } .gp-text-explanation a:hover { text-decoration: underline; } .gp-layout-2-2 { display: grid; grid-template-columns: 1fr; gap: 18px 25px; } @media (min-width: 600px) { .gp-layout-2-2 { grid-template-columns: 1fr 1fr; } } .gp-grid-col { display: flex; flex-direction: column; } .gp-result-group { margin-top: 20px; padding: 12px 15px; background-color: var(--result-background-color); border-radius: 5px; border-left: 4px solid var(--result-border-color); } .gp-result-group h3 { font-size: 1.1rem; color: var(--primary-color); margin-bottom: 10px; font-weight: 500; } .gp-text-result { font-size: 0.9rem; color: var(--text-primary-color); margin-bottom: 7px; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; } .gp-text-result > span:first-child { margin-right: auto; padding-right: 10px; } .gp-text-result > span:last-child, .gp-text-result > strong:last-child { white-space: nowrap; } .gp-text-result strong { font-weight: 500; color: #333; } .gp-text-result .text-label { margin-right: auto; } .gp-text-result .value-only { } .gp-text-result .total-emphasis strong { font-size: 1rem; color: var(--secondary-color); font-weight: 600; } .gp-text-result.total-emphasis > span:first-child strong, .gp-text-result.total-emphasis > span:first-child { color: var(--text-primary-color); } .gp-button-container { text-align: center; margin-top: 20px; margin-bottom: 15px; } .gp-button-primary { background-color: var(--secondary-color); color: var(--text-light-color); padding: 10px 25px; font-size: 1rem; font-weight: 500; border: none; border-radius: 5px; cursor: pointer; transition: background-color 0.2s ease, transform 0.1s ease; box-shadow: 0 2px 3px rgba(0,0,0,0.1); } .gp-button-primary:hover { background-color: #218838; } .gp-button-primary:active { transform: translateY(1px); } .gp-text-recommendation { font-size: 0.8rem; color: var(--text-secondary-color); margin-top: 10px; padding: 10px; background-color: #f0f0f0; border-radius: 4px; border-left: 3px solid var(--secondary-color); } .gp-text-disclaimer { font-size: 0.75rem; color: #777; margin-top: 20px; padding-top: 12px; border-top: 1px dashed var(--border-color); text-align: center; } .gp-text-disclaimer strong { color: #d93025; } .gp-footer { text-align: center; padding: 20px 15px; font-size: 0.85rem; color: var(--text-secondary-color); background-color: #e9ecef; } .calculator-container[style*="max-width"] .gp-footer { border-bottom-left-radius: var(--border-radius); border-bottom-right-radius: var(--border-radius); } .hidden { display: none !important; } .input-group-result { display: flex; align-items: center; gap: 10px; } .input-group-result .gp-select, .input-group-result .gp-input[type="text"] { flex-grow: 1; } .gp-calculated-value { padding: 10px; background-color: #e9ecef; border: 1px solid var(--input-border-color); border-radius: 5px; font-size: 0.95rem; min-width: 100px; text-align: right; white-space: nowrap; } .gp-whatsapp-container { margin-top: 20px; padding: 15px; background-color: #f9f9f9; border: 1px solid #eee; border-radius: 6px; } .gp-whatsapp-container label { margin-bottom: 8px; } .gp-whatsapp-container input[type="tel"] { margin-bottom: 10px; } #costDistributionChartContainer, #costDistributionChartContainerAutopromotor { max-width: 450px; margin: 20px auto; } 

