/* Diario: Diario de Osorno (web: diariodeosorno.cl, id: 61) */
/* DEBUG: tp=1 nombre=Periodistico */
/*
@File: Depan Template Styles mod dic //edphp

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader Area CSS
** - Section Title CSS
** - Top Header Area CSS
** - Navbar Area CSS
** - Main News Area CSS
** - Widget Sidebar CSS
** - New News Area CSS
** - Main Default News Area CSS
** - Main News Slider Area CSS
** - Page Title CSS
** - Pagination Area CSS
** - Author Area CSS
** - About Area CSS
** - Team Area CSS
** - Login Area CSS
** - Register Area CSS
** - 404 Error Area CSS
** - Terms of service Area CSS
** - Coming Soon Area CSS
** - Contact Area CSS
** - News Area CSS
** - News Details Area CSS
** - Footer Area CSS
** - Copy Right Area CSS
** - Go Top CSS



*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700|Roboto+Condensed:wght@400;700|Lora:ital,wght@0,400;1,400|PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*================================================
Default CSS
=================================================*/

:root {
  --colorbase:        #001e82;
  --colorbase_2:      #141414;
  --font:             'PT Serif', serif;
  --font-titulo:      'Playfair Display', serif;
  --font-subtitulo:   'Playfair Display', serif;
  --font-bajada:      'Lora', serif;
  --font-bajada-style:italic;
  --font-menu:        'Roboto Condensed', sans-serif;
  --menu-transform:   uppercase;
  --menu-spacing:     0;
}


body {
  padding: 0;
  margin: 0;
  font-family: var(--font) ;
  font-size: 18px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--colorbase_2);
}

a:hover, a:focus {
  text-decoration: none;
    color: #000;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #656565;
  font-weight: 500;
  font-family: var(--font);
  font-size: 18px;
}

p:last-child {
  margin-bottom: 0;
}


i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--colorbase_2);
  font-family: var(--font-titulo);
  font-weight: 600;
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

.button-base {
  background: var(--colorbase);
  color: #ffffff;
  border: none;
  height: 40px;
  padding: 0 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 40px;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.5s;
  position: relative;
  left: 0;
  right: 0;
  margin-top: 10px;
}

.button-base:hover{
    background: #000;
    color:#fff;
} 

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.oculto{ 
    display: none !important;
}



/*================================================
dark version CSS
=================================================*/

.dark-version {
  position: fixed;
  z-index: 1;
  right: 95px;
  bottom: 45px;
}

.dark-version .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.dark-version .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.dark-version .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001e82;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.dark-version .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2.5px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0px 15px #2020203d;
          box-shadow: 0 0px 15px #2020203d;
  background: white url("/templates/ds/assets/img/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

.dark-version input:checked + .slider {
  background-color: #001e82;
}

.dark-version input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #001e82;
          box-shadow: 0 0 1px #001e82;
}

.dark-version input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  background: white url("/templates/ds/assets/img/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

.dark-version .slider.round {
  border-radius: 50px;
}

.dark-version .slider.round:before {
  border-radius: 50%;
}



/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999999;
  height: 100%;
  overflow: hidden;
}

.preloader .loader {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  height: 50px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.preloader .loader .wrapper {
  height: 50px;
  width: 180px;
}

.preloader .loader .circle {
  border-radius: 0%;
  border: 10px solid var(--colorbase);
  background: #000;
  float: left;
  height: 50px;
  margin: 0 5px;
  width: 50px;
}

.preloader .loader .circle-1 {
  -webkit-animation: move 1s ease-in-out infinite;
          animation: move 1s ease-in-out infinite;
}

.preloader .loader .circle-1a {
  -webkit-animation: fade 1s ease-in-out infinite;
          animation: fade 1s ease-in-out infinite;
}

.preloader .loader .circle-2 {
  -webkit-animation: move 1s ease-in-out infinite;
          animation: move 1s ease-in-out infinite;
}

.preloader .loader .circle-1a {
  margin-left: -55px;
  opacity: 0;
}

.preloader .loader .circle-3 {
  -webkit-animation: circle-3 1s ease-in-out infinite;
          animation: circle-3 1s ease-in-out infinite;
  opacity: 1;
}

.preloader .loader span {
  color: #000;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.preloader-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader-area .loader {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-43%);
          transform: translateY(-43%);
  text-align: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.preloader-area .box {
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-animation: animate .5s linear infinite;
          animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}

.preloader-area .shadow {
  width: 100%;
  height: 5px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow .5s linear infinite;
          animation: shadow .5s linear infinite;
}

.preloader-area::before, .preloader-area::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  background: var(--colorbase);
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader-area::after {
  left: auto;
  right: 0;
}

.preloader-area.preloader-deactivate {
  visibility: hidden;
}

.preloader-area.preloader-deactivate::after, .preloader-area.preloader-deactivate::before {
  width: 0;
}

.preloader-area.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}

@-webkit-keyframes circle-3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes circle-3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}

@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}

@-webkit-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
            transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
            transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }
}

@keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
}
.cont-section:first-of-type .section-title,
.daily-briefing-item .section-title {
  margin-top: 0;
}
.cont-section {
  margin-bottom: 30px;
}

.section-title::before,
.section-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ddd;
}

.section-title h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  color: #111;
}

/*================================================
Top Header Area CSS
=================================================*/
.top-header-area {
  background-color: #111111;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-header-area.bg-color {
  background-color: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}

.top-header-area.bg-color .top-header-social li a {
  color: var(--colorbase_2);
}

.top-header-area.bg-color .top-header-social li a i {
  background-color: #eeeeee;
}

.top-header-area.bg-color .top-header-social li a i:hover {
  color: var(--colorbase_2);
}

.top-header-area.bg-color .top-header-others li a {
  color: var(--colorbase_2);
}

.top-header-area.bg-color .top-header-others li a:hover {
  color: var(--colorbase);
}

.top-header-area.bg-color .top-header-others .languages-list .nice-select {
  color: var(--colorbase_2);
}

.top-header-area.bg-ffffff {
  background-color: #ffffff;
}

.top-header-area.bg-ffffff .top-header-others li a {
  color: var(--colorbase_2);
}

.top-header-area.bg-ffffff .top-header-others li a:hover {
  color: var(--colorbase);
}

.top-header-area.bg-ffffff .top-header-others .languages-list .nice-select {
  color: var(--colorbase_2);
}

.top-header-social {
  padding-left: 0;
  margin-bottom: 0;
}

.top-header-social li {
  display: inline-block;
  list-style-type: none;
  margin-right: 5px;
}

.top-header-social li:last-child {
  margin-right: 0;
}

.top-header-social li a {
  color: #ffffff;
}

.top-header-social li a i {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #ffffff;
  color: var(--colorbase);
  font-size: 16px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-header-social li a i:hover {
  background-color: var(--colorbase);
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.top-header-others {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}

.top-header-others li {
  list-style-type: none;
  display: inline-block;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  margin-right: 12px;
}

.top-header-others li:last-child {
  margin-right: 0;
}

.top-header-others li i {
  position: absolute;
  left: 0;
  color: var(--colorbase);
  top: 4px;
}

.top-header-others li a {
  color: #ffffff;
}

.top-header-others li a:hover {
  color: var(--colorbase);
}

.top-header-others .languages-list .nice-select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-weight: 400;
  height: auto;
  line-height: initial;
  color: #ffffff;
  padding-left: 0;
  padding-right: 25px;
}

.top-header-others .languages-list .nice-select::after {
  border-color: var(--colorbase);
  height: 8px;
  width: 8px;
  right: 5px;
  margin-top: -5px;
}

.top-header-others .languages-list .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  width: 150px;
  height: 200px;
  overflow-y: scroll;
  margin-top: 14px;
  margin-bottom: 0;
}

.top-header-others .languages-list .nice-select .list li {
  margin-right: 0;
}

.top-header-others .languages-list .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #656565;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  display: block;
}

.top-header-others .languages-list .nice-select .list .option.selected {
  background-color: var(--colorbase); !important;
  color: #ffffff;
  font-weight: normal;
}

.top-header-others .languages-list .nice-select .list::-webkit-scrollbar {
  display: none;
}

.breaking-news-content .breaking-title {
  font-weight: 500;
  color: var(--colorbase);
  margin-bottom: 0;
  float: left;
}

.breaking-news-slides .single-breaking-news p {
  line-height: initial;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 400;
}

.breaking-news-slides .single-breaking-news p a {
  color: #8a8a8a;
}

/*================================================
Clima Area CSS
=================================================*/

.climaShow_d{
    color: #fff !important;
    font-size: 13px;
}

.climaShow_m{
    color: #000000 !important;
    font-size: 0.9em;
    text-align: start;
}

#climaShow img{ width: 30px; margin-right: 5px}

/*================================================
Navbar Area CSS
=================================================*/




.main-responsive-nav {
  display: none;
}

.main-navbar {
  background-color: #f6f6f6;
}

.main-navbar .navbar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

.main-navbar .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}
.main-navbar .navbar .navbar-brand img {
  height: 50px !important;
  width: auto !important;
}
/* light mode: mostrar black-logo, ocultar white-logo */
.theme-light .main-navbar .navbar .navbar-brand img.black-logo,
.main-navbar .navbar .navbar-brand img.black-logo {
  display: block !important;
}
.theme-light .main-navbar .navbar .navbar-brand img.white-logo,
.main-navbar .navbar .navbar-brand img.white-logo {
  display: none !important;
}
/* dark mode: ocultar black-logo, mostrar white-logo */
.theme-dark .main-navbar .navbar .navbar-brand img.black-logo {
  display: none !important;
}
.theme-dark .main-navbar .navbar .navbar-brand img.white-logo {
  display: block !important;
}

.main-navbar .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.main-navbar .navbar .navbar-nav {
  margin: auto;
}

.main-navbar .navbar .navbar-nav .nav-item {
  position: relative;
}

.main-navbar .navbar .navbar-nav .nav-item a {
  color: var(--colorbase_2);
  font-family: var(--font) !important;
  text-transform: var(--menu-transform);
  letter-spacing: var(--menu-spacing);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  padding: 30px 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-navbar .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -4px;
  margin-right: -4px;
}

.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #ffffff;
  background-color: var(--colorbase);
}

.main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #ffffff;
  background-color: var(--colorbase);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 70px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 230px;
  display: block;
  border-radius: 0;
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 0;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 5px 20px;
  position: relative;
  display: block;
  color: var(--colorbase_2);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  font-family: var(--font) !important;
  text-transform: var(--menu-transform);
  letter-spacing: var(--menu-spacing);
  background-color: transparent;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--colorbase);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -230px;
  right: auto;
  margin-top: 15px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--colorbase_2);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: var(--colorbase);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 300px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--colorbase_2);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--colorbase);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -300px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--colorbase_2);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--colorbase);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 300px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--colorbase_2);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--colorbase);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -300px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--colorbase_2);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--colorbase);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 300px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--colorbase_2);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--colorbase);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--colorbase);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--colorbase);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--colorbase);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--colorbase);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: var(--colorbase);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--colorbase);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-navbar .navbar .navbar-nav .nav-item.megamenu {
  position: inherit;
}

.main-navbar .navbar .navbar-nav .nav-item.megamenu .container {
  display: block;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  max-width: 1160px;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
  left: 0;
  top: auto;
  width: 100%;
  margin-top: 0;
  padding: 30px 0;
  position: absolute;
  -webkit-transform: unset !important;
          transform: unset !important;
}

.main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .nav-item .nav-link {
  padding: 0;
  margin-top: 15px;
  display: inline-block;
  color: var(--colorbase_2);
  font-weight: 500;
}

.main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .nav-item .nav-link:hover, .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .nav-item .nav-link.active {
  color: var(--colorbase);
}

.main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .nav-item:first-child a {
  margin-top: 0;
}

.main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .d-block img {
  border-radius: 8px;
}

.main-navbar .navbar .others-options .option-item .search-box {
  position: relative;
  width: 250px;
  border-radius: 5px;
}

