@import url('//fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); :root {   --orange:#fe7b53;   --orangehover: #fb5f2f; } body {   font-family: "Nunito", sans-serif;  font-optical-sizing: auto;  font-size:18px;   color:#4f4975; } a { color:var(--oragehover)}  header {   padding:30px 0;   text-align:center;   position:absolute;   z-index:99;   width:100%;   } header .container {   display:flex;   gap:15px;   flex-wrap:wrap;   justify-content:center; } a.logo img {   margin:0 auto;   display:block; } .basebtn, form.sample button {   color: white;   background: var(--orange);   padding:15px 30px;   display:inline-block;   border-radius:10px;   font-weight:bold;   transition:0.5s ease; } .basebtn:hover, form.sample button:hover {   background:var(--orangehover) } form.sample button {   display:block;   width:100%; } form.sample .input {   padding:10px; } h1.subup {   margin-top: 0;   line-height:1.2 } .box {   padding:40px 0 } .subtext {   margin-bottom:30px } .sidea {   margin-bottom:30px;   } .vantitem img {   max-width:60px; } .vantitem .tititem {   font-weight:bold;   color:#150d45;   margin:10px 0 } .swiper-vantagens {   margin-bottom:20px } .wrapvideo {   position:relative; } .wrapvideo img {   border-radius:10px; } .wrapvideo i {   position:absolute;   background:white;   color:var(--orange);   width:50px;   height:50px;   display:flex;   align-items:center;   justify-content:center;   border-radius:50%;   left:50%;   top:50%;   transform: translate(-50%, -50%); } .box.blue, footer {   background:url(//imobland.puze.com.br/__imobland/imgs/blu.jpg) no-repeat center center;   background-size:cover;   color:white; } .box.boxup {   margin-top:-80px;   padding-top:120px; } .tocenter {   text-align:center; } .subtitle {   color:var(--orange);   font-weight:bold;  } .planitem {   text-align:center;   max-width: 260px;   margin: 0 auto; } .planitem img {   max-width:100px;   margin:30px auto; } .planitem .tititem { font-weight:bold;   color:#150d45;   font-size:20px; } .planitem .preco {   font-weight:bold;   color:#6639bd;   font-size:30px; } .planitem a {   color:#4f4975; } .planitem .basebtn {   background:#6639bd;   margin-top:20px;   transition:0.5s ease; } .planitem .basebtn:hover {   background:#8755e6; } .basebtn.green {   background:#50e3ae; } .basebtn.green:hover {   background:#32c490; } footer {   text-align:center;   line-height:1;   padding:100px 0 } footer .textinfo {   margin-top: 40px; } .vantitem {   padding:0 10px } .swiper-vantagens .swiper-slide {   max-width:240px; } .menuform-contato {   max-width:440px;   margin:0 auto; }