Files
totalsport/public/assets/styles/home.css
2020-06-18 00:29:07 -04:00

113 lines
1.9 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: 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;
}
#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;
}
#eventos {
background-color: #e6e7e8;
padding-top: 3rem;
padding-bottom: 5rem;
}
#eventos .segment {
background-color: white;
padding: 0;
}
#eventos .segment .image {
height: 14rem;
width: 100%;
overflow: hidden;
}
#eventos .segment .image img {
max-width: none !important;
}
#eventos .segment .header {
margin-top: 0;
padding-top: 1rem;
height: 7rem;
}
#contacto {
padding-top: 4rem;
padding-bottom: 4rem;
}
#contacto #map {
/*margin-top: 3rem;*/
height: 100%;
}