// * {
//     border:1px solid red;
// }

body {
    margin: 0;
    font-family: 'exo2-regular' !important;
}



/*--------------- Font face ---------------*/

@font-face {
    font-family: 'exo2-light';
    src: url('fonts/exo2-light-webfont.eot');
    src: url('fonts/exo2-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo2-light-webfont.woff') format('woff'),
         url('fonts/exo2-light-webfont.ttf') format('truetype'),
         url('fonts/exo2-light-webfont.svg#exo2-light-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo2-lightitalic';
    src: url('fonts/exo2-lightitalic-webfont.eot');
    src: url('fonts/exo2-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo2-lightitalic-webfont.woff') format('woff'),
         url('fonts/exo2-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/exo2-lightitalic-webfont.svg#exo2-lightitalic-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo2-regular';
    src: url('fonts/exo2-regular-webfont.eot');
    src: url('fonts/exo2-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo2-regular-webfont.woff') format('woff'),
         url('fonts/exo2-regular-webfont.ttf') format('truetype'),
         url('fonts/exo2-regular-webfont.svg#exo2-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo2-italic';
    src: url('fonts/exo2-italic-webfont.eot');
    src: url('fonts/exo2-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo2-italic-webfont.woff') format('woff'),
         url('fonts/exo2-italic-webfont.ttf') format('truetype'),
         url('fonts/exo2-italic-webfont.svg#exo2-italic-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo2-medium';
    src: url('fonts/exo2-medium-webfont.eot');
    src: url('fonts/exo2-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo2-medium-webfont.woff') format('woff'),
         url('fonts/exo2-medium-webfont.ttf') format('truetype'),
         url('fonts/exo2-medium-webfont.svg#exo2-medium-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo2-mediumitalic';
    src: url('fonts/exo2-mediumitalic-webfont.eot');
    src: url('fonts/exo2-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo2-mediumitalic-webfont.woff') format('woff'),
         url('fonts/exo2-mediumitalic-webfont.ttf') format('truetype'),
         url('fonts/exo2-mediumitalic-webfont.svg#exo2-mediumitalic-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo2-bold';
    src: url('fonts/exo2-bold-webfont.eot');
    src: url('fonts/exo2-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo2-bold-webfont.woff') format('woff'),
         url('fonts/exo2-bold-webfont.ttf') format('truetype'),
         url('fonts/exo2-bold-webfont.svg#exo2-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo2-bolditalic';
    src: url('fonts/exo2-bolditalic-webfont.eot');
    src: url('fonts/exo2-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo2-bolditalic-webfont.woff') format('woff'),
         url('fonts/exo2-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/exo2-bolditalic-webfont.svg#exo2-bolditalic-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}



audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}



audio:not([controls]) {
    display: none;
    height: 0;
}



[hidden],
template {
    display: none;
}



a {
    background-color: transparent;
}



a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}


abbr[title] {
    border-bottom: 1px dotted;
}



b,
strong {
    font-weight: bold;
}



dfn {
    font-style: italic;
}



h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


mark {
    background: #ff0;
    color: #000;
}


small {
    font-size: 80%;
}


sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}


sup {
    top: -0.5em;
}


sub {
    bottom: -0.25em;
}


img {
    border: 0;
}


svg:not(:root) {
    overflow: hidden;
}


figure {
    margin: 1em 40px;
}


hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


pre {
    overflow: auto;
}


code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}


button {
    overflow: visible;
}


button,
select {
    text-transform: none;
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}


button[disabled],
html input[disabled] {
    cursor: default;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


legend {
    border: 0;
    padding: 0;
}


textarea {
    overflow: auto;
}


optgroup {
    font-weight: bold;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}


td,
th {
    padding: 0;
}



@import '1-tools/animate.css';


body {
    background-color: #fff;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}


.grey {
    background: #f2f2f2;
}


.spacer {
    margin-top: 20px;
}


::selection {
    background: #fff498;
}


::-moz-selection {
    background: #fff498;
}


img::selection {
    background: transparent;
}


img::-moz-selection {
    background: transparent;
}


body {
    -webkit-tap-highlight-color: #fff498;
}


a {
    color: #0074d9;
    text-decoration: none;
    outline: 0;
}


a:hover,
a:focus {
    color: #1592ff;
}


.gigantic,
.huge,
.large,
.bigger,
.big,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: bold;
}

.gigantic {
    font-size: 110px;
    line-height: 1.09;
    letter-spacing: -2px;
}


.huge,
h1 {
    font-size: 68px;
    line-height: 1.05;
    letter-spacing: -1px;
}


.large,
h2 {
    font-size: 42px;
    line-height: 1.14;
}


.bigger,
h3 {
    font-size: 26px;
    line-height: 1.38;
}


.big,
h4 {
    font-size: 22px;
    line-height: 1.38;
    margin-top: 0px;
}


.small,
small {
    font-size: 10px;
    line-height: 1.2;
}

p {
    margin: 0 0 20px 0;
}


em {
    font-style: italic;
}


strong {
    font-weight: bold;
}


hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}


.jumbotron h2 {
    /* En Sporting te ofrec: */
    font-family: Futura-Medium;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: 200px;
}


.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0;
}


input[type="submit"]{ width: 100%; }
.btn-primary, input[type="submit"] {
    background-color: #dc291e;
    color: #fff;
    border: none;
    border-radius: 4px !important;
    font-size: 11px;
}

.btn-primary:hover, input[type="submit"]:hover {
    background-color: #AFAFAF !important;
}



.navbar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-top: 20px solid #dc291e;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

@media screen and (max-width: 600px) {
    .navbar {
        border-top: 0;
        border: none;
    }
}


.navbar li {
    margin-left: 2em;
}

@media screen and (max-width: 600px) {
    .navbar li {
        margin-left: 0;
    }
}


.navbar .navbar-nav {
    display: inline-block;
    float: none;
}


.navbar .navbar-collapse {
    text-align: center;
}


.navbar-inverse.navbar-collapse {
    background-color: transparent;
    border-color: transparent;
}

@media screen and (max-width: 600px) {
    .navbar-inverse {
        background-color: #000;
    }
}



.navbar-nav a {
    margin-top: 36px;
    color: #fff;
}

@media screen and (max-width: 600px) {

    .navbar-nav a {
        margin-top: 0;
        height: auto;
    }
}



.navbar-nav>.active>a {
    color: #fff;
    background-color: transparent;
    border-bottom: 3px solid #dc291e;
}

.navbar-brand,
.navbar-brand-sporting {
    background-color: #dc291e;
    height: 100%;
}

.navbar-brand-sporting{ padding: 15px; }


.navbar-brand img,
.navbar-brand-sporting img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-brand-sporting img {
    height: inherit;
    width: inherit;
}

.navbar-brand.celu img,
.navbar-brand-sporting.celu img {
    height: auto;
    width: 128px;
}


.navbar-brand img {
}


.navbar-brand.celu img {
    width: 158px;
}



.nav>li>a:hover {
    background-color: transparent;
    border-bottom: 1px solid #fff;
}


nav a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 18px;
}


nav a .celu {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    nav a {
        padding-top: 0;
        padding-bottom: 0;
    }
}


nav.navbar {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
}
/*Modificaciones Responsive */
@media screen and (max-width: 768px) {

    .hero-menu .col-md-2 {padding: 0 !important;}
    nav.shrink a {padding: 0 !important}

    .col-xs-3 {
       width: 19%;
    }

    nav a {
        padding: 10px !important;
    }
    nav.navbar {
        background-color: #fff;
    }
/*    nav.navbar a {
        color: #dc291e;
    }*/
    .navbar-brand-sporting.celu img {
            width: 80px;
    }
    .navbar-brand-sporting.celu {
            text-align: center;
            width: 100%;
            float: left;
    }
    nav.navbar .active>a {
        color: #000;
    }
    .event-card, .news-card {
        margin-bottom: 20px;
    }
    #calendario {
        display none
    }
    .btn-group-justified .btn-group {
        display: inline;
    }
    #sub-menu-pie .btn-group button {
        font-size: 13px !important;
    }
    .news-card h4, .event-card h4 {
        min-height: auto !important;
        padding: 30px 0 0px;
    }
    .news-card p, .event-card p {
        min-height: auto !important;
    }
    .navbar-brand.celu img {
            width: 130px;
    }
    .menu-movil {
        background: #dc291e;
    }
    .menu-movil button.navbar-toggle {
        border: 1px solid white;
        margin-top: 18px;
        margin-right: 35px;
    }
    .menu-movil .navbar-toggle .icon-bar {
        background: white;
    }
    .tipoevento .col-md-6 {
        display: inline-block;
        margin-bottom: 20px;
    }
    .tipoevento .col-sm-6 {
        display: inline-block;
        margin-bottom: 20px;
    }
    #empresarial .col-xs-12.col-md-4.thumb-img img {
        margin-bottom: 15px;
    }
    #conciertos .col-xs-12.col-md-4.thumb-img img {
        margin-bottom: 15px;
    }
    #sociales .col-xs-12.col-md-4.thumb-img img {
        margin-bottom: 15px;
    }
}
/*Modificaciones Responsive Landscape*/
@media screen and (min-device-width: 600px) and (max-device-width: 767px) and (orientation : landscape){
    .col-xs-3 {
       width: 19%;
    }
    nav a {
        padding: 10px !important;
    }
    nav.navbar {
        background-color: #fff;
    }
/*    nav.navbar a {
        color: #dc291e;
    }*/
    .navbar-brand-sporting.celu img {
            width: 80px;
    }
    .navbar-brand-sporting.celu {
            text-align: center;
            width: 100%;
            float: left;
            display: block;
    }
    nav.navbar .active>a {
        color: #000;
    }
    .event-card, .news-card {
        margin-bottom: 20px;
    }
    #calendario {
        display none
    }
    .btn-group-justified .btn-group {
        display: inline;
    }
    #sub-menu-pie .btn-group button {
        font-size: 13px !important;
    }
    .news-card h4, .event-card h4 {
        min-height: auto !important;
        padding: 30px 0 0px;
    }
    .news-card p, .event-card p {
        min-height: auto !important;
    }
    .navbar-brand {
            display: block !important;
    }
    .navbar-brand.celu img {
            width: 130px;
    }
    .menu-movil {
        background: #dc291e;
    }
    .menu-movil button.navbar-toggle {
        border: 1px solid white;
        margin-top: 18px;
        margin-right: 35px;
    }
    .menu-movil .navbar-toggle .icon-bar {
        background: white;
    }
    .tipoevento .col-md-6 {
        display: inline-block;
        margin-bottom: 20px;
    }
    .tipoevento .col-sm-6 {
        display: inline-block;
        margin-bottom: 20px;
    }
    #empresarial .col-xs-12.col-md-4.thumb-img img {
        margin-bottom: 15px;
    }
    #conciertos .col-xs-12.col-md-4.thumb-img img {
        margin-bottom: 15px;
    }
    #sociales .col-xs-12.col-md-4.thumb-img img {
        margin-bottom: 15px;
    }
}


