.caption {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*background: #000;*/
    color: rgba(0, 0, 0, .7);
    /*padding: 0.5em 1em;*/
    font-size: 0.8rem;
}

.logos .img-fluid {
    width: 100%;
}

.content a {
    color: #fe6700;
}

.funciones .info-funcion .info-lugar {
    text-align: left;
    line-height: 120%;
}

.funciones .info-funcion .info-lugar {
    text-align: left;

}

.agregar-agenda a {
    color: #fff;
}

#banner-ficha h1 {
    color: #fff;
    display: inline;
    padding: 10px 5px 0 5px;
    line-height: 100%;
    font-family: 'Montserrat', sans-serif;
}

#banner-ficha .director_banner {
    display: inline-block;
    padding: 10px 0;
}

#banner-ficha .director_banner p {
    background: #fe6700;
    color: #fff;
    display: inline;
    /*padding: 10px 5px 0 5px;*/
    line-height: 120%;
}

/*#banner-ficha .blanco {*/
/*color: #fff;*/
/*}*/

/*#banner-ficha .sombra.blanco {*/
/*text-shadow: -2px 2px #000;*/
/*}*/
/*#banner-ficha .sombra.negro {*/
/*text-shadow: -2px 2px #fff;*/
/*}*/

.sticky-top {
    align-self: flex-start
}

.bloque-frase p {
    font-size: 18px;
    font-family: "Fira Mono", monospace;
}

.funciones .info-funcion .info-lugar ul li {
    margin: 0;
}

.flickity-button:disabled {
    background-color: #bbb;
}

/* .logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
} */

.botones a, .botones span {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    color: #29282e;
    background-color: #f199a6;
    border: 1px solid #000;
    padding: 1rem !important;
    text-decoration: none;
}


.botones a.botonretirar, .botones span.botonretirar {
    background-color: #a8e7bd;
}

.botones a img, .botones span img {
    float: none;
}

.bloque-frase p {
    font-size: 18px !important;
}

@media (max-width: 767px) {
    .sidebar {
        position: relative !important;
    }

    .bloque-frase p {
        font-size: 16px !important;
    }

    .bloque-cuerpo p {
        /*font-size: 20px;*/
        /*text-align: left;*/
    }

    .bloque-personas .persona .bajada p {
        font-size: 20px !important;
    }

    .desplegados li::before {
        content: "\25AA";
        font-size: 75%;
        color: #fe6700;
        display: inline-block;
        width: 0.25em;
        margin-left: -0.5em;
        margin-right: 0.25em;
    }

}

.card-body.show {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.agenda a {
    color: #000;
}

.agenda .obra:hover {
    background-color: #fe6700;
    color: #fff;
}

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

.festival:not(:last-child) .border {
    border-bottom-width: 0 !important;
}

.festival .border:not(:last-child) {
    border-right-width: 0 !important;
}

.mifestival .compartir input {
    padding: 1em 2em;
    font-family: 'Barlow Condensed', sans-serif;
    color: #7d7d7d;
    border: 1px solid #000;
    font-size: 18px;
    width: 20em;
    text-align: center;
    margin: 0

}

.mifestival .compartir button {
    margin: 0;

    background-color: #fe6700;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #fe6700;
    padding: 1em 1em;
    text-transform: uppercase;
}

.buscardor .simplesearchresults h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
}

.buscardor .simplesearchresults p {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 200;
    line-height: 100%;
    font-size: 16px;
    margin-bottom: 0;
}

.buscardor .simplesearchresults .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #29282e;
}

.buscardor .simplesearchresults .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    left: 1px;
    border-left-color: #29282e;
}

.buscardor .simplesearchresults a {
    background: #fff;
    color: #000;
}

.buscardor .simplesearchresults a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.selfrender h2 {
    /*font-style: italic;*/
}

.selfrender .info {
    background: rgba(255, 255, 255, 1);
    color: #000;
}