.main-navbar .navbar .others-options .option-item .search-box .form-control {
  height: 50px;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.main-navbar .navbar .others-options .option-item .search-box .form-control:focus {
  border-color: var(--colorbase);
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-navbar .navbar .others-options .option-item .search-box button {
  border: none;
  background-color: var(--colorbase);
  color: #ffffff;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.main-navbar .navbar .others-options .option-item .search-box button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-navbar .navbar .others-options .option-item .search-box button:hover, .main-navbar .navbar .others-options .option-item .search-box button:focus {
  background-color: #dc472e;
  color: #ffffff;
}

.navbar-two .main-navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.13);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

@media (min-width: 768px) {
  .navbar-area.is-sticky .main-navbar .navbar-brand {
    max-width: 210px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .navbar-area.is-sticky .main-navbar .navbar-brand img {
    max-height: 50px !important;
    height: 50px !important;
    width: auto !important;
    max-width: 100% !important;
  }
  .navbar-area.is-sticky .main-navbar .navbar-nav .nav-item a {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: padding 0.3s ease;
            transition: padding 0.3s ease;
  }
  .navbar-area.is-sticky .main-navbar .navbar-nav .nav-item .dropdown-menu {
    top: 100%;
    margin-top: 0;
  }
}


/* Clima en sticky nav */
.sticky-clima-nav { display: none; }
@media (min-width: 768px) {
  .navbar-area.is-sticky {
    border-top: 3px solid var(--colorbase);
    box-shadow: 0 2px 12px rgba(0,0,0,.1) !important;
  }
  .navbar-area.is-sticky .sticky-clima-nav {
    display: inline-flex; align-items: center; gap: 5px;
    margin-left: 16px; padding: 4px 10px 4px 7px;
    background: #f5f5f5; border-radius: 20px;
    border: 1px solid #e8e8e8;
    white-space: nowrap; flex-shrink: 0;
  }
}
.sticky-clima-nav img {
  display: inline-block !important;
  width: 24px !important; height: 24px !important;
  flex-shrink: 0;
}
.sticky-clima-nav span {
  font-size: 13px; font-weight: 700;
  color: #333; line-height: 1;
}

.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -28px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--colorbase_2);
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: var(--colorbase);
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 260px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.others-option-for-responsive .option-inner .others-options .option-item .search-box {
  position: relative;
  width: 250px;
  border-radius: 5px;
}

.others-option-for-responsive .option-inner .others-options .option-item .search-box .form-control {
  height: 50px;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.others-option-for-responsive .option-inner .others-options .option-item .search-box .form-control:focus {
  border-color: var(--colorbase);
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.others-option-for-responsive .option-inner .others-options .option-item .search-box button {
  border: none;
  background-color: var(--colorbase);
  color: #ffffff;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.others-option-for-responsive .option-inner .others-options .option-item .search-box button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.others-option-for-responsive .option-inner .others-options .option-item .search-box button:hover, .others-option-for-responsive .option-inner .others-options .option-item .search-box button:focus {
  background-color: #dc472e;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .main-responsive-nav {
    display: block;
  }
  .main-responsive-nav .main-responsive-menu {
    position: relative;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a {
    color: var(--colorbase_2) !important;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #dc472e;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .others-options {
    display: none !important;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 360px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: var(--colorbase_2);
    top: 50%;
    transform: translateY(-50%);
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: var(--colorbase_2);
margin-bottom:3px !important;
border:3px  solid #fff;
  }
  .main-responsive-nav .logo {
    position: relative;
  }
  .main-responsive-nav .logo img {
    max-width: 200px !important;
  }
  .navbar-area {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-navbar {
    display: none;
  }
  .others-option-for-responsive {
    display: block;
  }
}



/*================================================
Main News Area CSS
=================================================*/
.main-news-area {
  padding-top: 50px;
  padding-bottom: 20px;
}

.single-main-news {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  
}

.single-main-news::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
  background: linear-gradient(transparent, #111), linear-gradient(transparent, #111);

  height: 70%;

  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  opacity: .7;
}

.single-main-news img {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.single-main-news .news-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 30px;
  z-index: 2;
}

.single-main-news .news-content .tag {
  display: inline-block;
  background-color: var(--colorbase);
  color: #ffffff;
  padding: 2px 10px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-main-news .news-content h3,
.single-main-news .news-content h1 {
  font-size: 36px !important;
  font-weight: bold !important;
  margin-top: 16px;
  margin-bottom: 20px;
}

.single-main-news .news-content h3 a,
.single-main-news .news-content h1 a {
  color: #ffffff;
  position: relative;
}

.single-main-news .news-content h3 a::before,
.single-main-news .news-content h1 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-main-news .news-content span {
  color: #ffffff;
}

.single-main-news .news-content span a {
  color: #ffffff;
  font-weight: 400;
}

.single-main-news:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-main-news:hover .news-content .tag {
  background-color: var(--colorbase);
}

.single-main-news:hover .news-content h3 a,
.single-main-news:hover .news-content h1 a {
  color:#fff;
}



.single-main-news:hover .news-content h3 a::before,
.single-main-news:hover .news-content h1 a::before {
  width: 100%;
}


.single-main-news-inner {
  position: relative;
  overflow: hidden;
}

.single-main-news-inner::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
  background: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
  height: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  opacity: .7;
}

.single-main-news-inner img {
  overflow: hidden;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.single-main-news-inner .news-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 30px;
padding-bottom:10px;
  z-index: 2;
}

.single-main-news-inner .news-content .tag {
  display: inline-block;
  background-color: var(--colorbase);
  color: #ffffff;
  padding: 2px 10px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-main-news-inner .news-content h3 {
  margin-top: 15px;
  margin-bottom: 12px;
}

.single-main-news-inner .news-content h3.tm_13 {
    font-size:1.3em;
}
.single-main-news-inner .news-content h3 a {
  color: #ffffff;
  position: relative;
}

.single-main-news-inner .news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-main-news-inner .news-content span {
  color: #ffffff;
}

.single-main-news-inner:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


.single-main-news-inner:hover .news-content h3 a::before {
  width: 100%;
}

.single-main-news-box {
  margin-top: 18px;
  position: relative;
  overflow: hidden;
  min-height: 110px;
}

.single-main-news-box .single-main-news-image {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 150px;
}
.single-main-news-box img {
  display: block;
  width: 150px;
  height: 100%;
  object-fit: cover;
  position: static;
}

.single-main-news-box .news-content {
  padding-left: 165px;
  padding-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.single-main-news-box .news-content .tag {
  color: var(--colorbase);
  font-weight: 400;
}

.single-main-news-box .news-content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-main-news-box .news-content h3.tam_13 {
  font-size:1em;
}
.single-main-news-box .news-content h3 a {
  position: relative;
}

.single-main-news-box .news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-main-news-box .news-content span {
  color: #656565;
  font-weight: 400;
}


.single-main-news-box:hover .news-content h3 a::before {
  width: 100%;
}


/*================================================
Default News Area CSS
=================================================*/
.default-news-area {
  padding-bottom: 50px;
}

.single-most-popular-news {
  margin-bottom: 30px;
}

.single-most-popular-news .popular-news-image {
  overflow: hidden;
    height: 200px;
}

.single-most-popular-news .popular-news-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-most-popular-news .popular-news-content {
  margin-top: 15px;
}

.single-most-popular-news .popular-news-content span {
  font-weight: 500;
  color: var(--colorbase);
}

.single-most-popular-news .popular-news-content h3 {
  margin-top: 3px;
  margin-bottom: 12px;
}

.single-most-popular-news .popular-news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.single-most-popular-news .popular-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-most-popular-news .popular-news-content p {
  font-weight: 400;
}

.single-most-popular-news .popular-news-content p a {
  color: #656565;
}


.single-most-popular-news:hover .popular-news-content h3 a::before {
  width: 100%;
}

.single-most-popular-news:hover .popular-news-content p a {
  color: var(--colorbase);
}

.single-most-popular-news:hover .popular-news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.most-popular-post {
  margin-bottom: 30px;
}

.most-popular-post .post-image {
  overflow: hidden;
}

.most-popular-post .post-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
    height: 150px;
    max-width:300px !important;
    margin-left:-50px;
}

.most-popular-post .post-content span {
  font-weight: 500;
  color: var(--colorbase);
}

.most-popular-post .post-content h3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.most-popular-post .post-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.most-popular-post .post-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.most-popular-post .post-content p {
  font-weight: 400;
}

.most-popular-post .post-content p a {
  color: #656565;
}

.most-popular-post:hover .post-content h3 a {
}

.most-popular-post:hover .post-content h3 a::before {
  width: 100%;
}

.most-popular-post:hover .post-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.video-item {
  position: relative;
  overflow: hidden;
}

.video-item::before {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.85) 100%);
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.video-item .video-news-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.video-item .video-news-image img,
.video-item .video-news-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.video-item:hover .video-news-image img,
.video-item:hover .video-news-image video {
  transform: scale(1.04);
}

.video-item .video-news-image > a:first-child {
  display: block;
  width: 100%;
  height: 100%;
}

.video-item .video-news-image i {
  font-size: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255,255,255,0.85);
  z-index: 2;
  transition: 0.3s;
  pointer-events: none;
}
.video-item:hover .video-news-image i {
  color: var(--colorbase);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-item .video-news-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 12px;
  z-index: 2;
}

.video-item .video-news-content h3 {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.3;
  font-family: Arial, sans-serif !important;
  font-weight: 700;
}

.video-item .video-news-content h3 a,
.video-item .video-news-content h4 a {
  color: #fff;
}

.video-item .video-news-content span {
  color: rgba(255,255,255,0.7);
  font-size: 11px;
}

.video-item:hover .video-news-content h3 a,
.video-item:hover .video-news-content h4 a {
  color: #fff;
}

.video-item.mb-30 {
  margin-bottom: 30px;
}

.single-video-item {
  margin-bottom: 30px;
}

.single-video-item .video-news-image {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.single-video-item .video-news-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-video-item .video-news-image i {
  font-size: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}


.single-video-item .video-news-image::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  opacity: .5;
}

.single-video-item .video-news-content {
  margin-top: 15px;
}

.single-video-item .video-news-content span {
  font-weight: 500;
  color: var(--colorbase);
}

.single-video-item .video-news-content h3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.single-video-item .video-news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.single-video-item .video-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-video-item .video-news-content p {
  font-weight: 400;
}

.single-video-item .video-news-content p a {
  color: #656565;
}

.single-video-item:hover .video-news-content h3 a {
  color: var(--colorbase);
}

.single-video-item:hover .video-news-content h3 a::before {
  width: 100%;
}

.single-video-item:hover .video-news-content p a {
  color: var(--colorbase);
}

.single-video-item:hover .video-news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.video-news-section { background:#111; padding:24px 16px 30px; margin-bottom:30px; border-top:3px solid var(--colorbase); }
.video-news-section .section-title { margin-top:0; margin-bottom:14px; }
.video-news-section .section-title::before,
.video-news-section .section-title::after { background:rgba(255,255,255,0.15); }
.video-news-section .section-title h2,
.video-news-section .section-title h2 a { color:#fff; letter-spacing:.5px; }
.video-news-section .video-slides { margin-bottom:0; }

/* Video card badge & play button */
.video-card-badge {
  position:absolute; top:8px; left:8px; z-index:3;
  background:rgba(180,0,0,0.82); color:#fff;
  font-size:10px; font-weight:700; letter-spacing:1px; text-transform:uppercase;
  padding:2px 7px; border-radius:3px; pointer-events:none;
  display:flex; align-items:center; gap:5px;
}
.video-card-dot {
  width:6px; height:6px; border-radius:50%; background:#ff4444; flex-shrink:0;
  animation:streaming-pulse 1.4s ease-in-out infinite;
}
.video-item .video-play-btn {
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:48px; height:48px; border-radius:50%;
  background:rgba(255,255,255,0.18); backdrop-filter:blur(2px);
  display:flex; align-items:center; justify-content:center;
  z-index:2; transition:background .25s, transform .25s;
  border:2px solid rgba(255,255,255,0.55);
}
.video-item .video-play-btn i { font-size:26px; color:#fff; line-height:1; }
.video-item:hover .video-play-btn { background:var(--colorbase); border-color:var(--colorbase); transform:translate(-50%,-50%) scale(1.1); }
.video-item .video-news-content { padding:10px 10px 8px; }
.video-item .video-news-content h3 { font-size:13px; line-height:1.35; }
.video-item .video-news-content span.nota-fecha { font-size:10px; color:rgba(255,255,255,0.55); }

.video-slides {
  margin-bottom: 30px;
}

.video-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.video-slides.owl-theme .owl-nav [class*=owl-] {
  pointer-events: all;
  background-color: rgba(0,0,0,0.45);
  border: none;
  height: 40px;
  width: 28px;
  line-height: 40px;
  border-radius: 0;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.video-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--colorbase);
}

.single-politics-news {
  margin-bottom: 30px;
}

.single-politics-news .politics-news-image {
  overflow: hidden;
  position: relative;
}

.single-politics-news .politics-news-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;

}

.single-politics-news .politics-news-image i {
  font-size: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}


.single-politics-news .politics-news-content {
  margin-top: 15px;
}

.single-politics-news .politics-news-content span {
  font-weight: 500;
  color: var(--colorbase);
}

.single-politics-news .politics-news-content h3 {
  margin-top: 3px;
  margin-bottom: 12px;
}

.single-politics-news .politics-news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.single-politics-news .politics-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-politics-news .politics-news-content p {
  font-weight: 400;
}

.single-politics-news .politics-news-content p a {
  color: #656565;
}

.single-politics-news .politics-news-content-box span {
  font-weight: 500;
  color: var(--colorbase);
}

.single-politics-news .politics-news-content-box h3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.single-politics-news .politics-news-content-box h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.single-politics-news .politics-news-content-box h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-politics-news .politics-news-content-box p {
  font-weight: 400;
}

.single-politics-news .politics-news-content-box .date {
  font-weight: 400;
  color: #656565;
}

.single-politics-news:hover .politics-news-content h3 a {
  color: var(--colorbase_2);
}

.single-politics-news:hover .politics-news-content h3 a::before {
  width: 100%;
}

.single-politics-news:hover .politics-news-content p a {
  color: var(--colorbase_2);
}

.single-politics-news:hover .politics-news-content-box h3 a {
  color: var(--colorbase_2);
}

.single-politics-news:hover .politics-news-content-box h3 a::before {
  width: 100%;
}

.single-politics-news:hover .politics-news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.politics-news-post {
  margin-bottom: 30px;
}

.politics-news-post .politics-news-image {
  overflow: hidden;
  position: relative;
}

.politics-news-post .politics-news-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 110px;
  max-width:300px !important;
  margin-left:-50px;
}

.politics-news-post .politics-news-image i {
  font-size: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}


.politics-news-post .politics-news-content h3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.politics-news-post .politics-news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.politics-news-post .politics-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.politics-news-post .politics-news-content p {
  font-weight: 400;
}

.politics-news-post:hover .politics-news-content h3 a {
  color: var(--colorbase_2);
}

.politics-news-post:hover .politics-news-content h3 a::before {
  width: 100%;
}

.politics-news-post:hover .politics-news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.politics-news-post-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.politics-news-post-box::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  opacity: .5;
}

.politics-news-post-box img {
  overflow: hidden;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.politics-news-post-box .politics-news-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 25px;
  z-index: 2;
}

.politics-news-post-box .politics-news-content h3 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 12px;
}

.politics-news-post-box .politics-news-content h3 a {
  color: #ffffff;
  position: relative;
}

.politics-news-post-box .politics-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.politics-news-post-box .politics-news-content p {
  color: #ffffff;
}

.politics-news-post-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.politics-news-post-box:hover .politics-news-content h3 a {
  color: var(--colorbase);
}

.politics-news-post-box:hover .politics-news-content h3 a::before {
  width: 100%;
}

.single-business-news {
  margin-bottom: 30px;
}

.single-business-news .business-news-image {
  overflow: hidden;
}

.single-business-news .business-news-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-business-news .business-news-content {
  margin-top: 20px;
}

.single-business-news .business-news-content span {
  font-weight: 500;
  color: var(--colorbase);
}

.single-business-news .business-news-content h3 {
  margin-top: 12px;
  margin-bottom: 16px;
}

.single-business-news .business-news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.single-business-news .business-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-business-news .business-news-content p {
  font-weight: 400;
}

.single-business-news .business-news-content p a {
  color: #656565;
}

.single-business-news:hover .business-news-content h3 a {
  color: var(--colorbase_2);
}

.single-business-news:hover .business-news-content h3 a::before {
  width: 100%;
}

.single-business-news:hover .business-news-content p a {
  color: var(--colorbase_2);
}

.single-business-news:hover .business-news-content-box h3 a {
  color: var(--colorbase_2);
}

.single-business-news:hover .business-news-content-box h3 a::before {
  width: 100%;
}

.single-business-news:hover .business-news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-business-news .business-news-content-box span {
  font-weight: 500;
  color: var(--colorbase);
}

.single-business-news .business-news-content-box h3 {
  margin-top: 12px;
  margin-bottom: 16px;
}

.single-business-news .business-news-content-box h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.single-business-news .business-news-content-box h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-business-news .business-news-content-box p {
  font-weight: 400;
}

.single-business-news .business-news-content-box .date {
  font-weight: 400;
  color: #656565;
}

.business-news-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -65px;
  right: 0;
}

