@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
.ibm-plex-serif-thin { font-family: "IBM Plex Serif", serif; font-weight: 100; font-style: normal;}
.ibm-plex-serif-extralight { font-family: "IBM Plex Serif", serif; font-weight: 200; font-style: normal;}
.ibm-plex-serif-light { font-family: "IBM Plex Serif", serif; font-weight: 300; font-style: normal;}
.ibm-plex-serif-regular { font-family: "IBM Plex Serif", serif; font-weight: 400; font-style: normal;}
.ibm-plex-serif-medium { font-family: "IBM Plex Serif", serif; font-weight: 500; font-style: normal;}
.ibm-plex-serif-semibold { font-family: "IBM Plex Serif", serif; font-weight: 600; font-style: normal;}
.ibm-plex-serif-bold { font-family: "IBM Plex Serif", serif; font-weight: 700; font-style: normal;}
.ibm-plex-serif-thin-italic { font-family: "IBM Plex Serif", serif; font-weight: 100; font-style: italic;}
.ibm-plex-serif-extralight-italic { font-family: "IBM Plex Serif", serif; font-weight: 200; font-style: italic;}
.ibm-plex-serif-light-italic { font-family: "IBM Plex Serif", serif; font-weight: 300; font-style: italic;}
.ibm-plex-serif-regular-italic { font-family: "IBM Plex Serif", serif; font-weight: 400; font-style: italic;}
.ibm-plex-serif-medium-italic { font-family: "IBM Plex Serif", serif; font-weight: 500; font-style: italic;}
.ibm-plex-serif-semibold-italic { font-family: "IBM Plex Serif", serif; font-weight: 600; font-style: italic;}
.ibm-plex-serif-bold-italic { font-family: "IBM Plex Serif", serif; font-weight: 700; font-style: italic;}
* {
    font-family: "IBM Plex Serif", serif;
    margin: 0;
    padding: 0;
    border: 0;
}
nav a.sidenav-trigger{
    height: initial!important;
    line-height: initial!important;
    display: flex !important;
    align-items: center!important;
}
.gridd {
    display: grid;
    grid-auto-rows: auto;
    grid-gap:1rem;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-auto-flow: dense;
  }
.collection .collection-item {
    background-color:var(--col-white); 
}
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px!important;
    background-color: white!important;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: height 0.3s, font-size 0.3s;
    z-index: 1000;
  }
  nav.scrolled {
    height: 50px!important;
    font-size: 1.2rem;
  }
  nav.scrolled img.logo{
    max-width: 300px!important;
  }
  nav.scrolled #sidebar {
    margin-top: 0!important;
  }
  nav.scrolled .hr2 {
    display: none!important;
  }
  img.logo{
    max-width: 500px!important;
  }
  .navbar-fixed nav {
      display: flex;
  }
  nav.scrolled .hr2 {
    display: none;
  }
  .hr2 {
    border-top: 2px solid #000000;
    height: 12px;
    border-bottom: 5px solid #000000;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  nav .container{
    margin-top: 25px!important;
  }
  nav.scrolled .container  {
    height: 50px!important;
    font-size: 1.2rem;
    margin-top: 0 !important;
  }
/* ///////////////// CINTA ///////////////// */
section.cinta {
    background: var(--col-090);
    color: var(--col-white);
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 998;
}
section.cinta .grid {
    display: grid;
}
section.cinta article {
    overflow: auto;
    white-space: nowrap;
}
section.cinta article hr {
    display: inline-block;
    width: 1px;
    height: 40px;
    background: #ffffff38;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
section.cinta article a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}
section.cinta article a:hover {
    box-shadow: inset -1px -14px 6px rgba(0, 0, 0, 0.4),
        inset 0px -3px 0px var(--col-andina);
}
/* ///////////////// ARTICLE ///////////////// */
section.cinta article::-webkit-scrollbar {
    width: 100%;
    height: 0;
    display: block;
}
nav a.sidenav-trigger {
    display: inline;
}
article .social-bar.sticky {
    border-top: 2px solid #000000;
    border-bottom: 5px solid #000000;
}
article .social-bar {
    background-color: var(--col-white);
    text-align: center;
    position: relative;
    z-index: 10;
    border-top: 1px solid var(--col-black);
    border-bottom: 1px solid var(--col-black);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
article .social-bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 50px;
    background: var(--col-white);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    -webkit-transform: scaleX(1.05);
    -moz-transform: scaleX(1.05);
    -ms-transform: scaleX(1.05);
    -o-transform: scaleX(1.05);
    transform: scaleX(1.05);
}
article .social-bar .social-barcontainer {
    max-width: 1300px !important;
    width: 100% !important;
    margin: auto;
    display: block;
}
article .social-bar .help {
    /* padding: 5px 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* height: 50px; */
}
article .social-bar .help section {
    display: flex;
    align-items: center;
}
article .social-bar .help section.share {
    width: 40px;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    -webkit-transition: width 0.7s;
    -moz-transition: width 0.7s;
    -ms-transition: width 0.7s;
    -o-transition: width 0.7s;
    transition: width 0.7s;
}
article .social-bar .help section.share ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
article .social-bar .help section.share ul li {
    position: relative;
    width: 40px;
    height: 43.4px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
article .social-bar .help section.share ul li button {
    background: transparent;
    cursor: pointer;
}
article .social-bar .help section.share ul li button img {
    width: 30px;
    filter: var(--svg-black);
}
article .social-bar .help section.share ul li a {
    margin: auto !important;
    padding: 0;
    display: flex;
    align-items: center;
}
article .social-bar .help section.share ul li a img {
    width: 30px;
    filter: var(--svg-black);
}
article .social-bar .help section.share ul li a:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
article #popuplink {
    visibility: hidden;
    min-width: 200px;
    background-color: #4caf50;
    color: white;
    text-align: center;
    border-radius: 8px;
    padding: 12px;
    position: fixed;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9000;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}
