/*
Theme Name: WP Bootstrap
Theme URI: http://teamtreehouse.com/how-to-build-a-simple-responsive-wordpress-site-with-twitter-bootstrap
Description: A simple responsive theme built with Bootstrap
Author: Zac Gordon
Author URI: http://zacgordon.com/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This is an example theme to go along with the Treehouse blog post on <a href="http://teamtreehouse.com/how-to-build-a-responsive-wordpress-site-with-twitter-bootstrap">How to Build a Simple Responsive WordPress Site Using Twitter Bootstrap</a>.
*/


@import url('bootstrap/css/bootstrap.css');
@import url('bootstrap/css/bootstrap-responsive.css');
@import url('bootstrap/css/jquery.bxslider.css');
@import url('bootstrap/css/animate.css');

@import 'https://fonts.googleapis.com/css?family=Archivo+Black|Archivo+Narrow|Montserrat:700|Raleway:700,900|Yantramanav';

/*font-family: 'Raleway', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Archivo Black', sans-serif;
font-family: 'Archivo Narrow', sans-serif;
font-family: 'Yantramanav', sans-serif;*/
/*Break Point 1000px*/
 
/*
	GRIS: #cbcdcf
	AMARILLO: #ffcd00
	AZUL: #0032a0
 */
 
.Opta .Opta-H2, .Opta h2{
	background-color: #0032a0 !important;
	color: white !important;
}

 
p{

	color:black;
	font-size:16px;
	font-family: 'Yantramanav', sans-serif;
}

h1{
	color:black;
	font-size:20px;
	font-family: 'Archivo Narrow', sans-serif;



	
}

h2{
	color: #0032a0 !important;
	font-size: 18px;
	font-family: 'Archivo Narrow', sans-serif;
    text-decoration: none;
}

h3{
	color: black !important;
	font-size: 14px;
	font-family: 'Archivo Narrow', sans-serif;
    text-decoration: none;
}


html, body {
    margin: 0;
    width: 100%;
    height: 100%;
     /* overflow-x: hidden;  Prevent scroll on narrow devices */

}
body {
  	overflow-x: hidden; /* Prevent scroll on narrow devices */
	
	background: url('/wp-content/themes/wpbootstrap/img/background_body.png') no-repeat 50% 50% fixed; 
	  background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  -webkit-background-size: cover;
}



#social-bar {

	background-color: black;	
	background-image: none;
	color:white;
	font-family: 'Archivo Black', sans-serif;
}

#social-bar-list li a,
#social-bar-list li a:visited
{
	background-color: transparent;
	color:white;
}

#social-bar-list li a:hover, 
#social-bar-list li a:focus
{

	background-color: transparent;
	color:white;
}


#social-bar-list-mobile{
	margin-left: 10px;
}

#social-bar-list-mobile li a,
#social-bar-list-mobile li a:visited
{
	background-color: transparent;
	color:white;    padding-left: 0px;
	
}

#social-bar-list-mobile  li a:hover, 
#social-bar-list-mobile  li a:focus
{

	background-color: transparent;
	color:white;
	padding-left: 0px;
}


.social-sponsor{

	height: 20px;
}


