/* Your custom css code goes here */
video{
width:100%;

}
#botones-redes .btn.btn-ghost {
  margin-right: 5px;
}

.probootstrap-footer-section {
    padding: 5em 0;
    background: #3d1944;
}

.probootstrap-footer-section p {
    line-height: 0.4;
    color: rgba(255, 255, 255, 0.62);
}

.section-heading h2 {
  font-weight: 200;
}

.probootstrap-header {
  position: fixed;
}

.probootstrap-logo {
   background-image: url('../img/logo.png');
}

.probootstrap-main-nav li.active a {
    border-bottom: 2px solid #000;
}

.probootstrap-main-nav li a {
    color: #000;
}


.probootstrap-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.descargar-app {
  float: left;
}

.descargar-app img {
  float: left;
}

.link-app-seg {
  margin-top: 0;
  text-align: center;
}

a.link-app-seg {
  margin-left: 5px;
}

.descargar-app a {
  margin-top: -16px;
  float: right;
}

.probootstrap-three.mpba, .probootstrap-three.app, .probootstrap-three.juego, .probootstrap-three.miav{
  padding: 80px 0;
}

.mpba {
  background-color: #174269;
    color: #fff;
}

.app img {
    margin-right: 20px;
}

.app p {
    margin-top: 20px;
}
   
.probootstrap-three.mpba h4 {
  color:#fff;
}

.probootstrap-three {
  font-size: 14px
}

.app {
  background-color: #efefef;
}


.probootstrap-three .text.video-app iframe{
  padding-left: 10px;
}

.probootstrap-three .text.descargar-app {
  padding-right: 30px;
}

.probootstrap-nav {
  margin-left: 60px;
  float: right;
  margin-top: 50px;
}

.probootstrap-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn.btn-ghost {
    background: transparent;
    border: 1px solid #f4bd00;
    color: #f4bd00;
}

.btn {
    padding-top: 10px;
    padding-bottom: 10px;
}

.videos {
  background-color: #8c8c8c;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}

.videos .mb40 {
  font-size: 1.3em;
  color: #fff;
  margin-bottom: 20px !important;
}

.juego p {
  margin: 20px 0 !important;
}

.descargar {
  float: right;
}

.mail-contact {
  font-size: 12px;
  letter-spacing: 4px;
}

.logo-slide {
  position: absolute;
  top:5%;
  right: 12%;
  z-index:1000;
}

/* REDES */

.probootstrap-half .text-redes {
  background-color: #398bb2;
}

.probootstrap-half .text-redes .subtitle {
    color: #fff;
    text-transform: uppercase;
}

.probootstrap-half .text-redes p {
    font-size: 15px;
    color: #fff;
}

.probootstrap-testimony-wrap .author{
font-size:16px;
color:#398bb2;
margin-top:20px !important;
}

.lista{
color:#fff;
}
.salir{
background-image: url("https://ec.mpba.gov.ar/img/salir.png");
width: 36px;
height: 15px;
display: inline-block;
padding: 0;
background-repeat: no-repeat;
background-size: 15px;
margin: 0 10px;
list-style-type: none;
}



@media screen and (max-width: 768px) {
  
  .probootstrap-logo {
    background-image: url('../img/logo-chico.png');
  }

  .logo-slide {
    width: 50%;
    top: 2.5%;
    right: 8% 
  }

  p, .probootstrap-half .text p {
    font-size: 14px;
    text-align: justify;
  }

  .probootstrap-three .text.video-app iframe {
    padding-left: 0;
    width: 100%;
  }

  .video-app {
    margin-top: 10px;
  }

  .probootstrap-three .text.descargar-app {
    padding-right: 15px;
  }

  .descargar-app img {
    width: 38%;
  }

  .section-heading h2 {
    font-size: 1.7em;
  }

  .mt0 {
    margin-top: 20px !important;
  }
 .flexslider .probootstrap-heading {
    font-size: 40px;
  }
}