.bg-club{
    /*background-color: #154360;*/
    background-color: black;
    color: white;
}

.text-club{
    /*color: #154360;*/
    color: black;
}

.bg-navbar{
    background-color: #c00414
}
.text-navbar{
    color: white;
}

.text-navbar:hover{
    color: black;
}

.cursor-pointer{
    cursor: pointer;
}



.video_partido{
    width: 100%;
    min-height:190px;
    max-height:360px;
    
}

.diviframevideo{
    background-color: green;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/vistas/assets/img/main/loading_gift_web_4.gif') 50% 50% no-repeat rgb(255,255,255);
    opacity: .9;
}



/*ORGANIGRAMA PARA LLAVES DE FASE FINAL*/

/*body {
  background-color: #333;
}*/

.organigrama * {
  margin: 0px;
  padding: 0px;
}

.organigrama ul {
	padding-top: 20px;
	position: relative;
}

.organigrama li {
	float: left;
  text-align: center;
	list-style-type: none;
	padding: 20px 5px 0px 5px;
  position: relative;
}

.organigrama li::before, .organigrama li::after {
	content: '';
	position: absolute;
  top: 0px;
  right: 50%;
	border-top: 1px solid #f80;
	width: 50%;
  height: 20px;
}

.organigrama li::after{
	right: auto;
  left: 50%;
	border-left: 1px solid #f80;
}

.organigrama li:only-child::before, .organigrama li:only-child::after {
	display: none;
}

.organigrama li:only-child {
  padding-top: 0;
}

.organigrama li:first-child::before, .organigrama li:last-child::after{
	border: 0 none;
}

.organigrama li:last-child::before{
	border-right: 1px solid #f80;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

.organigrama li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.organigrama ul ul::before {
	content: '';
	position: absolute;
  top: 0;
  left: 50%;
	border-left: 1px solid #f80;
	width: 0;
  height: 20px;
}

.organigrama li a {
	border: 1px solid #f80;
	padding: 1em 0.75em;
	text-decoration: none;
	color: #333;
  background-color: rgba(255,255,255,0.5);
	font-family: arial, verdana, tahoma;
	font-size: 0.85em;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
}

.organigrama li a:hover {
	border: 1px solid #fff;
	color: #ddd;
  background-color: rgba(255,128,0,0.7);
	display: inline-block;
}

.organigrama > ul > li > a {
  font-size: 1em;
  font-weight: bold;
}

.organigrama > ul > li > ul > li > a {
  width: 8em;
}


.bg-proliga{
	background: #b1882c !important;
	color: white;
}

.bg-proliga-light{
	background: #b29143;
	color: white;
}

.text-proliga{
	color: #b1882c !important;
}

.instagram-btn.proliga .btn-instagram {
  color: #fff;
  top: -50px;
  background: #b1882c;
}
/* line 2855, ../sass/main.scss */
.instagram-btn.proliga .btn-instagram a {
  color: #fff;
}


/*
@media only screen and (max-width: 375px) {
  .diviframevideo {
    background-color: red;
  }
  
  .video_partido{
      height:100px;
  }
}

@media only screen and (max-width: 1024px) {
  .diviframevideo {
    background-color: blue;
  }
  
  .video_partido{
      height:360px;
  }
}*/