.selfrender .maininfo {

}

.selfrender .disciplina {
    font-style: italic;
    background-color: #fe6700;
    color: #fff;
    display: inline-block;
    bottom: -5px;
    position: relative;
}

.selfrender .bgimg {
    background-size: 115% !important;
    transition: all 1s;
    animation-duration: 1s;
}

.selfrender .hoverinfo {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    animation-duration: 1s;
    background-color: #29282e;
}

.selfrender .hoverinfo:hover {
    opacity: 0.97;
}

.selfrender .hoverinfo a {
    /*display: block;*/
    color: #fff !important;
    /*font-size: 30px;*/
    /*background-color: #fe6700 !important;*/
}

.selfrender .hoverinfo a:hover {
    text-decoration: underline;
}

.selfrender .bgimg:hover {
    background-size: 110% !important;
}

.selfrender a:hover {
    color: #29282e !important;;
}

.simplesearchresults .selfrender p.mono {
    font-family: "Fira Mono", monospace;
    /*letter-spacing: -2px;*/
    font-style: normal;

}

.sefrender:hover .info {
    opacity: 0;
}

.buscardor .simplesearchresults .selfrender a.comprar {
    background: #fe6700;
}

.buscardor .simplesearchresults .selfrender a.masinfo {
    margin-top: 30px;
}

.buscardor .simplesearchresults .selfrender a {
    background: none;
}

.obrasrelacionadas .selfrender,
.obrasrelacionadas .selfrender a,
.obrasrelacionadas .selfrender h2,
.obrasrelacionadas .selfrender p {
    line-height: 120%;
    color: #000;
}

.obrasrelacionadas .selfrender p {
    margin: 0;
}

.obrasrelacionadas .selfrender strong {
    font-weight: 400;
}

/*.popover  {*/
/*background: #fff !important;*/
/*}*/

/*.popover, .popover a, .popover p {*/
/*color: #000;*/
/*}*/

.insidebanner {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.banner-interior .bg-int.banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.noticia .bloque-titulo {
    position: relative;
}

.noticia h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*left: 10px;*/
    /*background-color: #fe6700;*/
    padding: 10px;
    display: inline-block;
    /*color: #fff;*/
}

.porquever ul {
    margin: 1em 0;
}

.desplegados ul {
    list-style: none;
    margin: 0 0 0 15px;
    padding-inline-start: 5px;
}

.desplegados li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.desplegados li::before {
    /*content: "\25AA";*/
    content: ">";
    font-size: 125%;
    color: #FF6700;
    display: inline-block;
    width: 0.5em;
    margin-left: -1em;
    margin-right: 0.5em;
    font-weight: 600;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.qr img {
    max-width: 100%;
    height: auto;
}

.contacto {
  font-family: 'Montserrat', sans-serif;
}

.contacto h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.contacto h1 {
    text-transform: uppercase;
}

.contacto h2 {
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 5px;
}

.contacto p {
    line-height: 150%;
    font-size: 1.0rem;
    font-family: 'Montserrat', sans-serif;
}

.contacto .nombre {
    font-weight: 600;
    font-size: 1.3rem;

}

.contacto .email {
    font-weight: 400;

}

.contacto a {
    text-decoration: none;
    font-weight: 700;
    color: #212529;
    /*word-break: break-all;*/
}

.contacto a:hover {
    color: #FF6700;

}

.close-cal {
    color: #ef9aa7;
    display: block;
    margin: 0;
    font-size: 2rem;
}

.close-cal:hover {
    color: #fe6700;
}

a.pronto .cover {
    opacity: 0;
    top: 0;
    right: 15px;
    left: 15px;
    /*min-width: 100%;*/
    min-height: 100%;
    position: absolute;
    background-color: rgba(41, 40, 46, 0.95);
    color: rgb(242, 60, 63);
    transition: all 0.2s;
    animation-duration: 0.2s;

}

a.pronto .cover p {
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.5rem;
}

a.pronto:hover .cover {
    opacity: 1;

}

a.pronto {
    cursor: default;
}

.no-italic p {
    font-style: normal !important;
}

.advancedsearch .resp-tabs-container li {
    list-style: none;
    display: inline-block;
    float: left;
    min-width: 33.333333%;
}

@media (max-width: 767px) {
    .advancedsearch .resp-tabs-container li {
        width: 100%;
    }

}

code {
    display: block;
    color: #212529 !important;
    text-align: right;
    /*border-left: 3px solid #ff585d;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 28.8px;

}

code strong, #interior code b {
    font-weight: 500;
    color: #ff585d;
}

.espacios a {
    color: #212529;
    text-decoration: underline;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: pointer !important;
}

.socialhead {
    position: absolute;
    top: 60px;
    right: 10px;
    z-index: 1;
}

.socialhead ul {
    text-align: left;
    margin: 0;
    padding: 0;
}

.socialhead ul li {
    display: inline-block;
    float: left;
}

.socialhead ul li a {
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    font-weight: 300;
    display: block;
    margin: 5px;
    /*opacity: 0.5;*/
    transition: all 0.5s;
    animation-duration: 0.5s;

}

#mainInfo {
    border-bottom: none !important;
}

