challenge-landing-page/assets/css/index.css

187 lines
3.2 KiB
CSS

.banner {
width: 100%;
}
.banner .banner__mobile{
width: 100%;
}
.banner .banner__desktop {
display: none;
}
.sobre {
width: 100%;
margin: 84px 0 80px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.sobre article {
padding-left: 5px;
}
.sobre article div h1{
margin: 0;
font-weight: 500;
font-size: 28px;
}
.sobre article p {
max-width: 330px;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #000000;
}
.sobre .sobre__imagemRedesComputador {
width: 222.73px;
height: 204.57px;
margin: 65px auto 90.62px;
}
.sobre .sobre__saibaMais {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.sobre .sobre__saibaMais .sobre__saibaMais--infos {
background-color: #FFFFFF;
width: 100%;
max-width: 365px;
height: 332px;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
margin: 8px 5px;
padding: 65px 33px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.sobre .sobre__saibaMais .sobre__saibaMais--infos img {
padding: 10px 62px 30px;
}
.images__notebook {
background-color: #E0E0E0;
position: relative;
}
.images__notebook .images__notebook--container article {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
padding: 20px 25px;
}
.images__notebook .images__notebook--container article img:nth-child(1),
.images__notebook .images__notebook--container article img:nth-child(2){
width: 48%;
}
.images__notebook .images__notebook--container article img:nth-child(3){
display: flex;
flex: 1;
margin-top: 10px;
}
.images__notebook .images__notebook--container article img {
width: 100%;
}
.informacoes__card {
width: 100%;
height: 100%;
background-color: #E5E5E5;
padding-bottom: 99px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.informacoes__card .informacoes__card--dados {
width: 100%;
max-width: 365px;
height: 332px;
background-color: #FFFFFF;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
margin-bottom: 16px;
padding: 65px 33px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.informacoes__card .informacoes__card--dados:nth-child(1){
margin-top: 80px;
}
.informacoes__card .informacoes__card--dados p {
max-width: 302px;
padding-top: 31.32px;
font-size: 14px;
line-height: 24px;
font-weight: 400;
font-size: 14px;
line-height: 24px;
}
.mais__informacoes {
width: 100%;
background-color: #E5E5E5;
display: flex;
flex-direction: column-reverse;
align-items: center;
justify-content: center;
text-align: center;
color: #000000;
}
.mais__informacoes .mais__informacoes--texts h2 {
font-weight: 600;
font-size: 24px;
line-height: 29px;
text-align: center;
padding: 50px 50px 8px 49px;
}
.mais__informacoes .mais__informacoes--texts p {
font-weight: 400;
font-size: 16px;
line-height: 24px;
padding: 1px 32px 87px;
}
.mais__informacoes img {
width: 100%;
}
.mais__informacoes img:nth-child(2) {
display: none;
}