.right-bar-menu {
	height: 30px;
    border-color: white;
    border-left-style: solid;
    border-left-width: 1px;
    margin: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.menu-bar-uar{
	background-color:#0032a0;
	color: white;
	text-align: right;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	padding:10px;
}


/* Destacadas */







/*Carousel*/


.destacados{
	/*padding-top: 20px;
	padding-bottom: 20px;*/
	
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-inner{
	background-color: #cbcdcf;
}

.carousel-pumas-small{
		background-color: #cbcdcf;
}

.carousel-img{
	
	margin:0px; padding:0px;
}

.carousel-img img{
	height: 100%;

}


.carousel-description{
	margin:0px; padding:0px;
	background-color: #cbcdcf;
}


.carousel-title{
	margin-top: 20px;
}

.carousel-title p , 
.carousel-title p :hover{
	color: #0032a0;
	font-size: 30px;
	font-family:  'Montserrat', sans-serif;
    text-decoration: none;
}

.carousel-title-small, 
.carousel-title-small :hover{
	color: #0032a0;
	font-size: 40px;
	font-family: 'Archivo Narrow', sans-serif;
    text-decoration: none;
}

.carousel-category{

	margin-left: -200px;
	margin-top: 30px;
}


.carousel-category span{

	background-color: black;
	color: white;
	

	padding-left: 10px;
	padding-right: 10px;

	font-family:'Raleway', sans-serif;
	font-size: 36px;
	text-align: center;
	text-decoration: none;

}

.carousel-category a,
.carousel-category a:hover,
.carousel-title a,
.carousel-title a:hover{
	text-decoration: none !important;
}

.carousel-text{
	color: white;
}

.carousel-text p {

	font-size: 18px;
}



.carousel-img-small{

	background-size:100% auto;
	background-size: cover;
	width:100%;
	max-height:400px;
	height: 100%;
	background-position: center;
}

.carousel-mask{

	position: absolute;
    z-index: 1;
	height: 100%;
}


.landing-mask-2{
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
/*	width: 70%;
    height: 100%;*/
}
.landing-mask-1{
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	/*width: 70%;
    height: 100%;*/
}


/* Menu */
#menu-bar {
		
		background-color: white;	
		background-image: none;
		color:black;
		padding-top: 10px;
		font-size: 16px;
    	font-family: 'Raleway', sans-serif;
}

#menu-bar-list a {

	color:black;
	font-family: 'Raleway', sans-serif;
}

#menu-collapse{
margin-top: 10px;
}

#menu-bar-list li 
{
	border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

#menu-bar-list li:hover,
#menu-bar-list li:focus,
#menu-bar-list li:visited
{
	
	border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}


.active-menu{

	border-bottom-color: black !important;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

/* DESTACADAS */

/* UARTV */

/*video {  
   width:100%; 
   
   height:auto; 
}
*/
.uartv{

	margin-top: 20px;
	position: relative;
	min-height: 400px;
}

.uartv-columns{
	background-color: white;
	margin:5px;
}

.uartv-description-1 p{
	color: black;
	margin:0px;
}

.uartv-description-1{

	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	line-height: 20px;
	color: black;	
	background-color: #cbcdcf;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: black;
}

.uartv-description-2 p{
	color: white;
	margin:0px;
}
.uartv-description-2{

	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	line-height: 20px;
	color: white;
	background-color:  #0032a0;	
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #ffcd00;
}

.uartv-video{

	padding: 0px;
}

.uartv-title{

	color: black;
	font-size: 24px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-family: 'Archivo Black', sans-serif;
	border: 3px;
	border-color: black;
    border-radius: 10px;
    border-style: solid;
    text-align: center;
    max-width: 200px;
    margin:0px auto;
}


.play-icon{

	position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);color: white;
	opacity: 0.8;
	z-index: 50;
}

.play-icon:hover{

	position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);color: white;
	opacity: 1;
}

/* EQUIPOS */
.equipos{
	margin-top: 40px;
	position: relative;
}

.equipos-row{
	overflow: hidden;
	max-height: 500px;
	padding:0px;
	min-height: 300px;
}

.equipo-image{

	overflow: hidden;
	margin-bottom: 20px;
	height: 350px;

}


.equipo-div{

	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #0032a0;
}

.equipo-content{
}

.equipo-content p{
	
	color: white;
	position: absolute;
    bottom: 0;
    padding-bottom: 20px;

}

/* UNION */
.union{
	padding: 20px;
	margin-top: 40px;
}
.union-row-primary{
	background-color:  #cbcdcf;
	margin-top: 20px;
	margin-top: 20px;
	
}
.union-row{
	overflow: hidden;
	min-height: 220px;
	background-color:  #cbcdcf;
	padding: 0px;
}


.section-title-right{
	background-color: black;
	color: white;

	top: 20px;
    right: 0;
    margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;

	font-family:'Raleway', sans-serif;
	font-size: 36px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	z-index: 90;

}
.section-title-left{

	background-color: black;
	color: white;

	top: 20px;
	left: 0;
    margin-left: -10px;
	padding-left: 10px;
	padding-right: 10px;

	font-family:'Raleway', sans-serif;
	font-size: 36px;
	text-align: center;
	text-decoration: none;

	position: absolute;
	z-index: 90;
}

