/*
Theme Name: EPRE
Theme URI: https://populariswp.com/popularis/
Author: Themes4WP
Author URI: https://epre.gov.ar
Description: Popularis is a fast, clean and modern-looking responsive multipurpose theme for WordPress. Theme works perfect with any of favorite page builders like Elementor, Beaver Builder, SiteOrigin, Thrive Architect, Divi, Visual Composer, etc. Popularis is WooCommerce ready, lightweight, easy to use, responsive and SEO friendly. Demo: http://popularis.themes4wp.com/ 
Version: 1.1.3
Requires PHP: 5.4
Tested up to: 6.8
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, full-width-template, right-sidebar, custom-background, custom-menu, editor-style, featured-images, translation-ready, custom-logo, threaded-comments, footer-widgets, blog, e-commerce
Text Domain: popularis
*/
:root {
  --alt-font: "Roboto"; 
  --default-font-size: 1rem;
  --epre-color: #003B7B;
  --default-font: "Poppins";
}

* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font-family: var(--default-font);
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: none;
}

body {
  color: #404040;
  font-size: var(--default-font-size);
  word-wrap: break-word;
  font-family: var(--default-font), 'Open Sans Condensed', "Helvetica Neue", helvetica, arial, sans-serif;
  padding: 0px;
  margin: 0px !important;
}

#main-content {	
	
}

footer {
  margin: 0px;
  padding: 0px;
  color: white;
  background-color: rgb(33, 37, 41);
}

footer div#footer_last {
  display: flex;
  font-size: .875rem;
  font-weight: normal;
  line-height: 25px;
  display:flex;
  justify-content: center; 
  padding: 5px;
  background-image: linear-gradient( #2D5987,var(--epre-color),var(--epre-color),var(--epre-color));
  color: white;
  font-family: var(--default-font);
  flex-wrap: wrap;
  align-content:center;
  min-height:55px;
}

footer div#footer_last div.item  {
  color: white;
  font-family: var(--default-font);
  text-align: center;  
}

footer div#footer_last div.vertical_hidden {
  
}  

#navbar {
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
  margin: 0;
  padding: 5px;
  align-items: center;
  z-index:3;
  height:96px;
  background-color: transparent;
}

img {
  z-index:0;
}

body.home main {
  position:relative;
  margin-top:-96px;
  width:100%;
  height:65vh;
}

body.home #navbar {
  background: linear-gradient(rgba(0, 0, 0.8, 0.8), transparent);
}

body.home .menu_item {
  color: white;
}


body.page #navbar.scrolled {
  border-bottom: solid 3px red;
  z-index:3;
}

body.home #navbar.scrolled {
  background-color: white;
  border-bottom: solid 3px red;
  z-index:3;
}

body.error404 #navbar.scrolled {
  border-bottom: solid 3px red;
}

body.home .site-branding {

}

body.page {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  z-index: 0;
}

body.page a.home { 
  display: block;
}

body.page #navbar {
  background-color: white;
  flex-shrink: 0;
  border-bottom: solid 3px transparent;
  z-index: 3;
}

body.page .menu_item {
  color: var(--epre-color);
}

body.page .site-branding {
  filter: invert(100%);
  
}

body.single {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  z-index: 0;
}

body.single a.home { 
  display: block;
}

body.single #navbar {
  background-color: white;
  flex-shrink: 0;
  border-bottom: solid 3px transparent;
  z-index: 3;
}

body.single #navbar.scrolled {
  border-bottom: solid 3px red;
  z-index: 3;
}

body.single .menu_item {
  color: var(--epre-color);
}

body.single .site-branding {
  filter: invert(100%);
}

body.error404 {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  z-index: 0;
}

body.error404 #navbar {
  background-color: white;
  flex-shrink: 0;
  border-bottom: solid 3px transparent;
  z-index: 3;
}

body.error404 a.home { 
  display: block;
}

body.error404 .site-branding {
  filter: invert(100%);
}

body.error404 .menu_item {
  color: var(--epre-color);
}

body.category {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}

