/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 @font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?49952980');
  src: url('../fonts/fontello.eot?49952980#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?49952980') format('woff'),
       url('../fonts/fontello.ttf?49952980') format('truetype'),
       url('../fonts/fontello.svg?49952980#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?49952980#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-logo-ceu2:before { content: '\e800'; }

body {
    overflow-x: hidden;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #CC0;
}

p, section ul, section ol {
    font-size: 15px;
    line-height: 1.5;
    font-weight: lighter;
}

p.large {
    font-size: 16px;
    line-height: 1.5;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #09C;
}

 
h1 {
  font-family: 'Droid Serif', serif;
  font-size: 70px;
  font-weight: 700;
  color:#666;
}
@media(max-width: 767px){
  h1{font-size: 40px;}
}
section h2 {
    /*text-transform: uppercase;*/
}
.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}


.btn-xl {
    padding: 20px 40px;
    border-color: #CC0;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #CC0;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #FFF;
    color: #fff;
    background-color: #BFBF00;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #CC0;
    background-color: #CC0;
}

.btn-xl .badge {
    color: #CC0;
    background-color: #fff;
}


/* NAV */

/* Dispositivos Moviles */
.navbar-header { height: 70px;}
.icon-logo-ceu2 {font-size: 40px;}
.navbar-toggle { margin: 20px 20px 0 0;}
.dropdown-menu li {border-bottom: 1px dotted #CCC;}
.headerContacto{
  float:right;
  margin: 20px 20px 0 0;
}

/* Dispositivos Grandes */
@media(min-width:1086px) {
  .headerContacto{
    display:none;
  }
  .navbar-default {
    height: 100px;
    background: transparent;
    border:none;
    padding: 15px 0;
  }
  .navbar-default a{
    color:#FFF !important;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .navbar-default.menuBlanco {
    background: #FFF;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    opacity:.95;*/
  }
  .navbar-default.menuBlanco a{
     color:#666 !important;
  }
  .navbar-default .icon-logo-ceu2 {
    font-size: 55px;
  }
  .navbar-default .navbar-nav{
    margin-top: 20px;
  }
  .navbar-default .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* HOVER MENU */
 .navbar-default .navbar-nav > li.dropdown > a:before {
  content:'';display:block;width:100%;height:4px;background:#4DD2FF;bottom:-10px;position:absolute;left:0;right:0;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);
  }
 .navbar-default .navbar-nav > li.dropdown > a:hover:before {
  /*visibility: visible;*/
  -moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)
  }

  .navbar-default .dropdown-menu {
    position: fixed;
    border:none;
    top: 100px; /*height of main menu*/
    width: 100%;
    padding: 30px 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    opacity:.95;
  }
  ul .dropdown-menu{
    text-align:center;
  }
  .dropdown-menu li {
    display: inline-block !important;
    border-bottom: none;
  } 
  .dropdown-menu li a {
    text-transform: none !important;
    color:#666 !important;
  }
  .dropdown-menu li a:hover {
    color:#09C !important;
    background: none !important;
  }
  
  /* MENU recogido */
  .navbar-default.navbar-shrink {
    height: 75px;
    background-color: #FFF;
   /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    opacity:.95;*/
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  }
  .navbar-default.navbar-shrink a {
    color:#666 !important;
  }
  .navbar-default.navbar-shrink .icon-logo-ceu2 {
    font-size:45px;
    float: left;
    margin-top:-16px;
  }
  .navbar-default.navbar-shrink .navbar-nav{
    margin-top: 0px;
  }
  .navbar-default.navbar-shrink .navbar-nav > li.dropdown > a:before {
  content:'';display:block;width:100%;height:4px;background:#4DD2FF;bottom:-10px;position:absolute;left:0;right:0;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);
  }
 .navbar-default.navbar-shrink .navbar-nav > li.dropdown > a:hover:before {
  -moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)
  }
  
  /* Item ABIERTO */
  .navbar.navbar-default.navbar-fixed-top.menuBlanco > div.container > div#menu-principal.navbar-collapse.collapse > ul.nav.navbar-nav.navbar-right > li.dropdown.open > a,
  .navbar-default.navbar-shrink .navbar-nav > .open > a {background: none}
  
  .navbar.navbar-default.navbar-fixed-top.menuBlanco > div.container > div#menu-principal.navbar-collapse.collapse > ul.nav.navbar-nav.navbar-right > li.dropdown.open > a:before,
  .navbar-default.navbar-shrink .navbar-nav > li.dropdown.open > a:before {
  content:'';display:block;width:100%;height:4px;background:#09C;bottom:-10px;position:absolute;left:0;right:0;
  -moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)
  }

  .navbar-default.navbar-shrink .dropdown-menu {
    top: 75px;
  }

}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: none !important;
}

