Cambios al look sacando placeholders

This commit is contained in:
2020-04-28 11:32:36 -04:00
parent dad50537b2
commit a878d6bc77
32 changed files with 72 additions and 29 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 MiB

View File

@ -1,9 +1,13 @@
#banner {
background-color: grey;
background-blend-mode: multiply;
background-position: center;
background-repeat: no-repeat;
background-size: 1920px auto;
color: white;
font-family: Roboto, sans-serif !important;
padding-top: 10rem;
padding-bottom: 10rem;
padding-top: 15rem;
padding-bottom: 15rem;
}
#banner .header {
font-family: inherit;
@ -13,14 +17,23 @@
padding-top: 2rem;
padding-bottom: 3rem;
}
#servicios .basic.card {
border: none !important;
box-shadow: none !important;
}
#frase {
padding-top: 4rem;
padding-bottom: 4rem;
}
#frase .header {
color: inherit;
}
#nosotros {
background-color: #f0f0f0;
padding-top: 3rem;
padding-bottom: 3rem;
}
#nosotros .column {
padding-top: 0;
@ -45,16 +58,24 @@
padding-top: 0;
padding-bottom: 0;
}
#clientes #img_clientes .image {
margin-top: 1rem;
margin-bottom: 1rem;
}
#testimonios {
background-color: grey;
color: #404040;
background-position: center;
background-repeat: no-repeat;
background-size: 1920px auto;
background-blend-mode: multiply;
color: white;
min-height: 30rem;
display: flex;
align-items: center
}
#testimonios .segment, #testimonios .header {
color: #404040 !important;
color: white !important;
}
#eventos {

View File

@ -8,8 +8,16 @@ body, .ui {
font-size: 2.2rem;
color: #404041;
}
#page_logo .orange {
color: #F26721;
.brand {
color: #f26721 !important;
}
.inverted.brand {
background-color: #f26721 !important;
color: #ffffff !important;
}
button.inverted {
border: none !important;
box-shadow: none !important;
}
footer {