/*
 * UNISEMINARS S.C.P.
 *
 * Hoja de estilos para EduCapital.
 *
 * (C) 2017 <3
 */
.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.material-icons.md-72 {
  font-size: 72px; }

.row.match-my-cols {
  overflow: hidden; }

.row.match-my-cols [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px; }

html, body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: Montserrat;
  padding-top: 3vh; }

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto;
  font-weight: bold;
  text-transform: uppercase; }

hr {
  border-top: 7px solid #1E1E34; }

nav {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.7em;
  color: #1E1E34; }

#about {
  padding-top: 0;
  padding-bottom: 10vh;
  min-height: 100vh;
  font-size: 1.3em; }
  #about img {
    max-width: 30vw; }
  #about h1 {
    margin-top: 0;
    color: white;
    font-size: 2.5em;
    background: #1E1E34;
    padding: 7vh; }
  #about h3 {
    text-transform: none; }

#imagen-fondo-40 {
  position: relative; }

#tituloEducacion40 {
  text-align: center;
  font-size: 1.3em;
  z-index: 10;
  position: absolute; }
  #tituloEducacion40 h1 {
    text-align: center;
    margin-top: 0;
    color: white;
    font-size: 2.5em;
    background: #1E1E34;
    padding: 7vh; }

#eduDigitaltitulo {
  padding-top: 15vh;
  padding-bottom: 7vh;
  font-size: 2.3em; }

#texto-educacion40 {
  position: absolute;
  z-index: 5;
  color: white;
  padding-top: 30vh;
  background: rgba(30, 30, 52, 0.8);
  min-width: 50vw;
  min-height: 100vh;
  font-size: 1.5em;
  text-align: center; }

@media (max-width: 767px) {
  #texto-educacion40 {
    font-size: 1.1em; }
    #texto-educacion40 h1 {
      font-size: 1.6em; } }
#copyright-footer {
  background-color: #1E1E34;
  padding: 30px; }

.imagen-fondo {
  height: 100vh;
  background-size: cover; }

#navbar-principal {
  padding-right: 5vw; }
  #navbar-principal .page-scroll {
    transition: 0.2s;
    margin: 5px; }
    #navbar-principal .page-scroll:hover {
      background-color: #1E1E34;
      color: white;
      border-radius: 5px; }
  #navbar-principal .active > a {
    background-image: none;
    background-color: rgba(30, 30, 52, 0.4);
    color: #1E1E34;
    border-radius: 5px; }

.modal-content {
  background-color: #f5f5f5; }
  .modal-content .modal-body h1, .modal-content .modal-body h2, .modal-content .modal-body h3 {
    color: #1E1E34; }
  .modal-content .modal-header {
    background-color: #1E1E34;
    color: white; }
  .modal-content .modal-footer {
    background-color: #1E1E34;
    color: white; }
    .modal-content .modal-footer .btn-primary {
      background-color: #1E1E34;
      color: white;
      border: 2px solid white;
      border-radius: 5px;
      background-image: none;
      transition: 0.3s; }
      .modal-content .modal-footer .btn-primary:hover {
        background-color: white;
        color: #1E1E34; }
  .modal-content .close {
    text-shadow: none;
    opacity: unset;
    color: white;
    border: 2px solid white;
    border-radius: 55%;
    padding: 8px 15px;
    transition: 0.3s; }
    .modal-content .close:hover {
      background-color: #f5f5f5;
      color: #1E1E34; }

.navbar-brand {
  padding: 0px; }

.navbar-brand > img {
  height: 100%;
  padding: 15px;
  width: auto;
  padding-left: 10vw; }

.navbar-brand {
  height: 80px; }

.nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px; }

.navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0; }

.navbar .divider-vertical {
  height: 7vh;
  margin-top: 2vh;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #1E1E34; }

.panel-heading {
  background: none; }

.white-hr {
  border-top: 3px solid white; }

.carousel-caption {
  background-color: rgba(47, 46, 80, 0.5);
  padding: 30px;
  padding-bottom: 100px;
  text-align: center;
  right: auto;
  left: 0;
  bottom: 0;
  min-width: 100%;
  font-size: 1.4em; }
  .carousel-caption p {
    font-size: x-large; }

.fondo-oscuro {
  background-color: #1E1E34;
  color: white;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 30px; }
  .fondo-oscuro hr {
    border-top: 3px solid white; }

.mitad-pantalla {
  width: 50%; }

.boton-blanco {
  position: relative;
  margin: 10px 7px;
  padding: 5px 5px;
  color: #FFFFFF;
  border: 1px #FFFFFF solid;
  border-radius: 4px;
  text-transform: uppercase;
  outline: 0;
  overflow: hidden;
  background: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  cursor: pointer;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in; }
  .boton-blanco:hover {
    color: #1E1E34; }
  .boton-blanco:before {
    content: "";
    position: absolute;
    background: white;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top 0.09s ease-in; }
  .boton-blanco:hover:before {
    top: 0; }

.hr-sin-borde {
  margin: 0px 0px; }

.hr-sin-borde-rojo {
  margin: 0px 0px;
  border-top: 6px solid #FF0000; }

#tituloProyectosApoyamos {
  padding: 7vh 0; }
  #tituloProyectosApoyamos h1 {
    text-transform: none;
    text-align: center;
    font-size: 3.5em; }

#footer-menus {
  padding: 30px;
  font-size: 1.1em;
  line-height: 1.9; }
  #footer-menus a.list-group-item {
    transition: 0.2s; }
    #footer-menus a.list-group-item:hover {
      background-color: #1E1E34;
      color: white; }
  #footer-menus .list-group-item-active {
    background-color: #1E1E34;
    color: white; }
    #footer-menus .list-group-item-active:hover {
      background-color: rgba(30, 30, 52, 0.5); }
  #footer-menus .panel {
    border: 0px; }
  #footer-menus .panel-heading {
    border-bottom-width: 3px;
    border-bottom-color: #1E1E34;
    background: none; }
  #footer-menus .panel-body {
    box-shadow: none; }
  #footer-menus .small {
    background-color: #f5f5f5; }