.business-news-slides.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  border: 1px solid #e1e1e1;
  height: 30px;
  width: 30px;
  line-height: 32px;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.business-news-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--colorbase);
  border: 1px solid var(--colorbase);
}

.single-sports-news {
  margin-bottom: 30px;
}

.single-sports-news .sports-news-image {
  overflow: hidden;
}

.single-sports-news .sports-news-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
      height: 150px;
  max-width:350px !important;
  margin-left:-70px;
}



.single-sports-news .sports-news-image-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 90px;
  max-width:350px !important;
  margin-left:-70px;
}

.single-sports-news .sports-news-content h3 {
  margin-bottom: 12px;
}

.single-sports-news .sports-news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.single-sports-news .sports-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-sports-news .sports-news-content p {
  font-weight: 400;
}

.single-sports-news:hover .sports-news-content h3 a {
  color: var(--colorbase_2);
}

.single-sports-news:hover .sports-news-content h3 a::before {
  width: 100%;
}

.single-sports-news:hover .sports-news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-sports-news-box {
  margin-bottom: 30px;
}

.single-sports-news-box .sports-news-image {
  overflow: hidden;
  position: relative;
}

.single-sports-news-box .sports-news-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-sports-news-box .sports-news-image i {
  font-size: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}


.single-sports-news-box .sports-news-content {
  margin-top: 15px;
}

.single-sports-news-box .sports-news-content span {
  font-weight: 500;
  color: var(--colorbase);
}

.single-sports-news-box .sports-news-content h3 {
  margin-top: 10px;
  margin-bottom: 12px;
}

.single-sports-news-box .sports-news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.single-sports-news-box .sports-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-sports-news-box .sports-news-content p {
  font-weight: 400;
}

.single-sports-news-box .sports-news-content p a {
  color: #656565;
}

.single-sports-news-box:hover .sports-news-content h3 a {
  color: var(--colorbase);
}

.single-sports-news-box:hover .sports-news-content h3 a::before {
  width: 100%;
}

.single-sports-news-box:hover .sports-news-content p a {
  color: var(--colorbase);
}

.single-sports-news-box:hover .sports-news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sports-news-post {
  margin-bottom: 30px;
}

.sports-news-post .sports-news-image {
  overflow: hidden;
}

.sports-news-post .sports-news-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sports-news-post .sports-news-content span {
  color: var(--colorbase);
}

.sports-news-post .sports-news-content h3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.sports-news-post .sports-news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.sports-news-post .sports-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.sports-news-post .sports-news-content p {
  font-weight: 400;
}

.sports-news-post:hover .sports-news-content h3 a {
  color: var(--colorbase);
}

.sports-news-post:hover .sports-news-content h3 a::before {
  width: 100%;
}

.sports-news-post:hover .sports-news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-tech-news-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.single-tech-news-box::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
  height: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  opacity: .5;
}

.single-tech-news-box img {
  overflow: hidden;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.single-tech-news-box .tech-news-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 15px;
  z-index: 2;
}

.single-tech-news-box .tech-news-content h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

.single-tech-news-box .tech-news-content h3 a {
  color: #ffffff;
  position: relative;
}

.single-tech-news-box .tech-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-tech-news-box .tech-news-content p {
  color: #ffffff;
}

.single-tech-news-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-tech-news-box:hover .tech-news-content h3 a {
  color: var(--colorbase);
}

.single-tech-news-box:hover .tech-news-content h3 a::before {
  width: 100%;
}

.sports-slider.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -65px;
  right: 0;
}

.sports-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  border: 1px solid #e1e1e1;
  height: 30px;
  width: 30px;
  line-height: 32px;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sports-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--colorbase);
  border: 1px solid var(--colorbase);
}

.tech-slider.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -65px;
  right: 0;
}

.tech-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  border: 1px solid #e1e1e1;
  height: 30px;
  width: 30px;
  line-height: 32px;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tech-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--colorbase);
  border: 1px solid var(--colorbase);
}

.single-tech-news {
  margin-bottom: 30px;
}

.single-tech-news .tech-news-image {
  overflow: hidden;
}

.single-tech-news .tech-news-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-tech-news .tech-news-content h3 {
  margin-bottom: 12px;
}

.single-tech-news .tech-news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.single-tech-news .tech-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-tech-news .tech-news-content p {
  font-weight: 400;
}

.single-tech-news:hover .tech-news-content h3 a {
  color: var(--colorbase);
}

.single-tech-news:hover .tech-news-content h3 a::before {
  width: 100%;
}

.single-tech-news:hover .tech-news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-tech-inner-news {
  margin-bottom: 30px;
}

.single-tech-inner-news .tech-news-image {
  overflow: hidden;
}

.single-tech-inner-news .tech-news-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-tech-inner-news .tech-news-content {
  margin-top: 15px;
}

.single-tech-inner-news .tech-news-content span {
  font-weight: 500;
  color: var(--colorbase);
}

.single-tech-inner-news .tech-news-content h3 {
  margin-top: 10px;
  margin-bottom: 12px;
}

.single-tech-inner-news .tech-news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.single-tech-inner-news .tech-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-tech-inner-news .tech-news-content p {
  font-weight: 400;
}

.single-tech-inner-news .tech-news-content p a {
  color: #656565;
}

.single-tech-inner-news:hover .tech-news-content h3 a {
  color: var(--colorbase);
}

.single-tech-inner-news:hover .tech-news-content h3 a::before {
  width: 100%;
}

.single-tech-inner-news:hover .tech-news-content p a {
  color: var(--colorbase);
}

.single-tech-inner-news:hover .tech-news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-culture-news {
  margin-bottom: 30px;
}

.single-culture-news .culture-news-image {
  overflow: hidden;
  position: relative;
}

.single-culture-news .culture-news-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-culture-news .culture-news-image i {
  font-size: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.single-culture-news .culture-news-content {
  margin-top: 15px;
}

.single-culture-news .culture-news-content span {
  font-weight: 500;
  color: var(--colorbase);
}

.single-culture-news .culture-news-content h3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.single-culture-news .culture-news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.single-culture-news .culture-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-culture-news .culture-news-content p {
  font-weight: 400;
}

.single-culture-news .culture-news-content p a {
  color: #656565;
}

.single-culture-news:hover .culture-news-content h3 a {
  color: var(--colorbase);
}

.single-culture-news:hover .culture-news-content h3 a::before {
  width: 100%;
}

.single-culture-news:hover .culture-news-content p a {
  color: var(--colorbase);
}

.single-culture-news:hover .culture-news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.culture-news-post {
  margin-bottom: 30px;
}

.culture-news-post .culture-news-image {
  overflow: hidden;
}

.culture-news-post .culture-news-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.culture-news-post .culture-news-content span {
  font-weight: 500;
  color: var(--colorbase);
}

.culture-news-post .culture-news-content h3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.culture-news-post .culture-news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.culture-news-post .culture-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.culture-news-post .culture-news-content p {
  font-weight: 400;
}

.culture-news-post:hover .culture-news-content h3 a {
  color: var(--colorbase);
}

.culture-news-post:hover .culture-news-content h3 a::before {
  width: 100%;
}

.culture-news-post:hover .culture-news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-health-news {
  position: relative;
}

.single-health-news::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
  background: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  opacity: .5;
}

