header{position:relative;z-index:0;width:100%;min-width:320px;height:auto}header .banner{width:100%;height:auto;padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:-webkit-gradient(linear,left top,right top,from(#FFC839),to(#ffc634));background:linear-gradient(90deg,#FFC839,#ffc634);background-size:250% 100%;-webkit-animation:bannercolorgradient 2s infinite alternate linear;animation:bannercolorgradient 2s infinite alternate linear}@-webkit-keyframes bannercolorgradient{0%{background-position:15% 5%}25%{background-position:50% 95%}50%{background-position:95% 95%}100%{background-position:95% 5%}}@keyframes bannercolorgradient{0%{background-position:15% 5%}25%{background-position:50% 95%}50%{background-position:95% 95%}100%{background-position:95% 5%}}header .banner__item{width:90%;min-width:288px;height:auto;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:"Inter",sans-serif;font-size:12px;font-weight:500;color:#000}header .mobile{position:relative;z-index:0;width:90%;min-width:288px;height:auto;margin:0 auto;padding:20px 0;padding-bottom:0;display:-ms-grid;display:grid;-ms-grid-columns:6fr 10px 6fr;grid-template-columns:repeat(2,6fr);grid-auto-rows:auto;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .mobile .imagotipo{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}header .mobile .imagotipo a{text-decoration:none}header .mobile .imagotipo a img{width:100px;height:auto;display:inline-block;-o-object-fit:contain;object-fit:contain;image-rendering:optimizeQuality}header .mobile .imagotipo a:hover,header .mobile .imagotipo a:active{outline:none}header .mobile .burger{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}header .mobile .burger button{position:relative;z-index:0;width:60px;height:60px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;background-color:#fff0}header .mobile .burger button span{width:55px;height:5px;border-radius:10px;background-color:#000;-webkit-animation:burgeritem 0.75s 2 cubic-bezier(.63,0,.31,1);animation:burgeritem 0.75s 2 cubic-bezier(.63,0,.31,1);pointer-events:none}@-webkit-keyframes burgeritem{0%{width:55px}50%{width:10px}100%{width:55px}}@keyframes burgeritem{0%{width:55px}50%{width:10px}100%{width:55px}}header .mobile .burger button span:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}header .mobile .burger button span:nth-child(2){-webkit-animation-delay:0.1s;animation-delay:0.1s}header .mobile .burger button span:nth-child(3){-webkit-animation-delay:0.15s;animation-delay:0.15s}header .mobile .burger button:hover,header .mobile .burger button:active{outline:none}header .desktop{display:none}@media (min-width:900px){header .mobile{width:85%}}@media (min-width:1200px){header{border-bottom:solid .2vw #d1d1d1;-webkit-transition:all 0.25s ease-in-out;transition:all 0.25s ease-in-out}header:hover{border-bottom:solid .2vw #44D58C}header .banner{padding:1.25vw 0}header .banner__item{font-size:1.2vw}header .mobile{display:none}header .desktop{position:relative;z-index:0;width:85%;height:auto;margin:0 auto;padding:1vw 0;display:-ms-grid;display:grid;-ms-grid-columns:2fr 8fr 2fr;grid-template-columns:2fr 8fr 2fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .desktop .imagotipo{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}header .desktop .imagotipo a{width:100%;height:auto}header .desktop .imagotipo a img{width:8vw;height:auto;display:inline-block;-o-object-fit:contain;object-fit:contain}header .desktop .imagotipo a:hover,header .desktop .imagotipo a:focus{outline:none}header .desktop .menu{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2.5vw}header .desktop .menu a{position:relative;z-index:0;width:auto;font-family:"Inter",sans-serif;font-weight:500;font-size:1.2vw;text-decoration:none;color:#000;text-align:center;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}header .desktop .menu a::after{content:"";position:absolute;z-index:1;bottom:-2.85vw;left:0;right:0;height:.35vw;border-radius:1vw;display:none;background-color:#44D58C;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}header .desktop .menu a:hover{color:#44D58C}header .desktop .menu a:hover::after{display:inline-block}header .desktop .demo{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media (min-width:1440px){header .desktop{width:70%}header .desktop .imagotipo{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}header .desktop .imagotipo a{width:100%;height:auto}header .desktop .imagotipo a img{width:8vw;height:auto;display:inline-block;-o-object-fit:contain;object-fit:contain}header .desktop .imagotipo a:hover,header .desktop .imagotipo a:focus{outline:none}header .desktop .menu{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2.5vw}header .desktop .menu a{position:relative;z-index:0;width:auto;font-family:"Inter",sans-serif;font-weight:500;font-size:1.2vw;text-decoration:none;color:#000;text-align:center;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}header .desktop .menu a::after{content:"";position:absolute;z-index:1;bottom:-2.85vw;left:0;right:0;height:.35vw;border-radius:1vw;display:none;background-color:#44D58C;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}header .desktop .menu a:hover{color:#44D58C}header .desktop .menu a:hover::after{display:inline-block}header .desktop .demo{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}