.section-title-right-2{
	background-color: black;
	color: white;

	bottom: 20px;
    right: 0;
    margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;

	font-family:'Raleway', sans-serif;
	font-size: 36px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	z-index: 90;

}
.section-title-left-2{

	background-color: black;
	color: white;

	bottom: 20px;
	left: 0;
    margin-left: -10px;
	padding-left: 10px;
	padding-right: 10px;

	font-family:'Raleway', sans-serif;
	font-size: 36px;
	text-align: center;
	text-decoration: none;

	position: absolute;
	z-index: 90;
}


.section-title-left-small{

	background-color: black;
	color: white;

	margin-top: 10px;
    margin-left: -20px;
   	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;

	font-family:'Raleway', sans-serif;
	font-size: 18px;

	text-decoration: none;
    text-align: left;
}


.section-title-right-bottom{
	background-color: black;
	color: white;

	margin-top: 5%;
    right: 0;
    margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;

	font-family:'Raleway', sans-serif;
	font-size: 36px;
	text-align: center;
	text-decoration: none;
	position: absolute;

}
.section-title-left-bottom{

	background-color: black;
	color: white;

	margin-top: 5%;
	left: 0;
    margin-left: -10px;
	padding-left: 10px;
	padding-right: 10px;

	font-family:'Raleway', sans-serif;
	font-size: 36px;
	text-align: center;
	text-decoration: none;

	position: absolute;
}

.union-row-primary a:hover,
.section-titles:hover,
.section-titles-bottom:hover,
.union-description:hover,
.union-description-bottom:hover {
	text-decoration: none !important;
}


.section-titles,
.section-titles-bottom
{
	margin-top: 70px;
	color: #0032a0;
	font-size: 24px;
	font-family: 'Archivo Narrow', sans-serif;
    text-decoration: none;
}





/* Sponsors */

.sponsors{
	margin-top: 40px;

	text-align: center;
	margin-top: 50px;
	background-color: black;
	min-height: 50px;
}


.sponsors-top-row{
	background-color: white;
}

.sponsors-bottom-row{
	border-top-style: solid;
	border-top-width:2px;
	border-top-color: black; 
	background-color: white;
}

.bx-wrapper{
	width: 100% !important;
	max-width: initial !important;
	background: white !important;
}



#collapse-menu-search input{

	padding-left: 30px;
    background-color: black;
    border: none;
    color: white;
}

.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: white;
  left: initial;
  font-size: 14px;
  background-color: black;
}




/* FOOTER */
footer{
	
	margin-top: 20px;
	border:none;
	/*General Text*/
	text-align: center;
    font-family: 'Yantramanav', sans-serif;
    color: white;
}

.dropdown-principal:hover .dropdown-menu-principal {
    display: block;
    margin-top: 0px !important; // remove the gap so it doesn't close
 }


/*NOTICIAS PROFILE*/

.noticias-profile-title{

	background-color: black;
	color: white;

	margin-top: 5%;
	left: 0;
    margin-left: -30px;
	padding-left: 10px;
	padding-right: 10px;

	font-family:'Raleway', sans-serif;
	font-size: 36px;
	text-align: left;
	text-decoration: none;

	position: absolute;
}


.noticias-title-container{

	background-color: #cbcdcf;
}

.noticias-extracto{

	padding: 20px;
	padding-top: 140px;
}

.noticias-banner{

	padding: 20px;

}

.noticias-banner img {

	margin: 0 auto;
}

.noticias-right-dashed{

    border-right-style: dashed;
    border-width: 1px;
 }

 .noticias-content-row{
 	margin-top: 40px;
 }

 .noticias-related{
 	    padding-left: 40px;
    padding-right: 40px;
 }


.nav { margin-bottom: 0 !important;; }
.dropdown-principal { 
	position: static !important;}
.dropdown-menu-principal { 
	min-height: 100px;
	width: 100vw !important;
	text-align: right !important;
	background-color:rgb(42,53,62)!important;
	color: white !important;
}
.dropdown-menu-principal>li { 
	display: inline-block !important;
	color: white !important;
	border: none !important;
}

.dropdown-menu-principal a {

	color: white !important;
}


/*

CATEGORIAS

*/

/* EQUIPOS */

.category-row{
	overflow: hidden;
	max-height: 500px;
	padding:0px;
	min-height: 300px;
}