.single-health-news .health-news-image {
  overflow: hidden;
}

.single-health-news .health-news-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-health-news .health-news-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 25px;
  z-index: 2;
}

.single-health-news .health-news-content span {
  font-weight: 500;
  color: #ffffff;
}

.single-health-news .health-news-content h3 {
  margin-top: 12px;
  margin-bottom: 16px;
}

.single-health-news .health-news-content h3 a {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.single-health-news .health-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-health-news .health-news-content p {
  font-weight: 400;
  color: #ffffff;
}

.single-health-news .health-news-content p a {
  color: #ffffff;
}

.single-health-news:hover .health-news-content h3 a {
  color: var(--colorbase);
}

.single-health-news:hover .health-news-content h3 a::before {
  width: 100%;
}

.single-health-news:hover .health-news-content p a {
  color: var(--colorbase);
}

.single-health-news:hover .health-news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.health-news-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -65px;
  right: 0;
}

.health-news-slides.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  border: 1px solid #e1e1e1;
  height: 30px;
  width: 30px;
  line-height: 32px;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.health-news-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--colorbase);
  border: 1px solid var(--colorbase);
}

.health-news-post {
  margin-top: 30px;
}

.health-news-post .health-news-image {
  overflow: hidden;
}

.health-news-post .health-news-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.health-news-post .health-news-content span {
  font-weight: 500;
  color: var(--colorbase);
}

.health-news-post .health-news-content h3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.health-news-post .health-news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.health-news-post .health-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.health-news-post .health-news-content p {
  font-weight: 400;
}

.health-news-post .health-news-content b {
  font-weight: 400;
  color: var(--colorbase_2);
}

.health-news-post:hover .health-news-content h3 a {
  color: var(--colorbase);
}

.health-news-post:hover .health-news-content h3 a::before {
  width: 100%;
}

.health-news-post:hover .health-news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-overview-news {
  margin-bottom: 30px;
}

.single-overview-news .overview-news-image {
  overflow: hidden;
}

.single-overview-news .overview-news-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-overview-news .overview-news-content {
  margin-top: 20px;
}

.single-overview-news .overview-news-content span {
  font-weight: 500;
  color: var(--colorbase);
}

.single-overview-news .overview-news-content h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-overview-news .overview-news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.single-overview-news .overview-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-overview-news .overview-news-content p {
  font-weight: 400;
}

.single-overview-news .overview-news-content p a {
  color: #656565;
}

.single-overview-news:hover .overview-news-content h3 a {
  color: var(--colorbase);
}

.single-overview-news:hover .overview-news-content h3 a::before {
  width: 100%;
}

.single-overview-news:hover .overview-news-content p a {
  color: var(--colorbase);
}

.single-overview-news:hover .overview-news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
  margin-bottom: 30px;
}

.widget-area .widget:last-child {
  margin-bottom: 0;
}

.widget-area .widget .widget-title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  bottom: -1px;
  background: var(--colorbase);
}

.widget-area .widget_latest_news_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_latest_news_thumb .item {
  overflow: hidden;
  margin-bottom: 25px;
}

.widget-area .widget_latest_news_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_latest_news_thumb .item .thumb {
  float: left;
  height: 100px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}

.widget-area .widget_latest_news_thumb .item img {
    height: 100px;
    max-width: 300px;
    
}

.widget_latest_news_thumb .tag{
  color: var(--colorbase) !important;

}

.widget-area .widget_latest_news_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_latest_news_thumb .item .info {
  overflow: hidden;
}

.widget-area .widget_latest_news_thumb .item .info span {
  display: block;
  color: #656565;
  margin-top: 5px;
  font-weight: 400;
}

.widget-area .widget_latest_news_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 17px;
  font-weight: bold;
}

.widget-area .widget_latest_news_thumb .item .info .title a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}


.widget-area .widget_latest_news_thumb .item .info .title a::before {
 content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}



.widget_latest_news_thumb--right .item .thumb {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 15px !important;
}

.widget-area .widget_latest_news_thumb .item:hover .info .title a {
}

.widget-area .widget_featured_reports .single-featured-reports .featured-reports-content {
  margin-top: 15px;
}
.widget_latest_news_thumb .item-featured {
  position: relative;
}
.widget_latest_news_thumb .item-featured::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 30%, rgba(0,0,0,0.75));
  pointer-events: none;
}
.widget_latest_news_thumb .item-featured .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  margin-top: 0 !important;
  z-index: 1;
}
.widget_latest_news_thumb .item-featured .info .news-title a,
.widget_latest_news_thumb .item-featured .info .nota-fecha {
  color: #fff;
}

.widget-area .widget_featured_reports .single-featured-reports .featured-reports-content h3 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 800;
}

.widget-area .widget_featured_reports .single-featured-reports .featured-reports-content h3 a {
  position: relative;
  z-index: 1;
}

.widget-area .widget_featured_reports .single-featured-reports .featured-reports-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.widget-area .widget_featured_reports .single-featured-reports .featured-reports-content p {
  font-weight: 400;
}

.widget-area .widget_featured_reports .single-featured-reports .featured-reports-content p a {
  color: #656565;
}

.widget-area .widget_featured_reports .single-featured-reports:hover .featured-reports-content h3 a {
}

.widget-area .widget_featured_reports .single-featured-reports:hover .featured-reports-content h3 a::before {
  width: 100%;
}

.widget-area .widget_featured_reports .single-featured-reports:hover .featured-reports-content p a {
}

.widget-area .widget_stay_connected .widget-title {
  margin-bottom: 20px;
}

.widget-area .widget_stay_connected .stay-connected-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.widget-area .widget_stay_connected .stay-connected-list li {
  border: 1px solid #eee;
}

.widget-area .widget_stay_connected .stay-connected-list li a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  background: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
}
.widget-area .widget_stay_connected .stay-connected-list li a:hover {
  color: var(--colorbase);
  border-color: var(--colorbase);
}

.widget-area .widget_stay_connected .stay-connected-list li a i {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  color: var(--colorbase);
  font-size: 23px;
}

.widget-area .widget_stay_connected .stay-connected-list li a .sc-count {
  display: none;
}

.widget-area .widget_stay_connected .stay-connected-list li .twitter,
.widget-area .widget_stay_connected .stay-connected-list li .linkedin,
.widget-area .widget_stay_connected .stay-connected-list li .youtube,
.widget-area .widget_stay_connected .stay-connected-list li .instagram,
.widget-area .widget_stay_connected .stay-connected-list li .wifi {
  background-color: transparent;
}

.widget-area .widget_newsletter {
  background-color: #f6f6f6;
  padding: 25px;
}

.widget-area .widget_newsletter .newsletter-content {
  text-align: center;
  margin-bottom: 25px;
}

.widget-area .widget_newsletter .newsletter-content h3 {
  margin-bottom: 10px;
}

.widget-area .widget_newsletter .newsletter-content p {
}

.widget-area .widget_newsletter .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  height: 55px;
  padding-left: 15px;
  border-radius: 0;
  outline: 0;
  color: var(--colorbase_2);
}

.widget-area .widget_newsletter .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_newsletter .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_newsletter .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_newsletter .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_newsletter .newsletter-form button {
  background: var(--colorbase);
  color: #ffffff;
  border: none;
  height: 55px;
  padding: 0 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 55px;
  font-weight: 500;
  border-radius: 0;
  transition: 0.5s;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 10px;
}

.widget-area .widget_newsletter .newsletter-form button:hover {
  background-color: #dc472e;
}

.widget-area .widget_newsletter .newsletter-form #validator-newsletter {
  color: red;
  margin-top: 15px;
  font-weight: 400;
  text-align: center;
  font-weight: 400;
}

.widget-area .widget_popular_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_popular_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 25px;
}
.widget-area .widget_popular_posts_thumb .img-box {
  overflow: hidden;
  height: 90px;    
    
     
}

.widget-area .widget_popular_posts_thumb .img-box img{
    height: 90px;
    width: auto;
    max-width: 350px;
    
    margin-left: -30px;
}


.widget-area .widget_popular_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_popular_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}

.widget-area .widget_popular_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}



.widget-area .widget_popular_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_popular_posts_thumb .item .info span {
  display: block;
  color: #656565;
  margin-top: 5px;
  font-weight: 400;
}

.widget-area .widget_popular_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 17px;
  font-weight: bold;
}

.widget-area .widget_popular_posts_thumb .item .info .title a {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_popular_posts_thumb .item:hover .info .title a {
  color: var(--colorbase);
}

.widget-area .widget_most_shared .single-most-shared {
  position: relative;
}

.widget-area .widget_most_shared .single-most-shared::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
  background: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
  height: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  opacity: .7;
}

.widget-area .widget_most_shared .single-most-shared .most-shared-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 1;
}

.widget-area .widget_most_shared .single-most-shared .most-shared-content h3 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 500;
}

.widget-area .widget_most_shared .single-most-shared .most-shared-content h3 a {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.widget-area .widget_most_shared .single-most-shared .most-shared-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.widget-area .widget_most_shared .single-most-shared .most-shared-content p {
  font-weight: 400;
  color: #ffffff;
}

.widget-area .widget_most_shared .single-most-shared .most-shared-content p a {
  color: #ffffff;
}

.widget-area .widget_most_shared .single-most-shared:hover .most-shared-content h3 a {
  color: var(--colorbase);
}

.widget-area .widget_most_shared .single-most-shared:hover .most-shared-content h3 a::before {
  width: 100%;
}

.widget-area .widget_most_shared .single-most-shared:hover .most-shared-content p a {
  color: var(--colorbase);
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 18px;
}

.widget-area .tagcloud a {
  display: inline-block;
  border: 1px solid #e1e1e1 !important;
  color: var(--colorbase_2);
  padding: 8px 15px;
  border: none;
  border-radius: 0;
  font-weight: 400;
  margin-top: 8px;
  margin-right: 5px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: var(--colorbase);
  border: 1px solid var(--colorbase); !important;
}

.widget-area .widget_instagram ul {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}

.widget-area .widget_instagram ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.widget-area .widget_instagram ul li .box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.widget-area .widget_instagram ul li .box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.widget-area .widget_instagram ul li .box i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  z-index: 2;
}

.widget-area .widget_instagram ul li .box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_instagram ul li .box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.widget-area .widget_instagram ul li .box:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.widget-area .widget_instagram ul li .box:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.widget-area .widget_instagram ul li .box:hover i {
  opacity: 1;
  visibility: visible;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #dc472e;
  background-color: transparent;
}

.widget-area .widget_search form button {
  border: none;
  background-color: var(--colorbase);
  color: #ffffff;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
}

.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  background-color: #dc472e;
  color: #ffffff;
}

/*================================================
New News Area CSS
=================================================*/
.new-news-area {
  padding-top: 50px;
  padding-bottom: 20px;
}

.single-new-news {
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
  padding: 15px;
}

.single-new-news .new-news-content {
  margin-top: 20px;
}

.single-new-news .new-news-content span {
  display: inline-block;
  background-color: var(--colorbase_2);
  color: #ffffff;
  padding: 2px 10px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 2px;
}

.single-new-news .new-news-content h3 {
  margin-top: 18px;
  margin-bottom: 15px;
}

.single-new-news .new-news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.single-new-news .new-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-new-news .new-news-content p {
  font-weight: 400;
}

