:root .card{display:flex;flex-direction:column;align-items:center;padding:1rem}:root .card .cardMedia{width:100px;border-radius:50px}@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{display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer}:root .logo{width:150px;cursor:pointer}@media(min-width:800px){:root .logo{width:200px}}@media(min-width:1024px){:root .logo{width:240px}}.menu{position:fixed;top:0;left:0;width:100%;background-color:var(--foreground);z-index:1000;box-shadow:0 2px 6px rgba(0,0,0,.1)}.menu .menu-inner{margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.menu .menu-toggle{display:flex;flex-direction:column;gap:5px;width:30px;height:25px;background:none;border:none;cursor:pointer}.menu .menu-toggle span{height:3px;width:100%;background:var(--primary);border-radius:3px;transition:all .3s;z-index:99}.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{position:fixed;top:0;right:-100%;height:100dvh;width:200px;background:var(--foreground);flex-direction:column;padding:2rem 1rem;list-style:none;display:flex;gap:1.5rem;transition:right .3s ease}.menu .menu-list li a{text-decoration:none;color:var(--primary);font-weight:500;font-size:1.2rem;transition:.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{position:static;flex-direction:row;display:flex;gap:2rem;width:auto;padding:0;height:auto;background:rgba(0,0,0,0)}}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100dvh;background:rgba(0,0,0,.649);z-index:900;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}:root .box-button{display:flex;justify-content:center}:root .box-button.show{display:none}:root .box-button .button{background-color:var(--primary);padding:1rem;transition:transform .3s ease;height:60px;width:80%}:root .box-button .button:hover{transform:scale(.9);background-color:var(--background);color:var(--primary);border:1px solid var(--primary)}@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 .talkToUs{background-color:#fff;border-radius:10px;border:1px solid rgba(0,0,0,.131);padding:2rem;gap:4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:2rem auto}:root .talkToUs .form{width:80%}:root .talkToUs .form .phoneNdate{display:flex;flex-direction:column;gap:1rem}@media(min-width:1024px){:root .talkToUs{max-width:77%}:root .talkToUs .form{width:60%}:root .talkToUs .form .phoneNdate{flex-direction:row}:root .talkToUs .form .phoneNdate .date{width:400px}}:root header{position:fixed;top:0;left:0;width:100%;background:#fff;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 2px 6px rgba(0,0,0,.1)}:root main{display:flex;flex-direction:column}:root footer{padding-top:4rem}:root{padding:1rem}:root,:root .box-data{display:flex;align-items:center;justify-content:space-between;flex-direction:column}:root .box-data .data{padding:0 2rem}:root .box-data .data .info{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem;text-align:center}:root .box-data .box-img{transition:transform .3s ease}:root .box-data .box-img .img{min-height:300px;max-height:500px;transition:transform .3s ease;transform-origin:center}: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;margin-bottom:3rem;width:90%}:root .box-data .box-img{max-width:60%}}:root .solutions-type{display:flex;justify-content:space-around;flex-direction:column;align-items:center;text-align:center;gap:1rem;width:100%}@media(min-width:800px){:root .solutions-type{justify-content:space-around;flex-direction:row}}