.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0 {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0 {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
    display: none
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}
.owl-carousel.partidos .owl-item img {
    display: inherit;
    width: auto
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
    height: 240px
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    opacity: .5;
    margin-left: -40px;
    margin-top: -40px;
    background: url("img/ico-play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
    opacity: 1
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}
.owl-controls {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}
#historia .owl-controls {
    position: static;
    width: auto;
    bottom: auto;
    left: auto;
    margin-top: 40px
}
.plantel .owl-controls,
.minigaleria .owl-controls {
    top: 10px
}
.plantel .owl-prev,
.minigaleria .owl-prev {
    left: -100px
}
.plantel .owl-next,
.minigaleria .owl-next {
    right: -89px
}
.plantel .owl-item {
    height: 80px
}
.plantel .owl-item img {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 9999
}
.plantel .owl-item a {
    position: relative;
    background-color: #dcdcdc;
    height: 70px;
    display: block;
    margin-top: 10px
}
.plantel .owl-item:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -1;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #fff;
    width: 0;
    height: 0;
    z-index: 9
}
.plantel .owl-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -1px;
    border-top: 18px solid transparent;
    border-right: 18px solid #fff;
    width: 0;
    height: 0;
    z-index: 9999
}
#plantel .owl-item a .capita {
    position: absolute;
    background-color: rgba(237, 47, 26, 0);
    opacity: 0;
    top: -20px;
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 9999;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    line-height: 80px
}
#plantel .plantel .owl-item a .capita {
    height: 80px
}
#plantel .owl-item a:hover .capita {
    background-color: rgba(237, 47, 26, 0.6);
    opacity: 1;
    top: 0
}
#plantel .plantel .owl-item a:hover .capita {
    top: -10px
}
.plantel .owl-item a .capita:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #fff;
    width: 0;
    height: 0;
    z-index: 9
}
.plantel .owl-item a .capita:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -1px;
    border-top: 18px solid transparent;
    border-right: 18px solid #fff;
    width: 0;
    height: 0;
    z-index: 9999
}
.capita span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.deporte #plantel {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #dcdcdc
}
#plantel .deporte .owl-prev {
    left: -100px
}
#plantel .deporte .owl-next {
    right: -100px
}
#plantel .deporte .owl-item a {
    position: relative;
    background-color: #dcdcdc;
    display: block
}
#plantel .deporte .owl-nav div i {
    line-height: 184px
}
.owl-nav div {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 15px;
    background-color: #ed1b2e;
}
#historia .owl-nav div {
    position: relative;
    float: left;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 0;
    background-color: #ed1b2e
}
.owl-nav div:hover {
    background-color: #222
}
.owl-nav div i {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 25px
}
#historia .owl-nav div i {
    position: relative;
    top: 4px;
    font-size: 24px
}
.historia .owl-prev {
    margin-right: 2px
}
.plantel .owl-prev:before,
.plantel .owl-next:before,
.minigaleria .owl-prev:before,
.minigaleria .owl-next:before,
#plantel .deporte .owl-prev:before,
#plantel .deporte .owl-next:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
    width: 0;
    height: 0
}
.historia .owl-prev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    width: 0;
    height: 0
}
.plantel .owl-prev:after,
.plantel .owl-next:after,
.minigaleria .owl-prev:after,
.minigaleria .owl-next:after,
#plantel .deporte .owl-prev:after,
#plantel .deporte .owl-next:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid #fff;
    width: 0;
    height: 0
}
.historia .owl-next:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    width: 0;
    height: 0
}
.plantel .owl-prev:hover:before,
.plantel .owl-next:hover:before,
#plantel .deporte .owl-prev:hover:before,
#plantel .deporte .owl-next:hover:before {
    border-bottom-color: #222
}
.plantel .owl-prev:hover:after,
.plantel .owl-next:hover:after,
#plantel .deporte .owl-prev:hover:after,
#plantel .deporte .owl-next:hover:after {
    border-top-color: #222
}
.galeria.relacionadas a.img {
    position: relative;
    display: block;
    margin-bottom: 15px
}
.galeria .owl-controls {
    top: 50%;
    margin-top: -35px
}
.galeria.relacionadas .owl-controls {
    top: auto;
    position: static;
    margin-top: 15px
}
.galeria .owl-nav {
    width: 1170px;
    position: relative;
    margin: 0 auto
}
.galeria .owl-prev {
    left: 0
}
.galeria .owl-next {
    right: 0
}
.galeria .owl-nav div {
    background: url(img/ico-arrows.png) no-repeat 0 0
}
.galeria .owl-nav div:hover {
    background-position: right 0
}
.galeria .owl-item .over {
    position: absolute;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    opacity: 0;
    height: 100%;
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    z-index: 10
}
.galeria .owl-item .over>span {
    position: absolute;
    top: 46%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 18px
}
.galeria .owl-item .over>span strong {
    display: block;
    text-transform: uppercase
}
.galeria .owl-item a:hover .over {
    opacity: 1;
    -webkit-box-shadow: 0 0 15px 0 #ed1b2e;
    box-shadow: 0 0 15px 0 #ed1b2e
}
.galeria .owl-item .over span span:hover {
    color: #ed1b2e
}
.galeria.relacionadas .owl-dots {
    text-align: center
}
.galeria.relacionadas .owl-dot {
    display: inline-block
}
.galeria.relacionadas .owl-dot span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #dcdcdc
}
.galeria.relacionadas .owl-dot.active span {
    background-color: #ed1b2e
}
.minigaleria {
    max-width: 570px;
    margin: 15px 100px
}
.owl-carousel.partidos .owl-controls {
    top: 50%;
    margin-top: -6px
}
.owl-carousel.partidos .owl-nav div {
    padding: 0;
    width: 8px;
    height: 12px;
    background-color: transparent;
    background: url(img/ico-flechas-partidos.png) no-repeat left top
}
.owl-carousel.partidos .owl-nav .owl-prev {
    background-position: left bottom;
    left: -12px
}
.owl-carousel.partidos .owl-nav .owl-prev:hover {
    background-position: left top
}
.owl-carousel.partidos .owl-nav .owl-next {
    background-position: right bottom;
    right: -12px
}
.owl-carousel.partidos .owl-nav .owl-next:hover {
    background-position: right top
}
.fa-angle-leftt:before {
    content: "<"
}
.fa-angle-rightt:before {
    content: ">"
}