.single-new-news:hover .new-news-content h3 a {
  color: var(--colorbase);
}

.single-new-news:hover .new-news-content h3 a::before {
  width: 100%;
}

.single-new-news-box {
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
}

.single-new-news-box .new-news-content {
  padding: 28px 20px;
}

.single-new-news-box .new-news-content span {
  display: inline-block;
  background-color: var(--colorbase_2);
  color: #ffffff;
  padding: 2px 10px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 2px;
}

.single-new-news-box .new-news-content h3 {
  margin-top: 18px;
  margin-bottom: 20px;
}

.single-new-news-box .new-news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.single-new-news-box .new-news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-new-news-box .new-news-content p {
  font-weight: 400;
}

.single-new-news-box:hover .new-news-content h3 a {
  color: var(--colorbase);
}

.single-new-news-box:hover .new-news-content h3 a::before {
  width: 100%;
}

.daily-briefing-item {
  padding: 0 15px 15px 15px;
}

.daily-briefing-item .title {
  margin-bottom: 20px;
}

.daily-briefing-item .title h3 {
  position: relative;
  padding-bottom: 15px;
}

.daily-briefing-item .title h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.daily-briefing-item .daily-briefing-content {
  margin-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 16px;
}

.daily-briefing-item .daily-briefing-content:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.daily-briefing-item .daily-briefing-content span {
  color: var(--colorbase);
}

.daily-briefing-item .daily-briefing-content h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.daily-briefing-item .daily-briefing-content h4 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.daily-briefing-item .daily-briefing-content h4 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.daily-briefing-item .daily-briefing-content p {
  font-weight: 400;
}

.daily-briefing-item .daily-briefing-content:hover h4 a {
  color: var(--colorbase_2);
}

.daily-briefing-item .daily-briefing-content:hover h4 a::before {
  width: 100%;
}




.daily-relnot-item {
  padding: 0;
}







.daily-relnot-item .daily-relnot-content {
  margin-bottom: 5px;
  padding-bottom: 5px;
}


.daily-relnot-item .daily-relnot-content span {
  color: var(--colorbase);
}

.daily-relnot-item .daily-relnot-content h4 {
  margin-top: 5px;
  margin-bottom: 0px;
}

.daily-relnot-item .daily-relnot-content h4 a {
  color: #09101f;
  position: relative;
  z-index: 1;
}



/*================================================
Main Default News Area CSS
=================================================*/
.main-default-news-area {
  padding-top: 50px;
  padding-bottom: 20px;
}

.single-main-default-news {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.single-main-default-news::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
  height: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  opacity: .5;
}

.single-main-default-news img {
  overflow: hidden;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.single-main-default-news .news-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 25px;
  z-index: 2;
}

.single-main-default-news .news-content .tag {
  display: inline-block;
  background-color: var(--colorbase);
  color: #ffffff;
  padding: 2px 5px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-main-default-news .news-content h3 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 12px;
}

.single-main-default-news .news-content h3 a {
  color: #ffffff;
  position: relative;
}

.single-main-default-news .news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-main-default-news .news-content span {
  color: #ffffff;
}

.single-main-default-news:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-main-default-news:hover .news-content .tag {
  background-color: #dc472e;
}

.single-main-default-news:hover .news-content h3 a {
  color: var(--colorbase);
}

.single-main-default-news:hover .news-content h3 a::before {
  width: 100%;
}

.single-main-default-news-inner {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.single-main-default-news-inner::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  opacity: .2;
}

.single-main-default-news-inner img {
  overflow: hidden;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.single-main-default-news-inner .news-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 25px;
  z-index: 2;
}

.single-main-default-news-inner .news-content .tag {
  display: inline-block;
  background-color: var(--colorbase);
  color: #ffffff;
  padding: 2px 5px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-main-default-news-inner .news-content h3 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 12px;
}

.single-main-default-news-inner .news-content h3 a {
  color: #ffffff;
  position: relative;
}

.single-main-default-news-inner .news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-main-default-news-inner .news-content span {
  color: #ffffff;
}

.single-main-default-news-inner:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-main-default-news-inner:hover .news-content .tag {
  background-color: #dc472e;
}

.single-main-default-news-inner:hover .news-content h3 a {
  color: var(--colorbase);
}

.single-main-default-news-inner:hover .news-content h3 a::before {
  width: 100%;
}

/*================================================
Main News Slider Area CSS
=================================================*/
.main-news-slider-area {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-news-slider-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.news-slider-item {
  position: relative;
  overflow: hidden;
}

.news-slider-item::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  opacity: .7;
}

.news-slider-item img {
  overflow: hidden;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.news-slider-item .slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 30px;
  z-index: 2;
}

.news-slider-item .slider-content .tag {
  display: inline-block;
  background-color: var(--colorbase);
  color: #ffffff;
  padding: 2px 10px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-slider-item .slider-content h3 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-slider-item .slider-content h3 a {
  color: #ffffff;
  position: relative;
}

.news-slider-item .slider-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.news-slider-item .slider-content span {
  color: #ffffff;
}

.news-slider-item .slider-content span a {
  color: #ffffff;
  font-weight: 400;
}

.news-slider-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-slider-item:hover .slider-content .tag {
  background-color: #dc472e;
}

.news-slider-item:hover .slider-content h3 a {
  color: var(--colorbase);
}

.news-slider-item:hover .slider-content h3 a::before {
  width: 100%;
}

.news-slider-item:hover .slider-content span a {
  color: var(--colorbase);
}

.main-news-slides.owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: 3s;
  transition: 3s;
  opacity: 0;
  visibility: hidden;
  line-height: .01;
}

.main-news-slides.owl-theme .owl-nav [class*=owl-] {
  color: var(--colorbase);
  margin: 0;
  position: absolute;
  left: 20px;
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  padding: 0;
  background: #ffffff;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 45px;
  height: 45px;
  line-height: 46px;
  text-align: center;
  font-size: 45px;
}

.main-news-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

.main-news-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: var(--colorbase);
}

.main-news-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
  padding-top: 35px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e1e1e1;
}

.page-title-content {
  position: relative;
}

.page-title-content h4 {
}

.page-title-content ul {
  text-align: right;
  position: absolute;
  right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-title-content ul li {
  display: inline-block;
  margin-left: 15px;
  font-size: 13px;
  font-weight: 400;
  color: var(--colorbase);
  position: relative;
}

.page-title-content ul li::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 5px;
  height: 15px;
  width: 1px;
  background-color: var(--colorbase);
}

.page-title-content ul li:first-child {
  margin-left: 0;
}

.page-title-content ul li:first-child::before {
  display: none;
}

.page-title-content ul li a {
  display: block;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 30px;
}

.pagination-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination-area li {
  display: inline-block;
}

.pagination-area li a,
.pagination-area li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--colorbase_2);
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.pagination-area li a:hover,
.pagination-area li:hover > a {
  background: var(--colorbase_2);
  color: #fff;
  border-color: var(--colorbase_2);
}

.pagination-area li.active a,
.pagination-area li.active span,
.pagination-area li.active {
  background: var(--colorbase_2);
  color: #fff;
  border-color: var(--colorbase_2);
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid var(--colorbase_2);
  border-radius: 4px;
}

.pagination-area li i {
  font-size: 16px;
  line-height: 1;
}

/*================================================
Author Area CSS
=================================================*/
.author-area {
  padding-top: 50px;
}

.author-area .container {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 50px;
}

.author-content h3 {
  margin-bottom: 15px;
}

.author-content p {
  font-weight: 400;
  margin-bottom: 0;
}

.author-content .author-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 15px;
}

.author-content .author-list li {
  list-style-type: none;
  display: inline-block;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  margin-right: 12px;
}

.author-content .author-list li:last-child {
  margin-right: 0;
}

.author-content .author-list li i {
  position: absolute;
  left: 0;
  color: var(--colorbase);
  top: 4px;
}

.author-content .author-list li a {
  color: var(--colorbase_2);
}


.author-content .author-social {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.author-content .author-social li {
  display: inline-block;
  list-style-type: none;
  margin-right: 5px;
}

.author-content .author-social li:last-child {
  margin-right: 0;
}

.author-content .author-social li a i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--colorbase);
  color: #ffffff;
  font-size: 16px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.author-content .author-social li a i:hover {
  background-color: #dc472e;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/*================================================
About Area CSS
=================================================*/
.about-image {
  margin-bottom: 30px;
}

.about-content h3 {
  margin-bottom: 15px;
}

.about-content p {
}

/*================================================
Team Area CSS
=================================================*/
.team-area {
  padding-bottom: 30px;
}

.single-team-box {
  margin-bottom: 30px;
  text-align: center;
}

.single-team-box .image {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
 height: 150px;
}

.single-team-box .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
}

.single-team-box .image .social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin: 0 5px;
}

.single-team-box .image .social li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #f4f5fe;
  text-align: center;
  position: relative;
  color: var(--colorbase_2);
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: var(--colorbase);
}

.single-team-box .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.single-team-box .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-team-box .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-team-box .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.single-team-box .content {
  background-color: #f3f3f3;
  padding: 30px 20px;
}

.single-team-box .content h3 {
  margin-bottom: 0;
}

.single-team-box .content span {
  display: block;
  color: var(--colorbase);
  margin-top: 12px;
}

.single-team-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-team-box:hover .image .social li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/*================================================
searchbox Area CSS
=================================================*/

 #serchbox {
  background-image: url('/images/searchicon.png?1'); /* Add a search icon to input */
  background-position: 14px 16px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  padding: 12px 20px 12px 40px !important; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
text-align: center;

                     border-radius: 25px;

}
    #serchbox:focus{
      outline: 0;

     -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.75);   
    }    
    
    
    #serchbox::-webkit-input-placeholder {
        text-align: center;
}



/*================================================
Login Area CSS
=================================================*/
.login-form {
  padding: 40px 45px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  max-width: 650px;
  margin: auto;
}

.login-form h2 {
  margin-bottom: 30px;
  position: relative;
  padding-left: 15px;
}

.login-form h2::before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 2px;
  content: '';
  height: 40px;
  background-color: var(--colorbase);
}

.login-form form .form-group {
  margin-bottom: 25px;
}

.login-form form .form-group label {
  display: block;
  margin-bottom: 10px;
  color: #656565;
  font-weight: 400;
}

.login-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: var(--colorbase_2);
  background-color: transparent !important;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.login-form form .form-group .form-control:focus {
  border: 1px solid var(--colorbase);
}

.login-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-form form .lost-your-password {
  text-align: right;
}

.login-form form .lost-your-password a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: #656565;
}

.login-form form .lost-your-password a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #eeeeee;
}

.login-form form .lost-your-password a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  bottom: 0;
  content: '';
  background-color: #dc472e;
}

.login-form form .lost-your-password a:hover::before {
  width: 0;
}

.login-form form .lost-your-password a:hover::after {
  width: 100%;
}

.login-form form .form-check {
  font-weight: 500;
  color: #656565;
}

.login-form form .form-check-input {
  position: absolute;
  margin-top: 2.8px;
  margin-left: -18px;
}

.login-form form .form-check-input:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.login-form form button {
  border: none;
  margin-top: 25px;
  padding: 15px 30px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  background-color: var(--colorbase);
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-form form button:hover {
  background-color: #dc472e;
}

.login-form .important-text {
  margin-top: 15px;
}

.login-form .important-text p {
  color: #656565;
}

.login-form .important-text p a {
  color: #656565;
  font-weight: 600;
}

.login-form .important-text p a:hover {
}

/*================================================
Register Area CSS
=================================================*/
.register-form {
  padding: 40px 45px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  max-width: 650px;
  margin: auto;
}

.register-form h2 {
  margin-bottom: 30px;
  position: relative;
  padding-left: 15px;
}

.register-form h2::before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 2px;
  content: '';
  height: 40px;
  background-color: var(--colorbase);
}

.register-form form .form-group {
  margin-bottom: 25px;
}

.register-form form .form-group label {
  display: block;
  margin-bottom: 10px;
  color: #656565;
  font-weight: 400;
}