/* PROPIOS CEU */

header {
  min-height: 75px;
}

header .intro-text {
    bottom: 50px;
}

h1.intro-heading{color:#FFF !important;}


.intro-heading {
  margin-bottom: 25px;
  font-size: 90px;
  font-weight: 700;
}
.intro-lead-in
{
  margin-bottom: 25px;
  font-size: 35px;
}

@media(max-width:767px) {
    .intro-text {
        bottom: 50px;
    }

    .intro-lead-in {
        margin-bottom: 15px;
        font-size: 20px !important;
    }

    .intro-heading {
        margin-bottom: 15px;
        font-size: 50px !important;
        font-weight: 700;
    }
}



section {
    padding-top: 30px;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'Droid Serif', serif;
    font-size: 50px;
    font-weight: 700;
    color:#666;
}

section h3.section-subheading {
    margin-bottom: 50px;
    text-transform: none;
    font-size: 17px;
    font-weight: 700;
    color:#666;
    line-height: 24px;
}
@media(max-width: 767px){
  section h2.section-heading {font-size: 30px;}
}
@media(min-width:768px) {
    section {
        padding-top: 50px;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}



/* PROPIOS */
#trabajo {
    font-weight: 300;
    font-size: 20px;
}
    #trabajo h4.heading {
        font-size: 30px;
        font-weight: 300;
        color: #666;
    }

section#empresas {
    padding: 50px 0;
    background: url(../img/empresas/empresas-bg.jpg) bottom center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#conectados {
  padding: 50px 0;
}
#conectados .blog-post {
  border: 1px solid #eee;
  padding: 15px 0;
  background: #FFF;
}
#conectados .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#conectados .blog-post.entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#rss-feeds>div>div>article>div>div>img {
  width: 100% !important;
  height: auto;
}
#conectados .blog-post .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#conectados .blog-post .post-format > i {
  font-size: 20px;
}
#conectados .blog-post .entry-date {
  font-size: 12px;
  display: block;
  margin: 5px 0;
  text-transform: uppercase;
  color: #45aed6;
}
#conectados .blog-post .entry-title {
  margin-top: 0;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 15px;
  font-family: 'Droid Serif', serif;
}
#conectados .blog-post .entry-title a {
  color: #666;
}
#conectados .blog-post .entry-title a:hover {
  color: #09C;
  text-decoration: none;
}

#conectados .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#conectados .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#conectados .blog-post .entry-meta > span > a {
  color: #999;
}
#conectados .blog-post .entry-meta > span > a:hover {
  color: #09C;
}
#conectados .blog-post .entry-social {float:right; margin-top: -3px;}
#conectados .blog-post .entry-social a{
  padding: 0 5px;
}

#eventos.blog-post {
  border: 1px solid #eee;
  padding: 15px;
  background: #EEE !important;
}
#eventos.blog-post article.margenTop {
    margin-top: 50px;
}
#eventos.blog-post .entry-meta {
  border-top: 1px solid #FFF;
}

