/*HEADER AND LINKS*/
.top-bar, .top-bar ul {
    background-color: #2ca4c2;
}
a {
    color: #2ca4c2;
}
a:hover {
    outline-width: 0;
    color: #717a7c;
}
.button, [class^=numeric-] label.numeric-toggle-time.button, [class^=numeric-] label.numeric-toggle-time[type=submit], [class^=numeric-] label.numeric-toggle-time[type=button], [class*=numeric-] label.numeric-toggle-time.button, [class*=numeric-] label.numeric-toggle-time[type=submit], [class*=numeric-] label.numeric-toggle-time[type=button], .site-page-pagination>a, [type=submit], [type=button], .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #2ca4c2;
}
h4 {
    font-weight: bold;
}

   /*logo*/
.site-title img {
    vertical-align: top;
    border-radius: 50%;
    min-width: 50px;
    min-height: 50px;
    background: border-box;
    margin: 0 0 0 30px;
}

  /*nav*/
.container.navegacion {
    max-width: 100%;
}
.row.navegacion {
    max-width: 100%;
}
.top-bar .top-bar-right {
    display: flex;
    justify-content: center;
    margin: 4px 0;
}
  /*menu colors*/
.menu .active>a, .toc-block>ul .active>a, .toc-block ul ul .active>a {
    background: #0088b7;
}
.dropdown .is-dropdown-submenu a:hover {
    background-color: #4ca3c1;
    color: #c5f4f2;
}
.dropdown.menu>li.is-dropdown-submenu-parent.active:hover>a, .toc-block>ul.dropdown>li.is-dropdown-submenu-parent.active:hover>a, .toc-block ul ul.dropdown>li.is-dropdown-submenu-parent.active:hover>a {
    background-color:  #0088b7;
}

/*search button*/
.search button.button {
    background: #2ca4c2;
    display: none;
}
.search button.button:hover {
    background: #3587b5;
}

 .resource-title a.resource-link .resource-name {
    color: #2ca4c2;
    font-size: 14pt;
    font-weight: bold;
}

.value-content a.metadata-browse-direct-link {
    background: none !important;
    font-size: 14pt;
    color: #5fa2c0;
}
.topic-single:hover, .topic-single:focus {
    color: #0088b7;
}
h2, .h2 {
    color: #5f5f5f;
}

/*IMAGES*/
.resource.item img {
    border: 3px solid #f4f4f4;
}
.thumbnail, .resource.show .resource-link img, .media-list img, .resource .resource-link img {
    border: 3px solid #f4f4f4;
}
.resource.show .media-render>a:only-child {
    border: none;
}
/*ITEM PAGE*/
#content .resource-title h2 {
    line-height: 20pt;
}
#content .title {
    color: #2ca4c2;
    font-weight: bold;
    font-size: 20pt;
}
   /*display properties in 2 colums*/
.right-sidebar.cell.medium-8 {
    column-width: 263px;
}
a.button.volver {
    font-size: 12pt;
    background: #4ca3c1;
    width: 135px;
    border-radius: 50px;
    margin-top: 18px;
    height: 30pt;
    padding: 10px;
}
a.button.prev-next {
    font-size: 14pt;
    background: #4ca3c1;
    border-radius: 50px;
    line-height: 12pt;
    font-weight: bold;
    margin: auto 10px;
}
.block.resource-block.block-previous-next {
    margin: -50px auto 7px auto;
    position: relative;
    width: fit-content;
}
.block-previous-next a.button {
    font-size: 14pt;
    background: #4ca3c1;
    border-radius: 50px;
    line-height: 12pt;
    font-weight: bold;
    margin: auto 10px;
}
a.button.advanced-search {
    background: #ffffff;
    color: #5fa2c0;
    line-height: 30px;
    padding: 10px 0 0 0;
    margin-top: 16px;
    font-size: 12pt;
}

.circulo {
    background: #2ca4c2;
    padding: 12px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20pt;
    margin: 10px;
}

/*VIEWER*/
div#uv-1 .label {
    background: #ffffff;
    color: #3d3d3d;
}
#lg-download-1 {
  display: none;
}

/*RESULTADOS DE BÚSQUEDA - Browse*/
h2 span.title {
    color: #5f5f5f !important;
    font-size: 2.5rem !important;
    line-height: 1.4 !important;
    font-weight: 500!important;
    padding-top: 6px !important;
}
.label, .filter-value, .filter-label {
    padding: 0.63333rem 0.5rem;
    background: #4ca3c1;
}
span.filter-value {
    background: #d4d4d4;
}
[type=button] {
    background-color: #5fa2c0;
    color: #fefefe;
}
[type=submit] {
    background-color: #5fa2c0;
    color: #fefefe;
}
   /*hide title col 4*/