.category-image{

	overflow: hidden;
	height: 300px;
}


.category-div{

	height: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #0032a0;
}

.category-content{
	color: white;
	margin-top: 20px;
}

.category-content p{
	
	color: white;
    padding:10px;
}



.category-image-thumb{
	bottom:0px;
    position: absolute;
    left: 25px;
    z-index: 10;
}


/*Pagination*/

.pagination span{

	color: black;
	text-align: center;
    font-family: 'Yantramanav', sans-serif;
	font-size: 14px;
	padding: 10px;
}

.pagination .current{

	border-width: 1px;
	border-style: solid;
	border-color:black;
	padding: 10px;
}

.pagination a,
.pagination a:hover,
.pagination a:active,
.pagination a:visited
{

	color: black;
	text-align: center;
    font-family: 'Yantramanav', sans-serif;
	font-size: 14px;
	padding: 10px;
}


/*Dropdown del meny*/
.dropdown-custom-ul{
	list-style: none !important;
	border-left-style: solid;
	border-left-width: 1px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
}
.dropdown-custom-li{
	border: none !important;
	height: 20px;
	text-align: left !important;
}

.dropdown-custom-li a{
	font-size: 'Raleway', sans-serif;

}
.dropdown-custom-li a:hover{

	color: #ffcd00 !important;
	text-decoration: none !important;

}




/* --------------------------------------------------------------------------------------------------*/
/*MEDIA QUERIES*/
/* --------------------------------------------------------------------------------------------------*/
/*ARREGLOS DEL MENU*/

@media only screen and (max-width:767px){
	.navbar-uar{
		top:50px;
	}

	.contact-message{
	
		color: #0032a0;
		margin-top: 20px;
		margin-bottom: 20px;
		left: 0;
	    margin-left: -10px;
		padding-left: 10px;
		padding-right: 10px;
		font-family:'Raleway', sans-serif;
		font-size: 16px;
		text-align: left;
		text-decoration: none !important;
	}

	#collapse-menu-search-form input{
		margin:0px;
	   	padding: 0px;
		height: 40px;
	    background-color: black;
	    border: none;
	    color: white;
	    
	}

	.menu-bar-uar{
		margin: 0px;
	}

	.section-title-left-bottom{
			font-size: 24px;
			margin-top: -60px;
	}
	.section-title-right-bottom{
			font-size: 24px;
			bottom: 0;
	}

	.section-title-left,
	.section-title-right{
			top:20px;
			left:0px;
			bottom:initial;
			right:initial;
			margin-left: 20px;
			font-size: 24px;

	}
	.section-title-left-2,
	.section-title-right-2{
			bottom:20px;
			left:0px;
			top:initial;
			right:initial;
			margin-left: 20px;
			font-size: 24px;
	}
	.carousel-mask{
	    	z-index: 5;
	    	max-height: 300px;
	}

	.category-image{

		overflow: hidden;
		height: 300px;
	}

	.carousel-category {
			padding: 0px;
			margin-left: 0px;
		    margin-top: 30px;
		
	}
	.carousel-category span{
		    font-size: 24px;
	}

	.carousel-title p{
		font-size: 20px;
	}


	.section-titles-bottom
	{
		font-size: 20px;
		margin-top: 10px;
	}

	.section-titles{
		font-size: 20px;
	}

	.union-description-bottom {

		padding-bottom: 70px;
	}	
	.img-brand{
		margin-top: -60px;
	    width: 60px;
	    margin-left: 30px;
	    height: auto;
	}
 	.menu-button-collapse {
     	margin-top: -50px;
     	/*margin-right: 20px;*/
	}
	.menu-bar-uar{
		padding-right: 60px;
    	font-size: 12px;
    	line-height: 24px;
	}	

	.destacados{
		margin-top: 0px;
	}

	.sponsors{

		    margin-left: -20px;
    		margin-right: -10px;
	}
	.sponsor-low .col-md-4{
		padding: 0px;
		margin-bottom: 20px;

	}

	.union{

		margin:0px;
		padding: 0px;
		border: none;
	}

	.section-title-left{
		margin-left: 20px;
	}

	.section-title-right{
		margin-right: 20px;
	}

	.section-containers{
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 0px;
    	margin-bottom: 200px;
    	padding-left: 0px;
    	padding-right: 0px;
	}

	.noticias-profile-title{

    	margin-left: -10px;
    	font-size: 24px;
	}

	.noticias-extracto{
	    padding: 20px;
	    padding-top: 100px;
	}

	.noticias-right-dashed{
		border: none;
	}
	.noticias-related {

		padding: 0px;
	}

	.noticias-post-height{
		min-height: 450px;
	}

	.category-div-image{

	}

	.contact-message{
			font-size: 14px;
	}
	.contact-message i, 
	.contact-message span{
			padding-left: 5px;
			font-size: 14px;
	}

