/* general */

* {
    font-family: 'Source Sans Pro', sans-serif;
}


/* header */

header {
    min-height: 180px;
    padding-top: 3rem;
}

header h1 span {
    position: absolute;
    top: -9999px;
    left: -9999px;
    font-size: 1;
    color: transparent;
}

header .container {
    position: relative;
}

header .city {
    text-align: right;
}

header h2 {
    font-size: 4rem;
    color: #333;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 100%;
}

header .city p {
    font-size: 1.4rem;
    color: #666;
    margin-top: 0;
}

header .city p a {
    color: #666;
    text-decoration: none;
}

header .city p a:hover {
    color: #333;
}

@media (max-width: 575.98px) {
    header {
        padding-top: 1.5rem;
    }
    header .city {
        text-align: left;
    }
    header h2 {
        font-size: 2.5rem;
    }
    header .city p {
        font-size: 1.4rem;
    }
}


/* main */

#hero {
    background: url(../img/imagen.jpg) no-repeat top center;
    background-size: cover;
    height: 50vh;
}

main h4 {
    color: #666;
}

main p {
    color: #666;
    font-size: 1.2rem;
}

@media (max-width: 575.98px) {
    #hero {
        height: 30vh;
    }
}

#introduction {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

#introduction h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
    #introduction h3 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    #introduction p {
        font-size: 1rem;
        line-height: 1.3rem;
    }
}

#events {
    padding-bottom: 3rem;
}

#events p.number-events {
    color: #8011ba;
    font-size: 2rem;
    font-weight: 600;
}

.card {
    margin-bottom: 2rem;
    height: 440px;
}

.card:hover {}

.card figure {
    height: 12rem;
}

.card h4 {
    color: #333;
}

.card .row-button {
    bottom: 15px;
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
}

@media (max-width: 575.98px) {
    #events p.number-events {
        font-size: 1.5rem;
    }
}

#contact {
    background: #8011BA;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #fff;
}

#contact p {
    color: #fff;
    margin-bottom: 2rem;
}

#contact a {
    color: #fff;
    text-decoration: underline;
}

#contact .alert a {
    color: #856404;
}

.form-control {
    opacity: .8;
}

.form-control:focus {
    outline: none;
}

#ok,
#ko {
    padding-top: 2rem;
}


/* footer */

footer {
    background: #000;
    padding: 3rem 0rem;
    color: #c5c5c5;
}

footer a {
    color: #c5c5c5;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}


/* cookies */

#cookies {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%!important;
    height: auto;
}

#cookies .card {
    border-radius: 0;
    background-color: transparent;
    width: 100%!important;
    height: auto;
    color: #c5c5c5;
}

#cookies .card-body {
    padding: 10px 15px;
}

#cookies p,
#cookies a {
    font-size: 11px;
}

#cookies a {
    color: #fff;
    text-decoration: underline;
}

#cookies p {
    margin-bottom: 0;
    color: #c5c5c5!important;
}

#cookies span {
    cursor: pointer;
    font-size: 16px;
    color: #fff!important;
}


/* sobreescribir bootstrap */

.btn-primary {
    color: #fff;
    background-color: #8011BA;
    border-color: #8011BA;
    padding-right: 3rem;
    padding-left: 3rem;
}

.btn-primary:hover {
    color: #fff;
    background-color: #9C30D5;
    border-color: #9C30D5;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #9C30D5;
    border-color: #9C30D5;
    box-shadow: 0 0 0 0rem rgba(200, 200, 200, 0);
}

#contact .btn-primary {
    color: #8011BA;
    background-color: #fff;
    border-color: #fff;
    padding-right: 3rem;
    padding-left: 3rem;
}

#contact .btn-primary:hover {
    color: #8011BA;
    background-color: #fff;
    border-color: #fff;
}

#contact .btn-primary:focus,
#contact .btn-primary.focus {
    color: #8011BA;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 0rem rgba(200, 200, 200, 0);
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
}

@media print {
    *,
     :after,
     :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100%!important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-6 {
    float: left;
}

.col-xs-6 {
    width: 50%;
}

.container-fluid:after,
.container-fluid:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.container-fluid:after,
.row:after {
    clear: both;
}

.pull-right {
    float: right!important;
}

.hide {
    display: none!important;
}


/*! CSS Used from: http://192.168.33.10/front/css/font-awesome.min.css */

.pull-right {
    float: right;
}


/*! CSS Used from: http://192.168.33.10/front/css/modulos.css */

a:focus {
    outline: none;
}

.inntuyo {
    background: #333;
    padding: 10px;
    margin-bottom: 30px;
}

.inntuyo a {
    color: #fff;
    opacity: 0.6;
    font-size: 0.9rem;
    text-decoration: none;
}

.inntuyo a:hover,
.inntuyo a:focus {
    opacity: 1;
    text-decoration: none;
}

@media screen and (max-width: 479px) {
    .inntuyo {
        margin-bottom: 0px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .inntuyo {
        margin-bottom: 0px;
    }
}

.text-limit-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.event-card-message {
    position: absolute;
    top: 5px;
    padding: 0 5px;
    right: 0px;
    background: white;
    color: red;
    border-radius: 50px 0px 0px 50px;
}