Se agrega seccion de evento

This commit is contained in:
2020-04-28 23:52:56 -04:00
parent a878d6bc77
commit 2a34fa368e
97 changed files with 275 additions and 67 deletions

View File

@ -0,0 +1,8 @@
#evento {
background-color: #e6e7e8;
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
.image {
width: 100% !important;
}

View File

@ -1,5 +1,5 @@
#banner {
background-color: grey;
background-color: rgb(0, 0, 0, 0.6);
background-blend-mode: multiply;
background-position: center;
background-repeat: no-repeat;
@ -31,7 +31,7 @@
}
#nosotros {
background-color: #f0f0f0;
background-color: #e6e7e8;
padding-top: 3rem;
padding-bottom: 3rem;
}
@ -64,7 +64,7 @@
}
#testimonios {
background-color: grey;
background-color: rgb(0, 0, 0, 0.6);
background-position: center;
background-repeat: no-repeat;
background-size: 1920px auto;
@ -79,7 +79,7 @@
}
#eventos {
background-color: #f0f0f0;
background-color: #e6e7e8;
padding-top: 3rem;
padding-bottom: 5rem;
}

View File

@ -33,8 +33,8 @@ footer .grid {
margin: 0 !important;
}
footer .main {
min-height: 16rem !important;
padding-top: 3rem !important;
min-height: 13rem !important;
padding-top: 2rem !important;
}
footer a {
color: inherit;