/*--- Valores Generales ---*/
@font-face {
    font-family: 'budmobulbs';
    src: url('fonts/budmo_bulbs-webfont.woff2') format('woff2'),
         url('fonts/budmo_bulbs-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body, p {
    font-family: 'Montserrat', sans-serif;
    color: #000;    
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #9f844d;
}

h1 { margin-bottom: 20px; }

h2 {
    padding-bottom: 5px;
    margin-bottom: 20px;
}


a { color:#9f844d; }
.contenido a { text-decoration: underline; }
a:hover, .btn-link:hover {
    color:#000;
    text-decoration: none;
}

.dorado { color: #9f844d !important; }

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

.page-item.active .page-link {
    background-color: #9f844d;
    border-color: #9f844d;
}
.page-link, .btn-link {
    color: #9f844d;
}

.btn-info, .badge-info {
    color: #fff;
    background-color: #9f844d;
    border-color: #9f844d;
}
.btn-info:hover {
    background-color: #000;
    border-color: #000;
}
.bg-info { background-color: #9f844d !important; }


@media screen and (min-width: 1400px)  {
    .container {
        max-width: 1320px;
    }
}
@media screen and (min-width: 1550px)  {
    .container {
        max-width: 1500px;
    }
}






/*--- HEADER---*/
header { background-color: #fff;  }

a.navbar-brand img {
    max-height: 120px;
}
.organizador img { max-height: 90px; }

.menu-principal { width: 100%; }
.menu-principal li a {
     font-weight: 700;
    border-bottom: 2px solid #fff;
    color: #000;
}

.menu-principal li a.active {
    color: #9f844d;
    background-color: #f6f5f4;
}

.menu-principal li a:hover {
    color: #9f844d;
    background-color: #f6f5f4;
    border-bottom: 2px solid #9f844d;
}



.dropdown-menu {
    padding: 1rem;
    margin: 0;
}
.dropdown-menu li a:hover {
    background-color: #fff;
    border-bottom: 0;
}

.dropdown:hover>.dropdown-menu, .dropdown-item:hover>.dropdown-menu {
  display: block;
}

.scrolled a.navbar-brand img { max-height: 60px; }
.scrolled .nav-top { padding: 0 !important; }
.scrolled .navbar, .scrolled .nav-link  { padding-top: 0 !important; }
.scrolled .redessociales i { font-size: 1.3em; }
.scrolled .organizador img { max-height: 40px; }
.scrolled .organizador, .scrolled .proximaedicion { font-size: .9em; }

.breadcrumb {
    background-color: #fff;
    padding-left: 0;
}

@media screen and (min-width: 1000px)  {
    .redessociales i { font-size: 1.5em; }
    a.navbar-brand img { max-height: 110px; }
}
@media screen and (min-width: 1200px)  {
    .redessociales i { font-size: 2em; }
}









/*--- HOME ----*/
.bloquePortada h3 { font-size: 1.4rem; }
.bloquePortada .lead { font-size: 1.1rem; }

.imgDestacada {
    max-height: 420px;
    overflow: hidden;
}

#sliderPremiados {
    padding-top: 5%;
    height: 400px;
    overflow: hidden;
}

#sliderPremiados .carousel-item {
    padding: 0 15%;
    height: 400px;
}
#sliderPremiados .carousel-item .d-table { height: 100%; }
#sliderPremiados .carousel-item .d-table-cell {
    height: 100%;
    vertical-align: middle;
}

.carousel-control-prev, .carousel-control-next {
    color: #9f844d;
    font-size: 3em;
}
.carousel-control-prev svg, .carousel-control-next svg {
    width: 2em;
    height: 2em;
}
.listapremiados .carousel-control-prev, .listapremiados .carousel-control-next {
    color: #ffffff;
}

.carousel .categoria {
    font-variant: all-petite-caps;
}

.carousel .ganador {
    font-family: 'budmobulbs';
    font-size: 5em;
    line-height: .9em;
    font-weight: 400;
    text-transform: uppercase;
    color: #9f844d;
}

.premiados {
    padding: 40px;
    background-color: #cccccc73;
}

.tituloganadores {
    background: url(../imagenes/interfaz/perfil-mascara-dorada.png) center no-repeat;
    background-size: contain;
    height: 80px;
    margin-top: 30px;
}
.listapremiados {
    background-color: #9f844d;
    padding-top: 30px;
    padding-bottom: 30px;
}
.listapremiados .carousel-inner { min-height: 760px; }
.listapremiados .card {
    background-color: transparent;
    border: 0;
}
.listapremiados .card-img-top {
    height: auto;
    max-height: 345px;
}
.listapremiados .card:hover .card-img-top { opacity: .7; }
.listapremiados .card-title {
    text-align: center;
    font-style: italic;
}
.listapremiados .nominations {
    margin: -30px auto 20px;
    padding: 5px 10px;
    display: block;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    background-color: #fff;
    text-align: center;
    letter-spacing: .15em;
    font-weight: 400;
    font-size: 17px;
    color: #000;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.estrenos {
    padding: 40px;
}

.masinfo {
    font-size: 1.2em;
}

@media (max-width: 768px) {  .contenido iframe { max-width: 100%; } }
@media screen and (max-width: 640px)  {
    .destacados, .estrenos { padding: 20px 5px; }
    .premiados { padding: 40px 10px; }
    .estreno { max-height: none; }
    .carousel .ganador { font-size: 4em; }
    .carousel-control-prev, .carousel-control-next { font-size: 2em; }

    .listapremiados .card .card-body {
        background-color: #fff;
        padding: .5rem 1.25rem;
    }
    .listapremiados .card .nominations {
        margin: 0 auto;
        box-shadow: none;
        font-size: 12px;
        letter-spacing: normal;
        padding: 0px 5px;
    }
    .listapremiados .card-title { font-size: 1.1rem; }
}

@media screen and (min-width: 801px)  {
    .listapremiados .card:hover .card-body {
        background-color: #fff;
        padding: .5rem 1.25rem;
    }
    .listapremiados .card:hover .nominations {
        margin: 0 auto;
        box-shadow: none;
    }
}









/*--- NOTICIAS ----*/
.tagNoticia {
    padding: 5px 10px;
    background-color: #9f844d;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.tagNoticia a {
    color: #fff;
    text-decoration: none;
}
.row.estreno .col-md-7 {
    max-height: 500px;
    overflow: hidden;
}



/*--- SECCIONES ---*/
#pagina_editable img {
    padding: 10px;
    border-color: #9f844d;
    margin: 10px;
    border-radius: 10px;
}

.buscador .card-header {
    color: #fff;
    background-color: #9f844d;
}



/*---- PALMARES Y CANDIDATOS ---*/
.media.ganador {
    border: 1px solid #9f844d;
    border-radius: 5px;
}
.ganador h4 a {
    font-weight: bold;
    color: #9f844d;
    text-transform: uppercase;
}
.list-group-item.active {
    background-color: #9f844d;
    border-color: #9f844d;
}


/*---- PRENSA ---*/
.btnDescarga {
    font-size:2rem;
    border-right: 2px solid #fff;
    margin-right: 10px;
}
.card-img-top {
    width: 100%;
    height: 10vw;
    object-fit: cover;
}



/*----MATERIAL GRAFICO---*/
.albumfotos .carousel-control-prev, .albumfotos .carousel-control-next {
    color: #9f844d;
    opacity: 1;
    font-size: 3em;
    text-decoration: none;
}


/*-- Vota MAX --*/
.datos-resultados{
    text-align: center;
    margin-top: 40px;
    align-content: center;
}
.datos-resultados .pagination {
    justify-content: center;
    margin-bottom: 0;
}
.datos-resultados .pagination .page-link { color: #9f844d; }
.datos-resultados .pagination .page-link.active {
    background-color: #9f844d;
    color:#fff;
}
.datos-resultados .numero{
    font-weight: bold;
    margin-bottom: 10px;
}
.resultados { margin-top: 30px;
}
.resultados .espectaculo { border-bottom: 1px solid #ccc; }

.resultados h3{ font-size: 1rem; }
.resultados h3 .badge {
    font-size: .7rem;
    font-weight: normal;
}
.resultados h5 { font-size: .8rem; }

.resultados .manzana { width: 35px; }
.resultados .votos form {
    margin-top: 10px;
    justify-content: flex-end;
    margin-bottom: 0;
}
.resultados .votos input { margin-left: 5px; }
.resultados .votos label { font-size: .8rem; }
.resultados .donde { margin-top: 15px; }
/*enviar votos*/
.boton-enviar-votos .btn{
    background-color: #000;
    color:#fff;
    padding: .5rem 1.2rem;
    margin:20px;
}
.boton-enviar-votos {
    margin-bottom: 2rem;
    text-align: center;
}
.enviar-votos h5{
    color: #9f844d;
    text-align: center;
    margin-bottom: 40px;
}

.enviar-votos .form-check{
    margin-bottom: 20px;
}
.enviar-votos .modal h4{
    color: #9f844d;
    text-align: center;
    margin-bottom: 20px;
    }
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .datos-resultados .pagination { justify-content: flex-end; }
    .datos-resultados { text-align: left; }
    .datos-resultados .numero {margin-bottom: -10px; }
    .resultados .manzana { width: auto; }
    .resultados .votos { text-align: right; }
}



/*-- INSCRIPCION DE OBRAS --*/
.caja_login {
    margin: 1rem 2rem;
    padding: 2rem;
    border: 1px solid #9f844d;
    border-radius: 5px;
}
.error {
      background: pink;
}

div#listaProductoras strong {
    font-size: 26px;
}

/*--- ENCUESTA ----*/
.pregunta div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
@media (max-width:  475px) {
    .pregunta div {
        flex-direction:  column;
    }
}
.btn-enviar-encuesta {
    font-size: 1.5em;
    background-color: transparent;
    border: 2px solid #9f844d;
    color: #9f844d;
    font-weight: 700;
    padding: 10px 20px;
}

/*--- PIE ----*/
footer a { color: #000; }
footer a:hover { color: #9f844d; }
.bg-dark a { color: #fff; }
.bg-secondary { background-color: #cccccc73 !important; }
.bg-intermedio { background-color: #9e9e9e !important; }

.menu_pie { font-size: .9em; }
.menu_pie li { font-size: .9em; }
.menu_pie ul {
    list-style-type: none;
    margin-left: .5em;
    padding-left: .6em;
}


/*-- COOKIE CONSENT --*/
.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