.register-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: var(--colorbase_2);
  background-color: transparent !important;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.register-form form .form-group .form-control:focus {
  border: 1px solid var(--colorbase);
}

.register-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.register-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.register-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.register-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.register-form form .form-check {
  font-weight: 500;
  color: #656565;
}

.register-form form .form-check-input {
  position: absolute;
  margin-top: 2.8px;
  margin-left: -18px;
}

.register-form form .form-check-input:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.register-form form button {
  border: none;
  margin-top: 25px;
  padding: 15px 30px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  background-color: var(--colorbase);
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.register-form form button:hover {
  background-color: #dc472e;
}

.register-form .important-text {
  margin-top: 15px;
}

.register-form .important-text p {
  color: #656565;
}

.register-form .important-text p a {
  color: #656565;
  font-weight: 600;
}



/*================================================
404 Error Area CSS
=================================================*/
.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 750px;
}

.error-content h3 {
  margin-top: 45px;
  margin-bottom: 20px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 25px;
}

.error-content .default-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  background-color: var(--colorbase);
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.error-content .default-btn:hover {
  background-color: #dc472e;
}

/*================================================
Terms of service Area CSS
=================================================*/
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  border: 2px solid #f3f3f3;
  margin-bottom: 10px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 25px 40px 20px 20px;
  color: var(--colorbase_2);
  position: relative;
  display: block;
  font-weight: 500;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--colorbase_2);
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eace";
  color: #dc472e;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 18px 20px;
  border-top: 1px solid #dc472e;
  color: #656565;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  height: 100vh;
}

.coming-soon-content {
  max-width: 1050px;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 50px 60px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  margin: auto;
}

.coming-soon-content h2 {
  font-size: 45px;
  margin-bottom: 0;
}

.coming-soon-content #timer {
  margin-top: 40px;
}

.coming-soon-content #timer div {
  background-color: var(--colorbase_2);
  color: #ffffff;
  width: 190px;
  height: 185px;
  border-radius: 5px;
  font-size: 45px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}

.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-weight: 500;
}

.coming-soon-content form {
  position: relative;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-content form .form-group {
  margin-bottom: 25px;
  position: relative;
}

.coming-soon-content form .form-group .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #eeeeee;
  color: var(--colorbase_2);
  height: 45px;
  padding-bottom: 20px;
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
}

.coming-soon-content form .form-group .form-control::-webkit-input-placeholder {
  color: #A1A1A1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coming-soon-content form .form-group .form-control:-ms-input-placeholder {
  color: #A1A1A1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coming-soon-content form .form-group .form-control::-ms-input-placeholder {
  color: #A1A1A1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coming-soon-content form .form-group .form-control::placeholder {
  color: #A1A1A1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coming-soon-content form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px solid var(--colorbase);
}

.coming-soon-content form .default-btn {
  display: inline-block;
  padding: 15px 45px;
  background-color: var(--colorbase);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coming-soon-content form .default-btn:hover {
  background-color: #dc472e;
}

.coming-soon-content form .validation-danger {
  margin-top: 15px;
  color: red;
}

.coming-soon-content form .validation-success {
  margin-top: 15px;
}

.coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-map iframe {
  width: 100%;
  border: none;
  height: 450px;
}

.contact-info {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.contact-info li {
  color: #656565;
  list-style-type: none;
  margin-bottom: 12px;
}

.contact-info li:last-child {
  margin-bottom: 0;
}

.contact-info li span {
  color: var(--colorbase_2);
  font-weight: 500;
}

.contact-info li a {
  color: #656565;
}


.contact-form {
  margin-top: 25px;
  padding: 40px;
  -webkit-box-shadow: 0 0 20px rgba(158, 158, 158, 0.16);
          box-shadow: 0 0 20px rgba(158, 158, 158, 0.16);
  background-color: #ffffff;
}

.contact-form .title {
  margin-bottom: 25px;
}

.contact-form .title h3 {
  margin-bottom: 12px;
}

.contact-form .title p {
  margin-bottom: 0;
}

.contact-form form .form-group {
  margin-bottom: 15px;
}

.contact-form form .form-group .form-control {
  height: 60px;
  color: var(--colorbase_2);
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border: 1px solid #eeeeee;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
  padding: 1px 0 0 15px;
  font-weight: 500;
}

.contact-form form .form-group .form-control::-webkit-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form form .form-group .form-control:-ms-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form form .form-group .form-control::-ms-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form form .form-group .form-control::placeholder {
  color: #7e7e7e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form form .form-group .form-control:focus {
  border-color: var(--colorbase);
  background-color: transparent;
}

.contact-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.contact-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.contact-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.contact-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.contact-form form .form-group textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.contact-form form .help-block ul {
  margin-top: 12px;
  margin-bottom: 0;
}

.contact-form form .help-block ul li {
  color: red;
}

.contact-form form .default-btn {
  margin-top: 5px;
  display: inline-block;
  padding: 15px 35px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  background-color: var(--colorbase);
  border-radius: 5px;
  color: #ffffff;
}

.contact-form form .default-btn:hover {
  background-color: #dc472e;
}

.contact-form form #msgSubmit {
  margin: 0 !important;
}

.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
  margin-top: 20px !important;
}

.contact-form form .form-check {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #656565;
}

.contact-form form .form-check a {
  color: var(--colorbase);
}

/*================================================
News Area CSS
=================================================*/
.single-news-item {
  margin-bottom: 30px;
}

.single-news-item .news-image {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.single-news-item .news-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-news-item .news-image i {
  font-size: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


.single-news-item .news-content span {
  font-weight: 500;
  color: var(--colorbase);
}

.single-news-item .news-content h3 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.single-news-item .news-content h3 a {
  color: var(--colorbase_2);
  position: relative;
  z-index: 1;
}

.single-news-item .news-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--colorbase);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-news-item .news-content p {
  font-weight: 400;
}

.single-news-item .news-content p a {
  color: var(--colorbase_2);
}

.single-news-item .news-content.mt-20 {
  margin-top: 20px;
}

.single-news-item:hover .news-content h3 a {
  color: var(--colorbase_2);
}

.single-news-item:hover .news-content h3 a::before {
  width: 100%;
}

.single-news-item:hover .news-content p a {
  color: var(--colorbase_2);
}

.single-news-item:hover .news-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*================================================
News Details Area CSS
=================================================*/
.blog-details-desc .article-img-cred{
    padding: 5px 0px; font-size: 0.8em; font-style: italic;
    
}

.blog-details-desc .article-image {
  position: relative;
}

.blog-details-desc .article-image i {
  font-size: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}


.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content span {
  font-weight: 400;
}

.blog-details-desc .article-content span a {
  color: #656565;
}


.blog-details-desc .article-content h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 46px;
  font-family: var(--font-subtitulo);
}

.blog-details-desc .article-content h4 {
  margin-bottom: 15px;
  font-size: 25px;
  font-family: var(--font-subtitulo);
}

.blog-details-desc .article-content-resume{
    font-size: 1.4em;
    font-weight: 200;
    font-family: var(--font-bajada);
    font-style: var(--font-bajada-style);
}

.blog-details-desc .article-content p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font);
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  color: #656565;
}

.blog-details-desc .article-content .features-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 40px;
  background-color: #faf5f5;
  color: #dc472e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}

.blog-details-desc .article-content .features-list li:hover i {
  background-color: #dc472e;
  color: #ffffff;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-content .desc-overview {
  margin-top: 30px;
  margin-bottom: 30px;
}

.article-footer {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.article-footer .article-share .social li {
  display: inline-block;
  vertical-align: middle;
}

.article-footer .article-share .social li span {
  color: var(--colorbase_2);
  margin-right: 5px;
  font-weight: 600;
}

.article-footer .article-share .social li a {
  display: block;
  color: #dc472e;
  width: 30px;
  height: 30px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #eeeef0;
  text-align: center;
  position: relative;
}
.article-footer .article-share .social li a i.si {
  display: block;
  width: 100%;
  height: 100%;
  color: #dc472e;
}

.article-footer .article-share .social li a:hover {
  color: #ffffff;
  background-color: #dc472e;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

blockquote, .blockquote {
  background-color: #fafafa;
  padding: 30px !important;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 3px solid #dc472e;
  border-right: 3px solid #dc472e;
  border-radius: 5px;
}

blockquote p, .blockquote p {
  color: var(--colorbase_2);
  margin-bottom: 0;
  font-weight: 500;
  font-style: italic;
}

.post-navigation {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-navigation .navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.post-navigation .navigation-links .nav-previous a i {
  margin-right: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 25px;
  position: relative;
  top: 5px;
  line-height: 0;
}

.post-navigation .navigation-links .nav-previous a:hover i {
  margin-right: 0;
}

.post-navigation .navigation-links .nav-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.post-navigation .navigation-links .nav-next a i {
  margin-right: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 25px;
  position: relative;
  top: 5px;
  line-height: 0;
}

.post-navigation .navigation-links .nav-next a:hover i {
  margin-left: 0;
}

.post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title {
  margin-bottom: 30px;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  padding-left: 70px;
  color: var(--colorbase_2);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: var(--colorbase_2);
  display: inline-block;
  padding: 5px 25px 5px;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 500;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #dc472e;
  border-color: #dc472e;
}

.comments-area .comment-author {
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 600;
}

.comments-area .comment-content p {
  font-weight: 400;
}

.comments-area .comment-metadata {
  color: #656565;
  margin-bottom: 10px;
}

.comments-area .comment-metadata a {
  display: inline-block;
  color: #656565;
}

.comments-area .comment-metadata a:hover {
  color: #dc472e;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-top: 15px;
  margin-bottom: 30px;
}

.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  font-weight: 500;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 1px 0 0 15px;
  height: 60px;
  outline: 0;
  border-radius: 2px;
  color: var(--colorbase_2);
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
  color: #f4f4f4;
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
  color: #f4f4f4;
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
  color: #f4f4f4;
}

.comments-area .comment-respond input[type="date"]::placeholder, .comments-area .comment-respond input[type="time"]::placeholder, .comments-area .comment-respond input[type="datetime-local"]::placeholder, .comments-area .comment-respond input[type="week"]::placeholder, .comments-area .comment-respond input[type="month"]::placeholder, .comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond input[type="url"]::placeholder, .comments-area .comment-respond input[type="password"]::placeholder, .comments-area .comment-respond input[type="search"]::placeholder, .comments-area .comment-respond input[type="tel"]::placeholder, .comments-area .comment-respond input[type="number"]::placeholder, .comments-area .comment-respond textarea::placeholder {
  color: #f4f4f4;
}

.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 7.5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #656565;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: var(--colorbase);
  border: none;
  color: #ffffff;
  padding: 10px 30px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  font-weight: 600;
  border-radius: 5px;
}

.comments-area .comment-respond .form-submit input:hover {
  background-color: #dc472e;
}







/* ckeditor5-image/theme/image.css */
.ck-content .image {
    display: table;
    clear: both;
    text-align: center;
    margin: 1em auto
}
/* ckeditor5-image/theme/image.css */
.ck-content .image > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 50px;
}
/* ckeditor5-image/theme/imagecaption.css */
.ck-content .image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: hsl(0, 0%, 20%);
    background-color: hsl(0, 0%, 97%);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized img {
    width: 100%;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized > figcaption {
    display: block;
}
/* ckeditor5-media-embed/theme/mediaembed.css */
.ck-content .media {
    clear: both;
    margin: 1em 0;
    display: block;
    min-width: 15em;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table {
    margin: 1em auto;
    display: table
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px double hsl(0, 0%, 70%)
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table td,
.ck-content .table table th {
    min-width: 2em;
    padding: .4em;
    border-color: hsl(0, 0%, 85%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table td,
.ck-content .table table th {
    min-width: 2em;
    padding: .4em;
    border-color: hsl(0, 0%, 85%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table th {
    font-weight: bold;
    background: hsl(0, 0%, 98%);
}
/* ckeditor5-basic-styles/theme/code.css */
.ck-content code {
    background-color: hsla(0, 0%, 78%, 0.3);
    padding: .15em;
    border-radius: 2px;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side:not(.image_resized), .ck-content .image-style-align-left:not(.image_resized), .ck-content .image-style-align-center:not(.image_resized), .ck-content .image-style-align-right:not(.image_resized) {
    max-width: 50%;
}

/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side {
    float: right;
    margin-left: 20px;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
        margin-right: 20px;

}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
        margin-left: 20px;

}
/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: solid 5px hsl(0, 0%, 80%);
    font-size: 1.2em;
}
/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content[dir="rtl"] blockquote {
    border-left: 0;
    border-right: solid 5px hsl(0, 0%, 80%);
}



/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #111111;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget a img {
  margin-bottom: 25px;
}

.single-footer-widget p {
  color: #ffffff;
}

.single-footer-widget .social {
  margin-top: 25px;
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .social li {
  list-style-type: none;
  display: inline-block;
}

.single-footer-widget .social li a i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 1px solid #eeeeee;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  margin: 0 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .social li a i:hover {
  background-color: var(--colorbase);
  border: 1px solid var(--colorbase);
}

.single-footer-widget h2 {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 25px;
}

.single-footer-widget .post-content {
  margin-bottom: 20px;
}

.single-footer-widget .post-content:last-child {
  margin-bottom: 0;
}

.single-footer-widget .post-content h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

.single-footer-widget .post-content h4 a {
  color: #ffffff;
}

.single-footer-widget .post-content span {
  color: #ffffff;
  font-size: 12px;
}

.single-footer-widget .post-content .row .col-lg-4 {
  padding-right: 5px;
}

.single-footer-widget .post-content .row .col-lg-8 {
  padding-left: 5px;
  padding-right: 5px;
}

.single-footer-widget .post-content .post-image a img {
  margin-bottom: 0;
max-width: 80px;
}


.single-footer-widget .useful-links-list {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .useful-links-list li {
  list-style-type: none;
  margin-bottom: 15px;
}

.single-footer-widget .useful-links-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .useful-links-list li a {
  color: #ffffff;
}


.single-footer-widget .widget-subscribe-content p {
  color: #ffffff;
  margin-bottom: 0;
}

.single-footer-widget .widget-subscribe-content .newsletter-form {
  margin-top: 20px;
}

.single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  height: 55px;
  padding-left: 15px;
  border-radius: 0;
  outline: 0;
  color: var(--colorbase_2);
}

.single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .widget-subscribe-content .newsletter-form button {
  background: var(--colorbase);
  color: #ffffff;
  border: none;
  height: 55px;
  padding: 0 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 55px;
  font-weight: 500;
  border-radius: 0;
  transition: 0.5s;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 10px;
}

.single-footer-widget .widget-subscribe-content .newsletter-form button:hover {
  background-color: #dc472e;
}

.single-footer-widget .widget-subscribe-content .newsletter-form #validator-newsletter {
  color: red;
  margin-top: 15px;
  font-weight: 400;
  text-align: center;
  font-weight: 400;
}

.single-footer-widget .widget-subscribe-content .newsletter-form .title {
  text-align: center;
  margin-top: 10px;
}

.single-footer-widget .widget-subscribe-content .newsletter-form .title p {
  margin-bottom: 0;
  color: red;
}

/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111111;
  border-top: 1px solid #292929;
}

.copyright-area .copyright-area-content {
  text-align: center;
}

.copyright-area .copyright-area-content p {
  color: #ffffff;
  font-size: 15px;
}

.copyright-area .copyright-area-content p a {
  display: inline-block;
  font-weight: 500;
  color: var(--colorbase);
}

.copyright-area .copyright-area-content p a:hover {
  color: #ffffff;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background-color: var(--colorbase_2);
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}

.go-top:hover {
  background-color: var(--colorbase);
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 30px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #82b440;
  padding: 10px 20px 10px;
  font-weight: 600;
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buy-now-btn:hover {
  background-color: var(--colorbase);
  color: #ffffff !important;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.white-color:hover{
color:#fff !important;
}

.ds_loopvideo {
  pointer-events: none;
}

.ds_loopvideo::-webkit-media-controls {
  display: none !important;
}

.ds_loopvideo::-webkit-media-controls-enclosure {
  display: none !important;
}

.ds_loopvideo::-webkit-media-controls-panel {
  display: none !important;
}

.ds_loopvideo::-webkit-media-controls-play-button,
.ds_loopvideo::-webkit-media-controls-timeline,
.ds_loopvideo::-webkit-media-controls-current-time-display,
.ds_loopvideo::-webkit-media-controls-time-remaining-display,
.ds_loopvideo::-webkit-media-controls-mute-button,
.ds_loopvideo::-webkit-media-controls-volume-slider,
.ds_loopvideo::-webkit-media-controls-toggle-closed-captions-button,
.ds_loopvideo::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

.color_base {
  color: var(--colorbase);
}

.color_base_2 {
  color: var(--colorbase_2);
}

#streaming-box {
    background: #111 !important;
    border-bottom: 3px solid var(--colorbase);
    color: #fff !important;
    margin-top: -2px !important;
}
#streaming-box .container { padding-top: 14px; padding-bottom: 14px; }
.streaming-inner { display:flex; align-items:center; gap:20px; }
.streaming-video {
    flex-shrink:0; width:260px; min-height:146px;
    border-radius:4px; background:#000;
}
.streaming-video iframe, .streaming-video video { width:100% !important; display:block; }
.streaming-inner { align-items:flex-start; }
.streaming-info { flex:1; min-width:0; }
.streaming-badge {
    display:inline-flex; align-items:center; gap:6px;
    background:#c0392b; color:#fff; font-size:11px; font-family:Arial,sans-serif;
    font-weight:700; letter-spacing:1px; padding:3px 10px; border-radius:3px;
    text-transform:uppercase; margin-bottom:8px;
}
.streaming-dot {
    width:7px; height:7px; background:#fff; border-radius:50%;
    animation:streaming-pulse 1.2s ease-in-out infinite; flex-shrink:0;
}
@keyframes streaming-pulse {
    0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.7)}
}
#streaming-box .streaming-title {
    font-size:18px !important; font-weight:700 !important; color:#fff !important;
    line-height:1.3; margin:0 0 6px !important; font-family:Arial,sans-serif !important;
}
#streaming-box .streaming-desc {
    font-size:13px !important; color:#bbb !important; margin:0 !important; font-family:Arial,sans-serif !important;
}
@media(max-width:767px){
    .streaming-inner{flex-direction:column;gap:12px}
    .streaming-video{width:100%}
    #streaming-box .streaming-title{font-size:15px !important}
}


.white-color,
.single-main-news .news-content h1 a,
.single-main-news .news-content h3 a,
.single-main-news-inner .news-content h3 a {
  text-shadow: 0 2px 4px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1), 0 0 40px rgba(0,0,0,0.9) !important;
}




