body {
    width: 100%;
    height: 100%;
	background-color: #FFFFFF;
}

html {
    width: 100%;
    height: 100%;
}

.SinPadding {
padding: 0 !important;	
}

.SinMargin {
margin: 0 !important;	
}

.NormalText {
	text-transform: none !important;	
}

h1, .h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'Giorgio Sans',Helvetica Neue,Arial,sans-serif;
}

h9, .h9 {
  font-size: 80px;
  text-transform: uppercase;
  font-family: 'Giorgio Sans',Helvetica Neue,Arial,sans-serif;
}

.SubText {
  font-weight:normal;
  font-size: 14px;
  text-transform: normal;
  line-height: 1.3;
  padding-bottom: 20px;
  color: #777;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 10px;
  border-bottom: 1px solid #eee;
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner .hr_intro {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.9);
	
}


@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
	

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 20px;
    }
}


@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

.navbar-brand img {
  margin-top: -5px;
  margin-right: 5px;
  display: inline;
}

.navbar-default .navbar-brand {
  color: #005383;
  font-weight: bold;
}

.navbar-line {
	color: #333;
	font-weight: lighter;
	}
@media (min-width: 768px){
.navbar .navbar-brand {
  font-weight: bold;
  color: #005383;
}
}

@media (min-width: 767px)´{
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 15px;
    line-height: 20px;
}



/*SECCIONES*/
.intro-section {
    min-height: 768px;
    text-align: center;
}

.opciones-section {
    padding-top: 30px;
    background-color: #FFFFFF;
	border-bottom: 1px #eee solid;
}

.carreras-section {
    padding-top: 30px;
    background-color: #FFFFFF;
	border-bottom: 1px #eee solid;
}

.historias-section {
    padding-top: 30px;
    background-color: #FFFFFF;
	border-bottom: 1px #eee solid;
}

.salarios-section {
    padding-top: 30px;
    background-color: #FFFFFF;
	border-bottom: 1px #eee solid;
}

.metodologia-section {
    padding-top: 30px;
    background-color: #FFFFFF;
	border-bottom: 1px #eee solid;
}

.creditos-section {
    height: 100%;
    padding-top: 30px;
    background: #FFFFFFF;
	border-bottom: 1px #eee solid;
}

/*BOTON INICIO HIDE*/
.navbar-default .navbar-nav>.no-active>a, .navbar-default .navbar-nav>.no-active>a:focus, .navbar-default .navbar-nav>.no-active>a:hover {
  color: #777;
  background-color: transparent;
}


/*VIDEO INTRO*/
.video-section .pattern-overlay {
margin-top: 50px;
background-color: rgba(71, 71, 71, 0.50) ;
padding: 60px 0 32px;
min-height: 768px; 
/* Incase of overlay problems just increase the min-height*/
}
.video-section h1, .video-section h3{
text-align:center;
color:#fff;
}
.video-section h1{
/*font-size: 60px;*/
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:bold;
text-transform: uppercase;
margin: 40px auto 0px;
text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
-moz-text-shadow: 1px 1px 1px #000;
}
.video-section h3{
font-size: 24px;
font-weight:lighter;
margin: 15px auto 15px;
text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
-moz-text-shadow: 1px 1px 1px #000;
}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}

.banner{
background: url(../img/portada-movil.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: #ffffff;
min-height: 768px;
}


/*5 COLUMNAS SELECTORES*/

/*.row > div {
    border: 1px solid black;
}*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	padding-top: 5px;
	text-align:center;
	font-size: 12px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/*GRÁFICA DE BURBUJAS*/
.flot-chart {
    display: block;
}
.flot-chart-content {
    width: 100%;
    height: 100%;
}

/*SELECTOR XS*/
 .input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    }
	
/* ICONOGRAFÍA CIRCULAR*/