.tarjeta-azul {
  padding: 10px;
  color: white;
  background-color: #1E1E34;
  transition: 0.3s;
  border: 2px solid #1E1E34; }
  .tarjeta-azul p {
    font-size: 1.3em; }
  .tarjeta-azul:hover {
    background-color: #f5f5f5;
    color: #1E1E34; }

.tarjeta-azul-claro {
  padding: 10px;
  color: white;
  background-color: #0000ff;
  transition: 0.3s;
  border: 2px solid #1E1E34; }
  .tarjeta-azul-claro p {
    font-size: 1.3em; }
  .tarjeta-azul-claro:hover {
    background-color: #f5f5f5;
    color: #0000ff; }

.tarjeta-azul-intermedio {
  padding: 10px;
  color: white;
  background-color: #3d3d9b;
  transition: 0.3s;
  border: 2px solid #1E1E34; }
  .tarjeta-azul-intermedio p {
    font-size: 1.3em; }
  .tarjeta-azul-intermedio:hover {
    background-color: #f5f5f5;
    color: #3d3d9b; }

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 79%;
  /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */ }

.iframe-container > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

#row-iconos-digital {
  padding-bottom: 10vh; }

.service-box {
  max-width: 33vw;
  margin: 50px auto 0; }
  .service-box h2 {
    text-transform: none; }
  .service-box p {
    padding: 0px 3vw;
    font-size: 1.4em; }

@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0; } }
.service-box p {
  margin-bottom: 0; }

.sr-icons {
  background-color: #1E1E34;
  color: white;
  border-radius: 55%;
  padding: 40px;
  transition: 0.5s;
  border: 5px solid #1E1E34; }
  .sr-icons:hover {
    background-color: #f5f5f5;
    color: #1E1E34; }

#myCarousel .carousel-caption {
  font-weight: 900;
  font-size: 2.3em;
  height: 40vh;
  padding: 3vh 10vh; }
  #myCarousel .carousel-caption h1, #myCarousel .carousel-caption h2, #myCarousel .carousel-caption h3 {
    text-transform: none; }

#myCarousel2 .carousel-caption {
  background-color: rgba(47, 46, 80, 0.8);
  padding: 10vh 5vw;
  margin: 0px;
  text-align: left;
  right: auto;
  left: 0;
  top: 0;
  max-width: 50%;
  min-width: 50%;
  height: 100%; }

#myCarousel3 .carousel-caption {
  background-color: white;
  padding: 30vh 5vw;
  margin: 0px;
  text-align: left;
  right: 0;
  left: 50%;
  top: 0;
  max-width: 50%;
  min-width: 50%;
  height: 100%;
  color: #333; }

#texto-final-educacion40 {
  font-size: 2.3em;
  padding: 15vh 0;
  color: #3d3d9b; }

#row-datos {
  background: #1E1E34; }

#row-contacto {
  background: #1E1E34; }

@media (max-width: 767px) {
  #texto-final-educacion40 {
    font-size: 1.7em;
    padding: 10vh 0;
    color: #3d3d9b; }

  #tituloEducacion40 h1 {
    width: 100%;
    font-size: 1.8em; }

  #myCarousel3 .carousel-caption {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5vh 5vw;
    margin: 0px;
    text-align: center;
    right: 0;
    left: 0;
    top: 0;
    min-width: 100vw;
    height: 100vh;
    color: #333; }

  .service-box {
    max-width: 90%; }

  .navbar-collapse .nav > .divider-vertical {
    display: none; }

  .mitad-pantalla {
    width: 100%; }

  .imagen-socio {
    padding-bottom: 10px; }

  #datos-barra ul {
    padding: 15%; }

  body {
    padding-top: 0px; }

  #about {
    padding: 0px;
    font-size: 1em; }
    #about img {
      max-width: 80vw; }

  .carousel-caption {
    background-color: #1E1E34;
    padding: 10px;
    margin-bottom: 40px;
    right: auto;
    left: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%; }
    .carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4 {
      text-align: center;
      font-size: 25px; }
    .carousel-caption p {
      text-align: center;
      font-size: 16px; }
    .carousel-caption img {
      min-width: 100vw;
      min-height: 100vh; }

  #myCarousel img {
    min-height: 100vh;
    object-fit: cover; }

  #myCarousel2 .carousel-caption {
    background-color: #1E1E34;
    padding: 10px;
    margin-bottom: 0px;
    right: auto;
    left: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%; }
    #myCarousel2 .carousel-caption h1, #myCarousel2 .carousel-caption h2, #myCarousel2 .carousel-caption h3, #myCarousel2 .carousel-caption h4 {
      font-size: 25px; }
    #myCarousel2 .carousel-caption p {
      font-size: 16px; }
  #myCarousel2 img {
    min-width: 100%;
    min-height: 500px; } }
@media (max-width: 1025px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

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

  .collapsing {
    overflow: hidden !important; } }
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/*# sourceMappingURL=educapital.css.map */