/*Container fix*/
	.presidencia-container,
	.union-container,
	.staff-container,
	.prensa-container,
	.register-container,
	.plantel-container,
	.staff-equipos-container
	{
		padding-top: 100px;
	}


}

/*/* Small devices (tablets, 768px and up) */
@media only screen and (min-width:768px)  and (max-width:991px){

	.navbar-uar{
		top: 30px;
	}

 	.menu-button-collapse {
     	margin-top: -50px;
     	/*margin-right: 0px;*/
	}
	.menu-bar-uar{
		padding-right: 80px;
    	font-size: 18px;
    	line-height: 24px;
	}
	.img-brand{
		margin-top: -60px;
	    width: 60px;
	    margin-left: 30px;
	    height: auto;
	}

	.destacados{
		margin: 0px;
	}

	.section-title-left-bottom{
			font-size: 24px;
			margin-top: -60px;
	}
	.section-title-right-bottom{
			font-size: 24px;
			bottom: 0;
	}

	.section-title-left,
	.section-title-right,
	.section-title-left-2,
	.section-title-right-2{
			font-size: 24px;
	}


	.cateogory-image{

		max-height: 300px;
	}
	.carousel-mask{
    	z-index: 5;
    	height: 300px;
	}
	.category-image{

		overflow: hidden;
		height: 300px;
	}

	.carousel-category {
			padding: 0px;
			margin-left: 0px;
		    margin-top: 30px;
		
	}
	.carousel-category span{
		    font-size: 24px;
	}

	.carousel-title p{
		font-size: 20px;
	}


	.section-titles-bottom
	{
		font-size: 20px;
		margin-top: 10px;
	}

	.section-titles{
		font-size: 20px;
	}

	.union-description-bottom {

		padding-bottom: 70px;
	}
	.section-containers{
		margin-top: 0px;
    	margin-bottom: 200px;
    	margin-left: 40px;
	}

	.noticias-post-height{
		height: 400px;
	}

	.category-div-desc{
    	padding: 10px;
	}
	.category-div-image{

	}

	.section-title-left-bottom{

		margin-left: -30px;
	}

	.section-title-right-bottom{

		margin-right: -30px;	
	}


	.noticias-profile-title{

    	margin-left: -10px;
    	margin-top: 20px;
    	font-size: 30px;
	}

	.noticias-extracto{
	    padding: 20px;
	    padding-top: 100px;
	}

	.noticias-right-dashed{
		border: none;
	}
	.noticias-related {

		padding: 0px;
	}

	.noticias-item{
		height: 360px;
	}

	.noticias-post-height{
		height: 400px;
	}


    #collapse-menu-search-form{

		display: none;
	}
	.union-left-border{
		border-left-width:1px; border-left-style: dashed; border-left-color:black;
	}
	.presidencia-container,
	.union-container,
	.staff-container,
	.prensa-container,
	.register-container,
	.plantel-container,
	.staff-equipos-container{
		padding-top: 100px;

	}

	.sponsor-low .col-md-4{
		padding: 0px;
		margin-bottom: 20px;
	}
}


