@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);
/*estilos globales*/

h1, h2, h3, h4, h5, h6{
    color: #fff;
    margin-top: 0px;
}

.space-10{
	height: 10px;
  width: 100%;
}

.space-20{
  height: 10px;
  width: 100%;
}

.space-70{
  height: 105px;
  width: 100%;
}

.navbar-landing {
  background-color: #86599e;
  border-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 1px !important;
  margin-bottom: 25px !important;
  border-bottom: 5px solid #634173 !important;
}

.format{
  margin-bottom: 50px;
}

.pullright{
  float: right!important;
  margin-top: 30px;
}
/*Base*/


body {
/*Imagen de Fondo
  background: url("../img/bg.jpg") no-repeat left fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  height: 100%;
  color: #fff;
  background: url(../img/bg.jpg) center center / cover no-repeat fixed rgb(255, 255, 255);
  text-align: center;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'Open Sans', sans-serif;
  border-top: 2px #9e9fa1 solid;
  margin: 0;
  margin-bottom: 40px;
  min-height: 850px;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

html {
  min-height: 100%;
  position: relative;
}

.footer {
  background-color: #9163a8;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  color: white;
  border-top: 5px solid #634173 !important;
}

.style-footer {
  font-size: 12px;
  color: #ffffff !important;
  padding-top: 12px;
}

}
.frame-streaming{
	background-color: #F1C250;
	color: #fff;
}

.bg-logos{
  background-color: transparent;
}

/*.nav-proin{
    border-top: 3px #853C20 solid;
}*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px)
bootstrap.min.css:5
.navbar {
    /* border-radius: 4px; */
}

.alert-success {
color: #03555f !important;
background-color: #ffffff !important;
border-color: #03555f !important;
margin-bottom: 1px !important;
}