.col-4 .media-object-section span.resource-name {
    display: none;
}
  /*hide img col 8*/
.col-8 .resource-link img {
    border: 3px solid #f4f4f4;
    margin: 0px 20px;
    display: none;
}
   /*hide tag col 8*/
.col-8 .resource-title h3.label {
    display: none;
}
.col-4 .resource-link img {
    border: 3px solid #f4f4f4;
    margin: 0px 20px;
    width: 260px;
    height: auto;
}
.resource .resource-link img {
    border: 3px solid #f4f4f4;
    margin: 0px 20px;
}



/*FILTROS BÚSQUEDA*/
span.filter-value {
    white-space: break-spaces;
}

/*CONDICIONES DE USO*/
.condiciones-uso {
    color: #0c5460;
    background: #d1ecf163;
    border-color: #bee5eb;
    padding: 0.75rem 1.25rem;
    margin: 2.5rem 1rem 0 1rem;
    border: 1px solid;
    border-radius: 0.25rem;
}

  /*FOOTER*/
footer {
    max-width: 100%;
    background: #2ca4c2;
}
footer p {
    color: #FFFFFF;
}
footer a {
    outline-width: 0;
    color: #ffffff;
}
footer a:hover {
    outline-width: 0;
    color: #c5f4f2;
}
  /*pre footer*/
 .row.prefooter {
    padding-top: 15px;
    border-top: 1px solid #4ca3c1;
}
  .col-6.jcyl {
    margin: auto;
}
.col-6.jcyl img {
    float: right;
    width: 120px;
    border: none;
}
.col-6.federacion {
    margin: auto;
}
.col-6.federacion img {

    width: 100px;
    border: none;
}

/*FACETAS*/
#content\ facetas {
    max-width: 97%;
    margin: auto;
}
#section-sidebar {
    width: 25%;
    padding: 5px 0 0 20px;
    background: #f1f1f1;
    margin: 0 0 0 -21px;
}
#section-content {
    width: 75%;
    padding-left: 0.5 rem;
}
p.instruccion.facetas {
    background: #d1ecf1;
    font-size: 13pt;
    color: #0c5460;
    border: 1px solid #bee5eb;
    padding: 0px 10px;
    margin: 3px 0 7px -9px;
    width: 100%;
}

/*HOME*/
  /*banner*/
  .banner-inicio {
      background-image: url(https://caminet.org/files/asset/ae4aa58d0790ed43cb4aa31105d8fccde70a98a5.jpg);
      min-height: 400px;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
  }
.row.altura-banner {
      min-height: 350px;
}
  .portada-texto {
    position: absolute;
    bottom: 0;
    text-align: left;
    padding-left: 0px;
}

.portada-caminet img {
   position: absolute;
   left: 23%;
   bottom: 2%;
   width: 340px;
   padding: 5px;
 }
.portada-jcyl img {
   position: absolute;
    right: 23%;
    bottom: 2%;
    width: 490px;
    padding: 5px;
}

  p.title-banner {
    color: #ffffff;
    font-size: 60pt;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    margin-bottom: 10px;
}
p.subtitle-banner {
    color: #ffffff;
    font-size: 20pt;
    font-family: "Source Sans Pro", sans-serif;
    margin-top: -35px;
    margin-bottom: 35px;
    font-weight: 500;
    line-height: 25px;
}
  /*botonera*/
.topic-single:hover, .topic-single:focus {
    color: #b4c5cb;
}
/*last items*/
.ultimos-registros ul.resource-list.preview {
margin: 0 auto;
columns: 3;
}
.ultimos-registros li.resource.item {
display: inline-block;
padding: 0 10px;
min-height: 425px;
}

  /*columnas*/
.col-single img {
    width: 320px !important;
    height: 220px !important;
}
.col-single p:nth-child(2n) {
    background: #4b4625;
    color: #ffffff;
    width: 320px;
    height: 40px;
    margin: -18px 0 0 0;
    font-size: 12pt;
    padding: 6px 7px;
}
.col-single p:nth-child(2n):hover {
    background: #898875;
}
.col-single p:nth-child(2n) a {
    color: #ffffff;
}

  /*destacados*/
.fondos-destacados .resource.item img {
    border: 3px solid #f4f4f4;
    width: 275px;
    margin: 0 5%;
}



/*COLUMNAS RESULTADOS EN  DINÁMICA*/
@media only screen and (max-width: 1199px) {
    #section-content tr td:nth-child(6),
    #section-content th:nth-child(6) {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    #section-content tr td:nth-child(5),
    #section-content th:nth-child(5) {
        display: none;
    }
    #section-content tr td:nth-child(6),
    #section-content th:nth-child(6) {
        display: none;
    }
}