/* Small devices (tablets, 768px and up) */
@media only screen and (min-width:992px)  and (max-width:1200px){

	.menu-button-collapse {
     	margin-top: -50px;
     	/*margin-right: 0px;*/
	}
		.menu-bar-uar{
		padding-right: 80px;
    	font-size: 18px;
    	line-height: 24px;
	}

	.navbar-uar{
		top:50px;
	}

	.destacados{
		margin-top: 180px;
	}

	.img-brand{
		margin-top: -50px;
	    width: 100px;
	    height: auto;
    }

	.section-containers{
		margin-top:180px;
		padding-left: 0px;
    	padding-right: 0px;
	}    

	.category-div-desc{
		padding: 10px;
	}
	.category-div-image{

	}

	.section-title-left-bottom{

		margin-left: -30px;
	}

	.section-title-right-bottom{

		margin-right: -30px;	
	}
	#collapse-menu-search-form{

		display: none;
	}

	.union-left-border{
		border-left-width:1px; border-left-style: dashed; border-left-color:black;
	}

	.presidencia-container,
	.union-container,
	.staff-container,
	.prensa-container, 
	.register-container,
	.plantel-container,
	.staff-equipos-container{
		padding-top: 120px;
	}

	.carousel-mask{
	    z-index: 5;	
	}

	.category-image{

		overflow: hidden;
		height: 400px;
	}
}


/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width:1200px){ 



	.navbar-uar{
		top:50px;
	}

	.destacados{
		margin-top: 180px;
	}

	.img-brand{
		margin-top: -50px;
	    width: 100px;
	    height: auto;
    }

	.section-containers{
		margin-top:180px;
		padding-left: 0px;
    	padding-right: 0px;
	}    

	.category-div-desc{
		padding: 10px;
	}
	.category-div-image{

	}

	.section-title-left-bottom{

		margin-left: -30px;
	}

	.section-title-right-bottom{

		margin-right: -30px;	
	}
	#collapse-menu-search-form{

		display: none;
	}

	.union-left-border{
		border-left-width:1px; border-left-style: dashed; border-left-color:black;
	}

	.presidencia-container,
	.union-container,
	.staff-container,
	.prensa-container, 
	.register-container,
	.plantel-container,
	.staff-equipos-container{
		padding-top: 120px;
	}

	.carousel-mask{
	    z-index: 5;	
	}

	.category-image{

		overflow: hidden;
		height: 400px;
	}


}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        margin-bottom: 0px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
}



/*
SOCIAL PAGE

*/

.social-title{
	margin: 0px;
}


.social-title-desc{
	color: white;
}


.social-container{

}

