Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Just+Me+Again+Down+Here&family=Lekton:ital,wght@0,400;0,700;1,400&display=swap');
- /* Global fixes */
- html, body {
- overflow-x: hidden; /* Prevent horizontal scrolling */
- width: 100%;
- max-width: 100%;
- }
- /* HEADER */
- header {
- background-color: #982417;
- width: 100%; /* Changed from 100vw to 100% */
- height: 80px;
- padding: 8px 16px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- box-sizing: border-box; /* Add this to include padding in width calculation */
- }
- .header__logo {
- display: flex;
- justify-content: center;
- align-items: center;
- gap: 10px;
- color: #FFF0D1;
- margin-bottom: 10px;
- }
- .header__title {
- font-family: "Just Me Again Down Here", cursive;
- color: #FFF0D1;
- font-size: 32px;
- font-weight: 400;
- line-height: 100%;
- }
- .header__title--bege {
- font-family: "Just Me Again Down Here", cursive;
- color: #db9b51;
- }
- .header__icon {
- font-size: 28px;
- }
- nav {
- display: flex;
- gap: 20px;
- justify-content: center;
- }
- .nav_link {
- color: #FFF0D1;
- text-decoration: none;
- font-family: "Just Me Again Down Here", cursive;
- font-size: 18px;
- padding: 5px 15px;
- }
- .nav__link__border {
- border-bottom: 2px solid #FFF0D1;
- }
- /* HERO */
- .hero {
- background-image: url(../image/banner_Dsk.png);
- background-size: cover;
- background-position: center;
- padding: 60px 20px;
- position: relative;
- height: 220px;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- box-sizing: border-box;
- }
- .hero__overlay {
- background-color: rgba(255, 255, 255, 0.9);
- padding: 20px;
- border-radius: 8px;
- text-align: center;
- max-width: 250px;
- box-shadow: 0px 4px 4px 0px #00000040;
- margin-right: 10%;
- }
- .hero__title {
- margin-bottom: 10px;
- font-family: "Lekton", monospace;
- font-weight: 400;
- font-size: 20px;
- color: black;
- }
- .hero__subtitle {
- font-family: "Inria Sans", sans-serif;
- font-weight: 400;
- font-size: 14px;
- color: black;
- margin-bottom: 15px;
- }
- .hero__buttons {
- display: flex;
- justify-content: center;
- gap: 10px;
- }
- .button {
- padding: 8px 15px;
- border: none;
- cursor: pointer;
- font-size: 12px;
- border-radius: 4px;
- }
- .button__outline {
- background-color: transparent;
- border: 1px solid #8B2C1B;
- color: #8B2C1B;
- }
- .button__filled {
- background-color: #db9b51;
- color: #fff;
- }
- /* Benefícios */
- .beneficios {
- background-color: #FFF0D1;
- padding: 30px;
- text-align: center;
- box-sizing: border-box;
- }
- .beneficios__title {
- margin-bottom: 30px;
- color: #8B2C1B;
- border-left: 6px solid #8B2C1B;
- padding-left: 10px;
- display: inline-block;
- font-size: 20px;
- text-align: left;
- }
- .beneficios__cards {
- display: flex;
- justify-content: center;
- gap: 30px;
- flex-wrap: wrap;
- max-width: 1200px;
- margin: 0 auto;
- }
- .beneficio__card {
- background: #fff;
- padding: 20px;
- width: 220px;
- border-radius: 8px;
- text-align: center;
- box-shadow: 0 2px 5px rgba(0,0,0,0.1);
- }
- .beneficio__card__icon {
- width: 40px;
- height: 40px;
- margin-bottom: 15px;
- color: #982417;
- }
- .beneficio__card__title {
- margin: 10px 0;
- color: #333;
- font-size: 16px;
- font-weight: bold;
- }
- .beneficio__card__text {
- font-size: 14px;
- color: #555;
- line-height: 1.4;
- }
- /* Depoimentos */
- .depoimentos {
- background-color: #111;
- color: #fff;
- padding: 40px 20px;
- box-sizing: border-box;
- }
- .depoimentos__title {
- color: #fff;
- border-left: 6px solid #fff;
- padding-left: 10px;
- display: inline-block;
- margin-bottom: 30px;
- font-size: 20px;
- margin-left: 5%; /* Added to align title to the left as in image */
- }
- .depoimento__box {
- display: flex;
- justify-content: space-between;
- align-items: center;
- gap: 40px;
- max-width: 1000px;
- margin: 0 auto;
- padding: 0 5%; /* Added padding for left alignment */
- }
- .depoimentos__content {
- flex: 1;
- display: flex;
- flex-direction: column;
- align-items: flex-start; /* Align text to left */
- }
- .depoimentos__texto {
- text-align: left;
- font-style: italic;
- line-height: 1.6;
- font-size: 14px;
- max-width: 600px;
- margin-left: 0; /* Ensure it's aligned to the left */
- }
- .depoimentos__autor {
- text-align: left;
- margin-top: 20px;
- font-weight: bold;
- margin-left: 0; /* Ensure it's aligned to the left */
- }
- .depoimentos__autor span {
- font-weight: normal;
- font-size: 14px;
- opacity: 0.8;
- }
- .depoimentos__imagem {
- min-width: 150px;
- max-width: 30%;
- }
- .depoimentos__imagem img {
- width: 100%;
- border: 3px solid #fff;
- border-radius: 8px;
- display: block;
- }
- /* Modelos de Negócio */
- .modelos {
- padding: 40px 20px;
- background-color: #FFF;
- box-sizing: border-box;
- }
- .modelos__title {
- border-left: 6px solid #8B2C1B;
- padding-left: 10px;
- color: #8B2C1B;
- display: inline-block;
- margin-bottom: 30px;
- font-size: 20px;
- margin-left: 5%; /* Added to align title to the left as in image */
- }
- .modelos__container {
- display: flex;
- justify-content: center;
- gap: 40px;
- flex-wrap: wrap;
- max-width: 1000px;
- margin: 0 auto;
- }
- .modelo {
- width: 300px;
- text-align: center;
- }
- .modelo__img {
- width: 100%;
- margin-bottom: 15px;
- border-radius: 8px;
- overflow: hidden;
- }
- .modelo__img img {
- width: 100%;
- display: block;
- border-radius: 8px;
- }
- .modelo__title {
- font-weight: bold;
- margin-bottom: 15px;
- color: #982417;
- font-size: 18px;
- }
- .modelo__lista {
- list-style: none;
- margin-top: 10px;
- text-align: left;
- }
- .modelo__item {
- margin: 8px 0;
- position: relative;
- padding-left: 15px;
- font-size: 14px;
- }
- .modelo__item::before {
- content: "-";
- position: absolute;
- left: 0;
- }
- /* Footer */
- .footer {
- background-color: #8B2C1B;
- color: #fff;
- text-align: center;
- padding: 20px;
- box-sizing: border-box;
- }
- .footer__social {
- margin-bottom: 15px;
- display: flex;
- justify-content: center;
- align-items: center;
- gap: 15px;
- }
- .footer__text {
- font-size: 14px;
- margin-right: 10px;
- }
- .footer__icon {
- display: flex;
- gap: 15px;
- }
- .footer__social--icons {
- font-size: 20px;
- color: #fff;
- }
- .footer__contact {
- font-size: 14px;
- line-height: 1.6;
- }
- @media screen and (max-width: 768px) {
- .depoimento__box {
- flex-direction: column;
- }
- .hero__overlay {
- margin-right: 0;
- }
- .modelos__container {
- gap: 20px;
- }
- }
- .beneficio__card__icon {
- width: 40px;
- height: 40px;
- margin-bottom: 15px;
- color: #000000;
- display: inline-block;
- font-size: 40px;
- }
- i.beneficio__card__icon {
- display: block;
- margin: 0 auto 15px auto;
- width: auto;
- line-height: 40px;
- }
- img.beneficio__card__icon {
- display: block;
- margin: 0 auto 15px auto;
- }
- .beneficio__card {
- background: #fff;
- padding: 20px;
- width: 220px;
- border-radius: 8px;
- text-align: center;
- box-shadow: 0 2px 5px rgba(0,0,0,0.1);
- display: flex;
- flex-direction: column;
- align-items: center;
- min-height: 180px;
- }
- .beneficio__card__title {
- margin: 10px 0;
- color: #333;
- font-size: 16px;
- font-weight: bold;
- width: 100%;
- }
- .beneficio__card__text {
- font-size: 14px;
- color: #555;
- line-height: 1.4;
- width: 100%;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement