/* Modificacion en menu nuevo, Claudia Aldana, Claudia Aldana, 18/02/2026 15:08 pm */
.linTapar {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 5px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.LogoHeader {
    width: auto;
    float: left;
    padding: 0px 0 2px 25px;
}

.LogoHeader img {
    width: 170px;
}

body {
    -webkit-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.header {
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    width: -webkit-fill-available;
    width: -moz-available;
    z-index: 33;
}

.headerSitio {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 65px;
    float: left;
    background-color: #ffffffc9;
   -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: relative;
    border: 2px solid #007dc2;
    border-radius: 90px;
    margin: 10px;
    overflow: hidden;
    display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   align-content: normal;
   
}

.Cont-nav-buscador {
    width: auto;
    height: auto;
    display: inline-block;
}

.LHnavMob {
    padding: 6px 0 0 5px;
}


/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    background-color: #1a1818e8;
    overflow-x: hidden;
    padding: 0;
    text-align: right;
    transition: 0.5s;
    -webkit-backdrop-filter: blur(4px);
   backdrop-filter: blur(4px);
}

.cont-closebtn-nav {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding: 5px 0;
}

.closebtn svg {
    width: 25px;
    height: 25px;
    float: left;
    margin-top: 6px;
}

.sidenav .closebtn {
    width: auto;
    float: right;
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    padding: 12px;
    margin: 0;
    color: #040404;
    border-left: 2px solid #040404;
    transition: .3s;
}

.sidenav .closebtn:hover {
    text-decoration: none;
    color: #007cc5;
    background-color: #e6e6e6;
    transition: .3s;
}

.Txt-GM-nav {
    width: auto;
    height: auto;
    float: right;
    text-align: center;
    padding: 5px;
    margin: 5px 12px;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border-radius: 90px;
    -webkit-transition: .3s;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Txt-GM-nav:hover {
    cursor: pointer;
    color: #fff;
    background-color: #007dc3;
    transition: .3s;
}

.Txt-GM-nav svg {
    width: 40px;
    height: 40px;
}

.Cont-nav {
    width: 420px;
    height: auto;
    float: right;
    background-color: #fff;
    padding: 0 20px 10px 20px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.cont-flex-nav, .flex-nav {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    /*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;*/
}

.sidenav::-webkit-scrollbar {
    width: 8px;
    height: 2px;
}
.sidenav::-webkit-scrollbar-thumb:hover {
    background-color: #8d8d8d;
}
.sidenav::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    border-radius: 8px;
}
.sidenav::-webkit-scrollbar-track {
    background-color: #fff;
}

.divlink {
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 5px;
    display: inline-block;
    text-align: left;
}

.navlink {
    width: auto;
    display: inline-block;
    font-size: 1.4em;
    line-height: 1.7em;
    color: #161616;
    transition: 0.3s;
    position: relative;
    text-decoration: none;
}

.navlink:hover {    
    color: #007cc5;
    text-decoration: none;
}

.navlink::after {
    width: -webkit-fill-available;
    width: -moz-available;
    content: '';
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color:#007cc5;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.navlink:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.RedesNav {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding: 10px 0;
    margin-bottom: 10px;
}

.text-RedesNav {
    width: auto;
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 20px;
    float: left;
}

.cont-flex-RedesNav {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 5px 0;
    float: left;
}

.RSSnav {
    width: auto;
    float: left;
    text-align: center;
    margin: 0 0.5em;
}

.RSSnav svg {
    width: 27px;
    height: 27px;
    color: #007cc5;
    transition: .3s;
}
.RSSnav svg:hover {
    color: #000;
    transition: .3s;
}

.categoriasHeader {
    float: left;
    padding: 0;
    width: auto;
    margin: 19px 0;
}

.categoriasHeader span {
    float: left;
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 12px;
    position: relative;
}

.categoriasHeader span a {
    color: #000;
    text-decoration: none;
}

.categoriasHeader span a:hover {
    color: #007fc1;
    text-decoration: none;
}

.categoriasHeader span a::after {
    width: -webkit-fill-available;
    width: -moz-available;
    content: '';
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color:#007cc5;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.categoriasHeader span a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

#BtnBuscador {
  float: left;
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 15px 20px 17px 18px;
  border-left: 2px solid #007dc3;
  outline: none;
  transition: .3s;
}

#BtnBuscador:focus {
  outline: none;
}

#BtnBuscador svg {
  width: 30px;
  height: 30px;
  color: #000;
}

#BtnBuscador svg:hover {
  cursor: pointer;
  color: #007dc3;
  transition: .3s;
  transform: scale(1.1);
}

.BuscadorHeader {
    margin-top: 40px;
}

/* The Modal (background) */
.modalBuscador {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:#ffffffe0;
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
  -webkit-backdrop-filter: blur(4px);
   backdrop-filter: blur(4px);
}

