Cambios al look sacando placeholders
BIN
public/assets/images/banner.JPG
Normal file
After Width: | Height: | Size: 10 MiB |
BIN
public/assets/images/clientes/logo_01.jpg
Normal file
After Width: | Height: | Size: 585 KiB |
BIN
public/assets/images/clientes/logo_02.jpg
Normal file
After Width: | Height: | Size: 578 KiB |
BIN
public/assets/images/clientes/logo_03.jpg
Normal file
After Width: | Height: | Size: 588 KiB |
BIN
public/assets/images/clientes/logo_04.jpg
Normal file
After Width: | Height: | Size: 581 KiB |
BIN
public/assets/images/clientes/logo_05.jpg
Normal file
After Width: | Height: | Size: 578 KiB |
BIN
public/assets/images/clientes/logo_06.jpg
Normal file
After Width: | Height: | Size: 580 KiB |
BIN
public/assets/images/clientes/logo_07.jpg
Normal file
After Width: | Height: | Size: 603 KiB |
BIN
public/assets/images/clientes/logo_08.jpg
Normal file
After Width: | Height: | Size: 580 KiB |
BIN
public/assets/images/clientes/logo_09.jpg
Normal file
After Width: | Height: | Size: 577 KiB |
BIN
public/assets/images/clientes/logo_10.jpg
Normal file
After Width: | Height: | Size: 572 KiB |
BIN
public/assets/images/clientes/logo_11.jpg
Normal file
After Width: | Height: | Size: 581 KiB |
BIN
public/assets/images/clientes/logo_12.jpg
Normal file
After Width: | Height: | Size: 592 KiB |
BIN
public/assets/images/clientes/logo_13.jpg
Normal file
After Width: | Height: | Size: 580 KiB |
BIN
public/assets/images/clientes/logo_14.jpg
Normal file
After Width: | Height: | Size: 576 KiB |
BIN
public/assets/images/clientes/logo_15.jpg
Normal file
After Width: | Height: | Size: 587 KiB |
BIN
public/assets/images/equipo.JPG
Normal file
After Width: | Height: | Size: 310 KiB |
BIN
public/assets/images/eventos_calidad_de_vida.jpg
Normal file
After Width: | Height: | Size: 148 KiB |
BIN
public/assets/images/eventos_deportivos.jpg
Normal file
After Width: | Height: | Size: 182 KiB |
BIN
public/assets/images/eventos_recreativos.jpg
Normal file
After Width: | Height: | Size: 187 KiB |
BIN
public/assets/images/testimonios.jpg
Normal file
After Width: | Height: | Size: 12 MiB |
@ -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 {
|
||||
|
@ -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 {
|
||||
|