/* Modal portal_registry */
.section-portal_registry .modal-dialog{max-width:100%;width:100%;margin:0;height:100%}
.section-portal_registry .modal-content{height:100%;border-radius:0}
.section-portal_registry #form-widgets-value{height:77vh}
.section-portal_registry .modal-footer{position:fixed;bottom:0;left:0;width:100%;background:#fff;border-top:1px solid #ccc;padding:10px;z-index:2000;display:flex;justify-content:center;align-items:center}
.section-portal_registry .modal-footer .pattern-modal-buttons button{margin:0 1em}
.section-portal_registry .modal-body{margin-bottom:60px}

/* Paginación */
.pagination{display:flex;flex-wrap:wrap;gap:2px}
.pagination li{flex:1 1 auto;min-width:28px;text-align:center}

/* Buscador */
#portal-searchbox .searchField{height:30px;padding:0 10px;line-height:30px;font-size:15px}
#portal-searchbox .searchButton{height:30px;padding:0 12px;line-height:30px;font-size:15px}
#portal-searchbox .searchSection{min-height:0}

/* General */
a,.page-link{color:#900;text-decoration:none}
a:hover,.portletNavigationTree .card-body ul li a:hover,.page-link:hover{color:#159}
.navbar-barceloneta{--bs-navbar-background:#900;}
.active>.page-link, .page-link.active{ background-color:#900;border-color:#900}
#portal-footer-wrapper{background-color:#900}
.active .page-link:hover,#portal-footer-wrapper a{color:#FFF}
#portal-footer-wrapper a:hover{color:#FFC400}
.portlet .plone-icon{display:none}

/* Ancho 100% */
.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:100%}
.container{padding-left:1.5rem;padding-right:1.5rem}
@media (min-width:992px){
    #portal-column-one,#portal-column-two{flex:0 0 260px !important;width:260px !important;max-width:260px !important}
    #portal-column-content{flex:1 1 0 !important;width:auto !important;max-width:none !important}
}

/* Cabecera */
#content-header{background-size:cover;background-position:center;background-repeat:no-repeat}
#portal-top{background:rgba(255,255,255,.65);padding:.15rem 1rem .5rem 0;border-radius:0.5rem;box-shadow:0 6px 24px rgba(0,0,0,.28);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}

/* AW.CT */
#index-icons{--icons-accent:#900}
#index-icons{--icons-hover:#159}
.aw-icon{width:1.1em;height:1.1em;vertical-align:middle;margin-right:0.35em;margin-left:0.05em;flex-shrink:0}
/* PROVISIONAL: Ocultar botón Subir en folder_contents */
.template-folder_contents #btn-upload{display:none}

/* Variables */
:root{--bs-secondary-bg:#F5EDED}

/* Inicio */
#logo-grande{max-height:calc(100vh - 390px);max-width:100%;width:auto;height:auto}
#portada-denominacion,#portada-eslogan,#portada-enlaces{font-size:200%}
#index-text{background-image:url("/es/imagenes/fondo-inicio.webp/@@images/image");background-repeat:no-repeat;background-position:center center;background-size:cover}
#index-text{width:calc(100% + 3rem);margin-left:-1.5rem;margin-right:-1.5rem}

.inicio-noticias{display:block}
.inicio-noticias h2{background:#900;color:#fff;padding:5px 0;text-align:center;margin:0}
.inicio-noticias-todas{background:var(--bs-secondary-bg);padding:10px 0;text-align:center;margin:0 0 1.5rem 0}
.inicio-noticias-todas a{margin:0 1em}
.inicio-noticias-items{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.inicio-noticias-item{display:block}
.inicio-noticias-imagen{position:relative;width:100%;padding-top:100%;margin-bottom:10px;overflow:hidden}
.inicio-noticias-imagen img{position:absolute;top:0;left:0;width:100%!important;height:100%!important;object-fit:cover;display:block}
@media (max-width:992px){.inicio-noticias-items{grid-template-columns:repeat(2,1fr)}}
@media (max-width:768px){.inicio-noticias-items{grid-template-columns:1fr}}

.portaltype-aw-index #viewlet-below-content .card-header,.portaltype-aw-index #viewlet-below-content .card-footer,.section-integrantes.subsection-novedades .card-header,.section-integrantes.subsection-novedades .card-footer{display:none}
.portaltype-aw-index .card-body>ul{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding-left:0;list-style:none}
.portaltype-aw-index .card-body>ul>li{margin:0}
@media (max-width:992px){.portaltype-aw-index .card-body>ul{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:768px){.portaltype-aw-index .card-body>ul{grid-template-columns:repeat(1,minmax(0,1fr));}}

/* PANTALLAS PEQUEÑAS */

@media (max-width:480px){
/* Resultados de búsquedas */
.d-flex.mb-2{display:flex!important;flex-direction:column!important;gap:0.75rem!important;width:100%!important}
.d-flex.mb-2 > div,.d-flex.mb-2 > .flex-fill,.d-flex.mb-2 > .nav-item{width:100%!important;max-width:100%!important;flex:0 0 100%!important}
#search-filter{width:100%!important}
#search-filter + .nav-item.dropdown{width:100%!important}
#results-count{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:0.5rem!important;text-align:left!important}
#search-results-number{flex:0 0 auto!important}
}