.owl-twitter .owl-controls .owl-page span {
    border: 2px solid black !important;
}

section#services {
    padding: 0px 0 50px;
}

#services .title h2{
	color: black !important;
}

#team .title h2{
	color: #fff920 !important;
}

.item{
	text-align: center;
}

.item h4{
 text-align: center;
}

h4.white.heading.content {
    padding: 5px;
}

h5.white.heading.light.author {
    padding: 5px 0px 45px;
}

.item .avatar {
    position: relative;
    z-index: 2;
    border-radius: 50%;
}

#team{
    background: url('../img/bg2.jpg');
    background-size: cover;
}

.yellow{
	color: #fff920 !important;
}

.typed-cursor{
	color: #fff920 !important;
}

nav.navbar-fixed-top {
    background: rgba(36, 0, 53, 0.9);
}

header {
    background: url('../img/bg1.jpg');
    background-size: cover;
}

#logo{
    width: 120px;
    height: auto !important;
}

a#boton_registro {
    background-color: #fff920;
    color: #250034;
}

nav.navbar .navbar-nav li.active a:not(.btn) {
    color: #fff920 !important;
}

.intro-table-first {
    background-image: url('../img/001.png');
    border: solid 3px white;
}
.intro-table-hover {
    
    border: solid 3px white;
}
.intro-table-2{
	background-image: url('../img/fondo-inscripcion.jpg');
	}
.intro-table-3{
	background-image: url('../img/002.png');
	}
.intro-table-3:hover {
    background-image: url('../img/002.png');
}
.intro-table-2:hover{
	background-image: url('../img/fondo-inscripcion.jpg');
	}
.intro-table-third {
    background-image: url('../img/003.png');
    border: solid 3px white;
}

.mobile-nav {
    background-image: url('../img/bg2.jpg');
    background-size: cover;
}

.mobile-nav a.close-link {
    background: rgba(255,255,255,0.2);
}

.mobile-nav ul li a:not(.btn) {
    color: white;
    font-size: 16px;
}

#patrocinadores{
    padding: 80px 0 90px;
}
.patrocinador{
    margin: 20px 0px;
    text-align: center;
}
.patrocinador img{
   width: 90%;
   display: inline-block;
}
.owl-twitter .owl-controls .owl-page.active span, .owl-twitter .owl-controls .owl-page:hover span {
    background: black;
}
#brief-en{
    display: none;
}

#flag-cont{
    text-align: center;
    margin-top: 50px;
}

#flag-cont div{
    display: inline-block;
    width: 60px;
    height: 50px;
    margin: 0px 20px;
    cursor: pointer;
}

.flag {
    
    background-size: 100%;
    background-repeat: no-repeat;
}
#flag-es {
    background-image: url(../img/espanol.png);
}
#flag-en {
    background-image: url(../img/ingles.png);
}
.brief-en{
    display: none;
}

.show{
    display: block !important;
}

.hide{
    display: none !important;
}

footer {
    background: url('../img/footer.png');
    background-size: cover;
}

footer .trial-button {
    background-color: #fff920 !important;
    color: #250034;
}

.team .cover .overlay {
    background: rgba(40, 3, 55, 0.9);
}

.social-float-div{
    position: fixed;
    top: 40%;
    right: 0px;
    list-style: none;
    background-color: rgba(0,0,0,0.5);
    padding: 0px;
        z-index: 999;
}

.social-float-div li i{
        color: white;
    font-size: 24px;
    margin: 10px;
}

.header-text img{
    width: 80%;
}

.span9 p{
font-size:12px;
}
.row-fluid .span6 {
    width: 48.93617021276595%;
}
.span12{
width:75%;
margin:0 auto;
clear:both;
}