Mais ações
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 122: | Linha 122: | ||
border: 1px solid; | border: 1px solid; | ||
border-top: none; | border-top: none; | ||
content: ""; | |||
} | |||
.OutlineFrame-1p9Su .OutlineFrame-circles { | |||
position: absolute; | |||
height: 1em; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
} | |||
.OutlineFrame-1p9Su .OutlineFrame-circles:before { | |||
left: 0.2em; | |||
} | |||
.OutlineFrame-1p9Su .OutlineFrame-circles:before { | |||
position: absolute; | |||
height: 0.15em; | |||
width: 0.15em; | |||
top: 0.25em; | |||
border-radius: 50%; | |||
border: 1px solid #99664d; | |||
content: ""; | |||
} | |||
.OutlineFrame-1p9Su .OutlineFrame-circles:after { | |||
right: 0.2em; | |||
} | |||
.OutlineFrame-1p9Su .OutlineFrame-cutOuts { | |||
display: block; | |||
height: 1em; | |||
position: relative; | |||
overflow: hidden; | |||
} | |||
.OutlineFrame-1p9Su .OutlineFrame-cutOuts:before { | |||
left: -1em; | |||
} | |||
.OutlineFrame-1p9Su .OutlineFrame-cutOuts:before { | |||
position: absolute; | |||
top: -1em; | |||
height: 2em; | |||
width: 2em; | |||
border: 1px solid; | |||
border-radius: 50%; | |||
content: ""; | |||
} | |||
.OutlineFrame-1p9Su .OutlineFrame-cutOuts:after { | |||
right: -1em; | |||
} | |||
.OutlineFrame-1p9Su .OutlineFrame-topCut { | |||
position: absolute; | |||
top: 0; | |||
left: 1em; | |||
right: 1em; | |||
height: 1em; | |||
color: #99664d; | |||
overflow: hidden; | |||
} | |||
.OutlineFrame-1p9Su .OutlineFrame-topCut:before { | |||
left: 0; | |||
} | |||
.OutlineFrame-1p9Su .OutlineFrame-topCut:before { | |||
position: absolute; | |||
background: currentColor; | |||
height: 0.1rem; | |||
width: calc(50% - 0.25em); | |||
content: ""; | |||
} | |||
.OutlineFrame-1p9Su .OutlineFrame-topCut:after { | |||
right: 0; | |||
} | |||
.OutlineFrame-1p9Su .OutlineFrame-cut { | |||
position: absolute; | |||
top: -0.2em; | |||
left: 50%; | |||
transform: translateX(-50%); | |||
display: block; | |||
width: 0.4em; | |||
height: 0.4em; | |||
} | |||
.OutlineFrame-1p9Su .OutlineFrame-cut:before { | |||
position: absolute; | |||
top: 0; | |||
bottom: 0; | |||
left: 0; | |||
right: 0; | |||
border: 1px solid; | |||
transform: rotate(45deg); | |||
content: ""; | |||
} | |||
.OutlineFrame-1p9Su .OutlineFrame-jMOna .OutlineFrame-isDark { | |||
top: 1.25rem; | |||
bottom: 0.75rem; | |||
left: 1.5rem; | |||
right: 1.5rem; | |||
color: #68482c; | |||
font-size: 2.5rem; | |||
} | |||
.OutlineFrame-1p9Su .OutlineFrame-jMOna .OutlineFrame-isDark:after { | |||
position: absolute; | |||
top: 0; | |||
bottom: 0; | |||
left: 1em; | |||
right: 1em; | |||
border-top: 1px solid; | |||
content: ""; | content: ""; | ||
} | } | ||
Edição das 13h38min de 19 de dezembro de 2022
.IntroCard {
position: relative;
height: 100%;
color: #2b282c;
}
*, :after, :before {
box-sizing: border-box;
}
div {
display: block;
}
.IntroCard:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #c6b7a0;
}
.OutlineFrame {
position: relative;
height: 100%;
}
.IntroCard-content {
position: relative;
text-align: center;
}
@media (min-width: 1024px){
.IntroCard-figure {
position: relative;
overflow: hidden;
}
}
.IntroCard-figure {
position: relative;
width: 100%;
overflow: hidden;
}
figure {
margin: 0;
}
@media (min-width: 1024px){
.IntroCard-figure:before {
content: "";
display: block;
padding-top: 75%;
}
}
.IntroCard-figure:before {
content: "";
display: block;
padding-top: 88%;
}
.IntroCard-image {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
object-position: 50% 0;
}
img {
border-style: none;
}
.IntroCard-figure:after {
content: "";
display: block;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 40%;
background: linear-gradient(180deg,rgba(207,198,191,0) 10%,#cfc6bf 90%);
}
.IntroCard-wrapper {
position: relative;
padding: 1.5rem 3rem 4.6rem;
background: linear-gradient(0deg,#c6b7a0,#cfc6bf 100%);
}
@media (min-width: 1024px){
.IntroCard-title {
font-size: 2.2rem;
}
}
.IntroCard-title {
color: #68482c;
margin-bottom: 0.6em;
width: 110%;
margin-left: -5%;
}
@media (min-width: 1024px){
.IntroCard-description {
font-size: 1.4rem;
line-height: 1.45;
}
}
.copy-01, .copy-02 {
font-size: 1.5rem;
line-height: 1.5;
margin: 0;
}
.OutlineFrame-1p9Su .OutlineFrame-jMOna {
overflow: hidden;
position: absolute;
top: 0.75rem;
bottom: 1.25rem;
left: 1rem;
right: 1rem;
color: #99664d;
font-size: 4rem;
pointer-events: none;
}
.OutlineFrame-1p9Su .OutlineFrame-jMOna:before {
position: absolute;
top: 1em;
bottom: 0;
left: 0;
right: 0;
border: 1px solid;
border-top: none;
content: "";
}
.OutlineFrame-1p9Su .OutlineFrame-circles {
position: absolute;
height: 1em;
top: 0;
left: 0;
right: 0;
}
.OutlineFrame-1p9Su .OutlineFrame-circles:before {
left: 0.2em;
}
.OutlineFrame-1p9Su .OutlineFrame-circles:before {
position: absolute;
height: 0.15em;
width: 0.15em;
top: 0.25em;
border-radius: 50%;
border: 1px solid #99664d;
content: "";
}
.OutlineFrame-1p9Su .OutlineFrame-circles:after {
right: 0.2em;
}
.OutlineFrame-1p9Su .OutlineFrame-cutOuts {
display: block;
height: 1em;
position: relative;
overflow: hidden;
}
.OutlineFrame-1p9Su .OutlineFrame-cutOuts:before {
left: -1em;
}
.OutlineFrame-1p9Su .OutlineFrame-cutOuts:before {
position: absolute;
top: -1em;
height: 2em;
width: 2em;
border: 1px solid;
border-radius: 50%;
content: "";
}
.OutlineFrame-1p9Su .OutlineFrame-cutOuts:after {
right: -1em;
}
.OutlineFrame-1p9Su .OutlineFrame-topCut {
position: absolute;
top: 0;
left: 1em;
right: 1em;
height: 1em;
color: #99664d;
overflow: hidden;
}
.OutlineFrame-1p9Su .OutlineFrame-topCut:before {
left: 0;
}
.OutlineFrame-1p9Su .OutlineFrame-topCut:before {
position: absolute;
background: currentColor;
height: 0.1rem;
width: calc(50% - 0.25em);
content: "";
}
.OutlineFrame-1p9Su .OutlineFrame-topCut:after {
right: 0;
}
.OutlineFrame-1p9Su .OutlineFrame-cut {
position: absolute;
top: -0.2em;
left: 50%;
transform: translateX(-50%);
display: block;
width: 0.4em;
height: 0.4em;
}
.OutlineFrame-1p9Su .OutlineFrame-cut:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border: 1px solid;
transform: rotate(45deg);
content: "";
}
.OutlineFrame-1p9Su .OutlineFrame-jMOna .OutlineFrame-isDark {
top: 1.25rem;
bottom: 0.75rem;
left: 1.5rem;
right: 1.5rem;
color: #68482c;
font-size: 2.5rem;
}
.OutlineFrame-1p9Su .OutlineFrame-jMOna .OutlineFrame-isDark:after {
position: absolute;
top: 0;
bottom: 0;
left: 1em;
right: 1em;
border-top: 1px solid;
content: "";
}