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

124 lines
2.2 KiB
CSS
Raw Normal View History

2020-04-10 02:21:25 -04:00
#banner {
2020-04-28 23:52:56 -04:00
background-color: rgb(0, 0, 0, 0.6);
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;
line-height: 2rem;
2020-04-10 02:21:25 -04:00
}
#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 {
2020-04-28 23:52:56 -04:00
background-color: #e6e7e8;
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;
2020-12-12 00:25:59 -03:00
padding-bottom: 0rem;
2020-04-10 02:21:25 -04:00
}
#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 {
2020-04-28 23:52:56 -04:00
background-color: rgb(0, 0, 0, 0.6);
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
}
2020-12-12 00:25:59 -03:00
#galeria {
2020-04-28 23:52:56 -04:00
background-color: #e6e7e8;
2020-04-10 02:21:25 -04:00
padding-top: 3rem;
padding-bottom: 5rem;
}
2020-12-12 00:25:59 -03:00
#galeria .segment {
2020-04-10 02:21:25 -04:00
background-color: white;
padding: 0;
}
2021-07-18 23:57:03 -04:00
#galeria .bottom.attached.segment {
padding-top: 1rem !important;
}
2020-12-12 00:25:59 -03:00
#galeria .segment .image {
height: 14rem;
2020-06-18 00:29:07 -04:00
width: 100%;
overflow: hidden;
}
2020-12-12 00:25:59 -03:00
#galeria .segment .image img {
max-width: none !important;
}
2020-12-12 00:25:59 -03:00
#galeria .segment .header {
margin-top: 0;
padding-top: 1rem;
height: 7rem;
}
2020-04-10 02:21:25 -04:00
2020-12-12 00:25:59 -03:00
#servdeportivos {
background-color: #e6e7e8;
padding-top: 3rem;
padding-bottom: 3rem;
}
#servdeportivos .column {
padding-top: 0;
padding-bottom: 0rem;
}
#servdeportivos .contenido {
padding-top: 1rem;
padding-bottom: 5rem;
2020-04-10 02:21:25 -04:00
}
2020-12-12 00:25:59 -03:00
#servdeportivos .placeholder {
2020-04-10 02:21:25 -04:00
height: 100%;
}