nav.navbar.shrink {
    min-height: 60px;
}


nav.navbar.shrink.navbar-fixed-top {
    background: #fff;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}


nav.navbar.shrink .navbar-nav {
    height: 35px;
}



nav.navbar.shrink .navbar-nav a {
    margin-top: 0px;
    color: #dc291e;
}

@media screen and (max-width: 600px) {
    nav.navbar.shrink .navbar-nav a {
        margin-top: 0;
        height: auto;
    }
}


nav.shrink a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 15px;
}


nav.shrink .navbar-brand img,
nav.shrink .navbar-brand-sporting img {
    height: 50px;
    width: 50px;
}


nav.shrink .navbar-brand.celu img,
nav.shrink .navbar-brand-sporting.celu img {
    width: 100px;
    height: auto;
}

@media screen and (min-width: 768px) {
    .celu {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .no-celu {
        display: none !important;
    }
}


.hero-h2 {
    min-height: 470px;
    background-position: center bottom;
    padding-bottom: 0;
    margin-bottom: 0px;
    text-align: center;
    background-size: cover;
    position: relative;
}


.hero-h2 h2 {
    font-size: 2em;
    color: #fff;
    font-weight: 400;
}

@media screen and (max-width: 600px) {
    .hero-h2 h2 {
        padding-top: 100px;
    }
}



.info {
    margin: 15px 0;
    text-align: center;
}


.info h2 {
    font-size: 2em;
    position: relative;
    display: inline-block;
}


.info h2::before,
.info h2::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: -170px;
    width: 150px;
    border-bottom: 1px solid #999;
}