.socialhead ul li a:hover {
    color: #fff;
    background: #f23c3f;
    margin: 0 0 0 5px;
    /*opacity: 100;*/
}

.socialhead p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
}

.fa-calendar-alt {
    color: rgba(255, 255, 255, 0.75);
    font-size: 26px;
}

#at-custom-mobile-bar {
    background: #555555 !important;

}

#at-custom-mobile-bar svg {
    fill: #555555 !important;
}

.desplegados .card {
    border: none;
}

.desplegados .card-header {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.desplegados .fa-angle-down {
    float: right;
    transform: rotate(180deg);
    transition: all 0.5s;
    animation-duration: 0.5s;

}

.collapsed .fa-angle-down {
    transform: rotate(0deg);
}

.entradasrevisa {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
}

.entradasrevisa .color1 {
    color: #fc6020
}

.entradasrevisa .color3 {
    color: #f23b3f
}

.entradasrevisa .color2 {
    color: #fd9da7
}

.daterep {
    text-align: center;
}

.piefoto {
    position: absolute;
    right: 10px;
    bottom: 40px;
    /*transform: rotate(-90deg);*/
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.7rem;
    /*text-shadow: -1px 1px rgba(0,0,0,0.3);*/

}

.bg-ficha {
    position: relative;
}

.noticia p {
    text-align: left !important;
}

.noticia h1 {
    text-align: left !important;

}

.btn-primary {
    background-color: #000;
    border-color: #000;
    border-radius: 0px;
    padding: 0.2em 3em;
    border-width: 4px;
    transition: all 0.5s;
    animation-duration: 0.5s;
    color: #fff;

}

.btn-primary:hover {
    background-color: #0000ff;
    color: #fff;
    border-color: #0000ff;
}

.form .required {
    position: absolute;
    top: 0px;
    left: 0px;
}

.streamform ul {
    list-style: none;
}

.streamform label {
    display: inline;
    font-weight: 400;
}

.streamform input[type=checkbox] {
    float: left;
    display: inline !important;
    width: unset;
    margin-right: 1em;
    vertical-align: center;
}

.streamform a {
    color: #e03f48;
}

.spaces a {
    display: block;
    color: #000;
}

@media (max-width: 768px) {
    .mapiframe {
        position: relative !important;
        height: 600px !important;
    }

    .embed-responsive-16by9::before {
        
    }
}

.antofactividades h2 {
    color: #e13d44;
    font-family: 'Montserrat', sans-serif;
}

.destacar {
    background: #e13d44;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    display: block;
    padding: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.credito_foto_director {
    display: block;
    font-size: 70%;
    color: #999;
    margin: 0.5em;

}

/*Funciones*/

.donde a {
    color: #000;
}

.donde .funciones {
    background-color: #ff9ca6;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 15px;
}

.donde .funciones h3 {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    font-size: 23px;
    padding: 0;
    border: none;
}

.donde .info {
    border: 1px solid #000;
    /*font-size: 12px;*/
    position: relative;
}

.donde .info .bd-d {
    background-color: #29282e;
}

.donde .info .fecha p {
    text-align: center;
    font-weight: 700;
    color: #fff;
    /*word-spacing: 1000px;*/
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 110%;
}

.donde .info .hora p {
    font-weight: 400;
    color: #29282e;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 120%;
}

.donde .info .hora p strong {
    font-weight: 700;

}

.donde .info .lugar a {
    font-weight: 400;
    text-decoration: underline;
    display: block;
    color: #29282e;
    margin-bottom: 10px;
    line-height: 120%;
    text-decoration: none;
    font-size: 12px;
}

.donde .info .lugar a:hover {
    color: #ff9ca6;
}

.donde .postular {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.donde .postular a {
    font-weight: 800;
    text-transform: uppercase;
    border: 0;
    background-color: #ff9ca6;
    color: #29282d;
    padding: 10px 25px;
    cursor: pointer;
    display: block;
    border: 1px solid #000;
    text-decoration: none;
}

.donde .postular a:hover {
    background-color: #29282d;
    color: #fff;
    padding: 10px 25px;
}

.donde button {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    padding: 0.2rem 0.4rem;
    font-size: 12px;
    border: none;
    width: 100%;
}

.donde button:hover {
    cursor: pointer;
    background-color: #ee4437;
}

.donde .info {
    margin: 1px 0;
}

.donde .lugar a {
    font-family: 'Fira Mono', monospace;
    font-weight: 300;
    text-decoration: underline;
    display: block;
    color: #29282e;
    margin-bottom: 10px;
}

.donde .lugar a:hover {
    color: #000;
}

.donde .info-lugar ul {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

.donde .info-lugar ul li {
    font-size: 12px;
    margin-bottom: 8px !important;
    line-height: 100%;
}

.donde .agregar-agenda button {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    background-color: #29282e;
    color: #fff;
    padding: 10px;
    width: 100%;
    cursor: pointer;
}

.donde .agregar-agenda button:hover {
    background-color: #f1422f;
}

.donde .info-lugar ul li img {
    width: 25px;
}

.donde .fa-angle-down {
    float: right;
    transform: rotate(180deg);
    transition: all 0.5s;
    animation-duration: 0.5s;

}

.donde .collapsed .fa-angle-down {
    transform: rotate(0deg);
}

.pagada {
    color: #e13d44;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Barlow Condensed', sans-serif;
    position: absolute;
    top: 2px;
    right: 2px;
}

.retirar {
    color: #0fc152;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Barlow Condensed', sans-serif;
    position: absolute;
    top: 2px;
    right: 2px;
}

@media (max-width: 767px) {
    .pagada {
        top: 18px;
        right: 15px;
    }
}

@media (max-width: 767px) {
    .retirar {
        top: 18px;
        right: 15px;
    }
}

/*.biobio .col-lg-15, .biobio .col-md-15 {
    width: 11.1111% !important;
}*/

.biobio .calendario-obras .fecha-evento p {
    font-size: 20px;
}

.clubtable tbody tr td:first-child {
    font-weight: 700;
}

.clubtable img {
    max-width: 100px;
}

table.clubtable td {
    vertical-align: center !important;
}

.club
    /*.clubtable tbody tr:nth-child(odd) {*/
    /*background-color: rgba(223, 63, 72, 0.1);*/
    /*}*/
.descuentos .descuento {
    /*color: #e13d44;*/
    position: absolute;
    top: 10px;
    right: -20px;
    font-weight: 700;
    font-size: 100%;
    display: block;
    margin-right: 1rem;
    color: white;
    background-color: #e13d44;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    line-height: 46px;
    /*font-size: 10px;*/
    text-align: center;
    cursor: pointer;
    z-index: 999;
}

.descuentos {
    font-weight: 400;
}

.descuentos .info {
    display: block;
    font-size: 70%;
    padding: 6px 0;

}

.descuentos .lugar {
    position: relative;
}

.descuentos h3 {
    background-color: #000;
    color: #fff;
    /*border-left: 4px solid rgba(239, 154, 167, 1.000);*/
    /*padding: 0 0 0 0.5rem;*/
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 100%;
    /*height: 50%;*/
    padding: 1rem;
    font-size: 120%;
    font-weight: 400;
    /*text-align: right;*/
}

.descuentos .barrio
.rot90 {
    -webkit-transform: translateY(-80%) rotate(90deg); /* Safari */
    -moz-transform: translateY(-80%) rotate(90deg); /* Firefox 3.6 Firefox 4 */
    /*-moz-transform-origin: right top; */
    -ms-transform: translateY(-80%) rotate(90deg); /* IE9 */
    -o-transform: translateY(-80%) rotate(90deg); /* Opera */
    transform: translateY(-80%) rotate(90deg); /* W3C */
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
}

.descuentos a {
    color: #000;
}

.archivo a {
    font-weight: 400;
    font-size: 120%;
    color: #000;
    padding-top: 6px;

}

.archivo img {
    /*border: 4px solid #000;*/
}

.innerbuttons .botones a {
    background: #fff;
}

.innerbuttons .botones a:hover {
    color: #e13d44;
}

figure {
    margin: 0;
}

figcaption {
    text-align: right;
    font-size: 80%;
}

.zonalist {
    /*text-align: center;*/
    width: 100%;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 150%;
}

.zonalist a {

    text-decoration: none;
}

.zonalist a:hover {
    color: #e13d44;

}

.zonalist a.active {
    color: #e13d44;

}

.patrimonio .fecha, .patrimonio .bajada {
    font-size: 2.0rem;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
}

.patrimonio h1 {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    color: #000;
    line-height: 100%;
    hyphens: auto;
}

.patrimonio p {
    font-size: 1.06rem;
}

.patrimonio p a {
    color: #FF6700;
}

.patrimonio p a:hover {
    color: #000;
}

.patrimonio .zona {
    font-size: 30px;
    font-family: 'Barlow Condensed', sans-serif;
    /*font-style: italic;*/
    text-transform: uppercase;

}

.patrimonio .zona a {
    color: #000;
    font-weight: 700;
    border-bottom: 4px solid #fff;
}

.patrimonio .zona a.active {
    border-bottom: 4px solid #FF6700;
}

.patrimonio .zona a:hover {
    text-decoration: none;
    color: #FF6700;
}

.patrimonio .sala .titulo {
    font-size: 2.0rem;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    color: #000;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 5px;
}

.patrimonio .sala .info {
    font-size: 22px;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 110%;
    font-weight: 400;
    margin-bottom: 15px;
}

.patrimonio .sala .info .direccion, .patrimonio .sala .info .web a {
    color: #FF6700;
}

.patrimonio .sala .info .web a:hover {
    color: #000;
}

.patrimonio .sala .descripcion p {
    font-size: 1.06rem;
    font-family: 'Open Sans', sans-serif;
    line-height: 150%;
    font-weight: 300;
    /*margin-bottom: 0;*/
    /*margin-top: 0;*/
}

.patrimonio .sala p.informacion {
    font-weight: 700;
}

.patrimonio .sticky-top {
    top: 75px;
    z-index: 10;
}

.redes {
    margin: 0 auto;
}

.redes a {
    background: #000;
    color: #fff;
    font-size: 19px;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    /*float:left;*/
    text-align: center;
    padding-top: 2px;
    margin-left: 5px;
    margin-top: 5px;
}

.redes a:hover {
    background: #6b00ff;
}

.topred {
    border-top: 4px solid #29282d;
}

.paginated span {
    background: #29282d;
    color: #fff;
    padding: 6px 12px;
    font-size: 18px;
    display: inline-block;
}

.paginated a {
    background: #29282d;
    color: #fff;
    padding: 6px 12px;
    font-size: 18px;
    display: inline-block;
}

.prensa .zonalist a {
    font-size: 32px;
    color: #000;
    border-bottom: 4px solid #fff;

}

.prensa .zonalist a.active {
    border-bottom-color: #f0422f;
}

.prensa .links .title img {
    margin-right: 10px;
}

.prensa .links {
    font-size: 20px;
}

.prensa .links a {
    margin-top: 8px;
    background-color: #6b00ff;
    color: #fff;
    padding: 8px 18px;
    /*display: block;*/
    float: right;
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
}

.prensa .links a:hover {
    background-color: #000;
}

.prensa .links a img {
    margin-left: 10px;
}


.comosocial i {
    color: #000;
    font-size: 92px;
    margin: 0 23px;
}

.postulacion ul.errorlist {
    margin: 0;
    padding: 2px 8px;
    background: rgba(223, 63, 72, .8);
    color: #fff;
}

.postulacion ul.errorlist li {
    margin: 0;
    padding: 0;
}


/*5 Cols*/

.col-xs-7,
.col-sm-77,
.col-md-77,
.col-lg-77 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-77 {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-77 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-77 {
        width: 14.2%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-77 {
        width: 14.2%;
        float: left;
    }
}

.banners_localidades {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 200%;
    font-style: italic;
}

.banners_localidades {
    overflow: hidden;
}

.banners_localidades a {
    transition: all 1s;
    animation-duration: 1s;
    opacity: 1
}

.banners_localidades a:hover {
    color: #fff;
    text-decoration: none;
    /*zoom: 120%;*/
    opacity: 0.7;
}

.bloque-cuerpo p.herotext {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-style: italic;
    line-height: 100%;
    font-size: 40px;


}

.notbold {
    font-weight: 100 !important;
    color: #000 !important;
    text-transform: none;
}

.titulo-seccion-h.smaller p {
    /*font-size: 40px;*/
}

.bloque-personas .persona .nombrejurados p {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 100%;
    color: #fff;
    font-style: italic;
}

.agotado {
    color: #a60033;
}


.tabs {
    font-family: "Barlow Condensed", sans-serif;

    font-size: 32px;
}

.tabs a {
    color: #000;
    border-bottom: 4px solid #fff;
}

.tabs a.active {
    border-bottom-color: #f0422f;

}

.titulo-seccion-h span {
    color: #f199a6;
}

.bajada .big {
    font-size: 150%;
}

.postulacion .quiet {
    font-size: 15px;
    font-weight: 400;
}

.carousel-video-nav img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.carousel-video-nav img:hover, .carousel-video-nav img.active {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: all 0.5s;
    animation-duration: 0.5s;
}

#getmorepicsbtn {
    background-color: #000;
    color: #fff;
    border-radius: 0;
}

#getmorepicsbtn:hover {
    background-color: #0000ff;
}

.carousel-video-nav a {
    position: relative;
}

.carousel-video-nav i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    margin-left: -20px;
    margin-top: -20px;
    color: #fff;
    opacity: 0;
}


.ediciones .caption {
    position: absolute;
    right: 25px;
    top: 5px;
    color: #fff;
    opacity: 1;
    font-size: 65%;
    /*text-shadow: 1px 1px #000000;*/
}

.sticker {
    /*position: ;*/
    /*bottom: -5px;*/
    /*left: 25%;*/
    text-align: center;
    background: #f66602;
    color: #fff;
    padding: 0 0.5em;
    font-size: 90%;
    font-family: 'Open Sans', sans-serif;
    /*transform: rotate(-5deg);*/
}
