 @media only screen and (min-width: 0rem) {#hero {margin-top: 7rem;text-align: left;padding: clamp(12.5rem, 31.95vw, 18.75rem) 1rem;position: relative;width: 95%;left: 50%;transform: translate(-50%);z-index: 1;}#hero .cs-background {width: 100%;height: 100%;display: block;border-radius: 1.375rem;top: 0;left: 0;z-index: -2;}#hero .cs-background:before {border-radius: 1.375rem;content: "";width: 100%;height: 100%;background: #242423;opacity: 0.4;position: absolute;display: block;top: 0;left: 0;z-index: 1;pointer-events: none;}#hero .cs-background img {position: absolute;border-radius: 1.375rem;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;object-position: top;}#hero .garantias {z-index: 23;width: 100%;display: flex;margin-bottom: 2rem;align-items: center;gap: 1rem;}#hero .garantias .garantia {font-weight: 700;font-size: 1.5rem;color: var(--primary);display: flex;align-items: center;flex-direction: column;}#hero .garantias .garantia img {width: 3rem;height: 3rem;}#hero .garantias .garantia .conteudo-garantia {display: flex;align-items: center;flex-direction: column;}#hero .button-paint {z-index: 12;text-decoration: none;white-space: nowrap;font-family: "Urbanist", Arial, sans-serif;height: 50px;position: relative;border-radius: 1.5625rem;cursor: pointer;border: none;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);background: var(--secondary);display: inline-flex;justify-content: center;align-items: center;gap: 0.75rem;padding-left: 2rem;padding-right: 2rem;}#hero .button-paint .text {position: relative;color: white;font-weight: bold;font-size: 1.0625rem;}#hero .button-paint .icon {position: relative;left: 0;display: flex;align-items: center;transform: translateX(0);transition: left 0.4s ease-in-out, transform 0.4s ease-in-out;justify-content: center;}#hero .button-paint .icon svg {width: 25px;}#hero .button-paint #phone {transform-box: fill-box;transform-origin: center;}@keyframes ring {0% {transform: rotate(0deg);}15% {transform: rotate(14deg);}30% {transform: rotate(-14deg);}45% {transform: rotate(12deg);}60% {transform: rotate(-12deg);}75% {transform: rotate(4deg);}90% {transform: rotate(-4deg);}100% {transform: rotate(0deg);}}#hero .button-paint:hover {transform: scale(1.2);}#hero .button-paint:hover #phone {animation: ring 0.6s infinite ease-in-out;}#hero .button-paint:hover .text {color: transparent;}#hero .button-paint:hover .icon {left: 50%;transform: translateX(-50%);}#hero .button-paint:focus {outline: none;}#hero .button-paint:active .icon svg {transform: scale(0.8);}#hero .button-paint, #hero .button-paint span {transition: 400ms;}#hero .cs-container {width: 100%;max-width: 80rem;margin: auto;}#hero .cs-content {text-align: center;width: 100%;max-width: 39.375rem;display: flex;flex-direction: column;align-items: center;}#hero .cs-title {font-size: clamp(2.1375rem, 5.4vw, 3.1125rem);font-weight: 600;line-height: 1.2em;text-align: inherit;z-index: 12;max-width: 51.8125rem;margin: 0 auto 2rem 0;color: var(--primary);position: relative;}#hero .hideonmobile {display: none;}#hero .cs-text {font-size: clamp(1rem, 1.95vw, 1.25rem);line-height: 1.5em;text-align: inherit;width: 100%;max-width: clamp(29rem, 60vw, 38.785rem);margin: 0 0 2.5rem 0;color: #fff;}#hero .button-box {width: 100%;max-width: 39.375rem;margin-bottom: 2rem;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: 1.5rem;}#hero .cs-title.mobile {display: block;}#hero .cs-title.tablet {display: none;}}@media only screen and (min-width: 48rem) {#hero {margin-top: 7rem;width: 95%;left: 50%;transform: translate(-50%);}#hero .garantias {flex-direction: row;margin-top: 2rem;margin-bottom: 2rem;align-items: flex-start;width: fit-content;padding: 1rem;position: relative;border-radius: 1rem;gap: 1rem;}#hero .garantias .garantia {font-weight: 700;display: flex;flex-direction: row;align-items: flex-start;width: 15rem;text-align: center;}#hero .garantias .garantia::after {right: 0;content: "";width: 2px;height: 5rem;background: var(--secondary);position: relative;order: 2;}#hero .garantias .garantia:nth-of-type(3)::after {display: none;}#hero .garantias .garantia img {width: 3rem;height: 3rem;}#hero .garantias .garantia .conteudo-garantia {font-size: 1.5rem;color: var(--primary);display: flex;width: 100%;height: 100%;align-items: center;justify-content: flex-start;flex-direction: column;}#hero .cs-content {text-align: left;align-items: flex-start;max-width: 54.375rem;}#hero .cs-background {position: absolute;border-radius: 1.375rem;}#hero .cs-background img {border-radius: 1.375rem;}#hero .cs-background:before {border-radius: 1.375rem;background: #242423;opacity: 0.4;}#hero .button-box {width: 100%;max-width: 39.375rem;margin-bottom: 2rem;display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;gap: 1.5rem;}#hero .cs-title.mobile {display: none;}#hero .cs-title.tablet {display: block;}}