@media screen and (max-width: 600px) {
    .info h2::before,
    .info h2::after {
        left: 0;
        width: 0;
    }
}



.info h2::after {
    left: auto;
    right: -170px;
}



.info p {
    color: #000;
}


.info button {
    background-color: #dc291e;
}


#sub-menu .btn {
    font-size: 11px;
    color: #dc291e;
}


#sub-menu .btn-volver {
    color: #fff;
    background-color: #262626;
    border-color: #262626;
    border-radius: 0px !important;
}



.marcas .col-md-2:hover {
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.marcas img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 600px) {
    .marcas {
        height: 50%;
    }
}



.marcas .col-md-2:hover {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.marcas img {
    width: auto;
    height: auto;
}

@media screen and (max-width: 600px) {

    .marcas {
        height: 50%;
    }
}



.box {
    color: #fff;
    position: relative;
}



.text {
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}



.portfolio-box-caption {
    color: #fff;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}

.portfolio-box-caption:hover{
    background: rgba(195, 54, 14, 0.60);
}

.portfolio-box-caption-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.descripcion {
    float: left;
    display: block;
}


.card {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    min-height: 175px;
}

.card h4 a{ color: black; text-decoration: none;}

.card img {
    margin: 0;
}


.card .dia,
.card .mes,
.card .ano {
    display: inline-block;
    font-size: 11px;
    color: #a9a8a8;
}



.empresarial h3::after {
    content: ' ';
    display: block;
    position: absolute;
    width: 150px;
    border-bottom: 1px solid #999;
}

@media screen and (max-width: 600px) {
    .empresarial h3::after {
        left: 0;
        width: 0;
    }
}


.empresarial h3::after {
    left: auto;
    display: none;
}


.empresarial .col-md-2 p,
.empresarial .col-md-4 p {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}


.calendario {
    background: #979797;
    color: #fff;
    margin: 50px 0 0 0;
    font-family: Futura-CondensedMedium;
}


.calendario h4 {
    color: #fff;
}



.calendario .glyphicon {
    color: #fff;
    font-size: 1.5em;
}


.dias {
    background: #c4c4c4;
    color: #fff;
    text-transform: uppercase;
}


.dias th {
    text-align: center;
}


tbody {
    color: #fff;
}

tbody tr th {
    text-align: center;
}


tbody tr .destacado {
    background-color: #812006;
}


.black {
    background-color: #000;
}


footer {
    background-color: #000;
    color: #fff;
    padding: 3em 0.5em;
}

footer p {
    color: #fff !important;
}


.row-fluid.menu {
    margin-top: 70px;
    padding: 10px 0;
    background-color: #373737;
    height: 35px;
    font-size: 11px;
}


.row-fluid.menu a {
    color: #fff;
}



#sub-menu-pie{
    margin-top: 60px;
}

#sub-menu-pie .btn-group button {
    background-color: #373737;
    color: #fff;
    font-size: 11px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}


