Files
totalsport/public/assets/styles/home.css
2021-07-18 23:57:03 -04:00

124 lines
2.2 KiB
CSS

#banner {
background-color: rgb(0, 0, 0, 0.6);
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: 15rem;
padding-bottom: 15rem;
}
#banner .header {
font-family: inherit;
line-height: 2rem;
}
#servicios {
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: #e6e7e8;
padding-top: 3rem;
padding-bottom: 3rem;
}
#nosotros .column {
padding-top: 0;
padding-bottom: 0rem;
}
#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;
}
#clientes #img_clientes .row {
padding-top: 0;
padding-bottom: 0;
}
#clientes #img_clientes .image {
margin-top: 1rem;
margin-bottom: 1rem;
}
#testimonios {
background-color: rgb(0, 0, 0, 0.6);
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: white !important;
}
#galeria {
background-color: #e6e7e8;
padding-top: 3rem;
padding-bottom: 5rem;
}
#galeria .segment {
background-color: white;
padding: 0;
}
#galeria .bottom.attached.segment {
padding-top: 1rem !important;
}
#galeria .segment .image {
height: 14rem;
width: 100%;
overflow: hidden;
}
#galeria .segment .image img {
max-width: none !important;
}
#galeria .segment .header {
margin-top: 0;
padding-top: 1rem;
height: 7rem;
}
#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;
}
#servdeportivos .placeholder {
height: 100%;
}