article #popuplink.show {
    visibility: visible;
    opacity: 1;
}
@media only screen and (max-width: 1450px) {
    article .social-bar.sticky .social-barcontainer {
        margin: 0 4%;
    }
}
@media only screen and (max-width: 992px) {
    article .social-bar.sticky {
        padding-top: 0;
    }
    article .social-bar .social-barcontainer {
        width: 100% !important;
    }
    article .social-bar .help {
        /* padding: 5px 0; */
        margin: 0;
    }
}
@media only screen and (min-width: 601px) {
    article .social-bar .help section.share {
        width: initial;
        overflow: initial;
    }
    article .social-bar .help section.share:hover {
        width: initial;
    }
    article .social-bar .help section.share ul {
        display: flex !important;
        position: static !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
}
@media only screen and (max-width: 600px) {
    nav.scrolled img.logo{
    max-width: 250px!important;
  }
  h4{
    font-size:1.5rem;
  }
  footer{
    padding-bottom:20px
  }
  footer small{
    margin:0;
  }
    article .social-bar.sticky {
        padding-top: 0;
    }
    article .social-bar .help section.share ul {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1.5rem 1rem 2rem;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        background: var(--col-white);
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
        z-index: 1001;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: transform 0.4s ease-out, opacity 0.4s ease-out;
        transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    }
    article .social-bar .help section.share.active ul {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }
    article .social-bar .help section.share.active::after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.87);
        z-index: 1000;
    }
    img.logo{
        max-width: 250px!important;
      }
      h6 {
        font-size: 1.3rem;
        margin: 0 0 10px 0;
    }
    nav {
    height: 120px !important;
}
    nav .sidenav-trigger {
        margin: 0;
    }
    .container {
        width: 96%;
    }
   
}
@-webkit-keyframes slideUp {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideUp {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@media only screen and (max-width: 992px) {
    .social-bar.sticky {
        padding-top: 64px;
    }
}
.placeholder {
    height: 80px;
}
/* ////////// TEXT-TO-SPEECH ////////// */
.boton-audio {
    display: inline-flex;
align-items: center;
justify-content: center;
font-size: 2rem;
cursor: pointer;
height: 27px;
width: 30px;
padding: 0 20px;
border-radius: 6px;
}
.boton-audio:hover {
  color:white;
}
.boton-audio i {
line-height: initial;
font-size: 2rem;
}
/* ////////// MODO-NOCTURNO //////////*/
#modo-nocturno.switch label span.lever {
    padding: initial !important;
    height: 27px !important;
    width: 45px !important;
    background: #0f1418 !important;
    border-radius: 20px !important;
    margin: 0 8px;
}
#modo-nocturno.switch label input[type=checkbox]:checked+.lever {
    background: white !important;
}
#modo-nocturno.switch label .lever:before,
.switch label .lever:after {
    content: "";
    width: 18px !important;
    height: 18px;
    top: 4px;
    left: 4px;
}
#modo-nocturno.switch label input[type=checkbox]:checked+.lever:after {
    left: 19px;
    top: 2px;
    height: 23px !important;
    width: 23px !important;
    background-color: #000000;
}
/* ////////// AGRANDAR-TEXTO //////////*/
.agrandartexto {
    display: flex;
    justify-content: center;
    align-items: center;
}
.agrandartexto .btn-floating {
    width: 27px;
    height: 27px;
    font-size: .9rem;
    color: var(--col-fuente) !important;
    border: 2px solid var(--col-fuente);
    padding: 0 3px;
    margin: 0 3px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.agrandartexto a:hover {
    text-decoration: none !important;
    background: #cccccc !important;
}
.agrandartexto a:active {
    text-decoration: none !important;
    background: #cccccc !important;
}
.agrandartexto a:link {
    text-decoration: none !important;
    background: #cccccc !important;
}
.agrandartexto a:visited {
    text-decoration: none !important;
    background: green !important;
}

/* //////////  //////////*/
.divider {
    height: 1px;
    background: var(--col-030);
}
.logo-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.logo {
    width: 100%;
    max-width: 300px;
}
.visitanos {
    display: flex;
    flex-direction: column;
}
.visitanos a.btn-floating {
    background: var(--col-white);
    border: solid 1px var(--col-black) !important;
}
.visitanos a.btn-floating img {
    filter: var(--svg-black);
}
.collection a.collection-item {
    color: var(--col-black) !important;
    padding: 10px 0;
    border-bottom: 1px solid var(--col-black);
}
.collection {
    border:none;
}
article.lateral {
    position: relative;
    margin: 0;
  border: 0;
}
article.lateral::before {
    content: "";
    border-left: solid 1px #000000;
    position: absolute;
    left: -30px;
    height: 100%;
    display: block;
}
.card .card-content {
    padding: 14px;
}
.card {
    background-color: var(--col-white);
}