body.category #navbar {
  background-color: white;
  flex-shrink: 0;
  z-index: 3;
  border-bottom: solid 3px transparent;
}

body.category #navbar.scrolled {
  background-color: white;
  flex-shrink: 0;
  z-index: 3;
  border-bottom: solid 3px red;
}

body.category a.home { 
  display: block;
}

body.category .site-branding {
  filter: invert(100%);
}

body.category .menu_item {
  color: var(--epre-color);
}

.top_bar {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
}

.top_bar_inner {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: right;
  align-content: center;
  padding:0;
}

.top_bar_button {
  width: 32px;
  display: none;
  cursor: pointer;
  color: white;
  filter: invert(100%);
}

.menu_bar {
  overflow:hidden;
  display:flex;
  
  justify-content:right;
  gap: 10px;
  
  height:38px;
  
  width: 100%;
  align-items: center;
  transition: all 0.3s ease;
}


.search_bar {
  display: flex;
  align-items: center;
  width:0;
  height:38px;
  
  flex-direction: row;
  flex-grow:1;
  
  gap:7px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.search_bar_input {
  width: 100%;
  height: 28px;
  border-radius: 4px;
  outline: 0;
  border: none;
  padding-left: 17px;
  align-self: center;
  font-family: var(--default-font);
  font-size: var(--default-font-size);
}

.menu_item {
  white-space: nowrap;
  display:flex;
  flex-shrink:1;
  align-self:center;
  align-item:center;
  color: white;
  font-size: .875rem;
  font-weight: bolder;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.menu_panel {
  visibility: hidden;
  
  position: fixed;
  z-index: 999;
  
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  overflow-y: visible;
  
  background-color:gray;
  padding: 7px;
  
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  transition: all 0.3s ease;
}

.panel_search_bar {
  font-family: var(--default-font);
  font-size: var(--default-font-size);
  display: flex;
  gap: 7px;
  color: white;
  text-decoration: none;
  font-weight: bolder;
}

.panel_title_bar {
  font-family: var(--default-font);
  font-size: var(--default-font-size);
  display: flex;
  gap: 7px;
  color: white;
  text-decoration: none;
  font-weight: bolder;
}

.panel_button_item, .panel_button_item:hover, .panel_search_item {
  font-family: var(--default-font);
  font-size: var(--default-font-size);

  color: white;
  transition: all 0.3s ease;
  border-radius: 4px;
  padding:4px;
  justify-content: center;
  align-self:center;
  cursor: pointer;
}

.panel_search_item {
  filter: invert(100%);
}

.panel_button_item:hover {
  background-color:red;
}

.panel_search_item:hover {
  background-color:red;
  height: 28px;
}


.panel_menu_item {
  font-family: var(--default-font);
  font-size: var(--default-font-size);
  
  color: white;
  text-decoration: none;
  font-weight: bolder;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.3s ease;
  display:flex;
  flex-direction:row;
  align-items:center;
  gap: 7px;
}

.panel_menu_item:hover {
  background-color:green;
  padding-left: 15px;
}

.panel_menu_item:focus {
  background-color:red;
}
  
  
.panel_search_input {
  font-family: var(--default-font);
  font-size: var(--default-font-size);
  flex-grow:1;
  height: 28px;
  padding-left: 7px;
  border-radius: 4px;
  border:0;
  outline: 0;
 
}

.panel_search_button {
  font-family: var(--default-font);
  font-size: var(--default-font-size);
  height: 39px;
  outline-width: 0;
  border-radius: 4px;
  border:0;
  padding: 4px;
}

._carousel {
  position: relative;
}

.carousel-inner {
  position: relation;
  width: 100%;
  overflow: hidden;
}

.carousel-inner:after {
  display: block;
  clear: both;
  content: ""
}

.carousel-item {
  color:white;
  position:relative;
  display:block;
  float:left;
  width:100%;
  margin-right:-100%;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -webkit-transition:-webkit-transform .6s ease-in-out;
  transition:-webkit-transform .6s ease-in-out;
  transition:transform .6s ease-in-out;
  transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

.carousel-item.active {
  
}

.carousel-caption {
  color: white;
}



.carousel-indicators [data-bs-target] {
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto;
  width:30px;
  height:3px;
  padding:0;
  margin-right:3px;
  margin-left:3px;
  text-indent:-999px;
  cursor:pointer;
  
  background-clip:padding-box;
  border:0;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  opacity:.5;
  -webkit-transition:opacity .6s ease;
  transition:opacity .6s ease
}

.carousel-indicators {
  position: absolute;
  bottom: 0px;
  margin-bottom:10px;
  text-align:right;
  float:right;
  right:2%!important;
  left:inherit;
  margin-right:3%!important;
  
  align-content:center;
  display:flex;
  flex-direction:row;
  gap: 3px;
 }

.carousel-indicators button.active {
  background-color: red !important;
  width: 10px !important;
  height: 10px !important;
  margin-top: -1px !important;
  _opacity: 100%;
  border: solid 1px transparent;
}

.carousel-indicators button {
  height:8px!important;
  width:8px!important;
  margin-bottom:0rem!important;
  background-color:var(--epre-color);
  border: solid 1px transparent;
}

.carousel-indicators .active {
  background-color:var(--epre-color)!important;
  width:10px!important;
  height:10px!important;
  margin-top:-1px!important
}


.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: .5;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  cursor: pointer;
}

.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.visually-hidden {
  display:none;
}

.hero-title {
  color: black;
}

.hero-subtitle {
  color: black;
}

.servicios-destacados {
  background-color:blue;
}

.subtitle {
 margin-bottom: 30px;
 text-align: center;
 color: #bdc3c7;
 font-size: 1.1rem;
 max-width: 600px;
 }

 
 /* h1 {
 margin-bottom: 10px;
 text-align: center;
color: #ecf0f1;
 text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
 }*/

 .subtitle {
   margin-bottom: 30px;
   text-align: center;
   color: #bdc3c7;
   font-size: 1.1rem;
   max-width: 600px;
 }

 .carousel-container {
   width: 100%;
   position: relative;
   overflow: hidden;
   margin-top:-96px;
   z-index:0;
 }

 .carousel {
   display: flex;
   transition: transform 0.5s ease-in-out;
 }

.slide {
  min-width: 100%;
  height: 450px;
  position: relative;
}

 .slide img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 
 }

 .slide-info {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 background: linear-gradient(transparent, rgba(0, 0, 0.8, 0.8), rgba(0, 0, 0.8, 0.8), rgba(0, 0, 0.8, 0.8));
 padding: 20px;
 color: white;
 }

 .slide-info h3 {
 font-size: 1.8rem;
 margin-bottom: 5px;
 }

 .slide-info p {
 font-size: 1rem;
 opacity: 0.9;
 }

 .carousel-btn {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 background-color: rgba(255, 255, 255, 0.2);
 color: white;
 border: none;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 font-size: 1.5rem;
 cursor: pointer;
 transition: all 0.3s ease;
 display: flex;
 align-items: center;
 justify-content: center;
 backdrop-filter: blur(5px);
 }

 .carousel-btn:hover {
 background-color: rgba(255, 255, 255, 0.3);
 transform: translateY(-50%) scale(1.1);
 }

 .prev-btn {
 left: 20px;
 }

 .next-btn {right: 20px;
 }

 .indicators {
 display: flex;
 justify-content: center;
 gap: 10px;
 margin-top: 20px;
 }

 .indicator {
 width: 15px;
 height: 15px;
 border-radius: 50%;
 background-color: rgba(255, 255, 255, 0.3);
 border: none;
 cursor: pointer;
 transition: all 0.3s ease;
 }

 .indicator.active {
 background-color: #3498db;
 transform: scale(1.2);
 }

 .controls {
 display: flex;
 justify-content: center;
 gap: 20px;
 margin-top: 20px;
 }

 .control-btn {
 background-color: #3498db;
 color: white;
 border: none;
 padding: 12px 24px;
 border-radius: 50px;
 cursor: pointer;
 font-size: 1rem;
 font-weight: 600;
 transition: all 0.3s ease;
 display: flex;
 align-items: center;
 gap: 8px;
 box-shadow: 0 4px 10px rgba(52, 152, 219, 0.3);
 }

 .control-btn:hover {
 background-color: #2980b9;
 transform: translateY(-2px);
 box-shadow: 0 6px 15px rgba(52, 152, 219, 0.4);
 }

 .control-btn:active {
 transform: translateY(0);
 }

 .auto-play-toggle {
 background-color: #2ecc71;
 box-shadow: 0 4px 10px rgba(46, 204, 113, 0.3);
 }

 .auto-play-toggle:hover {
 background-color: #27ae60;
 box-shadow: 0 6px 15px rgba(46, 204, 113, 0.4);
 }

 .auto-play-toggle.active {
 background-color: #e74c3c;
 }

 .auto-play-toggle.active:hover {
 background-color: #c0392b;
 }

 .slide-counter {
 text-align: center;
 margin-top: 15px;
 font-size: 1.1rem;
 color: #ecf0f1;
 font-weight: 500;
 border: solid 1px black;
 }

 .instructions {
 max-width: 800px;
 background-color: rgba(255, 255, 255, 0.1);
 padding: 20px;
 border-radius: 10px;
 margin-top: 30px;
 }

 .instructions h3 {
 margin-bottom: 10px;
 color: #3498db;
 }

 .instructions ul {
 padding-left: 20px;
 }

 .instructions li {
  margin-bottom: 8px;
  line-height: 1.5;
 }

article.post {
  display:flex;
  flex-direction:column;
  gap: 16px;
  padding: 30px 60px 30px 60px;
}

.single-meta {
  text-align: left;
}


.authority-description h2 {
  font-size: 1.25rem;
  font-weight: bolder;
}




.single-title {
  background-image: linear-gradient(90deg,black,red,red,red);
  color: transparent;
  background-clip: text;
  display: inline-block;
  justify-content: justify;
  text-align: justify;
  width: 100%;
  font-size: +3rem;
}



.single-content {
  justify-content: justify;
  text-align: justify;
}

.single-content img {
  justify-content: justify;
  text-align: justify;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 15px;
  width:100%;
  height:auto;
  object-fit: scale-down;
}

.single-thumbnail {
  max-width: 100vw;
  overflow: hidden;
  min-width:0%;
  height: auto;
  margin:16px 0 16px 0;
}

article.page {
  display:flex;
  flex-direction:column;
  gap: 16px;
  padding: 30px 60px 30px 60px;
}

.page-meta {
  text-align: left;
}

.page-header {
  
}

.page-title {
  background-image: linear-gradient(90deg,black,red,red,red);
  color: transparent;
  background-clip:text;
  display:inline-block;
  justify-content: justify;
  text-align: justify;
  width:100%;
}

.page-content {
  justify-content: justify;
  text-align: justify;
}

.page-content img {
  justify-content: justify;
  text-align: justify;
  
  margin-left:auto;
  margin-right:auto;
  object-fit: scale-down;
  object-position: top left;
  
}

.page-thumbnail {
  overflow: hidden;
  margin-left:0px;
  margin-right:0px;
}

.page-thumbnail img {
  object-fit: scale-down;
  object-position: top left;
  margin:0px;
  padding:0px;
}

article.attachment {
  display:flex;
  flex-direction:column;
  gap: 16px;
  padding: 30px 60px 30px 60px;
}

.aligncenter {
  display: block;
  justify-content: center;
}

.size-full {
  width: auto;
  height: 100%;
}

a.home { 
  display: none;
}

.container {
  padding:0;
  width:100%;
}

.row {
  display: flex;
  flex-direction:row;
}

.col {
  display: flex;
  flex-direction:column;
}

.justify-content-center {
  justify-content: center;
}

.separator, .separator-red, .separator-blue {
  height: 3px;
}

.separator-red {
  background-color: red;
  margin-top: 15px;
  margin-bottom: 15px;
}

.separator-blue {
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: blue;
}

.separator {
  height: 20px;
}

.text-center {
  text-align:center;
}

.nav {
  display: flex;
  flex-direction: row;
  align-items:center;
  height:64px;
  gap:15px;
}

.nav li {
  list-style-type:"";
}

a.nav-link svg {
  fill: white;
  width:32px;
  height:32px;
  transition: all 0.3s ease;
}

a.nav-link svg:hover {
  
  margin-left:-4px;
  margin-top:-4px;
  width:48px;
  height:48px;
}

.info2 h1 {
  color: white;
}


.rowpanel {
  display: flex;
  flex-direction: column;
  gap:20px;
}


.rowpanel .panel {
  font-size: 1rem;  
  font-weight: normal;
}

.card {
  width: 105px;
  height: 140px;
  position: relative;
}

.image-container {
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all 0.3s ease;
}

.card:hover .image-container {

}

.card:hover .image-container img {
  transform: scale(1.05) translateY(-10px);
}

.title-container {
  position: absolute;
  width: 100%;
  z-index: 0;
  border-top:solid 5px transparent;
  transition: all 0.3s ease;
}

.card:hover .title-container {
  border-top:solid 5px gray;
}

.title-container .title {
  font-size: 0.875rem;
  color: #2c3e50;
  font-weight: normal;
  align-content: center;
  text-align: center;

  width: 100%;
  
  left: 0%;
  position: relative;
  z-index: 2;

  overflow: hidden;
  white-space: wrap;
  text-overflow: clip;
}

.panel-detail {
  font-size:1rem;
  font-weight:normal;
}

.panel .panel-detail {
  border-radius: 10px;
  background-color: var(--epre-color);
  color: white;
  padding: 20px;
}

.panel .panel-detail dt {

  font-weight: bolder;
}
  
.panel .panel-detail dd {
  margin-left: 15px;
}
  
.tab-panel-bar {
  border-bottom: solid 2px red ;
  padding: 10px 0 10px 0;
  margin: 10px 0 10px 0;
  display: flex;
  flex-direction:row;
  gap: 15px;
  overflow-x:auto;
  white-space:nowrap;
  font-size:1rem;
  font-weight:normal;
}
  
.tab-panel-item-title {
  cursor: pointer;
  color: var(--epre-color);
  
}

.tab-panel-item-title.active {
  color:red;
}
  
.tab-panel-item-content {
  display:none;
}

.tab-panel-item-content.active {
  display:block;
}


.static-page h1 {
}

.static-page > h2 {
  
  font-size: 1.15rem;
  font-weight: normal;
  font-style: italic;
  
}

.tab-panel-item-title, .tab-panel-item-title:hover {
 
}

.tab-panel-item-title:hover {
  color: red;
}


.card-full {
  
  background-color: #88c5e521;
  padding:20px;
  border-radius:7px;
  border: solid 1px #88c5e5;
  border-bottom: solid 4px #00b7c6;
}

.card-download, .card-download:hover {
  background-color: var(--epre-color);
  color: white;
  padding:10px 20px 10px 20px;
  border-radius:7px;
  display:flex;
  flex-direction: column;
  gap:5px;
  flex-wrap:nowrap;
  max-width:920px;
  width:50%;
  min-width:320px;
  flex-basis:100px;
  flex-shrink:0;
  flex-grow:1;
  margin-top:10px;
  margin-bottom:10px;
  transition: all 0.5s ease;
}

.card-download:hover {
  background-color: #5c1914;
}

.info-table tr {
  height:30px;
}

.info-table td:nth-child(even) {
  height:30px;
  font-weight:bolder; 
  white-space: nowrap ;
  text-overflow: ellipsis;
  overflow:hidden;
}

.info-table td:nth-child(odd) {
  height:30px;
  width:40%;
  white-space: nowrap ;
  text-overflow: ellipsis;
  overflow:hidden;
}

.authority-description dl {
  
}

.authority-description dt {

  font-weight: bolder;
}

.authority-description dd {
  padding-left: 30px;
  padding-bottom: 15px;
}


.organism-description dl {
  color: var(--epre-color);
}

.organism-description dt {
  padding-left: 15px;
  
}

.organism-description dd {
  padding-left: 30px;
  font-weight: bolder;
  padding-bottom: 15px;
}

.line-through {
  margin: 2rem 0;
  line-height:0;
  border: solid 1px gray;
  text-align:center;

}

.line-through span {
  position:relative;
  background-color: white;
  padding: 0 5px 0 5px;
}

.noticias-grid {
  display: flex;
  flex-direction: column;
  flex-wrap:wrap;
  gap: 15px;
  
}

.static-page * {
  transition: all 0.3s ease;
}

article.noticia-card {
  display:flex;
  flex-direction:row;
  gap:7px;
  
}


article.noticia-card .noticia-imagen{
  border: solid 1px red;
  object-fit: cover;
}

.noticia-content {
  display: flex;
  flex-direction:column;
  gap:5px;
  padding: 15px;
  border-radius:10px;
  background-color: white;
  color:black;
  flex-grow:1;
}

.noticia-content:hover a {
  color: var(--epre-color);
  text-decoration: underline;
}

.noticia-resumen {
  
}

.tabpanel-bar {
  display:flex;
  flex-direction: row;
  border-bottom: solid 2px red;
  column-gap: 10px;
  font-weight: normal;
  font-size:1rem;
  padding-bottom:5px;
}


.relevant {
  font-size:1rem;
  font-weight:normal;
  border-radius: 10px;
  background-color: var(--epre-color);
  color: white;
  padding: 20px;
}

.relevant dt {

  font-weight: bolder;
}
  
.relevant dd {
  margin-left: 15px;
}

.tabpanel-bar {
  display:flex;
  flex-direction:row;
  column-gap:25px;
  row-gap:10px;
  flex-wrap: wrap;
  font-weight:bolder; 
  color: var(--epre-color);
  padding: 7px 0 7px 0;
  margin-bottom: 7px;
}

.tabpanel-tab {
  cursor: pointer;
}

.tabpanel-tab:hover {
  cursor: pointer;
  color: red;
}

.tabpanel-tab.active {
  color: red;
}

.big {
    font-size: 1.5em;
    font-weight: bolder;
  }
  
  select {
    font-size: 0.875rem;
    box-sizing: border-box;
    color: var(--epre-color);
  }
  
  .borderless {
    border: none;
    outline: none;
  }
  
  .transparent {
    background-color: transparent;
  }
  
  .border_round, .border_round:focus {
    border: solid 1px var(--epre-color);
    border-radius: 10px;
    padding: 3px;
    
    transition: border 0.5s;
    transition-timing-function: ease-in-out;
  }
  
  .border_round:focus {
    border-color: red;
  }
  
  .band {
    font-weight: bolder;
		background-color: rgb(87,132,111);
		vertical-align: middle;
		color: white;
  }
  
  .horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    flex-grow: 0;
  }
  
  .vertical {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    flex-grow: 0;
  }
  
  .fill {
    flex-grow: 1;
    overflow: auto;
  }
  
  .label {
    overflow: hidden;
    text-overflow: "..."; 
    min-width: 0;
    white-space: nowrap; 
  }
  
  .pad5 {
    padding: 5px;
  }
  
  .pad7 {
    padding: 7px;
  }
  
  .field {
    display:inline-block;
  }
  
  .item, item:hover {
    background-color:transparent;
    color: black;
  }
  
  .item:hover {
    background-color: rgb(87,132,111);
    color: white;
  }
  
  .item div.relevant, .item span.relevant {
    color: green;
  }
  
  .item:hover div b, .item:hover div.relevant, .item:hover span.relevant {
    color: white;
  }
  
  .fluentcell {
    display: inline-flex;
    align-items: center;
  }
  
  
  .red {
    background-color:red;
    color:white;
  }
  
  .gray {
    background-color:gray;
    color:white;
  }
  
  form input["type"="submit"]:hover {
    cursor: pointer;
    font-size: .875rem;
  }
  
  form button["type"="submit"]:hover {
    cursor: pointer;
    font-size: .875rem;
  }
  
  form input:valid, form select:valid, form textarea:valid{
    outline: none;
    border: none;
    border-bottom: solid 2px transparent;
    font-size: .875rem;
  }
  
  form input:invalid, form select:invalid, form textarea:invalid {
    outline: none;
    border: none;
    border-bottom: solid 2px red;
    font-size: .875rem;
  }
  
  form input:disabled, form select:disabled, form textarea:disabled, form button:disabled {
    border: none;
    outline: none;
    border-bottom: solid 2px red;
    font-size: .875rem;
  }
  
  div#result {
    display: block;
    height: 0px;
    text-align: center;
    -webkit-transition: all 5s ease;
    transition: all 5s ease;
  }
  
  div#result.active {
    height:auto;
  }
  
  
  div#topBar {
    font-family: "Ubuntu Condensed", Tahoma;
    font-size: 20;
  }
  
  div#bottomBar {
    font-family: "Ubuntu Condensed", Tahoma;
  }
  
  table.disapear {
    animation: fadeout 5s;
    animation-fill-mode: forwards;
  }
  
  div.relevant {
    font-size: 1rem;
  }
  
  div#loader {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 10px solid lightgreen;
    border-top-color: green;
    border-radius: 50%;
    cursor: pointer;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
  }

