Files
totalsport/public/assets/styles/home.css
2020-04-10 02:21:25 -04:00

78 lines
1.1 KiB
CSS

#banner {
background-color: grey;
color: white;
font-family: Roboto, sans-serif !important;
padding-top: 10rem;
padding-bottom: 10rem;
}
#banner .header {
font-family: inherit;
}
#servicios {
padding-top: 2rem;
padding-bottom: 3rem;
}
#frase {
padding-top: 4rem;
padding-bottom: 4rem;
}
#nosotros {
background-color: #f0f0f0;
}
#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 .ci {
display: flex;
align-items: center
}
#testimonios {
background-color: grey;
color: #404040;
min-height: 30rem;
display: flex;
align-items: center
}
#testimonios .segment, #testimonios .header {
color: #404040 !important;
}
#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%;
}