@import "https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700|Ubuntu+Condensed";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Cabin:600');
@import url('https://fonts.googleapis.com/css?family=Oswald:600');

html, body {
    width: auto !important;
    overflow-x: hidden !important;
}

body {
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #7b7d85;
    background-color: #f4f4f4;
    margin: 0;
    text-align: left;
    text-rendering: optimizelegibility;
    /*background-image: url(../images/fondo.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: repeat-y;
}

.degrade-conteiner {
    box-shadow: 0 9px 0 0 white, 0 -9px 0 0 white, 12px 0 29px -3px rgba(227, 223, 223, .75), -12px 0 29px -3px rgba(227, 223, 223, .75);
}

.white-block {
    background-color: #fff;
}

/* Main menu */
.main-menu {
    background-color: transparent !important;
    border-bottom: 1px solid #eee;
    border-left: transparent;
    border-top: transparent;
    border-right: transparent;
    border-radius: 0;
    /*border-color: transparent !important;*/
    /*margin-top: -30px;*/
}

@media only screen and (max-width: 320px) {
    .main-menu {
        /*margin-top: -20px;*/
    }
}

@media only screen and (max-width: 319px) {
    .main-menu {
        margin-top: -10px;
    }
}

.main-container {
    padding-bottom: 9px;
    min-height: 750px;
}

/* MENU */

.menu-caliente {
    box-shadow: inset 0 0 31px -5px rgba(0, 0, 0, .75);
    min-height: 37px;
}

.nav > li > a {
    position: relative;
    display: block;
    /*padding: 7px 15px;*/
}

.navbar-brand-caliente {
    float: left;
    height: 0px !important;
    padding: 0px 0px !important;
    font-size: 18px;
    line-height: 20px;
}

.main-menu .navbar-nav > .open > a, .main-menu .navbar-nav > .open > a:focus, .main-menu .navbar-nav > .open > a:hover {
    color: #fff !important;
    background-color: #05aa9d;
}

/*Hover del meunu*/
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #05aa9d;
    background-color: transparent;
}


.menu-caliente .navbar-nav > .open > a, .menu-caliente .navbar-nav > .open > a:focus, .menu-caliente .navbar-nav > .open > a:hover {
    color: #fff !important;
    background-color: #05aa9d;
}

.tit-menu strong {
    font-size: 20px;
    color: #000;
}

@media (max-width: 480px) {
    .titulo-principal {
        font-size: 9px;
    }

}

/* CSS used here will be applied after bootstrap.css */
.menu {
    margin-bottom: 0;
}

.menu > li.dropdown.open {
    position: static;
}

.menu > li.dropdown.open .dropdown-menu {
    display: table;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: -2px;
}

.menu > .dropdown-menu > li {
    display: table-cell;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: rgba(0, 0, 0, .9) !important;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* On hover menu */
/*.dropdown:hover .dropdown-menu {*/
/*display: table;*/
/*width: 100%;*/
/*margin-top: 0;*/
/*}*/

/*ul.nav li.dropdown:hover > ul.dropdown-menu {*/
/*display: block;*/
/*}*/
/*@media (min-width: 979px) {*/
/*ul.nav li.dropdown:hover > ul.dropdown-menu {*/
/*display: block;*/
/*}*/
/*}*/

.block-menu a .tit-menu-2 {
    font-family: Ubuntu Condensed, sans-serif;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff !important;
}

.navcaliente {
    font-family: Ubuntu Condensed, sans-serif;
    color: #fff !important;
    font-size: 16px !important;
}

.block-menu a .tit-menu-2 span {
    margin: 0 auto;
    text-transform: uppercase;
    border: 2px; solid: #05aa9d;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0 5px
}

.dropdown-menu {
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
   /* color: #05aa9d !important; */
    padding-top: 20px;
    padding-bottom: 20px;
}

.dropdown-menu-caliente {
    /*width: 100px!important;*/
    background-color: #05aa9d;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    min-width: 127px;
    padding: 5px 15px;
}

.dropdown-menu-caliente > li > a {
    color: white !important;
    text-align: center;
    text-transform: uppercase;
}

.tutil {
    color: white !important;
    text-decoration: none !important;
    width: 100%;
}

.img-menu {
    margin: 10px !important;
    display: inline-block !important;;
    position: relative !important;
}

.img-menu {
    margin: 10px auto !important;
}

.menu-container {
   /*
    border-bottom: 2px solid #05aa9d;

    border-top: 2px solid #05aa9d;
    */
    padding: 15px;
}

.navbar-brand-caliente {
    float: left;
    height: 10px;
    padding: 6px 15px;
    font-size: 18px;
    line-height: 20px;
}

.menu .dropdown a {
    font-family: Cabin;
    font-size: 14px;
    /*color: #000 !important;*/
    color: #000;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-transform: uppercase !important;
    text-align: center;
    /*margin-left: 5px!important;*/
}
.navbar-default .navbar-nav>li>a {
    color: #000;
}
/*Buscador*/

#buscador {
    position: relative;
    float: right;
    width: 300px;
    margin-top:10px;
}