/* Panoramas y Eventos — agenda style */
.widget_pan { border: 1px solid #ddd !important; background: #fff; padding: 0 0 10px; border-radius: 6px; overflow: hidden; }
.widget_pan .section-title {
    background: #2b2b2b;
    margin: 0 0 12px;
    padding: 10px 14px 9px;
    border: none;
}
.widget_pan .section-title h2 {
    color: #fff !important;
    font-size: 0.95rem !important;
    margin: 0;
    border: none !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.widget_pan .section-title h2 i { color: #fff !important; }
.pan-grid { padding: 0 14px; }
.btn-cul-pan { display: block; margin: 8px 14px 0; }
.pan-grid { display: block; }
.widget_pan .item {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 10px;
    padding: 9px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    background: none;
    float: none !important;
    overflow: visible !important;
}
.widget_pan .item:last-of-type { border-bottom: none !important; }
.widget_pan .thumb { display: none !important; }
.pan-body-inner { display: flex; gap: 8px; align-items: flex-start; }
.pan-text { flex: 1; min-width: 0; }
.pan-thumb {
    flex-shrink: 0;
    display: block;
    width: 72px;
    height: 58px;
    border-radius: 4px;
    overflow: hidden;
}
.pan-thumb img, .pan-thumb-video {
    width: 72px;
    height: 58px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}
.pan-stamp {
    flex-shrink: 0;
    width: 42px;
    min-height: 48px;
    background: #2b2b2b;
    color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 3px;
    opacity: 0.88;
}
.pan-stamp-day {
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1;
    display: block;
}
.pan-stamp-mes {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
    margin-top: 2px;
}
.pan-body { flex: 1; min-width: 0; }
.pan-body .news-title {
    font-size: 1.05rem !important;
    line-height: 1.35;
    margin: 0 0 4px !important;
}
.pan-range {
    font-size: 0.7rem;
    color: #333;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.pan-range i { font-size: 0.9em; }
.widget_pan .pan-date, .widget_pan .pan-date_m { display: none !important; }
.widget_pan .info { display: none !important; }
.widget_pan .wc { display: none !important; }
.btn-cul {
    background: none;
    border: none;
    color: #001e82 !important;
    font-family: var(--font-menu) !important;
    font-size: 11px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 0 !important;
    display: inline-block;
}
.btn-cul::after { content: " →"; }
.btn-cul:hover {
    text-decoration: underline;
    color: #001e82 !important;
}

/* ── Avisos Legales home box ─────────────────────────────── */
.legal-home .legal-box {
    background:#fff;
    border:1px solid #e4e4e4;
    border-top:3px solid #2c3e6b;
    border-radius:4px;
    overflow:hidden;
}
.legal-box-header {
    background:#2c3e6b;
    color:#fff;
    padding:8px 14px;
    font-size:11px;
    font-family:Arial,sans-serif;
    text-transform:uppercase;
    letter-spacing:.8px;
    display:flex;
    align-items:center;
    gap:7px;
}
.legal-box-header i { font-size:15px; }
.legal-box-content {
    padding:4px 0;
}

/* Items del carousel (border-bottom py-2) */
.legal-home .legal-box-content .border-bottom {
    border-bottom:1px solid #f0f0f0 !important;
    padding:9px 14px !important;
    transition:background .15s;
}
.legal-home .legal-box-content .border-bottom:last-of-type {
    border-bottom:none !important;
}
.legal-home .legal-box-content .border-bottom:hover {
    background:#f7f8fc;
}

/* Título del aviso */
.legal-home .legales-titulo {
    font-size:13px !important;
    font-weight:700 !important;
    font-family:Arial,sans-serif !important;
    line-height:1.35 !important;
    margin-bottom:3px !important;
}
.legal-home .legales-titulo a {
    color:#111 !important;
    text-decoration:none !important;
}
.legal-home .legales-titulo a:hover { color:#2c3e6b !important; }

/* Subcategoría */
.legal-home .legales-sub {
    font-size:10px !important;
    font-family:Arial,sans-serif !important;
    color:#666 !important;
    background:#eef0f6;
    padding:1px 8px !important;
    border-radius:3px;
    display:inline-block;
    margin-top:0 !important;
}

/* Grilla (col-md-6 + h5) */
.legal-home .legal-box-content .row {
    margin:0;
    padding:8px 8px 0;
}
.legal-home .legal-box-content .col-12.col-md-6 {
    border-left:2px solid #dde1ec;
    padding-left:10px;
    margin-bottom:12px;
    transition:border-color .15s;
}
.legal-home .legal-box-content .col-12.col-md-6:hover {
    border-left-color:#2c3e6b;
}
.legal-home .legal-box-content .col-12.col-md-6 h5 {
    font-size:13px !important;
    font-weight:700 !important;
    font-family:Arial,sans-serif !important;
    color:#111 !important;
    line-height:1.35 !important;
    margin-bottom:3px !important;
}
.legal-home .legal-box-content .col-12.col-md-6 h5 a {
    color:inherit !important;
    text-decoration:none !important;
}
.legal-home .legal-box-content .col-12.col-md-6 h5 a:hover { color:#2c3e6b !important; }
.legal-home .legal-box-content .col-12.col-md-6 span.text-muted {
    font-size:10px !important;
    background:#eef0f6;
    padding:1px 7px;
    border-radius:3px;
    color:#666 !important;
    font-family:Arial,sans-serif;
}

/* Botones al pie */
.legal-home .legal-box-content .d-flex {
    padding:10px 14px;
    border-top:1px solid #f0f0f0;
    gap:8px;
}
.legal-home .legal-box-content .btn-cul {
    background:#2c3e6b !important;
    color:#fff !important;
    border:none;
    font-size:11px;
    padding:5px 12px;
    border-radius:3px;
    font-family:Arial,sans-serif;
}
.legal-home .legal-box-content .btn-cul:hover {
    background:#1e2d50 !important;
    text-decoration:none !important;
}

.clasificados-home h3{ }
.clasificados-home  .post-image{ height:80px !important;}

.clasificados-home, propiedades-home h3{ }
.clasificados-home  .post-image{ height:105px !important;}

/* Clasificados y Propiedades rediseño */
.clasificados-home { background:#f5f5f5; padding:14px; border-top:3px solid var(--colorbase); }
.prop-home { background:#f5f5f5; padding:14px; border-top:3px solid #333; }
.prop-home .section-title h2 a, .prop-home .section-title h2 { color:#333; }
.prop-card { display:flex; align-items:stretch; background:#fff; text-decoration:none; color:inherit; margin-bottom:8px; overflow:hidden; border:1px solid #ddd; min-height:90px; }
.prop-card:last-child { margin-bottom:0; }
.prop-card:hover { border-color:var(--colorbase); }
.prop-card-img { width:110px; min-width:110px; background-size:cover; background-position:center; background-color:#eee; }
.prop-card-body { padding:8px 10px; overflow:hidden; display:flex; flex-direction:column; justify-content:center; flex:1; }
.prop-card-tag { font-size:10px; text-transform:uppercase; color:var(--colorbase); font-family:Arial,sans-serif; letter-spacing:.5px; margin-bottom:3px; display:block; }
.prop-card-title { font-size:12px; font-family:Arial,sans-serif; color:#222; margin:0 0 3px; line-height:1.35; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.prop-card-loc { font-size:11px; color:#888; font-family:Arial,sans-serif; display:block; }
.prop-card-price { font-size:12px; font-weight:700; color:var(--colorbase); font-family:Arial,sans-serif; display:block; margin-top:2px; }
.clas-card { display:block; background:#fff; text-decoration:none; color:inherit; border:1px solid #e8e8e8; height:195px; overflow:hidden; }
.clas-card:hover { border-color:var(--colorbase); }
.clas-card-img { width:100%; height:90px; background-size:cover; background-position:center; background-color:#eee; flex-shrink:0; }
.clas-card-body { padding:6px 8px; overflow:hidden; }
.clas-tag { display:block; font-size:10px; text-transform:uppercase; color:var(--colorbase); font-weight:600; margin-bottom:2px; font-family:Arial,sans-serif; letter-spacing:.5px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.clas-title { font-size:12px; line-height:1.35; margin:0 0 4px; color:#333; font-family:Arial,sans-serif; font-weight:400; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.clas-price { font-size:12px; font-weight:700; color:#222; font-family:Arial,sans-serif; display:block; }
.clas-location { font-size:11px; color:#666; font-family:Arial,sans-serif; display:block; margin-bottom:2px; }

.legal-home  h6{ text-transform:uppercase;}
.legal-home  span{ font-size:0.9em;}





.setbasetag{ font-size:14px; color:#001e82;}


/*# sourceMappingURL=style.css.map */


.en-white a { color: #ffffff !important; }
.en-white a:hover { color:#001e82 !important; }

.subscWS a,
.subscWS a:visited,
.subscWS a:active,
.subscWS a:hover,
.subscWS a:focus {
    color: #2c6133 !important;
    text-decoration: none; 
}

.subscINS a,
.subscINS a:visited,
.subscINS a:active,
.subscINS a:hover,
.subscINS a:focus {
    color: #a14dc5 !important;
    text-decoration: none;
}

/* ========================================
   TIPOGRAFÍA CENTRALIZADA - DS
   ======================================== */

/* Títulos de noticia en boxes */
.news-title {
    font-weight: 600 !important;
    font-family: var(--font-titulo) !important;
    line-height: 1.2;
    color: var(--colorbase_2);
    margin-bottom: 6px;
}
h2 { font-size: 24px; }
h3 { font-size: 24px; }
h4 { font-size: 21px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
h1.news-title { font-size: 36px !important; }
h2.news-title { font-size: 27px !important; }
.news-title a {
    color: inherit;
}
.news-title a:hover {
    opacity: 0.65 !important;
}

/* Texto de apoyo / fecha / categoría en boxes */
.news-meta {
    color: #777;
}

/* Galería de fotos extras en noticias-int */
.extras-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
    margin-bottom: 8px;
}
.extras-gallery a img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
}

/* Botón corrección de nota */
.btn-correccion {
    background: none;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #555;
}
.btn-correccion i {
    font-size: 16px;
    color: #e74c3c;
}

/* Box formulario de corrección */
.correccion-box {
    display: none;
    border-left: 3px solid #ccc;
    padding: 14px 16px;
    background: #fafafa;
    border-radius: 0 6px 6px 0;
    margin-top: 8px;
}
.correccion-box > p:first-child {
    font-size: 13px;
    color: #555;
    margin: 0 0 12px;
    font-weight: 600;
    text-transform: none;
}


/* Buscador interno */
.ds-buscar-form .ds-buscar-input {
    height: 44px;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-right: none;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
}
.ds-buscar-form .ds-buscar-input:focus {
    border-color: var(--colorbase_2);
    box-shadow: none;
}
.ds-buscar-btn {
    background: var(--colorbase_2);
    color: #fff;
    border: 1px solid var(--colorbase_2);
    border-radius: 0 4px 4px 0;
    padding: 0 18px;
    font-size: 1.2rem;
    transition: opacity 0.2s;
}
.ds-buscar-btn:hover { opacity: 0.85; color: #fff !important; background: var(--colorbase_2) !important; }
.ds-buscar-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid #e8e8e8; }
.ds-buscar-count { font-size: 1rem; color: #444; font-weight: 500; }
.ds-buscar-filtros { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.ds-buscar-orden { display: flex; gap: 4px; }
.ds-orden-btn { display: inline-flex; align-items: center; height: 32px; padding: 0 12px; font-size: 0.82rem; font-weight: 600; border: 1px solid #dee2e6; border-radius: 4px; color: var(--colorbase_2); background: #fff; text-decoration: none; transition: background 0.15s, color 0.15s; }
.ds-orden-btn:hover { background: var(--colorbase_2); color: #fff; border-color: var(--colorbase_2); }
.ds-orden-btn.active { background: var(--colorbase_2); color: #fff; border-color: var(--colorbase_2); pointer-events: none; }
.ds-anio-select { height: 32px; padding: 0 8px; font-size: 0.82rem; border: 1px solid #dee2e6; border-radius: 4px; color: var(--colorbase_2); background: #fff; cursor: pointer; }
.ds-buscar-noresults { font-size: 1rem; color: #666; padding: 20px 0; }
mark.ds-hl {
    background: #fff3a3;
    color: inherit;
    padding: 0 2px;
    border-radius: 2px;
    font-weight: inherit;
}

/* Formulario de contacto */
.ds-contact-form {
    max-width: 680px;
}
.ds-cf-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--colorbase_2);
}
.ds-cf-input {
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-size: 0.95rem;
    font-family: var(--font);
    color: var(--colorbase_2);
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}
.ds-cf-input:focus {
    border-color: var(--colorbase_2);
    box-shadow: 0 0 0 3px rgba(0,0,0,0.08);
}
textarea.ds-cf-input {
    resize: vertical;
    min-height: 130px;
}

/* Listado noticias - tarjetas duo (pos 2-3) */
.noticias-list-duo { border-top: 1px solid rgba(0,0,0,0.08); border-bottom: 1px solid rgba(0,0,0,0.08); padding: 16px 0; margin-top: 0 !important; margin-bottom: 24px !important; }
.noticias-duo-card .news-image img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.noticias-duo-card .news-content span {
    font-weight: 500;
    color: var(--colorbase);
}

/* Lista compacta (pos 4+ y pág 2+) — solo imagen más pequeña */
.single-news-item--sm .news-image img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.single-news-item--sm .news-content p { line-height: 1.4; margin-bottom: 0; }

/* Tamaños de título exclusivos del listado de noticias */
.noticias-list-portada h2 { font-size: 30px; line-height: 1.25; }
.noticias-duo-card h3 { font-size: 20px; line-height: 1.3; }
.single-news-item--sm h3 { font-size: 20px; line-height: 1.3; }

/* Listado noticias - primera noticia como portada */
.noticias-list-portada .news-image img {
    width: 100%;
    border-radius: 0;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.noticias-list-portada .news-title {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 8px;
}
.noticias-list-portada .news-content span {
    font-weight: 500;
    color: var(--colorbase);
}
.noticias-list-portada + .single-news-item {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 16px;
}

/* Infinite scroll - separador entre artículos */
.inf-sep {
    border: none;
    border-top: 2px solid #001e82;
    opacity: 0.15;
    margin: 40px 0 36px;
}
.inf-article .blog-details-desc { padding-top: 0; }

/* Video containers en boxes */
.video-thumb-wrap {
    max-height: 240px;
    overflow: hidden;
    background: #000;
}
.video-thumb-wrap video,
.video-thumb-wrap iframe {
    max-height: 310px;
    width: 100%;
}

/* Footer texto legal pequeño */
.footer-legal-text {
    color: #606060;
    font-size: 0.7em;
    line-height: 1.7;
}

/* ── Tipografía 1 Periodístico: Lora para contenido, Montserrat para chrome ── */

/* Roboto Condensed como base para todo lo que no sea título ni cuerpo de nota */
body { font-family: 'Roboto Condensed', sans-serif !important; }

/* Cuerpo de nota interior */
.blog-details-desc .article-content p,
.blog-details-desc .article-content li,
.blog-details-desc .article-content blockquote { font-size: 22px !important; line-height: 1.4 !important; }

/* Header: Montserrat + tamaños originales (va al final para ganar la cascada) */
.top-header-area a, .top-header-area span, .top-header-area li, .top-header-area p, .top-header-area div,
.top-header-social li a, .top-header-others li a, .top-header-others li span { font-family: 'Roboto Condensed', sans-serif !important; font-size: 13px !important; }
#climaShow, #climaShow *, .climaShow_d, .climaShow_d * { font-family: 'Roboto Condensed', sans-serif !important; font-size: 13px !important; }

.main-navbar a, .main-navbar span, .main-navbar li, .main-navbar button, .main-navbar label { font-family: 'Roboto Condensed', sans-serif !important; }
.main-navbar .navbar .navbar-nav .nav-item a { font-family: 'Roboto Condensed', sans-serif !important; font-size: 12px !important; }
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a { font-family: 'Roboto Condensed', sans-serif !important; font-size: 12px !important; }

.breaking-news-content a, .breaking-news-content span, .breaking-news-content p,
.breaking-news-slides a, .breaking-news-slides span, .breaking-news-slides p { font-family: 'Roboto Condensed', sans-serif !important; font-size: 14px !important; }

/* Footer: Roboto Condensed, sin negrita */
.footer-area a, .footer-area span, .footer-area li, .footer-area p,
.footer-area div, .footer-area h2, .footer-area h3, .footer-area h4,
.copyright-area a, .copyright-area span, .copyright-area p, .copyright-area div {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
}
/* Fechas en boxes */
.nota-fecha { font-family: var(--font-menu) !important; font-size: 14px !important; }
.nota-fecha span, .nota-fecha p, .nota-fecha a { font-family: var(--font-menu) !important; font-size: 14px !important; }
/* Títulos de secciones del footer en negrita */
.footer-area .single-footer-widget h2 { font-weight: 700 !important; }
/* Títulos de boxes usan tipografía base */
.section-title h2 { font-family: 'Roboto Condensed', sans-serif !important; font-size: 18px !important; }

