@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";*{font-family:"Poppins",sans-serif;margin:0;padding:0;border:0;list-style:none;text-decoration:none;resize:none;outline:none;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}.container{width:80%}@media(max-width: 1024px){.container{width:83%}}p{font-size:15px;color:#444}h1{color:#1b2845}@media screen and (min-width: 100rem){.container{width:60%}}nav{width:100%;height:5rem;display:grid;place-items:center;padding:1rem 0;background-color:rgba(0,0,0,0);position:fixed;z-index:99;transition:all .3s cubic-bezier(0.56, 0.24, 0.71, 0.99)}nav.support-page{background-color:#1b2845;height:8rem}nav.support-page .container{padding-bottom:3rem}nav.support-page .container #nav__btn .line{background-color:#fff}nav[data-active=true]{background-color:rgba(0,0,0,0);padding:0}nav[data-active=true] .container{width:92%;position:relative;justify-content:end}nav[data-active=true] .container img{transition:all .5s ease;top:-80px;width:80px;height:40px;display:none}nav[data-active=true] .container #nav__btn .line{background-color:#1b2845}nav[data-active=true] .container #nav__btn[data-active=true]{margin-right:17.8%;top:60%}nav .container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;transition:all .3s cubic-bezier(0.56, 0.24, 0.71, 0.99)}nav .container img{width:100px;height:81px}nav .container #nav__btn{z-index:999;width:25px;display:flex;flex-direction:column;gap:.3rem;position:relative;transition:all .5s cubic-bezier(0.56, 0.24, 0.71, 0.99);cursor:pointer}nav .container #nav__btn .line{background-color:#1b2845;width:100%;height:4px;border-radius:14px;transition:all .3s cubic-bezier(0.56, 0.24, 0.71, 0.99)}nav .container #nav__btn[data-active=true]{margin-right:13%}nav .container #nav__btn[data-active=true] .line{background-color:#fff}nav .container #nav__btn[data-active=true] .line:nth-child(1){width:100%;transform:rotateZ(226deg) translateY(-14px);transition:all .5s cubic-bezier(0.56, 0.24, 0.71, 0.99)}nav .container #nav__btn[data-active=true] .line:nth-child(2){width:0;transition:all .5s cubic-bezier(0.56, 0.24, 0.71, 0.99)}nav .container #nav__btn[data-active=true] .line:nth-child(3){width:100%;transform:rotateZ(-228deg) translateY(12px);transition:all .5s cubic-bezier(0.56, 0.24, 0.71, 0.99)}nav .container #sidebar__nav{position:fixed;top:0;bottom:0;right:-25%;width:25%;background-color:#1b2845;display:grid;place-items:center;transition:all .3s cubic-bezier(0.56, 0.24, 0.71, 0.99)}nav .container #sidebar__nav[data-active=true]{right:0}nav .container #sidebar__nav ul{display:flex;flex-direction:column;gap:2rem}nav .container #sidebar__nav ul li{color:#fff;font-size:22px;cursor:pointer;transition:all .3s cubic-bezier(0.56, 0.24, 0.71, 0.99)}nav .container #sidebar__nav ul li:hover{transform:scale(0.95)}@media(max-width: 1024px){nav{padding:1rem 0}nav.support-page{background-color:#1b2845;height:6rem}nav.support-page .container{padding-bottom:0rem}nav[data-active=true].support-page{background-color:rgba(0,0,0,0);height:4rem}nav[data-active=true].support-page .container{padding-bottom:0rem}nav .container img{width:67px;height:52px}nav .container #nav__btn{right:5%}nav .container #nav__btn[data-active=true]{margin-right:55%}nav .container #sidebar__nav[data-active=true]{width:80%}}header{width:100%;height:120vh;display:grid;place-items:center;position:relative;overflow:hidden;background-image:url("../assets/images/home.jpg");background-repeat:no-repeat;background-size:cover;background-position:center}@media screen and (max-width: 64rem){header{background-image:url("../assets/images/home-mobile.jpg")}}header .arrow{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;position:absolute;bottom:calc(2% + 20vh)}header .arrow a{color:#1b2845;font-weight:400;line-height:1;width:70%;cursor:pointer}header .arrow img{cursor:pointer;width:21px;height:13px}header .container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-top:5rem;padding-bottom:20vh}header .container .text{width:30%;display:flex;flex-direction:column;gap:1rem 0}header .container .text h1{line-height:1.3;color:#1b2845}header .container .text a button{width:172px;height:46px;border-radius:4px;display:grid;place-items:center;font-size:12px;font-weight:500;color:#fff;background-color:#1b2845;cursor:pointer;transition:all .3s ease;font-size:15px;font-weight:300}header .container .text a button:hover{transform:translateY(-3px);color:#1b2845;background-color:#fff;box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px}header .container .socials{display:flex;flex-direction:column;gap:.5rem}header .container .socials img{transition:all .3s cubic-bezier(0.56, 0.24, 0.71, 0.99);width:24px;height:23px;cursor:pointer}header .container .socials img:hover{transform:scale(1.2)}@media(max-width: 1024px){header{height:100vh;place-items:end center}header .arrow{bottom:2%}header .container{align-items:center;justify-content:center;padding-bottom:10.3rem}header .container .socials{display:none}header .container .text{text-align:center;align-items:center;justify-content:center;width:100%}header .container .text h1{font-size:25px}}#after__header{width:100%;height:-moz-fit-content;height:fit-content;display:grid;place-items:center;position:relative;overflow:hidden;padding:6rem 0;background-color:#ededed;padding-top:0}@media(max-width: 1024px){#after__header{padding:4.5rem 0}}#after__header .container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem 0}#after__header .container .title{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:0;position:relative}#after__header .container .title h1{font-size:69px;opacity:6%}#after__header .container .title h2{font-size:28px;font-weight:700;color:#1b2845;position:absolute;top:40%}#after__header .container .title .subtitle{display:flex;align-items:center;justify-content:center;padding-top:1rem}#after__header .container .title .subtitle p{font-size:15px;color:#444;width:55%}#after__header .container .all{display:grid;grid-template-columns:1.5fr 1fr;gap:0 2rem}#after__header .container .all .images{position:relative;height:615px}#after__header .container .all .images img{position:absolute}#after__header .container .all .images .one{width:240px;height:271px;z-index:2;left:0;top:0}#after__header .container .all .images .two{width:352px;height:401px;z-index:3;right:17%;top:12%}#after__header .container .all .images .three{width:240px;height:280px;z-index:4;left:0%;bottom:0}#after__header .container .text{display:flex;flex-direction:column;align-items:start;justify-content:center;gap:1.5rem 0}#after__header .container .text a button{width:172px;height:46px;border-radius:4px;display:grid;place-items:center;font-size:12px;font-weight:500;color:#fff;background-color:#1b2845;cursor:pointer;transition:all .3s ease;font-size:15px;font-weight:300}#after__header .container .text a button:hover{transform:translateY(-3px);color:#1b2845;background-color:#fff;box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px}@media(max-width: 1024px){#after__header .container{gap:3rem 0}#after__header .container .title{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;position:relative}#after__header .container .title h1{font-size:69px;opacity:6%}#after__header .container .title h2{font-size:22px;font-weight:700;color:#1b2845;position:absolute;top:30%}#after__header .container .title .subtitle{padding-top:0}#after__header .container .title .subtitle p{width:95%}#after__header .container .all{grid-template-columns:1fr;gap:2rem 0}#after__header .container .all .images{height:100%}#after__header .container .all .images .two{position:static}#after__header .container .all .images .one{display:none}#after__header .container .all .images .three{display:none}#after__header .container .all .text{align-items:center}}#solution{width:100%;height:492px;display:grid;place-items:center;position:relative;overflow:hidden;background-image:url("../assets/images/solucao.jpg");background-repeat:no-repeat;background-size:cover;background-position:center}@media screen and (max-width: 64rem){#solution{background-image:url("../assets/images/solucao-mobile.jpg")}}#solution .container{display:flex;align-items:center;justify-content:center}#solution .container .text{display:flex;flex-direction:column;align-items:start;justify-content:center;gap:1rem 0}#solution .container .text h1{font-size:25px;font-weight:600;width:50%}#solution .container .text p{font-size:15px;font-weight:400;width:45.5%}@media(max-width: 1024px){#solution{place-items:end center;height:867.5px}#solution .container{padding-bottom:4.7rem}#solution .container .text{align-items:center;text-align:center}#solution .container .text h1{font-size:22px;font-weight:700;width:90%}#solution .container .text p{width:93%}}#treatments{width:100%;height:-moz-fit-content;height:fit-content;display:grid;place-items:center;position:relative;overflow:hidden;padding:6rem 0;background-color:#ededed}@media(max-width: 1024px){#treatments{padding:4.5rem 0}}#treatments .container{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}#treatments .container a{margin-top:3rem}#treatments .container a button{width:172px;height:46px;border-radius:4px;display:grid;place-items:center;font-size:12px;font-weight:500;color:#fff;background-color:#1b2845;cursor:pointer;transition:all .3s ease}#treatments .container a button:hover{transform:translateY(-3px);color:#1b2845;background-color:#fff;box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px}#treatments .container .title{text-align:center;position:relative;display:grid;place-items:center;gap:1.1rem 0}#treatments .container .title h1{font-size:69px;opacity:6%}#treatments .container .title h2{font-size:28px;font-weight:700;color:#1b2845;position:absolute;top:36%}#treatments .container .title .subtitle{display:grid;place-items:center}#treatments .container .title .subtitle p{font-size:15px;color:#444;width:60%}#treatments .container .treatments__swiper{width:80vw;border:1px solid #25314c;border-radius:18px}#treatments .container .treatments__swiper .swiper-pagination{display:none}#treatments .container .treatments__swiper .swiper-wrapper .swiper-slide{height:280px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;gap:1rem 0;transition:all .3s cubic-bezier(0.56, 0.24, 0.71, 0.99)}#treatments .container .treatments__swiper .swiper-wrapper .swiper-slide.swiper-slide-active{background-color:#1b2845}#treatments .container .treatments__swiper .swiper-wrapper .swiper-slide.swiper-slide-active h1{color:#fff}#treatments .container .treatments__swiper .swiper-wrapper .swiper-slide.swiper-slide-active p{color:#fff}#treatments .container .treatments__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .icon{background-image:url("../assets/icons/icone-tratamentos-branco.svg")}#treatments .container .treatments__swiper .swiper-wrapper .swiper-slide h1{font-size:16px;font-weight:600;color:#1b2845}#treatments .container .treatments__swiper .swiper-wrapper .swiper-slide p{font-size:12px;font-weight:300;color:#444;padding:0 1.5rem}#treatments .container .treatments__swiper .swiper-wrapper .swiper-slide .icon{width:30px;height:30px;background-image:url("../assets/icons/icone-tratamentos.svg");background-position:center;background-size:cover;background-repeat:no-repeat;transition:background .3s cubic-bezier(0.56, 0.24, 0.71, 0.99)}#treatments .container .arrow{width:100%;display:flex;justify-content:end;align-items:center;position:relative;gap:0 .8rem;padding:1.2rem 0 1.4rem 0}#treatments .container .arrow .left{transform:rotate(180deg)}@media(max-width: 1024px){#treatments{padding:4.5rem 0}#treatments .container{gap:3rem 0}#treatments .container .title{order:1;gap:1rem 0}#treatments .container .title h1{font-size:50px}#treatments .container .title h2{font-size:22px;top:35%}#treatments .container .title .subtitle p{width:100%}#treatments .container .treatments__swiper{order:2;overflow:visible;display:grid;place-items:center;border:0}#treatments .container .treatments__swiper .swiper-pagination{display:flex;align-items:center;justify-content:center;position:absolute;bottom:-15%;right:50%}#treatments .container .treatments__swiper .swiper-pagination .swiper-pagination-bullet{background-color:#1b2845}#treatments .container .treatments__swiper .swiper-wrapper .swiper-slide{border-radius:18px}#treatments .container .arrow{order:3;justify-content:center;padding:0;gap:0 1rem;margin-top:2rem}#treatments .container .arrow .left,#treatments .container .arrow .right{width:49px;height:49px}#treatments .container a{order:4;width:100%;display:grid;place-items:center;margin-top:0}}#banner{width:100%;height:-moz-fit-content;height:fit-content;display:grid;place-items:center;position:relative;overflow:hidden;padding:6rem 0;background-color:#1b2845}@media(max-width: 1024px){#banner{padding:4.5rem 0}}#banner .container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:2rem}#banner .container h1{color:#fff;font-size:23px;font-weight:400}#banner .container h1 strong{font-weight:600}#banner .container a button{width:172px;height:46px;border-radius:4px;display:grid;place-items:center;font-size:12px;font-weight:500;color:#1b2845;background-color:#fff;cursor:pointer;transition:all .3s ease}#banner .container a button:hover{transform:translateY(-3px);color:#fff;background-color:#1b2845;box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px}#depoiments{width:100%;height:-moz-fit-content;height:fit-content;display:grid;place-items:center;position:relative;overflow:hidden;padding:6rem 0;background-color:#ededed}@media(max-width: 1024px){#depoiments{padding:4.5rem 0}}#depoiments .container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5rem 0;position:relative}#depoiments .container .title{text-align:center;position:relative;display:grid;place-items:center;gap:1.5rem 0}#depoiments .container .title h1{font-size:69px;opacity:6%}#depoiments .container .title h2{font-size:28px;font-weight:700;color:#1b2845;position:absolute;top:36%}#depoiments .container .title .subtitle{display:grid;place-items:center}#depoiments .container .title .subtitle p{font-size:15px;color:#444;width:60%}#depoiments .container .depoiments__swiper{width:80vw;padding:0 .5rem;border-radius:18px}#depoiments .container .depoiments__swiper .swiper-pagination{display:none}#depoiments .container .depoiments__swiper .swiper-wrapper .swiper-slide{height:179px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;border-radius:18px;gap:1rem 0;transition:all .3s cubic-bezier(0.56, 0.24, 0.71, 0.99);border:1px solid #25314c}#depoiments .container .depoiments__swiper .swiper-wrapper .swiper-slide h1{width:100%;display:flex;align-items:end;justify-content:end;padding-right:5rem;font-size:14px;font-weight:600;color:#1b2845}#depoiments .container .depoiments__swiper .swiper-wrapper .swiper-slide p{font-size:10px;font-weight:300;color:#444;padding:0 1.5rem}#depoiments .container .depoiments__swiper .swiper-wrapper .swiper-slide.swiper-slide-active{background-color:#1b2845}#depoiments .container .depoiments__swiper .swiper-wrapper .swiper-slide.swiper-slide-active h1{color:#fff}#depoiments .container .depoiments__swiper .swiper-wrapper .swiper-slide.swiper-slide-active p{color:#fff}#depoiments .container .arrow{position:absolute;display:flex;gap:0 .8rem;top:47%;right:3%}#depoiments .container .arrow .left{transform:rotate(180deg)}@media(max-width: 1024px){#depoiments{padding-bottom:12rem}#depoiments .container{gap:3rem 0}#depoiments .container .title{gap:1rem 0}#depoiments .container .title h1{font-size:50px}#depoiments .container .title h2{font-size:22px;top:30%}#depoiments .container .title .subtitle p{width:100%}#depoiments .container .depoiments__swiper{overflow:visible;display:grid;place-items:center;border:0}#depoiments .container .depoiments__swiper .swiper-pagination{display:flex;align-items:center;justify-content:center;position:absolute;bottom:-20%;right:50%}#depoiments .container .depoiments__swiper .swiper-pagination .swiper-pagination-bullet{background-color:#1b2845}#depoiments .container .depoiments__swiper .swiper-wrapper .swiper-slide{border-radius:18px}#depoiments .container .arrow{top:120%;right:auto;display:flex;flex-direction:row;gap:0 1rem}#depoiments .container .arrow .left,#depoiments .container .arrow .right{width:49px;height:49px}}#structure{width:100%;height:-moz-fit-content;height:fit-content;display:grid;place-items:center;position:relative;overflow:hidden;padding:6rem 0;background-color:#ededed;gap:3rem 0;padding-top:0}@media(max-width: 1024px){#structure{padding:4.5rem 0}}#structure .title{text-align:center;position:relative;display:grid;place-items:center;gap:1.5rem 0;padding-bottom:5rem}#structure .title h1{font-size:69px;opacity:6%}#structure .title h2{font-size:28px;font-weight:700;color:#1b2845;position:absolute;top:25%}#structure .title .subtitle{display:grid;place-items:center}#structure .title .subtitle p{font-size:15px;color:#444;width:60%}#structure .container{background-color:#fff}#structure .container .clinic{display:grid;grid-template-columns:1fr 1.3fr;place-items:center start;position:relative}#structure .container .clinic p{text-align:start;width:75%}#structure .container .clinic .imagem{width:100%;height:380px;display:flex;align-items:start;justify-content:start;position:relative}#structure .container .clinic .imagem img{width:401px;height:380px;position:absolute;left:-10%;top:-10%}#structure .container .team{display:grid;grid-template-columns:1.3fr 1fr;place-items:center end;position:relative}#structure .container .team p{text-align:start;width:65%}#structure .container .team .imagem{width:100%;height:380px;display:flex;align-items:end;justify-content:end;position:relative}#structure .container .team .imagem img{width:408px;height:352px;position:absolute;right:-10%;top:-10%}#structure .container .instrument{display:grid;grid-template-columns:1fr 1.3fr;place-items:center start;position:relative}#structure .container .instrument p{text-align:start;width:69.5%}#structure .container .instrument .imagem{width:100%;height:380px;display:flex;align-items:start;justify-content:start;position:relative}#structure .container .instrument .imagem img{width:444px;height:380px;position:absolute;left:-10%;top:-10%}@media(max-width: 1024px){#structure{padding-top:1rem;gap:0}#structure .title{gap:1rem 0;padding-bottom:3.5rem}#structure .title h1{font-size:62px}#structure .title h2{font-size:26px;top:20%}#structure .title .subtitle p{text-align:center;width:78%}#structure .container{display:flex;flex-direction:column}#structure .container .item .imagem{height:265px}#structure .container .item .imagem img{height:100% !important}#structure .container .item p{padding:3rem 1.5rem !important}#structure .container .clinic{grid-template-columns:1fr;place-items:center}#structure .container .clinic p{text-align:center;width:100%}#structure .container .clinic .imagem img{position:static;width:340px;height:322px}#structure .container .team{grid-template-columns:1fr;place-items:center}#structure .container .team p{text-align:center;order:2;width:94%;padding:3rem}#structure .container .team .imagem{order:1}#structure .container .team .imagem img{position:static;width:340px;height:322px}#structure .container .instrument{grid-template-columns:1fr;place-items:center}#structure .container .instrument p{text-align:center;width:90%;padding-bottom:3rem}#structure .container .instrument .imagem img{position:static;width:340px;height:322px}}#better{width:100%;height:492px;display:grid;place-items:center;position:relative;overflow:hidden;background-image:url("../assets/images/tratamento.jpg");background-repeat:no-repeat;background-size:cover;background-position:center}@media screen and (max-width: 64rem){#better{background-image:url("../assets/images/tratamento-mobile.jpg")}}#better .container{display:flex;flex-direction:column;align-items:end;justify-content:end}#better .container .text{display:flex;flex-direction:column;align-items:end;justify-content:end;gap:1.5rem}#better .container .text h1{font-size:24px;font-weight:600;width:40%}#better .container .text p{color:#1b2845;width:40%}@media(max-width: 1024px){#better{height:697px;place-items:end center;padding-bottom:9rem}#better .container{align-items:center;justify-content:center}#better .container .text{align-items:center;justify-content:center;text-align:center}#better .container .text h1{width:100%}#better .container .text p{width:93%}}#contact{width:100%;height:-moz-fit-content;height:fit-content;display:grid;place-items:center;position:relative;overflow:hidden;padding:6rem 0;background-color:#1b2845}@media(max-width: 1024px){#contact{padding:4.5rem 0}}#contact .container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem 0}#contact .container .title{text-align:center;position:relative;display:grid;place-items:center;gap:1.5rem 0}#contact .container .title h1{font-size:62px;opacity:6%;color:#fff}#contact .container .title h2{font-size:28px;font-weight:700;color:#fff;position:absolute;top:58%}#contact .container form{display:flex;flex-direction:column;align-items:center;justify-content:center;width:512px;gap:1rem 0}#contact .container form .inputs{width:512px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:3rem}#contact .container form .inputs input{width:244px;height:43px;opacity:67%;border-radius:7px;padding-left:1rem}#contact .container form .inputs input::-moz-placeholder{color:#1b2845}#contact .container form .inputs input::placeholder{color:#1b2845}#contact .container form textarea{width:512px;height:67px;opacity:67%;border-radius:7px;padding-left:1rem;padding-top:1rem}#contact .container form textarea::-moz-placeholder{color:#1b2845}#contact .container form textarea::placeholder{color:#1b2845}#contact .container form button{width:172px;height:46px;border-radius:4px;display:grid;place-items:center;font-size:12px;font-weight:500;color:#1b2845;background-color:#fff;cursor:pointer;transition:all .3s ease;border-radius:7px;width:100%;height:53px}#contact .container form button:hover{transform:translateY(-3px);color:#fff;background-color:#1b2845;box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px}#contact .container .socials{display:flex;flex-direction:row;gap:0 1rem}#contact .container .socials img{width:23px;height:23px;transition:all .3s cubic-bezier(0.56, 0.24, 0.71, 0.99)}#contact .container .socials img:hover{transform:scale(0.8)}#contact .container .contact1{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem 0}#contact .container .contact1 .phone{display:flex;flex-direction:row;align-items:center;justify-content:center}#contact .container .contact1 .phone a{color:#fff;font-size:13px;font-weight:300}#contact .container .contact1 .phone a img{width:15px;height:15px}#contact .container .contact1 .location{display:flex;flex-direction:row;align-items:center;justify-content:center}#contact .container .contact1 .location a{color:#fff;font-size:13px;font-weight:300;width:60%;display:flex;flex-direction:row;align-items:start;justify-content:center;gap:0 1rem}#contact .container .contact1 .location a img{width:12px;height:16px}@media(max-width: 1024px){#contact .container .title{gap:1rem 0}#contact .container .title h1{font-size:50px}#contact .container .title h2{font-size:22px;top:58%}#contact .container .title .subtitle p{width:100%}#contact .container form{width:345px}#contact .container form .inputs{width:100%;gap:1rem}#contact .container form .inputs input{width:165px}#contact .container form textarea{width:345px}#contact .container .socials a img{width:36px;height:36px}#contact .container .contact1 .location a{width:90%}}#support{width:100%;height:-moz-fit-content;height:fit-content;display:grid;place-items:center;position:relative;overflow:hidden;padding:6rem 0;padding-top:9rem;background-color:#ededed}@media(max-width: 1024px){#support{padding:4.5rem 0}}#support .container{display:grid;grid-template-columns:1fr 1.3fr;place-items:end center;gap:0 6rem;padding:0 4%}#support .container .image{gap:2rem 0;display:flex;flex-direction:column;align-items:center;justify-content:start;width:100%}#support .container .image .title{text-align:center;position:relative;display:grid;place-items:center start;gap:1.5rem 0;width:100%}#support .container .image .title h1{color:#000;font-size:90px;opacity:6%}#support .container .image .title h2{font-size:28px;font-weight:700;color:#1b2845;position:absolute;top:59%}#support .container .image img{width:100%;height:420px;-o-object-fit:cover;object-fit:cover}#support .container .text{display:flex;flex-direction:column;gap:1.5rem 0}#support .container .text p{color:#444;font-size:15px;font-weight:300}#support .container .text .other{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:0 1rem}#support .container .text .other a button{width:172px;height:46px;border-radius:4px;display:grid;place-items:center;font-size:12px;font-weight:500;color:#fff;background-color:#1b2845;cursor:pointer;transition:all .3s ease}#support .container .text .other a button:hover{transform:translateY(-3px);color:#1b2845;background-color:#fff;box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px}#support .container .text .other .socials{display:flex;flex-direction:row;gap:0 .5rem}#support .container .text .other .socials a img{width:24px;height:24px;transition:all .3s cubic-bezier(0.56, 0.24, 0.71, 0.99)}#support .container .text .other .socials a img:hover{transform:scale(0.85)}@media(max-width: 1024px){#support{padding-top:7rem}#support .container{grid-template-columns:1fr;gap:2rem 0}#support .container .image{justify-content:center;align-items:center}#support .container .image .title{text-align:center;place-items:center}#support .container .image .title h1{font-size:75px}#support .container .image .title h2{font-size:24px}#support .container .text .other{flex-direction:column;justify-content:center;gap:2rem}}#images{width:100%;height:-moz-fit-content;height:fit-content;display:grid;place-items:center;position:relative;overflow:hidden;padding:6rem 0;background-color:#ededed}@media(max-width: 1024px){#images{padding:4.5rem 0}}#images .container{display:grid;grid-template-columns:repeat(4, 1fr);gap:0 1rem}#images .container img{width:100%;height:279px;-o-object-fit:cover;object-fit:cover;transition:all .3s ease}#images .container img:hover{transform:scale(1.17);z-index:999}@media(max-width: 1024px){#images{padding-top:0}#images .container{width:80%;grid-template-columns:1fr;gap:1rem 0}#images .container img:hover{transform:scale(1)}}