#buscador input[type="text"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    float: right;
    height: 24px;
    width: 200px;
    border: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    padding: 3px 20px 3px 30px;
    color: #000;
    font-size: 12px;
}

#buscador input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    float: right;
    width: 50px;
    height: 30px;
    border: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-indent: 100px;
    overflow: hidden;
    background: url(../images/lupa.png) no-repeat;
}

/* Buscador*/

/* CABECERA */
.tit-menu .sep {
    background: #ce0d1d;
    background: -moz-linear-gradient(left, #ce0d1d 0, #ce0d1d 19%, #a3a5a8 21%, #a3a5a8 71%, #a3a5a8 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #ce0d1d), color-stop(19%, #ce0d1d), color-stop(21%, #a3a5a8), color-stop(71%, #a3a5a8), color-stop(100%, #a3a5a8));
    background: -webkit-linear-gradient(left, #ce0d1d 0, #ce0d1d 19%, #a3a5a8 21%, #a3a5a8 71%, #a3a5a8 100%);
    background: -o-linear-gradient(left, #ce0d1d 0, #ce0d1d 19%, #a3a5a8 21%, #a3a5a8 71%, #a3a5a8 100%);
    background: -ms-linear-gradient(left, #ce0d1d 0, #ce0d1d 19%, #a3a5a8 21%, #a3a5a8 71%, #a3a5a8 100%);
    background: linear-gradient(to right, #ce0d1d 0, #ce0d1d 19%, #a3a5a8 21%, #a3a5a8 71%, #a3a5a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0d1d', endColorstr='#a3a5a8', GradientType=1);
    min-height: 2px;
    width: 100% !important;
}

.logo-menu {
    position: absolute;
    top: 76px;
    left: 76px;
}

.nopadding {
    padding: 0;
}

/* Footer */
.footer {
    background-color: #000 !important;
    padding-top:50px;
    z-index: 999;
}

.footer h2 {
    width: 100%;
    font-size: 20px;
    text-align: left;
    display: inline-block;
    margin: 20px 0;
    margin-left: 15px;
    font-family: Ubuntu, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
}

.footer hr {
    display: inline-block;
    width: 100%;
    border: 0 !important;
    height: 1px !important;
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .75), transparent);
}

.footer .footer-child {
    margin-top: 10px;
}

.footer .datos-copy .twitter {
    margin-top: 10px !important;
    font-family: Ubuntu Condensed, sans-serif !important;
    text-transform: uppercase !important;
    color: #05aa9d !important;
    letter-spacing: -3px !important;

    text-align: center;
    font-size: 37.5px;
}

.footer .datos-copy .links {
    position: relative;
    width: 100%;
    color: #05aa9d;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    font-size: 10px;
    margin-bottom: 10px;
}

.footer-logo img {
    margin-top: 10px;
}

/* Textos */
.text-article {
    /*font-family: Ubuntu, sans-serif !important;*/
    font-family: "Open Sans";
    /*font-size: 16px;*/
    color: #333333;
/*    text-align: justify; */
    padding-bottom: 10px;
}

.text-article > h3 {
    font-family: Ubuntu Condensed, sans-serif;
    text-transform: uppercase;
    color: black;
}

.text-article > h6 {
    color: #797979;
    text-align: justify;
    padding-bottom: 10px;
    font-weight: lighter;
}

/* Social */

/*Estadisticas*/
.blockqs-dad {
    width: 72%;
    float: left;
    display: inline-block;
    position: relative;
    margin-left: 20%
}

.title-blackblock.tit-qsomos {
    font-weight: 700;
    font-size: 50px
}

.title-torneo {
    font-weight: 700;
    font-size: 15px
}

.blockqs-dad .conten-qs .tit-qsomos {
    font-family: Ubuntu Condensed, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #000;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700
}

.blockqs-dad .banner-qs img {
    width: 100%
}

.blockqs-dad .conten-qs {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%
}

.rows {
    display: inline-block;
    position: relative;
    float: left;
    border: 1px solid #ddd;
    border-bottom: none;
    border-top: none;
    border-left: none;
    color: #000;
    font-family: Ubuntu Condensed, sans-serif;
    padding-top: 4px;
    padding-bottom: 5px
}

.rows:last-child {
    border-right: none
}

.rows.red-fond {
    background-color: #05aa9d !important;
    color: #fff
}

.rows.gray-fond {
    background-color: #eceeef
}

.rows.tipe-1 {
    width: 23%;
    text-align: left
}

.rows.tipe-1 img {
    max-width: 20px;
    margin-right: 20px;
    margin-left: 10px
}

.rows.tipe-2 {
    width: 8%;
    text-align: center
}

.rows.tipe-3 {
    width: 10.5%;
    text-align: center
}

.tit-row .rows {
    font-family: Ubuntu Condensed, sans-serif;
    color: #fff;
    border: none;
    background-color: #000;
    padding: 2.5px 0
}

.tit-row .rows:first-child {
    font-weight: 700
}

.tit-row .rows:last-child {
    font-weight: 700
}

.creat-sep {
    width: 100%;
    display: inline-block;
    float: left
}

@media only screen and (max-width: 480px) {
    /*ocultar img del equipo*/
    .img {
        display: none;
    }
}

/*End Estadisticas*/

/**Calendarios de liga y alterno**/
.text-score {
    font-size: 11px;
    color: black;
    font-weight: bold;
    font-family: Open Sans, sans-serif;
}

.text-partido {
    color: black;
    font-family: Open Sans, sans-serif;

}

.head-calendario {
    color: white;
    font-family: Open Sans, sans-serif;
}

.bordes {
    border-radius: 5px;
    border-bottom: 1px solid black;
    background: linear-gradient(180deg, #fefefe 0, #fefefe 4%, #fefefe 33%, #e1e6e9 100%);
}

.imgs {
    display: inline-block;
    position: relative;
    float: left;
    text-align: center;
}

/*end Calendarios*/

/* Plantel */
.red-title {
    text-align: center;
    color: #05aa9d;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
}

.num-jugador {
    font-family: Ubuntu Condensed, sans-serif;
    float: left;
    color: #05aa9d;
    font-size: 50px;
    text-align: left;
    line-height: 50px;
}

.nom-jugador {
    font-family: Ubuntu Condensed, sans-serif;
    text-transform: uppercase;
    width: 85%;
    display: inline-block;
    position: relative;
    float: left;
    font-size: 17px;
    color: black;
    margin-top: 20px;
}

.player-detail-header {
    min-height: 450px;
    background-color: gray;
    background: url("/bundles/icfrontend/images/squad/fplayer.jpg");
    background-size: cover;
    border-top: 5px #05aa9d solid;
    border-bottom: 5px #05aa9d solid;
}

.player-detail-number {
    font-family: Ubuntu Condensed, sans-serif;
    text-transform: uppercase;
    color: rgba(128, 128, 128, 0.48);
    font-size: 15em;
    font-weight: 900;
}

.player-detail-nombre {
    font-family: Ubuntu Condensed, sans-serif;
    color: black;
    font-size: 2em;
}

.player-detail {
    font-family: Ubuntu Condensed, sans-serif;
    color: #05aa9d;
}

.player-detail strong {
    font-family: Ubuntu, sans-serif;
    font-weight: lighter;
    color: #7b7d85;
}

/* fix nested cols */
/*@media (min-width:1200px){*/
/*.auto-clear .col-lg-1:nth-child(12n+1){clear:left;}*/
/*.auto-clear .col-lg-2:nth-child(6n+1){clear:left;}*/
/*.auto-clear .col-lg-3:nth-child(4n+1){clear:left;}*/
/*.auto-clear .col-lg-4:nth-child(3n+1){clear:left;}*/
/*.auto-clear .col-lg-6:nth-child(odd){clear:left;}*/
/*}*/
/*@media (min-width:992px) and (max-width:1199px){*/
/*.auto-clear .col-md-1:nth-child(12n+1){clear:left;}*/
/*.auto-clear .col-md-2:nth-child(6n+1){clear:left;}*/
/*.auto-clear .col-md-3:nth-child(4n+1){clear:left;}*/
/*.auto-clear .col-md-4:nth-child(3n+1){clear:left;}*/
/*.auto-clear .col-md-6:nth-child(odd){clear:left;}*/
/*}*/
/*@media (min-width:768px) and (max-width:991px){*/
/*.auto-clear .col-sm-1:nth-child(12n+1){clear:left;}*/
/*.auto-clear .col-sm-2:nth-child(6n+1){clear:left;}*/
/*.auto-clear .col-sm-3:nth-child(4n+1){clear:left;}*/
/*.auto-clear .col-sm-4:nth-child(3n+1){clear:left;}*/
/*.auto-clear .col-sm-6:nth-child(odd){clear:left;}*/
/*}*/
/*@media (max-width:767px){*/
/*.auto-clear .col-xs-1:nth-child(12n+1){clear:left;}*/
/*.auto-clear .col-xs-2:nth-child(6n+1){clear:left;}*/
/*.auto-clear .col-xs-3:nth-child(4n+1){clear:left;}*/
/*.auto-clear .col-xs-4:nth-child(3n+1){clear:left;}*/
/*.auto-clear .col-xs-6:nth-child(odd){clear:left;}*/
/*}*/

/* Noticias*/
.noticias-row {
    min-height: 100px !important;
    border-bottom: 1px dashed black;
    font-family: Ubuntu Condensed, sans-serif;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.noticias-row-body {
    font-family: Ubuntu Condensed, sans-serif;
    font-size: 14px;
}

.noticias-row-date {
    font-family: Ubuntu Condensed, sans-serif;
    font-size: 12px;
    float: right;
}

.noticias-row a {
    text-decoration: none;
    color: #7b7d85;
}

.ntc-int-title {
    font-family: Oswald;
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 34px;
    color: #000;
    line-height: normal;
    /*text-align: justify;*/
    /*text-transform: uppercase;*/
    margin-top: 5px;
    /*font-weight: 700;*/
}

.ntc-int-article {
    /*font-family: Ubuntu, sans-serif;*/
    font-family: "Open Sans";
    width: 100%;
    display: inline-block;
    position: relative;
    /*color: #797979;*/
    color: rgb(51, 51, 51);
    text-align: justify;
    padding: 3px;
    font-size: 14px;
}

/* Carousel noticias */
.carousel-noticias a.left.carousel-control {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    /*background-image: linear-gradient(to right,#05aa9d 0,rgba(0,0,0,.0001) 100%)!important;*/
    /*background-color: rgba(255, 255, 255, .2);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    width: 7% !important;
}

.carousel-noticias a.right.carousel-control {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    /*background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0, rgba(204, 34, 41, 0.5) 100%);*/
    /*background-color: rgba(255, 255, 255, .2);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    width: 7% !important;
}

.img-carousel-noticia {
    width: 100% !important;
    /*height: 550px!important;*/
}

@media only screen and (max-width: 420px) {
    .img-carousel-noticia {
        height: 200px !important;
    }
}

/* Galeria */
.galeria-box {
    margin-bottom: 20px;
}

.galleria {
    width: 100%;
    height: 400px;
    background: #000
}

/* footer override */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #05aa9d;
    border-color: #05aa9d;
}

.pagination > li > a, .pagination > li > span {
    color: #05aa9d;
}

/* Index */
.carousel-indicators {
    bottom: 0px !important;
}

.carrusel-custom-caption {
    background-color: rgba(50, 50, 50, 0.59);
    position: absolute;
    right: 0% !important;
    bottom: 0px;
    left: 0% !important;
    z-index: 10;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    color: white;
    /*text-transform: uppercase;*/
    /*height: 130px;*/
}

.carrusel-custom-caption div p.category{
    text-align: center;
    /*margin: 0;*/
}

.carrusel-custom-caption div p.titulo {
    font-family: Oswald;
    font-size: 26px;
    /*padding-left: 60px;*/
    text-align: center;
}

.carrusel-custom-caption div p.intro {
    /*font-family: Ubuntu Condensed, sans-serif;*/
    font-family: "Open Sans";
    font-size: 16px;
    margin-top: -30px;
    /*padding-left: 60px;*/
}

@media (max-width: 600px) {
    .carrusel-custom-caption div p.titulo {
        font-family: Ubuntu Condensed, sans-serif;
        font-size: 16px;
        line-height: normal;
        /*padding-left: 60px;*/
    }

    .carrusel-custom-caption div p.intro {
        font-family: Ubuntu Condensed, sans-serif;
        font-size: 9px;
        margin-top: -30px;
        /*padding-left: 60px;*/
    }
}

.carousel-indicators li.active {
    background-color: #05aa9d;
}

.banner-index img {
    height: 120px;
    width: 100%;
}

.container-news-index {
    background-color: #fff;
}

.container-video-index {
    background-color: #000;
    padding-top: 20px;

}

.galeria-caption {
    background-color: rgba(0, 0, 0, .6);
    text-transform: uppercase;
    position: absolute;
    min-height: 50px;
    width: 100%;
    color: #FFF;
    bottom: 0;
    z-index: 1;
}

.galeria-caption div {
    font-family: Ubuntu Condensed, sans-serif;
    color: white;
    padding: 15px;
}

.instagram-row {
    background-color: gainsboro;
    background: -moz-linear-gradient(left, gainsboro 0, white 50%, gainsboro 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, gainsboro), color-stop(50%, white), color-stop(100%, gainsboro));
    background: -webkit-linear-gradient(left, gainsboro 0, white 50%, gainsboro 100%);
    background: -o-linear-gradient(left, gainsboro 0, white 50%, gainsboro 100%);
    background: -ms-linear-gradient(left, gainsboro 0, white 50%, gainsboro 100%);
    background: linear-gradient(to right, #dcdcdc 0, #fff 50%, #dcdcdc 100%);
}

.siguiente-partido {

}

.siguiente-partido-background-back {
    background: url(/bundles/icfrontend/images/cancha.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 300px;

}

.siguiente-partido-textos p {
    font-family: Ubuntu Condensed, sans-serif;
    color: #ed1c24;
    text-transform: uppercase !important;
}

.title-blackblock {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: 7px;
    margin: 12px 0;
    color: #000;
    text-align: left;
}

.title-blackblock-tabla {
    width: 100%;
    display: inline-block;
    position: relative;
    /*padding-left: 7px;*/
    margin: 6px 0;
    color: #05aa9d;
    text-align: left;
}

/*.sec-tittle {*/
/*font-family: Ubuntu,sans-serif;*/
/*font-size: 20px;*/
/*text-transform: uppercase;*/
/*font-weight: 300;*/
/*}*/

.instagram-gal {
    padding: 5px !important;
    margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
    .noticias-row-header {
        font-size: 12px;
        text-align: left;
        margin-top: 15px;
    }
}

/* carrusel calendario */
/*#owl-demo .item{*/
/*background: #a1def8;*/
/*!*padding: 30px 0px;*!*/
/*width: 60px;*/
/*height: 150px;*/
/*display: block;*/
/*margin: 5px;*/
/*color: #FFF;*/
/*-webkit-border-radius: 3px;*/
/*-moz-border-radius: 3px;*/
/*border-radius: 3px;*/
/*text-align: center;*/
/*}*/

.owl-item > div {
    font-family: Ubuntu Condensed, sans-serif;
    width: 140px !important;
    min-height: 205px;
    /*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D *!*/
    /*background: #eeeeee; !* Old browsers *!*/
    /*background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); !* IE6-9 *!*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba0300+0,e50000+30,ed0f00+49,ba0300+88 */
    /*background: #ba0300!important; !* Old browsers *!*/
    /*background: -moz-linear-gradient(top,  #ba0300 0%, #e50000 30%, #ed0f00 49%, #ba0300 88%)!important; !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top,  #ba0300 0%,#e50000 30%,#ed0f00 49%,#ba0300 88%)!important; !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom,  #ba0300 0%,#e50000 30%,#ed0f00 49%,#ba0300 88%)!important; !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0300', endColorstr='#ba0300',GradientType=0 )!important; !* IE6-9 *!*/
    background-color: #858585;
    /*border: 1px solid #9a0200;*/
    padding: 10px;
    /*height: 150px;*/
    display: block;
    margin: 5px;
    color: #ffffff;
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
    box-shadow: 5px 5px 5px rgba(150, 150, 150, 0.53);
    text-align: center;
    font-weight: 900;
}

.owl-item > div > .col-titulo {
    font-size: 18px;
    font-weight: 900;

}

.owl-item > .videoitem {
    font-family: Ubuntu Condensed, sans-serif;
    width: 150px !important;
    background-color: white;
    padding: 10px;
    display: block;
    margin: 5px;
    color: #292929;
    box-shadow: 5px 5px 5px rgba(150, 150, 150, 0.53);
    text-align: center;
    font-weight: 900;
}

.owl-item > .revistaitem {
    font-family: Ubuntu Condensed, sans-serif;
    width: 326px !important;
    background-color: white;
    /*padding: 3px;*/
    display: block;
    /*margin: 1px;*/
    color: #292929;
    /*box-shadow: 5px 5px 5px rgba(150, 150, 150, 0.53);*/
    text-align: center;
    font-weight: 900;
    margin-left: 15px;
}

.owl-item > div > .col-titulo {
    font-size: 18px;
    font-weight: 900;
}

.owl-item > div > .col-estadio {
    font-size: 14px;
    font-weight: 900;

}

.owl-item > div > .col-fecha {
    font-size: 14px;
    font-weight: 900;

}

.owl-item > div > .col-local {
    font-family: Ubuntu Condensed, sans-serif;
    margin-top: 5px;
    width: 50px;
    display: inline-block;
    margin-right: 9px;

}

.owl-item > div > .col-resultado {
    font-family: Ubuntu Condensed, sans-serif;
    font-size: 20px;
    font-weight: 900 !important;
    color: #ffffff;
    margin-top: 5px;
    /*width: 50px;*/
    display: inline-block;
}

.owl-item > div > .col-visitante {
    font-family: Ubuntu Condensed, sans-serif;
    margin-top: 5px;
    width: 50px;
    display: inline-block;
}

.owl-wrapper {
    padding-bottom: 20px;
}

.owl-theme .owl-controls .owl-buttons div {
    background-color: #05aa9d !important;
    opacity: 100 !important;
}

/* estilos */
a:hover {
    color: inherit;
    text-decoration: none;
}

.title-redblock {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 12px 0;
    color: #05aa9d;
    text-align: left;
}

.sec-tittle {
    font-family: Ubuntu, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}

.sec-sub-tittle {
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-weight: 200;
}

.loading-gif {
    width: 70px;
    height: 70px;
}

.hoverMenuItem {
    color: #05aa9d !important;
}

/* menu pinned */
.redes-muestra {
    width: 40px;
    position: fixed;
    top: 30%;
    right: 0;
    background-color: rgb(5, 170, 157);
    z-index: 20;
    padding: 10px 0;
}

.redes-muestra a {
    display: inline-block;
    width: 100%;
    color: #fff;
}

.redes-muestra .flecha_izquierda {
    position: absolute;
    top: 45%;
    left: -9px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #05aa9d
}

@media only screen and (max-width: 480px) {
    .redes-muestra {
        width: 100%;
        background: rgb(5, 170, 157);
        padding: 5px;;
        z-index: 100;
        position: fixed;
        bottom: 0px;
        right: 0px;
        height: 35px;
        margin-top: auto;
    }

    .redes-muestra a {
        display: inline;
        color: #fff;
        padding: 30px;
        margin-left: -15px;
    }

    .redes-muestra .flecha_izquierda {
        position: absolute;
        top: 50%;
        left: -10px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #05aa9d
    }
}

.desarrollo {
    font-family: Ubuntu Condensed, sans-serif;
    color: #05aa9d;
    font-size: 16px;
    padding: 10px;
}

/* Jugadores */
.perfil-jugadores {
    height: 312px;
    width: 312px;
    border: 1px solid #05aa9d;
}

.jugadores-carousel a.left.carousel-control {
    color: #fff;
    font-size: 50px;
    z-index: 9999;
    /*padding-top: 206px;*/
    border: none;
    background: black;
    background: -webkit-linear-gradient(right, transparent, black);
    background: -o-linear-gradient(left, transparent, transparent);
    background: -moz-linear-gradient(left, transparent, transparent);
    background: linear-gradient(to left, transparent, transparent);
}

.jugadores-carousel a.right.carousel-control {
    color: #fff;
    font-size: 50px;
    z-index: 9999;
    /*padding-top: 206px;*/
    border: none;
    background: black;
    background: -webkit-linear-gradient(left, transparent, transparent);
    background: -o-linear-gradient(right, transparent, transparent);
    background: -moz-linear-gradient(right, transparent, transparent);
    background: linear-gradient(to right, transparent, transparent);
}

.twitter {
    margin-top: 5px;
    /*height: 350px;*/
}

/*Twitter*/
@media only screen and (max-width: 645px) {
    .twitter {
        height: auto;
    }
}

/* Fuerzas */
.selector {
    font-family: Ubuntu Condensed, sans-serif;
    height: 150px;
    border: 1px solid #05aa9d;
    padding: 30px;
    color: #05aa9d;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.selector:hover {
    background-color: #05aa9d;
}

.selector > h3 {
    padding: 5px;
    color: #05aa9d;
}

.selector-active {
    color: white !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

/* Estilo Minuto a Minuto*/
.table > tbody > tr > td {
    vertical-align: inherit;
}

.texto {
}

@media (max-width: 425px) {
    .texto {
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .texto {
        font-size: 0.7em
    }
}

.alineacion-jugadores {
    height: 80px;
    width: 80px;
    border: 1px solid #05aa9d;
}

.name {
    font-size: 12px;
    color: #000;
}

.minuto {
    color: #05aa9d;
}

/* css estadio*/
.triangulo ul {
    list-style-image: url(http://vogaeventos.com/main/listatriangulo.gif) !important;
    text-align: left;
}

.lista {
    font-family: Ubuntu Condensed, sans-serif;
}

.event-description {
    font-family: Ubuntu, sans-serif;
    width: 100%;
    /*display: inline-block;*/
    position: relative;
    color: #797979;
    text-align: justify;
    padding: 3px;
}

.bor-bottom{
    margin-bottom: 20px;
}

.bor-top{
    margin-top: 10px;
}

.circle-control{
    background-color: #05aa9d;
    border-radius: 15px;
    font-size: 20px !important;
}

.carousel-control .glyphicon-chevron-left, .glyphicon-menu-right, .glyphicon-menu-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    /*position: absolute;*/
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.about-description > p {
    color:rgba(255, 255, 255, 0.6);
}

.short-title{
    font-weight: bold;
    font-size: 10pt;
    padding-bottom: 4px;
}

.video-title{
    font-family: Ubuntu Condensed, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fcfcfc;
}

.reloj{
    font-family: Ubuntu Condensed, sans-serif;
    font-size: 14pt;
    color: #fcfcfc;
}