-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtailwind.css
More file actions
192 lines (171 loc) · 5.44 KB
/
Copy pathtailwind.css
File metadata and controls
192 lines (171 loc) · 5.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
/* Allow changing font family via CMS */
html {
font-family: var(--font-family);
}
/** Remove default styles from input[type=number] */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
appearance: textfield;
}
}
@layer components {
/** Prevent scroll when modal is open */
.no-scroll {
overflow: hidden;
height: 100vh;
}
[data-dot].current div .dot {
background-color: black;
}
[data-dot] div .dot {
background-color: #e4e4e7;
}
}
@layer utilities {
.bg-custom-size {
@media (max-width: 768px) {
background-position: left top !important;
background-size: auto 50% !important;
}
}
/** Remove scrollbar from overflow-auto */
.scrollbar-none {
scrollbar-width: none;
-ms-overflow-style: none;
}
.scrollbar-none::-webkit-scrollbar {
display: none;
}
.outline-arrow {
font-size: 16px;
font-weight: 500;
padding-left: 32px;
padding-right: 32px;
}
.outline-arrow::after {
content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyNyAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzUyM18xNjgpIj4KPHBhdGggZD0iTTI1Ljg1MzYgMTEuMjE3NkMyNi4wNDg4IDExLjAyMjQgMjYuMDQ4OCAxMC43MDU4IDI1Ljg1MzYgMTAuNTEwNUwyMi42NzE2IDcuMzI4NTRDMjIuNDc2MyA3LjEzMzI4IDIyLjE1OTcgNy4xMzMyOCAyMS45NjQ1IDcuMzI4NTRDMjEuNzY5MiA3LjUyMzggMjEuNzY5MiA3Ljg0MDM5IDIxLjk2NDUgOC4wMzU2NUwyNC43OTI5IDEwLjg2NDFMMjEuOTY0NSAxMy42OTI1QzIxLjc2OTIgMTMuODg3OCAyMS43NjkyIDE0LjIwNDMgMjEuOTY0NSAxNC4zOTk2QzIyLjE1OTcgMTQuNTk0OSAyMi40NzYzIDE0LjU5NDkgMjIuNjcxNiAxNC4zOTk2TDI1Ljg1MzYgMTEuMjE3NlpNMC41IDExLjM2NDFMMjUuNSAxMS4zNjQxTDI1LjUgMTAuMzY0MUwwLjUgMTAuMzY0MUwwLjUgMTEuMzY0MVoiIGZpbGw9IiM3NkY1RjciLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF81MjNfMTY4Ij4KPHJlY3Qgd2lkdGg9IjI2IiBoZWlnaHQ9IjIwIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41IDAuODY0MDc1KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
margin-left: 4px; /* Espaçamento da seta */
color: #000; /* Cor da seta */
}
.inline-arrow {
border: none;
background: transparent;
font-size: 16px;
font-weight: 500;
padding-left: 4px;
padding-right: 4px;
}
.inline-arrow:hover {
background: transparent;
text-decoration: underline;
}
.inline-arrow::before {
content: url("data:image/svg+xml,%3Csvg%20width='15'%20height='8'%20viewBox='0%200%2015%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M14.3536%204.60429C14.5488%204.40902%2014.5488%204.09244%2014.3536%203.89718L11.1716%200.715199C10.9763%200.519936%2010.6597%200.519936%2010.4645%200.715199C10.2692%200.910461%2010.2692%201.22704%2010.4645%201.42231L13.2929%204.25073L10.4645%207.07916C10.2692%207.27442%2010.2692%207.591%2010.4645%207.78627C10.6597%207.98153%2010.9763%207.98153%2011.1716%207.78627L14.3536%204.60429ZM-81%204.75073H14V3.75073H-81V4.75073Z'%20fill='white'/%3E%3C/svg%3E");
margin-left: 4px; /* Espaçamento da seta */
color: #f10505; /* Cor da seta */
}
.btn-rounded{
font-weight: bold;
font-size: 14px;
padding: 12px 32px;
border-radius: 10px;
background-color: #FF861C;
color: #000;
font-family: Montserrat, sans-serif;
transition: all 0.3s ease-in-out;
border: none;
}
@media (max-width: 1023px) {
.btn-rounded{
margin-inline: auto;
}
}
.btn-rounded:hover{
filter: brightness(0.7);
background-color: #FF861C;
}
.button-link {
text-decoration: none;
}
.button-link::before {
content: "";
display: block;
width: 15px;
height: 9px;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNC44NTM2IDQuODUzNTVDMTUuMDQ4OCA0LjY1ODI5IDE1LjA0ODggNC4zNDE3MSAxNC44NTM2IDQuMTQ2NDVMMTEuNjcxNiAwLjk2NDQ2NkMxMS40NzYzIDAuNzY5MjA0IDExLjE1OTcgMC43NjkyMDQgMTAuOTY0NSAwLjk2NDQ2NkMxMC43NjkyIDEuMTU5NzMgMTAuNzY5MiAxLjQ3NjMxIDEwLjk2NDUgMS42NzE1N0wxMy43OTI5IDQuNUwxMC45NjQ1IDcuMzI4NDNDMTAuNzY5MiA3LjUyMzY5IDEwLjc2OTIgNy44NDAyNyAxMC45NjQ1IDguMDM1NTNDMTEuMTU5NyA4LjIzMDggMTEuNDc2MyA4LjIzMDggMTEuNjcxNiA4LjAzNTUzTDE0Ljg1MzYgNC44NTM1NVpNLTgwLjUgNUgxNC41VjRILTgwLjVWNVoiIGZpbGw9IiM3NkY1RjciLz4KPC9zdmc+Cg==");
}
.custom-li:first-child{
left: -110px;
}
.custom-li:nth-child(2){
left: -45px;
}
.custom-li:nth-child(3){
left: -15px;
}
.custom-li:nth-child(4){
left: -12px;
}
.custom-li:nth-child(5){
left: -25px;
}
.custom-li:nth-child(6){
left: -55px;
}
.custom-li:nth-child(7){
left: -110px;
}
.custom-li::before{
content: '';
display: block;
background: #98CEE2;
border-radius: 50%;
width: 20px;
height: 20px;
flex-shrink: 0;
}
}
/* CSS para animação de fadeIn */
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* CSS para animação de fadeOut */
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
/* Estilo para a div */
.fade {
opacity: 0;
transition: opacity 0.5s;
}
.fade-in {
animation: fadeIn 0.5s forwards;
}
.fade-out {
animation: fadeOut 0.5s forwards;
}
.ballons {
transition: 250ms all cubic-bezier(0.11, 1.01, 0.58, 1);
}
.ballons:hover {
transform: scale(1.15);
}