@media only screen and (max-width: 655px) {
    #section-sidebar {
        width: 35%;
    }
#section-sidebar legend {
    font-size: 14pt;
}
p.instruccion.facetas {
    font-size: 11pt;
}
    #section-content {
        width: 65%;
    }
    #section-content tr td:nth-child(4),
    #section-content th:nth-child(4) {
        display: none;
    }
    #section-content tr td:nth-child(5),
    #section-content th:nth-child(5) {
        display: none;
    }
    #section-content tr td:nth-child(6),
    #section-content th:nth-child(6) {
        display: none;
    }
}

@media only screen and (max-width: 455px) {
    #section-sidebar {
        width: 40%;
        margin-top: 12px;
    }
#section-sidebar legend {
    font-size: 13pt;
}
p.instruccion.facetas {
    font-size: 10pt;
}
    #section-content {
        width: 60%;
    }
    #section-content td {
        border-bottom: 1px solid grey;
    }
 #section-content tr td:nth-child(2),
    #section-content th:nth-child(2) {
        display: none;
    }
    #section-content tr td:nth-child(3),
    #section-content th:nth-child(3) {
        display: none;
    }
    #section-content tr td:nth-child(4),
    #section-content th:nth-child(4) {
        display: none;
    }
    #section-content tr td:nth-child(5),
    #section-content th:nth-child(5) {
        display: none;
    }
    #section-content tr td:nth-child(6),
    #section-content th:nth-child(6) {
        display: none;
    }
}

@media only screen and (max-width: 325px) {
    #section-sidebar {
        width: 55%;
    }
#section-sidebar legend {
    font-size: 12pt;
}
p.instruccion.facetas {
    font-size: 9pt;
}
    #section-content {
        width: 45%;
    }
    #section-content tr td:nth-child(2),
    #section-content th:nth-child(2) {
        display: none;
    }
    #section-content tr td:nth-child(3),
    #section-content th:nth-child(3) {
        display: none;
    }
    #section-content tr td:nth-child(4),
    #section-content th:nth-child(4) {
        display: none;
    }
    #section-content tr td:nth-child(5),
    #section-content th:nth-child(5) {
        display: none;
    }
    #section-content tr td:nth-child(6),
    #section-content th:nth-child(6) {
        display: none;
    }
}

/*RESPONSIVE*/
@media only screen and (min-width: 910px) {
	/*Visibilidad menus*/
nav#top-nav {
    display: none;
}
}
@media only screen and (max-width: 910px) {
	/*Visibilidad menus*/
.contenedor-menu {
	display:  none;
}
nav#top-nav {
margin-right: 5%;
}
}

 /*GLOBAL RESPONSIVE*/
 @media only screen and (min-width: 2600px) {
   .banner-inicio {
      min-height: 500px;
  }
 }
 @media only screen and (min-width: 3350px) {
   .banner-inicio {
      min-height: 560px;
  }
 }

@media only screen and (max-width: 1900px) {
.portada-caminet img {
    position: absolute;
    left: 19%;
    bottom: 4%;
    padding: 0px;
}
.portada-jcyl img {
    position: absolute;
    right: 19%;
    bottom: 4%;
    padding: 0px;
}
}

@media only screen and (max-width: 1500px) {
  .banner-inicio {
    height: 370px;
    min-height: auto;
  }
  .portada-caminet img {
      position: absolute;
      left: 10%;
      bottom: 30%;
      width: 300px;
      padding: 0px;
  }
  .portada-jcyl img {
      position: absolute;
      right: 10%;
      bottom: 30%;
      width: 500px;
      padding: 0px;
  }
  }