/* Modal Content/Box */
.modalBuscador-content {
    width: 93%;
    height: auto;
    background-color: transparent;
    margin: 0 auto;
    padding: 0;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

.modalBuscador-content input {
    width: 100%;
    height: 200px;
    border: 0px;
    padding: 0px 3px;
    font-size: 6em;
    text-align: center;
    outline: none;
}

.modalBuscador-content input:focus {
    border: 0px!important;
    outline: none!important;
}

.modalBuscador-content svg {
    color: #000;
    width: 40px;
    height: 40px;
}
.modalBuscador-content svg:hover {
    color: #ccc;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {top: -300px; opacity: 0} 
  to {top: 0; opacity: 1}
}

@keyframes slideIn {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

/* The Close Button */
.closeBuscador {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeBuscador:hover,
.closeBuscador:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.txt-modal-buscador {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    color: #202020;
    font-size: 1.4em;
}

.menuCategorias {
    float: left;
    width: 38%;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 0;
    left: 530px;
}

.menuCategorias span {
    float: left;
    width: auto;
    font-size: 15px;
    margin: 14px 20px;
}

.catBarra {
    overflow-y: scroll;
    height: 56px;
    display: inline-flex;
    width: 77%;
    float: left;
    overflow-y: hidden;
}

.catBarra {
    width: 90%;
}

.catBarra span {
    float: left;
    width: auto;
    margin: 17px 20px;
    padding: 0px;
}

.catBarra span {
    margin: 14px!important;
}

.catBarra span a {
    color: #000;
    text-decoration: none;
    display: flex;
    inline-size: max-content;
    font-weight: bold;
    font-size: 16px;
}

.catBarra span a:hover {
    color: #007fc1;
}

.swipe {
    float: left;
    padding: 6px 0;
    text-align: center;
    width: 4%;
}

.swipe button {
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #027ebe;
    font-size: 30px;
}

.swipe button:hover {
    color: #000;
}

.barraRedes {
    width: auto;
    display: inline-block;
    background: transparent;
    height: auto;
    text-align: center;
    float: left;
    padding: 18px 10px 16px 10px;
    border-left: 2px solid #007dc3;
    border-right: 2px solid #007dc3;
}

.rS {
    width: auto;
    display: inline-block;
    margin: 0 4px;
}

.rS svg {
    width: 25px;
    height: 25px;
    color: #007dc3;
    transition: .3s;
}
.rS svg:hover {
    color: #000;
    transition: .3s;
}

.menuCat {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    padding: 5px 0;
    line-height: 20px;
    text-align: left;
    border-bottom: solid #007cc5 1px;
}

.menuCat a {
    text-decoration: none;
    color: #000;
}

.menuCat li a:hover {
    color: #007fc1;
}

.menuCat nav {
    float: left;
    width: 100%;
}

.menuCat ul {
    width: 100%;
    display: inline-block;
    margin: 0;
}

.menuCat li {
    display: inline-block;
    list-style: none;
    width: 100%;
    font-weight: 300;
    border-right: none;
}

.menuDesplegado {
    float: left;
    width: 100%;
    background-color: #121212de;
    height: 100%;
    position: fixed;
    z-index: 5;
    right: 0;
    display: none;
    text-align: right;
}

.closeNavBars {
    float: right;
    width: 100%;
    text-align: right;
    margin: 20px 20px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #007cc5;
    font-size: 13px
}

.closeNavBars:hover {
    color: #f1f1f1;
    cursor: pointer
}


.menuDes {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.menuDes nav {
    width: 44%;
    height: 100%;
    display: inline-block;
    background: #fff;
    right: 0;
    position: relative;
}



@media only screen and (max-width: 1200px) {

.Cont-nav {
    width: 40%;
}

.menuCategorias {
    width: 48%;
    left: 240px;
}

.catBarra {
    width: 82%;
}

.text-RedesNav {
    font-size: 1.4em;
    margin-right: 16px;
}

.RSSnav {
    margin: 0 0.5em;
}

.RSSnav svg {
    width: 25px;
    height: 25px;
}

.LogoHeader img {
    width: 105px;
}

}


@media only screen and (max-width: 979px) {

.categoriasHeader {
    display: none;
}

.Cont-nav {
    width: 50%;
}

.LogoHeader img {
    width: 135px;
}

.menuCategorias {
    display: none!important;
}

.text-RedesNav {
    font-size: 1.3em;
    margin-right: 14px;
}

.RSSnav svg {
    width: 23px;
    height: 23px;
}


}


@media only screen and (max-width: 767px) {

.headerSitio {
    border-radius: 40px;
    margin: 9px;
}

.LogoHeader img {
    width: 130px;
}

.barraRedes {
    display: none;
}

.categoriasHeader {
    display: none;
}

.Cont-nav {
    width: 72%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.text-RedesNav {
    font-size: 1.3em;
    margin-right: 4px;
}

.RSSnav {
    margin: 0 0.5em;
}

.navlink {
    font-size: 1.3em;
    line-height: 1.3em;
    padding: 10px 0;
}

.modalBuscador-content input::placeholder {
    font-size: 45px;
}

#BtnBuscador {
    border-right: 2px solid #007dc3;
}

}

@media only screen and (max-width: 480px) {

.headerSitio {
    border-radius: 30px;
    margin: 8px;
}

.LogoHeader {
    padding: 6px 0 0 15px;
}

.LHnavMob {
    padding: 6px 0 0 5px;
}

.LogoHeader img {
    width: 120px;
}

.sidenav .closebtn {
    padding: 5px 12px;
}

.Cont-nav {
    width: 90%;
    padding: 0 9px 10px 9px;
}

.flex-nav {
    padding-left: 0px;
}

.divlink {
    padding: 0;
}

.text-RedesNav {
    font-size: 1.3em;
    margin-right: 3px;
}

.RSSnav svg {
    width: 22px;
    height: 22px;
}

.RSSnav {
    margin: 0 0.5em;
}
 
}

@media only screen and (max-width: 320px) {


}