/*Soluciones sólo para este proyecto*/
/*En esta página se utilizan los estilos necesarios para ajustar el curso, no para ajustar la maqueta general*/

b, strong {
  font-weight: 800;
}

img.icono-tabla {
    max-width: 200px;
    margin-bottom: 1em;
    margin-top: 1em;
}

.botones-caja .botones-caja-caja {
  min-height: 250px;
}

h3.gris {
  color: #808080;
  font-weight: 100;
  background: transparent;
}

h4.titulo-foto {
  text-align: center;
  color: #029ede;
  font-size: 20px;
  margin-bottom: 1em;
  margin-top: 1em;
}

p.elemento-interactivo {
  color: #BDCCD4;
  font-size: 14px;
}


.titulo-nivel-1 { background: #f5f5f5 !important; margin-top: -6px; }
.titulo-nivel-1 h3 { margin: 25px 55px;
  color: #009AD8;
  font-weight: bold;
 }
.fondo-blanco { background: #fff;}
.mitad-p.amarillo h1 {margin: 0px;}
.gris2 { background: #DBD6D1;}
#video-cam-image {position: absolute; z-index: 10; right: -3em; margin-top: -80px; height: 120px;}
#virtualtv { margin: 1em; margin-top: 2em;}

@media only screen and (max-width: 768px) {
  #video-cam-image { display: none;}
}

.modal-content {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#logos-portada {
  margin-top: 0.5em;
}

#logos-portada div.logo {
  width: 200px;
  margin: 0px auto;
  margin-top: 1em;
  padding: 0em;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

#logos-portada div.logo img {
  margin-top: 1em;
  margin-bottom: 1em;
}


#logos-portada h4 {
  color: white;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0px;

}

img.ico-acordeon {
  max-height: 50px;
  margin-top: -10px;
}


@media only screen and (max-width: 760px) {

  #paginacion-header {
    display: none;
  }

  .navbar-nav {
    overflow-x: hidden;
  }

  #careta h1 {
    text-align: center !important;
    background: #029ede;
    padding: 15px;
  }
  #careta h1 span {
    background: none;
  }

  #careta h1 br {
    display: none;
  }

}
