|
@@ -28,15 +28,51 @@ body {
|
|
|
margin-top: 65px;
|
|
margin-top: 65px;
|
|
|
background-image: url('../images/video-bg.jpg');
|
|
background-image: url('../images/video-bg.jpg');
|
|
|
background-size: 100%;
|
|
background-size: 100%;
|
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
.container {
|
|
|
width: 90%;
|
|
width: 90%;
|
|
|
max-width: none;
|
|
max-width: none;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.video-txt {
|
|
.video-txt {
|
|
|
margin-top: 10%;
|
|
margin-top: 10%;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+.section > .container {
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
|
+ text-align: justify;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.section > .container h4 {
|
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
|
+ font-size: 30px;
|
|
|
|
|
+ font-family: ralewayMedium;
|
|
|
|
|
+ letter-spacing: 1px;
|
|
|
|
|
+ margin-bottom: 40px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.section > .container h4:before {
|
|
|
|
|
+ content: '';
|
|
|
|
|
+ width: 50px;
|
|
|
|
|
+ border-bottom: 2px solid black;
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ line-height: 30px;
|
|
|
|
|
+ height: 45px;
|
|
|
|
|
+ margin-left: 3px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.cursos-list {
|
|
|
|
|
+ list-style: none;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.cursos-list li {
|
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
|
+ letter-spacing: 1px;
|
|
|
|
|
+ font-family: ralewayMedium;
|
|
|
|
|
+ margin-bottom: 5px;
|
|
|
|
|
+}
|
|
|
::selection {
|
|
::selection {
|
|
|
color: white;
|
|
color: white;
|
|
|
background-color: #262626;
|
|
background-color: #262626;
|
|
@@ -53,8 +89,7 @@ body {
|
|
|
height: 6.5rem;
|
|
height: 6.5rem;
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
z-index: 99;
|
|
z-index: 99;
|
|
|
- border-top: 1px solid #eee;
|
|
|
|
|
- border-bottom: 1px solid #eee;
|
|
|
|
|
|
|
+ border-bottom: 1px solid #000;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.navbar-container {
|
|
.navbar-container {
|