@charset "UTF-8";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.menu{align-items:center;background-color:#fd9255;display:flex;height:120px}.menu img{height:40px;width:auto}.menu .menuLinks{display:flex}.menu .menuLinks a{font-size:18px;margin-left:65px}.menu .menuIcon a,.menu .menuLinks a{color:#fff;text-decoration:none}@media (max-width:720px){.menu{justify-content:space-around;padding:0}.menu .menuLinks{display:none}}@media (min-width:720px){.menu{justify-content:space-evenly;padding:0 30px}.menu .menuIcon{display:none}}.texto{align-items:center;display:flex;flex-direction:column;margin-top:100px;padding:0 10px;text-align:center}.texto h1{font-size:48px}.texto h1,.texto h5{font-weight:400;margin:0}.texto h5{font-size:16px;line-height:30px;max-width:400px}*{box-sizing:border-box}.contenedor{display:grid;flex-wrap:wrap;justify-content:center;margin:80px auto 0;width:80vw}@media (min-width:100px) and (max-width:490px){.contenedor{grid-template-columns:repeat(2,1fr)}.calculateWidth{width:80vw}.contenedorButtons,.footer{flex-direction:column}.footer .panelFooter{margin:0 0 0 30px}.footer .button{margin-left:0!important}}@media (min-width:490px) and (max-width:720px){.contenedor{grid-template-columns:repeat(4,1fr)}.calculateWidth{width:40vw}.footer{flex-direction:column}.footer .panelFooter{margin:0 0 0 50px}.footer .button{margin-left:0!important}}@media (min-width:720px) and (max-width:970px){.contenedor{grid-template-columns:repeat(6,1fr)}.masterItems:nth-child(10){grid-column-end:-3}.calculateWidth{width:26.66667vw}.footer{flex-direction:column}.footer .panelFooter{margin:0 0 0 100px}.footer .button{margin-left:0!important}}@media (min-width:970px) and (max-width:1220px){.contenedor{grid-template-columns:repeat(8,1fr)}.masterItems:nth-child(9){grid-column-end:-5}.calculateWidth{width:20vw}}@media (min-width:1220px){.contenedor{grid-template-columns:repeat(10,1fr)}.calculateWidth{width:16vw}}.contenedorButtons{display:flex;justify-content:space-between;margin:40px auto 0;width:80vw}.buttonBase{align-items:flex-start;height:80px}.button,.buttonBase{display:flex;justify-content:center}.button{align-items:center;border-radius:5px;font-size:16px;font-weight:400;padding:10px 20px;width:177px}.button:hover{box-shadow:2px 2px 3px hsla(0,0%,50%,.472);cursor:pointer}.buttonClear{border:1px solid #fd9255;color:#fd9255}.buttonCalculate{background-color:#fd9255;color:#fff}.summary h1{font-size:36px;font-weight:400;text-align:center}.summary .panel{align-items:center;background:#f9f9f9;display:flex;flex-direction:column;height:322px;justify-content:center;margin:0 auto;max-width:416px;min-width:200px;width:400}.summary .panel .data{display:flex;justify-content:space-between;margin:11px 0;width:100%}.summary .panel .data h3.dataName{font-size:18px;font-weight:400;margin:0;padding:0 36px;width:70%}.summary .panel .data h3.dataValue{font-size:18px;font-weight:400;margin:0;width:30%}.footer{align-items:flex-start;background-color:#fd9255;color:#fff;display:flex;font-weight:400;height:auto;justify-content:space-evenly;margin-top:200px;padding:30px 10vw;width:100%}.footer .panelFooter h3{font-weight:400;margin-bottom:45px}.footer .panelFooter h5{font-weight:400}.firstFooter{width:260px}.icon{border:2px solid #fff;border-radius:100%;height:auto;margin-right:10px;padding:2px;width:21px}.footer .button{align-items:center;border:3px solid #fff;border-radius:5px;display:flex;font-weight:500;justify-content:center}.footer .button h3{font-size:20px;margin:-5px 0 0}.footer .button .bIcon{height:auto;margin-right:5px;width:30px}@font-face{font-family:Notification;font-style:normal;font-weight:400;src:url(/static/media/notification.3657084dc0419605a91c.eot);src:url(/static/media/notification.3657084dc0419605a91c.eot?#iefixs3g3t9) format("embedded-opentype"),url(/static/media/notification.c392cd33d9d9de730f9d.woff) format("woff"),url(/static/media/notification.c5d9251ea82e42f75381.ttf) format("truetype"),url(/static/media/notification.5d0158671dd860c714c4.svg#notification) format("svg")}.notification-container{box-sizing:border-box;max-height:calc(100% - 30px);overflow-x:hidden;overflow-y:auto;padding:0 15px;position:fixed;right:0;top:0;width:320px;z-index:999999}.notification{background-color:#ccc;border-radius:2px;box-shadow:0 0 12px #999;box-sizing:border-box;color:#fff;cursor:pointer;font-size:1em;line-height:1.2em;margin-top:15px;opacity:.9;padding:15px 15px 15px 58px;position:relative}.notification .title{font-size:1em;font-weight:700;line-height:1.2em;margin:0 0 5px}.notification:focus,.notification:hover{opacity:1}.notification-enter{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}.notification-enter.notification-enter-active{transition:all .4s}.notification-enter.notification-enter-active,.notification-exit{-webkit-transform:translateZ(0);transform:translateZ(0);visibility:visible}.notification-exit.notification-exit-active{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);transition:all .4s;visibility:hidden}.notification:before{display:block;font-family:Notification;font-size:28px;height:28px;left:15px;line-height:28px;margin-top:-14px;position:absolute;text-align:center;top:50%;width:28px}.notification-info{background-color:#2f96b4}.notification-info:before{content:""}.notification-success{background-color:#51a351}.notification-success:before{content:""}.notification-warning{background-color:#f89406}.notification-warning:before{content:""}.notification-error{background-color:#bd362f}.notification-error:before{content:""}.masterItems{grid-column:span 2;margin:15px 0}.items,.masterItems{align-items:center;display:flex;flex-direction:column;justify-content:center}.items{background:#fff;border-radius:0;box-shadow:0 10px 40px rgba(0,0,0,.08);height:180px;width:180px!important}.items img{height:auto;width:40%}.items h4{font-size:21px;font-weight:300;margin:15px 0 0}.contentInput{display:flex;margin-top:20px;width:177px}.contentInput input{background:#fff;border:1px solid #e2e2e2;box-sizing:border-box;font-size:20px;height:40px;text-align:center;width:97px}.contentInput .buttonLeft{border-radius:5px 0 0 5px}.contentInput .buttonLeft,.contentInput .buttonRight{align-items:center;background-color:#e2e2e2;display:flex;font-size:20px;height:40px;justify-content:center;width:40px}.contentInput .buttonRight{border-radius:0 5px 5px 0}.contentInput .buttonLeft:hover,.contentInput .buttonRight:hover{background-color:#cacaca;cursor:pointer}
/*# sourceMappingURL=main.4589eb66.css.map*/