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

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 {