.btn-carreras {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 3px;
  margin-right: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
  
.btn-circle {
   width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 30px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 12px 9px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 68px;
    height: 68px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}



<!--BLOCKQUOTE NUMERALIA-->

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

/*blockquote {
  color: #808080;
  font-style: italic;
}
blockquote {
  text-align: left;
  padding: 40px 20px 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-right: 5px solid #eee;
}*/

.blockquote-desempleado {
  text-align:center;
  margin: 5px 0 5px 0;
  padding: 40px 35px 10px 20px;
  border-right: 5px solid #d9534f;
  color: #808080;
}

.blockquote-informal {
  text-align:center;
  margin: 5px 0 5px 0;
  padding: 40px 35px 10px 20px;
  border-right: 5px solid #f0ad4e;
  color: #808080;
}

.blockquote-formal {
  text-align:center;
  margin: 5px 0 5px 0;
  padding: 40px 35px 10px 20px;;
  border-right: 5px solid #337ab7;
  color: #808080;
}

blockquote .small, blockquote footer-block, blockquote small {
  display: block;
  font-size: 100%;
  line-height: 1.42857143;
  color: #777;
}
footer-block {
 padding: 0 0 20px;
}

.numeralia-desempleado {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 70px;
font-weight: 800;
text-transform: uppercase;
font-style:normal;
color: #d9534f;
line-height: 1px;
}

.numeralia-informal {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 70px;
font-weight: 800;
text-transform: uppercase;
font-style:normal;
color: #f0ad4e;
line-height: 1px;
}

.numeralia-formal {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 70px;
font-weight: 800;
text-transform: uppercase;
font-style:normal;
color: #337ab7;
line-height: 1px;
}

/*PANEL HEADING*/
.panel-default > .panel-heading {
  font-size: 13px;
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
<!--CAROUSEL HISTORIAS-->
.carousel {
  position: relative;
  background-color: #f8f8f8;
}

#custom_carousel .item {
    color:#000;
    background-color:#fff;
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#ddd
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}
#custom_carousel .controls li.active {
    background-color:#eee;
    border-top:3px solid #337ab7;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}

/*CALCULADORA SALARIOS*/

.estatus-mas {
	font-weight: bold;
	border: 1px solid #3c763d;
	padding: 3px;
	}
	
.estatus-igual {
	font-weight: bold;
	border: 1px solid #8a6d3b;
	padding: 3px;
	}
	
.estatus-menos {
	font-weight: bold;
	border: 1px solid #a94442;
	padding: 3px;
	}
	
/*BOTONES DE DESCARGA*/
.btn-group, .btn-group-vertical {
 position: relative;
 display: inline; 
 vertical-align: middle;
}

/*ESTILOS FOOTER*/
footer {
    color: #333;
	text-align: center;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #333;
}


footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}


ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #336699;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #005383;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 1%;
    bottom: 1%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
	font-weight: bold;
    line-height: 25px;
}

.scroll-top .btn:focus {
    outline: 0;
}


/*VIDEO HTML5*/

.fullscreen-bg {
  margin-top: 2%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (min-width: 992px) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url(../img/portada-movil.jpg) center center / cover no-repeat;
	width: 100%;
	height: 100%;
  }

  .fullscreen-bg__video {
    display: none;
  }
}


/*INTRO HEADER*/

.intro {
    display: table;
    width: 100%;
    height: 75%;
	padding-top: 15%;
    text-align: center;
    color: #fff;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 50px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:980px) {
    .intro {
        height: 75%;
    }

    .intro .intro-body .brand-heading {
        font-size: 60px;
    }

    .intro .intro-body .intro-text {
        font-size: 18px;
		/*text-shadow: 0px 2px 2px rgba(0,0,0,1);*/
    }
}

@media(min-width:1280px) {
    .intro {
         height: 75%;
         padding-top: 10%;
    }

    .intro .intro-body .brand-heading {
        font-size: 80px;
    }

    .intro .intro-body .intro-text {
        font-size: 20px;
		/*text-shadow: 0px 2px 2px rgba(0,0,0,1);*/
    }
}

/*BOTON INICIO CIRCULO*/
.btn-circle-intro {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle-intro:hover,
.btn-circle-intro:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle-intro i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle-intro:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}


/*MODAL*/

.modal-header-info {
    color:#fff;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

/*body.modal-open {
    position: fixed;
}
*/

/*tooltip*/


#texto_intro{
	position:absolute;
	top:365px;
	left:30px;
	width:300px;
	font-size:16px;
	}
	
#texto_intro_eu{
	position:absolute;
	top:400px;
	left:30px;
	width:300px;
	font-size:16px;
	}
	
.tooltip{cursor:pointer !important;}
#tooltip {position: absolute; width:130px; border: 1px solid #666;background: url(../img/bg_tooltip.png);padding:10px;color: #FFFFFF;display: none;font:normal 14px Arial, Helvetica, sans-serif;z-index: 5000;border-radius: 4px; text-align:center;}	

#Page{width:100%;margin:0 auto; position: relative; margin-left: 6%;}