.social-box
{
	/*min-height: 710px;*/
	margin: 15px;
	padding: 15px;
	text-align: center;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0,50,160);
    /* RGBa with 0.6 opacity */
    background-color: rgb(0,50,160,0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.social-box-icon{
	color: white;
   
}

.social-box-iframe{
	
	margin: 15px;
 	text-align: center;
 	
}

.contacto-title-left{
	background-color: black;
    color: white;
    margin-top: 5%;
    left: 0;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    text-align: center;
    text-decoration: none;
 
}

.social-title-left{
	background-color: black;
    color: white;
    margin-top: 5%;
    left: 0;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    text-align: center;
    text-decoration: none;
 
}


/*Sponsors*/

.sponsor-low{

	margin-top: 80px;
	margin-bottom: 30px;
}



/*Presidencia*/
.presidencia-back{

}

.president-item{
	margin-left: 20px;
    margin-bottom: 10px;
	background-color: rgb(144,145,149);	
	/*height: 200px;
	width: 200px;*/
}

.president-first-div{
	margin-top: 120px;
}

.president-first{
	padding: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: rgb(144,145,149);	
/*	height: 300px;
	width: 300px;*/

}

.presidencia-social-icon{

	margin-right: 10px;
    color: #0032a0;
}

.presidencia-social-icon:hover{

	margin-right: 10px;
    color: white;
}

.presidencia-item-text{
	font-size: 20px;
	margin-bottom:0px;
	color: #0032a0;
}

.presidencia-item-text-small{
	font-size: 16px;
	margin-bottom:0px;
	color: #0032a0;
}

.presidencia-yellow-back{
	background-size:cover; 
	background-repeat: no-repeat; 
	background-position: top center; 
	padding-bottom:10px;
	display: inline-block;
}

.presidencia-container{
	padding-top: 120px;
}

/*Uniones*/
.uniones-div-first{
	margin-top:120px;     
}
.uniones-back{

	
}

.uniones-item{
	margin-left: 20px;
    margin-bottom: 10px;
	background-color: rgb(144,145,149);	
	/*height: 200px;
	width: 200px;*/
}

.uniones-first{
	padding: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: white;	
/*	height: 300px;
	width: 300px;*/

}


.uniones-item-text{
	margin-bottom:0px;
	color: #0032a0;
}

.uniones-yellow-back{
	background-size:cover; background-repeat: no-repeat; background-position: top center; padding-bottom:10px; display: inline-block;

}

.uniones-title{

	background-color: black;
	color: white;
	font-family:'Raleway', sans-serif;
	font-size: 26px;
	text-align: center;
	text-decoration: none;

}

.uniones-div{
	background-color: rgb(204,205,207	);
	padding: 20px;
}

.uniones-container{

	    padding-top: 120px;
}

/*Prensa*/
.table-prensa{

	padding-left: 10px;
	padding-right: 25px;
}
.table-prensa th,
.table-prensa td
{
	border-width: 3px !important;
	border-color: #0032a0 !important;
}



/*STAFFF*/

.staff-title{
	
	color: black;
	font-family:'Raleway', sans-serif;
	font-size: 26px;
	text-align: left;
	text-decoration: none;
}
.staff-subtitle{
	color: black;
	font-family:'Raleway', sans-serif;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
}

.staff-mail a,
.staff-mail a:hover{
	color: #0032a0;
	font-family:'Raleway', sans-serif;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}

.staff-container{
	padding-top: 100px;
    padding-left: 40px;
}
.staff-yellow-back{
	 padding-bottom:10px; display: inline-block;

}

.staff-item{
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 2px solid black;

}
.staff-image{
	height: 200px;
	width: 200px;
	background-color: #cbcdcf;
}


/*COMISIONES*/
.comisiones-row{

	    margin-top: 140px;
}
.comisiones-back{
 	
}

.comisiones-div-desc{
    background-color: #0032a0;
    margin: 20px;
}
.comisiones-div{

	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #0032a0;
}
.comisiones-container{

	
}


.comisiones-content{
	color: white;
	background-color: #0032a0;
	padding: 10px;
}

.comisiones-content p{
	
	color: white;
    padding:10px;
}

/*Consejo*/

.consejo-div{

	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #cbcdcf;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: black;
}

.consejo-container{

	margin-top: 100px;
}


.events span{
	text-decoration: none !important;
	color: white;
	font-size: 14px;
}

.memorias-back{
	min-height: 60vh;
}

.memorias-icon{
	color: #0032a0;
	text-decoration: none;
}
.memorias-icon:hover{
	color: white;
}

.timeline-decade{
	background-color: rgb(245	225	114	)

}


/*Contacto*/

.contacto-div{
	margin-top: 40px;
}

.contact-message{
	
	color: #0032a0;
	margin-top: 20px;
	margin-bottom: 20px;
	left: 0;
    margin-left: -10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family:'Raleway', sans-serif;
	font-size: 30px;
	text-align: left;
	text-decoration: none !important;
}

.contact-message span,
.contact-message span:hover,
.contact-message a,
.contact-message a:hover{
	text-decoration: none !important;
	color: #0032a0;
}

.contact-message i {
	padding-left: 20px;
}


/*TIMELINE*/
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #303e49;
}
header h1 {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1170px) {
  header {
    height: 300px;
    line-height: 300px;
  }
  header h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 5em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-img.cd-memoria {
  background: #0032a0
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
















html {
  font-size: 14px;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 16px;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 20px;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 28px;
  }
}


/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {


 .row-offcanvas {
 	margin: 0px;
    padding: 0px;
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }
  
  .sidebar-offcanvas {
    position: absolute;
    width: 60%; /* 6 columns */
    display: none;
    background-color:#2C353E;
	margin-top: -81px;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-right.active
  .sidebar-offcanvas {
    display: block;  
    right: 0;
    top: -15px;
    right: -20px;
    z-index: 99;
    /*margin-right: -10px;*/
  }

  .row-offcanvas-right.active {
    
  }

  .sidebar-offcanvas .dropdown-menu{
	background-color: black !important;

  }

  .sidebar-offcanvas a,
  .sidebar-offcanvas a:hover,
  .sidebar-offcanvas a:active,
  .sidebar-offcanvas a:visited{
	color: white !important;

  }

  #sidebar{
  	z-index:99;
  }

  .union-left-border{
	border: none;
	}
}

@media (min-width:768px)  and (max-width:991px) {


 .row-offcanvas {
 	margin: 0px;
    padding: 0px;
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }
  
  .sidebar-offcanvas {
    position: absolute;
    width: 60%; /* 6 columns */
    display: none;
    background-color:#2C353E;
	margin-top: -103px;

  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-right.active
  .sidebar-offcanvas {
    display: block;  
	top: 40px;
	right: -15px;
    z-index: 99;
    /*margin-right: -10px;*/
  }

  .row-offcanvas-right.active {
    
  }

  .sidebar-offcanvas .dropdown-menu{
	background-color: black !important;

  }

  .sidebar-offcanvas a,
  .sidebar-offcanvas a:hover,
  .sidebar-offcanvas a:active,
  .sidebar-offcanvas a:visited{
	color: white !important;

  }

  #sidebar{
  	z-index:99;
  }

  .union-left-border{
	border: none;
	}
}

@media (min-width:992px)  and (max-width:1200px) {


 .row-offcanvas {
 	margin: 0px;
    padding: 0px;
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }
  
  .sidebar-offcanvas {
    position: absolute;
    width: 60%; /* 6 columns */
    display: none;
    background-color:#2C353E;
	margin-top: -103px;

  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-right.active
  .sidebar-offcanvas {
    display: block;  
	top: 40px;
	right: -15px;
    z-index: 99;
    /*margin-right: -10px;*/
  }

  .row-offcanvas-right.active {
    
  }

  .sidebar-offcanvas .dropdown-menu{
	background-color: black !important;

  }

  .sidebar-offcanvas a,
  .sidebar-offcanvas a:hover,
  .sidebar-offcanvas a:active,
  .sidebar-offcanvas a:visited{
	color: white !important;

  }

  #sidebar{
  	z-index:99;
  }

  .union-left-border{
	border: none;
	}
}

.sponsor-containers{

	padding: 40px;
	padding-top: 80px;
}

.sponsor-title{
	color: #0032a0 !important;
	font-size: 18px;
	font-family: 'Archivo Narrow', sans-serif;
    text-decoration: none;
}

.register-container{
	padding-top: 100px;
    padding-left: 40px;
}


.wppb-logout-url{

	padding-left: 20px !important;
}


/*PLantel*/
.plantel-title{
    background-color: black;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    height: 25px;

}
.plantel-info{
	 	background-color: rgb(255, 205, 0);
	background-color: rgba(	255, 205, 0,0.5);
	padding:0px;
	height: 250px;
}

.plantel-detail{
    padding-bottom: 10px;			
}

.plantel-detail-item{
	margin:10px;
	border-bottom: 1px black solid !important;
	    font-weight: bolder !important;
}

.plantel-social-icon{

	margin-left: 10px;
    color: black;
}

.plantel-social-icon:hover{

	margin-left: 10px;
    color: white;
}

.staff-button-internal{
	text-align: center;
	font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: white;
    background-color: black;
	height: 30px;
	line-height: 30px;
	margin:5px;

	border: 2px white solid;
    border-radius: 10px;
}

.staff-button-internal:hover{
	background-color: white;
    color: black;
    text-decoration: none;
}

.staff-button-external{
	color: white;
    background-color: black;
	height: 60px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.plantel-button-internal{
	text-align: center;
	font-family: 'Raleway', sans-serif;
    font-size: 18px;
	color: black;
    background-color: #ffcd00;
	height: 30px;
	line-height: 30px;
	margin:5px;

	border: 2px black solid;
    border-radius: 10px;
}

.plantel-button-internal:hover{
	background-color: black;
    color: #ffcd00;
    text-decoration: none;
}
.plantel-button-external{
	height: 40px;
	color: white;
    background-color: #ffcd00;
    height: 60px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}



.staff-detail{
			
 	background-color: rgb(235,212,107);
	background-color: rgba(235,212,107,0.5);
	padding-bottom: 20px;
	padding-top: 15px;
}

.staff-detail-item{
	border-bottom: 1px black solid !important;
	font-weight: bolder !important;
}

.staff-social-icon{

	margin-left: 10px;
    color: black;
}

.staff-social-icon:hover{

	margin-left: 10px;
    color: white;
}

.equipos-image{
	    padding-bottom: 20px;
}

