Mais ações
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 91: | Linha 91: | ||
width: 110%; | width: 110%; | ||
margin-left: -5%; | 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: ""; | |||
} | } | ||
Edição das 13h24min 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: "";
}