/*COLORS*/ /* TURQUOISE: #1EAEDB */ @font-face { font-family: ralewayRegular; src: url('../fonts/Raleway-Regular.otf'); } @font-face { font-family: ralewayBold; src: url('../fonts/Raleway-Bold.otf'); } @font-face { font-family: ralewayMedium; src: url('../fonts/Raleway-Medium.otf'); } @font-face { font-family: angelface; src: url('../fonts/Angelface.otf'); } /* CELLPHONE */ @media screen and (max-width: 47.2em) { .mision h5 { text-align: left; } } body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: ralewayRegular; } .video { margin-top: 65px; background-image: url('../images/video-bg.jpg'); background-size: 100%; background-repeat: no-repeat; } .video-txt { padding-bottom: 20%; padding-top: 5%; } .container { width: 80%; max-width: none; } .section > .container { padding: 30px 0px; 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; } .section.inverted { color: #FFF; } .section.inverted > .container h4:before { content: ''; width: 50px; border-bottom: 2px solid white; position: absolute; line-height: 30px; height: 45px; margin-left: 3px; } .footer { padding-top: 30px; background-color: #333; } #map { width: 100%; height: 400px; } .courses { background-image: url('../images/formacion-bg.jpg'); background-repeat: no-repeat; background-size: 100%; color: white; } .courses-list { list-style: none; } .courses-list li { text-transform: uppercase; letter-spacing: 1px; font-family: ralewayMedium; margin-bottom: 5px; } ::selection { color: white; background-color: #262626; } .main { margin-top: 80px; } .navbar { 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 { text-align: right; } /*.navbar-list{ list-style: none; margin-bottom: 0; text-align: right; } ul.navbar-list > li { display: inline-block;; white-space: nowrap; padding-left: 40px; text-align: left; } ul.navbar-list > li > a { display: inline-block ; text-transform: uppercase; font-size: 12px; letter-spacing: .2rem; text-decoration: none; line-height: 6.5rem; color: #222; transition: all 0.5s; border-bottom: 1px solid transparent; } ul.navbar-list > li > a:hover { color: #898989; border-bottom: 1px solid #222; cursor: pointer; } ul.navbar-list > li > a > object { width: 3em; vertical-align: middle; } ul.navbar-list > li > a.selected { color: #222; border-bottom: 1px solid #222; font-family: ralewayBold; }*/ .fade-enter-active, .fade-leave-active { transition: opacity .5s } .fade-enter, .fade-leave-to { opacity: 0 } .mision, .vision { text-align: justify } .mision h5 { text-align: right; }