#eventos.blog-post .entry-date {
    background: none;
    color:#666;
    font-size: 20px;
    padding: 5px 10px;
    border:3px solid #666;

}
#eventos.blog-post .entry-date hr{margin: 2px 0; padding: 0; height: 3px; color:#666; background-color:#666;}
#eventos.blog-post .entry-content {clear:left; }
.entry-content{color:#666;}

/* FOOTER */
footer {
    padding-top: 50px;
    background: #222;
    color: #FFF;
}

footer .btn-default {
  color: #FFF;
  background-color: #222;
  border-top-color: #cccccc;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
}
footer a{ color:#FFF;}
footer a:hover{ color:#09C;}

/*footer .btn-default.active, footer .btn-default.focus, footer .btn-default:active, footer .btn-default:focus, footer .btn-default:hover, footer .open > footer .dropdown-toggle.btn-default
{
  color: #666666;
  background-color: #e6e6e6;
}*/
.contacto{ text-align: right}

#twitter{
    background: url(../img/footer/twitter-bg.png) top left no-repeat;
}
#legal {
    color:#999;
    background: #FFF;
    padding: 15px 0;
    text-align: center;
}
#legal p, #legal a {
    color:#999;
    font-size: 12px;
}
#menu{
    background: #333;
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #000;
}
#menu a{ color:#FFF;}
 .submenu {border-left: 1px solid #FFF; margin: 10px 0}
 .submenu p{font-size: 12px}
 .submenu .heading { text-transform: uppercase; font-weight: 400;}


/* FOOTER Dispositivos moviles */
@media(max-width:768px) {
  #menu, #twitter {display:none;}
  .contacto{ text-align: center}
}


/* MIGAS */
/* Dispositivo Movil */
.breadcrumb {
  float:left;
  /*border-top: 1px solid #EEE;*/
  padding: 20px;
  margin-top: -5px;
  background: none;
}
.breadcrumb a {color:#09C;}

/* Dispositivo Grande */
@media(min-width:1086px) {
  .breadcrumb { margin-top:5px;}
}

section.texto{
  padding: 40px 0;
}
section.texto a {
    color: #09C;
}
section.texto .categories a {
    color: #666;
}
section.texto a.btn-primary {
 color:#FFF;
}

#animated-number {
  padding: 20px 0;
}
#animated-number p.lead{
  font-weight: bold;
}

#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 30px;
  line-height: 140px;
  background: #EEE;
  opacity: 0.95;
  margin-bottom: 20px;
  border-radius: 100px;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
/* HOME CENTROS */
#centros{
  background: #EEE;
}
/* Caption ficha CENTROS */
.cuadro_intro_hover{
        padding: 0px;
        position: relative;
        overflow: hidden;
        height: 350px;
    }
    .cuadro_intro_hover:hover .caption{
        opacity: 1;
        transform: translateY(-20px);
        -webkit-transform:translateY(-20);
        -moz-transform:translateY(-20);
        -ms-transform:translateY(-20);
        -o-transform:translateY(-20);
    }
    .cuadro_intro_hover img{
        z-index: 4;
    }
    .cuadro_intro_hover .caption{
        opacity: 0;
        position: absolute;
        /*bottom:0px;*/
		bottom:20px;
        -webkit-transition:all 0.3s ease-in-out;
        -moz-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
        -ms-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
        width: 100%;
    }
    

/* ACTIVE CATEGORY */
.categories a.active {
    background-color: #CC0;
}

/* FOR TRANSITION BEAUTIFULLY */
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
/* JUST FOR BOTTOM SPACE */
#portfolio-div h5 {
    padding: 10px 0;
}
@media(min-width:768px) {
  .ficha{
    min-height: 525px;
  }
  .ficha .masInfo{
    position:absolute; bottom:10px; width:93%;
  }
  .ficha .section-heading{
    height: 50px;
  }
}
.ficha{
    margin: 5px 0;
    padding: 0 10px;
    border: 1px solid #CCC;
    border-radius: 1%;
    -moz-transition: all .3s ease;
    -o-transition:  all .3s ease;
    -webkit-transition:  all .3s ease;
}
    .ficha:hover{
    -moz-box-shadow: 0px 0px 5px #999;
    -webkit-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
    }
.ficha p {font-size: 12px}
.ficha ul {
  list-style: none;
}
.ficha img {width:100%}
.label-cole {
  background-color: #CC0;
}
.label-insti {
  background-color: #F00;
}
.label-uni {
  background-color: #09C;
}
.label-fp {
  background-color: #A44E8D;
}
.label-otros {
  background-color: #767461;
}

/* CABECERA */

/* Caption */
#slider-cabecera.carousel-caption{
  z-index: 10;
  bottom: 100px;
  right: 15%;
  left: 15%;
}

/* Declare heights because of positioning of img element */
#slider-cabecera.carousel .item {
  max-height: 755px;
  background: #000;
}
/* Slider Disipositivos Peques */

@media(max-width:1085px) {
  #slider-cabecera.carousel .item > img:nth-child(1n) {
    min-width: 890px;
  }
}
@media(max-width:767px) {
  #slider-cabecera.carousel .item > img:nth-child(1n) {
    margin-top: 70px;
    min-width: 890px;
  }
}
#slider-cabecera .item > img:nth-child(1n) {
  opacity: 0.6;
}

