:root header{z-index:1000;background:#fff;justify-content:space-between;align-items:center;width:100%;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 6px #0000001a}:root main{flex-direction:column;display:flex}:root footer{padding-top:4rem}
:root{flex-direction:column;justify-content:space-between;align-items:center;padding:1rem;display:flex}:root .box-data{flex-direction:column;justify-content:space-between;align-items:center;display:flex}:root .box-data .data{padding:0 2rem}:root .box-data .data .info{text-align:center;flex-direction:column;gap:1.5rem;margin-bottom:1rem;display:flex}:root .box-data .box-img{transition:transform .3s}:root .box-data .box-img .img{transform-origin:50%;min-height:300px;max-height:500px;transition:transform .3s}:root .box-data .box-img .img:hover{transform:scale(1.1)}@media (min-width:800px){:root .box-data{flex-direction:row;gap:2rem}:root .box-data.reverse{flex-direction:row-reverse}:root .box-data .data{width:50%}:root .box-data .data .info{text-align:start}:root .box-data .box-img{max-width:50%}:root .box-data .box-img .img{max-height:700px}}@media (min-width:1024px){:root .box-data .data{width:40%}:root .box-data .data .info{gap:2.5rem;width:90%;margin-bottom:3rem}:root .box-data .box-img{max-width:60%}}
:root .box-button{justify-content:center;display:flex}:root .box-button.show{display:none}:root .box-button .button{background-color:var(--primary);width:80%;height:60px;padding:1rem;transition:transform .3s}:root .box-button .button:hover{background-color:var(--background);color:var(--primary);border:1px solid var(--primary);transform:scale(.9)}@media (min-width:800px){:root .box-button{justify-content:start}:root .button{width:70%;font-size:1.2rem}}@media (min-width:1024px){:root .box-button{justify-content:start}}
:root .logo{cursor:pointer;width:150px}@media (min-width:800px){:root .logo{width:200px}}@media (min-width:1024px){:root .logo{width:240px}}
.menu{background-color:var(--foreground);z-index:1000;width:100%;position:fixed;top:0;left:0;box-shadow:0 2px 6px #0000001a}.menu .menu-inner{justify-content:space-between;align-items:center;margin:0 auto;padding:1rem;display:flex}.menu .menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;width:30px;height:25px;display:flex}.menu .menu-toggle span{background:var(--primary);z-index:99;border-radius:3px;width:100%;height:3px;transition:all .3s}.menu .menu-toggle.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.menu .menu-toggle.open span:nth-child(2){opacity:0}.menu .menu-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.menu .menu-list{background:var(--foreground);flex-direction:column;gap:1.5rem;width:200px;height:100dvh;padding:2rem 1rem;list-style:none;transition:right .3s;display:flex;position:fixed;top:0;right:-100%}.menu .menu-list li a{color:var(--primary);font-size:1.2rem;font-weight:500;text-decoration:none;transition:all .3s}.menu .menu-list li a:hover{color:var(--secundary)}.menu .menu-list-open{right:0}@media (min-width:768px){.menu{padding:0 5rem}.menu .menu-toggle{display:none}.menu .menu-list{background:0 0;flex-direction:row;gap:2rem;width:auto;height:auto;padding:0;display:flex;position:static}}.menu-overlay{z-index:900;background:#000000a5;width:100%;height:100dvh;animation:.3s fadeIn;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
:root .solutions-type{text-align:center;flex-direction:column;justify-content:space-around;align-items:center;gap:1rem;width:100%;display:flex}@media (min-width:800px){:root .solutions-type{flex-direction:row;justify-content:space-around}}
:root .card{flex-direction:column;align-items:center;padding:1rem;display:flex}:root .card .cardMedia{border-radius:50px;width:100px}@media (min-width:800px){:root .card{max-width:40%}}@media (min-width:1024px){:root .card{max-width:30%}}@media (min-width:1424px){:root .card{max-width:25%}}
:root .footer{cursor:pointer;justify-content:center;align-items:center;gap:.5rem;display:flex}
