Files
totalsport/public/assets/styles/home.css

99 lines
1.6 KiB
CSS
Raw Normal View History

2020-04-10 02:21:25 -04:00
#banner {
background-color: grey;
2020-04-28 11:32:36 -04:00
background-blend-mode: multiply;
background-position: center;
background-repeat: no-repeat;
background-size: 1920px auto;
2020-04-10 02:21:25 -04:00
color: white;
font-family: Roboto, sans-serif !important;
2020-04-28 11:32:36 -04:00
padding-top: 15rem;
padding-bottom: 15rem;
2020-04-10 02:21:25 -04:00
}
#banner .header {
font-family: inherit;
}
#servicios {
padding-top: 2rem;
padding-bottom: 3rem;
}
2020-04-28 11:32:36 -04:00
#servicios .basic.card {
border: none !important;
box-shadow: none !important;
}
2020-04-10 02:21:25 -04:00
#frase {
padding-top: 4rem;
padding-bottom: 4rem;
}
2020-04-28 11:32:36 -04:00
#frase .header {
color: inherit;
}
2020-04-10 02:21:25 -04:00
#nosotros {
background-color: #f0f0f0;
2020-04-28 11:32:36 -04:00
padding-top: 3rem;
padding-bottom: 3rem;
2020-04-10 02:21:25 -04:00
}
#nosotros .column {
padding-top: 0;
padding-bottom: 0;
}
#nosotros .contenido {
padding-top: 5rem;
padding-bottom: 5rem;
}
#nosotros .placeholder {
height: 100%;
}
#clientes {
padding-top: 4rem;
padding-bottom: 6rem;
}
#clientes .header:first-child {
padding-bottom: 1rem;
}
2020-04-10 14:39:18 -04:00
#clientes #img_clientes .row {
padding-top: 0;
padding-bottom: 0;
2020-04-10 02:21:25 -04:00
}
2020-04-28 11:32:36 -04:00
#clientes #img_clientes .image {
margin-top: 1rem;
margin-bottom: 1rem;
}
2020-04-10 02:21:25 -04:00
#testimonios {
background-color: grey;
2020-04-28 11:32:36 -04:00
background-position: center;
background-repeat: no-repeat;
background-size: 1920px auto;
background-blend-mode: multiply;
color: white;
2020-04-10 02:21:25 -04:00
min-height: 30rem;
display: flex;
align-items: center
}
#testimonios .segment, #testimonios .header {
2020-04-28 11:32:36 -04:00
color: white !important;
2020-04-10 02:21:25 -04:00
}
#eventos {
background-color: #f0f0f0;
padding-top: 3rem;
padding-bottom: 5rem;
}
#eventos .segment {
background-color: white;
padding: 0;
}
#contacto {
padding-top: 4rem;
padding-bottom: 4rem;
}
#contacto #map {
/*margin-top: 3rem;*/
height: 100%;
}