
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.fw-thin {
    font-weight: 100;
}

.text-uppercase {
    font-size: 14px;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.link-hover {
    transition: 0.5s;
}

.link-hover:hover {
    color: var(--bs-primary) !important;
}


.img-zoomin {
    transition: 0.5s;
}

.img-zoomin:hover {
    transform: scale(1.1);
}

/*** Topbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.topbar {
    padding: 10px 0;
}

.topbar .top-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

@media (max-width: 1400px) {
    .sticky-top .top-link {
        display: none;
    }
    
}

.topbar .top-link a {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}

#note {
    position: relative;
    animation: noteAnimate 10s infinite;
    animation-timing-function: ease-in-out;
    display: flex;
    align-items: center;
}

@keyframes noteAnimate {
    from {left: -735px;}
    to {left: 735px;}
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-weight: 400;
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/


/*** Features Start ***/
.features {
    width: 100%;
    background: linear-gradient(rgba(26, 125, 255, 0.5), rgba(255, 255, 255, 0.3)), url(../img/features-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Features End ***/


/*** Top News Start ***/
.news-2 h3 {
    position: relative;
}

.news-2 h3::after {
    content: "";
    line-height: 1.3rem;
    background: var(--bs-secondary);
    position: absolute;
    width: 68%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    right: 0;
    opacity: 0.2;
}
/*** Top News End ***/


/*** Latest News Start ***/
/* Ajustes para que las imagenes se vean todas del mismo alto */
.lifestyle-item{
    aspect-ratio:16/9;
    overflow:hidden;
}

.lifestyle-item img,
.lifestyle-item video{
    width:100%;
    height:100%;
    object-fit:cover;
}

.whats-carousel .latest-news-item img,
.whats-carousel .latest-news-item video{
    width:100%;
    height:200px;
    object-fit:cover;
}
/* Fin ajustes para que las imagenes se vean todas del mismo alto */

.latest-news-item img {
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
}

.latest-news .latest-news-carousel.owl-carousel{
    position: relative;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -65px;
    right: 70px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid #0b5ed7;
    color: var(--bs-dark);
    border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    right: 0;
    font-size: 20px;
    margin-left: 10px;
    padding: 2px 20px;
    transition: 0.5s;
    border: 1px solid #0b5ed7;
    color: var(--bs-dark);
    border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev:hover,
.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: #0b5ed7;
    color: var(--bs-white);
    border-radius: 10px;
}
/*** Latest News End ***/


/*** Whats New Start ***/
.populer-news .whats-carousel.owl-carousel {
    position: relative;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -80px;
    right: 70px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid #0d6efd;
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -80px;
    right: 0;
    font-size: 20px;
    margin-left: 10px;
    padding: 2px 20px;
    transition: 0.5s;
    border: 1px solid #0d6efd;
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev:hover,
.populer-news .whats-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: #0d6efd;
    color: var(--bs-white);
    border-radius: 10px;
}

.populer-news .tab-class .nav-item a.active {
    background: #0d6efd !important;
    color: white !important;
}

a.active span {
    color: white !important;
}

.lifestyle .lifestyle-item {
    position: relative;
    overflow: hidden;
}

.lifestyle .lifestyle-item img {
    transition: 0.5s;
}

.lifestyle .lifestyle-item:hover img {
    transform: scale(1.2);
}

.lifestyle .lifestyle-item .lifestyle-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0; 
    padding: 20px; 
    display: flex; 
    flex-direction: column; 
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
/*** Whats New End ***/


/*** Banner Section start ***/
.banner-2 {
    position: relative;
}

.banner-content-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(rgba(26, 125, 255, 0.7), rgba(255, 255, 255, 0.7));
    z-index: 2;
}
/*** Banner Section End ***/


/*** Footer Start ***/
.footer button:hover {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.footer .footer-item-1 .line-h {
    line-height: 38px;
}

.footer .footer-item-1 a i {
    transition: 0.5s;
}

.footer .footer-item-1 a:hover i {
    color: var(--bs-primary) !important;
}

.footer .footer-item-3 a {
    line-height: 38px;
}

.footer .footer-item-2 a {
    transition: 0.5s;
}

.footer .footer-item-2 a:hover {
    color: var(--bs-primary) !important;
}

.footer .footer-item-3 a {
    transition: 0.5s;
}

.footer .footer-item-3 a:hover {
    color: var(--bs-primary) !important;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
/*** Footer End ***/

.color_link{
    color: var(--bs-white);
}

.color_link:hover{
    color: var(--bs-white);
}


/* Buscar noticia */
/* Contenedor */
.search-form {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 320px;
}

/* Input */
.search-form input {
    width: 100%;
    padding: 9px 95px 9px 18px;
    border-radius: 30px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    outline: none;
}

/* Focus elegante */
.search-form input:focus {
    border-color: #0d6efd;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(13, 110, 253, 0.15);
}

/* Botón */
.search-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    padding: 0 18px;
    border: none;
    border-radius: 30px;
    background-color: #0d6efd;
    color: white;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover botón */
.search-form button:hover {
    background-color: #0b5ed7;
}

/* Mobile */
@media (max-width: 1199px) {
    .search-container {
        width: 100%;
    }

    .search-form {
        max-width: 100%;
        width: 100%;
    }

    .search-form input {
        padding-right: 85px;
    }
}
/* Fin buscar noticia */

/* Resultado de busqueda */
.news-item{
    margin-bottom: 20px;
}

.news-content {
    display: flex;
    align-items: center;
}

.news-image {
    flex: 0 0 120px;   /* ancho fijo */
    height: 90px;      /* alto fijo */
    margin-right: 10px;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* recorta sin deformar */
    border-radius: 6px;
}

.news-image video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* recorta sin deformar */
    border-radius: 6px;
}

.news-text {
    flex: 1;
}

.news-title {
    font-size: 18px;
    margin: 0 0 5px 0;
}

.news-title a {
    text-decoration: none;
    color: #222;
}

.news-title a:hover {
    color: #0d6efd;
}

.news-date {
    font-size: 14px;
    color: #777;
}

.search-result-header {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.search-label {
    color: #555;
}

.search-query {
    color: #0d6efd;
    margin-left: 5px;
}
/* Fin resultado de busqueda */

/* Cotización del dólar */
.dolar-bar {
  width: 100%;
  background: #171a21; /* fondo principal */
  padding: 18px 0;
  border-bottom: 1px solid #2a2f3a;
}

.dolar-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 22px;
}

.dolar-item {
  background: #1f2430; /* recuadro visible */
  border: 1px solid #2c3444;
  border-radius: 10px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: #e5e7eb;
  transition: all 0.2s ease;
}

/* efecto sutil al pasar mouse */
.dolar-item:hover {
  background: #252b38;
  border-color: #3a4355;
}

/* Título destacado */
.dolar-name {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: #2a3140;
  border-radius: 20px;
  color: #ffffff;
}

/* Valores */
.dolar-compra,
.dolar-venta {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #f1f5f9;
}

/* Mobile */
@media (max-width: 768px) {
  .dolar-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 16px;
    gap: 16px;
  }
}
/* Fin cotización del dólar */

/* Blue color */
.background_color_blue{
    background-color: #0d6efd !important;
}

.background_color_blue:hover{
    background-color: #0b5ed7 !important;
}

.color_white{
    color: #FFFFFF !important;
}

.newspaper_name{
    color: #0d6efd !important;
}
/* Fin blue color */

/* Publicite aqui */
.banner-publicidad {
  width: 100%;
  padding: 40px 10px 40px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-publicidad img {
  width: 100%;
  max-height: 600px;
  max-width: 1200px;
  object-fit: cover;
  border: 1px solid #0d6efd;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .banner-publicidad {
    width: calc(100% - 40px);
    margin: 0 auto 0px auto;
  }
}
/*Fin publicite aqui */


/* Filtrar */

.filter-container{
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border: 1px solid #e5e7eb;
  margin-bottom: 40px;
}

.filter-form{
  display: flex;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}


.filter-group{
  display: flex;
  flex-direction: column;
  min-width: 180px;
}


.filter-group label{
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}


.filter-group input,
.filter-group select{
  padding: 9px 12px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  transition: all 0.2s ease;
  background: #fff;
}


.filter-group input:focus,
.filter-group select:focus{
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37,99,235,0.15);
}

.button-group{
  min-width: auto;
}

.btn-filtrar{
  background: #0d6efd;
  color: white;
  border: none;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}


.btn-filtrar:hover{
  background: #0b5ed7;
}


@media (max-width: 768px){

  .filter-form{
    flex-direction: column;
    align-items: stretch;
  }

  .filter-group{
    width: 100%;
  }

  .btn-filtrar{
    width: 100%;
  }

}

/* Fin filtrar */

/* Estilos textos detalle noticias */
.texto-noticia p, 
.texto-noticia li {
    line-height: 2.0;
    text-align: left;
    letter-spacing: normal;
    color: #3b3b3b;
}

.texto-noticia h2,
.texto-noticia h3 {
    line-height: 1.3;
    text-align: left;
    letter-spacing: normal;
    color: #3b3b3b;
    margin-top: 40px;
}
/* Fin estilos textos detalle noticias */

/* Audios */
.audio-player {
    width: 100%;
    background: #f5f7fa;
    border-radius: 12px;
    padding: 10px 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
}

.audio-player audio {
    width: 100%;
    outline: none;
    border-radius: 8px;
}
/* Fin audios */

/* Ubicacion del ver mas para resoluciones pequeñas */
.ver_mas_abajo1{
    position: relative !important; 
    float: none !important;
}

.ver_mas_abajo2{
    display: block; 
    clear: both; 
    position: relative !important;
}

.ver_mas_abajo3{
    position: static !important; 
    display: inline-block !important; 
    margin: 0 !important; 
    transform: none !important;
}
/* Fin ubicacion del ver mas para resoluciones pequeñas */

/* Footer contactos */
.footer-brithers {
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-card {
    background: #0f0f0f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 32px 24px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    text-align: center;
}

.footer-card:hover {
    transform: translateY(-4px);
    border-color: #0d6efd;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 28px;
    position: relative;
    display: inline-block;
}

.footer-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background: #0d6efd;
    margin: 10px auto 0;
    border-radius: 999px;
}

.footer-item {
    margin-bottom: 24px;
}

.footer-item:last-child {
    margin-bottom: 0;
}

.footer-label {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #0d6efd;
    margin-bottom: 8px;
}

.footer-text {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.25s ease;
}

.footer-link:hover {
    color: #0d6efd;
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #9ca3af;
    font-size: 0.92rem;
}

.footer-bottom p {
    color: #9ca3af;
}

/* Fin footer contactos */

/* Audio player espaciado */
@media (max-width: 991px) {
    .audio-player {
        margin-bottom: 30px;
    }
}