@media only screen and (max-width: 1073px) {
.top-bar-left i.fas.fa-bars {
    font-size: 22pt;
}
.site-title img {
    min-width: 45px;
    min-height: 45px;
    margin: 5px 0 5px 15px;
}
.banner-inicio {
    min-height: unset;
    height: 270px;
}
.col-single p:nth-child(2n) {
    width: auto;
}
.portada-caminet img {
  position: absolute;
  left: 2%;
  bottom: 10%;
  width: 350px;
  padding: 0;
}
.portada-jcyl img {
  position: absolute;
  right: 1%;
  bottom: 10%;
  width: 500px;
  padding: 0;
}

}
@media only screen and (max-width: 1024px) {
    /*ajuste menu/logo en menu mobile*/
.container.navegacion .col-1 {
    width: 20%;
}
.container.navegacion .col-10 {
    width: 60%;
}
h1.site-title {
    margin: 0;
    z-index: 1000;
}
p.title-bannerr {
    font-size: 50pt;
}
.portada-caminet img {
    left: 4%;
    bottom: 20%;
    width: 280px;
  }
  .portada-jcyl img {
    right: 4%;
    bottom: 20%;
    width: 400px;
  }
}
@media only screen and (max-width: 863px) {

.ultimos-registros ul.resource-list.preview {
    margin: 0 auto;
    columns: 2;
}
.ultimos-registros li.resource.item {
    min-height: 475px;
}
.col-single p:nth-child(2n) {
    width: 320px;
}
/*display properties in 2 colums*/
.right-sidebar.cell.medium-8 {
    column-width: 215px;
}
.portada-caminet img {
   left: 4%;
   bottom: 25%;
   width: 280px;
 }
 .portada-jcyl img {
   right: 4%;
   bottom: 25%;
   width: 400px;
 }
}
@media only screen and (max-width: 768px) {
.banner-inicio {
    height: 330px;
   min-height: auto;
}
p.title-banner {
    color: #ffffff;
    font-size: 40pt;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    margin-bottom: 15px;
}
.align-banner p {
    padding-left: 0;
}
}

@media only screen and (max-width: 720px) {
.col-single p:nth-child(2n) {
    width: auto;
}
.portada-caminet img {
  left: 4%;
  bottom: 35%;
  width: 230px;
}
.portada-jcyl img {
  right: 4%;
  bottom: 35%;
  width: 350px;
}
}

@media only screen and (max-width: 640px) {
.right-sidebar.cell.medium-8 {
    column-width: 190px;
}
a.button.volver {
    width: 90px;
    border-radius: 50px;
    margin-top: 30px;
    height: 30pt;
    padding: 10px;
}
.col-4.titulo-item{
    display: none;
}
.col-8.titulo-item{
    width: 95%;
    margin-bottom: 20px;
}
h2 span.title {
    font-size: 1.6rem !important;
}
p.subtitle-banner {
    font-size: 1.3625rem;
}
.portada-caminet img {
   left: 4%;
   bottom: 35%;
   width: 215px;
 }
 .portada-jcyl img {
    right: 4%;
    bottom: 35%;
    width: 310px;
  }
}


@media only screen and (max-width: 584px) {
.site-title img {
    min-width: 40px;
    min-height: 40px;
}
.right-sidebar.cell.medium-8 {
    column-width: auto;
}
.ultimos-registros ul.resource-list.preview {
    margin: unset;
    columns: unset;
}
.ultimos-registros li.resource.item {
    min-height: unset;
}
.col-single {
    margin: auto;
}
.col-single p:nth-child(2n) {
    width: 320px;
}

.banner-inicio {
    height: 200px;
    min-height: auto;
  }
  .portada-caminet img {
      left: 3%;
      bottom: 35%;
      width: 180px;
    }
    .portada-jcyl img {
      right: 3%;
      bottom: 35%;
      width: 240px;
    }
}

@media only screen and (max-width: 490px) {

p.subtitle-banner {
    font-size: 1rem;
}
}

@media only screen and (max-width: 455px) {
.banner-inicio {
    height: 220px;
   background-position: center bottom;
}
  p.title-banner {
    font-size: xx-large;
}
p.subtitle-banner {
    font-size: 12pt;
    line-height: 13pt;
    padding-top: 11px;
}
.portada-caminet img {
    position: absolute;
    left: 5%;
    bottom: 30px;
    width: 35%;
}
.portada-caminet img {
    position: absolute;
    left: 2%;
    bottom: 38%;
    width: 40%;
}
.portada-jcyl img {
        position: absolute;
        right: 2%;
        bottom: 40%;
        width: 53%;
    }

.resource-grid li.item.resource {
    width: unset;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}
}

@media only screen and (max-width: 325px) {
  .banner-inicio {
      height: 150px;
      background-position: center bottom;
    }
p.title-banner {
    font-size: xx-large;
}
p.subtitle-banner {
    font-size: small;
    margin-top: -20px;
    line-height: 10pt;
    margin-bottom: 40px;
}
.portada-caminet img {
    display:none;
}
.portada-jcyl img {
  display:none;
}
}