/* TWITTER */
a.twitter-timeline{ color:#FFF !important;}
.twitter-widget ul {
margin: 0;
padding:0;
}
.twitter-widget li {
list-style: none;
clear: both;
}
.twitter-widget h3 {
  margin-top:-15px
}
.twitter-widget li img, .twitter-widget li .tweets_txt {
/*float: left;*/
margin-bottom: 30px;
}
.twitter-widget li img {
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.twitter-widget li .tweets_txt {
width: 100%;
/*margin: 0 20%;*/
}
.twitter-widget a:hover{ text-decoration: underline;}
.twitter-widget li .tweets_txt a{ color: #09C}
.twitter-widget li .tweets_txt span {
font-style: italic;
color: #FFF;
display: block;
}
.utopia {
  font-family: 'Droid Serif', serif;
}
.transparente{ 
  background: transparent;
  border:2px solid #FFF;
  color:#FFF;
}
.transparente.gris{ 
  border:2px solid #666;
  color:#666;
}
.personal{
  padding: 20px 0; 
  border-bottom: 3px dotted #CCC;  
}
.personal > div { border-right: 1px solid #EEE;}

.personal h4{
  margin-bottom: 0;
}
section#numeros{
  background: url(../img/ceu/bg-empleo.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
hr{
border:2px #09C solid; width:50px;
}

section#pedagogico{
  background: url(../img/innovacion/bg-pedagogico.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
blockquote{ border:none;}
.redes {
  margin: 20px auto;
}
.redes a{
  padding: 0 2%;
}

 /*Section Video*/
.module {
display: block;
width: 100%;
padding: 70px 0;
position: relative;
color: #575757;
}

.module.none-padding {
 padding: 0;
}

.module table {
width: 100%;
table-layout: auto;
min-width: 500px;
}

.module .table .v-align {
display: table-cell;
vertical-align: middle;
}


.video-section {
display: block;
width: 100%;
height: auto;
max-height: 680px;
overflow: hidden;
position: relative;
}

.video-section .center {
position: relative;
z-index: 1;
}

.video-section .title {
font-family: 'Aileron-Thin';
font-weight: normal;
font-size: 78px;
line-height: 1.1em;
color: #fff;
margin: 0;
max-width: 416px;
z-index: 1;
 }

.video-section .title b {
font-family: 'Aileron-Black';
font-weight: normal;
}

.video-section .play {
display: block;
width: 176px;
height: 176px;
background: rgba(255,255,255,0.75);
top: 50%;
left: 50%;
margin-left: -88px;
margin-top: -88px;
position: absolute;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
-webkit-transition: all .3s ease;
transition: all .3s ease;
-webkit-box-shadow: inset 0 0 80px #fff;
-moz-box-shadow: inset 0 0 80px #fff;
box-shadow: inset 0 0 80px #fff;
cursor: pointer;
z-index: 1;
-webkit-transform: scale(.9);
-moz-transform: scale(.9);
-ms-transform: scale(.9);
-o-transform: scale(.9);
transform: scale(.9);
 }

.video-section .play:before {
 content: '';
width: 74px;
height: 86px;
background: url("../img/arrow3.png") no-repeat;
background-size: 100%;
position: absolute;
top: 50%;
left: 50%;
margin-top: -43px;
margin-left: -27px;
z-index: 1;
   }

.video-section .play:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,0.75);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
-webkit-transition: all .3s ease;
transition: all .3s ease;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
  }

.video-section:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
top: 0;
left: 0;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
opacity: 0;
 }

.video-section:hover:after {
opacity: 1;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
   }

.video-section:hover .play {
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}

.modalbox {
background: rgba(0,0,0,0.6);
position: fixed;
z-index: 9999;
top: 0;
right: 0;
left: 0;
bottom: 0;
height: 100%;
overflow: auto;
display: none;
width: 100%;
 }

.modalbox .content {
max-width: 768px;
padding: 60px 10px;
background: #fff;
position: relative;
margin: 0 auto;
text-align: center;
   }

.modalbox .close-modal {
color: #000;
font-family: Helvetica,arial,sans-serif;
font-size: 25px;
background: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: block;
position: absolute;
top: 10px;
right: 10px;
width: 30px;
height: 30px;
z-index: 5;
cursor: pointer;
padding: 5px 8px;
   }

.modalbox .close-modal:before {
content: 'X';
font-family: Arial;
color: #000;
line-height: 30px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
 }

.modalbox[data-modal="video"] .content {
max-width: 1200px;
padding: 0;
}

.modalbox[data-modal="video"] .video {
width: 100%;
padding-bottom: 56.92%;
position: relative;
  }

.modalbox[data-modal="video"] .iframe {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
   }

.open-modal {
cursor: pointer;
}


/* Fin Section Video */

/* Cookies */
#cookie-bar {background:#999; height:auto; line-height:24px; color:#FFF; text-align:center; padding:10px 10px; font-size: 12px}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#09c;}
#cookie-bar .cb-enable:hover {background:#069;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#996699;}
#cookie-bar .cb-policy:hover {background:#7A527A;}

blockquote:after {
  content: "\f10e"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 150px;
  color: #FFF;
  top: 50%;
  left: 0;
  margin: -150px 0 0 -10px;
  z-index: 1;
}
blockquote.empleo:after {
  content: "\f10e"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 150px;
  color: #09c;
  opacity: 0.25;
  filter: alpha(opacity=25);
  top: 50%;
  left: 0;
  margin: -150px 0 0 -10px;
  z-index: -1;
}
blockquote .coment{ 
  position: relative;
  padding: 20px 0;
  z-index: 2;
}
#empleaCEU i {
  padding: 2%;
}
@media (min-width:768px){
  .carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
  .onebyone-carosel .active.left { left: -33.33%; }
  .onebyone-carosel .active.right { left: 33.33%; }
  .onebyone-carosel .next { left: 33.33%; }
  .onebyone-carosel .prev { left: -33.33%; }
}
#colaboradores .carousel-control {width: 5%;}
#colaboradores .left, #colaboradores .right {background: none; color:#333; }

.servicios-empresa{ 
  background-color: #EEE;
  padding: 50px;
}
.servicios-empresa.impar {
  background-color: #FFF;
}
.servicios-empresa .col-izq{
  /*background-color:#666;
  color:#FFF;*/
  padding: 30px; 
}
.servicios-empresa .col-izq i{ color: #FFF}
.servicios-empresa.impar .col-izq i{ color: #EEE}
.servicios-empresa .col-dcha{
  border-left: 1px dotted #666;
  color:#09C;
  padding: 30px; 
}


/* AJUSTES para Dispositivos intermedios */

@media (min-width: 768px) and (max-width: 1200px) {
  .container {width: 100%}
  .intro-heading {
  margin-bottom: 25px;
  font-size: 60px !important;
  font-weight: 700;
  /*color:#00F!important;*/
  }
  .intro-lead-in {
    margin-bottom: 25px;
    font-size: 25px !important;
  }


} /* FIN: AJUSTES para Dispositivos intermedios */

/* MENU COLAPSE: 1085px */
@media (min-width: 768px) and (max-width: 1085px) {
    .navbar-default{
      background: #FFF;
      border: none;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    }
    
    .navbar-header {
        float: none;
        margin:0 auto;
    }

    .navbar-default.navbar-shrink .navbar-toggle .icon-bar {
      background-color: #666!important;
    }
    .navbar-default.navbar-shrink span {
        color:#666!important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        background: #FFF;
    }
    .navbar-collapse ul {
      margin:0 auto;
    }
    .navbar-collapse.collapse {
        display: none!important;

    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

}
@media (min-width: 768px) and (max-width: 842px){
 #menu-principal>ul>li>a{
    padding-right: 5px;
  }
}
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

/* CAMBIAR TABs -> SELECT */
/* Transparencia */
  #tabForm {display:block;}
  #tabNormal {display:none;}
@media (min-width: 980px){
  #tabForm {display:none !important;}
  #tabNormal {display: block !important;}
}
/* IDIOMAS */
.idioma{position:fixed; top:0; right:0; background:#222; padding:10px 20px;}
.navbar-shrink .idioma a {color:#FFF !important;}
@media (min-width: 769px) and (max-width: 1085px) {
  .idioma{top:71px;}
}
@media only screen and (max-width: 768px) {
  .idioma{top:71px;}
}

