|
@@ -1,4 +1,6 @@
|
|
|
/*COLORS*/
|
|
/*COLORS*/
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
/*
|
|
/*
|
|
|
TURQUOISE: #1EAEDB
|
|
TURQUOISE: #1EAEDB
|
|
|
*/
|
|
*/
|
|
@@ -23,19 +25,16 @@
|
|
|
src: url('../fonts/Angelface.otf');
|
|
src: url('../fonts/Angelface.otf');
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/* CELLPHONE */
|
|
|
|
|
-@media screen and (max-width: 47.2em) {
|
|
|
|
|
- .mision h5 {
|
|
|
|
|
- text-align: left;
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
body {
|
|
body {
|
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-font-smoothing: antialiased;
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
font-family: ralewayRegular;
|
|
font-family: ralewayRegular;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+section {
|
|
|
|
|
+ transition: ease 1s display;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.video {
|
|
.video {
|
|
|
margin-top: 65px;
|
|
margin-top: 65px;
|
|
|
background-image: url('../images/video-bg.jpg');
|
|
background-image: url('../images/video-bg.jpg');
|
|
@@ -53,12 +52,12 @@ body {
|
|
|
max-width: none;
|
|
max-width: none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.section > .container {
|
|
|
|
|
|
|
+.section>.container {
|
|
|
padding: 30px 0px;
|
|
padding: 30px 0px;
|
|
|
text-align: justify;
|
|
text-align: justify;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.section > .container h4 {
|
|
|
|
|
|
|
+.section>.container h4 {
|
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
|
font-size: 30px;
|
|
font-size: 30px;
|
|
|
font-family: ralewayMedium;
|
|
font-family: ralewayMedium;
|
|
@@ -66,7 +65,7 @@ body {
|
|
|
margin-bottom: 40px;
|
|
margin-bottom: 40px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.section > .container h4:before {
|
|
|
|
|
|
|
+.section>.container h4:before {
|
|
|
content: '';
|
|
content: '';
|
|
|
width: 50px;
|
|
width: 50px;
|
|
|
border-bottom: 2px solid black;
|
|
border-bottom: 2px solid black;
|
|
@@ -80,7 +79,7 @@ body {
|
|
|
color: #FFF;
|
|
color: #FFF;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.section.inverted > .container h4:before {
|
|
|
|
|
|
|
+.section.inverted>.container h4:before {
|
|
|
content: '';
|
|
content: '';
|
|
|
width: 50px;
|
|
width: 50px;
|
|
|
border-bottom: 2px solid white;
|
|
border-bottom: 2px solid white;
|
|
@@ -99,12 +98,14 @@ body {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 400px;
|
|
height: 400px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.courses {
|
|
.courses {
|
|
|
background-image: url('../images/formacion-bg.jpg');
|
|
background-image: url('../images/formacion-bg.jpg');
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
background-size: 100%;
|
|
background-size: 100%;
|
|
|
color: white;
|
|
color: white;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.courses-list {
|
|
.courses-list {
|
|
|
list-style: none;
|
|
list-style: none;
|
|
|
}
|
|
}
|
|
@@ -115,29 +116,33 @@ body {
|
|
|
font-family: ralewayMedium;
|
|
font-family: ralewayMedium;
|
|
|
margin-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
::selection {
|
|
::selection {
|
|
|
color: white;
|
|
color: white;
|
|
|
background-color: #262626;
|
|
background-color: #262626;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.main {
|
|
.main {
|
|
|
margin-top: 80px;
|
|
margin-top: 80px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.navbar {
|
|
.navbar {
|
|
|
- position: fixed;
|
|
|
|
|
- top: 0;
|
|
|
|
|
- left: 0;
|
|
|
|
|
- display: block;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- height: 6.5rem;
|
|
|
|
|
- background: #fff;
|
|
|
|
|
- z-index: 99;
|
|
|
|
|
- border-bottom: 1px solid #000;
|
|
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 6.5rem;
|
|
|
|
|
+ background: #fff;
|
|
|
|
|
+ z-index: 99;
|
|
|
|
|
+ border-bottom: 1px solid #000;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.navbar-container {
|
|
.navbar-container {
|
|
|
text-align: right;
|
|
text-align: right;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
/*.navbar-list{
|
|
/*.navbar-list{
|
|
|
list-style: none;
|
|
list-style: none;
|
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
@@ -180,14 +185,18 @@ ul.navbar-list > li > a.selected {
|
|
|
font-family: ralewayBold;
|
|
font-family: ralewayBold;
|
|
|
}*/
|
|
}*/
|
|
|
|
|
|
|
|
-.fade-enter-active, .fade-leave-active {
|
|
|
|
|
- transition: opacity .5s
|
|
|
|
|
|
|
+.fade-enter-active,
|
|
|
|
|
+.fade-leave-active {
|
|
|
|
|
+ transition: opacity .5s
|
|
|
}
|
|
}
|
|
|
-.fade-enter, .fade-leave-to {
|
|
|
|
|
- opacity: 0
|
|
|
|
|
|
|
+
|
|
|
|
|
+.fade-enter,
|
|
|
|
|
+.fade-leave-to {
|
|
|
|
|
+ opacity: 0
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.mision, .vision {
|
|
|
|
|
|
|
+.mision,
|
|
|
|
|
+.vision {
|
|
|
text-align: justify
|
|
text-align: justify
|
|
|
}
|
|
}
|
|
|
|
|
|