.selectorTarget div.active{
  display:block;
}

.selectorTarget div:not(active){
  display:none;
}

form button#send {
  text-align: center;
  outline: solid 1px transparent;
  border: none;
  border-bottom: 3px var(--epre-color) solid;
}

form button#send[disabled=true] {
  border: none;
  outline: solid 1px transparent;
  border-bottom: 3px red solid;
}

form button.icon#send {
  text-align: center;
  outline: solid 1px transparent;
  border: none;
  cursor: pointer;
}

form button.icon#send[disabled] {
  border: none;
  outline: solid 1px transparent;
  cursor: default;
}

div#message {
  display: none;
  text-align: center;
}
div#message.visible {
  display: block;
  text-align: center;
}

table#result {
  width: 100%;
  display: none;
  text-align: center;
}

table#result.visible {
  display: table;
  width:100%;
  text-align: center;
}

table div.record:hover {
  color: white;
  background-color:var(--epre-color);
  cursor: pointer;
}

  @keyframes fadeout {
    0% { opacity: 1; display:none; }
    99% { opacity: 0.01;}
    100% { opacity: 0; display: block; }
  }
  
  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @media only screen and (min-width: 350px) {

    .horizontal {
      flex-wrap: wrap;
    }
    
    .horizontal > .fill {
      width: 350px;
      align-items: center;
    }
    
    .horizontal > div {
      width: 350px;
      align-items: center;
    }
    
    a {
      cursor: pointer;
    }
    
    a[name="searchButton"] {
      margin-left: auto;
    }
    
  }

@media only screen and (max-width: 960px) {
  
  footer div#footer_last div.vertical_hidden {
    display: none;
  }  
  
  footer div#footer_last div.item  {
    width: 100%;
  }
  
  .top_bar_button {
    display: flex;
    margin-left: auto;
  }
  
  .top_bar_inner {
    display: none;
  }
  
  .menu_panel {
    visibility: hidden;
  }
  
  .search_bar {
    display: none;
  }
  
  .menu_bar {
    display: none;
  }
  
}

  @media (max-width: 768px) {
   .slide {
   height: 400px;
   }

   .slide-info h3 {
   font-size: 1.5rem;
   }

   .carousel-btn {
   width: 40px;
   height: 40px;
   font-size: 1.2rem;
   }
}
  
 @media (max-width: 480px) {
   .slide {
   height: 300px;
   }

   .slide-info h3 {
   font-size: 1.2rem;
   }

   .slide-info p {
   font-size: 0.9rem;
   }

   .control-btn {
   padding: 10px 18px;
   font-size: 0.9rem;
   }
 }