#sub-menu-pie .btn-group button:hover, #sub-menu-pie .btn-group button.active {
    background-color: #dc291e;
}


.hero-menu .col-md-2 {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #dc291e;
}


.hero-menu .col-md-2:nth-child(odd) {
    background: #ae2801;
}


.hero-menu .col-md-2:hover {
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.hero-menu img {
    width: 100%;
    height: auto;
}
.hero-menu p{
    margin: 0px;
    position: relative;
    z-index: 999;
    display: block;
    padding: 20px 0px;
    margin-top: -60px;
    font-weight: 700;
    font-size:16px;
}
.hero-menu a{
    color:#fff;
}

@media screen and (max-width: 600px) {
    .hero-menu {
        height: 50%;
    }
    .hero-menu p{
        margin-top: -40px;
    }
    .events_slide_cover h2{
        padding-top:100px!important;
    }
    .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width:700px;
    max-height:394px;
}
}


#hipica #datetimepicker .table-condensed {
    width: 100%;
}



#hipica #datetimepicker tbody {
    color: #888;
}

#hipica #datetimepicker tr .dow {
    color: #dc291e;
}


#hipica #datetimepicker tr .active {
    background-color: #dc291e;
    color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

body {
    margin: 0;
    background-color: #fff;
}

.menu-button-open, .menu-button{cursor: pointer;}
.menu-button{position: fixed;top: 35%;padding: 0px;background: #dc291e;width: 76px;height: 76px;z-index: 999;}

/* MENU COLAPSABLE LATERAL DESKTOP */
.menu-toggle .menu-button-open.toggle {position: fixed; left: 0px; top: 35%; padding: 25px; background: #dc291e; z-index: 9999;}
.menu-toggle .menu-button .ico-otros {margin-top: 0px;  margin-left: -8px;}
.menu-toggle .menu-button.ico-uno {left: 76px;}
.menu-toggle .menu-button.ico-dos {left: 152px;}
.menu-toggle .menu-button.ico-tres {left: 228px;}
.menu-toggle .menu-button.ico-cuatro {left: 304px;}
.menu-toggle .menu-button.ico-cinco {left: 380px;}
.menu-toggle .menu-button.ico-seis {left: 450px;}

/* MENU COLAPSABLE LATERAL MOVILE */
.menu-toggle-mobile .menu-button-open.toggle {position: fixed; left: 0px !important; top: 104px !important; padding: 12px; background: #dc291e; z-index: 9999;}
.menu-toggle-mobile .menu-button .ico-otros {margin-top: 0px;  margin-left: -8px;}
.menu-toggle-mobile .menu-button.ico-uno {top: 155px !important;}
.menu-toggle-mobile .menu-button.ico-dos {top: 230px;}
.menu-toggle-mobile .menu-button.ico-tres {top: 228px;}
.menu-toggle-mobile .menu-button.ico-cuatro {top: 304px;}
.menu-toggle-mobile .menu-button.ico-cinco {top: 380px;}
.menu-toggle-mobile .menu-button.ico-seis {top: 450px;}

/* INSTITUCIONAL*/
.directorio-item p {margin:2px !important;}
.foto-tabs {width: 100%; margin-bottom: 15px;}

/* CONTAINER GRIS*/
.container-gris {background-color: #EFEDED; padding-bottom: 50px; margin-top:40px; overflow: hidden;}

/* NOTICIAS */
.box-noti {margin: 20px 0px;}

/* HOME */
#inicio .home_slide,
#inicio .events-slide { background-size: cover; background-position: center;}
#inicio .newsletter-signup { background-size: cover; background-position: center; padding: 90px 0px; background-attachment: fixed; background-repeat: no-repeat; position: relative; overflow: hidden;}
#inicio .newsletter-signup h3, #inicio .newsletter-signup h4, #inicio .newsletter-signup h5 {color:#fff;}
#inicio .newsletter-signup .row {z-index: 99; position: inherit;}
#inicio .container-gris {background-color: #EFEDED; padding-bottom: 50px; margin-top:0; overflow: hidden;}
#inicio .box-esmas h2 span {color: #dc291e;}
#inicio .standard-card.first-card .standard-card__link {height: 100%;}
#inicio .box-map {padding-left: 0px; padding-right: 0px; margin-top: 30px; margin-bottom: 0px;}
#inicio .box-map .row {margin-left: 0px; margin-right: 0px;}
#inicio .box-map .row .col-md-12 {padding: 0px;}
#inicio .box-map .row .col-md-12 #map {height: 300px;}

.hidden{ display: none;}
.event-card, .news-card{
    padding-bottom: 15px;
    background: white;
}
.news-card h4{
    min-height: 90px;
}
.event-card p{
    min-height: 70px;
}
.news-card p{
    min-height: 90px;
}

.eventos-container{background-color: #F2F2F2;padding-bottom: 15px;}

.bg_red{background-color: #dc291e; margin: 0; padding: 15px 0;}
.bg_red p{color:#fff;}
.bg_red h2{color:#fff;}
.bg_red h2{text-align: center;display: block; font-weight: normal;font-size: 32px;}
.bg_red h2:before{display: none;}
.bg_red h2:after{display: none;}

.btn-default{background-color: #e6e6e6;}
.btn-default.btn-white {clear:both; height: auto; background: #fff; border: 1px solid #dc291e; color:#dc291e; padding: ; text-transform: none; letter-spacing: 0;}
.btn-default.btn-white:hover {border: 1px solid #000; color:#000; }
#outdoor h4 {margin: 0;}
#outdoor .col-md-8, #outdoor .col-md-4 {margin-bottom: 20px;}

.btn.active, .btn:active{ box-shadow: none !important;}
.button-tab{ color: #6F6F6F !important; background-color:#F1F1F1 !important; border: none; border-left: 1px solid #C0BEBE;}
.button-tab.active { background-color: #dc291e !important; color: white !important; }
.espacio h5{ font-size: 12px;}
.espacio .col-md-4{ font-size: 12px;}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}



/*--------------- AREA 9 ACCESOS DIRECTOS ---------------*/
.tierraderecha {text-align: center; margin-top:30px; margin-bottom:30px; clear:both !important; width:100%;}
.tierraderecha h2 {font-size: 2em; clear:both !important; width:100%;}
.tierraderecha .rotulo {clear:both !important;}
.tierraderecha .accesos-slide {margin-bottom:20px; }
.tierraderecha .accesos-slide .slick-list {margin:0 auto; width: 100%;}
.tierraderecha .accesos-slide .accesos_slide_cover {position: relative; margin-right: 10px; overflow: hidden; background-color: transparent}
.tierraderecha .accesos-slide .box-texto {width:100%; position: relative; }
.tierraderecha .accesos-slide .box-texto h3 {width:90%; color:#333; font-size:1.5rem; font-weight: 300; margin: 0; padding: 10px 0; text-align: left;}
.tierraderecha .accesos-slide img {width:100%; height: auto; }
/* flechas */
.tierraderecha .accesos-slide .slick-arrow {position:absolute; top:20px; z-index:9999; background:rgba(255,255,255,0.5); border:none;}
.tierraderecha .accesos-slide .slick-prev {left:-30px;}
.tierraderecha .accesos-slide .slick-next {right:-30px;}
.tierraderecha .accesos-slide .slick-prev,
.tierraderecha .accesos-slide .slick-next {font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; margin-top: 0; padding: 0; cursor: pointer; color: #b2e0d5; border: none; outline: none; background: transparent;}
.tierraderecha .accesos-slide .slick-prev:hover,
.tierraderecha .accesos-slide .slick-prev:focus,
.tierraderecha .accesos-slide .slick-next:hover,
.tierraderecha .accesos-slide .slick-next:focus {color: #dc291e; outline: none; background: transparent;}
.tierraderecha .accesos-slide .slick-prev:before {font-family: 'FontAwesome'; font-size:30px; content: '\f053';}
.tierraderecha .accesos-slide .slick-next:before {font-family: 'FontAwesome'; font-size:30px; content: '\f054';}
.tierraderecha button.boto-ver {background:#dc291e; font-size: 1.5rem; line-height: 100%; border:none; border-radius: 3px; padding: 5px 15px; margin:0 auto;}
.tierraderecha button.boto-ver a { color:#fff;}
/* colores sporting */
.tierraderecha .verde {color:#009875;}
.tierraderecha .naranjo {color:#dc291e;}

@media(max-width:768px) {
    .tierraderecha .accesos-slide .slick-list {margin:0 auto; width: 80%;}
    .tierraderecha .accesos-slide .slick-prev {left:0;}
    .tierraderecha .accesos-slide .slick-next {right:0;}
}


.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.newsletter-signup input{
    padding: 10px 30px;
    background: white;
    border: none;
    border-radius: 5px;
}

@media screen and (max-width: 530px) {
    .menu-toggle{
        display: none;
    }
    .menu-toggle-mobile{
        display: inherit;
    }

    #inicio .home_slide, #inicio .events-slide, .destacado-slide{height: 60vh !important;}
    .hero-h2{min-height: 320px;}
    #inicio .slick-dots{bottom: 25px;}
    #inicio .slick-dots li{margin: 0 4px;}
    #inicio .slick-dots li button:before{font-size: 40px;}
    .home_slide h2{margin-top: 15vh !important;padding-top: 40px;}
    .home_slide_cover h2{
        font-size: 24px !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .home_slide_cover p{
        font-size: 13px !important;
        color: white;
        padding: 0 10px;
        margin:0 0 10px 0;
    }
    .portada-tipoevento{
        margin-top: 0px !important;
    }

    .main-full .container{padding-left:0 !important; padding-right: 0 !important;}

}

@media screen and (min-width: 530px) {
    .menu-toggle{
        display: inherit;
    }
    .menu-toggle-mobile{
        display: none;
    }


}

@media screen and (max-width: 992px) {
    nav a{ font-size: 13px;}
}

.portada-tipoevento{
    margin-top: 200px;
}

.events_slide{
    height: 65vh !important;
    position: relative;
}


.home_slide{
    height: 90vh !important;
    position: relative;
}


.events_slide_cover{
    position: absolute;
    height: 100%;
    width: 100%;
    /*background: rgba(255, 255, 255, 0.36);*/
    background:none,linear-gradient(180deg,rgba(0,0,0,0) 50%,rgba(0,0,0,.8))
}


.home_slide_cover{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.56);
}

.home_slide_cover h2{
    font-size: 38px;
}

.home_slide_cover p{
    font-size: 18px;
    color: white;
}

.home_slide_cover button{
    background: #dc291e;
    border: 1px solid #dc291e;
}

.home_slide_cover button a{
    color: white;
}

.project-name{
    font-size: 20px;
}

.home_slide h2{
    margin-top: 40vh;
}
.overlay{
    position: absolute;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    margin-top: -90px;
    z-index: 9;
}

.overlay-int {
    position: absolute;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    z-index: 9;
}

label{
    width: 100%;
}
.wpcf7-form-control-wrap{
    width: 100%;
    display: inline-grid;
}
.directorio-item{
    margin: 20px 0px;
}
.directorio-item a img{
    width: 90px;
}

.directorio-item-mini a img{
    width: 50px;
}

#descargas{
    background: #F1F1F1;
    padding-bottom: 30px;
}

.evento-mini{ margin-top: 50px;}

#sub-menu{ background: #F1F1F1; }

#sub-menu-pie{ background: #373737;}


.standard-card {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 2rem;
    height: 330px;
}
.standard-card--is-not-playable {
    opacity: .25;
    pointer-events: none
}
.image, .image__image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.image__image{
    background: 50% no-repeat;
    background-size: cover;
    opacity: 1;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
   }
.first-card{
    padding-bottom: 0px; min-height: 330px;
}

/*--------------- PAGINATION ---------------*/
.pagination {
  display: inline-block;
  margin: 20px auto;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 20px 12px;
  text-decoration: none;
  color: #000;
  border: 1px solid #ddd;
  margin-left: -1px;
  font-size: 13px;
}

.pagination .current_pag, .pagination a:hover {
  z-index: 3;
  color: #fff;
  background-color: #ba3a13;
  border-color: #ba3a13;
  cursor: default;
}

@media (max-width: 28.125em) {
    .standard-card {
        height: 0;
        padding-bottom: 66.667%;
        text-align: left
    }
    .standard-card .standard-card__image {
        padding-bottom: 61.25%
    }
    .standard-card .standard-card__date-wrapper {
        padding: 2rem
    }
}
@media (max-width: 28.125em) {
    .standard-card--simple {
        height: 0;
        padding-bottom: 150%
    }
}
@media (min-width: 28.125em) {
    .standard-card--mobile {
        display: none
    }
}
.standard-card__link {
    color: inherit;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.standard-card__image {
    opacity: 1
}
.standard-card__image--landscape {
    display: none
}
@media (min-width: 60em) {
    .standard-card:hover .standard-card__image {
        opacity: .5
    }
}
.standard-card__image--only {
    height: 0;
    padding-bottom: 150%
}
.standard-card__image,
.standard-card__image--only {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, .75, 1);
    transition-timing-function: cubic-bezier(0, 1, .75, 1)
}
@media (min-width: 60em) {
    .standard-card:hover .standard-card__image,
    .standard-card:hover .standard-card__image--only {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
        -webkit-transition-duration: .6s;
        transition-duration: .6s;
        -webkit-transition-timing-function: cubic-bezier(0, 1, .75, 1);
        transition-timing-function: cubic-bezier(0, 1, .75, 1)
    }
}
.standard-card__date-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    padding: 1.5rem;
    padding-top: 3rem;
    color: #fff
}
@media (min-width: 75em) {
    .standard-card__date-wrapper {
        padding-left: 2rem;
        padding-right: 2rem
    }
}
.standard-card__date,
.standard-card__time {
    position: relative;
    z-index: 1
}
.standard-card__date {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    width: auto;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: white;
}
.standard-card__date .date-item {
    display: inline-block;
    white-space: nowrap
}
@media (min-width: 48em) and (max-width: 75em) {
    .standard-card__date .date-item {
        white-space: normal
    }
}
@media (min-width: 28.125em) {
    .standard-card__date {
        font-size: 1.2rem
    }
}
@media (min-width: 48em) {
    .standard-card__date {
        font-size: 1.6rem
    }
}
@media (min-width: 87.5em) {
    .standard-card__date {
        font-size: 1.8rem
    }
}
.standard-card__time {
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #fff
}
.standard-card__time--live {
    color: #db0a40
}
.standard-card__time--live:before {
    display: inline-block;
    content: "";
    position: relative;
    top: -.2rem;
    margin: 0 .4rem 0 0;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: #db0a40;
    -webkit-animation: livePulse .5s alternate infinite;
    animation: livePulse .5s alternate infinite
}
.standard-card__time--canceled {
    color: #f2940a
}
.standard-card__time--delayed {
    color: #fad50a
}
.standard-card__content {
    position: relative;
    z-index: 100;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: -1px;
    width: 100%;
    height: 7.5rem;
    padding: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background: #dc291e;
    line-height: 1.4;
    -webkit-transition-property: height, background-color;
    transition-property: height, background-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, .75, 1);
    transition-timing-function: cubic-bezier(0, 1, .75, 1)
}
@media (max-width: 28.125em) {
    .standard-card__content {
        padding: 1.5rem
    }
}
@media (min-width: 60em) {
    .standard-card__content {
        background: #dc291e
    }
}
@media (min-width: 75em) {
    .standard-card__content {
        height: 9rem;
        padding: 2rem
    }
}
@media (min-width: 60em) {
    .standard-card:hover .standard-card__content {
        background: #e2e3e5;
        height: 14rem
    }
}
@media (min-width: 75em) {
    .standard-card:hover .standard-card__content {
        height: 15rem
    }
}
@media (min-width: 87.5em) {
    .standard-card:hover .standard-card__content {
        height: 16rem
    }
}
.standard-card__heading {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    width: auto;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .15s;
    transition: color .15s
}
@media (min-width: 60em) {
    .standard-card__heading {
        color: #e2e3e5
    }
}
@media (min-width: 75em) {
    .standard-card__heading {
        font-size: 1.5rem
    }
}
@media (min-width: 114.0625em) {
    .standard-card__heading {
        font-size: 1.7rem
    }
}
@media (min-width: 60em) {
    .standard-card:hover .standard-card__heading {
        color: #db0a40
    }
}
.standard-card__location {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #6f7279
}
@media (min-width: 75em) {
    .standard-card__location {
        font-size: 1rem
    }
}
.standard-card__description {
    position: absolute;
    left: 0;
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: hidden;
    font-size: 1.3rem;
    line-height: 1.4;
    max-height: 4.2em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #0a1b2b;
    opacity: 0;
    -webkit-transition: opacity .15s cubic-bezier(0, 1, .75, 1);
    transition: opacity .15s cubic-bezier(0, 1, .75, 1)
}
@media (min-width: 60em) {
    .standard-card__description {
        font-size: 1rem
    }
}
@media (min-width: 75em) {
    .standard-card__description {
        padding-left: 2rem;
        padding-right: 2rem
    }
}
@media (min-width: 87.5em) {
    .standard-card__description {
        font-size: 1.2rem
    }
}
@media (min-width: 75em) {
    .layout .standard-card__description {
        font-size: 1.3rem
    }
}
@media (min-width: 87.5em) {
    .layout .standard-card__description {
        font-size: 1.4rem
    }
}
@media (min-width: 60em) {
    .standard-card:hover .standard-card__description {
        opacity: 1
    }
}
@media (max-width: 60em) {
    .standard-card--mixed {
        height: 0;
        padding-bottom: 120%
    }
}
@media (max-width: 28.125em) {
    .standard-card--landscape {
        height: 0;
        padding-bottom: 66.667%
    }
    .standard-card--landscape .image {
        display: none
    }
    .standard-card--landscape .standard-card__image--landscape {
        display: block;
        height: 0;
        padding-bottom: 66.667%
    }
    .first-card{
        min-height: auto !important;
    }

}
@-moz-document url-prefix() {
    .standard-card .image__image {
        background-size: contain;
        background-position: top
    }
}
.events-slide{
    margin-bottom:20px;
}
.slick-arrow{
    position:absolute;
    top:20px;
    z-index:9999;
    background:rgba(255,255,255,0.5);
    border:none;
}
.slick-prev{
    left:20px;
}
.slick-next{
    right:20px;
}
.events_slide_cover{
    padding:20px;
}
.events_slide_cover h2{
    padding-top:260px;
}
.events_slide_cover h2, .events_slide_cover p{
    color:#fff;
}
.events_slide_cover button{
    background:#dc291e;
    border:none;
}
.events_slide_cover button a{
    color:#fff;
}

/* Fancybox Home */
.fancybox-content {padding:0 !important;}
.fancybox-content .desktop {display: block;}
.fancybox-content .mobile {display: none;}
.fancybox-content .btn_close {position: absolute; right:10px; top:10px; line-height:0; padding:0 10px;}

@media (max-width: 420px) {
    
    .fancybox-content .desktop {display: none;}
    .fancybox-content .mobile {display: block;}
    
    {


