|
@@ -11,6 +11,23 @@
|
|
|
src: url("../Fonts/OpenSans.woff") format("woff");
|
|
src: url("../Fonts/OpenSans.woff") format("woff");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+#bgvid {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ z-index:-1;
|
|
|
|
|
+ top: 0px;
|
|
|
|
|
+ /*
|
|
|
|
|
+ left: 0px;
|
|
|
|
|
+ por el offset del padre
|
|
|
|
|
+ */
|
|
|
|
|
+ left: -10%;
|
|
|
|
|
+ right: 0px;
|
|
|
|
|
+ bottom:0px;
|
|
|
|
|
+ overflow:hidden;
|
|
|
|
|
+ background-size: cover;
|
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
|
+ background-position: 0% 0%;
|
|
|
|
|
+ background-image: none;
|
|
|
|
|
+}
|
|
|
#logo { opacity:0; transition: opacity 0.5s ease-in-out; }
|
|
#logo { opacity:0; transition: opacity 0.5s ease-in-out; }
|
|
|
html, body
|
|
html, body
|
|
|
{
|
|
{
|
|
@@ -207,6 +224,7 @@ right: 20px;
|
|
|
padding-top: 1px;
|
|
padding-top: 1px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+#nosotros { position:relative; }
|
|
|
/*
|
|
/*
|
|
|
#nosotros, #actividades, #distribuidoras, #cursos
|
|
#nosotros, #actividades, #distribuidoras, #cursos
|
|
|
{
|
|
{
|