:root {
    --color-1: #07c8cc;
    --color-2: #f8f8f8;
    --color-1-dark:#0d8385;
    --color-1-dark-2:#086363;
    --white: #FFF;
    --gray: #4d4d4d;
    --bs-white-rgb: 255, 255, 255;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.font-bree{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}

body {
    background: var(--color-2);
    font-size: 14px;
    font-family: "Inter", sans-serif;
}
a, .btn-link, button.dropdown-toggle {
    /* color: var(--color-1); */
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.btn, .search-filter-toggle {
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 14px;
}
.btn-primary, .btn-dark-blue{
    color: var(--white);
    background-color: var(--color-1-dark);
    border-color: var(--color-1-dark-2);
}
.reset-filters-btn{
    gap: .25rem;
    margin-bottom: 0;
    padding: .6rem 1rem;
    border: 1px solid #086363;
    color: #ffffff;
    text-decoration: none;
    background-color: rgb(13 131 133);
    border-radius: 7px;
    margin-left: 5px;
}
.btn-primary:hover, .btn-dark-blue:hover, .reset-filters-btn:hover{
    color: var(--white)!important;
    background-color: var(--color-1-dark-2);
    border-color: var(--color-1-dark);
}
a:hover, .btn-link:hover, button.dropdown-toggle:hover {
    color: var(--color-1-dark);
}
.btn-link:hover, .btn-link:focus {
    text-decoration: none;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.container, footer, .template-dir-combined.template-name-results footer .footer-container, .template-dir-combined.template-name-results footer .poweredby {
    padding-left: 0;
    padding-right: 0;
    background: #ffffff00;
}
.flex-column {
    flex-direction: column !important;
}
.d-flex {
    display: flex !important;
}
.align-items-center {
    align-items: center !important;
}
.flex-row {
    flex-direction: row !important;
}
.template-dir-search.template-name-home .container-home {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
}
.form-control {
    height: 34px;
    padding: 5px 7px;
    font-size: 14px;
    border-radius: 7px;
}
.form-control:focus {
    border-color: #b9f1f3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(140 195 197 / 50%);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(140 195 197 / 50%);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
    color: #171717;
    background-color: #cedfdf;
    border-color: #cfcfcf;
}

/* home */
.btns-home{
    padding-top: 39px !important;
    padding-bottom: 20px;
}
.btns-home .row{
    width: 100%;
}


.btn-home-s{
    max-width: 28%;
}
.btns-home-r{
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 7px;
    border: 4px solid var(--color-1);
}
.btns-home-r:hover{
    /* background-color: #fafafa; */
    /* box-shadow: 0px 0px 4px 0px #00bcd475; */
}
.tittle-link-home{
    font-size: 21px;
    font-weight: 600;
    color: #068284;
    text-align:center;
    margin-top:5px !important;
    
}


/* header */
header {
    margin-top: 0px;
}
.header-menu-w {
    padding: 0px 20px !important;
    box-shadow: 0px 1px 10px 3px #00000030;
    z-index: 1;
    margin-bottom: 0px;
    background-color: var(--white);
}
header .navbar .navbar-brand {
    height: 80px;
    width: 250px;
    margin-top: 0px;
    background-image: url(../images/uwiener-logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px;
}
header .navbar .navbar-right {
    margin-top: 17px;
}
header .navbar .navbar-nav>li>a, header .navbar .navbar-nav>li .dropdown-toggle {
    position: relative;
    padding: 12px 12px;
    font-size: 15px;
    font-weight: 600;
}
header .navbar .navbar-nav>li>a:hover, header .navbar .navbar-nav>li .dropdown-toggle:hover, header .navbar .navbar-nav>li>a:focus, header .navbar .navbar-nav>li .dropdown-toggle:focus {
    color: var(--color-1-dark);
    outline: none;
    background-color: #eeeeee00;
}
button.dropdown-toggle:hover, button.dropdown-toggle:focus, button.dropdown-toggle:active, button.dropdown-toggle.active, .open button.dropdown-toggle.dropdown-toggle {
    color: var(--color-1-dark);
    background-color: #33333300;
    border-color: #adadad00;
}
button.dropdown-toggle {
    color: var(--color-1);
    background-color: #ffffff00;
    border-color: #cccccc00;
}
#loginOptions svg{
    width: 20px;
}
#loginOptions svg path:hover{
    fill: var(--color-1-dark);
}
#loginOptions span {
    line-height: 1.42857143;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: var(--white);
    text-decoration: none;
    background-color: var(--color-1);
    outline: 0;
}

/* search */
.searchHomeContent {
    padding: 7em 2em 3em;
    width: 100%;
    background-color: var(--color-1);
    background-image: url(../images/wiener-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
}
.searchHomeContent .search-tittle{
    text-align: center;
    font-family: "Inter", sans-serif;
    color: var(--white);
    font-weight: 700;
    font-size: 45px;
}
.searchForm{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.search-results-box {
    padding: 1.5em 2em 1em !important;
    width: 100%;
    background-color: var(--color-1);
    margin: 0px;
}
.searchHomeContent .search-content, .search-results-box .searchbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-input-box{
    border-radius: 6px 0px 0px 6px;
    height: 40px !important;
}
.btn-submit-search {
    padding: 3px 10px 2px;
    margin-left: -15px;
    border-radius: 0px 6px 6px 0px;
    width: 50px;
    margin-bottom: 5px;
}
.btn-adv-search{
    padding: 9px 15px;
    border-radius: 6px;
    font-size: 14px;
    margin: 0px 10px 5px;
}
.searchForm .clear-btn, .searchForm .btn-primary, .searchForm .form-control {
    font-size: 14px;
    height: 40px;
    padding: 5px 8px;
    color: var(--color-1-dark-2);
    border-color: var(--color-1-dark-2);
}
form#searchForm #searchForm_lookfor.form-control {
    max-width: 70%;
    margin-bottom: 5px;
}

/* content */
.box-content{
    margin-bottom: 25px;
}
.mainbody.left {
    background-color: var(--white);
    padding: 15px;
    border-radius: 7px;
    border: 1px solid #ddd;
}
.facet-group {
    display: block;
    margin-bottom: 1rem;
    padding-left: 0;
    background-color: var(--white);
}
.facet-group .title {
    border-radius: 7px 7px 0px 0px;
}
.facet-group .collapse, .facet-group .collapsing, .facet-group>.facet {
    border-radius: 0px 0px 7px 7px;
}
.facet-group .facet:last-child,
.facet-group .facet-load-indicator:last-child,
.facet-group .facet-load-failed:last-child {
    border-radius: 0px 0px 7px 7px;
}
.record-nav, .bulkActionButtons {
    margin: 1rem 0 1.9rem;
}

/* miga de pan */
.breadcrumb {
    background-color: #ffffff00;
}

/* advanced search */
.adv-submit{
    margin: 15px 0px;
}
.slider-container .slider-handle {
    background: var(--color-1);
    border: 1px solid var(--color-1-dark);
}
.slider-handle{
    border-radius: 50px;
}
.sidebar.right{
    padding: 0px 15px;
    border-radius: 7px;
}
.sidebar.right h2{
    margin-top: 0px;
}
.adv_search_links a{
    color: #333333;
    font-weight: 600;
}
.adv_search_terms{
    text-align: center;
}
.adv_search_links a:hover{
    color: var(--color-1-dark-2);
}
.active-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5px;

}
.active-filters .filters {
    flex: none;
    padding: 0 5px;
}
.active-filters .filters .filter-value {
    padding: 5px 8px;
    border-radius: 7px;
}
.title-value-pair .filters-title{
    font-weight: 600;
    color: white;
}
.label-info, .result .format, .sidebar .format {
    background-color: #265680;
}

/* footer */
.footer {
    width: 100%;
    position: relative;
    height: auto;
    background-color: var(--color-1);
    padding-top: 40px;
}
.footer-line-top {
    border-top: rgba(255, 255, 255, .8) 1px solid;
    width: 100%;
}
.text-white {
    color: rgba(var(--bs-white-rgb), 1) !important;
    font-size: 14px;
}
.footer-title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
}
.footer-li-h {
    margin-bottom: 10px;
    transition: padding .2s ease;
}
.footer-li-h:hover {
    padding-left: 10px;
}
.footer-item-a {
    text-decoration: none;
    color: #fffc !important;
    transition: color .2s ease;
    font-size: 15px;
}
#accordion a {
    text-decoration: none;
    font-size: 15px;
}
.social-media svg {
    width: 20px;
    opacity: .6;
    transition: opacity .2s ease;
    margin-right: 8px;
}
.myCredits {
    padding: .7em 0;
    text-align: center;
    background: var(--gray);
    border-top: 2px groove rgba(255, 255, 255, .35);
    display: flex;
    justify-content: center;
    align-items: center;
}
.myCredits a {
    color: #fff !important;
    text-decoration: none;
}
/*prueba */
.btns-home-r svg {
    fill: #068284;
    width: 29%;
    height: 29%;
}
.container.btns-home {
    /* padding-left: 10% !important;
    padding-right: 10% !important; */
}
#uwiener_repoinst_svg{
    width: 25.5%;
}
.footer-bottom {
    margin-top: 10px !important;
    padding-top: 20px !important;
    padding-bottom: 25px !important;
}
.btns-home-r {
transition: transform 0.4s ease;
background-color: inherit !important; 
will-change: transform !important;

}

.btns-home-r:hover {
  transform: translateY(-5px); 

}
/* medias */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
@media (min-width: 1200px) {
    .container, footer, .template-dir-combined.template-name-results footer .footer-container, .template-dir-combined.template-name-results footer .poweredby {
        width: 1190px;
    }
}
@media (min-width: 768px) {
    .searchForm .search-query {
        width: 500px;
        max-width: 500px;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
}

@media (max-width: 992px) {
    .footer-bottom-box{
        padding-left: 4rem;
    }
}
@media (max-width: 768px) {
    #searchForm_type{
        width: auto!important;
    }
    .box-content{
        padding: 25px;
    }
}
@media (max-width: 678px) {
    .btns-home .col-xs-4 {
        width: 100%;
        padding: 15px 5px 15px 35px;
    }   
}

@media (min-width: 991px) {
    .btns-home .row{
    padding-left:21%;
    padding-right: 21%;
}
    
}
@media (min-width: 768px) and (max-width: 991px) {
   .btns-home .row{
    padding-left:18%;
    padding-right: 18%;
}
}